aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/tools
Commit message (Expand)AuthorAgeFilesLines
* ctfmerge: demote "No ctf sections found" to a warningEd Maste2024-02-141-8/+2
* ctfmerge: Remove function cast of strcompare() for qsort()Minsoo Choo2024-02-031-1/+1
* ctfconvert: Handle DW_AT_data_bit_offsetMark Johnston2024-01-021-1/+3
* ctfconvert: Integer encoding types are unsignedMark Johnston2023-06-281-3/+3
* ctf: Remove unused function prototype for getpname()Zhenlei Huang2023-02-261-2/+0
* ctfdump: Use getprogname()Zhenlei Huang2023-02-232-25/+1
* ctfconvert: Actually use the asprintf() helperMark Johnston2022-08-031-1/+1
* ctfconvert: Give bitfield types names distinct from the base typeMark Johnston2022-08-033-3/+19
* ctfdump: Remove definitions of warn() and vwarn()Mark Johnston2022-04-213-31/+2
* zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska2022-03-081-2/+2
* ctf: Avoid passing a caddr_t to roundup2()Mark Johnston2022-03-071-1/+1
* ctf: Fix a -Wunused-but-set-variable warningMark Johnston2022-03-071-2/+0
* ctf: Add v3 support to CTF tools, ctf{convert,dump,merge}Mark Johnston2022-03-073-271/+472
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-1/+1
* ctfconvert: Rip out STABS supportMark Johnston2022-02-106-1825/+0
* ctfconvert: Handle arrays of empty structsMark Johnston2021-12-311-2/+10
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+1
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-071-0/+10
* ctfmerge: Fix missing pthread_cond_init()Alex Richardson2020-08-061-0/+1
* Fix a Wvoid-pointer-to-enum-cast warning missed in r359978.Brooks Davis2020-07-061-1/+1
* Revert r360445Bryan Drewery2020-04-282-8/+10
* ctfmerge: Assert that there is enough room for types.Bryan Drewery2020-04-282-10/+8
* Increase ctfconvert buffer sizeLeandro Lupori2019-02-251-1/+1
* Process CUs with a language attribute of DW_LANG_Mips_Assembler.Mark Johnston2018-06-111-1/+2
* Don't process DWARF generated from non-C/C++ code.Mark Johnston2018-06-091-3/+22
* ctf dwarf: don't report "no dwarf entry" as if it were an errorMatt Macy2018-05-191-3/+6
* ctfconvert: silence useless enum has too many values warningMatt Macy2018-05-191-2/+0
* ctfconvert: Fix minor memory leaks in STABS parserConrad Meyer2018-03-271-1/+5
* ctfconvert/ctfmerge: Fix a memory leak enumerating DWARF filesConrad Meyer2018-03-261-0/+1
* Revert r253678, r253661:Pedro F. Giffuni2016-12-034-55/+6
* Fix handling of forward enum declarations in the CTF tools.Mark Johnston2016-08-132-1/+7
* Remove a dead local variable, missed in r274565.Mark Johnston2016-01-141-2/+0
* 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