aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-30Only clear the minsym array when necessaryChristian Biesinger1-0/+8
2019-10-29Remove unused includes in infcmd.c and infrun.cSimon Marchi1-0/+5
2019-10-29Clean up ada-lang.hSimon Marchi1-0/+36
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi1-0/+6
2019-10-29addrmap: use gdb_static_assert for type size assertionsSimon Marchi1-0/+6
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-0/+28
2019-10-29Only make a nullterminated string if we need toChristian Biesinger1-0/+7
2019-10-29Replace bsearch with a std::lower_bound-based searchChristian Biesinger1-0/+7
2019-10-29Load system gdbinit files from a directoryChristian Biesinger1-0/+16
2019-10-28Add a string_view version of startswithChristian Biesinger1-0/+5
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-0/+85
2019-10-25Fix find_charset_names.Ali Tamur1-0/+4
2019-10-25Don't make an extra copy + allocation of the demangled nameChristian Biesinger1-0/+8
2019-10-25Allow out-of-order reads of CIEsTom Tromey1-0/+8