[all-commits] [llvm/llvm-project] 91aa67: [lldb/Reproducers] Add (de)serialization overload ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jan 29 14:08:34 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 91aa67bf290bc7f877b1b90128284863bc31aa43
      https://github.com/llvm/llvm-project/commit/91aa67bf290bc7f877b1b90128284863bc31aa43
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/source/Utility/ReproducerInstrumentation.cpp

  Log Message:
  -----------
  [lldb/Reproducers] Add (de)serialization overload for char**

This patch adds an overload to serialize and deserialize char** types.
This is necessary for things like the SBLaunchInfo ctor. We serialize
the array length followed by each individual item.




More information about the All-commits mailing list