* NEWS: Document the removal of "catch load" and "catch unload".
This commit is contained in:
parent
8e79c3df51
commit
d5cbbe6e68
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-11-18 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* NEWS: Document the removal of "catch load" and "catch unload".
|
||||
|
||||
2008-11-17 Doug Evans <dje@google.com>
|
||||
|
||||
* infcall.c (call_function_by_hand): Fix punctuation and capitalization
|
||||
|
|
6
gdb/NEWS
6
gdb/NEWS
|
@ -176,6 +176,12 @@ macro undef
|
|||
|
||||
x86 DICOS i[34567]86-*-dicos*
|
||||
|
||||
* Removed commands
|
||||
|
||||
catch load
|
||||
catch unload
|
||||
These commands were actually not implemented on any target.
|
||||
|
||||
*** Changes in GDB 6.8
|
||||
|
||||
* New native configurations
|
||||
|
|
Loading…
Reference in a new issue