main.c: Add old default to the skip funcs, add command line option
commit2520dc556a531e84d3e6911c2d936cd81f7aff69
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 26 Oct 2009 17:10:00 +0000 (26 18:10 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 26 Oct 2009 17:18:08 +0000 (26 18:18 +0100)
tree2c388b4553d2f6fd320f29ac6de34b1d79177e86
parent4a811b6b7ae768c1756301eb4484abb7c1a46111
main.c: Add old default to the skip funcs, add command line option

After removing the gconf dependency it was not possible to
declare g_malloc, g_malloc0, strdup and other custom methods
as allocating functions. Add a --skip-funcs parameter that
allows to skip user passed functions in the strack trace
to make the callers show up as the one allocating.

--skip-funcs=FUNC can be used multiple times and all passed
function names will be added.

* src/main.c: Add new cli parameter
(initialize_skip_funcs): Add default + cli values to the skip_funcs
(main): Call new function
src/main.c