summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetic fix in ppc-sysv-tdep.cTom Tromey2022-12-061-3/+4
* Fix operator precedence bug in Rust parserTom Tromey2022-12-062-1/+5
* [gdb/testsuite] Fix test names in gdb.base/longjmp.expTom de Vries2022-12-061-48/+63
* [gdb/testsuite] Make gdb.base/longjmp.exp FAIL more stable across archsTom de Vries2022-12-061-4/+4
* gdb/riscv: correct dwarf to gdb register number mappingXiao Zeng2022-12-061-2/+2
* gdb/linux-nat: add ptid parameter to linux_xfer_siginfoSimon Marchi2022-12-051-4/+4
* gdb/linux-nat: use l linux_nat_get_siginfo in linux_xfer_siginfoSimon Marchi2022-12-051-4/+2
* gdb/linux-nat: check ptrace return value in linux_nat_get_siginfoSimon Marchi2022-12-051-5/+1
* gdb/linux-nat: don't memset siginfo on failure in linux_nat_get_siginfoSimon Marchi2022-12-051-6/+2
* gdb/linux-nat: bool-ify linux_nat_get_siginfoSimon Marchi2022-12-052-5/+5
* gdb/linux-nat: use get_ptrace_pid in two spotsSimon Marchi2022-12-051-10/+2
* gdb/testsuite: remove perror calls when failing to runSimon Marchi2022-12-05185-200/+4
* Add missing newline to gdbarch_tdep debugging outputLuis Machado2022-12-051-1/+1