summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* <rdar://problem/10660369>Greg Clayton2012-01-081-1/+1
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-7/+7
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-2/+2
* Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton2011-05-231-2/+4
* Fixed an issue in GDBRemoteCommunicationClient where we weren't listening toGreg Clayton2011-05-201-11/+10
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-57/+57
* Fixed an issue that broke expression parsing related to backing upGreg Clayton2011-05-171-1/+1
* Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.Greg Clayton2011-05-171-14/+55
* Add support for the 'G' packet not being implemented or returning an error.Greg Clayton2011-05-161-6/+44
* Fixed the default ARM registers to have the generic argumentGreg Clayton2011-05-151-5/+5
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-94/+29
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-87/+103
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-9/+9
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-4/+4
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-9/+9
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-6/+3
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-2/+4
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-4/+4
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-12/+42
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-30/+44
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-2/+2
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-0/+3
* Make sure to lock down the sequence mutex and select the thread we want when ...Greg Clayton2010-10-071-15/+30
OpenPOWER on IntegriCloud