LLDB mainline
|
#include <SBDebugger.h>
Public Member Functions | |
SBInputReader ()=default | |
~SBInputReader ()=default | |
SBError | Initialize (lldb::SBDebugger &sb_debugger, unsigned long(*callback)(void *, lldb::SBInputReader *, lldb::InputReaderAction, char const *, unsigned long), void *a, lldb::InputReaderGranularity b, char const *c, char const *d, bool e) |
void | SetIsDone (bool) |
bool | IsActive () const |
Definition at line 27 of file SBDebugger.h.
|
default |
|
default |
SBError SBInputReader::Initialize | ( | lldb::SBDebugger & | sb_debugger, |
unsigned long(*)(void *, lldb::SBInputReader *, lldb::InputReaderAction, char const *, unsigned long) | callback, | ||
void * | a, | ||
lldb::InputReaderGranularity | b, | ||
char const * | c, | ||
char const * | d, | ||
bool | e | ||
) |
Definition at line 70 of file SBDebugger.cpp.
References LLDB_INSTRUMENT_VA.
bool SBInputReader::IsActive | ( | ) | const |
Definition at line 84 of file SBDebugger.cpp.
References LLDB_INSTRUMENT_VA.
void SBInputReader::SetIsDone | ( | bool | b | ) |
Definition at line 82 of file SBDebugger.cpp.
References LLDB_INSTRUMENT_VA.