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