summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
Commit message (Expand)AuthorAgeFilesLines
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-271-0/+2
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-0/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-301-3/+4
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-221/+216
* [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in sour...Eugene Zelenko2015-10-171-30/+28
* Hoist the RegisterNumber class out of RegisterContextLLDB and makeJason Molenda2015-01-101-159/+1
* A pretty big overhaul of the TryFallbackUnwindPlan method inJason Molenda2014-11-131-0/+27
* Add an alternative CFA type.Justin Hibbits2014-11-121-0/+4
* Add an operator== to the RegisterNumber class; it simplifiesJason Molenda2014-11-111-1/+37
* Add a RegisterNumber class to RegisterContextLLDB.h and start usingJason Molenda2014-11-081-0/+111
* Back out r221229 -- instead of trying to identify the end of the unwind,Jason Molenda2014-11-041-7/+0
* After we've completed a full backtrace, we'll have one frame whichJason Molenda2014-11-041-0/+7
* RegisterContextLLDB::InitializeNonZerothFrame had a bit of code toJason Molenda2014-09-021-0/+6
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-2/+2
* Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDBJason Molenda2014-02-211-3/+17
* Add a new target setting, trap-handler-names, where a user canJason Molenda2014-02-141-0/+13
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-2/+2
* Fix for failure to unwind Linux stack frames with call in final position.Todd Fiala2014-02-011-0/+4
* Don't enforce ABI stack alignment rules on the sigtramp frame --Jason Molenda2014-01-031-0/+3
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* A change in how we search for saved register values unintentionallyJason Molenda2012-11-161-1/+1
* Add a new capability to RegisterContextLLDB: To recognize when theJason Molenda2012-10-261-17/+21
* <rdar://problem/10434005>Greg Clayton2012-03-141-1/+1
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* When we're unwinding out of frame 0 and we end up with a bogus frameJason Molenda2011-12-161-0/+12
* Restructure the relationship between UnwindLLDB and theJason Molenda2011-11-011-36/+24
* Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multipl...Jason Molenda2011-10-181-0/+3
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-8/+12
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-6/+9
* Avoid infinite loops in stack backtraces and renamed:Greg Clayton2011-01-171-1/+1
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-1/+1
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-2/+2
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-4/+2
* I'm not thrilled with how I structured this but RegisterContextLLDBJason Molenda2010-11-121-4/+15
* Silence a bunch of clang warnings.Benjamin Kramer2010-11-101-1/+1
* Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB.Jason Molenda2010-11-091-1/+1
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-041-5/+6
* Add an unwind log Printf to note when an eh_frame section isJason Molenda2010-10-261-3/+14
* Check in the native lldb unwinder. Jason Molenda2010-10-251-0/+177
OpenPOWER on IntegriCloud