aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Windows gdb: Avoid writing debug registers if watchpoint hit pendingPedro Alves1-0/+6
2026-04-24Windows gdb+gdbserver: Eliminate struct pending_stopPedro Alves1-13/+8
2026-04-24Windows gdb+gdbserver: Share $_siginfo reading codePedro Alves2-0/+58
2026-04-24Add backpointer from windows_thread_info to windows_process_infoPedro Alves1-2/+8
2026-04-24Windows gdb+gdbserver: Make siginfo_er per-thread statePedro Alves2-5/+0
2026-04-24Windows gdb+gdbserver: Make last_sig per-thread statePedro Alves2-4/+9
2026-04-24Windows gdb+gdbserver: Make current_event per-thread statePedro Alves2-18/+19
2026-04-24Windows gdb+gdbserver: Introduce get_last_debug_event_ptidPedro Alves2-0/+13
2026-04-24Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stopsPedro Alves2-95/+27
2026-04-24Windows gdb+gdbserver: Eliminate windows_process_info::thread_recPedro Alves1-13/+0
2026-04-24Windows gdb+gdbserver: Eliminate DONT_SUSPENDPedro Alves2-6/+0
2026-04-24Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) callsPedro Alves1-2/+0
2026-04-24Windows gdb: Eliminate reload_contextPedro Alves1-4/+0
2026-04-24Windows gdb: handle_output_debug_string return typePedro Alves1-1/+1
2026-04-24Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_C...Pedro Alves2-6/+6
2026-04-21[gdb] Remove unnecessary defs.h/common-defs.h includesTom de Vries1-1/+0
2026-04-17gdb: make iterate_over_symbols return void, rename to for_each_symbolSimon Marchi1-1/+1
2026-04-17gdb, gdbserver: split iterate_over_lwps into for_each_lwp and find_lwpSimon Marchi4-42/+24
2026-04-17gdb, gdbserver: make iterate_over_lwps_ftype a function_viewSimon Marchi1-4/+3
2026-04-06Windows gdb: Eliminate global current_process.dr[8] globalPedro Alves1-0/+1
2026-03-16GDB: aarch64-linux: Fix build failure on musl systemsThiago Jung Bauermann1-3/+2
2026-03-16GDB: aarch64-linux: Reorganize GCS-related definitionsThiago Jung Bauermann1-0/+46
2026-03-16GDB: aarch64-linux: Reorganize SME-related definitionsThiago Jung Bauermann1-0/+12
2026-03-16GDB: aarch64-linux: Reorganize MTE-related definitionsThiago Jung Bauermann2-1/+17
2026-03-16GDB: Add aarch64-fpmr-linux.h to gdb/arch/ and gdb/nat/Thiago Jung Bauermann1-0/+30
2026-03-16GDB: Add aarch64-pauth-linux.h to gdb/arch/ and gdb/nat/Thiago Jung Bauermann1-0/+30
2026-03-16gdb, gdbserver, gdbsupport: replace many uses of strcmp with streqSimon Marchi3-4/+4
2026-01-23Add aarch64-windows supportHannes Domani2-0/+7
2026-01-05Update copyright dates to include 2026Tom Tromey63-63/+63
2025-12-01gdb/aarch64: change target_ops::stopped_data_address APIAndrew Burgess3-102/+65
2025-11-20gdb: include NT_I386_TLS note in generated core filesAndrew Burgess4-0/+98
2025-10-20gdb, gdbserver, gdbsupport: trim trailing whitespacesSimon Marchi3-5/+5
2025-09-24gdb/linux: consider ptrace_scope when building attach error messageAndrew Burgess1-0/+41
2025-09-09Use gnulib c-ctype module in gdbTom Tromey1-8/+7
2025-08-29gdb, gdbserver: Add support of Intel shadow stack pointer register.Christina Schimpe3-0/+65
2025-08-29gdb, gdbserver: Use xstate_bv for target description creation on x86.Christina Schimpe2-11/+14
2025-08-29gdb: Sync up x86-gcc-cpuid.h with cpuid.h from gcc 14 branch.Christina Schimpe1-31/+122
2025-08-12[gdb/tdep] Handle M1 ldp in aarch64_stopped_data_addressTom de Vries1-4/+2
2025-06-23gdb: linux-namespaces: enter user namespace when appropriateBenjamin Berg1-1/+23
2025-06-23gdb: only use /proc/PID/exe for local f/s with no sysrootAndrew Burgess2-6/+38
2025-06-17gdb: implement linux namespace support for fileio_lstat and vFile::lstatFabian Kilger2-0/+74
2025-06-12gdb: convert linux-namespaces debug to the new(er) debug schemeAndrew Burgess2-39/+41
2025-05-28Call restore_original_signal_state after GDB forks.Alexandra Hájková1-0/+4
2025-04-08Update copyright dates to include 2025Tom Tromey62-62/+62
2025-03-18Use gdb unordered set in linux-procfs.cTom Tromey1-13/+2
2025-03-06[gdb/nat] Fix typosTom de Vries2-2/+2
2025-02-19gdb: LoongArch: Extend the maximum number of hardware watchpointsHui Li2-3/+3
2025-02-09gdb: Support some escaping of args with startup-with-shell being offMichael Weghorn1-61/+20
2025-01-15gdb: LoongArch: Adjust loongarch_stopped_data_address()Hui Li2-0/+32
2025-01-15gdb: LoongArch: Adjust loongarch_{get,remove}_debug_reg_state()Hui Li2-30/+0