platform/core/dotnet/diagnostics.git
3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210731.1 (...
dotnet-maestro[bot] [Sat, 31 Jul 2021 12:42:10 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210731.1 (#2467)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210730.1 (#2465)
dotnet-maestro[bot] [Fri, 30 Jul 2021 12:51:48 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210730.1 (#2465)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210729.10 ...
dotnet-maestro[bot] [Fri, 30 Jul 2021 12:50:59 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210729.10 (#2464)

[main] Update dependencies from dotnet/aspnetcore

3 years agoFix unknown type/methods in core dumps. (#2442)
Mike McLaughlin [Thu, 29 Jul 2021 17:59:39 +0000 (10:59 -0700)]
Fix unknown type/methods in core dumps. (#2442)

Fixes some of the issues in https://github.com/dotnet/diagnostics/issues/2375

The problem is that the image mapping memory service didn't convert the rva from a
loaded layout calculated from the in-memory module to the file layout (the PEReader
with the downloaded image).

On Windows, images (native or managed) are always loaded layout so return false in
IModule.IsFileLayout without calling GetPEInfo() to avoid the recursion that broken
getting the info about coreclr.dll. It turns out that the heap dumps generated on
Windows don't have the image in-memory.

Don't get module version in GetPEInfo() to determine the layout. Cleanup.

Skip relocations that span cache blocks. This happens very rarely and should not affect
anything unless we get really really unlucky.

3 years agoRemove old IVTs and add new one for dotnet-monitor. (#2463)
Justin Anderson [Thu, 29 Jul 2021 17:55:28 +0000 (10:55 -0700)]
Remove old IVTs and add new one for dotnet-monitor. (#2463)

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210728.9 (#2462)
dotnet-maestro[bot] [Thu, 29 Jul 2021 17:10:57 +0000 (17:10 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210728.9 (#2462)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210729.1 (...
dotnet-maestro[bot] [Thu, 29 Jul 2021 12:51:50 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210729.1 (#2461)

[main] Update dependencies from dotnet/aspnetcore

3 years agoWe should check against alloc_allocated instead of heap_segment_allocated for ephemer...
Andrew Au [Thu, 29 Jul 2021 07:04:47 +0000 (00:04 -0700)]
We should check against alloc_allocated instead of heap_segment_allocated for ephemeral segment (#2450)

3 years agoUpdate alpine image that includes lldb python support and enable tests on 6.0 (#2460)
Mike McLaughlin [Wed, 28 Jul 2021 21:17:27 +0000 (14:17 -0700)]
Update alpine image that includes lldb python support and enable tests on 6.0 (#2460)

* Update alpine image that includes lldb python support

* Enable lldb and dump tests on Alpine

* Don't run the bpmd portions of the tests on Alpine

* Add requiresCapPtraceContainer:true to Alpine legs

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210728.1 (...
dotnet-maestro[bot] [Wed, 28 Jul 2021 12:56:05 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210728.1 (#2456)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210728.2 (#2457)
dotnet-maestro[bot] [Wed, 28 Jul 2021 12:51:54 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210728.2 (#2457)

[main] Update dependencies from dotnet/runtime

3 years agoAdd thread adjustment reason for cooperative blocking (#2455)
Koundinya Veluri [Tue, 27 Jul 2021 18:46:45 +0000 (11:46 -0700)]
Add thread adjustment reason for cooperative blocking (#2455)

3 years agoRevert "Update `ThreadCounts` usage based on a change (#2324)" (#2452)
Koundinya Veluri [Tue, 27 Jul 2021 16:59:43 +0000 (09:59 -0700)]
Revert "Update `ThreadCounts` usage based on a change (#2324)" (#2452)

- Depends on https://github.com/dotnet/runtime/pull/56346
- Reverted commit 3d57bee719e6db6b19dce4026bdc7c47b1c3519b from PR https://github.com/dotnet/diagnostics/pull/2324 since the relevant change to `ThreadCounts` was reverted in https://github.com/dotnet/runtime/pull/56346

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210727.2 (...
dotnet-maestro[bot] [Tue, 27 Jul 2021 16:54:11 +0000 (16:54 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210727.2 (#2453)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210726.24 (#2454)
dotnet-maestro[bot] [Tue, 27 Jul 2021 16:49:45 +0000 (16:49 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210726.24 (#2454)

[main] Update dependencies from dotnet/runtime

3 years ago[main] Update dependencies from dotnet/aspnetcore (#2439)
dotnet-maestro[bot] [Mon, 26 Jul 2021 12:54:18 +0000 (12:54 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2439)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210725.2 (#2449)
dotnet-maestro[bot] [Mon, 26 Jul 2021 12:42:47 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210725.2 (#2449)

[main] Update dependencies from dotnet/runtime

3 years ago[main] Update dependencies from dotnet/runtime (#2435)
dotnet-maestro[bot] [Sun, 25 Jul 2021 20:18:45 +0000 (13:18 -0700)]
[main] Update dependencies from dotnet/runtime (#2435)

* Fix asssuption in SOS what the IXClrDataModule::GetFlags returns.

* Update to lldb-included Alpine 3.13 container

* Try node image for agent comms

* Use container with correct metadata to node path

* Remove libintl dependencies

* Update dependencies from https://github.com/dotnet/runtime build 20210724.7

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.6.0
 From Version 6.0.0-preview.7.21361.10 -> To Version 6.0.0-rc.1.21374.7

* Disable testing against dumps on Alpine for now (until the 6.0 createdump change is in)

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 Hoyos <juan.hoyos@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
3 years agofixed dotnet-trace when output is not redirected (#2448)
mikelle-rogers [Fri, 23 Jul 2021 17:51:47 +0000 (11:51 -0600)]
fixed dotnet-trace when output is not redirected (#2448)

Co-authored-by: Mikelle Rogers <mirogers@microsoft.com>
3 years agoFix fallback for resumeruntime (#2441)
John Salem [Tue, 20 Jul 2021 00:02:59 +0000 (17:02 -0700)]
Fix fallback for resumeruntime (#2441)

* Fix fallback for resumeruntime
* Throw unsupported exception and catch everywhere it is used.

3 years agoFix clrstack -i crash (#2440)
Mike McLaughlin [Fri, 16 Jul 2021 04:23:40 +0000 (21:23 -0700)]
Fix clrstack -i crash (#2440)

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210713.17 ...
dotnet-maestro[bot] [Wed, 14 Jul 2021 17:04:48 +0000 (17:04 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210713.17 (#2437)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210713.1 (...
dotnet-maestro[bot] [Tue, 13 Jul 2021 12:56:09 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210713.1 (#2434)

[main] Update dependencies from dotnet/aspnetcore

3 years agoRemove erroneous mentions of reverse server in comments (#2433)
David Mason [Tue, 13 Jul 2021 09:29:22 +0000 (02:29 -0700)]
Remove erroneous mentions of reverse server in comments (#2433)

3 years ago[main] Update dependencies from dotnet/runtime (#2432)
dotnet-maestro[bot] [Mon, 12 Jul 2021 12:54:30 +0000 (12:54 +0000)]
[main] Update dependencies from dotnet/runtime (#2432)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210710.2 (...
dotnet-maestro[bot] [Sun, 11 Jul 2021 12:42:25 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210710.2 (#2431)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210710.1 (#2430)
dotnet-maestro[bot] [Sat, 10 Jul 2021 12:42:00 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210710.1 (#2430)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210709.15 ...
dotnet-maestro[bot] [Sat, 10 Jul 2021 12:41:42 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210709.15 (#2429)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210709.1 (#2428)
dotnet-maestro[bot] [Fri, 9 Jul 2021 16:34:54 +0000 (16:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210709.1 (#2428)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210708.5 (...
dotnet-maestro[bot] [Fri, 9 Jul 2021 12:41:49 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210708.5 (#2427)

[main] Update dependencies from dotnet/aspnetcore

3 years agoDisable dsrouter single-file publish (#2337)
Juan Hoyos [Fri, 9 Jul 2021 02:10:54 +0000 (19:10 -0700)]
Disable dsrouter single-file publish (#2337)

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210708.2 (#2425)
dotnet-maestro[bot] [Thu, 8 Jul 2021 17:36:45 +0000 (17:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210708.2 (#2425)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210707.22 ...
dotnet-maestro[bot] [Thu, 8 Jul 2021 12:52:22 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210707.22 (#2424)

[main] Update dependencies from dotnet/aspnetcore

3 years agoImplement tooling support to connect using custom IPC channels. (#2374)
Johan Lorensson [Thu, 8 Jul 2021 08:05:31 +0000 (10:05 +0200)]
Implement tooling support to connect using custom IPC channels. (#2374)

dsrouter presents same default IPC channel to tools as a regular coreclr process so there is a risk of collision with its own coreclr runtime default IPC channel (if used).

dsrouter supports custom named IPC channels using its -ipcs argument, but current tooling can't connect to custom named IPC channels, only supporting the default IPC channel through use of --process-id or --name arguments.

This commit extend tooling support in dotnet-counters and dotnet-trace extending the --diagnostic-port command accepting custom IPC channels to connect to, instead of default channels based on process id.

3 years agofix building native component for FreeBSD (#2419)
Thefrank [Wed, 7 Jul 2021 18:05:16 +0000 (11:05 -0700)]
fix building native component for FreeBSD (#2419)

Fix building native under FreeBSD

Co-authored-by: TheFrank <none>
3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210707.1 (#2423)
dotnet-maestro[bot] [Wed, 7 Jul 2021 12:54:03 +0000 (12:54 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210707.1 (#2423)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210707.1 (...
dotnet-maestro[bot] [Wed, 7 Jul 2021 12:43:21 +0000 (12:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210707.1 (#2422)

[main] Update dependencies from dotnet/aspnetcore

3 years agoFix DSRouter build break in diag client (#2421)
Juan Hoyos [Wed, 7 Jul 2021 06:30:11 +0000 (23:30 -0700)]
Fix DSRouter build break in diag client (#2421)

3 years agoAdd dsrouter client-client mode. (#2385)
Johan Lorensson [Tue, 6 Jul 2021 16:53:46 +0000 (18:53 +0200)]
Add dsrouter client-client mode. (#2385)

* Add dsrouter client-client mode.

* Make retry explicit parameter in ConnectTcpStreamAsync.

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210705.4 (...
dotnet-maestro[bot] [Tue, 6 Jul 2021 12:56:55 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210705.4 (#2416)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210706.2 (#2417)
dotnet-maestro[bot] [Tue, 6 Jul 2021 12:52:47 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210706.2 (#2417)

[main] Update dependencies from dotnet/runtime

3 years agoClean up error code used by dotnet-counters and dotnet-trace (#2412)
Sung Yoon Whang [Tue, 6 Jul 2021 05:39:22 +0000 (22:39 -0700)]
Clean up error code used by dotnet-counters and dotnet-trace (#2412)

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210703.3 (...
dotnet-maestro[bot] [Mon, 5 Jul 2021 17:18:40 +0000 (17:18 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210703.3 (#2414)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210705.1 (#2415)
dotnet-maestro[bot] [Mon, 5 Jul 2021 12:49:21 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210705.1 (#2415)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210702.16 (#2411)
dotnet-maestro[bot] [Sat, 3 Jul 2021 12:42:18 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210702.16 (#2411)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210702.7 (...
dotnet-maestro[bot] [Sat, 3 Jul 2021 12:36:58 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210702.7 (#2410)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate DumpObj command to show TrackedType and TaggedMemory (#2407)
Aaron Robinson [Fri, 2 Jul 2021 20:49:43 +0000 (13:49 -0700)]
Update DumpObj command to show TrackedType and TaggedMemory (#2407)

* Update DumpObj command to show TrackedType and TaggedMemory if applicable.

* Update DML for tagged memory to compute the pointer size of memory dynamically.

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210701.9 (...
dotnet-maestro[bot] [Fri, 2 Jul 2021 17:34:20 +0000 (17:34 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210701.9 (#2408)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210702.2 (#2409)
dotnet-maestro[bot] [Fri, 2 Jul 2021 12:51:48 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210702.2 (#2409)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210701.2 (#2406)
dotnet-maestro[bot] [Thu, 1 Jul 2021 12:56:57 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210701.2 (#2406)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210630.3 (...
dotnet-maestro[bot] [Thu, 1 Jul 2021 12:56:02 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210630.3 (#2405)

[main] Update dependencies from dotnet/aspnetcore

3 years agoAdd GetProcessInfo2 command, response, tests, and docs. (#2360)
Justin Anderson [Thu, 1 Jul 2021 05:37:58 +0000 (22:37 -0700)]
Add GetProcessInfo2 command, response, tests, and docs. (#2360)

3 years agoRemove endpoint info, runtime info, and command line helper. (#2371)
Justin Anderson [Thu, 1 Jul 2021 04:19:45 +0000 (21:19 -0700)]
Remove endpoint info, runtime info, and command line helper. (#2371)

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210630.2 (#2402)
dotnet-maestro[bot] [Wed, 30 Jun 2021 16:09:35 +0000 (16:09 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210630.2 (#2402)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210629.9 (...
dotnet-maestro[bot] [Wed, 30 Jun 2021 12:56:34 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210629.9 (#2401)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210628.9 (...
dotnet-maestro[bot] [Tue, 29 Jun 2021 16:21:01 +0000 (16:21 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210628.9 (#2399)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210629.1 (#2400)
dotnet-maestro[bot] [Tue, 29 Jun 2021 14:41:00 +0000 (14:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210629.1 (#2400)

[main] Update dependencies from dotnet/runtime

3 years agoAdd new DiagnosticClient commands for IPC features (#2268)
David Mason [Mon, 28 Jun 2021 18:17:35 +0000 (11:17 -0700)]
Add new DiagnosticClient commands for IPC features (#2268)

Client commands for dotnet/runtime#52175 and dotnet/runtime#52567

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210628.2 (#2397)
dotnet-maestro[bot] [Mon, 28 Jun 2021 12:44:01 +0000 (12:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210628.2 (#2397)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210626.8 (#2396)
dotnet-maestro[bot] [Sun, 27 Jun 2021 12:50:11 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210626.8 (#2396)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210626.1 (#2395)
dotnet-maestro[bot] [Sat, 26 Jun 2021 12:42:51 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210626.1 (#2395)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210625.3 (...
dotnet-maestro[bot] [Sat, 26 Jun 2021 12:42:18 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210625.3 (#2394)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUse a different way of recognizing a GC build using regions that works for SVR GC...
Peter Sollich [Fri, 25 Jun 2021 16:49:15 +0000 (18:49 +0200)]
Use a different way of recognizing a GC build using regions that works for SVR GC. (#2391)

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210624.24 (#2393)
dotnet-maestro[bot] [Fri, 25 Jun 2021 12:51:56 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210624.24 (#2393)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210624.13 ...
dotnet-maestro[bot] [Fri, 25 Jun 2021 12:50:58 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210624.13 (#2392)

[main] Update dependencies from dotnet/aspnetcore

3 years agoFix build break on xcode 12 (#2390)
Mike McLaughlin [Fri, 25 Jun 2021 03:28:42 +0000 (20:28 -0700)]
Fix build break on xcode 12 (#2390)

Merge utf8.cpp from runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210623.6 (...
dotnet-maestro[bot] [Thu, 24 Jun 2021 17:25:47 +0000 (17:25 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210623.6 (#2387)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210624.1 (#2388)
dotnet-maestro[bot] [Thu, 24 Jun 2021 13:03:28 +0000 (13:03 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210624.1 (#2388)

[main] Update dependencies from dotnet/runtime

3 years agoUpdates scripts for LLVM/Clang versions that are double digits (#2386)
Thefrank [Thu, 24 Jun 2021 04:23:40 +0000 (21:23 -0700)]
Updates scripts for LLVM/Clang versions that are double digits (#2386)

Co-authored-by: TheFrank <none>
3 years agoAdd adb port forward and usbmux support to dsrouter. (#2366)
Johan Lorensson [Wed, 23 Jun 2021 18:22:32 +0000 (20:22 +0200)]
Add adb port forward and usbmux support to dsrouter. (#2366)

3 years ago[main] Update dependencies from dotnet/aspnetcore (#2383)
dotnet-maestro[bot] [Wed, 23 Jun 2021 13:02:29 +0000 (13:02 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2383)

[main] Update dependencies from dotnet/aspnetcore

3 years ago[main] Update dependencies from dotnet/runtime (#2384)
dotnet-maestro[bot] [Wed, 23 Jun 2021 12:58:27 +0000 (12:58 +0000)]
[main] Update dependencies from dotnet/runtime (#2384)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210621.2 (#2382)
dotnet-maestro[bot] [Mon, 21 Jun 2021 12:48:38 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210621.2 (#2382)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210619.2 (#2380)
dotnet-maestro[bot] [Sun, 20 Jun 2021 12:51:24 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210619.2 (#2380)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210619.2 (...
dotnet-maestro[bot] [Sun, 20 Jun 2021 12:50:31 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210619.2 (#2379)

[main] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210618.21 (#2378)
dotnet-maestro[bot] [Sat, 19 Jun 2021 12:53:10 +0000 (12:53 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210618.21 (#2378)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210619.1 (...
dotnet-maestro[bot] [Sat, 19 Jun 2021 12:52:19 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210619.1 (#2377)

[main] Update dependencies from dotnet/aspnetcore

4 years agoAdd runtime resume option to dotnet-trace and dotnet-counters. (#2343)
Johan Lorensson [Fri, 18 Jun 2021 21:04:56 +0000 (23:04 +0200)]
Add runtime resume option to dotnet-trace and dotnet-counters. (#2343)

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210618.2 (#2376)
dotnet-maestro[bot] [Fri, 18 Jun 2021 17:38:52 +0000 (17:38 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210618.2 (#2376)

[main] Update dependencies from dotnet/runtime

4 years ago[main] Update dependencies from dotnet/aspnetcore (#2365)
dotnet-maestro[bot] [Fri, 18 Jun 2021 12:52:53 +0000 (12:52 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2365)

[main] Update dependencies from dotnet/aspnetcore

4 years ago[main] Update dependencies from dotnet/runtime (#2372)
dotnet-maestro[bot] [Thu, 17 Jun 2021 19:22:38 +0000 (19:22 +0000)]
[main] Update dependencies from dotnet/runtime (#2372)

[main] Update dependencies from dotnet/runtime

4 years ago[main] Update dependencies from dotnet/runtime (#2364)
dotnet-maestro[bot] [Wed, 16 Jun 2021 21:37:31 +0000 (21:37 +0000)]
[main] Update dependencies from dotnet/runtime (#2364)

[main] Update dependencies from dotnet/runtime

4 years agoAdd IVT for Microsoft.Diagnostics.Monitoring.WebApi (#2355)
Justin Anderson [Tue, 15 Jun 2021 00:56:12 +0000 (17:56 -0700)]
Add IVT for Microsoft.Diagnostics.Monitoring.WebApi (#2355)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210612.4 (...
dotnet-maestro[bot] [Sun, 13 Jun 2021 12:52:32 +0000 (12:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210612.4 (#2363)

[main] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210611.11 (#2362)
dotnet-maestro[bot] [Sat, 12 Jun 2021 12:56:08 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210611.11 (#2362)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210611.10 ...
dotnet-maestro[bot] [Sat, 12 Jun 2021 12:50:18 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210611.10 (#2361)

[main] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210611.1 (#2359)
dotnet-maestro[bot] [Fri, 11 Jun 2021 12:48:06 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210611.1 (#2359)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210610.11 ...
dotnet-maestro[bot] [Fri, 11 Jun 2021 12:42:38 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210610.11 (#2358)

[main] Update dependencies from dotnet/aspnetcore

4 years agoRemove the CLRMD dependency from Microsoft.Diagnostics.DebugServices (#2303)
Mike McLaughlin [Fri, 11 Jun 2021 02:10:42 +0000 (19:10 -0700)]
Remove the CLRMD dependency from Microsoft.Diagnostics.DebugServices (#2303)

Remove the CLRMD dependency from Microsoft.Diagnostics.DebugServices

Add VersionData and PdbFileInfo classes.

Fixed module dwTransientFlags for ENC

4 years agoUpdate `ThreadCounts` usage based on a change (#2324)
Koundinya Veluri [Thu, 10 Jun 2021 22:57:10 +0000 (15:57 -0700)]
Update `ThreadCounts` usage based on a change (#2324)

- Depends on https://github.com/dotnet/runtime/pull/53471
- In the above change `ThreadCounts._data` was changed from `ulong` to `uint`. Its usage in SOS was reading 8 bytes and only using the lower 4 bytes. Updated to read 4 bytes instead. No functional change, just updated to match.

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210610.1 (#2354)
dotnet-maestro[bot] [Thu, 10 Jun 2021 17:23:29 +0000 (17:23 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210610.1 (#2354)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210609.7 (...
dotnet-maestro[bot] [Thu, 10 Jun 2021 12:39:45 +0000 (12:39 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210609.7 (#2353)

[main] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210609.2 (#2352)
dotnet-maestro[bot] [Wed, 9 Jun 2021 16:47:04 +0000 (16:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210609.2 (#2352)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210608.15 ...
dotnet-maestro[bot] [Wed, 9 Jun 2021 12:49:24 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210608.15 (#2351)

[main] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210608.1 (#2348)
dotnet-maestro[bot] [Tue, 8 Jun 2021 12:48:52 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210608.1 (#2348)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210608.1 (...
dotnet-maestro[bot] [Tue, 8 Jun 2021 12:48:32 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210608.1 (#2347)

[main] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210607.1 (#2346)
dotnet-maestro[bot] [Mon, 7 Jun 2021 12:57:18 +0000 (12:57 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210607.1 (#2346)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210606.3 (...
dotnet-maestro[bot] [Mon, 7 Jun 2021 12:51:58 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210606.3 (#2345)

[main] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210606.1 (#2342)
dotnet-maestro[bot] [Sun, 6 Jun 2021 12:47:19 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210606.1 (#2342)

[main] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210605.2 (...
dotnet-maestro[bot] [Sun, 6 Jun 2021 12:41:59 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210605.2 (#2341)

[main] Update dependencies from dotnet/aspnetcore