public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
@ 2014-07-17  9:44 ` cvs-commit at gcc dot gnu.org
  2014-07-17  9:46 ` dje at google dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-07-17  9:44 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  74b49205e07fcba1273df4c4bed6ec40951cee03 (commit)
      from  b8b8facf90dda8363c989c263715d46125b2c301 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=74b49205e07fcba1273df4c4bed6ec40951cee03

commit 74b49205e07fcba1273df4c4bed6ec40951cee03
Author: Doug Evans <dje@google.com>
Date:   Thu Jul 17 02:42:55 2014 -0700

    Add reference to PR 17170 to previous entry.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog           |    1 +
 gdb/testsuite/ChangeLog |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
  2014-07-17  9:44 ` [Bug gdb/17170] Regression for GDB global --statistics cvs-commit at gcc dot gnu.org
@ 2014-07-17  9:46 ` dje at google dot com
  2014-07-17  9:48 ` dje at google dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dje at google dot com @ 2014-07-17  9:46 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from dje at google dot com ---
Real patch is:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=b8b8facf90dda8363c989c263715d46125b2c301

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
  2014-07-17  9:44 ` [Bug gdb/17170] Regression for GDB global --statistics cvs-commit at gcc dot gnu.org
  2014-07-17  9:46 ` dje at google dot com
@ 2014-07-17  9:48 ` dje at google dot com
  2014-07-17 10:30 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dje at google dot com @ 2014-07-17  9:48 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from dje at google dot com ---
Keeping this bug open as there is a testcase still to be checked in.

https://sourceware.org/ml/gdb-patches/2014-07/msg00303.html

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-07-17  9:48 ` dje at google dot com
@ 2014-07-17 10:30 ` cvs-commit at gcc dot gnu.org
  2014-07-17 11:58 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-07-17 10:30 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, gdb-7.8-branch has been updated
       via  f08c8885f2290296ce82f8f02cd5cbce10312fa9 (commit)
      from  33b990063a482008515f437cda3f29ebef584079 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f08c8885f2290296ce82f8f02cd5cbce10312fa9

commit f08c8885f2290296ce82f8f02cd5cbce10312fa9
Author: Doug Evans <dje@google.com>
Date:   Thu Jul 17 03:28:10 2014 -0700

    Fix PR gdb/17170.

        * maint.c (count_symtabs_and_blocks): Handle NULL
        current_program_space.
        (report_command_stats): Check global enabled flag in addition to
        recorded enabled flag.
        (make_command_stats_cleanup): Handle msg_type == 0, startup.

        testsuite/
        * gdb.base/maint.exp: Update testing of per-command stats.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog                    |    9 +++++++++
 gdb/maint.c                      |   38 +++++++++++++++++++++++++-------------
 gdb/testsuite/ChangeLog          |    5 +++++
 gdb/testsuite/gdb.base/maint.exp |    5 +++--
 4 files changed, 42 insertions(+), 15 deletions(-)

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-07-17 10:30 ` cvs-commit at gcc dot gnu.org
@ 2014-07-17 11:58 ` cvs-commit at gcc dot gnu.org
  2014-07-17 12:00 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-07-17 11:58 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  17d0c5c8f07d43142bb35157a0df720b17b8a5ed (commit)
      from  74b49205e07fcba1273df4c4bed6ec40951cee03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=17d0c5c8f07d43142bb35157a0df720b17b8a5ed

commit 17d0c5c8f07d43142bb35157a0df720b17b8a5ed
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Jul 17 13:56:24 2014 +0200

    PR 17170 - testcase for GDB global --statistics regression.

    gdb/testsuite/
    2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>

        PR gdb/17170
        * gdb.base/statistics.exp: New file.

    Message-ID: <20140712174217.GA1478@host2.jankratochvil.net>

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-07-17 11:58 ` cvs-commit at gcc dot gnu.org
@ 2014-07-17 12:00 ` cvs-commit at gcc dot gnu.org
  2014-07-17 12:02 ` cvs-commit at gcc dot gnu.org
  2014-07-17 12:04 ` jan.kratochvil at redhat dot com
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-07-17 12:00 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  e6cf2ae8bb4c675ebfafb137bf13e92ba96225e8 (commit)
      from  17d0c5c8f07d43142bb35157a0df720b17b8a5ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e6cf2ae8bb4c675ebfafb137bf13e92ba96225e8

commit e6cf2ae8bb4c675ebfafb137bf13e92ba96225e8
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Jul 17 13:59:03 2014 +0200

    PR 17170 - testcase for GDB global --statistics regression - fix up.

    Add missing file to previous entry.

-----------------------------------------------------------------------

Summary of changes:
 .../rerun-prec.exp => gdb.base/statistics.exp}     |   28 ++++++++------------
 1 files changed, 11 insertions(+), 17 deletions(-)
 copy gdb/testsuite/{gdb.reverse/rerun-prec.exp => gdb.base/statistics.exp}
(61%)

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-07-17 12:00 ` cvs-commit at gcc dot gnu.org
@ 2014-07-17 12:02 ` cvs-commit at gcc dot gnu.org
  2014-07-17 12:04 ` jan.kratochvil at redhat dot com
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-07-17 12:02 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, gdb-7.8-branch has been updated
       via  b4f0a5e936f3fa7912762f3bd0ed2df0fea1888a (commit)
      from  f08c8885f2290296ce82f8f02cd5cbce10312fa9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b4f0a5e936f3fa7912762f3bd0ed2df0fea1888a

commit b4f0a5e936f3fa7912762f3bd0ed2df0fea1888a
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Jul 17 13:56:24 2014 +0200

    PR 17170 - testcase for GDB global --statistics regression.

    gdb/testsuite/
    2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>

        PR gdb/17170
        * gdb.base/statistics.exp: New file.

    Message-ID: <20140712174217.GA1478@host2.jankratochvil.net>

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/ChangeLog                            |    5 +++
 .../rerun-prec.exp => gdb.base/statistics.exp}     |   28 ++++++++------------
 2 files changed, 16 insertions(+), 17 deletions(-)
 copy gdb/testsuite/{gdb.reverse/rerun-prec.exp => gdb.base/statistics.exp}
(61%)

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug gdb/17170] Regression for GDB global --statistics
       [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2014-07-17 12:02 ` cvs-commit at gcc dot gnu.org
@ 2014-07-17 12:04 ` jan.kratochvil at redhat dot com
  7 siblings, 0 replies; 8+ messages in thread
From: jan.kratochvil at redhat dot com @ 2014-07-17 12:04 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jan.kratochvil at redhat dot com
         Resolution|---                         |FIXED
   Target Milestone|---                         |7.8

--- Comment #8 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
Testcase is also checked in now.

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-17 12:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-17170-4717@http.sourceware.org/bugzilla/>
2014-07-17  9:44 ` [Bug gdb/17170] Regression for GDB global --statistics cvs-commit at gcc dot gnu.org
2014-07-17  9:46 ` dje at google dot com
2014-07-17  9:48 ` dje at google dot com
2014-07-17 10:30 ` cvs-commit at gcc dot gnu.org
2014-07-17 11:58 ` cvs-commit at gcc dot gnu.org
2014-07-17 12:00 ` cvs-commit at gcc dot gnu.org
2014-07-17 12:02 ` cvs-commit at gcc dot gnu.org
2014-07-17 12:04 ` jan.kratochvil at redhat dot com

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).