[Lldb-commits] [PATCH] D153918: [lldb][NFCI] Deprecate	SBValue::GetOpaqueType
    Alex Langford via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Jul  3 12:18:53 PDT 2023
    
    
  
bulbazord updated this revision to Diff 536865.
bulbazord added a comment.
Address feedback
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();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153918.536865.patch
Type: text/x-patch
Size: 366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230703/2467a256/attachment.bin>
    
    
More information about the lldb-commits
mailing list