LLDB mainline
CommandObjectRegister.cpp File Reference

Go to the source code of this file.

Classes

class  CommandObjectRegisterRead
class  CommandObjectRegisterRead::CommandOptions
class  CommandObjectRegisterWrite
class  CommandObjectRegisterInfo

Macros

#define LLDB_OPTIONS_register_read

Functions

static size_t GetNameSize (const RegisterInfo *reg_info, bool use_primary_name)
static size_t ComputeLongestRegisterName (RegisterContext *reg_ctx, const RegisterSet &reg_set, bool use_primary_name, bool primitive_only)
static size_t ComputeLongestRegisterName (Args &command, RegisterContext *reg_ctx, bool use_primary_name)

Macro Definition Documentation

◆ LLDB_OPTIONS_register_read

#define LLDB_OPTIONS_register_read

Definition at line 36 of file CommandObjectRegister.cpp.

Function Documentation

◆ ComputeLongestRegisterName() [1/2]

size_t ComputeLongestRegisterName ( Args & command,
RegisterContext * reg_ctx,
bool use_primary_name )
static

◆ ComputeLongestRegisterName() [2/2]

◆ GetNameSize()

size_t GetNameSize ( const RegisterInfo * reg_info,
bool use_primary_name )
static