clayborg requested changes to this revision. clayborg added inline comments. This revision now requires changes to proceed.
================ Comment at: lldb/tools/lldb-mi/MICmdCmdData.cpp:419 + // Get a full path to the file. + static char pPathBuffer[PATH_MAX]; + lineEntry.GetFileSpec().GetPath(pPathBuffer, sizeof(pPathBuffer)); ---------------- This shouldn't be static. Probably not going to cause problems if this is always single threaded, but still you should fix this. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59015/new/ https://reviews.llvm.org/D59015 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits