9#ifndef LLDB_CORE_DUMPREGISTERVALUE_H
10#define LLDB_CORE_DUMPREGISTERVALUE_H
18class ExecutionContextScope;
28 const RegisterInfo ®_info,
bool prefix_with_name,
30 uint32_t reg_name_right_align_at = 0,
31 ExecutionContextScope *exe_scope =
nullptr,
32 bool print_flags =
false,
A class that represents a running process on the host machine.
void DumpRegisterValue(const RegisterValue ®_val, Stream &s, const RegisterInfo ®_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, bool print_flags=false, lldb::TargetSP target_sp=nullptr)
Format
Display format definitions.
std::shared_ptr< lldb_private::Target > TargetSP