1/* 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 2011 Joseph Koshy. All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: 9 * 1. Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 11 * 2. Redistributions in binary form must reproduce the above copyright 12 * notice, this list of conditions and the following disclaimer in the 13 * documentation and/or other materials provided with the distribution. 14 * 15 * This software is provided by Joseph Koshy ``as is'' and 16 * any express or implied warranties, including, but not limited to, the 17 * implied warranties of merchantability and fitness for a particular purpose 18 * are disclaimed. in no event shall Joseph Koshy be liable 19 * for any direct, indirect, incidental, special, exemplary, or consequential 20 * damages (including, but not limited to, procurement of substitute goods 21 * or services; loss of use, data, or profits; or business interruption) 22 * however caused and on any theory of liability, whether in contract, strict 23 * liability, or tort (including negligence or otherwise) arising in any way 24 * out of the use of this software, even if advised of the possibility of 25 * such damage. 26 */ 27 28comment = "DWARF access library" 29 30desc = <<EOD 31The DWARF Access Library provides functions that allow an application to read 32and write debugging information in object files. The format of debugging 33information accessible through this API is defined by the DWARF standard. 34EOD 35 36annotations { 37 set = "optional,optional-jail" 38} 39