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

Robert O'Callahan <robert at ocallahan dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at ocallahan dot org

--- Comment #17 from Robert O'Callahan <robert at ocallahan dot org> ---
rr sets target-async to 0 because otherwise we get an error continuing under
gdb:
../../gdb/target.c:602: internal-error: default_execution_direction:
to_execution_direction must be implemented for reverse async

rr uses the remote target interface. The remote target interface does not
implement to_execution_direction, hence once we started advertising support for
reverse execution, we hit this error unless we also set target-async to 0.

-- 
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]