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
/
UnwindLLDB.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-13
/
+15
*
Improve UnwindLLDB with better detection for unwinding failures
Tamas Berghammer
2015-07-06
1
-2
/
+10
*
Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track
Jason Molenda
2014-12-09
1
-1
/
+2
*
Add a new target setting, trap-handler-names, where a user can
Jason Molenda
2014-02-14
1
-0
/
+20
*
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
*
Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow for
Jason Molenda
2013-06-05
1
-1
/
+1
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
A change in how we search for saved register values unintentionally
Jason Molenda
2012-11-16
1
-0
/
+7
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-1
/
+1
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-2
/
+2
*
Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...
Jim Ingham
2012-02-29
1
-0
/
+5
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-5
/
+5
*
Restructure the relationship between UnwindLLDB and the
Jason Molenda
2011-11-01
1
-4
/
+39
*
Lock the Unwinder before accessing it.
Jim Ingham
2011-10-21
1
-4
/
+5
*
ABI plug-ins must implement the following pure virtual functions:
Greg Clayton
2011-05-24
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-6
/
+6
*
Added memory caching to lldb_private::Process. All lldb_private::Process
Greg Clayton
2011-01-07
1
-1
/
+1
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-1
/
+1
*
Refactor UnwindLLDB so it doesn't populate the entire stack unless
Jason Molenda
2010-11-09
1
-0
/
+3
*
Fix thinko in UnwindTable.cpp where it wouldn't provde a
Jason Molenda
2010-11-09
1
-0
/
+1
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-0
/
+1
*
Handle the case where no eh_frame section is present.
Jason Molenda
2010-11-04
1
-1
/
+3
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-0
/
+70