summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* wrong value returned by ada-lang.c:compare_namesJoel Brobecker2011-11-291-1/+1
* Minor reformatting in ada-lang.c:assign_aggregateJoel Brobecker2011-11-231-16/+16
* fix -Wshadow warning inside ada-lang.c:assign_aggregateJoel Brobecker2011-11-231-2/+0
* ada-lang.c: Rename function base_type into get_base_typeJoel Brobecker2011-11-231-7/+7
* * breakpoint.c (install_breakpoint): Add one more parameter so thatYao Qi2011-11-181-1/+1
* 2011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-08-041-0/+3
* * ada-lang.c (ada_exception_breakpoint_ops): Make return typeTom Tromey2011-07-251-8/+8
* 2011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-07-251-0/+1
* 2011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-07-251-1/+1
* 2011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-07-251-51/+48
* 2011-07-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-07-251-26/+30
* gdb/Thiago Jung Bauermann2011-07-051-1/+1
* bettter display for temporary Ada exception catchpointsJoel Brobecker2011-07-011-8/+18
* treat identical enum types as the same typeJoel Brobecker2011-07-011-0/+124
* Add missing word in comment (ada-lang.c)Joel Brobecker2011-07-011-2/+2
* variables whose type is a typedef to an array pointerJoel Brobecker2011-07-011-7/+8
* Document ada_remove_trailing_digits moreJoel Brobecker2011-07-011-1/+4
* 2011-06-22 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-06-221-105/+355
* 2011-06-22 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-06-221-2/+64
* 2011-06-22 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-06-221-0/+3
* Remove one use of sprintf in ada-lang.c (print_it_exception)Joel Brobecker2011-05-181-1/+1
* 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann2011-05-061-0/+3
* gdb/Jan Kratochvil2011-04-201-9/+8
* [Ada] fix printing slice of array defined as typedefJoel Brobecker2011-04-011-8/+12
* improve Ada exception catchpoint MI notificationJoel Brobecker2011-04-011-23/+47
* 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann2011-03-311-0/+3
* undefined newexpr->gdbarch field in ada-lang.c:replace_operator_with_callJoel Brobecker2011-03-211-0/+1
* use xzalloc in ada-lang.c:replace_operator_with_callJoel Brobecker2011-03-211-1/+1
* * ada-lang.c (compare_names): Call is_name_suffix with string1Andreas Schwab2011-03-071-1/+1
* add FALLTHROUGH comment in ada-lang.c:compare_namesJoel Brobecker2011-03-071-0/+1
* 2011-03-01 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-011-1/+1
* 2011-03-01 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-011-4/+4
* [Ada] Fix unconstrained packed array sizeJoel Brobecker2011-02-171-2/+19
* gdb/Jan Kratochvil2011-01-121-7/+9
* 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann2011-01-111-0/+3
* 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