summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb/maint: add core file name to 'maint info program-spaces' outputAndrew Burgess2022-12-143-4/+26
* gdb: ensure all targets are popped before an inferior is destructedAndrew Burgess2022-12-141-0/+15
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-148-56/+67
* gdb: remove decref_targetAndrew Burgess2022-12-142-8/+4
* gdb: have target_stack automate reference count handlingAndrew Burgess2022-12-143-21/+118
* gdb/remote: remove some manual reference count handlingAndrew Burgess2022-12-141-16/+22
* gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXITAndrew Burgess2022-12-142-4/+29
* gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess2022-12-146-276/+161
* gdb/testsuite: new test for recent dwarf reader issueAndrew Burgess2022-12-143-0/+167
* gdb/testsuite: fix readnow detectionAndrew Burgess2022-12-144-53/+10
* Fix control-c handling on WindowsTom Tromey2022-12-137-71/+99
* Refactor code to check for terminal sharingTom Tromey2022-12-134-26/+63
* Use gdb::optional for sigint_oursTom Tromey2022-12-131-4/+8
* Rename install_sigint_handlerTom Tromey2022-12-131-2/+2
* [gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpointTom de Vries2022-12-131-8/+7
* Remove two unnecessary castsTom Tromey2022-12-131-2/+2
* gdb/testsuite: avoid creating temp file in gdb/testsuite/ directoryAndrew Burgess2022-12-131-1/+1
* [gdb/testsuite] Fix gdb.python/py-disasm.exp on s390xTom de Vries2022-12-132-8/+14
* Fix crash in is_nocall_functionTom Tromey2022-12-123-5/+7
* Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stopJohnson Sun2022-12-121-5/+5