From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: ac131313@cygnus.com Cc: gdb@sourceware.cygnus.com Subject: Difference between *_filtered and *_unfiltered Date: Thu, 21 Oct 1999 18:15:00 -0000 Message-id: <199910220114.DAA11169@delius.kettenis.local> References: <19991021171307.87FEC1B493@ocean.lucon.org> <380FAA6A.8BEE418C@cygnus.com> X-SW-Source: 1999-q4/msg00126.html Date: Fri, 22 Oct 1999 10:06:02 +1000 From: Andrew Cagney Totally off topic. So I removed a few people from CC: The existing i387-tdep.c has: > puts_unfiltered (...); It should be using ``..._filtered''. Good time to tweek that as well :-) Could you explain what the difference between the _filtered and _unfiltered variants is, and under what circumstances one uses the one or the other? I couldn't find this information in the documentation. Thanks, Mark