Searched refs:debugger (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp44 Debugger &debugger = m_interpreter.GetDebugger(); local
45 IOHandlerSP io_handler_sp (new IOHandlerCursesGUI (debugger));
47 debugger.PushIOHandler(io_handler_sp);
H A DCommandObjectExpression.cpp425 Debugger &debugger = GetCommandInterpreter().GetDebugger(); local
427 IOHandlerSP io_handler_sp (new IOHandlerEditline (debugger,
439 debugger.PushIOHandler(io_handler_sp);
H A DCommandObjectBreakpointCommand.cpp184 Special information about debugger command breakpoint commands\n\
187 You may enter any debugger command, exactly as you would at the debugger prompt.\n\
188 You may enter as many debugger commands as you like, but do NOT enter more than\n\
296 Debugger &debugger = target->GetDebugger(); local
297 // Rig up the results secondary output stream to the debugger's, so the output will come out synchronously
298 // if the debugger is set up that way.
300 StreamSP output_stream (debugger.GetAsyncOutputStream());
301 StreamSP error_stream (debugger.GetAsyncErrorStream());
309 debugger
[all...]
H A DCommandObjectWatchpointCommand.cpp162 Special information about debugger command watchpoint commands \n\
165 You may enter any debugger command, exactly as you would at the \n\
166 debugger prompt. You may enter as many debugger commands as you like, \n\
198 output_sp->PutCString("Enter your debugger command(s). Type 'DONE' to end.\n");
273 Debugger &debugger = target->GetDebugger(); local
274 // Rig up the results secondary output stream to the debugger's, so the output will come out synchronously
275 // if the debugger is set up that way.
277 StreamSP output_stream (debugger.GetAsyncOutputStream());
278 StreamSP error_stream (debugger
[all...]
/freebsd-10.1-release/usr.sbin/acpi/
H A DMakefile.inc14 ${ACPICA_DIR}/components/debugger \
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h37 TargetList(Debugger &debugger);
70 /// @param[in] debugger
71 /// The debugger to associate this target with
100 CreateTarget (Debugger &debugger,
114 CreateTarget (Debugger &debugger,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h330 // other initialization that requires a debugger instance.
333 DebuggerInitialize (Debugger &debugger);
336 GetSettingForDynamicLoaderPlugin (Debugger &debugger,
340 CreateSettingForDynamicLoaderPlugin (Debugger &debugger,
346 GetSettingForPlatformPlugin (Debugger &debugger,
350 CreateSettingForPlatformPlugin (Debugger &debugger,
356 GetSettingForProcessPlugin (Debugger &debugger,
360 CreateSettingForProcessPlugin (Debugger &debugger,
H A DDisassembler.h290 Disassemble (Debugger &debugger,
302 Disassemble (Debugger &debugger,
314 Disassemble (Debugger &debugger,
326 Disassemble (Debugger &debugger,
339 Disassemble (Debugger &debugger,
359 Debugger &debugger,
H A DIOHandler.h37 IOHandler (Debugger &debugger);
39 IOHandler (Debugger &debugger,
379 IOHandlerEditline (Debugger &debugger,
385 IOHandlerEditline (Debugger &debugger,
469 IOHandlerConfirm (Debugger &debugger,
503 IOHandlerCursesGUI (Debugger &debugger);
540 IOHandlerCursesValueObjectList (Debugger &debugger, ValueObjectList &valobj_list);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSourceManager.h22 SBSourceManager (const SBDebugger &debugger);
H A DSBListener.h41 StartListeningForEventClass (SBDebugger &debugger,
46 StopListeningForEventClass (SBDebugger &debugger,
H A DSBCommandInterpreter.h128 /// This indicates that any input coming into the debugger handles will
136 /// Get the string that needs to be written to the debugger stdin file
149 /// feeding the input stream for the debugger, or NULL if there is
178 DoExecute (lldb::SBDebugger debugger, argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBSourceManager.cpp97 SBSourceManager::SBSourceManager (const SBDebugger &debugger) argument
99 m_opaque_ap.reset(new SourceManagerImpl (debugger.get_sp()));
H A DSBDebugger.cpp81 typedef bool (*LLDBCommandPluginInit) (lldb::SBDebugger& debugger);
84 // This calls the bool lldb::PluginInitialize(lldb::SBDebugger debugger) function.
160 SBDebugger debugger; local
161 debugger.reset(Debugger::CreateInstance(callback, baton));
166 debugger.GetDescription (sstr);
167 log->Printf ("SBDebugger::Create () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
170 SBCommandInterpreter interp = debugger.GetCommandInterpreter();
183 return debugger;
187 SBDebugger::Destroy (SBDebugger &debugger) argument
194 debugger
[all...]
H A DSBListener.cpp98 SBListener::StartListeningForEventClass (SBDebugger &debugger, argument
104 Debugger *lldb_debugger = debugger.get();
115 SBListener::StopListeningForEventClass (SBDebugger &debugger, argument
121 Debugger *lldb_debugger = debugger.get();
/freebsd-10.1-release/sys/mips/mips/
H A Dlocore.S167 REG_S zero, CALLFRAME_RA(sp) # Zero out old ra for debugger
168 REG_S zero, CALLFRAME_SP(sp) # Zero out old fp for debugger
183 sw zero, CALLFRAME_SIZ - 8(sp) # Zero out old fp for debugger
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp44 TargetList::TargetList(Debugger &debugger) : argument
45 Broadcaster(&debugger, TargetList::GetStaticBroadcasterClass().AsCString()),
63 TargetList::CreateTarget (Debugger &debugger, argument
147 CommandInterpreter &interpreter = debugger.GetCommandInterpreter();
167 platform_sp = debugger.GetPlatformList().GetSelectedPlatform ();
178 error = TargetList::CreateTarget (debugger,
188 TargetList::CreateTarget (Debugger &debugger, argument
217 platform_sp = debugger.GetPlatformList().GetSelectedPlatform();
292 target_sp.reset(new Target(debugger, arch, platform_sp));
302 target_sp.reset(new Target(debugger, arc
[all...]
H A DStopInfo.cpp441 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); local
442 StreamSP error_sp = debugger.GetAsyncErrorStream ();
477 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); local
478 bool old_async = debugger.GetAsyncExecution();
479 debugger.SetAsyncExecution (true);
483 debugger.SetAsyncExecution (old_async);
708 // constructor errors up to the debugger's Async I/O.
752 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); local
753 StreamSP error_sp = debugger.GetAsyncErrorStream ();
792 Debugger &debugger local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp407 lldb_private::Debugger &debugger,
444 error = debugger.GetTargetList().CreateTarget (debugger,
457 debugger.GetTargetList().SetSelectedTarget(target);
459 // The darwin always currently uses the GDB remote debugger plug-in
495 Debugger &debugger,
532 error = debugger.GetTargetList().CreateTarget (debugger,
545 debugger.GetTargetList().SetSelectedTarget(target);
547 // The darwin always currently uses the GDB remote debugger plu
406 DebugProcess(lldb_private::ProcessLaunchInfo &launch_info, lldb_private::Debugger &debugger, lldb_private::Target *target, lldb_private::Listener &listener, lldb_private::Error &error) argument
494 Attach(lldb_private::ProcessAttachInfo &attach_info, Debugger &debugger, Target *target, Listener &listener, Error &error) argument
[all...]
H A DPlatformRemoteGDBServer.h93 lldb_private::Debugger &debugger,
100 lldb_private::Debugger &debugger,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp130 Debugger &debugger,
154 if (Disassemble (debugger,
176 Debugger &debugger,
217 return Disassemble (debugger,
294 Debugger &debugger,
321 debugger,
341 Debugger &debugger,
371 debugger,
392 Debugger &debugger,
417 SourceManager &source_manager = target_sp ? target_sp->GetSourceManager() : debugger
128 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, SymbolContextList &sc_list, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
174 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const ConstString &name, Module *module, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
292 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const AddressRange &disasm_range, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
339 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const Address &start_address, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
389 PrintInstructions( Disassembler *disasm_ptr, Debugger &debugger, const ArchSpec &arch, const ExecutionContext &exe_ctx, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
508 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
[all...]
H A DPluginManager.cpp1933 PluginManager::DebuggerInitialize (Debugger &debugger) argument
1944 pos->debugger_init_callback (debugger);
1957 pos->debugger_init_callback (debugger);
1970 pos->debugger_init_callback (debugger);
1979 GetDebuggerPropertyForPlugins (Debugger &debugger, argument
1984 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties());
2020 GetDebuggerPropertyForPluginsOldStyle (Debugger &debugger, argument
2026 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties());
2058 PluginManager::GetSettingForDynamicLoaderPlugin (Debugger &debugger, const ConstString &setting_name) argument
2061 lldb::OptionValuePropertiesSP plugin_type_properties_sp (GetDebuggerPropertyForPlugins (debugger,
2071 CreateSettingForDynamicLoaderPlugin(Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, const ConstString &description, bool is_global_property) argument
2096 GetSettingForPlatformPlugin(Debugger &debugger, const ConstString &setting_name) argument
2109 CreateSettingForPlatformPlugin(Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, const ConstString &description, bool is_global_property) argument
2134 GetSettingForProcessPlugin(Debugger &debugger, const ConstString &setting_name) argument
2147 CreateSettingForProcessPlugin(Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, const ConstString &description, bool is_global_property) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp502 Debugger &debugger,
515 error = debugger.GetTargetList().CreateTarget (debugger,
528 debugger.GetTargetList().SetSelectedTarget(target);
529 // The freebsd always currently uses the GDB remote debugger plug-in
541 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
501 Attach(ProcessAttachInfo &attach_info, Debugger &debugger, Target *target, Listener &listener, Error &error) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp176 // global debugger ref-count; therefore we need to check the ref-count before and after importing lldb, and if the
406 run_string.Printf ( "; lldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebugger().GetID());
407 run_string.PutCString ("; lldb.target = lldb.debugger.GetSelectedTarget()");
415 // If we aren't initing the globals, we should still always set the debugger (since that is always unique.)
417 run_string.Printf ( "; lldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebugger().GetID());
577 Debugger &debugger = m_interpreter.GetDebugger(); local
589 input_file_sp = debugger.GetInputFile();
607 result->SetImmediateOutputFile(debugger.GetOutputFile()->GetFile().GetStream());
608 result->SetImmediateErrorFile(debugger.GetErrorFile()->GetFile().GetStream());
613 debugger
704 IOHandlerPythonInterpreter(Debugger &debugger, ScriptInterpreterPython *python) argument
812 Debugger &debugger = GetCommandInterpreter().GetDebugger(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h41 typedef void (*DebuggerInitializeCallback)(Debugger &debugger);

Completed in 167 milliseconds

123