diff options
author | David Spickett <david.spickett@linaro.org> | 2023-09-11 17:12:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 17:12:09 +0100 |
commit | 3125bd4bc7367a05ddf5477793a1ee51cecc3046 (patch) | |
tree | 2a51a30db262125be9d8d1708f7fbd4a778ad984 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | b46d7011f211d02fc4ea6261e6e0c3ef9cc144b2 (diff) | |
download | llvm-3125bd4bc7367a05ddf5477793a1ee51cecc3046.zip llvm-3125bd4bc7367a05ddf5477793a1ee51cecc3046.tar.gz llvm-3125bd4bc7367a05ddf5477793a1ee51cecc3046.tar.bz2 |
[lldb] Correctly invalidate unloaded image tokens (#65945)
Some functions in Process were using LLDB_INVALID_ADDRESS instead of
LLDB_INVALID_TOKEN.
The only visible effect of this appears to be that "process unload
<tab>" would complete to 0 even after the image was unloaded. Since the
command is checking for LLDB_INVALID_TOKEN.
Everything else worked somehow. I've added a check to the existing load
unload tests anyway.
The tab completion cannot be checked as is, but when I make them more
strict in a later patch it will be tested.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions