Searched refs:dump (Results 1 – 4 of 4) sorted by relevance
14 if your device crashes and you have a core dump, you can use GDB to analyze the15 core dump. To load the LVGL GDB plugin within GDB's command line, type the27 (gdb) dump obj -L 241 - ``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…
154 struct mm_memdump_s dump = { in heap_memdump() local162 mm_memdump(heap, &dump); in heap_memdump()
163 :cpp:expr:`lv_obj_dump_tree(widget)` provides a "dump" of the Widget Tree for the166 passed instead of a pointer to a "root" Widget, the dump will include the Widget Tree186 more. However, a timely dump of the Widget Tree right before that point will show
1921 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program