<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/111745>111745</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
lldb takes too much time to launch a remote exec
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
Lioncky
</td>
</tr>
</table>
<pre>
I mean gdb attach speed is x10 faster than lldb!!! While lldb attach, it load image from the host path. That takes too much time.
the `image list` show the current image list of attaching process, even if I use usb instead of adb-wifi, it need takes 10+ second to load every image in `host-machine` path at least. And If I using gdb and attach, it hit the break point immediatly.
> These option was I tried to speed up attach but no effect.
```
"settings set target.process.stop-on-sharedlibrary-events 0",
"settings set target.experimental.swift-enable-cxx-interop false",
"settings set target.inherit-env false",
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyMk02PvDYMxj9NuFigEGZ2dg4c9qUjjdTjSj0nwZB0Q4JiMy_fvoJhu121lf4oAkHw499jx5rIDxGxFftXsX8v9Mwu5fZ3n6L9vBcmdff2DCPqCENnQDNr64AmxA48wa2W0GtizMBORwihM0LVjwV_OB9w_bYFCvUGniEk3YEf9YDQ5zQCOwSXiGHS7Cr4cJqB9ScScEowztYB-xErId-FfFn-Fk_yER88sXiSQC5dVx0754yR4XsbUr-l93GAKSeLRAsJXjCC7-EMMyHMZMBHYtTdGtGZ8up7vyHHxfCDqZZCvQKhTbEDTg83eMF835L6uPAthspxzYoL4eINNENATVzBS-zg_Mi9YK3Fjd3POjnPsJoyGfUnTMmvxkbsvOZw3-qx3Zvf4MMhIaSJfYpw1QRn4OxxpXy0bJ6-WmhmhpgA-x4tfyk9yW2tr_CPSyhFyOzjQEC4tCcPyNVWzYo4TWWKJTmdsQveZJ3v5VJgJpBCKaHeflkUbxNmP2JkHSq6-p5LjNoELO3tVvrImNMEvQ6EP5T_R85Hh9kvGpd_B_1tuejapjs2R11gWx_U817KozwUrjVNjdbqRvamP6heK6NVd9xZ2Shb77EpfKuk2tVSHuujfFaHqmkODe5R1hKPZidR7CSO2ocqhMtYpTwUnmjGtq7rw25fBG0w0DqASkW8wrq7QO7fi9wuQaWZBxI7uRxn-pZhzwHbdb7-Y1zWs6nnaB1oyDgmRsAb2mLOoXXME4nmRaiTUKfBs5tNZdMo1GmR3x7llNOfaFmo0wpFQp026kur_goAAP__BT5heg">