mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
More ordering & layout fixes
This commit is contained in:
@@ -9,8 +9,7 @@ GDB can do four main kinds of things (plus other things in support of these) to
|
||||
* Examine what has happened, when your program has stopped.
|
||||
* Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.
|
||||
|
||||
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). 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.
|
||||
"
|
||||
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). 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."
|
||||
HOMEPAGE="http://sourceware.org/gdb/"
|
||||
COPYRIGHT="Free Software Foundation"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
Reference in New Issue
Block a user