This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JIT Reader


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]