h4ck3rm1k3 / gogccintro

golang interfaces for the gcc introspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gogccintro

golang interfaces for the gcc introspector

Build Status GoDoc

Install

go get github.com/h4ck3rm1k3/gogccintro

Usage

Compile programs with these flags to get tu files

CFLAGS=-O0 -fdump-translation-unit -save-temps
CPPFLAGS=-O0 -fdump-translation-unit -save-temps
CXXFLAGS=-O0 -fdump-translation-unit -save-temps

Author

James Michael Du Pont [jamesmikedupont@gmail.com]

Copyright & License

Copyright (c) 2017, James Michael Du Pont. All rights reserved. Use of this source code is governed by a AGPL-style license that can be found in the LICENSE file.

About

golang interfaces for the gcc introspector

License:GNU Affero General Public License v3.0


Languages

Language:Go 98.4%Language:Protocol Buffer 0.9%Language:Turing 0.4%Language:Makefile 0.2%Language:Perl 6 0.0%Language:Shell 0.0%