|
From: Bart V. A. <bar...@gm...> - 2008-07-02 16:50:16
|
On Tue, Jul 1, 2008 at 9:21 PM, Bill Hoffman <bil...@ki...> wrote: > > I would like to ping the you folks on this feature request that I submitted: > > http://bugs.kde.org/show_bug.cgi?id=148932 Regarding your patch: are you sure that the construct cited below is foolproof ? + if(VG_(strstr)(VG_(clo_trace_children_skip), (Char*)ARG1)) { + VG_(message)(Vg_UserMsg, "Skip trace child %s %s\n", ARG1, VG_(clo_trace_children_skip)); + VG_(clo_trace_children) = 0; + } Bart. |