summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
Commit message (Expand)AuthorAgeFilesLines
* gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi2021-09-3023-31/+0
* Fix handling of DW_AT_data_bit_offsetTom Tromey2021-09-242-0/+82
* [gdb/testsuite] Fix gdb.ada/interface.exp with gcc-9Tom de Vries2021-09-211-5/+5
* [gdb/testsuite] Fix gdb.ada/mi_prot.expTom de Vries2021-09-211-1/+1
* [gdb/testsuite] Fix gdb.ada/big_packed_array.exp xfail for -m32Tom de Vries2021-09-201-0/+10
* [gdb/ada] Handle artificial local symbolsTom de Vries2021-09-181-0/+7
* Handle compiler-generated suffixes in Ada namesTom Tromey2021-08-021-1/+1
* Handle type qualifier for enumeration nameTom Tromey2021-08-023-0/+81
* Defer Ada character literal resolutionTom Tromey2021-08-024-0/+112
* [gdb/testsuite] Add xfail for PR gcc/101643Tom de Vries2021-07-271-2/+21
* [gdb/testsuite] Add xfail for PR gcc/101633Tom de Vries2021-07-271-11/+42
* [gdb/testsuite] Fix FAILs due to PR gcc/101575Tom de Vries2021-07-223-5/+71
* [gdb/testsuite] Add KFAILs for gdb.ada FAILs with gcc-11Tom de Vries2021-07-213-22/+127
* Fix array stride bugTom Tromey2021-07-161-0/+17
* Decode Ada types in Python layerTom Tromey2021-06-251-0/+5
* Add PROP_VARIABLE_NAMETom Tromey2021-06-046-0/+191
* gdb: re-format Python files using black 21.4b0Simon Marchi2021-05-071-1/+1
* Fix crash with GNAT minimal encodingsTom Tromey2021-04-303-0/+12
* Fix Ada overloading with 'null'Tom Tromey2021-04-282-0/+79
* Fix unary + in AdaTom Tromey2021-03-151-0/+5
* Call ada_ensure_varsize_limit in indirectionTom Tromey2021-03-152-1/+15
* Implement Ada operator overloadingTom Tromey2021-03-154-0/+328
* Fix Ada assignment resolutionTom Tromey2021-03-154-0/+119
* Fix bug in Ada aggregate assignmentTom Tromey2021-03-154-0/+45
* Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey2021-03-021-64/+21
* gdb: Remove arm-symbianelf supportAlan Modra2021-02-111-2/+1
* [gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp with -m32 and gcc-10Tom de Vries2021-01-281-2/+1
* Fix fixed-point regression with recent GCCTom Tromey2021-01-253-0/+12
* Specially handle array contexts in Ada expression resolutionTom Tromey2021-01-251-0/+5
* Add test case for symbol menu for local enumeratorsTom Tromey2021-01-252-0/+111
* Pass void_context_p to parse_expressionTom Tromey2021-01-084-0/+121
* Fix regression in Ada aggregate assignmentTom Tromey2021-01-071-0/+3
* Fix fixed-point binary operation type handlingTom Tromey2021-01-063-0/+23
* Update copyright year range in all GDB filesJoel Brobecker2021-01-01641-641/+641
* Run fixed_points.exp with -fgnat-encodings=minimalTom Tromey2020-12-181-61/+73
* [gdb/testsuite] Don't pass -fPIC to gdb_compile_shlibTom de Vries2020-12-141-2/+1
* Handle block-local names for AdaTom Tromey2020-12-142-2/+31
* [gdb/testsuite] Handle ada in gdb_compile_shlibTom de Vries2020-12-131-18/+3
* [gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.expTom de Vries2020-12-131-48/+23
* [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp for -m32Tom de Vries2020-12-081-2/+4
* [gdb/testsuite] Fix minimal encodings KPASSesTom de Vries2020-11-233-6/+9
* Add support for fixed-point type comparison operatorsJoel Brobecker2020-11-151-1/+1
* Add ptype support for DWARF-based fixed-point typesJoel Brobecker2020-11-151-0/+36
* Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker2020-11-155-15/+86
* Fix bug in gdb.ada/bias.expTom Tromey2020-11-102-6/+6
* Handle __XVL fields in Ada type printingTom Tromey2020-11-042-18/+6
* Print Ada type name in more casesTom Tromey2020-11-043-0/+113
* Recognize names of array typesTom Tromey2020-11-043-0/+6
* Use bit stride when taking slice of arrayTom Tromey2020-11-044-0/+137
* Only use stride for final element typeTom Tromey2020-11-043-0/+13