public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "dje at google dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/17283] gdbserver stops working in non-stop mode
Date: Sun, 17 Aug 2014 19:02:00 -0000	[thread overview]
Message-ID: <bug-17283-4717-mYVpI9Lq1z@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-17283-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=17283

dje at google dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at google dot com

--- Comment #2 from dje at google dot com ---
I agree more clarity is needed here, but first some data points.

Re:
>Moreover, I expect that target remote can be run async:
>  target remote   -- stops the program, after connecting to remove
>  target remote & -- doesn't stop the program (implies continue&)

"target remote ... &" is not, AIUI, expected to do what you think it does.
IOW, "&" has no special meaning to "target remote".
[One could entertain the thought of extending "target ..." to handle "&",
but that's a separate subject.  There are already existing ways to handle
some things, so the additional complexity would need to be justified.]

"target remote" just establishes a connection with gdbserver,
it does not affect the running state of an inferior.

Re:
>Does gdbserver in fact interrupt the program, when attaching to it, before gdb >connects to it over target remote?

Yes it does.

If one wants to attach to a running program, and leave it running, one
generally
uses "target extended-remote ..." and then "attach ... &" from gdb.

Re:
>Finally, when gdbserver is aware, that it is going to terminate abnormally, [...]
>does gdbserver remove all breakpoints?

Depending on what form of breakpoint is being used, gdbserver may not even be
aware that breakpoints have been asserted.  No disagreement that we should be
removing breakpoints, just a note to say this will take a bit of cooperation
with gdb (to fully handle all possible cases).  For a start, gdbserver could at
least remove the ones it is aware of.

Re:
>The same question, about removal off breakpoints, upon unpleasent sitatuations >are recognized: when it happens that gdb offers to write down its core dump, does >it remove all inserted breakpoints and leave the process running furhter?

I can't find any code that does this.
Easy enough to verify of course.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


  parent reply	other threads:[~2014-08-17 19:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-17 12:16 [Bug gdb/17283] New: " dilyan.palauzov at aegee dot org
2014-08-17 13:32 ` [Bug gdb/17283] " dilyan.palauzov at aegee dot org
2014-08-17 19:02 ` dje at google dot com [this message]
2014-08-17 19:14 ` dje at google dot com

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-17283-4717-mYVpI9Lq1z@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).