Skip to content
  • chainhelen's avatar
    pkg,service: add cmd `examinemem`(`x`) for examining memory. (#1814) · a5d9dbee
    chainhelen authored
    According to #1800 #1584 #1038, `dlv` should enable the user to dive into
    memory. User can print binary data in specific memory address range.
    But not support for sepecific variable name or structures temporarily.(Because
    I have no idea that modify `print` command.)
    
    Close #1584.
    a5d9dbee