Rename PrintFieldsAndProperties() to FetchFieldsAndProperties()
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Mon, 10 Jul 2017 19:12:14 +0000 (22:12 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Mon, 13 Nov 2017 19:22:40 +0000 (22:22 +0300)
src/debug/debugger/varobj.cpp

index 0126275..0bcb83d 100644 (file)
@@ -102,7 +102,7 @@ HRESULT GetNumChild(ICorDebugValue *pValue,
     return S_OK;
 }
 
-static HRESULT PrintFieldsAndProperties(ICorDebugValue *pInputValue,
+static HRESULT FetchFieldsAndProperties(ICorDebugValue *pInputValue,
                                         ICorDebugType *pTypeCast,
                                         ICorDebugILFrame *pILFrame,
                                         std::vector<VarObjValue> &members,
@@ -201,7 +201,7 @@ HRESULT ListChildren(VarObjValue &objValue, ICorDebugFrame *pFrame, std::string
 
     bool has_static_members;
 
-    IfFailRet(PrintFieldsAndProperties(objValue.value,
+    IfFailRet(FetchFieldsAndProperties(objValue.value,
                                        NULL,
                                        pILFrame,
                                        members,