File tree Expand file tree Collapse file tree
lldb/source/Plugins/Process/FreeBSDKernel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // ===-- RegisterContextFreeBSDKernel_ppc64le.cpp
2- // ---------------------------===//
1+ // ===----------------------------------------------------------------------===//
32//
43// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54// See https://llvm.org/LICENSE.txt for license information.
65// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76//
87// ===----------------------------------------------------------------------===//
8+ // /
9+ // / \file
10+ // / This file contains the definition of the
11+ // / RegisterContextFreeBSDKernel_ppc64le class, which is used for reading
12+ // / registers from PCB on ppc64le kernel dump.
13+ // /
14+ // ===----------------------------------------------------------------------===//
915
1016#include " RegisterContextFreeBSDKernel_ppc64le.h"
1117
Original file line number Diff line number Diff line change 1- // ===-- RegisterContextFreeBSDKernel_ppc64le.h ------------------*- C++ -* -===//
1+ // ===--------------------------------------------------------------------- -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8+ // /
9+ // / \file
10+ // / This file contains the declaration of the
11+ // / RegisterContextFreeBSDKernel_ppc64le class, which is used for reading
12+ // / registers from PCB on ppc64le kernel dump.
13+ // /
14+ // ===----------------------------------------------------------------------===//
815
916#ifndef LLDB_SOURCE_PLUGINS_PROCESS_FREEBSDKERNEL_REGISTERCONTEXTFREEBSDKERNEL_PPC64LE_H
1017#define LLDB_SOURCE_PLUGINS_PROCESS_FREEBSDKERNEL_REGISTERCONTEXTFREEBSDKERNEL_PPC64LE_H
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ Changes to LLDB
182182* Support for FreeBSD on MIPS64 has been removed.
183183* The minimum assumed version of FreeBSD is now 14. The effect of which is that watchpoints are
184184 assumed to be supported.
185- * Kernel debugging support for PPC64le on FreeBSD has been added.
185+ * Kernel debugging support for FreeBSD on PPC64le has been added.
186186
187187Changes to BOLT
188188---------------
You can’t perform that action at this time.
0 commit comments