<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 17, 2015, at 1:48 PM, Zachary Turner <<a href="mailto:zturner@google.com" class="">zturner@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Is this being used from python?  I'm wondering why there needs to be a symlink that is in the same folder as the python extension module.<br class=""></div></div></blockquote><div><br class=""></div><div>In the Xcode build, argdumper gets copied to LLDB.framework/Contents/Resources/ - which is the same place where debugserver and any other LLDB’s own helper tools would also get copied</div><div>As for where it ends up being copied (or symlinked or hard linked depending on your platform) on non-Mac non-Xcode builds, that entirely depends on whoever touched that build process</div><div><br class=""></div><div>As a general matter, LLDB expects to have argdumper be a resource it can locate relative to itself just like debugserver</div><br class=""><blockquote type="cite" class=""><div class=""><br class=""><div class="gmail_quote">On Tue Feb 17 2015 at 1:47:13 PM <<a href="mailto:jingham@apple.com" class="">jingham@apple.com</a>> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="">
> On Feb 17, 2015, at 1:45 PM, <a href="mailto:jingham@apple.com" target="_blank" class="">jingham@apple.com</a> wrote:<br class="">
><br class="">
> To debug it correctly they want to run it through their shell to get the arguments expanded correctly.  Traditionally the debugger handled this by something like:<br class="">
><br class="">
<br class="">
Should have said "Traditionally the debugger handled this by instead debugging a command of the form:"<br class="">
<br class="">
> /bin/sh -c 'exec my_program *.c'<br class="">
><br class="">
<br class="">
Jim</blockquote></div>
_______________________________________________<br class="">lldb-dev mailing list<br class=""><a href="mailto:lldb-dev@cs.uiuc.edu" class="">lldb-dev@cs.uiuc.edu</a><br class="">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev<br class=""></div></blockquote></div><br class=""></body></html>