diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-01-26 23:15:13 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-01-26 23:15:13 +0000 |
commit | 517ab611513c66019c95568788d09b65b17129bc (patch) | |
tree | d4491dada5da8685d97e5ad84b6e3346159ed9a6 /gdb/ChangeLog | |
parent | a61e26e2d2cbca16358156c33a7c23dc54522f80 (diff) | |
download | gdb-517ab611513c66019c95568788d09b65b17129bc.zip gdb-517ab611513c66019c95568788d09b65b17129bc.tar.gz gdb-517ab611513c66019c95568788d09b65b17129bc.tar.bz2 |
1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
* breakpoint.h (ep_is_exception_catchpoint): Add prototype.
* frame.h (select_and_print_frame): Add prototype.
* stack.c (func_command): Call select_and_print_frame with correct
number of arguments. Reformat whitespace.
As far as I can tell, the func command (only enabled in --dbx mode) doesn't
actually work right now, even with this rather glaring fix. I'm not going
to spend time on it; dbx mode looks pretty seriously broken after a five
second glance.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c51755b..5b40355 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com) + + * breakpoint.h (ep_is_exception_catchpoint): Add prototype. + * frame.h (select_and_print_frame): Add prototype. + * stack.c (func_command): Call select_and_print_frame with correct + number of arguments. Reformat whitespace. + Tue Jan 26 16:53:54 1999 Fernando Nasser <fnasser@cygnus.com> * remote.c (remote_query): fix maximum packet size to account for |