aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/win32-low.h
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-2/+0
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-06-12gdbserver: remove support for ARM/WinCESimon Marchi1-4/+0
2020-04-30Implement debugging of WOW64 processes in gdbserverHannes Domani1-1/+9
2020-04-08Implement stopped_by_sw_breakpoint for Windows gdbserverTom Tromey1-0/+4
2020-04-08Introduce win32_target_ops::decr_pc_after_breakTom Tromey1-0/+4
2020-04-08Add read_pc / write_pc support to win32-lowTom Tromey1-0/+9
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey1-7/+9
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey1-29/+1
2020-04-08Rename win32_thread_info to windows_thread_infoTom Tromey1-9/+9
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur1-0/+4
2020-02-20gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target op 'hostio_last_error' into a methodTankut Baris Aktemur1-0/+4
2020-02-20gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'...Tankut Baris Aktemur1-0/+4
2020-02-20gdbserver: turn target op 'supports_hardware_single_step' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target op 'supports_z_point_type' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'request_interrupt' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methodsTankut Baris Aktemur1-0/+4
2020-02-20gdbserver: turn target op 'wait' into a methodTankut Baris Aktemur1-0/+3
2020-02-20gdbserver: turn target op 'resume' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'thread_alive' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'join' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'mourn' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'detach' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'kill' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'attach' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: turn target op 'create_inferior' into a methodTankut Baris Aktemur1-0/+2
2020-02-20gdbserver: start turning the target ops vector into a classTankut Baris Aktemur1-0/+8
2020-02-07Move gdbserver to top levelTom Tromey1-0/+122