summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [gdb/testsuite] Fix PR20630 regression test in gdb.base/printcmds.expTom de Vries2022-12-121-1/+3
* Another Rust operator precedence bugTom Tromey2022-12-122-2/+11
* [gdb/testsuite] Fix gdb.base/write_mem.exp for big endianTom de Vries2022-12-121-1/+1
* gdb: fix possible use-after-free when executing commandsJan Vrany2022-12-121-2/+12
* [gdb/tdep] Fix larl handling in s390_displaced_step_fixupTom de Vries2022-12-101-1/+1
* [aarch64] Add TPIDR2 register support for LinuxLuis Machado2022-12-0914-72/+175
* [gdb/testsuite] Fix gdb.guile/scm-symtab.exp for ppc64leTom de Vries2022-12-091-1/+1
* [gdb/testsuite] Require debug info for gdb.tui/tui-layout-asm-short-prog.expTom de Vries2022-12-081-0/+5
* gdb/testsuite: update a pattern in gdb_file_cmdEnze Li2022-12-081-1/+1
* gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany2022-12-083-1/+19
* gdb: add invalidate_selected_frame functionSimon Marchi2022-12-072-4/+15
* [gdb/testsuite] Add KFAILs in gdb.base/longjmp.expTom de Vries2022-12-071-3/+79
* Remove unnecessary xstrdup from bppy_initTom Tromey2022-12-071-6/+4