Skip to content

Releases: anfedotoff/gdb-command

Release v0.7.8

10 Mar 18:11

Choose a tag to compare

  • Fix strip_prefix - strip prefix from module name, also (#35)

Release v0.7.7

07 Feb 20:55

Choose a tag to compare

  • Add strip_prefix method for Stacktrace #34

Release v0.7.6

01 Sep 09:42

Choose a tag to compare

  • Fix gdb execution with timeout

Release v0.7.5

14 Aug 14:05

Choose a tag to compare

  • Timeout support for gdb execution

Release v0.7.4

27 Mar 08:57

Choose a tag to compare

  • Fix multiple arguments handling together with stdin for run command

Release v0.7.3

24 Mar 14:00

Choose a tag to compare

  • Update crate dependencies and documentation

Release v0.7.2

22 Feb 12:02

Choose a tag to compare

  • Derive Default in MemoryObject

Release v0.7.1

22 Dec 08:27

Choose a tag to compare

  • Fix regular expression for extraction signal information from gdb.

Release v0.7.0

12 Dec 15:40

Choose a tag to compare

  • parse method to process raw gdb-command output

Release v0.6.3

18 Nov 18:35

Choose a tag to compare

  • Better error information when GDB failed to launch