File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ class SyntheticChildrenFrontEnd {
5656 // / This function is assumed to always succeed and if it fails, the front-end
5757 // / should know to deal with it in the correct way (most probably, by refusing
5858 // / to return any children). The return value of \ref Update should actually
59- // / be interpreted as "ValueObjectSyntheticFilter cache is good/bad". If this
59+ // / be interpreted as "ValueObjectSynthetic cache is good/bad". If this
6060 // / function returns \ref lldb::ChildCacheState::eReuse, \ref
61- // / ValueObjectSyntheticFilter is allowed to use the children it fetched
62- // / previously and cached. Otherwise, \ref ValueObjectSyntheticFilter must
61+ // / ValueObjectSynthetic is allowed to use the children it fetched
62+ // / previously and cached. Otherwise, \ref ValueObjectSynthetic must
6363 // / throw away its cache, and query again for children.
6464 virtual lldb::ChildCacheState Update () = 0;
6565
Original file line number Diff line number Diff line change 1- // ===-- ValueObjectSyntheticFilter .h ----------------------------*- C++ -*-===//
1+ // ===-- ValueObjectSynthetic .h ----------------------------*- C++ -*-===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ add_lldb_library(lldbValueObject
1414 ValueObjectList.cpp
1515 ValueObjectMemory.cpp
1616 ValueObjectRegister.cpp
17- ValueObjectSyntheticFilter .cpp
17+ ValueObjectSynthetic .cpp
1818 ValueObjectUpdater.cpp
1919 ValueObjectVariable.cpp
2020 ValueObjectVTable.cpp
Original file line number Diff line number Diff line change 4646#include " lldb/ValueObject/ValueObjectConstResult.h"
4747#include " lldb/ValueObject/ValueObjectDynamicValue.h"
4848#include " lldb/ValueObject/ValueObjectMemory.h"
49- #include " lldb/ValueObject/ValueObjectSyntheticFilter .h"
49+ #include " lldb/ValueObject/ValueObjectSynthetic .h"
5050#include " lldb/ValueObject/ValueObjectVTable.h"
5151#include " lldb/lldb-private-types.h"
5252
Original file line number Diff line number Diff line change 1- // ===-- ValueObjectSyntheticFilter .cpp ------------------------------------===//
1+ // ===-- ValueObjectSynthetic .cpp ------------------------------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
88
9- #include " lldb/ValueObject/ValueObjectSyntheticFilter .h"
9+ #include " lldb/ValueObject/ValueObjectSynthetic .h"
1010
1111#include " lldb/Core/Value.h"
1212#include " lldb/DataFormatters/TypeSynthetic.h"
You can’t perform that action at this time.
0 commit comments