[mythtv] Dump stack

Johnny Walker johnnyjboss at gmail.com
Tue Jul 6 13:53:24 UTC 2010


On Sun, Jul 4, 2010 at 7:31 PM, Jean-Yves Avenard <jyavenard at gmail.com> wrote:
> Hi
>
> On 4 July 2010 23:09, James Courtier-Dutton <james.dutton at gmail.com> wrote:
>> Hi,
>>
>> I am trying to find out what called a function.
>> Does the myth source code have the equivalent of "dump_stack()".
>>
>> It would be useful to narrow down which instance called a particular
>> instance of a method.
>> I.e. I have places a log statement. (VERBOSE ....) in the code.
>> If that log statement is in method X.
>> I would like to find out which method Y called the method that
>> contains the log statement.
>
> If you use gdb and put a breakpoint to that particular function, you
> can check the call stack there and see the arguments passed to each
> function in the stack
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>

Basic how to on the gdb with mythtv is located here -
http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2

-Johnny


More information about the mythtv-dev mailing list