]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbserver/win32-low.cc
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdbserver / win32-low.cc
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-21  Simon Marchigdbsupport: move include/gdb/fileio.h contents to fileio.h
2022-08-16  Tom TromeyUse strwinerror in gdb/windows-nat.c
2022-06-07  Tom TromeyUse subclasses of windows_process_info
2022-06-07  Tom TromeyAllow ASLR to be disabled on Windows
2022-06-07  Tom TromeyIntroduce wrapper for CreateProcess
2022-05-13  Tom TromeyImplement pid_to_exec_file for Windows in gdbserver
2022-05-13  Tom TromeyRemove windows_process_info::id
2022-04-27  Tom TromeyFix gdbserver build for x86-64 Windows
2022-04-14  Tom TromeyUse GetThreadDescription on Windows
2022-04-14  Tom TromeyImplement thread_name for gdbserver
2022-04-14  Tom TromeyShare handle_ms_vc_exception with gdbserver
2022-04-04  Tom TromeyRemove some globals from nat/windows-nat.c
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-13  Tankut Baris Aktemurgdbserver: replace direct assignments to current_thread
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-07-26  Tom TromeyFix the Windows build
2021-04-30  Tom TromeyShare DLL code between gdb and gdbserver
2021-04-30  Tom TromeyUse nat/windows-nat function indirection code
2021-04-14  Tom TromeyRemove use of _WIN32_WCE
2021-04-13  Tom TromeyRemove some unused typedefs from gdbserver
2021-04-12  Simon Marchigdb, gdbserver: remove WinCE support code
2021-04-11  Eli ZaretskiiImprove support for loading DLLs at run time in gdbserver.
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-09-24  Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-06-12  Simon Marchigdbserver: remove support for ARM/WinCE
2020-05-27  Hannes DomaniDon't close process handle provided by WaitForDebugEvent
2020-05-25  Michael WeghornUse construct_inferior_arguments which handles special...
2020-04-30  Hannes DomaniImplement debugging of WOW64 processes in gdbserver
2020-04-16  Tom TromeyFix Cygwin gdb build
2020-04-16  Simon Marchigdbserver: fix format string warning in win32-low.cc
2020-04-08  Tom TromeyAdd pending stop support to gdbserver's Windows port
2020-04-08  Tom TromeyImplement stopped_by_sw_breakpoint for Windows gdbserver
2020-04-08  Tom TromeyAdd read_pc / write_pc support to win32-low
2020-04-08  Tom TromeyMove wait_for_debug_event to nat/windows-nat.c
2020-04-08  Tom TromeyShare some inferior-related Windows code
2020-04-08  Tom TromeyShare handle_exception
2020-04-08  Tom TromeyShare handle_load_dll and handle_unload_dll declarations
2020-04-08  Tom TromeyNormalize handle_output_debug_string API
2020-04-08  Tom TromeyShare some Windows-related globals
2020-04-08  Tom TromeyShare get_image_name between gdb and gdbserver
2020-04-08  Tom TromeyShare thread_rec between gdb and gdbserver
2020-04-08  Tom TromeyWrap shared windows-nat code in windows_nat namespace
2020-04-08  Tom TromeyCall CloseHandle from ~windows_thread_info
2020-04-08  Tom TromeyShare Windows thread-suspend and -resume code
2020-04-08  Tom TromeyUse new and delete for windows_thread_info
2020-04-08  Tom TromeyRename win32_thread_info to windows_thread_info
2020-02-20  Tankut Baris Aktemurgdbserver: finish turning the target ops vector into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_ipa_tdesc_idx' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_catch_syscall'...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_software_single_ste...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'thread_name' and 'thread_ha...
2020-02-20  Tankut Baris Aktemurgdbserver: turn breakpoint kind-related target ops...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'multifs_{open, readlink...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'pid_to_exec_file' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_range_stepping...
2020-02-20  Tankut Baris Aktemurgdbserver: turn btrace-related target ops into methods
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_agent' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_libraries_svr4' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_disable_randomizati...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'emit_ops' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn fast tracepoint target ops into methods
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'stabilize_threads' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'pause_all' and 'unpause_all...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_tib_address' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'thread_stopped' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'read_pc' and 'write_pc...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_tracepoints' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'process_qsupported' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'read_loadmap' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'core_of_thread' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'handle_monitor_command'...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'handle_new_gdb_connection...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'supports_{fork,vfork,exec...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_multi_process'...
2020-02-20  Tankut Baris Aktemurgdbserver: turn non-stop and async target ops into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_siginfo' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_osdata' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'hostio_last_error' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_tls_address' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'read_offsets' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'stopped_by_watchpoint'...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_hardware_single_ste...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op '{supports_}stopped_by_hw_bre...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op '{supports_}stopped_by_sw_bre...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'insert_point' and 'remove_p...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_z_point_type' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'read_auxv' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'request_interrupt' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'look_up_symbols' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'read_memory' and 'write_mem...
2020-02-20  Tankut Baris Aktemurgdbserver: turn prepare_to_access_memory & done_accessi...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'fetch_registers' and 'store...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'wait' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'resume' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'thread_alive' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'join' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'mourn' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'detach' into a method
next