aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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-31[gdb/cli] Add maintenance ignore-probesTom de Vries4-0/+145
2022-12-31[gdb/python] Fix gdb.python/py-finish-breakpoint2.exp for -m32Tom de Vries3-6/+55
2022-12-31[gdb/testsuite] Fix gdb.base/print-symbol-loading.exp on ubuntu 22.04.1Tom de Vries1-1/+5
2022-12-31[gdb/testsuite] Replace deprecated pthread_yield in gdb.threads/watchpoint-fo...Tom de Vries1-5/+5
2022-12-31[gdb/testsuite] Fix gdb.base/corefile.exp with glibc 2.35Tom de Vries1-2/+2
2022-12-30[gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibcTom de Vries1-10/+25
2022-12-30[gdb/testsuite] Fix gdb.reverse/step-indirect-call-thunk.exp with -fcf-protec...Tom de Vries1-3/+12
2022-12-30[gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with -fcf-protectionTom de Vries1-1/+10
2022-12-30[gdb/symtab] Make comp_unit_head.length privateTom de Vries3-18/+33
2022-12-28Use $decimal in timestamp.expTom Tromey1-1/+1
2022-12-28Fix "set debug timestamp"Tom Tromey2-1/+25
2022-12-27Handle SIGSEGV in gdb selftestsTom Tromey2-0/+12
2022-12-26Add initializers to comp_unit_headTom Tromey4-16/+14
2022-12-24gdb/testsuite: fix buffer overflow in gdb.base/signed-builtin-types.expAndrew Burgess1-43/+8
2022-12-23Use bool for dwarf2_has_infoTom Tromey2-5/+5
2022-12-23gdb/testsuite: remove MPFR detection in gdb.base/float128.expSimon Marchi1-36/+1
2022-12-23Fix MinGW build using mingw.org's MinGWEli Zaretskii1-1/+5
2022-12-21Fix compiling of top.cAndrew Pinski1-1/+0
2022-12-21Use toplevel configure for GMP and MPFR for gdbAndrew Pinski8-1079/+41
2022-12-21gdb/c++: validate 'using' directives based on the current lineBruno Larsen6-9/+95
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger8-8/+8
2022-12-20Fix install-strip targetHannes Domani1-2/+2
2022-12-19Use bool in bpstatTom Tromey6-30/+31
2022-12-19Use bool constants for value_print_optionsTom Tromey19-60/+60
2022-12-19Remove quick_symbol_functions::relocatedTom Tromey4-91/+4
2022-12-19Remove MI version 1Tom Tromey11-126/+11
2022-12-19Remove vestiges of MI version 0Tom Tromey1-27/+0
2022-12-19gdb: fix command lookup in execute_command ()Jan Vrany1-6/+2
2022-12-18Update gdb/NEWS after GDB 13 branch creation.Joel Brobecker1-1/+3
2022-12-18Bump version to 14.0.50.DATE-git.Joel Brobecker2-2/+2
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
2022-12-15[gdb/testsuite] Fix gdb.base/condbreak-multi-context.exp with gcc 4.8.5Tom de Vries1-3/+3
2022-12-14gdb/maint: add core file name to 'maint info program-spaces' outputAndrew Burgess3-4/+26