LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::x86AssemblyInspectionEngine::lldb_reg_info Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ lldb_reg_info()

lldb_private::x86AssemblyInspectionEngine::lldb_reg_info::lldb_reg_info ( )
default

Member Data Documentation

◆ lldb_regnum

uint32_t lldb_private::x86AssemblyInspectionEngine::lldb_reg_info::lldb_regnum = LLDB_INVALID_REGNUM

◆ name

const char* lldb_private::x86AssemblyInspectionEngine::lldb_reg_info::name = nullptr

The documentation for this struct was generated from the following file: