platform/core/dotnet/diagnostics.git
4 years agoFix metrics snapshot to prevent modified collection exception. (#1444)
Justin Anderson [Mon, 17 Aug 2020 21:20:28 +0000 (14:20 -0700)]
Fix metrics snapshot to prevent modified collection exception. (#1444)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200815.5 (...
dotnet-maestro[bot] [Mon, 17 Aug 2020 16:41:32 +0000 (16:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200815.5 (#1442)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20414.12 to 5.0.0-rc.1.20415.5

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200814.12 ...
dotnet-maestro[bot] [Sat, 15 Aug 2020 12:47:05 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200814.12 (#1441)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20414.2 to 5.0.0-rc.1.20414.12

4 years agoFix diagnostics client test hang in CentOS (#1433)
Sung Yoon Whang [Fri, 14 Aug 2020 21:20:55 +0000 (14:20 -0700)]
Fix diagnostics client test hang in CentOS  (#1433)

* Try to repro test hang in CentOS release

* Try removing incorrect assert

* Add comment

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1435)
dotnet-maestro[bot] [Fri, 14 Aug 2020 16:09:20 +0000 (16:09 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1435)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20411.10 to 5.0.0-rc.1.20414.2

4 years agoFix module-by-name lookup (#1437)
Juan Hoyos [Fri, 14 Aug 2020 04:32:09 +0000 (21:32 -0700)]
Fix module-by-name lookup (#1437)

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200812.8 (#1434)
dotnet-maestro[bot] [Thu, 13 Aug 2020 14:59:51 +0000 (14:59 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200812.8 (#1434)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20412.8

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200811.5 (#1431)
dotnet-maestro[bot] [Wed, 12 Aug 2020 17:39:11 +0000 (17:39 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200811.5 (#1431)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200811.10 ...
dotnet-maestro[bot] [Wed, 12 Aug 2020 12:42:38 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200811.10 (#1432)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20410.6 to 5.0.0-rc.1.20411.10

4 years agoUpdate incorrect TraceEvent usage in diagnostics client library docs (#1415)
Sung Yoon Whang [Tue, 11 Aug 2020 23:56:57 +0000 (16:56 -0700)]
Update incorrect TraceEvent usage in diagnostics client library docs (#1415)

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200810.10 (#1429)
dotnet-maestro[bot] [Tue, 11 Aug 2020 23:01:56 +0000 (23:01 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200810.10 (#1429)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20200810.1 (#1430)
dotnet-maestro[bot] [Tue, 11 Aug 2020 16:31:04 +0000 (16:31 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20200810.1 (#1430)

[master] Update dependencies from dotnet/symstore
- Updates:
  - Microsoft.SymbolStore: from 1.0.140301 to 1.0.141001

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1424)
dotnet-maestro[bot] [Tue, 11 Aug 2020 12:47:35 +0000 (12:47 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1424)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20405.9 to 5.0.0-rc.1.20410.6

4 years agoMisc SOS changes (#1428)
Mike McLaughlin [Tue, 11 Aug 2020 03:52:05 +0000 (20:52 -0700)]
Misc SOS changes (#1428)

Misc changes

Fix coreclr reload message for linux dumps on Windows

Fallback to getting assembly name (like when SOS is running on Linux/OSX) when building a function name when either GetModuleByteOffset or GetModuleNames fail.

Add target based get directory separator char function (GetTargetDirectorySeparatorW) to use in the linux module name returned by dbgeng for linux core dumps on Windows.

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200809.3 (#1427)
dotnet-maestro[bot] [Mon, 10 Aug 2020 12:41:05 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200809.3 (#1427)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20408.3 to 5.0.0-rc.1.20409.3

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200808.3 (#1423)
dotnet-maestro[bot] [Sun, 9 Aug 2020 12:40:51 +0000 (12:40 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200808.3 (#1423)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20406.11 to 5.0.0-rc.1.20408.3

4 years agoAllow process selection using runtime instance cookie. (#1414)
Justin Anderson [Fri, 7 Aug 2020 20:42:23 +0000 (13:42 -0700)]
Allow process selection using runtime instance cookie. (#1414)

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200806.11 (#1416)
dotnet-maestro[bot] [Fri, 7 Aug 2020 17:18:31 +0000 (17:18 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200806.11 (#1416)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20405.17 to 5.0.0-rc.1.20406.11

4 years agoAdd reversed diagnostics server, endpoints, and endpoint sources. (#1303)
Justin Anderson [Thu, 6 Aug 2020 18:46:34 +0000 (11:46 -0700)]
Add reversed diagnostics server, endpoints, and endpoint sources. (#1303)

Add reversed diagnostics server and endpoint information.
Add diagnostics endpoint source for unifying server and client connections into same contract.
Consume endpoint source in dotnet-monitor.
Add unit tests for reversed server, endpoints, and endpoint source concepts.

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200805.17 (#1410)
dotnet-maestro[bot] [Thu, 6 Aug 2020 12:47:04 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200805.17 (#1410)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20405.17

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200805.9 (...
dotnet-maestro[bot] [Thu, 6 Aug 2020 12:42:45 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200805.9 (#1411)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20404.11 to 5.0.0-rc.1.20405.9

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200804.11 ...
dotnet-maestro[bot] [Wed, 5 Aug 2020 12:47:26 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200804.11 (#1407)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20403.8 to 5.0.0-rc.1.20404.11

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200804.16 (#1406)
dotnet-maestro[bot] [Wed, 5 Aug 2020 12:41:16 +0000 (12:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200804.16 (#1406)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20402.3 to 5.0.0-rc.1.20404.16

4 years agoAdd GC heap fragmentation counter to known list of counters (#1404)
Sung Yoon Whang [Wed, 5 Aug 2020 00:51:30 +0000 (17:51 -0700)]
Add GC heap fragmentation counter to known list of counters (#1404)

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1400)
dotnet-maestro[bot] [Tue, 4 Aug 2020 17:32:19 +0000 (17:32 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1400)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20381.8 to 5.0.0-rc.1.20403.8

4 years agoAdd --runtime-version flag to dotnet-counters list command (#1369)
Sung Yoon Whang [Mon, 3 Aug 2020 21:50:13 +0000 (14:50 -0700)]
Add --runtime-version flag to dotnet-counters list command (#1369)

* Add --runtime-version flag to dotnet-counters list command

* Change POH counter to 5.0 only, active-timer to 3.0, 3.1, 5.0

* change default version to 3.1

* Change help text

* PR feedback

4 years agoUse 24 Hour Time in Default Output Format (#1285)
Will Speak [Mon, 3 Aug 2020 19:37:12 +0000 (20:37 +0100)]
Use 24 Hour Time in Default Output Format (#1285)

This ensures that collection taken in the afternoon are sorted after
those taken in the morning.

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20200803.1 (#1401)
dotnet-maestro[bot] [Mon, 3 Aug 2020 15:21:38 +0000 (15:21 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20200803.1 (#1401)

[master] Update dependencies from dotnet/symstore
- Updates:
  - Microsoft.SymbolStore: from 1.0.136501 to 1.0.140301

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200802.3 (#1399)
dotnet-maestro[bot] [Mon, 3 Aug 2020 15:13:14 +0000 (15:13 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200802.3 (#1399)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20401.1 to 5.0.0-rc.1.20402.3

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200731.8 (...
dotnet-maestro[bot] [Sat, 1 Aug 2020 16:47:34 +0000 (16:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200731.8 (#1396)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20380.7 to 5.0.0-rc.1.20381.8

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200801.1 (#1395)
dotnet-maestro[bot] [Sat, 1 Aug 2020 12:34:58 +0000 (12:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200801.1 (#1395)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20380.20 to 5.0.0-rc.1.20401.1

4 years agoAllow dotnet-trace to be used while the input/output is redirected (#1348)
chrisnas [Sat, 1 Aug 2020 01:07:21 +0000 (03:07 +0200)]
Allow dotnet-trace to be used while the input/output is redirected (#1348)

Co-authored-by: Christophe Nasarre <c.nasarresoulier@criteo.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200730.20 (#1393)
dotnet-maestro[bot] [Fri, 31 Jul 2020 18:13:55 +0000 (18:13 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200730.20 (#1393)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20380.1 to 5.0.0-rc.1.20380.20

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200730.7 (...
dotnet-maestro[bot] [Fri, 31 Jul 2020 18:09:10 +0000 (18:09 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200730.7 (#1394)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20379.14 to 5.0.0-rc.1.20380.7

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200724.1 (#1392)
dotnet-maestro[bot] [Thu, 30 Jul 2020 20:57:38 +0000 (20:57 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200724.1 (#1392)

[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.RemoteExecutor: from 5.0.0-beta.20364.3 to 5.0.0-beta.20374.1
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20364.3 to 5.0.0-beta.20374.1

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200729.14 ...
dotnet-maestro[bot] [Thu, 30 Jul 2020 12:49:09 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200729.14 (#1391)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20377.3 to 5.0.0-rc.1.20379.14

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200730.1 (#1390)
dotnet-maestro[bot] [Thu, 30 Jul 2020 12:38:46 +0000 (12:38 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200730.1 (#1390)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20371.13 to 5.0.0-rc.1.20380.1

4 years agoFix typos (#1388)
Youssef Victor [Thu, 30 Jul 2020 00:06:21 +0000 (02:06 +0200)]
Fix typos (#1388)

* Add missing "for" word

* Update CollectCommandHandler.cs

* Fix typo in --process-id description

* Update CollectCommandHandler.cs

* Update Program.cs

* Update ReportCommandHandler.cs

* Changes to re-trigger build

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200727.3 (...
dotnet-maestro[bot] [Mon, 27 Jul 2020 23:27:37 +0000 (23:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200727.3 (#1385)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20375.2 to 5.0.0-rc.1.20377.3

4 years agoSimplify dotnet-trace main loop (#1257)
John Salem [Mon, 27 Jul 2020 18:46:48 +0000 (11:46 -0700)]
Simplify dotnet-trace main loop (#1257)

* Simplify main loop of dotnet-trace

* comments

* prevent multiple calls to session.stop

* refactor line rewriter

* more simplification

* Go back to loop
* timer could cause interleved output

* Only decrement clear line if we moved buffer
* needs to be checked on Windows terminal

* Adjust behavior by platform

* allow for input/output redirection

* Apply suggestions from code review

* Update CollectCommand.cs

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200725.2 (...
dotnet-maestro[bot] [Sun, 26 Jul 2020 17:37:12 +0000 (17:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200725.2 (#1382)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20374.1 to 5.0.0-rc.1.20375.2

4 years agoMerge pull request #1376 from criteo-forks/PR_dotnet-dump
Mike McLaughlin [Sat, 25 Jul 2020 17:00:37 +0000 (10:00 -0700)]
Merge pull request #1376 from criteo-forks/PR_dotnet-dump

Add new "extended" commands based on ClrMD to dotnet-dump

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200721.13 (#1379)
dotnet-maestro[bot] [Fri, 24 Jul 2020 16:58:04 +0000 (16:58 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200721.13 (#1379)

[master] Update dependencies from dotnet/runtime
- Updates:
  - Microsoft.NETCore.App: from 5.0.0-rc.1.20370.4 to 5.0.0-rc.1.20371.13

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200724.1 (...
dotnet-maestro[bot] [Fri, 24 Jul 2020 12:37:13 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200724.1 (#1380)

[master] Update dependencies from dotnet/aspnetcore
- Updates:
  - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20371.1 to 5.0.0-rc.1.20374.1

4 years agoAdd new "extended" commands based on ClrMD to dotnet-dump
Christophe Nasarre [Wed, 22 Jul 2020 07:28:13 +0000 (09:28 +0200)]
Add new "extended" commands based on ClrMD to dotnet-dump

- TimerInfo lists timers details and displays a summary
- both ClrMD 1.1 and 2.0 implementations are provided (based on ClrMD2 symbol
defined or not to make the move to 2.0 simple by just removing the 1.1 code)

4 years agoRetarget tests against 5.0 and 3.1 as needed (#1337)
Juan Hoyos [Thu, 23 Jul 2020 21:04:34 +0000 (14:04 -0700)]
Retarget tests against 5.0 and 3.1 as needed (#1337)

* Retarget tests against 5.0 and 3.1 as needed
* Exclude EventPipe tests from 5.0

Co-authored-by: Sung Yoon Whang <suwhang@microsoft.com>
4 years agoTry fixing WriteDumpTests
Sung Yoon Whang [Thu, 23 Jul 2020 20:00:51 +0000 (13:00 -0700)]
Try fixing WriteDumpTests

4 years agoAdd support for CORS (#1377)
Wiktor Kopec [Thu, 23 Jul 2020 18:08:57 +0000 (11:08 -0700)]
Add support for CORS (#1377)

4 years agoExclude EventPipe tests from 5.0
Juan Sebastian Hoyos Ayala [Thu, 23 Jul 2020 08:52:13 +0000 (01:52 -0700)]
Exclude EventPipe tests from 5.0

4 years agoChange aka.ms to fwlink links (#1375)
Mike McLaughlin [Wed, 22 Jul 2020 02:42:59 +0000 (19:42 -0700)]
Change aka.ms to fwlink links (#1375)

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20200715.1 (#1358)
dotnet-maestro[bot] [Tue, 21 Jul 2020 23:00:38 +0000 (23:00 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20200715.1 (#1358)

Microsoft.SymbolStore
 From Version 1.0.135601 -> To Version 1.0.136501

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200721.1 (...
dotnet-maestro[bot] [Tue, 21 Jul 2020 12:48:49 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200721.1 (#1372)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-rc.1.20367.16 -> To Version 5.0.0-rc.1.20371.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200720.4 (#1371)
dotnet-maestro[bot] [Tue, 21 Jul 2020 12:37:58 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200720.4 (#1371)

Microsoft.NETCore.App
 From Version 5.0.0-rc.1.20367.23 -> To Version 5.0.0-rc.1.20370.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoBetter formatting for incrementing counters (#1364)
Sung Yoon Whang [Tue, 21 Jul 2020 08:40:11 +0000 (01:40 -0700)]
Better formatting for incrementing counters (#1364)

4 years agoFix a potential NullReferenceException when counter session hasn't started yet (...
Sung Yoon Whang [Mon, 20 Jul 2020 22:07:53 +0000 (15:07 -0700)]
Fix a potential NullReferenceException when counter session hasn't started yet (#1367)

* Fix a potential NullReferenceException when counter session hasn't started yet

* PR feedback

4 years agoAdd System.Net.Http and Kestrel counters to list of well-known counters (#1365)
Sung Yoon Whang [Mon, 20 Jul 2020 21:34:06 +0000 (14:34 -0700)]
Add System.Net.Http and Kestrel counters to list of well-known counters (#1365)

4 years agoAdd ResumeRuntime, ProcessInfo, and Advertise Protocol to Diagnostics IPC spec ...
John Salem [Mon, 20 Jul 2020 20:37:06 +0000 (13:37 -0700)]
Add ResumeRuntime, ProcessInfo, and Advertise Protocol to Diagnostics IPC spec  (#1350)

4 years agoAdd overload for starting EventPipe session with a single EventPipeProvider (#1366)
Sung Yoon Whang [Mon, 20 Jul 2020 18:47:49 +0000 (11:47 -0700)]
Add overload for starting EventPipe session with a single EventPipeProvider (#1366)

* Add overload for starting EventPipe session with a single EventPipeProvider

* Docs change

4 years agoUpdate documentation/design-docs/ipc-protocol.md
John Salem [Mon, 20 Jul 2020 18:21:17 +0000 (11:21 -0700)]
Update documentation/design-docs/ipc-protocol.md

Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
4 years agoAdd proper error type to /logs call. This produces a clear json error when the pid...
Wiktor Kopec [Mon, 20 Jul 2020 17:22:34 +0000 (10:22 -0700)]
Add proper error type to /logs call. This produces a clear json error when the pid is ambiguos, instead of a 406 response. (#1359)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200717.16 ...
dotnet-maestro[bot] [Sat, 18 Jul 2020 12:28:33 +0000 (12:28 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200717.16 (#1362)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-rc.1.20366.25 -> To Version 5.0.0-rc.1.20367.16

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200717.23 (#1361)
dotnet-maestro[bot] [Sat, 18 Jul 2020 12:27:48 +0000 (12:27 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200717.23 (#1361)

Microsoft.NETCore.App
 From Version 5.0.0-rc.1.20366.14 -> To Version 5.0.0-rc.1.20367.23

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoAdd check for the breaking change version with the new ISOSDacInterface9 interface...
Mike McLaughlin [Sat, 18 Jul 2020 02:05:56 +0000 (19:05 -0700)]
Add check for the breaking change version with the new ISOSDacInterface9 interface (#1360)

Issue: https://github.com/dotnet/runtime/issues/27309

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200716.25 ...
dotnet-maestro[bot] [Fri, 17 Jul 2020 12:47:27 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200716.25 (#1357)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20360.11 -> To Version 5.0.0-rc.1.20366.25

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200716.14 (#1356)
dotnet-maestro[bot] [Fri, 17 Jul 2020 12:46:50 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200716.14 (#1356)

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20361.2 -> To Version 5.0.0-rc.1.20366.14

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoVarious SOS, dotnet-dump and documentation fixes (#1355)
Mike McLaughlin [Fri, 17 Jul 2020 01:26:36 +0000 (18:26 -0700)]
Various SOS, dotnet-dump and documentation fixes (#1355)

Remove some tabs

Fix a CurrentThread being nullable problem

Fix gallery manifest Linux trigger

Fix clrthreads OSID width for longer ids on xplat

Fix error messages and documentation

Add aks.ms link to diagnostics FAQ in SOS error messages
Issue: https://github.com/dotnet/diagnostics/issues/1339

Clarify x-plat dump debugging support
Issue: https://github.com/dotnet/diagnostics/issues/1247

4 years ago[master] Update dependencies from dotnet/arcade (#1319)
dotnet-maestro[bot] [Thu, 16 Jul 2020 11:35:24 +0000 (11:35 +0000)]
[master] Update dependencies from dotnet/arcade (#1319)

* Update dependencies from https://github.com/dotnet/arcade build 20200630.3

Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Arcade.Sdk
 From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20330.3

* Update dependencies from https://github.com/dotnet/arcade build 20200714.3

Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Arcade.Sdk
 From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20364.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200710.11 ...
dotnet-maestro[bot] [Thu, 16 Jul 2020 11:33:44 +0000 (11:33 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200710.11 (#1341)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20358.10 -> To Version 5.0.0-preview.8.20360.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate IPC spec
John Salem [Thu, 16 Jul 2020 00:13:38 +0000 (17:13 -0700)]
Update IPC spec

4 years agoFix performance issue with gcroot (#1344)
Steve MacLean [Tue, 14 Jul 2020 02:09:15 +0000 (22:09 -0400)]
Fix performance issue with gcroot (#1344)

The std::List<t>::size() method was not guaranteed to be linear complexity
until C++11.  Apparently the Centos Containers we are using to build the
diagnostic repo do not have C+11 compliant StdLib headers installed.

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200711.2 (#1340)
dotnet-maestro[bot] [Sun, 12 Jul 2020 12:37:38 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200711.2 (#1340)

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20358.9 -> To Version 5.0.0-preview.8.20361.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoRetarget tests against 5.0 and 3.1 as needed
Juan Sebastian Hoyos Ayala [Fri, 10 Jul 2020 05:45:52 +0000 (22:45 -0700)]
Retarget tests against 5.0 and 3.1 as needed

4 years agoUpdate DacCompareNativeTypes (#1335)
Steve MacLean [Fri, 10 Jul 2020 01:13:43 +0000 (21:13 -0400)]
Update DacCompareNativeTypes (#1335)

Adjust Regex expressions to match dwarfdump in Ubuntu 20.04.
Latest version of dwarfdump dropped quotation marks off type names.
Remove unicode quotes from expression. Use closing group syntax to
match opening '<' to closing '>'.

Extend ignore list for libunwind types. CrossOS DAC is using a different version
of libunwind (1.5+) than the Linux DAC (1.3).  Also add dbi's Target_CLiteWeightStgdbRW

Add stats output to Main()

Add return exit code to Main()

4 years agoFix Windows x86 and arm build. (#1330)
Mike McLaughlin [Thu, 9 Jul 2020 23:38:19 +0000 (16:38 -0700)]
Fix Windows x86 and arm build. (#1330)

Fix Windows x86 and arm build.

Enabled Windows x86 build in public CI to catch these kind of problems.

Add x86 3.1.5 runtime install to fix dotnet monitor tests

4 years agoAdd libcoreclr.so module trigger to extension gallery manifest (#1331)
Mike McLaughlin [Thu, 9 Jul 2020 17:18:12 +0000 (10:18 -0700)]
Add libcoreclr.so module trigger to extension gallery manifest (#1331)

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200708.9 (#1328)
dotnet-maestro[bot] [Thu, 9 Jul 2020 16:59:19 +0000 (16:59 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200708.9 (#1328)

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20357.14 -> To Version 5.0.0-preview.8.20358.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200708.10 ...
dotnet-maestro[bot] [Thu, 9 Jul 2020 12:47:45 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200708.10 (#1329)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20358.2 -> To Version 5.0.0-preview.8.20358.10

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200707.14 (#1323)
dotnet-maestro[bot] [Wed, 8 Jul 2020 23:02:03 +0000 (23:02 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200707.14 (#1323)

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20352.6 -> To Version 5.0.0-preview.8.20357.14

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoEnable setsymbolserver -pat <PAT> <SERVER> for authenticated symbol servers
Juan Hoyos [Wed, 8 Jul 2020 20:18:52 +0000 (13:18 -0700)]
Enable setsymbolserver -pat <PAT> <SERVER> for authenticated symbol servers

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20200706.1 (#1325)
dotnet-maestro[bot] [Wed, 8 Jul 2020 12:45:04 +0000 (12:45 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20200706.1 (#1325)

Microsoft.SymbolStore
 From Version 1.0.132501 -> To Version 1.0.135601

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200708.2 (...
dotnet-maestro[bot] [Wed, 8 Jul 2020 12:37:46 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200708.2 (#1324)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20352.8 -> To Version 5.0.0-preview.8.20358.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoAdd SOS DumpALC command (#1284)
Juan Hoyos [Wed, 8 Jul 2020 10:45:51 +0000 (03:45 -0700)]
Add SOS DumpALC command (#1284)

This change adds a new SOS command to dump an AssemblyLoadContext for an
object. The dumped ALC is the one into which the object's type is
loaded.

4 years agoCatch ServerNotAvailableException being thrown on non-abrupt exits of target app...
Sung Yoon Whang [Tue, 7 Jul 2020 04:00:37 +0000 (21:00 -0700)]
Catch ServerNotAvailableException being thrown on non-abrupt exits of target app (#1322)

4 years agoPlumb PAT for symbol servers
Juan Sebastian Hoyos Ayala [Mon, 6 Jul 2020 21:21:06 +0000 (14:21 -0700)]
Plumb PAT for symbol servers

4 years agoMerge pull request #1313 from adamsitnik/updateTraceEvent
Noah Falk [Mon, 6 Jul 2020 22:57:40 +0000 (15:57 -0700)]
Merge pull request #1313 from adamsitnik/updateTraceEvent

update TraceEvent to latest version with SpeedScope|Chromium bug fixes

4 years agoActivityJsonStop -> ActivityJson
Adam Sitnik [Mon, 6 Jul 2020 20:32:51 +0000 (22:32 +0200)]
ActivityJsonStop -> ActivityJson

4 years agorename ActivityJsonStart -> ActivityJson as required by TraceEvent update
Adam Sitnik [Mon, 6 Jul 2020 20:14:48 +0000 (22:14 +0200)]
rename ActivityJsonStart -> ActivityJson as required by TraceEvent update

4 years agoFix Windows x86 dumpheap (#1316)
Mike McLaughlin [Sat, 4 Jul 2020 00:06:45 +0000 (17:06 -0700)]
Fix Windows x86 dumpheap (#1316)

Fix Windows x86 dumpheap

Re-enable GC tests for Windows x86

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1312)
dotnet-maestro[bot] [Fri, 3 Jul 2020 12:34:59 +0000 (12:34 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1312)

* Update dependencies from https://github.com/dotnet/aspnetcore build 20200701.6

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20351.1 -> To Version 5.0.0-preview.8.20351.6

* Update dependencies from https://github.com/dotnet/aspnetcore build 20200702.8

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20351.1 -> To Version 5.0.0-preview.8.20352.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200702.6 (#1314)
dotnet-maestro[bot] [Fri, 3 Jul 2020 12:29:40 +0000 (12:29 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200702.6 (#1314)

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20351.9 -> To Version 5.0.0-preview.8.20352.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoupdate TraceEvent to latest version with SpeedScope|Chromium bug fixes
Adam Sitnik [Fri, 3 Jul 2020 11:22:04 +0000 (13:22 +0200)]
update TraceEvent to latest version with SpeedScope|Chromium bug fixes

4 years ago[master] Update dependencies from dotnet/runtime (#1306)
dotnet-maestro[bot] [Thu, 2 Jul 2020 12:32:44 +0000 (12:32 +0000)]
[master] Update dependencies from dotnet/runtime (#1306)

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

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20328.6 -> To Version 5.0.0-preview.8.20330.14

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

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20328.6 -> To Version 5.0.0-preview.8.20351.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoRemove useless file accidentally checked in (#1310)
Sung Yoon Whang [Wed, 1 Jul 2020 18:33:01 +0000 (11:33 -0700)]
Remove useless file accidentally checked in (#1310)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200701.1 (...
dotnet-maestro[bot] [Wed, 1 Jul 2020 12:27:21 +0000 (12:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200701.1 (#1307)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20329.10 -> To Version 5.0.0-preview.8.20351.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoAdd test for SOS POH (#1264)
David Mason [Tue, 30 Jun 2020 20:31:43 +0000 (13:31 -0700)]
Add test for SOS POH (#1264)

Tests that GC commands work with objects allocated on the pinned object heap

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200629.10 ...
dotnet-maestro[bot] [Tue, 30 Jun 2020 12:27:04 +0000 (12:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200629.10 (#1304)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20328.2 -> To Version 5.0.0-preview.8.20329.10

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200628.2 (...
dotnet-maestro[bot] [Mon, 29 Jun 2020 12:31:30 +0000 (12:31 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200628.2 (#1300)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20327.3 -> To Version 5.0.0-preview.8.20328.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200628.6 (#1299)
dotnet-maestro[bot] [Mon, 29 Jun 2020 12:31:15 +0000 (12:31 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200628.6 (#1299)

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20328.1 -> To Version 5.0.0-preview.8.20328.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200627.3 (...
dotnet-maestro[bot] [Sun, 28 Jun 2020 18:46:02 +0000 (18:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200627.3 (#1298)

Microsoft.AspNetCore.App.Ref
 From Version 5.0.0-preview.8.20326.15 -> To Version 5.0.0-preview.8.20327.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200628.1 (#1297)
dotnet-maestro[bot] [Sun, 28 Jun 2020 12:36:50 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200628.1 (#1297)

Microsoft.NETCore.App
 From Version 5.0.0-preview.8.20326.9 -> To Version 5.0.0-preview.8.20328.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>