Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Is it possible to implement this functionality in debugger plugin?
(1/1)
ollydbg:
Preventing the debugger from stepping into trivial functions with NoStepInto .
Somethimes it is also annoying when the debugger run into the constructor of parameters. :D
oBFusCATed:
Not supported by GDB, unfortunately.
Here is a chat log from the #gdb at irc.freenode.net
--- Code: ---(2009-12-29 12:45:08) obfuscated: hello, is there a way to do the same thing (see the link) with gdb as with vstudio's debugger - http://www.litwindow.com/Knowhow/wxHowto/wxhowto.html#nostepinto
(2009-12-29 12:47:34) brobecke: not as far as I know. This is something that has been requested once or twice in the past...
(2009-12-29 12:49:33) pholklore: it's such a common request that the last PR filed wants the same basic thing. PR11117
--- End code ---
So we should wait
ollydbg:
Thanks for the reply.
Is it possible done in Debuggerplugin? When press "Step into" button, we should go to the function implementation body.( not the function of others).
oBFusCATed:
Not sure, If possible it is very hard to do.
And the debugger plugin is not the place to do it.
Navigation
[0] Message Index
Go to full version