summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
Commit message (Expand)AuthorAgeFilesLines
* * inflow.c (copy_terminal_info): Deep copy `run_terminal'.Pedro Alves2009-05-241-1/+2
* * inflow.c (kill_command): Delete left over static declaration.Pedro Alves2009-05-221-2/+0
* * linux-nat.c (linux_nat_terminal_inferior)Pedro Alves2009-05-211-3/+2
* * inflow.c (kill_command): Moved to infcmd.c.Pedro Alves2009-05-191-37/+0
* * fork-child.c: Don't include frame.h. Include terminal.h.Pedro Alves2009-05-191-4/+31
* * inflow.h (our_process_group): Remove declaration.Pedro Alves2009-05-181-59/+139
* 2009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu2009-02-251-1/+1
* Check return values of functions declared with warn_unused_resultJim Blandy2009-01-061-8/+18
* Updated copyright notices for most files.Joel Brobecker2009-01-031-2/+2
* 2008-12-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-12-161-62/+0
* * inflow.c (kill_command): If the target claims there is stillPedro Alves2008-10-271-7/+12
* Remove the attach_flag global, and make it per-inferior.Pedro Alves2008-09-221-5/+10
* * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.Daniel Jacobowitz2008-03-241-0/+2
* * inflow.c (terminal_ours_1): Guard access toPedro Alves2008-03-191-0/+2
* * inflow.c (gdb_getpgrp): New.Pedro Alves2008-03-141-18/+25
* * configure.ac (AC_CHECK_FUNCS): Add check for setsid.Thiago Jung Bauermann2008-03-121-0/+37
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * inflow.c (terminal_ours_1): Remove useless line.Daniel Jacobowitz2007-10-021-2/+0
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* * frame.c (deprecated_selected_frame): Rename to...Daniel Jacobowitz2007-02-271-4/+1
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * NEWS: Mention native Windows support.Daniel Jacobowitz2006-02-101-6/+15
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* Index: gdb/ChangeLogBob Rossi2005-07-061-2/+2
* 2005-02-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-151-2/+2
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-121-3/+3
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-2/+2
* 2005-02-10 Andrew Cagney <cagney@gnu.org>gdb-post-i18n-errorwarning-20050211Andrew Cagney2005-02-111-2/+2
* 2004-10-29 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-291-1/+1
* * inflow.c (O_NOCTTY): Define to zero if not already defined.Mark Kettenis2004-08-111-5/+4
* * inflow.c (kill_command): release file handles in BFD.Jerome Guitton2004-07-301-0/+1
* 2004-04-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-281-2/+1
* * inflow.c (terminal_inferior): Don't give up the terminal if weDaniel Jacobowitz2004-02-291-1/+3
* 2003-09-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-211-4/+0
* 2003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-141-1/+1
* 2003-02-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-071-16/+1
* 2002-11-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-291-3/+3
* 2002-09-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-09-181-1/+1
* Fix PR gdb/393:Stephane Carrez2002-08-261-0/+17
* * frame.h (selected_frame_level): Document as deprecated.Andrew Cagney2002-04-211-1/+2
* s/strerror/safe_strerror/Andrew Cagney2002-03-271-2/+2
* * configure.in (AC_CHECK_FUNCS): Add setpggrp.Mark Kettenis2001-07-231-8/+11
* * serial.h (SERIAL_ASYNC): Delete.Andrew Cagney2001-07-151-12/+13
* s/typedef serial_t/struct serial */Andrew Cagney2001-07-111-1/+1
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-7/+7
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
* Replace calls to abort() with calls to internal_error().Kevin Buettner2001-02-251-2/+2
* * inflow.c (terminal_ours_1): Initialize ``osigtou''. OnlyAndrew Cagney2001-02-141-1/+3
* * signals.h: Removed.J.T. Conklin2001-02-061-1/+0
* Replace free() with xfree().Kevin Buettner2000-12-151-2/+2