[mini] Set a native thread name for the main thread in the driver.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 5 Apr 2016 22:50:46 +0000 (00:50 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 6 Apr 2016 00:28:55 +0000 (02:28 +0200)
commita899fef659765a57d3a8c601bef699ef67b2b335
treeb59db902661a5e6696f148c7e14030a5c89f9733
parent92ec05a83760bc494adfd9680c88917b8a4a9223
[mini] Set a native thread name for the main thread in the driver.

We only set the native name as MS.NET leaves the managed name for the main
thread as null. At least by setting the native name, we get a nice name in GDB.
mono/mini/driver.c