Commit 83a0105
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- src/coreclr/debug
- daccess
- ee
4 files changed
+184
-181
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments