Problem caught on NetBSD with missing getopt_long_only(3).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/lldb-server/lldb-gdbserver.cpp | ||
---|---|---|
10 ↗ | (On Diff #34399) | I suspect that this should #include "lldb/Host/HostGetOpt.h" instead, and that it should be down below with the other Host includes. |
tools/lldb-server/lldb-gdbserver.cpp | ||
---|---|---|
30 ↗ | (On Diff #35923) | This should be lldb/Host/HostGetOpt.h and not lldb/Host/common/GetOptInc.h. |