summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann2022-12-052-210/+217
* gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann2022-12-052-560/+556
* gdb: Update my email address in MAINTAINERSThiago Jung Bauermann2022-12-051-1/+1
* gdb/linux-nat: add pid parameter to linux_proc_xfer_memory_partialSimon Marchi2022-12-021-9/+9
* gdb: add some debug statements to solib-svr4.cSimon Marchi2022-12-021-1/+13
* gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi2022-12-026-124/+68
* [gdb/testsuite] Prevent timeout in gdb.ada/float-bits.expTom de Vries2022-12-021-3/+10
* PowerPC, fix gdb.reverse/finish-reverse-bkpt.exp and gdb.reverse/next-reverse...Carl Love2022-12-014-7/+130
* Remove call to registers_changed from windows-nat.cTom Tromey2022-12-011-1/+0
* Remove the_windows_nat_target globalTom Tromey2022-12-011-7/+4
* gdb: make frame_register staticSimon Marchi2022-12-012-12/+6
* Add name canonicalization for CTom Tromey2022-12-018-26/+80
* Refactor cooked_index::do_finalizeTom Tromey2022-12-011-26/+23
* Remove language check from dwarf2_compute_nameTom Tromey2022-12-011-5/+3
* gdb/dwarf: add some QUIT macrosSimon Marchi2022-12-011-0/+4
* gdb: remove prune_threads in thread_db_target::update_thread_listSimon Marchi2022-12-011-2/+0
* Avoid timeouts in gdb.compileTom Tromey2022-12-0117-70/+82
* Remove obsolete check from skip_compile_feature_testsTom Tromey2022-12-011-3/+0
* Remove one copy of skip_compile_feature_testsTom Tromey2022-12-018-20/+12
* [gdb/testsuite] Wait longer for core generationTom de Vries2022-12-011-7/+13