Home
last modified time | relevance | path

Searched refs:print_err_detail (Results 1 – 1 of 1) sorted by relevance

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