Simplify vdso reading in binfile.c

This commit is contained in:
Søren Sandmann Pedersen
2009-09-08 00:00:06 -04:00
parent 3d9cbe20e7
commit 604d07600a
2 changed files with 39 additions and 114 deletions

6
TODO
View File

@ -23,6 +23,10 @@ Before 1.0.4:
Before 1.2:
* Make tracker creation faster
* Share map reading code between vdso stuff in binfile.c and tracker.c
* Get rid of remaining gulongs (use uint64_t instead)
* Move binfile hash table to state_t.
@ -580,6 +584,8 @@ http://www.linuxbase.org/spec/booksets/LSB-Embedded/LSB-Embedded/ehframe.html
Later:
- Multithreading is possible in a number of places.
- If the stack trace ends in a memory access instruction, send the
vma information to userspace. Then have user space
produce statistics on what types of memory are accessed.