| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > set auto-solib-add | |||
This command controls the automatic loading of shared library symbols.
You must launch the debugger with --target_os command-line
option before you can use this feature. In Eclipse this option is
automatically selected when you connect to a target using gdbserver.
set auto-solib-add { off | on}
Where:
offNo automatic loading. When automatic loading is
off you must explicitly load shared library symbols using the sharedlibrary command.
onLoads shared library symbols automatically. This is the default.
ARM® DS-5™ Using the Debugger: