aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-766/+731
2016-08-30Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath1-38/+28
2016-08-25gdb-remote: Make the sequence mutex non-recursivePavel Labath1-28/+38
2016-08-19Fix 32-bit builds after r279232Pavel Labath1-2/+3
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath1-97/+45
2016-08-18Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath1-23/+2
2016-08-17Remove manual packet construction from GDBRemoteRegisterContext::SetPrimordia...Pavel Labath1-18/+5
2016-08-17Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath1-269/+157
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-12/+6
2016-08-08Fix uninitialized field warnings in GDBRemoteRegisterContextPavel Labath1-109/+111
2016-08-01[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain1-1/+9
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-6/+12
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath1-12/+6
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool1-6/+6
2016-04-25Use Process Plugin register indices when communicating with remoteFrancis Ricci1-7/+8
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda1-0/+46
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener1-9/+9
2015-10-18Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool1-1/+2
2015-09-15Clean up register naming conventions inside lldb. Jason Molenda1-110/+110
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda1-2/+2
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-3/+0
2015-05-13Fixed a ton of gcc compile warningsVince Harron1-5/+6
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-5/+6
2014-07-24Add debug asserts / sanity checks toJason Molenda1-0/+19
2014-07-23Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala1-1/+1
2014-07-02Start converting usages of off_t to other types.Zachary Turner1-7/+7
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas1-1/+1
2014-06-27Fix a few typos.Bruce Mitchener1-4/+4
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-4/+4
2014-03-29lldb arm64 import.Jason Molenda1-64/+239
2013-12-06Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton1-6/+6
2013-11-13<rdar://problem/15172417>Greg Clayton1-88/+87
2013-10-20Fix python-free build.Joerg Sonnenberger1-0/+2
2013-10-17<rdar://problem/14972424>Greg Clayton1-130/+0
2013-10-15<rdar://problem/14972424>Greg Clayton1-0/+132
2013-09-03Set the byte order for data in the GDB remote register context.Greg Clayton1-1/+1
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs1-3/+3
2013-05-01<rdar://problem/13700260>Greg Clayton1-12/+12
2013-03-27<rdar://problem/13521159>Greg Clayton1-4/+4
2013-03-09Remove my print statements I was using for debugging.Greg Clayton1-9/+0
2013-03-09<rdar://problem/13384282> Greg Clayton1-17/+62
2013-01-25<rdar://problem/13069948>Greg Clayton1-5/+5
2013-01-21<rdar://problem/13020634>Greg Clayton1-148/+60
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-8/+8
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham1-1/+25
2012-06-08Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham1-25/+4
2012-05-22Add more convenience registers to x86_64 and a simple test scenario:Johnny Chen1-10/+26
2012-05-22The RegisterInfo descriptors for the convenience registers can specify an off...Johnny Chen1-1/+1
2012-05-22Fix wrong offset of eax and friends pointed out by Greg.Johnny Chen1-1/+1
2012-05-22rdar://problem/11487457Johnny Chen1-0/+73