aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/win32-low.cc
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani1-4/+0
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-06-12gdbserver: remove support for ARM/WinCESimon Marchi1-72/+29
2020-05-27Don't close process handle provided by WaitForDebugEventHannes Domani1-4/+15
2020-05-25Use construct_inferior_arguments which handles special charsMichael Weghorn1-1/+1
2020-04-30Implement debugging of WOW64 processes in gdbserverHannes Domani1-25/+214
2020-04-16Fix Cygwin gdb buildTom Tromey1-0/+8
2020-04-15gdbserver: fix format string warning in win32-low.ccSimon Marchi1-1/+1
2020-04-08Add pending stop support to gdbserver's Windows portTom Tromey1-3/+31
2020-04-08Implement stopped_by_sw_breakpoint for Windows gdbserverTom Tromey1-12/+55
2020-04-08Add read_pc / write_pc support to win32-lowTom Tromey1-0/+12
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey1-3/+3
2020-04-08Share some inferior-related Windows codeTom Tromey1-6/+1
2020-04-08Share handle_exceptionTom Tromey1-115/+17
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey1-16/+6
2020-04-08Normalize handle_output_debug_string APITom Tromey1-9/+12
2020-04-08Share some Windows-related globalsTom Tromey1-8/+0
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey1-50/+1
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey1-10/+12
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey1-0/+2
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey1-1/+0
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey1-30/+3
2020-04-08Use new and delete for windows_thread_infoTom Tromey1-5/+2
2020-04-08Rename win32_thread_info to windows_thread_infoTom Tromey1-16/+16
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-7/+3
2020-02-20gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'supports_catch_syscall' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'supports_software_single_step' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target ops 'thread_name' and 'thread_handle' into methodsTankut Baris Aktemur1-2/+0
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur1-5/+2
2020-02-20gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methodsTankut Baris Aktemur1-3/+0
2020-02-20gdbserver: turn target op 'pid_to_exec_file' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'supports_range_stepping' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn btrace-related target ops into methodsTankut Baris Aktemur1-4/+0
2020-02-20gdbserver: turn target op 'supports_agent' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'qxfer_libraries_svr4' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'supports_disable_randomization' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'emit_ops' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn fast tracepoint target ops into methodsTankut Baris Aktemur1-2/+0
2020-02-20gdbserver: turn target op 'stabilize_threads' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target ops 'pause_all' and 'unpause_all' into methodsTankut Baris Aktemur1-2/+0
2020-02-20gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur1-3/+8
2020-02-20gdbserver: turn target op 'thread_stopped' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target ops 'read_pc' and 'write_pc' into methodsTankut Baris Aktemur1-2/+0
2020-02-20gdbserver: turn target op 'supports_tracepoints' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'process_qsupported' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'read_loadmap' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'core_of_thread' into a methodTankut Baris Aktemur1-1/+0
2020-02-20gdbserver: turn target op 'handle_monitor_command' into a methodTankut Baris Aktemur1-1/+0