Debugging component-based embedded applications

  • Authors:
  • Kevin Pouget;Vania Marangozova-Martin;Miguel Santana;Jean-François Mehaut

  • Affiliations:
  • STMicroelectronics, Crolles, France and University of Grenoble, LIG, Grenoble, France;University of Grenoble, LIG, Grenoble, France;STMicroelectronics, Crolles, France;University of Grenoble, LIG, Grenoble, France

  • Venue:
  • Proceedings of the 15th International Workshop on Software and Compilers for Embedded Systems
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

With the advent of parallel architectures in the domain of embedded systems, developing applications fully adapted to their underlying platform becomes more and more complicated. Finding and fixing bugs in such environments is even trickier. Furthermore, current complex applications cannot be developed from scratch, only based on programming language primitives. They have to follow advanced programming models and their execution will be driven by the APIs of the key underlying libraries. In this paper, we propose a new approach for source-level debuggers. Going beyond their long-established ability to support sequential programming languages, we describe the functionalities a debugger should be able to provide to debug embedded and parallel component-based applications. Then we demonstrate our solution to this problem with a debugger targeting the component framework used on an MPSoC platform. We also explain the development challenges we faced during the implementation of this GDB-based debugger and illustrate its efficiency though a case study of an image processing application.