* gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
This commit is contained in:
parent
b1fe945553
commit
a9f12a31ac
|
@ -1,3 +1,7 @@
|
||||||
|
2003-07-24 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
|
||||||
|
|
||||||
2003-07-24 Daniel Jacobowitz <drow@mvista.com>
|
2003-07-24 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* gdb.texinfo (Server): Mention pidof.
|
* gdb.texinfo (Server): Mention pidof.
|
||||||
|
|
|
@ -1505,7 +1505,7 @@ loop. A client would need to either plug its self into this loop or,
|
||||||
implement a new event-loop that GDB would use.
|
implement a new event-loop that GDB would use.
|
||||||
|
|
||||||
The event-loop will eventually be made re-entrant. This is so that
|
The event-loop will eventually be made re-entrant. This is so that
|
||||||
@value{GDB} can better handle the problem of some commands blocking
|
@value{GDBN} can better handle the problem of some commands blocking
|
||||||
instead of returning.
|
instead of returning.
|
||||||
|
|
||||||
@subheading Library - @file{gdb.h}
|
@subheading Library - @file{gdb.h}
|
||||||
|
|
Loading…
Reference in New Issue