mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* gdb.texinfo (Setting Catchpoints): Mention features
supported on GNU/Linux.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Setting Catchpoints): Mention features
|
||||||
|
supported on GNU/Linux.
|
||||||
|
|
||||||
2008-01-30 Nick Roberts <nickrob@snap.net.nz>
|
2008-01-30 Nick Roberts <nickrob@snap.net.nz>
|
||||||
|
|
||||||
* gdb.texinfo (GDB/MI File Commands): Describe new output
|
* gdb.texinfo (GDB/MI File Commands): Describe new output
|
||||||
|
@ -3412,13 +3412,16 @@ A failed Ada assertion.
|
|||||||
|
|
||||||
@item exec
|
@item exec
|
||||||
@cindex break on fork/exec
|
@cindex break on fork/exec
|
||||||
A call to @code{exec}. This is currently only available for HP-UX.
|
A call to @code{exec}. This is currently only available for HP-UX
|
||||||
|
and @sc{gnu}/Linux.
|
||||||
|
|
||||||
@item fork
|
@item fork
|
||||||
A call to @code{fork}. This is currently only available for HP-UX.
|
A call to @code{fork}. This is currently only available for HP-UX
|
||||||
|
and @sc{gnu}/Linux.
|
||||||
|
|
||||||
@item vfork
|
@item vfork
|
||||||
A call to @code{vfork}. This is currently only available for HP-UX.
|
A call to @code{vfork}. This is currently only available for HP-UX
|
||||||
|
and @sc{gnu}/Linux.
|
||||||
|
|
||||||
@item load
|
@item load
|
||||||
@itemx load @var{libname}
|
@itemx load @var{libname}
|
||||||
|
Reference in New Issue
Block a user