Searched refs:GetCommandInterpreter (Results 1 - 25 of 48) sorted by relevance

12

/external/lldb/test/functionalities/plugins/commands/
H A DTestPluginCommands.py31 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)
H A Dplugin.cpp52 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
/external/lldb/examples/plugins/commands/
H A Dfooplugin.cpp51 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
/external/lldb/test/expression_command/timeout/
H A DTestCallWithTimeout.py70 interp = self.dbg.GetCommandInterpreter()
84 interp = self.dbg.GetCommandInterpreter()
/external/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp82 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
H A DTypeSummary.cpp219 ScriptInterpreter *script_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
/external/lldb/source/Interpreter/
H A DScriptInterpreter.cpp39 ScriptInterpreter::GetCommandInterpreter () function in class:ScriptInterpreter
H A DScriptInterpreterPython.cpp240 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());
876 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
1006 Debugger &debugger = GetCommandInterpreter().GetDebugger();
1302 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
1320 bool batch_mode = reader.GetDebugger().GetCommandInterpreter()
[all...]
/external/lldb/test/expression_command/call-restarts/
H A DTestCallThatRestarts.py70 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/test/lang/objc/objc-optimized/
H A DTestObjcOptimized.py55 interp = self.dbg.GetCommandInterpreter()
/external/lldb/source/Core/
H A DInputReader.cpp308 if (m_debugger.GetCommandInterpreter().GetBatchCommandMode())
380 return reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
H A DDebugger.cpp195 GetCommandInterpreter().BroadcastEvent (prompt_change_event_sp);
261 GetCommandInterpreter().BroadcastEvent (prompt_change_event_sp);
772 ScriptInterpreter* script_interpreter = GetCommandInterpreter().GetScriptInterpreter(can_create);
1069 return StreamSP (new StreamAsynchronousIO (GetCommandInterpreter(),
1076 return StreamSP (new StreamAsynchronousIO (GetCommandInterpreter(),
1918 ScriptInterpreter* script_interpreter = process->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
1995 ScriptInterpreter* script_interpreter = thread->GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
2044 ScriptInterpreter* script_interpreter = target->GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
2159 ScriptInterpreter* script_interpreter = frame->GetThread()->GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
/external/lldb/test/python_api/default-constructor/
H A Dsb_debugger.py19 obj.GetCommandInterpreter()
/external/lldb/test/python_api/interpreter/
H A DTestCommandInterpreterAPI.py43 ci = self.dbg.GetCommandInterpreter()
/external/lldb/source/API/
H A DSBDebugger.cpp111 SBCommandInterpreter interp = debugger.GetCommandInterpreter();
219 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles (b);
226 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles (b);
311 SBDebugger::GetCommandInterpreter () function in class:SBDebugger
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()
[all...]
H A DSBCommandInterpreter.cpp469 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));
H A DSBTypeCategory.cpp361 ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter();
469 ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter();
/external/lldb/test/attic/
H A Dtester.py87 self.m_commandInterpreter = debugger.GetCommandInterpreter()
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i174 GetCommandInterpreter ();
/external/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode();
364 debugger.GetCommandInterpreter().HandleCommands (commands,
/external/lldb/tools/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());
/external/lldb/examples/functions/
H A Dmain.cpp207 debugger.GetCommandInterpreter().HandleCommand (command, command_result);
/external/lldb/include/lldb/API/
H A DSBDebugger.h98 GetCommandInterpreter ();
/external/lldb/include/lldb/Core/
H A DDebugger.h146 GetCommandInterpreter () function in class:lldb_private::Debugger
/external/lldb/include/lldb/Interpreter/
H A DCommandObject.h96 GetCommandInterpreter () function in class:lldb_private::CommandObject

Completed in 511 milliseconds

12