diff options
author | Mircea Gherzan <mgherzan@sourceware.org> | 2012-12-12 21:23:29 +0000 |
---|---|---|
committer | Mircea Gherzan <mgherzan@sourceware.org> | 2012-12-12 21:23:29 +0000 |
commit | 3fa7bf069226d867d6400552c55d5a838a5f0f20 (patch) | |
tree | 9ceef038125e76a0ba6604940d07a4e30aa09d72 /gdb/NEWS | |
parent | 91985142973d550628c61d201e0a7cd3e36cd5b3 (diff) | |
download | gdb-3fa7bf069226d867d6400552c55d5a838a5f0f20.zip gdb-3fa7bf069226d867d6400552c55d5a838a5f0f20.tar.gz gdb-3fa7bf069226d867d6400552c55d5a838a5f0f20.tar.bz2 |
MI: document the -catch-load/-unload commands
2012-11-16 Mircea Gherzan <mircea.gherzan@intel.com>
gdb/doc:
* gdb.texinfo (GDB/MI Catchpoint Commands): New section.
gdb/:
* NEWS: mention the -catch-load/-catch-unload MI commands.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,6 +101,8 @@ show print type typedefs has been requested. ** New optional parameter COUNT added to the "-data-write-memory-bytes" command, to allow pattern filling of memory areas. + ** New commands "-catch-load"/"-catch-unload" added for intercepting + library load/unload events. * GDB now supports the "mini debuginfo" section, .gnu_debugdata. You must have the LZMA library available when configuring GDB for this |