diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-14 17:54:48 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-14 17:54:48 +0000 |
commit | 72b2ff0e02a1e6deaf32770f4ac82cf12fae3c2b (patch) | |
tree | 0f8a6893e886d96280cc7e1f4fb2454ad35263fa /gdb/ChangeLog | |
parent | 0e470e5c9016b2d40672ca45082bef22ccb6918f (diff) | |
download | gdb-72b2ff0e02a1e6deaf32770f4ac82cf12fae3c2b.zip gdb-72b2ff0e02a1e6deaf32770f4ac82cf12fae3c2b.tar.gz gdb-72b2ff0e02a1e6deaf32770f4ac82cf12fae3c2b.tar.bz2 |
* breakpoint.c (break_command_really): New, copied
from break_command_1. New parameters COND_STRING, THREAD
PARSE_CONDITITION_AND_THREAD and PENDING_BREAK_SUPPORT.
The previous FLAG parameter split into TEMPFLAG and
HARDWAREFLAG.
When PARSE_CONDITION_AND_THREAD is not set, duplicate
the passed condition string.
(struct captured_breakpoint_args): Remove
(do_captured_breakpoint): Remove.
(break_command_1): Relay to break_command_really.
(gdb_breakpoint): Relay to break_command_really.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca66c28..b6ec8e1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2007-12-14 Vladimir Prus <vladimir@codesourcery.com> + + * breakpoint.c (break_command_really): New, copied + from break_command_1. New parameters COND_STRING, THREAD + PARSE_CONDITITION_AND_THREAD and PENDING_BREAK_SUPPORT. + The previous FLAG parameter split into TEMPFLAG and + HARDWAREFLAG. + When PARSE_CONDITION_AND_THREAD is not set, duplicate + the passed condition string. + (struct captured_breakpoint_args): Remove + (do_captured_breakpoint): Remove. + (break_command_1): Relay to break_command_really. + (gdb_breakpoint): Relay to break_command_really. + 2007-12-13 Michael Snyder <msnyder@specifix.com> * mips-linux-tdep.c (mips64_fill_gregset): Remove unused variable. |