aetf added a comment.
Hi, sorry for the long delay. It has been a busy semester.
Added unit tests are
- `MiGdbSetShowTestCase.test_lldbmi_gdb_set_disassembly_flavor` for disassembly
flavor settings. Note this one doesn't pass currently due to
https://llvm.org/bugs/show_bug.cgi?id=31485
- `MiEn
aetf updated this revision to Diff 82654.
aetf marked an inline comment as done.
aetf added a comment.
Add unit tests, add error checking for SetInternalVariable
https://reviews.llvm.org/D24711
Files:
packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py
packages/Python/lldbsu
aetf marked 2 inline comments as done.
aetf added a comment.
What do I do next? Could you help me commit and push this? since I don't have
write access.
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/main.cpp:22
{
-int a = 10;
+int a = 10;
+
---