1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/buildtools/scripts
Alexander Bokovoy c63dcc97b6 gen_abi.sh: filter out symbols not needed for ABI
gdb does not allow to print definitions of certain section names
and special symbols used for dynamic loading machinery:

__bss_start
_edata
_init
_fini
_end

Please note the space before the pattern, it is needed to avoid
hungry matches of valid symbols with these as substrings (foo_init,
for example).

Without this patch gdb on Fedora 18 breaks when attempting to print
function and struct signature.
2012-09-07 12:31:42 +02:00
..
abi_gen.sh gen_abi.sh: filter out symbols not needed for ABI 2012-09-07 12:31:42 +02:00
autogen-waf.sh waf: bring back shared Makefile and configure (needed by s3-waf). 2011-02-08 20:44:55 +01:00
configure.waf waf: bring back shared Makefile and configure (needed by s3-waf). 2011-02-08 20:44:55 +01:00
Makefile.waf waf: fixed 'make bin/XXX' for the remaining binaries 2011-06-10 17:21:26 +10:00