[Asterisk-Dev] do_monitor function
Kevin P. Fleming
kpfleming at digium.com
Wed Apr 6 14:01:16 MST 2005
Jay Ray wrote:
> When my debugger moves from do_monitor to send_mwi_to_peer......I do not
> see teh Arguments and Local Variables of that funtion, but I still see
> the Args and Locals of do_monitor Funtion...
Use "make valgrind" to build Asterisk for any debugging purpose... the
compiler has chosen to inline send_mwi_to_peer so it is no longer a
separate function.
More information about the asterisk-dev
mailing list