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
/
SymbolFileDWARFDwo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
1
-7
/
+0
*
[lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath
2019-12-12
1
-1
/
+3
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
1
-0
/
+2
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-5
/
+5
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-1
/
+1
*
DWARF: Add support for type units+split dwarf combo
Pavel Labath
2019-06-25
1
-5
/
+28
*
DWARF: Add "dwo_num" field to the DIERef class
Pavel Labath
2019-06-21
1
-4
/
+3
*
DWARF: Provide accessors to DIERef fields
Pavel Labath
2019-06-20
1
-3
/
+4
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
1
-12
/
+12
*
DWARF: Don't create lldb CompileUnits for DWARF type units
Pavel Labath
2019-06-13
1
-13
/
+11
*
DWARF: Remove cu_idx variables from parsing functions
Pavel Labath
2019-05-27
1
-4
/
+2
*
DWARF: Port debug_addr over to DWARFContext
Pavel Labath
2019-05-21
1
-13
/
+0
*
DWARF: Port most of other sections over to DWARFContext
Pavel Labath
2019-05-20
1
-14
/
+0
*
Make DWARFContext dwo-aware and port debug_info sections over
Pavel Labath
2019-05-17
1
-6
/
+3
*
DWARF: Add ability to reference debug info coming from multiple sections
Pavel Labath
2019-05-16
1
-1
/
+1
*
[DWARF] Use sequential integers for the IDs of the SymbolFileDWOs
Pavel Labath
2019-05-13
1
-2
/
+3
*
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
-1
/
+1
*
Move the rest of the sections over to DWARFContext.
Zachary Turner
2019-03-21
1
-1
/
+1
*
Introduce DWARFContext.
Zachary Turner
2019-03-20
1
-6
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
George Rimar
2018-11-14
1
-8
/
+31
*
Revert r346848 "[LLDB] - Support the single file split DWARF."
George Rimar
2018-11-14
1
-31
/
+8
*
[LLDB] - Support the single file split DWARF.
George Rimar
2018-11-14
1
-8
/
+31
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-6
/
+6
*
[lldb] Ensure that dwo/dwp are not double-indexed
Alexander Shaposhnikov
2017-11-17
1
-0
/
+17
*
Improve the fix for PR33875 by not hardcoding the section name.
Adrian Prantl
2017-07-25
1
-6
/
+6
*
RFix PR33875 by distinguishing between DWO and clang modules.
Adrian Prantl
2017-07-24
1
-0
/
+8
*
Revert "Fix PR33875 by distinguishing between DWO and clang modules"
Adrian Prantl
2017-07-23
1
-6
/
+0
*
Fix PR33875 by distinguishing between DWO and clang modules
Adrian Prantl
2017-07-23
1
-0
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-83
/
+66
*
Change a recently added assert into lldbassert
Pavel Labath
2016-04-01
1
-1
/
+2
*
Fix DWO breakage in r264909
Pavel Labath
2016-03-31
1
-0
/
+7
*
Fix a fission expression evaluation issue
Tamas Berghammer
2015-10-26
1
-0
/
+6
*
Make SymbolFileDWARF::GetCachedSectionData thread safe
Tamas Berghammer
2015-10-22
1
-14
/
+6
*
Fix a crash, an UB and add some assert to dwo symbol file handling
Tamas Berghammer
2015-10-09
1
-0
/
+6
*
Add newline at end of file to avoid compiler warning.
Greg Clayton
2015-09-16
1
-1
/
+1
*
Add support for the DWARFLocationList used by split-dwarf
Tamas Berghammer
2015-09-16
1
-0
/
+7
*
Fix several issues arount dwo symbol file handling
Tamas Berghammer
2015-09-15
1
-5
/
+18
*
Darwin has a debug info format that stores module types in stand alone files ...
Greg Clayton
2015-09-14
1
-2
/
+5
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-0
/
+104