From: Stefan H. <hu...@in...> - 2003-05-29 14:56:23
|
On 29-May-2003 Nicholas Nethercote wrote: > with this: > > if (VG_(needs).core_errors) { > VG_(message)(Vg_UserMsg, > "Warning: invalid file descriptor %d in syscall %s", > fd, syscall_no == __NR_read ? "read()" : "write()" ); > VG_(pp_ExeContext)( VG_(get_ExeContext)( & VG_(threads)[tid] ) ); > } > Thanks. This does the trick. -- Stefan Huelswitt hu...@in... | http://home.pages.de/~nathan |