File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* SPDX-License-Identifier: GPL-2.0 */
12#ifndef _KDB_H
23#define _KDB_H
34
45/*
56 * Kernel Debugger Architecture Independent Global Headers
67 *
7- * This file is subject to the terms and conditions of the GNU General Public
8- * License. See the file "COPYING" in the main directory of this archive
9- * for more details.
10- *
118 * Copyright (c) 2000-2007 Silicon Graphics, Inc. All Rights Reserved.
129 * Copyright (C) 2000 Stephane Eranian <eranian@hpl.hp.com>
1310 * Copyright (C) 2009 Jason Wessel <jason.wessel@windriver.com>
Original file line number Diff line number Diff line change 1+ /* SPDX-License-Identifier: GPL-2.0 */
12/*
23 * This provides the callbacks and functions that KGDB needs to share between
34 * the core, I/O and arch-specific portions.
67 * Tom Rini <trini@kernel.crashing.org>
78 *
89 * 2001-2004 (c) Amit S. Kale and 2003-2005 (c) MontaVista Software, Inc.
9- * This file is licensed under the terms of the GNU General Public License
10- * version 2. This program is licensed "as is" without any warranty of any
11- * kind, whether express or implied.
1210 */
1311#ifndef _KGDB_H_
1412#define _KGDB_H_
Original file line number Diff line number Diff line change 1+ /* SPDX-License-Identifier: GPL-2.0 */
12/*
23 * Created by: Jason Wessel <jason.wessel@windriver.com>
34 *
45 * Copyright (c) 2009 Wind River Systems, Inc. All Rights Reserved.
5- *
6- * This file is licensed under the terms of the GNU General Public
7- * License version 2. This program is licensed "as is" without any
8- * warranty of any kind, whether express or implied.
96 */
107
118#ifndef _DEBUG_CORE_H_
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0
12/*
23 * Kernel Debugger Architecture Independent Breakpoint Handler
34 *
4- * This file is subject to the terms and conditions of the GNU General Public
5- * License. See the file "COPYING" in the main directory of this archive
6- * for more details.
7- *
85 * Copyright (c) 1999-2004 Silicon Graphics, Inc. All Rights Reserved.
96 * Copyright (c) 2009 Wind River Systems, Inc. All Rights Reserved.
107 */
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0
12/*
23 * Kernel Debugger Architecture Independent Stack Traceback
34 *
4- * This file is subject to the terms and conditions of the GNU General Public
5- * License. See the file "COPYING" in the main directory of this archive
6- * for more details.
7- *
85 * Copyright (c) 1999-2004 Silicon Graphics, Inc. All Rights Reserved.
96 * Copyright (c) 2009 Wind River Systems, Inc. All Rights Reserved.
107 */
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0
12/*
23 * Created by: Jason Wessel <jason.wessel@windriver.com>
34 *
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0
12/*
23 * Kernel Debugger Architecture Independent Console I/O handler
34 *
4- * This file is subject to the terms and conditions of the GNU General Public
5- * License. See the file "COPYING" in the main directory of this archive
6- * for more details.
7- *
85 * Copyright (c) 1999-2006 Silicon Graphics, Inc. All Rights Reserved.
96 * Copyright (c) 2009 Wind River Systems, Inc. All Rights Reserved.
107 */
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0
12/*
23 * Kernel Debugger Architecture Dependent Console I/O handler
34 *
4- * This file is subject to the terms and conditions of the GNU General Public
5- * License.
6- *
75 * Copyright (c) 1999-2006 Silicon Graphics, Inc. All Rights Reserved.
86 * Copyright (c) 2009 Wind River Systems, Inc. All Rights Reserved.
97 */
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: GPL-2.0
12/*
23 * Kernel Debugger Architecture Independent Main Code
34 *
4- * This file is subject to the terms and conditions of the GNU General Public
5- * License. See the file "COPYING" in the main directory of this archive
6- * for more details.
7- *
85 * Copyright (C) 1999-2004 Silicon Graphics, Inc. All Rights Reserved.
96 * Copyright (C) 2000 Stephane Eranian <eranian@hpl.hp.com>
107 * Xscale (R) modifications copyright (C) 2003 Intel Corporation.
Original file line number Diff line number Diff line change 1+ /* SPDX-License-Identifier: GPL-2.0 */
12#ifndef _KDBPRIVATE_H
23#define _KDBPRIVATE_H
34
You can’t perform that action at this time.
0 commit comments