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.
Asked
Active
Viewed 85 times
0

Paul Lefebvre
- 6,253
- 3
- 28
- 36

user3446898
- 1
- 1
-
You should also mention on which platform you're working. OSX or Linux, because I believe the behaviors are different. – Thomas Tempelmann Apr 12 '14 at 13:08
-
I am realy sorry, I forgot to write that the platform is Linux i386 – user3446898 Apr 12 '14 at 15:09
-
Well, then edit your question and add the information – Thomas Tempelmann Apr 12 '14 at 15:11
-
@user3446898 What does "dissas" mean in "break and dissas"? – sashoalm Apr 12 '14 at 15:16
-
@sashoalm "dissassembly" – user3446898 Apr 12 '14 at 15:24