We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9fdcb4 + 5135465 commit b867e31Copy full SHA for b867e31
lldb/source/Plugins/Language/Swift/SwiftFrameRecognizers.h
@@ -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