Options
All
  • Public
  • Public/Protected
  • All
Menu

Module memory-inspector

Index

Namespaces

Enumerations

Classes

Interfaces

Type Aliases

Variables

Functions

Type Aliases

RegisterWidgetOptions: MemoryWidgetOptions

Variables

ASCII_TOGGLE_ID: "t-mv-ascii-toggle" = 't-mv-ascii-toggle'
AUTO_UPDATE_TOGGLE_ID: "t-mv-auto-update-toggle" = 't-mv-auto-update-toggle'
BYTES_PER_GROUP_FIELD_ID: "t-mv-bytesgroup" = 't-mv-bytesgroup'
BYTES_PER_ROW_FIELD_ID: "t-mv-bytesrow" = 't-mv-bytesrow'
CreateNewMemoryViewCommand: Command = ...
CreateNewRegisterViewCommand: Command = ...
EMPTY_MEMORY: MemoryReadResult = ...
EMPTY_REGISTERS: RegisterReadResult = ...
ENDIAN_SELECT_ID: "t-mv-endiannesss" = 't-mv-endiannesss'
FollowPointerDebugCommand: Command = ...
FollowPointerTableCommand: Command = ...
LENGTH_FIELD_ID: "t-mv-length" = 't-mv-length'
LOCATION_FIELD_ID: "t-mv-location" = 't-mv-location'
LOCATION_OFFSET_FIELD_ID: "t-mv-location-offset" = 't-mv-location-offset'
MWInput: React.FC<InputProps<HTMLInputElement>> = ...
MWInputWithSelect: React.FC<InputWithSelectProps<HTMLInputElement>> = ...
MWLabel: React.FC<MWLabelProps> = ...
MWMoreMemorySelect: React.FC<MoreMemoryProps> = ...
MWMultiSelect: React.FC<MWLabelProps & MultiSelectBarProps> = ...
MWSelect: React.FC<LabelAndSelectProps> = ...
MWSelectWithName: React.FC<LabelAndSelectWithNameProps> = ...
MemoryCategory: string = ...
MemoryCommand: Command = ...
MemoryDiffWidgetData: typeof MemoryDiffWidgetData = ...
MemoryProvider: typeof MemoryProvider = ...
MemoryWidgetOptions: typeof MemoryWidgetOptions = ...
MultiSelectBar: React.FC<MultiSelectBarProps> = ...
REGISTER_FIELD_ID: "t-mv-register" = 't-mv-register'
REGISTER_PRE_SETS_ID: "t-mv-pre-set" = 't-mv-pre-set'
REGISTER_RADIX_ID: "t-mv-radix" = 't-mv-radix'
RegisterFilterService: typeof RegisterFilterService = ...
RegisterFilterServiceOptions: typeof RegisterFilterServiceOptions = ...
RegisterSetVariableCommand: Command = ...
RegisterWidgetOptions: typeof RegisterWidgetOptions = ...
ResetModifiedCellCommand: Command = ...
ToggleDiffSelectWidgetVisibilityCommand: Command = ...
ViewVariableInMemoryCommand: Command = ...
ViewVariableInRegisterViewCommand: Command = ...
default: ContainerModule

Functions

  • getRegisters(session: undefined | DebugSession): Promise<DebugVariable[]>
  • hexStrToUnsignedLong(hexStr: string): Long