llvm/llvm-project

[LLDB] Swig python extensions are missing test coverage

Aberta

#168.920 aberto em 20 de nov. de 2025

 (14 comentários) (2 reações) (0 responsável)C++ (10.782 forks)batch import
good first issuelldbtest-suite

Métricas do repositório

Stars
 (26.378 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)

Description

@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.

Guia do colaborador