aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Fix process-dies-after-detachusers/palves/windows-non-stopPedro Alves4-57/+213
2024-05-17Mention Windows non-stop support in NEWSPedro Alves1-0/+3
2024-05-17Windows gdb: Watchpoints while running (internal vs external stops)Pedro Alves2-24/+119
2024-05-17Windows gdb: Add non-stop supportPedro Alves5-115/+720
2024-05-10Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is availablePedro Alves2-0/+29
2024-05-10Windows gdb: Avoid writing debug registers if watchpoint hit pendingPedro Alves4-27/+98
2024-05-10windows_per_inferior::continue_one_thread, unify WoW64/non-WoW64 pathsPedro Alves1-36/+32
2024-05-10Windows gdb: cygwin_set_dr => windows_set_dr, etc.Pedro Alves1-18/+18
2024-05-10Windows gdb: Change serial_event managementPedro Alves1-1/+9
2024-05-10Windows gdb+gdbserver: Eliminate struct pending_stopPedro Alves3-25/+18
2024-05-10Windows gdb+gdbserver: Share $_siginfo reading codePedro Alves4-75/+65
2024-05-10Add backpointer from windows_thread_info to windows_process_infoPedro Alves3-4/+10
2024-05-10Windows gdb+gdbserver: Make siginfo_er per-thread statePedro Alves4-35/+31
2024-05-10Windows gdb+gdbserver: Make last_sig per-thread statePedro Alves4-15/+15
2024-05-10Windows gdb+gdbserver: Make current_event per-thread statePedro Alves5-119/+129
2024-05-10Windows gdbserver: Eliminate soft-interrupt mechanismPedro Alves2-39/+1
2024-05-10Windows gdb: Enable "set scheduler-locking on"Pedro Alves1-0/+3
2024-05-10Windows gdbserver: Fix scheduler-lockingPedro Alves1-78/+82
2024-05-10Windows gdb: Can't pass signal to thread other than last stopped threadPedro Alves1-2/+13
2024-05-10Windows gdb+gdbserver: Introduce get_last_debug_event_ptidPedro Alves2-0/+13
2024-05-10Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stopsPedro Alves4-163/+123
2024-05-10Windows gdb: Pending stop and current_eventPedro Alves1-0/+1
2024-05-10Windows gdb: Factor code out of windows_nat_target::windows_continuePedro Alves1-65/+72
2024-05-10Windows gdb: Introduce windows_continue_flagsPedro Alves1-17/+31
2024-05-10Windows gdb: Introduce continue_last_debug_event_main_threadPedro Alves1-16/+31
2024-05-08Windows gdb+gdbserver: Move suspending thread to when returning eventPedro Alves2-8/+10
2024-05-08Windows gdb: Simplify windows_nat_target::waitPedro Alves1-16/+25
2024-05-08Windows gdb+gdbserver: Eliminate windows_process_info::thread_recPedro Alves4-41/+0
2024-05-08Windows gdb+gdbserver: Eliminate DONT_SUSPENDPedro Alves3-17/+0
2024-05-08Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) callsPedro Alves3-22/+26
2024-05-08Windows gdb: Eliminate reload_contextPedro Alves2-21/+25
2024-05-08Windows gdb: handle_output_debug_string return typePedro Alves4-11/+11
2024-05-08Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_C...Pedro Alves5-55/+60
2024-05-08Windows gdb: Eliminate global current_process.dr[8] globalPedro Alves3-85/+68
2024-05-08Windows gdb: Dead code in windows_nat_target::do_initial_windows_stuffPedro Alves1-1/+0
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