summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2020-01-08Use unique_xmalloc_ptr in fixup_go_packagingTom Tromey
2020-01-08Remove some explicit memory management from dwarf2read.cTom Tromey
2020-01-07Add constructor to stap_static_probe_opsTom Tromey
2020-01-07Enable styling by default on CygwinJon Turney
2020-01-06gdb: Fix backtrace with disassemble-next-line onAndrew Burgess
2020-01-06Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.cEli Zaretskii
2020-01-06GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi
2020-01-06Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWSEli Zaretskii
2020-01-06Fix a crash with a malformed PE headerJon Turney
2020-01-06Fix a typo in gdb/windows-tdep.cEli Zaretskii
2020-01-06Fix search in TUIHannes Domani
2020-01-06GDB: Remove trailing spaces in tui-disasm.cShahab Vahedi
2020-01-06Improve process exit status macros on MinGWEli Zaretskii
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess
2020-01-05[AArch64] Fix erroneous use of spu architecture bfdLuis Machado
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers
2020-01-03solib_target_free_so memory leakHannes Domani
2020-01-03windows_clear_solib memory leakHannes Domani
2020-01-03Add myself to gdb/MAINTAINERSBernd Edlinger
2020-01-02Remove stale references to Cell BELuis Machado
2020-01-01Fix install-strip for cross-compilationHannes Domani
2020-01-01Add myself to gdb/MAINTAINERSHannes Domani
2020-01-01Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2020-01-01gdb/copyright.py: Convert to Python 3Joel Brobecker
2020-01-01gdb/copyright.py: Adapt after move of gnulib from gdb to toplevelJoel Brobecker
2020-01-01gdb/copyright.py: Exit if run from the wrong directoryJoel Brobecker
2020-01-01update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker
2020-01-01Rotate gdb/ChangeLog (start of New Year procedure)Joel Brobecker
2019-12-30Make some TUI globals "static"Tom Tromey
2019-12-30Use "bool" in more spots in TUITom Tromey
2019-12-29Fix setting breakpoints or stepping on line 65535Bernd Edlinger
2019-12-27[PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does...Simon Marchi
2019-12-27Remove dead code from TUITom Tromey
2019-12-27Reorder an "if" in print_disassemblyTom Tromey
2019-12-27Change tui_active to boolTom Tromey
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey
2019-12-27Make symbol_set_names a member functionChristian Biesinger
2019-12-26Add a NEWS entry for multithreaded symbol loadingChristian Biesinger
2019-12-26Fix printing ULONGEST variables on x86-32Ruslan Kabatsayev
2019-12-21Fix disabling of solib probes when LD_AUDITingGeorge Barrett
2019-12-21Fix whitespace in last change in top.cEli Zaretskii
2019-12-21Include xxHash support status in GDB configuration reportEli Zaretskii
2019-12-20Address Tom Tromey's comments on the CTF reader.Weimin Pan
2019-12-20sym-info-cmds.exp: add yet another missing quote in test nameSimon Marchi
2019-12-20sym-info-cmds.exp: add missing quote in test nameSimon Marchi
2019-12-20Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur
2019-12-20testsuite, cp: increase the coverage of testing pass-by-ref argumentsTankut Baris Aktemur
2019-12-20infcall: handle pass-by-reference arguments appropriatelyTankut Baris Aktemur
2019-12-20infcall, c++: collect more pass-by-reference informationTankut Baris Aktemur