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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PC adjustment in StackFrame::GetSymbolContext
Joseph Tremoulet
2019-08-02
1
-1
/
+20
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-40
/
+35
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-12
/
+7
*
Change the unwinder to not use a hard-coded limit on the
Jason Molenda
2018-09-25
1
-1
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-88
/
+59
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove TimeValue from UnwindLLDB.cpp
Pavel Labath
2016-11-02
1
-8
/
+7
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-438
/
+442
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
Fix to solve Bug 23139 & Bug 23560
Abhishek Aggarwal
2015-11-13
1
-1
/
+85
*
Improve UnwindLLDB with better detection for unwinding failures
Tamas Berghammer
2015-07-06
1
-70
/
+106
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track
Jason Molenda
2014-12-09
1
-0
/
+8
*
When a RegisterContext produces an invalid CFA address, change
Jason Molenda
2014-11-22
1
-8
/
+25
*
A pretty big overhaul of the TryFallbackUnwindPlan method in
Jason Molenda
2014-11-13
1
-2
/
+3
*
Back out r221229 -- instead of trying to identify the end of the unwind,
Jason Molenda
2014-11-04
1
-2
/
+1
*
After we've completed a full backtrace, we'll have one frame which
Jason Molenda
2014-11-04
1
-1
/
+2
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDB
Jason Molenda
2014-02-21
1
-0
/
+36
*
Add a new target setting, trap-handler-names, where a user can
Jason Molenda
2014-02-14
1
-1
/
+14
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-1
/
+1
*
Don't enforce ABI stack alignment rules on the sigtramp frame --
Jason Molenda
2014-01-03
1
-4
/
+10
*
Partially revert a patch from Ashok Thirumurthi in r191430.
Jason Molenda
2013-12-20
1
-0
/
+25
*
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
*
Fix the partial backtrace in a recursive inferior compiled with -fomit-frame-...
Ashok Thirumurthi
2013-09-26
1
-15
/
+1
*
Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow for
Jason Molenda
2013-06-05
1
-2
/
+2
*
Add a hard limit to how many frames lldb will unwind in a single
Jason Molenda
2013-05-03
1
-0
/
+16
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/12350715>
Jason Molenda
2013-01-19
1
-0
/
+13
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
A change in how we search for saved register values unintentionally
Jason Molenda
2012-11-16
1
-2
/
+8
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-2
/
+12
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-1
/
+1
*
Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...
Jim Ingham
2012-02-29
1
-14
/
+29
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-3
/
+6
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-20
/
+27
*
Restructure the relationship between UnwindLLDB and the
Jason Molenda
2011-11-01
1
-5
/
+30
*
Lock the Unwinder before accessing it.
Jim Ingham
2011-10-21
1
-3
/
+3
*
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
Peter Collingbourne
2011-06-18
1
-3
/
+3
*
Added some comments.
Greg Clayton
2011-05-25
1
-0
/
+2
*
ABI plug-ins must implement the following pure virtual functions:
Greg Clayton
2011-05-24
1
-27
/
+46
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-1
/
+0
*
Put plug-ins into the correct directories as they were incorrectly located
Greg Clayton
2011-04-25
1
-6
/
+6
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-5
/
+9
*
Avoid infinite loops in stack backtraces and renamed:
Greg Clayton
2011-01-17
1
-2
/
+11
[next]