From: Daniel J. <dj...@sy...> - 2002-07-23 09:08:13
|
Hi all, in August 2001, Greg Banks and Stuart Menefy were exchanging several patches on this mailing list. The purpose of these patches was to enable strace for SuperHitachi. Unfortunately, the mailing list archive shows EMails without attachement, thus I cannot see the patches. Does anyone still have these patches or does anyone know where I may get them (or other patches related to the same purpose). Any hints are highly appreciated. As I am not a member of this list it would be nice if you'd CC me. Thanks in advance Daniel |
From: Stuart M. <stu...@st...> - 2002-07-23 10:27:25
Attachments:
strace-4.4-sh.patch
|
Daniel Attached is the patch I'm currently using. This is against the strace CVS repository as of 29th Jan 2002, however I'm not aware of any major changes since then. Stuart On Tue, 23 Jul 2002 11:08:08 +0200 dj...@sy... wrote: > Hi all, > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > patches on this > mailing list. The purpose of these patches was to enable strace for > SuperHitachi. > Unfortunately, the mailing list archive shows EMails without > attachement, thus I cannot > see the patches. > > Does anyone still have these patches or does anyone know where I may get > them (or > other patches related to the same purpose). > > Any hints are highly appreciated. > > As I am not a member of this list it would be nice if you'd CC me. > > Thanks in advance > > Daniel > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev -- Stuart Menefy stu...@st... STMicroelectronics Ltd ST Intranet: mo.bri.st.com Bristol, UK Rest of the World: www.linuxsh.st.com |
From: Fabio G. <fg...@ti...> - 2002-07-23 10:35:43
|
Sorry guys, What's strace is usefull for? On Tuesday 23 July 2002 12:26, Stuart Menefy wrote: > Daniel > > Attached is the patch I'm currently using. This is against the strace > CVS repository as of 29th Jan 2002, however I'm not aware of any major > changes since then. > > Stuart > > On Tue, 23 Jul 2002 11:08:08 +0200 > > dj...@sy... wrote: > > Hi all, > > > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > > patches on this > > mailing list. The purpose of these patches was to enable strace for > > SuperHitachi. > > Unfortunately, the mailing list archive shows EMails without > > attachement, thus I cannot > > see the patches. > > > > Does anyone still have these patches or does anyone know where I may get > > them (or > > other patches related to the same purpose). > > > > Any hints are highly appreciated. > > > > As I am not a member of this list it would be nice if you'd CC me. > > > > Thanks in advance > > > > Daniel > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > linuxsh-dev mailing list > > lin...@li... > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |
From: Stuart M. <stu...@st...> - 2002-07-23 11:02:07
|
strace shows you which systems calls a program is making. It is very useful for tracking down why a program isn't working without having to use a debugger or adding printf's. For example, you can see which order a set of configuration files are being read, without having to understand the source code or refer to the documentation! Stuart On Tue, 23 Jul 2002 12:35:56 +0200 fg...@ti... wrote: > Sorry guys, > What's strace is usefull for? > > On Tuesday 23 July 2002 12:26, Stuart Menefy wrote: > > Daniel > > > > Attached is the patch I'm currently using. This is against the strace > > CVS repository as of 29th Jan 2002, however I'm not aware of any major > > changes since then. > > > > Stuart > > > > On Tue, 23 Jul 2002 11:08:08 +0200 > > > > dj...@sy... wrote: > > > Hi all, > > > > > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > > > patches on this > > > mailing list. The purpose of these patches was to enable strace for > > > SuperHitachi. > > > Unfortunately, the mailing list archive shows EMails without > > > attachement, thus I cannot > > > see the patches. > > > > > > Does anyone still have these patches or does anyone know where I may get > > > them (or > > > other patches related to the same purpose). > > > > > > Any hints are highly appreciated. > > > > > > As I am not a member of this list it would be nice if you'd CC me. > > > > > > Thanks in advance > > > > > > Daniel > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > linuxsh-dev mailing list > > > lin...@li... > > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev -- Stuart Menefy stu...@st... STMicroelectronics Ltd ST Intranet: mo.bri.st.com Bristol, UK Rest of the World: www.linuxsh.st.com |
From: Fabio G. <fg...@ti...> - 2002-07-23 12:15:39
|
Thanks o lot. On Tuesday 23 July 2002 12:53, Stuart Menefy wrote: > strace shows you which systems calls a program is making. It is very > useful for tracking down why a program isn't working without having to use > a debugger or adding printf's. > > For example, you can see which order a set of configuration files are being > read, without having to understand the source code or refer to the > documentation! > > Stuart > > On Tue, 23 Jul 2002 12:35:56 +0200 > > fg...@ti... wrote: > > Sorry guys, > > What's strace is usefull for? > > > > On Tuesday 23 July 2002 12:26, Stuart Menefy wrote: > > > Daniel > > > > > > Attached is the patch I'm currently using. This is against the strace > > > CVS repository as of 29th Jan 2002, however I'm not aware of any major > > > changes since then. > > > > > > Stuart > > > > > > On Tue, 23 Jul 2002 11:08:08 +0200 > > > > > > dj...@sy... wrote: > > > > Hi all, > > > > > > > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > > > > patches on this > > > > mailing list. The purpose of these patches was to enable strace for > > > > SuperHitachi. > > > > Unfortunately, the mailing list archive shows EMails without > > > > attachement, thus I cannot > > > > see the patches. > > > > > > > > Does anyone still have these patches or does anyone know where I may > > > > get them (or > > > > other patches related to the same purpose). > > > > > > > > Any hints are highly appreciated. > > > > > > > > As I am not a member of this list it would be nice if you'd CC me. > > > > > > > > Thanks in advance > > > > > > > > Daniel > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > linuxsh-dev mailing list > > > > lin...@li... > > > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |
From: Stuart M. <stu...@st...> - 2002-07-23 12:22:31
|
I should probably have mentioned that the strace CVS repository is on sourceforge: http://sourceforge.net/projects/strace On Tue, 23 Jul 2002 11:53:37 +0100 stu...@st... wrote: > strace shows you which systems calls a program is making. It is very > useful for tracking down why a program isn't working without having to use > a debugger or adding printf's. > > For example, you can see which order a set of configuration files are being > read, without having to understand the source code or refer to the > documentation! > > Stuart > > On Tue, 23 Jul 2002 12:35:56 +0200 > fg...@ti... wrote: > > > Sorry guys, > > What's strace is usefull for? > > > > On Tuesday 23 July 2002 12:26, Stuart Menefy wrote: > > > Daniel > > > > > > Attached is the patch I'm currently using. This is against the strace > > > CVS repository as of 29th Jan 2002, however I'm not aware of any major > > > changes since then. > > > > > > Stuart > > > > > > On Tue, 23 Jul 2002 11:08:08 +0200 > > > > > > dj...@sy... wrote: > > > > Hi all, > > > > > > > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > > > > patches on this > > > > mailing list. The purpose of these patches was to enable strace for > > > > SuperHitachi. > > > > Unfortunately, the mailing list archive shows EMails without > > > > attachement, thus I cannot > > > > see the patches. > > > > > > > > Does anyone still have these patches or does anyone know where I may get > > > > them (or > > > > other patches related to the same purpose). > > > > > > > > Any hints are highly appreciated. > > > > > > > > As I am not a member of this list it would be nice if you'd CC me. > > > > > > > > Thanks in advance > > > > > > > > Daniel > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > linuxsh-dev mailing list > > > > lin...@li... > > > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev > > > -- > Stuart Menefy stu...@st... > STMicroelectronics Ltd ST Intranet: mo.bri.st.com > Bristol, UK Rest of the World: www.linuxsh.st.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev -- Stuart Menefy stu...@st... STMicroelectronics Ltd ST Intranet: mo.bri.st.com Bristol, UK Rest of the World: www.linuxsh.st.com |