[Lldb-commits] [PATCH] D77096: Correct the duplicate pragma marks in CommandObjectTarget.cpp

Shivam Mittal via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 30 15:17:08 PDT 2020


shivammittal99 created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Resolve the two duplicated pragma marks in lldb/source/Commands/CommandObjectTarget.cpp


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77096

Files:
  lldb/source/Commands/CommandObjectTarget.cpp


Index: lldb/source/Commands/CommandObjectTarget.cpp
===================================================================
--- lldb/source/Commands/CommandObjectTarget.cpp
+++ lldb/source/Commands/CommandObjectTarget.cpp
@@ -571,7 +571,7 @@
   }
 };
 
-#pragma mark CommandObjectTargetSelect
+#pragma mark CommandObjectTargetDelete
 
 // "target delete"
 
@@ -2198,7 +2198,7 @@
   }
 };
 
-#pragma mark CommandObjectTargetModulesDumpSections
+#pragma mark CommandObjectTargetModulesDumpClangAST
 
 // Clang AST dumping command
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77096.253709.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200330/c6a16355/attachment-0001.bin>


More information about the lldb-commits mailing list