[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegdbutils.pas line 100
type stopreasonty = ( |
sr_none, |
sr_unknown, |
sr_error, |
sr_startup, |
sr_exception, |
sr_gdbdied, |
sr_breakpoint_hit, |
sr_watchpointtrigger, |
sr_readwatchpointtrigger, |
sr_accesswatchpointtrigger, |
sr_end_stepping_range, |
sr_function_finished, |
sr_exited_normally, |
sr_exited, |
sr_detached, |
sr_signal_received |
); |