aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/tools/ctf
Commit message (Expand)AuthorAgeFilesLines
* DWARF emitted by clang 3.7 encodes array sizes using the DW_AT_countMark Johnston2015-10-241-0/+4
* Re-apply r274569. It was reverted in r276848 since that appeared to fixMark Johnston2015-08-281-1/+1
* Add a missing format string argument.Mark Johnston2015-03-151-1/+1
* MFV r279822:Mark Johnston2015-03-101-2/+0
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-101-2/+2
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-178-20/+20
* Revert r274569. It seems to be causing a crash when merging CTF data forMark Johnston2015-01-081-1/+1
* MFV r275536:Xin LI2014-12-061-4/+4
* Only compare visitation counters if they've both been set for the currentMark Johnston2014-11-161-1/+1
* Remove an incorrect optimization. The type IDs of each member of a struct orMark Johnston2014-11-161-11/+3
* Fix a couple of bugs around the handling of structs and unions of size zero.Mark Johnston2014-11-161-2/+8
* Only declare `bysz' variable under little endian archs.Kai Wang2014-01-291-1/+4
* Simplify DWARF version check.Kai Wang2014-01-251-8/+2
* Let ctfconvert accept DWARF version 3 and 4.Kai Wang2014-01-221-3/+6
* Clang 3.4 will sometimes emit DIE for struct/union member beforeKai Wang2014-01-201-3/+21
* * Make die_mem_offset() be able to handle DW_AT_data_member_locationKai Wang2014-01-191-9/+57
* We should not set the unnamed DIE's name to "__anon__" since that willKai Wang2014-01-171-1/+1
* If function die_name() finds a DIE without a name, set its name toKai Wang2014-01-161-0/+2
* Convert ctfconvert to use the new libdwarf API.Kai Wang2014-01-161-30/+34
* Merge various CTF fixes from illumosPedro F. Giffuni2013-08-261-5/+65
* Style issue in r253661.Pedro F. Giffuni2013-07-261-1/+1
* Fix a segfault in ctfmerge due to a bug in gcc.Pedro F. Giffuni2013-07-264-6/+55
* Fix -Wmissing-variable-declarations compiler warnings.Ed Schouten2013-04-194-8/+8
* Follow up to r247960 and rr247960 by also amending ctfmerge. For theDimitry Andric2013-04-011-2/+5
* Fix error in r247960: actually assign the basename to match.iim_file.Dimitry Andric2013-03-071-2/+1
* Make ctfconvert work correctly on clang-compiled object files. ClangDimitry Andric2013-03-071-0/+3
* Maintain target's byte order for multi-byte fields in CTF structures.Oleksandr Tymoshenko2012-03-244-3/+121
* In cddl/contrib/opensolaris/tools/ctf/cvt/ctfmerge.c, a size_t is passedDimitry Andric2011-12-161-1/+1
* MFV OpenSolaris DTrace userland bits.Rui Paulo2010-08-025-31/+78
* Catch up with r210324. d_buf will be NULL for SHT_NOBITS sections, do notNavdeep Parhar2010-07-231-1/+1
* Do not encode more than CTF_MAX_VLEN(1023) enum members.Alexander Kabaev2010-05-031-1/+8
* A lot of changes to make this code compile cleanly on FreeBSD.John Birrell2008-04-2623-224/+342
* Use FreeBSD's libdwarf which is BSD licensed instead of the GPL'd one thatJohn Birrell2008-04-261-137/+105
* We need to be consistent with prototype definitions. It isn't OK toJohn Birrell2008-04-261-8/+55
* Make this file compile cleanly.John Birrell2008-04-261-25/+25
* This commit was generated by cvs2svn to compensate for changes in r178528,John Birrell2008-04-2626-527/+394
* This commit was generated by cvs2svn to compensate for changes in r178481,John Birrell2008-04-2540-0/+13733