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
*
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
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-5
/
+6
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-0
/
+7
*
Some eh_frame unwind instructions will define a return address register;
Jason Molenda
2012-08-18
1
-0
/
+1
*
When building up the UnwindPlan based on eh_frame unwind
Jason Molenda
2012-07-31
1
-8
/
+28
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-2
/
+0
*
Switch nearly all of the use of the UnwindPlan::Row's to go through
Jason Molenda
2012-07-14
1
-25
/
+27
*
Added a mutex to the call frame info to guard
Sean Callanan
2012-07-12
1
-1
/
+6
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-8
/
+8
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-9
/
+10
*
Centralize the code the reads the CFI so that we always log.
Greg Clayton
2011-12-29
1
-17
/
+15
*
Added the ability for DWARF locations to use the ABI plug-ins to resolve
Greg Clayton
2011-09-02
1
-1
/
+1
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-15
/
+24
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Revert one unintended change checked in to DWARFCallFrameInfo.cpp
Jason Molenda
2011-01-25
1
-1
/
+1
*
Use new Section::IsEncrypted() method to check if the eh_frame
Jason Molenda
2011-01-25
1
-4
/
+4
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-1
/
+2
*
Add an unwind log Printf to note when an eh_frame section is
Jason Molenda
2010-10-26
1
-0
/
+7
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-0
/
+7
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-789
/
+177
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-2
/
+1
*
Switch over to using llvm's dwarf constants file.
Jason Molenda
2010-07-06
1
-4
/
+4
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1344