On Sunday 15 February 2009 18:47:28 Pedro Alves wrote: > Oops, I'm seeing this: > > Running ../../../src/gdb/testsuite/gdb.gdb/observer.exp ... > FAIL: gdb.gdb/observer.exp: second observer attached; check second observer counter value Apologies, I've shortcutted the testing by running on MI tests, since "obviously" that was a MI-only change. > Alternatively, we could use a safer and more future proof test specific > notification in doc/observer.texi, instead of reusing the normal_stop > notification. Say, > > @deftypefun void test_notification (int @var{somearg}) > For internal testing. Do not use. See testsuite/gdb.gdb/observer.exp. > @end deftypefun Here's a patch implementing this approach. OK? - Volodya