On Thu, Jul 12, 2012 at 10:22 AM, Maurício Linhares <
[email protected]> wrote:

> Ok, I have never done any debugging using GDB, so I'm pretty lost here.
>
> The page tells me to use a function called "print_method_from_ip", when I
> do it in a gdb session:
>
> (gdb) p print_method_from_ip(0x03f83f1e)
> No symbol "print_method_from_ip" in current context.
>


Try mono_pmip.


>
>
> How do I load these mono functions to my GDB session?
>

No need to load, they part of the mono image.


>
> The app is being loaded as:
>
> gdb --args mono Sync.Mac.Cli.exe
>
> Then I hit "run" and then I wait until the program crashes.
>
>
Crashes how? All you've shown was a backtrace. The complete execution,
between run and the crash would be useful then.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to