llvm-project/lldb/source/Plugins/Process/gdb-remote
Greg Clayton af247d7b98 Fixed a crasher that was happened when a log shared pointer wasn't valid.
Fixed ThreadPlanCallFunction::ReportRegisterState(...) to only dump when
verbose logging is enabled and fixed the function to use the new
RegisterValue method of reading registers.

Fixed the GDB remote client to not send a continue packet after receiving
stdout or stderr from the inferior process.

llvm-svn: 131628
2011-05-19 03:54:16 +00:00
..
GDBRemoteCommunication.cpp PATH_MAX is in limits.h on Linux. 2011-05-13 20:07:25 +00:00
GDBRemoteCommunication.h Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
GDBRemoteCommunicationClient.cpp Fixed a crasher that was happened when a log shared pointer wasn't valid. 2011-05-19 03:54:16 +00:00
GDBRemoteCommunicationClient.h Added the ability to get the return value from a ThreadPlanCallFunction 2011-05-15 01:25:55 +00:00
GDBRemoteCommunicationServer.cpp Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
GDBRemoteCommunicationServer.h Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
GDBRemoteRegisterContext.cpp Added a way to resolve an load address from a target: 2011-05-18 01:58:14 +00:00
GDBRemoteRegisterContext.h Add support for the 'G' packet not being implemented or returning an error. 2011-05-16 03:02:32 +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 Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts. 2011-05-17 03:51:29 +00:00
ProcessGDBRemote.h Added the ability to get the return value from a ThreadPlanCallFunction 2011-05-15 01:25:55 +00:00
ProcessGDBRemoteLog.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
ProcessGDBRemoteLog.h Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
ThreadGDBRemote.cpp Added the ability to get the return value from a ThreadPlanCallFunction 2011-05-15 01:25:55 +00:00
ThreadGDBRemote.h All UnwindPlan objects are now passed around as shared pointers. 2011-02-15 00:19:15 +00:00