Home
last modified time | relevance | path

Searched refs:catchpoint (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreak-catch-exec.c36 struct exec_catchpoint : public catchpoint
39 : catchpoint (gdbarch, temp, cond_string) in exec_catchpoint()
Dbreak-catch-fork.c34 struct fork_catchpoint : public catchpoint
38 : catchpoint (gdbarch, temp, cond_string), in fork_catchpoint()
Dbreak-catch-load.c35 struct solib_catchpoint : public catchpoint
40 : catchpoint (gdbarch, temp, cond_string), in solib_catchpoint()
Dbreak-catch-sig.c40 struct signal_catchpoint : public catchpoint
45 : catchpoint (gdbarch, temp, nullptr), in signal_catchpoint()
Dbreak-catch-syscall.c37 struct syscall_catchpoint : public catchpoint
41 : catchpoint (gdbarch, tempflag, nullptr), in syscall_catchpoint()
Dbreakpoint.h1116 struct catchpoint : public breakpoint struct
1120 catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string);
1122 ~catchpoint () override = 0;
Dbreakpoint.c321 catchpoint::~catchpoint () in ~catchpoint()
8140 catchpoint::catchpoint (struct gdbarch *gdbarch, bool temp, in catchpoint() function
DChangeLog-20092912 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.
DChangeLog-20115397 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
DNEWS1463 ** 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.
DChangeLog-1998183 additional work to handle an exception catchpoint.
1478 a shared library after hitting a catchpoint.
1484 - Check for stop due to an explicit catchpoint
DChangeLog-2008750 load/unload catchpoint events.
1033 create_exec_event_catchpoint to create the exec catchpoint.
DChangeLog-2007354 (enable_command): Remove exception catchpoint cases.
DChangeLog-201211175 creating an Ada exception catchpoint.
DChangeLog-20159836 new fork catchpoint functions.
DChangeLog-20138970 (catch_exception_command_1): Handle "rethrow" catchpoint.
DChangeLog-2002458 no catchpoint triggers for an event.
DChangeLog-20031091 0 after a catchpoint fails.
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.texinfo4454 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 …]
DChangeLog-1991-2021871 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/
DChangeLog.git1992 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/
DChangeLog-2014-20214471 * gdb.ada/catch_ex.exp: Examine catchpoint text.
8431 'type="catchpoint"'.
10139 of a "throw" catchpoint.
12197 when hitting an exception catchpoint.
DChangeLog-1993-20132405 * 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