aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-05Use filtered output in files_info implementationsTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi1-1/+1
2021-10-27Fix watchpoints with multiple threads on WindowsTom Tromey1-51/+20
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-19/+11
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