Jeff Law
9dc539a705
am33 sanitization changes.
1999-01-26 14:21:09 +00:00
Jeff Law
5809e33d1a
am33 sanitization changes
1999-01-26 14:19:24 +00:00
Jeff Law
34ec21ffb4
am33 is now kept with --keep-cygnus.
1999-01-26 14:07:52 +00:00
Jeff Law
1ec21625d0
am33 is now kept with --keep-cygnus.
1999-01-26 14:02:27 +00:00
Frank Ch. Eigler
a07304dfa3
* Update copyright year.
1999-01-26 11:34:10 +00:00
Frank Ch. Eigler
37bb465135
* Implement --memory-fill and fix --memory-clear options,
...
for internal PR 18869 and 18870.
1999-01-26 Frank Ch. Eigler <fche@cygnus.com>
* sim-memopt.c (memory_options): Add MEMORY_FILL option.
(memory_option_handler): Implement MEMORY_FILL option. Make
MEMORY_CLEAR an alias for MEMORY_FILL=0.
(parse_ulong_value): New function.
(do_memopt_add): Allocate all buffers. Optionally fill them.
1999-01-26 11:29:17 +00:00
Mark Alexander
1eeb1b63fa
* sh-tdep.c (sh_target_architecture_hook): Return immediately
...
when a matching machine is found.
1999-01-26 03:57:32 +00:00
James Lemke
b5a10831c4
Initial implementation of fixes for MPC860 version C0 & earlier.
1999-01-22 21:53:57 +00:00
Mark Alexander
c5a3735edf
Fix for PR 18873:
...
* remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
(common_breakpoint): Restore support for instruction breakpoints
on non-LSI targets.
1999-01-22 17:15:21 +00:00
Andrew Cagney
95490429f9
Fix typos.
1999-01-22 03:21:25 +00:00
Stan Shebs
b58ed18b12
From J.T. Conklin <jtc@redbacknetworks.com>:
...
* top.c (init_main): Fix tipo in description of the remotetimeout
variable.
* breakpoint.c (bpstat_stop_status): Handle systems where
DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
1999-01-22 03:09:06 +00:00
Stan Shebs
51aa361ef8
* procfs.c (init_procfs_ops): New function, fills in procfs_ops,
...
init only nonzero fields, leave to_require_attach and
to_require_detach empty, not needed for /proc systems yet.
(_initialize_procfs): Call init_procfs_ops.
1999-01-22 02:30:37 +00:00
Mark Alexander
f5dce6c602
* mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
...
to fill in mon960_cmds structure properly.
1999-01-22 01:29:46 +00:00
Stan Shebs
a23dbfcb07
* remote-sds.c (sds_ops): Define only once.
...
(init_sds_ops, sds_command, _initialize_remote_sds): Declare.
(init_sds_ops): Init only non-zero fields.
1999-01-21 03:08:02 +00:00
Stan Shebs
9de3835dab
* gdb.texinfo: Make many HPPA conditionals unconditional,
...
including catchpoint description, since now on for all configs.
* all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
specializations.
1999-01-21 01:51:30 +00:00
Mark Alexander
7363ff9083
Changes for PR 8996:
...
* h8300-tdep.c (original_register_names, h8300h_register_names,
h8300_register_names): Define new variables.
(set_register_names): New function to set register names based on
current CPU type.
(h8300_command, h8300h_command, h8300s_command): Call
set_register_names.
* config/h8300/tm-h8300.h (h8300_register_names): Declare.
(REGISTER_NAME): Define to refer to h8300_register_names.
1999-01-20 23:54:03 +00:00
Doug Evans
caf8b76ba2
remove fr30 sanitization
1999-01-20 21:01:15 +00:00
Felix Lee
8142df8181
new dir cross-build needs to be kept.
1999-01-20 15:18:32 +00:00
Felix Lee
835bc7e426
new file, shlib-call.exp, should be kept.
1999-01-20 01:27:09 +00:00
Felix Lee
8b6a798604
sanitization fix: add directory bsp
1999-01-20 00:27:59 +00:00
Jason Molenda
9f79294203
Shame on Jimbo.
1999-01-19 23:31:52 +00:00
Fernando Nasser
ba4d67c2bf
1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
v850ice.c win32-nat.c: cosmetic changes to conform to coding
standards.
1999-01-19 20:45:31 +00:00
David Taylor
d5abf0a4e6
fix copyright years (forgot to add 1999).
1999-01-19 17:01:36 +00:00
Jim Blandy
495c315acf
Use aclocal to generate GDB's aclocal.m4 script.
...
* acinclude.m4: New file, containing the hand-written local macro
definitions that used to be in aclocal.m4. Don't sinclude
../bfd/aclocal.m4 any more; running aclocal in this directory will
get us the definitions we need. HOWEVER: Do sinclude
../bfd/acinclude.m4, because we need the definition of
BFD_NEED_DECLARATION.
* aclocal.m4: Regenerated by aclocal.
* configure: Regenerated by autoconf.
1999-01-19 16:57:32 +00:00
Jim Blandy
36eeadb29d
*** empty log message ***
1999-01-19 16:57:09 +00:00
Jim Blandy
d21802cde4
*** empty log message ***
1999-01-19 16:56:22 +00:00
David Taylor
5337bd558b
disable_breakpoints_in_shlibs now takes a new parameter -- silent; callers
...
updated. new callers -- clear_solib (irix5-nat.c, osfsolib.c, solib.c).
PR 16495 / PR 18213.
1999-01-19 16:20:39 +00:00
Nick Clifton
9a0c4d8ca9
Display ARM syntax for PC relative offsets, as well as symbolic addresses.
1999-01-19 15:52:20 +00:00
David Taylor
feb82d0a7d
fix comments and some indentation.
1999-01-19 15:52:19 +00:00
David Taylor
d69cff284b
only declare child_post_attach if CHILD_POST_ATTACH is defined.
1999-01-19 15:29:06 +00:00
Andrew Cagney
3b06727073
More make_cleanups/catch_errors warning fixes.
1999-01-19 12:28:20 +00:00
Andrew Cagney
bc8bd256d0
HPMERGE:
...
More wrong uses of gdb_stderr and stderr/stdout.
More upddates to calls of catch_errors() so that call matches new interface.
1999-01-19 02:17:00 +00:00
Stan Shebs
ab0e22180a
* ser-ocd.c (ocd_open): Handle Unix case gracefully.
...
fixes bug reported on ecos-discuss
1999-01-19 02:13:06 +00:00
Stan Shebs
8a7dfaa090
* target.c (dummy_target): Don't initialize statically.
...
(init_dummy_target): New function, fills in dummy_target.
(initialize_targets): Use it.
* hpux-thread.c (hpux_thread_ops): Don't initialize statically.
(init_hpux_thread_ops): New function, fills in hpux_thread_ops.
(_initialize_hpux_thread): Use it.
* m3-nat.c (m3_ops): Don't initialize statically.
(init_m3_ops): New function, fills in m3_ops.
(_initialize_m3): Use it.
1999-01-19 00:49:41 +00:00
Fernando Nasser
49f47b0013
1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* sol-thread.c: delete compile time initialization of target_ops
(_initialize_sol_thread): initialize target_ops at run time.
* hpux-thread.c: added target_ops entry.
* m3-nat.c: ditto.
1999-01-19 00:39:04 +00:00
David Taylor
63f8d5f5b3
change initialization of procfs_ops from compile time to run time.
1999-01-18 20:22:43 +00:00
Christopher Faylor
040bbbc24b
* configure.in: Ensure that -luser32 is always linked in for cygwin build.
...
* configure: Regenerated.
1999-01-18 17:54:36 +00:00
Mark Alexander
a396d2bd0d
* values.c (value_virtual_fn_field): Clear the pointed-to
...
offset when casting to the base class.
1999-01-18 16:43:01 +00:00
David Taylor
f9a5267ce6
fix hp merge (2.66.4 branch) changes to remote-udi.c -- it didn't compile.
1999-01-18 15:35:10 +00:00
Andrew Cagney
c634a08ff8
HPMERGE:
...
Pass gdb_stderr instead of stderr.
In serial.c, fix call to gdb_fclose() - pass gdb_file** not gdb_file*
1999-01-18 01:24:06 +00:00
Andrew Cagney
8bdec905f1
Fix warnings from calls to catch_errors() and make_cleanup().
1999-01-18 00:46:13 +00:00
Andrew Cagney
6e45c399c1
catch_errors() takes PTR argument/func instead of char* argument/func.
...
Update breakpoint.c.
Fix (?) cover_target_enable_exception_callback(). Wasn't returning a
value.
1999-01-17 23:23:42 +00:00
Fernando Nasser
2bef607561
1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* remote.c (remote_query): new function - creates proper interface
to the remote protocol "q" command.
1999-01-16 19:01:23 +00:00
Nick Clifton
bc7d553ce3
Do not merge two instructions when the left hand one kills the right hand one.
1999-01-16 13:33:46 +00:00
Jeff Law
86f9a3c133
* hppa.h (mtsarcm): Add new PA2.0 instruction.
1999-01-16 08:03:32 +00:00
Jeff Law
898d1e2360
* Fix mask for PA2.0 floating point load instructions.
1999-01-16 06:42:11 +00:00
Zdenek Radouch
517b49896a
Changed ABI to match a GCC change. Structs passed by value are always
...
passed using a pointer.
1999-01-15 22:17:00 +00:00
Elena Zannoni
93b84526e8
Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
and compiled w/o GCC.
1999-01-15 19:17:31 +00:00
Elena Zannoni
7930c920e4
Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* gdb.hp/watch-cmd.exp: do not execute unless on hppa-hpux platform
and compiled w/o GCC.
* gdb.hp/watch-hp.exp: ditto.
* gdb.hp/xdb1.exp: ditto.
* gdb.hp/xdb2.exp: ditto.
* gdb.hp/dbx.exp: ditto.
1999-01-15 19:10:52 +00:00
Fernando Nasser
7269d43e10
1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* target.h: added entry for target queries (to_query)
target.c: ditto.
1999-01-15 17:30:25 +00:00