proxy.golang.org : github.com/xyproto/gdb
Package gdb provides a convenient way to interact with the GDB/MI interface. The methods offered by this module are very low level, the main goals are: - avoid the tedious parsing of the MI2 line-based text interface; The objects returned as a result of the commands or as asynchronous notifications are generic Go maps suitable to be converted to JSON format with json.Unmarshal(). The fields present in such objects are blindly added according to the records returned from GDB (see https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Output-Syntax.html): tuples are map[string]interface{} and lists are []interface{}. There are a couple of exceptions to this: - the record class, where present, is represented by the "class" field; - the optional result list is stored into a tuple under the "payload" field.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/xyproto/gdb
License: MIT
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/xyproto
Last synced: 4 days ago