summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Change clear_program_space_solib_cache to method on program_spaceTom Tromey2020-10-294-10/+20
* Remove symfile_objfile macroTom Tromey2020-10-2918-79/+124
* Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey2020-10-294-9/+16
* Remove the exec_bfd macroTom Tromey2020-10-2928-120/+218
* Remove current_target_sections macroTom Tromey2020-10-295-15/+23
* Remove exec_bfd_mtime defineTom Tromey2020-10-295-4/+13
* Remove commented-out code from gcore.cTom Tromey2020-10-292-20/+6
* Change exec_close to be a method on program_spaceTom Tromey2020-10-295-28/+35
* Remove exec_filename macroTom Tromey2020-10-298-20/+34
* Add target_section constructorTom Tromey2020-10-294-18/+23
* gdb: restore thread after detaching or killing an inferiorTankut Baris Aktemur2020-10-294-0/+18
* [gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.expTom de Vries2020-10-292-2/+11
* [gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnowTom de Vries2020-10-282-4/+32
* [gdb/testsuite] Fix re-read FAILs with -readnowTom de Vries2020-10-283-0/+21
* [gdb/testsuite] Fix gdb.rust/traits.exp with -readnowTom de Vries2020-10-283-2/+20
* [gdb/testsuite] Fix gdb.base/relocate.exp with -readnowTom de Vries2020-10-282-4/+9
* [gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with -readnowTom de Vries2020-10-282-0/+14
* [gdb/symtab] Fix language of frame without debug infoTom de Vries2020-10-285-0/+143
* [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