public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug remote/14161] agent socket never deleted
Date: Fri, 27 Jul 2012 08:09:00 -0000	[thread overview]
Message-ID: <bug-14161-4717-N9d2vjUnrS@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-14161-4717@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=14161

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-07-27 08:09:22 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    qiyao@sourceware.org    2012-07-27 08:09:14

Modified files:
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/gdbserver  : ChangeLog server.h target.c target.h 
                     tracepoint.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.trace: strace.exp 

Log message:
    gdb/gdbserver/
    PR remote/14161.

    * server.h: Declare gdb_agent_about_to_close.
    * target.c (kill_inferior): Include "agent.h".
    New.  Send command 'kill'.
    * target.h (kill_inferior): Removed macro.
    * tracepoint.c (gdb_agent_about_to_close): New.
    (gdb_agent_helper_thread): Handle command 'close'.
    Wait endlessly until the inferior stops.
    Install gdb_agent_remove_socket to atexit hook.
    (agent_socket_name): New static variable.
    (gdb_agent_socket_init): Replace local variable 'name' with
    'agent_socket_name'.
    (gdb_agent_remove_socket): New.

    gdb/doc/
    * gdb.texinfo (IPA Protocol Commands): Document new command
    'close'.

    gdb/testsuite/
    KFAIL for PR remote/14161.
    * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
    Cleanup socket files.
    (strace_info_marker): Detach inferior.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1348&r2=1.1349
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.992&r2=1.993
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.633&r2=1.634
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/server.h.diff?cvsroot=src&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/target.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/target.h.diff?cvsroot=src&r1=1.64&r2=1.65
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/tracepoint.c.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3307&r2=1.3308
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.trace/strace.exp.diff?cvsroot=src&r1=1.13&r2=1.14

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


  parent reply	other threads:[~2012-07-27  8:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-24 16:09 [Bug remote/14161] New: " tromey at redhat dot com
2012-05-25  2:11 ` [Bug remote/14161] " qiyao at gcc dot gnu.org
2012-07-27  8:09 ` cvs-commit at gcc dot gnu.org [this message]
2022-12-21 18:17 ` tromey at sourceware dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-14161-4717-N9d2vjUnrS@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).