mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
new "hexname" key for the "key:value;" duple that is part of the packet. This allows for thread names to contain special characters such as $ # : ; + - Debugserver now detects if the thread name contains special characters and sends the chars in hex format if needed. llvm-svn: 123053