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 server/19855] readline abort when debugging with rr


https://sourceware.org/bugzilla/show_bug.cgi?id=19855

--- Comment #2 from Yichao Yu <yyc1992 at gmail dot com> ---
Hmmm, I tried to see when are target_terminal_inferior and target_terminal_ours
called (debug session[1] prompt (gdb) is the outer debugger, (rr) is the
debugger to be debugged...) and it seems that the last one called before the
readline error is actually target_terminal_inferior.

[1] https://gist.github.com/yuyichao/d2484c6c9e5a53233f35

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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