ARB
Macros | Functions
ut_valgrinded.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define make_valgrinded_call(command)   arb_assert(!find_pipe_symbol(command))
 

Functions

const charfind_pipe_symbol (const char *str)
 
bool will_valgrind_calls ()
 
bool seen_valgrinded_call ()
 

Macro Definition Documentation

#define make_valgrinded_call (   command)    arb_assert(!find_pipe_symbol(command))

Function Documentation

const char* find_pipe_symbol ( const char str)
inline
bool will_valgrind_calls ( )
inline

Definition at line 105 of file ut_valgrinded.h.

Referenced by test_runtool::valgrinded_pipe_command().

bool seen_valgrinded_call ( )
inline

Definition at line 106 of file ut_valgrinded.h.

Referenced by did_valgrinded_syscall().