LLDB mainline
|
One of the two initialize methods that can be called on this object; they must be called before any of the assembly inspection methods are called. More...
#include <x86AssemblyInspectionEngine.h>
Public Member Functions | |
lldb_reg_info ()=default | |
Public Attributes | |
const char * | name = nullptr |
uint32_t | lldb_regnum = LLDB_INVALID_REGNUM |
One of the two initialize methods that can be called on this object; they must be called before any of the assembly inspection methods are called.
This one takes a vector of register name and lldb register numbers.
Definition at line 47 of file x86AssemblyInspectionEngine.h.
|
default |
uint32_t lldb_private::x86AssemblyInspectionEngine::lldb_reg_info::lldb_regnum = LLDB_INVALID_REGNUM |
Definition at line 49 of file x86AssemblyInspectionEngine.h.
Referenced by lldb_private::x86AssemblyInspectionEngine::Initialize().
const char* lldb_private::x86AssemblyInspectionEngine::lldb_reg_info::name = nullptr |
Definition at line 48 of file x86AssemblyInspectionEngine.h.
Referenced by lldb_private::x86AssemblyInspectionEngine::Initialize().