[Lldb-commits] [lldb] [lldb] Realpath symlinks for breakpoints (PR #102223)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 13 15:08:17 PDT 2024


================
@@ -0,0 +1,77 @@
+//===-- RealpathPrefixes.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 LLDB_CORE_REALPATHPREFIXES_H
----------------
bulbazord wrote:

nit: `LLDB_UTILITY_REALPATHPREFIXES_H`

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


More information about the lldb-commits mailing list