LLDB Data Model #15
Labels
Data Model
Reading and visualising the targets memory
enhancement
New feature or request
LLDB
Mac and Linux driver
Currently the data model doesn't exist for the LLDB driver, this is a pain because the LLDB API is very lacking in this department compared to DbgModel. Best chance is probably to to dip into the LLDB internals and sub-class the
SyntheticChildrenFrontEnd
andSyntheticChildrenProviderFrontEnd
classes.The text was updated successfully, but these errors were encountered: