summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-9/+9
* Change RegisterContextLLDB's unwind logging to report which stack frameJason Molenda2012-11-161-4/+12
* A change in how we search for saved register values unintentionallyJason Molenda2012-11-161-19/+19
* Add a new capability to RegisterContextLLDB: To recognize when theJason Molenda2012-10-261-319/+293
* Add a new ABI plugin method which specifies whether the architectureJason Molenda2012-10-161-1/+1
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+3
* Some eh_frame unwind instructions will define a return address register;Jason Molenda2012-08-181-11/+32
* Fixed a potential crash where we attempt to readSean Callanan2012-08-101-0/+4
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-4/+4
* Switch nearly all of the use of the UnwindPlan::Row's to go throughJason Molenda2012-07-141-11/+11
* Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrameJason Molenda2012-03-011-13/+0
* Fix a recursion that could happen when creating the first frame inJason Molenda2012-02-291-13/+45
* Patch from Filipe Cabecinhas fixing a typo in the "lldb unwind" log output.Jim Ingham2012-02-241-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-8/+12
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-20/+26
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-8/+8
* Don't call lldb_private::Process::GetLoadAddressPermissions to sanity check t...Jim Ingham2012-01-101-28/+34
* <rdar://problem/10645694> Greg Clayton2012-01-081-2/+58
* When we're unwinding out of frame 0 and we end up with a bogus frameJason Molenda2011-12-161-8/+55
* On Mac OS X the Objective-C runtime (libobjc) has many criticalJason Molenda2011-12-141-2/+24
* Add two new memory region based checks to the Unwinder:Jason Molenda2011-12-131-0/+20
* When unwinding from the first frame, try to ask the remote debugserverJason Molenda2011-12-131-9/+16
* 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
OpenPOWER on IntegriCloud