Iztok Kobal wrote: > When invoking the gdb, it does not show the variables which are local > to the block within some function: I know a little more: this reffers to debugging the shared object's exported function and the GDB does not show any of the local-to-function variables, only function arguments. I.