Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 781 Bytes

dbgmodel-object-instruction-attributes.md

File metadata and controls

20 lines (16 loc) · 781 Bytes
title description ms.date ms.topic
Debugger Data Model - Instruction Attributes Objects
Contains a description of some of the details of an instruction.
03/10/2023
reference

Instruction Attributes Objects

Summary

The Attributes property of an instruction object contains a description of some of the details of an instruction.

Object Properties

Name Description
IsBranch Indicates whether the instruction is any sort of branch instruction.
IsConditional Indicates whether the result of the instruction is conditional (e.g.: a conditional branch).
IsCall Indicates whether the instruction is any sort of call instruction.
IsReturn Indicates whether the instruction is any sort of return instruction.