HomeSort by relevance Sort by last modified time
    Searched refs:umsg (Results 1 - 25 of 39) sorted by null

1 2

  /external/valgrind/coregrind/m_sigframe/
sigframe-common.c 38 #include "pub_core_libcprint.h" // VG_(umsg)
85 VG_(umsg)("Can't extend stack to %#lx during signal delivery for "
88 VG_(umsg)(" no stack segment\n");
90 VG_(umsg)(" too small or bad protection modes\n");
  /external/valgrind/exp-dhat/
dh_main.c     [all...]
  /external/valgrind/lackey/
lk_main.c 388 VG_(umsg)(" Type Loads Stores AluOps\n");
389 VG_(umsg)(" -------------------------------------------\n");
391 VG_(umsg)(" %-4s %'12llu %'12llu %'12llu\n",
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
utils.c 33 VG_(umsg) ("error %lu %s\n", sr_Err(sr), VG_(strerror) (sr_Err(sr)));
35 VG_(umsg) ("sr_perror called with no error!!!\n");
remote-utils.c 146 VG_(umsg)("remote communication not initialized\n");
148 VG_(umsg)("shared->written_by_vgdb %d shared->seen_by_valgrind %d\n",
200 VG_(umsg)("error calling PR_SET_PTRACER, vgdb might block\n");
268 VG_(umsg)("%s already created\n", nod);
272 VG_(umsg) ("valgrind: fatal error: vgdb FIFOs cannot be created.\n");
356 VG_(umsg)("embedded gdbserver: reading from %s\n", from_gdb);
357 VG_(umsg)("embedded gdbserver: writing to %s\n", to_gdb);
358 VG_(umsg)("embedded gdbserver: shared mem %s\n", shared_mem);
359 VG_(umsg)("\n");
360 VG_(umsg)("TO CONTROL THIS PROCESS USING vgdb (which you probably\n
    [all...]
server.c 109 VG_(umsg) ("Reset valgrind output to log (%s)\n",
124 VG_(umsg) ("%s", msg);
    [all...]
m_gdbserver.c 609 VG_(umsg)("(action at startup) vgdb me ... \n");
970 VG_(umsg)("(action on fatal signal) vgdb me ... \n");
    [all...]
target.c 635 VG_(umsg) ("error: could not unlink %s\n", outfile);
  /external/valgrind/coregrind/
m_libcassert.c 269 VG_(umsg)("(action at valgrind abnormal exit) vgdb me ... \n");
272 VG_(umsg)("(action at valgrind abnormal exit) "
521 VG_(umsg)("\n");
522 VG_(umsg)("Valgrind detected that your program requires\n");
523 VG_(umsg)("the following unimplemented functionality:\n");
524 VG_(umsg)(" %s\n", msg);
525 VG_(umsg)("This may be because the functionality is hard to implement,\n");
526 VG_(umsg)("or because no reasonable program would behave this way,\n");
527 VG_(umsg)("or because nobody has yet needed it. "
529 VG_(umsg)("%s and/or try to work around the problem, if you can.\n"
    [all...]
m_errormgr.c 376 VG_(umsg)("(%s does not allow error to be suppressed)\n",
482 VG_(umsg)("\n");
530 VG_(umsg)("(action on error) vgdb me ... \n");
532 VG_(umsg)("Continuing ...\n");
613 VG_(umsg)("%s\n", VG_(clo_error_markers)[0]);
620 VG_(umsg)("Thread %u %s:\n", err->tid, tst->thread_name );
622 VG_(umsg)("Thread %u:\n", err->tid );
628 VG_(umsg)("\n");
630 VG_(umsg)("%s\n", VG_(clo_error_markers)[1]);
697 VG_(umsg)("\n")
    [all...]
m_signals.c     [all...]
m_main.c     [all...]
  /external/valgrind/memcheck/
mc_leakcheck.c 727 In theory, we should not call VG_(umsg) in a signal handler,
729 VG_(umsg)("leak_search_fault_catcher:"
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
image.c 191 VG_(umsg)("\n");
192 VG_(umsg)(
194 VG_(umsg)(
196 VG_(umsg)("\n");
203 VG_(umsg)("\n");
204 VG_(umsg)(
206 VG_(umsg)(
208 VG_(umsg)("\n");
529 VG_(umsg)("set_CEnt (reading data from DI server): fail: "
532 VG_(umsg)("set_CEnt (reading data from DI server): fail:
    [all...]
readpdb.c 981 VG_(umsg)("LOAD_PDB_DEBUGINFO: pdb_ds_read: implausible size "
    [all...]
  /external/valgrind/cachegrind/
cg_arch.c 139 VG_(umsg)(" %s: %'d B, %d-way, %d B lines\n", desc,
151 VG_(umsg)("Auto-detected %s cache configuration not supported: %s",
155 VG_(umsg)("As it probably should be supported, please report a bug!\n");
156 VG_(umsg)("Bypass this message by using option --%s=...\n", desc);
308 VG_(umsg)("Cache configuration used:\n");
cg_main.c     [all...]
  /external/valgrind/helgrind/
hg_errors.c 757 VG_(umsg)("---Thread-Announcement----------"
759 VG_(umsg)("\n");
797 VG_(umsg)( " Lock at %p was first observed\n",
801 VG_(umsg)( " Lock at %p : no stacktrace for first observation\n",
805 VG_(umsg)("\n");
838 VG_(umsg)( "%sLocks held: none", pre );
840 VG_(umsg)( "%sLocks held: %lu, at address%s ",
848 VG_(umsg)( "%p", (void*)locks[i]->guestaddr);
850 VG_(umsg)(" ");
853 VG_(umsg)(" (and %lu that can't be shown)", nLocks - nLocksValid)
    [all...]
  /external/valgrind/include/
pub_tool_libcprint.h 149 extern UInt VG_(umsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
  /external/valgrind/exp-bbv/
bbv_main.c 111 VG_(umsg)("Error: cannot create pc file %s\n", pc_out_file);
146 VG_(umsg)("Error: cannot create bb file %s\n",temp_string);
581 VG_(umsg)("%s\n", buf);
  /external/valgrind/massif/
ms_main.c     [all...]
  /external/icu/icu4c/source/i18n/
Android.mk 198 umsg.cpp \
  /external/valgrind/callgrind/
main.c     [all...]
sim.c     [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 952 milliseconds

1 2