platform/core/dotnet/diagnostics.git
4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201219.4 (...
dotnet-maestro[bot] [Sun, 20 Dec 2020 13:48:34 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201219.4 (#1845)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201219.2 (...
dotnet-maestro[bot] [Sat, 19 Dec 2020 13:48:29 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201219.2 (#1844)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201217.15 ...
dotnet-maestro[bot] [Fri, 18 Dec 2020 13:42:00 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201217.15 (#1842)

[master] Update dependencies from dotnet/aspnetcore

4 years agoMove caret back to the end when exiting (#1838)
Kevin Gosse [Fri, 18 Dec 2020 00:05:59 +0000 (01:05 +0100)]
Move caret back to the end when exiting (#1838)

* Move caret back to the end when exiting

* Compute maxRow during AssignRowsAndInitializeDisplay

* Address PR feedback

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201217.2 (...
dotnet-maestro[bot] [Thu, 17 Dec 2020 13:41:16 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201217.2 (#1841)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201215.8 (...
dotnet-maestro[bot] [Wed, 16 Dec 2020 13:55:34 +0000 (13:55 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201215.8 (#1840)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201214.10 (#1834)
dotnet-maestro[bot] [Tue, 15 Dec 2020 22:23:22 +0000 (22:23 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201214.10 (#1834)

[master] Update dependencies from dotnet/runtime

4 years agoSOS/dotnet-dump extensibility - Part 2 (#1826)
Mike McLaughlin [Tue, 15 Dec 2020 21:45:52 +0000 (13:45 -0800)]
SOS/dotnet-dump extensibility - Part 2  (#1826)

* Native SOS clean up and refactoring

Added and updated IHost, ITarget and IRuntime native interfaces and
implementations. Going forward these will be provided by the managed
host support.

Added "runtimes" command and moved the runtime selection options from
sosstatus to this command.

Move include files to common SOS inc directory.

4 years agoUpdate --providers help text with details on filter strings (#542)
John Salem [Tue, 15 Dec 2020 21:35:12 +0000 (13:35 -0800)]
Update --providers help text with details on filter strings (#542)

* Initial update to help text

* Move more complex examples to documentation since they don't format well in the help text

* Change example in help text

4 years agoAdd warning message to dotnet-monitor (#1819)
John Salem [Tue, 15 Dec 2020 18:31:06 +0000 (10:31 -0800)]
Add warning message to dotnet-monitor (#1819)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201214.3 (...
dotnet-maestro[bot] [Tue, 15 Dec 2020 13:56:43 +0000 (13:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201214.3 (#1835)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20201214.1 (#1836)
dotnet-maestro[bot] [Tue, 15 Dec 2020 13:52:54 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20201214.1 (#1836)

[master] Update dependencies from dotnet/symstore

4 years agoSOS/dotnet-dump extensibility - Part 1 (#1823)
Mike McLaughlin [Tue, 15 Dec 2020 04:10:13 +0000 (20:10 -0800)]
SOS/dotnet-dump extensibility - Part 1 (#1823)

* Split the interface and implementation debug service assemblies

* Add IHost and ITarget interfaces.  Add the Target and Target data reader implementations.

Add ISymbolService and an implementation that temporarily uses SOS.NETCore.

ServiceProvider cleanup.

SOS.Hosting cleanup.

* Add ISymbolService and implementation temporarily using SOS.NETCore.

* Add IMemoryService and implementations

There are two helper IMemoryService implementations PEImageMappingMemoryService and MetadataMappingMemoryService. They are used to wrap the base native debugger memory service implementation.

PEImageMappingMemoryService is used in dotnet-dump for Windows targets to mapping PE images like coreclr.dll into the memory address space the module's memory isn't present. It downloads and loads the actual module and performs the necessary fix ups.

MetadataMappingMemoryService is only used for core dumps when running under lldb to map the managed assemblies metadata into address space. This is needed because the way lldb returns zero's for invalid memory for dumps generated with createdump on older runtimes (< 5.0).

The address sign extension plan for 32 bit processors (arm32/x86) is that address are masked on entry to the managed infrastructure from DAC or DBI callbacks or from the native SOS code in SOS.Hosting. If the native debugger that the infrastructure is hosted needs addresses to be signed extended like dbgeng, it will happen in the debugger services layer (IDebuggerService).

* Add IModuleService and IModule interfaces and implementation

* Update IThreadService, add IThread (replacing ThreadInfo) and add new ThreadService implementation.

* Add IRuntimeService/IRuntime interfaces and implementations.

This service abstracts the .NET runtimes in the process.

* Update IConsoleService and add ICommandService and update the implementatiion.

Command invocation is now synchronous so it will work under dbgeng.

Cleaned up the command and option alias attributes.

* Update test scripts.

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201212.4 (...
dotnet-maestro[bot] [Tue, 15 Dec 2020 02:16:31 +0000 (02:16 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201212.4 (#1825)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201212.4 (#1824)
dotnet-maestro[bot] [Tue, 15 Dec 2020 02:12:39 +0000 (02:12 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201212.4 (#1824)

[master] Update dependencies from dotnet/runtime

4 years agoAdd DumpGen command to dotnet-dump (#1816)
JP Durot [Mon, 14 Dec 2020 23:38:49 +0000 (00:38 +0100)]
Add DumpGen command to dotnet-dump (#1816)

* Add DumpGen command in dotnet-dump

* Fix tests on Windows x86

* Bump ClrMD version to get the fix needed for the previous commit

4 years agoFix clru (#1831)
Steve MacLean [Mon, 14 Dec 2020 20:56:50 +0000 (15:56 -0500)]
Fix clru (#1831)

* Fix GetILSize()

Reading a COR_ILMETHOD into an unaligned byte
array would cause GetILSize to fail.

* Fix DecoderInit

Fix bogus workaround for unaligned header

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20201210.4 (#1829)
dotnet-maestro[bot] [Mon, 14 Dec 2020 13:51:10 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20201210.4 (#1829)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201211.17 ...
dotnet-maestro[bot] [Sat, 12 Dec 2020 14:40:44 +0000 (14:40 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201211.17 (#1822)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201211.23 (#1821)
dotnet-maestro[bot] [Sat, 12 Dec 2020 13:39:32 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201211.23 (#1821)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate outdated known counter descriptions (#1815)
Sung Yoon Whang [Fri, 11 Dec 2020 21:35:14 +0000 (13:35 -0800)]
Update outdated known counter descriptions (#1815)

* update outdated known counter descriptions

* change text to match docs PR

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201210.24 ...
dotnet-maestro[bot] [Fri, 11 Dec 2020 13:44:29 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201210.24 (#1818)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201211.2 (#1817)
dotnet-maestro[bot] [Fri, 11 Dec 2020 13:38:57 +0000 (13:38 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201211.2 (#1817)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate diagnostics IPC protocol doc (#1814)
Sung Yoon Whang [Thu, 10 Dec 2020 22:11:10 +0000 (14:11 -0800)]
Update diagnostics IPC protocol doc (#1814)

* fix broken links, remove reference to outdated terms

* Update documentation/design-docs/ipc-protocol.md

Co-authored-by: John Salem <josalem@microsoft.com>
Co-authored-by: John Salem <josalem@microsoft.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201209.15 (#1811)
dotnet-maestro[bot] [Thu, 10 Dec 2020 17:42:46 +0000 (17:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201209.15 (#1811)

[master] Update dependencies from dotnet/runtime

4 years agoFix help displayed for dotnet-dump DumpConcurrentQueue command (#1809)
JP Durot [Thu, 10 Dec 2020 17:12:03 +0000 (18:12 +0100)]
Fix help displayed for dotnet-dump DumpConcurrentQueue command (#1809)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201209.13 ...
dotnet-maestro[bot] [Thu, 10 Dec 2020 13:44:51 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201209.13 (#1812)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201209.2 (#1807)
dotnet-maestro[bot] [Wed, 9 Dec 2020 19:01:05 +0000 (19:01 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201209.2 (#1807)

[master] Update dependencies from dotnet/runtime

4 years agoAdd DumpConcurrentDictionary command in dotnet-dump (#1791)
JP Durot [Wed, 9 Dec 2020 18:21:41 +0000 (19:21 +0100)]
Add DumpConcurrentDictionary command in dotnet-dump (#1791)

* Add DumpConcurrentDictionary command in dotnet-dump

* Add tests on new DumpConcurrentDictionary command

* Fix tests on different platforms

* Disable tests on netcoreapp2.1 under Linux

* Fix SOS test config file for dotnet-dump commands

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201208.5 (...
dotnet-maestro[bot] [Wed, 9 Dec 2020 13:46:28 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201208.5 (#1808)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20201207.1 (#1806)
dotnet-maestro[bot] [Tue, 8 Dec 2020 17:39:43 +0000 (17:39 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20201207.1 (#1806)

[master] Update dependencies from dotnet/symstore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201207.16 ...
dotnet-maestro[bot] [Tue, 8 Dec 2020 17:18:43 +0000 (17:18 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201207.16 (#1805)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201208.2 (#1804)
dotnet-maestro[bot] [Tue, 8 Dec 2020 13:45:08 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201208.2 (#1804)

[master] Update dependencies from dotnet/runtime

4 years agoCreate and publish nupkg version files. (#1801)
Justin Anderson [Mon, 7 Dec 2020 21:51:38 +0000 (13:51 -0800)]
Create and publish nupkg version files. (#1801)

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201206.6 (#1799)
dotnet-maestro[bot] [Mon, 7 Dec 2020 13:52:37 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201206.6 (#1799)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20201201.2 (#1798)
dotnet-maestro[bot] [Mon, 7 Dec 2020 13:46:10 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20201201.2 (#1798)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201205.2 (#1797)
dotnet-maestro[bot] [Mon, 7 Dec 2020 00:47:08 +0000 (00:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201205.2 (#1797)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201204.10 (#1796)
dotnet-maestro[bot] [Sat, 5 Dec 2020 13:43:07 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201204.10 (#1796)

[master] Update dependencies from dotnet/runtime

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1789)
dotnet-maestro[bot] [Fri, 4 Dec 2020 13:50:11 +0000 (13:50 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1789)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201203.13 (#1795)
dotnet-maestro[bot] [Fri, 4 Dec 2020 13:48:09 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201203.13 (#1795)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201203.7 (#1792)
dotnet-maestro[bot] [Thu, 3 Dec 2020 23:28:15 +0000 (23:28 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201203.7 (#1792)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate tool-list.json (#1782)
John Salem [Thu, 3 Dec 2020 23:18:46 +0000 (15:18 -0800)]
Update tool-list.json (#1782)

Add dotnet-stack to NuGetAssets

4 years agoPut the version string comment in the wrong place (#1788)
Mike McLaughlin [Wed, 2 Dec 2020 23:43:03 +0000 (15:43 -0800)]
Put the version string comment in the wrong place (#1788)

4 years agoFixes for some vendors issues for the stable release (#1785)
Mike McLaughlin [Wed, 2 Dec 2020 21:48:12 +0000 (13:48 -0800)]
Fixes for some vendors issues for the stable release (#1785)

* Fixes for some vendors issues for the stable release

1) Stop printing the "@(#)Version" prefix of the SOS version on Linux.
2) Change the default symbol cache for dotnet-dump on Windows to VS's.
3) Fix eeversion unhandled exception on Linux when hosted on 5.0.0.
4) Fix `dotnet-dump collect --help` ArgumentOutOfRangeException by reformatting the --type option description.

* Fix eeversion unhandled exception on Linux hosted on 5.0.0

This turned out to be that the dotnet-sos installed included runtime binaries
like System.Memory, System.Buffer, etc. that were wrong version for hosting on
5.0.0. This didn't get catch by the normal testing because only certain project
references were copied to the bin directory.

The main part of this fix was to be very explicit in which assemblies are added to
the TPA that are in the SOS directory instead of adding all of them.

Changed the SOS managed installed to copy all the managed assemblies in SOS.NETCore
to better match the dotnet-sos install layout.

Changed the SOS tests to explicitly test across all the host runtimes (2.1.x,
3.1.x, 5.0.x and desktop).

* Fix `dotnet-dump collect --help` ArgumentOutOfRangeException by reformatting the --type option description.

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201201.10 ...
dotnet-maestro[bot] [Wed, 2 Dec 2020 17:40:52 +0000 (17:40 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201201.10 (#1783)

[master] Update dependencies from dotnet/aspnetcore

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1774)
dotnet-maestro[bot] [Tue, 1 Dec 2020 18:17:21 +0000 (18:17 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1774)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20201130.1 (#1779)
dotnet-maestro[bot] [Tue, 1 Dec 2020 13:43:44 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20201130.1 (#1779)

[master] Update dependencies from dotnet/symstore

4 years agoAdd dotnet-stack tool (#1702)
John Salem [Mon, 30 Nov 2020 23:50:20 +0000 (15:50 -0800)]
Add dotnet-stack tool (#1702)

4 years agoRefactor pipeline mode details into pipeline classes. (#1776)
Justin Anderson [Mon, 30 Nov 2020 23:47:02 +0000 (15:47 -0800)]
Refactor pipeline mode details into pipeline classes. (#1776)

4 years agoHide counter argument and update --counters option description (#1770)
Sung Yoon Whang [Mon, 30 Nov 2020 19:49:28 +0000 (11:49 -0800)]
Hide counter argument and update --counters option description (#1770)

* Hide counter argument and update --counters option description

* fix description

* remove arity

4 years agoFix issue where command line was not reported for .NET Core 3.X runtimes. (#1777)
Justin Anderson [Mon, 30 Nov 2020 19:01:52 +0000 (11:01 -0800)]
Fix issue where command line was not reported for .NET Core 3.X runtimes. (#1777)

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20201123.2 (#1775)
dotnet-maestro[bot] [Mon, 30 Nov 2020 13:46:23 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20201123.2 (#1775)

[master] Update dependencies from dotnet/arcade

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1773)
dotnet-maestro[bot] [Sat, 28 Nov 2020 13:32:56 +0000 (13:32 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1773)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201125.6 (...
dotnet-maestro[bot] [Thu, 26 Nov 2020 13:53:43 +0000 (13:53 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201125.6 (#1772)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201124.8 (...
dotnet-maestro[bot] [Wed, 25 Nov 2020 13:58:19 +0000 (13:58 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201124.8 (#1768)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201123.13 ...
dotnet-maestro[bot] [Tue, 24 Nov 2020 14:05:32 +0000 (14:05 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201123.13 (#1765)

[master] Update dependencies from dotnet/aspnetcore

4 years ago[master] Update dependencies from dotnet/arcade (#1724)
dotnet-maestro[bot] [Mon, 23 Nov 2020 14:11:50 +0000 (14:11 +0000)]
[master] Update dependencies from dotnet/arcade (#1724)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201120.9 (...
dotnet-maestro[bot] [Sat, 21 Nov 2020 13:36:25 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201120.9 (#1763)

[master] Update dependencies from dotnet/aspnetcore

4 years ago@mikem8361 Disable signing validation (#1761)
Mike McLaughlin [Sat, 21 Nov 2020 04:47:02 +0000 (20:47 -0800)]
@mikem8361 Disable signing validation (#1761)

* Fix signing validation check

* Disable signing validation

4 years agoFix signing validation check (#1759)
Mike McLaughlin [Sat, 21 Nov 2020 00:56:45 +0000 (16:56 -0800)]
Fix signing validation check (#1759)

4 years agoLink the official documentation in the dev versions of the docs (#1757)
Sung Yoon Whang [Fri, 20 Nov 2020 23:45:00 +0000 (15:45 -0800)]
Link the official documentation in the dev versions of the docs (#1757)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201119.11 ...
dotnet-maestro[bot] [Fri, 20 Nov 2020 18:05:48 +0000 (18:05 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201119.11 (#1756)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate the host runtime version ordering SOS uses (#1753)
Mike McLaughlin [Fri, 20 Nov 2020 00:41:50 +0000 (16:41 -0800)]
Update the host runtime version ordering SOS uses (#1753)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201118.9 (...
dotnet-maestro[bot] [Thu, 19 Nov 2020 13:44:31 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201118.9 (#1752)

[master] Update dependencies from dotnet/aspnetcore

4 years agoChanges for doubly linked freelists in the 64-bit GC (#1719)
Peter Sollich [Thu, 19 Nov 2020 13:34:18 +0000 (14:34 +0100)]
Changes for doubly linked freelists in the 64-bit GC (#1719)

In the 64-bit implementation, we now use one more bit in the method table pointer, so SOS needs to mask out one more bit as well.

Update SOS_BREAKING_CHANGE_VERSION to 2, so users get a warning if they are using an older SOS. This should almost always work just fine though, as the new bit is only set in rare cases during plan_phase.

4 years ago[master] Update dependencies from dotnet/runtime (#1751)
dotnet-maestro[bot] [Thu, 19 Nov 2020 00:07:49 +0000 (00:07 +0000)]
[master] Update dependencies from dotnet/runtime (#1751)

[master] Update dependencies from dotnet/runtime

 - Update feature line for VS package

 - Update global.json

 - Merge branch 'master' into darc-master-7ab7b02a-58a6-4608-81d9-07feca8a906b

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1726)
dotnet-maestro[bot] [Wed, 18 Nov 2020 23:13:47 +0000 (23:13 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1726)

[master] Update dependencies from dotnet/aspnetcore

 - Merge branch 'master' into darc-master-b7a486a6-7eb8-4482-84d1-c75cc34c9150

4 years agoDisable MacOS createdump testing for 5.0 (#1750)
Mike McLaughlin [Wed, 18 Nov 2020 22:45:35 +0000 (14:45 -0800)]
Disable MacOS createdump testing for 5.0 (#1750)

4 years agoremove writedump tests for diagnostics client tests (#1741)
Sung Yoon Whang [Wed, 18 Nov 2020 17:26:03 +0000 (09:26 -0800)]
remove writedump tests for diagnostics client tests (#1741)

4 years agoUpdate to test 3.1.10/3.1.24 runtimes and build with 5.0.100 SDK (#1734)
Mike McLaughlin [Wed, 18 Nov 2020 17:13:42 +0000 (09:13 -0800)]
Update to test 3.1.10/3.1.24 runtimes and build with 5.0.100 SDK (#1734)

Upgrade to testing on 2.1.23 runtime

Stop testing latest runtime until DARC update to 6.0

4 years agoIncrease timeout on eventpipe session tests (#1739)
Sung Yoon Whang [Wed, 18 Nov 2020 17:05:15 +0000 (09:05 -0800)]
Increase timeout on eventpipe session tests (#1739)

4 years agoImplement --diagnostic-port option to dotnet-counters collect/monitor (#1691)
Sung Yoon Whang [Wed, 18 Nov 2020 11:32:17 +0000 (03:32 -0800)]
Implement --diagnostic-port option to dotnet-counters collect/monitor (#1691)

* add --port option to dotnet-counters

* print the correct path on UNIX and let user cancel out before target attaches

* clean up socket upon exit

* Add --port option to dotnet-trace

* fix arg validation logic

* use suspend option in env var

* change --port to --diagnostic-port

* Some refactoring suggested by code review

* fix merge errors

* one last bit of merge errors

4 years agoChange retry logic around everything being an (#1735)
Juan Hoyos [Wed, 18 Nov 2020 03:17:54 +0000 (19:17 -0800)]
Change retry logic around everything being an (#1735)

4 years agoUpdate IPC design doc (#1694)
John Salem [Tue, 17 Nov 2020 22:36:25 +0000 (14:36 -0800)]
Update IPC design doc (#1694)

Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/Microsoft/clrmd build 20201111.1 (#1733)
dotnet-maestro[bot] [Tue, 17 Nov 2020 20:34:29 +0000 (20:34 +0000)]
Update dependencies from https://github.com/Microsoft/clrmd build 20201111.1 (#1733)

[master] Update dependencies from microsoft/clrmd

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20201116.1 (#1732)
dotnet-maestro[bot] [Tue, 17 Nov 2020 19:19:25 +0000 (19:19 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20201116.1 (#1732)

[master] Update dependencies from dotnet/symstore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201116.8 (#1731)
dotnet-maestro[bot] [Tue, 17 Nov 2020 18:27:57 +0000 (18:27 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20201116.8 (#1731)

[master] Update dependencies from dotnet/runtime

4 years agoFix race condition in Exporters (#1729)
Sung Yoon Whang [Tue, 17 Nov 2020 04:22:15 +0000 (20:22 -0800)]
Fix race condition in Exporters (#1729)

4 years agoUse VS insertion package instead of Microsoft.NETCore.App package for non-shipping...
Jeremy Koritzinsky [Tue, 17 Nov 2020 03:54:46 +0000 (19:54 -0800)]
Use VS insertion package instead of Microsoft.NETCore.App package for non-shipping version. (#1712)

4 years agoRemove dotnet-analyze (#1728)
Juan Hoyos [Tue, 17 Nov 2020 03:10:21 +0000 (19:10 -0800)]
Remove dotnet-analyze (#1728)

4 years agoUse sccsid version.cpp variable to display SOS version on xplat (#1725)
Mike McLaughlin [Tue, 17 Nov 2020 00:19:56 +0000 (16:19 -0800)]
Use sccsid version.cpp variable to display SOS version on xplat (#1725)

Use the the windbg symbol cache path when running under windbg. dotnet-dump will still use the VS symbol cache path in %TEMP%

4 years ago[master] Update dependencies from dotnet/runtime (#1723)
dotnet-maestro[bot] [Mon, 16 Nov 2020 13:50:18 +0000 (13:50 +0000)]
[master] Update dependencies from dotnet/runtime (#1723)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20201113.5 (#1721)
dotnet-maestro[bot] [Sun, 15 Nov 2020 00:24:56 +0000 (16:24 -0800)]
Update dependencies from https://github.com/dotnet/runtime build 20201113.5 (#1721)

Microsoft.NETCore.App , Microsoft.NETCore.App.Runtime.win-x64
 From Version 5.0.0-rtm.20529.3 -> To Version 5.0.0-rtm.20563.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20201113.1 (#1722)
dotnet-maestro[bot] [Sat, 14 Nov 2020 22:12:58 +0000 (22:12 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20201113.1 (#1722)

[master] Update dependencies from dotnet/symstore

4 years agoAdd support for configuration of custom metrics (#1713)
Wiktor Kopec [Fri, 13 Nov 2020 20:39:50 +0000 (12:39 -0800)]
Add support for configuration of custom metrics (#1713)

* Add support for configuration of custom metrics

* CR Feedback

4 years agoIncrease timeout for dotnet monitor tests to a minute (#1717)
Sung Yoon Whang [Fri, 13 Nov 2020 00:13:52 +0000 (16:13 -0800)]
Increase timeout for dotnet monitor tests to a minute (#1717)

4 years agoImplemented extended error processing for attaching to .NET Core 3.1 on macOS. (...
Mikhail Pilin [Thu, 12 Nov 2020 21:49:41 +0000 (22:49 +0100)]
Implemented extended error processing for attaching to .NET Core 3.1 on macOS. (#1707)

* Implemented extended error processing for attaching to .NET Core 3.1 on macOS.

* Update src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs

Co-authored-by: David Mason <davmason@microsoft.com>
* Update src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs

Co-authored-by: David Mason <davmason@microsoft.com>
* Create UnsupportedCommandException. Update tests and dotnet-dump.

Co-authored-by: David Mason <davmason@microsoft.com>
4 years ago[Test PR] Stabilize CIs (#1714)
Sung Yoon Whang [Thu, 12 Nov 2020 20:22:45 +0000 (12:22 -0800)]
[Test PR] Stabilize CIs  (#1714)

* stuff

* Better handle ImportERror on lldb helper script

* root cts for disposal

* code review feedback

4 years agoRelease tools (#1648)
Juan Hoyos [Thu, 12 Nov 2020 00:48:21 +0000 (16:48 -0800)]
Release tools (#1648)

* Add gather-drop wrapper script
* Add convenience dotnet scripts
* Add NuGet publishing script
* Add core of release tool
* Change behavior to stage files in there's a staging path injected
* Fix manifest aka ms link - strip out extensions
* Fix file stream mode
* Add predictable publishing path to manifest
* Add retry and verification
* Add tools section to the manifest.
* Add GitHub release script
* Verification of input parameters
* Add simple documentation on the release tool

4 years agoEgress for dotnet-monitor (#1677)
Justin Anderson [Wed, 11 Nov 2020 18:50:06 +0000 (10:50 -0800)]
Egress for dotnet-monitor (#1677)

File system and Azure Blob Storage egress.

4 years ago:lipstick: Correct the command's spelling/name. (#1711)
Pure Krome [Wed, 11 Nov 2020 02:21:39 +0000 (13:21 +1100)]
:lipstick: Correct the command's spelling/name. (#1711)

The command is `dotnet-dump` so I thought it might be appropriate to make sure the docs are correctly referring to the strict spelling/name of the command. Otherwise, I thought it was actually `dotnet` (the dotnet command) and then `dump` (the tool) ... where the tool is really `dotnet-dump`

4 years agoAdd instructions on dotnet-counter and dotnet-trace usage at startup (#1681)
Sung Yoon Whang [Tue, 10 Nov 2020 22:27:21 +0000 (14:27 -0800)]
Add instructions on dotnet-counter and dotnet-trace usage at startup (#1681)

* Add instructions on dotnet-counter and dotnet-trace usage on monitor/collect at startup

* typo

4 years agoAdd documentation on single file (#1709)
Juan Hoyos [Tue, 10 Nov 2020 21:25:52 +0000 (13:25 -0800)]
Add documentation on single file (#1709)

* Add documentation on single file tool deployments.
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
Co-authored-by: John Salem <josalem@microsoft.com>
4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20201109.2 (#1710)
dotnet-maestro[bot] [Tue, 10 Nov 2020 17:43:17 +0000 (17:43 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20201109.2 (#1710)

[master] Update dependencies from dotnet/symstore

4 years agoUse .NET Core runtime to host on Windows; fallback to desktop CLR (#1708)
Mike McLaughlin [Tue, 10 Nov 2020 07:20:12 +0000 (23:20 -0800)]
Use .NET Core runtime to host on Windows; fallback to desktop CLR (#1708)

Use .NET Core runtime to host on Windows; fallback to desktop CLR

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20201102.5 (#1705)
dotnet-maestro[bot] [Mon, 9 Nov 2020 13:40:10 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20201102.5 (#1705)

[master] Update dependencies from dotnet/arcade

4 years agoClean up reversed server sockets upon exit (#1704)
Sung Yoon Whang [Sat, 7 Nov 2020 20:27:17 +0000 (12:27 -0800)]
Clean up reversed server sockets upon exit (#1704)

4 years agoUse SOS_PTR(x) when using %p with varargs (#1700)
Steve MacLean [Thu, 5 Nov 2020 22:36:37 +0000 (17:36 -0500)]
Use SOS_PTR(x) when using %p with varargs (#1700)

* Use SOS_PTR(x) when using %p with varargs
* On Windows copy native binaries for dotnet publish and for VS testing

4 years agoAdd proposal spec for dotnet-stack tool (#1696)
John Salem [Thu, 5 Nov 2020 21:34:30 +0000 (13:34 -0800)]
Add proposal spec for dotnet-stack tool (#1696)

4 years agoChange feed (#1699)
Juan Hoyos [Thu, 5 Nov 2020 20:08:02 +0000 (12:08 -0800)]
Change feed (#1699)