Home
last modified time | relevance | path

Searched refs:PrintRegisterValue (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp164 static void PrintRegisterValue(RegisterContext *reg_ctx, const char *name, in PrintRegisterValue() function
256 PrintRegisterValue(reg_ctx, "rax", nullptr, 8, data); in Create_LC_THREAD()
257 PrintRegisterValue(reg_ctx, "rbx", nullptr, 8, data); in Create_LC_THREAD()
258 PrintRegisterValue(reg_ctx, "rcx", nullptr, 8, data); in Create_LC_THREAD()
259 PrintRegisterValue(reg_ctx, "rdx", nullptr, 8, data); in Create_LC_THREAD()
260 PrintRegisterValue(reg_ctx, "rdi", nullptr, 8, data); in Create_LC_THREAD()
261 PrintRegisterValue(reg_ctx, "rsi", nullptr, 8, data); in Create_LC_THREAD()
262 PrintRegisterValue(reg_ctx, "rbp", nullptr, 8, data); in Create_LC_THREAD()
263 PrintRegisterValue(reg_ctx, "rsp", nullptr, 8, data); in Create_LC_THREAD()
264 PrintRegisterValue(reg_ctx, "r8", nullptr, 8, data); in Create_LC_THREAD()
[all …]