[Lldb-commits] LLDB remote serial protocol

Luigi via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 27 06:46:08 PDT 2017


Hi,
I have a question about the connection to a custom target with lldb. My 
problem is:

i should create a debugger for code verification and fault injection on 
a core architecture (synthesized on fpga) in which the compiler is LLVM 
based. I think to use LLDB because the core target was just defined in 
the LLVM target (by others) and for this reason i think that it's sample 
extend LLDB back-end for custom target (it's correct?). Now, because 
there is no operating system on core target, i read that for GDB i need 
to create a gdb-server stub that is RSP compliant to connect to a "bare 
metal" target with uart.

1) Can it also be done with LLDB?

2) What is the command to connect a target via usb in LLDB?


Thank you.


What is the command to connet a target via usb?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170727/5c5933df/attachment.html>


More information about the lldb-commits mailing list