Open
Description
Perhaps ddbug can provide a interface to query the given struct/union, such as:
typedef struct xxx{
int aa;
int bb;
}xxx_tag;
Input the xxx/xxx_tag,ddbug can output struct info like this:
type xxx_tag = struct xxx
size: 8
members:
0[4] aa:int
8[4] bb:int
And if there is a struct-nesting, also output nested structs info.
Even support multi-threads to query, ddbug can be a great tool for debugging.
Metadata
Metadata
Assignees
Labels
No labels