MCPcopy 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
155void *
156gdb_begin_write(void)
157{
158
159 return (disable_wp() ? &gdb_begin_write : NULL);
160}
161
162void
163gdb_end_write(void *arg)

Callers

nothing calls this directly

Calls 1

disable_wpFunction · 0.85

Tested by

no test coverage detected