Logo
Explore Help
Sign In
intel/llvm
1
0
Fork 0
You've already forked llvm
mirror of https://github.com/intel/llvm.git synced 2026-01-13 11:02:04 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
515c3bdda00b274e6ba69d7ea9947fbf6b3d07b5
llvm/lldb/bindings/interface/SBStructuredDataDocstrings.i

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
167 B
OpenEdge ABL
Raw Normal View History

[lldb] Replace SB swig interfaces with API headers Instead of maintaining separate swig interface files, we can use the API headers directly. They implement the exact same C++ APIs and we can conditionally include the python extensions as needed. To remove the swig extensions from the API headers when building the LLDB framework, we can use the unifdef tool when it is available. Otherwise we just copy them as-is. Differential Revision: https://reviews.llvm.org/D142926
2023-01-26 17:33:33 -08:00
%feature("docstring",
"A class representing a StructuredData event.
This class wraps the event type generated by StructuredData features."
) lldb::SBStructuredData;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1944ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API