public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/65348] New: libstdc++ gdb pretty printer: Use relative imports
@ 2015-03-08 14:46 mustrumr97 at gmail dot com
  2015-03-08 14:49 ` [Bug libstdc++/65348] " redi at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: mustrumr97 at gmail dot com @ 2015-03-08 14:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65348

            Bug ID: 65348
           Summary: libstdc++ gdb pretty printer: Use relative imports
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mustrumr97 at gmail dot com

--- a/libstdc++v3/python/libstdcxx/v6/__init__.py
+++ b/libstdc++v3/python/libstdcxx/v6/__init__.py
@@ -16,7 +16,7 @@
 import gdb

 # Load the pretty-printers.
-from printers import register_libstdcxx_printers
+from .printers import register_libstdcxx_printers
 register_libstdcxx_printers(gdb.current_objfile())

 # Load the xmethods if GDB supports them.
@@ -28,5 +28,5 @@
         return False

 if gdb_has_xmethods():
-    from xmethods import register_libstdcxx_xmethods
+    from .xmethods import register_libstdcxx_xmethods
     register_libstdcxx_xmethods(gdb.current_objfile())


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

* [Bug libstdc++/65348] libstdc++ gdb pretty printer: Use relative imports
  2015-03-08 14:46 [Bug libstdc++/65348] New: libstdc++ gdb pretty printer: Use relative imports mustrumr97 at gmail dot com
@ 2015-03-08 14:49 ` redi at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2015-03-08 14:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65348

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Already fixed.

*** This bug has been marked as a duplicate of bug 65246 ***


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

end of thread, other threads:[~2015-03-08 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08 14:46 [Bug libstdc++/65348] New: libstdc++ gdb pretty printer: Use relative imports mustrumr97 at gmail dot com
2015-03-08 14:49 ` [Bug libstdc++/65348] " redi at gcc dot gnu.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).