#include <CommandHistory.h>
Definition at line 21 of file CommandHistory.h.
◆ History
◆ CommandHistory() [1/2]
lldb_private::CommandHistory::CommandHistory |
( |
| ) |
|
|
default |
◆ ~CommandHistory()
lldb_private::CommandHistory::~CommandHistory |
( |
| ) |
|
|
default |
◆ CommandHistory() [2/2]
lldb_private::CommandHistory::CommandHistory |
( |
const CommandHistory & |
| ) |
|
|
privatedelete |
◆ AppendString()
void CommandHistory::AppendString |
( |
llvm::StringRef |
str, |
|
|
bool |
reject_if_dupe = true |
|
) |
| |
◆ Clear()
void CommandHistory::Clear |
( |
| ) |
|
◆ Dump()
void CommandHistory::Dump |
( |
Stream & |
stream, |
|
|
size_t |
start_idx = 0 , |
|
|
size_t |
stop_idx = SIZE_MAX |
|
) |
| const |
◆ FindString()
llvm::Optional< llvm::StringRef > CommandHistory::FindString |
( |
llvm::StringRef |
input_str | ) |
const |
◆ GetRecentmostString()
llvm::StringRef CommandHistory::GetRecentmostString |
( |
| ) |
const |
◆ GetSize()
size_t CommandHistory::GetSize |
( |
| ) |
const |
◆ GetStringAtIndex()
llvm::StringRef CommandHistory::GetStringAtIndex |
( |
size_t |
idx | ) |
const |
◆ IsEmpty()
bool CommandHistory::IsEmpty |
( |
| ) |
const |
◆ operator=()
◆ operator[]()
llvm::StringRef CommandHistory::operator[] |
( |
size_t |
idx | ) |
const |
◆ g_repeat_char
const char lldb_private::CommandHistory::g_repeat_char = '!' |
|
static |
◆ m_history
History lldb_private::CommandHistory::m_history |
|
private |
◆ m_mutex
std::recursive_mutex lldb_private::CommandHistory::m_mutex |
|
mutableprivate |
The documentation for this class was generated from the following files: