Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change MONO_REQ_GC_SAFE_MODE to MONO_REQ_GC_UNSAFE_MODE
  • Loading branch information
srxqds authored Nov 30, 2021
commit b9d6083a94bfb7e65a676d45655c8201137e7e44
2 changes: 1 addition & 1 deletion src/mono/mono/component/debugger-agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -10022,7 +10022,7 @@ cmd_to_string (CommandSet set, int command)
static gboolean
wait_for_attach (void)
{
MONO_REQ_GC_SAFE_MODE;
MONO_REQ_GC_UNSAFE_MODE;

#ifndef DISABLE_SOCKET_TRANSPORT
if (listen_fd == -1) {
Expand Down