Searched refs:INTERRUPT_REQUESTED (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 2092 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2122 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2185 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2206 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2323 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping clang ast")) in DoExecute() 2348 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2399 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted in dumping all " in DoExecute() 2418 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted dumping {0} " in DoExecute() 2487 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute() 2622 if (INTERRUPT_REQUESTED( in DoExecute() [all …]
|
| H A D | CommandCompletions.cpp | 740 if (INTERRUPT_REQUESTED(dbg, "Interrupted in frame completion")) in FrameIndexes()
|
| H A D | CommandObjectThread.cpp | 232 if (!INTERRUPT_REQUESTED(GetDebugger(), in HandleOneThread()
|
| /freebsd-14.2/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(dbg, in GetStatus()
|
| H A D | Target.cpp | 4289 if (INTERRUPT_REQUESTED(m_target->GetDebugger(), in GetPreloadSymbols()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 453 #define INTERRUPT_REQUESTED(debugger, ...) \ macro
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 818 if (INTERRUPT_REQUESTED(dbg, in GetVariables()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1881 if (INTERRUPT_REQUESTED(GetDebugger(), "Interrupted initiating command")) { in HandleCommand() 3058 if (had_output && INTERRUPT_REQUESTED(GetDebugger(), in PrintCommandOutput()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 752 if (INTERRUPT_REQUESTED(target->GetDebugger(), in Interpret()
|