Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add memdump view along variables #124

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2022

  1. Add new option to change a variable's radix

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    5d4944d View commit details
    Browse the repository at this point in the history
  2. WIP Memdump

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    83c866f View commit details
    Browse the repository at this point in the history
  3. Working Memdump display with collapse

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    2e9c002 View commit details
    Browse the repository at this point in the history
  4. Get line formats right

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    ace5998 View commit details
    Browse the repository at this point in the history
  5. User interaction for MemDump, expression and length

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    16317fd View commit details
    Browse the repository at this point in the history
  6. Prepend address

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    482146e View commit details
    Browse the repository at this point in the history
  7. Highligh changes in memdump per step

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    5b451fc View commit details
    Browse the repository at this point in the history
  8. Working highlighting of memdump

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    545d681 View commit details
    Browse the repository at this point in the history
  9. Working ascii dump

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    9db55dc View commit details
    Browse the repository at this point in the history
  10. Ascii highlighting

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    e10e3b3 View commit details
    Browse the repository at this point in the history
  11. User can set wordlen for memdump now

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    64ea4bd View commit details
    Browse the repository at this point in the history
  12. Fixes for memdump out of scope

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    25a46ff View commit details
    Browse the repository at this point in the history
  13. Fix appearance of memdump in put of scope case

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    ec1be13 View commit details
    Browse the repository at this point in the history
  14. Add out of scope note for missing dumps

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    a347254 View commit details
    Browse the repository at this point in the history
  15. Make memdump width customizable

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    b9f2a42 View commit details
    Browse the repository at this point in the history
  16. Fix table row count and data emptiness failure

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    7532d8d View commit details
    Browse the repository at this point in the history
  17. Enable adding memdumps from project file

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    0a4d5ee View commit details
    Browse the repository at this point in the history
  18. Fix line counting for memdumps

    Alexander K committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    dbc2f06 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Fix updating variables after GDB pause with memdumps

    Alexander K committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5cd8285 View commit details
    Browse the repository at this point in the history
  2. Fix memdump not updating when initialized

    Alexander K committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a39defb View commit details
    Browse the repository at this point in the history