Lines Matching defs:gdb
5 This file is part of GDB.
36 namespace gdb
47 gdb notifies all normal_stop observers when the inferior execution
64 /* The executable being debugged by GDB in PSPACE has changed: The user
71 file does appear to have changed, so GDB reloaded it, e.g. if the user
77 /* gdb has just connected to an inferior. For 'run', gdb calls this
79 instruction. For 'attach' and 'core', gdb calls this observer
100 when gdb calls this observer, the library's symbols probably
105 Note when gdb calls this observer, the library's symbols have not
122 exit code, if available. The SILENT argument indicates that GDB is
160 /* GDB has instantiated a new architecture, NEWARCH is a pointer to the new
219 /* A register in the inferior has been modified by the gdb user. */
238 /* Called when GDB is about to exit. */
258 } /* namespace gdb */