Hi Pedro, > Only minor comments. Thanks! > > 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. Indeed! Attached is a new version of the patch which should fix all the issues you noticed. It was re-tested on x86_64-linux. Thanks again, -- Joel