| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | REPL.cpp | 27 Debugger &debugger = m_target.GetDebugger(); in REPL() local 36 Debugger *debugger, Target *target, in Create() 68 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() local 224 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() local 490 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() local 560 Debugger &debugger = m_target.GetDebugger(); in RunLoop() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| D | ScriptInterpreter.cpp | 30 Debugger &debugger, lldb::ScriptLanguage script_lang, in ScriptInterpreter() 137 ScriptInterpreterIORedirect::Create(bool enable_io, Debugger &debugger, in Create() 166 Debugger &debugger, CommandReturnObject *result) in ScriptInterpreterIORedirect()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| D | ScriptInterpreterLua.cpp | 39 IOHandlerLuaInterpreter(Debugger &debugger, in IOHandlerLuaInterpreter() 145 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() 276 Debugger &debugger = target->GetDebugger(); in BreakpointCallbackFunction() local 304 Debugger &debugger = target->GetDebugger(); in WatchpointCallbackFunction() local 386 ScriptInterpreterLua::CreateInstance(Debugger &debugger) { in CreateInstance()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | PluginManager.cpp | 257 void PerformDebuggerCallback(Debugger &debugger) { in PerformDebuggerCallback() 885 Debugger &debugger) { in GetScriptInterpreterForLanguage() 1337 void PluginManager::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize() 1352 GetDebuggerPropertyForPlugins(Debugger &debugger, ConstString plugin_type_name, in GetDebuggerPropertyForPlugins() 1388 Debugger &debugger, ConstString plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() 1426 GetSettingForPlugin(Debugger &debugger, ConstString setting_name, in GetSettingForPlugin() 1442 Debugger &debugger, ConstString plugin_type_name, in CreateSettingForPlugin() 1472 PluginManager::GetSettingForDynamicLoaderPlugin(Debugger &debugger, in GetSettingForDynamicLoaderPlugin() 1479 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForDynamicLoaderPlugin() 1488 PluginManager::GetSettingForPlatformPlugin(Debugger &debugger, in GetSettingForPlatformPlugin() [all …]
|
| D | IOHandler.cpp | 56 IOHandler::IOHandler(Debugger &debugger, IOHandler::Type type) in IOHandler() 65 IOHandler::IOHandler(Debugger &debugger, IOHandler::Type type, in IOHandler() 134 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm() 224 Debugger &debugger, IOHandler::Type type, in IOHandlerEditline() 239 Debugger &debugger, IOHandler::Type type, const lldb::FileSP &input_sp, in IOHandlerEditline()
|
| D | StreamAsynchronousIO.cpp | 17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout) in StreamAsynchronousIO()
|
| D | Progress.cpp | 20 lldb_private::Debugger *debugger) in Progress()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | TargetList.cpp | 38 TargetList::TargetList(Debugger &debugger) in TargetList() 45 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() 61 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() 77 Debugger &debugger, llvm::StringRef user_exe_path, in CreateTargetInternal() 285 Status TargetList::CreateTargetInternal(Debugger &debugger, in CreateTargetInternal()
|
| D | StructuredDataPlugin.cpp | 45 void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) { in InitializeBasePluginForDebugger()
|
| D | RemoteAwarePlatform.cpp | 409 Debugger &debugger, in ConnectProcess() 441 size_t RemoteAwarePlatform::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses()
|
| D | StopInfo.cpp | 453 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local 525 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction() local 825 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local 912 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
|
| D | Platform.cpp | 1073 DebuggerSP debugger = Debugger::GetDebuggerAtIndex(didx); in KillProcess() local 1092 Platform::DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess() 1795 Debugger &debugger, Target *target, in ConnectProcess() 1803 Debugger &debugger, Stream &stream, Target *target, Status &error) { in ConnectProcessSynchronous() 1810 Debugger &debugger, Stream *stream, in DoConnectProcess() 1868 size_t Platform::ConnectToWaitingProcesses(lldb_private::Debugger &debugger, in ConnectToWaitingProcesses()
|
| D | Trace.cpp | 62 Trace::FindPluginForPostMortemProcess(Debugger &debugger, in FindPluginForPostMortemProcess()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | ScriptInterpreterPython.h | 47 ScriptInterpreterPython(Debugger &debugger) in ScriptInterpreterPython()
|
| D | ScriptInterpreterPython.cpp | 221 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter() 524 ScriptInterpreterPythonImpl::ScriptInterpreterPythonImpl(Debugger &debugger) in ScriptInterpreterPythonImpl() 692 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { in CreateInstance() 1035 Debugger &debugger = m_debugger; in ExecuteInterpreterLoop() local 1858 Debugger &debugger = thread_plan_sp->GetTarget().GetDebugger(); in CreateScriptedThreadPlan() local 1961 Debugger &debugger = bkpt_sp->GetTarget().GetDebugger(); in CreateScriptedBreakpointResolver() local 2136 Debugger &debugger = target->GetDebugger(); in CreateSyntheticScriptedProvider() local 2305 Debugger &debugger = target->GetDebugger(); in BreakpointCallbackFunction() local 2370 Debugger &debugger = target->GetDebugger(); in WatchpointCallbackFunction() local
|
| D | ScriptInterpreterPythonImpl.h | 417 IOHandlerPythonInterpreter(Debugger &debugger, in IOHandlerPythonInterpreter()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectGUI.cpp | 30 Debugger &debugger = GetDebugger(); in DoExecute() local
|
| D | CommandObjectExpression.cpp | 522 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() local 590 Debugger &debugger = target.GetDebugger(); in DoExecute() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
| D | ScriptInterpreterNone.cpp | 56 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| D | TraceIntelPTSessionFileParser.h | 37 TraceIntelPTSessionFileParser(Debugger &debugger, in TraceIntelPTSessionFileParser()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBListener.cpp | 79 uint32_t SBListener::StartListeningForEventClass(SBDebugger &debugger, in StartListeningForEventClass() 97 bool SBListener::StopListeningForEventClass(SBDebugger &debugger, in StopListeningForEventClass()
|
| D | SBSourceManager.cpp | 74 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.cpp | 479 ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess() 563 ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() 840 size_t PlatformRemoteGDBServer::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| D | TraceSessionFileParser.h | 74 TraceSessionFileParser(Debugger &debugger, llvm::StringRef session_file_dir, in TraceSessionFileParser()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| D | PlatformPOSIX.cpp | 360 Debugger &debugger, Target *target, in Attach() 414 PlatformPOSIX::DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess()
|