Misc experimentation.

This commit is contained in:
Ben Vanik
2014-06-08 23:11:09 -07:00
parent 052dca5010
commit 95508273f6
3 changed files with 12 additions and 0 deletions

View File

@@ -288,9 +288,13 @@ SHIM_CALL RtlRaiseException_shim(
}
if (thread) {
XELOGD("SetThreadName(%d, %s)", thread->thread_id(), name);
thread->set_name(name);
thread->Release();
}
// TODO(benvanik): unwinding required here?
return;
}
// TODO(benvanik): unwinding.