jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
1.98k stars 351 forks source link

Document how to set up LLDB with IDE #88

Open jbush001 opened 7 years ago

jbush001 commented 7 years ago

The toolchain project builds an executable lldb-mi. This should be usable by the CDT flavor of Eclipse (https://eclipse.org/cdt/) for symbolic debugging. Figure out how and add to README. Variation of command line setup:

https://github.com/jbush001/NyuziProcessor/blob/master/tools/emulator/README.md#debugging-with-lldb

jbush001 commented 6 years ago

Could also integrate with VS Code. There's already an LLDB backend: https://github.com/vadimcn/vscode-lldb