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] fix bug in ada-valprint.c:print_optional_low_bound()


> However, we currently get this:
> 
>         (gdb) print r_two_three
>         $1 = (two => 2, 3)

AARRGH. Copy/paste error. I should have written:

> However, we currently get this:
> 
>         (gdb) print r_two_three
>         $1 = (2, 3)

(no explicit index in the array value)

-- 
Joel


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