Hi LLDB devs,
I have almost finished porting LLDB to my architecture, now LLDB communicates
well with my GDB stub of my simulator and can do debugging actions like
breakpoint, continue, step, reading memory, reading registers and so on. Thanks
to all of your kind advice~
Now I consider addin
Try this: `target modules load --load --set-pc-to-entry --slide 0`.
From: lldb-dev On Behalf Of via lldb-dev
Sent: Wednesday, July 22, 2020 7:10 PM
To: lldb-dev@lists.llvm.org
Subject: [lldb-dev] Remote debug arm bare metal target with lldb - load
executable to target
Hello,
we are trying to de