llvm-project/lldb/test/tools/lldb-gdbserver
Todd Fiala 11d88bd10a Added gdb-remote $qMemoryRegionInfo tests for heap and stack.
Added two new tests: one to verify that a test exe heap address
returned is readable and writeable, and a similar one to verify
a test exe stack address is readable and writeable.

Ran the main.cpp test exe code through the Xcode re-indenter.
I was using TextMate to edit the test's C++ code alongside the
Python code but last check-in found that it was not handling
tabs/indentation the way I am intending it.

Modified test exe to require C++11.

Refactored gdb remote python code's handling of memory region
info into more re-usable methods.

llvm-svn: 210196
2014-06-04 16:42:12 +00:00
..
test gdbremote testing: added regex support to match packets and propagate/test against previously stored matches. 2014-05-06 06:15:23 +00:00
Makefile Added gdb-remote $qMemoryRegionInfo tests for heap and stack. 2014-06-04 16:42:12 +00:00
TestLldbGdbServer.py Added gdb-remote $qMemoryRegionInfo tests for heap and stack. 2014-06-04 16:42:12 +00:00
lldbgdbserverutils.py gdb-remote testing: new test, cleaned up socket reading. 2014-05-29 20:44:45 +00:00
main.cpp Added gdb-remote $qMemoryRegionInfo tests for heap and stack. 2014-06-04 16:42:12 +00:00
socket_packet_pump.py gdb-remote signal delivery test cleanup. 2014-05-30 17:59:47 +00:00