[all-commits] [llvm/llvm-project] 1e81b6: [lldb] FormatManager::GetPossibleMatches assumes a...
jimingham via All-commits
all-commits at lists.llvm.org
Fri May 31 10:43:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e81b67925fdd77a3d65ba2a7f652d1e840512f4
https://github.com/llvm/llvm-project/commit/1e81b67925fdd77a3d65ba2a7f652d1e840512f4
Author: jimingham <jingham at apple.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/test/API/python_api/run_locker/TestRunLocker.py
Log Message:
-----------
[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have targets. (#93880)
But one made in a situation where that's impossible might only have an
error, and no symbol context, so that's not necessarily true. Check for
the target's validity before using it.
Fixes issue #93313
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list