This is the mail archive of the gdb-patches@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]

Re: [RFA 1/2] minor Python doc updates


> From: Tom Tromey <tromey@redhat.com>
> Cc: gdb-patches@sourceware.org
> Date: Mon, 29 Apr 2013 08:10:01 -0600
> 
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> +You can get quick online help for @value{GDBN}'s Python API by issuing
> >> +the command @w{@kbd{python help (gdb)}}.
> 
> Eli> This dumps about 20 screen-fulls (each screen 57 lines) on my system.
> Eli> Shouldn't this be paginated?  This part:
> 
> >> +At startup, @value{GDBN} overrides Python's @code{sys.stdout} and
> >> +@code{sys.stderr} to print using @value{GDBN}'s output-paging streams.
> 
> Eli> seems to imply it should, but it doesn't here (MS-Windows), at least
> Eli> not with GDB 7.6 and Python 2.6.6.
> 
> It definitely works for me using Python 2.7.
> I don't know what the problem could be.

Could be some Windows specific problem, perhaps.  Can someone please
try that on Windows?  If others don't see that on Windows, I guess
it's some local issue on my box.


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