[all-commits] [llvm/llvm-project] 06d122: Re-land "[lldb/Lua] Add string conversion operator...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 7 13:43:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 06d122bc4236bf0d049eab72d883c98cfc2a9901
https://github.com/llvm/llvm-project/commit/06d122bc4236bf0d049eab72d883c98cfc2a9901
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M lldb/scripts/Python/python-extensions.swig
A lldb/scripts/extensions.swig
M lldb/scripts/lldb.swig
M lldb/scripts/lldb_lua.swig
Log Message:
-----------
Re-land "[lldb/Lua] Add string conversion operator for SBTarget."
Extend the SBTarget class with a string conversion operator and reuse
the same code between Python and Lua. This should happen for all the SB
classes, but I'm doing just this one as an example and for use in a test
case.
More information about the All-commits
mailing list