HomeSort by relevance Sort by last modified time
    Searched refs:GetDebugger (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/lldb/source/Interpreter/
ScriptInterpreterNone.cpp 33 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");
CommandObjectScript.cpp 60 if (m_interpreter.GetDebugger().GetScriptLanguage() == lldb::eScriptLanguageNone)
ScriptInterpreterPython.cpp 240 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().GetID())
    [all...]
OptionGroupPlatform.cpp 56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected);
  /external/lldb/test/functionalities/conditional_break/
conditional_break.py 9 dbg = target.GetDebugger()
  /external/lldb/source/Commands/
CommandObjectExpression.cpp 238 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);
CommandObjectPlatform.cpp 210 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().GetPlatformList().GetSelectedPlatform().get())
    [all...]
CommandObjectWatchpointCommand.cpp 192 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();
    [all...]
CommandObjectPlugin.cpp 99 if (m_interpreter.GetDebugger().LoadPlugin(dylib_fspec, error))
CommandObjectSettings.cpp 200 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().SetPropertyValue (&m_exe_ctx
    [all...]
CommandObjectBreakpointCommand.cpp 214 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();
    [all...]
CommandObjectProcess.cpp 188 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();
    [all...]
CommandObjectApropos.cpp 129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
CommandObjectDisassemble.cpp 281 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(),
  /external/lldb/scripts/Python/interface/
SBCommandInterpreter.i 106 GetDebugger ();
  /external/lldb/source/DataFormatters/
TypeSynthetic.cpp 82 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
  /external/lldb/source/API/
SBCommandInterpreter.cpp 53 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this());
228 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
247 SBCommandInterpreter::GetDebugger ()
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());
SBTarget.cpp 551 SBTarget::GetDebugger () const
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().GetAsyncExecution () == false
    [all...]
  /external/lldb/source/Core/
InputReader.cpp 380 return reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
386 return reader.GetDebugger().GetAsyncOutputStream();
  /external/lldb/include/lldb/API/
SBCommandInterpreter.h 71 GetDebugger ();
  /external/lldb/include/lldb/Core/
InputReader.h 223 GetDebugger()
  /external/lldb/test/python_api/default-constructor/
sb_target.py 20 obj.GetDebugger()
  /external/lldb/tools/driver/
Driver.h 132 GetDebugger()
IOChannel.cpp 108 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/
TestCase.h 154 GetDebugger()

Completed in 740 milliseconds

1 2 3