aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-02Fix gdb.base/print-file-var.exp with ClangGary Benson2-8/+16
2020-11-02Detect and report incompatible gdb_compile optionsGary Benson2-3/+20
2020-11-02Fix testcases using __attribute__((noclone)) with ClangGary Benson5-36/+89
2020-11-02[gdb/testsuite] Remove .debug_line.dwo from gdb.dwarf2/fission-multi-cu.STom de Vries2-14/+4
2020-11-02gdb/riscv: read frame base register as unsigned in the unwinderAndrew Burgess2-1/+7
2020-11-01sim/bpf: re-generate configureSimon Marchi2-2/+6
2020-11-02Automatic date update in version.inGDB Administrator1-1/+1
2020-11-02PR26806, Suspected linker bug with LTOAlan Modra10-17/+113
2020-11-01Change end_psymtab_common to a methodTom Tromey7-24/+33
2020-11-01Remove partial symbol statisticsTom Tromey4-17/+28
2020-11-01Remove parameter from end_psymtab_commonTom Tromey7-10/+20
2020-11-01Remove init_psymbol_listTom Tromey6-24/+8
2020-11-01avoid unwarranted assumption in gdb.ada/fixed_points/fixed_points.adbJoel Brobecker2-2/+7
2020-11-01ada-lang.c: Rename gnat_encoded_fixed_type_infoJoel Brobecker2-5/+10
2020-11-01ada-lang.c: fix line too long in cast_from_gnat_encoded_fixed_point_typeJoel Brobecker2-1/+7
2020-11-01ada-lang.c: Renaming some fixed-point-related routinesJoel Brobecker5-14/+28
2020-11-01Automatic date update in version.inGDB Administrator1-1/+1
2020-10-31gdb: restore some checks of debug flagsAndrew Burgess3-3/+25
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi9-79/+56
2020-10-31gdbserver: replace AC_TRY_COMPILE in acinclude.m4Simon Marchi3-25/+33
2020-10-31gdb: replace AC_TRY_LINK in sanitize.m4Simon Marchi3-1/+12
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi7-17/+49
2020-10-31gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORKSimon Marchi2-1/+5
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi7-17/+42
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi7-18/+57
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi7-119/+154
2020-10-31gdb: modernize acinclude.m4Simon Marchi3-22/+47
2020-10-31gdb/testsuite: modernize configure.acSimon Marchi3-1/+8
2020-10-31gdb: modernize configure.acSimon Marchi3-173/+316
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