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
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
Fernando Nasser
a68e7120b1
1999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* .Sanitize: add Kernel Objects Display (a.k.a. KOD) sanitization.
1999-01-15 16:22:07 +00:00
Stan Shebs
ef8884afcb
* constvars.c: Remove C++-isms.
...
* constvars.exp: Use gdb_test everywhere, add xfails if compiled
with GCC.
1999-01-15 02:41:19 +00:00
Stan Shebs
d6dc958030
* Makefile.in (GDBvn.texi): Fix match expression to work with
...
current format of VERSION in gdb/Makefile.in.
* gdb.texinfo: Fix node ref to match new readline.
1999-01-15 01:12:49 +00:00
David Taylor
1206c6599d
fix stream arguments to fprintf_unfiltered, gdb_flush, print_address_numeric,
...
and fwrite.
1999-01-14 23:40:25 +00:00
Michael Snyder
dab43dfdcd
Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* 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-14 18:46:54 +00:00
David Taylor
320d5bd8b6
insert_breakpoints -- insert cast to eliminate warning.
1999-01-14 00:37:26 +00:00
Michael Snyder
3ab2abae9a
Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* 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-13 23:53:30 +00:00
Michael Snyder
ea377ea4c0
spelling fix.
1999-01-13 23:49:55 +00:00
Michael Snyder
677f415c03
* thread.c: cull duplicate prototypes. Move prototypes to top.
...
* serial.c: indentation cleanup.
* breakpoint.c: add casts to eliminate compiler warnings.
1999-01-13 23:44:07 +00:00
David Taylor
9e309e8341
change by Edie.
1999-01-13 17:18:32 +00:00
Edith Epstein
e618fce49f
Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
...
* 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-13 16:02:06 +00:00
Jason Molenda
642c5be775
1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
...
* monitor.c (init_base_monitor_ops): Whitespace cleanup.
(_initialize_remote_monitors): Same.
1999-01-13 01:49:33 +00:00
Jason Molenda
9d4010dcac
1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
...
* monitor.c (init_monitor_ops): Initialize the monitor_ops
structure if it hasn't already been done.
PR 18735
1999-01-13 01:45:04 +00:00
Jason Molenda
4b6afe7012
1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
...
* 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-13 01:35:53 +00:00
Stan Shebs
870b0f305d
Flush the Cygnus-ized reference card, hasn't been used in years.
1999-01-13 01:04:33 +00:00
Stan Shebs
7110ccc127
* inftarg.c (child_ops): Don't initialize statically.
...
(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-12 22:58:18 +00:00
Edith Epstein
9897afc639
Tue Jan 12 16:54:37 1999 Edith Epstein <eepstein@sophia.cygnus.com>
...
* 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 22:03:58 +00:00
David Taylor
c6d4dd9883
remove acinclude.m4 until it gets committed.
1999-01-12 17:11:39 +00:00
David Taylor
0127dc8337
att ChangeLog.
1999-01-12 16:58:31 +00:00
David Taylor
f0edbb0d5c
new files.
1999-01-12 15:40:50 +00:00
David Taylor
36ea6c719b
rename file.
1999-01-12 15:39:24 +00:00
David Taylor
8cdcdd2de6
fix typo.
1999-01-12 15:19:11 +00:00
Michael Snyder
98c5c19292
Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* remote.c (remote_wait): Add inferior_pid to thread list only
if it is not already there.
1999-01-12 00:44:30 +00:00
Jason Molenda
897ccbb084
1999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
...
* scm-tags.h: Update FSF's address on copyright notice.
* ser-e7kpc.c: Same.
* gnu-nat.h: Same.
1999-01-11 23:22:25 +00:00
Stu Grossman
4cffc916c1
* dwarf2read.c (dump_die): Change stderr gdb_stderr.
...
* 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-11 21:51:39 +00:00
David Taylor
776fb68dfc
print_spaces -- fix arg to strcat (broken by 1.165.6.4 change to utils.c).
1999-01-11 18:58:07 +00:00
David Taylor
f273e38ccc
new files -- part of HP merge project.
1999-01-11 15:52:01 +00:00
David Taylor
db8276bb10
modifications as part of HP merge; new tests; support for HP's compilers.
1999-01-11 15:20:52 +00:00
David Taylor
07dbe97683
new files; renamed files -- from HP merge effort.
1999-01-11 05:44:24 +00:00
David Taylor
2b63a85324
new files -- HP merge
1999-01-11 05:41:54 +00:00
David Taylor
46ad9c6596
new files and renamed files -- hp merge
1999-01-11 05:40:47 +00:00
David Taylor
162f1a6f66
renamed files -- HP merge.
1999-01-11 05:38:09 +00:00
David Taylor
d55ea55c19
new files -- part of HP merge.
1999-01-11 05:36:48 +00:00
David Taylor
f5f100fecb
new files -- part of the HP merge.
1999-01-09 00:10:18 +00:00
David Taylor
e1260544e1
new files -- from HP merge.
1999-01-09 00:00:54 +00:00
David Taylor
e8ce2368b3
new file -- part of HP merge.
1999-01-08 23:42:20 +00:00
David Taylor
7e745333bb
new files -- part of HP merge.
1999-01-08 23:40:55 +00:00
David Taylor
e2fb40b3b6
renamed to have names 14 characters long or shorter.
1999-01-08 23:38:29 +00:00
David Taylor
ba49f20406
new files; part of HP merge.
1999-01-08 23:28:15 +00:00
Stan Shebs
4d8f8e121a
* exec.c (exec_ops): Don't initialize statically.
...
(init_exec_ops): New function, fills in exec_ops.
(_initialize_exec): Use it.
1999-01-08 20:03:11 +00:00
Zdenek Radouch
1c3101060c
Beta version of the FR30 port.
1999-01-07 22:54:18 +00:00
David Taylor
460845ab29
HP merge related changes; TUI stuff; new configs for 10.20 and 11.00; new files.
1999-01-06 23:10:48 +00:00