aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-01-14fix stream arguments to fprintf_unfiltered, gdb_flush, print_address_numeric,David Taylor4-9/+20
and fwrite.
1999-01-14Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-0/+17
* infrun.c (set/show scheduler-locking) New command. Set a mode bit that will control how GDB attempts to control thread scheduling for step, continue, etc. (resume): make use of the schedule-locking mode. * target.h (struct target_ops): new field to_has_thread_control. * sol-thread.c: initialize target_ops to_has_thread_control. * procfs.c: ditto. * target.c: ditto. * m3-nat.c: ditto. * remote.c: ditto. * hpux-thread.c: ditto.
1999-01-14Output formatting change to improve readability.Nick Clifton1-0/+18
1999-01-141999-01-13 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-0/+39
* t-sadd.s: New file. * Makefile.in (TESTS): Add t-sadd. PR 18438.
1999-01-14insert_breakpoints -- insert cast to eliminate warning.David Taylor2-4/+10
1999-01-13Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder8-6/+73
* infrun.c (set/show scheduler-locking) New command. Set a mode bit that will control how GDB attempts to control thread scheduling for step, continue, etc. (resume): make use of the schedule-locking mode. * target.h (struct target_ops): new field to_has_thread_control. * sol-thread.c: initialize target_ops to_has_thread_control. * procfs.c: ditto. * target.c: ditto. * m3-nat.c: ditto. * remote.c: ditto. * hpux-thread.c: ditto.
1999-01-13spelling fix.Michael Snyder1-1/+1
1999-01-13 * thread.c: cull duplicate prototypes. Move prototypes to top.Michael Snyder3-70/+50
* serial.c: indentation cleanup. * breakpoint.c: add casts to eliminate compiler warnings.
1999-01-13change by Edie.David Taylor1-0/+5
1999-01-13Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>Edith Epstein1-6/+13
* gdb.texinfo: Changes made as part of a project to merge in changes made by HP. Documentation makes extensive use of @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation on remote debugging. There are differences in documentation (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, the HP manual discusses catchpoints, hardware watchpoints, and some HPUX specific limitations for shared library support. There are also a number of @node changes.
1999-01-13Removed fr30.sh and fr30.sc.Nick Clifton2-2/+1
Added elf32fr30.sh
1999-01-131999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+5
* monitor.c (init_base_monitor_ops): Whitespace cleanup. (_initialize_remote_monitors): Same.
1999-01-131999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-0/+8
* monitor.c (init_monitor_ops): Initialize the monitor_ops structure if it hasn't already been done. PR 18735
1999-01-131999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+5
* gdbint.texinfo (Formatting): Disambiguate a sentence. (C Usage): Same. I am stupid, so I had trouble reading these two sentences. Now I can read them, so I am happy.
1999-01-13Flush the Cygnus-ized reference card, hasn't been used in years.Stan Shebs3-1557/+0
1999-01-12 * inftarg.c (child_ops): Don't initialize statically.Stan Shebs1-1/+14
(init_child_ops): New function, fills in child_ops. (_initialize_inftarg): Use it. (child_post_attach): Declare extern. (child_wait): Fix ambiguous parens. (child_attach_to_process): Remove unused local wstatus. (child_insert_fork_catchpoint, child_remove_fork_catchpoint, child_insert_vfork_catchpoint, child_remove_vfork_catchpoint, child_has_forked, child_insert_exec_catchpoint, child_remove_exec_catchpoint): Return a value.
1999-01-12Tue Jan 12 16:54:37 1999 Edith Epstein <eepstein@sophia.cygnus.com>Edith Epstein3-211/+1520
* gdb.texinfo (Shell Commands): fixed messages about shell usage. HP was insisting on C shell. Now all UNIX platforms have the same message. removed @ifset HPPA and @ifclear HPPA Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com> * inftarg.c (child_create_inferior): fixed HPUXHPPA specific call to fork_inferior. The shell param is now NULL.
1999-01-12 * cgen-trace.c (trace_insn): Pass pc to trace_prefix for virtual insns.Doug Evans2-1/+3
1999-01-12 * sim-model.h (sim_mach_lookup_bfd_name): Add prototype.Doug Evans1-0/+6
* sim-model.c (sim_mach_lookup_bfd_name): New function. (sim_model_init): Call it.
1999-01-12 * Makefile.am (run-cgen): Pass options to cgen.Doug Evans3-3087/+453
(stamp-m32r): Build operand instance table. (stamp-fr30,stamp-i960c): Don't build the table. * Makefile.in: Regenerate. * cgen.sh: New arg `options'. Pass to cgen. * fr30-opc.c,i960c-opc.c: Regenerate.
1999-01-12remove acinclude.m4 until it gets committed.David Taylor1-1/+0
1999-01-12att ChangeLog.David Taylor1-0/+1
1999-01-12Add new test cases to the list of files to be kept.Dave Brolley1-5/+64
1999-01-12new files.David Taylor3-1/+16
1999-01-12rename file.David Taylor1-0/+0
1999-01-12fix typo.David Taylor1-0/+0
1999-01-12Remove .stack section, replace with __stack symbol.Nick Clifton1-1/+2
1999-01-12Switch over to using generic elf script rather than an fr30 specific one.Nick Clifton4-150/+25
1999-01-12Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-1/+7
* remote.c (remote_wait): Add inferior_pid to thread list only if it is not already there.
1999-01-12 * Makefile.in (m32r-clean): rm eng.h.Doug Evans2-2/+4
1999-01-12 * sim-main.h: Delete inclusion of ansidecl.h.Doug Evans3-66/+78
* cpu.h: Regenerate. * cpux.h: Regenerate.
1999-01-12 * Makefile.in: Regenerate.Doug Evans1-14/+6
* configure.in: Redo test for using cgen. * configure: Regenerate. plus remove fr30 sanitization
1999-01-111999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda4-29/+33
* scm-tags.h: Update FSF's address on copyright notice. * ser-e7kpc.c: Same. * gnu-nat.h: Same.
1999-01-11keep fr30Doug Evans3-4/+3
1999-01-11keep tc-fr30.[ch]Doug Evans1-3/+2
1999-01-11keep fr30-elfDoug Evans1-0/+1
1999-01-11fix typo in commentDoug Evans1-1/+1
1999-01-11 * fr30-opc.c: Regenerate.Doug Evans5-158/+131
Plus remove fr30 sanitization.
1999-01-11 * dwarf2read.c (dump_die): Change stderr gdb_stderr.Stu Grossman4-3/+13
* expprint.c (print_subexp): fprintf => fprintf_unfiltered. * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered. * stack.c (struct function_bounds): Remove superfluous `typedef'. * symfile.c (list_overlays_command): stdout => gdb_stdout. * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout. * utils.c (print_spaces): Make more efficient.
1999-01-11attempting to fix cvs branch/rev bogosityEric Mumpower0-0/+0
1999-01-11forced commit, attempting to fix branch-related wierdness...Eric Mumpower0-0/+0
1999-01-11print_spaces -- fix arg to strcat (broken by 1.165.6.4 change to utils.c).David Taylor2-8/+15
1999-01-11Thu Jan 11 18:37:50 1999 Vladimir N. Makarov <vmakarov@cygnus.com>Vladimir Makarov1-2/+0
* invoke.texi (-mcpu=740, -mcpu=750): New options. (-m(no-)multiple, -m(no-)string): Describe cases for PPC740 & PPC750. 1999-01-11 Michael Meissner <meissner@cygnus.com> * config/rs6000/rs6000.h ({ASM,CPP}_CPU_SPEC): Add support for all machines supported with -mcpu=xxx. (processor_type): Add PROCESSOR_PPC750. (ADJUST_PRIORITY): Call rs6000_adjust_priority. (RTX_COSTS): Supply costs for 750 multiply/divide operations. (rs6000_adjust_priority): Add declaration. * config/rs6000/rs6000.c (rs6000_override_options): -mcpu={750,740} now sets the processor type as 750, not 603. Allow -mmultiple and -mstring on little endian 750 systems. (rs6000_adjust_priority): Stub for now. (get_issue_rate): The PowerPC 750 can issue 2 instructions/cycle. * config/rs6000/rs6000.md (function/cpu attributes): Add initial ppc750 support. * config/rs6000/sysv4.h (STRICT_ALIGNMENT): Don't force strict alignment if little endian. (CC1_SPEC): Pass -mstrict-align if little endian, and not overridden. (CC1_ENDIAN_{LITTLE,BIG,DEFAULT}_SPEC): Endian specific configs. (SUBTARGET_EXTRA_SPECS): Add cc1 endian specs. * config/rs6000/{sysv4,eabi}le.h (CC1_ENDIAN_DEFAULT_SPEC): Override, default is little endian. * config/rs6000/t-ppcgas (MULTILIB_*): Delete obsolete Solaris multilibs.
1999-01-11new files -- part of HP merge project.David Taylor5-0/+679
1999-01-11modifications as part of HP merge; new tests; support for HP's compilers.David Taylor1-0/+27
1999-01-11* gx sim prototype tweaksFrank Ch. Eigler4-43/+86
start-sanitize-gxsim 1999-01-11 Frank Ch. Eigler <fche@cygnus.com> * sim-gx-run.c (sim_engine_run): Allay warnings. Write out updated gx block list after each successful compilation job. * sim-gx.c (sim_gx_compiled_block_f): dlopen the main executable image, to allow gx block DLLs to resolve symbols there. (sim_gx_{read,write}_block_list): Allay warnings. (sim_gx_block_translate): Allay warnings. Add $GX_FLAGS to gx compilation/link jobs. * sim-gx.h: Allay warnings. end-sanitize-gxsim
1999-01-11* build tweak for gx prototypeFrank Ch. Eigler2-1/+5
1999-01-11* Test for PR 18288 and its predecessors.Frank Ch. Eigler3-0/+196
1999-01-11 Frank Ch. Eigler <fche@cygnus.com> * do-flags.S: New test for parallel PSW update conflicts. * Makefile.in (TESTS): Run it.
1999-01-11Fill .init and .fini sections with NOPsNick Clifton2-2/+7
1999-01-11new files; renamed files -- from HP merge effort.David Taylor1-1/+65