Searched refs:PrintRegisterValue (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 255 PrintRegisterValue(reg_ctx, "rax", nullptr, 8, data); in Create_LC_THREAD() 256 PrintRegisterValue(reg_ctx, "rbx", nullptr, 8, data); in Create_LC_THREAD() 257 PrintRegisterValue(reg_ctx, "rcx", nullptr, 8, data); in Create_LC_THREAD() 258 PrintRegisterValue(reg_ctx, "rdx", nullptr, 8, data); in Create_LC_THREAD() 259 PrintRegisterValue(reg_ctx, "rdi", nullptr, 8, data); in Create_LC_THREAD() 260 PrintRegisterValue(reg_ctx, "rsi", nullptr, 8, data); in Create_LC_THREAD() 263 PrintRegisterValue(reg_ctx, "r8", nullptr, 8, data); in Create_LC_THREAD() 264 PrintRegisterValue(reg_ctx, "r9", nullptr, 8, data); in Create_LC_THREAD() 273 PrintRegisterValue(reg_ctx, "cs", nullptr, 8, data); in Create_LC_THREAD() 274 PrintRegisterValue(reg_ctx, "fs", nullptr, 8, data); in Create_LC_THREAD() [all …]
|