aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-06Automatic date update in version.inGDB Administrator1-1/+1
2024-05-05Automatic date update in version.inGDB Administrator1-1/+1
2024-05-04Fix heap-use-after-free in index-cached with --disable-threadingHannes Domani1-1/+1
2024-05-04Remove dwarf2_per_objfile::adjustTom Tromey2-15/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_attribute_valueTom Tromey1-1/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_call_site_scopeTom Tromey1-5/+2
2024-05-04Remove more calls to dwarf2_per_objfile::adjustTom Tromey1-18/+8
2024-05-04Remove call to dwarf2_per_objfile::adjust from ranges readersTom Tromey2-4/+0
2024-05-04bus error with fuzzed archive elementAlan Modra1-1/+12
2024-05-04[gdb/testsuite] Use unique portnum in parallel testing (check//% case)Tom de Vries2-2/+11
2024-05-04[gdb/testsuite] Use unique portnum in parallel testingTom de Vries1-9/+38