summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton2011-04-251-11/+12
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-3/+3
* Order of initialization lists.Stephen Wilson2011-04-111-11/+11
* Remove an assertion that was causing a crash.Greg Clayton2011-02-221-2/+12
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-156/+130
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-5/+5
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-1/+1
* Avoid infinite loops in stack backtraces and renamed:Greg Clayton2011-01-171-2/+2
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-1/+1
* Made FuncUnwinders threadsafe.Greg Clayton2011-01-081-5/+8
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-61/+74
* RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get aJason Molenda2010-12-221-0/+6
* Change the DWARFExpression::Evaluate methods to take an optionalJason Molenda2010-11-201-1/+43
* I'm not thrilled with how I structured this but RegisterContextLLDBJason Molenda2010-11-121-11/+58
* Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB.Jason Molenda2010-11-091-7/+83
* Fix thinko in UnwindTable.cpp where it wouldn't provde a Jason Molenda2010-11-091-3/+8
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-6/+6
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-041-2/+3
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-041-27/+40
* Add an unwind log Printf to note when an eh_frame section isJason Molenda2010-10-261-146/+205
* Don't indent log lines by frame # spaces if the frame # exceeds 100 - the ind...Jason Molenda2010-10-261-29/+42
* Get a disassembler based on the correct architecture for assemblyJason Molenda2010-10-261-49/+68
* Check in the native lldb unwinder. Jason Molenda2010-10-251-0/+986
OpenPOWER on IntegriCloud