Char/HChar fixups for m_debuginfo and m_gdbserver.
[ambi/valgrind.git] / gdbserver_tests /
2012-10-21 philippeFix 308644 vgdb command for having the info for the...
2012-10-17 philippeFix 308341 vgdb should report process exit (or fatal...
2012-10-14 philippefix 308321 testsuite memcheck filter interferes with...
2012-09-24 philippefix 307155 filter_gdb should filter out syscall-templat...
2012-08-15 philippeUse -s USR1 instead of -10 to send SIGUSR1 signal
2012-08-01 philippeRemove --vex-iropt-precise-memory-exns, implement ...
2012-07-28 bartSpelling fixes: developpers -> developers; curiosly...
2012-06-14 philippeFix assert in gdbserver for watchpoints watching the...
2012-05-29 philippeFix MacOS passsigalrm.c compilation error due to SIGRTM...
2012-04-27 philippeadd optional arg [aspacemgr] to v.info memory to show...
2012-03-30 philippeFurther fix 297078 : implement conversion between vki...
2012-03-29 philippeFix bug 297078 gdbserver signal handling problems cause...
2012-02-15 philippe* compare vgdb-error with n_errs_shown, not with n_errs...
2012-01-26 philippe(fixes bug 289939 wish: complete monitor cmd 'leak_chec...
2012-01-14 philippeAdded a new parameter to the memcheck 'leak_check'...
2011-10-24 sewardjgdbsrv: factorize gdb version handling, fix doc and...
2011-10-22 sewardjAddition of v.info scheduler monitor command
2011-10-20 florianUpdate filter_gdb script for ppc64. Fixes bugzilla...
2011-10-09 florianThis patch by Philippe Waroquiers, philippe.waroquiers...
2011-10-08 florianOn systems where /proc/sys/kernel/yama/ptrace_scope...
2011-10-08 florianFilter around some debuginfo problems with ld.so on...
2011-10-03 florianImprove filtering of backtrace noise in the memcheck...
2011-08-13 florianComplain if invoked from the wrong directory or if...
2011-07-04 sewardjGDB server: fix tests following recent commits.
2011-06-28 sewardjvalgrind and tool mon. cmds prefixes changes + doc...
2011-06-28 sewardjAnother make dist fix.
2011-06-27 sewardjFix 'make dist' following recent gdbserver commits.
2011-06-26 sewardjMemcheck:
2011-06-26 sewardjGDB server:
2011-06-26 sewardjAdd support for PIC executables (e.g. firefox on Ubuntu...
2011-06-26 sewardjGDB server:
2011-06-18 sewardjMinor GDBserver source tidying. Also a small usability...
2011-06-15 sewardjFix safe_fd exhaustion in fork chain caused by non...
2011-05-31 sewardjMore gdbserver test fixes, from #214909 c 101:
2011-05-27 sewardjFurther fixes for GDB server on Thumb code:
2011-05-17 sewardjgdbserver: misc fixes (#214909 c 77)
2011-05-15 bartgdbserver_tests/make_local_links: made invocation of...
2011-05-15 bartRemoved "prereq: test -e gdb" again from those tests...
2011-05-15 bartgdbserver tests: only create the gdbserver_tests/gdb...
2011-05-15 bartSkip gdbserver tests if ./configure did not find gdb.
2011-05-15 bartgdbserver_tests/t.c: Fixed two occurrences of the same...
2011-05-11 sewardj* fixed two bugs reported by the IBM BEAM checker:
2011-05-10 sewardjImprovements for testing and compilation breakage for...
2011-05-08 bartFollow-up for r11729: make the gdbserver regression...
2011-05-08 bartFixed one bug in gdbserver_tests/t.c and several compil...
2011-05-06 sewardjImplement a GDB server in Valgrind. See #214909.