Skip to content

0.7.10

Latest

Choose a tag to compare

@daniel5151 daniel5151 released this 10 Mar 15:13

New Features

  • GdbStubStateMachineInner::report_stop_with_regs - new API to pass expedited register values in the stop reply T-packet. #189 (cfallin)

New Protocol Extensions

  • Wasm - (LLDB extension) Wasm-specific actions (i.e: reading Wasm call stack, and global/local/stack vars). #188 (cfallin)
  • ProcessInfo + HostInfo - (LLDB extension) Report key/value metadata about the host / process being debugged. #190 (cfallin)

Internal Improvements

  • Dependencies: Switch from paste to pastey. #187 (Maiux92)