llvm/llvm-project

[LLDB] Swig python extensions are missing test coverage

Open

#168.920 geöffnet am 20. Nov. 2025

Auf GitHub ansehen
 (14 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C++ (10.782 Forks)batch import
good first issuelldbtest-suite

Repository-Metriken

Stars
 (26.378 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 2h) (1.000 gemergte PRs in 30 T)

Beschreibung

@jimingham pointed out on #168619 that a lot of the lldb extensions are either not tested or don't have direct testing. I've opened this issue as a good new user issue.

The largest offenders are

While target and valueobject actually have more properties, a quick grep showed a lot of these are exercised in existing tests.

Contributor Guide