diff options
author | Yao Qi <yao@codesourcery.com> | 2013-02-14 04:00:16 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-02-14 04:00:16 +0000 |
commit | 53778a978f6a16eddc0532b0f6990c586612ce2c (patch) | |
tree | 78de12e87881bdd49918438896739a7b7c6f0500 /gdb/ChangeLog | |
parent | 7b3ae3a66fc5e88b441ab616ef728e00d11c249e (diff) | |
download | gdb-53778a978f6a16eddc0532b0f6990c586612ce2c.zip gdb-53778a978f6a16eddc0532b0f6990c586612ce2c.tar.gz gdb-53778a978f6a16eddc0532b0f6990c586612ce2c.tar.bz2 |
gdb/
* infcmd.c (breakpoint_proceeded): Remove it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 655e7ed..0f26c12 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-02-14 Yao Qi <yao@codesourcery.com> + * infcmd.c (breakpoint_proceeded): Remove it. + +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 |