llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.92k stars 11.52k forks source link

[lldb] Support load symbol file from remote #57074

Open hiberabyss opened 2 years ago

hiberabyss commented 2 years ago

gdb support load file from remote host with command file target:/remote/file/path, could this supported in lldb? Thus no need to copy binary file from remote to host.

gdb supports started with gdbserver --multi localhost:port, and then connected with target extended-remote host:port. Could this mode supported with lldb?

llvmbot commented 2 years ago

@llvm/issue-subscribers-lldb