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 python/11900] OSError exception when running 'python help(gdb)'


------- Additional Comments From xdegaye at gmail dot com  2010-08-18 21:30 -------

Thanks, the patch fixes the bug on python 2.4.6:

build$ ../install/bin/gdb
GNU gdb (GDB) 7.2.50.20100818-cvs
Copyright (C) 2010 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-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) python import sys; print sys.version
2.4.6 (#1, Oct 23 2009, 22:40:37) 
[GCC 4.3.2]
(gdb) python help(gdb)
Help on package gdb:

NAME
    gdb

FILE
    (built-in)

PACKAGE CONTENTS


CLASSES
    __builtin__.object
        Block
        BlockIterator
        Breakpoint
        ...



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11900

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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