aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-05-27Set GDB version number to 13.2.gdb-13.2-releaseJoel Brobecker1-1/+1
2023-05-20gdb: fix post-hook execution for remote targetsJan Vrany1-1/+3
2023-05-15Correctly handle forward DIE references in scannerTom Tromey2-3/+106
2023-05-05gdb: fix -Wsingle-bit-bitfield-constant-conversion warning in z80-tdep.cSimon Marchi1-5/+5
2023-04-22gdb: Fix false match issue in skip_prologue_using_linetableWANG Rui3-1/+151
2023-04-18[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries2-0/+74
2023-03-24aarch64: Check for valid inferior thread/regcache before reading pauth registersLuis Machado1-15/+49
2023-03-13Fix crash in inside_main_funcTom Tromey3-0/+73
2023-03-10PR gdb/30214: Prefer local include paths to system include pathsJohn Baldwin1-2/+2
2023-02-19Bump GDB's version number to 13.1.90.DATE-git.Joel Brobecker2-2/+2
2023-02-19Set GDB version number to 13.1.gdb-13.1-releaseJoel Brobecker1-1/+1
2023-02-18Fix "start" for D, Rust, etcTom Tromey7-25/+161
2023-02-13Fix doc build dependencies for --with-system-readlineKeith Seitz3-4/+15
2023-02-02Bump GDB's version number to 13.0.91.DATE-git.Joel Brobecker1-1/+1
2023-02-02Set GDB version number to 13.0.91.Joel Brobecker1-1/+1
2023-02-02gdb/NEWS: Change "Changes since GDB 12" to "Changes in GDB 13".Joel Brobecker1-1/+1
2023-01-31gdb/arm: Use new dwarf2 function cacheTorbjörn SVENSSON1-32/+65
2023-01-31gdb: dwarf2 generic implementation for caching function dataTorbjörn SVENSSON2-2/+95
2023-01-30Fix comparator bug in cooked indexTom Tromey2-85/+132
2023-01-17Fix parameter-less template regression in new DWARF readerTom Tromey5-22/+226
2023-01-17Move hash_entry and eq_entry into cooked_index::do_finalizeTom Tromey1-20/+14
2023-01-17Avoid submitting empty tasks in parallel_for_eachTom Tromey1-0/+39
2023-01-12Set _WIN32_WINNT in common.m4 configure checkTom Tromey1-1/+11
2023-01-03[gdb] Fix segfault during inferior call to ifuncAndrew Burgess2-2/+10
2023-01-02Fix target remote pipe command for MinGWJonas Hoerberg1-0/+6
2023-01-01manual copyright year range of various GDB files to add 2023Joel Brobecker3-5/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker6079-6079/+6079
2023-01-01gdb/copyright.py: Adjust following rename of sim/ppc/ppc-instructions...Joel Brobecker1-1/+1
2023-01-01Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker1-2/+2
2022-12-28Fix "set debug timestamp"Tom Tromey2-1/+25
2022-12-22Fix MinGW build using mingw.org's MinGWEli Zaretskii1-1/+5
2022-12-20Fix install-strip targetHannes Domani1-2/+2
2022-12-20gdb: fix command lookup in execute_command ()Jan Vrany1-6/+2
2022-12-18Bump version to 13.0.90.DATE-git.Joel Brobecker1-1/+1
2022-12-16Delay checking whether /proc/pid/mem is writable (PR gdb/29907)Pedro Alves1-3/+6
2022-12-16[gdb/testsuite] Fix race in gdb.threads/detach-step-over.expTom de Vries1-8/+26
2022-12-16gdb: fix crash when getting the value of a label symbolAndrew Burgess3-14/+103
2022-12-16gdb: convert linux-osdata.c from buffer to std::stringSimon Marchi1-139/+148
2022-12-16gdb: clean up some inefficient std::string usageAndrew Burgess2-3/+2
2022-12-16gdb/testsuite: add test for Python commands redefining itselfJan Vrany1-0/+30
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado15-61/+293
2022-12-15gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi13-108/+102
2022-12-15gdb/testsuite: don't delete command files in gdb.base/commands.expSimon Marchi1-10/+4
2022-12-15Move streq and compare_cstrings to gdbsupportTom Tromey2-20/+0
2022-12-15Remove subset_compareTom Tromey4-27/+5
2022-12-15gdb: use gdb_assert not internal_errorAndrew Burgess1-8/+2
2022-12-15gdb: some int to bool conversion in remote-sim.cAndrew Burgess1-10/+10
2022-12-15gdb: make more use of make_target_connection_stringAndrew Burgess2-28/+11
2022-12-15gdb: int to bool conversion in tracefile.cAndrew Burgess1-3/+3