[all-commits] [llvm/llvm-project] 4b8468: [crashlog] Move crash log parsing into its own class

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Nov 3 09:04:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b846820445ef33a099a19b5df983ed2f9d6e067
      https://github.com/llvm/llvm-project/commit/4b846820445ef33a099a19b5df983ed2f9d6e067
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
    M lldb/examples/python/crashlog.py
    A lldb/test/Shell/ScriptInterpreter/Python/Crashlog/crashlog.test
    A lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive.test
    A lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg
    R lldb/test/Shell/ScriptInterpreter/Python/crashlog.test

  Log Message:
  -----------
  [crashlog] Move crash log parsing into its own class

Move crash log parsing out of the CrashLog class and into its own class
and add more tests.

Differential revision: https://reviews.llvm.org/D90664




More information about the All-commits mailing list