Home
last modified time | relevance | path

Searched defs:stop_reason (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dppc-bdm.c105 int stop_reason; in bdm_ppc_wait() local
H A Dremote-e7000.c1994 int stop_reason; in e7000_wait() local
H A Dinfrun.c2787 print_stop_reason (enum inferior_stop_reason stop_reason, int stop_info) in print_stop_reason()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguageRuntime.h108 virtual bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp264 StopReason stop_reason; in DoPlanExplainsStop() local
H A DThread.cpp1898 StopReason stop_reason = m_stop_info_sp->GetStopReason(); in IsStillAtLastBreakpointHit() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp317 StopReason stop_reason = eStopReasonNone; in DoPlanExplainsStop() local
H A DAppleObjCRuntime.cpp440 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp511 lldb::StopInfoSP stop_reason) { in ExceptionBreakpointsExplainStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp695 static const char *GetStopReasonString(StopReason stop_reason) { in GetStopReasonString()
769 const char *stop_reason = GetStopReasonString(tid_stop_info.reason); in GetJSONThreadsInfo() local
/openbsd-src/usr.bin/ssh/
H A Dclientloop.c575 char *stop_reason = NULL; in obfuscate_keystroke_timing() local
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1967 def switch_to_thread_with_stop_reason(self, stop_reason): argument