Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f9c63a8
Log pid of remote executed process. (#5525)
lateralusX Jul 24, 2025
d7d8500
[dsrouter] detect Android SDK with dotnet/android-tools (#5502)
StephaneDelcroix Jul 24, 2025
24de8bf
Add Version.Details.props (#5526)
dkurepa Jul 25, 2025
481bc26
Add an FAQ entry for non-Microsoft vendors (#5531)
omajid Jul 28, 2025
496f7d7
Fix broken debugger/debuggee startup handshake protocol on macOS26. (…
lateralusX Jul 30, 2025
aa810aa
Support reading naot crashinfo via module export (#5528)
tommcdon Jul 30, 2025
2065642
[dsrouter] cache Android SDK path (#5533)
jonathanpeppers Jul 30, 2025
058c2fe
[main] Update dependencies from microsoft/clrmd (#5534)
dotnet-maestro[bot] Jul 31, 2025
44fd776
[main] Update dependencies from microsoft/clrmd (#5537)
dotnet-maestro[bot] Aug 1, 2025
745ee21
Add missing dependency node (#5539)
hoyosjs Aug 5, 2025
cddfe4f
[dsrouter] improve log message when launched as a subprocess (#5536)
jonathanpeppers Aug 5, 2025
3fe5132
[counters] add `--dsrouter` switch (#5543)
jonathanpeppers Aug 8, 2025
0dd6f2b
Update user_events metadata details (#5541)
mdh1418 Aug 11, 2025
a321e26
FreeBSD compilation fixes (#5544)
arrowd Aug 12, 2025
fde62e1
[main] Source code updates from dotnet/dotnet (#5518)
dotnet-maestro[bot] Aug 12, 2025
60741aa
Add product arguments to release tool and clean up calls to tool (#5545)
hoyosjs Aug 13, 2025
9a8988d
Implement support to -c parameter on !ClrStack command (#5549)
thaystg Aug 22, 2025
ac686c3
[main] Source code updates from dotnet/dotnet (#5553)
dotnet-maestro[bot] Aug 26, 2025
b35b4d5
Fix official build packaging (#5559)
steveisok Aug 28, 2025
2f461b3
Remove a seemingly bogus ifdef HOST_FREEBSD block (#5547)
arrowd Aug 29, 2025
1c3f497
Fix correlation field parsing for Microsoft-Extensions-Logging TraceL…
rajkumar-rangaraj Aug 29, 2025
a853665
Delimiting tag set headers (#5551)
rcj1 Aug 29, 2025
23d4e5f
[main] Source code updates from dotnet/dotnet (#5565)
dotnet-maestro[bot] Sep 11, 2025
3c25a8b
[dsrouter] improved instructions/log messages (#5535)
jonathanpeppers Sep 16, 2025
be56583
[main] Source code updates from dotnet/dotnet (#5567)
dotnet-maestro[bot] Sep 16, 2025
825c3ad
Update the list of handle types in the !gchandles help (#5568)
kevingosse Sep 17, 2025
aea098e
[dotnet-symbol] Add lookup symbolstorekey generation diagnostics (#5561)
mdh1418 Sep 17, 2025
29b752e
[SOS] VarargPInvoke Test (#5571)
max-charlamb Sep 18, 2025
36238ac
Add es-metadata.yml with initial configuration (#5572)
hoyosjs Sep 25, 2025
8aee6fd
[main] Source code updates from dotnet/dotnet (#5569)
dotnet-maestro[bot] Sep 25, 2025
ec34165
[main] Source code updates from dotnet/dotnet (#5573)
dotnet-maestro[bot] Sep 25, 2025
17279a6
[SOS/DAC] Add tests for DAC GC bugs (#5562)
max-charlamb Sep 26, 2025
46edddd
[main] Source code updates from dotnet/dotnet (#5578)
dotnet-maestro[bot] Sep 27, 2025
c6a06b4
Remove check from StackTraceSoftwareExceptionFrame SOS test (#5582)
max-charlamb Oct 2, 2025
7960827
[main] Source code updates from dotnet/dotnet (#5580)
dotnet-maestro[bot] Oct 2, 2025
1ec231f
Try to reduce variance in FindRootsOlderGeneration SOS test (#5583)
max-charlamb Oct 2, 2025
b64e35d
FindRootsOlderGeneration refactor (#5585)
max-charlamb Oct 3, 2025
8127357
[DotnetTrace][Tests] Add functional tests validating Collect output (…
mdh1418 Oct 4, 2025
ec0214d
Migrate root `.sln` files to `.slnx` (#5587)
max-charlamb Oct 6, 2025
f40e210
Update codeflow metadata to fix backflow (#5589)
premun Oct 6, 2025
de80209
Load SOS on stowed and POF/context stowed exception (#5591)
hoyosjs Oct 7, 2025
53c7e6f
Fix bug report template: change "dotnet info" to "dotnet --info" (#5590)
Copilot Oct 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
*.ruleset text
*.shproj text
*.sln text
*.slnx text
*.targets text
*.vb text
*.vbproj text
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01_Bug_Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ assignees: ''
* Do you know whether it is specific to that configuration?
* Are you running in any particular type of environment? (e.g. Containers, a cloud scenario, app you are trying to target is a different user)
* Is it a self-contained published application?
* What's the output of `dotnet info`
* What's the output of `dotnet --info`
-->

### Regression?
Expand Down
735 changes: 0 additions & 735 deletions debuggees.sln

This file was deleted.

93 changes: 93 additions & 0 deletions debuggees.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<Solution>
<Configurations>
<BuildType Name="Checked" />
<BuildType Name="Debug" />
<BuildType Name="Release" />
<BuildType Name="RelWithDebInfo" />
<Platform Name="Any CPU" />
<Platform Name="ARM" />
<Platform Name="ARM64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/src/" />
<Folder Name="/src/SOS/" />
<Folder Name="/src/SOS/Debuggees/">
<Project Path="src/SOS/lldbplugin.tests/TestDebuggee/TestDebuggee.csproj">
<BuildType Solution="Checked|*" Project="Release" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/DivZero/DivZero.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/DotnetDumpCommands/DotnetDumpCommands.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/DynamicMethod/DynamicMethod.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/GCPOH/GCPOH.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/GCWhere/GCWhere.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/LineNums/LineNums.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/NestedExceptionTest/NestedExceptionTest.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/Overflow/Overflow.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/ReflectionTest/ReflectionTest.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/SimpleThrow/SimpleThrow.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/SymbolTestApp/SymbolTestApp/SymbolTestApp.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/SymbolTestApp/SymbolTestDll/SymbolTestDll.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/TaskNestedException/RandomUserLibrary/RandomUserLibrary.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/TaskNestedException/TaskNestedException/TaskNestedException.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/WebApp3/WebApp3.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Release" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/DumpGCData/DumpGCData.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Debug" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/FindRootsOlderGeneration/FindRootsOlderGeneration.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Debug" />
</Project>
<Project Path="src/SOS/SOS.UnitTests/Debuggees/VarargPInvokeInteropMD/VarargPInvokeInteropMD.csproj">
<BuildType Solution="Checked|*" Project="Debug" />
<BuildType Solution="RelWithDebInfo|*" Project="Debug" />
</Project>
</Folder>
</Solution>
Loading
Loading