import gdb-2000-02-02 snapshot
[deliverable/binutils-gdb.git] / gdb / ChangeLog-99
CommitLineData
8b93c638
JM
1Sun Dec 19 18:56:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * breakpoint.c (mention): Delete ui-out breakpoint code. Mention
4 calls breakpoint_create_event and that, eventually, calls
5 gdb_breakpoint_query which displays the breakpoint details.
6 (hbreak_command_wrapper, thbreak_command_wrapper): Delete.
7
c3f6f71d
JM
8Wed Dec 29 17:41:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
9
10 * breakpoint.c (create_breakpoints, parse_breapoint_sals,
11 breakpoint_sals_to_pc): New functions.
12 (break_command_1): Rewrite. Use create_breakpoints,
13 parse_breapoint_sals, breakpoint_sals_to_pcto create the list of
14 breakpoints specified in ``sals''. Delete unused variables.
15 Pre-allocate addr_strings for all breakpoints. Allocate a
16 separate cond and cond_string for each breakpoint.
17 (gdb_breakpoint, do_captured_breakpoint, struct
18 captured_breakpoint_args): Provide a library interface into
19 create_breakpoints.
20
21 * defs.h (gdb_breakpoint): Add declaration.
22
231999-12-22 Michael Chastain <chastain@cygnus.com>
24
25 * dbxread.c (process_one_symbol): check for nested LBRAC
26 symbols before calling finish_block rather than after. Do not
27 call define_symbol for these symbols.
28
291999-12-21 Stan Shebs <shebs@andros.cygnus.com>
30
31 * blockframe.c (generic_pop_current_frame): Cosmetic changes to
32 clarify.
33
341999-12-20 Michael Snyder <msnyder@cleaver.cygnus.com>
35
36 * procfs.c: Completely rewritten. All functions replaced, to make
37 maintainence easier in the presence of two very different versions
38 of /proc (ioctl vs. read/write).
39 * proc_api.c: New file, pretty-print /proc diagnostic trace info.
40 * proc_events.c: New file, pretty-print /proc signals, exceptions.
41 * proc_flags.c: New file, pretty-print /proc flags.
42 * proc_why.c: New file, pretty-print /proc reasons for stopping.
43 * Makefile.in: Add rules for above new files.
44 * config/i386/i386sol2.mh: Add above new files to NATDEPFILES.
45 * config/sparc/sun4sol2.mh: ditto.
46 * config/i386/i386dgux.mh: ditto.
47 * config/i386/i386v4.mh: ditto.
48 * config/i386/i386v42mp.mh: ditto.
49 * config/i386/ncr3000.mh: ditto.
50 * config/m68k/m68kv4.mh: ditto.
51 * config/m88k/delta88v4.mh: ditto.
52 * config/mips/irix4.mh: ditto.
53 * config/mips/irix5.mh: ditto.
54 * config/mips/mipsv4.mh: ditto.
55 * config/powerpc/solaris.mh: ditto.
56 * config/alpha/alpha-osf2.mh: ditto.
57 * config/alpha/alpha-osf3.mh: ditto.
58 * testsuite/gdb.base/callfuncs.exp: make "next" test match the
59 next source line, in case the "next" runs away.
60 * acconfig.h: remove obsolete def HAVE_MULTIPLE_PROC_FDS,
61 add new def NEW_PROC_API
62 * config.in; ditto.
63 * configure.in: Detect sparc solaris 7 and all versions of
64 UnixWare, and define NEW_PROC_API.
65 * configure: auto-generate.
66 * infrun.c (MAY_SWITCH_FROM_INFERIOR_PID): remove define, make it
67 the default behavior. (switched_from_inferior_pid): rename to
68 previous_inferior_pid. (handle_inferior_event): remove the
69 [Switching to thread...] message. (normal_stop): move the
70 [Switching to thread...] message to here.
71 * sol-thread.c (sol_find_new_threads): add a call to
72 procfs_find_new_threads, so that new LWPs are found too.
73 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
74 define to always use. (target_insert_watchpoint) define to use
75 new procfs call (one additional parameter).
76 (target_remove_watchpoint): ditto.
77 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT) define always true.
78 * config/mips/nm-irix4.h: ditto.
79
c3f6f71d
JM
801999-12-21 Jim Blandy <jimb@cygnus.com>
81
82 * Makefile.in (elf_bfd_h): Look for elf-bfd.h in BFD_SRC, not
83 BFD_DIR. Unlike bfd.h, it is not a generated file.
84
85Fri Dec 17 18:24:58 1999 David Taylor <taylor@texas.cygnus.com>
86
87 * language.c (_initialize_language): move settings of language,
88 range, and type and corresponding function calls
89 set_language_command, set_type_command, and set_range_command
90 closer together to match the model of having the user set the
91 variable via the 'set {language | range | type}' commands.
92 This eliminates startup noise introduced by Jimmy Guo's change
93 of Dec 13th.
94
951999-12-17 Michael Snyder <msnyder@cleaver.cygnus.com>
96
97 * configure.in: test for <stdint.h>, which is not available
98 on earlier versions of Linux.
99 * config.in: define HAVE_STDINT_H if it's present.
100 * configure: autoconfiscate.
101 * lin-thread.c: if not HAVE_STDINT_H, stub out the entire module.
102
103Fri Dec 17 20:45:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
104
105 * target.c (find_target_beneath): Change ``='' in if to ``==''.
106
1071999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
108
109 * defs.h (TIDGET): add default definition.
110 * lin-thread.c (check_for_thread_event): for now, just provide
111 an empty definition (to be filled in later).
112
1131999-12-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
114
115 * varobj.c (varobj_list): Improve the test and the text of the
116 assertion that guards against wrong tally of root varobjs.
117 (uninstall_variable): Fix for a bug in which the number of root
118 varobjs was not decremented if the first one in the list was deleted.
119
1201999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
121
122 * linux-thread.c: Remove printf-debugging code.
123 * lin-thread.c: ditto.
124 * config/alpha/nm-linux.h: protect with NM_LINUX_H.
125 * testsuite/gdb.threads/linux-dp.exp: Make test for "New Thread"
126 message more forgiving. Ditto test for "info threads".
127
1281999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
129
130 * lin-thread.c: new file. Implements multi-thread debugging on
131 Linux using the thread_db API first implemented on Solaris. This
132 frees GDB from any dependency on the internal implementation of
133 the thread library. Future versions of the thread library will
134 implement a libthread_db API for debuggers, which GDB will use.
135 * config/i386/linux.mh: add lin-thread.o to the link, and add
136 -ldl and -rdynamic since libthread_db is a dynamic library.
137 * config/alpha/alpha-linux.mh: ditto.
138 * configure.in: test for thread_db.h, proc_service.h
139 * configure: autoconf.
140 * config.in: conditionally define HAVE_THREAD_DB_H
141 and HAVE_PROC_SERVICE_H
142 * gdb_thread_db.h: new file, used when the system doesn't have it.
143 * gdb_proc_service.h: ditto.
144
1451999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
146
147 * linux-thread.c: changes to accomodate the new lin-thread.c
148 module based on the thread_db API. These changes make parts of
149 linux-thread.c shareable with lin-thread.c.
150 (linuxthreads_wait_mask): replace with linuxthreads_block_mask.
151 (using_thread_db): new variable. Allows linux-thread module to
152 detect when lin-thread (thread_db API) module is in use.
153 (save_inferior_pid, restore_inferior_pid): make 32/64 bit safe.
154 (check_all_signal_numbers) make extern, shared with lin-thead.c.
155 (linuxthreads_new_objfile): use target_new_objfile_chain to share
156 this hook with the lin-thread module. Call the other module FIRST.
157 If using_thread_db is turned on by the other thread module, do not
158 set linuxthreads_debug and do not call update_stop_threads. Do call
159 check_all_signal_numbers, to be sure it gets set before target_wait.
160 (linux_child_wait): new function. Abstracts out the "child_wait"
161 functionality, so that it can be shared with the lin-thread module.
162 (linuxthreads_wait): call linux_child_wait, instead of doing the
163 waiting inline. If using_thread_db, do not call update_stop_threads
164 and do not turn on linuxthreads_debug.
165 (linuxthreads_mourn_inferior): abstract out the clearing of global
166 state, so that it can be shared with the lin-thread.c module.
167 (_initialize_linuxthreads): use linuxthreads_wait_mask to block
168 SIGCHLD exactly ONCE, and leave it blocked! Then linux_child_wait
169 will call sigsuspend when it wants to wait for this signal.
170 (thread_attach): abstract out ptrace attach to share with lin-thread.c
171
1721999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
173
174 Make target_pid_to_str a target_ops vector.
175 * target.h (target_pid_to_str): redefine to use a target_ops vector.
176 (target_tid_to_str): default to using target_pid_to_str.
177 (target_pid_or_tid_to_str): ditto.
178 * target.c (update_current_target): inherit to_pid_to_str method.
179 (find_target_beneath): new function. Find target stratum below
180 the given one.
181 * config/nm-gnu.h: don't define target_pid_to_str.
182 * config/i386/tm-i386sol2.h: ditto.
183 * config/sparc/tm-sun4sol2.h: ditto.
184 * gnu-nat.c (init_gnu_ops): initialize to_pid_to_str vector.
185 * linux-thread.c (init_linuxthreads_ops): ditto.
186 * sol-thread.c (init_sol_thread_ops: ditto.
187 * procfs.c (init_procfs_ops): ditto.
188 * win32-nat.c (init_child_ops): ditto.
189 * config/i386/tm-cygwin.h: don't define target_pid_to_str.
190 * inftarg.c (child_pid_to_str): new function, used to initialize
191 to_pid_to_str vector. May be suppressed by defining CHILD_PID_TO_STR.
192 (init_child_ops): initialize to_pid_to_str using child_pid_to_str.
193 Derivative modules may substitute their own child_pid_to_str func
194 by defining CHILD_PID_TO_STR.
195 * lynx-nat.c (lynx_pid_to_str): rename to child_pid_to_str.
196 * config/nm-lynx.h: define CHILD_PID_TO_STR.
197 Don't define target_pid_to_str.
198 * hppah-nat.c (hppa_pid_to_str): rename to child_pid_to_str.
199 * infttrace.c (hppa_pid_or_tid_to_str): call child_pid_to str
200 instead of hppa_pid_to_str.
201 * config/pa/nm-hppah.h: define CHILD_PID_TO_STR.
202 Don't define target_pid_to_str.
203
2041999-12-16 Michael Snyder <msnyder@cleaver.cygnus.com>
205
206 * i386-linux-nat.c: introduce PIDGET/TIDGET macros as on Solaris,
207 preparatory to using the thread_db debugging API for Linux.
208 (fill_gregset): guard against invalid input.
209 (fetch_regs): add a pid/thread_id argument, so we can fetch regs
210 from multiple processes/clones/threads. (store_regs): ditto.
211 (fetch_fpregs): ditto. (store_fpregs): ditto.
212 (fetch_xfpregs): ditto. (store_xfpregs): ditto.
213 (fetch_inferior_registers): use TIDGET to extract an appropriate
214 thread/clone/process id from inferior_pid, if there's one there,
215 and pass it to fetch_regs etc. (store_inferior_registers): ditto.
216
217 * infptrace.c: include every available version of wait.h.
218 introduce PIDGET/TIDGET macros for use with thread_db API on Linux.
219 (call_ptrace): rearrange lines that were split by an ifdef.
220 (fetch_register): use TIDGET to extract an appropriate process ID
221 from inferior_pid, in case we are debugging more than one process.
222 (store_register): ditto. This is for Linux.
223 (child_xfer_memory): use PIDGET to extract the main process id from
224 inferior_pid, in case we are debugging multiple processes that share
225 the same address space (as on Linux).
226
2271999-12-16 Christopher Faylor <cgf@cygnus.com>
228
229 * win32-nat.c: Add a missing register to mappings array.
230 (child_fetch_inferior_registers): Use precalculated index into mappings
231 array as supply_registers argument.
232 (handle_output_debug_string): Avoid considering every debug string as a
233 cygwin signal.
234 (handle_exception): Trap first chance exceptions.
235 (child_create_inferior): Initialize Microsoft thread walking API.
236 (sgmb): New function. Used by Microsoft API for stack walking.
237 (child_frame_chain): New function. Uses Microsoft API for stack
238 walking.
239 (child_frame_chain_saved_pc): Ditto.
240 * config/i386/tm-cygwin.h: Define frame handling stuff.
241
2421999-12-15 Stan Shebs <shebs@andros.cygnus.com>
243
244 ARM GNU/Linux support and general ARM target fixes/cleanup from
245 Scott Bambrough <scottb@netwinder.org>, plus obsoletion of the old
246 RISCix support.
247 * NEWS: Mention addition and obsoletion.
248 * configure.host: Recognize arm* instead of just arm.
249 (arm*-*-linux*): Recognize.
250 * configure.tgt: Ditto, plus assume arm*-*-* is embedded.
251 * config/arm/arm.mh, config/arm/arm.mt, config/arm/nm-arm.h,
252 config/arm/xm-arm.h: Mark as OBSOLETE.
253 * config/arm/embed.mt, config/arm/tm-embed.h: New files.
254 * config/arm/linux.mh, config/arm/linux.mt, config/arm/nm-linux.h,
255 config/arm/tm-linux.h, config/arm/xm-linux.h: Ditto.
256 * config/arm/tm-arm.h: Add more comments, eliminate PARAMS.
257 (STACK_END_ADDR): Remove.
258 (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT, THUMB_LE_BREAKPOINT,
259 THUMB_BE_BREAKPOINT): Move to here from arm-tdep.c.
260 (NUM_REGS): Define as sum.
261 (NUM_FREGS, NUM_SREGS, NUM_GREGS): New definitions.
262 (FP_REGISTER_RAW_SIZE, FP_REGISTER_VIRTUAL_SIZE,
263 STATUS_REGISTER_SIZE): Define.
264 (REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE,
265 REGISTER_VIRTUAL_SIZE): Rewrite to use symbolic values.
266 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
267 REGISTER_CONVERT_TO_RAW, USE_STRUCT_CONVENTION,
268 EXTRACT_RETURN_VALUE): Rewrite to use new functions.
269 (IN_SIGTRAMP): Remove definition.
270 * arm-convert.s: Mark as OBSOLETE.
271 * arm-linux-nat.c: New file.
272 * Makefile.in: Add build rule for it.
273 * arm-tdep.c (struct frame_extra_info): New struct.
274 (arm_use_struct_convention): Rewrite.
275 (arm_push_arguments): Rewrite to handle more cases.
276 (arm_register_convertible, arm_register_convert_to_virtual,
277 arm_register_convert_to_raw, arm_extract_return_value): New
278 functions.
279 (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Remove.
280 * arm-xdep.c: Mark as OBSOLETE.
281
2821999-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
283
284 * infcmd.c (run_stack_dummy): Temporarily lie about the target
285 ability to support asynchronous execution.
286
287 * remote.c (remote_can_async_p, remote_is_async_p): Return true
288 iff to_async_mask_value is true too.
289 (remote_async): Error out if called when to_async_mask_value is 0.
290 (init_remote_async_ops): Initialize to_async_mask_value to 1.
291 (remote_async_detach, remote_async_resume, remote_async_wait,
292 remote_async_kill): Change SERIAL_IS_ASYNC_P call to
293 target_is_async_p call.
294 (remote_async_resume): Change SERIAL_CAN_ASYNC_P call to
295 target_can_async_p call.
296
297 * target.c (update_current_target): Inherit to_async_mask_value.
298 (target_async_mask): New function. To temporarily turn the target
299 into a synchronous one for inferior function calls, and back to
300 asynchronous.
301
302 * target.h (to_async_mask_value): New entry in the target
303 vector.
304 (target_async_mask): Export.
305 (target_async_mask_value): Define.
306
307Wed Dec 15 11:24:32 1999 Jeffrey A Law (law@cygnus.com)
308
309 * hp-psymtab-read.c (trans_lang): Use HP_LANGUAGE_FORTRAN instead
310 of HP_LANGUAGE_F77.
311
312Wed Dec 15 13:37:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
313
314 * gdb-events.h, gdb-events.c (set_gdb_event_hooks): Return the old
315 event hooks vector.
316
3171999-08-13 Jim Kingdon <http://developer.redhat.com/>
318
319 * breakpoint.c (bpstat_stop_status): Revert 1998-09-08 change
320 to ->frame matching. The change did not match the ChangeLog
321 entry, looked fishy, and caused infinite stepping when running
322 "next" from main on sparc w/ RH Linux. Thanks to Jakub for the
323 report.
324
3251999-12-14 Stan Shebs <shebs@andros.cygnus.com>
326
327 * arm-tdep.c (arm_get_next_pc): Add argument to shifted_reg_val
328 call.
329
3301999-12-14 Mark Salter <msalter@cygnus.com>
331
332 * mips-tdep.c (mips_print_register): Fix printing of individual
333 registers when REGISTER_VIRTUAL_SIZE != REGISTER_RAW_SIZE.
334
335Tue Dec 14 23:29:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
336
337 * defs.h (mcalloc): Delcare.
338 * utils.c (xcalloc, mcalloc): New functions.
339
3401999-12-13 Stan Shebs <shebs@andros.cygnus.com>
341
342 * config/arm/tm-arm.h: Reformat comments, in preparation for
343 real changes.
344 * arm-tdep.c: Similarly, plus change function definitions to
345 modern form.
346
3471999-12-13 Michael Snyder <msnyder@cleaver.cygnus.com>
348
349 * breakpoint.h (enum bptype): add new BP type bp_thread_event.
350 This will be used when a target needs to set an invisible
351 breakpoint to detect events such as thread creation.
352 * breakpoint.c (interlan_breakpoint_number): remove ifdefs.
353 (create_thread_event_breakpoint): new function.
354 (remove_thread_event_breakpoints): new function.
355 (bpstat_what): don't stop at invisible thread_event breakpoints.
356 (update_breakpoints_after_exec): if bp_thread_event breakpoins
357 still exist after an exec, delete them. They'll need to be
358 found and installed anew anyway.
359 (print_it_typical): don't announce bp_thread_event breakpoints.
360 (print_one_breakpoint): account for new breakpoint type.
361 (mention): don't mention invisible bp_thread_event breakpoints.
362 (delete_command): don't delete invisible bp_thread_event bp's.
363 (breakpoint_re_set_one): don't touch bp_thread_event bp's.
364
365Mon Dec 13 11:10:59 1999 Jimmy Guo <guo@cup.hp.com>
366
367 * language.h (longest_raw_hex_string, longest_local_hex_string,
368 longest_local_hex_string_custom): Declare.
369 * language.c: New functions, and misc. fixes.
370 (longest_raw_hex_string, longest_local_hex_string,
371 longest_local_hex_string_custom): New functions.
372
373 * c-typeprint.c
374 (c_type_print_varspec_prefix,c_type_print_varpsec_suffix): Add
375 TYPE_CODE_TEMPLATE case and default case.
376 (c_type_print_base): Revise how demangled_no_class is found;
377 print '}' before printing local file:line info.
378 * c-valprint.c (c_value_print): print reference type to class.
379
380 * valarith.c (value_binop): Add support for exponentiation,
381 equal, not equal.
382 (my_strcmp): New function.
383 (value_equal,value_less): Add string equality comparison support.
384
385 * m2-exp.y (lex): add default case statement to capture
386 unhandled token and call error().
387
3881999-12-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
389
390 * main.c (main): Remove unused variable.
391
392 From Hubert VERSTRAETE (hubertV@bigfoot.com):
393 * main.c (captured_main): Disambiguate command line option '-d' by
394 preferring --directory over --dbx.
395
396 * top.c (return_to_top_level): Do not do exec cleanups if the
397 target is executing. Those cleanups are supposed to be done when
398 the target has stopped.
399
400Mon Dec 13 20:52:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
401
402 * breakpoint.c (do_captured_breakpoint_query,
403 gdb_breakpoint_query): New functions. Implement a breakpoint
404 query.
405
406 * defs.h (enum gdb_rc): Declare.
407 (gdb_breakpoint_query): Declare.
408
409Mon Dec 13 14:18:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
410
411 * gdb-events.h: Fix typo in description of breakpoint events.
412 * gdb-events.sh: Update.
413
414Mon Dec 13 13:57:26 1999 Andrew Cagney <cagney@b1.cygnus.com>
415
416 * breakpoint.c (ep_type_description_t): Delete.
417 (print_one_breakpoint): Add local declaration of struct
418 ep_type_description.
419
420Mon Dec 13 12:38:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
421
422 * top.h: Delete #include <setjmp.h>. Moved to top.c.
423 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, SIGJMP_BUF, SIGSETJMP,
424 SIGLONGJMP): Delete. Moved to top.c
425 (error_return, quit_return): Delete extern declarations.
426
427 * top.c: #include <setjmp.h>.
428 (error_return, quit_return): Make static.
429 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, SIGJMP_BUF, SIGSETJMP,
430 SIGLONGJMP): Define.
431
432Mon Dec 13 11:54:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
433
434 * tracepoint.c (trace_start_command, tracepoints_info): Print
435 step_count using %ld.
436 * Makefile.in (tracepoint.o): Compile tracepoint.o with -Werror.
437
4381999-12-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
439
440 * target.h (enum target_waitkind): Add new enumeration value
441 TARGET_WAITKIND_IGNORE. For inferior events that we should do
442 nothing about.
443
444 * remote.c (remote_async_wait): After each character of console
445 output from the inferior, return to the event loop with an event
446 kind of TARGET_WAITKIND_IGNORE instead of looping here.
447
448 * infrun.c (handle_inferior_event): In case of
449 TARGET_WAITKIND_IGNORE, return immediately, and set things up so
450 that we are still waiting for the inferior.
451
4521999-12-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
453
454 * event-loop.c (handle_timer_event): When calling the timer
455 procedure, use the saved_timer data, not the timer_ptr data,
456 because the latter has been already freed.
457
458Fri Dec 10 12:01:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
459
460 * eval.c (evaluate_subexp): Only inline when GNUC and not STDC.
461
462Sat Dec 11 17:52:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
463
464 * breakpoint.c (print_one_breakpoint): New function. Move
465 breakpoint print code to here.
466 (breakpoint_1): From here.
8b93c638
JM
467 (print_one_breakpoint): Merge in ui-out code.
468 (print_one_breakpoint): Add local variabls ``stb'' and
469 ``old_chain''.
470 (breakpoint_1): Use print_one_breakpoint when UI.
471 (print_one_breakpoint): Print breakpoint type when UI.
472 (breakpoint_1): Merge UI out code into non UI function.
473
474 * ui-out.c (make_cleanup_ui_out_stream_delete): New function. Wrap
475 make_cleanup.
476 (do_stream_delete): New function. Wrap ui_out_stream_delete.
477 * ui-out.h (make_cleanup_ui_out_stream_delete): Declare.
478
479Sat Dec 11 00:12:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
480
481 * breakpoint.c (breakpoint_1): Clone breakpoint_1 creating UI
482 and non-UI versions.
c3f6f71d
JM
483
484Mon Dec 6 20:31:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
485
486 * gdbarch.sh: Replace field init_p with invalid_p.
487 (TARGET_BFD_VMA_BIT): New architecture vector method. Defaults to
488 architecture bits_per_address.
489 * gdbarch.h, gdbarch.c: Update.
490 * defs.h (TARGET_BFD_VMA_BIT): Provide default of TARGET_PTR_BIT
491 for non- multi-arch case.
492
493 * gdbtypes.h (builtin_type_bfd_vma, builtin_type_ptr,
494 builtin_type_CORE_ADDR): New GDB specific address types.
495 * gdbtypes.c (_initialize_gdbtypes, build_gdbtypes): Initialize
496 new builtin types.
497
498Wed Dec 8 17:48:56 1999 Andrew Cagney <cagney@b1.cygnus.com>
499
500 * config/sparc/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Delete
501 definition. Already defined in config/nm-nbsd.h. Include the
502 more explicit config/nm-nbsd.h.
503
504 * config/sparc/nbsd.mt (TDEPFILES): Move solib.o from here.
505 * config/sparc/nbsd.mh (NATDEPFILES): To here.
506 * config/xm-nbsd.h: #include <sys/param.h> to get definition of
507 NGROUPS needed by <limits.h> and missing on some systems.
508 * config/nm-nbsd.h: Only macro's that match NetBSD definitions
509 with what is expected by solib.c when not SVR4_SHARED_LIBS.
510
511 * configure.host: Add patterns for sparc-*-netbsdaout* and
512 sparc-*-netbsdelf*.
513 * config/sparc/nm-nbsdelf.h: New file.
514 * config/sparc/nbsdelf.mh: New file.
515
516Wed Dec 8 19:56:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
517
518 * frame.h, blockframe.c: Rename default_frame_chain_valid to
519 file_frame_chain_valid. Rename alternate_frame_chain_valid to
520 func_frame_chain_valid.
521
522 * config/sparc/tm-sparclite.h, config/mips/tm-mipsv4.h,
523 config/m88k/tm-delta88v4.h, config/m68k/tm-m68kv4.h,
524 config/m68k/tm-monitor.h, config/i386/tm-i386nw.h,
525 config/i386/tm-i386v4.h, config/h8300/tm-h8300.h: Update.
526 * mips-tdep.c (mips_gdbarch_init): Update.
527
528Wed Dec 8 19:12:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
529
530 * blockframe.c (generic_file_frame_chain_valid): Rename
531 generic_file_frame_chain_valid.
532 * frame.h: Update.
533 * config/fr30/tm-fr30.h, config/m32r/tm-m32r.h,
534 config/mn10200/tm-mn10200.h, config/mn10300/tm-mn10300.h,
535 config/sh/tm-sh.h, config/v850/tm-v850.h, config/mcore/tm-mcore.h:
536 Update.
537
538 * blockframe.c (generic_func_frame_chain_valid): New function.
539 Implement dummy-frame equivalent of function based frame chain
540 valid.
541 * frame.h (generic_func_frame_chain_valid): Declare.
542
543Wed Dec 8 16:26:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
544
545 * blockframe.c (alternate_frame_chain_valid,
546 default_frame_chain_valid): Swap implementations. The change Mon
547 Nov 30 11:18:48 1998 Andrew Cagney <cagney@chook> which converted
548 several macros to functions was backwards.
549
550 * mips-tdep.c (mips_gdbarch_init): Update. Call
551 alternate_frame_chain_valid and not default_frame_chain_valid.
552
553Wed Dec 8 15:29:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
554
555 * infptrace.c: Simplify handling of <sys/wait.h>. Always include
556 "wait.h" from the ../include/wait.h directory. #include
557 <sys/wait.h> was added as part of Mon Nov 29 12:14:10 1999 Andrew
558 Cagney <cagney@b1.cygnus.com> but the ChangeLog was omitted.
559
5601999-12-07 Jim Blandy <jimb@cygnus.com>
561
562 Add support for SSE registers in core files.
563 * corelow.c (get_core_register_section): New function.
564 (get_core_registers): Fetch the new ".reg-xfp" sections,
565 in addition to the traditional ".reg" and ".reg2" sections.
566 Check for per-thread variants of all three. Use
567 get_core_register_section, instead of writing it out over and over
568 again.
569 * i386-linux-nat.c (i386_linux_fetch_core_registers): New function.
570 (i386_linux_nat_core_fns): New core_fns structure. We do our own
571 core handling now, instead of using the generic code in core-regset.c.
572 (_initialize_i386_linux_nat): New function, needed to register
573 i386_linux_nat_core_fns.
574 * config/i386/linux.mh (NATDEPFILES): Remove core-regset.o;
575 i386-linux-nat.c has its own sniffer now.
576 * gdbcore.h: (struct core_fns): Doc fix.
577
578 * i386v-nat.c (i386_float_info): Definition is #if 0'd; delete it
579 altogether. This should use the function i387-tdep.c.
580
581 Patch from Mark Kettenis <kettenis@gnu.org>:
582
583 * config/i386/tm-i386.h (FLOAT_INFO): New define.
584 * i387-tdep.c (print_i387_value, print_i387_ext,
585 print_i387_status_word, print_i387_control_word, i387_float_info):
586 New functions, used to implement generic `info float' command.
587
5881999-12-06 Christopher Faylor <cgf@cygnus.com>
589
590 * dcache.c (set_dcache_state): New function.
591 * dcache.h: Declare set_dcache_state().
592
593Sat Dec 4 15:17:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
594
595 * remote.c (build_remote_packet_sizes): Reduce the default packet
596 size of 400 bytes by one to 399. Stops GDB trashing stubs that
597 append a trailing NUL to an already full buffer.
598
599Sat Dec 4 01:16:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
600
601 * tracepoint.c (remote_get_noisy_reply): Add parameter sizeof_buf.
602 (finish_tfind_command): Add parameter sizeof_msg.
603
604 * remote.c (remote_threads_info): Move assignment operator to
605 outside of function call.
606 (remote_send): Add parameter sizeof_buf.
607 (getpkt): Add parameter sizeof_buf. Call read_frame passing in
608 sizeof_buf.
609
610 * remote.h (getpkt): Update.
611
612 * tracepoint.c (remote_set_transparent_ranges,
613 remote_get_noisy_reply, trace_start_command, trace_stop_command,
614 trace_status_command, finish_tfind_command, trace_find_pc_command,
615 trace_find_tracepoint_command, trace_find_line_command,
616 trace_find_range_command, trace_find_outside_command): Update.
617
618 * remote.c (set_thread, remote_thread_alive,
619 remote_get_threadinfo, remote_get_threadlist,
620 remote_current_thread, remote_threads_info,
621 extended_remote_restart, get_offsets, remote_open_1,
622 remote_async_open_1, remote_wait, remote_async_wait,
623 remote_fetch_registers, check_binary_download, remote_write_bytes,
624 remote_read_bytes, remote_send, remote_detach,
625 remote_async_detach, remote_fetch_registers,
626 store_register_using_P, store_register_using_P,
627 remote_fetch_registers, remote_store_registers, putpkt_binary,
628 remote_insert_breakpoint, remote_remove_breakpoint,
629 compare_sections_command, remote_rcmd, packet_command,
630 remote_info_process, remote_query, remote_insert_watchpoint,
631 remote_search, remote_remove_watchpoint,
632 remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Update.
633
634Fri Dec 3 17:38:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
635
636 * (read_frame): Add sizeof_buf parameter. Don't allow repeat when
637 first character. Always leave space at the end of the buffer.
638 Return size of packet or -1.
639 (getpkt): Update. Pass in PBUFSIZ.
640
8b93c638
JM
6411999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
642
643 * breakpoint.c (print_it_typical): Print reason for stopping in
644 case of bp_until.
645
c3f6f71d
JM
646Thu Dec 2 17:14:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
647
648 * ser-pipe.c: Include <string.h> for memset().
649
6501999-12-01 Jim Blandy <jimb@cygnus.com>
651
652 * gdbtypes.c (builtin_type_v4si, builtin_type_v8qi,
653 builtin_type_v4hi, builtin_type_v2si): New SIMD types.
654 (build_gdbtypes): Initialize them.
655 (_initialize_gdbtypes): Gdbarch_swap them.
656 * gdbtypes.h (builtin_type_v4si, builtin_type_v8qi,
657 builtin_type_v4hi, builtin_type_v2si): Declare them.
658
659 * findvar.c (read_register_bytes, write_register_bytes): Correctly
660 determine how the region the caller is writing overlaps with each
661 register's bytes.
662
663 * value.h (struct value): Doc fixes.
664
665 * valops.c (value_assign): Clarify error message.
666
8b93c638
JM
6671999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
668
669 * stack.c (return_command_wrapper): New function, to export
670 return_command().
671
c3f6f71d
JM
6721999-12-01 Christopher Faylor <cgf@cygnus.com>
673
674 * config/i386/tm-cygwin.h: Change tm-i386.h include back to tm-i386v.h.
675
6761999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
677
678 * inf-loop.c (inferior_event_handler): In case of
679 INF_EXEC_CONTINUE, don't do all the regular continuations, but
680 just the intermediate ones.
681
682 * infcmd.c (step_once): Add the continuation to the
683 intermediate_continuation list instead of the regular continuation
684 list.
685
686 * utils.c (add_intermediate_continuation): New function, to add
687 continuations to the intermedite_continuation list.
688 (do_all_intermediate_continuations): New function, do all the
689 continuations in the intermediate list.
690 (discard_all_intermediate_continuations): New function, discard
691 all the continuations in the intermediate list.
692 (intermediate_continuation): New global list for use by step_1().
693
694 * defs.h: Export intermediate_continuation,
695 add_intermediate_continuation, do_all_intermediate_continuations,
696 discard_all_intermediate_continuations.
697
6981999-11-30 Christopher Faylor <cgf@cygnus.com>
699
700 * win32-nat.c (mappings): Reorganize slightly for new uniform i386
701 register configuration.
702 (do_child_fetch_inferior_registers): Handle special case floating point
703 registers.
704 (handle_output_debug_string): Handle cygwin-specific signals broadcast
705 from the cygwin DLL.
706 (handle_exceptions): Add code to properly allow continuation after a
707 CTRL-C.
708 (child_continue): Accept propagated "continue_status" which controls
709 how the inferior should be continued.
710 (get_child_debug_event): New function.
711 (child_wait): Use above function to handle debug events.
712 (child_create_inferior): Add more intelligent method for running the
713 inferior to the appropriate point before handing it off to the rest of
714 gdb.
715 (child_stop): Specifically send a CTRL-C to the debugged process.
716 (child_kill_inferior): Set global continue status here to cause
717 inferior to run to completion.
718 (child_resume): Eliminate code which attempts to decide how to continue
719 the inferior. This is now handled by child_continue.
720 * config/i386/tm-cygwin.h: Gut and reorganize for consistency with new
721 tm-i386.h.
722
723 Patch from Egor Duda (deo@logos-m.ru)
724 * win32-nat.c (psapi_get_dll_name): New function.
725 (handle_load_dll): Correctly load DLL symbol tables after attaching to
726 a running pid.
727
7281999-11-30 Michael Snyder <msnyder@cleaver.cygnus.com>
729
730 * infrun.c (handle_inferior_pid): revert 11-29 change: resuming
731 a thread other than the current thread with a signal. Apparently
732 target_resume with a specific pid, a specific signal, and no step
733 means to continue ALL threads but to only send the signal to one
734 (and not, as I had assumed, to continue only the specified thread).
735 * i386-linux-nat.c (fill_gregset): guard against invalid input.
736
7371999-11-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
738
739 * infcmd.c (step_once): New function. Used to do just one step
740 operation.
741 (step_1_continuation): New function. Figure out if we need to step
742 again before returning control to the user.
743 (step_1): If we are in asynchronous mode, don't do the for loop,
744 but rather delegate to continuations the task of repeating the
745 step operation.
746
747 * utils.c (do_all_continuations): Copy the continuation list aside
748 before working on it.
749
750 * target.h (enum inferior_event_type): Add new enum
751 INF_EXEC_CONTINUE.
752
753 * inf-loop.c (inferior_event_handler): Handle new case
754 INF_EXEC_CONTINUE.
755
756 * infrun.c (fetch_inferior_event): If we are in the middle of a
757 'step n' type command, don't say that the execution is complete,
758 but that it will have to continue.
759
7601999-11-30 Kevin Buettner <kevinb@cygnus.com>
761
762 * utils.c (verror): Don't traverse va_list argument twice. Also,
763 removed extraneous va_end() call.
764
7651999-11-29 Michael Snyder <msnyder@cleaver.cygnus.com>
766
767 * infrun.c (handle_inferior_pid): If a child thread stops on a
768 signal that we are ignoring, and GDB silently resumes the child,
769 resume ALL threads (not just the one that got the signal). All
770 threads are stopped, so all must be resumed.
771 (handle_inferior_event): on detecting a thread context switch,
772 swap infrun_state ONLY if both the old thread and the new one
773 are in the thread list. Otherwise state information will be lost!
774 Problem may arise with flaky back-ends.
775
7761999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
777
8b93c638
JM
778 * infrun.c (print_stop_reason): Don't print end of stepping reason
779 if we are in the middle of a multistep command (same condition as
780 in normal_stop).
781
c3f6f71d
JM
782 * breakpoint.c (bpstat_stop_status): Don't decrease hit_count
783 in case of a wp that has not changed.
784
785Mon Nov 29 12:14:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
786
787 * gdbtypes.c (init_simd_type): Make static.
788
789 * configure.in (AC_CHECK_HEADERS): Check for <sys/ioctl.h>.
790 * configure, config.h: Re-generate.
791 * inflow.c: Include <sys/ioctl.h>
792
793 * i386b-nat.c: Include "gdbcore.h".
794 * fork-child.c: Include "command.h".
795
796 * remote.c (remote_cisco_section_offsets,
797 remote_start_remote_dummy, store_register_using_P,
798 remote_info_process, remote_cisco_open, remote_cisco_close,
799 readsocket, readtty, minitelnet, remote_cisco_wait,
800 init_remote_async_ops, init_extended_async_remote_ops,
801 set_remote_cmd), infrun.c (default_skip_permanent_breakpoint): Use
802 ISO-C syntax for function definition.
803
804Mon Nov 29 11:28:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
805
806 * stabsread.c: Revert 1999-11-09 Jim Blandy
807 <jimb@zwingli.cygnus.com> and 1999-11-08 Jim Blandy
808 <jimb@cygnus.com>. Broken on non-Linux targets.
809
8101999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
811
812 * symfile.c (show_load_progress): Add total sent so far to the
813 information passsed to the hook users.
814 (generic_load): Collect total sent so far and pass that to the
815 progress hook.
816
817 * defs.h (show_load_progress): Update.
818
8191999-11-25 Nick Clifton <nickc@cygnus.com>
820
821 * coffread.c (coff_symfile_read): Treat "epoc-pe" targets as "pe"
822 targets.
823 * dbxread.c (dbx_read_symfile): Treat "epoc-pe" targets as "pe"
824 targets.
825
826Wed Nov 24 17:07:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
827
828 * Makefile.in (init.c): Add SUBDIR_INIT_FILES so that sub
829 directories can hook in extra init files.
830
8b93c638
JM
831Wed Nov 24 11:41:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
832
833 * ui-out.h (field_string_ftype, ui_out_field_string): Make string
834 parameter const.
835 * cli-out.c (cli_field_string): Update.
836 * ui-out.c (uo_field_string, ui_out_field_string,
837 default_field_string): Update.
838
c3f6f71d
JM
8391999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
840
841 * defs.h (show_load_progress): Export.
842
843 * symfile.c (show_load_progress): New hook for download.
844 (generic_load): Collect total size of executable to load.
845 Call progress hook when downloading.
8b93c638
JM
846 Add output for ui case.
847 (print_transfer_performance): Add output for ui case.
c3f6f71d
JM
848
849Thu Nov 18 11:54:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
850
851 * arc-tdep.c (codestream_fill): Rewrite byte swap code using
852 function extract_unsigned_integer.
853
854Wed Nov 17 17:01:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
855
856 * arm-xdep.c: #include "arm-opcode.h" -> "opcode/arm.h".
857
8581999-11-22 Jim Blandy <jimb@cygnus.com>
859
860 * Makefile.in (i386-tdep.o): Update list of dependencies.
861
8b93c638
JM
8621999-11-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
863
864 * stack.c (print_frame_info_base): Adjust output for stepi/nexti case.
865
c3f6f71d
JM
8661999-11-22 Jim Blandy <jimb@cygnus.com>
867
868 * config/i386/tm-i386v.h (NUM_REGS, REGISTER_NAMES,
869 REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE,
870 REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE,
871 MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE): Deleted. All
872 of these should inherit identical or compatible values from
873 tm-i386.h, as long as you don't define HAVE_SSE_REGS or
874 HAVE_I387_REGS, which are new anyway.
875
876Mon Nov 22 21:39:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
877
878 * target.c (do_target_signal_to_host): New function. Indicate of
879 the conversion was successful to the caller via an additional
880 parameter.
881 (target_signal_to_host_p): New function. Return non-zero if the
882 GDB signal exists on the host system.
883 (target_signal_to_host): Rewrite. Use do_target_signal_to_host.
884 * target.h (target_signal_to_host_p): Add declaration. Document
885 target_singal vs host signal vs target OS signal confusion.
886
887 From 1999-11-08 Jimmy Guo <guo@cup.hp.com>:
888 * hppah-nat.c (require_notification_of_events): Start by ignoring
889 all signals and then adding back in ones we're interested in.
890
891Thu Nov 18 18:12:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
892
893 * jv-typeprint.c (java_type_print_base), kod-cisco.c
894 (cisco_kod_open), kod.c (kod_set_os), xcoffread.c
895 (process_linenos), symfile.c (add_symbol_file_command),
896 remote-rdi.c (arm_rdi_open, rdilogfile_command), main.c
897 (captured_main), go32-nat.c (go32_create_inferior), exec.c
898 (exec_file_attach), corefile.c (core_file_command,
899 reopen_exec_file): Replace strdup with xstrdup.
900
8b93c638
JM
901 * varobj.c (varobj_gen_name, c_name_of_child, c_value_of_variable,
902 cplus_value_of_variable): Replace strdup with xstrdup.
903 * ui-out.c (ui_out_table_begin): Ditto.
904
c3f6f71d
JM
905Mon Nov 22 12:02:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
906
907 * bcache.c (print_bcache_statistics): Fix printf_filtered
908 arguments.
909 (print_percentage): Make function void.
910
9111999-11-21 Jim Blandy <jimb@cygnus.com>
912
913 Make the bcache hash table grow.
914 * bcache.h (BCACHE_NUM_BUCKETS): Delete definition.
915 (struct bcache): Add new element: num_buckets. Make bucket be a
916 pointer to an array, not an array.
917 (free_bcache): New extern declaration.
918 * bcache.c (CHAIN_LENGTH_THRESHOLD): New constant.
919 (expand_hash_table): New function.
920 (bcache): Grow the hash table if the average chain length reaches
921 CHAIN_LENGTH_THRESHOLD.
922 (free_bcache): New function.
923 (print_bcache_statistics): Don't assume that the number of buckets
924 is constant any more.
925 (BSTRING_SIZE): Moved down to just above 'bcache' function, where
926 it's used.
927 * objfiles.c (free_objfile): Call free_bcache, instead of just
928 freeing the bcache's obstack directly.
929 * symfile.c (reread_symbols): Same.
930
9311999-11-20 Jim Blandy <jimb@cygnus.com>
932
933 * bcache.c, bcache.h: Rewritten. New version imposes less memory
934 overhead, and has a more effective hash function, so it's probably
935 faster, too.
936
937 * config/nm-linux.h: No need to check whether __STDC__ is
938 #defined --- GDB requires ANSI C now.
939
940 * config/i386/nm-linux.h (linuxthreads_pid_to_str,
941 linuxthreads_prepare_to_proceed): Delete declarations --- they're
942 provided by config/nm-linux.h now.
943
9441999-11-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
945
946 * top.c (print_command_lines): Remove unused var.
947
9481999-11-19 Jim Kingdon <kingdon@redhat.com>
949
950 Patch applied by Jim Blandy <jimb@cygnus.com>:
951
952 Enable threads for all linux architectures:
953 * config/nm-linux.h: New file.
954 config/alpha/nm-linux.h, config/i386/nm-linux.h,
955 config/m68k/nm-linux.h, config/sparc/nm-linux.h: Use it.
956 * config/tm-linux.h: New file.
957 * config/i386/tm-linux.h, config/m68k/tm-linux.h,
958 config/sparc/tm-linux.h, config/alpha/tm-alphalinux.h: Use it.
959 * config/m68k/linux.mh, config/sparc/linux.mh,
960 config/alpha/alpha-linux.mh: Add linux-thread.o.
961
9621999-11-18 Tom Tromey <tromey@cygnus.com>
963
964 * tracepoint.h (get_tracepoint_by_number): Updated declaration.
965 * tracepoint.c (trace_pass_command): Better error message. Fixed
966 logic when `all' not specified.
967 (get_tracepoint_by_number): Added `optional_p' argument. Fixed
968 all callers.
969
970Wed Nov 17 17:40:30 1999 Andrew Cagney <cagney@b1.cygnus.com>
971
972 * findvar.c (SWAP_FLOATING): Delete macro. Unused.
973
9741999-11-16 Mark Salter <msalter@cygnus.com>
975
976 * monitor.c (monitor_supply_register): Initialize value to zero.
977
9781999-11-15 Eli Zaretskii <eliz@is.elta.co.il>
979
980 (Patches applied by Jim Blandy <jimb@zwingli.cygnus.com>)
981
982 Change DJGPP target use the common register layout in
983 config/i386/tm-i386.h.
984 * config/i386/tm-go32.h: #include "i386/tm-i386.h", not
985 "i386/tm-i386v.h".
986 (HAVE_I387_REGS): Define.
987 (HAVE_SSE_REGS): Undefine.
988 (NUM_FREGS, NUM_REGS, REGISTER_NAMES, FP_REGNUM, SP_REGNUM,
989 PS_REGNUM, PC_REGNUM, FP0_REGNUM, FPC_REGNUM, FPCWD_REGNUM,
990 FPSWD_REGNUM, FPTWD_REGNUM, FPIPO_REGNUM, FPIPS_REGNUM,
991 FPOOS_REGNUM, FPOPS_REGNUM, REGISTER_BYTES, REGISTER_BYTE,
992 REGBYTE_0, REGBYTE_10 REGBYTE_16, REGBYTE_24, REGBYTE_29,
993 REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE,
994 MAX_REGISTER_VIRTUAL_SIZE, REGISTER_CONVERTIBLE): Definitions
995 deleted.
996 (i387_to_double, double_to_i387): Declarations deleted.
997 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW,
998 REGISTER_VIRTUAL_TYPE): Use definitions from
999 config/i386/tm-i386.h, unless LD_I387 is #defined.
1000
1001 * go32-nat.c (go32_fetch_registers, store_register)
1002 (go32_create_inferior, init_go32_ops): Replace fatal with
1003 internal_error.
1004 (sig_map): Map exception 7 to TARGET_SIGNAL_EMT.
1005
1006 * utils.c (notice_quit): Doc fixes.
1007
10081999-11-15 Kevin Buettner <kevinb@cygnus.com>
1009
1010 * gdbserver/server.h (initialize_low): Declare this target
1011 specific function.
1012 * gdbserver/server.c (main): Call initialize_low.
1013 * gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
1014 gdbserver/low-sim.c, gdbserver/low-sparc.c, gdbserver/low-sun3.c
1015 (initialize_low): Renamed from initialize. Also removed
1016 initialization of inferior_pid.
1017 (have_inferior_p): Removed.
1018 * gdbserver/low-lynx.c (initialize_low): New function.
1019
10201999-11-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
1021
1022 * remote-rdi.c: Fix indentation accordingly to GNU standards.
1023
8b93c638
JM
10241999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1025
1026 * breakpoint.h: Export {watch, awatch, rwatch}_command_wrapper().
1027
1028 * breakpoint.c (print_it_typical): Add output for bp_watchpoint,
1029 bp_hardware_watchpoint, read_watchpoint, access_watchpoint cases.
1030 (watchpoint_check): Add output for when the watchpoint goes out of
1031 scope.
1032 (mention): Add output for bp_watchpoint, bp_hardware_watchpoint,
1033 read_watchpoint, access_watchpointcases. Move end of list to end
1034 of function.
1035 ({watch, awatch, rwatch}_command_wrapper): New functions, to
1036 export {watch, awatch, rwatch}_command().
1037
c3f6f71d
JM
1038Thu Oct 28 00:28:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
1039
1040 * d10v-tdep.c (d10v_gdbarch_init): Make the d10v:ts3 the default.
1041
1042Tue Oct 26 09:57:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
1043
1044 * gdbarch.sh: Re-sync with Cagney's earlier const change.
1045
1046Sun Oct 24 20:07:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
1047
1048 * d10v-tdep.c (struct gdbarch_tdep): Replace nr_a_regs,
1049 imap0_regnum, nr_imap_regs, dmap0_regnum, with dmap_register and
1050 imap_register.
1051 (R0_REGNUM, LR_REGNUM, PSW_REGNUM, NR_IMAP_REGS, NR_A_REGS):
1052 Convert to enums.
1053 (TS2_NR_A_REGS, TS2_NR_IMAP_REGS, TS3_NR_IMAP_REGS,
1054 TS3_NR_A_REGS): Delete.
1055 (d10v_ts2_dmap_register, d10v_ts3_dmap_register,
1056 d10v_ts2_imap_register, d10v_ts3_imap_register): New functions.
1057 (d10v_dmap_register, d10v_imap_register,
1058 d10v_ts2_register_sim_regno, d10v_ts3_register_sim_regno,
1059 show_regs): Update.
1060 (remote_d10v_translate_xfer_address): Rewrite. Use
1061 sim_d10v_translate_addr to translate addresses.
1062 (d10v_gdbarch_init): Initialize tdep members dmap_register and
1063 imap_register.
1064
1065Sun Oct 24 00:12:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
1066
1067 * d10v-tdep.c (struct gdbarch_tdep): Declare.
1068 (NR_IMAP_REGS, NR_DMAP_REGS, A0_REGNUM, NR_A_REGS): Redefine using
1069 value in gdbarch_tdep.
1070 (d10v_dmap_register, d10v_imap_register): Ditto.
1071 (d10v_ts2_register_name, d10v_ts2_register_sim_regno): Rename
1072 d10v_register_name and d10v_register_sim_regno
1073 (enum ts3_regnums, d10v_ts3_register_name,
1074 d10v_ts3_register_sim_regno, d10v_register_sim_regno): New.
1075 (d10v_gdbarch_init): Configure registers and G packet according to
1076 d10v/ts2 and d10v/ts3.
1077
1078Sat Oct 23 21:28:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1079
1080 * config/d10v/tm-d10v.h (IMAP0_REGNUM, IMAP1_REGNUM, DMAP_REGNUM):
1081 Delete macro.
1082 (R0_REGNUM, LR_REGNUM, PSW_REGNUM, A0_REGNUM): Move from here.
1083 * d10v-tdep.c: To here.
1084
1085 * d10v-tdep.c: (NR_DMAP_REGS, NR_IMAP_REGS, NR_A_REGS): Define.
1086 (d10v_dmap_register, d10v_imap_register): New functions.
1087 (remote_d10v_translate_xfer_address): Make static.
1088 (d10v_register_virtual_size): Use TYPE_LENGTH of
1089 REGISTER_VIRTUAL_TYPE.
1090 (d10v_register_byte, do_d10v_pop_frame,
1091 remote_d10v_translate_xfer_address, show_regs,
1092 d10v_register_raw_size): Ditto.
1093 (d10v_register_virtual_type): Ditto. Use explicitly sized builtin
1094 types.
1095
1096Sat Oct 23 19:08:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1097
1098 * d10v-tdep.c: Include "sim-d10v.h".
1099 (enum ts2_regnums): Declare.
1100 (d10v_register_sim_regno): New function.
1101
1102 * config/d10v/tm-d10v.h: Delete pre multi-arch code.
1103 (REGISTER_SIM_REGNO): Define.
1104 (d10v_register_sim_regno): Declare.
1105
1106Sat Oct 23 16:39:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1107
1108 * gdbarch.c (initialize_current_architecture): Make ``choice''
1109 const.
1110
1111Wed Nov 10 16:10:22 1999 Jeffrey A Law (law@cygnus.com)
1112
1113 * hppa-tdep.c (hppa_fix_call_dummy): Fix typo in error message.
1114
1115Wed Nov 10 16:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1116
1117 * utils.c (error_last_message): Use gdb_file_xstrdup.
1118
1119 * defs.h (verror, internal_verror): Declare.
1120
1121 * utils.c (verror, internal_error): New functions.
1122 (error, internal_error): Use verror / internal_verror.
1123 (error_stream): Use gdb_file_xstrdup. Correctly handle %s in
1124 error message body.
1125 (error_init): Use mem_fileopen.
1126
1127 * corefile.c (memory_error): Use mem_fileopen instead of
1128 tui_sfileopen. Don't call error_begin.
8b93c638
JM
1129 * varobj.c (c_value_of_variable): Use mem_fileopen () and
1130 gdb_file_xstrdup() instead of strdup and tui_sfileopen.
c3f6f71d
JM
1131 * remote-sim.c (gdb_os_error): Rewrite using verror. Don't call
1132 error_begin.
1133
1134Wed Nov 10 14:21:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
1135
1136 * defs.h (gdb_file_xstrdup): New function.
1137 * utils.c (gdb_file_xstrdup, do_gdb_file_xstrdup): Implement.
8b93c638
JM
1138 * ui-out.c (ui_out_stream_new): Simplify, XMALLOC doesn't return
1139 if malloc failed. Use mem_fileopen and gdb_file_xstrdup.
c3f6f71d
JM
1140
11411999-11-09 Stan Shebs <shebs@andros.cygnus.com>
1142
1143 * exec.c (exec_file_attach), irix5-nat.c, osfsolib.c, solib.c
1144 (info_sharedlibrary_command), pa64solib.c
1145 (pa64_sharedlibrary_info_command), somsolib.c
1146 (som_sharedlibrary_info_command): Replace "exec file" with
1147 "executable file" in messages.
1148
11491999-11-09 Jim Blandy <jimb@zwingli.cygnus.com>
1150
1151 Finish the job attempted by the previous change.
1152 * stabsread.c (read_range_type): Make n2 and n3 LONGEST. Adjust
1153 the various tests that check for maximum values, bit counts, etc.
1154 In the long run, it might have been simpler just to give GDB bignums.
1155
1156Tue Nov 9 18:34:13 1999 Andrew Cagney <cagney@amy.cygnus.com>
1157
1158 * defs.h (gdb_file_put): Add parameter write.
1159 (gdb_file_put_method_ftype): New typedef.
1160 * utils.c (gdb_file_put, mem_file_put, tui_file_put,
1161 null_file_put): Update.
1162
1163 * utils.c (struct gdb_file): Add field magic.
1164 (gdb_file_new): Initialize.
1165 (gdb_file_data): Verify.
1166
1167 * utils.c (mem_file_fputs): Delete. Replaced by.
1168 (mem_file_write): New function. Rewrite mem_file.
1169 (mem_file_new): Update.
1170
1171Tue Nov 9 17:51:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
1172
1173 * remote-sim.c (gdb_os_write_stdout): Use gdb_file_write.
1174 (gdb_os_flush_stdout): Flush gdb_stdtarg instead of gdb_stdout.
1175
1176Tue Nov 9 15:33:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
1177
1178 * Makefile.in (procfs.o): Don't compile with -Werror for moment.
1179 * sol-thread.c (info_cb): Move assignments to outside of if
1180 statement.
1181 (info_cb): Use paddr when printing addresses.
1182
11831999-11-08 Jim Blandy <jimb@cygnus.com>
1184
1185 * defs.h (ULONGEST_MAX, LONGEST_MAX): New definitions.
1186 * stabsread.c (read_huge_number): Parse and return LONGEST values.
1187
11881999-11-08 Mark Salter <msalter@cygnus.com>
1189
1190 * utils.c (floatformat_to_doublest): Fix conversion of denormals.
1191
8b93c638
JM
11921999-11-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1193
1194 * breakpoint.c (hbreak_command_wrapper): New function, to export
1195 hbreak_command.
1196 (thbreak_command_wrapper): New function, to export thbreak_command.
1197
1198 * symtab.c (rbreak_command_wrapper): New function, to export
1199 rbreak_command.
1200
1201 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
1202 rbreak_command_wrapper): Export.
1203
c3f6f71d
JM
1204Mon Nov 8 20:14:13 1999 Andrew Cagney <cagney@amy.cygnus.com>
1205
1206 * remote.c (get_memory_read_packet_size): For moment limit read
1207 size to PBUFSIZ.
1208 (putpkt_binary): Remove check on packet size. Allocate ``cnt +
1209 6'' characters for output buffer.
1210 (get_memory_packet_size): When packet size is ``fixed'' and the
1211 size is zero, return MAX_REMOTE_PACKET_SIZE. Check that packets
1212 are at least MIN_REMOTE_PACKET_SIZE.
1213 (set_memory_packet_size): Print usage when ``args'' is NULL.
1214
1215Mon Nov 8 18:18:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
1216
1217 * defs.h, utils.c (gdb_file_deallocate): Delete.
8b93c638
JM
1218 * varobj.c (varobj_get_type, c_value_of_variable): Use
1219 make_cleanup_gdb_file_delete.
1220 * ui-out.c (ui_out_stream_delete): Use gdb_file_delete.
c3f6f71d
JM
1221 * corefile.c (memory_error): Use make_cleanup_gdb_file_delete.
1222
1223 * defs.h, utils.c (gdb_file_init_astring): Delete.
1224
1225 * defs.h, utils.c (tui_file_get_strbuf): Rename
1226 gdb_file_get_strbuf.
1227 (tui_file_adjust_strbuf): Rename gdb_file_adjust_strbuf.
1228 * utils.c (error_stream, error_last_message): Update.
8b93c638
JM
1229 * varobj.c (varobj_get_type, c_value_of_variable): Update.
1230 * ui-out.c (ui_out_field_stream): Update.
c3f6f71d
JM
1231
1232Mon Nov 8 16:28:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
1233
1234 * defs.h, utils.c (gdb_fclose): Delete.
1235 * defs.h (make_cleanup_gdb_file): Declare.
1236 * utils.c (make_cleanup_gdb_file_delete, do_gdb_file_delete): New
1237 functions.
1238
1239 * symmisc.c (maintenance_print_symbols,
1240 maintenance_print_psymbols, maintenance_print_msymbols): Use
1241 make_cleanup_gdb_file_delete.
1242 * serial.c (do_serial_close): Use gdb_file_delete.
1243
1244Mon Nov 8 14:16:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
1245
1246 * defs.h (gdb_file_write_ftype, set_gdb_file_write,
1247 gdb_file_write): Declare.
1248
1249 * utils.c (struct gdb_file): Add to_write member.
1250 (gdb_file_write, set_gdb_file_write): New functions.
1251 (gdb_file_new): Initialize the write method.
1252 (null_file_write): New function.
1253 (null_file_fputs, null_file_write): ``write'' calls ``fputs'' and
1254 ``fputs'' calls ``write'' when the other is implemented.
1255 (stdio_file_new): Initialize write method.
1256 (stdio_file_write): New function.
1257
1258 * utils.c (putchar_unfiltered, fputc_unfiltered): Use
1259 gdb_file_write.
1260
1261Thu Nov 4 11:59:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
1262
1263 * remote.c (get_memory_packet_size, set_memory_packet_size,
1264 build_memory_packet_size): New functions. Set / compute / update
1265 the size of a memory read / write packet.
1266 (set_memory_read_packet_size, set_memory_write_packet_size): New
1267 functions. Verify changes to the memory read / write packet size.
1268 (prefered_memory_write_packet_size,
1269 current_memory_write_packet_size, prefered_memory_read_packet_size,
1270 current_memory_read_packet_size): New variables.
1271 (get_memory_read_packet_size, get_memory_write_packet_size): New
1272 functions. Determine the current memory read/write packet size. A
1273 function is needed as ``current_register_packet_size'', a variable
1274 is used in the calculation.
1275 (register_remote_packet_sizes, build_remote_packet_sizes):
1276 Initialize packet sizes according the current architecture.
1277 (remote_fetch_registers, remote_write_bytes, remote_read_bytes,
1278 build_remote_gdbarch_data): Update.
1279 (_initialize_remote): Add the commands ``set remote
1280 memory-read-packet-size'' and ``set remote
1281 memory-write-packet-size''. Deprecate ``set remotepacketsize''.
1282
1283Sun Nov 7 18:09:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
1284
1285 * target.h, target.c (target_load): Replace macro with a function.
1286
1287 * config/i960/tm-nindy960.h (ADDITIONAL_OPTION_HANDLER): Rewrite
1288 replacing SET_TOP_LEVEL with catch_command_errors.
1289 (nindy_open): Add extern declaration.
1290
1291 * top.h (top_level_val, SET_TOP_LEVEL): Delete.
1292 * defs.h (catch_command_errors_ftype, catch_command_errors): Add
1293 declarations.
1294 * top.c (struct captured_command_args): Declare.
1295 (do_captured_command, catch_command_errors): New functions. Call
1296 the command function via catch_errors.
1297 (catch_errors): Add more comments.
1298
1299 * main.c (struct captured_main_args): Define.
1300 (captured_main): New. Rewrite main. Replace SET_TOP_LEVEL with
1301 calls to catch_command_errors. Delete calls to do_cleanups which
1302 are now handled by catch_errors. Call the command loop via
1303 captured_command_loop and catch_errors.
1304 (main): Move code body to captured_main. Call captured_main via
1305 catch_errors.
1306 (captured_command_loop): New function. Wrap call to command_loop.
1307
13081999-11-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1309
1310 * procfs.c (unconditionally_kill_inferior) (init_procinfo)
1311 (create_procinfo) (procfs_exit_handler) (proc_set_exec_trap)
1312 (do_attach) (do_detach) (procfs_wait) (set_proc_siginfo)
1313 (procfs_resume) (info_proc_mappings)
1314 (modify_run_on_last_close_flag) (procfs_lwp_creation_handler)
1315 (procfs_thread_alive): Remove unused variables, conditionalize
1316 vars declarations to eliminate compiler warnings.
1317
8b93c638
JM
13181999-11-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1319
1320 * infcmd.c (print_return_value): Add output for UI.
1321
c3f6f71d
JM
1322Fri Nov 5 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
1323
1324 * inferior.h (CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET,
1325 CALL_DUMMY_BREAKPOINT_OFFSET, CALL_DUMMY_LENGTH,
1326 CALL_DUMMY_STACK_ADJUST, CALL_DUMMY_WORDS,
1327 SIZEOF_CALL_DUMMY_WORDS, PUSH_DUMMY_FRAME, FIX_CALL_DUMMY,
1328 STORE_STRUCT_RETURN), d10v-tdep.c (print_insn), d30v-tdep.c
1329 (print_insn), target.h (SOFTWARE_SINGLE_STEP): Call internal_error
1330 instead of abort.
1331
1332 * utils.c (stdio_file_delete, stdio_file_flush, stdio_file_fputs,
1333 stdio_file_isatty, tui_file_delete, tui_file_isatty,
1334 tui_file_rewind, tui_file_put, gdb_file_init_astring,
1335 gdb_file_get_strbuf, gdb_file_adjust_strbuf): Call internal_error
1336 instead of error.
1337
13381999-11-04 Kevin Buettner <kevinb@cygnus.com>
1339
1340 * remote.c (build_remote_gdbarch_data): Set remote_address_size...
1341 (_initialize_remote) ...but don't set it here. Also, tie
1342 remote_address_size to the target architecture via call to
1343 register_gdbarch_swap().
1344
13451999-11-04 Jeff Holcomb <jeffh@cygnus.com>
1346
1347 * remote-rdp.c (send_rdp): Fix typo.
1348
13491999-11-04 Michael Snyder <msnyder@cleaver.cygnus.com>
1350
1351 * breakpoint.c (commands_command): remove unprotected ref to
1352 args pointer (which may be null).
1353
13541999-11-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1355
1356 * infcmd.c (print_return_value): New function. Print return value
1357 from finish command.
1358 (finish_command_continuation): Call print_return_value().
1359 (finish_command): Ditto.
1360
8b93c638
JM
13611999-11-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1362
1363 * breakpoint.c (print_it_typical): Print reason for stopping in
1364 case of bp_finish.
1365
c3f6f71d
JM
13661999-11-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1367
1368 * infrun.c (handle_inferior_event): Add calls to print_stop_reason()
1369 for end of stepping range cases.
8b93c638
JM
1370 (print_stop_reason): Add output for END_STEPPING_RANGE, EXITED,
1371 SIGNAL_EXITED, SIGNAL_RECEIVED cases.
1372
1373 * breakpoint.c (print_it_typical): Add printing of stop reason for
1374 bp_breakpoint case.
c3f6f71d
JM
1375
1376Thu Nov 4 17:46:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
1377
1378 * event-loop.c (gdb_do_one_event): Delete SET_TOP_LEVEL call.
1379 Move error code to start_event_loop.
1380 (start_event_loop): Call gdb_do_one_event via catch_errors.
1381 Handle caught errors.
1382
1383Thu Nov 4 17:36:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
1384
1385 * breakpoint.c (get_number): Delete static declaration.
1386
13871999-11-03 Michael Snyder <msnyder@cleaver.cygnus.com>
1388
1389 * breakpoint.c (map_breakpoint_numbers): use a match count
1390 instead of a goto.
1391
13921999-11-03 Nick Clifton <nickc@cygnus.com>
1393
1394 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT): Change to
1395 little endian.
1396
13971999-11-02 Michael Snyder <msnyder@cleaver.cygnus.com>
1398
1399 * target.h (target_new_objfile) replace macro with function pointer
1400 hook. Any module needing notification of new objfiles may claim
1401 this hook. Multiple notification clients must cooperate by saving
1402 the previous pointer (if any) and calling it.
1403 * sol-thread.c (_initialize_sol_thread): point new_objfile hook at
1404 sol_thread_new_objfile. Save old pointer if any.
1405 (sol_thread_new_objfile): call old owner of event hook if any.
1406 * hpux-thread.c (_initialize_hpux_thread, hpux_thread_new_objfile):
1407 ditto.
1408 * linux-thread.c (_initialize_linux_thread, linux_thread_new_objfile):
1409 ditto.
1410 symfile.c (symbol_file_add, clear_symtab_users) call the new
1411 function pointer hook, instead of the macro.
1412 * config/sparc/nm-sun4sol2.h: remove define of target_new_objfile.
1413 * config/pa/nm-hppah.h: ditto.
1414 * config/i386/nm-i386sol2.h: ditto.
1415 * config/i386/nm-linux.h: ditto.
1416
14171999-11-02 Tom Tromey <tromey@cygnus.com>
1418
1419 * NEWS: Mention breakpoint ranges.
1420
14211999-11-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1422
1423 * rdi-share/devsw.c (openLogFile): Change a call to setlinebuf()
1424 to an equivalent call to setvbuf() to prevent an unresolved
1425 reference when building on cygwin.
1426
14271999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1428
1429 * infrun.c (inferior_stop_reason): New enum, explicitly name the
1430 resons for which the inferior stops.
1431 (handle_inferior_event): Case TARGET_WAITKIND_EXITED: replace
1432 printf's with call to print_stop_reason(). Case
1433 TARGET_WAITKIND_SIGNALLED: Same. When stopped by random signal:
1434 Same.
1435 (print_stop_reason): New static function. Print relevant messages
1436 when stopping.
1437
14381999-11-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1439
1440 * rdi-share/Makefile.in: Rename dependency from bytesex.o to
1441 angel_bytesex.o.
1442
14431999-11-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1444
1445 * kod.c: Remove prototype for show_kod() which is no longer used.
1446
14471999-11-01 Michael Snyder <msnyder@cygnus.com>
1448 Tom Tromey <tromey@cygnus.com>
1449
1450 * tracepoint.h (get_tracepoint_by_number): Updated declaration.
1451 * tracepoint.c (get_tracepoint_by_number): Added `multi_p'
1452 argument. Now uses get_number_or_range and get_number.
1453 (trace_pass_command): Allow a tracepoint range.
1454 * breakpoint.h (get_number, get_number_or_range): Declare.
1455 * breakpoint.c (get_number_trailer): New function.
1456 (get_number): Rewrote to use get_number_trailer.
1457 (get_number_or_range): New function.
1458 (condition_command): Check `get_number' return value.
1459 (commands_command): Likewise.
1460 (ignore_command): Likewise.
1461 (map_breakpoint_numbers): Use get_number_or_range.
1462
14631999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1464
1465 * remote-rdi.c (_initialize_remote_rdi): Make log commands
1466 subcommands of maintenance. Remove improper identation from
1467 command documentation.
1468
14691999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1470
1471 From Grant Edwards <grante@visi.com>:
1472 * rdi-share/etherdrv.c (fetch_ports): Print out additional TCP/IP
1473 port information in ethernet driver if the DEBUG flag is set.
1474 * rdi-share/hostchan.c (Adp_addToQueue): Changed #if statement in
1475 hostchan.c to avoid compiler complaint when DEBUG macro was
1476 undefined.
1477 * rdi-share/unixcomm.c (Unix_ReadSerial): Print system error code
1478 if read() system call fails.
1479
14801999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1481
1482 * rdi-share/bytesex.h: Deleted. Conflicts with a system header file
1483 on some systems like Linux Red Hat 5.2.
1484 * rdi-share/angel_bytesex.h: New file. Replaces the above.
1485 * rdi-share/bytesex.c: Deleted. Name changed to match the header
1486 mentioned above (this is the implementation file).
1487 * rdi-share/angel_bytesex.c: New file. Replaces the above.
1488 * rdi-share/Makefile.am: Reflect above changes.
1489 * rdi-share/Makefile.in: Reflect above changes.
1490
14911999-11-01 Jimmy Guo <guo@cup.hp.com>
1492
1493 * annotate.c (breakpoints_changed, annotate_ignore_count_change,
1494 annotate_stopped): Provide annotation for breakpoint ignore_count
1495 changes but only provide once at annotate_stopped time for
1496 sucessive ignore_count triggered breakpoint changes, to make GUIs
1497 happy yet lazy.
1498 * annotate.h (annotate_ignore_count_change): Declare.
1499 * breakpoint.c (bpstat_stop_status): Call
1500 annotate_ignore_count_change when ignore_count changes.
1501
15021999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1503
1504 From Grant Edwards <grante@visi.com>:
1505 * rdi-share/ardi.c (HandleStoppedMessage): Changed code that
1506 handles the "stop" message so that unrecognized errors are
1507 returned as "Error" rather than "NoError". The old code resulted
1508 in some error conditions not being reported to the user.
1509
15101999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1511
1512 From Grant Edwards <grante@visi.com>:
1513 * remote-rdi.c (arm_rdi_open): Added a call to Adp_CloseDevice()
1514 before attempting to open a connection. This allows the user to
1515 issue the "target rdi" command multiple times (in case the user
1516 needs to change options or re-initialize the link).
1517
15181999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1519
1520 From Grant Edwards <grante@visi.com>:
1521 * rdi-share/endian.h: Deleted. Name clash with
1522 /usr/include/endian.h. This was causing the wrong byte order to
1523 be used by htons() in the RDI Ethernet driver.
1524 * rdi-share/angel_endian.h: New file. Replaces the above.
1525 * rdi-share/ardi.c: Replace include to reflect the above change.
1526 * rdi-share/etherdrv.c: Ditto.
1527 * rdi-share/hsys.c: Ditto.
1528 * rdi-share/msgbuild.c: Ditto.
1529 * rdi-share/params.c: Ditto.
1530 * rdi-share/rx.c: Ditto.
1531 * rdi-share/tx.c: Ditto.
1532 * rdi-share/Makefile.am: Reflect above changes.
1533 * rdi-share/Makefile.in: Reflect above changes.
1534
15351999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1536
1537 From Grant Edwards <grante@visi.com>:
1538 * remote-rdi.c (_initialize_remote_rdi): Added command
1539 rdilogenable. Allows the user to log ADP packets that are
1540 exchanged between gdb and the target. Both the raw packets are
1541 shown and some minimal decoding is attempted. Default state is
1542 disabled.
1543 (_initialize_remote_rdi): Added command rdilogfile. Allows the
1544 user to specify the filename to which the ADP packet log is to be
1545 written. Default state is "rdi.log".
1546 (rdilogenable_command): New function. Related to rdilogenable.
1547 (rdilogfile_command): New function. Related to rdilogfile.
1548 * rdi-share/devsw.c (openLogFile, closeLogFile,
1549 DevSW_SetLogEnable, DevSW_SetLogfile, dumpPacket): New
1550 functions. Implement logging.
1551 (DevSW_Read): Log if requested.
1552 (DevSW_Write): Log if requested.
1553 * rdi-share/devsw.h: Add prototypes for DevSW_SetLogfile and
1554 DevSW_SetLogEnable.
1555 * rdi-share/hostchan.c (Adp_SetLogEnable, Adp_SetLogfile): New
1556 functions. Related to rdilogenable and rdilogfile.
1557 * rdi-share/hostchan.h: Add prototypes for the above functions.
1558
15591999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1560
1561 From Grant Edwards <grante@visi.com>:
1562 * remote-rdi.c (arm_rdi_open): Added code to split the arguments
1563 to the 'target rdi' command at the first space. The first word is
1564 passed to Adp_OpenDevice as the device name, the tail is passed as
1565 the "arguments" parameter. This allows user specified baud rates
1566 -- among other things that still need to be documented [e.g. (gdb)
1567 target rdi /dev/ttyS1 19200]. NB: With very limited testing, the
1568 ARM Embedded-ICE seems to run at 19.2K (though it is reported to
1569 be unreliable above 9600), and the EPI Jeeni seems to run at
1570 38.4K.
1571
8b93c638
JM
15721999-11-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1573
1574 * stack.c (print_frame_info_base): Do not change printing of stack
1575 frame info if not running with our interpreter.
1576
c3f6f71d
JM
15771999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1578
1579 From Grant Edwards <grante@visi.com>:
1580 * remote-rdi.c (_initialize_remote_rdi): Added the boolean
1581 set/show variable rdiromatzero. Should be set to true if the
1582 target has ROM at address 0. If true, then gdb will not tell the
1583 target to trap fetches to interrupt vectors (which are located at
1584 address 0). Using the Angel monitor, attempting to set
1585 breakpoints in ROM is an error. Using JTAG debugging of the
1586 ARM7TDMI, attempting to set more than two breakpoints in ROM is an
1587 error. Default state is false (vectors will be trapped) -- used to
1588 be hardwired false.
1589
15901999-11-01 Fernando Nasser <fnasser@totem.to.cygnus.com>
1591
1592 From Grant Edwards <grante@visi.com>:
1593 * remote-rdi.c (_initialize_remote_rdi): Added the boolean
1594 set/show variable rdiheartbeat. This enables or disables ADP
1595 link-check "heartbeat" packets sent by the host to the target.
1596 Heartbeat packets can cause both the ARM Embedded-ICE and the EPI
1597 Jeeni to malfunction: If a heartbeat packet is received by the
1598 target while it is sending a packet, that packet will be aborted,
1599 and the ADP protocol engine then gets very confused. Default state
1600 is off -- used to hardwired on.
1601
16021999-10-29 Kevin Buettner <kevinb@cygnus.com>
1603
1604 * i386-linux-nat.c (dummy_sse_values): Also define for systems
1605 without PTRACE_GETXFPREGS.
1606
16071999-10-29 Jim Blandy <jimb@zwingli.cygnus.com>
1608
1609 Hardware watchpoint fix from Eli Zaretskii <eliz@gnu.org>:
1610
1611 * breakpoint.c (insert_breakpoints): Fetch the value of the
1612 expression we need to watch. If it's a lazy memory lvalue, then
1613 we need to fetch it now, before we start the inferior again.
1614 (insert_breakpoints, remove_breakpoint, bpstat_stop_status,
1615 can_use_hardware_watchpoint): Only those values representing
1616 memory we actually fetched need to be watched.
1617
16181999-10-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1619
1620 * breakpoint.h (bpstat_print): Return 'enum print_stop_action',
1621 not 'int'.
1622
16231999-10-29 Jim Blandy <jimb@zwingli.cygnus.com>
1624
1625 * acconfig.h: Fix entries for HAVE_STRUCT_SAVE_STATE_T,
1626 HAVE_STRUCT_MEMBER_SS_WIDE, and HAVE_PTRACE_GETXFPREGS.
1627 * config.h.in: Regenerated.
1628
16291999-10-28 Jim Blandy <jimb@zwingli.cygnus.com>
1630
1631 Fixes for warnings from Andreas Jaeger <aj@suse.de>.
1632 * linux-thread.c (linuxthreads_sig_restart,
1633 linuxthreads_sig_cancel, linuxthreads_sig_debug): Add missing
1634 initializers to avoid gcc warnings.
1635 (resume_thread): Add braces as recommended by gcc -Wparentheses.
1636 (stop_thread): Likewise.
1637 (linuxthreads_wait): Likewise.
1638 (linuxthreads_find_trap): Likewise.
1639
16401999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1641
1642 * infcmd.c: Fix typo.
1643
8b93c638
JM
16441999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1645
1646 * stack.c (select_frame_command_wrapper): Fix typo.
1647
1648 * infcmd.c (interrupt_target_command_wrapper): Wrapper to allow use of
1649 static interrupt_target_command outside of file.
1650
1651 * stack.c (select_frame_command_wrapper): Wrapper to allow use of
1652 static select_frame_command outside of file.
1653
c3f6f71d
JM
16541999-10-28 Jim Blandy <jimb@cygnus.com>
1655
1656 * gdbtypes.c (init_simd_type): The upper bound to
1657 create_range_type is inclusive, not exclusive.
1658
1659 Add preliminary support for the Pentium-III's Streaming SIMD
1660 Extensions --- specifically, the ability to read the XMM
1661 registers.
1662 * Configure.in: Check for PTRACE_GETXFPREGS, and #define
1663 HAVE_PTRACE_GETXFPREGS if we have it.
1664 * acconfig.h: Add entry for HAVE_PTRACE_GETXFPREGS.
1665 * configure, config.in: Regenerated.
1666 * config/i386/tm-linux.h (HAVE_SSE_REGS): #define, iff the
1667 configure script #defined HAVE_PTRACE_GETXFPREGS.
1668 (REGISTER_VIRTUAL_TYPE): Provide the proper types for the pointer
1669 registers and the SSE registers.
1670 * i386-linux-nat.c (GETREGS_SUPPLIES, GETFPREGS_SUPPLIES,
1671 GETXFPREGS_SUPPLIES): New macros.
1672 (have_ptrace_getxfpregs): New variable.
1673 (FPREGSET_T_FPREG_ADDR): Renamed from FPREGSET_T_FPREG_OFFSET.
1674 (supply_fpregset, convert_to_fpregset): Callers changed.
1675 (supply_xfpregset, convert_to_xfpregset, fetch_xfpregs,
1676 store_xfpregs, dummy_sse_values): New functions.
1677 (fetch_inferior_registers, store_inferior_registers): Use the
1678 *_SUPPLIES macros to decide how to fetch a given register. Use
1679 {fetch,store}_xfpregs and dummy_sse_values to provide access to
1680 the SSE registers, on systems where they are present.
1681
16821999-10-28 Kevin Buettner <kevinb@cygnus.com>
1683
1684 * gdbserver/gdbreplay.c (config.h, errno.h): Include.
1685 (perror_with_name): Don't declare sys_nerr, sys_errlist, or errno
1686 when STDC_HEADERS is defined.
1687 * gdbserver/utils.c (STDC_HEADERS): Likewise.
1688
1689 * gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
1690 gdbserver/low-lynx.c, gdbserver/low-sim.c, gdbserver/low-sparc.c,
1691 gdbserver/low-sun3.c (my_registers): Declare.
1692 (registers): Changed from array type to pointer type in order
1693 to match declaration in inferior.h in main gdb sources.
1694 * gdbserver/server.h (registers): Likewise.
1695 * gdbserver/remote-utils.c (outreg): Removed declaration of
1696 registers[].
1697
1698 * gdbserver/low-linux.c (fetch_register): Changed PTRACE_PEEKUSR to
1699 PTRACE_PEEKUSER. [Note the missing 'E'.]
1700 (store_inferior_registers): Likewise for PTRACE_POKEUSER.
1701
1702 * gdbserver/low-linux.c (sys/ptrace.h): Move include to
1703 avoid conflict with #defines coming from <sys/user.h>.
1704 (sys/reg.h): Only include when HAVE_SYS_REG_H is defined.
1705 (PTRACE_XFER_TYPE): Provide a default type in case
1706 the target doesn't define it.
1707 (fetch_register, read_inferior_memory, write_inferior_memory):
1708 Use PTRACE_XFER_TYPE instead of int for ptrace() transfers.
1709 (I386_GNULINUX_TARGET): Use #ifdef with this symbol instead
1710 of assuming it's an x86 target when it's not a m68k target.
1711 (i386_register_raw_size, i386_register_byte): Define these arrays
1712 to match other changes that've been occuring to the x86 target
1713 in the main gdb sources.
1714 (initialize_arch): New (static) function for doing target arch
1715 specific initializations.
1716
1717 * gdbserver/server.h (MAXBUFBYTES, PBUFSIZ): New defines
1718 [actually stolen from remote.c].
1719 * gdbserver/remote-utils.c (putpkt): Use PBUFSIZ to make
1720 sure that buffer is big enough.
1721 * gdbserver/server.c (main): Ditto.
1722
1723 * gdbserver/remote-utils.c (outreg): Allow register numbers
1724 bigger than 255.
1725 (prepare_resume_reply): Provide alternate mechanism,
1726 GDBSERVER_RESUME_REGS, for defining list of registers to send
1727 to gdb.
1728 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Swapped order of
1729 INCLUDE_CFLAGS and BFD_CFLAGS to ensure that gdb's config.h
1730 gets found before bfd's config.h. Also added -DGDBSERVER
1731 switch.
1732 (INCLUDE_CFLAGS): Added -I.. .
1733
17341999-10-27 Nick Clifton <nickc@cygnus.com>
1735
1736 * arm-tdep.c (THUMB_BE_BREAKPOINT): Change to 0xbebe.
1737 (THUMB_LE_BREAKPOINT): Change to 0xbebe.
1738
8b93c638
JM
17391999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1740
1741 * stack.c (print_frame_info_base): Don't print the arguments
1742 during a backtrace.
1743 * stack.c (print_frame_info_base): When setting source to 0, save
1744 and restore old value. Do this only if source is greater than
1745 zero.
1746
c3f6f71d
JM
1747Mon Oct 25 18:22:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1748
1749 * remote.c: Document future of compare_sections_command.
1750 (remote_insert_breakpoint, remote_remove_breakpoint,
1751 remote_insert_watchpoint, remote_insert_watchpoint,
1752 remote_remove_watchpoint, remote_insert_hw_breakpoint,
1753 remote_remove_hw_breakpoint): Use alloca instead of GCC's dynamic
1754 array feature.
1755
1756Mon Oct 25 18:08:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
1757
1758 * gdbarch.h (REGISTER_GDBARCH_SWAP): Define.
1759 * gdbarch.sh: Update.
1760
1761Sat Oct 23 16:39:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1762
1763 * gdbarch.c (initialize_current_architecture): Make ``choice''
1764 const.
1765
17661999-10-22 Tom Tromey <tromey@cygnus.com>
1767
1768 * gdbarch.sh: Updated for gdbarch.[ch] changes.
1769 * top.c (gdb_init): Call initialize_current_architecture.
1770 * gdbarch.h (initialize_current_architecture): Declare.
1771 * gdbarch.c (initialize_current_architecture): New function.
1772
8b93c638
JM
17731999-10-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1774
1775 * stack.c (print_frame_info_base): Check for value of source
1776 parameter equal to 2, and print address anyway. Set source to 0
1777 later, to avoid printing file & line info again.
1778
c3f6f71d
JM
17791999-10-21 Michael Snyder <msnyder@cleaver.cygnus.com>
1780
1781 * utils.c (chars_per_line): fix typo in comment.
1782
17831999-10-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1784
1785 * breakpoint.h (bp_print_how): New enum, used for deciding how to
1786 print bpstat information when we stop, instead of having 3
1787 different functions.
1788 (struct bpstat): Change print_it field to be an enum instead of a
1789 function pointer.
1790
1791 * breakpoint.c (print_it_typical): New name for print_it_normal().
1792 (print_bp_stop_message): New function. High level routine for
1793 printing of why we stopped.
1794 (bpstat_print): Call print_bp_stop_message instead of using the
1795 print_it function pointer.
1796 (print_it_done, print_it_noop): Delete these functions.
1797
17981999-10-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1799
1800 * breakpoint.c (print_it_normal): Reorganize into a switch
1801 statement.
1802
18031999-10-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1804
1805 * Makefile.in (event-top.o): Add dependency on target.h.
1806 * event-top.c: Make dependency on target.h explicit.
1807
1808 * breakpoint.c (bpstat_print): Clean up logic. Remove recursion.
1809 (catch_exec_command_1): Surround with appropriate ifdef's,
1810 to avoid compiler warnings.
1811 (catch_fork_command_1): Ditto.
1812
18131999-10-20 Jim Blandy <jimb@cygnus.com>
1814
1815 * Makefile.in (dwarf2read.o): Note that this depends on bfd/elf-bfd.h.
1816 (elf_bfd_h): New variable.
1817
18181999-10-19 Jim Blandy <jimb@cygnus.com>
1819
1820 * config/i386/tm-i386.h (REGISTER_NAMES): Change names of FPU
1821 instruction and operand pointer registers to improve consistency,
1822 following J. T. Conklin's suggestions.
1823
18241999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1825
8b93c638
JM
1826 * stack.c (print_frame_info_base): Add printing of list
1827 begin and end.
1828
c3f6f71d
JM
1829 * breakpoint.h: Change return type of field print_it of struct
1830 bpstats to enumeration print_stop_action.
1831 Define new enumeration print_stop_action.
1832
1833 * breakpoint.c (print_it_normal): Change return type to
1834 enumeration type print_stop_action. Handle bp_shlib_event here
1835 instead of in normal_stop().
1836 (bpstat_print): Change return type to enumeration type
1837 print_stop_action.
1838 (print_it_done): Ditto.
1839 (print_it_noop): Ditto.
1840
1841 * infrun.c (is_internal_shlib_eventpoint): Delete this function.
1842 (stopped_for_internal_shlib_event): Delete.
1843 (normal_stop): Move logic to handle bp_shlib_event from here to
1844 print_it_normal(). Use switch to handle return value from
1845 bpstat_print().
1846
1847Mon Oct 18 17:32:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
1848
1849 * symfile.c (generic_load): Rewrite. Make the size of each
1850 chunk/block write a run-time option. Check for quit_flag.
1851 Use target_write_memory_partial for downloads.
1852
18531999-10-18 Jim Blandy <jimb@cygnus.com>
1854
1855 Change Linux x86 register support to use the new tm-i386.h layout.
1856 * config/i386/tm-linux.h (HAVE_I387_REGS): #define this, so we get
1857 the full set of FP register definitions from tm-i386.h.
1858 (REGISTER_RAW_SIZE, REGISTER_NAMES, REGISTER_BYTES, REGISTER_BYTE,
1859 MAX_REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE, NUM_REGS,
1860 NUM_FREGS): Remove #undefs and subsequent redefinitions: we're
1861 using the values from tm-i386.h now.
1862 (FPSTART_REGNUM, FPCONTROL_REGNUM, FPSTATUS_REGNUM, FPTAG_REGNUM,
1863 FPDATA_REGNUM, FPEND_REGNUM, FPENV_BYTES, FPREG_RAW_SIZE,
1864 FPREG_BYTES): Deleted.
1865 (TARGET_LONG_DOUBLE_BIT): Deleted.
1866 (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
1867 REGISTER_CONVERT_TO_RAW): Redefine these only if LD_I387 is #defined.
1868 * i386-linux-nat.c (convert_to_gregset, convert_to_fpregset,
1869 FPREGSET_T_FPREG_OFFSET): New functions and macros.
1870 (supply_gregset, fill_gregset, supply_fpregset,
1871 fill_fpregset, fetch_fpregs, store_fpregs, fetch_regs,
1872 store_regs, fetch_inferior_registers, store_inferior_registers):
1873 Adjusted to use new macros from tm-i386.h.
1874
1875 * config/i386/tm-i386.h: Provide a decent x86 FPU description here,
1876 so that the various i386 targets can share more FPU handling code.
1877 (NUM_GREGS): New macro.
1878 (NUM_SSE_REGS): New macro, dependent on HAVE_SSE_REGS
1879 (NUM_FREGS): Depend on HAVE_I387_REGS.
1880 (NUM_REGS, REGISTER_BYTES): Define in terms of NUM_GREGS,
1881 NUM_FREGS, and NUM_SSE_REGS.
1882 (MAX_NUM_REGS): New macro.
1883 (REGISTER_NAMES): Expand name list with FPU control registers and
1884 SSE registers.
1885 (FP7_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FCS_REGNUM,
1886 FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM, FOP_REGNUM,
1887 FIRST_FPU_CTRL_REGNUM, LAST_FPU_CTRL_REGNUM): New macros, more
1888 fully describing the FPU register set.
1889 (XMM0_REGNUM, XMM7_REGNUM, MXCSR_REGNUM): New macros, describing
1890 the SSE register set.
1891 (IS_FP_REGNUM, IS_SSE_REGNUM, FPU_REG_RAW_SIZE, SIZEOF_GREGS,
1892 SIZEOF_FPU_REGS, SIZEOF_FPU_CTRL_REGS, SIZEOF_SSE_REGS): New
1893 convenience macros.
1894 (REGISTER_BYTE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Turn
1895 these into tables, since the register sizes are pretty irregular.
1896 (i386_register_byte, i386_register_raw_size,
1897 i386_register_virtual_size): New extern declarations.
1898 (TARGET_LONG_DOUBLE_BIT): Define.
1899 (MAX_REGISTER_RAW_SIZE): Bump to 16, for the SSE registers.
1900 (REGISTER_VIRTUAL_TYPE, REGISTER_CONVERTIBLE,
1901 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): New macros
1902 for handling floating-point registers.
1903 (i387_to_double, double_to_i387): New extern declarations.
1904 * i386-tdep.c (i386_register_byte, i386_register_raw_size,
1905 i386_register_virtual_size): New arrays.
1906 (_initialize_i386_tdep): Initialize i386_register_byte and
1907 i386_register_virtual_size.
1908
1909 * i386-tdep.c (_initialize_i386_tdep): Move new_cmd to a block
1910 created specially for its use.
1911
1912Mon Oct 18 23:36:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
1913
1914 * symfile.c (generic_load): Cleanup the validate code - remove
1915 #ifdef, use paddr to print address.
1916 (validate_download): Static, replace VALIDATE_DOWNLOAD
1917
1918 * symfile.c (generic_load): Use strtoul to scan the optional load
1919 offset. Allocate a filename of the correct size.
1920
1921Mon Oct 18 17:32:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
1922
1923 * symfile.c (generic_load): Don't filter output. Use
1924 print_transfer_performance for summary. Use paddr for addresses.
1925 (print_transfer_performance): New function. Includes write count.
1926 (report_transfer_performance): Call
1927 print_transfer_performance. Deprecate.
1928
1929 * defs.h (print_transfer_performance): Add declaration.
1930 (generic_load): Move declaration to here.
1931 * symfile.h (generic_load): From here.
1932
1933Mon Oct 18 16:29:52 1999 Andrew Cagney <cagney@amy.cygnus.com>
1934
1935 * remote.c (remote_write_bytes): Re-write. Transfer a single
1936 packet and then return the that packets byte size.
1937
1938Sun Oct 17 15:09:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
1939
1940 * remote.c (remote_console_output): Flush gdb_stdtarg after
1941 processing an ``O'' packet.
1942 * remote.h (remote_console_output): Strip PARAMS.
1943
1944Sun Oct 17 15:12:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1945
1946 * target.c (target_xfer_memory_partial): New function. Simple
1947 implementation of partial memory reads.
1948 (target_read_memory_partial): New function. Replaces old
1949 target_read_memory_partial.
1950 (target_write_memory_partial): New function.
1951 * target.h: Update.
1952
1953 * valprint.c (partial_memory_read): New function, based on old
1954 memory_read_partial. Implement partial memory reads the way that
1955 val_print_string likes.
1956 (val_print_string): Use partial_memory_read.
1957
1958Sun Oct 17 13:58:56 1999 Andrew Cagney <cagney@b1.cygnus.com>
1959
1960 * defs.h (ui_load_progress_hook): Add declaration.
1961 * dsrec.c (ui_load_progress_hook): Delete extern declaration.
1962
1963 * symfile.c (ui_load_progress_hook): Make first argument const.
1964 (generic_load): Don't cast the result of bfd_get_section_name.
1965 Replace ``sect'' with ``sect_name'', use consistently.
1966
19671999-10-15 Jim Blandy <jimb@cygnus.com>
1968
1969 Add beginnings of support for SIMD register types.
1970 * gdbtypes.c (init_simd_type): New function for building
1971 types for registers consisting of arrays of objects.
1972 (builtin_type_v4sf): New built-in type.
1973 (build_gdbtypes): Initialize it.
1974 (_initialize_gdbtypes): Arrange for gdbarch swapping.
1975 * gdbtypes.h (builtin_type_v4sf): Add external decl.
1976
1977Fri Oct 15 18:20:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1978
1979 * remote-hms.c: Commented out H8 code.
1980
1981Fri Oct 15 17:46:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1982
1983 * dcache.c (dcache_p): Rename variable remote_dcache. Make
1984 static.
1985 (_initialize_dcache): Fix description of ``set remotecache''.
1986 Cache is OFF by default.
1987
19881999-10-13 Jim Blandy <jimb@cygnus.com>
1989
1990 * valops.c (value_push): Don't forget to initialize container_len.
1991
1992Wed Oct 13 17:58:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
1993
1994 * utils.c (tui_file_flush): Don't call flush_hook. Don't try to
1995 flush ``astring''.
1996 * gdb-events.sh: Update
1997 * top.c (flush_hook): Delete.
1998
19991999-10-13 Kevin Buettner <kevinb@cygnus.com>
2000
2001 * mem-break.c (memory_insert_breakpoint,
2002 memory_remove_breakpoint): Added missing return statements.
2003
2004Wed Oct 13 20:53:42 1999 Andrew Cagney <cagney@b1.cygnus.com>
2005
2006 * utils.c (mem_fileopen, mem_file_delete, mem_file_new,
2007 mem_file_rewind, mem_file_put, mem_file_fputs): New functions.
2008 * defs.h (mem_fileopen): Declare.
2009
20101999-10-13 Kevin Buettner <kevinb@cygnus.com>
2011
2012 * mem-break.c (default_memory_insert_breakpoint): Renamed from
2013 memory_insert_breakpoint.
2014 (default_memory_remove_breakpoint): Renamed from
2015 memory_remove_breakpoint.
2016 (memory_insert_breakpoint, memory_remove_breakpoint,
2017 MEMORY_INSERT_BREAKPOINT, MEMORY_REMOVE_BREAKPOINT): New
2018 wrappers.
2019 * target.h (default_memory_remove_breakpoint,
2020 default_memory_insert_breakpoint): Added declarations.
2021 * gdbarch.sh (MEMORY_INSERT_BREAKPOINT, MEMORY_REMOVE_BREAKPOINT):
2022 New methods.
2023 * gdbarch.h, gdbarch.c (MEMORY_INSERT_BREAKPOINT,
2024 MEMORY_REMOVE_BREAKPOINT, gdbarch_memory_insert_breakpoint,
2025 gdbarch_memory_remove_breakpoint, set_gdbarch_memory_insert_breakpoint,
2026 set_gdbarch_memory_remove_breakpoint) : Generated from gdbarch.sh.
2027
2028Wed Oct 13 19:15:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
2029
2030 * defs.h: Remove PARAMS from all declarations. Re-indent. Clean
2031 up the gdb_file declarations.
2032
2033Tue Oct 12 12:19:07 1999 David Taylor <taylor@texas.cygnus.com>
2034
2035 * i386-linux-nat.c (supply_fpregset, fill_fpregset): copy
2036 from/to start of fpregsetp not start of st_space as the first
2037 stuff we copy is the FP control registers not the actual FP values.
2038
20391999-10-12 Fernando Nasser <fnasser@totem.to.cygnus.com>
2040
2041 * eval.c (evaluate_subexp_standard): Fix gdb invocation of
2042 inferior C functions when debugging C++ code.
2043 * valops.c (find_overload_match): Ditto.
2044 * symtab.c (make_symbol_overload_list): Ditto.
2045
20461999-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2047
2048 * config/pa/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): It's not
2049 enough to #define this; you have to give it a non-zero value.
2050
20511999-10-11 Jim Blandy <jimb@cygnus.com>
2052
2053 Fix from Jim Kingdon <kingdon@redhat.com>, with tweaks to make it
2054 gdbarch- and bigendian-friendly:
2055 * valops.c (PARM_BOUNDARY): If not #defined, default to zero.
2056 (value_push): If PARM_BOUNDARY is not zero, align arguments to
2057 that boundary.
2058 * config/i386/tm-i386.h: Define PARM_BOUNDARY.
2059
2060Mon Oct 11 14:23:55 1999 Fred Fish <fnf@cygnus.com>
2061
2062 * config/mips/tm-irix3.h (PS_REGNUM): Don't undef if we aren't
2063 going to redefine it to something else.
2064
20651999-10-11 Jason Merrill <jason@yorick.cygnus.com>
2066
2067 * dwarfread.c (read_func_scope): Don't try to set main_func_*;
2068 we handle that in blockframe.c:inside_main_func.
2069 * dwarf2read.c (read_func_scope): Likewise.
2070 (dwarf2_add_field, dwarf2_add_member_fn): Get member function name
2071 directly, not from mangled name.
2072 (skip_member_fn_name): Lose.
2073
2074Mon Oct 11 12:24:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
2075
2076 * serial.h (enum serial_rc): Clarify SERIAL_TIMEOUT and
2077 restrictions on TIMEOUT in ASYNC mode.
2078
2079 * serial.c (serial_readchar): Check for invalid timeout when in
2080 async mode. Disable test.
2081
2082Thu Oct 7 17:20:01 1999 Andrew Cagney <cagney@amy.cygnus.com>
2083
2084 * monitor.c (monitor_printable_string): Add length argument. Don't
2085 return final string length.
2086 (monitor_printf_noecho, monitor_printf, monitor_expect): Update.
2087 (monitor_error): Pass real_len to monitor_printable_string.
2088 (monitor_error): Rewrite. Replace printf fmt string parameter with
2089 function name and message parameters.
2090 (monitor_read_memory_single, monitor_read_memory): Update.
2091
20921999-10-07 Stan Shebs <shebs@andros.cygnus.com>
2093
2094 * main.c (print_gdb_help): Fix bug reporting address.
2095 * gnu-regex.h, gnu-regex.c: Ditto.
2096
20971999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2098
2099 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): New macro,
2100 whose value can be overridden by target files.
2101 (write_dollar_variable): Don't check the symbol table for
2102 identifiers beginning with `$' unless
2103 SYMBOLS_CAN_START_WITH_DOLLAR is non-zero.
2104 * config/pa/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Define.
2105 * doc/gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
2106
2107 Remove all traces of the BINOP_SCOPE operator. It's never
2108 generated, and not implemented.
2109 * expression.h (enum exp_opcode): Delete BINOP_SCOPE.
2110 * c-lang.c (c_op_print_tab): Delete entry for BINOP_SCOPE.
2111 * eval.c (evaluate_subexp_standard): Doc fix.
2112 * expprint.c (op_name): Remove case for BINOP_SCOPE.
2113 (dump_subexp): Same.
2114
2115 * dwarf2read.c (dwarf2_const_value): Treat DW_FORM_data1,
2116 DW_FORM_data2, DW_FORM_data4, and DW_FORM_data8 as signed values,
2117 since that's what read_var_value will do anyway.
2118
21191999-10-07 Fred Fish <fnf@cygnus.com>
2120
2121 * objfiles.h (struct objfile): Delete is_solib member, now handled
2122 by OBJF_SHARED bit in struct objfile's flags.
2123 * objfiles.c (objfile_purge_solibs): Check OBJF_SHARED bit in flags
2124 instead of old is_solib int member in objfile struct.
2125
2126 * objfiles.c (allocate_objfile): Remove is_solib arg. Now passed
2127 as a bit in combined flags arg.
2128 * symfile.c (symbol_file_add): Ditto.
2129 * objfiles.h (allocate_objfile): Adjust prototype after removal
2130 of is_solib arg.
2131 * symtab.h (symbol_file_add): Ditto.
2132
2133 * cxux-nat.c (add_shared_symbol_files): Remove zero passed to
2134 symbol_file_add in old is_solib arg, defaults to zero now in
2135 flags.
2136 * irix5-nat.c (symbol_add_stub): Ditto.
2137 * remote-mm.c (mm_load): Ditto.
2138 * remote-udi.c (udi_load): Ditto.
2139 * remote-vx.c (vx_add_symbols): Ditto.
2140 * symfile.c (symbol_file_command): Ditto.
2141 (add_symbol_file_command): Ditto.
2142
2143 * coff-solib.c (coff_solib_add): Call symbol_file_add with
2144 OBJF_SHARED in flags bit, rather than 1 in old is_solib
2145 arg.
2146 * osfsolib.c (symbol_add_stub): Ditto.
2147 * pa64solib.c (pa64_solib_add_solib_objfile): Ditto.
2148 * solib.c (symbol_add_stub): Ditto.
2149 * somsolib.c (som_solib_add_solib_objfile): Ditto.
2150 * win32-nat.c (handle_load_dll): Ditto.
2151
2152 * objfiles.c (allocate_objfile): Remove old args "mapped" and
2153 "user_loaded". Replaced with new arg "flags" containing specific
2154 If global var mapped_symbol_files is nonzero
2155 then set OBJF_MAPPED in flags arg. Check for OBJF_MAPPED bit in
2156 flags where we used to check mapped arg.
2157 Pass flags to open_mapped_file instead of mapped arg.
2158 Ensure that OBJF_MAPPED bit is reset in flags when the objfile
2159 is not mapped. Add passed flags bits to objfile's flags bits.
2160 (open_mapped_file): Replace "mapped" arg with new "flags" arg.
2161 Adjust prototype. Pass flags to open_existing_mapped_file.
2162 (open_existing_mapped_file): Replace "mapped" arg with new "flags".
2163 Check flags for OBJF_MAPPED.
2164 * objfiles.h (allocate_objfile): Adjust prototype.
2165 * rs6000-nat.c (add_vmap): Pass zero for combined flags, rather
2166 than separate zero ints for old "mapped" and "user_loaded" flags.
2167 * symfile.c (symbol_file_add): Pass allocate_objfile combined flags
2168 rather than individual mapped and user loaded bits.
2169
2170 * symfile.c (symbol_file_add): Delete user_loaded arg.
2171 * symtab.h (symbol_file_add): Adjust prototype for deleted
2172 user_loaded arg.
2173 * objfiles.h (struct objfile): Delete user_loaded member.
2174 (OBJF_USERLOADED): New flag bit to replace user_loaded.
2175
2176 * symfile.c (symbol_file_command): Add OBJF_USER_LOADED to flags
2177 passed to symbol_file_add. Delete previous passing of explicit 1
2178 for user_loaded.
2179 (add_symbol_file_command): Ditto.
2180
2181 * coff-solib.c (coff_solib_add): No longer pass zero for user loaded,
2182 now defaults to zero in flags.
2183 * cxux-nat.c (add_shared_symbol_files): Ditto.
2184 * irix5-nat.c (symbol_add_stub): Ditto.
2185 * osfsolib.c (symbol_add_stub): Ditto.
2186 * remote-mm.c (mm_load): Ditto.
2187 * pa64solib.c (pa64_solib_add_solib_objfile): Ditto.
2188 * remote-udi.c (udi_load): Ditto.
2189 * remote-vx.c (vx_add_symbols): Ditto.
2190 * solib.c (symbol_add_stub): Ditto.
2191 * somsolib.c (som_solib_add_solib_objfile): Ditto.
2192 * win32-nat.c (handle_load_dll): Ditto.
2193
2194Thu Oct 7 19:24:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
2195
2196 * Makefile.in (monitor.o): Allow monitor.o to be compiled with
2197 -Werror.
2198
2199 * monitor.c (monitor_debug_p): New variable. Replaces macro.
2200 (EXTRA_RDEBUG): Delete. Update all uses.
2201 (monitor_debug): New function. Replaces macro.
2202 (RDEBUG): Delete macro. Update all uses.
2203 debug output to gdb_stdlog and not the console.
2204
2205 * monitor.c: Fix printf formating. Replace printf calls with
2206 fprintf_unfiltered.
2207
22081999-10-06 Stan Shebs <shebs@andros.cygnus.com>
2209
2210 * MAINTAINERS: Switch ARM target maintenance from Elena
2211 Zannoni to Jim Ingham.
2212
22131999-10-06 Frank Ch. Eigler <fche@cygnus.com>
2214
2215 * remote.c (hexnumnstr): New function. Allow setting of width.
2216 (hexnumstr): Call the above.
2217 (remote_write_bytes): Fill in X-protocol address field more
2218 reliably.
2219
22201999-10-06 Fred Fish <fnf@cygnus.com>
2221
2222 * xcoffread.c (xcoff_symfile_offsets): Fix typo, addr->addrs.
2223
22241999-10-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2225
2226 * remote.c (handle_remote_sigint_twice): Make this signal be
2227 handled by inferior_event_handler, via the wrapper function.
2228 (async_remote_interrupt_twice): Make not static. Add debug print.
2229 * remote.h (async_remote_interrupt_twice): Export for use in
2230 inf-loop.c.
2231
2232 * inf-loop.c (inferior_event_handler_wrapper): New function.
2233 (inferior_event_handler): Handle a request to quit and kill the
2234 target.
2235 Include remote.h.
2236 * inf-loop.h (inferior_event_handler_wrapper): Export.
2237
22381999-10-04 James Ingham <jingham@leda.cygnus.com>
2239
2240 * remote-rdi.c (arm_rdi_open): If the angel_RDI_Open fails, close
2241 the serial port and raise an error. If you try to go on, you will
2242 stall forever down in the rdi-share code.
2243
22441999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
2245
2246 * printcmd.c (output_command): Makes sure result from the output
2247 command is printed before the next prompt.
2248
22491999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
2250
2251 * printcmd.c (print_formatted): Add missing stream parameter.
2252 (do_examine, print_command_1, output_command, do_one_display):
2253 Adjust call to print_formatted().
2254
22551999-10-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2256
2257 * infcmd.c: Remove include of event-loop.h.
2258 * utils.c: Ditto.
2259 * top.c: Ditto.
2260
2261 * infrun.c (fetch_inferior_event): Call inferior_event_handler
2262 when inferior stops, instead of doing work ourselves.
2263 (fetch_inferior_event): Use void* instead of gdb_client_data.
2264 Remove includes of event-top.h and event-loop.h. Add include of
2265 inf-loop.h.
2266 (complete_execution): Move from here.
2267
2268 * inf-loop.c (complete_execution): To here.
2269 (inferior_event_handler): Handle inferior's execution completion
2270 case as well.
2271 * inf-loop.h: Add def of INF_LOOP_H.
2272
2273 * event-top.h: Don't use gdb_client_data, use void*, to avoid
2274 dependency on event-loop.h.
2275
2276 * remote.c (remote_async_resume): Set target_executing only after we
2277 actually register the inferior with the event loop.
2278
22791999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
2280
2281 * corefile.c (memory_error): Use error_stream() and eliminate call
2282 to return_to_top_level().
2283
22841999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
2285
2286 * utils.c (error): Save error message text (w/o new line).
2287 (error_last_message): New function. Returns the last message
2288 issued by gdb.
2289 (error_init): New function. Initializes error handling machinery.
2290 (error_stream): New function. Allows the error message to be
2291 passed on a stream buffer.
2292 * defs.h: Add prototypes for error_stream() and
2293 error_last_message().
2294 * main.c (main): Add call to error_init().
2295
8b93c638
JM
22961999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
2297
2298 * varobj.c (varobj_get_type): Call tui_sfileopen() instead of
2299 deprecated gdb_file_init_astream().
2300 (c_value_of_variable): Ditto.
2301 * ui-out.c (ui_out_stream_new): Ditto.
2302
c3f6f71d
JM
23031999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
2304
2305 * utils.c (tui_sfileopen): New function. Replaces
2306 gdb_file_init_astring().
2307 * defs.h: Add prototype for the above.
2308
2309Mon Oct 4 19:25:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
2310
2311 * symfile.c (add_symbol_file_command): Fix -Wformat on query call.
2312
23131999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2314
2315 * target.c (cleanup_target): Type of to_async param is now
2316 function with enum inferior_event_type param.
2317
2318 * target.h (target_ops): Adjust to_async accordingly. Move enum
2319 inferior_event_type to this file. Don't have a typedef for
2320 inferior_event_type. Add more enumeration constants INF_QUIT_REQ,
2321 INF_EXEC_COMPLETE. Remove INF_SIGINT_FIRST, INF_SIGINT_SECOND.
2322
2323 * inf-loop.c (inferior_event_handler): Change first param to tell
2324 the type of event we are dealing with. Deal with INF_ERROR and
2325 INF_REG_EVENT, for the moment.
2326 Include target.h.
2327
2328 * inf-loop.h (inferior_event_handler): Adjust prototype. Remove
2329 enum inferior_event_type from here.
2330
2331 * remote.c (remote_async_serial_handler): Pass INF_REG_EVENT to
2332 the client callback.
2333 (remote_async): Change callback's param type to inferior_event_type.
2334 (async_client_callback): Change type as above.
2335
23361999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2337
2338 * event-top.c (stdin_event_handler): Delete fd parameter, use
2339 input_fd instead.
2340 * event-top.h (stdin_event_handler): Delete fd parameter.
2341
2342 * inf-loop.c (inferior_event_handler): Delete fd parameter. Use
2343 target_async() to unregister the inferior fd in case of errors.
2344 * inf-loop.h(inferior_event_handler): Delete fd parameter.
2345
2346 * ser-unix.c (fd_event): Delete fd parameter. Use scb->fd,
2347 instead.
2348
2349 * remote.c (async_client_callback): Delete fd parameter.
2350 (remote_async_serial_handler): Ditto.
2351 (remote_async): Adjust to new type of callback function.
2352
2353 * target.c (cleanup_target): Adjust parameters for to_async
2354 default case.
2355 * target.h (*to_async): Delete fd parameter from cb function.
2356
2357 * event-loop.h (handler_func): Delete fd parameter.
2358 * event-loop.c (handle_file_event): Delete fd param from call to
2359 proc. Do not include inferior.h.
2360
23611999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2362
2363 * event-loop.c (inferior_event_handler,
2364 inferior_event_handler_wrapper): Move from here.
2365 * inf-loop.c: To here. New file.
2366
2367 * event-loop.h (inferior_event_handler): Move from here.
2368 * inf-loop.h: To here. New file.
2369
2370 * remote.c: Include inf-loop.h.
2371 (set_extende_protocol): Remove unused prototpye.
2372
2373 * Makefile.in (SFILES): Add inf-loop.c.
2374 (inf_loop_h): Define.
2375 (COMMON_OBS): Add inf-loop.o.
2376 (inf-loop.o): Add rule.
2377 (remote.o): Add dependency on inf-loop.h.
2378
2379Fri Oct 1 19:59:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
2380
2381 * ser-unix.c: Add some notes on how the async code works.
2382
2383Fri Oct 1 01:45:32 1999 Jeffrey A Law (law@cygnus.com)
2384
2385 * somread.c (som_symfile_offsets): Fix typo in last change.
2386
23871999-09-30 Fred Fish <fnf@cygnus.com>
2388
2389 * coff-solib.c (coff_solib_add): Adjust call to symbol_file_add.
2390 * cxux-nat.c (add_shared_symbol_files): Ditto.
2391 * irix5-nat.c (symbol_add_stub): Ditto.
2392 * osfsolib.c (symbol_add_stub): Ditto.
2393 * pa64solib.c (pa64_solib_add_solib_objfile): Ditto.
2394 * remote-mm.c (mm_load): Ditto.
2395 * remote-udi.c (udi_load): Ditto.
2396 * remote-vx.c (vx_add_symbols): Ditto.
2397 * solib.c (symbol_add_stub): Ditto.
2398 * somsolib.c (som_solib_add_solib_objfile): Ditto.
2399 * win32-nat.c (handle_load_dll): Ditto.
2400
2401 * irix5-nat.c (symbol_add_stub): Add section_addrs, zero it.
2402 * cxux-nat.c (add_shared_symbol_files): Ditto.
2403 * osfsolib.c (symbol_add_stub): Ditto.
2404 * pa64solib.c (pa64_solib_add_solib_objfile): Ditto.
2405 * solib.c (symbol_add_stub): Ditto.
2406 * somsolib.c (som_solib_add_solib_objfile): Ditto.
2407 * symfile.c (symbol_file_command): Ditto.
2408 * win32-nat.c (handle_load_dll): Ditto.
2409
2410 * irix5-nat.c (symbol_add_stub): Use section_addrs to pass text addr.
2411 * cxux-nat.c (add_shared_symbol_files): Ditto.
2412 * osfsolib.c (symbol_add_stub): Ditto.
2413 * pa64solib.c (pa64_solib_add_solib_objfile): Ditto.
2414 * solib.c (symbol_add_stub): Ditto.
2415 * somsolib.c (som_solib_add_solib_objfile): Ditto.
2416 * symfile.c (symbol_file_command): Ditto.
2417 * win32-nat.c (handle_load_dll): Ditto.
2418
2419 * coff-solib.c (coff_solib_add): Call symbol_file_add with NULL ptr.
2420 * cxux-nat.c (add_shared_symbol_files): Ditto.
2421 * remote-udi.c (udi_load): Ditto.
2422 * remote-vx.c (vx_add_symbols): Ditto.
2423 * symfile.c (symbol_file_command): Ditto.
2424
2425 * dstread.c (dst_symfile_offsets): Take "section_addr_info *"
2426 instead of CORE_ADDR.
2427 * somread.c (som_symfile_offsets): Ditto.
2428 * symfile.c (default_symfile_offsets): Ditto.
2429 * xcoffread.c (xcoff_symfile_offsets): Ditto.
2430
2431 * symfile.h (default_symfile_offsets): Adjust prototype.
2432 (syms_from_objfile): Ditto.
2433 * symtab.h (symbol_file_add): Ditto.
2434
2435 * rs6000-nat.c (objfile_symbol_add): Call syms_from_objfile with NULL.
2436 * xcoffsolib.c (solib_add): Ditto.
2437 * gdb-stabs.h (SECT_OFF_MAX): Increase from 4 to 16.
2438 * symtab.h (MAX_SECTIONS): Define.
2439 (struct section_addr_info): New struct for better control over
2440 changing load addresses of sections.
2441 * objfiles.h (OBJF_READNOW): Add new flag bit.
2442 * symfile.h (sym_offsets): Change second param from CORE_ADDR to
2443 "section_addr_info *".
2444
2445 * symfile.c (symbol_file_add): Replace scalar arg "CORE_ADDR addr"
2446 with "struct section_addr_info *addrs".
2447 (syms_from_objfile): Ditto.
2448 (add_symbol_file_command): Remove local variables "readnow" and
2449 "mapped". Replaced with general "flags" variable.
2450 (symbol_file_command): Ditto.
2451 (add_symbol_file_command): Add local variables i, sec_num, argcnt,
2452 expecting_option, option_index, and opt. Rework option parsing code
2453 to handle additional options.
2454 (_initialize_symfile): Adjust add-symbol-file usage to match new
2455 option handling.
2456 (symbol_file_add): Remove parameters "mapped" and "readnow",
2457 replace with general "flags".
2458 (symbol_file_add): In call to allocate_objfile, replace "mapped"
2459 with extracted OBJF_MAPPED bit from flags.
2460 (symbol_file_add): Use OBJF_READNOW bit from flags, instead of
2461 "readnow" variable.
2462 (symbol_file_command): Set OBJF_MAPPED and OBJF_READNOW bits
2463 from parsed options. Pass flags to symbol_file_add.
2464 (add_symbol_file_command): Ditto.
2465 (syms_from_objfile): Add local variables i, sect, lower_sect,
2466 lower_offset, and local_addr. Substitute local_addr for addrs
2467 when addrs is NULL. Find lowest loadable section to be used as
2468 starting point for contiguous sections. Adjust offsets if segments
2469 are not contiguous. Call sym_offsets with section_addr_info
2470 instead of single addr.
2471 (default_symfile_offsets): Initialize objfile's section_offsets
2472 with user specified offsets.
2473 (symbol_file_add): Call syms_from_objfile with offsets.
2474 (unknown_option_complaint): Add.
2475 (add_symbol_file_command): Add "section_addrs", zero it with memset.
2476
24771999-09-30 Jason Molenda (jsm@bugshack.cygnus.com)
2478
2479 * configure.in: Call config.sub explicitly instead of misusing the
2480 autoconf internal variable $ac_config_sub.
2481 * configure: Regenerated.
2482
2483Thu Sep 30 15:53:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
2484
2485 * remote.c (readchar): When EOF mourn the inferior.
2486 (getpkt): Try QUIT. Might not be a watchdog timer timeout.
2487 (remote_async_serial_handler): Pass ``-1'' as the dummy FD. Safer
2488 than ZERO == STDIN.
2489
2490 * serial.h (enum serial_rc): Replace #define SERIAL_ERROR,
2491 SERIAL_TIMEOUT and SERIAL_EOF.
2492 (struct _serial_t): Add more notes on termios specific fields.
2493
2494 * ser-unix.c (generic_readchar): Make SERIAL_ERROR sticky.
2495 (do_hardwire_readchar, do_unix_readchar): Don't use bufcnt as a
2496 tempoary for the return-value from read.
2497
2498 * serial.c (serial_logchar): Add a stream parameter.
2499 (serial_readchar, serial_write, serial_send_break): Update.
2500 (serial_readchar): Add serial debug trace.
2501
2502Thu Sep 30 12:07:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
2503
2504 * serial.h (struct _serial_t): Add field async_state. Better
2505 document field bufcnt.
2506 (SERIAL_ERROR): Delete comment about errno.
2507 * serial.c (serial_open, serial_fdopen): Initialize async_state.
2508
2509 * ser-unix.c (push_event, fd_event, reschedule): New functions.
2510 Handle ASYNC serial input.
2511 (ser_unix_async): Update.
2512 (generic_readchar): New function. Handle event scheduling. Make
2513 EOF condition sticky.
2514 (do_unix_readchar): Rename ser_unix_readchar.
2515 (ser_unix_readchar): New function, call do_unix_readchar via
2516 generic_readchar.
2517 (do_hardwire_readchar, hardwire_readchar): Ditto.
2518
2519 * ser-unix.c (ser_unix_readchar): Delete code working around ASYNC
2520 fifo bugs.
2521 (hardwire_readchar): Delete code working around ASYNC fifo bugs.
2522
2523Wed Sep 29 21:27:16 1999 Jeffrey A Law (law@cygnus.com)
2524
2525 * breakpoint.c (insert_breakpoints): Addresses are CORE_ADDRs,
2526 not "int"s.
2527 (remove_breakpoint): Likewise.
2528
25291999-09-29 Fred Fish <fnf@cygnus.com>
2530
2531 * breakpoint.c (breakpoint_1): Replace cast "(CORE_ADDR) - 1"
2532 with the more obviously intended expression "(CORE_ADDR) -1".
2533 * dwarf2read.c (scan_partial_symbols, read_file_scope): Ditto.
2534 * gnu-nat.c (gnu_create_inferior): Ditto.
2535 * go32-nat.c (go32_create_inferior): Ditto.
2536 * hppa-tdep.c (hppa_pop_frame): Ditto.
2537 * infcmd.c (continue_command, step_1, signal_command): Ditto.
2538 (until_next_command, finish_command): Ditto.
2539 * infrun.c (proceed): Ditto.
2540 * inftarg.c (child_create_inferior): Ditto.
2541 * m3-nat.c (m3_create_inferior): Ditto.
2542 * mac-nat.c (child_create_inferior): Ditto.
2543 * procfs.c (procfs_create_inferior): Ditto.
2544 * remote-sim.c (gdbsim_create_inferior): Ditto.
2545 * target.c (target_link): Ditto.
2546 * win32-nat.c (child_create_inferior): Ditto.
8b93c638 2547 * varobj.c (varobj_create, new_root_variable): Ditto.
c3f6f71d
JM
2548
2549Thu Sep 30 10:36:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
2550
2551 * ser-unix.c (ser_unix_flush_input): New function. Discard input
2552 buffer.
2553 (hardwire_flush_input): Use ser_unix_flush_input.
2554 (ser_unix_nop_flush_input): Delete.
2555 * ser-unix.h (ser_unix_flush_input): Update.
2556 ser-tcp.c (_initialize_ser_tcp), ser-pipe.c
2557 (_initialize_ser_pipe): Update.
2558
2559 * ser-unix.c (hardwire_write): Delete.
2560 (_initialize_ser_hardwire): Update, use ser_unix_write.
2561
2562Thu Sep 30 10:16:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
2563
2564 * ser-pipe.c (pipe_open): Don't make the FD non-blocking. Already
2565 being handled in ser_unix_wait_for by a select.
2566
2567Thu Sep 30 10:00:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
2568
2569 * serial.h (struct _serial_t): Add field debug_p.
2570 (SERIAL_DEBUG, SERIAL_DEBUG_P): Define.
2571
2572 * serial.c (serial_open, serial_fdopen): Initialize debug_p.
2573 (serial_debug, serial_debug_p): New functions.
2574 (global_serial_debug_p): New variable.
2575 (_initialize_serial): Add ``set serialdebug'' command.
2576
2577Thu Sep 30 09:09:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
2578
2579 * serial.h (serial_event_ftype): Replace FD and ERROR args with
2580 SERRIAL_T arg.
2581 * ser-unix.c (ser_unix_event): Update.
2582
2583 * remote.c (remote_async_serial_handler): New function. Handle
2584 serial events.
2585 (remote_async): Pass remote_async_serial_handler to SERIAL.
2586 (async_client_callback, async_client_context): New variables.
2587
2588 * remote.c (extended_remote_async_create_inferior): Use
2589 target_async to register the inferior event handler.
2590
2591Thu Sep 30 00:02:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
2592
2593 * configure.in (AC_CHECK_FUNCS): Test for sigprocmask.
2594 * configure, config.in: Re-generate.
2595 * event-top.c (async_stop_sig): Use sigprocmask when available.
2596
25971999-09-29 Doug Evans <devans@casey.cygnus.com>
2598
2599 * sh-stub.c (handle_exception): Fix typo in patch of 1999-08-26.
2600 * m68k-stub.c (handle_exception): Ditto.
2601
26021999-09-28 Fred Fish <fnf@cygnus.com>
2603
2604 * alpha-nat.c (alpha_osf_core_fns, alpha_elf_core_fns):
2605 Add default entries for check_format and core_sniffer.
2606 * core-aout.c (aout_core_fns): Ditto.
2607 * core-regset.c (regset_core_fns): Ditto.
2608 * core-sol2.c (solaris_core_fns): Ditto.
2609 * i386aix-nat.c (i386aix_core_fns): Ditto.
2610 * i386mach-nat.c (i386mach_core_fns): Ditto.
2611 * irix4-nat.c (irix4_core_fns): Ditto.
2612 * irix5-nat.c (irix5_core_fns): Ditto.
2613 * lynx-nat.c (lynx_core_fns): Ditto.
2614 * mips-nat.c (mips_core_fns): Ditto.
2615 * ns32knbsd-nat.c (nat_core_fns): Ditto.
2616 * rs6000-nat.c (rs6000_core_fns): Ditto.
2617 * sparc-nat.c (sparc_core_fns): Ditto.
2618 * sun-nat.c (sun3_core_fns): Ditto.
2619 * ultra3-nat.c (ultra3_core_fns): Ditto.
2620
2621 * corelow.c (core_vec): New, for selected core file handler.
2622 (sniff_core_bfd): New function.
2623 (gdb_check_format): New function.
2624 (default_check_format): New function.
2625 (default_core_sniffer): New function.
2626 (sniff_core_bfd): New function.
2627 (core_close): Reset core_vec to NULL.
2628 (core_open): Fall back to gdb_check_format if bfd_check_format
2629 does not identify the file format. Call sniff_core_bfd to pick
2630 a core file handler.
2631 (get_core_registers): Remove code that is now in sniff_core_bfd.
2632 Use current core_vec.
2633
2634 * gdbcore.h (check_format): New core_fns function, points to function
2635 to try and identify a core file format.
2636 (core_sniffer): New core_fns function, points to function to select
2637 a specific handler for the selected core file format.
2638 (default_core_sniffer): Add prototype.
2639 (default_check_format): Add prototype.
2640
2641 * i960-tdep.c (inferior.h): Include.
2642 * mips-tdep.c (read_next_frame_reg): Use ADDR_BITS_REMOVE
2643 on addresses pulled from stack.
2644
26451999-09-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2646
2647 * event-loop.c (poll_timers): Check whether the timer list has any
2648 element on it by looking at the first element pointer, instead of
2649 num_timers.
2650
2651Wed Sep 29 18:02:31 1999 Andrew Cagney <cagney@amy.cygnus.com>
2652
2653 * command.c: Attempt to include POSIX <sys/wait.h> before
2654 <wait.h>.
2655
2656 * ser-unix.c (hardwire_print_tty_state): Ditto.
2657 * inflow.c (child_terminal_info): Fix printf args.
2658
26591999-09-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2660
2661 * remote.c (remote_async_resume): Register the inferior with the
2662 event loop.
2663 (remote_async_open_1): Don't put the target in async mode here,
2664 just do it when executing.
2665
2666 * infrun.c (complete_execution): Unregister the inferior from the
2667 event loop.
2668
2669 * event-top.c (async_disable_stdin): Don't add
2670 async_enable_stdin() to the exec_cleanups chain.
2671
2672Tue Sep 28 11:08:34 1999 Jeffrey A Law (law@cygnus.com)
2673
2674 * hppa-tdep.c (hppa_fix_call_dummy): Ignore IMPORT_SHLIB stubs
2675 except for hpux11 native. Break out of the loop to find a
2676 stub as soon as we find an IMPORT stub.
2677 (skip_prologue_hard_way): Also recognize copy %ret1,target and
2678 all PA64 argument stores as prologue instructions.
2679
26801999-09-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2681
2682 * breakpoint.c, defs.h, event-top.c, infcmd.c, infrun.c, main.c,
2683 remote.c, top.c, tracepoint.c, utils.c (async_p): Change var name
2684 to event_loop_p.
2685
26861999-09-28 Jim Blandy <jimb@cygnus.com>
2687
2688 * hppa-tdep.c (skip_prologue_hard_way): Recognize ldo insns
2689 which generate pointers into the argument list.
2690
2691Tue Sep 28 13:56:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
2692
2693 * remote.h (cleanup_sigint_signal_handler,
2694 initialize_sigint_signal_handler): Delete extern declarations.
2695 * event-top.c, infrun.c: No longer need to include "remote.h".
2696 * remote.c (cleanup_sigint_signal_handler,
2697 initialize_sigint_signal_handler): Make static.
2698 * Makefile.in (event-top.o): Delete dependency on "remote.h".
2699
2700 * remote.c (remote_async_terminal_ours_p): New static global. Keep
2701 track of who currently owns the terminal.
2702 (remote_async_open_1): Initialize.
2703 (remote_async_terminal_inferior): Test
2704 remote_async_terminal_ours_p. Claim CNTRL-C handler as part of
2705 transfering the terminal to the target.
2706 (remote_async_terminal_ours): Similar.
2707
2708Mon Sep 27 12:33:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
2709
2710 * remote.c (async_interrupt_query): Delete function. Merged into
2711 interrupt_query. Async cases handled by target_terminal_ours,
2712 target_terminal_inferior and SERIAL_CLOSE.
2713 (async_remote_interrupt_twice): Update.
2714 (remote_async_terminal_ours, remote_async_terminal_inferior): New
2715 functions. Steal STDIN from GDB's CLI.
2716 (init_remote_async_ops): Initialize to_terminal_ours and
2717 to_terminal_inferior.
2718
2719 * event-top.c (async_disable_stdin, async_disable_stdin): Use
2720 target_terminal_ours / target_terminal_inferior to transfer
2721 ownership of the terminal between GDB and the target.
2722
27231999-09-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2724
2725 * infcmd.c (run_command): Call async_disable_stdin() only if
2726 dealing with an asynchronous target.
2727
2728Mon Sep 27 11:48:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
2729
2730 * target.h (struct target_ops): Add to_can_async_p, to_is_async_p,
2731 to_async. Delete to_has_async. These correspond well with
2732 SERIAL* async methods.
2733 (target_can_async_p, target_is_async_p, target_async): Define.
2734 * target.c (update_current_target, cleanup_target): Update.
2735
2736 * remote.c (remote_async_open_1): Change target to async using
2737 target_async.
2738 (remote_can_async_p, remote_is_async_p, remote_async): New
2739 functions.
2740 (remote_async_wait, remote_async_open_1): Add FIXME about how
2741 wait_forever_enabled_p can almost be deleted once the client can
2742 enable/disable target_async.
2743
2744 * breakpoint.c (until_break_command), infrun.c (proceed), infcmd.c
2745 (run_command, continue_command, step_1, jump_command,
2746 until_command, finish_command, interrupt_target_command), top.c
2747 (return_to_top_level, execute_command), event-top.c
2748 (command_handler): Replace target_has_async with
2749 target_can_async_p.
2750
2751Sun Sep 26 02:10:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
2752
2753 * remote.c (remote_async_open_1): If we go into async mode, never
2754 wait for ever.
2755
2756 * infcmd.c: Include "event-top.h".
2757 (run_command, continue_command, jump_command, until_command,
2758 finish_command): Use async_disable_stdin to disable the console
2759 for synchronous commands.
2760
2761 * remote.c (async_interrupt_query): Only disconnect the console
2762 from the terminal when sync_execution.
2763
2764 * remote.c (initialize_sigint_signal_handler): Move declaration
2765 from here.
2766 * remote.h: To here. Make non-static.
2767
2768 * remote.c (remote_async_resume, async_interrupt_query): Move
2769 prompt code from here.
2770 * event-top.c (async_disable_stdin, async_enable_stdin): To
2771 here. New function.
2772
2773 * infrun.c (start_remote): Delete commented out code.
2774
2775Fri Sep 24 12:38:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
2776
2777 * remote.c (remote_async_open_1): Perform the initial async_open
2778 using only synchronous calls. Only after the target is fully
2779 connected, switch to async mode. Include FIXME about now it
2780 currently works VS how it should be working.
2781 (remote_async_open_1, set_extended_protocol): Delete function
2782 set_extended_protocol. All open communication is now done
2783 synchronously.
2784 (forever_enabled_p): New variable. Determine if remote_async_wait
2785 should block FOREVER when fetching target information.
2786 (remote_cisco_open, remote_open_1): Set forever_enabled_p.
2787
2788 * infrun.c (start_remote): During the initial connect, always use
2789 a synchronous wait.
2790
2791Sat Sep 25 18:13:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
2792
2793 * Makefile.in (event-top.o): Add dependency.
2794 * event-top.c: Include "remote.h".
2795 * remote.c (async_interrupt_query), event-top.c:
2796 (async_enable_stdin): Pass dummy parameter to
2797 cleanup_sigint_signal_handler.
2798 * remote.c (cleanup_sigint_signal_handler), remote.h
2799 (cleanup_sigint_signal_handler), event-top.c (async_enable_stdin),
2800 event-top.h (async_enable_stdin): Change signature to match
2801 make_exec_error_cleanup handler pararameter.
2802
2803Thu Sep 23 20:48:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
2804
2805 * defs.h (enum command_class): Move from here.
2806 * command.h (command_class): To here.
2807
28081999-09-24 Kevin Buettner <kevinb@cygnus.com>
2809 * breakpoint.c (bpstat_stop_status): Use not_a_breakpoint to
2810 help properly set bp_addr.
2811 * infrun.c (handle_inferior_event): Simplify calls to
2812 bp_stop_status.
2813
28141999-09-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2815
2816 * top.c (return_to_top_level): Do exec_error cleanups if are
2817 interrupting a simulated synchronous execution command.
2818
2819 * infrun.c (start_remote): Create a cleanup to enable stdin in
2820 case of error from this command.
2821 (complete_execution): Do the enabling of stdin via the exec_error
2822 cleanups, when needed.
2823
2824 * remote.c (remote_async_resume): Make sure we re-enable stdin in
2825 case of error from the target.
2826 (handle_remote_sigint_twice): The handler to be set is
2827 async_remote_interrupt_twice, not async_remote_interrupt.
2828 (async_remote_interrupt_twice): Don't do anything if the target
2829 has been killed already. Call async_interrupt_query, instead of
2830 interrupt_query.
2831 (async_interrupt_query): New function. Async case of
2832 interrupt_query().
2833
2834 * event-top.c (async_enable_stdin): New function. Reinstate stdin
2835 with the event loop.
2836 * event-top.h (async_enable_stdin): Export.
2837
2838 * utils.c (exec_error_cleanup_chain): New cleanup chain.
2839 (make_exec_error_cleanup, do_exec_error_cleanups,
2840 discard_exec_error_cleanups): New functions.
2841 * defs.h (make_exec_error_cleanup, do_exec_error_cleanups,
2842 discard_exec_error_cleanups): Export.
2843
28441999-09-24 Jim Blandy <jimb@zwingli.cygnus.com>
2845
2846 * ax-gdb.c (expr_to_agent): Don't forget to pass argument to
2847 new_agent_expr.
2848
28491999-09-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2850
2851 * event-loop.c (fetch_inferior_event_wrapper): New
2852 function. Wrapper to pass to catch_errors.
2853 (inferior_event_handler): Pop the target if things go bad with it.
2854 Call fetch_inferior_event() from within catch_errors().
2855
28561999-09-24 Jim Blandy <jimb@zwingli.cygnus.com>
2857
2858 * ax-gdb.c: Use internal_error instead of error, where
2859 appropriate.
2860
28611999-09-23 James Ingham <jingham@leda.cygnus.com>
2862
2863 * target.c (target_resize_to_sections): New function. Gather the
2864 resizing code for the to_sections field into one place, and make
2865 sure you update the other targets that are sharing the to_sections
2866 structure.
2867 * target.h: Declare the target_resize_to_sections function.
2868 * solib.c (solib_add): use target_resize_to_sections.
2869 * somsolib.c (som_solib_load_symbols): ditto
2870 * rs6000-nat.c (xcoff_relocate_core): ditto
2871 * pa64solib.c (pa64_solib_load_symbols): ditto
2872 * irix5-nat.c (solib_add):ditto
2873
2874 * top.c: Define the attach & detach hooks
2875 * defs.h: Declare the attach & detach hooks.
2876 * infcmd.c (attach_command): call the attach hook if it exists.
2877 (detach_command): call the detach hook if it exists.
2878
2879 * complaints.c (complain): Send the complaints to stderr rather
2880 than stdout, so they don't get mixed into the result stream from
2881 commands.
2882
8b93c638
JM
28831999-09-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2884
2885 * varobj.c (varobj_set_value): Fix handling of baseclasses and
2886 correct the behavior when it is not a baseclass (both cases were
2887 dumping core).
2888
28891999-09-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2890
2891 * varobj.c (varobj_update): Fix setting of child error field.
2892
c3f6f71d
JM
28931999-09-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2894
2895 * event-loop.c (poll_timers): Use correct timeval field names,
2896 when setting the notifier timeouts, in case of select() used.
2897 (gdb_wait_for_event): Pass a pointer to the timeout structure to
2898 select(), not the structure.
2899
8b93c638
JM
29001999-09-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2901
2902 * varobj.c (varobj_gen_name): Dynamically allocate variable object
2903 name string.
2904 (varobj_update): Fix creation of result list.
2905
c3f6f71d
JM
2906Wed Sep 22 10:35:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
2907
2908 * Makefile.in (init.c): Change generated file to include "defs.h"
2909 and "call-cmds.h". Use initialize_file_ftype when declaring
2910 each initialize functions.
2911 (call_cmds_h): Add definition.
2912 (init.o): Add target and dependencies.
2913 (init.c): Don't grep for _initialize* in init.c.
2914
2915 * defs.h (initialize_file_ftype): Add function typedef.
2916
29171999-09-22 Michael Snyder <msnyder@cleaver.cygnus.com>
2918
2919 * procfs.c (init_procinfo): move fltset initialization to caller.
2920 (do_attach, create_procinfo): initialize fltset.
2921
8b93c638
JM
29221999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
2923
2924 * varobj.c (_initialize_varobj): Rename varobjdebug to debugvarobj
2925 to avoid conflict with "set var".
2926
29271999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
2928
2929 * varobj.c (varobj_get_type, c_value_of_variable): Remove
2930 dependency on ui_out.[ch].
2931
29321999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
2933
2934 * varobj.c (varobj_update): Fix order in which changed variables
2935 are reported to match that of the old code.
2936
29371999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
2938
2939 * varobj.c (type_changeable): Fix for testsuite case 2.12. Do not
2940 report as changed a structure when one of it's children has changed.
2941 (get_type, get_type_deref): Remove uneeded initialization.
2942
c3f6f71d
JM
29431999-09-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2944
2945 * event-loop.c, event-top.c, event-loop.h: Rerun indent.
2946
29471999-09-21 Doug Evans <devans@casey.cygnus.com>
2948
2949 * m32r-stub.c (handle_exception): Fix typo in patch of 1999-08-26.
2950
8b93c638
JM
29511999-09-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
2952
2953 * varobj.c (_initialize_varobj): Add set/show for varobjdebug.
2954 (uninstall_variable): Test for varobjdebug before printing trace
2955 and send it to gdb_stdlog.
2956
29571999-09-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
2958
2959 * varobj.c (c_type_of_child): Fix missing break, improve comment
2960 and add warning.
2961 (c_number_of_children): Add comment.
2962
c3f6f71d
JM
2963Tue Sep 21 14:55:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
2964
2965 From 1999-08-20 J.T. Conklin <jtc@redback.com>:
2966 * remote.c (read_frame): expand cisco run-length encoding variant
2967 inline as is done for the standard encoding.
2968 (remote_cisco_expand): Removed.
2969
8b93c638
JM
29701999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
2971
2972 * varobj.c (varobj_update): Test for illegal invocation for
2973 non-root variable object.
2974
29751999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
2976
2977 * varobj.c (my_value_equal): Style. Eliminate side-effects.
2978 (varobj_update): Adjust calls to reflect the above change.
2979
29801999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
2981
2982 * varobj.c (c_value_of_variable): Fix return value for struct
2983 members when parent is a invalid pointer.
2984
c3f6f71d
JM
29851999-09-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2986
2987 * event-loop.c: Include <sys/time.h>.
2988
8b93c638
JM
29891999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
2990
2991 * varobj.c (cplus_number_of_children): Coding style improvement.
2992 (cplus_value_of_child): Ditto.
2993
29941999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
2995
2996 * varobj.c (c_name_of_child): Add missing default clause in switch
2997 statement.
2998 (c_type_of_child): Ditto.
2999 (varobj_set_value): Test for NULL type.
3000
30011999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
3002
3003 * varobj.c (varobj_set_value): Wrap call to evaluate_expression.
3004
30051999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
3006
3007 * varobj.c (format_string[]): Remove unused variable(s).
3008 (varobj_set_value): Ditto.
3009 (c_value_of_root): Ditto.
3010 (cplus_value_of_child): Ditto.
3011
30121999-09-20 Fernando Nasser <fnasser@totem.to.cygnus.com>
3013
3014 * varobj.c: Add missing header file include.
3015 (new_variable, new_root_variable): Fix prototype and header.
3016 (_initialize_varobj): Add prototype.
3017
c3f6f71d
JM
30181999-09-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3019
3020 * ser-ocd.c: (ser_ocd_open, ser_ocd_raw, ser_ocd_readchar,
3021 ser_ocd_setbaudrate, ser_ocd_write, ser_ocd_close,
3022 ser_ocd_get_tty_state, ser_ocd_set_tty_state): Remove unused
3023 prototypes.
3024 (ocd_readremote): Remove.
3025 (ocd_write): Remove unused var 'c'.
3026
30271999-09-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3028
3029 * event-top.c (change_line_handler): Cleanup dead code. Add comments.
3030 * event-loop.c: Cleanup #if 0 code.
3031
3032 * event-loop.h (timer_handler_func): New function type.
3033 (create_timer): Export function.
3034 (delete_timer): Export function.
3035
3036 * event-loop.c: Add timeout and timeout_valid fields to
3037 gdb_notifier. New structures gdb_timer and timer_list.
3038 (gdb_do_one_event): Check whether there are any timers tht are
3039 ready, before going to wait.
3040 (gdb_wait_for_event): If the timeout structure is meaningful, pass
3041 that to select()/poll().
3042 (create_timer): New function. Creates a timer.
3043 (delete_timer): New function. Deletes a timer.
3044 (handle_timer_event): New function. Deals with timers that are ready.
3045 (poll_timers): New Function. Chack whether timers have expired.
3046
3047Mon Sep 20 17:00:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3048
3049 * remote.c (getpkt, putpkt, remote_console_output): Move
3050 declaration from here.
3051 * remote.h: To here. New file.
3052 * tracepoint.c(putpkt, getpkt, remote_console_output): Delete
3053 declarations. Moved to "remote.h".
3054 * Makefile.in (remote_h): Define.
3055 * remote.c, tracepoint.c: Include "remote.h".
3056 * Makefile.in (tracepoint.o, remote.o): Add dependency on
3057 "remote.h".
3058
3059 * remote.h (remote_cisco_objfile_relocate,
3060 cleanup_sigint_signal_handler): Add declaration. Include FIXME.
3061 * infrun.c: Include "remote.h".
3062 (complete_execution): Delete local extern declaration
3063 of ``cleanup_sigint_signal_handler''.
3064 * Makefile.in (infrun.o): Add dependency on remote.h.
3065
8b93c638
JM
3066Mon Sep 20 16:15:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
3067
3068 * ui-out.h (ui_out_test_flags): Add missing declaration.
3069
c3f6f71d
JM
3070Mon Sep 20 13:41:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
3071
3072 * kod.c (ecos_kod_open, ecos_kod_request, ecos_kod_close,
3073 cisco_kod_open, cisco_kod_request, cisco_kod_close): Move
3074 declarations from here.
3075 * kod.h: To here. New file.
3076 * kod-cisco.c, kod.c: Include "kod.h".
3077 * Makefile.in (kod-cisco.o, kod.o): Add dependency on "kod.h".
3078
3079 * kod.h (kod_display_callback_ftype, kod_query_callback_ftype):
3080 New function types.
3081 * kod.h (kod_cisco_open): Use in declaration.
3082 * kod.c (gdb_kod_open): Update definition.
3083 * kod-cisco.c (cisco_kod_open): Update definition.
3084
3085Mon Sep 20 12:13:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
3086
3087 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
3088
3089 * breakpoint.c (until_break_command_continuation): Add
3090 declaration. Make static.
3091 * event-top.c (rl_callback_read_char_wrapper): Ditto.
3092
8b93c638
JM
3093Mon Sep 20 10:54:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
3094
3095 * Makefile.in (varobj.o): Disable warnings. Currently
3096 work-in-progress.
3097
c3f6f71d
JM
3098Fri Sep 17 19:28:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
3099
3100 * source.c: Include "source.h".
3101 (open_source_file, find_source_lines): Move declaration from here.
3102 * source.h: New file. To here.
3103 * Makefile.in (source.o): Add dependency on source.h.
3104
3105 * breakpoints.c (delete_command): Move declaration from here.
3106 * breakpoints.h (delete_command): To here.
3107
31081999-09-18 Jim Blandy <jimb@cygnus.com>
3109
3110 * hppa-tdep.c (in_solib_call_trampoline): If we can't recognize
3111 the instruction we're at, we're not in a stub.
3112
3113Sat Sep 18 07:13:03 1999 Jeffrey A Law (law@cygnus.com)
3114
3115 * dwarf2read.c (dwarf_decode_lines): Correctly handle
3116 DW_LNS_const_add_pc.
3117
31181999-09-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3119
3120 * remote.c (remote_async_open_1): Use inferior_event_handler to
3121 handle inferior events.
3122 (extended_remote_async_create_inferior): Ditto.
3123
3124 * serial.h (serial_event_ftype): Add two pars.
3125
3126 * ser-unix.c (ser_unix_event): Add two parameters, error and fd.
3127 Pass those into the call to the actual inferior event handler.
3128
3129 * infrun.c (complete_execution): Stdin handler is stdin_event_handler.
3130
3131 * event-top.h (stdin_event_handler): Export new function.
3132
3133 * event-top.c (stdin_event_handler): New function. Smarter handler
3134 for events on stdin.
3135 (change_line_handler): Don't need to update the handler for stdin
3136 here anymore.
3137 (_initialize_event_loop): Stdin handler is now stdin_event_handler.
3138
3139 * event-loop.h: (handler_func): Change signature, adding two new
3140 args.
3141 (sig_handler_func): New function type. It is the old handler_func.
3142 (create_async_signal_handler): Update to use sig_handler_func.
3143 (delete_async_signal_handler): Prototype for new function.
3144
3145 * event-loop.c: Include "inferior.h".
3146 (struct file_handler): Add field error, to indicate error
3147 condition on fd.
3148 (struct async_signal_handler): Rename type of proc field.
3149 (add_file_handler): Add exception condition as something select()
3150 should report.
3151 (handle_file_event): In case of error on the fd, record this in
3152 the file_handler structure. Update call to (*proc)() to match new
3153 signature.
3154 (gdb_wait_for_event): If select() or poll() return error, report
3155 this to user.
3156 (create_async_signal_handler): Change first param type to
3157 sig_handler_func*.
3158 (inferior_event_handler): New function. Smarter inferior event
3159 handling.
3160
31611999-09-18 Jim Blandy <jimb@cygnus.com>
3162
3163 * pa64solib.c (pa64_solib_create_inferior_hook): Remove code which
3164 tries to set __d_pid; it's not relevant to PA64 shared libraries.
3165
3166 A psymtab's texthigh element, and a block's endaddr element, are
3167 the address past the end of the address range, never the address
3168 of the last byte. These data structures mean the same thing on
3169 forty different architectures; there's no reason they should be
3170 different on HP/UX.
3171 * symtab.c (find_pc_sect_psymtab): Remove special case for HP/UX.
3172 (find_pc_sect_symtab): Same.
3173 * objfiles.c (find_pc_sect_section): Same.
3174
3175Sat Sep 18 07:13:03 1999 Jeffrey A Law (law@cygnus.com)
3176
3177 * hppa-tdep.c (internalize_unwinds): Handle PA64 shared libraries
3178 correctly
3179
3180 * hppa-tdep.c (in_solib_call_trampoline): Handle PA64 shared library
3181 trampolines.
3182
8b93c638
JM
31831999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3184
3185 * wrapper.h: Add missing define brackets.
3186
c3f6f71d
JM
31871999-09-17 Jim Blandy <jimb@zwingli.cygnus.com>
3188
3189 * breakpoint.c (permanent_breakpoint_here_p): Delete.
3190 Accidentally left over from previous changes.
3191
31921999-09-17 Jim Blandy <jimb@cygnus.com>
3193
3194 * config/pa/tm-hppa64.h (ARGS_GROW_DOWNWARD): Deleted. There are
3195 many more differences between the 32- and 64-bit ABI's than the
3196 direction the arguments grow, so this name is misleading.
3197 (PA20W_CALLING_CONVENTIONS): Define this instead.
3198 * config/pa/tm-hppa.h (ARGS_GROW_DOWNWARD): Delete.
3199 * hppa-tdep.c (hppa_push_arguments): Split into two separate
3200 functions, depending on whether PA20W_CALLING_CONVENTIONS is
3201 #defined. These implement completely separate specifications,
3202 they don't really share that much code anyway, and this is much
3203 more readable. Specifically: leave a 16-byte, not 32-byte, frame
3204 marker; correctly align objects larger than eight bytes; promote
3205 all integral scalar arguments smaller than eight bytes to a full
3206 register width; pad aggregates smaller than eight bytes on the
3207 right.
3208
8b93c638
JM
32091999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3210
3211 * Makefile.in: Add entries for varobj.[cho] and wrapper.[cho].
3212
32131999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3214
3215 * varobj.h: New file. GDB variable objects API.
3216 * varobj.c: New file. Implementation of the GDB variable objects
3217 API.
3218
32191999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3220
3221 * wrapper.h: New file. Longjump free calls to gdb internal
3222 routines.
3223 * wrapper.c (gdb_evaluate_expression, wrap_evaluate_expression,
3224 gdb_value_fetch_lazy, wrap_value_fetch_lazy, gdb_value_equal,
3225 wrap_value_equal, gdb_value_ind, wrap_value_ind): New functions.
3226
c3f6f71d
JM
3227Thu Sep 16 17:33:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
3228
3229 * remote.c (remote_async_open_1): Use SERIAL_ASYNC to
3230 enable/disable async event callback on serial port. Use
3231 SERIAL_CAN_ASYNC_P / SERIAL_IS_ASYNC_P to determine if / when
3232 async mode.
3233 (remote_async_resume, remote_async_detach, remote_async_kill,
3234 extended_remote_async_create_inferior, remote_async_wait): Ditto.
3235
3236 * ser-unix.c (hardwire_readchar): When ASYNC, only read a single
3237 character.
3238 (ser_unix_readchar): Ditto. Problems occure with back-to-back
3239 data from a target. The ASYNC code can loose the second data
3240 chunk.
3241
3242 * serial.c (serial_fdopen): Initialize async_handler and
3243 async_context.
3244
32451999-09-16 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3246
3247 * utils.c (discard_all_continuations): New function.
3248 * defs.h: (discard_all_continuations): Add prototype.
3249
32501999-09-16 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3251
3252 * valops.c: Remove prototype for search_struct_field_aux(). THe
3253 function was nowhere in the file.
3254 (value_ind): Remove unused var real_val.
3255 (value_find_oload_method_list): Remove unused var v.
3256 (find_overload_match): Remove extra declaration of var jj.
3257
3258 * Makefile.in (event_top_h): Define. Add dependency on this for
3259 every file that includes event-top.h.
3260
3261Thu Sep 16 17:33:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
3262
3263 * serial.c (serial_open): Delete ``&'' device.
3264 * ser-unix.c (_initialize_ser_hardwire): Make the "hardwire"
3265 device async. Delete temporary "async-hardwire" device.
3266
3267Thu Sep 16 16:27:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
3268
3269 * serial.h (SERIAL_IS_ASYNC_P): Define. Non-zero when serial
3270 device is in async mode.
3271 (SERIAL_CAN_ASYNC_P): Rename SERIAL_ASYNC_P.
3272 * serial.c (serial_is_async_p): Implement.
3273 (serial_can_async_p): Rename serial_async_p.
3274 (serial_open): Initialize ASYNC_HANDLER and ASYNC_CONTEXT. Save
3275 the original name in SCB instead of the stripped name.
3276
3277Thu Sep 16 12:20:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
3278
3279 * serial.h (struct serial_ops): Add field ASYNC.
3280 (SERIAL_ASYNC, SERIAL_ASYNC_P): New macros.
3281 (struct _serial_t): Add fields async_context and async_handler.
3282 * serial.c (serial_async, serial_async_p): Implement.
3283
3284 * ser-unix.c: Include "event-loop.h".
3285 (ser_unix_async), ser-unix.c: New function. Implement async mode.
3286 (async_event): Handle async events.
3287 * ser-unix.c (_initialize_ser_hardwire), ser-tcp.c
3288 (_initialize_ser_tcp), ser-pipe.c (_initialize_ser_pipe): Enable
3289 ASYNC.
3290
3291 * serial.c (serial_open): Discard leading ``|'' before opening a
3292 pipe device.
3293 * ser-pipe.c (pipe_open): Adjust.
3294 * serial.c (serial_open): Add ``&'' prefix so that
3295 "async-hardwire" device can be explicitly selected. Work in
3296 progress.
3297 * ser-unix.c: Register "async-hardwire" device.
3298
3299Thu Sep 16 09:04:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
3300
3301 * ser-unix.h: New file. Declare generic ser_unix functions.
3302 * ser-unix.c (ser_unix_nop_get_tty_state,
3303 ser_unix_nop_set_tty_state, ser_unix_nop_raw, ser_unix_wait_for,
3304 ser_unix_readchar, ser_unix_nop_noflush_set_tty_state,
3305 ser_unix_nop_print_tty_state, ser_unix_nop_setbaudrate,
3306 ser_unix_nop_setstopbits, ser_unix_write,
3307 ser_unix_nop_flush_output, ser_unix_nop_flush_input,
3308 ser_unix_nop_send_break, ser_unix_nop_drain_output): New
3309 functions.
3310 * ser-unix.c: Include <sys/wait.h>, <sys/socket.h>,
3311 "gdb_string.h".
3312
3313 * ser-tcp.c (_initialize_ser_tcp), ser-unix.c
3314 (_initialize_ser_hardwire), ser-pipe.c (_initialize_ser_tcp):
3315 Initialize ops vector using assignment.
3316
3317 * ser-pipe.c, ser-tcp.c, ser-unix.c: Include ser-unix.h.
3318
3319 * ser-pipe.c (pipe_get_tty_state, pipe_set_tty_state,
3320 pipe_return_0, pipe_raw, wait_for, pipe_readchar,
3321 pipe_noflush_set_tty_state, pipe_print_tty_state,
3322 pipe_setbaudrate, pipe_setstopbits, pipe_write), ser-tcp.c
3323 (tcp_get_tty_state, tcp_set_tty_state, tcp_return_0, tcp_raw,
3324 wait_for, tcp_readchar, tcp_noflush_set_tty_state,
3325 tcp_print_tty_state, tcp_setbaudrate, tcp_setstopbits, tcp_write):
3326 Delete functions.
3327
33281999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3329
3330 * d10v-tdep.c (remote_d10v_translate_xfer_address): Move to here
3331 from remote-d10v.c, also change the memory translation to its
3332 previous version.
3333 * remote-d10v.c: Remove.
3334 * config/d10v/d10v.mt (TDEPFILES): Remove remote-d10v.o.
3335
33361999-09-15 Jim Blandy <jimb@cygnus.com>
3337
3338 * breakpoint.c (remove_breakpoint): Return zero, not nothing.
3339
33401999-09-14 Jim Blandy <jimb@cygnus.com>
3341
3342 * hppa-tdep.c (frame_chain): If the unwind info says we've saved
3343 r3, don't trust it. Call get_frame_saved_regs and see if we can
3344 actually find an address for r3 there.
3345
3346 * pa64solib.c (pa64_sharedlibrary_info_command): Text fix.
3347
3348Tue Sep 14 14:34:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3349
3350 * serial.h (DEPRECATED_SERIAL_FD): Define.
3351 * serial.c (deprecated_serial_fd): New function.
3352
3353 * remote.c (remote_async_open_1, remote_async_open_1,
3354 remote_async_detach, remote_async_kill,
3355 extended_remote_async_create_inferior, minitelnet): Update.
3356 * remote-es.c (es1800_open, es1800_close, es1800_transparent): Update.
3357
3358 * remote-st.c (connect_command), remote-os9k.c (connect_command):
3359 Fix. Call FD_SET et.al. with FD instead of serial_t.
3360
33611999-09-14 Jim Blandy <jimb@cygnus.com>
3362
3363 * hppa-tdep.c (hppa_frame_find_saved_regs): The two possible
3364 instructions for saving the return pointer (32- and 64-bit) save
3365 it at different offsets.
3366
3367 * config/pa/tm-hppa64.h: Doc fix.
3368
3369 * defs.h (continuation): Make this a typedef.
3370
c3f6f71d
JM
3371 * Makefile.in (i386-linux-nat.o): Depend on symfile.h, not
3372 $(symfile_h); the latter has no definition.
3373
3374 * breakpoint.c (breakpoint_here_p): Remove meaningless code,
3375 testing b->enable against shlib_disabled and call_disabled after
3376 we know it is enabled.
3377
3378 Implement "permanent breakpoints" --- breakpoints that are
3379 hardwired into the inferior's code. GDB knows they're there, but
3380 doesn't try to insert or remove them, etc.
3381 * breakpoint.h (enum enable): Add `permanent' enablement state.
3382 * breakpoint.c (make_breakpoint_permanent): New function.
3383 * breakpoint.h (make_breakpoint_permanent): Add declaration.
3384 * breakpoint.c (insert_breakpoints): Don't bother to insert
3385 permanent breakpoints...
3386 (remove_breakpoint): ... or remove them.
3387 (breakpoint_here_p): Handle `permanent' like `enabled'. Change
3388 return value to indicate whether it's a permanent breakpoint here,
3389 or an ordinary breakpoint.
3390 * breakpoint.h (enum breakpoint_here): New enum.
3391 (breakpoint_here_p): Change declaration.
3392 * breakpoint.h (breakpoint_1): Extend bpenables to cover all the
3393 enablement states.
3394 (describe_other_breakpoints): Describe permanent breakpoints.
3395 (check_duplicates): If one of the breakpoints at ADDRESS is a
3396 permanent breakpoint, treat all the others as the duplicates, so
3397 we don't try to insert or remove any of them. Verify that only
3398 the permanent breakpoint is actually inserted.
3399 (delete_breakpoint): Complain if we discover that another
3400 breakpoint was inserted at the same place as a permanent
3401 breakpoint.
3402 (disable_breakpoint): Fail silently if asked to disable a
3403 permanent breakpoint.
3404 (do_enable_breakpoint): Don't change a permanent breakpoint's
3405 enablement to ordinary `enabled'. Leave it alone.
3406 (create_solib_event_breakpoint): Return the
3407 breakpoint object created.
3408 * breakpoint.h (create_solib_event_breakpoint): Fix declaration.
3409 * pa64solib.c (pa64_solib_create_inferior_hook): Do turn on the
3410 DT_HP_DEBUG_CALLBACK flag in the dynamic linker, so it will call
3411 __dld_break, which contains the permanent breakpoint, when interesting
3412 things happen. Tell GDB that the breakpoint in __dld_break is
3413 permanent.
c3f6f71d
JM
3414 * infrun.c (SKIP_PERMANENT_BREAKPOINT): Provide default definition.
3415 (default_skip_permanent_breakpoint): New function.
3416 (resume): If we're trying to resume at a permanent breakpoint, use
3417 SKIP_PERMANENT_BREAKPOINT to step over it.
3418 * hppa-tdep.c (hppa_skip_permanent_breakpoint): New function.
3419 * config/pa/tm-hppa.h (hppa_skip_permanent_breakpoint): Declare.
3420 (SKIP_PERMANENT_BREAKPOINT): Define.
3421
34221999-09-14 Kevin Buettner <kevinb@cygnus.com>
3423
3424 * symtab.h, minsyms.c (find_stab_function_addr): Changed
3425 type of second parameter from partial_symtab * to char *.
3426 Fixed all callers.
3427 * minsyms.c (find_stab_function_addr): Look for minimal
3428 symbol without filename if filename based search fails.
3429 * dbxread.c (process_one_symbol): Call find_stab_function_addr()
3430 in place of inline code with identical functionality.
3431 * partial-stab.h (case N_FUN, descriptors 'F' and 'f'): Look
3432 up symbol's address from minimal symbol table when N_FUN
3433 address is missing. Also, make sure this value is used for
3434 calculating the value of the texthigh field.
3435
34361999-09-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3437
3438 * event-loop.c (create_file_handler): Increment the total number
3439 of file descriptors for the poll case, only if this is a new file
3440 desc.
3441
34421999-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3443
3444 * go32-nat.c: misc minor cleanups and fixes missed in last patch.
3445
3446Tue Sep 14 12:37:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
3447
3448 * serial.h (SERIAL_PRINT_TTY_STATE): Add STREAM parameter.
3449 (union serial_ops): Update.
3450
3451 * ser-unix.c (hardwire_print_tty_state, ser-tcp.c
3452 (tcp_print_tty_state), ser-pipe.c (pipe_print_tty_state,
3453 ser-go32.c (dos_print_tty_state, ser-mac.c (mac_print_tty_state,
3454 ser-ocd.c (ocd_print_tty_state, ser-e7kpc.c
3455 (e7000pc_print_tty_state): Update.
3456 * inflow.c (child_terminal_info): Update.
3457 * serial.c (serial_print_tty_state): Update.
3458
3459Tue Sep 14 11:41:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
3460
3461 * serial.c, serial.h, ser-tcp.c, ser-unix.c, ser-pipe.c: Convert
3462 all functions to ISO-C.
3463 * serial.h, serial.c: Move all indirect macro function calls from
3464 serial.h into serial.c.
3465 (serial_drain_output, serial_flush_output, serial_flush_input,
3466 serial_raw, serial_get_tty_state, serial_set_tty_state,
3467 serial_print_tty_state, serial_noflush_set_tty_state,
3468 serial_setbaudrate, serial_setstopbits): New functions.
3469 (do_serial_close): Rename serial_close.
3470 (serial_close, serial_un_fdopen): New functions. Call
3471 do_serial_close.
3472
34731999-09-13 James Ingham <jingham@leda.cygnus.com>
3474
3475 * symtab.c (decode_line_1): Find the rightmost parenthesis in the
3476 expression, not the leftmost. This allows us to parse function
3477 declarations with embedded function prototypes.
3478
3479Mon Sep 13 18:39:31 1999 Jeffrey A Law (law@cygnus.com)
3480
3481 * pa64solib.c (pa64_sharedlibrary_info_command): Fix typos.
3482
34831999-09-13 Kevin Buettner <kevinb@cygnus.com>
3484
3485 * i386-tdep.c (i386_extract_return_value): ifdef'd so that
3486 non-linux targets will work again.
3487 (i386_do_registers_info, i386_print_register): Revert changes
3488 of 1999-09-03; these functions have been removed because they
3489 are Linux specific and break non-Linux builds. This functionality
3490 will be restored after FP support unification has been achieved.
3491 * i387-tdep.c (i387_print_register, void i387_float_info):
3492 Likewise.
3493 * config/i386/tm-linux.h (i387_float_info, FLOAT_INFO,
3494 DO_REGISTERS_INFO, i386_do_registers_info,
3495 i387_print_register): Likewise.
3496
34971999-09-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3498
3499 * event-top.c (call_readline): Change to accept gdb_client_data as
3500 param.
3501 (rl_callback_read_char_wrapper): New function to match what the
3502 event loop expects and what readline expects.
3503 (change_line_handler): Make call_readline point to
3504 rl_callback_read_char_wrapper, instead of rl_callback_read_char.
3505 (_initialize_event_loop): Ditto.
3506 (gdb_readline2): Change parameter to gdb_client_data.
3507 * event-top.h (call_readline, gdb_readline2): Change accordingly.
3508
3509 * event-loop.c (add_file_handler): Change 2nd par to
3510 handler_func*. No more need for casting.
3511 * event-loop.h (create_async_signal_handler): Change accordingly.
3512
3513 * inferior.h (fetch_inferior_event): Change parameter to void*.
3514 * infrun.c (fetch_inferior_event): Ditto.
3515
35161999-09-13 Stan Shebs <shebs@andros.cygnus.com>
3517
3518 * infrun.c (step_into_function): New function, broken out from the
3519 step_into_function label in handle_inferior_event.
3520 (handle_inferior_event): Change a goto into a function call.
3521
35221999-09-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3523
3524 * event-top.h: New file. All the exported vars and functions from
3525 event-top.c.
3526
3527 * event-loop.h (struct gdb_event, event_handler_func,
3528 file_handler, async_signal_handler, SELECT_MASK, fd_mask, NBBY,
3529 FD_SETSIZE, howmany, NFDBITS, MASK_SIZE): Move to event-loop.c.
3530 (struct prompts, PROMPT, PREFIX, SUFFIX, display_gdb_prompt,
3531 async_init_signals, set_async_editing_command,
3532 set_async_annotation_level, set_async_prompt, handle_stop_sig,
3533 handle_sigint, pop_prompt, push_prompt, gdb_readline2,
3534 mark_async_signal_handler_wrapper, async_request_quit,
3535 async_command_editing_p, exec_done_display_p,
3536 async_annotation_suffix, new_async_prompt, the_prompts,
3537 call_readline, input_handler, input_fd): Move to event-top.h.
3538 (All function prototypes): Don't use PARAMS anymore.
3539
3540 * event-loop.c: (struct gdb_event, event_handler_func,
3541 file_handler, async_signal_handler, SELECT_MASK, fd_mask, NBBY,
3542 FD_SETSIZE, howmany, NFDBITS, MASK_SIZE): Move to here from
3543 event-loop.h.
3544 Include event-top.h. Remove use of PARAMS. ANSIfy functions headers.
3545
3546 * event-top.c: Include event-top.h. Include "signals.h", not
3547 <signals.h>.
3548 Remove use of PARAMS. ANSIfy functions headers.
3549 (handle_stop_sig): move prototype to event-top.h.
3550
3551 * remote.c: Include event-top.h. Make it understand
3552 async_signal_handler type.
3553 * infrun.c: Include event-top.h.
3554 * mi-main.c: Ditto.
3555 * top.c Ditto.
3556 * utils.c: Ditto.
3557
3558Mon Sep 13 18:54:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3559
3560 * gdbarch.sh: Describe each of the fields.
3561
3562Mon Sep 13 17:51:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3563
3564 From 1999-09-12 Jim Blandy <jimb@cygnus.com>:
3565 * gdbarch.sh (generating setters): Use sed to generate the proper
3566 indentation, not tr; tr's behavior is notoriously unportable.
3567
35681999-09-10 Jim Blandy <jimb@zwingli.cygnus.com>
3569
3570 * i387-tdep.c (print_387_control_bits): Don't print newline; the
3571 callers take care of that. (Thanks to H.J. Lu.)
3572
35731999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3574
3575 * d10v-tdep.c (DMEM_START): Set to 0x2000000.
3576 (itrace, iuntrace, info itrace, itdisassemble, itracedisplay,
3577 itracesource): Add 'i' prefix to commands, so as not to conflict
3578 with generic trace commands.
3579
35801999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3581
3582 * remote.c (_initialize_remote): Fix the specification of the
3583 "remote" prefix to set and show commands.
3584
8b93c638
JM
35851999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3586
3587 * command.c (print_doc_line): Update to use ui_out.
3588 (do_setshow_command): Ditto.
3589 (cmd_show_list): Ditto.
3590
c3f6f71d
JM
35911999-09-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3592
3593 * event-loop.c (create_file_event): New function. Creates a gdb
3594 event for a given fd.
3595 (gdb_wait_for_event): Use create_file_event().
3596 * event-loop.h: export create_file_event().
3597
3598 * event-loop.c (delete_file_handler): Move the clearing of the
3599 mask to later on in the function, because we need it in order to
3600 deactivate the correct fd when using select().
3601
3602 * m32r-tdep.c (decode_prologue): Fix typo. Instructions starting
3603 with 0xf are branch instructions.
3604 (m32r_scan_prologue): Initialize framesize to 0.
3605
36061999-09-07 J.T. Conklin <jtc@redback.com>
3607
3608 * i386-stub.c (exceptionHook, oldExceptionHook): Removed.
3609 (handle_exception): Removed #if'd out exception hook code.
3610
3611 * i386-stub.c, m68k-stub.c (error): Removed unused variable.
3612
3613 * i386-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
3614 sparcl-stub.c, sparclet-stub.c (remcomInBuffer, remcomOutBuffer):
3615 Make static.
3616
3617Tue Sep 7 14:06:22 1999 Kevin Buettner <kevinb@cygnus.com>
3618
3619 * config/i386/tm-linux.h (SOFUN_ADDRESS_MAYBE_MISSING):
3620 Define.
3621
3622Tue Sep 7 08:18:01 1999 Kevin Buettner <kevinb@cygnus.com>
3623
3624 From Jim Blandy <jimb@cygnus.com>:
3625
3626 Step into calls to functions in shared libraries properly. See
3627 the comments for SKIP_SOLIB_RESOLVER atop infrun.c for details.
3628 * infrun.c (SKIP_SOLIB_RESOLVER): New macro.
3629
36301999-09-05 Fred Fish <fnf@cygnus.com>
3631
3632 * elfread.c (elf_symtab_read): Remove separately passed bfd
3633 pointer and offset. Pick up bfd pointer from objfile, and
3634 get offset from objfile's section_offsets.
3635
3636Fri Sep 3 22:29:39 1999 Kevin Buettner <kevinb@cygnus.com>
3637
3638 * config/i386/tm-linux.h (REGISTER_NAMES): Changed register
3639 named "foo" to "fopo" which more accurately describes the FPU
3640 Operand Pointer Offset. The real reason for this change, of
3641 course, is that many programmers use $foo as a convenience
3642 variable and are likely to be unpleasantly surprised to find
3643 that they're unwittingly changing the state of their ia32 FPU.
3644
36451999-09-03 Jason Molenda (jsm@bugshack.cygnus.com)
3646
3647 * monitor.c (monitor_supply_register): Stop scanning val string
3648 if a newline is encountered.
3649
36501999-09-03 Jason Molenda (jsm@bugshack.cygnus.com)
3651
3652 monitor.c (TARGET_BUF_SIZE): New macro, defined to 2048.
3653 (monitor_expect_regexp, monitor_wait, monitor_dump_reg_block,
3654 monitor_dump_reg_block): Dump hard-coded constants in favor
3655 of TARGET_BUF_SIZE.
3656
3657 (readchar): Re-enable output of characters read from monitor when
3658 remotedebug is set.
3659
3660 (monitor_supply_register): Use ULONGEST to hold value.
3661 Replace strtoul() call with hand-coded loop to handle values
3662 larger than 'long'.
3663
3664 (monitor_store_register): Use ULONGEST to hold value.
3665
3666Fri Sep 3 00:47:44 1999 Kevin Buettner <kevinb@cygnus.com>
3667
3668 [Merged linux/x86 floating point code from Bill Metzenthen,
3669 Jim Blandy, Anthony Green, H. J. Lu, and possibly others. The
3670 following remarks are Jim Blandy's.]
3671
3672 * findvar.c (extract_floating): Call TARGET_EXTRACT_FLOATING, if
3673 #defined.
3674 (store_floating): Call TARGET_STORE_FLOATING, if #defined.
3675
3676 * i386-tdep.c (i386_print_register, i386_do_registers_info): New
3677 functions.
3678 (i386_extract_return_value): GNU/Linux returns floating point
3679 values in a floating point register too.
3680 (set_disassembly_flavor): Add prototype.
3681 (i386_extract_return_value): Use FPDATA_REGNUM, not FP0_REGNUM (
3682 which wasn't the first FP data register).
3683 (i386_do_registers_info): Use FPSTART_REGNUM and FPEND_REGNUM as
3684 the limits of the FPU-related registers.
3685 (i386_extract_return_value): Tell GDB how to find return values
3686 larger than four bytes. (Thanks to Paul N. Hilfinger for the bug
3687 report.)
3688
3689 * i387-tdep.c (print_387_control_word): Break out bit-splitting into...
3690 (print_387_control_bits): New function.
3691 (print_387_status_word): Break out bit-splitting into...
3692 (print_387_status_bits): New function.
3693 (i387_print_register, i387_float_info, i387_hex_float_input): New
3694 functions.
3695 (i387_extract_floating, i387_store_floating): New functions.
3696
3697 * valprint.c (print_floating): Use macro TARGET_ANALYZE_FLOATING,
3698 if it's #defined. Tolerate values of `nonnegative' other than
3699 zero and one.
3700
3701 * i386-linux-nat.c: New file.
3702 * Makefile.in (ALLDEPFILES): Mention i386-linux-nat.c.
3703 (i386-linux-nat.o): New rule, listing dependencies.
3704 * config/i386/linux.mh (NATDEPFILES): Use i386-linux-nat.o, not
3705 the plain i386v4-nat.o.
3706 * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3707 * config/i386/xm-linux.h: Define HOST_I386.
3708
3709 * config/i386/tm-linux.h (FP0_REGNUM): Replaced by...
3710 (FPSTART_REGNUM, FPCONTROL_REGNUM, FPSTATUS_REGNUM, FPTAG_REGNUM,
3711 FPDATA_REGNUM, FPEND_REGNUM): New definitions.
3712 (REGISTER_BYTES): Changed accordingly.
3713 (SKIP_SOLIB_RESOLVER): #define this.
3714 (i386_linux_skip_solib_resolver): New declaration.
3715 (i387_float_info): Added extern decl for this function.
3716 (TARGET_EXTRACT_FLOATING, TARGET_STORE_FLOATING,
3717 TARGET_ANALYZE_FLOATING): Define.
3718 (i387_extract_floating, i387_store_floating): New extern decls.
3719 (I386_GNULINUX_TARGET): Define.
3720 (NUM_REGS, NUM_FREGS, REGISTER_NAMES, FP0_REGNUM, FPDATA_REGNUM,
3721 FPENV_BYTES, FPREG_RAW_SIZE, FPREG_BYTES, REGISTER_BYTES,
3722 REGISTER_BYTE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
3723 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3724 TARGET_LONG_DOUBLE_BIT, FLOAT_INFO, DO_REGISTERS_INFO): New
3725 definitions, perhaps overriding those inherited from
3726 config/i386/tm-i386.h.
3727 (i386_do_registers_info, i387_print_register, double_to_i387,
3728 i387_to_double): New declarations.
3729 (LD_I387): Define iff both the host and target are using i387
3730 FPU's.
3731 (HEX_FLOAT_INPUT, REGISTER_CONVERTIBLE,
3732 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW,
3733 REGISTER_VIRTUAL_TYPE): Define these if LD_I387 is defined.
3734
3735 * source.c (list_command): List the right number of source lines,
3736 even if we're at the top of the file.
3737
37381999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3739
3740 * infrun.c (step_over_function): New function, broken out from the
3741 step_over_function label in handle_inferior_event.
3742 (handle_inferior_event): Change a goto into a function call.
3743
3744Thu Sep 2 18:26:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
3745
3746 * Makefile.in (GDB_WERROR_CFLAGS, GBB_WARN_CFLAGS): Define.
3747 (INTERNAL_CFLAGS): Update
3748 * configure.in (WERROR_CFLAGS, WARN_CFLAGS): Sync with
3749 ../sim/common/aclocal.m4.
3750 * configure: Re-generate.
3751
3752Thu Sep 2 00:27:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
3753
3754 * Makefile.in (z8k-tdep.o): For moment, don't try to compile with
3755 -Werror. See Makefile.in.
3756 * z8k-tdep.c (z8k_set_pointer_size): Document problem.
3757
3758 * config/z8k/tm-z8k.h (z8k_print_register_hook, z8k_frame_chain,
3759 z8k_saved_pc_after_call, z8k_frame_saved_pc,
3760 z8k_set_pointer_size): Declare.
3761 (z8k_skip_prologue): Fix typo. Was mz8k_skip_prologue.
3762 (FRAME_CHAIN, PRINT_REGISTER_HOOK, FRAME_SAVED_PC,
3763 SAVED_PC_AFTER_CALL): Update.
3764 * z8k-tdep.c (z8k_print_register_hook): Rename
3765 z8k_print_register_hook.
3766 (z8k_frame_chain): Rename frame_chain.
3767 (z8k_saved_pc_after_call): Rename saved_pc_after_call.
3768 (z8k_frame_saved_pc): Rename frame_saved_pc.
3769 (z8k_print_register_hook): Fix printf.
3770 (read_memory_pointer): Add declaration.
3771 ("value.h"): Include.
3772 * Makefile.in (z8k-tdep.o): Add dependency on value.h.
3773
3774 * config/sparc/tm-sparc.h (PRINT_EXTRA_FRAME_INFO): Fix
3775 printf. calls
3776 * Makefile.in (remote-e7000.o): For moment, don't try to compile
3777 with -Werror. See Makefile.in.
3778 * sh-tdep.c (sh_show_regs): Fix printf calls.
3779 * xcoffsolib.c (solib_info): Fix Printf calls.
3780 * dink32-rom.c: #include "symfile.h" for generic_load and
3781 "inferior.h" for write_pc.
3782 * Makefile.in (dink32-rom.o): Update.
3783
3784 * config/mn10300/tm-mn10300.h (mn10300_store_struct_return),
3785 config/mn10200/tm-mn10200.h (mn10200_store_struct_return): Add
3786 declarations.
3787
3788Tue Aug 31 00:48:27 1999 Andrew Cagney <cagney@amy.cygnus.com>
3789
3790 * config/mips/tm-tx49el.h (REGISTER_SIM_REGNO): Define.
3791
3792 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
3793 Pass REGISTER_SIM_REGNO converted register number to the
3794 simulator.
3795
37961999-09-01 Tom Tromey <tromey@cygnus.com>
3797
3798 * config/i386/nm-linux.h (PREPARE_TO_PROCEED): Added argument.
3799
38001999-09-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3801
3802 * values.c (value_virtual_fn_field): Remove unused var(s).
3803 * thread.c (prune_threads): Ditto.
3804 * symtab.c (lookup_transparent_type): Ditto.
3805 (decode_line_1): Ditto.
3806 (make_symbol_overload_list): Ditto.
3807 * rs6000-tdep.c (frame_get_saved_regs): Ditto.
3808 (set_processor): Ditto.
3809 * remote.c (remote_remove_breakpoint): Ditto.
3810 (remote_query): Ditto.
3811 (readtty): Ditto.
3812 * remote-sds.c (sds_fetch_registers): Ditto.
3813 (putmessage): Ditto.
3814 * ppcbug-rom.c (ppcbug_supply_register): Ditto.
3815 (ppcbug_open): Remove unused prototype.
3816 * parse.c (parse_nested_classes_for_hpacc): Remove unused var(s).
3817 * ocd.c (ocd_open): Ditto.
3818 (ocd_get_packet): Ditto.
3819 * monitor.c (monitor_error): Ditto.
3820 (monitor_wait_srec_ack): Ditto.
3821 * main.c (main): Ditto.
3822 * gdbtypes.c (count_virtual_fns): Ditto.
3823 * exec.c (exec_file_command): Ditto.
3824
3825 * event-top.c: Include handle_sigwinch() function prototype within
3826 appropriate #ifdef.
3827
3828 * eval.c (evaluate_subexp_standard): Remove unused variable.
3829 (evaluate_subexp_standard): Remove unused variables.
3830 * dink32-rom.c (dink32_supply_register): Remove unused variable.
3831 * dbxread.c (elfstab_build_psymtabs): Ditto.
3832 * command.c (do_setshow_command): Ditto.
3833 * breakpoint.c (solib_load_unload_1): Remove unused variables 'i'
3834 and 'sal'.
3835 (until_break_command): Remove unused variables 'arg1' and 'arg2'.
3836 (create_exception_catchpoint): Remove unused variable 'i'.
3837 * ax-gdb.c (gen_sub): Remove unused variable.
3838 (_initialize_ax_gdb): Ditto.
3839
3840 * ser-pipe.c (pipe_readchar): If timeout is expired return
3841 SERIAL_TIMEOUT.
3842 * ser-tcp.c (tcp_readchar): If timeout is expired return
3843 SERIAL_TIMEOUT.
3844
3845Wed Sep 1 15:07:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
3846
3847 * version.h: New file.
3848 * Makefile.in (version_h): Define.
3849 (version.o): Add target.
3850
3851 * remote-array.c: #include "version.h".
3852 (version): Delete extern declarations.
3853 * Makefile.in (remote-array.o): Add dependency on version.h.
3854
3855 * top.c: #include "version.h".
3856 (version, host_name, target_name): Delete extern declarations.
3857 * Makefile.in (top.o): Add dependency on version.h.
3858
3859 * remote.c (remote_remove_watchpoint, remote_insert_watchpoint),
3860 remote-array.c (array_open), remote-mips.c (send_srec),
3861 dve3900-rom.c (store_bitmapped_register): Fix Printfs.
3862
3863 * mips-tdep.c (mips_print_extra_frame_info, print_unpack),
3864 m32r-rom.c (m32r_load_section), m32r-tdep.c (m32r_frame_chain),
3865 dsrec.c (load_srec): Fix printf problems.
3866
3867Wed Sep 1 13:16:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
3868
3869 * Makefile.in (monitor.o): For moment, don't try to compile with
3870 -Werror. monitor.c has -Wformat problems. See Makefile.in for
3871 more info.
3872
3873Tue Aug 31 21:23:38 1999 Jeffrey A Law (law@cygnus.com)
3874
3875 * hppa-tdep.c (prologue_inst_adjust_sp): Correct offset computation
3876 for doubleword store instructions.
3877 (hppa_frame_find_saved_regs): Similarly.
3878
3879Wed Sep 1 09:22:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3880
3881 * d30v-tdep.c (d30v_print_register):
3882 (tdisassemble_command):
3883
3884 * d10v-tdep.c (show_regs, trace_info, tdisassemble_command): Fix
3885 printf problems.
3886
3887 * remote-sim.c (dump_mem), remote-rdi.c (arm_rdi_create_inferior):
3888 Fix printf arguments.
3889
3890 * remote-mips.c, mips-tdep.c: Move declaration of
3891 ``mips_set_processor_type_command'' from here.
3892 * config/mips/tm-mips.h: To here.
3893 * remote-array.c: #include "inferior.h".
3894 * config/mips/tm-embed.h (remote_mips_stopped_by_watchpoint): Add
3895 declaration.
3896 * remote-mips.c (remote_mips_stopped_by_watchpoint): Define using
3897 ISO-C prototype.
3898 (monitor_supports_breakpoints): Integer variable.
3899
3900 * m32r-rom.c: #include "inferior.h" and <ctype.h>
3901 * config/m32r/tm-m32r.h (m32r_write_sp): Add declaration.
3902
3903 * config/i960/tm-i960.h (leafproc_return, i960_pop_frame): Add
3904 declaration.
3905 (POP_FRAME): Call i960_pop_frame.
3906 * i960-tdep.c (i960_pop_frame): Rename pop_frame.
3907 * mon960-rom.c: #include "inferior.h" for declaration of write_pc.
3908
39091999-08-15 Fred Fish <fnf@cygnus.com>
3910
3911 * objfiles.c (objfile_relocate): Use SIZEOF_SECTION_OFFSETS when
3912 allocating section_offsets array.
3913 * remote-os9k.c (rombug_wait): Ditto.
3914 * remote-vx.c (vx_add_symbols): Ditto.
3915 * remote.c (get_offsets): Ditto.
3916 (remote_cisco_objfile_relocate): Ditto.
3917 * rs6000-nat.c (vmap_symtab): Ditto.
3918
3919 * dstread.c (dst_symfile_offsets): Set section_offsets directly instead
3920 of returning a pointer to section offsets.
3921 * somread.c (som_symfile_offsets): Ditto.
3922 * xcoffread.c (xcoff_symfile_offsets): Ditto.
3923 * symfile.c (default_symfile_offsets): Ditto.
3924 (syms_from_objfile): The sym_offsets function has already set section
3925 offsets and no longer returns a value.
3926
3927 * xcoffread.c (scan_xcoff_symtab): Eliminate section_offsets passed
3928 separate from objfile.
3929 (xcoff_start_psymtab): Ditto.
3930 (START_PSYMTAB): Ditto.
3931 * os9kread.c (read_minimal_symbols): Ditto.
3932 (read_os9k_psymtab): Ditto.
3933 (os9k_start_psymtab): Ditto.
3934 (record_minimal_symbol): Ditto.
3935 * dbxread.c (START_PSYMTAB): Ditto.
3936 (start_psymtab): Ditto.
3937 * mdebugread.c (START_PSYMTAB): Ditto.
3938 (elfmdebug_build_psymtabs): Ditto.
3939 (mdebug_build_psymtabs): Ditto.
3940 (parse_partial_symbols): Ditto.
3941 (new_psymtab): Ditto.
3942 * dwarfread.c (dwarf_build_psymtabs): Ditto.
3943 * partial-stab.h (START_PSYMTAB): Ditto.
3944 * stabsread.h (start_psymtab): Ditto.
3945 * dwarf2read.c (dwarf2_build_psymtabs): Ditto.
3946 (dwarf2_build_psymtabs_easy): Ditto.
3947 (dwarf2_build_psymtabs_hard): Ditto.
3948 * hp-psymtab-read.c (hpread_build_psymtabs): Ditto.
3949 (hpread_quick_traverse): Ditto.
3950 (hpread_start_psymtab): Ditto.
3951 (scan_procs): Ditto.
3952 * hpread.c (hpread_build_psymtabs): Ditto.
3953 * symfile.h (dwarf2_build_psymtabs): Ditto.
3954
3955 * dbxread.c (read_dbx_symtab): Use ANOFFSET to access section
3956 offsets.
3957 * coffread.c (enter_linenos): Pass objfile instead of section
3958 offsets.
3959
3960 * dbxread.c (dbx_symfile_read): No need to explicitly pass
3961 text addr and size. Let read_dbx_symtab find them.
3962 (read_dbx_symtab): Get text addr and size from objfile.
3963 (dbx_symfile_read): Remove dead code (call to strlen);
3964
39651999-08-31 Michael Snyder <msnyder@cleaver.cygnus.com>
3966
3967 * Makefile.in: add rule for sol-thread.o.
3968 Add rule for linux-thread.o.
3969
39701999-08-13 Jim Kingdon <kingdon@redhat.com>
3971
3972 Threads code from gdb 4.18-codefusion-990706
3973 [Thanks to Eric Paire, H. J. Lu, Jim Blandy and others]
3974 * infrun.c (signal_stop_update, signal_print_update,
3975 signal_pass_update): new functions.
3976 * inferior.h: new prototypes for above functions.
3977 * target.h (enum strata): add thread stratum.
3978 * linux-thread.c: new file. Support for debugging linux threads.
3979 * config/i386/nm-linux.h: several new prototypes for above.
3980 * config/i386/linux.mh: add linux-thread.o to NATDEPFILES.
3981
3982 More threads code from the same place:
3983 * config/i386/tm-linux.h (REALTIME_LO, REALTIME_HI): Add
3984 definitions.
3985 * target.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_32.
3986 * target.c (signals, target_signal_from_host,
3987 target_signal_to_host): Add clauses for
3988 TARGET_SIGNAL_REALTIME_32.
3989
39901999-08-31 Neil Schellenberger <neil.schellenberger@crosskeys.com>
3991
3992 * sol-thread.c (sol_thread_detach): strip thread-id out of
3993 inferior_pid, so that procfs_detach can't choke on it.
3994
39951999-08-31 J.T. Conklin <jtc@redback.com>
3996
3997 * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
3998 sparcl-stub.c, sparclet-stub.c (getpacket): Remove 'buffer' arg,
3999 define it as a pointer to &remcomInBuffer[0].
4000 (handle_exception): Update.
4001
4002 * sparc-stub.c, sparcl-stub.c, sparclet-stub.c (handle_exception):
4003 Removed #ifdef'd out code which implements the non-standard 'b'
4004 (set baud rate) command.
4005
40061999-08-31 Stan Shebs <shebs@andros.cygnus.com>
4007
4008 * infrun.c (keep_going): New function, broken out from the
4009 keep_going label in handle_inferior_event.
4010 (handle_inferior_event): Change more gotos into function calls.
4011
4012Tue Aug 31 02:29:27 1999 Jeffrey A Law (law@cygnus.com)
4013
4014 * hppa-tdep.c (read_unwind_info): Handle multiple unwind sections.
4015
4016Tue Aug 31 15:28:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4017
4018 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Fix printf
4019 format argument.
4020 * alpha-tdep.c (heuristic_proc_start): Ditto.
4021
4022 From Stan Shebs <shebs@andros.cygnus.com>:
4023 * defs.h (strlen_paddr): Fix prototype - add void argument list.
4024
4025Tue Aug 31 14:02:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
4026
4027 * defs.h (gdb_print_host_address), utils.c
4028 (gdb_print_host_address): Rename gdb_print_address.
4029
4030 * expprint.c, gdbtypes.c, symmisc.c: Update.
4031
4032 *expprint.c: Use gdb_print_host_address when displaying native
4033 pointers.
4034
4035Sat Aug 28 14:23:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
4036
4037 * scm-valprint.c (scm_ipruk), jv-valprint.c (java_value_print),
4038 cp-valprint.c (cp_print_class_member), exec.c (exec_files_info),
4039 remote.c (putpkt_binary, compare_sections_command,
4040 remote_cisco_section_offsets), dcache.c (dcache_info),
4041 breakpoint.c (break_at_finish_at_depth_command_1,
4042 break_at_finish_command_1), symfile.c (generic_load),
4043 (report_transfer_performance), top.c (get_prompt_1), f-valprint.c
4044 (f_val_print), maint.c (maintenance_translate_address): Fix printf
4045 -Wformat warnings. Use paddr, paddr_nz, sizeof_paddr, paddr_u and
4046 paddr_d to print addresses. Change ``d'' to ``ld''.
4047
4048 * utils.c (strlen_paddr): New function.
4049
4050Tue Aug 31 01:36:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4051
4052 * config/d30v/tm-d30v.h (d30v_frame_chain,
4053 d30v_init_frame_pc): Add declaration.
4054
4055 * arc-tdep.c (arc_pop_frame): Rename pop_frame.
4056 (arc_push_dummy_frame): Rename push_dummy_frame.
4057 (arc_set_cpu_type_command): Add declaration.
4058
4059 * config/arc/tm-arc.h (arc_pop_frame, arc_push_dummy_frame): Add
4060 declaration.
4061
40621999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4063
4064 * infrun.c (prepare_to_wait): New function, broken out from the
4065 wfi_continue label in handle_inferior_event.
4066 (handle_inferior_event): Change more gotos into function calls.
4067
40681999-08-30 Michael Snyder <msnyder@cleaver.cygnus.com>
4069
4070 * tracepoint.c: -Wall warning cleanup.
4071 (parse_and_eval_memrange): remove (unused).
4072 (output_command, args_info, locals_info, registers_info): add decls.
4073 (getpkt, putpkt, remote_console_output): add decls.
4074 (isalnum, isspace): cast arg to avoid warning.
4075 (printf, fprintf, sprintf): use [fs]printf_vma for printing addrs.
4076
4077Mon Aug 30 21:47:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4078
4079 * d10v-tdep.c: #include "language.h".
4080
4081Mon Aug 30 20:38:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
4082
4083 * configure.in (AC_CHECK_HEADERS): Check for <time.h>.
4084 * configure, acconfig.in: Re-generate.
4085
4086 * remote-rdp.c: #include <time.h>
4087
4088 * config/arm/tm-arm.h (arm_float_info): Add declaration.
4089
4090 * arm-tdep.c (convert_from_extended, convert_to_extended): Change
4091 double ptr arg to void ptr arg.
4092
4093 * config/arm/tm-arm.h (arm_frameless_function_invocation): Add
4094 declaration.
4095 (arm_frame_find_saved_regs): Rename frame_find_saved_regs.
4096 (convert_from_extended, convert_to_extended): Add declaration.
4097
4098Mon Aug 30 19:05:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
4099
4100 * configure.in (WERR_CFLAGS): Separate the -Werror flag.
4101 * configure: Re-generate.
4102
4103 * Makefile.in (INTERNAL_CFLAGS): Re-define using
4104 INTERNAL_WARN_CFLAGS.
4105 (INTERNAL_WARN_CFLAGS): Define. Leave off WERR_CFLAGS.
4106 (tracepoint.o): Add explicit rule.
4107 (WERR_CFLAGS): Add definition.
4108
4109Mon Aug 30 17:52:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4110
4111 * utils.c: #include "event-loop.h" for declaration of
4112 async_request_quit.
4113 * Makefile.in (utils.o): Add dependency on event-loop.h.
4114
4115 * event-top.c (mark_async_signal_handler_wrapper,
4116 async_request_quit): Move declaration from here.
4117 * event-loop.h: To here.
4118
4119 * defs.h: Add declaration of exec.c:exec_set_section_offsets.
4120
4121 * event-top.c: #include "gdbcmd.h" which includes "command.h" and
4122 hence expose declaration of function dont_repeat.
4123
4124 * top.c (ISATTY), tracepoint.c (ISATTY), utils.c (ISATTY),
4125 event-top.c (ISATTY): Move definitions from here.
4126 * defs.h (ISATTY): To here. #include <unistd.h>.
4127
4128 * sol-thread.c, solib.c, source.c, sparcl-tdep.c, tracepoint.c,
4129 utils.c, win32-nat.c, wince.c, top.c, symfile.c, ser-unix.c,
4130 ser-tcp.c, procfs.c, maint.c, infttrace.c, hppa-tdep.c,
4131 ser-pipe.c, remote-rdp.c, main.c, inftarg.c, inflow.c,
4132 hpux-thread.c, hp-psymtab-read.c, go32-nat.c, fork-child.c,
4133 corelow.c, command.c: Do not #include <unistd.h>, moved to defs.h.
4134
4135Mon Aug 30 15:14:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
4136
4137 * defs.h (struct tui_stream, enum streamtype): Move from here.
4138 * utils.c: To here.
4139
4140 * main.c (tui_file_fputs): Move from here.
4141 * utils.c: To here.
4142
4143Sun Aug 29 10:03:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
4144
4145 * gdb-events.h, gdb-events.c, gdb-events.sh: New files.
4146
41471999-08-27 Michael Snyder <msnyder@cleaver.cygnus.com>
4148
4149 * solib.c (open_symbol_file_object): new function.
4150 Called when attaching to a new process, if there is no loaded
4151 symbol file. Attempts to locate the executable file for the
4152 attached process and load symbols from it.
4153 (solib_add): Call open_symbol_file_object if attaching to a
4154 new process and no open symbol file.
4155
41561999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4157
4158 * config/i386/tm-sun386.h (GDB_TARGET_IS_SUN386): Definition
4159 removed--no longer checked anywhere in gdb.
4160
41611999-08-27 Stan Shebs <shebs@andros.cygnus.com>
4162
4163 * infrun.c (stop_stepping): New function, broken out from
4164 stop_stepping label in handle_inferior_event.
4165 (handle_inferior_event): Change gotos into function calls.
4166
4167Fri Aug 27 20:13:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4168
4169 * defs.h (LONGEST): Move definition to earlier in file - to just
4170 after BFD.
4171 (paddr_u, paddr_d): Declare.
4172 * utils.c (decimal2str): New function.
4173 (paddr_u, paddr_d): Define.
4174
4175 * remote.c (remote_cisco_section_offsets,
4176 compare_sections_command): Fix XprintfX arguments. Use paddr...
4177 (putpkt_binary): Fix XprintfX arguments.
4178
4179Tue Aug 24 21:30:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
4180
4181 * arm-tdep.c (arm_init_extra_frame_info): Add braces. Recommended
4182 by gcc -Wparentheses.
4183
41841999-08-26 Stan Shebs <shebs@andros.cygnus.com>
4185
4186 * infrun.c (check_sigtramp2): New function, broken out from
4187 check_sigtramp2 label in handle_inferior_event.
4188 (handle_inferior_event): Change gotos into function calls.
4189
4190 Declare Tahoe configuration obsolete.
4191 * configure.host, configure.tgt: Comment out Tahoe configs.
4192 * Makefile.in: Comment out Tahoe-related action.
4193 * tahoe-tdep.c, config/tahoe/*: Comment out.
4194 * NEWS: Mention obsolete status.
4195
41961999-08-26 J.T. Conklin <jtc@redback.com>
4197
4198 * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sh-stub.c,
4199 sparc-stub, sparcl-stub.c sparclet-stub.c (getpacket): If '$',
4200 the packet start character is received in the 'middle' of a
4201 packet, assume that packet end character has been lost and
4202 start a new packet.
4203
4204 * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
4205 sparcl-stub.c sparclet-stub.c (getpacket): Changed to return ptr
4206 to first character of input buffer. Removed & 0x7f masks.
4207 (handle_exception): Don't access remcomInBuffer directly.
4208
42091999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4210
4211 * breakpoint.c (disable_breakpoints_in_shlibs): Only disable
4212 enabled breakpoints.
4213
4214Tue Aug 24 14:59:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
4215
4216 * tracepoint.c, remote.c, pa64solib.h, value.h, somsolib.h,
4217 solib.h, scm-lang.h, language.h, inferior.h, defs.h, coff-solib.h,
4218 ch-lang.h, breakpoint.h, annotate.h: Remove #if __STDC__ wrapping
4219 struct declarations.
4220
4221 * config/sparc/nm-sun4sol2.h, config/mn10300/tm-mn10300.h,
4222 config/mn10200/tm-mn10200.h, config/i386/tm-i386.h,
4223 config/i386/tm-i386v.h, config/i386/nm-i386sol2.h,
4224 config/pa/nm-hppah.h, config/rs6000/nm-rs6000.h,
4225 config/sparc/tm-sp64.h, config/v850/tm-v850.h,
4226 config/tic80/tm-tic80.h, config/sparc/tm-sparc.h,
4227 config/sh/tm-sh.h, config/rs6000/tm-rs6000.h, config/pa/tm-hppa.h,
4228 config/mips/tm-mips.h, config/m68k/tm-m68k.h,
4229 config/m32r/tm-m32r.h, config/i960/tm-mon960.h,
4230 config/fr30/tm-fr30.h, config/h8300/tm-h8300.h,
4231 config/arm/tm-arm.h, config/alpha/tm-alpha.h,
4232 config/a29k/tm-a29k.h: Ditto.
4233
4234Wed Aug 25 10:45:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
4235
4236 * Makefile.in (gdb$(EXEEXT)): Add dependency on TDEPLIBS.
4237
4238 * config/arm/arm.mt (TDEPLIBS): Define. Move libangsd.a to here.
4239 (TDEPFILES): From here.
4240
42411999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4242
4243 * top.c (init_main): Add new set/show command exec-done-display,
4244 default value is off.
4245 * event-loop.h: Export exec_done_display_p.
4246 * event-top.c: New variable exec_done_display_p.
4247 * infrun.c (complete_execution): Print completion message if
4248 corresponding flag is set.
4249
4250 * top.c (DEFAULT_PROMPT): Add space after "(gdb)" at end of prompt.
4251
4252 From: J.T. Conklin <jtc@redback.com>
4253 * top.c (DEFAULT_PROMPT): Set to "(gdb)" if not already defined.
4254 (init_main): Always use DEFAULT_PROMPT.
4255
4256Tue Aug 24 03:23:31 1999 Jeffrey A Law (law@cygnus.com)
4257
4258 * hppa-tdep.c: Remove useless "purecov: deadcode" comments.
4259 (hppa_use_struct_convention): Update for PA64.
4260 (hppa_frame_saved_pc): Properly extract the saved PC in a call
4261 dummy frame.
4262 (in_solib_call_trampoline): Return nonzero if we are in a function
4263 called ".stub".
4264 (prologue_inst_adjust_sp): Handle std,ma.
4265 (skip_prologue_hard_way): Handle more PA2.0/PA64 insns.
4266 (hppa_frame_find_saved_regs): Similarly. Handle indirect save of
4267 %r3 into the stack.
4268
4269 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Define.
4270 (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
4271
4272Tue Aug 24 14:59:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
4273
4274 * Makefile.in (gdb$(EXEEXT)): Add dependency on main.o that was
4275 lost when libgdb.a was added.
4276
4277Tue Aug 24 14:26:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4278
4279 * gdbarch.c, gdbarch.h: Convert to pure ISO-C.
4280
4281 * gdbarch.sh: New file.
4282 * gdbarch.c, gdbarch.h: Add note describing gdbarch.sh
4283
4284Mon Aug 23 19:36:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4285
4286 * Makefile.in (libgdb.a): New target.
4287 (gdb$(EXEEXT)): Add dependency on libgdb.a.
4288 (libgdb-files, LIBGDB_OBS, libgdb, LIBGDBDEPS, LIBGDBFILES): Delete.
4289
4290Mon Aug 23 10:16:32 1999 Jeffrey A Law (law@cygnus.com)
4291
4292 * infttrate.c (child_pid_to_exec_file): Find the correct base
4293 of the stack for PA64.
4294
4295 * pa64solib.c: Fix some minor whitespace problems.
4296 (bfd_lookup_symbol): New function.
4297 (pa64_solib_create_inferior_hook): Find the address __dld_break
4298 in the dynamic linker. Try to set a shlib event breakpoint in
4299 that function.
4300 (add_to_solist): Do not add the same shared library to the shlib
4301 list more than once.
4302
4303Sun Aug 22 14:49:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
4304
4305 * value.h (enum lval_type): Move declaration from here.
4306 * defs.h (enum lval_type): To here.
4307 * frame.h, gdbarch.h: Delete incomplete declaration of ``enum
4308 lval_type''.
4309
43101999-08-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4311
4312 * breakpoint.c (can_use_hardware_watchpoint): reject expressions
4313 that refer to registers or register variables.
4314
4315Fri Aug 20 10:53:38 1999 Jeffrey A Law (law@cygnus.com)
4316
4317 * hppa-tdep.c (hppa_fix_call_dummy): Provide PA2.0W aware code.
4318
4319 * pa64solib.c pa64solib.h: New files.
4320
4321 * config/pa/hppa64.mt: Delete commented out code that is and
4322 never will be appropriate for this target.
4323 * config/pa/hpux11w.mt (TDEPFILES): Remove SOM references. Also
4324 remove pa64solib.o.
4325 * config/pa/hpux11w.mh (NATDEPFILES): Remove SOM references.
4326
4327 * configure.host; Use "hpux11w" and "hpux11" instead of
4328 "hpux1100w" and "hpux1100" respectively
4329 * config/pa/hpux11w.mh: Renamed from hpux1100w.mh.
4330 * config/pa/hpux11w.mt, config/pa/hpux11.mh: Likewise.
4331 * config/pa/hpux11.mt: Likewise.
4332
43331999-08-19 Michael Snyder <msnyder@cleaver.cygnus.com>
4334
4335 * breakpoint.h (target_hw_bp_type): new enum.
4336 * breakpoint.c (insert_breakpoints): use enum instead of consts.
4337 (remove_breakpoint): use enum instead of consts.
4338 (throughout): use "warning" instead of "fprintf(stderr, ..."
4339 [Also clean up a bunch of excessively long lines.]
4340
43411999-08-19 J.T. Conklin <jtc@redback.com>
4342
4343 * i386-stub.c (waitabit): Removed.
4344 (breakpoint): Update.
4345
4346 * i386-stub.c, m32r-stub.c, sparc-stub.c, sparcl-stub.c,
4347 sparclet-stub.c (set_debug_traps): Don't send gratuitous ACK.
4348
4349 * m68k-stub.c (putpacket): Restore code so that packets are sent
4350 until an ACK is received.
4351
43521999-08-19 Eli Zaretskii <eliz@is.elta.co.il>
4353
4354 * breakpoint.c (bpstat_stop_status): Accept triggered addresses
4355 anywhere inside the region occupied by a watched variable as a
4356 sign that the watchpoint fired. Don't stop if some watchpoint
4357 was triggered, but its address doesn't match the address of this
4358 watchpoint.
4359 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New macro.
4360 Default definition is to call TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4361 (can_use_hardware_watchpoint): Call TARGET_REGION_OK_FOR_HW_WATCHPOINT;
4362 if it returns zero, return zero immediately.
4363 (insert_breakpoints): Try to insert watchpoints for all the values
4364 on the value chain, even if some of them fail to insert. Remove
4365 the breakpoint if parts of its value chain couldn't be inserted.
4366
43671999-08-19 Eli Zaretskii <eliz@is.elta.co.il>
4368
4369 * go32-nat.c (go32_stopped_by_watchpoint): Remove unused code.
4370
43711999-08-19 Eli Zaretskii <eliz@is.elta.co.il>
4372
4373 * go32-nat.c (tcgetpgrp, tcsetpgrp): New functions.
4374
43751999-08-19 Eli Zaretskii <eliz@is.elta.co.il>
4376
4377 * go32-nat.c (go32_wait): If we are in a single-step mode, and the
4378 next instruction is INT nn or INTO, use a temporary breakpoint to
4379 simulate single-step mode, and reset the trace flag.
4380
43811999-08-19 Eli Zaretskii <eliz@is.elta.co.il>
4382
4383 * go32-nat.c (wp_op): New typedef.
4384 (SHOW_DR): Print the length of watched region as well.
4385 (go32_insert_aligned_watchpoint): Remove unused argument PID. All
4386 callers and the prototype changed.
4387 (go32_handle_nonaligned_watchpoint): Renamed from
4388 go32_insert_nonaligned_watchpoint. Now handles all operations on
4389 non-aligned watchpoints: insertion, deletion, and counting. If
4390 called with wp_count as the first argument, return the count of
4391 debug registers needed to watch the region. Don't break out of
4392 the loop before all the addresses in the region are processed.
4393 (go32_remove_watchpoint): Call go32_remove_aligned_watchpoint to
4394 do the actual work.
4395 (go32_remove_aligned_watchpoint): New function, modeled after
4396 go32_insert_aligned_watchpoint. Removes watchpoints that watch
4397 regions of arbitrary length by calling
4398 go32_handle_nonaligned_watchpoint as needed.
4399 (go32_region_ok_for_watchpoint): New function, called from
4400 can_use_hardware_watchpoint via the new macro
4401 TARGET_REGION_OK_FOR_HW_WATCHPOINT.
4402
4403 * config/i386/nm-go32.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
4404 Define to call go32_region_ok_for_watchpoint.
4405 (DECR_PC_AFTER_HW_BREAK): Define back to zero (previous redefinition
4406 to 1 was due to a bug in go32-nat.c).
4407
44081999-08-19 Eli Zaretskii <eliz@is.elta.co.il>
4409
4410 * go32-nat.c (cleanup_dregs): New function.
4411 (go32_mourn_inferior): Call it.
4412 (IS_REG_FREE, LOCAL_ENABLE_REG, GLOBAL_ENABLE_REG, DISABLE_REG,
4413 SET_BREAK, SET_WATCH, IS_WATCH, WATCH_HIT): Protect arguments with
4414 parentheses.
4415 (SET_BREAK): Increment the debug register's reference count.
4416 (DR_DEF): New macro, returns the access and length bits of the
4417 breakpoint.
4418 (SHOW_DR): Print the reference count of each register. Disable or
4419 enable print-out depending on an environment variable GDB_SHOW_DR.
4420 (go32_insert_aligned_watchpoint): Look for an occupied debug
4421 register with the same address and access/length bits, and reuse
4422 it by incrementing reference the count, before occupying another
4423 register. Return zero upon success.
4424 (go32_insert_nonaligned_watchpoint): Pass the read/write bits to
4425 go32_remove_watchpoint.
4426 (go32_remove_watchpoint): Accept an additional parameter: the
4427 read/write bits of the watchpoint to remove, and only remove a
4428 watchpoint if it's occupied and its address and read/write bits
4429 match. Only disable the register if its reference count is zero;
4430 otherwise just decrease the reference count.
4431 (go32_remove_hw_breakpoint): Only decrease reference count and
4432 disable the debug register if it is occupied and its access bits
4433 match those of an instruction breakpoint.
4434 (go32_insert_hw_breakpoint): Before occupying another debug
4435 register, look for an already occupied register that defines an
4436 instruction breakpoint with the same address. If found, increment
4437 its reference count. Call SHOW_DR even if failed to insert a
4438 breakpoint.
4439
4440 * config/i386/nm-go32.h (target_remove_watchpoint): Accept the
4441 TYPE argument as well.
4442
4443Wed Aug 18 17:47:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
4444
4445 * mips-tdep.c: Add more comments.
4446
44471999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4448
4449 * blockframe.c: Don't use PARAMS anymore, remove obsolete comment
4450 about frameless functions.
4451
44521999-08-16 Michael Snyder <msnyder@cleaver.cygnus.com>
4453
4454 * thread.c (delete_thread): delete any step_resume breakpoint
4455 held by the thread. (prune_threads): call delete_thread.
4456 * breakpoint.c (breakpoint_init_inferior): if startup, then
4457 delete any remaining step_resume breakpoints.
4458 * infrun.c (handle_inferior_event): add cautionary comment.
4459
44601999-08-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4461
4462 * remote.c (remote_async_mourn): New function. Async version of
4463 remote_mourn().
4464
44651999-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4466
4467 * terminal.h [__GO32__]: Remove conditional; DJGPP now supports
4468 termios.
4469
44701999-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4471
4472 * command.c (CANT_FORK) [__MSDOS__]: Define.
4473 (shell_escape) [CANT_FORK]: If ARG is NULL, pass an empty string
4474 to `system'.
4475 [__DJGPP__]: Return to the original directory after the shell
4476 exits.
4477
44781999-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4479
4480 * config/i386/xm-go32.h (ROOTED_P): Don't reference X[1] if X[0]
4481 is a null character.
4482
4483 * config/i386/nm-go32.h (DECR_PC_AFTER_HW_BREAK): Define to 1.
4484
44851999-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4486
4487 * go32-nat.c (redir_cmdline_parse, redir_cmdline_delete,
4488 redir_to_child, redir_to_debugger, redir_debug_init)
4489 [__DJGPP_MINOR__ < 3]: Dummy stubs for redirecting debuggee's
4490 standard handles.
4491 (print_387_status): Print "last FP instruction", not "last
4492 exception". Restore the upper 5 bits of the opcode that aren't
4493 stored in the FPU state. Print the FPU stack in its physical
4494 order, not relative to ST(0). Print "special", not "trap" for
4495 unnormals and infinities. Print all 10 bytes of each FP register,
4496 and print them with 19 significant digits.
4497 (regno_mapping): Make the mapping consistent with tm-go32.h.
4498 (sig_map): Add mappings for SIGQUIT, SIGFPE, SIGALRM. Map NMI to
4499 SIGBUS.
4500 (excep_map): New variable, maps GDB signals to DJGPP exceptions.
4501 (go32_attach): Signal an error: we cannot attach to other
4502 processes.
4503 (go32_resume): Record the signal with which the inferior should be
4504 resumed, mapped to the DJGPP exception number.
4505 (go32_wait): Pass the signal recorded in go32_resume to the
4506 debuggee. Save and restore debugger's and debuggee's current
4507 working directory.
4508 [__DJGPP_MINOR__ < 3]: Save and restore inferior's FPU state.
4509 (store_register): FPU regsiters have numbers less than 31.
4510 (go32_kill_inferior): Delete the parsed command-line storage.
4511 (go32_create_inferior): Initialize the parsed command-line
4512 storage. Parse the command line and create the redirections for
4513 inferior's standard handles.
4514 [__DJGPP_MINOR__ < 3]: Init the inferior's FPU state.
4515 (ignore2): Function deleted.
4516 (device_mode): New function, switches a character device between
4517 raw and cooked mode.
4518 (go32_terminal_init): Invalidate the raw/cooked mode information.
4519 (go32_terminal_info): Print whether the inferior's terminal is in
4520 raw or cooked mode.
4521 [__DJGPP_MINOR__ > 2]: Say if standard handles are redirected or
4522 closed by the inferior.
4523 (go32_terminal_inferior): Switch standard handles to the
4524 inferior's files/devices. Put the inferior's input device to
4525 raw/cooked mode, exactly like we found it last time.
4526 (go32_terminal_ours): Restore debugger's standard handles and put
4527 the terminal into cooked mode. Save the mode of inferior's input
4528 device.
4529 (init_go32_ops): Assign go32_ops.to_attach,
4530 go32_ops.to_terminal_info, go32_ops.to_terminal_ours_for_output.
4531 Initialize inferior's cwd and the command-line storage.
4532
4533Mon Aug 16 14:29:30 1999 Jeffrey A Law (law@cygnus.com)
4534
4535 * config/pa/tm-hppa.h (ARGS_GROW_DOWNWARD): Define.
4536 * config/pa/tm-hppa64.h (ARGS_GROW_DOWNWARD): Undefine.
4537 * hppa-tdep.c (hppa_push_arguments): Handle arguments growing in
4538 both directions depending ARGS_GROW_DOWNWARD.
4539 (hppa_find_saved_regs): Update for 64bit wide registers & pointers
4540 and PA64 ABI.
4541
4542 * hppa-tdep.c (hppa_pop_frame): Various fixes for 64bit wide
4543 registers and pointers.
4544 (hppa_fix_call_dummy, skip_trampoline_code): Likewise.
4545 (restore_pc_queue): Update tests for width of memory loads.
4546 (hppa_push_arguments): Delete version that was #if 0'd out.
4547
4548 * hppa-tdep.c (push_dummy_frame): Handle the new 64it ABI.
4549 (find_dummy_frame_regs): Corresponding changes.
4550
4551 * hppa-tdep.c (read_unwind_info): Initialize obj_private->dp.
4552 (internalize_unwinds): Improve test for when to use segment
4553 relative code for unwinder bounds.
4554 (rp_saved): Fix offset of saved return pointer for the 64bit ABI.
4555 (hppa_frame_saved_pc): Various updates to handle 64bit registers
4556 and pointers.
4557 (frame_chain, restore_pc_queue): Likewise.
4558
4559 * hppa-tdep.c (rp_saved): RP is saved at frame-16 when
4560 pointers are 64bits wide.
4561
4562 * hppa-tdep.c (record_text_segment_lowaddr): New function.
4563 (internalize_unwinds): Use it if addressess are 8 bytes wide.
4564
4565 * symfile.c (syms_from_objfile): No longer warn if the lowest
4566 section does not have SEC_CODE set.
4567
4568 * Makefile.in (pa64solib.o): Add dependencies.
4569
4570 * hppah-nat.c (store_inferior_registers): Do not try to write a
4571 nonzero value to the high part of IPSW. Fix typo in unable to store
4572 warning.
4573
4574 * config/pa/tm-hppa.h (opd_data structure): Delete. Not actually
4575 needed.
4576 (struct obj_private_struct): Add new entry for the objfile's DP
4577 value.
4578 * config/pa/tm-hppa64.h (CALL_DUMMY): Add a nop to make it an even
4579 number of instructions. Pack the dummy into word sized hunks.
4580 (CALL_DUMMY_LENGTH): Update appropriately.
4581 (PC_IN_CALL_DUMMY, CALL_DUMMY_LOCATION_AFTER_TEXT_END): Delete.
4582
4583Mon Aug 16 19:08:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
4584
4585 * configure.in: Try -lsocket when looking for socketpair.
4586 * configure, config.h: Re-generate.
4587
45881999-08-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4589
4590 From Christopher Faylor <cgf@cygnus.com>:
4591
4592 * event-loop.c (gdb_wait_for_event): Before going to wait for
4593 another event with select or poll, flush the error and the output
4594 streams.
4595
4596 * event-top.c (gdb_readline2): Do not buffer the input, because
4597 doing so can interfere with select/poll in bad ways.
4598
4599Fri Aug 13 17:36:56 1999 Eli Zaretskii <eliz@is.elta.co.il>
4600
4601 * maint.c (maintenance_dump_me) [__DJGPP__]: Simulate a core dump
4602 with SIGABRT.
4603 * utils.c (quit) [__MSDOS__]: Don't mention SIGINT, since it's not
4604 gonna happen.
4605 (notice_quit): No need to define this function for the DJGPP port.
4606
46071999-08-13 James Ingham <jingham@leda.cygnus.com>
4608
4609 * arm-tdep.c (arm_frameless_function_invocation): SKIP_PROLOGUE
4610 macro no longer modifies its argument. Update uses to accord.
4611
4612 * config/arm/arm.mt (TDEPFILES): Add the remote-rdi.o to the
4613 TDEPFILES.
4614 * configure.tgt: Add rdi-share to configdir for the Arm targets.
4615
4616Fri Aug 13 11:16:32 1999 Jeffrey A Law (law@cygnus.com)
4617
4618 * hppah-nat.c (store_inferior_registers): Revamp to be PA2.0W
4619 aware.
4620
4621 * infttrace.c (ttrace_write_reg_64): New function.
4622
4623 * hp-symtab-read.c (is_in_import_list): Delete extern declaration.
4624 * somread.c (is_in_import_list): Delete function.
4625 * objfiles.c (is_in_import_list): New function.
4626 * objfiles.h (is_in_import_list): Declare.
4627
4628 * config/pa/tm-hppa64.h (GDB_TARGET_IS_HPPA20W): Define before
4629 including tm-hppah.h.
4630 (PC_IN_CALL_DUMMY): Define.
4631 (HPUX_1100): Similarly.
4632 * config/pa/tm-hppa.h (somsolib.h, pa64solib.h): Conditionalize
4633 includes on GDB_TARGET_IS_HPPA20W.
4634
4635 * configure.host: Distinguish between wide and narrow modes
4636 for hpux11.
4637 * config/pa/hpux1100w.mh, config/pa/hpux1100w.mt: New files.
4638
4639 * config/pa/tm-hppa64.h (STACK_ALIGN): Redefine.
4640 (REG_PARM_STACK_SPACE): Likewise.
4641
4642 * config/pa/tm-hppa.h (CLEAN_UP_REGISTER_VALUE): Handle 64bit
4643 PA target correctly.
4644 (REG_PARM_STACK_SPACE): Define.
4645 (struct unwind_table_entry): region_start and region_end are
4646 CORE_ADDRs.
4647 (typedef opd_data): New.
4648 (obj_private_data_t): Include pointer to opd_data structure.
4649
46501999-08-13 Keith Seitz <keiths@cygnus.com>
4651
4652 * stabsread.c (stabsread_clear_cache): New funciton which clears
4653 an optimization cache of the reader.
4654
4655 * coffread.c (coff_symfile_finish): Give stabs reader a chance to
4656 clean up.
4657
4658 * win32-nat.c (handle_load_dll): Don't suppress re-reading symbols
4659 from a DLL if an objfile for it already exists. (Not that this should
4660 happen anymore anyway...)
4661
46621999-08-13 Keith Seitz <keiths@cygnus.com>
4663
4664 * config/mcore/tm-mcore.h (SAVE_DUMMY_FRAME_TOS): Define for MCore,
4665 which also requires that the stack pointer be saved for call
4666 dummies BEFORE arguments get pushed onto it.
4667
46681999-08-12 Stan Shebs <shebs@andros.cygnus.com>
4669
4670 From Eli Zaretskii <eliz@is.elta.co.il>:
4671 * source.c (mod_path) [_WIN32 || __DJGPP__]: Don't remove trailing
4672 slash from "d:/". Don't overstep the beginning of name.
4673 [_WIN32 || __MSDOS__]: Convert "d:" to "d:.", otherwise appending
4674 a slash changes its meaning.
4675 (openp): Use SLASH_P, not equality with SLASH_CHAR.
4676 (print_source_lines_base) [CRLF_SOURCE_FILES]: Skip \r only before
4677 a \n.
4678 (forward_search_command) [CRLF_SOURCE_FILES]: Remove \r at the end
4679 of all lines.
4680 (reverse_search_command) [CRLF_SOURCE_FILES]: Likewise.
4681
4682 * gnu-regex.c (CHAR_CLASS_MAX_LENGTH): Don't use wide characters
4683 unless HAVE_BTOWC is defined.
4684
4685Fri Aug 13 10:20:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
4686
4687 From J.T. Conklin <jtc@redback.com>:
4688 * gdbinit.in: Change the template .gdbinit to match the recent
4689 fatal error handling change.
4690
46911999-08-11 Keith Seitz <keiths@cygnus.com>
4692
4693 * maint.c (maintenance_internal_error): Fix typo in prototype.
4694
4695Wed Aug 11 15:38:05 1999 Andrew Cagney <cagney@amy.cygnus.com>
4696
4697 * remote.c (remote_rcmd): Pass an empty command across to the
4698 target. Check for and handle an ``Enn'' return status.
4699
4700Tue Aug 10 13:59:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
4701
4702 * maint.c (_initialize_maint_cmds): Add ``maintenance
4703 internal-error'' command.
4704 (maintenance_internal_error): New function.
4705
47061999-08-10 James Ingham <jingham@leda.cygnus.com>
4707
4708 * top.c: Remove the disassembly_flavor_hook, use the new set_hook
4709 instead.
4710 * defs.h: Ditto.
4711 * arm-tdep.c (set_disassembly_flavor_sfunc): Ditto.
4712
47131999-08-10 Michael Snyder <msnyder@cleaver.cygnus.com>
4714
4715 * config/i386/nm-i386sol2.h (FIND_NEW_THREADS): remove, obsolete.
4716 * config/sparc/nm-sun4sol2.h (FIND_NEW_THREADS): remove, obsolete.
4717
47181999-08-10 J.T. Conklin <jtc@redback.com>
4719
4720 * configure.tgt (i[3456]86-*-aout*, i[3456]86-*-coff*,
4721 i[3456]86-*-elf*): Use embed.mt.
4722 * config/i386/embed.mt: New file.
4723
47241999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4725
4726 * remote.c (remote_async_open_1): Remove casting in call to
4727 add_file_handler.
4728 (extended_remote_async_create_inferior): Ditto.
4729
4730 * event-top.c (change_line_handler): Ditto.
4731 (_initialize_event_loop): Ditto.
4732
4733 * infrun.c (complete_execution): Ditto.
4734
4735 * event-loop.c (add_file_handler): Change proc parameter to be ptr
4736 to func with void parameter, rather than void*. Coerce second
4737 paramter in calls to create_file_handler. Replace
4738 async_handler_func and file_handler_func with handler_func.
4739
4740 * event-loop.h: Get rid of typedefs for file_handler_func and
4741 async_handler_func, just have one, and call it handler_func.
4742 Replace async_handler_func and file_handler_func occurrences with
4743 handler_func.
4744
4745Tue Aug 10 03:13:03 1999 Jeffrey A Law (law@cygnus.com)
4746
4747 * hppa-tdep.c: Delete random #if 0 code.
4748 (is_branch): Handle new branching opcodes from PA2.0
4749 (inst_saves_gr, inst_saves_fr): Handle additional instructions
4750 used to save general and floating point registers in the stack.
4751 (skip_prologue_hard_way): Handle additional instructions to
4752 save the return pointer in the stack.
4753 (after_prologue): Fix mis-guided and incorrect code to find
4754 the end of the prologue using debug symbols.
4755 (hppa_skip_prologue): Generally clean up comments, lose code
4756 which does not apply to the PA, etc.
4757
4758Sun Aug 8 17:53:41 1999 Andrew Cagney <cagney@amy.cygnus.com>
4759
4760 * MAINTAINERS: Make Andrew Cagney the mn10300 maintainer.
4761 Transfer responsibility for the PowerPC from Andrew Cagney to
4762 Elena Zannoni.
4763
4764Tue Aug 10 13:59:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
4765
4766 Based on code from J.T. Conklin <jtc@redback.com>:
4767 * utils.c (internal_error): Make quit? and coredump? separate
4768 questions so that the user can dump-core and not quit.
4769 (internal_error): Cleanup error message.
4770
47711999-08-09 Tom Tromey <tromey@cygnus.com>
4772
4773 * kod-cisco.c (cisco_kod_open): Removed incorrect `arg' argument.
4774
4775Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
4776
4777 * coffread.c (process_coff_symbol): Remove section_offsets from
4778 prototype and function definition. Get section_offsets from the
4779 passed objfile and pass it on to callees the same way.
4780 (coff_symtab_read): Ditto.
4781 (coff_symfile_read): Ditto.
4782 * dbxread.c (read_dbx_dynamic_symtab): Ditto.
4783 (read_dbx_symtab): Ditto.
4784 (dbx_symfile_read): Ditto.
4785 (coffstab_build_psymtabs): Ditto.
4786 (elfstab_build_psymtabs): Ditto.
4787 (stabsect_build_psymtabs): Ditto.
4788 * dstread.c (dst_symfile_read): Ditto.
4789 * elfread.c (elf_symfile_read): Ditto.
4790 * jv-class.c (jv_class_symfile_read): Ditto.
4791 * mipsread.c (mipscoff_symfile_read): Ditto.
4792 * nlmread.c (nlm_symfile_read): Ditto.
4793 * os9kread.c (os9k_symfile_read): Ditto.
4794 * somread.c (som_symfile_read): Ditto.
4795 * stabsread.h (elfstab_build_psymtabs): Ditto.
4796 * xcoffread.c (xcoff_initial_scan): Ditto.
4797
4798 * symfile.h (sym_read): Remove section_offsets from prototype.
4799 * symfile.c (syms_from_objfile): Call sym_read without
4800 section_offsets.
4801 (reread_symbols): Ditto.
4802
4803 * elfread.c (elfstab_offset_sections): Use SIZEOF_SECTION_OFFSETS
4804 to allocate sections offsets array.
4805 * xcoffread.c (xcoff_symfile_offsets): Ditto.
4806
4807 * partial-stab.h (section_offsets): Get from objfile.
4808 * dbxread.c (read_dbx_symtab): Fix typo that made -1 casted
4809 to a CORE_ADDR look like an subtraction expression.
4810 * objfiles.h: Add some comments.
4811 * symfile.c: Add some comments.
4812 * objfiles.c: Add some comments.
4813 (objfile_relocated): Use ALL_OBJFILE_OSECTIONS to iterate over
4814 sections.
4815 (find_pc_sect_sections): Use ALL_OBJSECTIONS to iterate over all
4816 sections in all objfiles.
4817 * symfile.c (syms_from_objfile): Use ALL_OBJFILE_OSECTIONS.
4818
4819 * irix5-nat.c (symbol_add_stub): Fix typo that made taking the
4820 address of lowest_sect with '&' look like a bitwise and op.
4821 * osfsolib.c (symbol_add_stub): Ditto.
4822 * solib.c (symbol_add_stub): Ditto.
4823 * symfile.c (syms_from_objfile): Ditto.
4824
4825 * dwarf2read.c (dwarf2_build_psymtabs_hard): Minor format tweak.
4826 * symfile.c (syms_from_objfile): Ditto, and fix typo.
4827 * top.c (init_main): Fix typo in comment (DEFULAT_PROMPT).
4828 * doc/gdbint.texinfo (find_sym_fns): This replaces symfile_init.
4829
48301999-08-08 James Ingham <jingham@leda.cygnus.com>
4831
4832 * remote.c (remote_insert_breakpoint): Fix typo in Z packet support.
4833 Also move Z packet support OUTSIDE of REMOTE_BREAKPOINT ifdef,
4834 since this is not set for all targets that support the Z packet.
4835
8b93c638
JM
4836Sun Aug 8 17:24:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
4837
4838 * ui-out.c (ui_out_table_begin, ui_out_table_body,
4839 ui_out_table_end, ui_out_table_header, ui_out_list_begin,
4840 ui_out_list_end, ui_out_stream_new, verify_field_proper_position,
4841 verify_field_alignment): Replace incorrect calls to error with
4842 calls to internal_error.
4843
c3f6f71d
JM
4844Fri Aug 6 17:17:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4845
4846 * defs.h (fatal): Delete declaration.
4847 (internal_error): Declare.
4848 * utils.c (nomem): Call internal_error instead of fatal.
4849 (fatal_dump_core): Delete.
4850 (malloc_botch): Print message direct to stderr.
4851 (fatal): Delete definition.
4852 * utils.c (internal_error): Define.
4853
4854 * gdbarch.h, gdbarch.c, hppah-nat.c, ch-exp.c, dsrec.c, sh-tdep.c,
4855 infptrace.c, f-lang.c, symm-nat.c, top.c, m3-nat.c, v850-tdep.c,
4856 remote-vx.c, remote-sim.c, remote-mips.c, source.c, infcmd.c,
4857 findvar.c, remote.c: Replace fatal with call to internal_error.
4858
4859Sun Aug 8 15:28:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
4860
4861 * ser-pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Move
4862 definition from here.
4863 * defs.h: To here.
4864
4865Sat Aug 7 21:44:59 1999 Fred Fish <fnf@cygnus.com>
4866
4867 * remote.c (remote_insert_breakpoint): Fix typo, missing ';'.
4868
4869Sun Aug 8 11:26:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
4870
4871 * mips-tdep.c (mips_gdbarch_init): Add break; to the default case.
4872
4873Fri Aug 6 19:26:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4874
4875 * defs.h: Delete #if ANSI_PROTOTYPES code, GDB assumes ISO-C.
4876 * remote-rdp.c (send_rdp), remote-os9k.c (printf_monitor),
4877 remote-mips.c: (mips_error), remote-array.c: (printf_monitor,
4878 debuglogs), complaints.c (complain), monitor.c:
4879 (monitor_printf_noecho, monitor_printf), language.c (type_error,
4880 range_error), remote-st.c: (printf_stdebug), remote-sim.c
4881 (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
4882 gdb_os_evprintf_filtered, gdb_os_error), serial.c (serial_printf),
4883 utils.c (warning, error, fatal, fatal_dump_core, (query,
4884 fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
4885 printf_filtered, printf_unfiltered, printfi_filtered): Delete
4886 legacy #ifndef ANSI_PROTOTYPES varargs code.
4887
4888 * defs.h: Don't #include <varargs.h>.
4889 * remote-rdp.c, remote-os9k.c, remote-mips.c, remote-array.c,
4890 monitor.c, remote-st.c: Don't include <varargs.h> or <stdarg.h>.
4891
48921999-08-06 James Ingham <jingham@leda.cygnus.com>
4893
4894 * configure.in, configure: add the --enable-multi-ice to determine
4895 whether to configure and build the multi-ice-gdb-server. Note,
4896 for now this only builds on cygwin, so don't enable it for other
4897 platforms...
4898
48991999-08-06 Tom Tromey <tromey@cygnus.com>
4900
4901 * Makefile.in (SFILES): Added kod.c and kod-cisco.c.
4902 (COMMON_OBS): Added kod.o and kod-cisco.o.
4903 (kod-cisco.o): New target.
4904 (kod.o): New target.
4905 * kod-cisco.c: New file.
4906 * kod.c: New file.
4907
49081999-08-06 James Ingham <jingham@leda.cygnus.com>
4909
4910 These are some fixups for the Arm, and support for the
4911 disassembly-flavor for the ARM.
4912
4913 * defs.h: Declare the disassembly_flavor_hook
4914 * top.c: Define the disassembly_flavor_hook
4915 * i386-tdep.c: Remove unnecessary declaration of the
4916 disassembly_flavor_hook.
4917
4918 * config/arm/tm-arm.h: Change definition of
4919 arm_init_extra_frame_info.
4920 Add a few more comments.
4921 * arm-tdep.c (arm_init_extra_frame_info): Listen to and use the
4922 fromleaf parameter passed into init_extra_frame_info.
4923 (set_disassembly_flavor_sfunc): New Function.
4924 (set_disassembly_flavor): New Function.
4925 (arm_othernames): Use the set_disassembly_flavor.
4926 (_initialize_arm_tdep): Setup the disassembly flavor commands, and
4927 initialize the flavor.
4928 (arm_frameless_function_invocation): Adjust for
4929 frameless functions that have 1 or 2 instructions that mimic the
4930 standard APCS form.
4931 (arm_scan_prologue): Be more careful about scanning the function
4932 prologue. Don't match things that just have a few of the prologue
4933 instructions out of order, and don't get thrown by the scheduler
4934 migrating instructions into the prologue.
4935
4936 Add support for the "Z" and "z" packets to request the stub
4937 to set a breakpoint.
4938
4939 * remote.c (set_remote_protocol_Z_packet_cmd): New function.
4940 (show_remote_protocol_Z_packet_cmd): New Function.
4941 (remote_open_1): Init the Z packet config.
4942 (remote_async_open_1): Init the Z packet config.
4943 (remote_insert_breakpoint): Use the "Z" packet if supported.
4944 (remote_remove_breakpoint): Use the "z" packet if supported.
4945 (remote_insert_watchpoint): New Function - currently wired to
4946 nothing.
4947 (remote_remove_watchpoint): Ditto.
4948 (remote_insert_hw_breakpoint): Ditto.
4949 (remote_remove_hw_breakpoint): Ditto.
4950
49511999-08-06 Stan Shebs <shebs@andros.cygnus.com>
4952
4953 * infcmd.c: Include parser-defs.h.
4954 (interrupt_target_command): Declare.
4955 (stack_dummy_testing): Remove old funky flag.
4956 (run_stack_dummy): Remove unused reference to old funky flag.
4957
49581999-08-06 Tom Tromey <tromey@cygnus.com>
4959
4960 * command.c (do_setshow_command): Call set_hook if not NULL.
4961 * top.c (set_hook): New hook definition.
4962 * defs.h (set_hook): Declare.
4963
49641999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4965
4966 * infrun.c: Convert code to pure standard C, elim some warnings.
4967 (stopped_for_shlib_catchpoint): Remove, never used.
4968
49691999-08-05 Keith Seitz <keiths@cygnus.com>
4970
4971 * NEWS: Mention new Motorola MCore target.
4972
4973 * sparc-tdep.c (gdb_print_insn_sparc): Print insns of the current
4974 architecture.
4975
4976Thu Aug 5 20:41:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4977
4978 * configure.in (configdirs): Add check for socketpair.
4979 * configure, config.in: Re-generate.
4980
4981 From Mon Jul 19 10:46:18 1999 Philippe De Muyter <phdm@macqel.be>:
4982 * ser-pipe.c (sys/wait.h): Include this file only #if HAVE_SYS_WAIT_H.
4983 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Macros defined if needed.
4984
4985Thu Aug 5 20:04:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4986
4987 * target.c (debug_to_open, debug_to_attach, debug_to_post_attach,
4988 debug_to_require_attach, debug_to_detach, debug_to_require_detach,
4989 debug_to_wait, debug_to_post_wait, debug_to_fetch_registers,
4990 debug_to_store_registers, debug_to_prepare_to_store,
4991 debug_to_xfer_memory, debug_to_files_info,
4992 debug_to_insert_breakpoint, debug_to_remove_breakpoint,
4993 debug_to_terminal_init, debug_to_terminal_inferior,
4994 debug_to_terminal_ours_for_output, debug_to_terminal_ours,
4995 debug_to_terminal_info, debug_to_kill, debug_to_load,
4996 debug_to_lookup_symbol, debug_to_create_inferior,
4997 debug_to_post_startup_inferior,
4998 debug_to_acknowledge_created_inferior,
4999 debug_to_clone_and_follow_inferior,
5000 debug_to_post_follow_inferior_by_clone,
5001 debug_to_insert_fork_catchpoint, debug_to_remove_fork_catchpoint,
5002 debug_to_insert_vfork_catchpoint,
5003 debug_to_remove_vfork_catchpoint, debug_to_has_forked,
5004 debug_to_has_vforked, debug_to_can_follow_vfork_prior_to_exec,
5005 debug_to_post_follow_vfork, debug_to_insert_exec_catchpoint,
5006 debug_to_remove_exec_catchpoint, debug_to_has_execd,
5007 debug_to_reported_exec_events_per_exec_call,
5008 debug_to_has_syscall_event, debug_to_has_exited,
5009 debug_to_mourn_inferior, debug_to_can_run,
5010 debug_to_notice_signals, debug_to_thread_alive, debug_to_stop,
5011 debug_to_query, debug_to_rcmd, debug_to_enable_exception_callback,
5012 debug_to_get_current_exception_event, debug_to_pid_to_exec_file,
5013 debug_to_core_file_to_sym_file, debug_to_close): Send trace output
5014 to ``gdb_stdlog'' instead of ``gdb_stderr''.
5015
5016Thu Aug 5 16:22:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
5017
5018 * remote.c (init_remote_ops): Initialize remote_ops.to_rcmd.
5019 (init_remote_async_ops): Initialize remote_async_ops.to_query.
5020 (remote_rcmd): New function.
5021
5022 * monitor.c (monitor_rcmd): Rename monitor_command.
5023 (init_base_monitor_ops): Initialize monitor_ops.to_rcmd.
5024 (_initialize_remote_monitors): Move "monitor" command from here.
5025 * target.c (initialize_targets): To here.
5026 (monitor_command): New function. Implement "monitor" command.
5027
5028 * target.c (cleanup_target): de_fault to_rcmd.
5029 (update_current_target): INHERIT to_rcmd.
5030 (debug_to_rcmd): New function.
5031 (setup_target_debug): Initialize current_target.to_rcmd.
5032
5033 * target.h (struct target_ops): Add field to_rcmd.
5034 (target_rcmd): Define.
5035
5036Thu Aug 5 14:24:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
5037
5038 * remote.c: Replace comment describing remote protocol with
5039 pointer to official document.
5040
5041Thu Aug 5 11:59:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5042
5043 * remote.c (remote_protocol_binary_download): New variable.
5044 Replace ``remote_binary_download'' and ``remote_binary_checked''.
5045 (set_remote_protocol_binary_download_cmd,
5046 show_remote_protocol_binary_download_cmd): New functions.
5047 (remote_open_1, remote_async_open_1, remote_cisco_open):
5048 Initialize ``remote_protocol_binary_download'' instead of
5049 ``remote_binary_download''.
5050 (check_binary_download): Re-write.
5051 (remote_write_bytes): Ditto.
5052 (_initialize_remote): Add ``set remote X-packet'' and ``show
5053 remote X-packet'' commands. Disable old ``set
5054 remotebinarydownload'' command.
5055
50561999-08-04 Keith Seitz <keiths@cygnus.com>
5057
5058 * remote-rdi.c (arm_rdi_close): Close the transport device, too.
5059
5060Wed Aug 4 10:42:58 1999 Fred Fish <fnf@cygnus.com>
5061
5062 * xcoffread.c (scan_xcoff_symtab): Change main_aux into
5063 an array of 5 internal_auxent to leave room for bfd to
5064 write n_numaux entries. Change code to use the first one.
5065
8b93c638
JM
5066Wed Aug 4 19:58:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5067
5068 * ui-out.h (cli_out_new): Move declaration from here.
5069 * cli-out.h: To here. New file.
5070 * Makefile.in (ui-out.o): Add missing dependencies.
5071 (cli-out.o): Ditto.
5072 * top.c, cli-out.c: #include "cli-out.h".
5073
c3f6f71d
JM
50741999-08-02 Stan Shebs <shebs@andros.cygnus.com>
5075
5076 * c-valprint.c (c_val_print): When printing decimal equivalent
5077 of a char, cast appropriately.
5078
50791999-08-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5080
5081 From Jonathan Larmour <jlarmour@cygnus.co.uk>:
5082 * main.c (print_gdb_help): Use gdbinit variable to determine file
5083 name used for --nx help
5084
50851999-08-01 Jason Molenda (jsm@bugshack.cygnus.com)
5086
5087 * config/mips/tm-mips.h (BIG_ENDIAN): Don't define here.
5088
50891999-08-01 Jim Blandy <jimb@zwingli.cygnus.com>
5090
5091 * stabsread.c (read_range_type): Handle an unsigned range type
5092 whose length in bytes is any power of two, not just a few
5093 common ones.
5094
5095 * monitor.c (monitor_expect): When we receive a character that
5096 isn't part of the string we were expecting, don't just start
5097 matching again at the beginning of the string --- some shorter
5098 suffix of the input might be a prefix of the string too.
5099
51001999-07-31 Fred Fish <fnf@cygnus.com>
5101
5102 * symfile.c (symbol_file_command): Fix typo that made -1 casted
5103 to a CORE_ADDR look like an subtraction expression.
5104 (add_symbol_file_command): Ditto.
5105
51061999-07-30 Jim Blandy <jimb@cygnus.com>
5107
5108 * hppa-tdep.c (pa_print_registers): Frob register output some more.
5109
51101999-07-29 Jim Blandy <jimb@cygnus.com>
5111
5112 * config/pa/nm-hppah.h (PTRACE_ARG3_TYPE): After more
5113 consideration, make this a CORE_ADDR, like WDB did.
5114
5115 Rather than casting every single use of really_free_pendings to
5116 make_cleanup_func, why not actually make it have that type? Golly!
5117 * buildsym.c (really_free_pendings): Change argument type to PTR.
5118 buildsym.h (really_free_pendings): Fix declaration.
5119 * dbxread.c (dbx_symfile_read, dbx_psymtab_to_symtab_1),
5120 dwarf2read.c (psymtab_to_symtab_1), dwarfread
5121 (psymtab_to_symtab_1), hp-psymtab-read.c (hpread_build_psymtabs),
5122 os9kread.c (os9k_symfile_read, os9k_psymtab_to_symtab_1),
5123 xcoffread.c (xcoff_psymtab_to_symtab_1, xcoff_initial_scan):
5124 Remove casts.
5125
5126 Pass a CORE_ADDR safely through catch_errors.
5127 * hppa-tdep.c (args_for_find_stub): New member, return_val.
5128 (cover_find_stub_with_shl_get): Change argument and return type to
5129 match catch_errors. Save return value of find_stub_with_shl_get
5130 in *args.
5131 (initialize_hp_cxx_exception_support): Collect value of
5132 eh_notify_callback_addr from args.
5133
5134 Get rid of some noise. It would be nice to get helpful warnings
5135 from the compiler about lossy conversions.
5136 * hppa-tdep.c (eh_notify_hook_addr, eh_notify_callback_addr,
5137 eh_break_addr, eh_catch_catch_addr, eh_catch_throw_addr,
5138 break_callback_sal): Initialize these to zero, not NULL, to shush
5139 warnings.
5140 * infttrace.c (thread_fake_step): Compare signal to
5141 TARGET_SIGNAL_0, not NULL, to avoid warnings.
5142 (_initialize_infttrace): Add sanity check.
5143
5144 * config/pa/nm-hppah.h (PTRACE_ARG3_TYPE): Define this to be
5145 long, so we can pass arguments properly to ptrace.
5146
5147 * hppah-nat.c (child_xfer_memory): Correctly compute mask to round
5148 address to an int boundary.
5149
51501999-07-29 Jim Blandy <jimb@cygnus.com>
5151
5152 Change from Ian Lance Taylor <ian@zembu.com>. The
5153 i386_linux_sigtramp* functions should be moved to
5154 i386-linux-tdep.c, when that file is introduced.
5155
5156 * config/i386/tm-linux.h (LINUX_SIGCONTEXT_SIZE): Define.
5157 (LINUX_SIGCONTEXT_PC_OFFSET): Define.
5158 (LINUX_SIGCONTEXT_SP_OFFSET): Define.
5159 (SIGCONTEXT_PC_OFFSET): Don't define.
5160 (I386_LINUX_SIGTRAMP): Define.
5161 (IN_SIGTRAMP): Define.
5162 (i386_linux_sigtramp): Declare.
5163 (sigtramp_saved_pc): Define.
5164 (i386_linux_sigtramp_saved_pc): Declare.
5165 (FRAMELESS_SIGNAL): Define.
5166 (FRAME_CHAIN, FRAME_SAVED_PC): Define after #undef.
5167 * i386-tdep.c (i386_linux_sigtramp_start): New static function if
5168 I386_LINUX_SIGTRAMP.
5169 (i386_linux_sigtramp): New function if I386_LINUX_SIGTRAMP.
5170 (i386_linux_sigtramp_saved_pc): Likewise.
5171 (i386_linux_sigtramp_saved_sp): Likewise.
5172
51731999-07-28 Jim Blandy <jimb@cygnus.com>
5174
5175 * infrun.c (handle_inferior_event): Don't try to use the code for
5176 stepping over a function call to also handle stepping out of a
5177 sigtramp on HP-UX. That ends up trashing step-resume breakpoints.
5178 This change reverts some of David Taylor's change of 31 Dec 1998.
5179 The HP-UX maintainer needs to submit a new change for whatever
5180 problem the original change was trying to fix.
5181
51821999-07-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5183
5184 * event-top.c (command_line_handler): Don't treat an empty line
5185 from readline the same way as a multiline command. This avoids
5186 missing detecting when the user presses just 'enter'.
5187
51881999-07-28 Jim Blandy <jimb@cygnus.com>
5189
5190 Provide more sanity checking:
5191 * infrun.c (handle_inferior_event): Before assigning a new
5192 breakpoint to step_resume_breakpoint, make sure it's not already
5193 pointing at one; if it is, that's a bug.
5194 (check_for_old_step_resume_breakpoint): New function.
5195
51961999-07-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5197
5198 From Eli Zaretskii <eliz@is.elta.co.il>:
5199 * top.c (gdb_init) [__MSDOS__]: Arrange for GDB to return to the
5200 original directory before exiting.
5201 (cd_command) [_WIN32 || __MSDOS__]: Canonicalize the new directory
5202 name explicitly. Handle "d:/" names correctly.
5203 (init_history) [__MSDOS__]: Use _gdb_history as the default GDB
5204 history file name.
5205
5206Mon Jul 26 17:13:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
5207
5208 * remote.c (enum packet_support, enum packet_detect, struct
5209 packet_config): Define.
5210 (set_packet_config_cmd, show_packet_config_cmd,
5211 add_packet_config_cmd, init_packet_config): New functions.
5212 Generic support for optional packets.
5213 (remote_protocol_P): Replace stub_supports_P.
5214 (set_remote_protocol_P_packet_cmd, show_remote_protocol_P_packet_cmd):
5215 New functions.
5216 (_initialize_remote): Add ``set remote-protocol-P-packet'' command.
5217 (remote_open_1, remote_async_open_1, remote_cisco_open):
5218 Initialize ``remote_protocol_P''.
5219 (remote_store_registers): Re-write ``P'' probe logic.
5220 (store_register_using_P): New function.
5221
5222 From Ian Lance Taylor <ian@airs.com>:
5223 (remote_prepare_to_store): Only read registers when ``P'' packet
5224 is in state unsupported or support-unknown.
5225
52261999-07-24 Fred Fish <fnf@cygnus.com>
5227
5228 * symfile.c (default_symfile_offsets): Clear section_offsets
5229 before filling it in.
5230
52311999-07-16 Keith Seitz <keiths@cygnus.com>
5232
5233 * remote.c (_initialize_remote): "remotebreak" should be a var_boolean.
5234
52351999-07-15 Jim Blandy <jimb@cygnus.com>
5236
5237 Make the output from "info registers" fit withinin 80 columns.
5238 * hppa-tdep.c (pa_print_registers): Make it easy to change row and
5239 column counts. Switch to three columns, instead of four, and
5240 adjust spacing.
5241
5242 First cut at supporting HPPA2.0 in "wide" (64-bit) mode.
5243 * configure.tgt: Add hppa2.0w target.
5244 * config/pa/hppa64.mt, config/pa/tm-hppa64.h: New files.
5245 * hppa-tdep.c (hppa_fix_call_dummy): Dyke out code to tweak the
5246 call dummy, if target is PA2.0w. This is temporary, until I get
5247 function calls working.
5248 * hppah-nat.c (fetch_register): Rewritten to handle both narrow
5249 and wide register requests.
5250 (HPPAH_OFFSETOF): New macro.
5251
5252 * gdbtypes.c (is_integral_type): New function.
5253 * gdbtypes.h: Prototype for above.
5254
52551999-07-15 J.T. Conklin <jtc@redback.com>
5256
5257 * configure.tgt (i[3456]86-*-vxworks*): New target.
5258 * config/i386/vxworks.mt: New file, x86 VxWorks target
5259 * config/i386/tm-vxworks.h: New file.
5260
5261 * configure.tgt (powerpc-*-vxworks*): New target.
5262 * config/powerpc/vxworks.mt: New file, PowerPC VxWorks target
5263 * config/powerpc/tm-vxworks.h: New file.
5264
5265 * NEWS: Mention the new configs.
5266
8b93c638
JM
52671999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
5268
5269 * ui-out.c (struct ui_out): Remove deprecated fields.
5270
c3f6f71d
JM
52711999-07-15 Fernando Nasser <fnasser@cygnus.com>
5272
5273 * target.c (target_preopen): Prevent query when not from_tty.
5274 * infcmd.c (run_command): Prevent query when not from_tty.
5275
52761999-07-15 Fernando Nasser <fnasser@cygnus.com>
5277
5278 * event-loop.c: Fix typo in comment.
5279
8b93c638
JM
52801999-07-15 Fernando Nasser <fnasser@cygnus.com>
5281
5282 * breakpoint.c (breakpoint_1): Fix output when no breakpoins are
5283 found.
5284
52851999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5286
5287 * event-top.c (display_gdb_prompt): Don't do anything if we are
5288 running under the interpreter.
5289
c3f6f71d
JM
5290Wed Jul 14 17:29:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
5291
5292 * ser-pipe.c (struct pipe_state): Define.
5293 (pipe_close): Retain the PID of the sub-process using ``struct
5294 pipe_state''. Delete #ifdef code that used popen().
5295 (pipe_close): Kill of the sub-process as part of the cleanup.
5296
5297 * serial.h (struct _serial_t): Add field ``state''.
5298
52991999-07-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5300
5301 * event-top.c (display_gdb_prompt): Don't display the prompt if we
5302 are in the middle of an execution command. Also trick readline so
5303 it doesn't try to display the prompt.
5304 (command_line_handler): Get rid of change_prompt, unused variable.
5305 Use {push, pop}_prompt mechanism in case of multiline commands.
5306
5307 * infrun.c (complete_execution): Set target_executing to 0 as
5308 first thing, so that display_gdb_prompt does the right thing.
5309
5310Tue Jul 13 20:29:46 1999 Andrew Cagney <cagney@b1.cygnus.com>
5311
5312 * parse.c (build_parse): Fix conditional increment of num_std_regs
5313 for SP_REGNUM. Was conditional on FP_REGNUM.
5314
5315Tue Jul 13 16:44:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
5316
5317 * gdbarch.h, gdbarch.c: Revert 1999-07-07 Stan Shebs
5318 <shebs@andros.cygnus.com> indentation change. Don't let indent
5319 mess with these files.
5320
5321Mon Jul 12 11:15:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
5322
5323 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_RAW,
5324 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERTIBLE): Define.
5325 (REGISTER_RAW_SIZE): Re-define as mips_register_convert_to_raw.
5326 * mips-tdep.c (mips_register_convert_to_raw,
5327 mips_register_convert_to_virtual, ): New functions.
5328 (mips_register_raw_size, mips_register_convertible): New
5329 functions. Handle bug introduced by ``Wed Apr 1 23:13:23 1998
5330 Andrew Cagney <cagney@b1.cygnus.com>'' where remote mips64 target
5331 transfers SR as 64 bits yet GDB expected only 32 bits.
5332 (mips64_transfers_32bit_regs): New static variable.
5333 (_initialize_mips_tdep): Add obscure command ``set
5334 remote-mips64-transfers-32bit-regs'' that provides backward
5335 compatibility.
5336 (do_gp_register_row): Extract register values from raw buffer.
5337
5338 * NEWS: Document protocol change.
5339
53401999-07-12 Keith Seitz <keiths@cygnus.com>
5341
5342 * rdi-share/unixcomm.c (Unix_ResetSerial): Remove CYGWIN32
5343 conditional. It's no longer needed.
5344 (SERPORT1, SERPORT2): Linux serial ports are "/dev/ttyX", not
5345 "/dev/cuaX" (X=0,1,2,3,...).
5346
5347Mon Jul 12 02:02:00 1999 Andrew Cagney <cagney@amy.cygnus.com>
5348
5349 * defs.h, utils.c (fputstrn_filtered, fputstrn_unfiltered,
5350 fputstrnn_unfiltered): New functions.
5351 (gdb_printchar): Delete.
5352
5353 * remote.c (print_packet): Replace gdb_printchar with
5354 fputstrn_filtered.
5355 (getpkt): Use fputstrn_unfiltered to dump packet received.
5356 (putpkt_binary): Use fputstrnn_unfiltered to dump packet sent.
5357
53581999-07-09 Keith Seitz <keiths@cygnus.com>
5359
5360 * blockframe.c (blockvector_for_pc_sect): When looking for a block,
5361 we want the one whose end is greater than our PC, not greater or equal.
5362
53631999-07-08 Stan Shebs <shebs@andros.cygnus.com>
5364
5365 * sparcl-tdep.c (init_sparclite_ops): Fix doc strings, remove
5366 useless inits.
5367 (sparclite_ops): Remove redundant decl.
5368
5369Thu Jul 8 16:48:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
5370
5371 * ser-pipe.c (pipe_open): Bi-directional popen found on both
5372 NetBSD and OpenBSD.
5373 * ser-pipe.c: New file. Implement popen() style serial interface.
5374 * NEWS: Mention.
5375 * Makefile.in (ALLDEPFILES): Add ser-pipe.c.
5376 (ser-pipe.o): Add new target. Specify dependencies.
5377 (SER_HARDWIRE): Add ser-pipe.o.
5378 * serial.c (serial_open): Recognize a serial pipe ``|''.
5379
53801999-07-07 Stan Shebs <shebs@andros.cygnus.com>
5381
5382 * All C files except *-stub.c and *-share/*: Indent to GNU
5383 standard, using indent 1.9.1.
5384 * defs.h: Make indent ignore this file, macros confuse it.
5385
5386 * gnu-regex.c, gnu-regex.h: Don't let indent mess with these.
5387
5388Wed Jul 7 13:06:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
5389
5390 * remote-mips.c (fputs_readable): Rename puts_readable, add struct
5391 gdb_file argument.
5392 (fputc_readable): Rename putc_readable, add struct gdb_file
5393 argument.
5394
5395 * remote-mips.c (mips_expect_timeout, mips_receive_header,
5396 mips_send_packet, mips_receive_packet), remote-rdp.c (put_byte,
5397 get_byte, put_word, rdp_init, rdp_init), remote-sds.c
5398 (sds_interrupt, sds_wait, readchar, putmessage, read_frame,
5399 getmessage), remote-udi.c (udi_store_registers, fetch_register):
5400 (store_register), xmodem.c (readchar), utils.c (puts_debug),
5401 gnu-nat.h (debug), parse.c (parse_exp_1): Cleanup - send debug/log
5402 messages to gdb_stdlog.
5403
54041999-07-06 Stan Shebs <shebs@andros.cygnus.com>
5405
5406 * exec.c: Remove long-#ifed-out section of code that confuses
5407 indent.
5408 * gdbtypes.c (add_mangled_type): Add some braces to indicate
5409 grouping better.
5410 * gnu-nat.c: Remove literal newlines embedded in strings,
5411 causes indent to weird out.
5412 * language.c (binop_result_type): Remove extra paren.
5413 * lynx-nat.c: Add a missing paren to fetch_core_registers decl.
5414 * nec4102rom.c (vr4102_insert_step): Fix typos.
5415 (_initialize_vr4102_rom): Remove literal newline in string.
5416 * config/a29k/tm-a29k.h: Suppress formatting of pictures.
5417 * config/m68k/xm-3b1.h: Remove excess #endif.
5418
5419 Declare Pyramid configuration obsolete.
5420 * configure.host, configure.tgt: Comment out Pyramid configs.
5421 * Makefile.in: Comment out Pyramid-related actions.
5422 * pyr-xdep.c, pyr-tdep.c, config/pyr/*: Comment out.
5423 * NEWS: Mention obsolete status.
5424
54251999-07-06 Jason Molenda (jsm@bugshack.cygnus.com)
5426
5427 * remote.c: Include <sys/time.h> to pick up FD_SET et al defns on
5428 some old Linux distributions.
5429 * remote-os9k.c, remote-st.c, ser-tcp.c, ser-unix.c,
5430 sparcl-tdep.c, remote.c: Back out inclusion of <sys/select.h>.
5431 It isn't necessary after all.
5432
54331999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5434
5435 * infcmd.c (strip_bg_char): Remove assignment from 'if' condition.
5436
54371999-07-05 Jason Molenda (jsm@bugshack.cygnus.com)
5438
5439 * remote.c: Include <sys/select.h> if it exists in order to pick up
5440 FD_SET et al defns.
5441 * remote-os9k.c: Same.
5442 * remote-st.c: Same.
5443 * ser-tcp.c: Same.
5444 * ser-unix.c: Same.
5445 * sparcl-tdep.c: Same.
5446
5447Fri Jul 2 19:38:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
5448
5449 * top.c (target_output_hook): Delete definition.
5450 * defs.h (target_output_hook): Delete declaration.
5451
5452 * remote.c (remote_console_output): Delete call to
5453 target_output_hook(). Send target output to gdb_stdtarg using an
5454 unfiltered write. Make more robust.
5455
5456 * remote-sim.c (gdb_os_write_stdout, gdb_os_write_stderr):
5457 Ditto. For moment, do not try to separate target stdout and stderr
5458 streams.
5459
5460 * defs.h (gdb_stdtarg): New global. Output from target and
5461 simulators.
5462
54631999-07-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5464
5465 * top.c (return_to_top_level): Do all the exec_cleanups too.
5466
5467 * event-top.c (command_handler): Set up for a continuation, if we
5468 are in the middle of running an execution command which will
5469 finish later on. Do cleanups, an display of time/space only if not
5470 running with an async target or not running an execution command.
5471 (command_line_handler_continuation): New function. Continuation
5472 for command_line_handler.
5473
5474 * utils.c (exec_cleanup_chain): New cleanup chain to be used in
5475 async mode for the execution commands.
5476 (make_exec_cleanup): New function. Add a cleanup to the
5477 exec_cleanup_chain.
5478 (do_exec_cleanups): New Function. Do cleanups on the
5479 exec_cleanup_chain.
5480 (add_continuation): New function. Add a new continuation to the
5481 cmd_continuation list.
5482 (do_all_continuations): New function. Do all the continuations on
5483 the cmd_continuation list.
5484
5485 * top.h (ALL_CLEANUPS): Move from here to defs.h.
5486
5487 * defs.h (struct continuation_arg): New structure. Arg to pass to
5488 the call to a command continuation.
5489 (struct continuation): New structure. Continuation for an
5490 execution command.
5491 (ALL_CLEANUPS): Move here from top.h.
5492
5493 * remote.c (remote_async_open_1): Set things up for telling the
5494 target we are running the extended protocol, only after the target
5495 has stopped.
5496 (set_extended_protocol): New function. Tell the target we are
5497 using the extended protocol.
5498 (remote_async_resume): Set things up for sync execution only if
5499 this is the first time we are called.
5500
5501 * breakpoint.c (until_break_command_continuation): New function.
5502 Stuff to be done after the target stops during the 'until'
5503 command.
5504 (until_break_command): Set things up for completing the 'until'
5505 command later on. Do the final cleanups only if not running
5506 asynchronously or async execution is not supported by the target.
5507
5508 * infcmd.c (until_command): Recognize '&' at end of command and
5509 handle it properly.
5510 (finish_command_continuation): New function. Do whatever is needed
5511 after the target has stopped.
5512 (finish_command): Recognize '&' at end of command and handle it
5513 properly. Don't do stuff needed after target has stopped if
5514 running asynchronously and target has async. Use exec_cleanup_chain
5515 if running asynchronously and target is asynchronous.
5516
5517 * infrun.c (cmd_continuation): New gloabl variable. Used to
5518 coplete execution commands in async mode, after the target has
5519 stoped.
5520 (fetch_inferior_event): Use exec_cleanup_chain, instead of
5521 cleanup_chain. Do all the exec cleanups at the end. Do all the
5522 continuations at the end. Call complete_execution from here,
5523 instead of normal_stop.
5524 (complete_execution): Cleanup the signals handlers for SIGINT
5525 before displaying the prompt.
5526 (start_remote): Set target_executing to 1.
5527 (normal_stop): Don't call complete_execution from here.
5528
5529Thu Jul 1 19:14:30 1999 Andrew Cagney <cagney@b1.cygnus.com>
5530
5531 * blockframe.c (struct dummy_frame): Add member ``top''.
5532 (generic_push_dummy_frame): Initialize top to sp.
5533 (generic_save_dummy_frame_tos): New function. Initialize top.
5534 (generic_find_dummy_frame): Check for the top of the frame.
5535
5536 * blockframe.c (generic_push_dummy_frame): Free the dummy_frame
5537 registers.
5538
5539 * config/mn10300/tm-mn10300.h (SAVE_DUMMY_FRAME_TOS): Define.
5540 (TARGET_READ_FP): Return the SP as a best guess.
5541
5542Wed Jun 30 15:45:48 1999 Jeffrey A Law (law@cygnus.com)
5543
5544 * configure.host (hppa*-*-hpux11*): Accept any version of hpux11
5545 instead of hpux11.0*.
5546
55471999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
5548
5549 * source.c (directory_command): Add missing test for from_tty.
5550
55511999-06-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5552
5553 * remote.c: Include event-loop.h.
5554 (remote_async_ops, extended_async_remote_ops): Define new target
5555 vector structures for asynchronous debugging.
5556 (remote_async_open): New function. Asynchronous version of
5557 remote_open.
5558 (extended_remote_async_open): New function. Asynchronous version
5559 of extended_remote_open.
5560 (remote_async_open_1): New function. Async version of
5561 remote_open_1.
5562 (remote_async_detach): New function. Async version of
5563 remote_detach.
5564 (remote_async_resume): New function. Async version of
5565 remote_resume.
5566 (initialize_sigint_signal_handler, handle_remote_sigint,
5567 handle_remote_sigint_twice, async_remote_interrupt,
5568 async_remote_interrupt_twice, cleanup_sigint_signal_handler): New
5569 functions. Used for handling ^C while target is running.
5570 (remote_async_wait): New function. Async version of remote_wait.
5571 (remote_async_kill): New function. Async version of remote_kill.
5572 (extended_remote_async_create_inferior): New function. Async
5573 version of extended_remote_create_inferior.
5574 (init_remote_async_ops): New function. Initialize target vector
5575 for target async.
5576 (init_extended_async_remote_ops): New function. Initialize target
5577 vector for target extended-async.
5578 (_initialize_remote): Initialize remote_async_ops and
5579 extended_async_remote_ops.
5580
5581 * infrun.c: Include "event-loop.h".
5582 (sync_execution): new global variable.
5583 (proceed): Invoke wait_for_inferior and normal_stop only if not
5584 running in async mode or if target doesn't support async
5585 execution.
5586 (start_remote): Don't call wait_for_inferior and normal_stop if
5587 not running in async mode or if target not async. If running async
5588 and target is async, start the target in simulated synchronous
5589 mode.
5590 (async_ecss, async_ecs): New global vars, for inferior state.
5591 (fetch_inferior_event): New function. Async version of
5592 wait_for_inferior.
5593 (complete_execution): New function. Reset of gdb prompt and stdin,
5594 after inferior execution has completed.
5595 (normal_stop): Call complete_execution at end of asynchronous
5596 execution.
5597
5598 * infcmd.c (strip_bg_char): New function to detect the background
5599 execution char '&'.
5600 (run_command): Modify to support background and foreground
5601 execution in async mode.
5602 (continue_command): Ditto.
5603 (step_1): Ditto.
5604 (jump_command): Ditto.
5605 (interrupt_target_command): New function. Interrupt the
5606 target execution.
5607 (_initialize_infcmd): Add new command 'interrupt'.
5608
5609 * top.c (target_executing): New global variable.
5610 (execute_command): Reject commands that cannot be executed while
5611 the target is running asynchronously.
5612
5613 * event-top.c (push_prompt): Make non static.
5614 (pop_prompt): Make non static. If the current prompt is empty,
5615 don't try to copy it over the previous one.
5616 (handle_sigint): Make non static.
5617 (command_handler): Do the cleanups only when not executing with an
5618 asynchronous target.
5619
5620 * event-loop.c (delete_async_signal_handler): Pass a pointer to a
5621 pointer to a signal handler, so that is can be freed at the end.
5622
5623 * target.c (update_current_target): Inherit to_has_async_exec.
5624
5625 * inferior.h: Add global variables target_executing, and
5626 sync_execution. Export function fetch_inferior_event.
5627
5628 * event-loop.h: Add push_prompt, pop_prompt, handle_sigint to the
5629 exported functions. Update prototype for delete_signal_handler.
5630
5631 * target.h (struct target_ops): New target op: to_has_async_exec.
5632 (target_has_async): New macro.
5633
5634 * Makefile.in (infrun.o): Add dependency on event-loop.h.
5635 (remote.o): Ditto.
5636
56371999-06-28 Jim Blandy <jimb@zwingli.cygnus.com>
5638
5639 * solib.c (clear_solib): Don't disable breakpoints if we're
5640 running an a.out executable (Solaris's SunOS emulation).
5641
56421999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5643
5644 * main.c (main): Remove intialization of command_loop_hook, it
5645 is now done in _initialize_event_loop().
5646 * event-loop.c (gdb_do_one_event): Make static.
5647 (start_event_loop): New function. Just start the event loop.
5648 * event-top.c (cli_command_loop): New name for start_event_loop().
5649 (gdb_readline2): Make non static.
5650 (_initialize_event_loop): Set command_loop_hook to cli_command_loop.
5651 * event-loop.h: Adjust exported functions accordingly.
5652
5653 * top.c (init_main): Move setting of async_command_editing_p from
5654 here.
5655 * event-top.c (_initialize_event_loop): To here.
5656 (change_line_handler): Revert previous change. Add comment.
5657 (_initialize_event_loop): Revert previous change.
5658 (cli_command_loop): New name for start_event_loop().
5659 (start_event_loop): New function. This just starts up the event loop.
5660 (gdb_readline2): Make non static.
5661 (_initialize_event_loop): Set command_loop_hook to cli_command_loop.
5662
56631999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5664
5665 * event-top.c (change_line_handler): Get rid of the global
5666 variable input_fd, use `fileno (instream)' instead.
5667 (_initialize_event_loop): Ditto
5668
5669 * event-loop.c (add_file_handler): New function. Wrapper for
5670 create_file_handler.
5671 (create_file_handler): Make static.
5672 * event-top.c (_initialize_event_loop): Call add_file_handler,
5673 instead of create_file_handler.
5674 (change_line_handler): Ditto.
5675 Remove poll.h include.
5676 * event-loop.h: Export add_file_handler instead of
5677 create_file_handler.
5678
56791999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5680
5681 Declare Altos configuration obsolete.
5682 * configure.host, configure.tgt: Comment out Altos config.
5683 * Makefile.in: Comment out Altos-related actions.
5684 * altos-xdep.c, config/m68k/altos.mh, altos.mt, tm-altos.h,
5685 xm-altos.h: Comment out.
5686 * NEWS: Mention obsolete status.
5687
56881999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5689
5690 * Makefile.in: Add MAKEHTML and MAKEHTMLFLAGS; pass them down;
5691 recognize html and install-html targets.
5692 * gdbserver/Makefile.in: Add empty html and install-html targets.
5693 * nlm/Makefile.in: Ditto.
5694 * rdi-share/Makefile.in: Ditto.
5695
56961999-06-24 Jim Blandy <jimb@zwingli.cygnus.com>
5697
5698 * ax-gdb.c (agent_command): Remove vestigial call to ax_reqs.
5699
57001999-06-24 James Ingham <jingham@leda.cygnus.com>
5701
5702 * arm-tdep.c (arm_othernames): Change both gdb's register display
5703 AND the opcode disassembly register naming if the othernames
5704 command. Fixes the gdb part of CR 101177.
5705
57061999-06-23 Stan Shebs <shebs@andros.cygnus.com>
5707
5708 Declare Convex configuration obsolete.
5709 * configure.host, configure.tgt: Comment out Convex configs.
5710 * Makefile.in: Comment out Convex-related actions.
5711 * convex-xdep.c, convex-tdep.c, config/convex/*: Comment out.
5712 * NEWS: Mention obsolete status.
5713
57141999-06-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5715
5716 * main.c: Turn on async by default by setting async_p to 1.
5717
8b93c638
JM
5718Wed Jun 23 20:39:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
5719
5720 * main.c (main): Recognize --ui. Will eventually replace
5721 --interpreter.
5722
c3f6f71d
JM
5723Wed Jun 23 15:44:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
5724
5725 From Jimmy Guo <guo@cup.hp.com>:
5726 * frame.h (enum lval_type): Delcare when an __STDC__ compiler.
5727 Reverts Mon Aug 11 16:08:52 1997 Fred Fish <fnf@cygnus.com>
5728 change.
5729 * utils.c (gdb_file_rewind, gdb_file_put): Fix. A void function
5730 does not return a result.
5731
5732Wed Jun 23 15:30:46 1999 Andrew Cagney <cagney@b1.cygnus.com>
5733
5734 * remote.c (set_thread, remote_get_threadinfo,
5735 remote_threads_info, remote_current_thread, remote_get_threadlist,
5736 extended_remote_restart, get_offsets, remote_open_1,
5737 remote_detach, remote_resume, remote_wait, remote_fetch_registers,
5738 remote_store_registers, check_binary_download, remote_write_bytes,
5739 remote_read_bytes, remote_search, putpkt_binary, putpkt_binary,
5740 read_frame, compare_sections_command, remote_query,
5741 packet_command, remote_info_process): Use alloca to create space
5742 for arrays of size PBUFSIZ.
5743
57441999-06-22 Jason Molenda (jsm@bugshack.cygnus.com)
5745
5746 * top.c: Update copyright years to include 1999.
5747
57481999-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5749
5750 * top.c: Move include of event-loop.h, to avoid redefinition of
5751 NFDBITS.
5752
5753 * event-loop.c (create_file_handler): Do not do a realloc of the
5754 pollfd structure of the notifier, unless there is already one.
5755 Include <sys/types.h> for platforms that have no poll.
5756
5757 * event-top.c: Fix prototype for _initialize_event_loop.
5758 (_initialize_event_loop): Do something only if running in async
5759 mode.
5760
57611999-06-17 Jim Blandy <jimb@zwingli.cygnus.com>
5762
5763 Make the '/c' print format use a true character type. This is
5764 more appropriate than builtin_type_char for languages other than
5765 C, and C tolerates it.
5766 * gdbtypes.c (builtin_type_true_char): New variable.
5767 (build_gdbtypes): Initialize it.
5768 * gdbtypes.h (builtin_type_true_char): New declaration.
5769 * printcmd.c (print_scalar_formatted): When the format is 'c',
5770 extract the value as a builtin_type_true_char.
5771
5772 * jv-exp.y (yylex): Say character literals are java_char_type, not
5773 builtin_type_char. Java treats the latter like `byte'.
5774
57751999-06-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5776
5777 * Makefile.in (top_h): Define.
5778 (event-loop.o): Add dependencies on top.h and defs.h.
5779 (event-top.o): Add dependency on terminal.h.
5780
5781 * event-loop.c: Get rid of #include <readline.h>.
5782
5783 * event-loop.h: Get rid of nested #include's.
5784 * event-loop.c: Rearrange includes to accomodate change in
5785 event-loop.h. Include poll.h, not sys/poll.h.
5786 * event-top.c: Ditto.
5787 * main.c: Ditto.
5788
57891999-06-16 David Taylor <taylor@louisiana.cygnus.com>
5790
5791 * alpha-tdep.c (alpha_pop_frame): if frame->proc_desc
5792 is NULL, call find_proc_desc so we know how to restore
5793 the registers.
5794
8b93c638
JM
57951999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5796
5797 * cli-out.c (cli_out_new): Add flags argument to ui-out-new call.
5798 * source.c (print_source_lines_base): Test for ui_source_list flag
5799 and use ui_out for file and line output.
5800 * ui-out.c (struct ui_out): Add flags field to struct and to default
5801 initialization.
5802 (ui_out_set_flags): New function. Handle flags.
5803 (ui_out_clear_flags): New function. Ditto.
5804 (ui_out_test_flags): New function. Ditto.
5805 (ui_out_new): Add flags parameter.
5806 * ui-out.h: Add flags argument to ui_out_new declaration.
5807 Add declarations for ui_out_*_flags functions.
5808 (enum ui_flags): New enum. Defines ui_out flags.
5809 * top.c (gdb_init): Fix misspelling typo.
5810
c3f6f71d
JM
58111999-06-15 Michael Snyder <msnyder@cleaver.cygnus.com>
5812
5813 * event-top.c (start_event_loop): call get_prompt.
5814 (display_gdb_prompt): call get_prompt.
5815 (async_stop_sig): call get_prompt.
5816
58171999-06-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5818
5819 * event-loop.c (delete_file_handler): When positioning prev_ptr,
5820 keep looping while the one after is not equal to file_ptr, instead
5821 of equal.
5822
58231999-06-14 Stan Shebs <shebs@andros.cygnus.com>
5824
5825 * MAINTAINERS: Add Jimmy Guo and Jim Blandy as HP testsuite and
5826 SVR4 solib maintainers, respectively.
5827
58281999-06-14 Michael Snyder <msnyder@cleaver.cygnus.com>
5829
5830 Add parameters to the gdb prompt.
5831 * top.c (prompt): Rename to gdb_prompt_string for clarity.
5832 (command_line_input): rename "prrompt" to prompt_arg for clarity.
5833 (gdb_readline): rename "prrompt" to prompt_arg for clarity.
5834 (read_command_lines): rename "prompt" to prompt_arg for clarity.
5835 (stop_sig): call get_prompt instead of reading prompt string directly.
5836 (command_loop): ditto.
8b93c638 5837 (simplified_command_loop): ditto.
c3f6f71d
JM
5838 (gdb_prompt_escape): New variable. Esc char for prompt parameters.
5839 (get_prompt_1): New function, workhorse for get_prompt.
5840 (get_prompt): Completely rewrite. Add functionality for a
5841 parameterized prompt, ie. the displayed prompt can change according
5842 to the value of one or more expressions given as parameters in the
5843 prompt string.
5844 (init_main): use renamed variable gdb_prompt_string. Add new
5845 command "set prompt-escape-char" to set gdb_prompt_escape.
5846
5847Sun Jun 13 10:44:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
5848
5849 * defs.h (gdb_stdlog), main.c: Declare.
5850 * main.c (main): Initialize.
5851 * gdbarch.c: Write trace messages to the log file.
5852 * remote.c: Update any debug/log prints.
5853
58541999-06-11 Michael Snyder <msnyder@cleaver.cygnus.com>
5855
5856 * remote.c (remote_wait): Clean up new thread handling.
5857 (record_currthread): Announce new threads.
5858
58591999-06-11 Jim Blandy <jimb@zwingli.cygnus.com>
5860
5861 * partial-stab.h (case N_LSYM, 'T' descriptor): Don't create
5862 partial symbol table entries for nameless enums, even if the type
5863 name is " ". (We still pick up the enum elements, though.)
5864
5865 * partial-stab.h: Remove #if 0'd sections, dating back to 1992,
5866 which set a variable which exists nowhere else in the source.
5867 Please examine your test suite output carefully, and report any
5868 problems to me.
5869
8b93c638
JM
58701999-06-11 Fernando Nasser <fnasser@totem.to.cygnus.com>
5871
5872 * top.c (gdb_init): Add pre-processor test for UI_OUT.
5873
c3f6f71d
JM
58741999-06-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5875
5876 * event-top.c (setup_event_loop): Change name to start_event_loop.
5877 Move the intialization of event-loop variables to
5878 _initialize_event_loop.
5879 (_initialize_event_loop): New function. Called at init time, to
5880 set up important event-loop variables.
5881
5882 * event-loop.h: setup_event_loop is now start_event_loop.
5883 * main.c (main): Ditto.
5884
5885Fri Jun 11 18:34:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
5886
5887 * defs.h (gdb_file_rewind_ftype, gdb_file_rewind,
5888 set_gdb_file_rewind, gdb_file_put_ftype, gdb_file_put,
5889 set_gdb_file_put): Declare.
5890
5891 * utils.c (gdb_file_new): Initialize ``rewind'' and ``put''.
5892 (struct gdb_file): Add to_rewind and to_put.
5893 (null_file_put, null_file_rewind, gdb_file_put, gdb_file_rewind,
5894 set_gdb_file_put, set_gdb_file_rewind): New functions.
5895 (tui_file_rewind, tui_file_put): New functions.
5896 (tui_file_new): Add rewind and put.
5897
8b93c638
JM
5898 * cli-out.c (cli_spaces): Replace gdb_stdout with data->stream.
5899 (cli_text, cli_message, cli_flush, out_field_fmt,
5900 field_separator): Ditto.
5901
5902Fri Jun 11 16:08:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
5903
5904 * cli-out.c (cli_out_new): Replace init_cli_out,
5905 * top.c (gdb_init): Call cli_out_new.
5906 * main.c (main): Delete call to set_ui_out_impl.
5907
5908 * ui-out.h (set_ui_out_impl, cli_ui_out_impl), ui-out.c: Delete.
5909 (cli_out_new): Add declaration. Will move later.
5910
5911 * ui-out.c (ui_out_new, ui_out_data), ui-out.h: New functions.
5912 (struct ui_out): Add field data.
5913 (ui_out_new): Replace init_ui_out_state.
5914
5915 * ui-out.c (XMALLOC): Define.
5916 (ui_out_stream_new, append_header_to_list): Use XMALLOC instead of
5917 xmalloc.
5918 * cli-out.c (XMALLOC): Define.
5919
5920Fri Jun 11 10:31:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
5921
5922 * ui-out.c (ui_out_field_int, ui_out_field_skip,
5923 ui_out_field_fmt): Rewrite statements to remove infix operators.
5924
5925 * ui-out.c (get_curr_header, verify_field_proper_position,
5926 verify_field_alignment, init_ui_out_state, set_ui_out_impl,
5927 append_header_to_list): Add explicit ui_out parameter.
5928 (struct ui_out): Move the local variables ``table_flag'',
5929 ``body_flag'', ``table_columns'', ``table_id'', ``list_flat'',
5930 ``field_count'', ``headerfirst'', ``headerlast'', ``headercurr''
5931 into this struct.
5932 (typedef ui_out_hdr): Delete.
5933 (struct ui_out_hdr): Rename struct _ui_out_hdr.
5934 (ui_out_table_begin, ui_out_table_end, ui_out_table_body,
5935 ui_out_table_header, ui_out_field_int, ui_out_list_begin,
5936 ui_out_table_end, ui_out_list_end, ui_out_field_skip,
5937 ui_out_table_body, ui_out_list_begin, ui_out_list_end,
5938 ui_out_field_string, ui_out_field_fmt, init_ui_out_state,
5939 verify_field_proper_position, verify_field_alignment,
5940 clear_header_list, append_header_to_list, _initialize_ui_out):
5941 Update.
5942
5943 * ui-out.h (typedef streambuf): Delete.
5944 (struct _streambuf): Rename to struct ui_stream.
5945 * breakpoint.c (breakpoint_1), stack.c (print_frame_info_base),
5946 printcmd.c (print_frame_args): Rename streambuf to struct
5947 ui_stream.
5948
c3f6f71d
JM
5949Fri Jun 11 15:10:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
5950
5951 * d10v-tdep.c (d10v_push_arguments): Fix order of arguments passed
5952 to store_address.
5953
5954Fri Jun 11 10:31:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
5955
5956 * remote.c (tty_input): Change array to pointer.
5957 (_initialize_remote): Call build_remote_gdbarch_data.
5958 (build_remote_gdbarch_data): New function. Allocate space for
5959 tty_input.
5960 (readsocket, readtty): Delete extern declaration of tty_input.
5961
59621999-06-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5963
5964 * event-top.c (gdb_readline2): Call the command handling function
5965 via the input_handler pointer.
5966 (change_line_handler): When turning off editing, set input_handler
5967 as well.
5968
5969 * utils.c (prompt_for_continue): If running asynchronously, call
5970 async_request_quit, instead of request_quit.
5971
5972 * tracepoint.c (read_actions): If running asynchronously, set the
5973 signal handler for STOP_SIGNAL to handle_stop_sig.
5974
5975 * top.h: (source_line_number, source_file_name, source_error,
5976 source_pre_error, history_expansion_p, server_command): export for
5977 use of event-top.c.
5978
5979 * event-top.c: Include top.h and terminal.h.
5980 (instream): Remove extern declaration.
5981 (handle_sigint, handle_sigquit, handle_sighup, handle_sigfpe,
5982 handle_sigwinch, async_do_nothing, async_disconnect,
5983 async_float_handler, async_stop_sig): Make static.
5984 (async_request_quit, async_do_nothing, async_disconnect,
5985 async_float_handler, async_stop_sig): Add gdb_glient_data
5986 argument.
5987 (handle_stop_sig): New function.
5988 (sigtstp_token): New variable.
5989 (sigint_token, sigquit_token, sigfpe_token, sigwinch_token):
5990 Change their type tp PTR.
5991 (mark_async_signal_handler_wrapper): New function.
5992 (setup_event_loop): Initialize all the variables used by readline
5993 only if not already done while reading the .gdbinit file. Display
5994 the initial gdb prompt, if .gdbinit took care of setting things up
5995 for readline.
5996 (change_line_handler): When turning on the use of readline,
5997 initialize input_handler as well.
5998 (command_line_handler): Set up the signal handler for STOP_SIGNAL
5999 to be handle_stop_sig.
6000 (async_init_signals): Remove coercion of signal handlers in calls
6001 to create_async_signal_handler. Initialize token for stop signal.
6002 (handle_sigint): Call async_request_quit using one argument.
6003 (handle_sigint, handle_sigquit, handle_sighup, handle_sigfpe,
6004 handle_sigwinch): Call mark_async_signal_handler_wrapper instead
6005 of mark_async_signal_handler.
6006
6007 * event-loop.h: Add extern declarations for handle_stop_sig,
6008 async_command_editing_p, async_annotation_suffix,
6009 new_async_prompt, the_prompts.
6010
6011 * top.c (command_line_input): Set the signal handler to be
6012 handle_stop_sig, in case gdb is running asynchronously.
6013 (get_prompt): Return the top of the prompt stack if running
6014 asynchronously.
6015 (set_prompt): Set the top of the prompt stack if running
6016 asynchronously.
6017 (init_main): Move ``extern'' vars from here to event-loop.h.
6018
60191999-06-10 Michael Snyder <msnyder@cleaver.cygnus.com>
6020
6021 * values.c (value_from_string): new function. Make a value_ptr
6022 from a string, with storage in local GDB memory (not in inferior).
6023 * value.h (value_from_string): add prototype.
6024 * remote.c (remote_cisco_ops): New remote target, "target cisco".
6025 (init_remote_cisco_ops): New function, initialize new target.
6026 (remote_cisco_mourn, remote_cisco_wait, remote_cisco_open,
6027 remote_cisco_close): New functions, implement new target cisco.
6028 (minitelnet, readtty, readsocket) New functions, implement the
6029 I/O pass-through mode for target cisco.
6030 (remote_wait): Detect special enhanced version of the 'S' packet
6031 for target cisco.
6032 (remote_cisco_expand): Perform Cisco variant of RLL decoding.
6033
60341999-06-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6035
6036 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.
6037
6038 * top.c (print_prompt): Delete this function.
6039
6040 From: Andrew Cagney <cagney@b1.cygnus.com>
6041
6042 * event-top.c (async_hook): Delete extern declaration.
6043
6044 * defs.h: Replace ``async_hook'' with ``async_p''.
6045 * top.c (gdb_init, init_main, init_main, init_main, init_main):
6046 Replace ``async_hook'' with ``async_p''.
6047
6048 * main.c: Rename ``async'' to ``async_p''.
6049 (main): Add --noasync option.
6050 (main): Hook in the asynchronous event-loop based CLI using
6051 command_loop_hook instead of async_hook. Delete call to
6052 async_hook().
6053
6054Thu Jun 10 21:14:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6055
6056 * mn10300-tdep.c (mn10300_store_return_value,
6057 mn10300_extract_struct_value_address,
6058 mn10300_extract_return_value), config/mn10300/tm-mn10300.h: New
6059 functions.
6060 * config/mn10300/tm-mn10300.h (EXTRACT_STRUCT_VALUE_ADDRESS,
6061 STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE): Update.
6062 (TARGET_MN10300): Delete macro. Not used.
6063
6064Thu Jun 10 20:04:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
6065
6066 * mn10300-tdep.c (mn10300_register_names): Make static.
6067 (STORE_STRUCT_RETURN): Do not modify SP.
6068
6069 * config/mn10300/tm-mn10300.h(mn10300_register_name),
6070 mn10300-tdep.c : New function.
6071 * config/mn10300/tm-mn10300.h (REGISTER_NAME): Update.
6072 * config/mn10300/tm-mn10300.h (mn10300_saved_pc_after_call),
6073 mn10300-tdep.c: New function.
6074 * config/mn10300/tm-mn10300.h (SAVED_PC_AFTER_CALL): Update.
6075
8b93c638
JM
6076Wed Jun 9 16:42:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6077
6078 * top.h, top.c (simplified_command_loop): Make global.
6079
6080 * main.c (main): Delete call to call_interp_loop. Interpreters
6081 hook in using command_loop_hook.
6082 * top.c (call_interp_loop): Delete function.
6083
c3f6f71d
JM
60841999-06-10 Keith Seitz <keiths@cygnus.com>
6085
6086 * mcore-rom.c (picobug_dumpregs): Return a value. Any value, it
6087 doesn't matter.
6088 * mcore-tdep.c (mcore_analyze_prologue): Set NO_MORE_FRAMES
6089 if the start of the function is the entry point.
6090 (mcore_analyze_prologue): rotli takes an immediate, not an
6091 offset immediate.
6092 (mcore_push_arguments): Fix compiler warning.
6093
60941999-06-09 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6095
6096 * rs6000-tdep.c (skip_prologue): Don't mistake a branch for a
6097 subroutine call.
6098
60991999-06-08 Michael Snyder <msnyder@cleaver.cygnus.com>
6100
6101 * remote.c (remote_wait): Add 'N' response packet, which is a
6102 stop with signal number plus section offsets for .text, .data and
6103 .bss. This is used by Cisco to indicate relocation offsets.
6104 (remote_cisco_section_offsets, remote_cisco_objfile_relocate):
6105 new files to support 'N' packet.
6106 (remote_info_process): New function. Implements the
6107 "info remote-process" command, by means of which the remote target
6108 can report anything it wants to about the remote process/app being
6109 debugged.
6110 (_initialize_remote): add info remote-proc command.
6111 (remote_threads_info): New function for "info threads" command.
6112 Attempts to use new query "qfThreadInfo" instead of the old
6113 undocumented query.
6114 * exec.c (exec_set_section_offsets) new files to support 'N' packet.
6115
6116Tue Jun 8 13:33:42 1999 Andrew Cagney <cagney@amy.cygnus.com>
6117
6118 * inferior.h (generic_target_read_pc, generic_target_write_pc,
6119 generic_target_read_fp, generic_target_write_fp,
6120 generic_target_read_sp, generic_target_write_sp): Declare new
6121 functions.
6122 * findvar.c (generic_target_read_pc, generic_target_write_pc,
6123 generic_target_read_fp, generic_target_write_fp,
6124 generic_target_read_sp, generic_target_write_sp): New functions.
6125 (TARGET_READ_PC, TARGET_WRITE_PC, TARGET_READ_FP, TARGET_WRITE_FP,
6126 TARGET_READ_SP, TARGET_WRITE_SP): Default to corresponding generic
6127 function.
6128 (write_pc_pid, write_pc_pid, read_sp, write_sp, read_fp,
6129 write_fp): Simplify.
6130
6131 * gdbarch.c (verify_gdbarch): Always verify TARGET_PTR_BIT,
6132 TARGET_SHORT_BIT, TARGET_INT_BIT, TARGET_LONG_BIT,
6133 TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT, TARGET_DOUBLE_BIT,
6134 TARGET_LONG_DOUBLE_BIT, TARGET_READ_PC, TARGET_WRITE_PC,
6135 TARGET_READ_FP, TARGET_WRITE_FP, TARGET_READ_SP, TARGET_WRITE_SP,
6136 USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY_BREAKPOINT_OFFSET_P,
6137 CALL_DUMMY_P, CALL_DUMMY_STACK_ADJUST_P, GET_SAVED_REGISTER,
6138 REGISTER_CONVERTIBLE, PUSH_ARGUMENTS, PUSH_RETURN_ADDRESS,
6139 FRAME_CHAIN_VALID.
6140 (GET_GDBARCH, SET_GDBARCH): Delete macros. Implement functions
6141 directly.
6142 * gdbarch.h, gdbarch.c: Call fatal() instead of abort(). Identify
6143 the function / macro with a problem. Always verify a architecture
6144 attribute before returning it.
6145 * gdbarch.h, gdbarch.c (generic_register_convertible_not): New
6146 function.
6147
6148 * mips-tdep.c (mips_push_return_address): New function.
6149 * config/mips/tm-mips.h (PUSH_RETURN_ADDRESS): Define.
6150
6151 * mips-tdep.c (mips_gdbarch_init): Initialize short_bit,
6152 double_bit, long_double_bit, read_pc, write_pc, read_fp, write_fp,
6153 read_sp, write_sp, frame_chain_valid, get_saved_register,
6154 push_arguments, push_return_address, register_convertible,
6155 call_dummy_p, use_generic_dummy_frames,
6156 call_dummy_breakpoint_offset_p, call_dummy_stack_adjust_p,
6157 call_dummy_words and sizeof_call_dummy_words.
6158 * config/mips/tm-mips.h: Don't define CALL_DUMMY when multi-arch.
6159
61601999-06-07 Keith Seitz <keiths@cygnus.com>
6161
6162 * v850ice.c (init_hidden_window): Do not rely on the existence of
6163 a gui for window creation. Return boolean status.
6164 (v850ice_open): Use boolean status of init_hidden_window.
6165 Allow any ICE execution command to run under CLI. Maybe one
6166 day gdb will use a real event loop and allow this code to run.
6167 * configure.tgt: Configure the v850 ice for all cygwin-hosted
6168 toolchains.
6169
6170Mon Jun 7 23:37:26 1999 Andrew Cagney <cagney@amy.cygnus.com>
6171
6172 * config/mips/tm-mips.h (EXTRA_FRAME_INFO): Delete.
6173 * mips-tdep.c (mips_init_extra_frame_info): Allocate saved_regs.
6174 (temp_saved_regs): Replace struct with a simple pointer.
6175 (set_reg_offset, mips32_heuristic_proc_desc, heuristic_proc_desc,
6176 mips_init_extra_frame_info): Update.
6177
6178Mon Jun 7 21:40:12 1999 Andrew Cagney <cagney@amy.cygnus.com>
6179
6180 * config/mips/tm-mips.h (EXTRA_FRAME_INFO): Move elements from here.
6181 * mips-tdep.c (struct frame_extra_info): To here.
6182
6183 * mips-tdep.c (mips_print_extra_frame_info, mips_find_saved_regs,
6184 mips_init_extra_frame_info, mips_pop_frame): Update
6185 (mips_init_extra_frame_info): Allocate space for the extra info.
6186
6187Mon Jun 7 21:08:50 1999 Andrew Cagney <cagney@amy.cygnus.com>
6188
6189 * config/mips/tm-mips.h (mips_init_extra_frame_info), mips-tdep.c:
6190 Rename init_extra_frame_info. Add argument ``fromleaf''.
6191 mips-tdep.c (mips_gdbarch_init): Add mips_init_extra_frame_info.
6192
6193 * config/mips/tm-mips.h (mips_print_extra_frame_info),
6194 mips-tdep.c: New function.
6195 (PRINT_EXTRA_FRAME_INFO): Update definition.
6196
6197Mon Jun 7 20:11:07 1999 Andrew Cagney <cagney@amy.cygnus.com>
6198
6199 * config/mips/tm-mips.h, config/mips/tm-irix3.h,
6200 config/mips/tm-tx19.h, config/mips/tm-tx19l.h,
6201 config/mips/tm-tx39.h, config/mips/tm-tx39l.h: Rename macro
6202 REGISTER_NAMES to MIPS_REGISTER_NAMES.
6203
6204 * config/mips/tm-mips.h (REGISTER_NAME): Define.
6205 * mips-tdep.c (mips_processor_reg_names): New static variable.
6206 (mips_register_name): New function.
6207 (mips_set_processor_type): Update mips_processor_reg_names.
6208 (mips_generic_reg_names): Initialize using MIPS_REGISTER_NAMES.
6209 (mips_gdbarch_init): Add mips_register_name.
6210
6211Sun Jun 6 11:09:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
6212
6213 * remote.c (PBUFSIZ): Re-define so that value is computed at
6214 run-time.
6215 (MAXBUFBYTES): Re-define as a macro function.
6216 * gdbarch.h, gdbarch.c: Add multi-arch support for REGISTER_BYTES.
6217 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
6218
62191999-06-05 Fernando Nasser <fnasser@totem.to.cygnus.com>
6220
6221 * symtab.c (decode_line_1): Accept filenames with spaces in
6222 'linespecs' when enclosed in double quotation marks and handle
6223 drive specification is DOS format (D:).
6224
62251999-06-04 Jim Blandy <jimb@zwingli.cygnus.com>
6226
6227 * parse.c: Don't include <ctype.h> twice.
6228
62291999-06-04 David Taylor <taylor@louisiana.cygnus.com>
6230
6231 Sat May 15 12:16:09 1999 Per Bothner <bothner@deneb.cygnus.com>
6232
6233 * eval.c (evaluate_subexp_standard): Remove Gilmore rant.
6234 (Of course C has "expected types", at least if you allow
6235 brace-initializer expressions - as in Gcc.)
6236 Remove NULLing out expect_type. Do pass NULL_TYPE in place
6237 the incoming expect_type where appropriate.
6238
6239Fri Jun 4 10:56:23 1999 Jeffrey A Law (law@cygnus.com)
6240
6241 * hppa-tdep.c (hppa_fix_call_dummy): Make it work for GCC compiled
6242 executables without end.o. Clean up lots of mis-guided comments.
6243
6244Fri Jun 4 17:10:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
6245
6246 * parser-defs.h (std_regs): Replace array with pointer.
6247 * parse.c (build_parse): Build the std_regs table according to the
6248 standard registers available.
6249 (_initialize_parse): Register std_regs and num_std_regs as
6250 architecture specific.
6251 * gdbarch.h, gdbarch.c: Add multi-arch support for SP_REGNUM,
6252 FP_REGNUM, PC_REGNUM, NUM_REGS, REGISTER_NAME.
6253 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
6254
8b93c638
JM
62551999-06-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6256
6257 * printcmd.c (print_frame_args): Convert some of the output to use
6258 ui_out.
6259 * stack.c (print_frame_info_base): Adjust the call to the above
6260 function.
6261
c3f6f71d
JM
62621999-06-03 Michael Snyder <msnyder@cleaver.cygnus.com>
6263
6264 * thread.c: eliminate the target_thread_vector (functionality
6265 moved into the standard target vector).
6266 * gdbthread.h: eliminate target_thread_vector. Move all related
6267 defines into remote.c, since they are no longer shared with thread.c.
6268 * remote.c: eliminate the target_thread_vector.
6269 (remote_find_new_threads): change return type to void, consistent
6270 with the target vector table. (cont_thread): rename continue_thread.
6271 (record_currthread): remove dead code. (remote_thread_alive):
6272 clean up and simplify. (threadref etc.): move definitions to here
6273 from gdbthread.h.
6274
62751999-06-02 Jason Molenda (jsm@bugshack.cygnus.com)
6276
6277 * inftarg.c (child_create_inferior): Remove dead HPUX specific code
6278 which tries to find csh.
6279 * fork-child.c: Remove DEBUGGING predefine and conditionalized
6280 printfs.
6281 (fork_inferior): Remove dead HPUX specific code which assumes shell
6282 is csh.
6283
6284 * hppa-tdep.c: Remove DEBUGGING and #if 0 debugging printfs.
6285 * parse.c: Ditto.
6286 * somread.c: Ditto.
6287
6288 * gdbarch.h: Forward decl of struct value.
6289
6290Thu Jun 3 10:12:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6291
6292 * d10v-tdep.c (do_d10v_pop_frame): Rename d10v_pop_frame. Make
6293 static.
6294 * d10v-tdep.c (d10v_pop_frame), config/d10v/tm-d10v.h: New
6295 function. Call generic_pop_current_frame.
6296 * config/d10v/tm-d10v.h (POP_FRAME): Update.
6297 * gdbarch.h, gdbarch.c (frame_num_args_unknown): New function.
6298 * gdbarch.h, gdbarch.c: Add multi-arch support for POP_FRAME,
6299 SKIP_PROLOGUE, INNER_THAN, DECR_PC_AFTER_BREAK,
6300 FUNCTION_START_OFFSET, REMOTE_TRANSLATE_XFER_ADDRESS, FRAME_CHAIN,
6301 FRAME_CHAIN_VALID, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS,
6302 FRAME_LOCALS_ADDRESS, FRAME_ARGS_SKIP,
6303 FRAMELESS_FUNCTION_INVOCATION, REGISTER_BYTE, REGISTER_RAW_SIZE,
6304 REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, SAVED_PC_AFTER_CALL,
6305 FRAME_NUM_ARGS, MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6306 REGISTER_SIZE.
6307 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
6308 * config/d10v/tm-d10v.h (DMEM_START, IMEM_START, STACK_START,
6309 ARG1_REGNUM, ARGN_REGNUM, RET1_REGNUM): Move definitions from
6310 here.
6311 * d10v-tdep.c: To here.
6312 * config/d10v/tm-d10v.h (struct type): Move declaration from here.
6313 * gdbarch.h: To here.
6314 * config/d10v/tm-d10v.h (struct frame_info, struct
6315 frame_saved_regs, struct type): Delete declarations.
6316
63171999-06-02 Robert Hoehne <robert.hoehne@gmx.net>
6318
6319 * go32-nat.c: go32_terminal_init, go32_terminal_inferior and
6320 go32_terminal_ours are new functions to save/restore the inferior`s
6321 stdin/stdout filemodes
6322
63231999-06-02 Stan Shebs <shebs@andros.cygnus.com>
6324
6325 * MAINTAINERS: Add Mark Kettenis, Jeff Law, and Philippe De Muyter
6326 as maintainers for Hurd, HP/UX, and COFF, respectively.
6327
63281999-06-02 Mark Kettenis <kettenis@gnu.org>
6329
6330 * gnu-nat.c (inf_continue): New function.
6331 (struct inf): Use `unsigned int' instead of `int' for bit-fields.
6332 Add new bit-field named `nomsg'.
6333 (inf_validate_procinfo): Renamed from inf_validate_stopped, all
6334 callers changed. Also update the `nomsg' and `traced' fields of
6335 INF.
6336 (make_inf): Initialize INF->nomsg.
6337 (inf_cleanup): Reset INF->nomsg.
6338 (inf_detach): Call `inf_validate_procinfo'. Call `inf_continue'
6339 instead of `inf_signal' if the inferior does not have a message
6340 port.
6341 (gnu_resume): Likewise.
6342 (gnu_create_inferior): Reset INF->nomsg in `attach_to_child'.
6343 Call `inf_validate_procinfo' after returning from `fork_inferior'.
6344 (gnu_attach): Update signal thread and tracing state.
6345
6346 * config/i386/tm-i386gnu.h: Include "i386/tm-i386.h" instead of
6347 "i386/tm-i386v.h".
6348 (STACK_END_ADDR): Remove.
6349 (SIGCONTEXT_PC_OFFSET): New define.
6350 Include "tm-sysv4.h".
6351
63521999-06-02 J.T. Conklin <jtc@redback.com>
6353
6354 * config/tm-vxworks.h: New file, header for definitions common to
6355 all vxWorks targets.
6356 * config/a29k/tm-vx29k.h, config/i960/tm-vx960.h,
6357 config/m68k/tm-vx68.h, config/mips/tm-vxmips.h,
6358 config/sparc/tm-vxsparc.h: Include tm-vxworks.h.
6359
6360Wed Jun 2 17:37:03 1999 Jeffrey A Law (law@cygnus.com)
6361
6362 * config/pa/tm-hppa.h (IMPORT_SHLIB): New unwind stub type.
6363
63641999-06-02 Christopher Faylor <cgf@cygnus.com>
6365
6366 * configure.tgt: Alphabetically reorder some targets.
6367
63681999-06-02 Keith Seitz <keiths@cygnus.com>
6369
6370 * v850ice.c (v850ice_xfer_memory): Insert lost "break".
6371
63721999-06-02 Jim Blandy <jimb@zwingli.cygnus.com>
6373
6374 * rs6000-tdep.c (variants): Fix description of 750 register set.
6375 (Thanks to J. T. Conklin.)
6376
6377Wed Jun 2 16:10:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6378
6379 * gdbarch.h, gdbarch.c: Add multi-arch support for
6380 STORE_STRUCT_RETURN, STORE_RETURN_VALUE,
6381 EXTRACT_STRUCT_VALUE_ADDRESS, USE_STRUCT_CONVENTION,
6382 FRAME_INIT_SAVED_REGS and INIT_EXTRA_FRAME_INFO.
6383 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
6384
6385 * config/d10v/tm-d10v.h (FRAME_INIT_SAVED_REGS): Replace
6386 FRAME_FIND_SAVED_REGS.
6387 (d10v_frame_init_saved_regs): Replace d10v_frame_find_saved_regs.
6388 * d10v-tdep.c (d10v_pop_frame, d10v_frame_chain,
6389 d10v_frame_init_saved_regs): Update.
6390 * gdbarch.h: Disallow FRAME_FIND_SAVED_REGS when multi-arch.
6391
6392 * gdbarch.h, gdbarch.c: Add multi-arch support for
6393 D10V_MAKE_DADDR, D10V_MAKE_IADDR, D10V_DADDR_P, D10V_IADDR_P,
6394 D10V_CONVERT_DADDR_TO_RAW and D10V_CONVERT_IADDR_TO_RAW.
6395 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
6396
6397 * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete.
6398 * d10v-tdep.c (struct frame_extra_info): Define.
6399 (d10v_init_extra_frame_info, d10v_pop_frame, d10v_frame_chain,
6400 d10v_frame_find_saved_regs): Update.
6401 * gdbarch.h: Disallow EXTRA_FRAME_INFO when multi-arch.
6402
6403Tue Jun 1 13:36:31 1999 Philippe De Muyter <phdm@macqel.be>
6404
6405 * config/m68k/tm-delta68.h (FRAME_NUM_ARGS): Macro prototype fixed.
6406 * config/m68k/tm-news.h, config/ns32k/tm-merlin.h: Ditto.
6407 * config/ns32k/tm-umax.h (FRAME_NUM_ARGS): Old macro definition
6408 removed; new macro prototype fixed.
6409
6410Wed Jun 2 11:18:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6411
6412 * gdbarch.h, gdbarch.c: Add multi-arch support for
6413 EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS, PUSH_DUMMY_FRAME,
6414 PUSH_RETURN_ADDRESS, POP_FRAME, FRAME_FIND_SAVED_REGS.
6415 * d10v-tdep.c, config/d10v/tm-d10v.h: Update.
6416
6417 * gdbarch.h, gdbarch.c: Add multi-arch support for
6418 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6419 REGISTER_CONVERT_TO_RAW.
6420 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
6421
6422 * defs.h (REGISTER_NAME): Move compatibility definition from here.
6423 * gdbarch.h: To here.
6424
6425 * frame.h, blockframe.c (generic_fix_call_dummy): New
6426 stub function.
6427 * gdbarch.h, gdbarch.c: Add multi-arch support for FIX_CALL_DUMMY.
6428 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
6429
6430Tue Jun 1 20:06:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6431
6432 * d10v-tdep.c (d10v_gdbarch_init): Set get_saved_register.
6433 * config/d10v/tm-d10v.h: Update.
6434
6435Tue Jun 1 19:50:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
6436
6437 * gdbarch.h, gdbarch.c: Add multi-arch support for TARGET_READ_PC,
6438 TARGET_WRITE_PC, TARGET_READ_FP, TARGET_WRITE_FP, TARGET_READ_SP
6439 and TARGET_WRITE_SP.
6440 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
6441
6442Tue Jun 1 19:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
6443
6444 * gdbarch.c (default_gdbarch): Set field GET_SAVED_REGISTER to
6445 generic_get_saved_register.
6446 * gdbarch.c: Change update dispatch functions so that they check
6447 for a NULL function pointer.
6448
6449Tue Jun 1 19:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
6450
6451 * gdbarch.h, gdbarch.c: Add multi-arch support for TARGET_INT_BIT,
6452 TARGET_CHAR_BIT, TARGET_SHORT_BIT, TARGET_FLOAT_BIT,
6453 TARGET_DOUBLE_BIT and TARGET_LONG_DOUBLE_BIT.
6454 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_gdbarch_init): Update.
6455
6456Tue Jun 1 18:47:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6457
6458 * parse.c (build_parse): New function. Initialize
6459 msym_text_symbol_type, msym_data_symbol_type and
6460 msym_unknown_symbol_type.
6461 (_initialize_parse): Call build_parse.
6462 (_initialize_parse): Register variables msym_text_symbol_type,
6463 msym_data_symbol_type as msym_unknown_symbol_type as
6464 per-architecture.
6465
6466Tue Jun 1 11:30:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
6467
6468 * d10v-tdep.c (_initialize_d10v_tdep): Register d10v as an
6469 architecture.
6470 (d10v_gdbarch_init): New function.
6471 * confg/d10v/tm-d10v.h (GDB_MULTI_ARCH): Define.
6472
6473Tue Jun 1 10:45:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
6474
6475 * config/d10v/tm-d10v.h (REGISTER_CONVERTIBLE,
6476 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Convert
6477 macros into functions.
6478 * config/d10v/tm-d10v.h, d10v-tdep.c (d10v_register_convertable,
6479 d10v_register_convert_to_virtual, d10v_register_convert_to_raw):
6480 The new functions.
6481
8b93c638
JM
64821999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
6483
6484 * breakpoint.c (print_it_normal): Convertion of part of the output
6485 to use ui-out.
6486 (mention): Same as above.
6487 * infcmd.c (run_command): Same.
6488 * source.c (print_source_lines_base): Same.
6489 * stack.c (print_frame_info_base): Same.
6490
64911999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
6492
6493 * breakpoint.c (breakpoint_1): Fix names of fields on ui_out
6494 produced output.
6495 * ui-out.h: Cosmetic change.
6496
c3f6f71d
JM
64971999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
6498
6499 * stack.c (print_args_stub): Add missing stream parameter.
6500
6501Mon May 31 15:50:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6502
6503 Fri May 28 16:51:00 1999 Martin Dorey <martin.dorey@madge.com>:
6504 * valops.c, value.h (default_push_arguments): Fix order of
6505 parameters to match PUSH_ARGUMENTS arguments.
6506
8b93c638
JM
65071999-05-28 Fernando Nasser <fnasser@totem.to.cygnus.com>
6508
6509 * top.c (print_command_lines): Simplified script format for
6510 non-console output.
6511
65121999-05-28 Fernando Nasser <fnasser@totem.to.cygnus.com>
6513
6514 * top.c (print_command_lines): Fixed printing of if clauses.
6515 * breakpoint.c (breakpoint_1): Adjust call to the above.
6516 * top.c (show_user_1): Same as above.
6517
65181999-05-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
6519
6520 * top.c (call_interp_loop): Correct build problem with UI_OUT defined.
6521
c3f6f71d
JM
6522Thu May 27 11:42:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6523
6524 * gdbarch.h (EXTRACT_STRUCT_VALUE_ADDRESS): Return 0.
6525
6526 * valops.c (value_assign): Delete redundant test of
6527 REGISTER_CONVERTIBLE.
6528
6529Thu May 27 11:33:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
6530
6531 * config/w65/tm-w65.h, config/tic80/tm-tic80.h, config/sh/tm-sh.h,
6532 config/i386/tm-i386m3.h, config/i386/tm-go32.h,
6533 config/i386/tm-cygwin.h, config/h8500/tm-h8500.h,
6534 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h: Delete definition of
6535 macro NAMES_HAVE_UNDERSCORE.
6536
6537Thu May 27 09:31:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6538
6539 * gdbarch.h (EXTRACT_STRUCT_VALUE_ADDRESS,
6540 EXTRACT_STRUCT_VALUE_ADDRESS_P): Provide default definitions.
6541 * values.c (value_being_returned): Use
6542 EXTRACT_STRUCT_VALUE_ADDRESS when EXTRACT_STRUCT_VALUE_ADDRESS_P.
6543
6544Wed May 26 13:51:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
6545
6546 * utils.c (tui_file_new, tui_file_delete, tui_fileopen): New
6547 functions.
6548 (tui_file_isatty): Rename gdb_file_isatty.
6549 (gdb_file_init_astring): Use tui_file_new to create stream.
6550 (gdb_file_get_strbuf, gdb_file_adjust_strbuf): Call gdb_file_data
6551 to access the tui_stream.
6552 (tui_file_flush): Rename gdb_flush. Call gdb_file_data to access
6553 the tui_stream. Pass FILE and not STREAM down.
6554
6555 * utils.c (struct stdio_file, stdio_file_flush, stdio_file_fputs,
6556 stdio_file_isatty, stdio_file_delete, stdio_file_new,
6557 stdio_fileopen): Define type and functions. Implement a simple
6558 STDIO based gdb_file.
6559 (struct gdb_file, gdb_file_new, gdb_file_delete, null_file_isatty,
6560 null_file_flush, null_file_fputs, null_file_delete, gdb_file_data,
6561 set_gdb_file_flush, set_gdb_file_isatty, set_gdb_file_fputs,
6562 set_gdb_file_data, fputs_unfiltered, gdb_flush, gdb_file_isatty):
6563 Define type and functions. Implement virtual functions for
6564 gdb_file.
6565
6566 * defs.h (struct gdb_file): Declare.
6567 (GDB_FILE): Change type to struct gdb_file. Deprecate.
6568 (gdb_file_flush_ftype, gdb_file_fputs_ftype,
6569 gdb_file_isatty_ftype, gdb_file_delete_ftype): Add function type
6570 declarations.
6571
6572 * defs.h (set_gdb_file_flush, set_gdb_file_fputs,
6573 set_gdb_file_isatty, set_gdb_file_data, gdb_file_new,
6574 gdb_file_delete, gdb_file_data, stdio_fileopen, tui_fileopen): Add
6575 function declarations.
6576 (gdb_fopen): Re-implement. Call stdio_file_new.
6577 (gdb_fclose): Re-implement. Call gdb_file_delete.
6578
6579 * main.c (tui_file_fputs): Rename fputs_unfiltered. Use
6580 gdb_file_data to gain access to the tui_stream data. Use FILE
6581 instead of STREAM where applicable.
6582 (main): Create gdb_stdout and gdb_stderr using tui_fileopen.
6583
6584 * defs.h (struct tui_stream): Add field ts_magic.
6585 * utils.c (tui_file_magic): Local variable.
6586 (tui_file_new): Set field ts_magic.
6587 (tui_file_delete, tui_file_isatty, gdb_file_init_astring,
6588 gdb_file_get_strbuf, gdb_file_adjust_strbuf, tui_file_flush):
6589 Verify ts_magic.
6590
8b93c638
JM
65911999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
6592
6593 * top.c (print_command_lines): New function, fix bug in printing
6594 while commands and uses ui_out.
6595 * gdbcmd.c: Add prototype for the above.
6596 * breakpoint.c (breakpoint_1): Fix breakpoint script printing.
6597 * command.c (show_user_1): Fix user command script printing.
6598
c3f6f71d
JM
65991999-05-25 Jim Blandy <jimb@zwingli.cygnus.com>
6600
6601 * breakpoint.c (insert_breakpoints, remove_breakpoint,
6602 breakpoint_1): Add a 'default' case, which prints a warning
6603 message, to remove EGCS warnings.
6604
66051999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
6606
6607 * utils.c (gdb_file_adjust_strbuf): Take into account the
6608 possibility that the buffer has not been allocated yet.
6609
6610Tue May 25 16:05:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
6611
6612 * gdbarch.h (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6613 REGISTER_CONVERT_TO_RAW): Provide default definition.
6614
6615 * valops.c (value_assign), infcmd.c (do_registers_info), findvar.c
6616 (value_from_register, value_of_register): Remove #ifdef
6617 REGISTER_CONVERTIBLE. Assume REGISTER_CONVERTIBLE etc defined.
6618
66191999-05-25 Keith Seitz <keiths@cygnus.com>
6620
6621 * config/mcore/tm-mcore.h (FRAME_NUM_ARGS): Re-write definition of
6622 FRAME_NUM_ARGS so that it returns NUM_ARGS as a result instead of
6623 setting a variable as a side effect.
6624
6625Tue May 25 16:18:25 1999 Andrew Cagney <cagney@amy.cygnus.com>
6626
6627 * remote-d10v.c (d10v_eva_prepare_to_trace,
6628 d10v_eva_get_trace_data), remote-sim.c (_initialize_remote_sim):
6629 Add declaraton. Make static.
6630
6631 * remote-d10v.c (_initialize_remote_d10v), d10v-tdep.c
6632 (_initialize_d10v_tdep): Add declaration.
6633 * config/d10v/tm-d10v.h (d10v_frame_chain): Add declaration.
6634
6635Tue May 25 15:20:58 1999 Andrew Cagney <cagney@amy.cygnus.com>
6636
6637 * main.c (init_proc, proc_remove_foreign): Delete function.
6638 * inftarg.c (child_mourn_inferior): Update. Delete call to
6639 proc_remove_foreign().
6640 * top.c (gdb_init): Update. Delete call to init_proc().
6641
6642 * utils.c (pollquit, fmthex, hexlate): Delete function.
6643
6644Tue May 25 13:01:43 1999 Andrew Cagney <cagney@amy.cygnus.com>
6645
6646 * main.c (gdb_init): Move declaration from here.
6647 * top.h: To here.
6648
8b93c638
JM
6649 * main.c (call_interp_loop): Move declaration from here.
6650 * top.h: To here.
6651
c3f6f71d
JM
6652 * defs.h (init_page_info): Add declaration.
6653
6654 * top.c (initialize_utils): Move declaration from here.
6655 * defs.h: To here.
6656
6657 * infcmd.c (target_map_name_to_register): Move declaration from
6658 here.
6659 * parser-defs.h: To here.
6660
6661 * c-typeprint.c (cp_type_print_method_args), target.c
6662 (nosupport_runtime, normal_target_post_startup_inferior): Add
6663 declaration. Make static.
6664
6665Tue May 25 13:53:23 1999 Andrew Cagney <cagney@amy.cygnus.com>
6666
6667 * main.c: Include "event-loop.h".
6668 * Makefile.in (main.o): Add dependency.
6669
6670 * top.h (setup_event_loop, async_init_signals), top.c
6671 (set_async_editing_command, set_async_annotation_level,
6672 set_async_prompt), event-loop.c (display_gdb_prompt): Move
6673 declarations from here.
6674 * event-loop.h: To here.
6675
6676 * event-loop.h (delete_async_signal_handler): Add function
6677 declaration.
6678
6679 * event-top.c (change_annotation_level, command_handler): Add
6680 declaration. Make static.
6681
6682Tue May 25 12:44:58 1999 Andrew Cagney <cagney@amy.cygnus.com>
6683
6684 * tracepoint.c (free_actions_list, add_register): Add declaration.
6685 Make static.
6686 (free_actions_list_cleanup_wrapper): New function. Wraps
6687 free_actions_list for make_cleanup.
6688 (trace_start_command): Pass free_actions_list_cleanup_wrapper
6689 instead of free_actions_list to make_cleanup.
6690 (_initialize_tracepoint): Add extern declaration.
6691
6692Tue May 25 12:23:39 1999 Andrew Cagney <cagney@amy.cygnus.com>
6693
6694 * jv-typeprint.c (java_type_print_base, jv-valprint.c
6695 (java_print_value_fields): Add static declaration.
6696
6697 * jv-lang.c (java_lookup_type, get_java_utf8_name,
6698 java_lookup_type): Add static declaration.
6699 (get_java_class_symtab, java_class_is_primitive,
6700 java_value_string): Add declaration. Make static.
6701 (java_rerun_cleanup): Add extern declaration for this stub
6702 function.
6703
6704Tue May 25 12:06:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
6705
6706 * gdbarch.h: When multi-arch, check that REGISTER_NAMES was not
6707 defined.
6708
6709Mon May 24 16:16:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
6710
6711 * inflow.c (_initialize_inflow), annotate.c
6712 (_initialize_annotate), os9kread.c (_initialize_os9kread),
6713 serial.c (_initialize_serial), nlmread.c (_initialize_nlmread),
6714 f-valprint.c (_initialize_f_valprint), cp-valprint.c
6715 (_initialize_cp_valprint), typeprint.c (_initialize_typeprint),
6716 complaints.c (_initialize_complaints), scm-lang.c
6717 (_initialize_scheme_language), m2-lang.c
6718 (_initialize_m2_language), dbxread.c (_initialize_dbxread),
6719 f-lang.c (_initialize_f_language), ch-lang.c
6720 (_initialize_chill_language), c-lang.c (_initialize_c_language),
6721 corefile.c (_initialize_core), stabsread.c
6722 (_initialize_stabsread), mipsread.c (_initialize_mipsread),
6723 elfread.c (_initialize_elfread), coffread.c
6724 (_initialize_coffread), maint.c (_initialize_maint_cmds),
6725 demangle.c (_initialize_demangler), maint.c
6726 (_initialize_maint_cmds), language.c (_initialize_language): Add
6727 external declaration.
8b93c638
JM
6728 * ui-out.c (_initialize_ui_out), cli-out.c (_initialize_cli_out):
6729 Ditto.
c3f6f71d
JM
6730
6731Mon May 24 10:04:56 1999 Andrew Cagney <cagney@b1.cygnus.com>
6732
6733 * config/z8k/tm-z8k.h, config/w65/tm-w65.h, config/v850/tm-v850.h,
6734 config/tic80/tm-tic80.h, config/tahoe/tm-tahoe.h,
6735 config/rs6000/tm-rs6000.h, config/sparc/tm-sparc.h,
6736 config/sh/tm-sh.h, config/pyr/tm-pyr.h, config/pa/tm-hppa.h,
6737 config/ns32k/tm-merlin.h, config/mn10300/tm-mn10300.h,
6738 config/mn10200/tm-mn10200.h, config/mips/tm-mips.h,
6739 config/m88k/tm-m88k.h, config/m68k/tm-news.h,
6740 config/m68k/tm-delta68.h, config/m68k/tm-isi.h,
6741 config/m68k/tm-m68k.h, config/m32r/tm-m32r.h,
6742 config/i960/tm-i960.h, config/i386/tm-i386v.h,
6743 config/i386/tm-i386.h, config/h8500/tm-h8500.h,
6744 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
6745 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h,
6746 config/convex/tm-convex.h, config/arc/tm-arc.h,
6747 config/arm/tm-arm.h, config/alpha/tm-alpha.h,
6748 config/a29k/tm-a29k.h: Re-write definition of FRAME_NUM_ARGS so
6749 that it returns NUM_ARGS as a result instead of setting a variable
6750 as a side effect.
6751
6752 * ns32k-tdep.c (merlin_frame_num_args), tahoe-tdep.c
6753 (tahoe_frame_num_args), vax-tdep.c (vax_frame_num_args),
6754 m68k-tdep.c (news_frame_num_args, delta68_frame_num_args,
6755 isi_frame_num_args), convex-tdep.c (convex_frame_num_args): New
6756 functions.
6757
6758 * stack.c (print_args_stub): Update use of FRAME_NUM_ARGS.
6759
6760Mon May 24 11:57:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
6761
6762 * remote.c (remote_xfer_memory): Re-write with assumption that
6763 REMOTE_TRANSLATE_XFER_ADDRESS is defined. Pass targ_addr and
6764 targ_len by reference.
6765 (REMOTE_TRANSLATE_XFER_ADDRESS): Provide default definition.
6766
6767 * remote-d10v.c (remote_d10v_translate_xfer_address): Update.
6768 * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Update.
6769
6770Mon May 24 12:10:58 1999 Andrew Cagney <cagney@amy.cygnus.com>
6771
6772 * value.h (default_push_arguments): Add function declaration.
6773
6774 * alpha-tdep.c (alpha_about_to_return), gdbarch.c (verify_gdbarch,
6775 arch_ok, set_arch), command.c (find_cmd), infrun.c
6776 (follow_inferior_fork, follow_fork, follow_vfork,
6777 set_schedlock_func, is_internal_shlib_eventpoint,
6778 stopped_for_internal_shlib_event, stopped_for_shlib_catchpoint,
6779 xdb_handle_command), infcmd.c (run_no_args_command, go_command),
6780 symfile.c (add_filename_language, set_ext_lang_command,
6781 info_ext_lang_command, init_filename_language_table), symtab.c
6782 (overload_list_add_symbol), defs.h (default_get_saved_register),
6783 ax-general.c (grow_expr, append_const, read_const, generic_ext):
6784 Ditto.
6785
6786 * infrun.c (currently_stepping): Ditto. Make static.
6787
6788 * valops.c (hand_function_call): Explictly type static variable
6789 ``checked''.
6790
6791Mon May 24 08:36:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6792
6793 * d10v-tdep.c (d10v_breakpoint_from_pc, d10v_register_name,
6794 d10v_register_byte, d10v_register_raw_size,
6795 d10v_register_virtual_size, d10v_register_virtual_type,
6796 d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
6797 d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
6798 d10v_store_struct_return, d10v_store_return_value,
6799 d10v_extract_struct_value_address, d10v_frame_saved_pc,
6800 d10v_frame_args_address, d10v_frame_locals_address,
6801 d10v_saved_pc_after_call): New functions.
6802
6803 * config/d10v/tm-d10v.h (REGISTER_BYTE, REGISTER_RAW_SIZE,
6804 REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN,
6805 D10V_MAKE_DADDR, D10V_MAKE_IADDR, D10V_DADDR_P, D10V_IADDR_P,
6806 D10V_CONVERT_DADDR_TO_RAW, D10V_CONVERT_IADDR_TO_RAW,
6807 STORE_STRUCT_RETURN, STORE_RETURN_VALUE,
6808 EXTRACT_STRUCT_VALUE_ADDRESS, SAVED_PC_AFTER_CALL, FRAME_SAVED_PC,
6809 FRAME_ARGS_ADDRESS): Re-define using new functions.
6810
6811 * config/d10v/tm-d10v.h (BREAKPOINT_FROM_PC): Replace BREAKPOINT.
6812 (REGISTER_NAME): Replace REGISTER_NAMES.
6813
6814 * utils.c (core_addr_lessthan, core_addr_greaterthan): New
6815 functions.
6816 * defs.h (core_addr_lessthan, core_addr_greaterthan): Declare.
6817
6818Sat May 22 16:44:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6819
6820 * utils.c (n_spaces): Handle case where first call has N equal to
6821 zero.
6822 (print_spaces): Use n_spaces.
6823
6824Fri May 21 11:23:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6825
6826 * valops.c (value_push): Remove conditional definition based on
6827 absense of macro PUSH_ARGUMENTS. Pass SP and STRUCT_ADDR by
6828 reference.
6829 (default_push_arguments): New function.
6830
6831 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
6832 config/sparc/tm-sparc.h, config/sparc/tm-sp64.h,
6833 config/sh/tm-sh.h, config/rs6000/tm-rs6000.h, config/pa/tm-hppa.h,
6834 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
6835 config/mips/tm-mips.h, config/m32r/tm-m32r.h,
6836 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
6837 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h, config/arm/tm-arm.h,
6838 config/alpha/tm-alpha.h: Update definition of PUSH_ARGUMENTS.
6839 Return updated SP.
6840
6841 * rs6000-tdep.c (rs6000_push_arguments): Rename push_arguments.
6842
8b93c638
JM
68431999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
6844
6845 * breakpoint.c (breakpoint_1): Added ui_out output code but still
6846 uses old code by default.
6847
68481999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
6849
6850 * Makefile.in: Added ui-ou files.
6851 * main.c (main): Install cli_out by default.
6852 * ui-out.c (ui_out_table_begin): Use saved table id.
6853
68541999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
6855
6856 * ui-out.h: Export implementation vectors so they can be
6857 installed in main.c and top.c.
6858
68591999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
6860
6861 * ui-out.h: New file. Defines the ui_out API.
6862 * ui-out.c: New file. Implements the ui_out API abstraction only.
6863 * cli-out.c: New file. Implements low-level ui-out primitives for
6864 CLI-based interaction.
6865
68661999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6867
6868 * top.c (simplified_command_loop): Reformat using GNU style.
6869 (call_interp_loop): Ditto.
6870
c3f6f71d
JM
6871Thu May 20 12:18:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
6872
6873 * blockframe.c (get_prev_frame): Remove #ifdef around test for
6874 FRAMELESS_FUNCTION_INVOCATION.
6875 (get_prev_frame): Change FRAMELESS_FUNCTION_INVOCATION call to a
6876 function invocation.
6877 * i386-tdep.c (i386_frame_num_args), stack.c (frame_info): Ditto.
6878 * config/z8k/tm-z8k.h, config/w65/tm-w65.h, config/vax/tm-vax.h,
6879 config/sparc/tm-sparc.h, config/sh/tm-sh.h,
6880 config/rs6000/tm-rs6000.h, config/pa/tm-hppa.h,
6881 config/mips/tm-mips.h, config/m88k/tm-m88k.h,
6882 config/m68k/tm-m68k.h, config/i960/tm-i960.h,
6883 config/i386/tm-sun386.h, config/i386/tm-i386v.h,
6884 config/i386/tm-i386.h, config/h8500/tm-h8500.h,
6885 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
6886 config/d30v/tm-d30v.h, config/d10v/tm-d10v.h,
6887 config/convex/tm-convex.h, config/arm/tm-arm.h,
6888 config/arc/tm-arc.h, config/alpha/tm-alpha.h,
6889 config/a29k/tm-a29k.h: Update FRAMELESS_FUNCTION_INVOCATION.
6890 * fr30-tdep.c (fr30_frameless_function_invocation), convex-tdep.c
6891 (convex_frameless_function_invocation), arm-tdep.c
6892 (arm_frameless_function_invocation): New functions.
6893
68941999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6895
6896 * top.c: Change dates in comments to ISO format.
6897
6898 * event-top.c: Ditto.
6899 * event-loop.c: Ditto.
6900 * main.c: Ditto.
6901
8b93c638
JM
69021999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6903
6904 * top.c (simplified_command_loop): New function. It is just a
6905 bare minimal command_loop.
6906 (call_interp_loop): New function. Call the correct version of the
6907 command loop, with the appropriate input reading function,
6908 depending on which interpreter gdb was invoked with.
6909
6910 * main.c (main): Recognize and handle the new command line option
6911 --interpreter. If an interpreter is specified, call the appropriate
6912 command handling function.
6913
c3f6f71d
JM
69141999-05-19 Keith Seitz <keiths@cygnus.com>
6915
6916 * config/mcore/tm-mcore.h (BELIEVE_PCC_PROMOTION): Define. We
6917 really do want to believe what gcc tells us about types...
6918
69191999-05-19 Keith Seitz <keiths@cygnus.com>
6920
6921 * config/mcore/tm-mcore.h (FRAME_ARGS_ADDRESS): Define to a function.
6922 (FRAME_LOCALS_ADDRESS): Ditto.
6923 * mcore-tdep.c (mcore_frame_args_addcress): New function.
6924 (mcore_frame_locals_address): New function.
6925
6926 * monitor.c (monitor_open): Only assume we have eight
6927 breakpoints if the monitor implementation does not tell
6928 us how many there really are. Alloc memory for these
6929 dynamically.
6930 (monitor_close): Free memory associated with breakpoint
6931 storage.
6932 (monitor_insert_breakpoint): Don't rely on a hardcoded
6933 number of breakpoints.
6934 (monitor_remove_breakpoint): Ditto.
6935 (NUM_MONITOR_BREAKPOINTS): Removed and replaced with monitor_ops
6936 specification.
6937 * monitor.h (struct monitor_ops): Add new member so that the
6938 individual monitor implementations can tell us how many
6939 breakpoints the monitor supports.
6940
6941 * mcore-rom.c (init_picobug_cmds): Add number of breakpoints supported
6942 by picobug monitor.
6943
69441999-05-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6945
6946 From Philippe De Muyter <phdm@macqel.be>:
6947 * event-loop.h: Include sys/wait.h only if HAVE_SYS_WAIT_H.
6948
69491999-05-17 Keith Seitz <keiths@cygnus.com>
6950
6951 * configure.tgt: Add MCore target.
6952 * Makefile.in: Add mcore-tdep.c and mcore-rom.c
6953 * config/mcore/tm-mcore.h: New file.
6954 * config/mcore/mcore.mt: New file.
6955 * mcore-rom.c: New file.
6956 * mcore-tdep.c: New file.
6957
69581999-05-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6959
6960 * top.c (print_command_line): Added the missing stream argument.
6961 * gdbcmd.h: Added argument to prototype.
6962 * command.c: Fixed call to include extra argument.
6963 * breakpoint.c: Same.
6964
69651999-05-14 Jim Blandy <jimb@zwingli.cygnus.com>
6966
6967 Targets are #defining PREPARE_TO_PROCEED with inconsistent numbers
6968 of arguments. Since the Mach 3 target needs an argument, we'll
6969 make things consistent by adding an argument everywhere.
6970 * infrun.c (proceed): Pass an argument to PREPARE_TO_PROCEED.
6971 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Add ignored argument
6972 to definition.
6973
69741999-05-11 Stan Shebs <shebs@andros.cygnus.com>
6975
6976 Fri Apr 23 13:27:34 PDT 1999 Toshiyasu Morita (tm@netcom.com)
6977 * sh-stub.c: Mostly localize processor dependencies.
6978
69791999-05-10 Martin Hunt <hunt@cygnus.com>
6980
6981 * debugify.c, debugify.h: Removed because they are no
6982 longer used.
6983
69841999-05-08 Jim Blandy <jimb@zwingli.cygnus.com>
6985
6986 * infrun.c (_initialize_infrun): Handle TARGET_SIGNAL_LWP,
6987 TARGET_SIGNAL_WAITING, and TARGET_SIGNAL_CANCEL like SIGALRM or
6988 SIGIO --- pass them through to the inferior silently.
6989 * target.h (enum target_signals): Add TARGET_SIGNAL_CANCEL, for
6990 Solaris's SIGCANCEL.
6991 * target.c (target_signal_from_host, target_signal_to_host): Add
6992 mapping between SIGCANCEL and TARGET_SIGNAL_CANCEL.
6993 (signals): Add entry for SIGCANCEL.
6994
69951999-05-07 Stan Shebs <shebs@andros.cygnus.com>
6996
6997 After years of talking about it, finally break up the
6998 wait_for_inferior loop.
6999 * infrun.c (struct execution_control_state): New struct,
7000 holds what used to be local vars governing wfi behavior.
7001 (init_execution_control_state): New function, was code in
7002 wfi that set up execution control state.
7003 (handle_inferior_event): New function, was body of main
7004 wfi loop. Rewrite all local var references to go through
7005 the ecs structure passed into this function.
7006 (wait_for_inferior): Rewrite to set up and use execution control
7007 state, and to call the new functions.
7008 (currently_stepping): New function, was the macro
7009 CURRENTLY_STEPPING.
7010 (enum infwait_states): Rename from wfi_states.
7011 (infwait_normal_state, etc): Similarly.
7012
7013Thu May 6 15:25:32 1999 Philippe De Muyter <phdm@macqel.be>
7014
7015 * coffread.c (coff_symtab_read): Call `record_line' with the line
7016 number of the ".bf" symbol only for one-line functions.
7017
70181999-05-06 Michael Snyder <msnyder@cleaver.cygnus.com>
7019
7020 * Makefile.in: thread.o depends on target.h.
7021
70221999-05-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7023
7024 * event-top.c (change_line_handler): Use POLLIN instead of
7025 POLLRDNORM, for compatibility with Linux.
7026 (setup_event_loop): Ditto.
7027
70281999-05-06 Jim Blandy <jimb@zwingli.cygnus.com>
7029
7030 * mips-tdep.c (heuristic_proc_start): Rewrite cryptic error
7031 message about hitting the "heuristic fence post" with something
7032 that actually gives the user a fighting chance of figuring out
7033 why GDB is unhappy.
7034
70351999-05-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7036
7037 * top.c: Include event-loop.h.
7038 (init_main): Add async version of 'set prompt' command.
7039 If in async mode define the editing and annotate set
7040 commands in a different way.
7041 Initialize new variable asyn_command_editing_p to 1.
7042 Initialize the gdb prompt for async mode.
7043 (quit_cover): Make not static, for use by the event loop.
7044 (gdb_init): Call async_init_signals for the asynchronous case.
7045 (source_line_number, source_file_name, source_error,
7046 source_pre_error, history_expansion_p): Make non-static, so
7047 event-top.c can use them.
7048 (command_loop_marker): Make non-static, for use in event-top.c.
7049 Include event-loop.h.
7050
7051 * top.h: Add prototype for async_init_signals.
7052 (SET_TOP_LEVEL): Move here from main.c.
7053 Add setup_event_loop to exported functions.
7054
7055 * defs.h: Add async_hook to exported variables.
7056
7057 * main.c (SET_TOP_LEVEL): Move to top.h, so that it is visible in
7058 event-loop.c. Add new global variable async to determine whether
7059 we are running in async mode or not.
7060 (main): Add support for --async switch. Use async_hook to call
7061 setup_event_loop, when running in async mode.
7062
7063 * event-top.c: New file. Gdb input line handler and command line
7064 handler for the event loop. Initialization of signal handlers.
7065 All the handled signals have handlers called handle_<signalname>.
7066 Set up all the appropriate tokens for asynchronous signal
7067 handling.
7068
7069 * event-loop.h: New file. Data structures and definitions for the
7070 event loop.
7071
7072 * event-loop.c: New file. Functions for the event loop
7073 implementation.
7074
7075 * config.in: Regenerate with autoheader.
7076
7077 * configure.in (AC_CHECK_FUNCS): Add poll to list of functions
7078 to be checked for.
7079
7080 * configure: Regenerate.
7081
7082 * Makefile.in (SFILES): Add new source files.
7083 (eventloop_h): Define.
7084 (COMMON_OBS): Add new object files.
7085 (event-loop.o): Add rule for target object.
7086 (event-top.o): Ditto.
7087
70881999-05-05 Stan Shebs <shebs@andros.cygnus.com>
7089
7090 * infrun.c (wait_for_inferior): Transform breaks and continues
7091 into gotos, move the target_wait to the very top of the loop.
7092
70931999-05-05 Jonathan Larmour <jlarmour@cygnus.co.uk>
7094
7095 * configure.in: Ensure that GDB links with libuser32.a under
7096 cygwin because libreadline requires it.
7097 * Makefile.in (WIN32LIBS): Substitute in result from configure
7098 * configure: regenerate
7099
71001999-05-04 Jim Blandy <jimb@zwingli.cygnus.com>
7101
7102 Fix from John Rigby. Richard Henderson says it seems okay.
7103 * alpha-tdep.c (PROC_DUMMY_FRAME): As long as we're abusing fields
7104 of (proc)->pdr, we ought to at least abuse one large enough to
7105 hold the value we're trying to store in it. iopt is only 32 bits
7106 wide; cbLineOffset is a bfd_vma.
7107
71081999-05-04 DJ Delorie <dj@cygnus.com>
7109
7110 DJGPP changes from Robert Hoehne <robert.hoehne@gmx.net>
7111
7112 * ser-go32.c: correct includes
7113 * source.c (openp): use ROOTED_P instead of SLASH_P
7114 * go32-nat.c: enhance exception and NPX handling
7115 (go32_kill_inferior): fix small bug killing inferior
7116 * configure.in: don't look for termcap with djgpp
7117 * configure: rebuild
7118
71191999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7120
7121 * main.c (main): Comment out unused and undocumented command line
7122 option '-'.
7123
71241999-04-30 Jim Blandy <jimb@zwingli.cygnus.com>
7125
7126 Cleanup from Philippe De Muyter:
7127 * configure.in (BFD_NEED_DECLARATION): Check also for strstr.
7128 * acconfig.h (NEED_DECLARATION_MALLOC, NEED_DECLARATION_REALLOC,
7129 NEED_DECLARATION_FREE, NEED_DECLARATION_STRERROR): Define slots
7130 removed; they are now generated automatically.
7131 * gdb_string.h (strstr): Provide function prototype if
7132 NEED_DECLARATION_STRSTR.
7133 * configure, config.in: Regenerated.
7134
7135Fri Apr 30 11:16:09 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
7136
7137 * target.h (to_find_new_threads): new target ops vector.
7138 (target_find_new_threads): define.
7139 * target.c (update_current_target): inherit new target ops vector.
7140 * remote.c: Setup to_find_new_threads vector.
7141 * sol-thread.c: ditto.
7142 * thread.c (target_find_new_threads): rename: local_find_new_threads.
7143 (info_threads_command): call target_find_new_threads by new method,
7144 as a target ops vector, rather than previous macro definition method.
7145 * infcmd.c (go_command): define only if in xdb mode.
7146 * procfs.c: fix typo in comment.
7147
7148Fri Apr 30 01:02:05 1999 Jeffrey A Law (law@cygnus.com)
7149
7150 * hppah-nat.c: Fix various coding convention violations introduced
7151 by HP.
7152 (child_acknowledge_created_inferior): Do nothing if PT_SET_EVENT_MASK
7153 is not defined.
7154
71551999-04-28 Stan Shebs <shebs@andros.cygnus.com>
7156
7157 * TODO: Add some items inspired by review of the manual.
7158
7159Tue Apr 27 17:38:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
7160
7161 * config/z8k/tm-z8k.h, config/v850/tm-v850.h,
7162 config/tic80/tm-tic80.h, config/sparc/tm-sparc.h,
7163 config/sh/tm-sh.h, config/pyr/tm-pyr.h, config/pa/tm-hppa.h,
7164 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
7165 config/mips/tm-mips.h, config/m88k/tm-m88k.h,
7166 config/m68k/tm-m68k.h, config/m32r/tm-m32r.h,
7167 config/i960/tm-i960.h, config/i386/tm-i386.h,
7168 config/h8500/tm-h8500.h, config/h8300/tm-h8300.h,
7169 config/fr30/tm-fr30.h, config/d30v/tm-d30v.h,
7170 config/d10v/tm-d10v.h, config/alpha/tm-alpha.h,
7171 config/arm/tm-arm.h, config/a29k/tm-a29k.h, config/arc/tm-arc.h:
7172 Change SKIP_PROLOGUE and SKIP_PROLOGUE_FRAMELESS_P macros so that
7173 they return the new address.
7174
7175 * sparc-tdep.c (sparc_skip_prologue), hppa-tdep.c
7176 (hppa_skip_prologue), m88k-tdep.c
7177 (m88k_skip_prologue), i960-tdep.c
7178 (i960_skip_prologue), arc-tdep.c
7179 (arc_skip_prologue), a29k-tdep.c (a29k_skip_prologue): Rename
7180 skip_prologue function.
7181
7182 * config/m68k/tm-isi.h: Convert macro SKIP_PROLOGUE into a new
7183 function.
7184 * m68k-tdep.c (isi_skip_prologue): That new function.
7185 * vax-tdep.c (vax_skip_prologue), config/vax/tm-vax.h: Ditto.
7186 * tahoe-tdep.c (tahoe_skip_prologue), config/tahoe/tm-tahoe.h: Ditto.
7187 * rs6000-tdep.c (rs6000_skip_prologue), config/rs6000/tm-rs6000.h:
7188 Ditto.
7189 * ns32k-tdep.c (umax_skip_prologue), config/ns32k/tm-umax.h: Ditto.
7190 * config/ns32k/tm-merlin.h, ns32k-tdep.c (merlin_skip_prologue):
7191 Ditto.
7192 * config/m68k/tm-altos.h, m68k-tdep.c (altos_skip_prologue): Ditto.
7193 * config/convex/tm-convex.h, convex-tdep.c (convex_skip_prologue):
7194 Ditto.
7195
7196 * symtab.c (in_prologue, find_function_start_sal, decode_line_1),
7197 infrun.c (wait_for_inferior), blockframe.c
7198 (frameless_look_for_prologue): Update.
7199 * config/fr30/tm-fr30.h (FRAMELESS_FUNCTION_INVOCATION): Update.
7200
72011999-04-27 Stan Shebs <shebs@andros.cygnus.com>
7202
7203 * TODO: Remove item about DEBUG_EXPRESSIONS, no longer meaningful.
7204
7205 * infrun.c (enum wfi_state): New enum.
7206 (wait_for_inferior): Merge all but one of the target_wait calls
7207 into a single call, add a wfi_state variable to encode which of
7208 the calls is being made.
7209
72101999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>
7211
7212 Fix from Dave Holcomb.
7213 * hpux-thread.c (init_hpux_thread_ops): Use the right function
7214 name when initializing hpux_thread_ops.to_thread_alive.
7215
7216 * coffread.c (coff_symfile_read): If we have a `.stab' section,
7217 but no `.stabstr' section, then print an error message; don't
7218 crash.
7219
72201999-04-26 Jim Blandy <jimb@zwingli.cygnus.com>
7221
7222 1999-04-25 Mark Kettenis <kettenis@gnu.org>
7223
7224 * gnu-nat.c (gnu_attach): Call target_terminal_init before calling
7225 inf_set_traced, since that function calls code that might try to
7226 restore the terminal settings.
7227
7228Mon Apr 26 08:55:46 1999 Andrew Cagney <cagney@b1.cygnus.com>
7229
7230 * gdbarch.h, gdbarch.c: More format cleanups.
7231
7232Sun Apr 25 18:54:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
7233
7234 * gdbarch.h (CALL_DUMMY_STACK_ADJUST_P): Replace
7235 SIZEOF_CALL_DUMMY_STACK_ADJUST_P.
7236 (CALL_DUMMY_STACK_ADJUST): Replace
7237 SIZEOF_CALL_DUMMY_STACK_ADJUST_P.
7238 * gdbarch.c (gdbarch_call_dummy_stack_adjust,
7239 set_gdbarch_call_dummy_stack_adjust): Define.
7240
7241Fri Apr 23 15:00:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
7242
7243 * gdbarch.c (arch_ok): New function. Fix logic test for a valid
7244 architecture.
7245 (set_arch): Use.
7246
72471999-04-22 Jason Molenda (jsm@bugshack.cygnus.com)
7248
7249 * README: Note that readline is not installed as a part of
7250 make install.
7251
7252Thu Apr 22 21:02:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
7253
7254 * gdbarch.h, gdbarch.c (GET_SAVED_REGISTER, get_saved_register):
7255 Add.
7256 (struct gdbarch, verify_gdbarch, gdbarch_alloc, gdbarch_dump,
7257 default_gdbarch): Update.
7258
7259 * value.h (get_saved_register): Cleanup prototype.
7260 * findvar.c (default_get_saved_register): Rename function
7261 get_saved_register.
7262 (GET_SAVED_REGISTER): Define as default_get_saved_register when
7263 undefined.
7264 (get_saved_register): Always declare. Call GET_SAVED_REGISTER.
7265
7266 * sparc-tdep.c (sparc_get_saved_register): Rename function
7267 get_saved_register.
7268 * config/sparc/tm-sparc.h (GET_SAVED_REGISTER): Update.
7269 * a29k-tdep.c (a29k_get_saved_register): Rename function
7270 get_saved_register.
7271 * config/a29k/tm-a29k.h (GET_SAVED_REGISTER): Update.
7272
7273 * config/d10v/tm-d10v.h, config/powerpc/tm-ppc-eabi.h,
7274 config/h8300/tm-h8300.h, config/m32r/tm-m32r.h,
7275 config/mn10200/tm-mn10200.h, config/mn10300/tm-mn10300.h,
7276 config/sh/tm-sh.h, config/tic80/tm-tic80.h, config/v850/tm-v850.h:
7277 Update macro GET_SAVED_REGISTER so that it calls
7278 generic_get_saved_register.
7279 * v850-tdep.c, tic80-tdep.c, sh-tdep.c, mn10300-tdep.c,
7280 mn10200-tdep.c, m32r-tdep.c, h8300-tdep.c, rs6000-tdep.c: Delete
7281 function get_saved_register.
7282
7283Thu Apr 22 13:32:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
7284
7285 * gdbarch.c: Cleanup. Re-order the definition of the ``struct
7286 gdbarch'' initialization functions so that maintenance is more
7287 straightforward.
7288
7289Thu Apr 22 11:07:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
7290
7291 * gdbarch.h, gdbarch.c (use_generic_dummy_frames,
7292 USE_GENERIC_DUMMY_FRAMES): Add.
7293 (struct gdbarch, verify_gdbarch, gdbarch_alloc, gdbarch_dump,
7294 default_gdbarch): Update.
7295
7296 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
7297 config/sh/tm-sh.h, config/powerpc/tm-ppc-eabi.h,
7298 config/mn10300/tm-mn10300.h, config/mn10200/tm-mn10200.h,
7299 config/m32r/tm-m32r.h, config/h8300/tm-h8300.h,
7300 config/fr30/tm-fr30.h, config/d10v/tm-d10v.h: Give the
7301 USE_GENERIC_DUMMY_FRAMES macro the value one.
7302 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Default to a value of
7303 zero.
7304
7305 * blockframe.c (generic_find_dummy_frame,
7306 generic_pc_in_call_dummy, generic_read_register_dummy,
7307 generic_push_dummy_frame, generic_pop_current_frame,
7308 generic_pop_dummy_frame, generic_frame_chain_valid,
7309 generic_get_saved_register): Always define.
7310
7311 * breakpoint.c (frame_in_dummy): Convert #ifdef
7312 USE_GENERIC_DUMMY_FRAMES to runtime test.
7313
7314 * rs6000-tdep.c (pop_frame, push_arguments, push_arguments,
7315 push_arguments, frame_saved_pc, rs6000_frame_chain,
7316 rs6000_frame_chain): Convert #ifdef USE_GENERIC_DUMMY_FRAMES to
7317 runtime test.
7318 (get_saved_register): Always define.
7319
7320Wed Apr 21 17:15:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
7321
7322 * gdbarch.c (gdbarch_dump): Fix robustness check on
7323 BELIEVE_PCC_PROMOTION_TYPE.
7324
7325Wed Apr 21 15:39:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
7326
7327 * gdbarch.h (TARGET_BYTE_ORDER_SELECTABLE_P): When multi-arch,
7328 force selectable byte order.
7329 (CALL_DUMMY): Check for CALL_DUMMY definition when multi-arch. Are
7330 incompatible.
7331 * gdbarch.c (verify_gdbarch): Check call_dummy_stack_adjust.
7332
7333Wed Apr 21 14:45:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7334
7335 * gdbarch.c (gdbarch_update): Move dump-arch code from here.
7336 (gdbarch_dump): To here. Make more robust.
7337 * gdbarch.h (gdbarch_dump): Add prototype.
7338
7339 * gdbarch.c (enum set_arch): Declare.
7340 (set_arch): Add type parameter. Only disable
7341 ``target_architecture_auto'' when set_arch_manual.
7342 (set_architecture, set_architecture_from_arch_mach,
7343 set_architecture_from_file): Update.
7344 (set_arch): When ``gdbarch_debug'', gdbarch_dump() the current
7345 architecture.
7346
7347Wed Apr 21 10:48:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
7348
7349 * frame.h (generic_pc_in_call_dummy): Make signature consistent
7350 with other pc_in_call_dummy functions by adding SP parameter.
7351 * blockframe.c (generic_pc_in_call_dummy): Update. Pass SP and
7352 not FP to generic_find_dummy_frame().
7353 * breakpoint.c (frame_in_dummy): Update.
7354 * config/v850/tm-v850.h, config/tic80/tm-tic80.h,
7355 config/sh/tm-sh.h, config/mn10300/tm-mn10300.h,
7356 config/mn10200/tm-mn10200.h, config/m32r/tm-m32r.h,
7357 config/h8300/tm-h8300.h, config/fr30/tm-fr30.h,
7358 config/d10v/tm-d10v.h: Update PC_IN_CALL_DUMMY definition.
7359
7360Tue Apr 20 12:15:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
7361
7362 * config/d10v/tm-d10v.h (GDB_TARGET_IS_D10V): Move from here.
7363 * gdbarch.h (GDB_TARGET_IS_D10V): To here. Implement using
7364 TARGET_ARCHITECTURE.
7365 (D10V_MAKE_DADDR, D10V_MAKE_IADDR): Provide fatal default
7366 definitions.
7367
7368 * valops.c (value_at): Replace #ifdef GDB_TARGET_IS_D10V code with
7369 runtime test.
7370 (value_fetch_lazy): Ditto.
7371 * values.c (unpack_long): Ditto.
7372 * printcmd.c (print_frame_args): Ditto.
7373
7374Sat Apr 17 15:39:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
7375
7376 * gdbarch.h: Cleanup multi-arch comments.
7377
7378Fri Apr 16 15:39:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
7379
7380 * gdbarch.h: Provide definition if GDB_MULTI_ARCH > 1 or
7381 GDB_MULTI_ARCH > 0 and no previous definition.
7382 * gdbarch.c (verify_gdbarch): Only verify a full multi-arch
7383 target.
7384
73851999-04-15 Stan Shebs <shebs@andros.cygnus.com>
7386
7387 * infrun.c (wait_for_inferior) [HAVE_STEPPABLE_WATCHPOINT,
7388 HAVE_NONSTEPPABLE_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT]: Test
7389 at runtime instead of compile time.
7390
7391Thu Apr 15 15:15:07 1999 Andrew Cagney <cagney@amy.cygnus.com>
7392
7393 * mips-tdep.c (struct gdbarch_tdep): Rename elf_abi to
7394 elf_flags. Check ABFD is elf_flavour before extracting elf_flags.
7395 Match ARCH against entire elf_flags instead of just the
7396 EF_MIPS_ABI field.
7397 (mips_gdbarch_init): Extract/print ef_mips_arch and
7398 ef_mips_bitptrs and ef_mips_abi fields from elf_flags.
7399
74001999-04-14 Philippe De Muyter <phdm@macqel.be>
7401
7402 * breakpoint.c (maintenance_info_breakpoints): Function made
7403 static to match previous prototype.
7404
7405 * coffread.c (coff_record_line): Static function removed.
7406 (enter_linenos): Call `record_line' instead of `coff_record_line'.
7407 (FILE-LEVEL, coff_start_symtab, coff_end_symtab): `coff_record_line'
7408 -related stuff removed.
7409 (coff_symfile_read): Redundant statement removed.
7410 (coff_symtab_read): `record_line' is now called with the first line
7411 number of each function, given by the ".bf" symbol. This solves
7412 the line-number bug for one-line functions.
7413
7414Wed Apr 14 11:09:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
7415
7416 * gdbarch.h (BELIEVE_PCC_PROMOTION_TYPE, BELIEVE_PCC_PROMOTION):
7417 Add multi-arch definitions.
7418 * gdbarch.c (gdbarch_believe_pcc_promotion,
7419 gdbarch_believe_pcc_promotion_type): New functions.
7420 (gdbarch_update): Update
7421 (struct gdbarch default_gdbarch): Update.
7422
7423 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Provide default.
7424 (define_symbol): Change #if BELIEVE_PCC_PROMOTION_TYPE and #if
7425 BELIEVE_PCC_PROMOTION to if().
7426
74271999-04-13 Jason Molenda (jsm@bugshack.cygnus.com)
7428
7429 * configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define if we're
7430 on a Solaris host (of any architecture).
7431 * configure: Regenerated.
7432
7433Wed Apr 14 08:23:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
7434
7435 * gdbarch.c (SET_GDBARCH, GET_GDBARCH, FSET_GDBARCH): New macros.
7436 (gdbarch_byte_order, gdbarch_long_bit, gdbarch_long_long_bit,
7437 gdbarch_ptr_bit, gdbarch_call_dummy_location,
7438 gdbarch_call_dummy_address, gdbarch_call_dummy_address,
7439 gdbarch_call_dummy_breakpoint_offset,
7440 gdbarch_call_dummy_breakpoint_offset, gdbarch_call_dummy_length,
7441 gdbarch_pc_in_call_dummy, dbarch_call_dummy_breakpoint_offset_p,
7442 dbarch_call_dummy_p, dbarch_call_dummy_words,
7443 dbarch_sizeof_call_dummy_words, dbarch_call_dummy_stack_adjust,
7444 dbarch_call_dummy_stack_adjust_p): Define using new macros.
7445
74461999-04-13 Jason Molenda (jsm@bugshack.cygnus.com)
7447
7448 * rom68k-rom.c (init_rom68k_cmds): Fix an accidental substitution
7449 in monitor command strings, fix some formatting mistakes.
7450
74511999-04-13 Stan Shebs <shebs@andros.cygnus.com>
7452
7453 * configure.tgt (arm-*-*): Whack another vestige of wingdb.
7454
74551999-04-12 James Ingham <jingham@cygnus.com>
7456
7457 * arm-tdep.c (arm_pop_frame): don't clobber the previous frame's
7458 stack pointer (stored in frame->framereg's register) BEFORE
7459 reading it. This was causing "return" to behave very oddly.
7460
74611999-04-12 Stan Shebs <shebs@andros.cygnus.com>
7462
7463 * NEWS: Mention tic80.
7464
74651999-04-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7466
7467 * a68v-nat.c: Remove reference to 'extern char registers[]' throughout.
7468 * altos-xdep.c: Ditto.
7469 * arm-xdep.c: Ditto.
7470 * convex-xdep.c: Ditto.
7471 * cxux-nat.c: Ditto.
7472 * hp300ux-nat.c: Ditto.
7473 * hppab-nat.c: Ditto.
7474 * i386aix-nat.c: Ditto.
7475 * i386mach-nat.c: Ditto.
7476 * m88k-nat.c: Ditto.
7477 * ptx4-nat.c: Ditto.
7478 * pyr-xdep.c: Ditto.
7479 * rs6000-nat.c: Ditto.
7480 * sun3-nat.c: Ditto.
7481 * sun386-nat.c: Ditto.
7482 * symm-nat.c: Ditto.
7483 * umax-xdep.c: Ditto.
7484 * i386v4-nat.c: Ditto. Also include inferior.h.
7485 * m68k-tdep.c: Ditto. Also include inferior.h.
7486
7487Mon Apr 12 15:57:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
7488
7489 * inferior.h (CALL_DUMMY_STACK_ADJUST, CALL_DUMMY_STACK_ADJUST_P):
7490 Provide default definitions.
7491 * valops.c (hand_function_call): Replace #ifdef
7492 CALL_DUMMY_STACK_ADJUST with if (CALL_DUMMY_STACK_ADJUST_P).
7493
7494 * gdbarch.h (SIZEOF_CALL_DUMMY_STACK_ADJUST,
7495 (SIZEOF_CALL_DUMMY_STACK_ADJUST_P): Define
7496 * gdbarch.c (struct gdbarch): Add call_dummy_stack_adjust,
7497 call_dummy_stack_adjust_p.
7498 (gdbarch_call_dummy_stack_adjust,
7499 set_gdbarch_call_dummy_stack_adjust,
7500 gdbarch_call_dummy_stack_adjust_p,
7501 set_gdbarch_call_dummy_stack_adjust_p): New functions.
7502 (default_gdbarch): Update.
7503
75041999-04-09 Jim Blandy <jimb@zwingli.cygnus.com>
7505
7506 * ax-gdb.c, ax-gdb.h, ax-general.c, ax.h: Remove RCS Id strings.
7507 They're a pain.
7508
7509 * GDB 4.18 released.
7510 * Makefile.in (VERSION): Bump to 4.18.1.
7511
7512Thu Apr 8 16:04:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7513
7514 * inferior.h (CALL_DUMMY_P, CALL_DUMMY_WORDS,
7515 SIZEOF_CALL_DUMMY_WORDS): Define macros.
7516 (PUSH_DUMMY_FRAME, FIX_CALL_DUMMY, STORE_STRUCT_RETURN): Provide
7517 fatal default.
7518
7519 * inferior.h, gdbarch.c (call_dummy_words,
7520 sizeof_call_dummy_words): Declare/Define variables.
7521 * valops.c (value_arg_coerce, find_function_addr,
7522 call_function_by_hand): Always define.
7523 (hand_function_call): Rename CALL_DUMMY version of
7524 call_function_by_hand. Make static. Add prototype.
7525 (hand_function_call): Update. Allocate space for *dummy and
7526 *dummy1 using alloca.
7527 * breakpoint.c (frame_in_dummy): Update.
7528
7529 * gdbarch.h (CALL_DUMMY_P, CALL_DUMMY_WORDS,
7530 SIZEOF_CALL_DUMMY_WORDS): Define.
7531 * gdbarch.c (gdbarch_call_dummy_p, set_gdbarch_call_dummy_p,
7532 gdbarch_call_dummy_words, set_gdbarch_call_dummy_words,
7533 gdbarch_sizeof_call_dummy_words,
7534 set_gdbarch_sizeof_call_dummy_words): New functions.
7535 (gdbarch_alloc, verify_gdbarch, gdbarch_update, struct
7536 default_gdbarch): Update.
7537
75381999-04-08 Jason Molenda (jsm@bugshack.cygnus.com)
7539
7540 * monitor.c (monitor_read_memory): If a MO_GETMEM_NEEDS_RANGE
7541 monitor, increase the end address by one byte.
7542
75431999-04-08 Jason Molenda (jsm@bugshack.cygnus.com)
7544
7545 * dbug-rom.c (init_dbug_cmds): Fix strings in
7546 dbug_cmds.{step,clr_break,clr_all_break,fill} to send correct
7547 commands to the monitor.
7548
75491999-04-08 Keith Seitz <keiths@cygnus.com>
7550
7551 * m32r-stub.c (branchDestination): Undo overly ambitious
7552 sed script's conversion of cast from "char" to "unsigned char".
7553 Return offset should now be properly computed.
7554
7555Thu Apr 8 14:13:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
7556
7557 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): New macro.
7558 Non-zero when CALL_DUMMY_BREAKPOINT_OFFSET is valid.
7559
7560 * infcmd.c (breakpoint_auto_delete_contents): Always define.
7561 (run_stack_dummy): Update.
7562 * infrun.c (wait_for_inferior): Update
7563
7564 * gdbarch.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): New macro.
7565 * gdbarch.c (set_gdbarch_call_dummy_breakpoint_offset_p,
7566 gdbarch_call_dummy_breakpoint_offset_p): New functions.
7567 (struct gdbarch, gdbarch_alloc, default_gdbarch, gdbarch_update):
7568 Update.
7569
75701999-04-07 Stan Shebs <shebs@andros.cygnus.com>
7571
7572 * MAINTAINERS: Mark Alexander can no longer maintain
7573 h8300 and other embedded targets, sniff.
7574
75751999-04-06 Stan Shebs <shebs@andros.cygnus.com>
7576
7577 * inftarg.c (child_wait): Initialize execd_pathname.
7578 * target.c (debug_to_has_execd): Handle NULL execd_pathname.
7579
7580 * solib.c (clear_solib): Don't call disable_breakpoints_in_shlibs,
7581 this breaks rerunning on sun4 native.
7582
75831999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7584
7585 * config/sparc/nm-linux.h: Don't redefine PT_ATTACH to use the
7586 deprecated PTRACE_SUNATTACH compatibility commands. The
7587 definitions from <sys/ptrace.h> are fine.
7588
75891999-04-06 Martin Hunt <hunt@cygnus.com>
7590
7591 * annotate.h: Declare annotate_signal_hook.
7592
7593 * annotate.c (annotate_signal): Add a call to
7594 annotate_signal_hook().
7595
75961999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7597
7598 * dwarf2read.c (dwarf_decode_lines): Don't call record_line when
7599 we hit a DW_LNE_end_sequence instruction.
7600
7601 * README: Note that GDB requires an ANSI C compiler, and explain
7602 how to get GCC.
7603
7604 * README: Update.
7605
76061999-04-05 Stan Shebs <shebs@andros.cygnus.com>
7607
7608 * NEWS: Add more notes about user-visible changes.
7609
7610Mon Apr 5 14:56:59 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
7611
7612 * target.c (target_signal_to_string): check for signal
7613 number in range; otherwise if the target board returns
7614 a bogus signal number we might core dump (per David Taylor).
7615
76161999-04-05 David Taylor <taylor@ryobi.cygnus.com>
7617
7618 * utils.c (fputs_maybe_filtered): test value of
7619 pagination_enabled before paginating.
7620
76211999-04-02 James Ingham <jingham@cygnus.com>
7622
7623 * blockframe.c (get_prev_frame): Remove the redundant
7624 get_prev_frame_info. It is now exactly the same as
7625 get_prev_frame, so there is no reason to have both functions.
7626
7627 * rs6000-tdep.c (rs6000_init_extra_frame_info):
7628 frame.h:
7629 a29k-tdep.c (init_extra_frame_info):
7630 config/a29k/tm-a29k.h:
7631 i386-tdep.c:
7632 Change all references to get_prev_frame_info to get_prev_frame.
7633
76341999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7635
7636 * bcache.c, bcache.h, breakpoint.c, defs.h, expprint.c,
7637 expression.h, gdbarch.c, gdbtypes.c, gdbtypes.h, gnu-nat.c,
7638 gnu-nat.h, hppa-tdep.c, maint.c, monitor.c, objfiles.h, parse.c,
7639 remote-mips.c, remote-sds.c, remote.c, sol-thread.c, symmisc.c,
7640 symtab.h, target.c, top.c, typeprint.c, config/nm-gnu.h: Evaporate
7641 the unused MAINTENANCE_CMDS conditional.
7642
76431999-04-02 James Ingham <jingham@cygnus.com>
7644
7645 * config/arm/tm-arm.h: (EXTRACT_STRUCT_VALUE_ADDRESS): This needs
7646 to call extract_address, not just cast the first 4 bytes, since
7647 the result will be passed to value_at which expects host-byte
7648 order.
7649
7650 * arm-tdep.c (arm_scan_prologue): The prologue_start address was
7651 directly &'ed with 0x03fffffc, rather than using
7652 ADDR_BITS_REMOVE. This would cause inferior function calls to
7653 report the stack incorrectly on return.
7654
7655
76561999-04-02 Keith Seitz <keiths@cygnus.com>
7657
7658 * top.c (ui_loop_hook): Change declaration. Now returns an int.
7659 * win32-nat.c (child_wait): Timeout WaitForDebugEvent and call
7660 the ui_loop_hook if there was no debug event.
7661 * top.c (ui_loop_hook): Change to return an int and include
7662 on all non-Cygwin builds.
7663 * v850ice.c: Change prototype of ui_loop_hook.
7664 (v850ice_wait): Update call to ui_loop_hook.
7665 * ser-unix.c (hardwire_readchar): Enable ui_loop_hook callbacks
7666 for non-Cygwin builds. Check return status of ui_loop_hook and
7667 return a timeout if told to detach. Add more documentation.
7668 * ser-tcp.c (tcp_readchar): Break up timeouts into one second
7669 intervals and call ui_loop_hook so that other UIs can
7670 keep up to date. If ui_loop_hook returns non-zero, then
7671 return SERIAL_TIMEOUT to facilitate detaching from the
7672 target.
7673 * remote.c (remote_interrupted_already): Remove.
7674 (remote_interrupt_twice): Revive.
7675 (remote_interrupt): Call remote_stop to interrupt the target
7676 and install remote_interrupt_twice to take more severe
7677 actions if this fails.
7678 (remote_stop): Only attempt to stop the target. This separates
7679 the command line from other UIs.
7680 * remote-sim.c (gdb_os_poll_quit): Add a call to ui_loop_hook,
7681 if it is defined.
7682
76831999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
7684
7685 Fix for cross-debugging on an AIX host from Johanna Svenningsson:
7686 * ax-gdb.h (enum axs_lvalue_kind): Remove trailing comma from enum.
7687 * ax.h (enum agent_op): Same.
7688 * tracepoint.h (enum actionline_type): Same.
7689 * config/xm-aix4.h: Add declaration for termdef.
7690
76911999-03-31 Stan Shebs <shebs@andros.cygnus.com>
7692
7693 * jv-lang.h (dynamics_objfile): Remove decl, conflicts with static
7694 decl in jv-lang.c.
7695
7696 * infrun.c (follow_inferior_fork): Add ifdefs around
7697 SOLIB_REMOVE_INFERIOR_HOOK.
7698
7699Wed Mar 31 11:39:49 1999 David Taylor <taylor@ryobi.cygnus.com>
7700
7701 * valops.c (search_struct_field): revert HP merge change
7702 to this function -- it causes messages to be printed about
7703 member class ambiguity when the compiler is happy.
7704 (search_struct_field_aux): delete -- added as part of HP merge
7705 change; with aforementioned change it is no longer called.
7706
77071999-03-30 Stan Shebs <shebs@andros.cygnus.com>
7708
7709 Make more HPUX-specific code generic.
7710 * infrun.c: Include top.h.
7711 (MAY_SWITCH_FROM_INFERIOR_PID, MAY_FOLLOW_EXEC,
7712 USE_THREAD_STEP_NEEDED): New native macros.
7713 (may_switch_from_inferior_pid, may_follow_exec,
7714 use_thread_step_needed): New globals.
7715 (follow_inferior_fork): Remove HPUXHPPA ifdef.
7716 (follow_exec): Ditto, also save run target and re-push instead of
7717 always pushing child_ops, add ifdefs around SOLIB_RESTART and
7718 SOLIB_CREATE_INFERIOR_HOOK.
7719 (wait_for_inferior): Use new globals instead of ifdefing HPUXHPPA,
7720 always use printf_filtered to report new threads.
7721 (normal_stop): Ditto.
7722 * target.h, target.c (find_run_target): New function.
7723 * config/pa/nm-hppah.h: Define new macros.
7724
77251999-03-29 Stan Shebs <shebs@andros.cygnus.com>
7726
7727 * top.h: Include setjmp.h here.
7728 * main.c, top.c: Don't include it here.
7729
77301999-03-29 Keith Seitz <keiths@cygnus.com>
7731
7732 * symtab.c (decode_line_1): Take out change which breaks symbols
7733 which include class names and methods, e.g., "Foo::bar".
7734
77351999-03-26 Stan Shebs <shebs@andros.cygnus.com>
7736
7737 * configure.tgt (i[3456]86-*-sysv4.2MP, i[3456]86-*-sysv4.2uw2*):
7738 Recognize both, as i[3456]86-*-sysv4.2*.
7739 (i[3456]86-*-sysv5*): Recognize.
7740
7741 * infrun.c (wait_for_inferior): Remove most #if 0 segments.
7742
7743Fri Mar 26 17:27:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
7744
7745 * blockframe.c (pc_in_call_dummy_on_stack): Fix. Had copied code
7746 from at_entry_point.
7747
7748Thu Mar 25 19:30:02 1999 Andrew Cagney <cagney@amy.cygnus.com>
7749
7750 * gdbarch.c: Include all headers.
7751 (struct gdbarch), gdbarch.h (CALL_DUMMY_LOCATION,
7752 CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET,
7753 CALL_DUMMY_BREAKPOINT_OFFSET, CALL_DUMMY_LENGTH,
7754 PC_IN_CALL_DUMMY): Add ``call_dummy_location'',
7755 ``call_dummy_length'', ``pc_in_call_dummy'',
7756 ``call_dummy_start_offset'', ``call_dummy_breakpoint_offset'' to
7757 multi-arch framework.
7758
7759 * inferior.h, blockframe.c (pc_in_call_dummy_before_text_end,
7760 pc_in_call_dummy_after_text_end, pc_in_call_dummy_on_stack,
7761 pc_in_call_dummy_at_entry_point): Convert PC_IN_CALL_DUMMY macro's
7762 into functions.
7763
7764 * mips-tdep.c (mips_gdbarch_init): Initialize above
7765
7766Tue Mar 23 17:22:57 1999 Philippe De Muyter <phdm@macqel.be>
7767
7768 * remote.c, parse.c: Include ctype.h.
7769
77701999-03-24 Stan Shebs <shebs@andros.cygnus.com>
7771
7772 * configure.host (mips-dec-mach3*): Use mipsm3 not mach3.
7773
7774 Attempt to sort out SCO-related configs.
7775 * configure.host (i[3456]86-*-sysv4.2*): Use instead of
7776 i[3456]86-*-sysv4.2MP and i[3456]86-*-sysv4.2uw2*.
7777 (i[3456]86-*-sysv5*): Recognize.
7778 * configure.tgt (i[3456]86-*-sco3.2v5*, i[3456]86-*-sco3.2v4*):
7779 Recognize.
7780
7781Wed Mar 24 16:19:01 1999 Christopher Faylor <cgf@cygnus.com>
7782
7783 * MAINTAINERS: Add DJ Delorie (dj@cygnus.com) as the djgpp
7784 maintainer.
7785
7786Wed Mar 24 21:19:57 1999 Andrew Cagney <cagney@amy.cygnus.com>
7787
7788 * target.h (enum target_signal): Do not hardwire values of MACH
7789 signals.
7790
77911999-03-14 Ken Raeburn <raeburn@raeburn.org>
7792
7793 * target.h (enum target_signal): Add TARGET_SIGNAL_INFO.
7794 * target.c (signals): Add SIGINFO description.
7795 (target_signal_from_host, target_signal_to_host): Translate
7796 SIGINFO to/from TARGET_SIGNAL_INFO.
7797
7798Wed Mar 24 01:01:27 1999 Andrew Cagney <cagney@sludge.cygnus.com>
7799
7800 * rs6000-tdep.c (rs6000_software_single_step): Change SIGNAL to
7801 unsigned int.
7802
7803 From Rodney Brown <rodneybrown@pmsc.com>
7804 * target.h (enum thread_control_capabilities), breakpoint.h (enum
7805 bptype), breakpoint.c (enum insertion_state_t): Strict ISO-C
7806 doesn't allow trailing comma in enum definition.
7807
7808Mon Mar 22 15:56:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
7809
7810 * blockframe.c (inside_entry_file, inside_entry_func): Convert #if
7811 CALL_DUMMY_LOCATION to if.
7812 * valops.c (call_function_by_hand): Ditto.
7813 * infcmd.c (run_stack_dummy): Ditto.
7814 * inferior.h (CALL_DUMMY_ADDRESS, CALL_DUMMY_START_OFFSET,
7815 CALL_DUMMY_BREAKPOINT_OFFSET): Provide default.
7816
78171999-03-23 Jason Molenda (jsm@bugshack.cygnus.com)
7818
7819 * hppa-tdep.c (pa_register_look_aside): Remove CPU_HPPA_RISC_20
7820 check, test for presence of struct save_state_t and the ss_wide
7821 member directly.
7822 * configure.in: Remove CPU_HPPA_RISC_20 test. Add tests for
7823 HAVE_STRUCT_SAVE_STATE_T and HAVE_STRUCT_MEMBER_SS_WIDE.
7824 * acconfig.h: Add HAVE_STRUCT_SAVE_STATE_T HAVE_STRUCT_MEMBER_SS_WIDE.
7825 * configure, config.in: Regenerated.
7826
7827Mon Mar 22 13:25:13 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
7828
7829 * infttrace.c (proc_wait): rename to ptrace_wait.
7830
78311999-03-18 Jim Blandy <jimb@zwingli.cygnus.com>
7832
7833 * dwarf2read.c: Correctly recognize location expressions that
7834 designate LOC_REF_ARG arguments. Doc fixes.
7835 (isderef): New global. (Yuck.)
7836 (dwarf2_complex_location_expr): New complaint.
7837 (read_func_scope): Reject frame_base attributes that use the
7838 `deref' opcode as too complex.
7839 (new_symbol): If both regoff and isderef are set, and the base
7840 register is the frame pointer, then it's a LOC_REF_ARG argument.
7841 (decode_locdesc): Recognize the `deref' opcode in location
7842 expressions. Complain if it's not the last op in the expression.
7843
7844 * config/fr30/tm-fr30.h (COERCE_FLOAT_TO_DOUBLE): #define this to
7845 be true, or else value_arg_coere won't respect the (accurate)
7846 information we have about whether a function is prototyped.
7847
78481999-03-17 Jim Blandy <jimb@zwingli.cygnus.com>
7849
7850 * config/fr30/tm-fr30.h (STACK_ALIGN): Define this here, so
7851 calling functions by hand with odd-sized arguments doesn't munge
7852 the stack.
7853
78541999-03-17 Jason Molenda (jsm@bugshack.cygnus.com)
7855
7856 * configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define for Solaris
7857 hosts--gdb doesn't support this yet.
7858 * configure: Regenerated.
7859
78601999-03-16 Keith Seitz <keiths@cygnus.com>
7861
7862 * remote.c (remote_binary_checked): New file global.
7863 (check_binary_download): New function to check if
7864 stub supports binary downloading that works with
7865 stubs that are not eight bit clean.
7866 (remote_write_bytes): Check for binary download capability
7867 and use it if available.
7868 Remove references to global remote_binary_length. What a hack.
7869 (putpkt_binary): New function.
7870 (putpkt): Call putpkt_binary.
7871 Use xor to escape trouble characters.
7872 * m32r-stub.c (bin2mem): Follow escape char convention change.
7873
7874Tue Mar 16 01:11:33 1999 Andrew Cagney <cagney@rhino.cygnus.com>
7875
7876 * target.h (struct target_ops), target.c (debug_to_query),
7877 remote.c (pack_hex_byte, remote_query): Promote char parameters to
7878 int. Stops compile problems with pedantic ISO-C compilers.
7879
7880Tue Mar 16 15:29:04 1999 Stan Shebs <shebs@andros.cygnus.com>
7881
7882 * go32-xdep.c: Remove, no longer used by anything.
7883 * Makefile.in: Remove references.
7884
7885 * jv-lang.c, jv-lang.h (java_primitive_type): Declare argument
7886 as int instead of char.
7887
7888Mon Mar 15 11:42:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
7889
7890 * d10v-tdep.c (push_stack_item, pop_stack_item): New function.
7891 (d10v_push_arguments): Use.
7892
7893 From Martin M. Hunt <hunt@cygnus.com>:
7894 * d10v-tdep.c (d10v_push_arguments): When arguments
7895 must be pushed onto the stack, they go on in
7896 reverse order.
7897
78981999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7899
7900 * symtab.c (make_symbol_overload_list): Don't try to stuff minimal
7901 or partial symbols into the overload list; we don't know their
7902 types. (Thanks to Rajiv Mirani.)
7903
79041999-03-15 Jason Molenda (jsm@bugshack.cygnus.com)
7905
7906 * acinclude.m4 (--with-itclconfig, --with-itkconfig, --with-tixconfig):
7907 Fix whitespace so --help messages line up.
7908 * configure.in (--with-cpu): Fix capitalization for --help messages.
7909 * configure, aclocal.m4: Regenerated.
7910
7911Mon Mar 15 11:39:03 1999 Ian Carmichael <iancarm@cygnus.com>
7912
7913 Support building gdb w/o simulator:
7914 * configure.in: Support --disable-sim. Check for sim directory.
7915 * Makefile.in (IGNORE_SIM, IGNORE_SIM_OBS): New.
7916 * acconfig.h (WITH_SIM): Define.
7917 * configure, config.in: Regenerate.
7918
7919Mon Mar 15 08:01:33 1999 Elena Zannoni <ezannoni@cygnus.com>
7920
7921 Patch from Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7922
7923 * top.c (read_command_lines): Reset control_level to 0.
7924 (define_command): Don't do it here.
7925
7926Sun Mar 14 16:12:15 1999 Andrew Cagney <cagney@rhino.cygnus.com>
7927
7928 * hppah-nat.c (store_inferior_registers): Delete extern
7929 registers[] declaration.
7930
7931Sun Mar 14 19:17:30 1999 Andrew Cagney <cagney@b1.cygnus.com>
7932
7933 * infrun.c (write_inferior_status_register): New function. Provide
7934 update access to an inf_status register buffer. Only used by HP.
7935 * inferior.h (write_inferior_status_register): Add prototype.
7936
7937 * hppa-tdep.c (push_dummy_frame): Use
7938 write_inferior_status_register when hacking around a sleeping
7939 inferior. Accidently fix byte-order problem.
7940
7941Sun Mar 14 16:40:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
7942
7943 * config/pa/tm-hppa.h (PUSH_DUMMY_FRAME): Fix parameter. Address
7944 not needed.
7945
7946Fri Mar 12 13:11:48 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
7947
7948 * remote.c (remote_write_bytes): fix 'X' packet protocol so that it
7949 can't overwrite the end of its buffer with escaped characters.
7950
79511999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7952
7953 Alpha patches from Richard Henderson:
7954
7955 * alpha-tdep.c (alpha_skip_prologue): Recognize subq.
7956
7957 * config/alpha/tm-alpha.h (REGISTER_NAMES): No f31, but fpcr.
7958 (FPCR_REGNUM): New.
7959 (REGISTER_CONVERTIBLE): Don't convert fpcr.
7960 (REGISTER_VIRTUAL_TYPE): Don't make fpcr a double.
7961
7962 * stabsread.c (define_symbol): Only consider live range extension
7963 if we have an open parenthesis.
7964
79651999-03-11 Jim Blandy <jimb@zwingli.cygnus.com>
7966
7967 * monitor.c (monitor_fetch_register): Print RDEBUG info correctly
7968 when the register name is null.
7969
7970Thu Mar 11 19:33:07 1999 Stan Shebs <shebs@andros.cygnus.com>
7971
7972 * infrun.c (wait_for_inferior): Change #if DECR_PC_AFTER_BREAK
7973 uses to expressions, remove redundant extern decls.
7974
7975Thu Mar 11 18:05:11 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
7976
7977 * infptrace.c (proc_wait): Rename to ptrace_wait.
7978 * inftarg.c (child_wait): call ptrace_wait instead of proc_wait.
7979 * inferior.h: Declare ptrace_wait instead of proc_wait.
7980
7981Thu Mar 11 11:46:25 1999 Andrew Cagney <cagney@amy.cygnus.com>
7982
7983 * breakpoint.c (create_solib_load_unload_event_breakpoint,
7984 create_fork_vfork_event_catchpoint, tcatch_command,
7985 create_exception_catchpoint, break_at_finish_at_depth_command_1,
7986 catch_fork_command_1, ep_skip_leading_whitespace,
7987 break_at_finish_command_1, catch_exec_command_1,
7988 catch_exception_command_1, stop_command, stopin_command,
7989 stopat_command, ep_parse_optional_filename,
7990 ep_find_event_name_end, ep_parse_optional_if_clause,
7991 catch_fork_command_1), stack.c (show_and_print_stack_frame_stub,
7992 print_stack_frame_stub, print_only_stack_frame_stub,
7993 backtrace_command_1, backtrace_full_command, func_command),
7994 valprint.c (print_decimal), source.c (print_source_lines_base):
7995 Add prototype.
7996
7997 * stack.c (print_stack_frame_stub, show_and_print_stack_frame_stub,
7998 print_only_stack_frame_stub): Make param void*.
7999
8000Wed Mar 10 19:33:28 1999 Geoffrey Noer <noer@cygnus.com>
8001
8002 * win32-nat.c: If old Cygwin Win32 API headers aren't being used,
8003 define some gdb-specific defines that shouldn't have been in the
8004 global headers.
8005
8006Wed Mar 10 21:20:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
8007
8008 * findvar.c (registers, register_valid): Replace array with pointer.
8009 (build_findvar): New function. Allocate space for REGISTERS and
8010 REGISTER_VALID.
8011 (_initialize_findvar): Call build_findvar.
8012 (_initialize_findvar): Register REGISTERS and REGISTER_VALID as
8013 arch dependant.
8014
8015 * inferior.h (registers, register_valid): Replace array with
8016 pointer.
8017
8018 * inferior.h (struct inferior_status): Move definition from here.
8019
8020 * infrun.c (struct inferior_status): To here.
8021 (struct inferior_status): Change ``stop_registers'' and
8022 ``registers'' to pointers.
8023 (xmalloc_inferior_status, free_inferior_status): New functions.
8024 (restore_inferior_status): Call free_inferior_status.
8025 (save_inferior_status): Call xmalloc_inferior_status.
8026 (discard_inferior_status): New function, discard inf_status
8027 buffer. Call free_inferior_status.
8028
8029 * inferior.h (stop_registers): Replace array with pointer.
8030 * infrun.c (stop_registers): Update.
8031 (build_infrun): Initialize stop_registers.
8032 (_initialize_infrun): Call build_infrun.
8033 (_initialize_infrun): Register ``stop_registers'' as arch dependant.
8034
8035Wed Mar 10 14:50:42 1999 Andrew Cagney <cagney@amy.cygnus.com>
8036
8037 * alpha-tdep.c (alpha_linux_sigtramp_offset): Only compile when
8038 LINUXALPHA target. Hack.
8039
8040 * infrun.c (set_follow_fork_mode_command): Make static. Add
8041 prototype.
8042 * tracepoint.c (add_register): Ditto.
8043 * valprint.c (strcat_longest): Comment out. Does not appear to be
8044 used.
8045 * valops.c (find_method_list): Make static. Add prototype.
8046 * thread.c (target_find_new_threads): Make static. Add prototype.
8047 * stack.c (stack_publish_stopped_with_no_frame,
8048 select_and_maybe_print_frame): Comment out. Does not appear to be
8049 used.
8050 (current_frame_command): Add prototype.
8051 * breakpoint.c (break_at_finish_command,
8052 break_at_finish_at_depth_command, tbreak_at_finish_command): Make
8053 static. Add prototype.
8054 * findvar.c (read_relative_register_raw_bytes_for_frame): Ditto.
8055
8056Wed Mar 10 23:38:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8057
8058 * corefile.c (registers): Delete redundant variable declaration.
8059 * inferior.h (run_stack_dummy): Change array argument to pointer.
8060 * infcmd.c (run_stack_dummy): Update.
8061 * value.h (value_being_returned): Change RETBUF to a pointer.
8062 * values.c (value_being_returned): Update.
8063
8064Wed Mar 10 11:08:16 1999 Andrew Cagney <cagney@amy.cygnus.com>
8065
8066 * source.c (list_command): GCC suggested explicit braces to avoid
8067 ambiguous `else'.
8068
8069 * jv-typeprint.c: Include "c-lang.h".
8070 * Makefile.in (jv-typeprint.o): Add dependency.
8071 * jv-valprint.c: Include "gdbcore.h", "annotate.h".
8072 * Makefile.in (jv-valprint.o): Add dependencies.
8073 * objfiles.c: Include "breakpoint.h".
8074 * Makefile.in (objfiles.o): Add dependency.
8075 * main.c: Include <unistd.h>.
8076 * parse.c: Include <ctype.h>.
8077 * remote.c: Include <ctype.h>.
8078 * ser-tcp.c: Include <unistd.h>.
8079 * ax-general.c: Include "value.h".
8080 * Makefile.in (ax-general.o): Add dependency.
8081
8082 * alpha-tdep.c (alpha_push_arguments): Make ``i'' an int instead
8083 of a register.
8084 * frame.h (show_and_print_stack_frame): Add function prototype.
8085 * language.h (language_enum): Add function prototype.
8086 * value.h (find_overload_match): Add function prototype.
8087
8088 * defs.h, utils.c (subset_compare): Rename subsetCompare. Add
8089 prototype.
8090 * stack.c (backtrace_command): Update.
8091
8092Wed Mar 10 13:58:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
8093
8094 * configure.in (AC_CHECK_HEADERS): Check for <sys/select.h>
8095 * configure, config.in: Re-generate.
8096 * inflow.c: Conditionally include <sys/select.h>.
8097
8098Wed Mar 10 13:44:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8099
8100 * frame.h (struct dummy_frame): Move from here.
8101 * blockframe.c (struct dummy_frame): To here.
8102
8103 * blockframe.c (struct dummy_frame): Replace ``regs'' with pointer
8104 ``registers''.
8105 (generic_pop_dummy_frame): Free it.
8106 (generic_push_dummy_frame): Allocate dummy frame register buffer.
8107
8108Wed Mar 10 11:08:16 1999 Andrew Cagney <cagney@amy.cygnus.com>
8109
8110 * thread.c (_initialize_thread): Delete redundant ``extern struct
8111 cmd_list_element *cmdlist''.
8112 * printcmd.c (print_command_1): Ditto for ``objectprint'';
8113
81141999-03-09 Stan Shebs <shebs@andros.cygnus.com>
8115
8116 * MAINTAINERS: New file, list of maintainers and areas they
8117 maintain.
8118
81191999-03-09 Rodney Brown <RodneyBrown@pmsc.com>
8120
8121 Get working on UnixWare 2.1.1.
8122 * acconfig.h: Update for defines for procfs.c.
8123 * configure.in: Identify defines for procfs.c.
8124 * configure.host: i386-*-sysv4.2uw2* => i386v42mp
8125 * configure.tgt: i386-*-sysv4.2uw2* => i386v42mp
8126 * configure, config.in: Regenerate.
8127 * procfs.c: Rename HAVE_NO_PRRUN_T to HAVE_PRRUN_T (autoconf
8128 standard), wrap UNIXWARE difference in THE_PR_LWP macro for
8129 legibility.
8130 * config/i386/tm-i386v42mp.h: Remove HAVE_PSTATUS_T,
8131 HAVE_NO_PRRUN_T; now set by configure.
8132
8133Tue Mar 9 16:29:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
8134
8135 * i386-tdep.c (gdb_print_insn_i386): Abort when disassembly_flavor
8136 undefined..
8137
8138 * fr30-tdep.c (_initialize_fr30_tdep): Add prototype. Fix
8139 coding style.
8140
8141 * target.c (debug_to_enable_exception_callback,
8142 debug_to_get_current_exception_event): Return result of call to
8143 debug_target().
8144
81451999-03-09 Jim Blandy <jimb@zwingli.cygnus.com>
8146
8147 Another HURD fix from Mark Kettenis:
8148 * gnu-nat.c: Include <string.h>. Remove declaration of strerror.
8149 Include <bits/waitflags.h> instead of <waitflags.h> and define
8150 _SYS_WAIT_H to prevent the warning that we should not include it.
8151 (gnu_create_inferior): Change return type of attach_to_child to
8152 void. Do not return INFERIOR_PID.
8153 (gnu_pid_to_exec_file): Change return type to char *.
8154 Return NULL.
8155
8156 Fix for the HURD from Mark Kettenis:
8157 * configure.in: Add AC_PROG_AWK. Needed by the machine-dependent
8158 makefile fragments for the Hurd.
8159 * Makefile.in (AWK): Add. Set by configure.
8160 * configure: Regenerated.
8161
81621999-03-08 Jason Molenda (jsm@bugshack.cygnus.com)
8163
8164 * infttrace.c (hppa_get_process_events): Removed. Function only
8165 usable on HPUX 10 and above. It is not called by any other part
8166 of GDB.
8167 * hppah-nat.c (hppa_get_process_events): Ditto.
8168 (child_pid_to_exec_file): Only call ptrace with
8169 PT_GET_PROCESS_PATHNAME if that symbol has been defined.
8170 * config/pa/nm-hppah.h: Don't set up prototypes et al for
8171 hppa_get_process_events.
8172
8173 * config/pa/hppahpux.mh (TERM_LIB): Do not initialize, let autoconf
8174 determine best library automatically.
8175 * config/pa/hpux1020.mh: Ditto.
8176 * config/pa/hpux1100.mh: Ditto.
8177 * configure.in (TERM_LIB): Also check for libHcurses.
8178 * configure: Regenerated.
8179
8180Thu Mar 4 17:16:04 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
8181
8182 * m32r-stub.c: add support for crc "Compare" command.
8183
81841999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
8185
8186 * fr30-tdep.c (fr30_store_return_value): Allocate zeroes
8187 dynamically, to save BSS space, and to remove assumptions about
8188 the size of the largest value we'll return.
8189
8190 * config/fr30/tm-fr30.h (fr30_store_return_value): Use PARAMS in
8191 prototype.
8192
8193Thu Mar 4 08:37:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
8194
8195 * sh3-rom.c (sh3_supply_register, sh3_supply_register),
8196 mips-tdep.c (mips_push_arguments), m32r-rom.c
8197 (m32r_upload_command), m32r-tdep.c (decode_prologue), monitor.c
8198 (longlong_hexchars), tracepoint.c (validate_actionline,
8199 read_actions), mdebugread.c
8200 (parse_symbol), jv-typeprint.c
8201 (java_type_print_base, java_type_print_base), mdebugread.c
8202 (parse_symbol), top.c (source_command), utils.c
8203 (floatformat_to_doublest): GCC suggest explicit braces to avoid
8204 ambiguous `else'.
8205
8206 * tracepoint.c (map_args_over_tracepoints, trace_actions_command),
8207 m32r-rom.c (m32r_supply_register), win32-nat.c
8208 (handle_output_debug_string, child_continue), i960-tdep.c
8209 (pop_frame), m32r-rom.c (m32r_upload_command): GCC suggested
8210 parentheses around assignment used as truth value.
8211
8212 * remote-sds.c (sds_wait), monitor.c (monitor_fetch_register),
8213 ser-e7kpc.c, (dosasync_write), arc-tdep.c (arc_get_frame_setup):
8214 GCC suggested parentheses around operands.
8215
8216 * c-typeprint.c (c_type_print_base): GCC suggested enclosing
8217 "while" expression in paren.
8218
8219Wed Mar 3 18:14:33 1999 Andrew Cagney <cagney@chook.cygnus.com>
8220
8221 * sol-thread.c (save_inferior_pid): Cast the saved pid to void*.
8222 (restore_inferior_pid): Takes void* as required by make_cleanup.
8223 Casts pid back to an int.
8224
8225 * procfs.c (make_cleanup_close_proc_file,
8226 close_proc_file_cleanup): Create a proc_file cleanup.
8227 (info_proc): Use.
8228
8229 * defs.h (make_cleanup_freeargv): Helper function. Establish
8230 cleanup using freeargv. Can not just typecast/pass freeargv as it
8231 violates ISO-C.
8232 * utils.c (do_freeargv): Helper.
8233 (make_cleanup_freeargv): New function.
8234
8235 * symmisc.c (maintenance_print_symbols,
8236 maintenance_print_psymbols, maintenance_print_msymbols), symfile.c
8237 (symbol_file_command), stack.c (backtrace_command), remote-sim.c
8238 (gdbsim_create_inferior, gdbsim_open), remote-mips.c
8239 (common_open), procfs.c (info_proc), infrun.c (handle_command,
8240 xdb_handle_command), exec.c (exec_file_attach): Call
8241 make_cleanup_freeargv.
8242
82431999-03-03 James Ingham <jingham@cygnus.com>
8244
8245 * i386-tdep.c (_initialize_i386_tdep): Set the inital value for
8246 disassembly flavor at startup, rather than hardcoding it.
8247
82481999-03-03 Jim Blandy <jimb@zwingli.cygnus.com>
8249
8250 Put return values in the right place.
8251 * fr30-tdep.c (fr30_store_return_value): New function.
8252 * config/fr30/tm-fr30.h (STORE_RETURN_VALUE): Call
8253 fr30_store_return_value.
8254
8255Wed Mar 3 18:10:55 1999 Andrew Cagney <cagney@chook.cygnus.com>
8256
8257 * gdbtypes.c (virtual_base_list_aux): Return void. Add prototype.
8258
8259 * breakpoint.c (map_catch_names): Comment out unused function.
8260
82611999-03-02 Jason Molenda (jsm@bugshack.cygnus.com)
8262
8263 * hppa-tdep.c (pa_register_look_aside): Only refer to save_state_t
8264 structure on PA 2.0 systems.
8265
82661999-03-02 Stan Shebs <shebs@andros.cygnus.com>
8267
8268 From Gary Thomas <gthomas@cygnus.co.uk>:
8269 * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT,
8270 THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Use illegal instruction
8271 instead of SWI 24.
8272 * config/arm/tm-arm.h (CALL_DUMMY): Ditto.
8273 (IN_SIGTRAMP): Define.
8274
82751999-03-02 Nick Clifton <nickc@cygnus.com>
8276
8277 * findvar.c (store_address): Delete incorrect big endian
8278 code.
8279
8280Tue Mar 2 18:02:42 1999 Andrew Cagney <cagney@chook>
8281
8282 * configure.in (gdb_cv_os_cygwin): Compat. Continue to reconize
8283 __CYGWIN32__.
8284
82851999-03-01 Jason Molenda (jsm@bugshack.cygnus.com)
8286
8287 * configure.in: Move setting of gdb_cv_os_cygwin to before
8288 setting of TERM_LIB. Check for __CYGWIN__ instead of __CYGWIN32__.
8289 * configure: Regenerated.
8290
82911999-03-01 DJ Delorie <dj@cygnus.com>
8292
8293 * configure.in: Change -cygwin32* to -cygwin*.
8294 * configure: Ditto.
8295
82961999-02-25 Stan Shebs <shebs@andros.cygnus.com>
8297
8298 * breakpoint.c (SOLIB_LOADED_LIBRARY_PATHNAME,
8299 SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_CREATE_CATCH_LOAD_HOOK,
8300 SOLIB_CREATE_CATCH_UNLOAD_HOOK): Supply default definitions.
8301 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Ditto.
8302
83031999-02-25 Keith Seitz <keiths@cygnus.com>
8304
8305 * corelow.c (core_close): Clear out solib state before
8306 closing the bfd associated with the core file.
8307 * solib.c (clear_solib): Mention that clear_solib requires
8308 an open BFD in order for disable_breakpoints_in_shlibs to
8309 determine whether breakpoints live in shared libraries.
8310
83111999-02-24 Jason Molenda (jsm@bugshack.cygnus.com)
8312
8313 * configure.in: Set CPU_HPPA_RISC_20 if the host CPU is a PA 2.0
8314 processor.
8315 * acconfig.h: Add CPU_HPPA_RISC_20
8316 * config.in, configure: Regenerated.
8317 * hppa-tdep.c (pa_register_look_aside): Only refer to new
8318 structure elements if we are on a PA2.0 system.
8319 * defs.h: Include limits.h.
8320
8321Tue Feb 23 14:37:08 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
8322
8323 * infrun.c (wait_for_inferior): Check scheduler_locking state
8324 before resuming after a thread-specific breakpoint.
8325
83261999-02-23 Jim Blandy <jimb@zwingli.cygnus.com>
8327
8328 * aclocal.m4, config.in, configure: Regenerated with latest
8329 autotools.
8330
8331Mon Feb 22 12:32:19 1999 Per Bothner <bothner@cygnus.com>
8332
8333 * jv-valprint.c (java_val_print): Restore line that somehow got lost.
8334
8335 * jv-valprint.c (java_print_value_fields): Check for NULL type.
8336
83371999-02-21 Jim Blandy <jimb@zwingli.cygnus.com>
8338
8339 * tm-h8500.h, i386lynx-nat.c: Removed. These files are long
8340 dead; it seems that they only appeared due to some CVS weirdness.
8341 If they appear again, we may need to distribute garlic and holy
8342 water.
8343
83441999-02-19 Jason Molenda (jsm@bugshack.cygnus.com)
8345
8346 * configure.in (TERM_LIB): Move checking for TERM_LIB, substituting.
8347 * configure: Regenerated.
8348
83491999-02-19 Robert Hoehne (robert.hoehne@gmx.net)
8350
8351 * configure.host (i[3456]86-*-msdosdjgpp*): New host.
8352 * configure.tgt (i[3456]86-*-msdosdjgpp*): New target.
8353 * go32-nat.c: New file, native DJGPP support.
8354 * config/i386/go32.mh: Rewrite for DJGPP (go32) host.
8355 * config/i386/go32.mt: New file, DJGPP (go32) target.
8356 * config/i386/nm-go32.h: New file.
8357 * config/i386/tm-go32.h: New file.
8358 * config/i386/xm-go32.h: Rewritten for current DJGPP.
8359
83601999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)
8361
8362 * reply_mig_hack.awk, config/nm-gnu.h, config/alpha/nm-linux.h
8363 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h
8364 config/i386/nm-i386sco5.h, config/i386/tm-fbsd.h, config/i386/tm-i386.h
8365 config/powerpc/nm-aix.h, config/powerpc/tm-macos.h
8366 config/powerpc/tm-ppc-aix.h, config/powerpc/xm-aix.h
8367 config/rs6000/tm-rs6000-aix4.h, testsuite/gdb.chill/tests1.ch
8368 testsuite/gdb.chill/tests2.ch, testsuite/gdb.chill/tests2.exp:
8369 Update FSF address in copyright notices.
8370
83711999-02-18 Jason Molenda (jsm@bugshack.cygnus.com)
8372
8373 * configure.in: Quote "$GCC" correctly.
8374 * configure: Regenerated.
8375
83761999-02-18 Jim Blandy <jimb@zwingli.cygnus.com>
8377
8378 * dbxread.c (elfstab_build_psymtabs): Don't assume that there's a
8379 section named ".text", which has all the code in it. Instead, look
8380 at all the sections in the file with the `code' flag set.
8381 (find_text_range): New function, that does all the work.
8382
8383Thu Feb 18 17:50:45 1999 Andrew Cagney <cagney@b1.cygnus.com>
8384
8385 * mips-tdep.c (FP_REGISTER_DOUBLE): Conditionally define.
8386
8387Fri Jan 29 16:51:11 1999 Andrew Cagney <cagney@chook.cygnus.com>
8388
8389 * mips-tdep.c (return_value_location): New function. Merge/rewrite
8390 of return-value code in mips_extract_return_value,
8391 mips_store_return_value. Stop buffer overflow when 64 bit value
8392 in 32 bit registers. Extract 64bit float from 32 bit register
8393 pair of correct order.
8394 (mips_extract_return_value, mips_store_return_value): Call
8395 return_value_location. For store, ensure that remainder of
8396 register is zero.
8397
8398Thu Jan 28 18:58:02 1999 Andrew Cagney <cagney@chook.cygnus.com>
8399
8400 From John Metzler <jmetzler@cygnus.com>:
8401 * mips-tdep.c (struct gdbarch_tdep): Add mips_saved_regsize.
8402 (MIPS_SAVED_REGSIZE): Define.
8403 (mips_find_saved_regs, read_next_frame_reg, mips_pop_frame):
8404 Read/write MIPS_SAVED_REGSIZE bytes of register on stack instead
8405 of MIPS_REGSIZE.
8406 (mips_gdbarch_init): Initialize mips_saved_regsize.
8407
8408 * mips-tdep.c (mips_frame_saved_pc, mips16_heuristic_proc_desc,
8409 mips_push_arguments, mips_push_dummy_frame,
8410 mips_use_struct_convention): Ditto. For MIPS_SAVED_REGSIZE <
8411 REGISTER_RAW_SIZE, handle little/big endian issues from only using
8412 half the register.
8413 (STACK_ARGSIZE): Default to MIPS_SAVED_REGSIZE instead of
8414 MIPS_REGSIZE.
8415
8416 * mips-tdep.c (struct gdbarch_tdep, FP_REGISTER_DOUBLE,
8417 mips_gdbarch_init): Apply similar changes. Add
8418 mips_fp_register_double to struct.
8419
8420Wed Feb 17 10:10:27 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
8421
8422 * gdbtypes.h (get_discrete_bounds): Remove duplicate decl.
8423
8424 * jv-typeprint.c (java_type_print_base): Change fputs => fputs_filtered.
8425
8426Mon Jan 25 18:30:57 1999 Per Bothner <bothner@cygnus.com>
8427
8428 * jv-lang.h (JAVA_OBJECT_SIZE): Change from hard-wired constant.
8429 (java_primitive_type_from_name, get_java_object_header_size): Declare.
8430 * jv-lang.c (java_class_from_object): Use get_java_object_type.
8431 * jv-lang.c: Update Class field names: dtable->vtable,
8432 msize->method_count, nfields->field_count, bfsize->size_in_bytes,
8433 nmethods->method_count.
8434 (type_from_class): Demangle array type names.
8435 (java_link_class_type): Array type names are now demangled.
8436 (get_java_object_type): If not defined yet, try looking it up.
8437 (get_java_object_header_size): New function.
8438 (java_primitive_type_from_name): New function.
8439 (java_demangled_signature_length, java_demangled_signature_copy): New.
8440 (java_demangle_type_signature): Re-implement using above functions.
8441 (evaluate_subexp_java): For UNOP_IND, call evaluate_subexp_java
8442 to evaluate subexp (not evaluate_subexp_standard).
8443 For BINOP_SUBSCRIPT update for new array type naming scheme.
8444 * jv-valprint.c (java_value_print): Use java_class_from_object.
8445 Update array printing to new array type naming convention.
8446 (java_val_print): Doing check_typedef when printing a pointer is
8447 is a waste of effort. Also, handle TYPE_CODE_INT, to make sure
8448 Java bytes as not printed as C chars.
8449
8450Fri Jan 8 16:58:22 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
8451
8452 * blockframe.c (find_pc_sect_partial_function): Search full symtabs as
8453 a last ditch effort (after the partial & minimal symtabs).
8454 * defs.h utils.c: Fixup prototypes for vprintf_filtered,
8455 vfprintf_filtered, vfprintf_unfiltered and vprintf_unfiltered to return
8456 ints to match their standard equivalents.
8457 * defs.h symtab.c top.c: Create skip_prologue_hook to allow Java to
8458 control the prologue skipping process.
8459 * jv-typeprint.c (java_type_print_base): Remove extern for
8460 jv_class_demangle, add new arg for objfile (NULL).
8461 * symtab.h: Remove struct sourcevector and struct source. Definately
8462 not needed.
8463 * values.c (value_virtual_fn_field): Fixes code to handle new vtable
8464 debug info format. Patch from marka.
8465
8466Wed Dec 16 23:11:25 1998 Stu Grossman <grossman@fencer.cygnus.com>
8467
8468 * jv-lang.c (java_class_from_object java_class_is_primitive
8469 is_object_type): Change dtable to vtable.
8470 * (java_primitive_type): Change arg to type char.
8471 * (_initialize_java_language): Make java_char_type be unsigned.
8472 * jv-lang.h: Fixup prototypes.
8473
8474Mon Dec 7 19:02:15 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
8475
8476 * jv-valprint.c (java_value_print): Fix printing of values where
8477 run time type != compile time type.
8478
8479Fri Dec 4 15:23:38 1998 Stu Grossman <grossman@fencer.cygnus.com>
8480
8481 * Makefile.in: Whack out m2-typeprint.c.
8482 * c-typeprint.c (c_type_print_varspec_suffix) typeprint.h: Make this
8483 global. It's needed by Java.
8484 * (c_type_print_base): Whack prefix off of qualified method names
8485 (names with name spaces).
8486 * gdbtypes.h (struct cplus_struct_type): Add bits for Java attributes.
8487 Shrink voffset
8488 to 16 bits to compensate for added bits above (hopefully this is still
8489 enough).
8490 * Add new accessor macros (TYPE_FND_FIELD_PUBLIC, ...) for all new
8491 attribute bits.
8492 * jv-typeprint.c (java_type_print_base): Fix printing of method
8493 attributes. Handle JVM style manglings.
8494 * (java_print_type): Enable code type print varspec_suffix to allow
8495 array indices to print out.
8496 * jv-valprint.c (java_val_print): Minor formatting.
8497 * m2-lang.c (m2_language_d): Change m2_print_type to c_print_type.
8498 * stabsread.c (read_member_functions): Save public and static attributes.
8499
8500Wed Feb 17 15:32:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8501
8502 * breakpoint.c (watch_command_1): Reformat comment.
8503
8504 * c-typeprint.c (c_type_print_base): Reformat comments.
8505
85061999-02-17 Jim Blandy <jimb@zwingli.cygnus.com>
8507
8508 * Makefile.in (VERSION): Bump version to 4.17.2.
8509
8510Tue Feb 16 15:48:20 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8511
8512 * config/pa/nm-hppah.h: Added prototype declarations for
8513 hppa_enable_page_protection_events and
8514 hppa_disable_page_protection_events.
8515
8516 * inftarg.c (child_wait): Fixed code that checks whether
8517 or not the target program has done a fork/vfork.
8518 related_pid does not have a value unless the target
8519 program has forked/vforked.
8520
8521 * infttrace.c (hppa_insert_hw_watchpoint): Make sure that
8522 function always returns a value.
8523 (hppa_remove_hw_watchpoint): Make sure that function always
8524 returns a value.
8525
8526Tue Feb 16 06:31:58 1999 Keith Seitz <keiths@cygnus.com>
8527
8528 * config/powerpc/tm-ppc-eabi.h: Do not define PC_IN_CALL_DUMMY,
8529 let the generic call dummy infrastructure do it.
8530
8531Sun Feb 14 18:21:08 1999 Mark Alexander <marka@cygnus.com>
8532
8533 * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
8534 coffread.c will correctly handle char or short function parameters.
8535
85361999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)
8537
8538 * configure, aclocal.m4: Regenerate with correct version of aclocal.
8539
85401999-02-10 Syd Polk <spolk@cygnus.com>
8541
8542 * acinclude.m4: Fix for new location of itclConfig.sh and itkConfig.sh.
8543 * aclocal.m4: Regnerate.
8544 * configure: Regenerate.
8545
85461999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
8547
8548 * demangle.c: Fix comments to mention "set demangle-style"
8549 instead of "set demangle".
8550 Run through indent to fix minor indenting problems.
8551
8552Wed Feb 10 17:53:09 1999 Bob Manson <manson@charmed.cygnus.com>
8553
8554 * i386-tdep.c (gdb_print_insn_i386): Add missing returns.
8555
8556Wed Feb 10 13:17:21 1999 Stan Shebs <shebs@andros.cygnus.com>
8557
8558 Declare Gould configuration obsolete:
8559 * configure.host, configure.tgt: Comment out Gould configs.
8560 * Makefile.in: Comment out Gould-related actions.
8561 * gould-xdep.c, gould-tdep.c, config/gould/*: Comment out.
8562 * NEWS: Mention obsolete status.
8563
85641999-02-09 DJ Delorie <dj@cygnus.com>
8565
8566 * sparcl-tdep.c: UDP download works in cygwin
8567
85681999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)
8569
8570 * gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H.
8571 * configure.in: Don't check for libintl.h.
8572 * configure, config.in: Regenerated.
8573
8574Mon Feb 8 18:10:50 1999 Stan Shebs <shebs@andros.cygnus.com>
8575
8576 * NEWS: Mention new X packet and PowerPC variant support.
8577
85781999-02-08 Nick Clifton <nickc@cygnus.com>
8579
8580 * configure.host: Add support for StrongARM host.
8581 * configure.tgt: Add support for StrongARM target.
8582
8583Mon Feb 8 12:05:05 1999 David Taylor <taylor@texas.cygnus.com>
8584
8585 * dsrec.c (make_srec): Cast targ_addr to int in call to sprintf
8586 otherwise on big endian machine with a bfd_vma of 64 bits,
8587 *everything* gets loaded at location 0.
8588
8589Mon Feb 7 10:05:43 1999 Frank Ch. Eigler <fche@cygnus.com>
8590
8591 * infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed
8592 to target program.
8593
8594Fri Feb 5 16:46:14 1999 Stan Shebs <shebs@andros.cygnus.com>
8595
8596 * NEWS: Add mentions of various new things.
8597
8598Thu Feb 4 00:19:14 1999 Christopher Faylor <cgf@cygnus.com>
8599
8600 * configure.in: Move termcap determination later in the
8601 file to catch setting of cygwin flag.
8602 * configure: Regenerate.
8603
8604Wed Feb 3 14:16:38 1999 Christopher Faylor <cgf@cygnus.com>
8605
8606 * config/i386/cygwin.mh: Move TERMCAP test code to configure.in.
8607 * configure.in: Treat libtermcap.a detection as a special case
8608 when hosting on cygwin.
8609 * configure: Regenerate.
8610
86111999-02-03 Keith Seitz <keiths@cygnus.com>
8612
8613 * remote.c (remote_binary_download, remote_binary_length): New
8614 static globals for dealing with binary transmissions.
8615 (remote_write_bytes): Add support for binary downloads
8616 by shadowing the "M" packet with a new "X" packet. This
8617 defaults to ON; if the stub does not understand this, it
8618 will fall back to using "M".
8619 (putpkt): Add support for binary downloading.
8620 * monitor.c (monitor_expect): The mon2000 monitor
8621 on the MSA2000 will also emit random DC1/DC3 chars.
8622 * m32r-stub.c: Change all char's to unsigned char's
8623 to support binary downloading.
8624 (handle_exception): Add support for binary downloading
8625 via a new "X" packet.
8626 (getpacket): Do NOT strip eighth bit of incoming chars.
8627 Watch out for escaped characters in the incoming stream.
8628 (putpacket): Do NOT strip eighth bit of incoming chars.
8629 (bin2mem): New function to write binary data directly to
8630 memory.
8631 * m32r-rom.c: Add new "mon2000" target.
8632
8633Tue Feb 2 18:40:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8634
8635 * hp-psymtab-read.c (hpread_build_psymtabs): Coerce first arg
8636 passed to make_cleanup to the correct type.
8637 (hpread_quick_traverse): Change fifth arg to call to
8638 hpread_end_psymtab to be 0.
8639 Compare CURR_MODULE_END to 0 rather than NULL.
8640 Get rid of ifdef'ed out code.
8641 (scan_procs): Get rid of ifdef'ed out code.
8642
8643 * somread.c (som_symfile_read): Coerce first argument passed to
8644 make_cleanup to the correct type.
8645
8646Tue Feb 2 17:36:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8647
8648 * hp-psymtab-read.c (do_pxdb): New function. Check whether the
8649 file needs to be processed by pxdb (an HP debug info massaging
8650 tool), if so call it.
8651 (hpread_build_psymtabs): Initialize scan_start to 0 and
8652 simplify flow of control.
8653
8654 * somread.c (som_symfile_read): Add call to do_pxdb (),
8655 in hp-psymtab-read.c.
8656
8657 * symfile.c (symbol_file_add): Remove ifdef'ed out HPUX specific
8658 code.
8659 (symfile_bfd_open): Remove HPUXHPPA ifdef'ed code. Code is now
8660 in hp-psymtab-read.c.
8661
86621999-02-02 Martin Hunt <hunt@cygnus.com>
8663
8664 * printcmd.c (print_scalar_formatted): Use strcat to concat all
8665 the output together before calling fprintf_filtered().
8666
86671999-02-01 Jason Molenda (jsm@bugshack.cygnus.com)
8668
8669 * configure.in: Require autoconf 2.13.
8670 (AM_EXEEXT): Replace with new AC_EXEEXT.
8671 * acinclude.m4: Move itcl header macros from aclocal.m4 to here.
8672 * aclocal.m4: Regenerated.
8673 * configure: Regenerated.
8674
86751999-02-01 Jim Blandy <jimb@zwingli.cygnus.com>
8676
8677 Allow PPC users to select which PPC/RS6000 variant they're
8678 debugging at run-time. At the moment, the only thing this affects
8679 is the set of registers visible.
8680 * config/rs6000/tm-rs6000.h (REGISTER_NAME): Define this as a call
8681 to the function rs6000_register_name.
8682 (rs6000_register_name): Include extern decl.
8683 (NUM_REGS): Bump to 183. What's the right way to do this?
8684 (FIRST_UISA_SP_REGNUM, LAST_UISA_SP_REGNUM): Renamed from
8685 FIRST_SP_REGNUM, LAST_SP_REGNUM.
8686 (REGISTER_BYTES): Recompute this.
8687 * rs6000-tdep.c: Renamed all uses of FIRST_SP_REGNUM and
8688 LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with
8689 some concomitant formatting changes.
8690 #include "gdbcmd.h", so we can define commands here.
8691 (struct variant): New structure.
8692 (COMMON_UISA_REG_NAMES, PPC_UISA_SPR_NAMES, PPC_SEGMENT_REG_NAMES,
8693 PPC_32_OEA_SPR_NAMES, num_registers): New macros.
8694 (register_names_rs6000, register_names_uisa, register_names_403,
8695 register_names_403GC, register_names_505, register_names_860,
8696 register_names_601, register_names_602, register_names_603,
8697 register_names_604, register_names_750, variants): New variables.
8698 (rs6000_register_name, install_variant, find_variant_by_name,
8699 install_variant_by_name, list_variants, show_current_variant,
8700 set_processor, show_processor): New functions.
8701 (_initialize_rs6000_tdep): Define new commands `set processor' and
8702 `show processor', and call install_variant_by_name to set the
8703 default variant.
8704 * rs6000-nat.c: Renamed all uses of FIRST_SP_REGNUM and
8705 LAST_SP_REGNUM to FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM, with
8706 some concomitant formatting changes.
8707 * configure.in: Accept the `--with-cpu' flag, to specify a default
8708 processor variant.
8709 * acconfig.h: Provide a blurb for TARGET_CPU_DEFAULT, which is set
8710 by configure's `--with-cpu' flag.
8711 * config.in, configure: Regenerated.
8712
8713Sun Jan 31 15:24:24 1999 Stan Shebs <shebs@andros.cygnus.com>
8714
8715 * buildsym.h, buildsym.c: Convert to ANSI-only.
8716
8717 * buildsym.h, buildsym.c: Reformat to standard.
8718
8719 * buildsym.c (merge_symbol_lists): Remove unused variable.
8720 (_initialize_buildsym): Remove, does nothing.
8721
87221999-01-31 J.T. Conklin <jtc@redbacknetworks.com>
8723
8724 * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
8725 sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar
8726 to include explicit void return type as per documentation. Fix up
8727 occasions where stubs erroneously checked return type.
8728
8729Sun Jan 31 13:18:33 1999 Stan Shebs <shebs@andros.cygnus.com>
8730
8731 From J.T. Conklin <jtc@redbacknetworks.com>:
8732 * remote.c (remote_query): Fix tipo.
8733
8734Fri Jan 29 15:25:09 1999 Stan Shebs <shebs@andros.cygnus.com>
8735
8736 * configure.tgt (v850): Add wildcard to match.
8737
8738Fri Jan 29 16:44:01 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8739
8740 * inferior.h: Ran indent.
8741
8742 * fork-child.c: Ran indent.
8743
8744 * infrun.c : Ran indent.
8745
8746Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8747
8748 * infrun.c (_initialize_infrun): Do not stop or print anything
8749 when a SIGWINCH is received.
8750
8751 * Makefile.in (m2-exp.tab.c): Use YACC not BISON.
8752 (f-exp.tab.c): Ditto.
8753 (jv-exp.tab.c): Ditto.
8754 (c-exp.tab.c): Ditto.
8755 (YACC): Define as @YACC@.
8756
87571999-01-29 Martin Hunt <hunt@cygnus.com>
8758
8759 Changes from Keith Seitz <keiths@cygnus.com>
8760 * valops.c (value_assign): Add calls to register_changed_hook and
8761 memory_changed_hook to inform UIs that the user has changed
8762 the target's registers/memory.
8763 * findvar.c (write_register_gen): Remove call to pc_changed_hook.
8764 * defs.h: Remove declaration for pc_changed_hook and
8765 add declarations for register_changed_hook and
8766 memory_changed_hook.
8767 * top.c: Ditto.
8768
87691999-01-29 Mark Alexander <marka@cygnus.com>
8770
8771 * procfs.c (wait_fd): Handle deleted threads correctly.
8772
87731999-01-28 Jason Molenda (jsm@bugshack.cygnus.com)
8774
8775 * utils.c (init_page_info): Force window size if running under emacs.
8776
87771999-01-27 James Ingham <jingham@cygnus.com>
8778
8779 * typeprint.c (whatis_exp): Remove static declaration.
8780
8781Wed Jan 27 16:50:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8782
8783 * hp-psymtab-read.c: Reformat using indent.
8784
8785Wed Jan 27 13:20:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8786
8787 * hp-psymtab-read.c: Reformat comments, update copyright.
8788
8789Wed Jan 27 15:09:22 1999 Andrew Cagney <cagney@chook.cygnus.com>
8790
8791 * mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFD
8792 elf_info.
8793
8794Tue Jan 26 16:02:47 1999 Mark Alexander <marka@cygnus.com>
8795
8796 * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
8797 v850_register_names, v850_processor_type_table): Declare tables
8798 and structures for handling differences in register names for
8799 v850 and v850e.
8800 (struct reg_list): Define new structure for creating tables
8801 of register bit masks in v850e instrutions.
8802 (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
8803 (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
8804 and pushm.
8805 (v850_target_architecture_hook): New function to set register
8806 names based on current machine.
8807 (_initialize_v850_tdep): Set up target_architecture_hook.
8808 * config/v850/tm-v850.h (v850_register_names): Declare.
8809 (REGISTER_NAME): Define to refer to v850_register_names.
8810 (SR0_REGNUM, CTBP_REGNUM): Define.
8811 (PS_REGNUM): Redefine in terms of SR0_REGNUM.
8812
8813Tue Jan 26 18:27:26 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8814
8815 * Makefile.in (c-exp.tab.c): Use BISON instead of YACC, to pick
8816 the correct value from configure output.
8817 (jv-exp.tab.c): Ditto.
8818 (f-exp.tab.c): Ditto.
8819 (m2-exp.tab.c): Ditto.
8820
88211999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
8822
8823 * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
8824 * frame.h (select_and_print_frame): Add prototype.
8825 * stack.c (func_command): Call select_and_print_frame with correct
8826 number of arguments. Reformat whitespace.
8827
8828Tue Jan 26 16:53:54 1999 Fernando Nasser <fnasser@cygnus.com>
8829
8830 * remote.c (remote_query): fix maximum packet size to account for
8831 remote_debug use.
8832 (putpkt): add comment to alert about extra byte need.
8833
8834Mon Jan 25 19:55:30 1999 Mark Alexander <marka@cygnus.com>
8835
8836 * sh-tdep.c (sh_target_architecture_hook): Return immediately
8837 when a matching machine is found.
8838
8839Fri Jan 22 09:10:35 1999 Mark Alexander <marka@cygnus.com>
8840
8841 * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
8842 (common_breakpoint): Restore support for instruction breakpoints
8843 on non-LSI targets.
8844
8845Thu Jan 21 17:16:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
8846
8847 * stack.c: Close open comment.
8848 * symtab.c (find_pc_sect_line): Ditto.
8849
8850Thu Jan 21 17:51:51 1999 Stan Shebs <shebs@andros.cygnus.com>
8851
8852 * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
8853 init only nonzero fields, leave to_require_attach and
8854 to_require_detach empty, not needed for /proc systems yet.
8855 (_initialize_procfs): Call init_procfs_ops.
8856
8857 From J.T. Conklin <jtc@redbacknetworks.com>:
8858 * top.c (init_main): Fix tipo in description of the remotetimeout
8859 variable.
8860 * breakpoint.c (bpstat_stop_status): Handle systems where
8861 DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
8862
8863Thu Jan 21 17:25:46 1999 Mark Alexander <marka@cygnus.com>
8864
8865 * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
8866 to fill in mon960_cmds structure properly.
8867
8868Wed Jan 20 17:53:22 1999 Stan Shebs <shebs@andros.cygnus.com>
8869
8870 * remote-sds.c (sds_ops): Define only once.
8871 (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
8872 (init_sds_ops): Init only non-zero fields.
8873
8874Wed Jan 20 15:45:15 1999 Mark Alexander <marka@cygnus.com>
8875
8876 * h8300-tdep.c (original_register_names, h8300h_register_names,
8877 h8300_register_names): Define new variables.
8878 (set_register_names): New function to set register names based on
8879 current CPU type.
8880 (h8300_command, h8300h_command, h8300s_command): Call
8881 set_register_names.
8882 * config/h8300/tm-h8300.h (h8300_register_names): Declare.
8883 (REGISTER_NAME): Define to refer to h8300_register_names.
8884
88851999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
8886
8887 * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
8888 mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
8889 remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
8890 remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
8891 remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
8892 remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
8893 v850ice.c win32-nat.c: cosmetic changes to conform to coding
8894 standards.
8895
88961999-01-19 Jim Blandy <jimb@zwingli.cygnus.com>
8897
8898 Use aclocal to generate GDB's aclocal.m4 script.
8899 * acinclude.m4: New file, containing the hand-written local macro
8900 definitions that used to be in aclocal.m4. Don't sinclude
8901 ../bfd/aclocal.m4 any more; running aclocal in this directory will
8902 get us the definitions we need. HOWEVER: Do sinclude
8903 ../bfd/acinclude.m4, because we need the definition of
8904 BFD_NEED_DECLARATION.
8905 * aclocal.m4: Regenerated by aclocal.
8906 * configure: Regenerated by autoconf.
8907
8908Tue Jan 19 10:27:23 1999 David Taylor <taylor@texas.cygnus.com>
8909
8910 * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
8911 silent, controls whether to print message about removal of shared
8912 library breakpoints.
8913 * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
8914 * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
8915 * osfsolib.c (clear_solib): ditto.
8916 * solib.c (clear_solib): ditto.
8917 * somsolib.c (som_solib_restart): update call to
8918 disable_breakpoints_in_shlibs.
8919
8920 * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
8921 is define.
8922
8923Tue Jan 19 18:07:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
8924
8925 * corelow.c (solib_add_stub): Ditto.
8926 (core_file_to_sym_file): Cast make_cleanup parameter.
8927
8928 * solib.c (symbol_add_stub, solib_map_sections): Change argument
8929 to PTR insted of a char*. Matches catch_errors interface.
8930
8931Mon Jan 18 14:01:24 1999 Andrew Cagney <cagney@b1.cygnus.com>
8932
8933 * remote-array.c (array_open): Don't use fprintf_filtered to send
8934 data to the log file.
8935
8936 * remote-array.c (handle_load_dll): Change argument type to PTR so
8937 that it is compatible with catch_errors.
8938 * ocd.c (ocd_start_remote): Ditto.
8939 * remote-sds.c (sds_start_remote): Ditto.
8940
8941 * win32-nat.c (win32_child_thread_alive): Namespace proof
8942 child_thread_alive.
8943 (init_child_ops): Update.
8944
8945Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
8946
8947 * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
8948 gdb_hostif.dbgarg to NULL instead of stdout.
8949 (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
8950
8951Mon Jan 18 16:40:50 1999 Stan Shebs <shebs@andros.cygnus.com>
8952
8953 * ser-ocd.c (ocd_open): Handle Unix case gracefully.
8954
8955 * target.c (dummy_target): Don't initialize statically.
8956 (init_dummy_target): New function, fills in dummy_target.
8957 (initialize_targets): Use it.
8958 * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
8959 (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
8960 (_initialize_hpux_thread): Use it.
8961 * m3-nat.c (m3_ops): Don't initialize statically.
8962 (init_m3_ops): New function, fills in m3_ops.
8963 (_initialize_m3): Use it.
8964
89651999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
8966
8967 * sol-thread.c: delete compile time initialization of target_ops
8968 (_initialize_sol_thread): initialize target_ops at run time.
8969 * hpux-thread.c: added target_ops entry.
8970 * m3-nat.c: ditto.
8971
8972Mon Jan 18 15:19:13 1999 David Taylor <taylor@texas.cygnus.com>
8973
8974 * procfs.c (procfs_ops): delete compile time initialization.
8975 (_initialize_procfs): initialize procfs_ops at run time.
8976
8977Mon Jan 18 12:51:44 1999 Christopher Faylor <cgf@cygnus.com>
8978
8979 * configure.in: Ensure that -luser32 is always linked in
8980 for cygwin build.
8981 * configure: Regenerated.
8982
8983Mon Jan 18 08:38:05 1999 Mark Alexander <marka@cygnus.com>
8984
8985 * values.c (value_virtual_fn_field): Clear the pointed-to
8986 offset when casting to the base class.
8987
8988Mon Jan 18 10:30:51 1999 David Taylor <taylor@texas.cygnus.com>
8989
8990 * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
8991 udi_ops; delete NULL initializers.
8992
8993Mon Jan 18 12:03:47 1999 Andrew Cagney <cagney@b1.cygnus.com>
8994
8995 * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
8996 gdb_file*.
8997
8998 * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
8999
9000Mon Jan 18 10:46:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
9001
9002 * stack.c (print_frame_info_base): Don't cast call to
9003 catch_errors.
9004 (print_args_stub): Change char* arg to PTR.
9005 * symmisc.c (print_symbol): Ditto.
9006 * top.c (quit_cover): Ditto.
9007 * remote.c (remote_open_1, remote_start_remote): Ditto.
9008 * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
9009 Ditto.
9010
9011 * stack.c (backtrace_command): Cast first arg of make_cleanup to
9012 make_cleanup_func.
9013 * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
9014
9015Mon Jan 18 08:47:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
9016
9017 * defs.h (catch_errors_ftype): Define.
9018 (catch_errors): Replace char* arg with PTR arg.
9019 * top.c (catch_errors): Update
9020
9021 * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
9022 delete_breakpoint, breakpoint_re_set): Delete all casts in call to
9023 catch_errors.
9024 (breakpoint_cond_eval, watchpoint_check,
9025 cover_target_enable_exception_callback, breakpoint_re_set_one):
9026 Arg is PTR not char*.
9027
9028 * breakpoint.c (cover_target_enable_exception_callback): Change
9029 type to int. Check for cast values of 0 and -1. Return a result!
9030 (insert_breakpoints): Move declaration of SAL and ARGS to where
9031 they are used.
9032
90331999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
9034
9035 * remote.c (remote_query): new function - creates proper interface
9036 to the remote protocol "q" command.
9037
9038Fri Jan 15 17:11:48 EST 1999 Zdenek Radouch (radouch@cygnus.com)
9039
9040 * config/fr30/tm-fr30.h: Changed ABI to match GCC change
9041 (always use pointer for structs passed by value).
9042
90431999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
9044
9045 * target.h: added entry for target queries (to_query)
9046 target.c: ditto.
9047
9048Thu Jan 14 18:29:17 1999 David Taylor <taylor@texas.cygnus.com>
9049
9050 * mips-tdep.c (mips_gdbarch_init): fix stream arg in
9051 fprintf_unfiltered calls.
9052 * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
9053 * remote-udi.c (udi_wait): fix stream arg to fwrite.
9054 * symmisc.c (maintenance_check_symtabs): fix stream argument to
9055 print_address_numeric.
9056
9057Wed Jan 13 19:33:16 1999 David Taylor <taylor@texas.cygnus.com>
9058
9059 * breakpoint.c (insert_breakpoints): insert cast to eliminate
9060 warning.
9061
9062Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
9063
9064 * infrun.c (set/show scheduler-locking) New command. Set a
9065 mode bit that will control how GDB attempts to control thread
9066 scheduling for step, continue, etc. (resume): make use of
9067 the schedule-locking mode.
9068 * target.h (struct target_ops): new field to_has_thread_control.
9069 * sol-thread.c: initialize target_ops to_has_thread_control.
9070 * procfs.c: ditto.
9071 * target.c: ditto.
9072 * m3-nat.c: ditto.
9073 * remote.c: ditto.
9074 * hpux-thread.c: ditto.
9075 * thread.c: cull duplicate prototypes. Move prototypes to top.
9076 * serial.c: indentation cleanup.
9077 * breakpoint.c: add casts to eliminate compiler warnings.
9078
9079Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9080
9081 * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
9082 call to fork_inferior. The shell param is now NULL.
9083
90841999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9085
9086 * monitor.c (init_base_monitor_ops): Whitespace cleanup.
9087 (_initialize_remote_monitors): Same.
9088
90891999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9090
9091 * monitor.c (init_monitor_ops): Initialize the monitor_ops
9092 structure if it hasn't already been done.
9093
9094Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com>
9095
9096 * inftarg.c (child_ops): Don't initialize statically.
9097 (init_child_ops): New function, fills in child_ops.
9098 (_initialize_inftarg): Use it.
9099 (child_post_attach): Declare extern.
9100 (child_wait): Fix ambiguous parens.
9101 (child_attach_to_process): Remove unused local wstatus.
9102 (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
9103 child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
9104 child_has_forked, child_insert_exec_catchpoint,
9105 child_remove_exec_catchpoint): Return a value.
9106
9107Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
9108
9109 * remote.c (remote_wait): Add inferior_pid to thread list only
9110 if it is not already there.
9111
91121999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
9113
9114 * scm-tags.h: Update FSF's address on copyright notice.
9115 * ser-e7kpc.c: Same.
9116 * gnu-nat.h: Same.
9117
9118Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
9119
9120 * dwarf2read.c (dump_die): Change stderr to gdb_stderr.
9121 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
9122 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
9123 * stack.c (struct function_bounds): Remove superfluous `typedef'.
9124 * symfile.c (list_overlays_command): stdout => gdb_stdout.
9125 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
9126 * utils.c (print_spaces): Make more efficient.
9127
9128Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
9129
9130 * utils (print_spaces): fix arg to strcat; fix formatting.
9131
9132Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
9133
9134 * exec.c (exec_ops): Don't initialize statically.
9135 (init_exec_ops): New function, fills in exec_ops.
9136 (_initialize_exec): Use it.
9137
9138Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
9139
9140 Beta FR30 port.
9141 * fr30-tdep.c
9142 * config/fr30/tm-fr30.h
9143
9144Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
9145
9146 * configure.in: Add an --enable-tui argument. Construct
9147 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
9148 have the GUI, then we need this to process libgui.h.
9149 (ENABLE_CFLAGS): define and export BUILD_TUI.
9150 (AC_CHECK_HEADERS): Add check for term.h.
9151
9152 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
9153
9154 * config.in, configure : regenerated.
9155
9156 * Makefile.in: Allow the TUI code to be conditionally enabled.
9157 (TUI_LIBRARY): New variable, value are set by the configuration
9158 script. Set to the empty string when the TUI isn't enabled.
9159 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
9160 tui/libtui.a directly.
9161 (BUILD_TUI): build the tui -- only when configured with
9162 --enable-tui.
9163 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
9164 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
9165 (all-tui): remove dependency from phony target.
9166 (c-exp.tab.c): use ylwrap instead of bison.
9167 (jv-exp.tab.c): ditto.
9168 (f-exp.tab.c): ditto.
9169 (m2-exp.tab.c): ditto.
9170 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
9171 (SFILES): remove the above files
9172 (COMMON_OBS): remove somread.o
9173 (SFILES): Add the tui files to this, so they get included in etags
9174 tables.
9175 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
9176 tui/libtui.a to the link list.
9177 (all-tui): New rule, which does a recursive make in the tui
9178 subdir.
9179 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
9180 don't echo the make command. This is closer to what the other
9181 recursions do.
9182 (HFILES_NO_SRCDIR): add hpread.h
9183 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
9184 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
9185 the new files. Remove hpread.c, hpread.o
9186 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
9187 fictitious target. Since the fictitious target never existed,
9188 make would always relink.
9189 (tui/libtui.a): Always recurse to make sure the library is up to
9190 date.
9191
9192Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9193
9194 * remote.c: Pacify --enable-build-warnings, reformat code
9195 to conform to standards, fix spelling errors.
9196 (ishex, stubhex, record_currthread, etc): Declare.
9197 (ishex, stubhex): Declare char arg as int.
9198 (pack_string): Comment out, never used but possibly useful.
9199 (threadref_to_int, remote_get_threadinfo, etc): Make static.
9200
9201Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
9202
9203 The following changes were made by Elena Zannoni
9204 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
9205 part of a project to merge in changes made by HP.
9206
9207 * c-exp.y: use external flag hp_som_som_object_present to decide
9208 whether code was compiled by HP's compilers. Add two new C++
9209 tokens for true and false.
9210 (yylex): check for template name is done differently for the
9211 HP/aCC compiler case. Change some of the template processing code
9212 for handling HP aCC templates. Handle true and false tokens.
9213
9214Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
9215
9216 * remote.c (record_curthread): Must not modify inferior_pid when
9217 called from wait_for_inferior. Instead, if a new thread-id is
9218 detected, call add_thread.
9219 (MAGIC_NULL_PID): new macro, use instead of the magic number
9220 "42000".
9221 (remote_find_new_threads): if inferior_pid is unknown, get and use
9222 the current thread id.
9223 (remote_start_remote): on connecting, attempt to get the current
9224 thread id for inferior_pid.
9225 (remote_resume): If pid == -1, then resume any-thread (not the
9226 current thread specifically). Also some cosmetic fixups.
9227
9228 * thread.c (info_threads_command): don't initialize current_pid
9229 until after call to FIND_NEW_THREADS (which may change inferior_pid).
9230 Also some cosmetic fixups.
9231 * infrun.c: cosmetic fixups and casts to avoid warnings.
9232 * infcmd.c: cosmetic fixups, mainly long lines.
9233
9234Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
9235
9236 * target.c (noprocess): terminate sentence with a period.
9237 * breakpoint.c (catch_command_1): ditto.
9238
9239 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
9240 testsuite losses with no real gain.
9241
9242 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
9243 if tm-*.h hasn't overridden default value.
9244
92451999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
9246
9247 * configure.in: Fix whitespace indentation for --help.
9248 * configure: Regenerated.
9249
92501999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
9251
9252 * main.c: Add --write command line option, document -w.
9253 * gdb.1: Document --write.
9254
92551999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
9256
9257 * configure.in: Require autoconf 2.12.1 or higher.
9258 * doc/configure.in: Ditto.
9259 * nlm/configure.in: Ditto.
9260 * rdi-share/configure.in: Ditto.
9261 * testsuite/configure.in: Ditto.
9262 * doc/Makefile.in: Don't hardcode $(SHELL).
9263 * nlm/Makefile.in: Ditto.
9264 * rdi-share/Makefile.in: Ditto.
9265 * testsuite/Makefile.in: Ditto.
9266
9267Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9268
9269 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
9270 inits of new fields, including ref to bogus field.
9271 (vx_ops, vx_run_ops): Make static.
9272
9273Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
9274
9275 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
9276 already defined in tm.h.
9277
9278 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
9279 conditionalize its inclusion.
9280 * infttrace.c: ditto.
9281
9282For older changes see ChangeLog-98
9283\f
9284Local Variables:
9285mode: change-log
9286left-margin: 8
9287fill-column: 74
9288version-control: never
9289End:
This page took 0.389775 seconds and 4 git commands to generate.