teemperor added inline comments.
================ Comment at: source/Core/Debugger.cpp:805 const char *term = getenv("TERM"); if (term && !strcmp(term, "dumb")) SetUseColor(false); ---------------- aprantl wrote: > aprantl wrote: > > Shouldn't this check be obsolete now? > You can probably test that by running env TERM=dumb lldb LLVM doesn't seem to check for this environment variable from what I see, so the new code doesn't include this functionality. And it's technically a good thing to check for this, so I think we should let it stay until LLVM also adds this feature. Repository: rLLDB LLDB https://reviews.llvm.org/D51243 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits