Patch from chuckr@microsoft.com
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks ok apart from one change that seems like a different issue. So please remove that part. If will be good to add a test case too.
tools/lldb-mi/MICmdCmdVar.cpp | ||
---|---|---|
1064 ↗ | (On Diff #22232) | This change does not seem related to the rest of the patch. It will be better to submit it separately. |
Comment Actions
Is there any documentation/guidance on adding tests? Or lldb/lldb-mi's testing infrastructure in general?
Comment Actions
I'll add tests for -gdb-set/-gdb-show soon (it still on review D8566). So please add your tests into MiGdbSetShowTestCase like I did.
Comment Actions
Looks good apart the following: move your test to MiGdbSetShowTestCase, please.
test/tools/lldb-mi/variable/TestMiVar.py | ||
---|---|---|
192 ↗ | (On Diff #23194) | Move this test to test/tools/lldb-mi/TestMiGdbSetShow.py |