LLDB mainline
Public Member Functions | List of all members
lldb::SBInputReader Class Reference

#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
 

Detailed Description

Definition at line 27 of file SBDebugger.h.

Constructor & Destructor Documentation

◆ SBInputReader()

lldb::SBInputReader::SBInputReader ( )
default

◆ ~SBInputReader()

lldb::SBInputReader::~SBInputReader ( )
default

Member Function Documentation

◆ Initialize()

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.

◆ IsActive()

bool SBInputReader::IsActive ( ) const

Definition at line 84 of file SBDebugger.cpp.

References LLDB_INSTRUMENT_VA.

◆ SetIsDone()

void SBInputReader::SetIsDone ( bool  b)

Definition at line 82 of file SBDebugger.cpp.

References LLDB_INSTRUMENT_VA.


The documentation for this class was generated from the following files: