Searched defs:print_err_detail (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/drd/
H A Ddrd_error.c95 static void print_err_detail(const HChar* format, ...) PRINTF_CHECK(1, 2);
96 static void print_err_detail(const HChar* format, ...) function
139 print_err_detail(" <first_observed_at>\n"
144 print_err_detail(" </first_observed_at>\n");
146 print_err_detail("%s 0x%lx was first observed at:\n",
202 print_err_detail("%sConflicting %s by thread %d at 0x%08lx size %ld%s\n",
208 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr1, 0));
210 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr2, 0));
212 print_err_detail("%sAddress 0x%lx is at offset %ld from 0x%lx.%s%s",
217 print_err_detail(" <allocation_contex
[all...]

Completed in 82 milliseconds