Rename common to gdbsupport
[binutils-gdb.git] / gdb / testsuite / gdb.ada /
2019-06-21 Tom de Vries[gdb/testsuite] Mark ptype_union.exp as unsupported...
2019-06-19 Tom TromeyAdd intro comment to length_cond.exp
2019-06-19 Tom TromeyFix crash when setting breakpoint condition
2019-06-14 Tom TromeyAllow re-assigning to convenience variables
2019-06-14 Tom TromeyRecognize _ in attribute names
2019-06-14 Tom TromeyFix gdb.ada/vla.exp
2019-05-29 Tom TromeyFix failure in gdb.ada/complete.exp
2019-05-10 Tom TromeyAdd completion for Ada catch commands
2019-05-08 Xavier RoirandWhen debugging a mixed Ada/C program using this scenario:
2019-05-08 Tom TromeyFix VLA printing for Ada
2019-05-03 Tom TromeyFix cast of character to enum type in Ada
2019-05-01 Tom TromeyFix bug in assignment to nested packed structure
2019-05-01 Tom TromeyFix big-endian aggregate assignment in Ada
2019-04-30 Tom TromeyFix "catch exception" with dynamic linking
2019-04-19 Tom TromeyPrint non-Ada unions without crashing
2019-03-18 Tom TromeyFix Ada "ptype" bug with array types
2019-02-23 Joel BrobeckerUpdate copyright year range in gdb.ada/mi_ref_changeabl...
2019-02-17 Joel Brobecker(Ada) fix GDB crash printing packed array
2019-02-10 Joel Brobecker(Ada) -var-update crash for variable whose type is...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27 Philippe WaroquiersFix gdb.ada/fun_renaming.exp by using more unique names.
2018-12-27 Philippe WaroquiersFix gdb.ada/assign_arr.exp by using more unique names.
2018-12-27 Philippe WaroquiersImprove gdb.ada/rename_subscript_param.exp by using...
2018-12-27 Philippe WaroquiersFix gdb.ada/packed_array_assign.exp by using more uniqu...
2018-12-24 Philippe WaroquiersFix gdb.ada bp_fun_addr failure due to conflict between...
2018-12-20 Philippe WaroquiersEnsure deterministic result order in gdb.ada/info_auto_...
2018-11-20 Philippe WaroquiersAdd a test to verify info [functions|variables|types...
2018-11-01 Joel Brobecker(Ada) fix "error in expression" when using watch -locat...
2018-10-18 Tom de Vries[gdb/testsuite] Fix capitalized test names
2018-09-18 Sergio Durigan JuniorExpect for "@" when doing "complete break ada" on gdb...
2018-09-10 Jerome Guitton(Ada) Fix resolving of homonym components in tagged...
2018-09-10 Xavier Roirand(Ada) Fix printing of access to unconstrained arrays
2018-09-10 Xavier Roirand(Ada/MI) Fix -var-evaluate-expression for access to...
2018-09-10 Xavier Roirand(Ada) Fix -var-list-children MI command for union type
2018-09-08 Joel Brobecker(Ada) fix handling of expression with parameterless...
2018-09-08 Joel Brobecker(Ada) assigning packed array aggregate with variable...
2018-06-18 Tom de Vries[gdb/testsuite/ada] Fix number-of-bp test in bp_inlined...
2018-06-01 Joel Brobeckerinadvertent language switch during breakpoint_re_set_one
2018-05-17 Keith SeitzDon't elide all inlined frames
2018-04-13 Andreas ArnezShow line numbers in output for "info var/func/type"
2018-03-27 Joel Brobeckerset varsize-limit: New GDB setting for maximum dynamic...
2018-03-27 Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-03-23 Andreas ArnezTestsuite: fully migrate to use_gdb_stub convenience...
2018-01-31 Xavier Roirand(Ada) Add gdb-mi support for stopping at start of excep...
2018-01-31 Xavier Roirand(Ada/MI) Add testcase for mi catch assert with condition
2018-01-31 Xavier Roirand(Ada) Add testcase for catch assert with condition
2018-01-31 Joel Brobeckerinternal-error using '@' (repeat) operator on array...
2018-01-10 Pedro AlvesAda: make verbatim matcher override other language...
2018-01-10 Pedro AlvesFix gdb.ada/complete.exp's "complete break ada" test...
2018-01-10 Pedro AlvesFix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)
2018-01-09 Xavier RoirandFix breakpoint add on inlined function using function...
2018-01-08 Joel BrobeckerRelax expected output in gdb.ada/access_tagged_param...
2018-01-08 Xavier Roirand(Ada) Fix print of array using non-contiguous enumerati...
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-05 Pedro AlvesFix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)
2018-01-05 Joel Brobecker(Ada) problem printing renaming which references a...
2018-01-05 Jerome Guitton(Ada) Fix Length attribute on array access
2018-01-05 Joel Brobeckermemory error printing component of record from convenie...
2018-01-05 Xavier Roirand(Ada) Remove printing of array's first index when unneeded
2018-01-04 Joel Brobeckergdb.ada/maint_with_ada.exp: New testcase
2018-01-04 Joel BrobeckerAdd new gdb.ada/bp_c_mixed_case testcase for PR gdb...
2018-01-04 Joel BrobeckerAdd "complete break ada" test to gdb.ada/complete.exp
2018-01-04 Joel BrobeckerAdd gdb.ada/info_addr_mixed_case new testcase
2018-01-03 Xavier Roirand(Ada) New command to stop at start of exception handler.
2018-01-02 Joel Brobecker[gdb/Ada] slices of arrays with dynamic strides
2018-01-02 Joel BrobeckerAdd support for dynamic DW_AT_byte_stride.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-18 Joel Brobecker(Ada) crash assigning to record component which is...
2017-12-18 Xavier RoirandAda: fix bad handling in ada_convert_actual
2017-12-15 Xavier Roirand(Ada) Handle same component names when searching in...
2017-12-14 Joel BrobeckerAda: unable to compare strings (Attempt to compare...
2017-12-14 Joel Brobecker(Ada) Add support for task switching when debugging...
2017-12-11 Joel BrobeckerAdapt gdb.ada/variant_record_packed_array.exp to accept...
2017-12-11 Joel BrobeckerAdapt gdb.ada/pkd_arr_elem.exp to accept reordered...
2017-11-30 Joel BrobeckerNew gdb.ada/repeat_dyn testcase.
2017-11-27 Joel Brobeckerfix two issues in gdb.ada/mi_catch_ex.exp (re: "excepti...
2017-11-24 Joel Brobecker(Ada) provide the exception message when hitting an...
2017-11-21 Pedro Alvesgdb.ada/minsyms.exp: Don't hardcode the variable's...
2017-11-17 Joel Brobecker(Ada) fix handling of minimal symbols (UNOP_CAST and...
2017-11-09 Joel Brobeckerlocal variable watchpoint not deleted after leaving...
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-23 Luis MachadoFix more cases of improper test names
2016-12-01 Luis MachadoFixup testcases outputting own name as a test name...
2016-12-01 Luis MachadoFix test names starting with uppercase using multi...
2016-12-01 Luis MachadoFix test names starting with uppercase using multi...
2016-12-01 Luis MachadoFix test names starting with uppercase output by basic...
2016-07-06 Simon Marchigdb.ada/arraydim.exp: Fix directory layout
2016-07-06 Simon MarchiRemove extra output directory level for Ada tests
2016-06-21 Pedro Alves[Ada catchpoints] Fix "warning: failed to get exception...
2016-05-30 Jan KratochvilPR 15231: import bare DW_TAG_lexical_block
2016-02-08 Simon MarchiAlways organize test artifacts in a directory hierarchy
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-24 Joel Brobecker[testsuite/Ada] stop using project files when building...
2015-12-07 Pierre-Marie de... Enhance the menu to select function overloads with...
2015-11-23 Joel Brobeckergdb/dwarf2read: Minimal handling of non-constant struct...
2015-11-09 Joel Brobecker[Ada] GDB crash during "finish" of function with out...
2015-10-27 Jan KratochvilFix access_to_packed_array.exp typos/errors
2015-09-23 Pierre-Marie de... [Ada] Fix handling of array renamings
2015-09-15 Pierre-Marie de... [Ada] Enhance type printing for arrays with variable...
next