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

Function debug_lol_read

src/engine/debugger.cpp:187–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187static void debug_lol_read( FILE * in, LOL * lol )
188{
189 int count, i;
190 lol_init( lol );
191 count = debug_int_read( in );
192 for ( i = 0; i < count; ++i )
193 {
194 lol_add( lol, debug_list_read( in ) );
195 }
196}
197
198static void debug_format_rulename ( string * out, FRAME * frame )
199{

Callers 1

debug_frame_readFunction · 0.85

Calls 4

lol_initFunction · 0.85
debug_int_readFunction · 0.85
lol_addFunction · 0.85
debug_list_readFunction · 0.85

Tested by

no test coverage detected