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: GDB 8.3 release -- 2019-01-11 update


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel>   * [TomT/Joel] <NO PR>
Joel>     GDB UI word wrapping broken/interferes with 'set style'
Joel>     https://www.sourceware.org/ml/gdb-patches/2018-12/msg00435.html
Joel>     https://www.sourceware.org/ml/gdb-patches/2019-01/msg00098.html

I have a patch for this, I just need to write a test.
Also I think I know what is up with the subsequent problems that
Philippe reported.

Joel>   * [TomT] tui/20819
Joel>     Binding Control-j in inputrc breaks "layout asm"
Joel>     https://sourceware.org/bugzilla/show_bug.cgi?id=20819
Joel>     ... but i don't understand why this would be blocking for 8.3.
Joel>     It would be nice to have a way to get a more detailed history
Joel>     of the changes made to the status of that PR so we can determine
Joel>     when it was marked 8.3. My suspicion is that it was marked 8.3
Joel>     when fixed by Tom, and then the PR got re-opened (around Jan 2nd)
Joel>     due to a regression.

Joel>     Tom - do you confirm this is not a critical bug, other than
Joel>     maybe the regression, in which case it would be sufficient to
Joel>     simply revert?

Reverting is certainly possible but perhaps it can be fixed some other
way.  The problem is that in "nonl" mode, RET in readline won't print a
newline, leading to gdb output being on the same line as the input.  I
was thinking maybe the RET key binding, or maybe some other function in
TUI, could print a newline when the input is accepted.

Tom


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