[all-commits] [llvm/llvm-project] 640d0b: [lldb/Lua] Add string conversion operator for SBTa...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jan 7 12:02:00 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 640d0ba8760051afc002c672121c6989517fc94e
      https://github.com/llvm/llvm-project/commit/640d0ba8760051afc002c672121c6989517fc94e
  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:
  -----------
  [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