aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-12-16Fix double-free when creating more than one block in JIT debug info readerSimon Marchi1-0/+4
2019-12-16Constify get_exec_fileTom Tromey1-0/+16
2019-12-16Update Gnulib to the latest git versionChristian Biesinger1-0/+5
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-0/+20
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-0/+62
2019-12-16Use symbol_set_language to set a symbol's languageChristian Biesinger1-0/+6
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior1-0/+20
2019-12-13Remove ARI check for multiple calls to warning or errorTom Tromey1-0/+5
2019-12-13Remove "fix" call for "long long" from ARITom Tromey1-0/+4
2019-12-13Accept -Wno- prefix in ARITom Tromey1-0/+4
2019-12-13Change ARI usage to GNU styleTom Tromey1-0/+4
2019-12-13Suppress ARI warnings for vsprintfTom Tromey1-0/+5
2019-12-13Silence ARI warning about floatformat_to_doubleTom Tromey1-0/+7
2019-12-13Silence ARI for valid calls to abortTom Tromey1-0/+7
2019-12-13Fix ARI text for floatformat_from_doubleTom Tromey1-0/+4
2019-12-13Remove ATTRIBUTE_UNUSED check from ARITom Tromey1-0/+4
2019-12-13Remove "boolean" and "var_boolean" checks from ARITom Tromey1-0/+5
2019-12-13Fix the gdb build with GCC 7Tom Tromey1-0/+5
2019-12-13Fix indentation in jit.cSimon Marchi1-0/+5
2019-12-13MSP430: Relax target glob for configuring GDBJozef Lawrynowicz1-0/+4
2019-12-12Change objfile::partial_symtabs to be a unique_ptrTom Tromey1-0/+5
2019-12-12Manage objfiles with shared_ptrTom Tromey1-0/+16
2019-12-12Move free_all_objfiles to program_spaceTom Tromey1-0/+9
2019-12-12Store objfiles on a std::listTom Tromey1-0/+18
2019-12-12Introduce basic_safe_rangeTom Tromey1-0/+6
2019-12-12Remove MULTI_OBJFILE_PTom Tromey1-0/+9
2019-12-12Introduce program_space::remove_objfileTom Tromey1-0/+8
2019-12-12Introduce program_space::add_objfileTom Tromey1-0/+11
2019-12-12Make the objfile destructor privateTom Tromey1-0/+23
2019-12-12Make add_separate_debug_objfile staticTom Tromey1-0/+10
2019-12-12Make the objfile constructor privateTom Tromey1-0/+7
2019-12-12Replace xmalloc/xfree with vector in jit.cSimon Marchi1-0/+5
2019-12-12Remove some calls to malloc_failureTom Tromey1-0/+7
2019-12-12Ravenscar port for RISC-VTom Tromey1-0/+11
2019-12-12Fix the thread-pool.c compilationTom Tromey1-0/+5
2019-12-12Fix unused function errorLuis Machado1-0/+6
2019-12-11Change "winheight" resizing to use new layout codeTom Tromey1-0/+8
2019-12-11Re-apply the current layout when resizingTom Tromey1-0/+5
2019-12-11First use of tui_layoutTom Tromey1-0/+14
2019-12-11Introduce new layout codeTom Tromey1-0/+16
2019-12-11Remove struct tui_pointTom Tromey1-0/+10
2019-12-11Introduce the tui_gen_win_info::min_height methodTom Tromey1-0/+10
2019-12-11Move can_box to tui_gen_win_infoTom Tromey1-0/+5
2019-12-11Move max_height method to tui_gen_win_infoTom Tromey1-0/+10
2019-12-11Update NEWS post GDB 9 branch creation.Joel Brobecker1-0/+6
2019-12-11Bump version to 10.0.50.DATE-git.Joel Brobecker1-0/+5
2019-12-11Fix build on macOSTom Tromey1-0/+7
2019-12-11Fix the build after bfd_get_signed_8 changeTom Tromey1-0/+5
2019-12-11Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers1-0/+8
2019-12-10Suppress the "unused function" warning for select_strerror_rChristian Biesinger1-0/+5