aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-07Rework symbol searches to move Ada-specific stuff to ada-lang.c.Paul N. Hilfinger1-37/+121
2010-10-07Extend hashed symbol dictionaries to work with AdaPaul N. Hilfinger1-20/+23
2010-10-06[Ada] Fix ARI warnings in advance_wild_matchJoel Brobecker1-3/+3
2010-10-04[Ada/funcalls] do not coerce fat pointers on the stackJoel Brobecker1-44/+18
2010-10-04Replace wild_match with faster version and modify its interface.Paul N. Hilfinger1-20/+69
2010-10-01[Ada] array and bounds in fat pointer can be a stubJoel Brobecker1-4/+30
2010-09-30gdb/Jan Kratochvil1-2/+2
2010-07-16Rename cplus_specific mangled_lang.Sami Wagiaalla1-1/+1
2010-06-042010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+2
2010-05-28Cache the TSD type in inferior-data (performance).Joel Brobecker1-2/+79
2010-05-27Replace call to value_contents_raw by call to value_contents.Joel Brobecker1-1/+1
2010-05-182010-05-18 Michael Snyder <msnyder@vmware.com>Michael Snyder1-7/+117