summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/RegisterContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-181-28/+8
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-7/+7
* [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil2015-09-221-1/+15
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-2/+2
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+12
* Update ABISysV_x86_64.cpp to use more efficient register finding calls. Greg Clayton2013-11-051-0/+9
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-5/+5
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-5/+5
* Re-enable test_convenience_registers_16bit_with_process_attach test for Linux.Michael Sartain2013-10-091-9/+0
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-0/+13
* Introducing a temporary work-around for a register mapping problem with 32-bi...Andrew Kaylor2013-08-211-0/+9
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-0/+41
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-48/+69
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-6/+6
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-8/+17
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-126/+258
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-0/+4
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-7/+8
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-1/+16
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-24/+10
* Check in the native lldb unwinder. Jason Molenda2010-10-251-2/+133
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-3/+3
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-0/+22
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+238
OpenPOWER on IntegriCloud