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?


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to