aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2024-09-24 09:08:08 -0700
committerGitHub <noreply@github.com>2024-09-24 09:08:08 -0700
commit206408732bca2ef464732a39c8319d47c8a1dbea (patch)
treeb8d5fc557e64359c8330e2ba0215c3b4caa37f61 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
parent679c9717dfc9687a3bca78b45d9fd104b67e16f9 (diff)
downloadllvm-206408732bca2ef464732a39c8319d47c8a1dbea.zip
llvm-206408732bca2ef464732a39c8319d47c8a1dbea.tar.gz
llvm-206408732bca2ef464732a39c8319d47c8a1dbea.tar.bz2
[lldb][NFC] Add a missing setter method for UnwindPlans (#109751)
The UnwindPlan class has getter and setter methods for specifying an abstract register location, but it doesn't have a setter for a DWARF Expression register location. This hasn't been needed for any of the UnwindPlans that we do in mainline lldb yet, but it is used in the Swift language SwiftLanguageRuntime plugin which creates UnwindPlan for async functions. While it's currently unused on main branch, this is a straightforward setter in the same form as the others, the only caveat being that it doesn't own the dwarf expression bytes, it has a pointer to them.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions