Skip to content
Snippets Groups Projects
Commit 05d2b7f7 authored by Greg Clayton's avatar Greg Clayton
Browse files

Added some functions to our API related to classifying symbols as code, data,

const data, etc, and also for SBAddress objects to classify their type of
section they are in and also getting the module for a section offset address.

    lldb::SymbolType SBSymbol::GetType();
    
    lldb::SectionType SBAddress::GetSectionType ();
    lldb::SBModule SBAddress::GetModule ();

llvm-svn: 128602
parent 0e43f321
No related branches found
No related tags found
Loading
Showing
with 521 additions and 472 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment