aboutsummaryrefslogtreecommitdiff
path: root/gdb/win32-nat.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Fix linking with --enable-targets=all:Christopher Faylor1-2339/+0
2009-01-11 * win32-tdep.h, win32-tdep.c: New files.Joel Brobecker1-1/+1
2009-01-11 * win32-nat.h: New file.Joel Brobecker1-50/+17
2009-01-09 * win32-nat.c (get_module_name): Change the type of parameterJoel Brobecker1-9/+10
2009-01-09 * win32-nat.c (has_detach_ability, set_process_privilege):Joel Brobecker1-9/+10
2009-01-09 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if notJoel Brobecker1-0/+6
2009-01-09 * win32-nat.c (get_image_name, win32_xfer_memory): Fix typeJoel Brobecker1-4/+4
2009-01-09 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): RenamesJoel Brobecker1-10/+11
2009-01-09 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,Joel Brobecker1-6/+6
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-11-09 Kill pthread_ops_hackVladimir Prus1-5/+5
2008-10-02 * win32-nat.c (do_initial_win32_stuff): Set inferior_ptid.Pierre Muller1-0/+6
2008-09-22 Remove the attach_flag global, and make it per-inferior.Pedro Alves1-11/+13
2008-09-22 Make the stop_soon global be per-inferior instead.Pedro Alves1-3/+4
2008-09-22 * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves1-0/+5
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-2/+4
2008-08-08 Use ptid_t.tid to store thread ids instead of ptid_t.pid.Pedro Alves1-38/+67
2008-07-09 Adjust all targets to new target_stop interface.Pedro Alves1-2/+2
2008-07-09 Adjust fork/vfork/exec to pass ptids around.Pedro Alves1-2/+2
2008-07-03 * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.Pedro Alves1-0/+1
2008-06-26 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz1-1/+0
2008-06-24* win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.Christopher Faylor1-2/+3
2008-06-19 * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".Pierre Muller1-1/+1
2008-06-18 * win32-nat.c (handle_load_dll): Give dll name and load addressPierre Muller1-0/+5
2008-05-20 * win32-nat.c (win32_wait): Block the control-c event whileJoel Brobecker1-1/+19
2008-03-11 * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_archMarkus Deuling1-7/+5
2008-01-29 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameterJoel Brobecker1-1/+1
2008-01-252008-01-24 Michael Snyder <msnyder@specifix.com>Michael Snyder1-1/+1
2008-01-23 Inform about new thread in a single place.Vladimir Prus1-4/+0
2008-01-14 * win32-nat.c (win32_create_inferior): Restore code callingPierre Muller1-0/+3
2008-01-06* win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings whenChristopher Faylor1-1/+1
2008-01-01* win32-nat.c (psapi_module_handle): Remove static.Christopher Faylor1-80/+93
2007-12-222007-12-22 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-7/+11
2007-12-062007-12-06 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-7/+13
2007-12-022007-12-02 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-1/+1
2007-12-02*win32-nat.c (open_process_used): New static variable.Christopher Faylor1-16/+18
2007-11-24 * win32-nat.c (DR6_CLEAR_VALUE): New define.Pedro Alves1-35/+45
2007-11-162007-11-16 Markus Deuling <deuling@de.ibm.com>Markus Deuling1-2/+2
2007-10-16 * config/i386/mingw.mh, config/i386/mingw.mt: New files.Pedro Alves1-11/+41
2007-09-04 * infcmd.c (post_create_inferior): Update comment.Pedro Alves1-337/+96
2007-09-03 * gdbarch.sh (core_xfer_shared_libraries): New.Pedro Alves1-32/+0
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-5/+3
2007-08-14 gdb/Vladimir Prus1-1/+1
2007-06-182007-06-18 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+2
2007-06-16 * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand1-1/+1
2007-05-312007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-3/+3
2007-05-06 * target.h (struct target_ops): Add REGCACHE parameter toUlrich Weigand1-1/+1
2007-05-06 * target.h (struct regcache): Add forward declaration.Ulrich Weigand1-13/+13
2007-05-06 * gdbcore.h (struct regcache): Add forward declaration.Ulrich Weigand1-2/+3
2007-04-19 * win32-nat.c (win32_detach): Remove delete_command call.Pedro Alves1-2/+3