[all-commits] [llvm/llvm-project] 0ce3b7: [lldb] Add YAML traits for ArchSpec and ProcessIns...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Mar 12 14:44:31 PDT 2020


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

  Changed paths:
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp

  Log Message:
  -----------
  [lldb] Add YAML traits for ArchSpec and ProcessInstanceInfo

Add YAML traits for ArchSpec and ProcessInstanceInfo so they can be
serialized for the reproducers.

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




More information about the All-commits mailing list