aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-10gdb sim testing, set gdb_protocol to "sim"Pedro Alves1-0/+4
2024-05-10[gdb/python] Make gdb.UnwindInfo.add_saved_register more robust (fixup)Tom de Vries1-9/+17
2024-05-10Automatic date update in version.inGDB Administrator1-1/+1
2024-05-09sim: riscv: Fix build issue due to recent binutils commitBernd Edlinger1-1/+2
2024-05-09Fix typo in gdb/README.Eli Zaretskii1-1/+1
2024-05-09gdb: convert address_in_mem_range to mem_range::containsAndrew Burgess4-12/+10
2024-05-09gdb: add a new build_id_equal functionAndrew Burgess3-6/+29
2024-05-08Fix hard-coded bash path in gprofngVladimir Mezentsev8-3/+55
2024-05-09Automatic date update in version.inGDB Administrator1-1/+1
2024-05-08gdb/doc: use silent-rules.mk in the MakefileAndrew Burgess2-85/+90
2024-05-08gdb: Change "list ." command's error when no debuginfo is availableGuinevere Larsen6-13/+155
2024-05-08gdb: more filename stylingAndrew Burgess2-10/+16
2024-05-08[gdb/testsuite] Add gdb.tui/reread.expTom de Vries1-0/+39
2024-05-08Fix AIX thread exit events not being reported and UI to show kernel thread ID.Aditya Vidyadhar Kamath2-170/+78
2024-05-08Fix typo in binutils manualTom Tromey1-1/+1
2024-05-08ld: Add PR ld/31710 testsH.J. Lu4-0/+63
2024-05-08ld: Run --wrap tests only if supportedH.J. Lu1-19/+15
2024-05-08Fix RELOC_FOR_GLOBAL_SYMBOLS macro so that it can cope with user defined symb...Nick Clifton1-2/+8
2024-05-08[gdb/python] Make gdb.UnwindInfo.add_saved_register more robustTom de Vries1-0/+12
2024-05-08RISC-V: Support B, Zaamo and Zalrsc extensions.Nelson Chu20-107/+135
2024-05-08Automatic date update in version.inGDB Administrator1-1/+1
2024-05-07Fix heap-use-after-free because all_objfiles_removed triggers tui_display_mainHannes Domani1-11/+2
2024-05-07gdb/arch: assert that X86_XSTATE_MPX is not set for x32Andrew Burgess1-2/+6
2024-05-07gdbserver: convert have_ptrace_getregset to a triboolAndrew Burgess4-10/+10
2024-05-07gdbserver/ipa/x86: remove unneeded declarationsAndrew Burgess1-4/+0
2024-05-07gdb.base/watchpoint-running.exp: Run sw watch tests even if no hw watchPedro Alves1-1/+1
2024-05-07Remove gdb.base/watchpoint-running.exp leftoverPedro Alves1-2/+0
2024-05-07gdb/testsuite/lib/rocm: Fix with_rocm_gpu_lockLancelot SIX1-1/+1
2024-05-07LoongArch: Fix ld test failures caused by using instruction aliasesLulu Cai1-1/+1
2024-05-07Automatic date update in version.inGDB Administrator1-1/+1
2024-05-06Fix build issues with mingw toolchainBernd Edlinger5-0/+6
2024-05-06[gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attachTom de Vries9-39/+135
2024-05-06[gdb/exp] Redo cast handling for indirectionTom de Vries2-6/+4
2024-05-06x86: Drop using extension_opcode to encode vvvv registerCui, Lili5-121/+134
2024-05-06x86: Drop SwapSourcesCui, Lili4-327/+330
2024-05-06x86: Use vexvvvv as the switch state to encode the vvvv registerCui, Lili4-670/+674
2024-05-06Automatic date update in version.inGDB Administrator1-1/+1
2024-05-05Automatic date update in version.inGDB Administrator1-1/+1
2024-05-04Fix heap-use-after-free in index-cached with --disable-threadingHannes Domani1-1/+1
2024-05-04Remove dwarf2_per_objfile::adjustTom Tromey2-15/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_attribute_valueTom Tromey1-1/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_call_site_scopeTom Tromey1-5/+2
2024-05-04Remove more calls to dwarf2_per_objfile::adjustTom Tromey1-18/+8
2024-05-04Remove call to dwarf2_per_objfile::adjust from ranges readersTom Tromey2-4/+0
2024-05-04bus error with fuzzed archive elementAlan Modra1-1/+12
2024-05-04[gdb/testsuite] Use unique portnum in parallel testing (check//% case)Tom de Vries2-2/+11
2024-05-04[gdb/testsuite] Use unique portnum in parallel testingTom de Vries1-9/+38
2024-05-04[gdb/testsuite] Move gpu-parallel.lock to cache dirTom de Vries1-1/+1
2024-05-04[gdb/testsuite] Factor out proc lock_dirTom de Vries2-1/+8
2024-05-04[gdb/testsuite] Factor out proc with_lockTom de Vries2-54/+60