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
/
Process
/
Utility
/
RegisterContextLLDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
RegisterContextLLDB::InitializeNonZerothFrame had a bit of code to
Jason Molenda
2014-09-02
1
-17
/
+28
*
On x86 & x86_64, try to use eh_frame for frame 0.
Todd Fiala
2014-08-25
1
-2
/
+2
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-5
/
+5
*
Add a check that we found an ABI plugin before calling a method on it.
Jason Molenda
2014-06-13
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-14
/
+17
*
Fix unwind_plan test conditions (could result in NULL memory access).
Virgile Bello
2014-03-09
1
-1
/
+1
*
Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDB
Jason Molenda
2014-02-21
1
-49
/
+66
*
Add a new target setting, trap-handler-names, where a user can
Jason Molenda
2014-02-14
1
-26
/
+43
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-28
/
+38
*
Fix for failure to unwind Linux stack frames with call in final position.
Todd Fiala
2014-02-01
1
-4
/
+37
*
Add the offset for cfa+offset log messages in the unwind channel, to aid in d...
Jason Molenda
2014-01-10
1
-2
/
+2
*
Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress().
Jason Molenda
2014-01-04
1
-3
/
+3
*
Don't enforce ABI stack alignment rules on the sigtramp frame --
Jason Molenda
2014-01-03
1
-0
/
+6
*
Partially revert a patch from Ashok Thirumurthi in r191430.
Jason Molenda
2013-12-20
1
-0
/
+16
*
Revert one part of Ashok Thirumurthi's patch from September 16, r190812.
Jason Molenda
2013-12-19
1
-6
/
+23
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-1
/
+2
*
Change two new logging messages from verbose-only to non-verbose
Jason Molenda
2013-10-03
1
-2
/
+2
*
Tweak logging messages from Ed's prev commit to make it a little more
Jason Molenda
2013-10-02
1
-1
/
+4
*
Avoid crash in unwinder if ABI isn't available
Ed Maste
2013-10-02
1
-1
/
+6
*
Adds an option to resolve a symbol from an address that can be used
Ashok Thirumurthi
2013-09-24
1
-2
/
+6
*
Update RegisterContextLLDB::GetFullUnwindPlanForFrame() to use the architectu...
Jason Molenda
2013-09-24
1
-2
/
+15
*
Fix lldb regressions due to r190812 in the case where debug info is present.
Ashok Thirumurthi
2013-09-20
1
-1
/
+2
*
Fixes symbol resolution for a function with a tail call because the PC
Ashok Thirumurthi
2013-09-16
1
-23
/
+6
*
add register name to UnwindLog error message
Michael Sartain
2013-08-22
1
-1
/
+2
*
Don't use a function-scope static varaibles in
Jason Molenda
2013-07-19
1
-9
/
+4
*
Fix the partial backtrace when using a combination of stripped function symbols
Ashok Thirumurthi
2013-07-18
1
-10
/
+26
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-1
/
+1
*
Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow for
Jason Molenda
2013-06-05
1
-7
/
+6
*
Handle an edge case where we step into a function whose UnwindPlan
Jason Molenda
2013-04-13
1
-0
/
+24
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-0
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-9
/
+9
*
Change RegisterContextLLDB's unwind logging to report which stack frame
Jason Molenda
2012-11-16
1
-4
/
+12
*
A change in how we search for saved register values unintentionally
Jason Molenda
2012-11-16
1
-19
/
+19
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-319
/
+293
*
Add a new ABI plugin method which specifies whether the architecture
Jason Molenda
2012-10-16
1
-1
/
+1
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-1
/
+3
*
Some eh_frame unwind instructions will define a return address register;
Jason Molenda
2012-08-18
1
-11
/
+32
*
Fixed a potential crash where we attempt to read
Sean Callanan
2012-08-10
1
-0
/
+4
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-4
/
+4
*
Switch nearly all of the use of the UnwindPlan::Row's to go through
Jason Molenda
2012-07-14
1
-11
/
+11
*
Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrame
Jason Molenda
2012-03-01
1
-13
/
+0
*
Fix a recursion that could happen when creating the first frame in
Jason Molenda
2012-02-29
1
-13
/
+45
[next]