[Lldb-commits] [PATCH] D52152: Add NativeProcessProtocol unit tests

2018-09-24 Thread Pavel Labath via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB342875: Add NativeProcessProtocol unit tests (authored by labath, committed by ). Changed prior to commit: https://r

[Lldb-commits] [PATCH] D52152: Add NativeProcessProtocol unit tests

2018-09-16 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: zturner, teemperor. Herald added a subscriber: mgorny. NativeProcessProtocol is an abstract class, but it still contains a significant amount of code. Some of that code is tested via tests of specific derived classes, but these tests don't run