================
@@ -1262,3 +1262,12 @@ TEST(ProtocolTypesTest, StackFrame) {
ASSERT_THAT_EXPECTED(expected_frame, llvm::Succeeded());
EXPECT_EQ(pp(*expected_frame), pp(frame));
}
+
+TEST(ProtocolTypesTest, DAPSession) {
+ const DAPSession session{/*targetId*/ 1000, /*debuggerId*/ 300};
----------------
JDevlieghere wrote:
```suggestion
const DAPSession session{/*targetId=*/1000, /*debuggerId=*/300};
```
https://github.com/llvm/llvm-project/pull/175930
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits