Currently, launching lldb-gdbserver from platform on Android requires root for
mkfifo() and an explicit TMPDIR variable. This should remove both requirements.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lldb/trunk/tools/lldb-server/lldb-gdbserver.cpp | ||
---|---|---|
322 | Could we pass Pipe by reference here? Otherwise ~Pipe is called twice trying to close the same pipe descriptor more than once. |
Could we pass Pipe by reference here? Otherwise ~Pipe is called twice trying to close the same pipe descriptor more than once.