<div dir="ltr">Created Review : <a href="https://reviews.llvm.org/D32271">https://reviews.llvm.org/D32271</a> <div><br></div><div>Do i need to assign the reviewers ? if so please let me know how to get reviewers list.</div><div><br></div><div>-vbalu<br><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 7:59 PM, Kamil Rytarowski <span dir="ltr"><<a href="mailto:n54@gmx.com" target="_blank">n54@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 19.04.2017 16:15, vignesh balu via lldb-dev wrote:<br>
> Hi,<br>
> Firstly, I am new to the community, So please bear with my mistakes and<br>
> guide me to be on your wavelength.<br>
><br>
> While using lldb we found the small bug with attaching to the running<br>
> process.<br>
> "attach" works fine when we run the lldb on the same dir where we ran<br>
> the executable but not if the dir changes.<br>
><br>
>> cd lldb_temp/<br>
>> ./test &<br>
> [2] 39044<br>
>> cd ../<br>
>> /b/vignesh/lldb_daily_build/<wbr>20170419_bkup/binaries/bin/<wbr>lldb<br>
> (lldb) attach 39044<br>
> error: attach failed: unable to find executable for './test'<br>
><br>
> I see the lldb using the relative path instead of absolute path of the exe.<br>
> Modified the way sysctl gets the exe name to get the absolute path.<br>
><br>
> Attached the patch which does the work. I did my testing on Fbsd10.<br>
> Please let me know how to commit it<br>
><br>
> -regards,<br>
> vbalu<br>
><br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/lldb-dev</a><br>
><br>
<br>
Please submit your code to <a href="https://reviews.llvm.org/" rel="noreferrer" target="_blank">https://reviews.llvm.org/</a><br>
<br>
Please try to use clang-format before submission.<br>
<br>
</blockquote></div><br></div>