[all-commits] [llvm/llvm-project] 6ee96d: [lldb/Reproducers] Add missing instrumentation for...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Dec 4 18:20:25 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ee96ddec89774a534ec93de7266a0bf38de07e8
      https://github.com/llvm/llvm-project/commit/6ee96ddec89774a534ec93de7266a0bf38de07e8
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M lldb/source/API/SBFile.cpp

  Log Message:
  -----------
  [lldb/Reproducers] Add missing instrumentation for SBFile (2/2)

Found another issue while running TestDefaultConstructorForAPIObjects.


  Commit: 039d4b3aa20a8f36ad058f2b9692b73c6909c612
      https://github.com/llvm/llvm-project/commit/039d4b3aa20a8f36ad058f2b9692b73c6909c612
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M lldb/source/API/SBFileSpec.cpp

  Log Message:
  -----------
  [lldb/Reproducers] Don't instrument SBFileSpec::GetPath

This method uses a char* and length as output arguments and the
reproducer instrumentation doesn't know how to deal with that (yet).


Compare: https://github.com/llvm/llvm-project/compare/3d43c73f26f2...039d4b3aa20a


More information about the All-commits mailing list