<div dir="ltr">Hello Everyone,<div><br></div><div>I've wrote a patch for extending support for new forms[DWARFv5] in macro section. Planning to file a review soon.</div><div><br></div><div>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.</div><div><br></div><div>To put things in perspective:</div><div>here' s how I tested it interactively:</div><div><br></div><div>$lldb a.out</div><div>$display MACRO1  -- macro defined in source/a.out</div><div>$ b main</div><div>$ run</div><div>LLDB output</div><div>- Hook 1 (expr -- MACRO1)<br>(int) $0 = 4<br></div><div>Process 18381 stopped<br>* thread #1, name = 'a.out', stop reason = breakpoint 1.1<br></div><div><br></div><div>Need to write/add test case for this so that it will be run by "make check-lldb", any ideas/pointers how to proceed forward from here.</div><div><br></div><div>Thanks in anticipation!</div><div>Sourabh Singh Tomar</div><div><br></div></div>