[Lldb-commits] [PATCH] D125575: [lldb] [llgs] Implement non-stop style stop notification packets

2022-05-29 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 432787. mgorny edited the summary of this revision. mgorny added a comment. Herald added a subscriber: arichardson. Improve protocol conformance: - use non-stop notifications for `vAttach` packets - clear notification queue and use hybrid approach for `?` pack

[Lldb-commits] [PATCH] D126614: [lldb] [gdb-remote] Client support for using the non-stop protocol

2022-05-29 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste. Herald added a subscriber: arichardson. Herald added a project: All. mgorny requested review of this revision. Add a client support for using the non-stop protocol to run processes in all-stop mode. The operations

[Lldb-commits] [PATCH] D126615: [lldb] Add an integration test for non-stop protocol

2022-05-29 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste. Herald added a subscriber: arichardson. Herald added a project: All. mgorny requested review of this revision. Sponsored by: The FreeBSD Foundation https://reviews.llvm.org/D126615 Files: lldb/test/Shell/Proces