Debug shared method in REALbasic with gdb or similar tool

93 Views Asked by At

What I want to do is to debug: break and disassemble function defined in RealBasic language that have following signature: foo(bs as BinaryStream) as String. The problem is that it seems that there is no symbol defined. GDB didn't see function named like that when calling info functions. Do you know how could i get acces to it by address, or in any other way? Platform is Linux i386.

0

There are 0 best solutions below