eigenlldb Namespace Reference

Classes

class  EigenMatrixChildProvider
 
class  EigenSparseMatrixChildProvider
 

Functions

def __lldb_init_module (debugger, internal_dict)
 

Function Documentation

◆ __lldb_init_module()

def eigenlldb.__lldb_init_module (   debugger,
  internal_dict 
)
private
25 def __lldb_init_module(debugger, internal_dict):
26  debugger.HandleCommand("type synthetic add -x Eigen::Matrix<.*> --python-class eigenlldb.EigenMatrixChildProvider")
27  debugger.HandleCommand(
28  "type synthetic add -x Eigen::SparseMatrix<.*> --python-class eigenlldb.EigenSparseMatrixChildProvider")
29 
30 
def __lldb_init_module(debugger, internal_dict)
Definition: eigenlldb.py:25