summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure the relationship between UnwindLLDB and theJason Molenda2011-11-011-55/+61
* Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multipl...Jason Molenda2011-10-181-0/+39
* Fix verbose logging of unwinders.Jason Molenda2011-09-291-10/+10
* Tighten up the 'log enable lldb unwind' printing forJason Molenda2011-09-161-4/+4
* Have the FuncUnwinder object request & provide an architecture-definedJason Molenda2011-09-151-1/+13
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-021-1/+1
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-13/+27
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-21/+27
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-134/+99
* 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