On Fri, 13 Jul 2018 at 18:36, Jim Ingham via lldb-commits
<lldb-commits@lists.llvm.org> wrote:
>
> There's code in the ThreadHandler to handle systems with short thread names.  
> If that isn't producing readable names, we should fix it there.  A better 
> algorithm might be to drop the leading "lldb" and then instead of truncating 
> drop vowels (maybe leaving the first vowel after a .)  So you'd get 
> "dbggr.evnt-hndlr" which isn't too bad.  Could drop duplicated consonants 
> too.  It seems a shame for every caller to have to worry about this.

+1 for this idea.
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to