Searched refs:INTERRUPT_REQUESTED (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 2033 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2063 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2126 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2147 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2275 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping clang ast")) in DoExecute() 2300 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2351 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted in dumping all " in DoExecute() 2370 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping {0} " in DoExecute() 2439 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2580 if (INTERRUPT_REQUESTED( in DoExecute() [all …]
|
| H A D | CommandCompletions.cpp | 764 if (INTERRUPT_REQUESTED(dbg, "Interrupted in frame completion")) in FrameIndexes()
|
| H A D | CommandObjectThread.cpp | 248 if (!INTERRUPT_REQUESTED(GetDebugger(), in HandleOneThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 457 INTERRUPT_REQUESTED(dbg, "Interrupted having fetched {0} frames", in FetchFramesUpTo() 923 if (INTERRUPT_REQUESTED( in GetStatus()
|
| H A D | Target.cpp | 4468 if (INTERRUPT_REQUESTED(m_target->GetDebugger(), in GetPreloadSymbols()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 458 #define INTERRUPT_REQUESTED(debugger, ...) \ macro
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 819 if (INTERRUPT_REQUESTED(dbg, in GetVariables()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 750 if (INTERRUPT_REQUESTED(target->GetDebugger(), in Interpret()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1998 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted initiating command")) { in HandleCommand() 3226 INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping command output")) in PrintCommandOutput()
|