Problem viewing const char** as array of cont char* with lldb [message #1764944] |
Sun, 04 June 2017 10:35  |
Eclipse User |
|
|
|
I am using CDT 9.2.1 (201703062208) in Neon3 4.6.3 with LLDB Debugger Integration 1.0.0. While at a breakpoint, I used the "Display as Array" command to view a const** variable 'bar' as an array of 10 const*. The LLDB back end reports the following errors. The expression looks like a valid debugger expression. Is this a known limitation in this version? Is there a way to work around it using Cast to Type to show the array?
Multiple errors reported.
1) Failed to execute MI command:
-var-create - * (*((bar)+0)@10)
Error message from debugger back end:
error: expected ')'\nto match this '('\n
2) Unable to create variable object
3) Failed to execute MI command:
-data-evaluate-expression (*((bar)+0)@10)
Error message from debugger back end:
error: expected ')'\nto match this '('\n
4) Failed to execute MI command:
-var-create - * (*((bar)+0)@10)
Error message from debugger back end:
error: expected ')'\nto match this '('\n
|
|
|
|
Powered by
FUDForum. Page generated in 0.03321 seconds