[PATCH] D85705: Add a "Trace" plug-in to LLDB to add process trace support in stages.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 14:40:47 PDT 2020


aprantl added inline comments.


================
Comment at: lldb/source/Commands/CommandObjectTrace.h:1
+//===-- CommandObjectTrace.h ----------------------------------------------===//
+//
----------------
Can you add `-*- C++ -*-` markers the the `.h` files you are adding? Otherwise tools (like phabricator) will think it's a C header.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85705/new/

https://reviews.llvm.org/D85705



More information about the llvm-commits mailing list