This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: GDB ui word wrapping broken/interferes with 'set style' ?
>>>>> "Philippe" == Philippe Waroquiers <philippe.waroquiers@skynet.be> writes:
Philippe> When doing
Philippe> (top-gdb) set width 60
Philippe> (top-gdb) bt
Philippe> #0 0x00007f6a9f44c660 in __poll_nocancel ()
Philippe> at ../sysdeps/unix/syscall-template.S:84
Philippe> #1 0x0000562224a0fe51 in poll (__timeout=-1,
Philippe> __nfds=<optimized out>, __fds=<optimized out>)
Philippe> at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
Philippe> then the 'at' becomes also green.
I fixed this one on my branch. I haven't researched the other two
problems yet.
Tom