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-26 03:56:16 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
2f5c836e08164ce8835d520001042efe93caf950
llvm/lldb/bindings/interface/SBVariablesOptionsDocstrings.i

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

4 lines
136 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",
"Describes which variables should be returned from :py:class:`SBFrame.GetVariables`."
) lldb::SBVariablesOptions;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1692ms 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