summaryrefslogtreecommitdiff
path: root/gdb/win32-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Kill pthread_ops_hackVladimir Prus2008-11-091-5/+5
* * win32-nat.c (do_initial_win32_stuff): Set inferior_ptid.Pierre Muller2008-10-021-0/+6
* Remove the attach_flag global, and make it per-inferior.Pedro Alves2008-09-221-11/+13
* Make the stop_soon global be per-inferior instead.Pedro Alves2008-09-221-3/+4
* * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves2008-09-221-0/+5
* Remove the global stop_signal in favour of a per-threadPedro Alves2008-09-081-2/+4
* Use ptid_t.tid to store thread ids instead of ptid_t.pid.Pedro Alves2008-08-081-38/+67
* Adjust all targets to new target_stop interface.Pedro Alves2008-07-091-2/+2
* Adjust fork/vfork/exec to pass ptids around.Pedro Alves2008-07-091-2/+2
* * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.Pedro Alves2008-07-031-0/+1
* * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz2008-06-261-1/+0
* * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.Christopher Faylor2008-06-241-2/+3
* * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".Pierre Muller2008-06-191-1/+1
* * win32-nat.c (handle_load_dll): Give dll name and load addressPierre Muller2008-06-181-0/+5
* * win32-nat.c (win32_wait): Block the control-c event whileJoel Brobecker2008-05-201-1/+19
* * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_archMarkus Deuling2008-03-111-7/+5
* * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameterJoel Brobecker2008-01-291-1/+1
* 2008-01-24 Michael Snyder <msnyder@specifix.com>Michael Snyder2008-01-251-1/+1
* Inform about new thread in a single place.Vladimir Prus2008-01-231-4/+0
* * win32-nat.c (win32_create_inferior): Restore code callingPierre Muller2008-01-141-0/+3
* * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings whenChristopher Faylor2008-01-061-1/+1
* * win32-nat.c (psapi_module_handle): Remove static.Christopher Faylor2008-01-011-80/+93
* 2007-12-22 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2007-12-221-7/+11
* 2007-12-06 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2007-12-061-7/+13
* 2007-12-02 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2007-12-021-1/+1
* *win32-nat.c (open_process_used): New static variable.Christopher Faylor2007-12-021-16/+18
* * win32-nat.c (DR6_CLEAR_VALUE): New define.Pedro Alves2007-11-241-35/+45
* 2007-11-16 Markus Deuling <deuling@de.ibm.com>Markus Deuling2007-11-161-2/+2
* * config/i386/mingw.mh, config/i386/mingw.mt: New files.Pedro Alves2007-10-161-11/+41
* * infcmd.c (post_create_inferior): Update comment.Pedro Alves2007-09-041-337/+96
* * gdbarch.sh (core_xfer_shared_libraries): New.Pedro Alves2007-09-031-32/+0
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-5/+3
* gdb/Vladimir Prus2007-08-141-1/+1
* 2007-06-18 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-181-1/+2
* * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand2007-06-161-1/+1
* 2007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-05-311-3/+3
* * target.h (struct target_ops): Add REGCACHE parameter toUlrich Weigand2007-05-061-1/+1
* * target.h (struct regcache): Add forward declaration.Ulrich Weigand2007-05-061-13/+13
* * gdbcore.h (struct regcache): Add forward declaration.Ulrich Weigand2007-05-061-2/+3
* * win32-nat.c (win32_detach): Remove delete_command call.Pedro Alves2007-04-191-2/+3
* * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.Corinna Vinschen2007-02-121-1/+3
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-2/+1
* * win32-nat.c (env_sort): Remove.Corinna Vinschen2006-12-091-91/+2
* (check in missing file)Christopher Faylor2006-05-211-1/+9
* * win32-nat.c (open_symbol_file_object): New function.Christopher Faylor2006-04-101-2/+14
* * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything with savedChristopher Faylor2006-04-101-0/+4
* * win32_nat.c (cygwin_load_start): New variable.Christopher Faylor2006-02-201-125/+183
* * infcmd.c: Include "observer.h".Daniel Jacobowitz2006-01-241-2/+2
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* * win32-nat.c (env_sort): New function.Christopher Faylor2005-11-281-8/+23