* arch-utils.c (#include "gdbthread.h"): Removed.

(#include "symfile.h"): Removed.
(XMALLOC): Removed unused macro.
* breakpoint.c (tbreak_command): Removed local declaration.
(awatch_command, do_enable_breakpoint, set_breakpoint_count):
Remove duplicate declarations.
(bpstat_should_step, bpstat_have_active_hw_watchpoints)
(remove_solib_event_breakpoints): Fix indentation botch.
* c-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* ch-exp.c (ch_terminal_match_float_literal, parse_expr)
(parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
Removed duplicate declarations.
* ch-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* corefile.c (#include "frame.h"): Removed
(#include "symfile.h"): Removed.
(#include "language.h"): Removed.
* dbxread.c (#include "command.h"): Removed.
* environ.c (#include "gdbcore.h"): Removed.
* event-loop.c (#include "top.h"): Removed.
* f-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
(#include "language.h"): Removed.
(#include "typeprint.h"): Removed.
(#include "frame.h"): Removed.
* gdbtypes.h (print_type_scalar): Removed declaration.
* infcmd.c (#include "completer.h"): Removed.
* language.c (#include "frame.h"): Removed.
* m2-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
(#include "language.h"): Removed.
* m2-valprint.c (#include "valprint.h"): Removed.
* p-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* p-valprint.c (#include "typeprint.h"): Removed.
* parse.c (#include "linespec.h"): Removed.
* regcache.c (#include "frame.h"): Removed.
* remote.c (#include "frame.h"): Removed.
(getpkt_sane): Make static.
* source.c (#include "completer.h"): Removed.
* stack.c (#include "symfile.h"): Removed.
(#include "objfiles.h"): Removed.
* symfile.c (#include "completer.h"): Removed.
* tracepoint.c (#include "completer.h"): Removed.
* values.c (#include "frame.h"): Removed.
* varobj.c (#include "valprint.h"): Removed.
* wrapper.c (#include "frame.h"): Removed.

* memattr.c (create_mem_region): Removed unused variable.
* remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
-------------------------------------------------------------------
This commit is contained in:
J.T. Conklin 2001-03-27 20:36:24 +00:00
parent d5c4095a98
commit 3172dc307b
30 changed files with 63 additions and 71 deletions

View file

@ -1,3 +1,57 @@
2001-03-19 J.T. Conklin <jtc@redback.com>
* arch-utils.c (#include "gdbthread.h"): Removed.
(#include "symfile.h"): Removed.
(XMALLOC): Removed unused macro.
* breakpoint.c (tbreak_command): Removed local declaration.
(awatch_command, do_enable_breakpoint, set_breakpoint_count):
Remove duplicate declarations.
(bpstat_should_step, bpstat_have_active_hw_watchpoints)
(remove_solib_event_breakpoints): Fix indentation botch.
* c-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* ch-exp.c (ch_terminal_match_float_literal, parse_expr)
(parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
Removed duplicate declarations.
* ch-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* corefile.c (#include "frame.h"): Removed
(#include "symfile.h"): Removed.
(#include "language.h"): Removed.
* dbxread.c (#include "command.h"): Removed.
* environ.c (#include "gdbcore.h"): Removed.
* event-loop.c (#include "top.h"): Removed.
* f-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
(#include "language.h"): Removed.
(#include "typeprint.h"): Removed.
(#include "frame.h"): Removed.
* gdbtypes.h (print_type_scalar): Removed declaration.
* infcmd.c (#include "completer.h"): Removed.
* language.c (#include "frame.h"): Removed.
* m2-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
(#include "language.h"): Removed.
* m2-valprint.c (#include "valprint.h"): Removed.
* p-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* p-valprint.c (#include "typeprint.h"): Removed.
* parse.c (#include "linespec.h"): Removed.
* regcache.c (#include "frame.h"): Removed.
* remote.c (#include "frame.h"): Removed.
(getpkt_sane): Make static.
* source.c (#include "completer.h"): Removed.
* stack.c (#include "symfile.h"): Removed.
(#include "objfiles.h"): Removed.
* symfile.c (#include "completer.h"): Removed.
* tracepoint.c (#include "completer.h"): Removed.
* values.c (#include "frame.h"): Removed.
* varobj.c (#include "valprint.h"): Removed.
* wrapper.c (#include "frame.h"): Removed.
* memattr.c (create_mem_region): Removed unused variable.
* remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
2001-03-27 Nick Clifton <nickc@redhat.com>
* remote-rdp.c (rdp_set_command_line): Add missing double quote.

View file

@ -35,22 +35,13 @@
#include "gdbcore.h"
#include "gdbcmd.h"
#include "target.h"
#include "gdbthread.h"
#include "annotate.h"
#include "symfile.h" /* for overlay functions */
#endif
#include "version.h"
#include "floatformat.h"
/* Convenience macro for allocting typesafe memory. */
#ifndef XMALLOC
#define XMALLOC(TYPE) (TYPE*) xmalloc (sizeof (TYPE))
#endif
/* Use the program counter to determine the contents and size
of a breakpoint instruction. If no target-dependent macro
BREAKPOINT_FROM_PC has been defined to implement this function,

View file

@ -85,8 +85,6 @@ static int can_use_hardware_watchpoint (struct value *);
static void break_at_finish_command (char *, int);
static void break_at_finish_at_depth_command (char *, int);
void tbreak_command (char *, int);
static void tbreak_at_finish_command (char *, int);
static void break_command_1 (char *, int, int);
@ -210,18 +208,12 @@ static void ep_skip_leading_whitespace (char **s);
/* Prototypes for exported functions. */
static void awatch_command (char *, int);
static void do_enable_breakpoint (struct breakpoint *, enum bpdisp);
/* If FALSE, gdb will not use hardware support for watchpoints, even
if such is available. */
static int can_use_hw_watchpoints;
void _initialize_breakpoint (void);
void set_breakpoint_count (int);
extern int addressprint; /* Print machine addresses? */
static int internal_breakpoint_number = -1;
@ -2980,7 +2972,7 @@ bpstat_should_step (void)
struct breakpoint *b;
ALL_BREAKPOINTS (b)
if (b->enable == enabled && b->type == bp_watchpoint)
return 1;
return 1;
return 0;
}
@ -2995,7 +2987,7 @@ bpstat_have_active_hw_watchpoints (void)
((b->type == bp_hardware_watchpoint) ||
(b->type == bp_read_watchpoint) ||
(b->type == bp_access_watchpoint)))
return 1;
return 1;
return 0;
}
@ -3950,7 +3942,7 @@ remove_solib_event_breakpoints (void)
ALL_BREAKPOINTS_SAFE (b, temp)
if (b->type == bp_shlib_event)
delete_breakpoint (b);
delete_breakpoint (b);
}
struct breakpoint *

View file

@ -29,8 +29,6 @@
#include "value.h"
#include "gdbcore.h"
#include "target.h"
#include "command.h"
#include "gdbcmd.h"
#include "language.h"
#include "demangle.h"
#include "c-lang.h"

View file

@ -148,13 +148,14 @@ static enum ch_terminal match_integer_literal (void);
static enum ch_terminal match_character_literal (void);
static enum ch_terminal match_string_literal (void);
static enum ch_terminal match_float_literal (void);
static enum ch_terminal match_float_literal (void);
static int decode_integer_literal (LONGEST *, char **);
static int decode_integer_value (int, char **, LONGEST *);
static char *match_simple_name_string (void);
static void growbuf_by_size (int);
static void parse_case_label (void);
static void parse_untyped_expr (void);
static void parse_if_expression (void);
static void parse_if_expression_body (void);
static void parse_else_alternative (void);
static void parse_then_alternative (void);
static void parse_expr (void);
@ -177,13 +178,7 @@ static struct type *parse_mode_call (void);
#endif
static void parse_unary_call (void);
static int parse_opt_untyped_expr (void);
static void parse_case_label (void);
static int expect (enum ch_terminal, char *);
static void parse_expr (void);
static void parse_primval (void);
static void parse_untyped_expr (void);
static int parse_opt_untyped_expr (void);
static void parse_if_expression_body (void);
static enum ch_terminal ch_lex (void);
INLINE static enum ch_terminal PEEK_TOKEN (void);
static enum ch_terminal peek_token_ (int);

View file

@ -28,8 +28,6 @@
#include "value.h"
#include "gdbcore.h"
#include "target.h"
#include "command.h"
#include "gdbcmd.h"
#include "language.h"
#include "ch-lang.h"
#include "typeprint.h"

View file

@ -25,21 +25,15 @@
#include <errno.h>
#include <signal.h>
#include <fcntl.h>
#include "frame.h" /* required by inferior.h */
#include "inferior.h"
#include "symtab.h"
#include "command.h"
#include "gdbcmd.h"
#include "symfile.h"
#include "bfd.h"
#include "target.h"
#include "gdbcore.h"
#include "dis-asm.h"
#include "language.h"
#include "gdb_stat.h"
#include "symfile.h"
#include "objfiles.h"
#include "completer.h"
/* Local function declarations. */

View file

@ -46,7 +46,6 @@
#include "gdb_stat.h"
#include "symtab.h"
#include "breakpoint.h"
#include "command.h"
#include "target.h"
#include "gdbcore.h" /* for bfd stuff */
#include "libaout.h" /* FIXME Secret internal BFD stuff for a.out */

View file

@ -23,7 +23,6 @@
#include "defs.h"
#include "environ.h"
#include "gdb_string.h"
#include "gdbcore.h"
/* Return a new environment object. */

View file

@ -20,7 +20,6 @@
Boston, MA 02111-1307, USA. */
#include "defs.h"
#include "top.h"
#include "event-loop.h"
#include "event-top.h"

View file

@ -30,12 +30,7 @@
#include "value.h"
#include "gdbcore.h"
#include "target.h"
#include "command.h"
#include "gdbcmd.h"
#include "language.h"
#include "f-lang.h"
#include "typeprint.h"
#include "frame.h" /* ??? */
#include "gdb_string.h"
#include <errno.h>

View file

@ -1125,8 +1125,4 @@ extern int is_integral_type (struct type *);
extern void maintenance_print_type (char *, int);
/* typeprint.c */
extern void print_type_scalar (struct type *, LONGEST, struct ui_file *);
#endif /* GDBTYPES_H */

View file

@ -41,7 +41,6 @@
#endif
#include "event-top.h"
#include "parser-defs.h"
#include "completer.h"
/* Functions exported for general use: */

View file

@ -37,7 +37,6 @@
#include "gdbtypes.h"
#include "value.h"
#include "gdbcmd.h"
#include "frame.h"
#include "expression.h"
#include "language.h"
#include "target.h"

View file

@ -27,9 +27,6 @@
#include "value.h"
#include "gdbcore.h"
#include "target.h"
#include "command.h"
#include "gdbcmd.h"
#include "language.h"
#include "m2-lang.h"
#include <errno.h>

View file

@ -22,7 +22,6 @@
#include "defs.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "valprint.h"
#include "m2-lang.h"
/* FIXME: For now, just explicitly declare c_val_print and use it instead */

View file

@ -34,7 +34,7 @@ static struct mem_region *
create_mem_region (CORE_ADDR lo, CORE_ADDR hi,
const struct mem_attrib *attrib)
{
struct mem_region *n, *p, *new;
struct mem_region *n, *new;
if (lo > hi)
{

View file

@ -29,8 +29,6 @@
#include "value.h"
#include "gdbcore.h"
#include "target.h"
#include "command.h"
#include "gdbcmd.h"
#include "language.h"
#include "p-lang.h"
#include "typeprint.h"

View file

@ -31,6 +31,7 @@
#include "gdbcore.h"
#include "demangle.h"
#include "valprint.h"
#include "typeprint.h"
#include "language.h"
#include "target.h"
#include "annotate.h"

View file

@ -42,7 +42,6 @@
#include "command.h"
#include "language.h"
#include "parser-defs.h"
#include "linespec.h"
#include "gdbcmd.h"
#include "symfile.h" /* for overlay functions */
#include "inferior.h" /* for NUM_PSEUDO_REGS. NOTE: replace

View file

@ -20,7 +20,6 @@
Boston, MA 02111-1307, USA. */
#include "defs.h"
#include "frame.h"
#include "inferior.h"
#include "target.h"
#include "gdbarch.h"

View file

@ -328,7 +328,7 @@ init_nrom_ops (void)
nrom_ops.to_sections = NULL;
nrom_ops.to_sections_end = NULL;
nrom_ops.to_magic = OPS_MAGIC;
};
}
void
_initialize_remote_nrom (void)

View file

@ -25,7 +25,6 @@
#include "gdb_string.h"
#include <ctype.h>
#include <fcntl.h>
#include "frame.h"
#include "inferior.h"
#include "bfd.h"
#include "symfile.h"
@ -3986,7 +3985,7 @@ getpkt (char *buf,
executing user code to stop. If FOREVER == 0, this function is
allowed to time out gracefully and return an indication of this to
the caller. */
int
static int
getpkt_sane (char *buf,
long sizeof_buf,
int forever)

View file

@ -40,7 +40,6 @@
#include "annotate.h"
#include "gdbtypes.h"
#include "linespec.h"
#include "completer.h"
#ifdef UI_OUT
#include "ui-out.h"
#endif

View file

@ -35,8 +35,6 @@
#include "demangle.h"
#include "inferior.h"
#include "annotate.h"
#include "symfile.h"
#include "objfiles.h"
#ifdef UI_OUT
#include "ui-out.h"
#endif

View file

@ -37,7 +37,6 @@
#include "inferior.h" /* for write_pc */
#include "gdb-stabs.h"
#include "obstack.h"
#include "completer.h"
#include <sys/types.h>
#include <fcntl.h>

View file

@ -32,7 +32,6 @@
#include "tracepoint.h"
#include "remote.h"
#include "linespec.h"
#include "completer.h"
#include "regcache.h"
#include "ax.h"

View file

@ -26,7 +26,6 @@
#include "gdbtypes.h"
#include "value.h"
#include "gdbcore.h"
#include "frame.h"
#include "command.h"
#include "gdbcmd.h"
#include "target.h"

View file

@ -20,7 +20,6 @@
#include "value.h"
#include "expression.h"
#include "frame.h"
#include "valprint.h"
#include "language.h"
#include "wrapper.h"
#include "gdbcmd.h"

View file

@ -18,7 +18,6 @@
#include "defs.h"
#include "value.h"
#include "frame.h"
#include "wrapper.h"
/* Use this struct to pass arguments to wrapper routines. We assume