Re: [qlang] Re: [q-lang-users] Status on my attempt to port Q to amd64
Brought to you by:
agraef
From: Andrew B. <an...@vo...> - 2005-05-16 17:43:11
|
Thanks, that works. (And looking closer, mangle.h was in my grep results for the various globals I was looking for. I just managed to miss noticing it.) -andrew On Sat, 14 May 2005 01:00:18 -0700, Albert Graef <Dr....@t-...> wrote: > Andrew Berg wrote: >> Most of the interesting variables in the environment setup seem to be > >> global, or at least external to the q.c file, and the "print" command >> in gdb tells me that there is <<No symbol "source" in current >> context.>> This is also the case for "outid" and "qpath" and > seemingly >> lots of other variables. As far as I can tell, they aren't macros. >> Can anyone tell me why they are invisible to the debugger? > > Try __qq__source instead. The external global symbols in the interpreter > > are stropped with a prefix (see mangle.h, this is created automatically > with the mangle.sh script) to prevent name collisions with shared libs > linked with the interpreter. > > Albert > -- an...@vo... |