LLDB mainline
Functions
Variable.cpp File Reference
#include "lldb/Symbol/Variable.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ValueObject.h"
#include "lldb/Core/ValueObjectVariable.h"
#include "lldb/Symbol/Block.h"
#include "lldb/Symbol/CompileUnit.h"
#include "lldb/Symbol/CompilerDecl.h"
#include "lldb/Symbol/CompilerDeclContext.h"
#include "lldb/Symbol/Function.h"
#include "lldb/Symbol/SymbolContext.h"
#include "lldb/Symbol/SymbolFile.h"
#include "lldb/Symbol/Type.h"
#include "lldb/Symbol/TypeSystem.h"
#include "lldb/Symbol/VariableList.h"
#include "lldb/Target/ABI.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/RegisterContext.h"
#include "lldb/Target/StackFrame.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/RegularExpression.h"
#include "lldb/Utility/Stream.h"
#include "llvm/ADT/Twine.h"

Go to the source code of this file.

Functions

static void PrivateAutoComplete (StackFrame *frame, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request)
 
static void PrivateAutoCompleteMembers (StackFrame *frame, const std::string &partial_member_name, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request)
 

Function Documentation

◆ PrivateAutoComplete()

static void PrivateAutoComplete ( StackFrame frame,
llvm::StringRef  partial_path,
const llvm::Twine &  prefix_path,
const CompilerType compiler_type,
CompletionRequest request 
)
static

◆ PrivateAutoCompleteMembers()

static void PrivateAutoCompleteMembers ( StackFrame frame,
const std::string &  partial_member_name,
llvm::StringRef  partial_path,
const llvm::Twine &  prefix_path,
const CompilerType compiler_type,
CompletionRequest request 
)
static