<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><b class="">Disclaimer: any mention of “glowing” instead of “globbing” is autocorrect</b></div><div class=""><br class=""></div><div class="">Over the next couple days, I want to spend some time generalizing this whole globbing thing</div><div class=""><br class=""></div><div class="">Right now, it only works for local debugging, which is ugly.</div><div class="">The theory is that Platforms should have a way to specify how they want globbing done.</div><div class="">POSIXy platforms would call argdumper or an equivalent incantation. Windows could perform a rain dance, and maybe some other platform has no notion of globbing in the first place, so it would just say “sorry no can do”</div><div class=""><br class=""></div><div class="">If you think about it, when launching a process on a remote machine, you want the globbing to happen there, not on your host</div><div class="">The fact that the code currently does that is just an artifact of me juggling several different tasks at once, and not having had time to wrap this up</div><div class="">It should not be turned from a temporary sad state of affairs into a conscious design choice</div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On Feb 18, 2015, at 5:38 PM, Siva Chandra <<a href="mailto:sivachandra@google.com" class="">sivachandra@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">Hi clayborg, granata.enrico, zturner, ovyalov,<br class=""><br class="">This way, the process will recieve globbed arguments even if it was<br class="">launched via the process plugin.<br class=""><br class=""><a href="http://reviews.llvm.org/D7743" class="">http://reviews.llvm.org/D7743</a><br class=""><br class="">Files:<br class="">  source/Target/Platform.cpp<br class="">  source/Target/Target.cpp<br class=""><br class="">EMAIL PREFERENCES<br class="">  http://reviews.llvm.org/settings/panel/emailpreferences/<br class=""><span id="cid:FFF57046-52CD-4034-8401-C20CF158E1CD"><D7743.20243.patch></span>_______________________________________________<br class="">lldb-commits mailing list<br class="">lldb-commits@cs.uiuc.edu<br class="">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits<br class=""></div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Thanks,</div><div class=""><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com ☎️ 27683</div><div class=""><br class=""></div></div></div></div></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>