jbush001 / NyuziToolchain

Port of LLVM/Clang C compiler to Nyuzi parallel processor architecture
Other
62 stars 28 forks source link

LLDB: allow evaluating function expressions #85

Open jbush001 opened 7 years ago

jbush001 commented 7 years ago
(lldb) p (int) strcmp("abcd", "efgh")
error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes

Probably dependent on issue #84