[all-commits] [llvm/llvm-project] 718110: [debugserver] Correctly pass argv[0] to execl
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 15 18:42:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71811048c0061c2ecf9aa6ce14c41f3f6ecf8aa9
https://github.com/llvm/llvm-project/commit/71811048c0061c2ecf9aa6ce14c41f3f6ecf8aa9
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M lldb/tools/debugserver/source/DNB.cpp
Log Message:
-----------
[debugserver] Correctly pass argv[0] to execl
The execl function takes both the executable and argv[0].
More information about the All-commits
mailing list