Releases: TomMelt/mdb
Releases · TomMelt/mdb
v1.0.5
What's Changed
- Add plugin-based debugger backend support, refactor gdb & lldb by @armalikhani in #71
- docs: add known issues by @TomMelt in #72
- test: add vgdb example program and script by @TomMelt in #69
- Message header integration by @Accumulated in #75
- Add a plugin to support cuda-gdb by @armalikhani in #73
- Plot variables: Fix mdb termination by @Accumulated in #74
- feat: default hostname for attach by @TomMelt in #79
- feat: add dump function by @TomMelt in #80
- feat: add rust backends by @TomMelt in #81
- Small docs tweaks by @joewallwork in #82
- feat: add aliases for bcm, quit and help by @TomMelt in #85
- Add version command by @mscroggs in #83
- fix: Update asyncio with compatibility for Python 3.14 by @jrwrigh in #88
- Jrwrigh/mpich support by @jrwrigh in #89
- feat: add openssl env var and docs by @TomMelt in #91
- Better error message for missing gdb or debugger by @TomMelt in #92
New Contributors
- @armalikhani made their first contribution in #71
- @Accumulated made their first contribution in #75
- @joewallwork made their first contribution in #82
- @mscroggs made their first contribution in #83
- @jrwrigh made their first contribution in #88
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Bugfix fergus check by @TomMelt in #47
- Fixes to ci by @TomMelt in #37
- CI actually works (definitely!) by @fjebaker in #43
- bug: fix ordering of output from debuggers by @TomMelt in #49
- chore: remove temporary print statements from debug_client.py by @TomMelt in #50
- chore: remove unused listen method from AsyncExchangeServer by @TomMelt in #51
- docs: add example of target binary with args to docs by @TomMelt in #52
- feat: allow user to redirect stdout of target program by @TomMelt in #54
- feat: allow user to override config option name by @TomMelt in #55
- feat: add debug client connection status to launcher by @TomMelt in #56
- bugfix: join options string correctly by @TomMelt in #59
- bugfix fix support for multinode jobs by @TomMelt in #60
- chore: update workflow files by @TomMelt in #61
- bugfix: fix ctrl+c behaviour by @TomMelt in #62
- docs: add multinode support info by @TomMelt in #63
Full Changelog: 1.0.3...v1.0.4