| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 110 static Debugger::DebuggerList *g_debugger_list_ptr = 203 LoadPluginCallbackType Debugger::g_load_plugin_callback = nullptr; 205 Status Debugger::SetPropertyValue(const ExecutionContext *exe_ctx, in SetPropertyValue() 292 bool Debugger::GetAutoConfirm() const { in GetAutoConfirm() 298 FormatEntity::Entry Debugger::GetDisassemblyFormat() const { in GetDisassemblyFormat() 303 FormatEntity::Entry Debugger::GetFrameFormat() const { in GetFrameFormat() 308 FormatEntity::Entry Debugger::GetFrameFormatUnique() const { in GetFrameFormatUnique() 313 uint64_t Debugger::GetStopDisassemblyMaxSize() const { in GetStopDisassemblyMaxSize() 319 bool Debugger::GetNotifyVoid() const { in GetNotifyVoid() 325 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() [all …]
|
| H A D | PluginManager.cpp | 466 void PerformDebuggerCallback(Debugger &debugger) { in PerformDebuggerCallback() 1284 Debugger &debugger) { in GetScriptInterpreterForLanguage() 1932 void PluginManager::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize() 1951 GetDebuggerPropertyForPlugins(Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPlugins() 1988 Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() 2022 GetDebuggerPropertyForPluginsPtr(Debugger &, llvm::StringRef, llvm::StringRef, 2027 GetSettingForPlugin(Debugger &debugger, llvm::StringRef setting_name, in GetSettingForPlugin() 2043 CreateSettingForPlugin(Debugger &debugger, llvm::StringRef plugin_type_name, in CreateSettingForPlugin() 2076 PluginManager::GetSettingForDynamicLoaderPlugin(Debugger &debugger, in GetSettingForDynamicLoaderPlugin() 2082 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForDynamicLoaderPlugin() [all …]
|
| H A D | Progress.cpp | 30 lldb_private::Debugger *debugger, in Progress() 108 Debugger::ReportProgress(m_progress_id, m_title, m_details, completed, in ReportProgress()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 52 class Debugger; variable 358 Debugger &debugger); 611 static void DebuggerInitialize(Debugger &debugger); 614 GetSettingForDynamicLoaderPlugin(Debugger &debugger, 618 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 622 GetSettingForPlatformPlugin(Debugger &debugger, llvm::StringRef setting_name); 625 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 629 GetSettingForProcessPlugin(Debugger &debugger, llvm::StringRef setting_name); 632 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 636 GetSettingForSymbolLocatorPlugin(Debugger &debugger, [all …]
|
| H A D | StreamAsynchronousIO.h | 19 class Debugger; variable 31 StreamAsynchronousIO(Debugger &debugger, ForSTDOUT for_stdout); 41 Debugger &m_debugger;
|
| H A D | IOHandler.h | 32 class Debugger; variable 53 IOHandler(Debugger &debugger, IOHandler::Type type); 55 IOHandler(Debugger &debugger, IOHandler::Type type, 130 Debugger &GetDebugger() { return m_debugger; } in GetDebugger() 162 Debugger &m_debugger; 322 IOHandlerEditline(Debugger &debugger, IOHandler::Type type, 331 IOHandlerEditline(Debugger &debugger, IOHandler::Type type, 343 IOHandlerEditline(Debugger &, IOHandler::Type, const char *, const char *, 347 IOHandlerEditline(Debugger &, IOHandler::Type, const lldb::FileSP &, 445 IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt,
|
| H A D | Telemetry.h | 85 Debugger *debugger = nullptr; 249 Debugger *debugger); 272 ScopedDispatcher(Debugger *debugger = nullptr) { 278 Debugger *debugger = nullptr) 285 void SetDebugger(Debugger *debugger) { this->debugger = debugger; } in SetDebugger() 320 Debugger *debugger;
|
| H A D | Debugger.h | 78 class Debugger : public std::enable_shared_from_this<Debugger>, 90 ~Debugger() override; 491 Debugger::InterruptionReport(__func__, __VA_ARGS__)) 802 Debugger(lldb::LogOutputCallback m_log_callback, void *baton); 804 Debugger(const Debugger &) = delete; 805 const Debugger &operator=(const Debugger &) = delete;
|
| H A D | Statusline.h | 19 Statusline(Debugger &debugger); 48 Debugger &m_debugger;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TargetList.h | 23 friend class Debugger; 32 TargetList(Debugger &debugger); 86 Status CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path, 96 Status CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path, 204 Debugger &debugger, llvm::StringRef user_exe_path, 208 static Status CreateTargetInternal(Debugger &debugger,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SystemInitializerFull.cpp | 80 Debugger::SettingsInitialize(); in Initialize() 83 SetLLDBAssertCallback(Debugger::AssertCallback); in Initialize() 129 Debugger::Initialize(LoadPlugin); in Initialize() 135 Debugger::Terminate(); in Terminate() 137 Debugger::SettingsTerminate(); in Terminate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 39 Debugger &debugger, Target &target, 42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() 74 static void DebuggerInitialize(Debugger &debugger);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | Resource.cpp | 68 DebuggerResourceProvider::GetDebuggerResource(Debugger &debugger) { in GetDebuggerResource() 104 const size_t num_debuggers = Debugger::GetNumDebuggers(); in GetResources() 106 lldb::DebuggerSP debugger_sp = Debugger::GetDebuggerAtIndex(i); in GetResources() 164 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadDebuggerResource() 188 lldb::DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(debugger_id); in ReadTargetResource()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.h | 18 ScriptInterpreterNone(Debugger &debugger); 33 static lldb::ScriptInterpreterSP CreateInstance(Debugger &debugger);
|
| H A D | ScriptInterpreterNone.cpp | 24 ScriptInterpreterNone::ScriptInterpreterNone(Debugger &debugger) in LLDB_PLUGIN_DEFINE() 57 ScriptInterpreterNone::CreateInstance(Debugger &debugger) { in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolLocator.cpp | 44 Debugger::ReportSymbolChange(module_spec); in DownloadSymbolFileAsync() 51 Debugger::GetThreadPool().async(lookup); in DownloadSymbolFileAsync()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 88 Debugger &debugger); 127 Debugger *debugger, Target *target, 132 typedef void (*DebuggerInitializeCallback)(Debugger &debugger); 137 llvm::StringRef session_file_dir, lldb_private::Debugger &debugger);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.h | 31 Debugger *debugger, Target *target, 51 bool PrintOneVariable(Debugger &debugger, lldb::StreamFileSP &output_sp,
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectQuit.cpp | 37 for (uint32_t debugger_idx = 0; debugger_idx < Debugger::GetNumDebuggers(); in ShouldAskForConfirmation() 39 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.h | 37 TraceIntelPTBundleLoader(Debugger &debugger, in TraceIntelPTBundleLoader() 122 Debugger &m_debugger;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 40 IOHandlerLuaInterpreter(Debugger &debugger, in IOHandlerLuaInterpreter() 158 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() 295 Debugger &debugger = target->GetDebugger(); in BreakpointCallbackFunction() 323 Debugger &debugger = target->GetDebugger(); in WatchpointCallbackFunction() 407 ScriptInterpreterLua::CreateInstance(Debugger &debugger) { in CreateInstance()
|
| H A D | ScriptInterpreterLua.h | 36 ScriptInterpreterLua(Debugger &debugger); 60 static lldb::ScriptInterpreterSP CreateInstance(Debugger &debugger);
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 29 Debugger &debugger = m_target.GetDebugger(); in REPL() 39 Debugger *debugger, Target *target, in Create() 75 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() 234 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() 501 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() 569 Debugger &debugger = m_target.GetDebugger(); in RunLoop()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 61 Debugger &debugger, Target &target, 64 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, 154 size_t ConnectToWaitingProcesses(lldb_private::Debugger &debugger,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 41 lldb_private::Debugger &debugger, 49 lldb_private::Debugger &debugger,
|