aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Pass stream to remote_console_outputTom Tromey1-8/+12
2024-05-10gdb: add gdbarch_stack_grows_down functionAndrew Burgess3-6/+30
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-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-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-08[gdb/python] Make gdb.UnwindInfo.add_saved_register more robustTom de Vries1-0/+12
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-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-06Fix build issues with mingw toolchainBernd Edlinger2-0/+3
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-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-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
2024-05-04[gdb/testsuite] Make portnum a persistent globalTom de Vries1-1/+1
2024-05-04[gdb/testsuite] Factor out proc get_portnumTom de Vries1-11/+29
2024-05-03Adjust gdb_continue_to_end for WindowsPedro Alves1-0/+15
2024-05-03[gdb/testsuite] Use save_vars to restore GDBFLAGSTom de Vries25-187/+165
2024-05-03[gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0Tom de Vries9-16/+5
2024-05-03[gdb/testsuite] Update INTERNAL_GDBFLAGS exampleTom de Vries1-1/+1
2024-05-03[gdb/exp] Fix cast handling for indirectionTom de Vries3-3/+76
2024-05-02Fix regression on aarch64-linux gdbserverTom Tromey4-123/+123
2024-05-02[gdb/symtab] Work around PR gas/29517, dwarf2 caseTom de Vries4-3/+35
2024-05-01[gdb/testsuite] Fix stray file in get_compiler_infoTom de Vries1-1/+1
2024-05-01[gdb/testsuite] Fix stray file in gdb.dwarf2/gdb-index-nodebug.expTom de Vries1-2/+2
2024-04-29gdb/testsuite: Add gdb.base/memops-watchpoint.expThiago Jung Bauermann2-0/+206
2024-04-29gdb/nat/linux: Fix attaching to process when it has zombie threadsThiago Jung Bauermann2-0/+54
2024-04-29gdb/nat: Factor linux_proc_get_stat_field out of linux_common_core_of_threadThiago Jung Bauermann4-36/+62
2024-04-29gdb/nat: Use procfs(5) indexes in linux_common_core_of_threadThiago Jung Bauermann1-4/+7
2024-04-29gdb/Cygwin: Fix attach pid error messagePedro Alves1-4/+13
2024-04-29gdb/doc: document how filename arguments are formattedAndrew Burgess1-0/+78
2024-04-29gdb/remote: fix qRcmd error handlingAndrew Burgess1-10/+15