On Sun, 01 Dec 2013 18:50:33 +0100, Jan Kratochvil wrote:
> --- /dev/null
> +++ b/tests/backtrace-child.c
[...]
> +int
> +main (int argc UNUSED, char **argv)
> +{
> + setbuf (stdout, NULL);
> + assert (*argv++);
> + ptraceme = (*argv && strcmp (*argv, "--ptraceme") == 0);
> + argv += ptraceme;
Hi Mark,
updates are in:
jankratochvil/unwindx86
On Fri, 29 Nov 2013 17:02:26 +0100, Mark Wielaard wrote:
> But it should still be clear what they are testing. If they fail after
> some code update someone still needs to be able to debug them. And since
> this is for a new feature people will ta