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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
A change in how we search for saved register values unintentionally
Jason Molenda
2012-11-16
1
-1
/
+1
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-17
/
+21
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-1
/
+1
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
When we're unwinding out of frame 0 and we end up with a bogus frame
Jason Molenda
2011-12-16
1
-0
/
+12
*
Restructure the relationship between UnwindLLDB and the
Jason Molenda
2011-11-01
1
-36
/
+24
*
Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multipl...
Jason Molenda
2011-10-18
1
-0
/
+3
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-8
/
+12
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-6
/
+9
*
Avoid infinite loops in stack backtraces and renamed:
Greg Clayton
2011-01-17
1
-1
/
+1
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-1
/
+1
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-2
/
+2
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-4
/
+2
*
I'm not thrilled with how I structured this but RegisterContextLLDB
Jason Molenda
2010-11-12
1
-4
/
+15
*
Silence a bunch of clang warnings.
Benjamin Kramer
2010-11-10
1
-1
/
+1
*
Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB.
Jason Molenda
2010-11-09
1
-1
/
+1
*
Handle the case where no eh_frame section is present.
Jason Molenda
2010-11-04
1
-5
/
+6
*
Add an unwind log Printf to note when an eh_frame section is
Jason Molenda
2010-10-26
1
-3
/
+14
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-0
/
+177