Browse Source

2002-12-09 David Carlton <carlton@math.stanford.edu>

* cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
	* cli/cli-cmds.c: Ditto.
jimb-separate-debug-021223-branch
David Carlton 24 years ago
parent
commit
808013d1f9
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/cli/cli-cmds.c
  3. 2
      gdb/cli/cli-setshow.c

5
gdb/ChangeLog

@ -1,3 +1,8 @@
2002-12-09 David Carlton <carlton@math.stanford.edu>
* cli/cli-setshow.c: #include <readline/tilde.h> after defs.h.
* cli/cli-cmds.c: Ditto.
2002-12-09 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (gdbarch_dump): Print NAME_OF_MALLOC using %s. Wrap

2
gdb/cli/cli-cmds.c

@ -19,8 +19,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <readline/tilde.h>
#include "defs.h"
#include <readline/tilde.h>
#include "completer.h"
#include "target.h" /* For baud_rate, remote_debug and remote_timeout */
#include "gdb_wait.h" /* For shell escape implementation */

2
gdb/cli/cli-setshow.c

@ -17,8 +17,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <readline/tilde.h>
#include "defs.h"
#include <readline/tilde.h>
#include "value.h"
#include <ctype.h>
#include "gdb_string.h"

Loading…
Cancel
Save