diff options
author | Jason Molenda <jmolenda@apple.com> | 2024-09-24 09:08:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 09:08:08 -0700 |
commit | 206408732bca2ef464732a39c8319d47c8a1dbea (patch) | |
tree | b8d5fc557e64359c8330e2ba0215c3b4caa37f61 /lldb/unittests/ScriptInterpreter/Python | |
parent | 679c9717dfc9687a3bca78b45d9fd104b67e16f9 (diff) | |
download | llvm-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')
0 files changed, 0 insertions, 0 deletions