Skip to content
  • hjk's avatar
    Use gdb's 'print' command to access dumper output. · 076488bf
    hjk authored
    Simple solution after all. This idea got initially dropped early in the
    process because it does not handle binary data and using x/x was
    way to slow. But since we use only printable characters now thanks
    to base64 encoding etc using 'p' becomes feasible again and simplifies
    the process vastly as no additional communication channel is needed anymore.
    076488bf