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
/
Symbol
/
DWARFCallFrameInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-7
/
+6
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+4
*
[Symbol] Remove dead code
Alex Langford
2019-05-22
1
-55
/
+0
*
FuncUnwinders: remove "current_offset" from function arguments
Pavel Labath
2019-04-23
1
-17
/
+22
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-2
/
+0
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-2
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-5
/
+5
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-110
/
+97
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-6
/
+3
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
[DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sections
Pavel Labath
2017-06-28
1
-18
/
+11
*
Add debug_frame section support
Pavel Labath
2017-06-27
1
-15
/
+48
*
Revert "Fix FDE indexing while scan debug_info section."
Pavel Labath
2017-05-25
1
-20
/
+11
*
Fix FDE indexing while scan debug_info section.
Hafiz Abid Qadeer
2017-05-25
1
-11
/
+20
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-1
/
+2
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-16
/
+142
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-825
/
+817
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Add missing break stmt to DW_CFA_GNU_args_size case.
Jason Molenda
2016-07-17
1
-0
/
+1
*
Add "support" for DW_CFA_GNU_args_size to the unwinder
Pavel Labath
2016-07-13
1
-0
/
+20
*
Add support for using armv7 compact unwind information
Jason Molenda
2016-06-07
1
-0
/
+11
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-3
/
+3
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-18
1
-0
/
+14
*
Revert "Improve the handling of missing elf symtab and missing symbol sizes"
Tamas Berghammer
2016-02-10
1
-14
/
+0
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-10
1
-0
/
+14
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-2
/
+2
*
Improve DWARF CFI CIE parsing and remove duplicated code
Tamas Berghammer
2015-07-03
1
-297
/
+279
*
Fix handling of DW_CFA_restore_state
Tamas Berghammer
2015-07-03
1
-0
/
+2
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-1
/
+1
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-2
/
+2
*
[DWARF CFI] Add support for DW_CFA_def_cfa_sf when parsing CIE
Pavel Labath
2015-04-22
1
-0
/
+13
*
Add a tiny bit of hardening to the eh_frame and compact unwind parsing.
Jason Molenda
2015-04-02
1
-0
/
+25
*
Support evaluation of DWARF expressions setting CFA
Pavel Labath
2015-02-23
1
-1
/
+3
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-9
/
+9
*
Read the LSDA and Personality Routine function address out of the
Jason Molenda
2014-11-18
1
-3
/
+38
*
Add 64-bit eh_frame section CFI support.
Todd Fiala
2014-08-25
1
-9
/
+33
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-10
/
+10
*
Fixed a bug where CFI data would become corrupted when using remember/restore...
Richard Mitton
2013-09-12
1
-2
/
+5
*
Fix DWARF for 0-length CIE (data after the length should not be read if lengt...
Virgile Bello
2013-08-25
1
-1
/
+1
*
Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressions
Ashok Thirumurthi
2013-07-29
1
-1
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Don't bother calling Reserve on the vector unless we have entries to be added.
Jason Molenda
2013-03-22
1
-1
/
+2
*
Add a Reserve method to RangeVector and RangeDataVector. Have the
Jason Molenda
2013-03-22
1
-0
/
+2
*
Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.
Jason Molenda
2013-03-21
1
-0
/
+16
*
Change DWARFCallFrameInfo from using a vector of AddressRanges to
Jason Molenda
2013-03-20
1
-35
/
+42
[next]