summaryrefslogtreecommitdiff
path: root/gdbserver_tests
AgeCommit message (Expand)AuthorFilesLines
2011-07-04GDB server: fix tests following recent commits.sewardj11-31/+26
2011-06-28valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb optionsewardj25-159/+164
2011-06-28Another make dist fix.sewardj1-0/+1
2011-06-27Fix 'make dist' following recent gdbserver commits.sewardj1-0/+5
2011-06-26Memcheck:sewardj5-19/+18
2011-06-26GDB server:sewardj12-1/+148
2011-06-26Add support for PIC executables (e.g. firefox on Ubuntu 11) by addingsewardj8-0/+79
2011-06-26GDB server:sewardj4-5/+9
2011-06-18Minor GDBserver source tidying. Also a small usability fix: ifsewardj8-1/+18
2011-06-15Fix safe_fd exhaustion in fork chain caused by non closing of shared_mem_fd sewardj5-1/+91
2011-05-31More gdbserver test fixes, from #214909 c 101:sewardj9-30/+37
2011-05-27Further fixes for GDB server on Thumb code:sewardj6-11/+40
2011-05-17gdbserver: misc fixes (#214909 c 77)sewardj11-31/+59
2011-05-15gdbserver_tests/make_local_links: made invocation of "head" POSIX-compliant s...bart1-1/+1
2011-05-15Removed "prereq: test -e gdb" again from those tests that do not invoke the s...bart3-3/+1
2011-05-15gdbserver tests: only create the gdbserver_tests/gdb soft link if ./configure...bart1-2/+2
2011-05-15Skip gdbserver tests if ./configure did not find gdb.bart14-5/+14
2011-05-15gdbserver_tests/t.c: Fixed two occurrences of the same typo.bart1-1/+1
2011-05-11* fixed two bugs reported by the IBM BEAM checker:sewardj3-2/+20
2011-05-10Improvements for testing and compilation breakage for the GDB serversewardj28-53/+69
2011-05-08Follow-up for r11729: make the gdbserver regression tests pass again.bart3-6/+2
2011-05-08Fixed one bug in gdbserver_tests/t.c and several compiler warnings triggered ...bart3-12/+18
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj80-0/+2336