Extension Language API
[deliverable/binutils-gdb.git] / gdb / defs.h
index d86f4a9b096f22e25f36929276ecbee4030badd7..8c13e6656fc49722309c451c7e02b0df1f6b976d 100644 (file)
@@ -159,13 +159,9 @@ extern char *debug_file_directory;
    handler.  Otherwise, SIGINT simply sets a flag; code that might
    take a long time, and which ought to be interruptible, checks this
    flag using the QUIT macro.
-   
-   If GDB is built with Python support, it uses Python's low-level
-   interface to implement the flag.  This approach makes it possible
-   for Python and GDB SIGINT handling to coexist seamlessly.
 
-   If GDB is built without Python, it instead uses its traditional
-   variables.  */
+   These functions use the extension_language_ops API to allow extension
+   language(s) and GDB SIGINT handling to coexist seamlessly.  */
 
 /* Clear the quit flag.  */
 extern void clear_quit_flag (void);
This page took 0.034544 seconds and 4 git commands to generate.