This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-13 19:08:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c4136b0d86a2bff476153ffdf994ed39a8288df
llvm
/
lldb
/
source
/
Symbol
History
Tamas Berghammer
2ff833060c
Add support for displaying Java array types on Andorid
...
Differential revision:
http://reviews.llvm.org/D19540
llvm-svn: 268622
2016-05-05 11:18:21 +00:00
..
ArmUnwindInfo.cpp
…
Block.cpp
…
ClangASTContext.cpp
You have to call setHasLoadedFieldsFromExternalStorage AFTER calling
2016-05-04 00:06:23 +00:00
ClangASTImporter.cpp
…
ClangExternalASTSourceCallbacks.cpp
…
ClangExternalASTSourceCommon.cpp
Intentionally leak the ASTSourceMap instead of destroying it when LLDB quits.
2016-05-04 21:42:55 +00:00
ClangUtil.cpp
…
CMakeLists.txt
…
CompactUnwindInfo.cpp
…
CompilerDecl.cpp
…
CompilerDeclContext.cpp
…
CompilerType.cpp
Import block pointers from DWARF as Clang block pointers, not as structs.
2016-05-02 21:15:31 +00:00
CompileUnit.cpp
…
DebugMacros.cpp
…
Declaration.cpp
…
DWARFCallFrameInfo.cpp
…
Function.cpp
…
FuncUnwinders.cpp
Add a way for an ObjectFile to indicate that assembly emulation
2016-05-04 03:09:40 +00:00
GoASTContext.cpp
Import block pointers from DWARF as Clang block pointers, not as structs.
2016-05-02 21:15:31 +00:00
JavaASTContext.cpp
Add support for displaying Java array types on Andorid
2016-05-05 11:18:21 +00:00
LineEntry.cpp
…
LineTable.cpp
…
ObjectFile.cpp
…
Symbol.cpp
…
SymbolContext.cpp
…
SymbolFile.cpp
…
SymbolVendor.cpp
…
Symtab.cpp
Fixed in issue with ObjectFileMachO where it would add empty sections to the section list that was used to try and cap symbols to the max address of the section in which it is contained. The empty sections would make cap the symbols and make their sizes zero. Also fixed a few other things that could cause problems in the SymbolFileDWARFDebugMap when zero sized symbols were found and used to make OSO range map entries.
2016-04-22 22:35:08 +00:00
Type.cpp
…
TypeList.cpp
…
TypeMap.cpp
…
TypeSystem.cpp
…
UnwindPlan.cpp
…
UnwindTable.cpp
Add a way for an ObjectFile to indicate that assembly emulation
2016-05-04 03:09:40 +00:00
Variable.cpp
Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *" before using it so we don't crash if a variable's type can't be realized which happens more often recently due to -gmodules.
2016-04-12 00:06:27 +00:00
VariableList.cpp
…
VerifyDecl.cpp
…