JIT Reader

Tom Tromey tromey@redhat.com
Thu Nov 3 14:39:00 GMT 2011


>>>>> "Sanjoy" == Sanjoy Das <sanjoy@playingwithpointers.com> writes:

Sanjoy> +  TRY_CATCH(e, RETURN_MASK_ALL)

Missing space.

Sanjoy> +    {
Sanjoy> +      if (target_read_memory (code_entry->symfile_addr, gdb_mem,
Sanjoy> +                              code_entry->symfile_size))
Sanjoy> +        {
Sanjoy> +          status = 0;
Sanjoy> +          goto cleanup;

It is not ok to 'goto' out of a TRY_CATCH.

Tom



More information about the Gdb-patches mailing list