aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-30Automatic date update in version.inHEADmasterGDB Administrator1-1/+1
2026-04-29Include traits.h in function-view.hTom Tromey1-0/+2
2026-04-29gdb, testsuite: fix gdb.base/save-history.exp for native-extended-gdbserverTankut Baris Aktemur1-0/+7
2026-04-29Automatic date update in version.inGDB Administrator1-1/+1
2026-04-28GDB/testsuite: Fix schedlock.exp crash due to empty $after_argsMaciej W. Rozycki1-2/+6
2026-04-28GDB: testsuite: Fix proc return value in gdb.python/py-prettyprint.expThiago Jung Bauermann1-1/+1
2026-04-28[gdb/symtab] Factor out new_symbol variantTom de Vries1-434/+431
2026-04-28[gdb/tui] Handle error in tui_enableTom de Vries1-15/+24
2026-04-28[gdb/testsuite] Fix duplicate copyright noticesTom de Vries2-5/+1
2026-04-28[gdb/testsuite] Fix copyright years in two filesTom de Vries2-2/+2
2026-04-28[gdb/breakpoints] Don't ignore <file> in rbreak <file>:<regexp>Tom de Vries4-2/+98
2026-04-28[gdb/testsuite] Fix tclint errors in gdb.dwarf2/fission-dw-form-strx.expTom de Vries1-4/+4
2026-04-28Automatic date update in version.inGDB Administrator1-1/+1
2026-04-27Mention Windows scheduler-locking in NEWSPedro Alves1-0/+3
2026-04-27Restore windows_nat_target::wait is_sw_breakpoint changePedro Alves1-4/+2
2026-04-27gdb.dwarf2: Fix fission-dw-form-strx.exp workflowBratislav Filipovic1-29/+27
2026-04-27dwarf2: avoid decoding .debug_line for type unitsBratislav Filipovic1-4/+16
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