Skip to content

Commit e391301

Browse files
committed
[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.
1 parent ab17ff0 commit e391301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/unwind/sigtramp/TestSigtrampUnwind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test(self):
4444
)
4545

4646
self.expect(
47-
"pro handle -n false -p true -s false SIGUSR1",
47+
"proc handle -n false -p true -s false SIGUSR1",
4848
"Have lldb pass SIGUSR1 signals",
4949
substrs=["SIGUSR1", "true", "false", "false"],
5050
)

0 commit comments

Comments
 (0)