h_ayguen - 2007-08-18

Logged In: YES
user_id=1354765
Originator: NO

You're right. i changed the global variables to static structure elements or thread local structure elements. The man page is really outdated. But I updated the README.

Is there need to change these settings (DUMA_PROTECT_FREE, DUMA_ALLOW_MALLOC_0, ..) from gdb debugger?

I have provided new macro functions (for some few settings) you may call from your code - but not from within gdb.

Some variables are now thread local .. that is why they can't be global any more. The macro functions are to allow compilation of the same source code defining empty macros even without DUMA.

For now i don't see the application, where you need to change the settings via global variables from within gdb. Maybe i'm wrong. I'll overthink if you have good reasons.

regards

Hayati Ayguen