Fix debugging on OS X Sierra (dotnet/coreclr#10078)
authorMike McLaughlin <mikem@microsoft.com>
Fri, 10 Mar 2017 18:57:29 +0000 (10:57 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2017 18:57:29 +0000 (10:57 -0800)
commit0ec7a23ff5394e4e9a773179e56b47f8c6a31ab3
tree578b6c3e5dcdb22a2fce6b39b814cff5f624e6d1
parent7bd92c2443df9a333c974e82afe7d506f41b3e68
Fix debugging on OS X Sierra (dotnet/coreclr#10078)

Issue dotnet/coreclr#9730

The output of the vmmap changed between OS X versions. Changed the sscanf formatting to deal with both old/new formats.

Commit migrated from https://github.com/dotnet/coreclr/commit/74271c77bac4d87890ade290c630d86266c0dc7b
src/coreclr/src/pal/src/thread/process.cpp