forked from OSchip/llvm-project
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:
parent
3b65187d2f
commit
c9a35eb947
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue