Adapt `info probes' to support printing probes of different types.
[deliverable/binutils-gdb.git] / gdb / event-top.c
index 55caf72705fa879d134afef0707fc135a2e6e9b0..bbda5dc6f5d1afa92f4c7d0a20d8e86e307f6156 100644 (file)
@@ -1,6 +1,6 @@
 /* Top level stuff for GDB, the GNU debugger.
 
-   Copyright (C) 1999-2014 Free Software Foundation, Inc.
+   Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
    Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
 
@@ -667,7 +667,7 @@ command_line_handler (char *rl)
 
   /* Add line to history if appropriate.  */
   if (*linebuffer && input_from_terminal_p ())
-    add_history (linebuffer);
+    gdb_add_history (linebuffer);
 
   /* Note: lines consisting solely of comments are added to the command
      history.  This is useful when you type a command, and then
This page took 0.024478 seconds and 4 git commands to generate.