llvm-project/lldb/source/Plugins/Process/gdb-remote
Johnny Chen b42b05e6de The RegisterInfo descriptors for the convenience registers can specify an offset to be added to the offset as derived from
the value_regs field, which is useful for future expansion purposes.  As of now, we have:

    calculated_offset_of_eax = offset_of_rax + (offset_of_eax_from_the_descriptor which is 0)

llvm-svn: 157275
2012-05-22 18:59:38 +00:00
..
GDBRemoteCommunication.cpp Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. 2012-05-04 23:02:50 +00:00
GDBRemoteCommunication.h Added the thread ID (tid) to each packet history item and the packet history now always dumps to a lldb_private::Stream. 2012-04-13 21:24:18 +00:00
GDBRemoteCommunicationClient.cpp Fixed a typo: "aync" => "async" 2012-05-15 02:50:49 +00:00
GDBRemoteCommunicationClient.h No functionality changes, mostly cleanup. 2012-04-11 00:24:49 +00:00
GDBRemoteCommunicationServer.cpp No functionality changes, mostly cleanup. 2012-04-11 00:24:49 +00:00
GDBRemoteCommunicationServer.h Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
GDBRemoteRegisterContext.cpp The RegisterInfo descriptors for the convenience registers can specify an offset to be added to the offset as derived from 2012-05-22 18:59:38 +00:00
GDBRemoteRegisterContext.h rdar://problem/11487457 2012-05-22 00:57:05 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ProcessGDBRemote.cpp rdar://problem/11487457 2012-05-22 00:57:05 +00:00
ProcessGDBRemote.h <rdar://problem/11240464> 2012-05-15 02:33:01 +00:00
ProcessGDBRemoteLog.cpp <rdar://problem/11052174> 2012-03-29 01:55:41 +00:00
ProcessGDBRemoteLog.h <rdar://problem/11052174> 2012-03-29 01:55:41 +00:00
ThreadGDBRemote.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
ThreadGDBRemote.h Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00