Does there happen to be an example anywhere? I am guessing the logic looks something like backtrace then use the table_find, if found then use the get_method?
On Thu, Sep 8, 2016 at 5:03 PM, Rodrigo Kumpera <[email protected]> wrote: > Hey Greg, > > You can use mono_jit_info_table_find + mono_jit_info_get_method to find that > out. > > > -- > Rodrigo > > > On Mon, Sep 5, 2016 at 9:30 AM, Greg Young <[email protected]> wrote: >> >> Is there something like backtrace/backtrace_symbols I can use inside >> of C code that will understand the mono symbols + the unmanaged ones? >> Using https://www.gnu.org/software/libc/manual/html_node/Backtraces.html >> gives a bit of a mess now. >> >> Cheers, >> >> Greg >> >> -- >> Studying for the Turing test >> _______________________________________________ >> Mono-devel-list mailing list >> [email protected] >> http://lists.dot.net/mailman/listinfo/mono-devel-list > > -- Studying for the Turing test _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
