[lldb] Fixup more code addresses
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 13 May 2021 16:41:09 +0000 (09:41 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 13 May 2021 17:27:22 +0000 (10:27 -0700)
commitce12b52de2fb3f319ff18effc4ea9ff4d369f328
tree7848965af3db3636c54f671c202d8307db13c086
parent23e9146fba298d38142337b615e17067fb8ccb91
[lldb] Fixup more code addresses

The Swift async task pointers are signed on arm64e and we need to fixup
the addresses in the CFA and DWARF expressions.
lldb/source/Expression/DWARFExpression.cpp
lldb/source/Target/RegisterContextUnwind.cpp