diff options
author | Yao Qi <yao@codesourcery.com> | 2013-05-31 10:06:02 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-05-31 10:06:02 +0000 |
commit | 3ca73e0c7da927485513b59c88dbc1b37502c1bd (patch) | |
tree | 9468cd02af5bed175cd506cdccc70ee2cbcb6f56 /gdb/ChangeLog | |
parent | e8de40a833f6a9e26d8307cdc95fef429bb73880 (diff) | |
download | binutils-gdb-3ca73e0c7da927485513b59c88dbc1b37502c1bd.tar.gz |
gdb/
* tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
(encode_actions): Move code to ...
(all_tracepoint_actions_and_cleanup): ... here. New.
(trace_dump_command): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c134f67ac2..7d26b4ea761 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2013-05-31 Pedro Alves <pedro@codesourcery.com> + Yao Qi <yao@codesourcery.com> + + * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare. + (encode_actions): Move code to ... + (all_tracepoint_actions_and_cleanup): ... here. New. + (trace_dump_command): Likewise. + 2013-05-30 Tom Tromey <tromey@redhat.com> * symmisc.c (maintenance_expand_symtabs): Call do_cleanups. |