LLDB mainline
Public Attributes | List of all members
lldb_private::EmulateInstructionARM::AddWithCarryResult Struct Reference

#include <EmulateInstructionARM.h>

Public Attributes

uint32_t result
 
uint8_t carry_out
 
uint8_t overflow
 

Detailed Description

Definition at line 181 of file EmulateInstructionARM.h.

Member Data Documentation

◆ carry_out

uint8_t lldb_private::EmulateInstructionARM::AddWithCarryResult::carry_out

◆ overflow

uint8_t lldb_private::EmulateInstructionARM::AddWithCarryResult::overflow

◆ result

uint32_t lldb_private::EmulateInstructionARM::AddWithCarryResult::result

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