Files
lvgl/scripts/gdb/lvglgdb
Benign X 2899149467 chore(gdb): improve widget wrapper generator type handling
- Fix buttonmatrix map_p misparsed as 'const' (regex for const * const *)
- Fix _get_spec_int returning 0 for missing fields (now returns None)
- Fix struct parsing truncation on nested braces (brace-balanced matching)
- Scan LVGL headers to distinguish enum/int-alias types from structs
- Add safe_wrapper helper for known struct types (LVDrawBuf, LVList, LVAnim, LVArray)
- Skip unknown struct types with TODO for Value.to_dict()
2026-04-22 17:16:33 +08:00
..