summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBFrame.i
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-091-364/+0
* [lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere2020-01-081-0/+2
* [lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHONJonas Devlieghere2019-12-081-0/+2
* [swig] Don't mess with swig internals.Jonas Devlieghere2019-07-021-79/+26
* Revert "[swig] Define attribute(ref) instead of accessing swig internals."Jonas Devlieghere2019-07-021-29/+79
* [swig] Define attribute(ref) instead of accessing swig internals.Jonas Devlieghere2019-07-021-79/+29
* Clean up docstrings in swig interface filesPavel Labath2019-04-181-89/+78
* Remove unneeded #ifdef SWIGsPavel Labath2019-04-091-3/+0
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+11
* Teach SBFrame how to guess its language.Jim Ingham2017-04-121-0/+8
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-061-0/+3
* Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.Oleksiy Vyalov2015-06-251-1/+7
* Revert rL240435: "Mark SBFrame::GetFunctionName and SBFrame::IsInlined as con...Oleksiy Vyalov2015-06-241-2/+2
* Mark SBFrame::GetFunctionName and SBFrame::IsInlined as const.Oleksiy Vyalov2015-06-231-2/+2
* Add a .parent property to SBFrame's Python interface which allows easy access...Enrico Granata2015-06-161-0/+10
* Add quick bit of doc about SBFrame::GetCFA().Jason Molenda2015-05-281-0/+6
* Added a new API to SBFrame:Greg Clayton2015-05-281-0/+3
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-0/+379
OpenPOWER on IntegriCloud