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:
parent
5cb210862b
commit
a2e1d68fa9
|
@ -2834,6 +2834,7 @@ protected:
|
||||||
OptionGroupUInt64 m_slide_option;
|
OptionGroupUInt64 m_slide_option;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma mark CommandObjectTargetModulesList
|
||||||
// List images with associated information
|
// List images with associated information
|
||||||
#define LLDB_OPTIONS_target_modules_list
|
#define LLDB_OPTIONS_target_modules_list
|
||||||
#include "CommandOptions.inc"
|
#include "CommandOptions.inc"
|
||||||
|
|
Loading…
Reference in New Issue