This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
* breakpoint.h (CREATE_BREAKPOINT_FLAGS_INSERTED): New macro. (create_breakpoint): Add new argument flags. * breakpoint.c (create_breakpoint): Add new argument flags. if flags include CREATE_BREAKPOINT_FLAGS_INSERTED, set breakpoint to inserted. (handle_gnu_v3_exceptions): Add new argument flags to function create_breakpoint. (trace_command): Ditto. (ftrace_command): Ditto. (strace_command): Ditto. (create_tracepoint_from_upload): Ditto. * mi/mi-cmd-break.c (mi_cmd_break_insert): Ditto. * python/py-breakpoint.c (bppy_init): Ditto. * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto. * spu-tdep.c (spu_catch_start): Ditto.
Thanks, Hui
Attachment:
create_breakpoint-inserted.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |