OSDN Git Service

gdb/
authorVladimir Prus <vladimir@codesourcery.com>
Sat, 22 Sep 2007 19:06:59 +0000 (19:06 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Sat, 22 Sep 2007 19:06:59 +0000 (19:06 +0000)
commit277f408558f748292dc4b594fd0c05b7eefa4946
tree58c7d43851374386257cdef94152fcb161536065
parent82e148aca8317cd0b71298af0ea943d68e7ffe87
gdb/
* breakpoint.h (struct breakpoint): Move the cond
field to...
(struct bp_location): Here.
* breakpoint.c (condition_command, bpstat_stop_status)
(print_one_breakpoint, allocate_bp_location)
(solib_load_unload_1, create_fork_vfork_event_catchpoint)
(create_exec_event_catchpoint, create_breakpoints)
(break_command_1, watch_command_1, handle_gnu_v3_exceptions)
(create_ada_exception_breakpoint, set_breakpoint_sal)
(delete_breakpoint, breakpoint_re_set_one): Adjust.
* tui/tui-winsource.c (tui_update_breakpoint_info): Adjust.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/tui/tui-winsource.c