Searched refs:INTERRUPT_REQUESTED (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 2025 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2055 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2118 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2139 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2255 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping clang ast")) in DoExecute() 2280 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2331 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted in dumping all " in DoExecute() 2350 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping {0} " in DoExecute() 2419 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2554 if (INTERRUPT_REQUESTED( in DoExecute() [all …]
|
H A D | CommandCompletions.cpp | 755 if (INTERRUPT_REQUESTED(dbg, "Interrupted in frame completion")) in FrameIndexes()
|
H A D | CommandObjectThread.cpp | 238 if (!INTERRUPT_REQUESTED(GetDebugger(), in HandleOneThread()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 514 && INTERRUPT_REQUESTED(dbg, "Interrupted having fetched {0} frames", in GetFramesUpTo() 969 if (INTERRUPT_REQUESTED( in GetStatus()
|
H A D | Target.cpp | 4270 if (INTERRUPT_REQUESTED(m_target->GetDebugger(), in GetPreloadSymbols()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 446 #define INTERRUPT_REQUESTED(debugger, ...) \ macro
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 818 if (INTERRUPT_REQUESTED(dbg, in GetVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 1861 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted initiating command")) { in HandleCommand() 3073 INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping command output")) in PrintCommandOutput()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 752 if (INTERRUPT_REQUESTED(target->GetDebugger(), in Interpret()
|