This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Refactored TaskObserver.Code


Mark Wielaard wrote:
Hi,

While writing faddr (a utility to easily set lots of breakpoints on a
process, more on that later) I noticed that the setup of Code
TaskObservers isn't very nice if you want to set lots of similar
observers. This patch refactors the Code observer so that the actual
address on which it is watching is always passed as argument to the task
request and when updateHit() is called. That way you can set the same
observer on a group of related addresses.
neat idea

Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]