Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegister.cpp86 bool DumpRegister(const ExecutionContext &exe_ctx, Stream &strm, in DumpRegister() function in CommandObjectRegisterRead
144 if (DumpRegister(exe_ctx, strm, reg_ctx, reg_info)) in DumpRegisterSet()
220 if (!DumpRegister(m_exe_ctx, strm, reg_ctx, reg_info)) in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp594 static bool DumpRegister(Stream &s, StackFrame *frame, RegisterKind reg_kind, in DumpRegister() function
985 static bool DumpRegister(Stream &s, StackFrame *frame, const char *reg_name, in DumpRegister() function
1431 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP, in Format()
1442 if (DumpRegister(s, frame, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP, in Format()
1453 if (DumpRegister(s, frame, eRegisterKindGeneric, in Format()
1473 if (DumpRegister(s, frame, entry.string.c_str(), in Format()