aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi3-1/+25
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi12-460/+311
2020-10-30gdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown register numberSimon Marchi2-2/+7
2020-10-30Have stamp-init depend on config.statusTom Tromey2-1/+5
2020-10-30gdb/infrun: disable pagination in fetch_inferior_eventTankut Baris Aktemur8-264/+40
2020-10-30Move lookup_selected_frame to frame.cPedro Alves3-63/+71
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves8-124/+206
2020-10-29gdb: fix documentation of gdbarch_displaced_step_hw_singlestepSimon Marchi3-17/+21
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi11-23/+32
2020-10-29Remove call to exec_closeTom Tromey2-1/+5
2020-10-29Don't change current program space in exec_target::closeTom Tromey2-3/+5
2020-10-29Change add_target_sections_of_objfile to method on program_spaceTom Tromey6-12/+19
2020-10-29Change add_target_sections to method on program_spaceTom Tromey5-16/+22
2020-10-29Change remove_target_sections to method on program_spaceTom Tromey6-20/+20
2020-10-29Change program_space_empty_p to method on program_spaceTom Tromey4-10/+16
2020-10-29Change clear_program_space_solib_cache to method on program_spaceTom Tromey4-10/+20
2020-10-29Remove symfile_objfile macroTom Tromey18-79/+124
2020-10-29Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey4-9/+16
2020-10-29Remove the exec_bfd macroTom Tromey28-120/+218
2020-10-29Remove current_target_sections macroTom Tromey5-15/+23
2020-10-29Remove exec_bfd_mtime defineTom Tromey5-4/+13
2020-10-29Remove commented-out code from gcore.cTom Tromey2-20/+6
2020-10-29Change exec_close to be a method on program_spaceTom Tromey5-28/+35
2020-10-29Remove exec_filename macroTom Tromey8-20/+34
2020-10-29Add target_section constructorTom Tromey4-18/+23
2020-10-29gdb: restore thread after detaching or killing an inferiorTankut Baris Aktemur4-0/+18
2020-10-29[gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.expTom de Vries2-2/+11
2020-10-28[gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnowTom de Vries2-4/+32
2020-10-28[gdb/testsuite] Fix re-read FAILs with -readnowTom de Vries3-0/+21
2020-10-28[gdb/testsuite] Fix gdb.rust/traits.exp with -readnowTom de Vries3-2/+20
2020-10-28[gdb/testsuite] Fix gdb.base/relocate.exp with -readnowTom de Vries2-4/+9
2020-10-28[gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with -readnowTom de Vries2-0/+14
2020-10-28[gdb/symtab] Fix language of frame without debug infoTom de Vries5-0/+143
2020-10-28[gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnowTom de Vries3-8/+32
2020-10-28[gdb/testsuite] Fix typo in gdb.cp/nsalias.expTom de Vries2-1/+5
2020-10-28[gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with -readnowTom de Vries2-1/+5
2020-10-28[gdb/testsuite] Fix gdb.dwarf2/dw2-stack-boundary.exp with -readnowTom de Vries2-1/+30
2020-10-27[gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnowTom de Vries2-1/+15
2020-10-27[gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.expTom de Vries1-20/+26
2020-10-27[gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnowTom de Vries2-5/+24
2020-10-27[gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnowTom de Vries2-3/+9
2020-10-27Fix gdb.python/py-format-string.exp with ClangGary Benson2-2/+8
2020-10-27Add skip_fortran_tests to two Fortran testcasesGary Benson3-2/+11
2020-10-27gdb: remove unused includes in m32c-tdep.cSimon Marchi2-8/+4
2020-10-27gdb: remove unused includes in xtensa-tdep.cSimon Marchi2-9/+4
2020-10-27gdb/breakpoint: use gdb::option for the '-force' flagTankut Baris Aktemur4-20/+85
2020-10-27[gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtabTom de Vries4-6/+43
2020-10-27[gdb/symtab] Use early continue in find_pc_sect_compunit_symtabTom de Vries2-44/+54
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur15-21/+189
2020-10-27gdb/breakpoint: disable a bp location if condition is invalid at that locationTankut Baris Aktemur8-50/+548