aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-11-15Import the time_r gnulib moduleChristian Biesinger2-0/+10
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger8-28/+26
2019-11-14Update READMEChristian Biesinger2-1/+24
2019-11-14Allow re-assigning to convenience variablesTom Tromey4-1/+33
2019-11-14[gdb/doc] Fix typosTom de Vries4-31/+37
2019-11-14gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi2-0/+14
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2-1/+6
2019-11-13Remove symbol-related static assertsTom Tromey3-19/+6
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess8-2/+106
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger9-73/+109
2019-11-12Consolidate setting of current_layoutTom Tromey2-4/+7
2019-11-12Move _initialize_tui_layout to end of fileTom Tromey2-25/+30
2019-11-12Make TUI resizing tests more robustTom Tromey8-46/+174
2019-11-11Document and extend readline-bindable functionsTom Tromey4-1/+27
2019-11-11Document operate-and-get-nextTom Tromey2-0/+11
2019-11-11Use getpwuid_r instead of getpwuidChristian Biesinger2-1/+8
2019-11-11Fix typo in vFile:pwrite documentationTom Tromey2-1/+5
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess9-0/+142
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess8-14/+109
2019-11-10gdb: Add a class to track last display symtab and line informationAndrew Burgess3-73/+148
2019-11-10gdb: Convert frame_show_address to return a boolAndrew Burgess3-4/+10
2019-11-10gdb_vecs.h: Avoid self move assignAndrew Burgess4-1/+75
2019-11-10Remove can_highlight from TUI windowsTom Tromey4-7/+12
2019-11-10Remove unused constructor declaration from cli_style_optionTom Tromey2-3/+5
2019-11-08Constify command_line_inputTom Tromey7-9/+20
2019-11-07[gdb/contrib] Add words.sh scriptTom de Vries1-0/+129
2019-11-06Use strtok_r instead of strtokChristian Biesinger10-27/+56
2019-11-06Remove some includes of readline.hTom Tromey12-15/+22
2019-11-05Fix regression from TUI disassembly style patchTom Tromey2-2/+9
2019-11-05Remove la_get_string memberTom Tromey15-47/+23
2019-11-05Style disassembly in the TUITom Tromey6-142/+205
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey5-6/+14
2019-11-05Fix ARI warning in symtab.hChristian Biesinger2-2/+7
2019-11-04Add static_asserts for the sizes of space-critical structsChristian Biesinger3-0/+25
2019-11-04Obsolete Solaris 10 supportRainer Orth5-3/+17
2019-11-02[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (4)Tom de Vries43-397/+359
2019-11-02[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (3)Tom de Vries17-69/+67
2019-11-01Simplify print_sys_errmsgTom Tromey2-6/+5
2019-11-01Fix up safe_strerror constificationTom Tromey2-1/+5
2019-11-01Move check for strerror_r to common.m4 where it belongsChristian Biesinger7-7/+18
2019-11-01[ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado5-10/+113
2019-10-31gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess8-10/+18
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess11-3/+586
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess13-9/+201
2019-10-31NEWS and documentation for $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers4-1/+107
2019-10-31Test the convenience functions $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers4-10/+179
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers4-2/+244
2019-10-31Also check for strerror_r in gdbserverChristian Biesinger4-2/+11
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries33-183/+177
2019-10-31Don't read agent symbols when disabledChristian Biesinger2-4/+22