Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp146 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute()
155 SBCommandInterpreter::SBCommandInterpreter (CommandInterpreter *interpreter) : in SBCommandInterpreter() function in SBCommandInterpreter
167 SBCommandInterpreter::SBCommandInterpreter(const SBCommandInterpreter &rhs) : in SBCommandInterpreter() function in SBCommandInterpreter
172 const SBCommandInterpreter &
173 SBCommandInterpreter::operator = (const SBCommandInterpreter &rhs) in operator =()
179 SBCommandInterpreter::~SBCommandInterpreter () in ~SBCommandInterpreter()
184 SBCommandInterpreter::IsValid() const in IsValid()
191 SBCommandInterpreter::CommandExists (const char *cmd) in CommandExists()
199 SBCommandInterpreter::AliasExists (const char *cmd) in AliasExists()
207 SBCommandInterpreter::IsActive () in IsActive()
[all …]
HDSBDebugger.cpp186 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
403 SBCommandInterpreter
408 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter()
430 SBCommandInterpreter sb_interpreter(GetCommandInterpreter ()); in HandleCommand()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommandInterpreter.h21 friend class SBCommandInterpreter; variable
73 class SBCommandInterpreter
85 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs);
87 const lldb::SBCommandInterpreter &
88 operator = (const lldb::SBCommandInterpreter &rhs);
90 ~SBCommandInterpreter ();
190SBCommandInterpreter (lldb_private::CommandInterpreter *interpreter_ptr = NULL); // Access using…
309 friend class SBCommandInterpreter; variable
HDSBDebugger.h110 lldb::SBCommandInterpreter
334 friend class SBCommandInterpreter;
HDSBSourceManager.h41 friend class SBCommandInterpreter;
HDSBStringList.h52 friend class SBCommandInterpreter;
HDSBExecutionContext.h23 friend class SBCommandInterpreter; variable
HDSBBroadcaster.h75 friend class SBCommandInterpreter;
HDSBCommandReturnObject.h109 friend class SBCommandInterpreter;
HDSBFileSpec.h66 friend class SBCommandInterpreter; variable
HDSBListener.h104 friend class SBCommandInterpreter; variable
HDSBDefines.h37 class LLDB_API SBCommandInterpreter; variable
HDSBProcess.h348 friend class SBCommandInterpreter; variable
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBDebugger.cpp367 …eventMask = lldb::SBCommandInterpreter::eBroadcastBitQuitCommandReceived | lldb::SBCommandInterpre… in InitSBListener()
368 lldb::SBCommandInterpreter::eBroadcastBitAsynchronousOutputData | in InitSBListener()
369 lldb::SBCommandInterpreter::eBroadcastBitAsynchronousErrorData; in InitSBListener()
HDMICmnLLDBDebuggerHandleEvents.cpp150 else if (lldb::SBCommandInterpreter::EventIsCommandInterpreterEvent(vEvent)) in HandleEvent()
756 case lldb::SBCommandInterpreter::eBroadcastBitThreadShouldExit: in HandleEventSBCommandInterpreter()
766 case lldb::SBCommandInterpreter::eBroadcastBitResetPrompt: in HandleEventSBCommandInterpreter()
769 case lldb::SBCommandInterpreter::eBroadcastBitQuitCommandReceived: in HandleEventSBCommandInterpreter()
776 case lldb::SBCommandInterpreter::eBroadcastBitAsynchronousOutputData: in HandleEventSBCommandInterpreter()
779 case lldb::SBCommandInterpreter::eBroadcastBitAsynchronousErrorData: in HandleEventSBCommandInterpreter()
HDMICmdCmdTarget.cpp148 lldb::SBCommandInterpreter cmdIterpreter = rDbgr.GetCommandInterpreter(); in Execute()
/NextBSD/lib/clang/liblldbAPI/
HDMakefile14 SBCommandInterpreter.cpp \
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp268 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage()
320 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage()
988 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop()