[all-commits] [llvm/llvm-project] 705f24: [lldb] Accept optional module in Value::ResolveVal...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Wed Sep 13 14:24:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 705f24cdabea6b7bf36ba068aa15adae566857f0
https://github.com/llvm/llvm-project/commit/705f24cdabea6b7bf36ba068aa15adae566857f0
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M lldb/include/lldb/Core/Value.h
M lldb/source/Core/Value.cpp
M lldb/source/Core/ValueObject.cpp
Log Message:
-----------
[lldb] Accept optional module in Value::ResolveValue (#66286)
Value::ResolveValue calls Value::GetValueAsData as part of its
implementation. The latter can receive an optional Module pointer, which
is always null when called from the former. Allow threading in the
Module in Value::ResolveValue.
rdar://115021869
More information about the All-commits
mailing list