[debugserver] Correctly pass argv[0] to execl
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 16 Feb 2021 02:38:21 +0000 (18:38 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 16 Feb 2021 02:42:21 +0000 (18:42 -0800)
commit71811048c0061c2ecf9aa6ce14c41f3f6ecf8aa9
treed9b0ffdadf472de4bdba1babec6154b9fb57e705
parent4946f37d842fe7bca1b4a30962e7b6acdd7a4a9d
[debugserver] Correctly pass argv[0] to execl

The execl function takes both the executable and argv[0].
lldb/tools/debugserver/source/DNB.cpp