On 11 July 2014 11:04, Todd Fiala <[email protected]> wrote: > Hi all, > > This patch looks to provide a non-#ifdef manner to help choose better > debugger-defined thread names when operating on platforms that don't support > long thread names. We have code that attempts to pick a smarter short name > when a longer thread name is too long to set, but that can fail too when the > shortened variant is still too long.
I'm happy with this change, although it could be done as a compile-time constant instead, no? _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
