Home
last modified time | relevance | path

Searched refs:debugger (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp27 Debugger &debugger = m_target.GetDebugger(); in REPL() local
74 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() local
199 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() local
236 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
249 if (debugger.CheckTopIOHandlerTypes( in IOHandlerInputComplete()
332 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
523 Debugger &debugger = m_target.GetDebugger(); in RunLoop() local
536 debugger.PushIOHandler(io_handler_sp); in RunLoop()
541 if (!debugger.HasIOHandlerThread()) { in RunLoop()
545 debugger.StartIOHandlerThread(); in RunLoop()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DOptions.td13 HelpText<"Tells the debugger to attach to a process with the given name.">,
30 HelpText<"Tells the debugger to attach to a process with the given pid.">,
51 HelpText<"Tells the debugger to use the specified scripting language for user-defined scripts.">,
100 HelpText<"Tells the debugger to run the commands from -s, -S, -o & -O, and then quit.">,
172 HelpText<"Prints out the current version number of the LLDB debugger.">;
178 HelpText<"Prints out the usage information for the LLDB debugger.">;
185 HelpText<"Tells the debugger to use the full path to <filename> as the core file.">;
204 HelpText<"Tells the debugger to use the file <filename> as the program to be debugged.">;
217 HelpText<"Tells the debugger to print out extra information for debugging itself.">;
224 HelpText<"Tells the debugger to capture a reproducer to <filename>.">;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h486 static void DebuggerInitialize(Debugger &debugger);
489 GetSettingForDynamicLoaderPlugin(Debugger &debugger,
493 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
497 GetSettingForPlatformPlugin(Debugger &debugger,
501 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
505 GetSettingForProcessPlugin(Debugger &debugger,
509 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
513 GetSettingForSymbolFilePlugin(Debugger &debugger,
521 GetSettingForJITLoaderPlugin(Debugger &debugger,
529 GetSettingForOperatingSystemPlugin(Debugger &debugger,
[all …]
H A DIOHandler.h57 IOHandler(Debugger &debugger, IOHandler::Type type);
59 IOHandler(Debugger &debugger, IOHandler::Type type,
340 IOHandlerEditline(Debugger &debugger, IOHandler::Type type,
349 IOHandlerEditline(Debugger &debugger, IOHandler::Type type,
458 IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt,
480 IOHandlerCursesGUI(Debugger &debugger);
502 IOHandlerCursesValueObjectList(Debugger &debugger,
H A DDisassembler.h391 static bool Disassemble(Debugger &debugger, const ArchSpec &arch,
399 static bool Disassemble(Debugger &debugger, const ArchSpec &arch,
408 Disassemble(Debugger &debugger, const ArchSpec &arch, const char *plugin_name,
415 Disassemble(Debugger &debugger, const ArchSpec &arch, const char *plugin_name,
422 Disassemble(Debugger &debugger, const ArchSpec &arch, const char *plugin_name,
437 static bool PrintInstructions(Disassembler *disasm_ptr, Debugger &debugger,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp41 TargetList::TargetList(Debugger &debugger) in TargetList() argument
42 : Broadcaster(debugger.GetBroadcasterManager(), in TargetList()
56 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() argument
62 return CreateTargetInternal(debugger, user_exe_path, triple_str, in CreateTarget()
67 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() argument
78 Debugger &debugger, llvm::StringRef user_exe_path, in CreateTargetInternal() argument
101 CommandInterpreter &interpreter = debugger.GetCommandInterpreter(); in CreateTargetInternal()
105 platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in CreateTargetInternal()
311 Status TargetList::CreateDummyTarget(Debugger &debugger, in CreateDummyTarget() argument
320 Status TargetList::CreateTargetInternal(Debugger &debugger, in CreateTargetInternal() argument
[all …]
H A DStructuredDataPlugin.cpp46 void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) { in InitializeBasePluginForDebugger() argument
48 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger()
52 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
H A DStopInfo.cpp442 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
504 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
505 debugger.SetAsyncExecution(true); in PerformAction()
509 debugger.SetAsyncExecution(old_async); in PerformAction()
797 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
837 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
864 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
865 debugger.SetAsyncExecution(true); in PerformAction()
870 debugger.SetAsyncExecution(old_async); in PerformAction()
886 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h34 TargetList(Debugger &debugger);
90 Status CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path,
102 Status CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path,
210 lldb::TargetSP GetDummyTarget(lldb_private::Debugger &debugger);
212 Status CreateDummyTarget(Debugger &debugger,
216 Status CreateTargetInternal(Debugger &debugger, llvm::StringRef user_exe_path,
222 Status CreateTargetInternal(Debugger &debugger, llvm::StringRef user_exe_path,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 Debugger &debugger = m_interpreter.GetDebugger(); in DoExecute() local
34 lldb::StreamFileSP input_sp = debugger.GetInputFile(); in DoExecute()
37 IOHandlerSP io_handler_sp(new IOHandlerCursesGUI(debugger)); in DoExecute()
39 debugger.PushIOHandler(io_handler_sp); in DoExecute()
H A DCommandObjectExpression.cpp554 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() local
555 bool color_prompt = debugger.GetUseColor(); in GetMultilineExpression()
558 new IOHandlerEditline(debugger, IOHandler::Type::Expression, in GetMultilineExpression()
572 debugger.PushIOHandler(io_handler_sp); in GetMultilineExpression()
600 Debugger &debugger = target->GetDebugger(); in DoExecute() local
604 if (debugger.CheckTopIOHandlerTypes(IOHandler::Type::CommandInterpreter, in DoExecute()
639 debugger.PushIOHandler(io_handler_sp); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2299 pos->debugger_init_callback(debugger); in DebuggerInitialize()
2311 pos->debugger_init_callback(debugger); in DebuggerInitialize()
2323 pos->debugger_init_callback(debugger); in DebuggerInitialize()
2335 pos->debugger_init_callback(debugger); in DebuggerInitialize()
2344 sym_file.debugger_init_callback(debugger); in DebuggerInitialize()
2353 os.debugger_init_callback(debugger); in DebuggerInitialize()
2362 plugin.debugger_init_callback(debugger); in DebuggerInitialize()
2374 debugger.GetValueProperties()); in GetDebuggerPropertyForPlugins()
2411 debugger.GetValueProperties()); in GetDebuggerPropertyForPluginsOldStyle()
2451 debugger, plugin_type_name, in GetSettingForPlugin()
[all …]
H A DStreamAsynchronousIO.cpp18 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout) in StreamAsynchronousIO() argument
19 : Stream(0, 4, eByteOrderBig), m_debugger(debugger), m_data(), in StreamAsynchronousIO()
H A DIOHandler.cpp76 : IOHandler(debugger, type, in IOHandler()
151 debugger, IOHandler::Type::Confirm, in IOHandlerConfirm()
264 Debugger &debugger, IOHandler::Type type, in IOHandlerEditline() argument
269 : IOHandlerEditline(debugger, type, in IOHandlerEditline()
279 Debugger &debugger, IOHandler::Type type, in IOHandlerEditline() argument
1756 void Run(Debugger &debugger) { in Run() argument
1775 debugger.EnableForwardEvents(listener_sp); in Run()
2464 ThreadTreeDelegate(Debugger &debugger) in ThreadTreeDelegate() argument
2562 ThreadsTreeDelegate(Debugger &debugger) in ThreadsTreeDelegate() argument
3068 RegistersWindowDelegate(Debugger &debugger) in RegistersWindowDelegate() argument
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp265 Debugger &debugger, Target *target, in Attach() argument
273 error = debugger.GetTargetList().CreateTarget( in Attach()
274 debugger, "", emptyArchSpec, eLoadDependentsNo, m_remote_platform_sp, in Attach()
281 debugger.GetTargetList().SetSelectedTarget(target); in Attach()
286 attach_info.GetListenerForProcess(debugger), "gdb-remote", NULL); in Attach()
294 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp472 ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess() argument
488 error = debugger.GetTargetList().CreateTarget( in DebugProcess()
489 debugger, "", "", eLoadDependentsNo, NULL, new_target_sp); in DebugProcess()
495 debugger.GetTargetList().SetSelectedTarget(target); in DebugProcess()
558 ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() argument
574 error = debugger.GetTargetList().CreateTarget( in Attach()
575 debugger, "", "", eLoadDependentsNo, NULL, new_target_sp); in Attach()
581 debugger.GetTargetList().SetSelectedTarget(target); in Attach()
833 lldb_private::Debugger &debugger, lldb_private::Target *target, in ConnectProcess() argument
839 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
[all …]
H A DPlatformRemoteGDBServer.h71 Debugger &debugger,
77 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
162 lldb_private::Debugger &debugger,
166 size_t ConnectToWaitingProcesses(lldb_private::Debugger &debugger,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp240 PlatformNetBSD::DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess() argument
249 return PlatformPOSIX::DebugProcess(launch_info, debugger, target, error); in DebugProcess()
270 error = debugger.GetTargetList().CreateTarget( in DebugProcess()
271 debugger, "", "", eLoadDependentsNo, nullptr, new_target_sp); in DebugProcess()
286 debugger.GetTargetList().SetSelectedTarget(target); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp806 Debugger &debugger, Target *target, in Attach() argument
815 error = debugger.GetTargetList().CreateTarget( in Attach()
816 debugger, "", "", eLoadDependentsNo, NULL, new_target_sp); in Attach()
828 debugger.GetTargetList().SetSelectedTarget(target); in Attach()
839 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
856 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
881 process_sp = m_remote_platform_sp->DebugProcess(launch_info, debugger, in DebugProcess()
1345 debugger, target, error); in ConnectProcess()
1361 size_t PlatformPOSIX::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses() argument
1364 return m_remote_platform_sp->ConnectToWaitingProcesses(debugger, error); in ConnectToWaitingProcesses()
[all …]
H A DPlatformPOSIX.h135 lldb_private::Debugger &debugger,
143 lldb_private::Debugger &debugger,
173 lldb_private::Debugger &debugger,
177 size_t ConnectToWaitingProcesses(lldb_private::Debugger &debugger,
/freebsd-12.1/sys/mips/mips/
H A Dlocore.S185 REG_S zero, CALLFRAME_RA(sp) # Zero out old ra for debugger
186 REG_S zero, CALLFRAME_SP(sp) # Zero out old fp for debugger
201 sw zero, CALLFRAME_SIZ - 8(sp) # Zero out old fp for debugger
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp176 SBDebugger debugger; in Create() local
186 debugger.reset(Debugger::CreateInstance(callback, baton)); in Create()
190 debugger.GetDescription(sstr); in Create()
192 static_cast<void *>(debugger.m_opaque_sp.get()), in Create()
206 return debugger; in Create()
209 void SBDebugger::Destroy(SBDebugger &debugger) { in Destroy() argument
214 debugger.GetDescription(sstr); in Destroy()
216 static_cast<void *>(debugger.m_opaque_sp.get()), in Destroy()
220 Debugger::Destroy(debugger.m_opaque_sp); in Destroy()
222 if (debugger.m_opaque_sp.get() != nullptr) in Destroy()
[all …]
H A DSBListener.cpp64 uint32_t SBListener::StartListeningForEventClass(SBDebugger &debugger, in StartListeningForEventClass() argument
68 Debugger *lldb_debugger = debugger.get(); in StartListeningForEventClass()
78 bool SBListener::StopListeningForEventClass(SBDebugger &debugger, in StopListeningForEventClass() argument
82 Debugger *lldb_debugger = debugger.get(); in StopListeningForEventClass()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp138 debugger.SetScriptLanguage(script_language); in CommandInterpreter()
2375 Debugger &debugger = GetDebugger(); in HandleCommandsFromFile() local
2471 debugger.GetUseColor(), 0, *this)); in HandleCommandsFromFile()
2476 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()
2480 debugger.RunIOHandler(io_handler_sp); in HandleCommandsFromFile()
2899 Debugger &debugger = GetDebugger(); in GetLLDBCommandsFromIOHandler() local
2913 debugger.PushIOHandler(io_handler_sp); in GetLLDBCommandsFromIOHandler()
2915 debugger.RunIOHandler(io_handler_sp); in GetLLDBCommandsFromIOHandler()
2922 Debugger &debugger = GetDebugger(); in GetPythonCommandsFromIOHandler() local
2936 debugger.PushIOHandler(io_handler_sp); in GetPythonCommandsFromIOHandler()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBListener.h35 uint32_t StartListeningForEventClass(SBDebugger &debugger,
39 bool StopListeningForEventClass(SBDebugger &debugger,

123456