diff options
| author | Timm Baeder <tbaeder@redhat.com> | 2024-01-19 10:08:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 10:08:03 +0100 |
| commit | 4e7cf1b1ed3824d1298d4232922f54c6295eab50 (patch) | |
| tree | 994b93c2f0b8b605237fd4fec1a2eb3266c96ba2 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
| parent | 508c4efe1e9d95661b322818ae4d6a05b1913504 (diff) | |
| download | llvm-4e7cf1b1ed3824d1298d4232922f54c6295eab50.zip llvm-4e7cf1b1ed3824d1298d4232922f54c6295eab50.tar.gz llvm-4e7cf1b1ed3824d1298d4232922f54c6295eab50.tar.bz2 | |
[clang][Interp] Add an EvaluationResult class (#71315)
Add an `EvaluationResult` class. This contains the result either as a
`Pointer` or as a `APValue`.
This way, we can inspect the result of the evaluation and diagnose
problems with it (e.g. uninitialized fields in global initializers or
pointers pointing to things they shouldn't point to).
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions
