diff options
author | Jason Molenda <jason@molenda.com> | 2021-09-24 17:11:54 -0700 |
---|---|---|
committer | Jason Molenda <jason@molenda.com> | 2021-09-24 17:13:03 -0700 |
commit | a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c (patch) | |
tree | 50cf636166183ca8d8063f0c4fb7dd93cdac4b76 /lldb/source/Commands/CommandObjectTarget.cpp | |
parent | 5cb210862be45da1025fa8a9db4f52388340eade (diff) | |
download | llvm-a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c.zip llvm-a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c.tar.gz llvm-a2e1d68fa97de9fe1d8eaf6e03e65c225dfbc52c.tar.bz2 |
Add pragma to make it easier to find "image list" impl
I couldn't find it; make this easier for next time.
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectTarget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |