aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-01-09gdb/testsuite/tui: Always dump_screen when askedAndrew Burgess2-2/+7
2020-01-09gdb/testsuite: Fix race condition in gdb.base/skip.expAndrew Burgess2-3/+10
2020-01-09Don't define _FORTIFY_SOURCE on MinGWChristian Biesinger2-2/+10
2020-01-09Fix indentation in print_thread_info_1Simon Marchi2-65/+69
2020-01-09Fix memory leak of the demangled symbol nameChristian Biesinger2-9/+18
2020-01-08Change section_offsets to a std::vectorTom Tromey33-314/+255
2020-01-08Use std::string in dwarf2read.cTom Tromey2-8/+10
2020-01-08Use std::vector in abbrev_table_read_tableTom Tromey2-23/+13
2020-01-08Use unique_xmalloc_ptr in fixup_go_packagingTom Tromey2-9/+11
2020-01-08Remove some explicit memory management from dwarf2read.cTom Tromey2-88/+68
2020-01-07Add constructor to stap_static_probe_opsTom Tromey2-0/+11
2020-01-07Enable styling by default on CygwinJon Turney2-1/+5
2020-01-06gdb: Fix backtrace with disassemble-next-line onAndrew Burgess5-5/+103
2020-01-06Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.cEli Zaretskii2-1/+6
2020-01-06GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi3-18/+22
2020-01-06Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWSEli Zaretskii2-0/+7
2020-01-06Fix a crash with a malformed PE headerJon Turney2-0/+11
2020-01-06Fix a typo in gdb/windows-tdep.cEli Zaretskii2-1/+5
2020-01-06Fix search in TUIHannes Domani2-0/+5
2020-01-06GDB: Remove trailing spaces in tui-disasm.cShahab Vahedi2-3/+7
2020-01-06Improve process exit status macros on MinGWEli Zaretskii10-10/+322
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess4-6/+18
2020-01-05[AArch64] Fix erroneous use of spu architecture bfdLuis Machado2-1/+7
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers6-9/+35
2020-01-03solib_target_free_so memory leakHannes Domani2-5/+11
2020-01-03windows_clear_solib memory leakHannes Domani2-1/+12
2020-01-03Add myself to gdb/MAINTAINERSBernd Edlinger2-0/+5
2020-01-02Remove stale references to Cell BELuis Machado3-9/+11
2020-01-01Fix install-strip for cross-compilationHannes Domani4-4/+12
2020-01-01Add myself to gdb/MAINTAINERSHannes Domani2-0/+5
2020-01-01Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker5-5/+13
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