Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/docs/details/debugging/
Dgdb_plugin.rst14 if your device crashes and you have a core dump, you can use GDB to analyze the
15 core dump. To load the LVGL GDB plugin within GDB's command line, type the
27 (gdb) dump obj -L 2
41 - ``dump obj``: Dump the object tree.
48 ``dump obj``: Dump the object tree.
50 ``dump obj -L 2``: Dump the object tree with a depth of 2.
52 ``dump obj -a 0x60700000dd10``: Dump the object tree starting from the specified address.
58 This command can dump the object's local style, since style value is a union, it's displayed in all…
/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_image_cache.c154 struct mm_memdump_s dump = { in heap_memdump() local
162 mm_memdump(heap, &dump); in heap_memdump()
/lvgl-latest/docs/details/other-components/
Dobj_id.rst163 :cpp:expr:`lv_obj_dump_tree(widget)` provides a "dump" of the Widget Tree for the
166 passed instead of a pointer to a "root" Widget, the dump will include the Widget Tree
186 more. However, a timely dump of the Widget Tree right before that point will show
/lvgl-latest/docs/
DDoxyfile1921 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program