summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304055:markj2016-08-311-0/+5
* DWARF emitted by clang 3.7 encodes array sizes using the DW_AT_countmarkj2015-10-241-0/+4
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-171-2/+2
* Fix a couple of bugs around the handling of structs and unions of size zero.markj2014-11-161-2/+8
* Only declare `bysz' variable under little endian archs.kaiw2014-01-291-1/+4
* Simplify DWARF version check.kaiw2014-01-251-8/+2
* Let ctfconvert accept DWARF version 3 and 4.kaiw2014-01-221-3/+6
* Clang 3.4 will sometimes emit DIE for struct/union member beforekaiw2014-01-201-3/+21
* * Make die_mem_offset() be able to handle DW_AT_data_member_locationkaiw2014-01-191-9/+57
* We should not set the unnamed DIE's name to "__anon__" since that willkaiw2014-01-171-1/+1
* If function die_name() finds a DIE without a name, set its name tokaiw2014-01-161-0/+2
* Convert ctfconvert to use the new libdwarf API.kaiw2014-01-161-30/+34
* Merge various CTF fixes from illumospfg2013-08-261-5/+65
* Fix a segfault in ctfmerge due to a bug in gcc.pfg2013-07-261-2/+40
* Use FreeBSD's libdwarf which is BSD licensed instead of the GPL'd one thatjb2008-04-261-137/+105
* Vendor import of the full userland contrib part of DTrace support fromjb2008-04-261-105/+137
* Vendor import of the CTF (Compact C Type Format) code used by DTracejb2008-04-251-0/+1848
OpenPOWER on IntegriCloud