Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ gdb_begin_write
Function
gdb_begin_write
freebsd/amd64/amd64/gdb_machdep.c:155–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
void *
156
gdb_begin_write(void)
157
{
158
159
return (disable_wp() ? &gdb_begin_write : NULL);
160
}
161
162
void
163
gdb_end_write(void *arg)
Callers
nothing calls this directly
Calls
1
disable_wp
Function · 0.85
Tested by
no test coverage detected