[lldb-dev] Remote debug arm bare metal target with lldb - load executable to target

via lldb-dev lldb-dev at lists.llvm.org
Wed Jul 22 09:10:28 PDT 2020


Hello,

we are trying to debug firmware running on a stm32 using OpenOCD and LLDB.
GNU-GDB provides a 'load' command to load the sections from an ELF file to
the target device.
We have tried to use 'target modules load --load' command to load ELF
sections to a specific address, but that didn't work.
If there is a way at all, what is the proper way to load the executable to
the target device with LLDB?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20200722/8a8bc29e/attachment.html>


More information about the lldb-dev mailing list