Home | History | Annotate | Download | only in m_gdbserver

Lines Matching refs:args

28    Then print the rest of the args. */
31 va_list args;
36 va_start (args, string);
37 VG_(vmessage) ( Vg_UserMsg, string, args );
38 va_end (args);
47 va_list args;
48 va_start (args, string);
49 VG_(vmessage) ( Vg_UserMsg, string, args );
50 va_end(args);
61 va_list args;
62 va_start (args, string);
63 VG_(vmessage) ( Vg_UserMsg, string, args );
64 va_end (args);
71 va_list args;
72 va_start (args, string);
73 VG_(vmessage) ( Vg_UserMsg, string, args );
74 va_end (args);