NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector as
[deliverable/binutils-gdb.git] / gdb / remote-vx.c
index ddb6955c7a8d0f3f956108923aad7c732c32a74d..74a2e9f32a9864b9623b2616bffc935ad53a6408 100644 (file)
@@ -1320,6 +1320,7 @@ Specify the name of the machine to connect to.",
        vx_lookup_symbol,
        vx_create_inferior, 0,  /* mourn_inferior */
        0, /* can_run */
+       0, /* notice_signals */
        core_stratum, 0, /* next */
        1, 1, 0, 0, 0,  /* all mem, mem, stack, regs, exec */
        0, 0,                   /* Section pointers */
@@ -1343,6 +1344,7 @@ struct target_ops vx_run_ops = {
        vx_lookup_symbol,
        0, vx_mourn_inferior,
        0,  /* can_run */
+       0, /* notice_signals */
        process_stratum, 0, /* next */
        0, 1, 1, 1, 1,  /* all mem, mem, stack, regs, exec */
                        /* all_mem is off to avoid spurious msg in "i files" */
This page took 0.024323 seconds and 4 git commands to generate.