diff options
author | Keith Seitz <keiths@cygnus> | 1998-02-11 02:33:22 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-02-11 02:33:22 +0000 |
commit | a5f4fbff1d7bb92016ad30c287c2a15e3c28ee54 (patch) | |
tree | 357646ec216a1c8b1a8675ee2168fb4a9ef90bc0 /gdb/ChangeLog | |
parent | bae2276c5b0326080c8c66b0f2f145f42638c742 (diff) | |
download | gdb-a5f4fbff1d7bb92016ad30c287c2a15e3c28ee54.zip gdb-a5f4fbff1d7bb92016ad30c287c2a15e3c28ee54.tar.gz gdb-a5f4fbff1d7bb92016ad30c287c2a15e3c28ee54.tar.bz2 |
* tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hook
if it exists.
Remove static declaration of free_actions.
* tracepoint.h: Add declaration of free_actions.
* gdbtk.c (gdbtk_modify_tracepoint): Define new tracepoint modification
hook.
(gdbtk_print_frame_info): Define this hook so that current_source_symtab
is set properly.
(gdb_actions_command): Use free_actions () from tracepoint.c/h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b0c32de..9cd35fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com> + + * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hook + if it exists. + Remove static declaration of free_actions. + + * tracepoint.h: Add declaration of free_actions. + +Tue Feb 10 12:17:13 1998 Fred Fish <fnf@cygnus.com> + + * symtab.c (decode_line_1): Revert change that mistakenly + removed assignment of sals[0].pc field. + Mon Feb 10 12:37:47 1998 Philippe De Muyter <phdm@macqel.be> * m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for |