Please note that when you are testing for a DWARF 5 feature specifically, you
should think about using either Assembler or yaml2obj as input to lock down the
binary encoding. If you do this, it would be best to not require a living
process in your test, so the test can run even on platforms that
Hey Sourabh,
You'll want to take a look at the existing tests in `test/Shell`.
These tests run one or more shell commands and uses FileCheck to
verify that the output match what you expect. These tests use lldb's
batch mode, where lldb commands are executed one after another, rather
than interacti
Hello Everyone,
I've wrote a patch for extending support for new forms[DWARFv5] in macro
section. Planning to file a review soon.
But I'm stuck with writing test case for this. My feature works well when
using LLDB in interactively, but I need to write a test case to accompany
my patch.
To put t