You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drgn can currently attach to C++ programs and mostly work. However, C++ obviously has many features that C doesn't, and many of drgn's APIs need updates to represent these, including but not limited to the following. We'll add more as we encounter them.
drgn can currently attach to C++ programs and mostly work. However, C++ obviously has many features that C doesn't, and many of drgn's APIs need updates to represent these, including but not limited to the following. We'll add more as we encounter them.
struct
/class
/union
/enum
keyword #348enum class
this
#123 will probably be required to nicely represent a lot of these features.
The text was updated successfully, but these errors were encountered: