Skip to content

Ugly hack to define pre-command hooks from python, for continue

Mohammed Bilal Akhtar requested to merge mbakhtar/KOS:continue-hook into master

This merge request looks at all gdb commands that could lead to a continue, creates a define hook for them, dumps it in a temp file and then loads that temp file in gdb.

Merge request reports