commit | eb522d6d1325c6604716e7f3fd70d351400ee541 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Nov 26 09:49:29 2024 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Tue Nov 26 09:49:29 2024 +0100 |
tree | 3622bff8b5f3064736791ba6b69d6f8875d21964 | |
parent | 587769010743eb8eac8b4373218486875a11cb69 [diff] |
[gdb/syscalls] Improve update-linux-from-src.sh Some improvements in gdb/syscalls/update-linux-from-src.sh: - use bash instead of sh - use local to distinguish between local and global vars (which brings to light that pre uses the global rather than the local start_date) - factor out main and parse_args - factor out regen - iterate over *.xml.in instead of *.in Tested on aarch64-linux. Verified with shellcheck.