* breakpoint.c (break_command_really): New, copied
authorVladimir Prus <vladimir@codesourcery.com>
Fri, 14 Dec 2007 17:54:48 +0000 (17:54 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Fri, 14 Dec 2007 17:54:48 +0000 (17:54 +0000)
commit72b2ff0e02a1e6deaf32770f4ac82cf12fae3c2b
tree0f8a6893e886d96280cc7e1f4fb2454ad35263fa
parent0e470e5c9016b2d40672ca45082bef22ccb6918f
* 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.
gdb/ChangeLog
gdb/breakpoint.c