Remove some unnecessary indirection to DiagnosticServerAdapter/EventPipeAdapter in...
authorElinor Fung <elfung@microsoft.com>
Wed, 9 Aug 2023 01:42:37 +0000 (18:42 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 01:42:37 +0000 (18:42 -0700)
commit7b26bfb5b3e7f088aa080b17dbfedee8b64158da
tree0e87a704c3d0f84dd87186bfa150da82faf28d82
parent32a8c2d83b65a80a646c3e8e3d585beffae40cd8
Remove some unnecessary indirection to DiagnosticServerAdapter/EventPipeAdapter in nativeaot (#90132)
20 files changed:
src/coreclr/nativeaot/Runtime/CommonMacros.h
src/coreclr/nativeaot/Runtime/DisabledEventPipeInterface.cpp
src/coreclr/nativeaot/Runtime/EnabledEventPipeInterface.cpp
src/coreclr/nativeaot/Runtime/EventPipeInterface.h
src/coreclr/nativeaot/Runtime/PalRedhawk.h
src/coreclr/nativeaot/Runtime/StackFrameIterator.h
src/coreclr/nativeaot/Runtime/diagnosticserveradapter.h [deleted file]
src/coreclr/nativeaot/Runtime/disabledeventpipeinternal.cpp
src/coreclr/nativeaot/Runtime/disabledruntimeeventinternal.cpp
src/coreclr/nativeaot/Runtime/eventpipe/CMakeLists.txt
src/coreclr/nativeaot/Runtime/eventpipe/dotnetruntime.cpp
src/coreclr/nativeaot/Runtime/eventpipeadapter.h
src/coreclr/nativeaot/Runtime/eventpipeinternal.cpp
src/coreclr/nativeaot/Runtime/gcenv.h
src/coreclr/nativeaot/Runtime/inc/TargetPtrs.h
src/coreclr/nativeaot/Runtime/inc/rhbinder.h
src/coreclr/nativeaot/Runtime/regdisplay.h
src/coreclr/nativeaot/Runtime/runtimeeventinternal.cpp
src/coreclr/nativeaot/Runtime/startup.cpp
src/coreclr/nativeaot/Runtime/thread.h