Age | Commit message (Expand) | Author | Files | Lines |
2022-06-12 | Trivial fixes to Cygwin build after 8fea1a81 | Jon Turney | 1 | -1/+1 |
2022-06-12 | Simplify cygwin_buf_t | Jon Turney | 1 | -2/+1 |
2022-06-07 | Allow ASLR to be disabled on Windows | Tom Tromey | 1 | -3/+112 |
2022-06-07 | Introduce wrapper for CreateProcess | Tom Tromey | 1 | -0/+51 |
2022-06-02 | Fix Cygwin build after 0578e87f | Jon Turney | 1 | -1/+1 |
2022-06-02 | Fix Cygwin build after fcab5839 | Jon Turney | 1 | -1/+8 |
2022-05-13 | Implement pid_to_exec_file for Windows in gdbserver | Tom Tromey | 1 | -0/+93 |
2022-04-26 | Handle encoding failures in Windows thread names | Tom Tromey | 1 | -5/+16 |
2022-04-14 | Use GetThreadDescription on Windows | Tom Tromey | 1 | -0/+37 |
2022-04-14 | Share handle_ms_vc_exception with gdbserver | Tom Tromey | 1 | -0/+40 |
2022-04-14 | Fix possible Cygwin build problem | Tom Tromey | 1 | -0/+4 |
2022-04-14 | Fix regression on Windows with WOW64 | Tom Tromey | 1 | -1/+5 |
2022-04-04 | Remove some globals from nat/windows-nat.c | Tom Tromey | 1 | -38/+18 |
2022-04-04 | Remove windows_thread_info destructor | Tom Tromey | 1 | -4/+0 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -26/+26 |
2021-04-30 | Make get_image_name static | Tom Tromey | 1 | -1/+7 |
2021-04-30 | Share DLL code between gdb and gdbserver | Tom Tromey | 1 | -0/+162 |
2021-04-30 | Use nat/windows-nat function indirection code | Tom Tromey | 1 | -1/+2 |
2021-04-30 | Move function indirection code to nat/windows-nat | Tom Tromey | 1 | -0/+142 |
2021-04-12 | gdb, gdbserver: remove WinCE support code | Simon Marchi | 1 | -11/+0 |
2021-01-26 | Use debug_prefixed_printf_cond in windows-nat.c | Tom Tromey | 1 | -12/+12 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-24 | Handle 64bit breakpoints of WOW64 processes as SIGINT | Hannes Domani | 1 | -0/+15 |
2020-06-18 | Don't write to inferior_ptid in windows-nat.c, part II | Pedro Alves | 1 | -1/+0 |
2020-05-27 | Don't close thread handles provided by WaitForDebugEvent | Hannes Domani | 1 | -1/+0 |
2020-04-16 | Fix Cygwin gdb build | Tom Tromey | 1 | -20/+2 |
2020-04-10 | Fix debugging of WOW64 processes | Hannes Domani | 1 | -3/+4 |
2020-04-08 | Make last_wait_event static | Tom Tromey | 1 | -1/+8 |
2020-04-08 | Move wait_for_debug_event to nat/windows-nat.c | Tom Tromey | 1 | -0/+10 |
2020-04-08 | Introduce fetch_pending_stop | Tom Tromey | 1 | -0/+28 |
2020-04-08 | Share some inferior-related Windows code | Tom Tromey | 1 | -0/+46 |
2020-04-08 | Share handle_exception | Tom Tromey | 1 | -0/+175 |
2020-04-08 | Share some Windows-related globals | Tom Tromey | 1 | -1/+12 |
2020-04-08 | Share get_image_name between gdb and gdbserver | Tom Tromey | 1 | -0/+57 |
2020-04-08 | Wrap shared windows-nat code in windows_nat namespace | Tom Tromey | 1 | -0/+5 |
2020-04-08 | Call CloseHandle from ~windows_thread_info | Tom Tromey | 1 | -0/+5 |
2020-04-08 | Handle pending stops from the Windows kernel | Tom Tromey | 1 | -0/+2 |
2020-04-08 | Share Windows thread-suspend and -resume code | Tom Tromey | 1 | -0/+60 |