aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Fix crash with core + TUI + runSergio Durigan Junior1-0/+7
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers1-0/+12
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger1-0/+5
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger1-0/+10
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger1-0/+7
2019-11-15Import the time_r gnulib moduleChristian Biesinger1-0/+5
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger1-0/+9
2019-11-14Update READMEChristian Biesinger1-0/+4
2019-11-14Allow re-assigning to convenience variablesTom Tromey1-0/+5
2019-11-14gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi1-0/+5
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers1-0/+5
2019-11-13Remove symbol-related static assertsTom Tromey1-0/+6
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess1-0/+11
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-0/+39
2019-11-12Consolidate setting of current_layoutTom Tromey1-0/+6
2019-11-12Move _initialize_tui_layout to end of fileTom Tromey1-0/+4
2019-11-12Make TUI resizing tests more robustTom Tromey1-0/+8
2019-11-11Document and extend readline-bindable functionsTom Tromey1-0/+5
2019-11-11Use getpwuid_r instead of getpwuidChristian Biesinger1-0/+4
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess1-0/+10
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess1-0/+6
2019-11-10gdb: Add a class to track last display symtab and line informationAndrew Burgess1-0/+27
2019-11-10gdb: Convert frame_show_address to return a boolAndrew Burgess1-0/+6
2019-11-10gdb_vecs.h: Avoid self move assignAndrew Burgess1-0/+6
2019-11-10Remove can_highlight from TUI windowsTom Tromey1-0/+9
2019-11-10Remove unused constructor declaration from cli_style_optionTom Tromey1-0/+5
2019-11-08Constify command_line_inputTom Tromey1-0/+10
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-0/+10
2019-11-06Remove some includes of readline.hTom Tromey1-0/+14
2019-11-05Fix regression from TUI disassembly style patchTom Tromey1-0/+6
2019-11-05Remove la_get_string memberTom Tromey1-0/+21
2019-11-05Style disassembly in the TUITom Tromey1-0/+27
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey1-0/+8
2019-11-05Fix ARI warning in symtab.hChristian Biesinger1-0/+5
2019-11-04Add static_asserts for the sizes of space-critical structsChristian Biesinger1-0/+6
2019-11-04Obsolete Solaris 10 supportRainer Orth1-0/+8
2019-11-01Simplify print_sys_errmsgTom Tromey1-0/+4
2019-11-01Fix up safe_strerror constificationTom Tromey1-0/+4
2019-11-01Move check for strerror_r to common.m4 where it belongsChristian Biesinger1-0/+6
2019-11-01[ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado1-0/+12
2019-10-31gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess1-0/+12
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess1-0/+18
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess1-0/+19
2019-10-31NEWS and documentation for $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers1-0/+5
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers1-0/+10
2019-10-31Don't read agent symbols when disabledChristian Biesinger1-0/+7
2019-10-31Regenerate config.inChristian Biesinger1-0/+4
2019-10-31Use strerror_r in safe_strerror if availableChristian Biesinger1-0/+11
2019-10-31[ARM] Store exception handling information per-bfd instead of per-objfileLuis Machado1-0/+8
2019-10-31Convert int to bool in agent.cChristian Biesinger1-0/+13