Home | History | Annotate | Download | only in info

Lines Matching full:hook

8149 that have a particular hook function, `_NSPrintForDebugger', defined.
12212 First hook up your development board. In this example, we use a
13901 command `hook-foo' exists, it is executed (with no arguments) before
13904 A hook may also be defined which is run after the command you
13910 It is valid for a hook to call the command which it hooks. If this
13911 occurs, the hook is not re-executed, thereby avoiding infinite
13915 (`hook-stop') makes the associated commands execute every time
13922 define hook-stop
13926 define hook-run
13930 define hook-continue
13934 As a further example, to hook at the begining and end of the `echo'
13938 define hook-echo
13950 You can define a hook for any single-word command in GDB, but not
13951 for command aliases; you should define a hook for the basic command
13953 the execution of your hook, execution of GDB commands stops and GDB
13957 If you try to define a hook which does not match any known command,
25917 * hook: Hooks. (line 6)