aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14fix uninitialized field in ada-lang.c (struct match_data)Joel Brobecker1-1/+1
2011-12-11[Ada] improve message when cannot insert Ada exception catchpoint.Joel Brobecker1-1/+1
2011-12-11[Ada] Make the exception_support_info data per inferior.Joel Brobecker1-30/+22
2011-12-11Warn if missing debug info for Ada exception catchpointsJoel Brobecker1-1/+22
2011-12-11Ada exception catchpoint support cleanup.Joel Brobecker1-35/+39
2011-12-11* ada-lang.c (remove_extra_symbols): Rename `remove' toAndrey Smirnov1-4/+4
2011-12-06the "ambiguous linespec" seriesTom Tromey1-1/+48
2011-11-29wrong value returned by ada-lang.c:compare_namesJoel Brobecker1-1/+1
2011-11-23Minor reformatting in ada-lang.c:assign_aggregateJoel Brobecker1-16/+16
2011-11-23fix -Wshadow warning inside ada-lang.c:assign_aggregateJoel Brobecker1-2/+0
2011-11-23ada-lang.c: Rename function base_type into get_base_typeJoel Brobecker1-7/+7
2011-11-18 * breakpoint.c (install_breakpoint): Add one more parameter so thatYao Qi1-1/+1
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+3
2011-07-25 * ada-lang.c (ada_exception_breakpoint_ops): Make return typeTom Tromey1-8/+8
2011-07-252011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+1
2011-07-252011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2011-07-252011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-51/+48
2011-07-252011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-26/+30
2011-07-05gdb/Thiago Jung Bauermann1-1/+1
2011-07-01bettter display for temporary Ada exception catchpointsJoel Brobecker1-8/+18
2011-07-01treat identical enum types as the same typeJoel Brobecker1-0/+124
2011-07-01Add missing word in comment (ada-lang.c)Joel Brobecker1-2/+2
2011-07-01variables whose type is a typedef to an array pointerJoel Brobecker1-7/+8
2011-07-01Document ada_remove_trailing_digits moreJoel Brobecker1-1/+4
2011-06-222011-06-22 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-105/+355
2011-06-222011-06-22 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-2/+64
2011-06-222011-06-22 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+3
2011-05-18Remove one use of sprintf in ada-lang.c (print_it_exception)Joel Brobecker1-1/+1
2011-05-062011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann1-0/+3
2011-04-20gdb/Jan Kratochvil1-9/+8
2011-04-01[Ada] fix printing slice of array defined as typedefJoel Brobecker1-8/+12
2011-04-01improve Ada exception catchpoint MI notificationJoel Brobecker1-23/+47
2011-03-312011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann1-0/+3
2011-03-21undefined newexpr->gdbarch field in ada-lang.c:replace_operator_with_callJoel Brobecker1-0/+1
2011-03-21use xzalloc in ada-lang.c:replace_operator_with_callJoel Brobecker1-1/+1
2011-03-07* ada-lang.c (compare_names): Call is_name_suffix with string1Andreas Schwab1-1/+1
2011-03-07add FALLTHROUGH comment in ada-lang.c:compare_namesJoel Brobecker1-0/+1
2011-03-012011-03-01 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-03-012011-03-01 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+4
2011-02-17[Ada] Fix unconstrained packed array sizeJoel Brobecker1-2/+19
2011-01-12gdb/Jan Kratochvil1-7/+9
2011-01-112011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann1-0/+3
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-72/+84
2010-12-29Fix typo in ada-lang.c comment.Joel Brobecker1-1/+1
2010-12-29[Ada] do not print arrays as array pointersJoel Brobecker1-5/+74
2010-11-23Delete redundant variable in ada_template_to_fixed_record_type_1.Joel Brobecker1-6/+6
2010-11-23[Ada] array pointers encoded as typedef to fat pointerJoel Brobecker1-2/+36
2010-11-23GDB SEGV while trying to print uninitialize variant recordJoel Brobecker1-0/+14
2010-11-23infinite recursion with ada_check_typedefJoel Brobecker1-4/+6
2010-11-16gdb/Jan Kratochvil1-34/+21