Fix !PrintException (pe) -lines bug where line number/source info is not being displa...
authorMike McLaughlin <mikem@microsoft.com>
Tue, 12 Jul 2016 21:12:45 +0000 (14:12 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2016 21:12:45 +0000 (14:12 -0700)
commit8af42f1d0d18e43e21dad3fde26603fe2c481c13
treec6cb7b14f6eb445579a2fe669f0ae62ab3cf0cfb
parent9c958cda5b8001c74f1c656a3b02125431d4f051
Fix !PrintException (pe) -lines bug where line number/source info is not being displayed. (dotnet/coreclr#6241)

The argument bLineNumbers to FormatGeneratedException was being used a local flag.

Commit migrated from https://github.com/dotnet/coreclr/commit/39703ca1b330bd3857d351fc5e69fe90c01c9901
src/coreclr/src/ToolBox/SOS/Strike/strike.cpp