This is an archive of the discontinued LLVM Phabricator instance.

Use target's SIGSTOP and SIGINT when making decision about continue after async packet.
ClosedPublic

Authored by ovyalov on May 19 2015, 10:50 AM.

Details

Reviewers
vharron
clayborg
Summary

Target's signal number may differ from a host value - use target's SIGSTOP and SIGINT when making decision about continue after async packet.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 26072.May 19 2015, 10:50 AM
ovyalov retitled this revision from to Use target's SIGSTOP and SIGINT when making decision about continue after async packet..
ovyalov updated this object.
ovyalov edited the test plan for this revision. (Show Details)
ovyalov added a reviewer: clayborg.
ovyalov added a subscriber: Unknown Object (MLST).
vharron accepted this revision.May 22 2015, 3:27 PM
vharron edited edge metadata.
This revision is now accepted and ready to land.May 22 2015, 3:27 PM
ovyalov closed this revision.May 22 2015, 4:25 PM

AFFECTED FILES

/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

USERS

ovyalov (Author)

http://reviews.llvm.org/rL238068