aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-14/+6
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-2/+2
2023-02-27Tweak "Using the running image of ..." outputPedro Alves1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-13Fix control-c handling on WindowsTom Tromey1-64/+19
2022-12-01Remove call to registers_changed from windows-nat.cTom Tromey1-1/+0
2022-12-01Remove the_windows_nat_target globalTom Tromey1-7/+4
2022-11-28Remove no longer used jump labelHannes Domani1-1/+0
2022-11-28Actually set m_is_async to current async modeHannes Domani1-0/+2
2022-11-28Don't use auto for lambda parameterHannes Domani1-1/+1
2022-11-28Fix calling convention of thread entry pointHannes Domani1-7/+12
2022-11-17Fix static initialization order problem in windows-nat.cTom Tromey1-3/+6
2022-11-13Drop apparently unneeded include of winsock2.hJon Turney1-1/+0
2022-11-02Fix Cygwin build after 20489ccaJon Turney1-7/+9
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-08-22Implement target async for WindowsTom Tromey1-15/+108
2022-08-22Move some Windows operations to worker threadTom Tromey1-75/+182
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey1-16/+35
2022-07-25Remove dead code from windows_nat_target::detachTom Tromey1-10/+4
2022-07-22Fix typo in windows-nat.cTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-1/+1
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney1-1/+1
2022-06-12Simplify __USEWIDEJon Turney1-26/+0
2022-06-12Simplify cygwin_buf_tJon Turney1-12/+11
2022-06-07Use subclasses of windows_process_infoTom Tromey1-174/+174
2022-06-07Turn some windows-nat.c static functions into methodsTom Tromey1-19/+28
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey1-0/+7
2022-06-07Introduce wrapper for CreateProcessTom Tromey1-18/+4
2022-06-02Fix a new warning on CygwinJon Turney1-3/+3
2022-06-02Fix Cygwin build after 85b25bd9Jon Turney1-2/+2
2022-06-02Fix Cygwin build after 0578e87fJon Turney1-1/+1
2022-06-02Fix Cygwin build after fcab5839Jon Turney1-3/+0
2022-05-13Implement pid_to_exec_file for Windows in gdbserverTom Tromey1-87/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-2/+2
2022-04-14Use GetThreadDescription on WindowsTom Tromey1-2/+4
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey1-40/+0
2022-04-05Don't call init_thread_list in windows-nat.cTom Tromey1-1/+0
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey1-161/+195
2022-04-04Use unique_ptr in the Windows thread listTom Tromey1-16/+9
2022-04-04Use auto_obstack in windows-nat.cTom Tromey1-3/+1
2022-04-04Simplify windows-nat.c solib handlingTom Tromey1-66/+49
2022-03-29Unify gdb printf functionsTom Tromey1-23/+23
2022-03-29Unify gdb puts functionsTom Tromey1-29/+29
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-9/+9
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-06Use target_announce_detach in more targetsTom Tromey1-8/+2
2022-01-06Introduce target_announce_attachTom Tromey1-11/+1
2022-01-06Use warning in windows-nat error messagesTom Tromey1-5/+2