aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2026-04-29gdb, testsuite: fix gdb.base/save-history.exp for native-extended-gdbserverTankut Baris Aktemur1-0/+7
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-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-24Windows gdb: Avoid writing debug registers if watchpoint hit pendingPedro Alves5-19/+63
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 Alves2-20/+15
2026-04-24Windows gdb+gdbserver: Share $_siginfo reading codePedro Alves3-37/+61
2026-04-24Add backpointer from windows_thread_info to windows_process_infoPedro Alves2-3/+9
2026-04-24Windows gdb+gdbserver: Make siginfo_er per-thread statePedro Alves3-22/+16
2026-04-24Windows gdb+gdbserver: Make last_sig per-thread statePedro Alves3-11/+12
2026-04-24Windows gdb+gdbserver: Make current_event per-thread statePedro Alves4-62/+75
2026-04-24Windows gdb: Enable "set scheduler-locking on"Pedro Alves1-0/+3
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 Alves3-145/+93
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 Alves3-8/+5
2026-04-24Windows gdb: Simplify windows_nat_target::waitPedro Alves1-14/+25
2026-04-24Windows gdb+gdbserver: Eliminate windows_process_info::thread_recPedro Alves3-24/+0
2026-04-24Windows gdb+gdbserver: Eliminate DONT_SUSPENDPedro Alves3-17/+0
2026-04-24Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) callsPedro Alves4-16/+11
2026-04-24Windows gdb: Eliminate reload_contextPedro Alves5-21/+41
2026-04-24Windows gdb: handle_output_debug_string return typePedro Alves3-9/+9
2026-04-24Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_C...Pedro Alves5-43/+43
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-24[gdb] Improve selftest c_ctrl_unctrlTom de Vries1-3/+21
2026-04-24[gdbsupport] Add parameterless iterator_range constructorTom de Vries1-1/+1
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-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