diff options
author | Yao Qi <yao@codesourcery.com> | 2013-02-14 03:57:13 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-02-14 03:57:13 +0000 |
commit | 7b3ae3a66fc5e88b441ab616ef728e00d11c249e (patch) | |
tree | b6d4b17dcdfac2e13a5d3214f638273204968058 /gdb/ChangeLog | |
parent | 55015247e37b04306b4c8ccc463d3ddc09bab1db (diff) | |
download | gdb-7b3ae3a66fc5e88b441ab616ef728e00d11c249e.zip gdb-7b3ae3a66fc5e88b441ab616ef728e00d11c249e.tar.gz gdb-7b3ae3a66fc5e88b441ab616ef728e00d11c249e.tar.bz2 |
gdb/
* tracepoint.c (end_actions_pseudocommand): Make it static.
(while_stepping_pseudocommand): Likewise.
* tracepoint.h (end_actions_pseudocommand): Remove the
declaration.
(while_stepping_pseudocommand): 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 42c10e5..655e7ed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2013-02-14 Yao Qi <yao@codesourcery.com> + * tracepoint.c (end_actions_pseudocommand): Make it static. + (while_stepping_pseudocommand): Likewise. + * tracepoint.h (end_actions_pseudocommand): Remove the + declaration. + (while_stepping_pseudocommand): Likewise. + +2013-02-14 Yao Qi <yao@codesourcery.com> + * cli/cli-decode.c (help_cmd): Remove the declaration of "cmdlist". (help_all): Likewise. |