Skip to content

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Aug 28, 2025

Fixes #37227.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/unmanaged-api/debugging/icordebug/cor-type-layout-structure.md COR_TYPE_LAYOUT Structure
docs/core/unmanaged-api/debugging/icordebug/cor-typeid-structure.md "COR_TYPEID Structure"
docs/core/unmanaged-api/debugging/icordebug/cordebugblockingobject-structure.md CorDebugBlockingObject Structure
docs/core/unmanaged-api/debugging/icordebug/cordebugblockingreason-enumeration.md docs/core/unmanaged-api/debugging/icordebug/cordebugblockingreason-enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugcodeinvokepurpose-enumeration.md CorDebugCodeInvokePurpose Enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugexceptionobjectstackframe-structure.md CorDebugExceptionObjectStackFrame Structure
docs/core/unmanaged-api/debugging/icordebug/cordebugintercept-enumeration.md "CorDebugIntercept Enumeration"
docs/core/unmanaged-api/debugging/icordebug/cordebugmappingresult-enumeration.md CorDebugMappingResult Enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugngenpolicy-enumeration.md docs/core/unmanaged-api/debugging/icordebug/cordebugngenpolicy-enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugunmappedstop-enumeration.md CorDebugUnmappedStop Enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebuguserstate-enumeration.md "CorDebugUserState Enumeration"
docs/core/unmanaged-api/debugging/icordebug/icordebug-createprocess-method.md ICorDebug::CreateProcess Method
docs/core/unmanaged-api/debugging/icordebug/icordebugappdomain-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugappdomain-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugchain-interface.md ICorDebugChain Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugcomobjectvalue-getcachedinterfacepointers-method.md ICorDebugComObjectValue::GetCachedInterfacePointers Method
docs/core/unmanaged-api/debugging/icordebug/icordebugcontroller-interface.md "ICorDebugController Interface"
docs/core/unmanaged-api/debugging/icordebug/icordebugdatatarget2-createvirtualunwinder-method.md ICorDebugDataTarget2::CreateVirtualUnwinder Method
docs/core/unmanaged-api/debugging/icordebug/icordebugexceptiondebugevent-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugexceptiondebugevent-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugilframe-interface.md ICorDebugILFrame Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugmanagedcallback-interface.md ICorDebugManagedCallback Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugmanagedcallback2-exception-method.md ICorDebugManagedCallback2::Exception Method
docs/core/unmanaged-api/debugging/icordebug/icordebugmodule4-ismappedlayout-method.md "ICorDebugModule4::IsMappedLayout Method"
docs/core/unmanaged-api/debugging/icordebug/icordebugobjectvalue-interface.md ICorDebugObjectValue Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugprocess5-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugprocess5-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugprocess6-getexportstepinfo-method.md ICorDebugProcess6::GetExportStepInfo Method
docs/core/unmanaged-api/debugging/icordebug/icordebugprocess6-interface.md "ICorDebugProcess6 Interface"
docs/core/unmanaged-api/debugging/icordebug/icordebugremote-createprocessex-method.md ICorDebugRemote::CreateProcessEx Method
docs/core/unmanaged-api/debugging/icordebug/icordebugruntimeunwindableframe-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugruntimeunwindableframe-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugstackwalk-interface.md ICorDebugStackWalk Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugthread3-interface.md "ICorDebugThread3 Interface"

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

@gewarren gewarren changed the title Move ICorDebug* interfaces from /framework/ to /core/ folder Move ICorDebug API from /framework/ to /core/ folder Aug 29, 2025
@gewarren gewarren marked this pull request as ready for review August 29, 2025 17:31
@gewarren gewarren requested a review from a team as a code owner August 29, 2025 17:31
@gewarren gewarren requested review from jkotas and hoyosjs August 29, 2025 17:31
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gewarren gewarren merged commit 6b7617a into dotnet:main Aug 29, 2025
8 checks passed
@gewarren gewarren deleted the icordebug branch August 29, 2025 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move .NET Core unmanaged APIs to /core folder
2 participants