Skip to content
Snippets Groups Projects
  • Tim Wiederhake's avatar
    cee59b3f
    Fix break on Python 2 · cee59b3f
    Tim Wiederhake authored
    This changes the return type of "gdb.BtraceInstruction.data ()" from
    "memoryview" to "buffer" on Python 2.7 and below, similar to what
    "gdb.Inferior.read_memory ()" does.
    cee59b3f
    History
    Fix break on Python 2
    Tim Wiederhake authored
    This changes the return type of "gdb.BtraceInstruction.data ()" from
    "memoryview" to "buffer" on Python 2.7 and below, similar to what
    "gdb.Inferior.read_memory ()" does.