index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
SymbolFile
/
DWARF
/
DWARFDIE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename clang-module-related *DWO* functions to *ClangModule* (NFC)
Adrian Prantl
2019-11-13
1
-33
/
+0
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-19
/
+13
*
DWARF: Add "dwo_num" field to the DIERef class
Pavel Labath
2019-06-21
1
-3
/
+3
*
DWARF: Make DIERefs always valid
Pavel Labath
2019-06-19
1
-6
/
+4
*
Simplify `GetName`+`AppendTypeName` by `DWARFDIE`
Jan Kratochvil
2019-05-23
1
-0
/
+124
*
Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`
Jan Kratochvil
2019-05-21
1
-11
/
+10
*
DWARF: Add ability to reference debug info coming from multiple sections
Pavel Labath
2019-05-16
1
-1
/
+2
*
Permit cross-CU references
Jan Kratochvil
2019-05-15
1
-6
/
+4
*
Finish renaming CompileUnit -> Unit
Jan Kratochvil
2019-05-10
1
-1
/
+1
*
Revert "Move the rest of the sections over to DWARFContext."
Pavel Labath
2019-03-22
1
-3
/
+2
*
Move the rest of the sections over to DWARFContext.
Zachary Turner
2019-03-21
1
-2
/
+3
*
Remove DWARFDIECollection.
Zachary Turner
2019-03-12
1
-9
/
+11
*
Move ElaboratingDIEIterator into implementation file.
Zachary Turner
2019-03-12
1
-13
/
+68
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)
Adrian Prantl
2019-01-07
1
-2
/
+2
*
AppleDWARFIndex: Get function method-ness directly from debug info
Pavel Labath
2018-06-04
1
-4
/
+25
*
ManualDWARFIndex: Fix misclassification of methods in unions
Pavel Labath
2018-05-25
1
-2
/
+3
*
DWARFDIE split out to DWARFBaseDIE
Jan Kratochvil
2018-05-24
1
-184
/
+1
*
General cleanup to minimize the .debug_types patch
Greg Clayton
2018-05-09
1
-0
/
+6
*
Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched
Jan Kratochvil
2018-04-30
1
-2
/
+2
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-3
/
+3
*
[DWARFDIE] Rewrite `operator !=` using `operator ==`. NFCI.
Davide Italiano
2017-10-09
1
-1
/
+1
*
[SymbolFile/DWARF] Simplify two functions. NFCI.
Davide Italiano
2017-10-09
1
-8
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-443
/
+341
*
Fixed an issue where if we have DWARF in an executable that has multiple lang...
Greg Clayton
2016-04-01
1
-0
/
+1
*
When support for DWO files was added, there were two ways to pass lldb::user_...
Greg Clayton
2016-03-30
1
-24
/
+50
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-0
/
+86
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-87
/
+0
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-0
/
+87
*
Fix broken assert in DWARFDIE.cpp on OS X
Todd Fiala
2015-10-15
1
-1
/
+1
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-0
/
+1
*
Add support for the DWARFLocationList used by split-dwarf
Tamas Berghammer
2015-09-16
1
-2
/
+0
*
Fix several issues arount dwo symbol file handling
Tamas Berghammer
2015-09-15
1
-2
/
+5
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-3
/
+32
*
Made a new abstract class named "DWARFASTParser" which lives in "source/Plugi...
Greg Clayton
2015-08-28
1
-0
/
+10
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-0
/
+416