the thread id is easier to read in base16.

llvm-svn: 326849
This commit is contained in:
Jason Molenda 2018-03-06 23:33:02 +00:00
parent bff272faa9
commit 702895989a
1 changed files with 1 additions and 1 deletions
lldb/tools/darwin-threads

View File

@ -403,7 +403,7 @@ int main(int argc, char **argv) {
int wordsize;
uint64_t pc = get_current_pc(thread_list[i], &wordsize);
printf("thread #%d, system-wide-unique-tid %lld, suspend count is %d, ",
printf("thread #%d, system-wide-unique-tid 0x%llx, suspend count is %d, ",
i, identifier_info.thread_id, basic_info->suspend_count);
if (wordsize == 8)
printf("pc 0x%016llx, ", pc);