summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-2/+2
* Tweak "Using the running image of ..." outputPedro Alves2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix control-c handling on WindowsTom Tromey2022-12-131-64/+19
* Remove call to registers_changed from windows-nat.cTom Tromey2022-12-011-1/+0
* Remove the_windows_nat_target globalTom Tromey2022-12-011-7/+4
* Remove no longer used jump labelHannes Domani2022-11-281-1/+0
* Actually set m_is_async to current async modeHannes Domani2022-11-281-0/+2
* Don't use auto for lambda parameterHannes Domani2022-11-281-1/+1
* Fix calling convention of thread entry pointHannes Domani2022-11-281-7/+12
* Fix static initialization order problem in windows-nat.cTom Tromey2022-11-171-3/+6
* Drop apparently unneeded include of winsock2.hJon Turney2022-11-131-1/+0
* Fix Cygwin build after 20489ccaJon Turney2022-11-021-7/+9
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Implement target async for WindowsTom Tromey2022-08-221-15/+108
* Move some Windows operations to worker threadTom Tromey2022-08-221-75/+182
* Use strwinerror in gdb/windows-nat.cTom Tromey2022-08-161-16/+35
* Remove dead code from windows_nat_target::detachTom Tromey2022-07-251-10/+4
* Fix typo in windows-nat.cTom Tromey2022-07-221-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-1/+1
* Trivial fixes to Cygwin build after 8fea1a81Jon Turney2022-06-121-1/+1
* Simplify __USEWIDEJon Turney2022-06-121-26/+0
* Simplify cygwin_buf_tJon Turney2022-06-121-12/+11
* Use subclasses of windows_process_infoTom Tromey2022-06-071-174/+174
* Turn some windows-nat.c static functions into methodsTom Tromey2022-06-071-19/+28
* Allow ASLR to be disabled on WindowsTom Tromey2022-06-071-0/+7
* Introduce wrapper for CreateProcessTom Tromey2022-06-071-18/+4
* Fix a new warning on CygwinJon Turney2022-06-021-3/+3
* Fix Cygwin build after 85b25bd9Jon Turney2022-06-021-2/+2
* Fix Cygwin build after 0578e87fJon Turney2022-06-021-1/+1
* Fix Cygwin build after fcab5839Jon Turney2022-06-021-3/+0
* Implement pid_to_exec_file for Windows in gdbserverTom Tromey2022-05-131-87/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-2/+2
* Use GetThreadDescription on WindowsTom Tromey2022-04-141-2/+4
* Share handle_ms_vc_exception with gdbserverTom Tromey2022-04-141-40/+0
* Don't call init_thread_list in windows-nat.cTom Tromey2022-04-051-1/+0
* Remove some globals from nat/windows-nat.cTom Tromey2022-04-041-161/+195
* Use unique_ptr in the Windows thread listTom Tromey2022-04-041-16/+9
* Use auto_obstack in windows-nat.cTom Tromey2022-04-041-3/+1
* Simplify windows-nat.c solib handlingTom Tromey2022-04-041-66/+49
* Unify gdb printf functionsTom Tromey2022-03-291-23/+23
* Unify gdb puts functionsTom Tromey2022-03-291-29/+29
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-9/+9
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Use target_announce_detach in more targetsTom Tromey2022-01-061-8/+2
* Introduce target_announce_attachTom Tromey2022-01-061-11/+1
* Use warning in windows-nat error messagesTom Tromey2022-01-061-5/+2
* Use filtered output in files_info implementationsTom Tromey2022-01-051-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi2021-11-151-1/+1