summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add myself to gdb/MAINTAINERSBernd Edlinger2020-01-032-0/+5
* Remove stale references to Cell BELuis Machado2020-01-023-9/+11
* Fix install-strip for cross-compilationHannes Domani2020-01-014-4/+12
* Add myself to gdb/MAINTAINERSHannes Domani2020-01-012-0/+5
* Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker2020-01-015-5/+13
* Update copyright year range in all GDB files.Joel Brobecker2020-01-015290-5289/+5293
* gdb/copyright.py: Convert to Python 3Joel Brobecker2020-01-012-16/+24
* gdb/copyright.py: Adapt after move of gnulib from gdb to toplevelJoel Brobecker2020-01-012-7/+13
* gdb/copyright.py: Exit if run from the wrong directoryJoel Brobecker2020-01-012-0/+7
* update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker2020-01-015-3/+12
* Rotate gdb/ChangeLog (start of New Year procedure)Joel Brobecker2020-01-013-17386/+17400
* Make some TUI globals "static"Tom Tromey2019-12-302-10/+20
* Use "bool" in more spots in TUITom Tromey2019-12-307-23/+33
* Fix setting breakpoints or stepping on line 65535Bernd Edlinger2019-12-295-6/+57
* [PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does...Simon Marchi2019-12-274-4/+71
* Remove dead code from TUITom Tromey2019-12-273-58/+6
* Reorder an "if" in print_disassemblyTom Tromey2019-12-272-7/+7
* Change tui_active to boolTom Tromey2019-12-273-7/+16
* Remove tui_gen_win_info::viewport_heightTom Tromey2019-12-276-17/+12
* Make symbol_set_names a member functionChristian Biesinger2019-12-2714-81/+106
* Add a NEWS entry for multithreaded symbol loadingChristian Biesinger2019-12-262-0/+9
* Fix printing ULONGEST variables on x86-32Ruslan Kabatsayev2019-12-262-3/+10
* Fix disabling of solib probes when LD_AUDITingGeorge Barrett2019-12-212-1/+26
* Fix whitespace in last change in top.cEli Zaretskii2019-12-211-1/+1
* Include xxHash support status in GDB configuration reportEli Zaretskii2019-12-212-8/+21
* Address Tom Tromey's comments on the CTF reader.Weimin Pan2019-12-202-75/+75
* sym-info-cmds.exp: add yet another missing quote in test nameSimon Marchi2019-12-202-1/+6
* sym-info-cmds.exp: add missing quote in test nameSimon Marchi2019-12-202-1/+6
* Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur2019-12-203-4/+42
* testsuite, cp: increase the coverage of testing pass-by-ref argumentsTankut Baris Aktemur2019-12-205-86/+799
* infcall: handle pass-by-reference arguments appropriatelyTankut Baris Aktemur2019-12-202-3/+132
* infcall, c++: collect more pass-by-reference informationTankut Baris Aktemur2019-12-202-51/+248
* infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur2019-12-209-40/+131
* gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur2019-12-204-1/+111
* Don't call tui_show_source from tui_ui_outTom Tromey2019-12-204-18/+8
* Change tui_show_frame_info to return boolTom Tromey2019-12-204-11/+16
* Fix "list" command in the TUITom Tromey2019-12-204-44/+106
* Add observable to watch current source symtabTom Tromey2019-12-204-37/+89
* Use bool in tui_before_promptTom Tromey2019-12-202-3/+8
* Don't call set_current_source_symtab_and_line from TUITom Tromey2019-12-202-7/+6
* Change set_locator_info to take a symtab_and_lineTom Tromey2019-12-203-38/+32
* Remove a call to update_exec_infoTom Tromey2019-12-202-4/+6
* Display "main" on initial TUI startupTom Tromey2019-12-204-1/+11
* Reimplement tui_get_begin_asm_addressTom Tromey2019-12-202-14/+22
* Simplify tui_update_source_windows_with_lineTom Tromey2019-12-204-31/+17
* Simplify tui_update_source_windows_with_addrTom Tromey2019-12-202-13/+9
* Use symtab_and_line when updating TUI windowsTom Tromey2019-12-207-81/+88
* Use start_line_or_addr in TUI windowsTom Tromey2019-12-204-4/+13
* Change tui_source_window_base::set_contents to return boolTom Tromey2019-12-207-89/+95
* Remove tui_source_window::show_symtab_sourceTom Tromey2019-12-204-17/+11