Remote debugging on STM32 using JLink doesn't work #903
Unanswered
Hermann-Core
asked this question in
Q&A
Replies: 1 comment
-
When codelldb cannot locate debug info for a memory region, it defaults to displaying disassembly. I would suggest you to first seek tutorials on embedded debugging with LLDB (maybe there's even one for your board?). Once you have the magical incantations figured out, you should be able to switch to codelldb for GUI. ...A while ago I was able to debug an embedded target via OpenOCD. IIRC it required some extra setup, like using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OS: Windows 11 22H2
VSCode version: 1.77.0
CodeLLDB version: 1.9.0
Compiler: tiarmclang (clang)
Debuggee: elf file
I'm trying to use remote debug 2 binaries in an embedded ARM MCU (STM32F303) using JLink GDB server and CodeLLDB. Firstly I'm not able to load 2 debuggee files, It says that it is not possible but even with one executable file I dont know where the LLDB points to. I want it to flash my 2 binaries and debug them at the same debug session. I wonder if it's possible.
I also wonder if its possible to have the disassembly window and the registers view section using this extension
Verbose log
arm-ti-none-eabi
Here is what I get from the Source windows. I dont know what it is
Beta Was this translation helpful? Give feedback.
All reactions