aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-15Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen1-2/+2
2012-05-14Fix missing NEON registers for the 'register read' command with the lldb debu...Johnny Chen1-34/+76
2012-04-26Patch from Filipe Cabecinhas.Greg Clayton1-4/+0
2012-04-20Missed one place where the assert should have been in a #ifdef. Thanks Jason.Jim Ingham1-6/+11
2012-04-19In debug mode, assert when we fail to get the sequence mutex. We need to rem...Jim Ingham1-2/+25
2012-04-13Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton1-4/+42
2012-04-12Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton1-4/+30
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-4/+4
2012-04-10Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton1-4/+4
2012-03-02rdar://problem/10652076Johnny Chen1-29/+122
2012-02-29Fix a typo in comment.Johnny Chen1-1/+1
2012-02-29rdar://problem/10652076Johnny Chen1-10/+25
2012-02-29rdar://problem/10652076Johnny Chen1-104/+170
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-20/+43