To limit the size of the executable image file, you can save debug information in a separate file. Streamline supports the separate debug file linking process that is used in many ELF images.
You can locate the separate debug file in two ways:
The executable includes the name of the debug file, which usually is derived from the executable file name and suffixed with .debug.
The debug file name is derived from the build ID in the executable.
For more information about debugging information in separate files, see https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html.