Skip to content

Commit 83a0105

Browse files
tommcdonnoahfalk
andauthored
Avoid populating shared patch bypass buffer after initial creation (#117514)
* Avoid populating shared patch bypass buffer after initial creation * Assert m_pSharedPatchBypassBuffer is NULL in CreateSharedPatchBypassBuffer * Centralize shared bypass patch buffer creation * Move debugger lock to DebuggerPatchSkip ctor * Update comment in controller.cpp Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com> * Refactor shared patch buffer handling in DebuggerControllerPatch. Encapsulate instruction attribute into SharedBypasBuffer --------- Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
1 parent b212ef0 commit 83a0105

File tree

4 files changed

+184
-181
lines changed

4 files changed

+184
-181
lines changed

src/coreclr/debug/daccess/stdafx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include <common.h>
4343
#include <codeman.h>
4444
#include <debugger.h>
45+
#include <walker.h>
4546
#include <controller.h>
4647
#include <eedbginterfaceimpl.h>
4748
#include <methoditer.h>

0 commit comments

Comments
 (0)