> No, send_sig_info() is called under "if (sig)", but I guess I misunderstood > you. [...] > if (sig) { > ... change if needed ... > }
I somehow failed to see that all that was inside this test. > You or Jan have alredy mentioned this testsuite... is it > gdb-6.8/sim/testsuite/ > which I see in gdb-6.8.tar.gz or something else? gdb/testsuite, which is 'make check-gdb' from the top level of the build or 'make check' in gdb/. Thanks, Roland