Issue 115210
Summary [lldb] How to disbale `process launch` loading image from local-machine?
Labels new issue
Assignees
Reporter Lioncky
    > While lldb launch a remote-app the `(lldb) image list` command shows load dependence from local-machine.
```
[  0] 04A3EC8E-A50E-5236-3736-88A9B87E7B85-0DAFD322 0x0000005555555000 C:\Users\BJ\.lldb\module_cache\remote-android\.cache\04A3EC8E-A50E-5236-3736-88A9B87E7B85-0DAFD322\HelloWorld
...
[222] F1C0848B-7F4C-2E13-2979-3E79BD5EFD17 0x0000007fefca0000 C:\Users\BJ\.lldb\module_cache\remote-android\.cache\F1C0848B-7F4C-2E13-2979-3E79BD5EFD17\liboplusplugin.so 
[223] 26254C2D-AA7A-41CA-FF29-35F579DB33C6 0x0000007fbc2c0000 C:\Users\BJ\.lldb\module_cache\remote-android\.cache\26254C2D-AA7A-41CA-FF29-35F579DB33C6\libguiextimpl.so 
[224] AA2B86C9-D5D6-6D0D-0F15-9549804C57DF 0x0000007fe7180000 C:\Users\BJ\.lldb\module_cache\remote-android\.cache\AA2B86C9-D5D6-6D0D-0F15-9549804C57DF\android.hardware.graphics.composer3-V2-ndk.so 
```
Only the excuteable image is need to be loaded. How to disable it and *do not* using local-machine cache?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to