summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more convenience registers to x86_64 and a simple test scenario:Johnny Chen2012-05-221-10/+26
* The RegisterInfo descriptors for the convenience registers can specify an off...Johnny Chen2012-05-221-1/+1
* Fix wrong offset of eax and friends pointed out by Greg.Johnny Chen2012-05-221-1/+1
* rdar://problem/11487457Johnny Chen2012-05-221-0/+73
* Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen2012-05-151-2/+2
* Fix missing NEON registers for the 'register read' command with the lldb debu...Johnny Chen2012-05-141-34/+76
* Patch from Filipe Cabecinhas.Greg Clayton2012-04-261-4/+0
* Missed one place where the assert should have been in a #ifdef. Thanks Jason.Jim Ingham2012-04-201-6/+11
* In debug mode, assert when we fail to get the sequence mutex. We need to rem...Jim Ingham2012-04-191-2/+25
* Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton2012-04-131-4/+42
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-4/+30
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-4/+4
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-4/+4
* rdar://problem/10652076Johnny Chen2012-03-021-29/+122
* Fix a typo in comment.Johnny Chen2012-02-291-1/+1
* rdar://problem/10652076Johnny Chen2012-02-291-10/+25
* rdar://problem/10652076Johnny Chen2012-02-291-104/+170
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-20/+43
OpenPOWER on IntegriCloud