Age | Commit message (Expand) | Author | Files | Lines |
2011-05-18 | Remove one use of sprintf in ada-lang.c (print_it_exception) | Joel Brobecker | 1 | -1/+1 |
2011-05-06 | 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> | Thiago Jung Bauermann | 1 | -0/+3 |
2011-04-20 | gdb/ | Jan Kratochvil | 1 | -9/+8 |
2011-04-01 | [Ada] fix printing slice of array defined as typedef | Joel Brobecker | 1 | -8/+12 |
2011-04-01 | improve Ada exception catchpoint MI notification | Joel Brobecker | 1 | -23/+47 |
2011-03-31 | 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com> | Thiago Jung Bauermann | 1 | -0/+3 |
2011-03-21 | undefined newexpr->gdbarch field in ada-lang.c:replace_operator_with_call | Joel Brobecker | 1 | -0/+1 |
2011-03-21 | use xzalloc in ada-lang.c:replace_operator_with_call | Joel Brobecker | 1 | -1/+1 |
2011-03-07 | * ada-lang.c (compare_names): Call is_name_suffix with string1 | Andreas Schwab | 1 | -1/+1 |
2011-03-07 | add FALLTHROUGH comment in ada-lang.c:compare_names | Joel Brobecker | 1 | -0/+1 |
2011-03-01 | 2011-03-01 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-03-01 | 2011-03-01 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -4/+4 |
2011-02-17 | [Ada] Fix unconstrained packed array size | Joel Brobecker | 1 | -2/+19 |
2011-01-12 | gdb/ | Jan Kratochvil | 1 | -7/+9 |
2011-01-11 | 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> | Thiago Jung Bauermann | 1 | -0/+3 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -72/+84 |
2010-12-29 | Fix typo in ada-lang.c comment. | Joel Brobecker | 1 | -1/+1 |
2010-12-29 | [Ada] do not print arrays as array pointers | Joel Brobecker | 1 | -5/+74 |
2010-11-23 | Delete redundant variable in ada_template_to_fixed_record_type_1. | Joel Brobecker | 1 | -6/+6 |
2010-11-23 | [Ada] array pointers encoded as typedef to fat pointer | Joel Brobecker | 1 | -2/+36 |
2010-11-23 | GDB SEGV while trying to print uninitialize variant record | Joel Brobecker | 1 | -0/+14 |
2010-11-23 | infinite recursion with ada_check_typedef | Joel Brobecker | 1 | -4/+6 |
2010-11-16 | gdb/ | Jan Kratochvil | 1 | -34/+21 |
2010-10-07 | Rework symbol searches to move Ada-specific stuff to ada-lang.c. | Paul N. Hilfinger | 1 | -37/+121 |
2010-10-07 | Extend hashed symbol dictionaries to work with Ada | Paul N. Hilfinger | 1 | -20/+23 |
2010-10-06 | [Ada] Fix ARI warnings in advance_wild_match | Joel Brobecker | 1 | -3/+3 |
2010-10-04 | [Ada/funcalls] do not coerce fat pointers on the stack | Joel Brobecker | 1 | -44/+18 |
2010-10-04 | Replace wild_match with faster version and modify its interface. | Paul N. Hilfinger | 1 | -20/+69 |
2010-10-01 | [Ada] array and bounds in fat pointer can be a stub | Joel Brobecker | 1 | -4/+30 |
2010-09-30 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2010-07-16 | Rename cplus_specific mangled_lang. | Sami Wagiaalla | 1 | -1/+1 |
2010-06-04 | 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+2 |
2010-05-28 | Cache the TSD type in inferior-data (performance). | Joel Brobecker | 1 | -2/+79 |
2010-05-27 | Replace call to value_contents_raw by call to value_contents. | Joel Brobecker | 1 | -1/+1 |
2010-05-18 | 2010-05-18 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+117 |
2010-05-17 | Avoid global lookup when decoding XA type. | Joel Brobecker | 1 | -14/+69 |
2010-05-07 | * ada-lang.c (assign_aggregate): Remove unused variable. | Joel Brobecker | 1 | -1/+0 |
2010-05-06 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+2 |
2010-05-05 | Remove unused MAX_OF*/MIN_OF* macros. | Joel Brobecker | 1 | -5/+0 |
2010-05-02 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2010-04-22 | gdb/ | Jan Kratochvil | 1 | -0/+31 |
2010-04-20 | [AVR] inferior call of subprogram with pointer as argument | Joel Brobecker | 1 | -2/+23 |
2010-04-20 | "unsupported language" error in info types when using Ada. | Joel Brobecker | 1 | -1/+1 |
2010-04-20 | Wrong value printed by info locals for dynamic object. | Joel Brobecker | 1 | -3/+1 |
2010-04-19 | * ada-lang.c (print_recreate_exception) | Pedro Alves | 1 | -1/+1 |
2010-04-19 | PR breakpoints/8554. | Pedro Alves | 1 | -3/+53 |
2010-04-06 | 2010-04-06 Stan Shebs <stan@codesourcery.com> | Stan Shebs | 1 | -1/+0 |
2010-03-10 | gdb | Tom Tromey | 1 | -191/+76 |
2010-03-09 | dwarf2_physname patchset: | Keith Seitz | 1 | -5/+1 |
2010-02-09 | Wrong type description for tagged type parameter. | Joel Brobecker | 1 | -1/+8 |