public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: archer@sourceware.org
Subject: Re: [Archer] Stop the Insanity! Linespec Rewrite
Date: Wed, 07 Mar 2012 01:08:00 -0000	[thread overview]
Message-ID: <4F56B4D5.4070700@redhat.com> (raw)
In-Reply-To: <20120307001119.GU2867@adacore.com>

On 03/06/2012 04:11 PM, Joel Brobecker wrote:
>> I do not think so. That was fast! I will make sure to update my
>> sources and test again ASAP, hopefully this evening or tomorrow.
>
> And I can now confirm that all issues detected by our testsuite
> have been taken care of without introducing new regressions.

Hey, that's great news. Thank you for all your help with testing!

> So, the only change of behavior is the fact that the breakpoint
> command now accepts the "TASK" keyword in addition to "task".

I'm afraid I don't understand. As far as I can tell, CVS HEAD and 
archer-keiths-linespec-rewrite behave identically. The output is exactly 
the same:

$ gdb -nx -q gdb

Reading symbols from 
/home/keiths/sources/gdb/git/virgin/linux/gdb/gdb...done.
(gdb) b main task 3
Cannot inspect Ada tasks when program is not running
(gdb) b main TASK 3
Function "main TASK 3" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb) b main
Breakpoint 1 at 0x487143: file ../../gdb/gdb/gdb.c, line 29.
(gdb) r
Starting program: /home/keiths/sources/gdb/git/virgin/linux/gdb/gdb
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Breakpoint 1, main (argc=1, argv=0x7fffffffe0a8) at ../../gdb/gdb/gdb.c:29
29	  memset (&args, 0, sizeof args);
(gdb) b main task 3
Unknown task 3.
(gdb) b main TASK 3
Function "main TASK 3" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb)

Am I using this incorrectly?

Keith

  reply	other threads:[~2012-03-07  1:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02  1:14 Keith Seitz
2012-03-02 17:00 ` Tom Tromey
2012-03-02 22:41   ` Keith Seitz
2012-03-03  2:36     ` Tom Tromey
2012-03-02 19:07 ` [Archer] " Joel Brobecker
2012-03-02 22:49   ` Keith Seitz
2012-03-06 17:40     ` [Archer] " Joel Brobecker
2012-03-06 19:08       ` Keith Seitz
2012-03-06 19:36         ` Keith Seitz
2012-03-06 21:50           ` [Archer] " Joel Brobecker
2012-03-07  0:11             ` [Archer] " Joel Brobecker
2012-03-07  1:08               ` Keith Seitz [this message]
2012-03-07  1:26                 ` Joel Brobecker
2012-03-07 14:39                   ` Tom Tromey
2012-03-07 15:01                     ` Tom Tromey
2012-03-07 15:39                       ` [Archer] " Joel Brobecker
2012-03-07 16:06                         ` Tom Tromey
2012-03-07 21:19                           ` Joel Brobecker
2012-03-07 21:11                         ` [Archer] " Keith Seitz
2012-03-08  3:02                           ` Joel Brobecker

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=4F56B4D5.4070700@redhat.com \
    --to=keiths@redhat.com \
    --cc=archer@sourceware.org \
    --cc=brobecker@adacore.com \
    /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).