aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-11-02gdb/testsuite: fix failure in gdb.base/step-over-no-symbols.expSimon Marchi2-2/+7
2020-11-02Add x86_64 ravenscar supportTom Tromey6-1/+195
2020-11-02gdb: new function to wrap up executing command line scripts/commandsAndrew Burgess2-32/+27
2020-11-02gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess6-93/+174
2020-11-02Minor Python simplificationsTom Tromey2-39/+30
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi398-14229/+14619
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-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-10-31gdb: restore some checks of debug flagsAndrew Burgess3-3/+25
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi4-60/+20
2020-10-31gdb: replace AC_TRY_LINK in sanitize.m4Simon Marchi3-1/+12
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2-4/+11
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2-3/+8
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2-1/+10
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi2-27/+32
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-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi4-191/+6
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