mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
genprotimg|zipl: build debuginfo files
Currently, the debug information of the bootloader is discarded during the raw binary creation. Change this by creating separate <loader>.bin.debug files containing the debug information. The packager will then be able to package these files as desired and the developer can use them to debug the code. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
3d098416c6
commit
faac2520c9
@@ -24,6 +24,7 @@ compile_commands.json
|
||||
# Ignore generated executables and other generated files
|
||||
#
|
||||
**/.detect-openssl.dep.c
|
||||
*.debug
|
||||
ap_tools/ap-check
|
||||
cmsfs-fuse/cmsfs-fuse
|
||||
cpacfstats/cpacfstats
|
||||
|
||||
Reference in New Issue
Block a user