Home
last modified time | relevance | path

Searched defs:debugger (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp29 Debugger &debugger = m_target.GetDebugger(); in REPL() local
39 Debugger *debugger, Target *target, in Create()
75 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() local
232 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() local
501 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() local
569 Debugger &debugger = m_target.GetDebugger(); in RunLoop() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp256 void PerformDebuggerCallback(Debugger &debugger) { in PerformDebuggerCallback()
957 Debugger &debugger) { in GetScriptInterpreterForLanguage()
1531 void PluginManager::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
1585 Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle()
1672 PluginManager::GetSettingForDynamicLoaderPlugin(Debugger &debugger, in GetSettingForDynamicLoaderPlugin()
1686 PluginManager::GetSettingForPlatformPlugin(Debugger &debugger, in GetSettingForPlatformPlugin()
1702 PluginManager::GetSettingForProcessPlugin(Debugger &debugger, in GetSettingForProcessPlugin()
1716 PluginManager::GetSettingForSymbolLocatorPlugin(Debugger &debugger, in GetSettingForSymbolLocatorPlugin()
1738 PluginManager::GetSettingForObjectFilePlugin(Debugger &debugger, in GetSettingForObjectFilePlugin()
1752 PluginManager::GetSettingForSymbolFilePlugin(Debugger &debugger, in GetSettingForSymbolFilePlugin()
[all …]
H A DIOHandler.cpp55 IOHandler::IOHandler(Debugger &debugger, IOHandler::Type type) in IOHandler()
64 IOHandler::IOHandler(Debugger &debugger, IOHandler::Type type, in IOHandler()
136 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm()
226 Debugger &debugger, IOHandler::Type type, in IOHandlerEditline()
241 Debugger &debugger, IOHandler::Type type, const lldb::FileSP &input_sp, in IOHandlerEditline()
H A DStreamAsynchronousIO.cpp17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout, in StreamAsynchronousIO()
H A DProgress.cpp23 lldb_private::Debugger *debugger) in Progress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp50 Debugger *debugger, Target *target, in CreateInstance()
87 bool ClangREPL::PrintOneVariable(Debugger &debugger, in PrintOneVariable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp30 ScriptInterpreter::ScriptInterpreter(Debugger &debugger, in ScriptInterpreter()
164 ScriptInterpreterIORedirect::Create(bool enable_io, Debugger &debugger, in Create()
193 Debugger &debugger, CommandReturnObject *result) in ScriptInterpreterIORedirect()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp39 IOHandlerLuaInterpreter(Debugger &debugger, in IOHandlerLuaInterpreter()
146 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua()
282 Debugger &debugger = target->GetDebugger(); in BreakpointCallbackFunction() local
310 Debugger &debugger = target->GetDebugger(); in WatchpointCallbackFunction() local
394 ScriptInterpreterLua::CreateInstance(Debugger &debugger) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp38 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()
246 Status TargetList::CreateTargetInternal(Debugger &debugger, in CreateTargetInternal()
H A DStructuredDataPlugin.cpp45 void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) { in InitializeBasePluginForDebugger()
H A DRemoteAwarePlatform.cpp368 Debugger &debugger, in ConnectProcess()
390 size_t RemoteAwarePlatform::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h44 ScriptInterpreterPython(Debugger &debugger) in ScriptInterpreterPython()
H A DScriptInterpreterPython.cpp80 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter()
420 ScriptInterpreterPythonImpl::ScriptInterpreterPythonImpl(Debugger &debugger) in ScriptInterpreterPythonImpl()
580 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { in CreateInstance()
919 Debugger &debugger = m_debugger; in ExecuteInterpreterLoop() local
1561 Debugger &debugger = thread_plan_sp->GetTarget().GetDebugger(); in CreateScriptedThreadPlan() local
1679 Debugger &debugger = bkpt_sp->GetTarget().GetDebugger(); in CreateScriptedBreakpointResolver() local
1849 Debugger &debugger = target->GetDebugger(); in CreateSyntheticScriptedProvider() local
2027 Debugger &debugger = target->GetDebugger(); in BreakpointCallbackFunction() local
2092 Debugger &debugger = target->GetDebugger(); in WatchpointCallbackFunction() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp29 Debugger &debugger = GetDebugger(); in DoExecute() local
H A DCommandObjectExpression.cpp553 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() local
621 Debugger &debugger = target.GetDebugger(); in DoExecute() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp91 void PlatformQemuUser::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
161 Debugger &debugger, in DebugProcess()
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h37 TraceIntelPTBundleLoader(Debugger &debugger, in TraceIntelPTBundleLoader()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp57 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp74 uint32_t SBListener::StartListeningForEventClass(SBDebugger &debugger, in StartListeningForEventClass()
90 bool SBListener::StopListeningForEventClass(SBDebugger &debugger, in StopListeningForEventClass()
H A DSBTrace.cpp31 SBTrace SBTrace::LoadTraceFromFile(SBError &error, SBDebugger &debugger, in LoadTraceFromFile()
H A DSBSourceManager.cpp72 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h453 #define INTERRUPT_REQUESTED(debugger, ...) \ argument
484 #define REPORT_INTERRUPTION(debugger, ...) \ argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp414 Debugger &debugger, Target &target, in DebugProcess()
491 ProcessAttachInfo &attach_info, Debugger &debugger, in Attach()
809 size_t PlatformRemoteGDBServer::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp120 void SymbolLocatorDebuginfod::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()

123