================
@@ -156,14 +152,13 @@ def assertCapabilityIsNotSet(self, key: str, msg:
Optional[str] = None) -> None:
if key in self.dap_server.capabilities:
self.assertEqual(self.dap_server.capabilities[key], False, msg)
- def verify_breakpoint_hit(self, breakpoint_ids: List[Union[int, str]]):
+ def verify_breakpoint_hit(self, breakpoint_ids: List[int]):
----------------
da-viper wrote:
could we assert here all breakpoints are of type int. in case we missed any
change
https://github.com/llvm/llvm-project/pull/178041
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits