|
From: Stephen T. <st...@to...> - 2006-11-17 23:13:26
|
On Sat, 2006-11-18 at 09:50 +1100, Nicholas Nethercote wrote: > Sounds to me like this could be written relatively easily as a normal > Valgrind tool, except that you need it to run on Windows. Or maybe you need > it to handle Windows binaries, but the tool can run on Linux? My design is to create a library that can be used with programs that run on Linux. The library will support a wide variety of components that can be arranged at run-time through the XML files containing the layout. This way if someone comes up with a new component for doing something then its easy for them to add it into the program. I do not want to restrict how someone can use this program. Right now my trouble is how to handle allocating a memory block via mmap2 and use that allocator in a C++ STL vector. All of this is getting off-topic. So if any one has a solution to this I would appreciate the help. When I get to actually needing to use VEX I will ask my questions on this list. So everyone please contact me off-line regarding this topic. Stephen |