[Lldb-commits] [lldb] [lldb][FreeBSD] Add dynamic loader handle class for FreeBSD Kernel (PR #67106)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 26 10:00:31 PDT 2023
================
@@ -0,0 +1,172 @@
+//===-- DynamicLoaderFreeBSDKernel.h
+//------------------------------------------===//
----------------
clayborg wrote:
Fix this comment line to be a single line and also include the C++ stuff for editors:
```
//===-- DynamicLoaderFreeBSDKernel.h -----------------------*- C++ -*-===//
```
https://github.com/llvm/llvm-project/pull/67106
More information about the lldb-commits
mailing list