Jim Blandy
1b8947f0b5
* gdb.base/restore.exp: Use temporary breakpoints, to avoid
...
overflowing the limited breakpoint tables on some ROM monitors
(like the ROM68K).
2001-09-17 19:42:28 +00:00
gdbadmin
089e0fcb62
*** empty log message ***
2001-09-17 00:00:01 +00:00
gdbadmin
ca58b74bc5
*** empty log message ***
2001-09-16 00:00:01 +00:00
Frank Ch. Eigler
9890ac81bc
2001-09-15 Frank Ch. Eigler <fche@redhat.com>
...
* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
the "-ac" (disable access control) flag.
2001-09-15 17:11:24 +00:00
gdbadmin
7a0c04c188
*** empty log message ***
2001-09-15 00:00:03 +00:00
Kevin Buettner
2069d78d3c
Commit Ilya Golubev's clear_solib() fixes.
2001-09-14 00:40:29 +00:00
gdbadmin
93de26c188
*** empty log message ***
2001-09-14 00:00:03 +00:00
Jim Blandy
e8816aacae
* monitor.c (monitor_load): Don't delete symtab users, or reset
...
inferior_ptid.
2001-09-13 22:48:19 +00:00
Jim Blandy
fe4900853a
(monitor_load): Fix indentation.
2001-09-13 18:53:42 +00:00
Jim Blandy
348d75a52f
(monitor_load): Fix indentation.
2001-09-13 18:43:03 +00:00
gdbadmin
8dd5f7a869
*** empty log message ***
2001-09-13 00:00:06 +00:00
Jim Blandy
e94a679a11
Remove incomplete section on overlays, committed by accident.
2001-09-12 19:49:52 +00:00
Jim Blandy
664cccaec5
* printcmd.c (print_scalar_formatted): Fix indentation.
2001-09-12 04:18:08 +00:00
gdbadmin
58712d0505
*** empty log message ***
2001-09-12 00:00:03 +00:00
gdbadmin
63da102c1d
*** empty log message ***
2001-09-11 00:00:04 +00:00
Jim Blandy
a5666cc9b8
* rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
...
programs running on the board can produce output.
2001-09-10 23:54:16 +00:00
Jason Molenda
6d6b80e5eb
2001-09-10 Jason Molenda (jmolenda@apple.com)
...
* NEWS: "ANS/ISO C" -> "ISO C".
* MAINTAINERS (write-after-approval): Update my entry.
2001-09-10 18:13:17 +00:00
gdbadmin
f541826b7f
*** empty log message ***
2001-09-10 00:00:02 +00:00
gdbadmin
5ac3ea5891
*** empty log message ***
2001-09-09 00:00:03 +00:00
Mark Kettenis
964840f795
Fix truncated 2001-08-23 entry.
2001-09-08 23:34:53 +00:00
Mark Kettenis
a9dc4918b3
* gdbint.texinfo (Host Definition): Remove description of
...
MEM_FNS_DECLARED.
2001-09-08 10:53:45 +00:00
Mark Kettenis
df5fdb3df4
* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
2001-09-08 10:50:07 +00:00
Mark Kettenis
d28379df76
* gdbint.texinfo (Host Definition): Remove description of R_OK.
2001-09-08 10:43:27 +00:00
Mark Kettenis
4ad318e604
* config/arm/xm-linux.h, config/ia64/xm-linux.h,
...
config/m68k/xm-linux.h, config/mips/xm-linux.h,
config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
redundant inclusion of <unistd.h>.
2001-09-08 10:39:54 +00:00
Mark Kettenis
f277788bc6
* gdbint.texinfo (Host Definition): Remove description of
...
HAVE_SIGSETMASK.
2001-09-08 10:28:20 +00:00
Mark Kettenis
7fc73f389d
* gdbtypes.h (struct block): Add forward declaration.
2001-09-08 10:16:57 +00:00
gdbadmin
6f270dab3e
*** empty log message ***
2001-09-08 00:00:02 +00:00
Andrew Cagney
f9c696d277
* defs.h (enum return_reason): Renumber so that all values are
...
negative.
(RETURN_MASK): Negate reason.
(catch_exception_ftype): Declare.
(catch_exceptions): Declare.
* top.c (catcher): New function, based on catch_errors. Add in
parameter func_uiout and out parameters func_val, func_caught and
func_cleanup. Change type of func to catch_exceptions_ftype.
Save/restore uiout.
(struct catch_errors_args): Define.
(do_catch_errors): New function.
(catch_errors): Rewrite, use do_catch_errors and catcher.
(catch_exceptions): New function, use catcher.
2001-09-07 21:33:08 +00:00
Jim Blandy
a2e2dd8055
Correctly parse register values provided by the monitor.
...
* rom68k-rom.c: #include "value.h".
(is_hex_digit, hex_digit_value, is_whitespace,
rom68k_supply_one_register): New static functions.
(rom68k_supply_register): Call rom68k_supply_one_register, instead
of monitor_supply_register; the latter was incorrectly parsing
the values.
* Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
2001-09-07 21:27:36 +00:00
Mark Kettenis
93befcf3d7
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
...
to using setpgid if available now.
2001-09-07 15:22:11 +00:00
gdbadmin
c0a1a2e89b
*** empty log message ***
2001-09-07 00:00:02 +00:00
Keith Seitz
b381d62d0a
From Ian Roxborough <irox@redhat.com>
...
* configure.in: Use ITCL_LIB_FULL_PATH and
ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
for gdb.
* configure: Regenerated.
2001-09-06 20:59:18 +00:00
Kevin Buettner
9a058a09a9
Don't use error result from find_stab_function_addr().
2001-09-06 20:50:48 +00:00
Elena Zannoni
7ccaa899b1
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
* gdbint.texinfo (Target Architecture Definition): Add
explanation of TARGET_PRINT_INSN macro.
2001-09-06 12:01:36 +00:00
gdbadmin
a209ae8abb
*** empty log message ***
2001-09-06 00:00:03 +00:00
Elena Zannoni
2bf0cb6592
2001-09-05 Elena Zannoni <ezannoni@redhat.com>
...
* gdbarch.sh: Move include of dis-asm.h so it is generated earlier
in gdbarch.h.
(TARGET_PRINT_INSN): Multiarch.
* gdbarch.h: Regenerate.
* gdbarch.c: Regenerate.
* arch-utils.c (legacy_print_insn): New function.
* arch-utils.h (legacy_print_insn): Export.
* cris-tdep.c (cris_delayed_get_disassembler): Use
TARGET_PRINT_INSN, instead of tm_print_insn.
* d10v-tdep.c (print_insn): Ditto.
* d30v-tdep.c (print_insn): Ditto.
* m32r-tdep.c (dump_insn): Ditto.
* v850-tdep.c (v850_scan_prologue): Ditto.
* mcore-tdep.c (mcore_dump_insn): Ditto.
* sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
2001-09-05 23:44:44 +00:00
Michael Snyder
a4f30b31c8
Fix typo.
2001-09-05 23:26:21 +00:00
Jim Blandy
6369010f56
* gdbtypes.h (struct type): Doc fix.
2001-09-05 23:07:32 +00:00
Michael Snyder
0093d52fed
2001-08-31 Jason Molenda (jmolenda@apple.com)
...
* c-valprint.c (c_val_print): Second call to check_typedef ()
is no longer necessary.
2001-09-05 23:07:08 +00:00
Elena Zannoni
d3d55eeb77
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
From Daniel Jacobowitz <drow@mvista.com>
* dbxread.c (free_header_files): Make global.
(init_header_files): Likewise.
* stabsread.h (free_header_files): Add prototype.
(init_header_files): Likewise.
* mdebugread.c (mdebug_build_psymtabs): Initialize
properly before using the stabs debug reader.
2001-09-05 02:54:15 +00:00
Elena Zannoni
ef96bde82e
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
From Daniel Jacobowitz <drow@mvista.com>
* dbxread.c (dbx_symfile_read): Only reinitialize
the psymbol list if mainline or if both static
and global lists are empty.
* dwarf2read.c (dwarf2_build_psymtabs): Likewise.
* dwarfread.c (dwarf_build_psymtabs): Likewise.
* xcoffread.c (xcoff_initial_scan): Likewise.
* os9kread.c (os9k_symfile_read): Likewise.
2001-09-05 02:13:11 +00:00
Elena Zannoni
16db60558d
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
From Daniel Jacobowitz <drow@mvista.com>
* mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
a name specially.
2001-09-05 02:02:44 +00:00
gdbadmin
9ea0568f79
*** empty log message ***
2001-09-05 00:00:04 +00:00
gdbadmin
fe6f19de68
*** empty log message ***
2001-09-04 00:00:03 +00:00
Jeff Holcomb
6db765ea4b
2001-08-30 Jeff Holcomb <jeffh@redhat.com>
...
* gdb.base/remote.c: Use a small buffer for targets with 16-bit
ints.
2001-09-03 19:54:33 +00:00
gdbadmin
b21baa6f95
*** empty log message ***
2001-09-03 00:00:02 +00:00
gdbadmin
7ee2df7da6
*** empty log message ***
2001-09-02 00:00:05 +00:00
Mark Kettenis
f77b92bf11
Make GDB use libiberty regex implementation.
...
* gdb_regex.h: Normalize protection against multiple inclusion.
Include "xregex.h" instead of "gnu-regex.h".
* cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
* cli/cli-decode.c: Likewise.
* Makefile.in (REGEX): Remove.
(GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
(ADD_FILES, ADD_DEPS): Remove $(REGEX).
(POSSLIBS): Remove.
(TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
(irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
gdb_regex.h in list of dependencies.
(gnu-regex.o): Remove rule.
* gnu-regex.c, gnu-regex.h: Remove files.
2001-09-01 21:38:05 +00:00
gdbadmin
3ca047d39a
*** empty log message ***
2001-09-01 00:00:02 +00:00
Kevin Buettner
902d7086d7
Don't let a branch unit nop terminate the prologue scan.
2001-08-31 19:58:41 +00:00