From 67c0ef49dc7354db981eb90849b2e100cb5bc0c2 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 9 Feb 2018 08:21:46 +0400 Subject: [PATCH 3/3] main page: Document the fact that GDB can debug programs running on a sim --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4a01247..db4985b 100644 --- a/index.html +++ b/index.html @@ -65,9 +65,9 @@ of these) to help you catch bugs in the act: correcting the effects of one bug and go on to learn about another. -Those programs might be executing on the same machine as GDB (native) -or on another machine (remote). GDB can run on most popular UNIX and -Microsoft Windows variants, as well as on Mac OS X.

+Those programs might be executing on the same machine as GDB (native), +on another machine (remote), or a on simulator. GDB can run on most +popular UNIX and Microsoft Windows variants, as well as on Mac OS X.

What Languages does GDB Support?

-- 2.11.0