aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-31gdbserver: modernize configure.acSimon Marchi3-43/+94
2020-10-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi8-953/+13
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi9-4/+66
2020-10-31Automatic date update in version.inGDB Administrator1-1/+1
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-30gold: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu2-2/+6
2020-10-30x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu162-237/+471
2020-10-30[PATCH][GAS] aarch64: Add WFIT instruction for Armv8.7-aPrzemyslaw Wirkus7-1349/+1420
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-30Automatic date update in version.inGDB Administrator1-1/+1
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-29Fix an illegal memory access problem when processing secondary relocs for arc...Nick Clifton2-5/+33
2020-10-29aarch64: Fix DSB instruction 'missing immediate expression' errorsPrzemyslaw Wirkus3-1/+34
2020-10-29dwarf: Also match abbrev base when searching abbrev listH.J. Lu5-22/+1517
2020-10-29gdb: restore thread after detaching or killing an inferiorTankut Baris Aktemur4-0/+18
2020-10-29Fix a potential illegal memory access by objcopy when extracting dwo sections.Nick Clifton2-2/+15
2020-10-29[gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.expTom de Vries2-2/+11
2020-10-29Automatic date update in version.inGDB Administrator1-1/+1
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-28Use sha256 for hashes in the release processAndreas Rammhold4-11/+19
2020-10-28aarch64: Add CSR PDEC instructionPrzemyslaw Wirkus13-1417/+1489
2020-10-28aarch64: Add WFET instruction for Armv8.7-aPrzemyslaw Wirkus7-1348/+1428
2020-10-28aarch64: Add DSB instruction Armv8.7-a variantPrzemyslaw Wirkus18-1455/+1622
2020-10-28aarch64: Add basic support for armv8.7-a architecturePrzemyslaw Wirkus5-2/+9