[lldb] Use proc instead of pro to avoid command ambiguity

Use `proc` instead of `pro` to avoid ambiguity between the `process` and
`protocol-server` command.
This commit is contained in:
Jonas Devlieghere
2025-06-23 10:35:42 -07:00
parent ab17ff0562
commit e391301e0e

View File

@@ -44,7 +44,7 @@ class SigtrampUnwind(TestBase):
)
self.expect(
"pro handle -n false -p true -s false SIGUSR1",
"proc handle -n false -p true -s false SIGUSR1",
"Have lldb pass SIGUSR1 signals",
substrs=["SIGUSR1", "true", "false", "false"],
)