Searched refs:DumpRegister (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 90 bool DumpRegister(const ExecutionContext &exe_ctx, Stream &strm, in DumpRegister() function in CommandObjectRegisterRead 147 if (reg_info && DumpRegister(exe_ctx, strm, *reg_ctx, *reg_info, in DumpRegisterSet() 227 if (!DumpRegister(m_exe_ctx, strm, *reg_ctx, *reg_info, in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 587 static bool DumpRegister(Stream &s, StackFrame *frame, RegisterKind reg_kind, in DumpRegister() function 971 static bool DumpRegister(Stream &s, StackFrame *frame, const char *reg_name, in DumpRegister() function 1496 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP, in Format() 1507 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP, in Format() 1518 if (DumpRegister(s, frame, eRegisterKindGeneric, in Format() 1538 if (DumpRegister(s, frame, entry.string.c_str(), in Format()
|