diff options
Diffstat (limited to 'lldb/include/lldb/Core/ArchSpec.h')
-rw-r--r-- | lldb/include/lldb/Core/ArchSpec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/ArchSpec.h b/lldb/include/lldb/Core/ArchSpec.h index 4b253d9a35d..60e823354f5 100644 --- a/lldb/include/lldb/Core/ArchSpec.h +++ b/lldb/include/lldb/Core/ArchSpec.h @@ -142,6 +142,10 @@ public: const ArchSpec& operator= (const ArchSpec& rhs); + static uint32_t + AutoComplete (const char *name, + StringList &matches); + //------------------------------------------------------------------ /// Returns a static string representing the current architecture. /// |