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: [RFA/Ada(v2) 1/3] Add command to list Ada exceptions


Hi Joel,

Only minor comments.

On 11/08/2013 12:03 PM, Joel Brobecker wrote:
>         (DEF_VEC_O(ada_exc_info): New vector.

Something odd here.

> gdb/testsuite/ChangeLog:
>
>         * info_exc: New testcase.

gdb.ada missing.

> +  /* Next, find all exceptions whose scope is local and accessible
> +     from the currently selected frame.  */
> +
> +  if (target_has_registers)
> +    {

Should be has_stack_frames.

-- 
Pedro Alves


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