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

1 2

  /external/lldb/test/functionalities/plugins/commands/
TestPluginCommands.py 31 retval = debugger.GetCommandInterpreter().HandleCommand("plugin load plugin.dylib",retobj)
35 retval = debugger.GetCommandInterpreter().HandleCommand("plugin_loaded_command child abc def ghi",retobj)
45 retval = debugger.GetCommandInterpreter().HandleCommand("plugin_loaded_ ch abc def ghi",retobj)
plugin.cpp 52 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
  /external/lldb/examples/plugins/commands/
fooplugin.cpp 51 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
  /external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py 70 interp = self.dbg.GetCommandInterpreter()
84 interp = self.dbg.GetCommandInterpreter()
  /external/lldb/source/DataFormatters/
TypeSynthetic.cpp 82 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
TypeSummary.cpp 219 ScriptInterpreter *script_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
  /external/lldb/source/Interpreter/
ScriptInterpreter.cpp 39 ScriptInterpreter::GetCommandInterpreter ()
ScriptInterpreterPython.cpp 240 m_debugger_sp = m_interpreter->GetCommandInterpreter().GetDebugger().shared_from_this();
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());
674 run_string.Printf ( "; lldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebugger().GetID());
    [all...]
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 70 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 0 -p 1 -n 0", return_obj)
109 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 0 -p 1 -n 1", return_obj)
129 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 1 -p 1 -n 1", return_obj)
136 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 0 -p 1 -n 1", return_obj)
  /external/lldb/source/Core/
InputReader.cpp 308 if (m_debugger.GetCommandInterpreter().GetBatchCommandMode())
380 return reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
Debugger.cpp 195 GetCommandInterpreter().BroadcastEvent (prompt_change_event_sp);
261 GetCommandInterpreter().BroadcastEvent (prompt_change_event_sp);
772 ScriptInterpreter* script_interpreter = GetCommandInterpreter().GetScriptInterpreter(can_create);
    [all...]
  /external/lldb/test/lang/objc/objc-optimized/
TestObjcOptimized.py 55 interp = self.dbg.GetCommandInterpreter()
  /external/lldb/test/python_api/default-constructor/
sb_debugger.py 19 obj.GetCommandInterpreter()
  /external/lldb/source/API/
SBDebugger.cpp 111 SBCommandInterpreter interp = debugger.GetCommandInterpreter();
219 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles (b);
226 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles (b);
311 SBDebugger::GetCommandInterpreter ()
317 sb_interpreter.reset (&m_opaque_sp->GetCommandInterpreter());
320 log->Printf ("SBDebugger(%p)::GetCommandInterpreter () => SBCommandInterpreter(%p)",
336 SBCommandInterpreter sb_interpreter(GetCommandInterpreter ());
348 SBProcess process(GetCommandInterpreter().GetProcess ());
945 ExecutionContext exe_ctx (debugger_sp->GetCommandInterpreter().GetExecutionContext());
968 ExecutionContext exe_ctx (debugger_sp->GetCommandInterpreter().GetExecutionContext())
    [all...]
SBCommandInterpreter.cpp 469 CommandObjectMultiword *new_command = new CommandObjectMultiword(m_opaque_sp->GetCommandInterpreter(),name,help);
485 new_command_sp.reset(new CommandPluginInterfaceImplementation(m_opaque_sp->GetCommandInterpreter(),name,impl,help));
SBTypeCategory.cpp 361 ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter();
469 ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter();
  /external/lldb/test/python_api/interpreter/
TestCommandInterpreterAPI.py 43 ci = self.dbg.GetCommandInterpreter()
  /external/lldb/include/lldb/API/
SBDebugger.h 98 GetCommandInterpreter ();
  /external/lldb/include/lldb/Core/
Debugger.h 146 GetCommandInterpreter ()
  /external/lldb/test/attic/
tester.py 87 self.m_commandInterpreter = debugger.GetCommandInterpreter()
  /external/lldb/scripts/Python/interface/
SBDebugger.i 174 GetCommandInterpreter ();
  /external/lldb/source/Commands/
CommandObjectWatchpointCommand.cpp 252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
364 debugger.GetCommandInterpreter().HandleCommands (commands,
    [all...]
  /external/lldb/tools/driver/
IOChannel.cpp 108 int num_completions = m_driver->GetDebugger().GetCommandInterpreter().HandleCompletion (line_info->buffer,
396 SBBroadcaster interpreter_broadcaster (m_driver->GetDebugger().GetCommandInterpreter().GetBroadcaster());
  /external/lldb/examples/functions/
main.cpp 207 debugger.GetCommandInterpreter().HandleCommand (command, command_result);
  /external/lldb/include/lldb/Interpreter/
CommandObject.h 96 GetCommandInterpreter ()

Completed in 466 milliseconds

1 2