Searched defs:debugger (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h44 ScriptInterpreterPython(Debugger &debugger) argument
H A DScriptInterpreterPython.cpp80 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { argument
[all...]
H A DScriptInterpreterPythonImpl.h427 IOHandlerPythonInterpreter(Debugger &debugger, argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout, argument
H A DProgress.cpp21 Progress(std::string title, std::string details, std::optional<uint64_t> total, lldb_private::Debugger *debugger) argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp29 Debugger &debugger = GetDebugger(); local
H A DCommandObjectWatchpointCommand.cpp257 Debugger &debugger = target->GetDebugger(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h37 TraceIntelPTBundleLoader(Debugger &debugger, argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp45 void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) { argument
H A DStatistics.cpp186 llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger, argument
H A DRemoteAwarePlatform.cpp390 size_t RemoteAwarePlatform::ConnectToWaitingProcesses(Debugger &debugger, argument
366 ConnectProcess(llvm::StringRef connect_url, llvm::StringRef plugin_name, Debugger &debugger, Target *target, Status &error) argument
H A DTrace.cpp96 Trace::LoadPostMortemTraceFromFile(Debugger &debugger, argument
119 FindPluginForPostMortemProcess( Debugger &debugger, const json::Value &trace_bundle_description, StringRef bundle_dir) argument
H A DTargetList.cpp38 TargetList::TargetList(Debugger &debugger) argument
45 Status TargetList::CreateTarget(Debugger &debugger, argument
61 Status TargetList::CreateTarget(Debugger &debugger, argument
76 CreateTargetInternal( Debugger &debugger, llvm::StringRef user_exe_path, llvm::StringRef triple_str, LoadDependentFiles load_dependent_files, const OptionGroupPlatform *platform_options, TargetSP &target_sp) argument
246 CreateTargetInternal(Debugger &debugger, llvm::StringRef user_exe_path, const ArchSpec &specified_arch, LoadDependentFiles load_dependent_files, lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp24 ScriptInterpreterNone::ScriptInterpreterNone(Debugger &debugger) argument
57 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp72 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { argument
H A DSBTrace.cpp31 SBTrace SBTrace::LoadTraceFromFile(SBError &error, SBDebugger &debugger, argument
H A DSBStructuredData.cpp41 SBStructuredData(const lldb::SBScriptObject obj, const lldb::SBDebugger &debugger) argument
H A DSBListener.cpp74 uint32_t SBListener::StartListeningForEventClass(SBDebugger &debugger, argument
90 bool SBListener::StopListeningForEventClass(SBDebugger &debugger, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp87 bool ClangREPL::PrintOneVariable(Debugger &debugger, argument
48 CreateInstance(Status &error, lldb::LanguageType language, Debugger *debugger, Target *target, const char *repl_options) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h40 static void DebuggerInitialize(Debugger &debugger) {} argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp120 void SymbolLocatorDebuginfod::DebuggerInitialize(Debugger &debugger) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp91 void PlatformQemuUser::DebuggerInitialize(Debugger &debugger) { argument
160 DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, Target &target, Status &error) argument
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp30 ScriptInterpreter::ScriptInterpreter(Debugger &debugger, argument
164 ScriptInterpreterIORedirect::Create(bool enable_io, Debugger &debugger, argument
192 ScriptInterpreterIORedirect( Debugger &debugger, CommandReturnObject *result) argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp621 Debugger &debugger = target->GetDebugger(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp39 IOHandlerLuaInterpreter(Debugger &debugger, argument
146 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) argument
282 Debugger &debugger = target->GetDebugger(); local
310 Debugger &debugger = target->GetDebugger(); local
394 CreateInstance(Debugger &debugger) argument
[all...]

Completed in 151 milliseconds

123