platform/core/dotnet/diagnostics.git
2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20221024.1 (#3483)
dotnet-maestro[bot] [Tue, 25 Oct 2022 16:23:33 +0000 (09:23 -0700)]
Update dependencies from https://github.com/dotnet/symstore build 20221024.1 (#3483)

Microsoft.SymbolStore
 From Version 1.0.352002 -> To Version 1.0.352401

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoOptimize eeheap presentation for regions (#3462)
Andrew Au [Mon, 24 Oct 2022 21:41:52 +0000 (14:41 -0700)]
Optimize eeheap presentation for regions (#3462)

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20221020.1 (#3481)
dotnet-maestro[bot] [Mon, 24 Oct 2022 13:22:52 +0000 (13:22 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20221020.1 (#3481)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Fri, 21 Oct 2022 13:33:07 +0000 (13:33 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221020.1 (#3478)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20221020.2 (#3477)
dotnet-maestro[bot] [Fri, 21 Oct 2022 13:13:45 +0000 (13:13 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20221020.2 (#3477)

[main] Update dependencies from dotnet/symstore

2 years agoEnhance client-client dotnet-dsrouter mode. (#3455)
Johan Lorensson [Fri, 21 Oct 2022 09:33:51 +0000 (11:33 +0200)]
Enhance client-client dotnet-dsrouter mode. (#3455)

* Enhance dsrouter client-client mode.

* Fix comment.

Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com>
* Review feedback.

Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com>
2 years agoRevert TraceEvent version to 2.0.64 (#3473)
Juan Hoyos [Wed, 19 Oct 2022 03:24:20 +0000 (20:24 -0700)]
Revert TraceEvent version to 2.0.64 (#3473)

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Tue, 18 Oct 2022 17:52:13 +0000 (17:52 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221017.1 (#3471)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate the list of available networking counters (#3470)
Miha Zupan [Mon, 17 Oct 2022 21:27:36 +0000 (23:27 +0200)]
Update the list of available networking counters (#3470)

2 years agoChange target execution barrier for test config file creation (#3454)
Hyungju Lee [Mon, 17 Oct 2022 18:08:45 +0000 (03:08 +0900)]
Change target execution barrier for test config file creation (#3454)

* Change file creation order
* PR Feedback

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20221013.2 (#3468)
dotnet-maestro[bot] [Mon, 17 Oct 2022 13:19:17 +0000 (13:19 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20221013.2 (#3468)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Sat, 15 Oct 2022 17:08:40 +0000 (17:08 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221013.4 (#3466)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Fri, 14 Oct 2022 17:58:27 +0000 (17:58 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221013.2 (#3465)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20221013.12 (#3464)
dotnet-maestro[bot] [Fri, 14 Oct 2022 13:29:36 +0000 (13:29 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20221013.12 (#3464)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221013.7 (...
dotnet-maestro[bot] [Fri, 14 Oct 2022 13:28:04 +0000 (13:28 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221013.7 (#3463)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221012.14 ...
dotnet-maestro[bot] [Thu, 13 Oct 2022 13:33:41 +0000 (13:33 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221012.14 (#3459)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20221012.2 (#3460)
dotnet-maestro[bot] [Thu, 13 Oct 2022 13:30:17 +0000 (13:30 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20221012.2 (#3460)

[main] Update dependencies from dotnet/runtime

2 years ago[Dotnet Monitor] Standardize DiagnosticFilterString, No Longer Assume TraceEvent...
kkeirstead [Wed, 12 Oct 2022 17:06:04 +0000 (10:06 -0700)]
[Dotnet Monitor] Standardize DiagnosticFilterString, No Longer Assume TraceEvent Arg Ordering (#3425)

* Set AspNetTriggerSourceConfiguration's DiagnosticFilterString to be the same as the one in HttpRequestSourceConfiguration.

* Updated diagnostic filter string; getting arguments by name (instead of index)

* Small tweaks

* Spacing

* Update src/Microsoft.Diagnostics.Monitoring.EventPipe/Configuration/HttpRequestSourceConfiguration.cs

Co-authored-by: Justin Anderson <jander-msft@users.noreply.github.com>
* Tweaks for Wiktor

Co-authored-by: Justin Anderson <jander-msft@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20221011.2 (#3457)
dotnet-maestro[bot] [Wed, 12 Oct 2022 13:38:59 +0000 (13:38 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20221011.2 (#3457)

[main] Update dependencies from dotnet/symstore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221011.13 ...
dotnet-maestro[bot] [Wed, 12 Oct 2022 13:37:48 +0000 (13:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221011.13 (#3456)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20221011.4 (#3458)
dotnet-maestro[bot] [Wed, 12 Oct 2022 13:34:11 +0000 (13:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20221011.4 (#3458)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221010.6 (...
dotnet-maestro[bot] [Tue, 11 Oct 2022 13:31:22 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221010.6 (#3452)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/installer (#3450)
dotnet-maestro[bot] [Mon, 10 Oct 2022 18:03:19 +0000 (18:03 +0000)]
[main] Update dependencies from dotnet/installer (#3450)

[main] Update dependencies from dotnet/installer

 - Update 7.0 single-file version

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20221003.1 (#3449)
dotnet-maestro[bot] [Mon, 10 Oct 2022 17:45:29 +0000 (17:45 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20221003.1 (#3449)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Sun, 9 Oct 2022 08:39:48 +0000 (08:39 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221007.2 (#3447)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20221007.1 (#3446)
dotnet-maestro[bot] [Sun, 9 Oct 2022 08:37:26 +0000 (08:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20221007.1 (#3446)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20221005.15 (#3442)
dotnet-maestro[bot] [Thu, 6 Oct 2022 18:09:22 +0000 (18:09 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20221005.15 (#3442)

[main] Update dependencies from dotnet/runtime

2 years agoTest unpinning compiler + trace event revert. (#3439)
Juan Hoyos [Wed, 5 Oct 2022 23:01:08 +0000 (16:01 -0700)]
Test unpinning compiler + trace event revert. (#3439)

2 years agoFixes unhandled exception on trace if process cannot start (#3409)
Daniel Ramos [Wed, 5 Oct 2022 18:41:44 +0000 (11:41 -0700)]
Fixes unhandled exception on trace if process cannot start (#3409)

* Checks if a process was successfully started

* Update src/Tools/dotnet-trace/CommandLine/Commands/CollectCommand.cs

Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com>
* Moved the bool to ProcessLauncher and changed printing of exceptions

* Update CollectCommand.cs to print the exception ToString

Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
* Added CommandLineException for when process cannot start

* Update exception message to have quotes

Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com>
Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com>
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20221004.4 (#3438)
dotnet-maestro[bot] [Wed, 5 Oct 2022 13:19:05 +0000 (13:19 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20221004.4 (#3438)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221004.29 ...
dotnet-maestro[bot] [Wed, 5 Oct 2022 13:12:35 +0000 (13:12 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221004.29 (#3437)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUnpin monitoring assembly versions (#3436)
Justin Anderson [Tue, 4 Oct 2022 22:31:41 +0000 (15:31 -0700)]
Unpin monitoring assembly versions (#3436)

2 years ago[main] Update dependencies from dotnet/installer (#3370)
dotnet-maestro[bot] [Tue, 4 Oct 2022 22:31:15 +0000 (15:31 -0700)]
[main] Update dependencies from dotnet/installer (#3370)

* Update dependencies from https://github.com/dotnet/installer build 20220909.2

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rc.2.22459.2

* Update single-file version for new SDK

* Update dependencies from https://github.com/dotnet/installer build 20220918.5

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rtm.22468.5

* Update dependencies from https://github.com/dotnet/installer build 20220923.5

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rtm.22473.5

* Update dependencies from https://github.com/dotnet/installer build 20220930.6

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22454.1 -> To Version 7.0.100-rtm.22480.6

* Add all configs necessary to override SDK behavior

* Don't rev 3.1's REF pack

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>
2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221003.15 ...
dotnet-maestro[bot] [Tue, 4 Oct 2022 13:35:22 +0000 (13:35 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221003.15 (#3435)

[main] Update dependencies from dotnet/aspnetcore

2 years agoFreeBSD fixes (#3430)
Thefrank [Mon, 3 Oct 2022 20:36:43 +0000 (13:36 -0700)]
FreeBSD fixes (#3430)

* fix missing include

* fix VisitModule under FreeBSD

I guess it got lost/reverted in the move

2 years agoRename Microsoft.Diagnostics.DbgShim.linux-musl-arm package (#3433)
Mike McLaughlin [Mon, 3 Oct 2022 18:53:15 +0000 (11:53 -0700)]
Rename Microsoft.Diagnostics.DbgShim.linux-musl-arm package (#3433)

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220930.2 (#3432)
dotnet-maestro[bot] [Mon, 3 Oct 2022 17:28:42 +0000 (17:28 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220930.2 (#3432)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221001.6 (...
dotnet-maestro[bot] [Sun, 2 Oct 2022 13:13:16 +0000 (13:13 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221001.6 (#3431)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20221001.1 (...
dotnet-maestro[bot] [Sat, 1 Oct 2022 20:38:28 +0000 (20:38 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20221001.1 (#3427)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Sat, 1 Oct 2022 13:39:58 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220930.1 (#3429)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220930.10 (#3428)
dotnet-maestro[bot] [Sat, 1 Oct 2022 13:22:07 +0000 (13:22 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220930.10 (#3428)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220929.15 ...
dotnet-maestro[bot] [Fri, 30 Sep 2022 13:26:11 +0000 (13:26 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220929.15 (#3426)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220928.9 (#3424)
dotnet-maestro[bot] [Thu, 29 Sep 2022 13:48:25 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220928.9 (#3424)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3419)
dotnet-maestro[bot] [Thu, 29 Sep 2022 13:38:46 +0000 (13:38 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3419)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Wed, 28 Sep 2022 14:05:49 +0000 (14:05 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220927.2 (#3421)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220927.8 (#3420)
dotnet-maestro[bot] [Wed, 28 Sep 2022 13:41:58 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220927.8 (#3420)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220926.12 (#3418)
dotnet-maestro[bot] [Tue, 27 Sep 2022 13:37:17 +0000 (13:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220926.12 (#3418)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220926.26 ...
dotnet-maestro[bot] [Tue, 27 Sep 2022 13:35:50 +0000 (13:35 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220926.26 (#3417)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220923.1 (#3415)
dotnet-maestro[bot] [Mon, 26 Sep 2022 13:22:58 +0000 (13:22 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220923.1 (#3415)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220923.12 (#3414)
dotnet-maestro[bot] [Sun, 25 Sep 2022 13:12:36 +0000 (13:12 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220923.12 (#3414)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220924.10 ...
dotnet-maestro[bot] [Sun, 25 Sep 2022 13:06:11 +0000 (13:06 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220924.10 (#3413)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220923.18 ...
dotnet-maestro[bot] [Sat, 24 Sep 2022 18:15:59 +0000 (18:15 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220923.18 (#3410)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Sat, 24 Sep 2022 13:44:22 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220923.1 (#3412)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220923.9 (#3411)
dotnet-maestro[bot] [Sat, 24 Sep 2022 13:16:28 +0000 (13:16 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220923.9 (#3411)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Fri, 23 Sep 2022 13:36:14 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220922.2 (#3408)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220922.9 (...
dotnet-maestro[bot] [Fri, 23 Sep 2022 13:28:52 +0000 (13:28 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220922.9 (#3407)

[main] Update dependencies from dotnet/aspnetcore

2 years agoFix int overflow found by vendor testing (#3406)
Mike McLaughlin [Fri, 23 Sep 2022 03:32:47 +0000 (20:32 -0700)]
Fix int overflow found by vendor testing (#3406)

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220921.6 (...
dotnet-maestro[bot] [Thu, 22 Sep 2022 13:35:43 +0000 (13:35 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220921.6 (#3404)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220921.13 (#3405)
dotnet-maestro[bot] [Thu, 22 Sep 2022 13:31:37 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220921.13 (#3405)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220920.2 (#3402)
dotnet-maestro[bot] [Wed, 21 Sep 2022 18:22:26 +0000 (18:22 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220920.2 (#3402)

[main] Update dependencies from dotnet/runtime

2 years agoFix overflow exception in Microsoft.Diagnostics.Monitoring (#3400)
Mike McLaughlin [Tue, 20 Sep 2022 22:25:21 +0000 (15:25 -0700)]
Fix overflow exception in Microsoft.Diagnostics.Monitoring (#3400)

Issue: https://github.com/dotnet/diagnostics/issues/3392

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220919.12 (#3398)
dotnet-maestro[bot] [Tue, 20 Sep 2022 13:31:32 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220919.12 (#3398)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220920.1 (...
dotnet-maestro[bot] [Tue, 20 Sep 2022 13:30:33 +0000 (13:30 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220920.1 (#3397)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220916.3 (#3396)
dotnet-maestro[bot] [Mon, 19 Sep 2022 13:14:14 +0000 (13:14 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220916.3 (#3396)

[main] Update dependencies from dotnet/arcade

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3391)
dotnet-maestro[bot] [Sat, 17 Sep 2022 22:47:46 +0000 (22:47 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3391)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoEnable traverseheap command under lldb/dotnet-dump on all platforms (#3388)
Mike McLaughlin [Sat, 17 Sep 2022 22:02:39 +0000 (15:02 -0700)]
Enable traverseheap command under lldb/dotnet-dump on all platforms (#3388)

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220916.6 (#3394)
dotnet-maestro[bot] [Sat, 17 Sep 2022 13:25:49 +0000 (13:25 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220916.6 (#3394)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220916.18 ...
dotnet-maestro[bot] [Sat, 17 Sep 2022 13:24:53 +0000 (13:24 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220916.18 (#3393)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220915.27 ...
dotnet-maestro[bot] [Fri, 16 Sep 2022 18:47:09 +0000 (18:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220915.27 (#3389)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220915.3 (#3390)
dotnet-maestro[bot] [Fri, 16 Sep 2022 13:31:42 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220915.3 (#3390)

[main] Update dependencies from dotnet/runtime

2 years ago Remove support for SOS win-arm .NET Framework hosting (#3387)
Juan Hoyos [Thu, 15 Sep 2022 20:33:46 +0000 (13:33 -0700)]
 Remove support for SOS win-arm .NET Framework hosting (#3387)

* Remove support for SOS win-arm .NET Framework hosting

* Revert "Roll to Windows 2019 image to fix arm cross build (#3376)"

This reverts commit d3a6215f659b6059fa2237427733aa6c3b04b807.

* PR Feedback

Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220914.18 (#3386)
dotnet-maestro[bot] [Thu, 15 Sep 2022 13:22:10 +0000 (13:22 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220914.18 (#3386)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220914.30 ...
dotnet-maestro[bot] [Thu, 15 Sep 2022 13:21:13 +0000 (13:21 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220914.30 (#3385)

[main] Update dependencies from dotnet/aspnetcore

2 years agoAdd linux-musl-arm SOS support (#3384)
Mike McLaughlin [Thu, 15 Sep 2022 06:15:01 +0000 (23:15 -0700)]
Add linux-musl-arm SOS support (#3384)

* Add linux-musl-arm SOS support

Issue: https://github.com/dotnet/diagnostics/issues/1552

* Add linux-musl-arm to SOS/dotnet-dump packages

* Add linux-musl-arm dbgshim to package

2 years agoDisable eestack/dumpstack testing on 7.0 (#3383)
Mike McLaughlin [Thu, 15 Sep 2022 05:13:34 +0000 (22:13 -0700)]
Disable eestack/dumpstack testing on 7.0 (#3383)

2 years agoCheck CursorTop before changing CursorLeft to prevent ArgumentOutOfRangeException...
Hyungju Lee [Wed, 14 Sep 2022 22:08:38 +0000 (07:08 +0900)]
Check CursorTop before changing CursorLeft to prevent ArgumentOutOfRangeException (#3372)

* Catch ArgumentOutOfRangeException

dotnet-dump analyze causes an Exception when console top is -1

* Check CursorTop before changing CursorLeft

2 years agoFix stray help command (#3382)
Juan Hoyos [Wed, 14 Sep 2022 20:54:05 +0000 (13:54 -0700)]
Fix stray help command (#3382)

2 years agoRoll to Windows 2019 image to fix arm cross build (#3376)
Mike McLaughlin [Wed, 14 Sep 2022 20:49:46 +0000 (13:49 -0700)]
Roll to Windows 2019 image to fix arm cross build (#3376)

Roll back to Windows 2019 image to fix arm cross build

2 years agoFixed dotnet-counters rendering issues on console resizes (#3353)
Daniel Ramos [Wed, 14 Sep 2022 20:01:44 +0000 (13:01 -0700)]
Fixed dotnet-counters rendering issues on console resizes (#3353)

* Updated ConsoleWriter formatting
* Fixed the issue of large fonts by using the fixed length of formatted values.
* Should now only print the numerical values when the window width is less than 20
* Truncate the instruction string at the top of output based on the console width
* Added fix for change in console height and multidimensional metrics.

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220913.21 (#3378)
dotnet-maestro[bot] [Wed, 14 Sep 2022 18:33:53 +0000 (18:33 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220913.21 (#3378)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Wed, 14 Sep 2022 14:09:10 +0000 (14:09 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220913.2 (#3379)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220913.21 ...
dotnet-maestro[bot] [Wed, 14 Sep 2022 13:36:54 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220913.21 (#3377)

[main] Update dependencies from dotnet/aspnetcore

2 years agoFix SOS message context (#3375)
Mike McLaughlin [Wed, 14 Sep 2022 01:56:42 +0000 (18:56 -0700)]
Fix SOS message context (#3375)

* Fix SOS message context

Issue: https://github.com/dotnet/diagnostics/issues/2978

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220912.6 (#3374)
dotnet-maestro[bot] [Tue, 13 Sep 2022 18:02:06 +0000 (18:02 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220912.6 (#3374)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220912.11 ...
dotnet-maestro[bot] [Tue, 13 Sep 2022 13:35:55 +0000 (13:35 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220912.11 (#3373)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate CollectCommand.cs (#3371)
Hyungju Lee [Tue, 13 Sep 2022 08:17:46 +0000 (17:17 +0900)]
Update CollectCommand.cs (#3371)

Fix typo in comment

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220910.7 (...
dotnet-maestro[bot] [Mon, 12 Sep 2022 18:08:39 +0000 (18:08 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220910.7 (#3367)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220910.1 (#3368)
dotnet-maestro[bot] [Mon, 12 Sep 2022 18:03:32 +0000 (11:03 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20220910.1 (#3368)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.7.0
 From Version 7.0.0-rc.2.22459.15 -> To Version 7.0.0-rc.2.22460.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220906.4 (#3369)
dotnet-maestro[bot] [Mon, 12 Sep 2022 17:39:20 +0000 (17:39 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220906.4 (#3369)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220909.15 (#3365)
dotnet-maestro[bot] [Sat, 10 Sep 2022 13:49:02 +0000 (13:49 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220909.15 (#3365)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220910.2 (...
dotnet-maestro[bot] [Sat, 10 Sep 2022 13:17:42 +0000 (13:17 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220910.2 (#3364)

[main] Update dependencies from dotnet/aspnetcore

2 years agoEnable int overflow/underflow checking (#3361)
Mike McLaughlin [Fri, 9 Sep 2022 23:41:14 +0000 (16:41 -0700)]
Enable int overflow/underflow checking (#3361)

Enable int overflow/underflow checking

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220908.35 ...
dotnet-maestro[bot] [Fri, 9 Sep 2022 22:27:22 +0000 (15:27 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220908.35 (#3362)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 7.0.0-rc.2.22457.29 -> To Version 7.0.0-rc.2.22458.35

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoAdd console file logging (#3358)
Mike McLaughlin [Fri, 9 Sep 2022 22:25:25 +0000 (15:25 -0700)]
Add console file logging (#3358)

Add console file logging

Added "logopen" and "logclose" commands to control console file logging.

Added the IConsoleFileLoggingService and implementation to control the console file logging.

Issue: https://github.com/dotnet/diagnostics/issues/3095

Add internal diagnostic logging to a file also.

Added the IDiagnosticLoggingService and implementation to control internal diagnostic logging.

Move Tracer.cs to Microsoft.Diagnostics.DebugService.Implementation.

Add tests for logging commands

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220908.21 (#3363)
dotnet-maestro[bot] [Fri, 9 Sep 2022 18:13:26 +0000 (18:13 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220908.21 (#3363)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220907.29 ...
dotnet-maestro[bot] [Thu, 8 Sep 2022 13:43:13 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220907.29 (#3360)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220906.11 (#3356)
dotnet-maestro[bot] [Wed, 7 Sep 2022 21:25:41 +0000 (14:25 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20220906.11 (#3356)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.7.0
 From Version 7.0.0-rc.2.22452.13 -> To Version 7.0.0-rc.2.22456.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoMisc SOS fixes and cleanup. (#3354)
Mike McLaughlin [Wed, 7 Sep 2022 21:13:42 +0000 (14:13 -0700)]
Misc SOS fixes and cleanup. (#3354)

* Misc SOS fixes and cleanup.

Use new EnumMemoryRegion flags.

Update the clrdata.idl/clrdata.h/clrdata_i.cpp to the new DAC log message interface name.

Change the name of the "enummemory" command to "enummem". Add memory region verify on the callback.

Fix dumpobj/dumpruntimetypes with TypeDescs.

Add memory usage stats to sosstatus.

Fix issue https://github.com/dotnet/diagnostics/issues/3187. dotnet-dump analyze causes an Exception when console width is 0.

Fix issue https://github.com/dotnet/diagnostics/issues/3120. Increase (remove) max heap segment.

Finish https://github.com/dotnet/diagnostics/issues/3101. SOS should stop using HResult as a PInvoke return.

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Wed, 7 Sep 2022 13:53:16 +0000 (13:53 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220906.2 (#3357)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220906.19 ...
dotnet-maestro[bot] [Wed, 7 Sep 2022 13:34:05 +0000 (13:34 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220906.19 (#3355)

[main] Update dependencies from dotnet/aspnetcore