summaryrefslogtreecommitdiff
path: root/gdbserver/win32-low.h
AgeCommit message (Expand)Author
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-09-07Remove unused declaration from gdbserver/win32-low.hTom Tromey
2021-04-12gdb, gdbserver: remove WinCE support codeSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-06-12gdbserver: remove support for ARM/WinCESimon Marchi
2020-04-30Implement debugging of WOW64 processes in gdbserverHannes Domani
2020-04-08Implement stopped_by_sw_breakpoint for Windows gdbserverTom Tromey
2020-04-08Introduce win32_target_ops::decr_pc_after_breakTom Tromey
2020-04-08Add read_pc / write_pc support to win32-lowTom Tromey
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey
2020-04-08Rename win32_thread_info to windows_thread_infoTom Tromey
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'hostio_last_error' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'...Tankut Baris Aktemur
2020-02-20gdbserver: turn target op 'supports_hardware_single_step' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'supports_z_point_type' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'request_interrupt' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur
2020-02-20gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methodsTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'wait' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'resume' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'thread_alive' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'join' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'mourn' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'detach' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'kill' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'attach' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'create_inferior' into a methodTankut Baris Aktemur
2020-02-20gdbserver: start turning the target ops vector into a classTankut Baris Aktemur
2020-02-07Move gdbserver to top levelTom Tromey