Home
last modified time | relevance | path

Searched refs:SBCommandInterpreter (Results 1 – 25 of 27) sorted by relevance

12

/external/lldb/source/API/
DSBCommandInterpreter.cpp52 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute()
61 SBCommandInterpreter::SBCommandInterpreter (CommandInterpreter *interpreter) : in SBCommandInterpreter() function in SBCommandInterpreter
71 SBCommandInterpreter::SBCommandInterpreter(const SBCommandInterpreter &rhs) : in SBCommandInterpreter() function in SBCommandInterpreter
76 const SBCommandInterpreter &
77 SBCommandInterpreter::operator = (const SBCommandInterpreter &rhs) in operator =()
83 SBCommandInterpreter::~SBCommandInterpreter () in ~SBCommandInterpreter()
88 SBCommandInterpreter::IsValid() const in IsValid()
95 SBCommandInterpreter::CommandExists (const char *cmd) in CommandExists()
103 SBCommandInterpreter::AliasExists (const char *cmd) in AliasExists()
111 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool … in HandleCommand()
[all …]
DCMakeLists.txt9 SBCommandInterpreter.cpp
DAndroid.mk18 SBCommandInterpreter.cpp \
DSBDebugger.cpp58 SBCommandInterpreter::InitializeSWIG (); in Initialize()
111 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
310 SBCommandInterpreter
315 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter()
336 SBCommandInterpreter sb_interpreter(GetCommandInterpreter ()); in HandleCommand()
/external/lldb/include/lldb/API/
DSBCommandInterpreter.h18 class SBCommandInterpreter
30 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs);
32 const lldb::SBCommandInterpreter &
33 operator = (const lldb::SBCommandInterpreter &rhs);
35 ~SBCommandInterpreter ();
123SBCommandInterpreter (lldb_private::CommandInterpreter *interpreter_ptr = NULL); // Access using…
184 friend class SBCommandInterpreter; variable
DSBDebugger.h97 lldb::SBCommandInterpreter
310 friend class SBCommandInterpreter;
DSBSourceManager.h41 friend class SBCommandInterpreter;
DSBStringList.h52 friend class SBCommandInterpreter;
DSBDefines.h34 class SBCommandInterpreter; variable
DSBBroadcaster.h75 friend class SBCommandInterpreter;
DSBCommandReturnObject.h109 friend class SBCommandInterpreter;
DSBListener.h103 friend class SBCommandInterpreter; variable
DSBProcess.h276 friend class SBCommandInterpreter; variable
/external/lldb/scripts/Python/interface/
DSBCommandInterpreter.i55 ") SBCommandInterpreter;
56 class SBCommandInterpreter
68 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs);
70 ~SBCommandInterpreter ();
DSBDebugger.i173 lldb::SBCommandInterpreter
/external/lldb/www/cpp_reference/html/
DSBCommandInterpreter_8h__dep__incl.map1 <map id="SBCommandInterpreter.h" name="SBCommandInterpreter.h">
DSBCommandInterpreter_8h__incl.map1 <map id="SBCommandInterpreter.h" name="SBCommandInterpreter.h">
DSBDebugger_8h__dep__incl.map3 <area shape="rect" id="node5" href="$SBCommandInterpreter_8h.html" title="SBCommandInterpreter.h" a…
DSBDefines_8h__dep__incl.map16 <area shape="rect" id="node53" href="$SBCommandInterpreter_8h.html" title="SBCommandInterpreter.h" …
/external/lldb/tools/driver/
DIOChannel.cpp398 SBCommandInterpreter::eBroadcastBitResetPrompt | in Run()
399 SBCommandInterpreter::eBroadcastBitThreadShouldExit | in Run()
400 SBCommandInterpreter::eBroadcastBitQuitCommandReceived); in Run()
470 case SBCommandInterpreter::eBroadcastBitResetPrompt: in Run()
478 case SBCommandInterpreter::eBroadcastBitThreadShouldExit: in Run()
479 case SBCommandInterpreter::eBroadcastBitQuitCommandReceived: in Run()
DDriver.cpp272 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage()
324 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage()
1321 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop()
1388SBCommandInterpreter::eBroadcastBitQuitCommandReceived | in MainLoop()
1389SBCommandInterpreter::eBroadcastBitAsynchronousOutputData | in MainLoop()
1390SBCommandInterpreter::eBroadcastBitAsynchronousErrorData); in MainLoop()
1577 if (event_type & SBCommandInterpreter::eBroadcastBitQuitCommandReceived) in MainLoop()
1581 … else if (event_type & SBCommandInterpreter::eBroadcastBitAsynchronousErrorData) in MainLoop()
1586 … else if (event_type & SBCommandInterpreter::eBroadcastBitAsynchronousOutputData) in MainLoop()
/external/lldb/examples/plugins/commands/
Dfooplugin.cpp51 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
/external/lldb/test/functionalities/plugins/commands/
Dplugin.cpp52 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
/external/lldb/scripts/
Dlldb.swig60 #include "lldb/API/SBCommandInterpreter.h"
124 %include "./Python/interface/SBCommandInterpreter.i"
/external/lldb/www/python_reference/
Dapi-objects.txt2515 lldb.SBCommandInterpreter lldb.SBCommandInterpreter-class.html
2516 lldb.SBCommandInterpreter.__swig_getmethods__ lldb.SBCommandInterpreter-class.html#__swig_getmethod…
2517 lldb.SBCommandInterpreter.HasCommands lldb.SBCommandInterpreter-class.html#HasCommands
2518 lldb.SBCommandInterpreter.HasAliases lldb.SBCommandInterpreter-class.html#HasAliases
2519 lldb.SBCommandInterpreter.__swig_setmethods__ lldb.SBCommandInterpreter-class.html#__swig_setmethod…
2520 lldb.SBCommandInterpreter.GetArgumentTypeAsCString lldb.SBCommandInterpreter-class.html#GetArgument…
2521 lldb.SBCommandInterpreter.eBroadcastBitAsynchronousErrorData lldb.SBCommandInterpreter-class.html#e…
2522 lldb.SBCommandInterpreter.GetDebugger lldb.SBCommandInterpreter-class.html#GetDebugger
2523 lldb.SBCommandInterpreter.__init__ lldb.SBCommandInterpreter-class.html#__init__
2524 lldb.SBCommandInterpreter.__setattr__ lldb.SBCommandInterpreter-class.html#__setattr__
[all …]

12