* defs.h (gdb_readline_wrapper): Declare.
[deliverable/binutils-gdb.git] / gdb / tracepoint.c
index 19f290656e2d56088bdce95032a5bba65d0fc22b..976f9259cddfaf0959b91229138aaac55abf358b 100644 (file)
@@ -854,7 +854,7 @@ read_actions (struct tracepoint *t)
        line = (*readline_hook) (prompt);
       else if (instream == stdin && ISATTY (instream))
        {
-         line = readline (prompt);
+         line = gdb_readline_wrapper (prompt);
          if (line && *line)    /* add it to command history */
            add_history (line);
        }
This page took 0.022622 seconds and 4 git commands to generate.