summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-766/+731
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-38/+28
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-28/+38
* Fix 32-bit builds after r279232Pavel Labath2016-08-191-2/+3
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-97/+45
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-181-23/+2
* Remove manual packet construction from GDBRemoteRegisterContext::SetPrimordia...Pavel Labath2016-08-171-18/+5
* Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath2016-08-171-269/+157
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-12/+6
* Fix uninitialized field warnings in GDBRemoteRegisterContextPavel Labath2016-08-081-109/+111
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-1/+9
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-6/+12
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-12/+6
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-6/+6
* Use Process Plugin register indices when communicating with remoteFrancis Ricci2016-04-251-7/+8
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+46
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-9/+9
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-1/+2
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-110/+110
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-3/+0
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-5/+6
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-5/+6
* Add debug asserts / sanity checks toJason Molenda2014-07-241-0/+19
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-7/+7
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-1/+1
* Fix a few typos.Bruce Mitchener2014-06-271-4/+4
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-4/+4
* lldb arm64 import.Jason Molenda2014-03-291-64/+239
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-6/+6
* <rdar://problem/15172417>Greg Clayton2013-11-131-88/+87
* Fix python-free build.Joerg Sonnenberger2013-10-201-0/+2
* <rdar://problem/14972424>Greg Clayton2013-10-171-130/+0
* <rdar://problem/14972424>Greg Clayton2013-10-151-0/+132
* Set the byte order for data in the GDB remote register context.Greg Clayton2013-09-031-1/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-3/+3
* <rdar://problem/13700260>Greg Clayton2013-05-011-12/+12
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Remove my print statements I was using for debugging.Greg Clayton2013-03-091-9/+0
* <rdar://problem/13384282> Greg Clayton2013-03-091-17/+62
* <rdar://problem/13069948>Greg Clayton2013-01-251-5/+5
* <rdar://problem/13020634>Greg Clayton2013-01-211-148/+60
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-8/+8
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-1/+25
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-25/+4
OpenPOWER on IntegriCloud