As I've changed my firmware to the latest(UE40D6750-1026), most of extensions stopped working, or at least the DRM ones did. I am trying to analyze new firmware DRM due to problems decoding PVR videos - neither Destroi nor drmdecrypt are able to decode encrypted streams.
I came across viewtopic.php?f=63&t=7330 post in F section that says debugging is not possible due to striped version of libpthread.
Does it hold true for D series as well ?
After many tries I've managed to build gdb, first it was complaining about wrong version of libpthread and breakpoints didn't work.
I've managed to get rid of this error, yet breakpoints still don't work.
So far I'm using IDA + memory patching, but hoping there is better approach than blindly changing jumps in various *DRM* methods and seeing what happens

Is D series debugging possible using gdb or maybe some other tool(s) ?