aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Use debug_prefixed_printf_cond in windows-nat.cTom Tromey1-56/+62
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-6/+6
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani1-1/+0
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-09-17Fix ctrl-c when debugging WOW64 processesHannes Domani1-3/+32
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-8/+8
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IIPedro Alves1-47/+50
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IPedro Alves1-6/+0
2020-06-15Change target_read_string APITom Tromey1-9/+7
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-1/+1
2020-04-24Fix Windows debugging regressionTom Tromey1-1/+9
2020-04-16Fix Cygwin gdb buildTom Tromey1-0/+25
2020-04-15Use debug_printf in windows-nat.cTom Tromey1-4/+4
2020-04-15Better handling of realpath() failure in windows_make_so() on CygwinJon Turney1-1/+4
2020-04-10Fix debugging of WOW64 processesHannes Domani1-5/+8
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey1-11/+0
2020-04-08Introduce fetch_pending_stopTom Tromey1-20/+9
2020-04-08Share some inferior-related Windows codeTom Tromey1-25/+3
2020-04-08Share handle_exceptionTom Tromey1-189/+29
2020-04-08Remove some globals from windows-nat.cTom Tromey1-6/+0
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey1-17/+6
2020-04-08Normalize handle_output_debug_string APITom Tromey1-5/+4
2020-04-08Share some Windows-related globalsTom Tromey1-87/+38
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey1-51/+1
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey1-39/+22
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey1-0/+2
2020-04-08Handle pending stops from the Windows kernelTom Tromey1-13/+187
2020-04-08Change type of argument to windows-nat.c:thread_recTom Tromey1-20/+43
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey1-24/+2
2020-04-08Use lwp, not tid, for Windows thread idTom Tromey1-27/+27
2020-04-08Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey1-3/+2
2020-04-08Change two windows_thread_info members to "bool"Tom Tromey1-2/+2
2020-04-08Use new and delete for windows_thread_infoTom Tromey1-9/+6
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey1-19/+1
2020-04-08Rename windows_thread_info::id to "tid"Tom Tromey1-5/+5
2020-04-08Remove the "next" field from windows_thread_infoTom Tromey1-31/+21
2020-03-27Always fix system DLL paths for 32bit programsHannes Domani1-19/+24
2020-03-25Fix WOW64 process system DLL pathsHannes Domani1-3/+41
2020-03-04Implement debugging of WOW64 processesHannes Domani1-84/+390
2020-02-09Display ExceptionRecord for $_siginfoHannes Domani1-0/+31
2020-01-23Cache the text section offset of shared librariesHannes Domani1-0/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-3/+6
2020-01-10Multi-target supportPedro Alves1-9/+11
2020-01-06Improve process exit status macros on MinGWEli Zaretskii1-2/+18
2020-01-03windows_clear_solib memory leakHannes Domani1-1/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-1/+1
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger1-1/+1
2019-11-19Report GetLastError value when DebugActiveProcess failsTom Tromey1-1/+2