9#ifndef LLDB_CORE_DUMPREGISTERVALUE_H
10#define LLDB_CORE_DUMPREGISTERVALUE_H
17class ExecutionContextScope;
25 const RegisterInfo *reg_info,
bool prefix_with_name,
27 uint32_t reg_name_right_align_at = 0,
28 ExecutionContextScope *exe_scope =
nullptr);
A class that represents a running process on the host machine.
void DumpRegisterValue(const RegisterValue ®_val, Stream *s, const RegisterInfo *reg_info, bool prefix_with_name, bool prefix_with_alt_name, lldb::Format format, uint32_t reg_name_right_align_at=0, ExecutionContextScope *exe_scope=nullptr)
Format
Display format definitions.