dlappend

Appends lists elements to a TotalView variable

Format:

dlappend variable-name value [ ... ]

Arguments:

variable-name

The variable to which values are being appended.

value

The values being appended.

Description:

The dlappend command appends list elements to a TotalView debugger variable. The dlappend command performs the same functions as the Tcl lappend command, differing in that dlappend will not create a new debugger variable. That is, the following Tcl command creates a variable named foo:

lappend foo 1 3 5

In contrast, the following command displays an error message:

dlappend foo 1 3 5

Examples:

dlappend TV::process_load_callbacks my_load_callback

Adds the my_load_callback function to the list of functions in the process_load_callbacks variable.

 
 
 
 
support@etnus.com
Copyright © 2001, Etnus, LLC. All rights reserved.
Version 5.0