aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-27LoongArch: Enforce 4-byte align for machine instructionsinsn-4-byte-alignzhaozhou3-0/+16
2026-04-27Automatic date update in version.inGDB Administrator1-1/+1
2026-04-26Automatic date update in version.inGDB Administrator1-1/+1
2026-04-25[pre-commit] Bump isort to 9.0.0a3Tom de Vries1-1/+1
2026-04-25Automatic date update in version.inGDB Administrator1-1/+1
2026-04-24Windows gdb: Avoid writing debug registers if watchpoint hit pendingPedro Alves7-19/+73
2026-04-24Windows gdb: Move debug macros to windows-nat.hPedro Alves2-15/+22
2026-04-24Windows gdb: cygwin_set_dr => windows_set_dr, etc.Pedro Alves1-13/+13
2026-04-24Windows gdb: Change serial_event managementPedro Alves1-1/+9
2026-04-24Windows gdb+gdbserver: Eliminate struct pending_stopPedro Alves3-26/+21
2026-04-24Windows gdb+gdbserver: Share $_siginfo reading codePedro Alves4-75/+65
2026-04-24Add backpointer from windows_thread_info to windows_process_infoPedro Alves3-4/+10
2026-04-24Windows gdb+gdbserver: Make siginfo_er per-thread statePedro Alves4-35/+30
2026-04-24Windows gdb+gdbserver: Make last_sig per-thread statePedro Alves4-15/+15
2026-04-24Windows gdb+gdbserver: Make current_event per-thread statePedro Alves6-98/+112
2026-04-24Windows gdbserver: Eliminate soft-interrupt mechanismPedro Alves2-46/+1
2026-04-24Windows gdb: Enable "set scheduler-locking on"Pedro Alves1-0/+3
2026-04-24Windows gdbserver: Fix scheduler-lockingPedro Alves1-73/+85
2026-04-24Windows gdb: Can't pass signal to thread other than last stopped threadPedro Alves1-2/+13
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 Alves4-166/+127
2026-04-24Windows gdb: Pending stop and current_eventPedro Alves1-0/+1
2026-04-24Windows gdb: Factor code out of windows_nat_target::windows_continuePedro Alves2-6/+13
2026-04-24Windows gdb: Introduce windows_continue_flagsPedro Alves2-15/+30
2026-04-24Windows gdb: Introduce continue_last_debug_event_main_threadPedro Alves2-17/+32
2026-04-24Windows gdb+gdbserver: Move suspending thread to when returning eventPedro Alves4-8/+10
2026-04-24Windows gdb: Simplify windows_nat_target::waitPedro Alves1-14/+25
2026-04-24Windows gdb+gdbserver: Eliminate windows_process_info::thread_recPedro Alves5-42/+0
2026-04-24Windows gdb+gdbserver: Eliminate DONT_SUSPENDPedro Alves3-17/+0
2026-04-24Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) callsPedro Alves5-22/+15
2026-04-24Windows gdb: Eliminate reload_contextPedro Alves5-21/+41
2026-04-24Windows gdb: handle_output_debug_string return typePedro Alves5-11/+11
2026-04-24Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_C...Pedro Alves7-57/+62
2026-04-24[gdb/tui] Expand WDB referenceTom de Vries2-4/+3
2026-04-24[gdb] Add error_value_not_availableTom de Vries3-3/+12
2026-04-24Don't pretend infcalls don't set the inferior running (PR gdb/34082)Pedro Alves2-11/+14
2026-04-24Call error_value_optimized_out from value_assignTom Tromey1-2/+1
2026-04-24x86 disassembler: Add -Mannotate option to display symbolic names associated ...Nick Clifton4-0/+109
2026-04-24[gdb] Improve selftest c_ctrl_unctrlTom de Vries1-3/+21
2026-04-24[gdbsupport] Add parameterless iterator_range constructorTom de Vries2-1/+4
2026-04-24[gdb] Simplify get_frame_functionTom de Vries1-7/+3
2026-04-24[gdb] Simplify frame_follow_static_linkTom de Vries3-6/+6
2026-04-23gdb/dwarf: fix internal error in dwarf2_fetch_cfa_info for FDEs without a CFA...Simon Marchi2-0/+39
2026-04-24Automatic date update in version.inGDB Administrator1-1/+1
2026-04-24[pre-commit] Bump isort to 9.0.0a2Tom de Vries1-1/+1
2026-04-23Second fix to attr_ref_and_charlit.expTom Tromey1-1/+1
2026-04-23Update gdb.ada/attr_ref_and_charlit for gnat-llvmTom Tromey3-2/+44
2026-04-23asan: unknown write in z80_elf_16_be_relocAlan Modra1-0/+4
2026-04-23gdb/dap: add support for opening core filesAndrew Burgess8-17/+328
2026-04-23Implement windows_nat_target::stopPatrick Monnerat2-0/+7