debug.c | 294 static struct buffer curr_buf; local in function:debug_ps_str_member 298 buf_clear(&curr_buf); 299 to_string(&curr_buf, &ps); 301 if (!state.ps_first && strcmp(prev_buf.s, curr_buf.s) != 0) 303 name, prev_buf.s, curr_buf.s); 305 debug_println("\t\t%s: %s", name, curr_buf.s);
|