[Lldb-commits] [PATCH] D30520: Make LLDB skip server-client roundtrip for signals that don't require any actions

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 1 19:01:06 PST 2017


jingham added a comment.

The ability to send a set of signals for the remote stub to ignore isn't inherently specific to the GDB Remote protocol.  Some other remote protocol could very well implement the same functionality.  SendSignalsToIgnoreIfNeeded seems like it should be in Process, and called in the Resume before DoResume gets called and in DidLaunch.


https://reviews.llvm.org/D30520





More information about the lldb-commits mailing list