Skip to content

Commit 5135465

Browse files
committed
Add missing file lldb/source/Plugins/Language/Swift/SwiftFrameRecognizers.h
1 parent 93e584a commit 5135465

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
//===-- SwiftFrameRecognizers.h ---------------------------------*- C++ -*-===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
9+
#ifndef liblldb_SwiftFrameRecognizers_h_
10+
#define liblldb_SwiftFrameRecognizers_h_
11+
12+
#include "lldb/Target/StackFrameRecognizer.h"
13+
14+
namespace lldb_private {
15+
16+
void RegisterSwiftFrameRecognizers(Process &process);
17+
18+
} // namespace lldb_private
19+
20+
#endif

0 commit comments

Comments
 (0)