Adds test coverage for ThreadPlanStepInRange::SetAvoidRegexp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
It's easier to read these tests if you use "lldbutil.run_to_source_breakpoint" to remove all that boilerplate.
Other than that LGTM. Thanks for adding the test!
lldb/test/API/lang/c/stepping/TestThreadStepInAvoidRegexp.py | ||
---|---|---|
28–46 | All this can be collapsed into lldbutil.run_to_source_breakpoint("// frame select 2, thread step-out...", lldb.SBFileSpec("main.c")) and it will do all the right checks for you. |