[Lldb-commits] [lldb] [lldb] add javascript scripting support (PR #165805)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 31 13:16:34 PDT 2025


================
@@ -0,0 +1,121 @@
+//===-- ScriptInterpreterJavaScript.h ---------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef liblldb_ScriptInterpreterJavaScript_h_
+#define liblldb_ScriptInterpreterJavaScript_h_
----------------
JDevlieghere wrote:

We should match the header guard style of the rest of LLDB. I think there's a clang-tidy check that does that automatically. 

https://github.com/llvm/llvm-project/pull/165805


More information about the lldb-commits mailing list