summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Document the GDB 10.1 release in gdb/ChangeLogJoel Brobecker2020-10-241-0/+4
* [gdb/testsuite] Don't use default form in Dwarf::_guess_formTom de Vries2020-10-232-9/+34
* [gdb/testsuite] Use $srcfile in DW_AT_name for CUTom de Vries2020-10-2321-24/+72
* ada-typeprint.c::ada_print_type: Remove redundant call to ada_check_typedefJoel Brobecker2020-10-232-3/+5
* gdb: move f_language class into a header fileAndrew Burgess2020-10-237-329/+387
* gdb: Improve documentation comment on language_defn::print_typeAndrew Burgess2020-10-232-4/+13
* gdb: Rename language_defn::demangleAndrew Burgess2020-10-2310-10/+32
* gdb: remove LA_ITERATE_OVER_SYMBOLS macroAndrew Burgess2020-10-233-4/+7
* gdb: remove LA_PRINT_ARRAY_INDEX macroAndrew Burgess2020-10-233-6/+8
* gdb: remove LA_VALUE_PRINT macroAndrew Burgess2020-10-235-6/+12
* gdb: remove LA_PRINT_TYPEDEF macroAndrew Burgess2020-10-233-4/+7
* gdb: move Modula2 language class into a header fileAndrew Burgess2020-10-236-270/+308
* gdb: Merge auto and unknown language implementationsAndrew Burgess2020-10-232-155/+76
* Remove gdb_assert for TYPE_CODE_METHOD in stabs readerHannes Domani2020-10-222-3/+4
* Don't create _Complex type name if there is no target type nameHannes Domani2020-10-222-1/+5
* gdb: remove unused macros from target-debug.hSimon Marchi2020-10-222-16/+12
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-228-57/+82
* [gdb/symtab] Make find_block_in_blockvector more robustTom de Vries2020-10-222-0/+7
* gdb/dwarf: fix reading subprogram with DW_AT_specification (PR gdb/26693)Simon Marchi2020-10-224-6/+107
* Fix gdb.base/msym*.exp failuresLuis Machado2020-10-223-5/+11
* Fix gdb.base/corefile2.exp regression when running Docker/AUFSLuis Machado2020-10-222-4/+15
* gdb/fortran: add support for parsing array strides in expressionsAndrew Burgess2020-10-228-1/+84
* gdb: rename 'enum range_type' to 'enum range_flag'Andrew Burgess2020-10-227-27/+46
* gdb: Convert enum range_type to a bit field enumAndrew Burgess2020-10-228-94/+87
* gdb: fix two comments in infrunSimon Marchi2020-10-212-3/+7
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-217-122/+185
* Fix gdb.mi/mi-fullname-deleted.exp with ClangGary Benson2020-10-212-4/+27
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-2010-14/+28
* gdb: make gdbarch predicates return boolSimon Marchi2020-10-204-124/+130
* Remove varobj_item typedefTom Tromey2020-10-202-2/+6
* gdb: change some int to bool in infrun.cSimon Marchi2020-10-202-70/+98
* gdb: fix comment of get_displaced_stepping_stateSimon Marchi2020-10-202-1/+5
* Fix help string of alias commandAndreas Schwab2020-10-202-2/+6
* [gdb/testsuite] Remove superfluous marker in pr13961.STom de Vries2020-10-202-1/+4
* [gdb/testsuite] Use main.c in gdb.dwarf2Tom de Vries2020-10-2021-232/+33
* [gdb/testsuite] Clean up redundant info in gdb.dwarf2Tom de Vries2020-10-203-2/+8
* [gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2Tom de Vries2020-10-208-14/+22
* Don't erase TUI source window when switching focusTom Tromey2020-10-195-7/+24
* gdb/thread: fine-tune 'info threads' help textTankut Baris Aktemur2020-10-192-3/+8
* gdb/frame: remove an unused type aliasTankut Baris Aktemur2020-10-192-2/+4
* gdb: get jiter objfile from a bound minsymMihails Strasuns2020-10-192-8/+16
* Have partial symbol tables own psymbol vectorsTom Tromey2020-10-1710-468/+392
* Make range types inherit signed-ness from base typeTom Tromey2020-10-174-27/+8
* [gdb/symtab] Handle setting line bp without debug line infoTom de Vries2020-10-174-1/+85
* [gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.expTom de Vries2020-10-1764-82/+138
* [gdb/testsuite] Fix function comment for gdb_breakpointTom de Vries2020-10-162-1/+5
* [gdb/testsuite] Be more verbose about abort in gdb_breakpointTom de Vries2020-10-162-0/+8
* [gdb/testsuite] Fix gdb.ada/mi_catch_ex{,_hand}.exp FAILsTom de Vries2020-10-143-0/+9
* [gdb] Fix segfault in solib_contains_address_pTom de Vries2020-10-142-0/+9
* Eliminate mi_run_to_main, introduce mi_clean_restartPedro Alves2020-10-1360-400/+190