MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kdb_jmpbuf

Function kdb_jmpbuf

freebsd/kern/subr_kdb.c:547–555  ·  view source on GitHub ↗

* Handle contexts. */

Source from the content-addressed store, hash-verified

545 * Handle contexts.
546 */
547void *
548kdb_jmpbuf(jmp_buf new)
549{
550 void *old;
551
552 old = kdb_jmpbufp;
553 kdb_jmpbufp = new;
554 return (old);
555}
556
557void
558kdb_reenter(void)

Callers 14

db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_trapFunction · 0.85
db_trace_self_wrapperFunction · 0.85
db_trace_thread_wrapperFunction · 0.85
db_show_threadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected