llvm-project/lldb/source/Plugins/Process
Ravitheja Addepally dab1d5f3cd Adding Support for Error Strings in Remote Packets
Summary:
This patch adds support for sending strings along with
error codes in the reply packets. The implementation is
based on the feedback recieved in the lldb-dev mailing
list. The patch also adds an extra packet for the client
to query if the server has the capability to provide
strings along with error replys.

Reviewers: labath, jingham, sas, lldb-commits, clayborg

Reviewed By: labath, clayborg

Differential Revision: https://reviews.llvm.org/D34945

llvm-svn: 307768
2017-07-12 11:15:34 +00:00
..
Darwin Add pretty-printer for wait(2) statuses and modernize the code handling them 2017-06-19 12:47:50 +00:00
FreeBSD Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop 2017-07-03 09:25:55 +00:00
Linux NativeProcessLinux: Fix handling of raise(SIGTRAP) 2017-07-11 10:38:40 +00:00
MacOSX-Kernel Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NetBSD Add a NativeProcessProtocol Factory class 2017-07-07 11:02:19 +00:00
POSIX Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
Utility Fix two places in RegisterContextLLDB::InitializeNonZerothFrame where 2017-06-29 03:02:24 +00:00
Windows/Common Rename Error -> Status. 2017-05-12 04:51:55 +00:00
elf-core Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
gdb-remote Adding Support for Error Strings in Remote Packets 2017-07-12 11:15:34 +00:00
mach-core Rename Error -> Status. 2017-05-12 04:51:55 +00:00
minidump Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CMakeLists.txt Add stub for PluginProcessNetBSD 2017-03-21 17:30:47 +00:00