Home |
RTKernel-32 Programming Manual Function RTKLoadSymbols |
Function RTKLoadSymbolsWith RTKernel-32's Debug Version, function RTKTaskInfo, error messages, and RTKStackDump can display a task's source code position if a symbol table has been loaded using function RTKLoadSymbols: int RTKLoadSymbols(const char * FileName); ParametersFileNameThe name of the symbol table file. The type of file accepted depends on the source code position driver being used. The default driver SRCTDS requires a TDS or EXE file with Borland Debugger symbol tables, the same debug symbol table format supported by RTTarget-32's debugger RTD32. Driver SRCMAP accepts linker MAP files with line number information as produced by the Microsoft linker with linker option /MAPINFO:LINES or RTTarget-32 program Maplines. return valueIndicates the success of the operation. The following values can be returned:
|