Eero Tamminen wrote:
To test the Gdb invocation, just run a program compiled with mudflap and triggering some mudflap warning like this: MUDFLAP_OPTIONS="-viol-gdb" ./program
This is not enough to be useful, but it works partially.With GDB 5.0 from EasyMiNT, it does not work, because the --pid option is unsupported. With my experimental GDB 7.0, GDB is started and attached to the right process, but the symbols are not present and can't be loaded afterwards. But with some further GDB patching, this will surely work :-)
-- Vincent Rivière