From: Tommy M. <tom...@ho...> - 2021-04-19 15:34:06
|
BTW - I did a quick search for "OpenOCD" and "LLVM" and found plenty of link that are probably of interest to you in determining how to use them together. ________________________________ From: Tommy Murphy <tom...@ho...> Sent: Monday 19 April 2021 16:30 To: ope...@li... <ope...@li...>; R. Diez <rdi...@ya...> Subject: Re: [OpenOCD-user] Experience with LLVM and its debugger Without more specifics and context, I think it's very dangerous and unfair to accuse GCC/GDB of being "unhealthy", lacking development or being worse than other alternatives. If you have specific evidence, then that's another matter but you don't provide any in your email and, in any case, GCC/GDB versus LLVM/LLDB may be a subject that is off topic for the OpenOCD mailing lists. LLDB seems to support the GDB remote serial protocol (https://lldb.llvm.org/use/remote.html) so I would expect that it should be possible to connect it to a remote target via OpenOCD. Have you tried it? I presume that LLDB supports ELF files in which case you should be able to use GCC/ld to compile and link and LLDB to debug. |