summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
Commit message (Expand)AuthorAgeFilesLines
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-96/+68
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-8/+6
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-6/+8
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-2/+2
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-181-3/+0
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+3
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-16/+3
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-17/+24
* Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer2015-03-231-24/+24
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-1/+1
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+6
* <rdar://problem/14972424>Greg Clayton2013-10-171-154/+5
* <rdar://problem/14972424>Greg Clayton2013-10-151-0/+3
* <rdar://problem/13069948>Greg Clayton2013-01-251-8/+8
* <rdar://problem/13072285> Jason Molenda2013-01-251-1/+1
* <rdar://problem/13020634>Greg Clayton2013-01-211-3/+46
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+3
* rdar://problem/11487457Johnny Chen2012-05-221-0/+3
* Fix missing NEON registers for the 'register read' command with the lldb debu...Johnny Chen2012-05-141-1/+1
* rdar://problem/10652076Johnny Chen2012-03-021-1/+8
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-6/+0
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-1/+0
* Add support for the 'G' packet not being implemented or returning an error.Greg Clayton2011-05-161-1/+0
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-9/+14
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-8/+11
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-1/+1
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-2/+6
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-1/+1
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+250
OpenPOWER on IntegriCloud