Commit Graph

21 Commits

Author SHA1 Message Date
Benign X fca39997f5 chore(gdb): improve resilience against memory corruption and older LVGL versions (#9885) 2026-03-21 13:06:03 +08:00
Benign X cd07338461 chore(gdb): add dump dashboard command with HTML renderer and data collector (#9870) 2026-03-19 13:48:19 +08:00
Benign X 8fa1c29773 chore(gdb): add snapshot/data_utils/formatter layers with declarative _DISPLAY_SPEC (#9866) 2026-03-17 10:54:30 +08:00
Benign X 64e7804574 chore(gdb): fix coord type mask, cast safety and dedup parse_enum 2026-03-06 16:30:31 +08:00
Benign X f5a61ccf84 chore(gdb): update docs and clean up command naming 2026-03-06 16:30:31 +08:00
Benign X e27bba80fe chore(gdb): add LVSubject/LVObserver wrappers with gen_subject_consts and info subject command 2026-03-06 16:30:31 +08:00
Benign X d803a26b43 chore(gdb): add LVObjClass wrapper with class hierarchy and format_coord utility 2026-03-06 16:30:31 +08:00
Benign X 79c626c585 chore(gdb): add LVGroup wrapper with focus tracking and dump group command 2026-03-06 16:30:31 +08:00
Benign X 435b8c7b51 chore(gdb): add LVIndev wrapper with gen_indev_consts and dump indev command 2026-03-06 16:30:31 +08:00
Benign X b93ef79422 chore(gdb): add LVImageDecoder complete fields and dump image_decoder command 2026-03-06 16:30:31 +08:00
Benign X 64c46e8c1b chore(gdb): add LVFsDrv wrapper with driver name resolution and dump fs_drv command 2026-03-06 16:30:31 +08:00
Benign X 9c77d49793 chore(gdb): add LVTimer wrapper with freq column and dump timers command 2026-03-06 16:30:31 +08:00
Benign X 372b39a422 chore(gdb): add LVAnim wrapper with print_info, print_entries and dump anims command 2026-03-06 16:30:31 +08:00
Benign X fd843ba3a4 chore(gdb): add draw task/unit wrappers with gen_draw_consts and PrettyTable output 2026-03-06 16:30:31 +08:00
Benign X 7db70fc54f chore(gdb): add cache sanity check with rb/ll cross-validation and check command (#9805) 2026-03-05 20:52:10 +08:00
Benign X 9be625b9ec chore(gdb): unify value init with Value.normalize and ValueInput type alias (#9784)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
2026-03-02 07:50:39 +01:00
Benign X da24713e9e feat(gdb): add style inspection with LVStyle wrapper and info style command 2026-02-28 19:00:07 +08:00
terry.rong 3c7cf1dea3 chore(lvglgdb): fix TypeError in lv_obj.py while dump specify object (#9375)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2025-12-08 19:16:15 +01:00
Benign X 6fe1a9224e chore(gdb): support rb/cache associate debug obj and commands (#9089) 2025-10-28 15:54:45 +08:00
terry.rong 9cdbc6695a chore(gdb): add gdb cmd for nuttx drivers to support multi-instance (#9068)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-17 10:56:50 +02:00
Benign X 13dd902133 refactor(gdb): lv_global supports lazy loading and refactors some structures and formats. (#8939) 2025-09-24 23:27:25 +08:00