aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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-15Changed ABI to match a GCC change. Structs passed by value are alwaysZdenek Radouch2-2/+19
passed using a pointer.
1999-01-15Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+9
* gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform and compiled w/o GCC.
1999-01-15Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni6-0/+55
* 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-151999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser3-0/+39
* target.h: added entry for target queries (to_query) target.c: ditto.
1999-01-151999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-0/+41
* .Sanitize: add Kernel Objects Display (a.k.a. KOD) sanitization.
1999-01-15 * constvars.c: Remove C++-isms.Stan Shebs1-1/+6
* constvars.exp: Use gdb_test everywhere, add xfails if compiled with GCC.
1999-01-15 * Makefile.in (GDBvn.texi): Fix match expression to work withStan Shebs3-4/+9
current format of VERSION in gdb/Makefile.in. * gdb.texinfo: Fix node ref to match new readline.
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-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-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-12remove acinclude.m4 until it gets committed.David Taylor1-1/+0
1999-01-12att ChangeLog.David Taylor1-0/+1
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-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-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-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-11print_spaces -- fix arg to strcat (broken by 1.165.6.4 change to utils.c).David Taylor2-8/+15
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-11new files; renamed files -- from HP merge effort.David Taylor1-1/+65
1999-01-11new files -- HP mergeDavid Taylor1-10/+49
1999-01-11new files and renamed files -- hp mergeDavid Taylor5-785/+866
1999-01-11renamed files -- HP merge.David Taylor7-419/+0