2 from lldbsuite
.test
.lldbtest
import *
3 from lldbsuite
.test
import lldbutil
4 from lldbsuite
.test
.decorators
import *
7 class TestCase(TestBase
):
9 def test_invalid_arg(self
):
12 lldbutil
.run_to_source_breakpoint(
13 self
, "// break here", lldb
.SBFileSpec("main.cpp")
18 startstr
="error: Invalid signal argument 'az'.",
21 "process signal 0x1ffffffff",
23 startstr
="error: Invalid signal argument '0x1ffffffff'.",
26 "process signal 0xffffffff",
28 startstr
="error: Invalid signal argument '0xffffffff'.",