From a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Fri, 24 Sep 2021 17:11:54 -0700 Subject: [PATCH] Add pragma to make it easier to find "image list" impl I couldn't find it; make this easier for next time. --- lldb/source/Commands/CommandObjectTarget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 439ac45..3112216 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -2834,6 +2834,7 @@ protected: OptionGroupUInt64 m_slide_option; }; +#pragma mark CommandObjectTargetModulesList // List images with associated information #define LLDB_OPTIONS_target_modules_list #include "CommandOptions.inc" -- 2.7.4