summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
Commit message (Expand)AuthorAgeFilesLines
* 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