aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-12-13Suppress ARI warnings for vsprintfTom Tromey2-3/+8
2019-12-13Silence ARI warning about floatformat_to_doubleTom Tromey3-3/+9
2019-12-13Silence ARI for valid calls to abortTom Tromey4-5/+11
2019-12-13Fix ARI text for floatformat_from_doubleTom Tromey2-1/+5
2019-12-13Remove ATTRIBUTE_UNUSED check from ARITom Tromey2-11/+4
2019-12-13Remove "boolean" and "var_boolean" checks from ARITom Tromey2-26/+5
2019-12-13Fix the gdb build with GCC 7Tom Tromey2-2/+7
2019-12-13Fix indentation in jit.cSimon Marchi2-56/+61
2019-12-13MSP430: Relax target glob for configuring GDBJozef Lawrynowicz2-1/+5
2019-12-12Change objfile::partial_symtabs to be a unique_ptrTom Tromey2-1/+6
2019-12-12Manage objfiles with shared_ptrTom Tromey5-17/+123
2019-12-12Move free_all_objfiles to program_spaceTom Tromey6-18/+31
2019-12-12Store objfiles on a std::listTom Tromey5-59/+45
2019-12-12Introduce basic_safe_rangeTom Tromey2-5/+53
2019-12-12Remove MULTI_OBJFILE_PTom Tromey6-6/+24
2019-12-12Introduce program_space::remove_objfileTom Tromey4-28/+36
2019-12-12Introduce program_space::add_objfileTom Tromey4-45/+45
2019-12-12Make the objfile destructor privateTom Tromey8-28/+66
2019-12-12Make add_separate_debug_objfile staticTom Tromey4-11/+26
2019-12-12Make the objfile constructor privateTom Tromey4-3/+22
2019-12-12Replace xmalloc/xfree with vector in jit.cSimon Marchi2-5/+9
2019-12-12Remove some calls to malloc_failureTom Tromey4-9/+8
2019-12-12Ravenscar port for RISC-VTom Tromey6-1/+186
2019-12-12Fix the thread-pool.c compilationTom Tromey2-8/+7
2019-12-12Fix unused function errorLuis Machado2-10/+8
2019-12-11Fix TUI test suite regexpsTom Tromey4-4/+10
2019-12-11Change "winheight" resizing to use new layout codeTom Tromey4-279/+22
2019-12-11Re-apply the current layout when resizingTom Tromey5-111/+19
2019-12-11First use of tui_layoutTom Tromey8-182/+84
2019-12-11Introduce new layout codeTom Tromey3-0/+522
2019-12-11Remove struct tui_pointTom Tromey6-30/+35
2019-12-11Introduce the tui_gen_win_info::min_height methodTom Tromey4-0/+28
2019-12-11Move can_box to tui_gen_win_infoTom Tromey2-1/+12
2019-12-11Move max_height method to tui_gen_win_infoTom Tromey4-2/+24
2019-12-11Update NEWS post GDB 9 branch creation.Joel Brobecker2-1/+9
2019-12-11Bump version to 10.0.50.DATE-git.Joel Brobecker2-1/+6
2019-12-11Fix typo, get_Frame_id -> get_frame_idgdb-9-branchpointSimon Marchi2-1/+5
2019-12-11Fix build on macOSTom Tromey2-4/+38
2019-12-11Fix the build after bfd_get_signed_8 changeTom Tromey2-1/+6
2019-12-11Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers9-14/+110
2019-12-10Minor fix to gdb.prompt documentationTom Tromey2-3/+7
2019-12-10OpenMP parallel region scope testsKevin Buettner3-0/+461
2019-12-10Add gdb_caching_proc support_nested_function_tests to lib/gdb.expKevin Buettner2-3/+22
2019-12-10Add gdb_compile_openmp to lib/gdb.expKevin Buettner2-2/+19
2019-12-10Suppress the "unused function" warning for select_strerror_rChristian Biesinger2-0/+13
2019-12-10Replace the remaining uses of strerror with safe_strerrorChristian Biesinger15-65/+66
2019-12-10Normalize Ada ptype to use a single "?"Tom Tromey8-5/+171
2019-12-09Fix scripted probe breakpointsGeorge Barrett10-21/+141
2019-12-09gdb: rank an lvalue argument incompatible for an rvalue parameterTankut Baris Aktemur5-5/+30
2019-12-09gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-modules.expAndrew Burgess2-4/+16