[Lldb-commits] [lldb] a2e1d68 - Add pragma to make it easier to find "image list" impl

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 24 17:13:17 PDT 2021


Author: Jason Molenda
Date: 2021-09-24T17:13:03-07:00
New Revision: a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c

URL: https://github.com/llvm/llvm-project/commit/a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c
DIFF: https://github.com/llvm/llvm-project/commit/a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c.diff

LOG: Add pragma to make it easier to find "image list" impl

I couldn't find it; make this easier for next time.

Added: 
    

Modified: 
    lldb/source/Commands/CommandObjectTarget.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp
index 439ac45bfbec..3112216f8a35 100644
--- a/lldb/source/Commands/CommandObjectTarget.cpp
+++ b/lldb/source/Commands/CommandObjectTarget.cpp
@@ -2834,6 +2834,7 @@ class CommandObjectTargetModulesLoad
   OptionGroupUInt64 m_slide_option;
 };
 
+#pragma mark CommandObjectTargetModulesList
 // List images with associated information
 #define LLDB_OPTIONS_target_modules_list
 #include "CommandOptions.inc"


        


More information about the lldb-commits mailing list