public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
@ 2014-09-16 19:30 ` sergiodj at redhat dot com
  2014-09-16 19:41 ` cvs-commit at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: sergiodj at redhat dot com @ 2014-09-16 19:30 UTC (permalink / raw)
  To: gdb-prs

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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergiodj at redhat dot com
          Component|cli                         |gdb

--- Comment #1 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Changing component.

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


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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
  2014-09-16 19:30 ` [Bug gdb/7233] Send output to gdb_stdout et.al sergiodj at redhat dot com
@ 2014-09-16 19:41 ` cvs-commit at gcc dot gnu.org
  2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-09-16 19:41 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 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  76aeec5b98e73589013f24bd99e3c40189bec7e8 (commit)
       via  2f693f9d21a36e333994ef92117ba49a6d506334 (commit)
      from  91c190590ab3de6d214bcf307240b4ac291f697d (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=76aeec5b98e73589013f24bd99e3c40189bec7e8

commit 76aeec5b98e73589013f24bd99e3c40189bec7e8
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Sep 16 15:34:27 2014 -0400

    Remove dead code from objc-lang.c (spurious "fprintf (stderr...")

    This obvious change removes dead code from objc-lang.c.  I was
    grepping for "fprintf (stderr..." and found this code between "#if
    0".."#endif" blocks.

    2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>

        * objc-lang.c (find_implementation_from_class): Remove dead code.

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

commit 2f693f9d21a36e333994ef92117ba49a6d506334
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Sep 16 15:30:41 2014 -0400

    Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."

    This is an obvious replacement of "fprintf (stderr..." by
    "fprintf_unfiltered (gdb_stdlog...", which is the standard to use in
    these cases.

    gdb/ChangeLog:
    2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>

        PR cli/7233
        * linux-nat.c (linux_nat_wait_1): Replace "fprintf (stderr..." by
        "fprintf_unfiltered (gdb_stdlog...)".

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

Summary of changes:
 gdb/ChangeLog   |   10 ++++++++++
 gdb/linux-nat.c |   26 +++++++++++++++-----------
 gdb/objc-lang.c |    5 -----
 3 files changed, 25 insertions(+), 16 deletions(-)

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


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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
  2014-09-16 19:30 ` [Bug gdb/7233] Send output to gdb_stdout et.al sergiodj at redhat dot com
  2014-09-16 19:41 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
  2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 17:47 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 0fed74615b0f263c359a13a7a17ade36a986ddd1
Author: Tom Tromey <tom@tromey.com>
Date:   Fri Dec 24 22:11:06 2021 -0700

    Send jit.c errors to gdb_stderr

    jit.c writes some error messages to gdb_stdout, but using gdb_stderr
    is better.  This is part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
  2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 17:47 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit d68510ac191cb8b4b662a5fd1f3bcf9f4b136971
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Dec 26 13:41:36 2021 -0700

    Use correct stream for process record output

    The process record code often emits unfiltered output.  In some cases,
    this output ought to go to gdb_stderr (but see below).  In other
    cases, the output is guarded by a logging variable and so ought to go
    to gdb_stdlog.  This patch makes these changes.

    Note that in many cases, the output to stderr is followed by a
    "return -1", which is how process record indicates an error.  It seems
    to me that calling error here would be preferable, because, in many
    cases, that's all the caller does when it sees a -1.  However, I
    haven't made this change.

    This is part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 17:47 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 728ab7b6439addf398c00b06667bb4058fd66f70
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Dec 26 21:51:25 2021 -0700

    Send arch-utils error messages to gdb_stderr

    This changes arch-utils.c to send some error messages to gdb_stderr.
    This is part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 18:02 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 25c25f90bfe0836d7595e35548d30007c75cb0e2
Author: Tom Tromey <tom@tromey.com>
Date:   Fri Dec 24 22:08:18 2021 -0700

    Send debugging data to gdb_stdlog in mips-linux-nat.c

    This changes mips-linux-nat.c to send some logging output to
    gdb_stdlog, rather than stdout.  This is part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 18:02 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 7fea6c34a1bcf11757c9d76c9d23ca5372d56501
Author: Tom Tromey <tom@tromey.com>
Date:   Fri Dec 24 22:19:10 2021 -0700

    Use debug_prefixed_printf_cond_nofunc in microblaze.c

    This changes microblaze.c to use the standard logging macro.  As a
    side effect, logs will now go to gdb_stdlog.  This is part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 18:02 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 3defe97705e325f2f3048b8c18321518a6c7e190
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Dec 26 14:03:41 2021 -0700

    Use debug_prefixed_printf_cond_nofunc in machoread

    This changes machoread.c to use debug_prefixed_printf_cond_nofunc.  As
    a side effect, the logs are now written to gdb_stdlog.  This is part
    of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
  2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 18:02 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 0bc1fe382ec7e9b68f9331e5c74586fa88e0199c
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Dec 26 14:10:05 2021 -0700

    Use gdb_stdlog for separate debug file logging

    This changes the separate debug file logging code (spread across two
    files) to use gdb_stdlog for its output.  This is part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
  2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 18:03 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit ed670d411821495478cf5e1a9e870cabd03b4cf6
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Dec 26 18:37:58 2021 -0700

    Send minsym logging to gdb_stdlog

    This changes minsyms.c to send logging output to gdb_stdlog.  This is
    part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
  2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
  2022-04-08  0:11 ` tromey at sourceware dot org
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 18:03 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #11 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit ca78fadba919f2df2913ae893e0d8c587bb105a2
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Dec 26 18:36:36 2021 -0700

    Use debug_prefixed_printf_cond_nofunc in index-cache

    This changes index-cache.c to use debug_prefixed_printf_cond_nofunc.
    As a side effect, logs are now written to gdb_stdlog.  This is part of
    PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
@ 2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
  2022-04-08  0:11 ` tromey at sourceware dot org
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-29 18:03 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #12 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit de4686ffaff8bade61657078990f392b3aa14ff4
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Dec 26 23:23:57 2021 -0700

    Use gdb_stdlog for MI debugging

    When MI debugging is enabled, the logging output should be sent to
    gdb_stdlog.  This is part of PR gdb/7233.

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

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

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

* [Bug gdb/7233] Send output to gdb_stdout et.al.
       [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
@ 2022-04-08  0:11 ` tromey at sourceware dot org
  12 siblings, 0 replies; 13+ messages in thread
From: tromey at sourceware dot org @ 2022-04-08  0:11 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.1
                 CC|                            |tromey at sourceware dot org
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #13 from Tom Tromey <tromey at sourceware dot org> ---
I think this is reasonably fixed now.

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

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

end of thread, other threads:[~2022-04-08  0:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-7233-4717@http.sourceware.org/bugzilla/>
2014-09-16 19:30 ` [Bug gdb/7233] Send output to gdb_stdout et.al sergiodj at redhat dot com
2014-09-16 19:41 ` cvs-commit at gcc dot gnu.org
2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
2021-12-29 17:47 ` cvs-commit at gcc dot gnu.org
2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
2021-12-29 18:02 ` cvs-commit at gcc dot gnu.org
2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
2021-12-29 18:03 ` cvs-commit at gcc dot gnu.org
2022-04-08  0:11 ` tromey at sourceware dot org

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