Advanced Memory Window and Offset address

Sysprogs forums Forums VisualGDB Advanced Memory Window and Offset address

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21062
    Elson
    Participant

    Could VisualGDB’s  Advanced Memory Window support rbp(or rsp)-based offset to be displayed in the address column(the first column) , and add a column to display symbol name?  e.g.,

    Address                Value                         Symbol

    ================================

    rbp-18    00007ffff794add3      __libc_start_main

    rbp-10    00007ffff794ac96      call_sym

    rbp-8     00007ffff7bd5218

    rbp         00007ffff70c95c0

    rbp+8

     

    #21080
    support
    Keymaster

    Hi,

    Yes, we should be able to add an option to replace the raw addresses with $bp or $sp-relative addresses or “section name + offset” syntax (or add another column for that).

    With symbols, VisualGDB can already highlight them (and also stack frames) via the “show global symbol locations” button. If it isn’t helpful in your scenario, please let us know the details so we could take it into account when designing this update.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.