https://bugs.kde.org/show_bug.cgi?id=434057
Bug ID: 434057 Summary: Add stdio mode to valgrind's gdbserver Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: t...@tromey.com Target Milestone: --- gdb has the ability to start a "gdbserver"-like program and use its stdio to communicate. This is documented here: https://sourceware.org/gdb/current/onlinedocs/gdb/Connecting.html but essentially it looks like: (gdb) target remote | some-server ... It would be nice if valgrind supported this mode. This would make it simpler to run it under gdb. -- You are receiving this mail because: You are watching all bug changes.