]> Cypherpunks repositories - gostls13.git/commit
runtime: set m.procid always on Linux
authorRuss Cox <rsc@golang.org>
Mon, 22 Jun 2015 16:32:05 +0000 (12:32 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 24 Jun 2015 21:50:39 +0000 (21:50 +0000)
commita9e536442ed3e6ecd57ec24cc187557152b6d655
treed647275ae59c9efed93fc693b825fd85d2401d3e
parentc68f2f89963cfc9d10b43d33603b6fa588d56f9d
runtime: set m.procid always on Linux

For debuggers and other program inspectors.

Fixes #9914.

Change-Id: I670728cea28c045e6eaba1808c550ee2f34d16ff
Reviewed-on: https://go-review.googlesource.com/11341
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os1_linux.go
src/runtime/sys_linux_386.s
src/runtime/sys_linux_amd64.s
src/runtime/sys_linux_arm.s
src/runtime/sys_linux_arm64.s
src/runtime/sys_linux_ppc64x.s