Skip to content

Address (ID_TEXTCTRL1) does not allow variables like &TestArray #2

Description

@acotty

The void MemoryPanel::OnTextEnter(wxCommandEvent& event) function does not allot users to enter a variable name into the address (ID_TEXTCTRL1) field as the function only allows for an int value.

The C::B existing memory dump dialog allows end users to enter a hex address or a variable or a complex expression.

The GDB 11.2 command "-data-read-memory-bytes" has the following synposis for address:
‘address’ An expression specifying the address of the first addressable memory unit to be read. Complex expressions containing embedded white space should be quoted using the C convention.

GDB Example
(gdb)
-data-read-memory-bytes &a 10
^done,memory=[{begin="0xbffff154",offset="0x00000000",
end="0xbffff15e",
contents="01000000020000000300"}]
(gdb)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions