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
Showing
- lldb/include/lldb/API/SBAddress.h 7 additions, 0 deletionslldb/include/lldb/API/SBAddress.h
- lldb/include/lldb/API/SBModule.h 2 additions, 1 deletionlldb/include/lldb/API/SBModule.h
- lldb/include/lldb/API/SBSymbol.h 3 additions, 0 deletionslldb/include/lldb/API/SBSymbol.h
- lldb/include/lldb/Core/Module.h 4 additions, 4 deletionslldb/include/lldb/Core/Module.h
- lldb/include/lldb/Core/ModuleList.h 1 addition, 1 deletionlldb/include/lldb/Core/ModuleList.h
- lldb/include/lldb/Core/Section.h 4 additions, 4 deletionslldb/include/lldb/Core/Section.h
- lldb/include/lldb/Symbol/Symbol.h 6 additions, 6 deletionslldb/include/lldb/Symbol/Symbol.h
- lldb/include/lldb/Symbol/Symtab.h 13 additions, 13 deletionslldb/include/lldb/Symbol/Symtab.h
- lldb/include/lldb/lldb-enumerations.h 439 additions, 373 deletionslldb/include/lldb/lldb-enumerations.h
- lldb/include/lldb/lldb-private-enumerations.h 0 additions, 67 deletionslldb/include/lldb/lldb-private-enumerations.h
- lldb/include/lldb/lldb-private.h 1 addition, 1 deletionlldb/include/lldb/lldb-private.h
- lldb/source/API/SBAddress.cpp 29 additions, 0 deletionslldb/source/API/SBAddress.cpp
- lldb/source/API/SBSymbol.cpp 8 additions, 0 deletionslldb/source/API/SBSymbol.cpp
- lldb/source/Core/Module.cpp 1 addition, 1 deletionlldb/source/Core/Module.cpp
- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h 3 additions, 1 deletionlldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
Loading
Please register or sign in to comment