|
From: Nicholas N. <nj...@cs...> - 2005-08-28 15:36:43
|
On Sun, 28 Aug 2005, sv...@va... wrote: > Log: > Move the tool specific executables to the valgrind library directory > and implement a trivial launcher program that decides which tool to use > and exec's the relevant executable. Nice work, Tom. How will this relate to getting transparent handling of 32- and 64-bit programs working on AMD64? It seems like this launcher would be the right place to detect which stage2 (stage2_32 or stage2_64) is needed. That would require parsing the command line a bit more to find the file being executed, and then inspecting the ELF header. Is that the right way to do it? N |