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


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> Hopefully that'll solve your issue as well.

Almost there :)

    info exceptions global
    All Ada exceptions matching regular expression "global":
    const.aint_global_e: 0x608120
    system.global_locks.lock_error: 0x7ffff7fcdfe0
    (gdb) FAIL: gdb.ada/info_exc.exp: info exceptions global

I'm not sure if this was there before and I missed it, or if it is new.

Same failure for the MI case:

    -info-ada-exceptions global
    ^done,ada-exceptions={nr_rows="2",nr_cols="2",hdr=[{width="1",alignment="-1",col_name="name",colhdr="Name"},{width="1",alignment="-1",col_name="address",colhdr="Address"}],body=[{name="const.aint_global_e",address="0x0000000000608120"},{name="system.global_locks.lock_error",address="0x00007ffff7fcdfe0"}]}
    (gdb) 
    FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions global


Tom


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