Granary / granary

Dynamic binary translation framework for instrumenting the Linux kernel and its modules
Other
76 stars 6 forks source link

Generic CPU-private watchpoint descriptor free lists. #7

Open pgoodman opened 11 years ago

pgoodman commented 11 years ago

A lot of watchpoint tools benefit from reallocation descriptors. The free list maintenance code has now been copy & pasted into enough tools to make it worthwhile to factor out into the watchpoint utilities. Ideally, this will reduce code duplication.