7.7.8.69. GEL_Reload()ΒΆ

Reloads the last successfully loaded program.

Syntax

GEL_Reload();

Description

Reloads the last program that was successfully loaded on the target. The last successful program load does not include symbol-only loads like GEL_SymbolLoad <GEL_SymbolLoad.html>. However, this will be a full program load. That is, currently loaded symbols will be unloaded, the program will be loaded to the target, symbol information will be loaded from the program file into the debugger, and the target will be run to main from the entry point if the debugger is configured to do so.

Synchronous

Synchronous from GEL: No

Completely synchronous: No

Example

GEL_Reload();

Related Topics

GEL_Load

GEL_LoadBin

GEL_LoadProgramOnly