[Lldb-commits] [PATCH] D68723: Fix process launch failure on FreeBSD after r365761
David CARLIER via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 9 23:34:46 PDT 2019
devnexen added inline comments.
================
Comment at: source/Plugins/Process/FreeBSD/ProcessMonitor.cpp:733
// Finally, start monitoring the child process for change in state.
- m_monitor_thread = Host::StartMonitoringChildProcess(
+ auto monitor_thread = Host::StartMonitoringChildProcess(
std::bind(&ProcessMonitor::MonitorCallback, this, _1, _2, _3, _4),
----------------
nit: Would prefer obvious typing but can go along with it, just a detail.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68723/new/
https://reviews.llvm.org/D68723
More information about the lldb-commits
mailing list