Age | Commit message (Expand) | Author | Files | Lines |
2021-04-30 | Make get_image_name static | Tom Tromey | 1 | -7/+0 |
2021-04-30 | Share DLL code between gdb and gdbserver | Tom Tromey | 1 | -1/+13 |
2021-04-30 | Use nat/windows-nat function indirection code | Tom Tromey | 1 | -0/+4 |
2021-04-30 | Move function indirection code to nat/windows-nat | Tom Tromey | 1 | -0/+90 |
2021-04-12 | gdb, gdbserver: remove WinCE support code | Simon Marchi | 1 | -5/+0 |
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/+2 |
2020-06-18 | Don't write to inferior_ptid in windows-nat.c, part II | Pedro Alves | 1 | -3/+0 |
2020-04-24 | Fix Windows debugging regression | Tom Tromey | 1 | -0/+5 |
2020-04-16 | Fix Cygwin gdb build | Tom Tromey | 1 | -0/+7 |
2020-04-10 | Fix debugging of WOW64 processes | Hannes Domani | 1 | -0/+8 |
2020-04-08 | Make last_wait_event static | Tom Tromey | 1 | -8/+1 |
2020-04-08 | Move wait_for_debug_event to nat/windows-nat.c | Tom Tromey | 1 | -0/+5 |
2020-04-08 | Introduce fetch_pending_stop | Tom Tromey | 1 | -0/+7 |
2020-04-08 | Share some inferior-related Windows code | Tom Tromey | 1 | -0/+13 |
2020-04-08 | Share handle_exception | Tom Tromey | 1 | -0/+20 |
2020-04-08 | Share handle_load_dll and handle_unload_dll declarations | Tom Tromey | 1 | -0/+19 |
2020-04-08 | Normalize handle_output_debug_string API | Tom Tromey | 1 | -0/+11 |
2020-04-08 | Share some Windows-related globals | Tom Tromey | 1 | -0/+57 |
2020-04-08 | Share get_image_name between gdb and gdbserver | Tom Tromey | 1 | -0/+7 |
2020-04-08 | Share thread_rec between gdb and gdbserver | Tom Tromey | 1 | -0/+21 |
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/+2 |
2020-04-08 | Handle pending stops from the Windows kernel | Tom Tromey | 1 | -0/+4 |
2020-04-08 | Share Windows thread-suspend and -resume code | Tom Tromey | 1 | -0/+6 |
2020-04-08 | Make windows_thread_info::name a unique_xmalloc_ptr | Tom Tromey | 1 | -6/+1 |
2020-04-08 | Change two windows_thread_info members to "bool" | Tom Tromey | 1 | -3/+6 |
2020-04-08 | Use new and delete for windows_thread_info | Tom Tromey | 1 | -6/+20 |
2020-04-08 | Share windows_thread_info between gdb and gdbserver | Tom Tromey | 1 | -0/+66 |