summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-016079-6079/+6079
* gdb/copyright.py: Adjust following rename of sim/ppc/ppc-instructions...Joel Brobecker2023-01-011-1/+1
* Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker2023-01-011-2/+2
* [gdb/cli] Add maintenance ignore-probesTom de Vries2022-12-314-0/+145
* [gdb/python] Fix gdb.python/py-finish-breakpoint2.exp for -m32Tom de Vries2022-12-313-6/+55
* [gdb/testsuite] Fix gdb.base/print-symbol-loading.exp on ubuntu 22.04.1Tom de Vries2022-12-311-1/+5
* [gdb/testsuite] Replace deprecated pthread_yield in gdb.threads/watchpoint-fo...Tom de Vries2022-12-311-5/+5
* [gdb/testsuite] Fix gdb.base/corefile.exp with glibc 2.35Tom de Vries2022-12-311-2/+2
* [gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibcTom de Vries2022-12-301-10/+25
* [gdb/testsuite] Fix gdb.reverse/step-indirect-call-thunk.exp with -fcf-protec...Tom de Vries2022-12-301-3/+12
* [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with -fcf-protectionTom de Vries2022-12-301-1/+10
* [gdb/symtab] Make comp_unit_head.length privateTom de Vries2022-12-303-18/+33
* Use $decimal in timestamp.expTom Tromey2022-12-281-1/+1
* Fix "set debug timestamp"Tom Tromey2022-12-282-1/+25
* Handle SIGSEGV in gdb selftestsTom Tromey2022-12-272-0/+12
* Add initializers to comp_unit_headTom Tromey2022-12-264-16/+14
* gdb/testsuite: fix buffer overflow in gdb.base/signed-builtin-types.expAndrew Burgess2022-12-241-43/+8
* Use bool for dwarf2_has_infoTom Tromey2022-12-232-5/+5
* gdb/testsuite: remove MPFR detection in gdb.base/float128.expSimon Marchi2022-12-231-36/+1
* Fix MinGW build using mingw.org's MinGWEli Zaretskii2022-12-231-1/+5
* Fix compiling of top.cAndrew Pinski2022-12-211-1/+0
* Use toplevel configure for GMP and MPFR for gdbAndrew Pinski2022-12-218-1079/+41
* gdb/c++: validate 'using' directives based on the current lineBruno Larsen2022-12-216-9/+95
* sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger2022-12-208-8/+8
* Fix install-strip targetHannes Domani2022-12-201-2/+2
* Use bool in bpstatTom Tromey2022-12-196-30/+31
* Use bool constants for value_print_optionsTom Tromey2022-12-1919-60/+60
* Remove quick_symbol_functions::relocatedTom Tromey2022-12-194-91/+4
* Remove MI version 1Tom Tromey2022-12-1911-126/+11
* Remove vestiges of MI version 0Tom Tromey2022-12-191-27/+0
* gdb: fix command lookup in execute_command ()Jan Vrany2022-12-191-6/+2
* Update gdb/NEWS after GDB 13 branch creation.Joel Brobecker2022-12-181-1/+3
* Bump version to 14.0.50.DATE-git.Joel Brobecker2022-12-182-2/+2
* Delay checking whether /proc/pid/mem is writable (PR gdb/29907)Pedro Alves2022-12-161-3/+6
* [gdb/testsuite] Fix race in gdb.threads/detach-step-over.expTom de Vries2022-12-161-8/+26
* gdb: fix crash when getting the value of a label symbolAndrew Burgess2022-12-163-14/+103
* gdb: convert linux-osdata.c from buffer to std::stringSimon Marchi2022-12-161-139/+148
* gdb: clean up some inefficient std::string usageAndrew Burgess2022-12-162-3/+2
* gdb/testsuite: add test for Python commands redefining itselfJan Vrany2022-12-161-0/+30
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-1615-61/+293
* gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi2022-12-151-1/+1
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-1513-108/+102
* gdb/testsuite: don't delete command files in gdb.base/commands.expSimon Marchi2022-12-151-10/+4
* Move streq and compare_cstrings to gdbsupportTom Tromey2022-12-152-20/+0
* Remove subset_compareTom Tromey2022-12-154-27/+5
* gdb: use gdb_assert not internal_errorAndrew Burgess2022-12-151-8/+2
* gdb: some int to bool conversion in remote-sim.cAndrew Burgess2022-12-151-10/+10
* gdb: make more use of make_target_connection_stringAndrew Burgess2022-12-152-28/+11
* gdb: int to bool conversion in tracefile.cAndrew Burgess2022-12-151-3/+3
* [gdb/testsuite] Fix gdb.base/condbreak-multi-context.exp with gcc 4.8.5Tom de Vries2022-12-151-3/+3