aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-17Avoid global lookup when decoding XA type.Joel Brobecker1-14/+69
2010-05-07 * ada-lang.c (assign_aggregate): Remove unused variable.Joel Brobecker1-1/+0
2010-05-062010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-7/+2
2010-05-05Remove unused MAX_OF*/MIN_OF* macros.Joel Brobecker1-5/+0
2010-05-02gdb/Jan Kratochvil1-1/+1
2010-04-22gdb/Jan Kratochvil1-0/+31
2010-04-20[AVR] inferior call of subprogram with pointer as argumentJoel Brobecker1-2/+23
2010-04-20"unsupported language" error in info types when using Ada.Joel Brobecker1-1/+1
2010-04-20Wrong value printed by info locals for dynamic object.Joel Brobecker1-3/+1
2010-04-19 * ada-lang.c (print_recreate_exception)Pedro Alves1-1/+1
2010-04-19 PR breakpoints/8554.Pedro Alves1-3/+53
2010-04-062010-04-06 Stan Shebs <stan@codesourcery.com>Stan Shebs1-1/+0
2010-03-10gdbTom Tromey1-191/+76
2010-03-09dwarf2_physname patchset:Keith Seitz1-5/+1
2010-02-09Wrong type description for tagged type parameter.Joel Brobecker1-1/+8
2010-01-20Get rid of ada-lang.c:function_name_from_pc.Joel Brobecker1-18/+7
2010-01-19Delete unused or undefined functions.Joel Brobecker1-16/+0
2010-01-18Use XVS field type instead of doing a parallel lookup.Joel Brobecker1-5/+14
2010-01-18 Trust PAD types instead of using PAD___XVS.Joel Brobecker1-6/+60
2010-01-15"info tasks" broken by typedefs in ATCB type definitions.Joel Brobecker1-2/+4
2010-01-15Do not use name-based lookup for unconstrained packed arrays.Joel Brobecker1-1/+1
2010-01-12Delete dead function.Joel Brobecker1-21/+0
2010-01-12gdb/ChangeLog:Joel Brobecker1-10/+72
2010-01-08Get rid of support for VAX Floats.Joel Brobecker1-46/+0
2009-12-14* dwarf2read.c (struct attribute): Increase sizes of unsnd and sndPaul N. Hilfinger1-44/+18
2009-12-02gdb/ChangeLog:Paul Pluzhnikov1-3/+2
2009-11-27 * ada-lang.c: Apply some corrections to the previous comment addition.Joel Brobecker1-5/+5
2009-11-27 * ada-lang.c: Update the comment explaining how to evaluateJoel Brobecker1-34/+72
2009-11-19 * ada-lang.c (discrete_type_p): TYPE_CODE_BOOL is also a discrete type.Joel Brobecker1-0/+1
2009-11-19 * ada-lang.c (packed_array_type): Rename to...Joel Brobecker1-50/+113