[all-commits] [llvm/llvm-project] 99ea2c: [lldb] Refactor the Symbolicator initializer

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Dec 3 14:32:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 99ea2c461d140c5a6b7da91061daa1cd9b3ec9b9
      https://github.com/llvm/llvm-project/commit/99ea2c461d140c5a6b7da91061daa1cd9b3ec9b9
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-12-03 (Thu, 03 Dec 2020)

  Changed paths:
    M lldb/examples/python/symbolication.py

  Log Message:
  -----------
  [lldb] Refactor the Symbolicator initializer

We found out that we have clients relying on the old signature of the
Symbolicator initializer. Make the signature compatible again and
provide a factory method to initialize the class correctly based on
whether you have a target or want the symbolicator to create one for
you.

Differential revision: D92601




More information about the All-commits mailing list