aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authoraokblast <aokblast@FreeBSD.org>2025-10-15 16:55:00 +0800
committerGitHub <noreply@github.com>2025-10-15 09:55:00 +0100
commitc9b07f34d46237ea547f379f979e7d0106e5a910 (patch)
treeae99250feba4159ed2011801ce381e6e982b5803 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parent0a71fd15283e70def97a9919186548a8ccbbbcae (diff)
downloadllvm-c9b07f34d46237ea547f379f979e7d0106e5a910.zip
llvm-c9b07f34d46237ea547f379f979e7d0106e5a910.tar.gz
llvm-c9b07f34d46237ea547f379f979e7d0106e5a910.tar.bz2
[LLDB, FreeBSD, x86] Fix empty register set when trying to get size of register (#162890)
The register set information is stored as a singleton in GetRegisterInfo_i386. However, other functions later access this information assuming it is stored in GetSharedRegisterInfoVector. To resolve this inconsistency, we remove the original construction logic and instead initialize the singleton using llvm::call_once within the appropriate function (GetSharedRegisterInfoVector_i386).
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions