Add summary to lldb pretty printing of Eigen::Matrix

  1. Bugfix: Only add synthetic and summary providers when "Eigen::Matrix" is in the beginning of the class being viewed. This allows accurate debug when nesting Eigen::Matrix in other data structures.
  2. New: Add summary provider that shows the size and the options of the matrix.

Merge request reports

Loading