Searched refs:GetDebugger (Results 1 - 25 of 60) sorted by relevance

123

/external/lldb/source/Interpreter/
H A DScriptInterpreterNone.cpp33 m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script interpreter in this mode.\n");
40 m_interpreter.GetDebugger().GetErrorStream().PutCString ("error: there is no embedded script interpreter in this mode.\n");
H A DCommandObjectScript.cpp60 if (m_interpreter.GetDebugger().GetScriptLanguage() == lldb::eScriptLanguageNone)
H A DScriptInterpreterPython.cpp240 m_debugger_sp = m_interpreter->GetCommandInterpreter().GetDebugger().shared_from_this();
312 int input_fd = reader.GetDebugger().GetInputFile().GetDescriptor();
471 m_dbg_stdout (interpreter.GetDebugger().GetOutputFile().GetStream()),
476 m_dictionary_name (interpreter.GetDebugger().GetInstanceName().AsCString()),
528 interpreter.GetDebugger().GetID());
537 File& out_file = interpreter.GetDebugger().GetOutputFile();
544 Debugger &debugger = GetCommandInterpreter().GetDebugger();
662 run_string.Printf ( "run_one_line (%s, 'lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), GetCommandInterpreter().GetDebugger().GetID());
663 run_string.Printf ( "; lldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebugger().GetID());
673 run_string.Printf ( "run_one_line (%s, \"lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), GetCommandInterpreter().GetDebugger()
[all...]
H A DOptionGroupPlatform.cpp56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected);
/external/lldb/test/functionalities/conditional_break/
H A Dconditional_break.py9 dbg = target.GetDebugger()
/external/lldb/source/Commands/
H A DCommandObjectExpression.cpp238 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
245 StreamSP async_strm_sp(reader.GetDebugger().GetAsyncOutputStream());
278 StreamSP async_strm_sp (reader.GetDebugger().GetAsyncOutputStream());
294 StreamSP output_stream = reader.GetDebugger().GetAsyncOutputStream();
295 StreamSP error_stream = reader.GetDebugger().GetAsyncErrorStream();
325 target = Host::GetDummyTarget(m_interpreter.GetDebugger()).get();
373 if (format != eFormatVoid && m_interpreter.GetDebugger().GetNotifyVoid())
430 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger()));
441 m_interpreter.GetDebugger().PushInputReader (reader_sp);
H A DCommandObjectPlatform.cpp210 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
218 platform_sp = m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform();
260 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
308 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
393 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
401 platform_sp = m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform();
438 Debugger &debugger = m_interpreter.GetDebugger();
511 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
519 platform_sp = m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform();
673 match_info.GetProcessInfo().GetArchitecture().SetTriple (option_arg, m_interpreter.GetDebugger()
[all...]
H A DCommandObjectWatchpointCommand.cpp192 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger()));
207 m_interpreter.GetDebugger().PushInputReader (reader_sp);
251 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
351 Debugger &debugger = target->GetDebugger();
488 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
654 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
746 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
H A DCommandObjectPlugin.cpp99 if (m_interpreter.GetDebugger().LoadPlugin(dylib_fspec, error))
H A DCommandObjectSettings.cpp200 lldb::OptionValueSP value_sp (m_interpreter.GetDebugger().GetPropertyValue(&m_exe_ctx, setting_var_name, false, error));
250 error = m_interpreter.GetDebugger().SetPropertyValue (NULL,
265 error = m_interpreter.GetDebugger().SetPropertyValue (&exe_ctx,
363 Error error(m_interpreter.GetDebugger().DumpPropertyValue (&m_exe_ctx, result.GetOutputStream(), property_path, OptionValue::eDumpGroupValue));
377 m_interpreter.GetDebugger().DumpAllPropertyValues (&m_exe_ctx, result.GetOutputStream(), OptionValue::eDumpGroupValue);
458 const Property *property = m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m_exe_ctx, will_modify, property_path);
473 m_interpreter.GetDebugger().DumpAllDescriptions (m_interpreter, result.GetOutputStream());
585 Error error (m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
708 Error error(m_interpreter.GetDebugger().SetPropertyValue (&m_exe_ctx,
837 Error error(m_interpreter.GetDebugger()
[all...]
H A DCommandObjectBreakpointCommand.cpp214 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger()));
229 m_interpreter.GetDebugger().PushInputReader (reader_sp);
273 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
274 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
374 Debugger &debugger = target->GetDebugger();
511 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
693 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
791 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
H A DCommandObjectProcess.cpp188 Debugger &debugger = m_interpreter.GetDebugger();
549 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
566 error = m_interpreter.GetDebugger().GetTargetList().CreateTarget (m_interpreter.GetDebugger(),
578 m_interpreter.GetDebugger().GetTargetList().SetSelectedTarget(target);
597 process = target->CreateProcess (m_interpreter.GetDebugger().GetListener(), plugin_name, NULL).get();
1129 TargetSP target_sp (m_interpreter.GetDebugger().GetSelectedTarget());
1147 error = m_interpreter.GetDebugger().GetTargetList().CreateTarget (m_interpreter.GetDebugger(),
1159 m_interpreter.GetDebugger()
[all...]
H A DCommandObjectApropos.cpp129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
H A DCommandObjectDisassemble.cpp281 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
350 if (Disassembler::Disassemble (m_interpreter.GetDebugger(),
505 if (Disassembler::Disassemble (m_interpreter.GetDebugger(),
552 if (Disassembler::Disassemble (m_interpreter.GetDebugger(),
H A DCommandObjectCommands.cpp923 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger()));
934 m_interpreter.GetDebugger().PushInputReader (reader_sp);
1090 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
1097 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream ();
1124 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1139 StreamSP out_stream = reader.GetDebugger().GetAsyncOutputStream();
1471 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython)
1706 ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
1748 if (m_interpreter.GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython)
1768 InputReaderSP reader_sp (new PythonAliasReader (m_interpreter.GetDebugger(),
[all...]
/external/lldb/scripts/Python/interface/
H A DSBCommandInterpreter.i106 GetDebugger ();
/external/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp82 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp53 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this());
228 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
247 SBCommandInterpreter::GetDebugger () function in class:SBCommandInterpreter
251 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this());
255 log->Printf ("SBCommandInterpreter(%p)::GetDebugger () => SBDebugger(%p)",
287 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
312 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
H A DSBTarget.cpp551 SBTarget::GetDebugger () const function in class:SBTarget
556 debugger.reset (target_sp->GetDebugger().shared_from_this());
568 ProcessSP process_sp (target_sp->CreateProcess(target_sp->GetDebugger().GetListener(),
594 SBListener listener = GetDebugger().GetListener();
682 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
718 if (target_sp->GetDebugger().GetAsyncExecution () == false)
778 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
794 const bool synchronous_execution = target_sp->GetDebugger().GetAsyncExecution () == false;
884 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
919 if (target_sp->GetDebugger()
[all...]
/external/lldb/source/Core/
H A DInputReader.cpp380 return reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
386 return reader.GetDebugger().GetAsyncOutputStream();
/external/lldb/test/python_api/default-constructor/
H A Dsb_target.py20 obj.GetDebugger()
/external/lldb/include/lldb/API/
H A DSBCommandInterpreter.h71 GetDebugger ();
/external/lldb/tools/driver/
H A DDriver.h132 GetDebugger() function in class:Driver
H A DIOChannel.cpp108 int num_completions = m_driver->GetDebugger().GetCommandInterpreter().HandleCompletion (line_info->buffer,
396 SBBroadcaster interpreter_broadcaster (m_driver->GetDebugger().GetCommandInterpreter().GetBroadcaster());
570 m_driver->GetDebugger().NotifyTopInputReader (eInputReaderAsynchronousOutputWritten);
585 m_driver->GetDebugger().NotifyTopInputReader (eInputReaderAsynchronousOutputWritten);
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h154 GetDebugger() function in class:lldb_perf::TestCase

Completed in 461 milliseconds

123