Add support for CTF forward declarations.
Details
Details
Diff Detail
Diff Detail
| Paths 
 |  Differential  D156483  
[lldb] Support CTF forward declarations ClosedPublic Authored by JDevlieghere on Jul 27 2023, 1:43 PM. 
Details Summary Add support for CTF forward declarations. 
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 27 2023, 2:22 PM Closed by commit rG9c70a3d9178f: [lldb] Support CTF forward declarations (authored by JDevlieghere).  ·  Explain WhyJul 28 2023, 7:10 PM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 544925 lldb/source/Plugins/SymbolFile/CTF/CTFTypes.h
 lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.h
 lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp
 lldb/test/API/macosx/ctf/TestCTF.py
 lldb/test/API/macosx/ctf/test.c
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
It takes a StringRef directly, no need to yoink out the pointer and re-create it.