summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Expand)AuthorAgeFilesLines
* * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves2009-02-061-2/+3
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Kill pthread_ops_hackVladimir Prus2008-11-091-4/+5
* * gnu-nat.h: Rename `current_inferior' to `gnu_current_inf' toPedro Alves2008-10-071-28/+28
* Remove the attach_flag global, and make it per-inferior.Pedro Alves2008-09-221-4/+3
* * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves2008-09-221-0/+7
* * gnu-nat.c (gnu_pid_to_exec_file): Delete.Pedro Alves2008-09-091-9/+0
* * gnu-nat.c (gnu_attach): Push target before fetching the list ofPedro Alves2008-09-091-1/+3
* Use ptid_t.tid to store thread ids instead of ptid_t.pid.Pedro Alves2008-09-081-28/+60
* Adjust all targets to new target_stop interface.Pedro Alves2008-07-091-1/+1
* * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.Pedro Alves2008-07-031-0/+1
* * gnu-nat.c (proc_string): Use capital T for "Thread".Pierre Muller2008-06-201-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+2
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* * target.h (struct target_ops): Add REGCACHE parameter toUlrich Weigand2007-05-061-4/+1
* * target.h (struct regcache): Add forward declaration.Ulrich Weigand2007-05-061-2/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* Undefine _process_user_ before includingAlfred M. Szmidt2006-07-161-4/+7
* 2006-05-11 Alfred M. Szmidt <ams@gnu.org>Daniel Jacobowitz2006-05-111-2/+8
* * infcmd.c: Include "observer.h".Daniel Jacobowitz2006-01-241-4/+1
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* 2005-02-21 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-211-3/+4
* 2005-02-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-151-6/+6
* 2005-02-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-141-73/+67
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-1/+1
* 2005-02-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-54/+54
* 2004-10-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-081-1/+1
* 2004-06-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-081-4/+0
* 2004-05-25 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-05-251-1/+2
* 2004-04-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-041-1/+1
* 2003-09-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-301-1/+1
* 2003-09-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-091-11/+11
* * Makefile.in (exc_request_U_h): DefineDaniel Jacobowitz2003-06-141-0/+1
* * gnu-nat.c (init_gnu_ops): Remove NULL initializations.Daniel Jacobowitz2002-11-121-32/+0
* Zap __FUNCTION__.Andrew Cagney2002-09-291-8/+8
* Fix PR gdb/393:Stephane Carrez2002-08-261-0/+1
* 2002-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-301-0/+3
* 2002-04-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-301-0/+7
* 2002-04-24 Roland McGrath <roland@frob.com>Michael Snyder2002-04-241-1/+73
* s/strerror/safe_strerror/Andrew Cagney2002-03-271-23/+23
* <string.h> -> "gdb_string.h"Andrew Cagney2002-01-061-1/+1
* s/value_ptr/struct value */Andrew Cagney2001-11-101-3/+3
* * gnu-nat.c: Include <ctype.h>.Mark Kettenis2001-05-241-3/+4
* Phase 1 of the ptid_t changes.Kevin Buettner2001-05-041-25/+26
* * target.h (target_ops): Removed to_core_file_to_sym_file vectorJ.T. Conklin2001-04-141-1/+0
* malloc() -> xmalloc.Andrew Cagney2001-03-201-5/+2
* Add ``attrib'' parameter to *xfer_memory() functions.Andrew Cagney2001-03-151-0/+1
* * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.Andrew Cagney2001-03-131-7/+7
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
* Replace free() with xfree().Kevin Buettner2000-12-151-1/+1