Searched refs:GetCommandInterpreter (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp363 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
461 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion,
H A DCommandObjectPlatform.cpp158 CommandCompletions::PlatformPluginNames(GetCommandInterpreter(), request,
1627 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext();
H A DCommandObjectTarget.cpp264 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
1823 GetCommandInterpreter(), CommandCompletions::eModuleCompletion, request,
1861 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion,
2488 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
3832 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
4035 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectWatchpoint.cpp1021 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
H A DCommandObjectProcess.cpp133 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectType.cpp2721 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp491 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter();
511 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp652 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx,
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp601 .GetCommandInterpreter()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp96 CommandInterpreter &interpreter = debugger.GetCommandInterpreter();
H A DTarget.cpp2691 GetDebugger().GetCommandInterpreter().HandleCommands(
2894 debugger.GetCommandInterpreter().GetSynchronous();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp990 lldbassert((this == &cmd_sp->GetCommandInterpreter()) &&
1012 lldbassert((this == &cmd_sp->GetCommandInterpreter()) &&
1163 lldbassert((this == &command_obj_sp->GetCommandInterpreter()) &&
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp583 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode();
1184 m_debugger.GetCommandInterpreter().GetPythonCommandsFromIOHandler(
1191 m_debugger.GetCommandInterpreter().GetPythonCommandsFromIOHandler(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp1035 GetTarget().GetDebugger().GetCommandInterpreter());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5384 GetTarget().GetDebugger().GetCommandInterpreter());
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18203 SWIG_check_num_args("lldb::SBDebugger::GetCommandInterpreter",1,1)
18204 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetCommandInterpreter",1,"lldb::SBDebugger *");
18210 result = (arg1)->GetCommandInterpreter();
20583 { "GetCommandInterpreter", _wrap_SBDebugger_GetCommandInterpreter},
[all...]

Completed in 420 milliseconds

12