mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* gdb.texinfo (Set Catchpoints): Remove the documentation of
commands "catch load" and "catch unload".
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-11-18 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Set Catchpoints): Remove the documentation of
|
||||||
|
commands "catch load" and "catch unload".
|
||||||
|
|
||||||
2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
|
2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (GDB/MI Async Records): Document
|
* gdb.texinfo (GDB/MI Async Records): Document
|
||||||
|
@ -3643,16 +3643,6 @@ and @sc{gnu}/Linux.
|
|||||||
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.
|
and @sc{gnu}/Linux.
|
||||||
|
|
||||||
@item load
|
|
||||||
@itemx load @var{libname}
|
|
||||||
@cindex break on load/unload of shared library
|
|
||||||
The dynamic loading of any shared library, or the loading of the library
|
|
||||||
@var{libname}. This is currently only available for HP-UX.
|
|
||||||
|
|
||||||
@item unload
|
|
||||||
@itemx unload @var{libname}
|
|
||||||
The unloading of any dynamically loaded shared library, or the unloading
|
|
||||||
of the library @var{libname}. This is currently only available for HP-UX.
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@item tcatch @var{event}
|
@item tcatch @var{event}
|
||||||
|
Reference in New Issue
Block a user