summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-72/+84
* Fix typo in ada-lang.c comment.Joel Brobecker2010-12-291-1/+1
* [Ada] do not print arrays as array pointersJoel Brobecker2010-12-291-5/+74
* Delete redundant variable in ada_template_to_fixed_record_type_1.Joel Brobecker2010-11-231-6/+6
* [Ada] array pointers encoded as typedef to fat pointerJoel Brobecker2010-11-231-2/+36
* GDB SEGV while trying to print uninitialize variant recordJoel Brobecker2010-11-231-0/+14
* infinite recursion with ada_check_typedefJoel Brobecker2010-11-231-4/+6
* gdb/Jan Kratochvil2010-11-161-34/+21
* Rework symbol searches to move Ada-specific stuff to ada-lang.c.Paul N. Hilfinger2010-10-071-37/+121
* Extend hashed symbol dictionaries to work with AdaPaul N. Hilfinger2010-10-071-20/+23
* [Ada] Fix ARI warnings in advance_wild_matchJoel Brobecker2010-10-061-3/+3
* [Ada/funcalls] do not coerce fat pointers on the stackJoel Brobecker2010-10-041-44/+18
* Replace wild_match with faster version and modify its interface.Paul N. Hilfinger2010-10-041-20/+69
* [Ada] array and bounds in fat pointer can be a stubJoel Brobecker2010-10-011-4/+30
* gdb/Jan Kratochvil2010-09-301-2/+2
* Rename cplus_specific mangled_lang.Sami Wagiaalla2010-07-161-1/+1
* 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2010-06-041-1/+2
* Cache the TSD type in inferior-data (performance).Joel Brobecker2010-05-281-2/+79
* Replace call to value_contents_raw by call to value_contents.Joel Brobecker2010-05-271-1/+1
* 2010-05-18 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-181-7/+117
* Avoid global lookup when decoding XA type.Joel Brobecker2010-05-171-14/+69
* * ada-lang.c (assign_aggregate): Remove unused variable.Joel Brobecker2010-05-071-1/+0
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-7/+2
* Remove unused MAX_OF*/MIN_OF* macros.Joel Brobecker2010-05-051-5/+0
* gdb/Jan Kratochvil2010-05-021-1/+1
* gdb/Jan Kratochvil2010-04-221-0/+31
* [AVR] inferior call of subprogram with pointer as argumentJoel Brobecker2010-04-201-2/+23
* "unsupported language" error in info types when using Ada.Joel Brobecker2010-04-201-1/+1
* Wrong value printed by info locals for dynamic object.Joel Brobecker2010-04-201-3/+1
* * ada-lang.c (print_recreate_exception)Pedro Alves2010-04-191-1/+1
* PR breakpoints/8554.Pedro Alves2010-04-191-3/+53
* 2010-04-06 Stan Shebs <stan@codesourcery.com>Stan Shebs2010-04-061-1/+0
* gdbTom Tromey2010-03-101-191/+76
* dwarf2_physname patchset:Keith Seitz2010-03-091-5/+1
* Wrong type description for tagged type parameter.Joel Brobecker2010-02-091-1/+8
* Get rid of ada-lang.c:function_name_from_pc.Joel Brobecker2010-01-201-18/+7
* Delete unused or undefined functions.Joel Brobecker2010-01-191-16/+0
* Use XVS field type instead of doing a parallel lookup.Joel Brobecker2010-01-181-5/+14
* Trust PAD types instead of using PAD___XVS.Joel Brobecker2010-01-181-6/+60
* "info tasks" broken by typedefs in ATCB type definitions.Joel Brobecker2010-01-151-2/+4
* Do not use name-based lookup for unconstrained packed arrays.Joel Brobecker2010-01-151-1/+1
* Delete dead function.Joel Brobecker2010-01-121-21/+0
* gdb/ChangeLog:Joel Brobecker2010-01-121-10/+72
* Get rid of support for VAX Floats.Joel Brobecker2010-01-081-46/+0
* * dwarf2read.c (struct attribute): Increase sizes of unsnd and sndPaul N. Hilfinger2009-12-141-44/+18
* gdb/ChangeLog:Paul Pluzhnikov2009-12-021-3/+2
* * ada-lang.c: Apply some corrections to the previous comment addition.Joel Brobecker2009-11-271-5/+5
* * ada-lang.c: Update the comment explaining how to evaluateJoel Brobecker2009-11-271-34/+72
* * ada-lang.c (discrete_type_p): TYPE_CODE_BOOL is also a discrete type.Joel Brobecker2009-11-191-0/+1
* * ada-lang.c (packed_array_type): Rename to...Joel Brobecker2009-11-191-50/+113