diff options
Diffstat (limited to 'include/lldb/Symbol/VariableList.h')
| -rw-r--r-- | include/lldb/Symbol/VariableList.h | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/include/lldb/Symbol/VariableList.h b/include/lldb/Symbol/VariableList.h index 2ce6146f4627..08efd3d5b9a1 100644 --- a/include/lldb/Symbol/VariableList.h +++ b/include/lldb/Symbol/VariableList.h @@ -49,10 +49,16 @@ public:      lldb::VariableSP      FindVariable (const ConstString& name); +     +    lldb::VariableSP +    FindVariable (const ConstString& name, lldb::ValueType value_type);      uint32_t      FindVariableIndex (const lldb::VariableSP &var_sp); - +     +    size_t +    AppendVariablesIfUnique(VariableList &var_list); +          // Returns the actual number of unique variables that were added to the      // list. "total_matches" will get updated with the actualy number of      // matches that were found regardless of whether they were unique or not  | 
