[PATCH 3/7] [gdb/testsuite] share jit-protocol.h by all jit tests

Simon Marchi simark@simark.ca
Sun Mar 22 16:00:57 GMT 2020


On 2020-02-18 7:43 a.m., Mihails Strasuns wrote:
> @@ -51,4 +51,10 @@ struct jit_descriptor
>    struct jit_code_entry *first_entry;
>  };
>  
> +struct jit_descriptor __jit_debug_descriptor = { 1, 0, 0, 0 };

Some instances used  __attribute__((noinline)), I would suggest putting it here.

But otherwise this LGTM.

Simon


More information about the Gdb-patches mailing list