Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.2% on proxy.golang.org
Top 2.5% dependent packages on proxy.golang.org
Top 4.8% dependent repos on proxy.golang.org
Top 4.6% forks on proxy.golang.org

proxy.golang.org : github.com/cyrus-and/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/cyrus-and/gdb
Keywords: debugger, gdb, go
License: MIT
Latest release: about 1 year ago
First release: almost 2 years ago
Namespace: github.com/cyrus-and
Dependent packages: 5
Dependent repositories: 1
Stars: 74 on GitHub
Forks: 23 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 9 days ago

    Loading...
    Readme
    Loading...