Use a more unique end delimiter. In any case, the thread names are hexified when returning to lldb.

llvm-svn: 172021
This commit is contained in:
Han Ming Ong 2013-01-10 00:04:49 +00:00
parent 3b65187d2f
commit c9a35eb947
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ MachTask::GetProfileData ()
profile_data_stream << "vprvt:" << vprvt << ';';
profile_data_stream << "vsize:" << vsize << ';';
profile_data_stream << "dirty:" << dirty_size << ';';
profile_data_stream << "end;";
profile_data_stream << "--end--;";
result = profile_data_stream.str();
}