Extension Language Automation of Embedded System Debugging

  • Authors:
  • Dale Parson;Bryan Schlieder;Paul Beatty

  • Affiliations:
  • Agere Systems, 1247 South Cedar Crest Blvd., Allentown, PA 18103, USA. dparson@agere.com;Agere Systems, 1247 South Cedar Crest Blvd., Allentown, PA 18103, USA. bryanschlieder@agere.com;Agere Systems, 1247 South Cedar Crest Blvd., Allentown, PA 18103, USA. pebeatty@agere.com

  • Venue:
  • Automated Software Engineering
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Embedded systems contain several layers of target processing abstraction. These layers include electronic circuit, binary machine code, mnemonic assembly code, and high-level procedural and object-oriented abstractions. Physical and temporal constraints and artifacts within physically embedded systems make it impossible for software engineers to operate at a single layer of processor abstraction. The Luxdbg embedded system debugger exposes these layers to debugger users, and it adds an additional layer, the extension language layer, that allows users to extend both the debugger and its target processor capabilities. Tcl is Luxdbg's extension language. Luxdbg users can apply Tcl to automate interactive debugging steps, to redirect and to interconnect target processor input-output facilities, to schedule multiple processor execution, to log and to react to target processing exceptions, to automate target system testing, and to prototype new debugging features. Inclusion of an extension language like Tcl in a debugger promises additional advantages for distributed debugging, where debuggers can pass extension language expressions across computer networks.