[Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime

Greg Clayton clayborg at gmail.com
Fri Oct 17 15:05:02 PDT 2014


In SBLaunchInfo::GetShell() just make a local ConstString from the shell and return GetCString(). Once a string has been const-ified, it will remain in the string pool forever. This will keep this function thread safe.

http://reviews.llvm.org/D5805






More information about the lldb-commits mailing list