mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* gdb.texinfo (Setting Catchpoints): Mention features
supported on GNU/Linux.
This commit is contained in:
parent
148b93f236
commit
5ee187d794
@ -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>
|
||||
|
||||
* gdb.texinfo (GDB/MI File Commands): Describe new output
|
||||
|
@ -3412,13 +3412,16 @@ A failed Ada assertion.
|
||||
|
||||
@item 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
|
||||
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
|
||||
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
|
||||
@itemx load @var{libname}
|
||||
|
Loading…
Reference in New Issue
Block a user