Skip to content

Commit a4fe68f

Browse files
authored
Removing incomplete mono debugger experiment (#105899)
1 parent 1c0ce30 commit a4fe68f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+0
-9388
lines changed

src/mono/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -900,9 +900,6 @@ endif()
900900
add_subdirectory("${CLR_SRC_NATIVE_DIR}/public" public_apis)
901901

902902
add_subdirectory(mono)
903-
if (ENABLE_MSCORDBI AND NOT TARGET_ARCH STREQUAL "arm64" AND NOT CMAKE_CROSSCOMPILING AND NOT TARGET_IOS AND NOT TARGET_TVOS AND NOT TARGET_ANDROID AND NOT TARGET_BROWSER AND NOT TARGET_WASI AND NOT HOST_MACCAT)
904-
add_subdirectory(dlls/mscordbi)
905-
endif()
906903

907904
configure_file(cmake/config.h.in config.h)
908905
configure_file(cmake/eglib-config.h.cmake.in mono/eglib/eglib-config.h)

src/mono/cmake/options.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ option (ENABLE_CHECKED_BUILD_GC "Enable runtime GC Safe / Unsafe mode assertion
4141
option (ENABLE_CHECKED_BUILD_THREAD "Enable runtime history of per-thread coop state transitions (must set env var MONO_CHECK_MODE=thread)")
4242
option (ENABLE_CHECKED_BUILD_METADATA "Enable runtime checks of mempool references between metadata images (must set env var MONO_CHECK_MODE=metadata)")
4343
option (ENABLE_CHECKED_BUILD_CASTS "Enable runtime checks of casts between types")
44-
option (ENABLE_MSCORDBI "Generate mscordbi to support icordbg interface")
4544
option (ENABLE_SMALL_CONFIG "Reduce runtime requirements (and capabilities)")
4645
option (ENABLE_DTRACE "Enable DTrace probes")
4746
option (ENABLE_EXPERIMENT_TIERED "Enable experiment 'Tiered Compilation'")

src/mono/dlls/dbgshim/CMakeLists.txt

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)