This revision was automatically updated to reflect the committed changes.
Closed by commit rG20f99278dbb8: [lldb][NFCI] Deprecate SBValue::GetOpaqueType
(authored by bulbazord).
Herald added a subscriber: wangpc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153918/new/
https://reviews.llvm.org/D153918
Files:
lldb/include/lldb/API/SBValue.h
Index: lldb/include/lldb/API/SBValue.h
===================================================================
--- lldb/include/lldb/API/SBValue.h
+++ lldb/include/lldb/API/SBValue.h
@@ -283,6 +283,7 @@
uint32_t GetNumChildren(uint32_t max);
+ LLDB_DEPRECATED("SBValue::GetOpaqueType() is deprecated.")
void *GetOpaqueType();
lldb::SBTarget GetTarget();
Index: lldb/include/lldb/API/SBValue.h
===================================================================
--- lldb/include/lldb/API/SBValue.h
+++ lldb/include/lldb/API/SBValue.h
@@ -283,6 +283,7 @@
uint32_t GetNumChildren(uint32_t max);
+ LLDB_DEPRECATED("SBValue::GetOpaqueType() is deprecated.")
void *GetOpaqueType();
lldb::SBTarget GetTarget();
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits