Dumping memory

Sysprogs forums Forums VisualGDB Dumping memory

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12826
    Euan
    Participant

    Would be great if in the memory view you could have a button that allows you to select a range of memory.  Say input a start address, and length, then allow you to save to disk.

    If I try selecting more than a few pages off the screen the GDB Session window pops up, steals the focus, then the memory view will not let me continue with the selection.

    V5.9R9 on an STM32L1 with STLink V2.1

    #12834
    support
    Keymaster

    Hi,

    Please try running the following command manually in the GDB session window:

    dump binary memory <file> <start address> <end address>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.