Searched refs:DumpRegister (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Commands/ |
| D | CommandObjectRegister.cpp | 86 bool DumpRegister(const ExecutionContext &exe_ctx, Stream &strm, in DumpRegister() function in CommandObjectRegisterRead 145 if (DumpRegister(exe_ctx, strm, reg_ctx, reg_info)) in DumpRegisterSet() 221 if (!DumpRegister(m_exe_ctx, strm, reg_ctx, reg_info)) in DoExecute()
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | FormatEntity.cpp | 594 static bool DumpRegister(Stream &s, StackFrame *frame, RegisterKind reg_kind, in DumpRegister() function 978 static bool DumpRegister(Stream &s, StackFrame *frame, const char *reg_name, in DumpRegister() function 1490 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP, in Format() 1501 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP, in Format() 1512 if (DumpRegister(s, frame, eRegisterKindGeneric, in Format() 1532 if (DumpRegister(s, frame, entry.string.c_str(), in Format()
|