summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-1/+1
* Fix Windows debugging regressionTom Tromey2020-04-241-1/+9
* Fix Cygwin gdb buildTom Tromey2020-04-161-0/+25
* Use debug_printf in windows-nat.cTom Tromey2020-04-151-4/+4
* Better handling of realpath() failure in windows_make_so() on CygwinJon Turney2020-04-151-1/+4
* Fix debugging of WOW64 processesHannes Domani2020-04-101-5/+8
* Move wait_for_debug_event to nat/windows-nat.cTom Tromey2020-04-081-11/+0
* Introduce fetch_pending_stopTom Tromey2020-04-081-20/+9
* Share some inferior-related Windows codeTom Tromey2020-04-081-25/+3
* Share handle_exceptionTom Tromey2020-04-081-189/+29
* Remove some globals from windows-nat.cTom Tromey2020-04-081-6/+0
* Share handle_load_dll and handle_unload_dll declarationsTom Tromey2020-04-081-17/+6
* Normalize handle_output_debug_string APITom Tromey2020-04-081-5/+4
* Share some Windows-related globalsTom Tromey2020-04-081-87/+38
* Share get_image_name between gdb and gdbserverTom Tromey2020-04-081-51/+1
* Share thread_rec between gdb and gdbserverTom Tromey2020-04-081-39/+22
* Wrap shared windows-nat code in windows_nat namespaceTom Tromey2020-04-081-0/+2
* Handle pending stops from the Windows kernelTom Tromey2020-04-081-13/+187
* Change type of argument to windows-nat.c:thread_recTom Tromey2020-04-081-20/+43
* Share Windows thread-suspend and -resume codeTom Tromey2020-04-081-24/+2
* Use lwp, not tid, for Windows thread idTom Tromey2020-04-081-27/+27
* Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey2020-04-081-3/+2
* Change two windows_thread_info members to "bool"Tom Tromey2020-04-081-2/+2
* Use new and delete for windows_thread_infoTom Tromey2020-04-081-9/+6
* Share windows_thread_info between gdb and gdbserverTom Tromey2020-04-081-19/+1
* Rename windows_thread_info::id to "tid"Tom Tromey2020-04-081-5/+5
* Remove the "next" field from windows_thread_infoTom Tromey2020-04-081-31/+21
* Always fix system DLL paths for 32bit programsHannes Domani2020-03-271-19/+24
* Fix WOW64 process system DLL pathsHannes Domani2020-03-251-3/+41
* Implement debugging of WOW64 processesHannes Domani2020-03-041-84/+390
* Display ExceptionRecord for $_siginfoHannes Domani2020-02-091-0/+31
* Cache the text section offset of shared librariesHannes Domani2020-01-231-0/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-3/+6
* Multi-target supportPedro Alves2020-01-101-9/+11
* Improve process exit status macros on MinGWEli Zaretskii2020-01-061-2/+18
* windows_clear_solib memory leakHannes Domani2020-01-031-1/+8
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-1/+1
* Use safe_strerror instead of strerror where possibleChristian Biesinger2019-11-261-1/+1
* Report GetLastError value when DebugActiveProcess failsTom Tromey2019-11-191-1/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Use %x when printing the TIDTom Tromey2019-10-151-2/+2
* Rename pid -> tid in windows-nat.cTom Tromey2019-10-151-4/+4
* Remove two unused items from windows-nat.cTom Tromey2019-10-081-14/+0
* Don't include buildsym-legacy.h in windows-nat.cTom Tromey2019-10-081-1/+0
* bfd_section_* macrosAlan Modra2019-09-191-2/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-8/+8
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* gdb/windows-nat.c: Get rid of main_thread_id globalJoel Brobecker2019-04-301-7/+4
* (Windows) fix thr != nullptr assert failure in delete_thread_1Joel Brobecker2019-04-301-2/+2