aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-06Cosmetic fix in ppc-sysv-tdep.cTom Tromey1-3/+4
2022-12-06Fix operator precedence bug in Rust parserTom Tromey2-1/+5
2022-12-06[gdb/testsuite] Fix test names in gdb.base/longjmp.expTom de Vries1-48/+63
2022-12-06[gdb/testsuite] Make gdb.base/longjmp.exp FAIL more stable across archsTom de Vries1-4/+4
2022-12-06gdb/riscv: correct dwarf to gdb register number mappingXiao Zeng1-2/+2
2022-12-05gdb/linux-nat: add ptid parameter to linux_xfer_siginfoSimon Marchi1-4/+4
2022-12-05gdb/linux-nat: use l linux_nat_get_siginfo in linux_xfer_siginfoSimon Marchi1-4/+2
2022-12-05gdb/linux-nat: check ptrace return value in linux_nat_get_siginfoSimon Marchi1-5/+1
2022-12-05gdb/linux-nat: don't memset siginfo on failure in linux_nat_get_siginfoSimon Marchi1-6/+2
2022-12-05gdb/linux-nat: bool-ify linux_nat_get_siginfoSimon Marchi2-5/+5
2022-12-05gdb/linux-nat: use get_ptrace_pid in two spotsSimon Marchi1-10/+2
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi185-200/+4
2022-12-05Add missing newline to gdbarch_tdep debugging outputLuis Machado1-1/+1
2022-12-05gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann2-210/+217
2022-12-05gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann2-560/+556
2022-12-05gdb: Update my email address in MAINTAINERSThiago Jung Bauermann1-1/+1
2022-12-02gdb/linux-nat: add pid parameter to linux_proc_xfer_memory_partialSimon Marchi1-9/+9
2022-12-02gdb: add some debug statements to solib-svr4.cSimon Marchi1-1/+13
2022-12-02gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi6-124/+68
2022-12-02[gdb/testsuite] Prevent timeout in gdb.ada/float-bits.expTom de Vries1-3/+10
2022-12-01PowerPC, fix gdb.reverse/finish-reverse-bkpt.exp and gdb.reverse/next-reverse...Carl Love4-7/+130
2022-12-01Remove call to registers_changed from windows-nat.cTom Tromey1-1/+0
2022-12-01Remove the_windows_nat_target globalTom Tromey1-7/+4
2022-12-01gdb: make frame_register staticSimon Marchi2-12/+6
2022-12-01Add name canonicalization for CTom Tromey8-26/+80
2022-12-01Refactor cooked_index::do_finalizeTom Tromey1-26/+23
2022-12-01Remove language check from dwarf2_compute_nameTom Tromey1-5/+3
2022-12-01gdb/dwarf: add some QUIT macrosSimon Marchi1-0/+4
2022-12-01gdb: remove prune_threads in thread_db_target::update_thread_listSimon Marchi1-2/+0
2022-12-01Avoid timeouts in gdb.compileTom Tromey17-70/+82
2022-12-01Remove obsolete check from skip_compile_feature_testsTom Tromey1-3/+0
2022-12-01Remove one copy of skip_compile_feature_testsTom Tromey8-20/+12
2022-12-01[gdb/testsuite] Wait longer for core generationTom de Vries1-7/+13
2022-12-01[gdb/testsuite] Fix gdb.ada/float-bits.exp for powerpc64leTom de Vries1-0/+28
2022-11-30[gdb/testsuite] Fix DUPLICATEs in s390-multiarch.expTom de Vries1-23/+27
2022-11-30[gdb/testsuite] Enable gdb.arch/s390-disassembler-options.exp for --enable-ta...Tom de Vries1-16/+20
2022-11-30Bounds check access to Ada task state namesTom Tromey1-2/+31
2022-11-30Use ui_file_up in mi_interpTom Tromey2-8/+6
2022-11-30Rename fields of cli_interp_base::saved_output_filesTom Tromey2-11/+14
2022-11-30[gdb] Improve printing of float formatsTom de Vries3-14/+14
2022-11-29[gdb/testsuite] Fix gdb.base/vla-optimized-out.exp for ppc64leTom de Vries1-6/+17
2022-11-29gdb/testsuite: make gdb_unload use gdb_test_multipleSimon Marchi4-32/+24