delve v1.4.1 Release Notes

Release Date: 2020-05-22 // almost 4 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for linux/386 added (@chainhelen)
    • ๐Ÿš€ DAP server initial release (@polinasok, @eliben, @hyangah)
    • ๐Ÿ†• New command examinemem (or x) allows users to examine raw memory (@chainhelen)
    • ๐Ÿ†• New command display allows users to print value of an expression every time the program stops (@aarzilli)
    • ๐Ÿ†• New flag --tty allows users to supply a TTY for the debugged program to use (@derekparker)
    • ๐Ÿ‘ Coredump support added for Arm64 (@ossdev07)
    • ๐Ÿ–จ Ability to print goroutine labels (@aarzilli)
    • ๐Ÿ‘ Allow printing registers for arbitrary stack frames (@aarzilli)
    • โž• Add disassemble-flavor to config to specify assembly syntax (@chainhelen)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow function calls on non-struct types (@derekparker)
    • ๐Ÿ“œ Dwarf line parsing bug fix (@klemens-morgenstern)
    • ๐Ÿ‘Œ Improved error message when building Delve on unsupported systems (@aarzilli)
    • ๐Ÿ‘Œ Improved error message when trying to execute a binary in an invalid format for host system (@derekparker)
    • ๐Ÿ›  Fix panic in Delve when using call command with some invalid input (@chainhelen)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved output from dlv trace and trace REPL commands (@derekparker)
    • ๐ŸŽ Conditional breakpoint performance improvements (@aarzilli)
    • ๐ŸŽ Thread register loading performance improvement on gdbserial backend (@derekparker)
    • โฌ‡๏ธ Reduce default log level to error (@aarzilli)
    • Linux memory read/write optimization using process_vm_read/write (@cuviper)
    • Terminal output of commands divided into categories (@aarzilli)
    • ๐Ÿ‘‰ Use less permissive file settings on history file (@derekparker)
    • Autogenerated interface method calls wrappers now automatically stepped through (@aarzilli)