Changes between Version 24 and Version 25 of Tools/Gdb Server
- Timestamp:
- Mar 26, 2010, 2:34:45 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tools/Gdb Server
v24 v25 178 178 }}} 179 179 180 * Executable files can be added during simulation, so that gdb_server is aware of new symbols and is then able to performa correct calltrace:180 * Executable files can be added during simulation, so that gdb_server is aware of new symbols and is then able to continue performing a correct calltrace: 181 181 {{{ 182 182 (gdb) monitor load /path/to/my/file.exe 183 183 }}} 184 It can be view as the counterpart of the command "add-symbol-file"except it is done on server side (and the "load address" can not be specified, the file is loaded according to its internal information, e.g. LMA/VMA)184 It can be view as the counterpart of the command {{{add-symbol-file}}} except it is done on server side (and the "load address" can not be specified, the file is loaded according to its internal information, e.g. LMA/VMA) 185 185 186 186 === Flags memo ===