This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tui/21216] New: regression: TUI by: Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy


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

            Bug ID: 21216
           Summary: regression: TUI by: Eliminate
                    make_cleanup_ui_file_delete / make ui_file a class
                    hierarchy
           Product: gdb
           Version: 8.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
  Target Milestone: ---

PASS:
187808b04f61df1c38fda0921e2d9eeb53e332ee
 = a commit before the FAIL one below
$ gdb -tui
[ TUI source window ]
GNU gdb (GDB) 7.12.50.20170202-git
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
---Type <return> to continue, or q <return> to quit---


FAIL:
d7e747318f4d04af033f16325f9b6d74f67079ec is the first bad commit
commit d7e747318f4d04af033f16325f9b6d74f67079ec
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Feb 2 11:11:47 2017 +0000
    Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy

$ gdb -tui
[ TUI source window ]
GNU gdb (GDB) 7.12.50.20170202-git
                                  Copyright (C) 2017 Free Software Foundation,
Inc.
                                                                               
   License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
                       This is free software: you are free to change and
redistribute it.
                                                                               
         There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
                          and "show warranty" for details.
                                                          This GDB was
configured as "x86_64-pc-linux-gnu".
                                                                               
                           Type "show configuration" for configuration details.
                      For bug reporting instructions, please see:
                                                                
<http://www.gnu.org/software/gdb/bugs/>.
                                                                               
                         Find the GDB manual and other documentation resources
online at:
                               
<http://www.gnu.org/software/gdb/documentation/>.
                                                                               
 ---Type <return> to continue, or q <return> to quit---

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]