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
*
Unwind: Add a stack scanning mechanism to support win32 unwinding
Pavel Labath
2019-09-27
1
-0
/
+2
*
Fix PC adjustment in StackFrame::GetSymbolContext
Joseph Tremoulet
2019-08-02
1
-0
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[x86] Fix issues with a realigned stack in MSVC compiled applications
Aleksandr Urakov
2018-10-30
1
-3
/
+4
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-221
/
+216
*
[LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in sour...
Eugene Zelenko
2015-10-17
1
-30
/
+28
*
Hoist the RegisterNumber class out of RegisterContextLLDB and make
Jason Molenda
2015-01-10
1
-159
/
+1
*
A pretty big overhaul of the TryFallbackUnwindPlan method in
Jason Molenda
2014-11-13
1
-0
/
+27
*
Add an alternative CFA type.
Justin Hibbits
2014-11-12
1
-0
/
+4
*
Add an operator== to the RegisterNumber class; it simplifies
Jason Molenda
2014-11-11
1
-1
/
+37
*
Add a RegisterNumber class to RegisterContextLLDB.h and start using
Jason Molenda
2014-11-08
1
-0
/
+111
*
Back out r221229 -- instead of trying to identify the end of the unwind,
Jason Molenda
2014-11-04
1
-7
/
+0
*
After we've completed a full backtrace, we'll have one frame which
Jason Molenda
2014-11-04
1
-0
/
+7
*
RegisterContextLLDB::InitializeNonZerothFrame had a bit of code to
Jason Molenda
2014-09-02
1
-0
/
+6
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-2
/
+2
*
Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDB
Jason Molenda
2014-02-21
1
-3
/
+17
*
Add a new target setting, trap-handler-names, where a user can
Jason Molenda
2014-02-14
1
-0
/
+13
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-2
/
+2
*
Fix for failure to unwind Linux stack frames with call in final position.
Todd Fiala
2014-02-01
1
-0
/
+4
*
Don't enforce ABI stack alignment rules on the sigtramp frame --
Jason Molenda
2014-01-03
1
-0
/
+3
*
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