aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker5290-5289/+5293
2020-01-01gdb/copyright.py: Convert to Python 3Joel Brobecker2-16/+24
2020-01-01gdb/copyright.py: Adapt after move of gnulib from gdb to toplevelJoel Brobecker2-7/+13
2020-01-01gdb/copyright.py: Exit if run from the wrong directoryJoel Brobecker2-0/+7
2020-01-01update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker5-3/+12
2020-01-01Rotate gdb/ChangeLog (start of New Year procedure)Joel Brobecker3-17386/+17400
2019-12-30Make some TUI globals "static"Tom Tromey2-10/+20
2019-12-30Use "bool" in more spots in TUITom Tromey7-23/+33
2019-12-29Fix setting breakpoints or stepping on line 65535Bernd Edlinger5-6/+57
2019-12-27[PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does...Simon Marchi4-4/+71
2019-12-27Remove dead code from TUITom Tromey3-58/+6
2019-12-27Reorder an "if" in print_disassemblyTom Tromey2-7/+7
2019-12-27Change tui_active to boolTom Tromey3-7/+16
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey6-17/+12
2019-12-27Make symbol_set_names a member functionChristian Biesinger14-81/+106
2019-12-26Add a NEWS entry for multithreaded symbol loadingChristian Biesinger2-0/+9
2019-12-26Fix printing ULONGEST variables on x86-32Ruslan Kabatsayev2-3/+10
2019-12-21Fix disabling of solib probes when LD_AUDITingGeorge Barrett2-1/+26
2019-12-21Fix whitespace in last change in top.cEli Zaretskii1-1/+1
2019-12-21Include xxHash support status in GDB configuration reportEli Zaretskii2-8/+21
2019-12-20Address Tom Tromey's comments on the CTF reader.Weimin Pan2-75/+75
2019-12-20sym-info-cmds.exp: add yet another missing quote in test nameSimon Marchi2-1/+6
2019-12-20sym-info-cmds.exp: add missing quote in test nameSimon Marchi2-1/+6
2019-12-20Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur3-4/+42
2019-12-20testsuite, cp: increase the coverage of testing pass-by-ref argumentsTankut Baris Aktemur5-86/+799
2019-12-20infcall: handle pass-by-reference arguments appropriatelyTankut Baris Aktemur2-3/+132
2019-12-20infcall, c++: collect more pass-by-reference informationTankut Baris Aktemur2-51/+248
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur9-40/+131
2019-12-20gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur4-1/+111
2019-12-20Don't call tui_show_source from tui_ui_outTom Tromey4-18/+8
2019-12-20Change tui_show_frame_info to return boolTom Tromey4-11/+16
2019-12-20Fix "list" command in the TUITom Tromey4-44/+106
2019-12-20Add observable to watch current source symtabTom Tromey4-37/+89
2019-12-20Use bool in tui_before_promptTom Tromey2-3/+8
2019-12-20Don't call set_current_source_symtab_and_line from TUITom Tromey2-7/+6
2019-12-20Change set_locator_info to take a symtab_and_lineTom Tromey3-38/+32
2019-12-20Remove a call to update_exec_infoTom Tromey2-4/+6
2019-12-20Display "main" on initial TUI startupTom Tromey4-1/+11
2019-12-20Reimplement tui_get_begin_asm_addressTom Tromey2-14/+22
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey4-31/+17
2019-12-20Simplify tui_update_source_windows_with_addrTom Tromey2-13/+9
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey7-81/+88
2019-12-20Use start_line_or_addr in TUI windowsTom Tromey4-4/+13
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey7-89/+95
2019-12-20Remove tui_source_window::show_symtab_sourceTom Tromey4-17/+11
2019-12-20Remove tui_show_disassemTom Tromey4-19/+16
2019-12-20Remove some unnecessary focus switchesTom Tromey3-12/+6
2019-12-20Simplify tui_source_window_base::maybe_update methodTom Tromey7-25/+35
2019-12-20Remove some TUI assertsTom Tromey2-6/+5
2019-12-20Remove tui_show_disassem_and_update_sourceTom Tromey4-37/+12