llvm-project/lldb/source/Plugins/Process/gdb-remote
Jim Ingham 45350374f1 Typed too fast adding lockers. Actually put them in a locker.
llvm-svn: 163575
2012-09-11 00:08:52 +00:00
..
GDBRemoteCommunication.cpp Change the Mutex::Locker class so that it takes the Mutex object and locks it, rather 2012-06-08 22:50:40 +00:00
GDBRemoteCommunication.h Change the Mutex::Locker class so that it takes the Mutex object and locks it, rather 2012-06-08 22:50:40 +00:00
GDBRemoteCommunicationClient.cpp Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
GDBRemoteCommunicationClient.h Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
GDBRemoteCommunicationServer.cpp Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit 2012-07-13 23:55:22 +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 Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
GDBRemoteRegisterContext.h Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +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 Typed too fast adding lockers. Actually put them in a locker. 2012-09-11 00:08:52 +00:00
ProcessGDBRemote.h <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so that we single-step before stopping at the WP. This is necessary because on ARM the WP triggers before the opcode is actually executed, so we would be unable to continue since we would keep hitting the WP. We work around this by disabling the WP, single stepping and then putting the WP back in place. 2012-07-13 23:18:48 +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 Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that 2012-09-01 01:02:41 +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