aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-14gdb: ensure all targets are popped before an inferior is destructedAndrew Burgess1-0/+15
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess8-56/+67
2022-12-14gdb: remove decref_targetAndrew Burgess2-8/+4
2022-12-14gdb: have target_stack automate reference count handlingAndrew Burgess3-21/+118
2022-12-14gdb/remote: remove some manual reference count handlingAndrew Burgess1-16/+22
2022-12-14gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXITAndrew Burgess2-4/+29
2022-12-14gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess6-276/+161
2022-12-14gdb/testsuite: new test for recent dwarf reader issueAndrew Burgess3-0/+167
2022-12-14gdb/testsuite: fix readnow detectionAndrew Burgess4-53/+10
2022-12-13Fix control-c handling on WindowsTom Tromey7-71/+99
2022-12-13Refactor code to check for terminal sharingTom Tromey4-26/+63
2022-12-13Use gdb::optional for sigint_oursTom Tromey1-4/+8
2022-12-13Rename install_sigint_handlerTom Tromey1-2/+2
2022-12-13[gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpointTom de Vries1-8/+7
2022-12-13Remove two unnecessary castsTom Tromey1-2/+2
2022-12-13gdb/testsuite: avoid creating temp file in gdb/testsuite/ directoryAndrew Burgess1-1/+1
2022-12-13[gdb/testsuite] Fix gdb.python/py-disasm.exp on s390xTom de Vries2-8/+14
2022-12-12Fix crash in is_nocall_functionTom Tromey3-5/+7
2022-12-12Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stopJohnson Sun1-5/+5
2022-12-12[gdb/testsuite] Fix PR20630 regression test in gdb.base/printcmds.expTom de Vries1-1/+3
2022-12-12Another Rust operator precedence bugTom Tromey2-2/+11
2022-12-12[gdb/testsuite] Fix gdb.base/write_mem.exp for big endianTom de Vries1-1/+1
2022-12-12gdb: fix possible use-after-free when executing commandsJan Vrany1-2/+12
2022-12-10[gdb/tdep] Fix larl handling in s390_displaced_step_fixupTom de Vries1-1/+1
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado14-72/+175
2022-12-09[gdb/testsuite] Fix gdb.guile/scm-symtab.exp for ppc64leTom de Vries1-1/+1
2022-12-08[gdb/testsuite] Require debug info for gdb.tui/tui-layout-asm-short-prog.expTom de Vries1-0/+5
2022-12-08gdb/testsuite: update a pattern in gdb_file_cmdEnze Li1-1/+1
2022-12-08gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany3-1/+19
2022-12-07gdb: add invalidate_selected_frame functionSimon Marchi2-4/+15
2022-12-07[gdb/testsuite] Add KFAILs in gdb.base/longjmp.expTom de Vries1-3/+79
2022-12-07Remove unnecessary xstrdup from bppy_initTom Tromey1-6/+4