MCPcopy Create free account
hub / github.com/boostorg/build / compile_emit_debug

Function compile_emit_debug

src/engine/function.cpp:2582–2588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2580}
2581
2582static void compile_emit_debug(compiler * c, int32_t line)
2583{
2584#ifdef JAM_DEBUGGER
2585 if ( debug_is_debugging() )
2586 compile_emit( c, INSTR_DEBUG_LINE, line );
2587#endif
2588}
2589
2590static void compile_parse( PARSE * parse, compiler * c, int32_t result_location )
2591{

Callers 1

compile_parseFunction · 0.85

Calls 1

compile_emitFunction · 0.85

Tested by

no test coverage detected