OSDN Git Service

* 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)
commit86c31d29afa28160535625c70d10eafa3e53675f
treea4f92c46a9dcfdc23beb8380f2b8da11cffa122f
parentd3e1870bc2eaee3bbdf5fb86e04a6c8600a5e4d7
* 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