Sciweavers

ISORC
2002
IEEE

Program Instrumentation for Debugging and Monitoring with AspectC++

13 years 9 months ago
Program Instrumentation for Debugging and Monitoring with AspectC++
Monitoring is a widely-used technique to check assumptions about the real-time behavior of a system, debug the code, or enforce the system to react if certain deadlines are passed. Program instrumentation is needed to insert monitoring code fragments into the monitored system if the monitor is implemented without hardware support. This paper describes a language-based approach to automated program instrumentation using the general purpose aspect language AspectC++. The language is an extension to the C/C++ programming language. It provides language features that allow a highly modular and thus easily configurable implementation of monitoring tasks and supports re-use of common implementations. Even though the AspectC++ language provides a convenient level of abstraction no overhead is imposed on the system in comparison to pure C/C++ code.
Daniel Mahrenholz, Olaf Spinczyk, Wolfgang Schr&ou
Added 15 Jul 2010
Updated 15 Jul 2010
Type Conference
Year 2002
Where ISORC
Authors Daniel Mahrenholz, Olaf Spinczyk, Wolfgang Schröder-Preikschat
Comments (0)