Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 366 Bytes

Go bindings for udbserver

This package provides Go bindings for udbserver, allowing you to inspect and control the emulation state through a GDB client.

Installation

$ go get github.com/bet4it/udbserver/bindings/go/udbserver

Usage

Please refer to this example to learn how to use this package:

$ go run ./example