OSDN Git Service

* breakpoint.c (break_command_really): New, copied
authorvprus <vprus>
Fri, 14 Dec 2007 17:54:45 +0000 (17:54 +0000)
committervprus <vprus>
Fri, 14 Dec 2007 17:54:45 +0000 (17:54 +0000)
commitce2e01dd6b79d660f7fed48b29f4bf9d08d74850
tree74e876fccf00198cd5be079ceeb4eed5c0050b25
parentee1c04921f7d5c5ab088795c2b78c05c48efaab5
* 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