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

I couldn't find it; make this easier for next time.
This commit is contained in:
Jason Molenda 2021-09-24 17:11:54 -07:00
parent 5cb210862b
commit a2e1d68fa9
1 changed files with 1 additions and 0 deletions

View File

@ -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"