Skip to content

Releases: ssbssa/gdb

gdb 8.2.1.20190223

23 Feb 19:31
Compare
Choose a tag to compare

Added functionality:

  • Read Windows minidump files
  • Show information of last exception in $_siginfo convenience variable
  • Syntax highlighting in TUI
  • Relocate main executable if necessary (ASLR)
  • Use thread description for thread name
  • Use executable path of minidump as program to be debugged
  • Create/enable/disable/delete breakpoints in TUI with mouse
  • Change size of windows in TUI with mouse
  • Enable creation of new console for child process by default

Added commands:

  • minidump
    Save minidump file of the debugged process
  • minidump-full
    Save minidump file with full memory of the debugged process
  • jit-install
    Install as JIT debugger
  • jit-uninstall
    Uninstall JIT debugger
  • console
    Resize console
  • set minidump-search-path
    Set the search path for shared library symbol files of minidumps
    Can include symbol servers
  • find-library
    Find shared library by address

gdb 8.2.1.20190210

10 Feb 17:17
Compare
Choose a tag to compare

Added functionality:

  • Read Windows minidump files
  • Show information of last exception in $_siginfo convenience variable
  • Syntax highlighting in TUI
  • Relocate main executable if necessary (ASLR)
  • Use thread description for thread name

Added commands:

  • minidump
    Save minidump file of the debugged process
  • minidump-full
    Save minidump file with full memory of the debugged process
  • jit-install
    Install as JIT debugger
  • jit-uninstall
    Uninstall JIT debugger
  • console
    Resize console

gdb 8.2.1.20190206

06 Feb 18:54
Compare
Choose a tag to compare

Added functionality:

  • Read Windows minidump files
  • Show information of last exception in $_siginfo convenience variable
  • Syntax highlighting in TUI
  • Relocate main executable if necessary (ASLR)

Added commands:

  • minidump
    Save minidump file of the debugged process
  • minidump-full
    Save minidump file with full memory of the debugged process
  • jit-install
    Install as JIT debugger
  • jit-uninstall
    Uninstall JIT debugger
  • console
    Resize console

gdb 8.2.1.20190202

02 Feb 19:03
Compare
Choose a tag to compare

Added functionality:

  • Read Windows minidump files
  • Show information of last exception in $_siginfo convenience variable
  • Syntax highlighting in TUI

Added commands:

  • minidump
    Save minidump file of the debugged process
  • minidump-full
    Save minidump file with full memory of the debugged process
  • jit-install
    Install as JIT debugger
  • jit-uninstall
    Uninstall JIT debugger
  • console
    Resize console