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


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

doc on "load" directive

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Gdb Server

    v23 v24  
    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:
     181{{{
     182(gdb) monitor load /path/to/my/file.exe
     183}}}
     184It 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
    180186=== Flags memo ===
    181187The following flags can be concatenated in the `SOCLIB_GDB` environment variable (eg, {{{$ export SOCLIB_GDB=SZ}}})