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" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits