summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* [gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnowTom de Vries2020-10-283-8/+32
* [gdb/testsuite] Fix typo in gdb.cp/nsalias.expTom de Vries2020-10-282-1/+5
* [gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with -readnowTom de Vries2020-10-282-1/+5
* [gdb/testsuite] Fix gdb.dwarf2/dw2-stack-boundary.exp with -readnowTom de Vries2020-10-282-1/+30
* [gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnowTom de Vries2020-10-272-1/+15
* [gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.expTom de Vries2020-10-271-20/+26
* [gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnowTom de Vries2020-10-272-5/+24
* [gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnowTom de Vries2020-10-272-3/+9
* Fix gdb.python/py-format-string.exp with ClangGary Benson2020-10-272-2/+8
* Add skip_fortran_tests to two Fortran testcasesGary Benson2020-10-273-2/+11
* gdb: remove unused includes in m32c-tdep.cSimon Marchi2020-10-272-8/+4
* gdb: remove unused includes in xtensa-tdep.cSimon Marchi2020-10-272-9/+4
* gdb/breakpoint: use gdb::option for the '-force' flagTankut Baris Aktemur2020-10-274-20/+85
* [gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtabTom de Vries2020-10-274-6/+43
* [gdb/symtab] Use early continue in find_pc_sect_compunit_symtabTom de Vries2020-10-272-44/+54
* gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur2020-10-2715-21/+189
* gdb/breakpoint: disable a bp location if condition is invalid at that locationTankut Baris Aktemur2020-10-278-50/+548
* Fix some minor bugs in test suite command loggingTom Tromey2020-10-263-2/+18
* [gdb/symtab] Read CU base address for enqueued CUTom de Vries2020-10-264-0/+123
* Don't inherit range-type signed-ness from underlying typeTom Tromey2020-10-267-1/+141
* gdb::handle_eintr, remove need to specify return typePedro Alves2020-10-262-9/+7
* [gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGSTom de Vries2020-10-262-1/+11
* [gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.STom de Vries2020-10-263-0/+12
* gdb: move ptrace.m4 to gdbsupportSimon Marchi2020-10-253-91/+6
* gdb: use inferior parameter in add_vsyscall_pageSimon Marchi2020-10-252-1/+7
* gdb: make jit.c use the inferior_created inferior parameterSimon Marchi2020-10-254-19/+25
* gdb: pass inferior to check_pid_namespace_matchSimon Marchi2020-10-252-3/+9
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-2511-10/+24
* 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