Debugger commands after image loaded #10096
Unanswered
jalanh11640
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It appears that the setupCommands list runs before the image is loaded into the debugger. Is there anyway to indicate that a command in the setupCommands list should run after the image is loaded?
I've created a custom command via gdb's python scripting. If I start debugging, I can '-exec skipstl' to run my command. I'd like to have it run automatically, but haven't been able to figure that bit out. I've even played around with gdb's hookpost capabilities and haven't found the right hook to attach to.
Any suggestions?
Thanks,
Jeff
Beta Was this translation helpful? Give feedback.
All reactions