reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  695     run_string.Printf("run_one_line (%s, 'lldb.debugger_unique_id = %" PRIu64,
  697     run_string.Printf(
  700     run_string.PutCString("; lldb.target = lldb.debugger.GetSelectedTarget()");
  701     run_string.PutCString("; lldb.process = lldb.target.GetProcess()");
  702     run_string.PutCString("; lldb.thread = lldb.process.GetSelectedThread ()");
  703     run_string.PutCString("; lldb.frame = lldb.thread.GetSelectedFrame ()");
  704     run_string.PutCString("')");
  708     run_string.Printf("run_one_line (%s, 'lldb.debugger_unique_id = %" PRIu64,
  710     run_string.Printf(
  713     run_string.PutCString("')");
  716   PyRun_SimpleString(run_string.GetData());
  717   run_string.Clear();