llvm-project/lldb/unittests/Process
Stephane Sezer 48d1427c30 Verify memory address range validity in GDBRemoteCommunicationClient
Summary:
This aims to verify the validity of the response from the debugging
server in GDBRemoteCommunicationClient::GetMemoryRegionInfo. I was
working with ds2 (https://github.com/facebook/ds2) and encountered a bug
that caused the server's response to have a 'size' value of 0, which
caused lldb to behave incorrectly.

Reviewers: k8stone, labath, clayborg

Reviewed By: labath, clayborg

Subscribers: clayborg, sas, lldb-commits

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

Change by Alex Langford <apl@fb.com>

llvm-svn: 299239
2017-03-31 18:00:48 +00:00
..
gdb-remote Verify memory address range validity in GDBRemoteCommunicationClient 2017-03-31 18:00:48 +00:00
minidump Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
CMakeLists.txt Minidump parsing 2016-09-01 11:29:53 +00:00