Home
last modified time | relevance | path

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

123

/freebsd/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() argument
75 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() local
232 Debugger &debugger in IOHandlerInputComplete() local
501 Debugger &debugger = m_target.GetDebugger(); IOHandlerComplete() local
571 Debugger &debugger = m_target.GetDebugger(); RunLoop() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp257 void PerformDebuggerCallback(Debugger &debugger) { in PerformDebuggerCallback()
983 Debugger &debugger) { in GetScriptInterpreterForLanguage()
1557 void PluginManager::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
1574 GetDebuggerPropertyForPlugins(Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPlugins()
1611 Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle()
1650 GetSettingForPlugin(Debugger &debugger, llvm::StringRef setting_name, in GetSettingForPlugin()
1666 CreateSettingForPlugin(Debugger &debugger, llvm::StringRef plugin_type_name, in CreateSettingForPlugin()
1698 PluginManager::GetSettingForDynamicLoaderPlugin(Debugger &debugger, in GetSettingForDynamicLoaderPlugin()
1704 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForDynamicLoaderPlugin()
1712 PluginManager::GetSettingForPlatformPlugin(Debugger &debugger, in GetSettingForPlatformPlugin()
[all …]
H A DIOHandler.cpp55 IOHandler::IOHandler(Debugger &debugger, IOHandler::Type type) in IOHandler() argument
64 IOHandler::IOHandler(Debugger &debugger, IOHandler::Type type, in IOHandler() argument
136 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm() argument
226 Debugger &debugger, IOHandler::Type type, in IOHandlerEditline() argument
241 Debugger &debugger, IOHandle in IOHandlerEditline() argument
[all...]
H A DStreamAsynchronousIO.cpp17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout, in StreamAsynchronousIO()
H A DProgress.cpp25 lldb_private::Debugger *debugger) in Progress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp39 IOHandlerLuaInterpreter(Debugger &debugger, in IOHandlerLuaInterpreter() argument
146 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() argument
282 Debugger &debugger = target->GetDebugger(); BreakpointCallbackFunction() local
310 Debugger &debugger = target->GetDebugger(); WatchpointCallbackFunction() local
394 CreateInstance(Debugger & debugger) CreateInstance() argument
[all...]
/freebsd/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/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp30 ScriptInterpreter::ScriptInterpreter(Debugger &debugger, in ScriptInterpreter()
180 ScriptInterpreterIORedirect::Create(bool enable_io, Debugger &debugger, in Create()
209 Debugger &debugger, CommandReturnObject *result) in ScriptInterpreterIORedirect()
/freebsd/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.cpp255 Debugger &debugger, in ConnectProcess()
277 size_t RemoteAwarePlatform::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h44 ScriptInterpreterPython(Debugger &debugger) in ScriptInterpreterPython()
H A DScriptInterpreterPython.cpp82 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter()
426 ScriptInterpreterPythonImpl::ScriptInterpreterPythonImpl(Debugger &debugger) in ScriptInterpreterPythonImpl()
585 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { in CreateInstance()
924 Debugger &debugger = m_debugger; in ExecuteInterpreterLoop() local
1573 Debugger &debugger = bkpt_sp->GetTarget().GetDebugger(); in CreateScriptedBreakpointResolver() local
1743 Debugger &debugger = target->GetDebugger(); in CreateSyntheticScriptedProvider() local
1921 Debugger &debugger = target->GetDebugger(); in BreakpointCallbackFunction() local
1986 Debugger &debugger = target->GetDebugger(); in WatchpointCallbackFunction() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp29 Debugger &debugger = GetDebugger(); in DoExecute() local
H A DCommandObjectExpression.cpp545 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() local
613 Debugger &debugger = target.GetDebugger(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp91 void PlatformQemuUser::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize() argument
161 Debugger &debugger, in DebugProcess() argument
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp56 CreateInstance(Debugger & debugger) CreateInstance() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h37 TraceIntelPTBundleLoader(Debugger &debugger, in TraceIntelPTBundleLoader()
/freebsd/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.cpp73 LLDB_INSTRUMENT_VA(this, debugger); in SBSourceManager() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h446 #define INTERRUPT_REQUESTED(debugger, ...) \ argument
477 #define REPORT_INTERRUPTION(debugger, ...) \ argument
/freebsd/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()
817 size_t PlatformRemoteGDBServer::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp364 Debugger &debugger, Target *target, in Attach()
419 Debugger &debugger, Target &target, in DebugProcess()

123