When presenting arrays of greater than 100 elements in the CDT Expressions view, the DSF GDB plugin splits presentation into 100 element chunks using the GDB artificial array operator '@'. For example: *((myArray)+200)@100
We need to override this behaviour for LLDB since LLDB does not support GDB artificial arrays.
When presenting arrays of greater than 100 elements in the CDT Expressions view, the DSF GDB plugin splits presentation into 100 element chunks using the GDB artificial array operator '@'. For example:
*((myArray)+200)@100We need to override this behaviour for LLDB since LLDB does not support GDB artificial arrays.