[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:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user