Skip to content

Alternative to GDB artificial arrays required for debugging with LLDB #1482

Description

@jld01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    debugThe debug components of CDT, anything to do with running or debugging the target.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions