LLDB mainline
|
Options used by Module::FindFunctions. More...
#include <Module.h>
Public Attributes | |
bool | include_symbols = false |
Include the symbol table. | |
bool | include_inlines = false |
Include inlined functions. | |
Options used by Module::FindFunctions.
This cannot be a nested class because it must be forward-declared in ModuleList.h.
bool lldb_private::ModuleFunctionSearchOptions::include_inlines = false |
Include inlined functions.
Definition at line 70 of file Module.h.
Referenced by CommandObjectTargetModulesShowUnwind::DoExecute(), CommandObjectSourceInfo::DumpLinesInFunctions(), lldb::SBModule::FindFunctions(), lldb::SBTarget::FindFunctions(), lldb_private::Module::FindFunctions(), lldb::SBTarget::FindGlobalFunctions(), lldb_private::IRExecutionUnit::FindInSymbols(), CommandObjectSourceList::FindMatchingFunctions(), lldb_private::ClangASTSource::FindObjCMethodDecls(), lldb_private::SourceManager::GetDefaultFileAndLine(), lldb_private::CommandObjectDisassemble::GetNameRanges(), lldb_private::InferiorCallMmap(), lldb_private::InferiorCallMunmap(), lldb_private::ClangExpressionDeclMap::LookupFunction(), CommandObjectTargetModulesLookup::LookupInModule(), and lldb_private::BreakpointResolverName::SearchCallback().
bool lldb_private::ModuleFunctionSearchOptions::include_symbols = false |
Include the symbol table.
Definition at line 68 of file Module.h.
Referenced by CommandObjectTargetModulesShowUnwind::DoExecute(), CommandObjectSourceInfo::DumpLinesInFunctions(), lldb::SBModule::FindFunctions(), lldb::SBTarget::FindFunctions(), lldb_private::Module::FindFunctions(), lldb::SBTarget::FindGlobalFunctions(), lldb_private::IRExecutionUnit::FindInSymbols(), CommandObjectSourceList::FindMatchingFunctions(), lldb_private::ClangASTSource::FindObjCMethodDecls(), lldb_private::SourceManager::GetDefaultFileAndLine(), lldb_private::CommandObjectDisassemble::GetNameRanges(), lldb_private::InferiorCallMmap(), lldb_private::InferiorCallMunmap(), lldb_private::ClangExpressionDeclMap::LookupFunction(), CommandObjectTargetModulesLookup::LookupInModule(), and lldb_private::BreakpointResolverName::SearchCallback().