Print this page
10823 should ignore DW_TAG_subprogram with DW_AT_declaration tags
10824 GCC7-derived CTF can double qualifiers on arrays
10825 ctfdump -c drops last type
10826 ctfdump -c goes off the rails with a missing parent
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Jason King <jason.king@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
@@ -8,11 +8,11 @@
* source. A copy of the CDDL is also available via the Internet at
* http://www.illumos.org/license/CDDL.
*/
/*
- * Copyright (c) 2019, Joyent, Inc.
+ * Copyright 2019, Joyent, Inc.
*/
#ifndef _CHECK_COMMON_H
#define _CHECK_COMMON_H
@@ -101,11 +101,11 @@
/*
* Given a symbol name which refers to a type, walks all the references of that
* type and checks against it with each subsequent entry.
*/
extern boolean_t ctftest_check_descent(const char *, ctf_file_t *,
- const check_descent_t *);
+ const check_descent_t *, boolean_t);
/*
* Checks that all of the listed members of an enum are present and have the
* right values.
*/