|
From: dhinakar_k <k.d...@sa...> - 2005-04-20 02:36:05
|
Hi, Can anyone please tell me if Valgrind will support MIPS processor in future? Also, if it can be used for testing target systems using embedded linux. Thanks & Regards, Dhinakar |
|
From: Dirk M. <dm...@gm...> - 2005-04-20 06:31:22
|
On Wednesday 20 April 2005 04:33, dhinakar_k wrote: > Can anyone please tell me if Valgrind will support MIPS processor in > future? This depends on whether or not there is somebody available which does the actual porting of the valgrind 3.0 engine to the MIPS architecture. > Also, if it can be used for testing target systems using embedded linux. It can be (assuming you're talking about x86 or ppc), but running your application under valgrind's control requires significantly more memory so you either have to do it in your simulator or need a memory extended development machine. Dirk |
|
From: Julian S. <js...@ac...> - 2005-04-20 10:24:32
|
> On Wednesday 20 April 2005 04:33, dhinakar_k wrote: > > Can anyone please tell me if Valgrind will support MIPS processor in > > future? It depends if you mean MIPS running on MIPS-Linux or MIPS running on some other architecture. mips-on-mips is a possibility, but mips-on -x86 or something like that will be difficult at the moment (although the 3.0 engine does make that possible in principle). J |