Files
src/contrib
ShengYi Hung 1d1a2e6932 lldb: Fix empty register set when trying to get size of register
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).

PR:		289945
Obtained from:	llvm-project 41859c27842eeda1ef6ff18f3b2fb269388c0857
2025-11-23 12:49:51 -05:00
..
2025-09-11 16:16:39 +02:00
2025-08-05 15:57:12 -07:00
2025-11-03 21:18:46 +01:00
2025-08-01 15:06:39 +01:00
2025-09-28 21:28:12 -07:00
2024-12-08 11:08:17 -08:00
2025-11-10 00:55:06 -08:00
2025-08-23 10:58:09 -06:00
2025-01-02 10:04:12 +01:00
2024-11-03 13:37:24 -05:00
2025-08-01 15:06:39 +01:00
2025-08-06 00:27:14 +02:00
2025-09-29 22:53:34 +01:00
2025-05-27 22:24:22 +02:00
2025-10-23 12:03:29 -07:00
2025-05-04 00:06:22 -07:00