aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-04Minor boolean fix in windows-nat.cTom Tromey1-1/+1
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-2/+2
2021-07-26Fix the Windows buildTom Tromey1-9/+11
2021-07-23gdb: add setter/getter for inferior cwdSimon Marchi1-1/+1
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-04-30Share DLL code between gdb and gdbserverTom Tromey1-168/+4
2021-04-30Move function indirection code to nat/windows-natTom Tromey1-201/+11
2021-04-30Use template functions in windows-nat.cTom Tromey1-48/+14
2021-04-10Fix handling DLL loads at run timeEli Zaretskii1-11/+45
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-1/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-2/+2
2021-03-16Fix cygwin build errorChristian Biesinger1-1/+1
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