Searched refs:catchpoint (Results 1 – 23 of 23) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | break-catch-exec.c | 36 struct exec_catchpoint : public catchpoint 39 : catchpoint (gdbarch, temp, cond_string) in exec_catchpoint()
|
| D | break-catch-fork.c | 34 struct fork_catchpoint : public catchpoint 38 : catchpoint (gdbarch, temp, cond_string), in fork_catchpoint()
|
| D | break-catch-load.c | 35 struct solib_catchpoint : public catchpoint 40 : catchpoint (gdbarch, temp, cond_string), in solib_catchpoint()
|
| D | break-catch-sig.c | 40 struct signal_catchpoint : public catchpoint 45 : catchpoint (gdbarch, temp, nullptr), in signal_catchpoint()
|
| D | break-catch-syscall.c | 37 struct syscall_catchpoint : public catchpoint 41 : catchpoint (gdbarch, tempflag, nullptr), in syscall_catchpoint()
|
| D | breakpoint.h | 1116 struct catchpoint : public breakpoint struct 1120 catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string); 1122 ~catchpoint () override = 0;
|
| D | breakpoint.c | 321 catchpoint::~catchpoint () in ~catchpoint() 8140 catchpoint::catchpoint (struct gdbarch *gdbarch, bool temp, in catchpoint() function
|
| D | ChangeLog-2009 | 2912 catchpoint; set the correct syscall file name. 2942 * gdbarch.sh: Add syscall catchpoint functions and structures. 2952 catchpoint; set the correct syscall file name. 2961 * infrun.c (resume): Add syscall catchpoint. 2985 catchpoint; setting the correct name for the XML syscall file. 2987 syscall catchpoint. 2988 (target_waitstatus_to_string): Add syscall catchpoint entry/return 2993 (struct target_ops): Add ops for syscall catchpoint.
|
| D | ChangeLog-2011 | 5397 as "Temporary catchpoint". 5769 catchpoint commands here. 5779 catchpoint commands here. 5793 (init_catchpoint): Don't set the catchpoint's breakpoint number 12008 (insert_bp_location): Call the watchpoint or catchpoint's 12010 (remove_breakpoint_1): Call the watchpoint or catchpoint's
|
| D | NEWS | 1463 ** When hitting a catchpoint, the Python API will now emit a 2173 so that a system call catchpoint for the 'kevent' system call will 2619 the message in the catchpoint hit notification. In GDB/MI mode, that 3990 thrown or caught at an exception-related catchpoint. 4437 but it had to be done as a second step, after the catchpoint had been 7909 output of "help catch" for a list of catchpoint types.
|
| D | ChangeLog-1998 | 183 additional work to handle an exception catchpoint. 1478 a shared library after hitting a catchpoint. 1484 - Check for stop due to an explicit catchpoint
|
| D | ChangeLog-2008 | 750 load/unload catchpoint events. 1033 create_exec_event_catchpoint to create the exec catchpoint.
|
| D | ChangeLog-2007 | 354 (enable_command): Remove exception catchpoint cases.
|
| D | ChangeLog-2012 | 11175 creating an Ada exception catchpoint.
|
| D | ChangeLog-2015 | 9836 new fork catchpoint functions.
|
| D | ChangeLog-2013 | 8970 (catch_exception_command_1): Handle "rethrow" catchpoint.
|
| D | ChangeLog-2002 | 458 no catchpoint triggers for an event.
|
| D | ChangeLog-2003 | 1091 0 after a catchpoint fails.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.texinfo | 4454 A @dfn{catchpoint} is another special breakpoint that stops your program 4457 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting 4458 Catchpoints}), but aside from that, you can manage a catchpoint like any 4465 catchpoint when you create it; these numbers are successive integers 4790 the specified breakpoint(s) (or watchpoint(s) or tracepoint(s) or catchpoint(s)). 4796 Breakpoint, watchpoint, tracepoint, or catchpoint. 5310 shared library. Use the @code{catch} command to set a catchpoint. 5332 exception-related catchpoint, on some systems. This holds the 5354 instruction at which an exception-related catchpoint is set. 5357 When an exception-related catchpoint is hit, @value{GDBN} stops at a [all …]
|
| D | ChangeLog-1991-2021 | 871 examples to show type=catchpoint instead of type=breakpoint and an 12478 including catchpoint description, since now on for all configs.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 1992 Fix AIX catchpoint warning during fork () event 1995 insert the breakpoint/catchpoint location. This patch is a fix to the same. 25027 This replaces some casts to various kinds of catchpoint with 38409 …Temporary catchpoint 1 (vforked process 1375914), 0x00007ffff7d5043c in vfork () from /lib64/libc.… 43357 Cannot insert Ada exception catchpoint in this configuration.^M 44214 ownership of the exception string can be transferred to the catchpoint 44221 Use gnat_runtime_has_debug_info in Ada catchpoint tests 44222 This changes the Ada catchpoint tests to use 47712 `loc` is the list of locations of this catchpoint. Logically, the owner 47713 the locations are this catchpoint. So this just ends up getting [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/ |
| D | ChangeLog-2014-2021 | 4471 * gdb.ada/catch_ex.exp: Examine catchpoint text. 8431 'type="catchpoint"'. 10139 of a "throw" catchpoint. 12197 when hitting an exception catchpoint.
|
| D | ChangeLog-1993-2013 | 2405 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests. 9039 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests. 10603 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint 10975 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
|