Changes between Version 24 and Version 25 of Tools/Gdb Server


Ignore:
Timestamp:
Mar 26, 2010, 2:34:45 PM (14 years ago)
Author:
Joel Porquet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Gdb Server

    v24 v25  
    178178}}}
    179179
    180  * Executable files can be added during simulation, so that gdb_server is aware of new symbols and is then able to perform a 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:
    181181{{{
    182182(gdb) monitor load /path/to/my/file.exe
    183183}}}
    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)
    185185
    186186=== Flags memo ===