aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-01-26am33 sanitize changesJeff Law7-59/+43
1999-01-26am33 sanitization changesJeff Law4-41/+23
1999-01-26am33 sanitization changes.Jeff Law8-158/+81
1999-01-26am33 sanitization changes.Jeff Law2-37/+15
1999-01-26am33 sanitization changesJeff Law1-29/+1
1999-01-26am33 is now kept with --keep-cygnus.Jeff Law2-54/+30
1999-01-26am33 is now kept with --keep-cygnus.Jeff Law1-11/+11
1999-01-26* Update copyright year.Frank Ch. Eigler1-1/+1
1999-01-26* Implement --memory-fill and fix --memory-clear options,Frank Ch. Eigler2-26/+115
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 * sh-tdep.c (sh_target_architecture_hook): Return immediatelyMark Alexander2-0/+12
when a matching machine is found.
1999-01-22Initial implementation of fixes for MPC860 version C0 & earlier.James Lemke1-5/+28
1999-01-22Fix for PR 18873:Mark Alexander1-1/+4
* remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint. (common_breakpoint): Restore support for instruction breakpoints on non-LSI targets.
1999-01-22Fix typos.Andrew Cagney1-0/+5
1999-01-22 From J.T. Conklin <jtc@redbacknetworks.com>:Stan Shebs2-1/+7
* 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 * procfs.c (init_procfs_ops): New function, fills in procfs_ops,Stan Shebs2-25/+31
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 * mon960-rom.c (_initialize_mon960): Call init_mon960_cmdsMark Alexander2-2/+14
to fill in mon960_cmds structure properly.
1999-01-21 * remote-sds.c (sds_ops): Define only once.Stan Shebs1-72/+37
(init_sds_ops, sds_command, _initialize_remote_sds): Declare. (init_sds_ops): Init only non-zero fields.
1999-01-21 * gdb.texinfo: Make many HPPA conditionals unconditional,Stan Shebs3-358/+110
including catchpoint description, since now on for all configs. * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific specializations.
1999-01-20Changes for PR 8996:Mark Alexander3-0/+55
* 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-20remove fr30 sanitizationDoug Evans1-28/+0
1999-01-20new dir cross-build needs to be kept.Felix Lee1-0/+1
1999-01-20new file, shlib-call.exp, should be kept.Felix Lee1-0/+1
1999-01-20sanitization fix: add directory bspFelix Lee1-1/+1
1999-01-19Shame on Jimbo.Jason Molenda1-1/+2
1999-01-191999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser30-46/+107
* 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-19fix copyright years (forgot to add 1999).David Taylor3-3/+3
1999-01-19Use aclocal to generate GDB's aclocal.m4 script.Jim Blandy3-243/+1361
* 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*** empty log message ***Jim Blandy1-1/+0
1999-01-19*** empty log message ***Jim Blandy1-0/+13
1999-01-19disable_breakpoints_in_shlibs now takes a new parameter -- silent; callersDavid Taylor7-13/+33
updated. new callers -- clear_solib (irix5-nat.c, osfsolib.c, solib.c). PR 16495 / PR 18213.
1999-01-19Display ARM syntax for PC relative offsets, as well as symbolic addresses.Nick Clifton1-0/+5
1999-01-19fix comments and some indentation.David Taylor2-210/+511
1999-01-19only declare child_post_attach if CHILD_POST_ATTACH is defined.David Taylor2-0/+7
1999-01-19More make_cleanups/catch_errors warning fixes.Andrew Cagney3-11/+17
1999-01-19HPMERGE:Andrew Cagney6-19/+39
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 * ser-ocd.c (ocd_open): Handle Unix case gracefully.Stan Shebs2-2/+6
fixes bug reported on ecos-discuss
1999-01-19 * target.c (dummy_target): Don't initialize statically.Stan Shebs3-142/+101
(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-191999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser4-138/+91
* 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-18change initialization of procfs_ops from compile time to run time.David Taylor2-69/+48
1999-01-18* configure.in: Ensure that -luser32 is always linked in for cygwin build.Christopher Faylor3-29/+37
* configure: Regenerated.
1999-01-18 * values.c (value_virtual_fn_field): Clear the pointed-toMark Alexander2-1/+8
offset when casting to the base class.
1999-01-18fix hp merge (2.66.4 branch) changes to remote-udi.c -- it didn't compile.David Taylor2-24/+6
1999-01-18HPMERGE:Andrew Cagney5-18/+25
Pass gdb_stderr instead of stderr. In serial.c, fix call to gdb_fclose() - pass gdb_file** not gdb_file*
1999-01-18Fix warnings from calls to catch_errors() and make_cleanup().Andrew Cagney2-2/+17
1999-01-17catch_errors() takes PTR argument/func instead of char* argument/func.Andrew Cagney3-46/+63
Update breakpoint.c. Fix (?) cover_target_enable_exception_callback(). Wasn't returning a value.
1999-01-161999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2-0/+76
* remote.c (remote_query): new function - creates proper interface to the remote protocol "q" command.
1999-01-16Do not merge two instructions when the left hand one kills the right hand one.Nick Clifton1-0/+5
1999-01-16 * hppa.h (mtsarcm): Add new PA2.0 instruction.Jeff Law2-1/+6
1999-01-16 * Fix mask for PA2.0 floating point load instructions.Jeff Law2-17/+91
1999-01-15Changed ABI to match a GCC change. Structs passed by value are alwaysZdenek Radouch2-2/+19
passed using a pointer.