mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
07f2f0176b
Still working on editor config options.
14 lines
508 B
Plaintext
14 lines
508 B
Plaintext
|
|
# Setting a catchpoint.
|
|
-catch-throw
|
|
-catch-throw [ -t ] [ -r regexp]
|
|
-catch-rethrow [ -t ] [ -r regexp]
|
|
-catch-catch [ -t ] [ -r regexp]
|
|
|
|
# When a catchpoint is reached.
|
|
*stopped,bkptno="2",reason="breakpoint-hit",disp="keep",frame={addr="0x00007fffed933b72",func="__cxa_throw",args=[],from="/usr/lib64/libstdc++.so.6",arch="i386:x86-64"},thread-id="1",stopped-threads="all",core="5"
|
|
|
|
# List catchpoints using the same method as listing breakpoints and watchpoints, except a different 'type'.
|
|
-break-list
|
|
|