[lldb/API] Implement the copy (assignment) constructor for SBLaunchInfo
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 29 Jan 2020 00:44:30 +0000 (16:44 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 29 Jan 2020 00:44:58 +0000 (16:44 -0800)
commit1dfe7b5be63e9d80e2704255dbeb6813cc7f6e57
tree2974534bfde2bee57cfdc3e7cac90548052eaf57
parent95cb22d0f9f3b01703f01baacec3ea6c6d5df22b
[lldb/API] Implement the copy (assignment) constructor for SBLaunchInfo

Currently the constructor is compiler generated which means it doesn't
get instrumented for the reproducers.
lldb/include/lldb/API/SBLaunchInfo.h
lldb/source/API/SBLaunchInfo.cpp