Skip to content

Commit 2b3319d

Browse files
committed
fixup! [lldb][Process/FreeBSDKernel] Add ppc64le support
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
1 parent 70838f6 commit 2b3319d

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_ppc64le.cpp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
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

lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_ppc64le.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

187187
Changes to BOLT
188188
---------------

0 commit comments

Comments
 (0)