LLDB mainline
lldb_private::VariableAnnotator::VarState Struct Reference

Public Attributes

std::string name
 Display name.
std::string last_loc
 Last printed location (empty means <undef>).

Detailed Description

Definition at line 572 of file Disassembler.h.

Member Data Documentation

◆ last_loc

std::string lldb_private::VariableAnnotator::VarState::last_loc

Last printed location (empty means <undef>).

Definition at line 576 of file Disassembler.h.

◆ name

std::string lldb_private::VariableAnnotator::VarState::name

Display name.

Definition at line 574 of file Disassembler.h.


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