<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Sounds good, deleted as of 158f3360.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 27, 2020, at 10:46 AM, Jonas Devlieghere <<a href="mailto:jonas@devlieghere.com" class="">jonas@devlieghere.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Last time I looked at these nothing seemed relevant (anymore) to me either. I'm in favor of getting rid of the directory. </div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 27, 2020 at 10:26 AM Vedant Kumar via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org" class="">lldb-dev@lists.llvm.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi,<br class="">
<br class="">
I'm considering deleting the lldb/utils/test/ directory as a cleanup. Does anyone has a reason to keep these scripts around?<br class="">
<br class="">
Here are the files in the directory:<br class="">
<br class="">
% ls lldb/utils/test<br class="">
README-disasm                   README-run-until-faulted        lldb-disasm.py                  main.c                          run-dis.py<br class="">
README-lldb-disasm              disasm.py                       llvm-mc-shell.py                ras.py                          run-until-faulted.py<br class="">
<br class="">
AFAICT:<br class="">
<br class="">
- disasm.py would've been helpful before lldb gained a 'disassemble' command, but it doesn't seem useful anymore<br class="">
- ditto for lldb-disasm.py; this one also seems quite Darwin-specific (I'm pretty sure it doesn't work anymore)<br class="">
- llvm-mc-shell.py might be useful if you want to type bytes by hand and see the disassembly, but even then, seems better to just do `echo "<bytes>" | llvm-mc`<br class="">
- ras.py isn't running the test suite properly, also (imo) seems like an ersatz Jenkins replacement<br class="">
- main.c is just an example program<br class="">
- run-dis.py looks like a driver for stress-testing lldb's disassembly command, but it looks very iOS/Darwin specific and has likely outlived its usefulness<br class="">
- run-until-faulted.py runs a program up to 100 times to see if any of the runs fail; I suspect most users would reach for a shell one-liner before looking for something like this script<br class="">
<br class="">
Thoughts?<br class="">
<br class="">
thanks,<br class="">
vedant<br class="">
_______________________________________________<br class="">
lldb-dev mailing list<br class="">
<a href="mailto:lldb-dev@lists.llvm.org" target="_blank" class="">lldb-dev@lists.llvm.org</a><br class="">
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank" class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br class="">
</blockquote></div></div>
</div></blockquote></div><br class=""></body></html>