Age | Commit message (Expand) | Author | Files | Lines |
2018-10-18 | [gdb/testsuite] Fix capitalized test names | Tom de Vries | 4 | -4/+4 |
2018-09-18 | Expect for "@" when doing "complete break ada" on gdb.ada/complete.exp | Sergio Durigan Junior | 1 | -1/+1 |
2018-09-10 | (Ada) Fix resolving of homonym components in tagged types | Jerome Guitton | 4 | -3/+58 |
2018-09-10 | (Ada) Fix printing of access to unconstrained arrays | Xavier Roirand | 4 | -0/+96 |
2018-09-10 | (Ada/MI) Fix -var-evaluate-expression for access to unconstrained arrays | Xavier Roirand | 4 | -0/+128 |
2018-09-10 | (Ada) Fix -var-list-children MI command for union type | Xavier Roirand | 4 | -0/+123 |
2018-09-08 | (Ada) fix handling of expression with parameterless function call | Joel Brobecker | 4 | -0/+121 |
2018-09-08 | (Ada) assigning packed array aggregate with variable as component | Joel Brobecker | 6 | -0/+153 |
2018-06-18 | [gdb/testsuite/ada] Fix number-of-bp test in bp_inlined_func.exp | Tom de Vries | 1 | -2/+2 |
2018-06-01 | inadvertent language switch during breakpoint_re_set_one | Joel Brobecker | 2 | -0/+54 |
2018-05-17 | Don't elide all inlined frames | Keith Seitz | 1 | -15/+7 |
2018-04-13 | Show line numbers in output for "info var/func/type" | Andreas Arnez | 1 | -1/+1 |
2018-03-27 | set varsize-limit: New GDB setting for maximum dynamic object size | Joel Brobecker | 4 | -0/+106 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 6 | -1/+128 |
2018-03-23 | Testsuite: fully migrate to use_gdb_stub convenience func | Andreas Arnez | 2 | -2/+2 |
2018-01-31 | (Ada) Add gdb-mi support for stopping at start of exception handler. | Xavier Roirand | 2 | -0/+170 |
2018-01-31 | (Ada/MI) Add testcase for mi catch assert with condition | Xavier Roirand | 3 | -0/+161 |
2018-01-31 | (Ada) Add testcase for catch assert with condition | Xavier Roirand | 3 | -0/+151 |
2018-01-31 | internal-error using '@' (repeat) operator on array of dynamic objects | Joel Brobecker | 1 | -0/+19 |
2018-01-10 | Ada: make verbatim matcher override other language matchers (PR gdb/22670) | Pedro Alves | 3 | -2/+80 |
2018-01-10 | Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670) | Pedro Alves | 1 | -2/+2 |
2018-01-10 | Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670) | Pedro Alves | 1 | -3/+1 |
2018-01-09 | Fix breakpoint add on inlined function using function name. | Xavier Roirand | 6 | -0/+175 |
2018-01-08 | Relax expected output in gdb.ada/access_tagged_param.exp test | Joel Brobecker | 1 | -1/+1 |
2018-01-07 | (Ada) Fix print of array using non-contiguous enumeration indexes | Xavier Roirand | 2 | -0/+57 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 4 | -0/+102 |
2018-01-05 | Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670) | Pedro Alves | 1 | -8/+7 |
2018-01-05 | (Ada) problem printing renaming which references a subprogram parameter | Joel Brobecker | 6 | -0/+157 |
2018-01-05 | (Ada) Fix Length attribute on array access | Jerome Guitton | 4 | -0/+156 |
2018-01-05 | memory error printing component of record from convenience variable | Joel Brobecker | 4 | -0/+107 |
2018-01-04 | (Ada) Remove printing of array's first index when unneeded | Xavier Roirand | 2 | -0/+6 |
2018-01-04 | gdb.ada/maint_with_ada.exp: New testcase | Joel Brobecker | 4 | -0/+120 |
2018-01-04 | Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670 | Joel Brobecker | 3 | -0/+94 |
2018-01-04 | Add "complete break ada" test to gdb.ada/complete.exp | Joel Brobecker | 1 | -0/+21 |
2018-01-04 | Add gdb.ada/info_addr_mixed_case new testcase | Joel Brobecker | 4 | -0/+122 |
2018-01-03 | (Ada) New command to stop at start of exception handler. | Xavier Roirand | 3 | -0/+293 |
2018-01-01 | [gdb/Ada] slices of arrays with dynamic strides | Joel Brobecker | 1 | -0/+3 |
2018-01-01 | Add support for dynamic DW_AT_byte_stride. | Joel Brobecker | 2 | -0/+80 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 465 | -465/+465 |
2017-12-17 | (Ada) crash assigning to record component which is an array | Joel Brobecker | 3 | -0/+77 |
2017-12-17 | Ada: fix bad handling in ada_convert_actual | Xavier Roirand | 4 | -0/+108 |
2017-12-14 | (Ada) Handle same component names when searching in tagged types | Xavier Roirand | 4 | -0/+184 |
2017-12-14 | Ada: unable to compare strings (Attempt to compare array with non-array) | Joel Brobecker | 4 | -0/+103 |
2017-12-13 | (Ada) Add support for task switching when debugging core files | Joel Brobecker | 2 | -0/+133 |
2017-12-11 | Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components | Joel Brobecker | 1 | -6/+18 |
2017-12-11 | Adapt gdb.ada/pkd_arr_elem.exp to accept reordered components | Joel Brobecker | 1 | -2/+12 |
2017-11-30 | New gdb.ada/repeat_dyn testcase. | Joel Brobecker | 4 | -0/+104 |
2017-11-27 | fix two issues in gdb.ada/mi_catch_ex.exp (re: "exception-message") | Joel Brobecker | 1 | -2/+2 |
2017-11-24 | (Ada) provide the exception message when hitting an exception catchpoint | Joel Brobecker | 3 | -10/+10 |
2017-11-21 | gdb.ada/minsyms.exp: Don't hardcode the variable's address | Pedro Alves | 1 | -1/+1 |