3 * Makefile.in: change sparclite-tdep.c to sparcl-tdep.c.
4 * sparclite/Makefile.in: ditto.
5 * sparcl-tdpe.c: change file name because first 8 chars has to be
7 * sparcl-stub.c: ditto.
9 * .Sanitize: add sparclite-stub.c sparclite-tdep.c to keep.
11 * sparclite/Makefile.in: fix INCLUDE_CFLAGS to have {srcdir}/../config.
15 * hppa-tdep.c (target_read_pc, target_write_pc): Accept (and
16 ignore) a PID argument.
17 (hppa_pop_frame): Pass a PID to target_write_pc.
18 * config/pa/tm-hppa.h (TARGET_READ_PC, TARGET_WRITE_PC): Accept
19 and pass through a PID argument.
20 (target_read_pc, target_write_pc): Update prototypes.
24 * Makefile.in: add new file sparclite-tdep.c.
25 * sparclite/Makefile.in: add new file sparclite-stub.c.
26 * sparclite/hw_breakpoint.note: note for SPARClite hardware breapoint
28 * config/sparc/sparclite.mt: add sparclite-tdep.o.
29 * config/sparc/tm-sparclite.h: add hardware breakpoints support
31 * sparclite-tdep.c: new file, contains hardware breakpoint support
33 * sparclite-stub.c: new file, stub code that add support hardware
35 * breakpoint.c: add hardware breakpoint support.
36 * breakpoint.h: add new breakpoint type to support hardware
38 * config/mips/nm-irix4.h: change interface for target dependent
39 code supporting watch point.
40 * config/pa/nm-hppab.h: change interface for target dependent
41 code supporting watch point.
45 * remote-os9k.c (rombuf_command): fix a bug accepting rombug
47 * stabsread.c (read_struct_fields): os9k nested structure does not
48 have terminating ';', instead it just get to ',' and bit position
53 * nlmread.c (nlm_symtab_read): Clean up a bit.
54 * (nlm_symfile_read): Record bounds of main() so that backtrace
55 command will know where to stop.
56 * objfiles.c (objfile_relocate): Relocate entry point/func info
57 for backtrace as well.
58 * objfiles.h: Define values for invalid PCs for entry point info.
59 * symfile.c (init_entry_point_info): Initialize invalid values
60 with aforementioned macros.
61 * config/alpha/tm-alphanw.h: Turn on FRAME_CHAIN_VALID_ALTERNATE
62 to cause backtrace to stop when it gets back to main().
63 * config/i386/tm-i386nw.h: Ditto.
67 Fix value_print, which used to be ostensibly langauge-indepentdent,
68 but would print pointers and arrays in C syntax. Instead, call
69 a language-specific function.
70 * language.h (struct language_defn): New functional field
71 la_value_print. (LA_VALUE_PRINT): New macro.
72 * language.c (unk_lang_value_print ): New stub/dummy function.
73 (unknown_language_defn, auto_language_defn, local_language_defn):
75 * c-valprint.c (c_value_print): New function, with code moved from:
76 * valprint.c (value_print): ... here. Now just invoke
77 LA_VALUE_PRINT to do language-specific stuff.
78 * valprint.c (value_print_array_elements): Make non-static.
79 * c-lang.c (c_language_defn, cplus_language_defn): Add
80 c_value_print in the la_value_print field,
81 * m2-lang.c (m2_language_defn): Likewise.
82 * ch-lang.c (chill_language_defn): But here use chill_value_print.
83 * ch-valprint.c (chill_val_print): Print null pointer as NULL.
84 * ch-valprint.c (chill_value_print): New function, based on
85 c_value_print, but use Chill "look and feel."
86 * c-lang.h (c_value_print): New prototype.
87 * ch-lang.h (chill_value_print): New prototype.
88 * value.h (value_print_array_elements): New prototype.
90 * ch-valprint.c (chill_val_print, case TYPE_CODE_BITSTRING
91 and case TYPE_CODE_SET): Check that the element type isn't a stub.
96 * main.c: Move entire file except for #ifndef MAIN_OVERRIDE code
97 to new file top.c. Make things extern instead of static and
98 similar rearrangements to deal with this.
100 * utils.c: Move fputs_unfiltered to main.c. Remove
101 FPUTS_UNFILTERED_OVERRIDE ifndef.
102 * Makefile.in: Change so that gdb uses main.c, utils.c, and top.c,
103 and libgdb uses utils.c and top.c.
107 * hppa-tdep.c (skip_trampoline_code): Fix typo.
111 * ch-valprint.c (chill_val_print_array_elements): New function.
112 A Chill version of val_print_array_elements, it prints the
113 array index labels, in additions ot the array element values.
114 (chill_val_print): Use the new function.
118 * configure.in: Add nlm subdir to configdirs for alpha-*-netware
120 * defs.h (enum language): Add language_asm.
121 * findvar.c (read_register_bytes read_register_gen
122 write_register_bytes read_register read_register_pid
123 write_register write_register_pid supply_register): Move multi-
124 thread handling down into these routines. Create XXX_pid routines
125 that allow register references to specify the pid.
126 * findvar.c infcmd.c (read_pc read_pc_pid write_pc write_pc_pid
127 read_sp write_sp read_fp write_fp): Move these routines from
128 infcmd to findvar to centralize the whole mess.
129 * i386-nlmstub.c: Portability fixes.
130 * infptrace.c (child_resume): Conditionalize to allow other natives
131 to override it. Remove PIDGET gubbish, it's no longer necessary.
132 * infrun.c (wait_for_inferior): Put registers_changed() before
133 target_wait() to speed up remote debugging.
134 * Replace code that reads registers from other threads with much
135 nicer looking new function calls (see changes to findvar.c).
136 * Don't skip prologues if debugging assembly source.
137 * lynx-nat.c (child_resume): Lynx now needs it's own version of
138 child_resume to handle multi-thread debugging properly.
139 * remote.c: Add O response to get console output from target.
140 * (readchar): Add timeout parameter. Handle SERIAL_EOF and
141 SERIAL_ERROR here to simplify callers.
142 * Change static var timeout to remote_timeout.
143 * (fromhex): Remove unnecessary return -1 at end of routine.
144 * (remote_wait): Turn this into a big switch statement. Add
145 support for O response.
146 * (putpkt): Remove unnecessary handling of SERIAL_EOF/ERROR.
147 * (getpkt): Split getpkt into two parts. read_frame deals with
148 all formatting issues, run-length encoding, and framing. getpkt
149 now handles error recovery, and frame detection.
150 * ser-tcp.c (tcp_readchar): Handle EINTR from read().
151 * ser-unix.c (hardwire_raw): Set CLOCAL so that we ignore modem
152 control. (hardwire_readchar): Handle EINTR from read().
153 * symfile.c (deduce_language_from_filename): Add support for .s
155 * config/nm-lynx.h: Define CHILD_WAIT so that lynx-nat.c can
156 override infptrace's child_wait.
157 * config/rs6000/rs6000lynx.mh: Use xm-rs6000ly.h & nm-rs6000ly.h
158 instead of XXXlynx.h.
159 * config/rs6000/rs6000lynx.mt: Use tm-rs6000ly.h instead of
161 * nlm/gdbserve.c: Portability fixes.
165 * inftarg.c (child_wait): Call proc_wait, not wait.
166 (child_mourn_inferior): Call proc_remove_foreign.
167 * main.c (gdb_init): Call init_proc.
168 * main.c: Provide dummy versions of init_proc, proc_wait, and
169 proc_remove_foreign for the gdb case (the libgdb case provides its
170 own versions of these functions).
171 * Makefile.in (libgdb-files): Add libproc.a.
175 Hardware watchpoints for Linux, from Rick Sladkey
177 * infrun.c (wait_for_inferior) [HAVE_CONTINUABLE_WATCHPOINT]: Add
178 new hardware breakpoint recovery method.
179 * i386v-nat.c (i386_insert_watchpoint,
180 i386_insert_nonaligned_watchpoint, i386_remove_watchpoint,
181 i386_stopped_by_watchpoint) [TARGET_CAN_USE_HARWARE_WATCHPOINT]:
182 New functions to support the 386 hardware debugging registers.
183 * config/i386/nm-linux.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT,
184 HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
185 target_insert_watchpoint, target_remove_watchpoint): Define these
186 macros to use the hardware debugging functions in i386v-nat.c.
190 * Makefile.in: Replace libgdb.a with libgdb-files. Make "all"
195 * target.c, target.h: New variables target_activity_function and
197 * inflow.c, inferior.h: New functions set_sigio_trap and
199 * inftarg.c (child_wait), procfs.c (wait_fd): Call them.
203 * remote-sim.h (sim_verbose): Delete.
204 Document callbacks needed.
205 (sim_*): Change result to void where there isn't one.
206 (sim_open): Clarify argument and error response.
207 (sim_close): Declare.
208 (sim_load): Change bfd_handle argument to file name. Clarify result.
209 (sim_create_inferior): Renamed from sim_set_args.
210 (sim_set_pc): Delete.
211 (sim_info): Delete printf_fn argument.
212 * remote-sim.c (gdbsim_kill): Add comment describing purpose.
213 (gdbsim_load): Try sim_load first.
214 (gdbsim_create_inferior): Call sim_create_inferior.
215 (gdbsim_open): Handle args == NULL. Update call to sim_open.
216 (gdbsim_close): Call sim_close.
217 (gdbsim_files_info): Update call to sim_info.
218 (gdbsim_ops): Realign comments.
220 * printcmd.c (decode_format): Allow TARGET_PTR_BIT to be non-constant.
224 * xcoffread.c (read_xcoff_symtab): For C_FILE symbols, only use
225 the auxent if the symbol's name is ".file". From David Edelsohn
230 * breakpoint.c (breakpoint_1): Fix typo.
232 * annotate.c (annotate_field_end): Fix typo.
234 * Makefile.in: Move annotate.o from COMMON_OBS to OBS.
236 * Makefile.in (TSSTART): Remove; no longer used.
238 * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call
239 fputs_unfiltered and exit directly, rather than fatal. The latter
240 calls vfprintf_unfiltered!
242 * gdbtypes.h, gdbtypes.c (can_dereference): New function.
243 * value.h, printcmd.c (print_value_flags): Move from here...
244 * annotate.c: ...to here, and make it use can_dereference.
248 * inflow.c (job_control, attach_flag, generic_mourn_inferior):
249 Remove, needed for both native and cross.
250 * target.c (attach_flag, generic_mourn_inferior): Put here.
251 * utils.c (job_control): Put here.
252 (terminal.h): Don't include anymore.
256 * source.c (find_source_lines): Always use code that was #ifdef
257 BROKEN_LARGE_ALLOCA. Do the cleanup before returning, rather than
258 leaving it on the chain. Reindent much of this function.
259 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h},
260 config/i386/{xm-sun386.h,xm-i386m3.h,xm-i386mach.h},
261 config/m68k/{sun3os4.h,xm-news.h,xm-hp300hpux.h},
262 config/ns32k/xm-ns32km3.h: Remove all references to
263 BROKEN_LARGE_ALLOCA; with the above change it is no longer needed.
264 * main.c, fork-child.c, many config files: Remove all
265 SET_STACK_LIMIT_HUGE code; with the above changes it should no
268 * symtab.c (lookup_partial_symbol): Use if and abort, not assert.
269 This avoids __eprintf troubles.
273 * main.c (main): Surround in #ifndef MAIN_OVERRIDE. Move
274 initialization code which needs to be called even if we bypass the
275 command line stuff into gdb_init.
276 * utils.c (fputs_unfiltered): Surround in #ifndef
277 FPUTS_UNFILTERED_OVERRIDE.
278 * Makefile.in (libgdb.a): New target.
280 * utils.c: Rearrange I/O stuff a bit so that all output goes
281 through fputs_unfiltered. Use vasprintf; removes arbitrary limit
282 which made %s not work with arbitrarily large strings.
283 * printcmd.c (printf_command): Use printf_filtered, not
284 printf_unfiltered and printf, now that arbitrary limit is gone.
287 * breakpoint.c (watchpoint_check): Remove unused variable b.
288 * stack.c (print_frame_info): Move sp and buf inside #if.
289 * eval.c (evaluate_subexp): Remove unused variables pp,
290 mangle_ptr, ptr, and mangle_tstr.
291 * valarith.c (value_x_binop): Remove unused variables mangle_tstr
293 * symtab.c (lookup_symtab): Put variable copy inside #if.
294 (decode_line_1): Put variable q1 inside #if 0.
295 * target.h: Declare target_link.
296 * infrun.c (wait_for_inferior): Remove unused variables signame.
297 * remote.c (remote_resume): Remove unused variable name.
298 * c-exp.y (parse_number): Parenthesize operand of shift.
299 * dbxread.c (record_minimal_symbol): Parenthesize operand of &&
300 (this is a semantic change, the warning seems to have detected a bug).
301 * dbxread.c (end_psymtab): Move variable p1 inside #if.
302 * coffread.c: Move variable temptype inside #if.
303 * ch-typeprint.c (chill_type_print_base): Remove unused variable
305 * ch-valprint.c: #include typeprint.h and ch-lang.h.
306 (chill_val_print): Remove unused variable in_range.
307 (chill_val_print): Remove statement "length > TYPE_LENGTH (type);".
308 (chill_val_print): Add default case for switch.
309 * stabsread.h: Declare stabsect_build_psymtabs.
310 * os9kread.c (read_minimal_symbols): Make this return void.
311 (os9k_symfile_read): Remove unused variables stb_exist and val.
312 (os9k_symfile_init): Remove unused variable val.
313 (fill_sym): Remove unused variable id.
314 (read_os9k_psymtab): Put variable back_to inside #if 0. Remove
316 Remove unused variable symfile_bfd.
317 #if 0 unused variables lbrac_unmatched_complaint and
318 lbrac_mismatch_complaint.
319 Remove declaration for non-existent function os9k_next_symbol_text.
321 * annotate.c, annotate.h: New files, containing a function for
322 each annotation which outputs it.
323 * Move breakpoints_changed from breakpoint.c to annotate.c.
324 * breakpoint.c, blockframe.c, infrun.c, cp-valprint.c, main.c,
325 printcmd.c, source.c, stack.c, utils.c, valprint.c:
326 Use annotate.c functions to output annotations.
327 * Makefile.in (OBS): Add annotate.o.
331 * hppa-tdep.c (read_unwind_info): Make sure elf_unwind_size and
332 elf_unwind_entries are always initialized.
334 * hppa-tdep.c (skip_trampoline_code): Handle argument relocation
335 stubs which return directly to the caller rather than to the stub
340 * c-exp.y (yyerror): Display a more informative error message.
341 * ch-exp.y (yyerror): Ditto, don't use global yychar.
342 * m2-exp.y (yyerror): Ditto.
346 * inflow.c (job_control): Move definition to front of file.
350 * maint.c (print_section_table): Rename SEC_SHARED_LIBRARY to
351 SEC_COFF_SHARED_LIBRARY to match corresponding change in bfd.
355 * Makefile.in (kdb): Remove old init.c creation commands.
356 * configure.in (sparclite): Match on sparclite*.
357 * sparclite/aload.c (main): Only change section addresses for
358 a.out format object files.
362 * config/i386/go32.mh: Define CC.
366 * gdbserver/Makefile.in: Remove irrelevant definitions and
367 comments inherited from the gdb Makefile.
368 (BFD_DIR, BFD, BFD_SRC, BFD_CFLAGS): Add from gdb Makefile.
369 (VERSION): Update to 4.12.3.
370 (gdbserver): Remove any existing executable first.
371 (distclean, realclean): Remove nm.h.
372 * gdbserver/low-lynx.c: Add Sparc Lynx support.
373 * gdbserver/low-sparc.c, gdbserver/low-sun3.c (sys/wait.h):
374 Don't use absolute pathname.
378 * rs6000-nat.c (vmap_ldinfo): Don't fail if fstat returns an
383 * infrun.c (proceed, normal_stop, wait_for_inferior), breakpoint.c
384 (print_it_normal): Add annotations for the inferior starting and
385 stopping, and for all the various messages related to how it
388 * printcmd.c (do_one_display): Annotate.
389 * stack.c (print_frame_info): Annotate printing of stack frames.
393 * remote.c (get_offsets): Handle case where stub doesn't support
398 Add partial support for g++ code compiled with -fvtable-thunks.
399 * c-valprint.c (c_val_print): Add vtblprint support
401 * cp-valprint.c (cp_is_vtbl_member): A vtable can be an array of
402 pointers (if using thunks) as well as array of structs (otherwise).
403 * cp-valprint.c (vtbl_ptr_name_old, vtbl_ptr_name): Move to global
404 level, and make the latter non-static (so define_symbol can use it).
405 * stabsread.c (define_symbol): If the type being defined is a
406 pointer type named "__vtbl_ptr_type", set the TYPE_NAME to that name.
407 * symtab.h (VTBL_PREFIX_P): Allow "_VT" as well as "_vt".
408 * values.c (value_virtual_fn_field): Handle thunks.
409 * values.c (value_headof): Minor efficiency hack.
410 * values.c (value_headof): Incomplete thunk support. FIXME.
414 * valprint.c (print_longest): Clarify comment about use_local.
415 * printcmd.c, defs.h (print_address_numeric), callers in
416 symmisc.c, symfile.c, stack.c, source.c, remote.c, infcmd.c,
417 cp-valprint.c, core.c, ch-valprint.c, c-valprint.c, breakpoint.c,
418 exec.c: New argument use_local.
419 * source.c (identify_source_line): Use filtered output. Use
420 print_address_numeric.
422 * core.c (memory_error), symtab.c (cplusplus_hint, decode_line_1),
423 language.c (type_error, range_error): Use filtered output.
424 * utils.c (error_begin): Update comment to tell people to use
427 * Makefile.in (HFILES_WITH_SRCDIR): List bfd.h.
428 (HFILES_NO_SRCDIR): List gdbcore.h not gdbcore_h, so as not to get
433 * procfs.c (procfs_wait): Reinstate code which deduces the signal
434 from the fault, #ifndef FAULTED_USE_SIGINFO.
435 * config/sparc/tm-sun4sol2.h: Define FAULTED_USE_SIGINFO.
439 * breakpoint.c (breakpoint_1): Annotate each field of the headers.
440 Explicitly annotate each record.
444 * xcoffexec.c: Reformat to standards and lint.
445 (language.h): Include.
446 (exec_close): Declare arg "quitting".
447 (file_command): Declare arg "from_tty".
448 (map_vmap): Cast xmalloc result to PTR.
449 * rs6000-nat.c: Reformat to standards and lint.
450 (exec_one_dummy_insn): Use char array for saved instruction.
451 (fixup_breakpoints): Declare.
452 (vmap_ldinfo): Be more informative in fatal error messages.
453 (xcoff_relocate_symtab): Define to return void.
454 * xcoffsolib.h: Reformat to standards, improve comments.
455 * config/rs6000/nm-rs6000.h (xcoff_relocate_symtab): Declare.
459 * utils.c, defs.h (error_begin): New function.
460 (quit): Print annotation before printing the error message.
461 * main.c (return_to_top_level): Print annotation before doing the
463 * symtab.c (decode_line_1): Call error not warning and then
464 return_to_top_level. Call error_begin and printf_unfiltered
465 rather calling warning (before calls to return_to_top_level).
466 * core.c (memory_error): Use error_begin, printf_unfiltered,
467 print_address_numeric and return_to_top_level instead of error.
468 Cleans up a FIXME-32x64.
469 * language.c (type_error, range_error): Call error_begin
470 not just target_terminal_ours.
472 * dbxread.c (stabsect_build_psymtabs): Assign to sym_stab_info
473 directly, rather than via DBX_SYMFILE_INFO. A cast on the left
474 side of an assignment is non-portable.
476 * utils.c (query): Change syntax of query annotations to be
477 consistent with other input annotations.
478 (prompt_for_continue): Likewise for prompt-for-continue annotation.
482 * mdebugread.c (psymtab_to_symtab_1): Do not call sort_blocks
484 * mips-tdep.c (mips_skip_prologue): Handle prologues for functions
485 that have a stack frame size of 32k or larger (from Paul Flinders).
490 * lynx-nat.c (CANNOT_STORE_REGISTER): Add a fallback definition
491 for Lynx platforms that need it.
492 * config/nm-lynx.h (__LYNXOS): Define if not already defined.
496 * procfs.c (procfs_wait): Use the signal from the pr_info rather
497 than trying to deduce it from the fault.
501 * printcmd.c (print_address_symbolic): Initialize name to empty
502 string to avoid core dump if lookup fails.
503 * remote-e7000.c (printf_e7000debug): Error if target not open.
505 Tue Apr 26 22:45:24 1994 Stu Grossman (grossman at cygnus.com)
507 * i386-nlmstub.c: Update to be more in line with PIN stub.
508 * nlm/gdbserve.c (putDebugChar): Install bug fix from i386-nlmstub.
509 * (hex2mem): Init ptr.
510 * General cleanups to use ConsolePrintf, standard prologues, etc...
512 Tue Apr 26 10:23:04 1994 Stu Grossman (grossman at cygnus.com)
514 * i386-nlmstub.c: More changes to be compatible with remote.c.
516 * dbxread.c: Move a bunch of strncmps out of process_one_symbol
517 into (the far less frequently called) dbx_symfile_read.
519 * i386-nlmstub.c: An interim version till we get PIN for the x86.
521 Tue Apr 26 09:50:45 1994 Stu Grossman (grossman at cygnus.com)
523 * dbxread.c (record_minimal_symbol): Record the section
524 associated with the symbol to make dynmaic relocation work.
525 * (dbx_symfile_read, process_one_symbol): Fixes to work around
526 Solaris brain-damage which don't apply to relocatable object
528 * (stabsect_build_psymtabs): New routine to read stabs out of an
529 arbitrarily named section.
530 * nlmread.c (nlm_symtab_read): Read ALL syms from the NLM, not just
532 * (nlm_symfile_read): Call stabsect_build_psymtabs to read the
533 stabs out of the nlm.
534 * partial-stabs.h (cases 'f' & 'F'): Fixes to work around Solaris
535 brain-damage which don't apply to relocatable object files.
536 * remote.c (putpkt): Improve error reporting and error handling.
537 * (get_offsets): Temporary kludge to force data & bss sections to
538 have the same relocation.
539 * stabsread.c (define_symbol, scan_file_globals): Record section
544 * breakpoint.c (breakpoint_1): Annotate each field of output. Add
549 * infrun.c (wait_for_inferior): Move call to flush_cached_frames
550 to after call to target_wait. This means that flush_cached_frames
551 can call target_terminal_ours if it wants to.
552 * infrun.c (wait_for_inferior) [HAVE_NONSTEPPABLE_WATCHPOINT]: Add
553 comment about why the code is dubious.
555 * stabsread.c (read_type): Call read_type, not nonexistent
560 * remote-os9k.c (rombug_fetch_registers): set trace mode
562 * remote-os9k.c (rombug_read_inferior_memory): cache data in
564 * os9kread,c (read_os9k_psymtab): process file symbol to truncate
566 * os9kread.c (os9k_read_ofile_symtab): proper casting of args
567 passed to process_one_symbol.
568 * stabsread.c (read_type): process os9k functio prototype.
572 * solib.c (symbol_add_stub): If so->textsection is NULL, don't
577 * utils.c (prompt_for_continue): Annotate prompt.
578 (query): Annotate query.
579 * printcmd.c (print_frame_args): Change syntax of argument
580 annotation to make name and value part of a single group of
581 annotations, not two separate groups.
582 * cp-valprint.c (cp_print_value_fields): Likewise for fields.
583 * valprint.c (val_print_array_elements): Change syntax of
584 annotation to be more concise.
585 * main.c, defs.h (command_line_input): New argument tells what
586 string to include in the annotations.
587 * symtab.c (decode_line_2), main.c (read_command_lines,
588 command_loop): Change callers.
590 * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for
592 * blockframe.c (find_frame_addr_in_frame_chain): Likewise.
594 * printcmd.c (output_command): Annotate things we print here too.
595 * printcmd.c (print_command_1): Add "value-history-value" annotation.
596 * Move declaration of print_value_flags from defs.h to value.h.
597 * main.c (command_line_input): Call wrap_here as well as gdb_flush.
601 * dbxread.c (read_dbx_dynamic_symtab): Reinstall support for sun3,
602 BFD handles sun3 dynamic relocations now.
603 * elfread.c (elf_symtab_read, elf_symfile_read): Handle dynamic
608 * printcmd.c (print_command_1): Annotate the top-level expressions
610 (print_frame_args): Annotate each argument.
611 * printcmd.c, defs.h (print_value_flags): New function.
612 * cp-valprint.c (cp_print_value_fields): Annotate each field.
613 * valprint.c (val_print_array_elements): Annotate each array element.
617 * findvar.c (read_var_value): Handle LOC_REPARM_ADDR case correctly,
618 the register contains a pointer to the type, not the type itself.
622 * main.c (main): Accept --annotate=N option and make --fullname
623 the same as --annotate=1.
624 (command_line_input): Print annotatation before and after prompt.
625 * blockframe.c (flush_cached_frames): Print annotation.
626 * Rename frame_file_full_name to annotation_level and move it from
628 * source.c (identify_source_line): If annotation_level > 1,
629 change output format.
630 * breakpoint.c: Print annotation whenever a breakpoint changes.
631 * main.c: New variable server_command.
632 (command_line_input): Parse "server " and set server_command.
633 (dont_repeat): Check server_command.
637 * xcoffread.c (xcoff_next_symbol_text): Don't return before
638 updating raw_symbol and symnum. Return a value in the case where
641 * dstread.c, coffread.c: Don't define pending_blocks; buildsym.c
643 * parse.c: Don't define block_found; it is defined in symtab.c.
644 * parser-defs.h: Add comment regarding block_found.
648 * hppa-tdep.c (internalize_unwind_info): Delete unused indexp
653 * dbxread.c (read_dbx_dynamic_symtab): Relocate BFD symbols by
654 section vma. Do not read dynamic relocs for sun3 executables to
655 avoid BFD assertion message.
659 * nm-hppab.h (KERNEL_U_ADDR): Define.
660 (FIVE_ARG_PTRACE): Likewise.
661 (CANNOT_STORE_REGISTER): Likewise.
662 * nm-hppah.h (KERNEL_U_ADDR): Define.
663 (FIVE_ARG_PTRACE): Likewise.
664 (CANNOT_STORE_REGISTER): Likewise.
665 (NEED_TEXT_START_END): Likewise.
667 * tm-hppah.h (NEED_TEXT_START_END): Delete definition.
668 * xm-hppah.h (KERNEL_U_ADDR): Delete definition.
669 (FIVE_ARG_PTRACE): Likewise.
670 * xm-hppab.h (KERNEL_U_ADDR): Delete definition.
671 (FIVE_ARG_PTRACE): Likewise.
673 * hppa-tdep.c (read_unwind_info): Make static.
674 (restore_pc_queue): Indirect through the target vector to
675 reload the register state.
679 * paread.c (compare_unwind_entries): Delete function. It's been
680 moved into hppa-tdep.c.
681 (read_unwind_info): Likewise.
682 (pa_symfile_read): No longer call read_unwind_info. The unwind
683 tables will be read in as they are needed.
685 * hppa-tdep.c (compare_unwind_entries): New function.
686 (read_unwind_info, internalize_unwinds): Likewise.
687 (find_unwind_entry): Read in unwind information on demand.
691 * source.c (DIRNAME_SEPARATOR): New macro, replaces all references
692 to : in search path processing.
693 * defs.h (qsort): Rename argument in prototype.
694 * symtab.h (SAYMBOL_VALUE): Rename value field, avoids bugs in
696 * breakpoint.c, exec.c, mdebugread.c, mipsread.c, xcoffexec.c
697 (false): Eliminate usages.
701 * h8500-tdep.c (initialize_h8500_tdep, large_command):
702 All references to value changed to value_ptrlage_command is now
704 All references to value changed to value_ptr.
705 * remote-e7000.c (e7000_wait): Use target_waitstatus and SETSTOP
706 * remote-hms.c (hms_wait): Timeout after five seconds.
707 * ser-go32.c (dosasync_read): Poll if timeout < 0.
708 * config/tm/tm-h8500.h (BEFORE_MAIN_LOOP_HOOK): Deleted.
709 * config/sh/tm-sh.h (BREAKPOINT): Is now sleep opcode.
713 * procfs.c (procfs_wait): Protect watchpoint code with appropriate
715 (procfs_set_watchpoint, procfs_stopped_by_watchpoint): Likewise.
719 * breakpoint.h (enum bptype): Add bp_hardware_watchpoint and
720 bp_watchpoint_scope breakpoints.
721 (struct breakpoint): Add val_chain and related_breakpoint fields
722 for use by watchpoints.
724 * breakpoint.c (within_scope): Delete. No longer used.
725 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Provide default definition.
726 (target_{remove,insert}_watchpoint): Likewise.
727 (can_use_hardware_watchpoint): New function.
728 (remove_breakpoint): New function to remove a single breakpoint
729 or hardware watchpoint.
730 (insert_breakpoints): Handle insertion of hardware watchpoints.
731 Store a copy of the value chain derived from the watchpoint
733 (remove_breakpoints): Simplify by using remove_breakpoint.
734 (delete_breakpoint): Likewise.
735 (watchpoint_check): Delete the watchpoint and watchpoint scope
736 breakpoints when the watchpoint goes out of scope. Save & restore
737 the current frame after checking watchpoints.
738 (breakpoint_init_inferior): Likewise (restarting the program
739 makes all local watchpoints go out of scope).
740 (bpstat_stop_status): Handle hardware watchpoints much like normal
741 watchpoints. Delete the watchpoint and watchpoint scope breakpoint
742 when the watchpoint goes out of scope. Remove and reinsert all
743 breakpoints before returning if we stopped when a hardware watchpoint
745 (watch_command): Use a hardware watchpoint when possible. If
746 watching a local expression, build a scope breakpoint too.
747 (map_breakpoint_numbers): Also call given function for any
749 (disable_breakpoint): Never disable a scope breakpoint.
750 (enable_breakpoint): Handle hardware breakpoints much like normal
751 breakpoints, but recompute the watchpoint_scope breakpoint's
752 frame and address (if we have an associated scope breakpoint).
753 (read_memory_nobpt): Handle hardware watchpoints like normal
754 watchpoints. When necessary handle watchpoint_scope breakpoints.
755 (print_it_normal, bpstat_what, breakpoint_1, mention): Likewise.
756 (clear_command, breakpoint_re_set_one, enable_command): Likewise.
757 (disable_command): Likewise.
759 * blockframe.c (find_frame_addr_in_frame_chain): New function.
760 Extern prototype added to frame.h
762 * infrun.c (wait_for_inferior): Set current_frame and select
763 a frame before checking if we stopped due to a hardare watchpoint
764 firing. Handle stepping over hardware watchpoints.
765 (normal_stop): Remove unnecessary call to select_frame.
767 * value.h (value_release_to_mark): Declare.
768 * values.c (value_release_to_mark): New function.
770 * procfs.c (procfs_wait): Add cases for hardware watchpoints.
771 (procfs_set_watchpoint, procfs_stopped_by_watchpoint): New functions.
773 * hppab-nat.c (hppa_set_watchpoint): New function.
775 * config/pa/nm-hppab.h (STOPPED_BY_WATCHPOINT): Define.
776 (HAVE_STEPPABLE_WATCHPOINT): Define.
777 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define.
778 (target_{insert,delete}_watchpoint): Define.
780 * config/mips/nm-irix4.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define.
781 (STOPPED_BY_WATCHPOINT, HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
782 (target_{insert,remove}_watchpoint): Likewise.
784 Mon Apr 11 19:21:27 1994 Stu Grossman (grossman at cygnus.com)
786 * xcoffread.c (read_xcoff_symtab): Ignore symbols of class C_EXT,
787 smtyp XTY_LD, sclass XMC_DS (external data segment label). They
788 often have the same names as debug symbols for functions, and
789 confuse lookup_symbol().
793 * remote.c: Around redefinition of PBUFSIZE, adjust whitespace.
794 * config/pa/tm-hppa.h (REGISTER_BYTES): Use 4 rather than
795 REGISTER_RAW_SIZE (1).
796 Together these changes work around a bug in HP's compiler. Both
797 seem to be necessary.
801 * paread.c (pa_symtab_read): Handle ST_STUB symbols and symbols
802 with scope SS_EXTERNAL. ST_ENTRY symbols in dynamic executables
803 are type mst_solib_trampoline.
807 * config/m68k/es1800.mt: Change comments.
811 * config/m68k/monitor.mt (TDEPFILES): Don't include remote-es.o.
813 Fri Apr 8 15:35:30 1994 Stu Grossman (grossman at cygnus.com)
815 * lynx-nat.c: Restore regmap structure for SPARC. It's needed
820 * values.c (unpack_long): Remove obsolete comment about using a
823 * symfile.c (symbol_file_command): Add comments about command syntax.
828 * infrun.c (IN_SOLIB_TRAMPOLINE): Correct comment, trampolines
829 are in the .plt section.
830 * minsyms.c (lookup_solib_trampoline_symbol_by_pc,
831 find_solib_trampoline_target): New functions for handling
832 stepping into -g compiled shared libraries.
833 * symtab.h (lookup_solib_trampoline_symbol_by_pc,
834 find_solib_trampoline_target): Add prototypes.
835 * config/tm-sunos.h (IN_SOLIB_TRAMPOLINE, SKIP_TRAMPOLINE_CODE):
836 Define to handle stepping into -g compiled shared libraries.
837 * config/tm-sysv4.h (SKIP_TRAMPOLINE_CODE): Define to handle
838 stepping into -g compiled shared libraries.
842 * configure.in: Add mips-*-sysv4* support.
843 * config/mips/mipsv4.mh, config/mips/mipsv4.mt,
844 config/mips/tm-mipsv4.h, config/mips/xm-mipsv4.h, mipsv4-nat.c:
845 New files for MIPS SVR4 support.
846 * Makefile.in: Update for new mipsv4 files.
847 * alpha-tdep.c (heuristic_proc_desc, find_proc_desc): Use
848 read_next_frame_reg to obtain the frame relative stack pointer.
849 * mips-tdep.c (heuristic_proc_desc): Use read_next_frame_reg to
850 obtain the frame relative stack pointer.
851 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab1):
852 Handle stStatic and stStaticProc symbols in stabs-in-ecoff output
853 by entering them into the minimal symbol table.
854 * printcmd.c (print_scalar_formatted): Do not try to unpack to
855 a long for float formats.
856 * solib.c: Include "elf/mips.h" only if DT_MIPS_RLD_MAP does not
857 get defined in <link.h>.
858 * solib.c (solib_add): Add shared library sections to the section
859 table of the target before adding the symbols.
860 * partial-stab.h: Relocate static and global functions.
861 * dbxread.c (read_dbx_symtab): Remove unused variable
862 end_of_text_address. Relocate text_addr when passing it
865 For Alpha OSF/1 targets, enable gdb to set breakpoints in shared
866 library functions before the executable is run. Retrieve dynamic
867 symbols from stripped executables.
868 * mipsread.c (read_alphacoff_dynamic_symtab): New function.
869 * mipsread.c (mipscoff_symfile_read): Use it. Issue warning message
870 if no debugging symbols were found.
871 * alpha-tdep.c (alpha_skip_prologue): Silently return the unaltered
872 pc if memory at the pc is not accessible and GDB_TARGET_HAS_SHARED_LIBS
874 * config/alpha/nm-alpha.h (GDB_TARGET_HAS_SHARED_LIBS): Define,
875 OSF/1 has shared libraries.
879 * dbxread.c (read_dbx_dynamic_symtab): Adjust for recent changes
880 to BFD handling of dynamic symbols.
884 * hppa-tdep.c (hppa_fix_call_dummy): If FUN is a procedure label,
885 then gets its real address into FUN and its GOT/DP value into %r19.
887 * tm-hppa.h (CALL_DUMMY): Use %r20, not %r19 as a temporary.
889 * hppa-tdep.c (frameless_function_invocation): If no unwind
890 descriptor was found, then assume this was not a frameless
892 (frame_saved_pc): If the saved PC is in a linker stub, then
893 return the return address which the linker stub will return to.
895 * xm-hppab.h: Never define USG.
896 * xm-hppah.h: Always define USG.
900 * values.c (unpack_long, value_from_longest),
901 valarith.c (value_binop): Allow TYPE_CODE_RANGE.
905 * symfile.c (deduce_language_from_filename): .cpp is a C++ extension.
909 For SVR4 targets, enable gdb to set breakpoints in shared
910 library functions before the executable is run.
911 * elfread.c (elf_symtab_read): Handle symbols for shared library
913 * sparc-tdep.c (in_solib_trampoline): Renamed to in_plt_section
914 and moved to objfiles.c.
915 * objfiles.c (in_plt_section): Moved to here from sparc-tdep.
916 * config/tm-sysv4.h (IN_SOLIB_TRAMPOLINE): Use new in_plt_section.
917 * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): Removed,
918 the new generic definition from tm-sysv4.h works for Solaris.
922 * elfread.c (elf_symtab_read): Change storage_needed,
923 number_of_symbols and i to long. Rename get_symtab_upper_bound to
924 bfd_get_symtab_upper_bound. Check for errors from
925 bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
926 * nlmread.c (nlm_symtab_read): Same changes.
930 * xcoffread.c (xcoff_next_symbol_text): New function.
931 (read_xcoff_symtab): Set next_symbol_text_func to it.
932 Move raw_symbol outside of read_xcoff_symtab.
934 * remote.c (getpkt): Remove unused "out" label.
938 * breakpoint.c (print_it_normal): Allow GDB to notify the user
939 about more than one watchpoint being triggered.
943 * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h.
947 * blockframe.c (find_pc_partial_function): mst_file_text
948 symbols do not live in the shared library transfer table.
949 * ch-exp.y (decode_integer_value, match_character_literal,
950 match_bitstring_literal): Guard tolower calls with isupper,
951 tolower on old BSD systems blindly subtracts a constant.
952 * dbxread.c (read_ofile_symtab): Check for __gnu_compiled_* as
953 well when determining the producer of the object file.
954 * mdebugread.c (has_opaque_xref): New function to check for
955 cross reference to an opaque aggregate.
956 * mdebugread.c (parse_symbol, parse_partial_symbols): Do not
957 enter typedefs to opaque aggregates into the symbol tables.
958 * mdebugread.c (parse_external): Remove skip_procedures argument,
959 it has always been 1. Remove code that handled stProc symbols,
960 it was never executed and was wrong, as the index of a
961 stProc symbol points to the local symbol table and not to the
962 auxiliary symbol info. Update caller.
963 * mdebugread.c (parse_partial_symbols): Do not enter external
964 stProc symbols into the partial symbol table, they are already
965 entered into the minimal symbol table.
966 * config/i386/tm-symmetry.h: Clean up, it is now only used for Dynix.
967 Remove all conditionals and definitions for ptx.
968 I386_REGNO_TO_SYMMETRY moved to here from symm-tdep.c.
969 Fix addresses of floating point registers in REGISTER_U_ADDR.
970 STORE_STRUCT_RETURN now handles cc and gcc conventions.
971 FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC,
972 IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET defined to make backtracing through
973 signal trampoline code work.
974 * config/i386/xm-symmetry.h: Clean up, it is now only used for Dynix.
975 Remove all conditionals and definitions for ptx.
976 Remove KDB definitions.
977 * symm-nat.c (store_inferior_registers): Fetch registers before
978 storing them to obtain valid floating point control registers.
980 * symm-nat.c (print_1167_control_word): Dynix 3.1.1 defines
981 FPA_PCR_CC_C0 and FPA_PCR_CC_C1, avoid duplicate case value.
982 * symm-nat.c (fetch_inferior_registers, child_xfer_memory):
984 * symm-nat.c (child_resume): Update type of `signal' parameter.
985 * symm-tdep.c (I386_REGNO_TO_SYMMETRY): Moved to tm-symmetry.h.
989 * hppa-tdep.c (hppa_fix_call_dummy): Use an alternate method for
990 calling import stubs for functions in shared libraries.
994 * ch-exp.y: Implement SIZE(mode_name) and SIZE(expression).
996 * ch-lang.c (chill_is_varying_struct): Magic string is
997 was "<var_length>" is now "__var_length" (more portable).
1001 * remote.c (getpkt): If we get a timeout, actually retry rather
1002 than just giving up the first time it happens.
1003 * remote.c: Document sequence numbers.
1004 (remote_store_registers): Change syntax of 'P' request so that it
1005 never looks like a sequence number.
1009 * os9kread.c (record_minimal_symbol): add section_offset to
1010 relocate minimal symbol table.
1011 * os9kread.c (read_minimal_symbols): ditto.
1012 * os9kread.c (os9k_symfile_init): increase size of dbg and stb
1014 * os9kread.c (read_os9k_psymtab): if there's no dbg file, just
1015 return. Also if file addr is 0 leave it 0, not to relocate.
1016 * remote-os9k.c (_initialize_remote_os9k): add 'set remotexon',
1017 'set remotexoff' and 'set remotelog' commands.
1021 * remote.c (remote_store_registers): Add 'P' request to set an
1022 individual register.
1023 (remote_write_bytes, remote_read_bytes): Use %lx, not %x, to print
1028 * config/sparc/tm-sparc.h: Define USE_REGISTER_NOT_ARG.
1029 * stabsread (define_symbol): If USE_REGISTER_NOT_ARG, go back to
1030 combining all 'p' and 'r' pairs into a LOC_REGPARM.
1032 * command.c (do_setshow_command, case var_string): Never add a
1033 space to the end of the string.
1034 * NEWS: Document this change.
1035 * .gdbinit: Add a space to the "set prompt" command.
1039 * m3-nat.c, i386m3-nat.c, config/i386/i386m3.mh: Many minor
1040 changes to make it compile (it doesn't link yet).
1042 * buildsym.c (start_subfile, patch_subfile_names), demangle.c
1043 (set_demangling_style, set_demangling_command): Use savestring not
1044 strdup. We were not dealing properly with a NULL return from
1045 strdup, and were not declaring strdup (the system header may or
1048 * valprint.c (val_print): Remove inaccurate comment about what
1049 types can be stub types.
1051 * config/i386/ptx.mh (XDEPFILES): Add coredep.o. Delete infptrace.o.
1052 * symm-nat.c (child_wait, _initialize_symm_nat, kill_inferior):
1053 Supply alternate version if ATTACH_DETACH is not defined.
1054 * ptx4-nat.c, config/i386/{nm-ptx4.h, ptx4.mh, ptx.mt, ptx4.mt,
1055 tm-ptx.h, tm-ptx4.h, xm-ptx.h, xm-ptx4.h}: New files.
1056 * configure.in: Recognize i[34]86-sequent-sysv4* host.
1060 * hppa-tdep.c (skip_prologue): Do nothing if not at the beginning
1062 (skip_trampoline_code): Rewrite and add support for argument
1063 relocation stubs stubs, import/export stubs, calls through
1064 "_sr4export" and cascaded trampolines.
1066 * hppa-tdep.c (skip_prologue): Return "pc" not zero
1067 if no unwind descriptor is found.
1069 * tm-hppa.h (NUM_REGS): Bump to 128 registers.
1070 (REGISTER_NAMES): Add entries for "right-half" of FP registers.
1071 (REGISTER_RAW_SIZE, MAX_REGISTER_RAW_SIZE): Do not treat FP regs
1072 differently. All registers are four bytes.
1073 (REGISTER_BYTES, REGISTER_BYTE): Simplify now that all registers are
1075 (REGISTER_VIRTUAL_TYPE): Use builtin_type_float for all FP regs.
1077 * hppa-tdep.c (pa_print_fp_reg): Update to print even numbered FP
1078 registers as both single and double values (fetching 2nd 32bit half
1079 as necessary). Annotate each register printed with its precision.
1081 * paread.c (read_unwind_info): Fix off-by-one error.
1085 * main.c (complete_command): Deal with it if arg is NULL.
1089 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Revise comment
1090 regarding using the PC--using the PC is necessary and all the
1091 FIXME comments in the world won't make it go away.
1093 * valops.c (value_at, value_at_lazy): Give error if we dereference
1095 * gdbtypes.h: Fix comments regarding TYPE_CODE_VOID.
1096 * stabsread.c: Use 1, not 0, for TYPE_LENGTH of void types.
1098 * stabsread.c (patch_block_stabs): Add comment about what happens
1099 if the definition is in another compilation unit from the stab.
1101 * dbxread.c (end_psymtab): Add comment about empty psymtabs.
1105 * main.c (complete_command): New command, from Rick Sladkey
1107 (symbol_completion_function): Don't declare rl_point and
1108 rl_line_buffer; they are now declared in readline.h.
1109 (show_commands): Don't declare history_base; it is declared in
1111 * command.c (lookup_cmd): Don't delete trailing whitespace.
1112 Reverts change of 14 May 1989.
1114 Wed Mar 23 16:14:52 1994 Stu Grossman (grossman at cygnus.com)
1116 * minsyms.c (prim_record_minimal_symbol): Move section deduction
1117 code from prim_record_minimal_symbol_and_info() to here. Callers
1118 of the latter can legitimately supply a section number of -1.
1122 * gdbtypes.h, gdbtypes.c: Add comments regarding whether static
1123 member functions have an element in args for a (nonexistent) this
1128 * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define.
1130 * hppa-tdep.c (hppa_pop_frame): Do not restore the PC space
1131 queue if NO_PC_SPACE_QUEUE_RESTORE is defined.
1133 * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argument
1134 for the structure's type. All callers changed.
1136 * valops.c (call_function_by_hand): Check REG_STRUCT_HAS_ADDR
1137 for each structure argument rather than assuming it's either
1138 true or false for all structure arguments.
1140 * config/pa/tm-hppa.h (REG_STRUCT_HAS_ADDR): Depend only
1141 on the length structure passed, not the compiler used.
1143 * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Accept additional
1144 argument for the structure's type.
1148 * values.c (set_internalvar): Don't set var->value until we are
1149 sure there won't be an error().
1151 * remote.c (get_offsets): Reinstate comment which was in
1152 remote_wait about use of SECT_OFF_TEXT and so on.
1156 * symmisc.c (maintenance_check_symtabs): New function to check
1157 consistency of psymtabs and symtabs.
1158 * symtab.h (maintenance_check_symtabs): Add prototype.
1159 * maint.c: Add new `maint check-symtabs' command.
1160 * config/i386/tm-i386aix.h, config/i386/tm-sun386.h,
1161 config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Fix typo.
1162 * config/i386/tm-symmetry.h: Make comment inside #if 0 a real
1164 * config/i386/tm-symmetry.h (STORE_STRUCT_RETURN): Cast argument
1165 to write_memory to avoid warnings from gcc.
1166 * config/i386/xm-symmetry.h: Add missing #endif.
1167 * config/i386/nm-symmetry.h (NO_PTRACE_H): Add for Dynix.
1168 * config/i386/symmetry.mt (TDEPFILES): Add i386-tdep.o.
1169 * config/i386/symmetry.mh (NAT_FILE, NATDEPFILES): Add.
1173 * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
1174 (hppa_push_arguments): Likewise.
1176 Mon Mar 21 11:02:51 1994 Stu Grossman (grossman at cygnus.com)
1178 * alpha-tdep.c: Gobs of changes (many imported from mips-tdep) to
1179 improve remote debugging efficiency. Also fixed problems with
1180 doing function calls for programs with no entry points.
1181 * infcmd.c (run_stack_dummy): Use CALL_DUMMY_ADDRESS instead of
1182 entry_point_address.
1183 * inferior.h (PC_IN_CALL_DUMMY): ditto.
1184 * mdebugread.c (parse_symbol, parse_procedure, parse_external,
1185 parse_lines): Pass section_offsets info to these routines so that
1186 we can relocate symbol table entries upon readin.
1187 * (psymtab_to_symtab_1): Set symtab->primary to tell
1188 objfile_relocate to do relocations for our symbols.
1189 * (ecoff_relocate_efi): New routine to relocate adr field of PDRs
1190 (which hang off of the symbol table).
1191 * Use prim_record_minimal_symbols_and_info instead of
1192 prim_record_minimal_symbols to supply section info to make minimal
1193 symbol relocations work.
1194 * minsyms.c (prim_record_minimal_symbols_and_info): If section is
1195 -1, try to deduce it from ms_type.
1196 * objfiles.c (objfile_relocate): Use ALL_OBJFILE_SYMTABS where
1197 appropriate. Handle relocation of MIPS_EFI symbols special. Also,
1198 add code to relocate objfile->sections data structure.
1199 * remote.c (get_offsets): Use new protocol message to acquire
1200 section offsets from the target.
1201 * (remote_wait): Get rid of relocation stuff. That's all handled
1202 by objfile_relocate now.
1203 * config/alpha/alpha-nw.mt (TM_FILE): Use tm-alphanw.h.
1204 * config/alpha/tm-alpha.h: Define CALL_DUMMY_ADDRESS, and
1206 * config/alpha/tm-alphanw.h: DECR_PC_AFTER_BREAK=0, VM_MIN_ADDRESS=0.
1210 * sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE
1214 * sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted,
1215 can no longer set this at run time.
1216 * config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
1217 (TM_CLIBS): Define to -lm, the simulator uses the sqrt() function.
1218 * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so
1219 sparc-tdep.c compiles).
1220 (TARGET_PTR_BIT): Must be a constant now, fix at 64.
1225 * config/m68k/{cisco.mt,tm-cisco.h}: New files.
1226 * Makefile.in (ALLPARAM, ALLCONFIG): Add them.
1227 * configure.in: Recognize m68*-cisco*-*.
1229 * Makefile.in (TAGS): Use variables directly, rather than using
1230 find, to locate TM_FILE, XM_FILE, and NAT_FILE. This is faster
1231 and means that these filenames no longer need be unique across all
1232 the config/* directories.
1233 * configure.in: Put the config/*/ into TM_FILE, etc.
1235 * m68k-stub.c (computeSignal): Return SIGFPE, not SIGURG, for chk
1236 and trapv exceptions.
1238 * target.h (struct section_table), objfiles.h (struct obj_section):
1239 Change name of field sec_ptr to the_bfd_section. More mnemonic
1240 and avoids the (sort of, for the ptx compiler) name clash with
1241 the name of the typedef.
1242 * exec.c, xcoffexec.c, sparc-tdep.c, rs6000-nat.c, osfsolib.c,
1243 solib.c, irix5-nat.c, objfiles.c, remote.c: Change users.
1245 * utils.c: Include readline.h.
1246 * Makefile.in (utils.o): Add dependency.
1248 * remote.c (getpkt): Add support for run-length encoding.
1252 * utils.c (prompt_for_continue): Call readline, not gdb_readline.
1256 * dstread.c (record_minimal_symbol): New arg objfile. Pass it to
1257 prim_record_minimal_symbol.
1260 * regex.c (EXTEND_BUFFER): Adjust pointers within buffer by
1261 computing their offset from the start of the old buffer and adding
1262 to the new buffer, rather than by assuming we can add the
1263 difference between the old buffer and the new buffer (it might not
1264 fit in an int). Merge in cosmetic differences from emacs regex.c
1265 version of this macro.
1269 * Makefile.in (install-only): Fix use of program_transform_name.
1273 * printcmd.c: Remove "set print fast-symbolic-addr off" command.
1274 The bug which it worked around was fixed on 25 Feb 94 in coffread.c,
1275 so I'm nuking the command.
1276 * symtab.c (find_addr_symbol): Comment out, no longer used.
1278 * main.c (main): Don't init_source_path for the -cd argument. Now
1279 that source_path doesn't contain the current_directory from when
1280 GDB started up, init_source_path is no longer useful (and is
1281 harmful because it clobbers a source_path set in $HOME/.gdbinit).
1283 * TODO: Remove item about line numbers being off. It is useless
1284 and confusing without a reproducible test case (it mentions
1285 proceed(), but I was able to step through proceed without trouble).
1289 For Sunos 4.x targets, enable gdb to set breakpoints in shared
1290 library functions before the executable is run. Retrieve dynamic
1291 symbols from stripped executables.
1292 * symtab.h (minimal_symbol_type): Add mst_solib_trampoline type.
1293 * parse.c (write_exp_msymbol), symmisc.c (dump_msymbols),
1294 symtab.c (list_symbols): Handle mst_solib_trampoline.
1295 * minsyms.c (lookup_minimal_symbol): Handle mst_solib_trampoline
1296 for all targets, remove IBM6000_TARGET dependencies.
1297 * dbxread.c (read_dbx_dynamic_symtab): New function.
1298 * dbxread.c (dbx_symfile_read): Use it.
1299 * dbxread.c (SET_NAMESTRING): Set namestring to
1300 "<bad string table index>" instead of "foo" if the string index is
1302 * xcoffread.c (read_xcoff_symtab): Use mst_solib_trampoline instead
1304 * symtab.c (list_symbols): Take from_tty as parameter and pass it
1305 to break_command. Handle mst_file_* minimal symbol types.
1306 * config/i386/tm-i386bsd.h: Give just macro name, not args, to #undef.
1310 * c-exp.y(yylex): fix potential memory overflow.
1314 * environ.c (set_in_environ): Eliminate special handling of PATH and
1316 * putenv.c: Removed, conflicts with system declaration of
1317 putenv on RS/6000 running AIX 3.2.5, and above change makes it
1319 * Makefile.in: Change accordingly.
1320 * procfs.c (procfs_create_inferior): Change comment accordingly.
1324 * rs6000-tdep.c: Change value to value_ptr.
1328 * i386m3-nat.c: Include floatformat.h.
1329 (get_i387_state): Use memset not bzero.
1333 * Makefile.in: Enable commented out getopt_h, bfd_h, etc. Change
1334 ieee-float.h to floatformat.h.
1336 * valprint.c (val_print_string): Ignore error if the error
1337 happened after a terminating '\0'.
1339 * c-valprint.c (c_val_print): Never add 1 to return value from
1340 val_print_string; just return what it returns.
1342 * target.h (enum target_signal): Add TARGET_SIGNAL_FIRST, for
1343 looping through all of the enums.
1344 * infrun.c (signals_info): Use it.
1348 * main.c (main): When printing warning about bad baud rate, don't
1349 use warning(); it relies on current_target which isn't set up yet.
1351 * breakpoint.c (_initialize_breakpoint): Update docstring for
1352 tbreak to match what the code actually does. Don't mention tbreak
1353 in docstrings for "enable once" or "enable breakpoints once".
1357 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
1358 while (0). That defeats the whole purpose of using do . . . while (0).
1359 * mdebugread.c (parse_partial_symbols): Don't use ?: expression as
1360 list for ADD_PSYMBOL_TO_LIST; the macro takes its address and
1361 using a ?: expression as an lvalue is not portable.
1363 * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR, also
1364 convert a LOC_ARG to a LOC_REF_ARG. Update code which combines
1365 'p' and 'r' symbol descriptors into a single symbol to look for a
1367 * README, config/sparc/tm-sparc.h: Update comments.
1371 * mdebugread.c (parse_type): Do not complain for types with
1372 an `indexNil' aux index, these are simply undefined types.
1373 Remove indexNil check from caller of parse_type.
1374 * mdebugread.c (parse_partial_symbols): Do not enter
1375 stGlobal, scCommon symbols into the minimal symbol table, their
1376 value is the size of the common, not its address.
1377 Handle scInit, scFini, scPData and scXData sections.
1378 Use minimal symbol type mst_file_* for stLabel symbols, instead of
1380 Enter stProc symbols into the global_psymbols list once, not into
1381 the static_psymbols_list.
1382 Get rid of dummy psymtab if it is empty, to allow proper detection
1383 of stripped executables.
1384 * mdebugread.c (cross_ref): Allow cross references to Fortran
1389 * stabsread.c (common_block_end, fix_common_block): Stash the
1390 struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so
1391 as to not assume that a pointer fits in an enum.
1395 * os9kread.c (fill_sym): check compiler verion number for pre-
1397 * os9kread.c (os9k_process_one_symbol): address of symbol is
1398 relative to section not module.
1399 * stabsread.c (define_symbol): add symbol type 's' as local
1401 * remote-os9k.c: add command 'set monitor_log' to turn on or off
1403 * remote-os9k.c: fix bug in delete breakpoint, single step trace.
1404 * remote-os9k.c: fix bug in 'set remotebaud' function.
1405 * remote-os9k.c (rombug_link): minimize checking so to improve
1407 * symfile.c (symbol_file_command): check if failed to link, also make
1408 the command be able to accept more than one filenames.
1409 * target.c (target_link): check if failed to link with rombug.
1410 * config/i386/tm-i386os9k.h : add #define DECR_PC_AFTER_BREAK 0.
1414 * remote-es.c (es1800_child_ops): Don't declare it static.
1418 * config/i386/tm-i386v4.h: Give just macro name, not args, to #undef.
1422 * dbxread.c: New variable lowest_text_address.
1423 (record_minimal_symbol, read_dbx_symtab): Set it.
1424 (read_dbx_symtab): Use lowest_text_address + text_size instead of
1425 end_of_text_address.
1426 * config/gould/tm-pn.h: Add comment regarding END_OF_TEXT_DEFAULT.
1428 * dbxread.c (end_psymtab): Remove old and commented out
1429 capping_global and capping_static. Fix comments regarding
1430 N_SO_ADDRESS_MAYBE_MISSING to match the real name of the macro.
1432 * parser-defs.h: Add "extern" to start of variable declarations so
1433 we don't end up with commons.
1434 * parse.c: Define these variables.
1436 * irix5-nat.c (find_solib): Cast o_path to CORE_ADDR when using it
1441 * alpha-tdep.c: Change value to value_ptr.
1445 * solib.c (elf_locate_base): New function to locate the address
1446 of the dynamic linker's runtime structure in the dynamic info section.
1447 * solib.c (locate_base): Use it instead of iterating over the list
1448 of mapped address segments.
1449 * solib.c (look_for_base, bfd_lookup_symbol): Removed, no longer
1454 * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file.
1455 (pc_in_interrupt_handler): New function. Also add PARAM decl.
1456 (find_proc_framesize): Deal with HPUX setting SAVE_SP bit for
1457 signal trampoline and interrupt routines.
1458 (frame_saved_pc): Handle signal trampolines and interrupt routines.
1459 (frame_chain, frame_chain_valid): Likewise.
1460 (hppa_frame_find_saved_regs): Likewise. Also deal with special
1461 saved regs convention for SP.
1463 * tm-hppa[bho].h: FRAME_FIND_SAVED_PC_IN_SIGTRAMP): Define.
1464 (FRAME_BASE_BEFORE_SIGTRAMP): Define.
1465 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Define.
1467 * tm-hppah.h (IN_SIGTRAMP): Define.
1471 * ch-exp.y (match_simple_name_string): Accept '_' as well as an
1472 alphabetic character as the start of a name.
1474 * sparclite/Makefile.in (all install): Build and install aload.
1476 * configure.in: Accept i[34]86-*-*sysv32 because that is what
1477 config.guess and config.sub produce.
1479 * mips-tdep.c: Change value to value_ptr.
1483 * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c,
1484 cp-valprint.c, eval.c, expprint.c, findvar.c, language.c,
1485 objfiles.h, infcmd.c, printcmd.c, stack.c, typeprint.c,
1486 valarith.c, valops.c, valprint.c, value.h, values.c: Replace
1487 value with value_ptr. This is for the ptx compiler.
1488 * objfiles.h, target.h: Don't declare a "sec_ptr" field using a
1490 * symm-nat.c: Add a bunch of stuff for symmetry's ptrace stuff.
1491 #if 0 i386_float_info.
1492 * symm-tdep.c (round): Remove. Also remove sgttyb.
1493 * symm-tdep.c: Remove lots of stuff which duplicates stuff from
1494 i386-tdep.c. Remove register_addr and ptx_coff_regno_to_gdb.
1495 * i386-tdep.c (i386_frame_find_saved_regs): Put in
1496 I386_REGNO_TO_SYMMETRY check in case it is needed for Dynix
1498 * config/i386/nm-symmetry.h: Change KERNEL_U_ADDR. Move
1499 stuff from PTRACE_READ_REGS, PTRACE_WRITE_REGS macros to
1500 symm-nat.c. Define CHILD_WAIT and declare child_wait().
1501 * config/i386/tm-symmetry.h: Remove call function stuff; stuff in
1502 tm-i386v.h is apparently OK.
1503 * config/i386/xm-symmetry.h [_SEQUENT_]: Define HAVE_TERMIOS not
1504 HAVE_TERMIO. Define MEM_FNS_DECLARED, NEED_POSIX_SETPGID, and
1509 * osfsolib.c (xfer_link_map_member): Update to use new
1510 target_read_string interface.
1514 * infrun.c (wait_for_inferior): In checking
1515 remove_breakpoints_on_following_step, check
1516 through_sigtramp_breakpoint as well as step_resume_breakpoint.
1520 * os9kread.c (os9k_process_one_symbol): Rename
1521 VARIABLES_INSIDE_BLOCK to OS9K_VARIABLES_INSIDE_BLOCK.
1522 * symfile.c (symbol_file_command): Check for (CORE_ADDR)-1, not
1523 (CORE_ADDR)0, from target_link, since that is what it uses.
1524 Process name at end, not during parsing (like we did before Kung's
1525 change), so that -readnow and -mapped can appear anywhere.
1526 Make text_relocation a local variable.
1527 * config/i386/i386os9k.mt: Fix comment.
1528 * Makefile.in (ALLDEPFILES): Add remote-os9k.c.
1529 * os9kread.c: Put "comments" after #endif inside /* */.
1530 * stabsread.h: Add os9k_stabs variable.
1531 * stabsread.c (start_stabs), os9kread.c (os9k_process_one_symbol):
1533 * stabsread.c (define_symbol): If os9k_stabs, put a 'V' symbol
1534 descriptor in global_symbols not local_symbols.
1535 (read_type): If os9k_stabs, accept 'c', 'i', and 'b' type
1537 (read_type): If os9k_stabs, accept function parameters after 'f'
1539 (read_array_type): If os9k_stabs, don't expect index type and
1540 expect lower and upper to be separated by ',' not ';'.
1541 (read_enum_type): If os9k_stabs, read a number before the first
1542 enumeration constant.
1543 (os9k_init_type_vector): New function.
1544 (dbx_lookup_type): Call it when starting new type vector.
1545 * config/i386/tm-i386os9k.h: Define BELIEVE_PCC_PROMOTION.
1546 * (os9k_process_one_symbol): Call define_symbol not os9k_define_symbol.
1547 * os9kstab.c: Removed.
1548 * Makefile.in: Update accordingly.
1549 * objfiles.c (objfile_relocate_data): Removed.
1550 * remote-os9k.c (rombug_wait): Call objfile_relocate
1551 not objfile_relocate_data.
1552 * objfiles.h, objfiles.c: Remove find_pc_objfile.
1553 * remote-os9k.c (rombug_wait): Call find_pc_section not
1555 * main.c (quit_command): Check inferior_pid; revert Kung change.
1556 * remote-os9k.c (rombug_create_inferior): Set inferior_pid.
1560 * os9kread.c: New file to read os9000 style symbo table.
1561 * os9kstab.c: new file to read os9000 style stabs.
1562 * remote-os9k.c: remote protocol talking to os9000 rombug monitor.
1563 * objfiles.c (find_pc_objfile): new function to search objfile
1565 * objfiles.c (objfile_relocate_data): new function to relocate
1566 data symbols in symbol table.
1567 * objfiles.h: Add two aux fields in struct objfile to handle
1568 multiple symbol table files situation like in os9000.
1569 * symfile.c: Change so 'symbol-file' command can handle multiple
1570 files. Also call target_link() to get relocation infos.
1571 * target.c (target_link): new function to get relocation info when
1572 a symbol file is requested to load.
1573 * main.c (quit_command): take out 'inferior_pid != 0' condition,
1574 because in cross mode there's no inferior pid, bit they need to
1576 Makefile.in: add os9kread.c os9kstab.c and .o's.
1577 configure.in: add i386os9k target.
1578 config/i386/i386os9k.mt: new add.
1579 config/i386/tm-i386os9k.h: new add.
1583 * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP): Handle ucbsigvechandler.
1584 * sparc-tdep.c (sparc_frame_saved_pc): Handle ucbsigvechandler.
1588 * target.c, target.h (target_read_string): Provide error detection to
1589 caller. Put string in malloc'd space, so caller need not impose
1591 * solib.c (find_solib): Update to use new interface.
1592 * irix5-nat.c (find_solib): Read o_path from inferior
1593 (clear_solib): Free storage for o_path.
1594 * valprint.c (val_print_string): Add comments.
1598 * symtab.c (decode_line_1): Handle the case when skip_quoted does not
1603 * value.h (struct value): Add modifiable field.
1604 * values.c (allocate_value, record_latest_value, value_copy): Set it.
1605 (record_latest_value): Don't mess with VALUE_LVAL of value.
1606 * valops.c (value_assign): Check it. Reword existing error
1607 message on not_lval.
1609 * mips-tdep.c (mips_step_skips_delay), config/mips/tm-mips.h
1610 (STEP_SKIPS_DELAY): Added.
1611 * infrun.c (proceed) [STEP_SKIPS_DELAY]: Check for a breakpoint in
1614 * valprint.c (val_print_string): If errcode is set, always print
1615 an error, regardless of force_ellipsis. In the non-EIO case,
1616 just print the error message rather than calling error(). Don't
1617 access *(bufptr-1) if bufptr points to the start of the buffer.
1618 When looking for '\0', don't increment bufptr and addr if bufptr
1619 started out already at limit. If an error happens on fetching the
1620 first character, don't print the string.
1624 * config/m68k/tm-apollo68b.h: Remove HAVE_68881 define; it is
1627 * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c,
1628 i386m3-nat.c, config/m68k/tm-m68k.h, i960-tdep.c
1629 config/i960/tm-i960.h, remote-nindy.c, config/m88k/tm-m88k.h,
1630 m88k-tdep.c: Use floatformat.h instead of ieee-float.h.
1631 * sparc-tdep.c: Remove now-obsolete ieee-float.h stuff
1632 * findvar.c: Update comment regarding ieee-float.h.
1636 * config/i386/tm-i386v4.h (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP,
1637 FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC):
1638 Define to make backtracing through the various sigtramp handlers
1640 * i386-tdep.c (i386v4_sigtramp_saved_pc): New routine to fetch
1641 the saved pc from ucontext on the stack for SVR4 signal handling.
1645 * remote.c, remote-mon.c, remote-utils.c, remote-utils.h,
1646 target.h, remote-es.c, remote-nindy.c: Don't set baud rate if
1647 baud_rate is -1. Remove sr_get_baud_rate and sr_set_baud_rate;
1648 just use the global variable itself. When printing baud rate,
1649 don't print a baud rate if baud_rate is -1.
1651 * coffread.c (read_coff_symtab): Pass mst_file_* to
1652 record_minimal_symbol for C_STAT symbols. Put C_EXT and C_STAT
1653 symbols in the minimal symbols regardless of SDB_TYPE.
1657 * breakpoint.h (enum bptype): New type bp_through_sigtramp.
1658 (bpstat_what_main_action): New code BPSTAT_WHAT_THROUGH_SIGTRAMP.
1659 * breakpoint.c (bpstat_what): Return BPSTAT_WHAT_THROUGH_SIGTRAMP
1660 if we hit a bp_through_sigtramp breakpoint. Remove kludge which
1661 ignored bs->stop for a bp_step_resume breakpoint.
1662 * infrun.c (wait_for_inferior): Make a through_sigtramp_breakpoint
1663 which performs one (the check_sigtramp2 one) of the functions
1664 which had been handled by the step_resume_breakpoint. For each
1665 use of the step_resume_breakpoint, make it still use the
1666 step_resume_breakpoint, use the through_sigtramp_breakpoint, or
1668 Deal with BPSTAT_WHAT_THROUGH_SIGTRAMP return from bpstat_what.
1669 When setting the frame address of the step resume breakpoint, set
1670 it to the address for frame *before* the call instruction is
1671 executed, not after.
1673 * mips-tdep.c (mips_print_register): Print integers using
1674 print_scalar_formatted rather than duplicating all the
1675 CC_HAS_LONG_LONG and so on.
1676 (mips_push_dummy_frame): Use read_register_gen rather than using
1677 read_register and then putting it back in target format with
1678 store_unsigned_integer. If registers are more than 4 bytes, give
1679 an error rather than have some registers overwrite other
1681 #if 0 unused include of opcode/mips.h.
1683 * symfile.h: Don't declare arguments for coff_getfilename.
1685 * defs.h: Revert Kung change regarding FORCE_LONG_LONG.
1689 * configure.in (hppa*-*-osf*): New configuration.
1690 * config/pa/hppaosf.mt: New target makefile fragment.
1691 * config/pa/tm-hppao.h: New target include file.
1695 * exec.c (print_section_info): Print entry point for exec_bfd only.
1696 * ser-unix.c (wait_for): Fix typo in HAVE_TERMIO case.
1697 * dwarfread.c: Remove second inclusion of <sys/types.h>, which
1698 causes problems if <sys/types.h> has no multiple inclusion protection.
1702 * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of
1703 the call dummy to avoid kernel bugs in HPUX, BSD, and OSF1.
1704 (CALL_DUMMY_LENGTH): Changed accordingly.
1706 Wed Feb 23 16:21:25 1994 Stu Grossman (grossman at cygnus.com)
1708 * sparc-stub.c (trap_low): Make trap handler work for arbitrary
1709 numbers of register windows.
1711 * sparclite/hello.c: Add factorial function for testing.
1712 * salib.c: Use macros instead of constants for I/O addresses to
1713 make 931 support easier.
1714 * sparclite.h: Change constraint for LOC to "rJ" to force use of
1715 register in sta/lda instructions.
1719 * dbxread.c (process_one_symbol): Set
1720 block_address_function_relative for COFF like we do for ELF and SOM.
1724 * mdebugread.c (new_psymtab): Pass in section_offsets and set
1726 * mdebugread.c (handle_psymbol_enumerators): New function to enter
1727 the enumerators of an ecoff enum into the partial symbol table.
1728 * mdebugread.c (parse_partial_symbols): Call it.
1729 * symfile.c (reread_symbols): Initialize objfile->*_psymbols.next.
1730 * symmisc.c (dump_psymtab): Fix typo, clean up output of section
1731 offsets. Cast psymtab->read_symtab to PTR before passing it to
1733 * i386-tdep.c (i386_skip_prologue): Skip over instructions that
1734 set up the global offset table pointer in pic compiled code.
1735 * config/mips/tm-mips.h (FIX_CALL_DUMMY): For big endian targets,
1736 error() on TYPE_CODE_FLT arguments whose size is greater than 8,
1737 swap all other TYPE_CODE_FLT arguments as mips_push_arguments
1738 ensures that floats are promoted to doubles before they are pushed
1741 Fri Feb 18 23:12:59 1994 Stu Grossman (grossman at cygnus.com)
1743 * sparclite/Makefile.in, sparclite/salib.c, sparclite/sparclite.h:
1744 Fixup cache_on and flush_i_cache so that they work for both the
1745 930 and 932 processors. Rewrite most low level funcs (uart
1746 access & cache stuff) to use new ASI access macros in sparclite.h.
1747 Also make it easy to access second serial port.
1751 * hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
1752 <sys/stat.h>; not needed.
1756 * stack.c (print_frame_info): In "pathological" case, don't
1757 distrust the line number information.
1761 * mips-tdep.c (mips_print_register): handle 64 bits register.
1762 * valprint.c (print_longest): fix a bug in printing 64 bits value.
1768 * Makefile.in (install): Do the sed for program_transform_name
1769 ourselves instead of worrying about INSTALL_XFORM. This enables
1770 users to override INSTALL_PROGRAM in the standard way.
1772 * Makefile.in (c-exp.tab.o, ch-exp.tab.o, m2-exp.tab.o): Don't
1773 depend on Makefile.in.
1775 * defs.h, valprint.c: Make longest_to_int a function not a macro.
1776 Only test against INT_MIN if a LONGEST is bigger than an int.
1778 * README: Change GhostScript to Ghostscript.
1782 * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:
1783 Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14
1784 character file names.
1785 * Makefile.in (ALLPARAM): Add these files.
1787 * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
1788 character file names.
1789 * Makefile.in: Add Kung's new mips64 files.
1793 * configure.in: add mips64-*-elf, mips64-*-ecoff, mips64el-*-elf,
1794 mips64el-*-ecoff and mips64-big-*.
1795 * defs.h: get rid of FORCE_LONG_LONG.
1796 * mips-tdep.c (mips_find_saved_regs): add sd and sdc1 instruction
1797 parsing. Change register size to be MIPS_REGSIZE.
1801 * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c,
1802 osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c,
1803 xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names.
1807 * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust.
1808 (remove_commands, add_commands): Add/remove hms-drain when target
1811 Fri Feb 11 16:11:38 1994 Stu Grossman (grossman at cygnus.com)
1813 * configure.in: Add Lynx/rs6000 support.
1814 * lynx-nat.c: Clean up some Sparc stuff. Clean up ptrace error
1815 messages. Add rs6000 support. Don't try to modify unwritable
1817 * rs6000-nat.c: Move lots of native dependent stuff (like core
1818 file support) from rs6000-tdep.c & xcoffexec.c to here.
1819 * rs6000-tdep.c: Move native dependent stuff to nat.c.
1820 * xcoffexec.c: Move native dependent stuff to nat.c.
1821 * config/rs6000/nm-rs6000.h: Move defs of SOLIB_* macros to here
1823 * config/rs6000/tm-rs6000.h: Remove defs of SOLIB_* funcs, cuz they're
1825 * config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h:
1826 New files to support Lynx/rs6000.
1830 * README: Remove note about gcc warnings on alpha, these should be
1832 * c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c,
1833 m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c
1834 remote-utils.c, stabsread.c: Include <string.h>.
1835 * regex.c: Include "defs.h", change re_comp argument to const char *.
1836 * infptrace.c (fetch_register, store_inferior_registers): Change
1837 regaddr to type CORE_ADDR.
1838 * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):
1839 Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
1843 * symtab.h: Always define BYTE_BITFIELD to nothing.
1847 * config/m68k/{m68k-em.mt,tm-m68k-em.h}: Remove; no longer used.
1848 * configure.in: Remove comment about m68k-em.mt.
1849 * Makefile.in: Remove references.
1853 * defs.h [BFD64]: Use BFD_HOST_64_BIT, not nonexistent
1858 * target.c (target_preopen): If target_kill doesn't remove the
1859 target from the stack, use pop_target to do it.
1861 * coffread.c (process_coff_symbol, case C_TPDEF): Don't set name
1862 of TYPE_CODE_PTR or TYPE_CODE_FUNC types. This parallels similar
1863 changes to stabsread.c from summer 1993.
1865 * remote-udi.c (udi_files_info): If prog_name is NULL, just skip
1866 printing the program, rather than passing NULL to printf.
1867 (udi_detach): Set udi_session_id to -1 so that udi_close doesn't
1868 try to call UDIDisconnect again. Print better message.
1869 (udi_kill): Just call UDIDisconnect ourselves, rather than doing
1871 (udi_create_inferior): If udi_session_id is negative, open a new
1872 TIP rather than giving an error.
1874 * config/mips/mipsm3.mh, config/i386/i386m3.mh,
1875 config/ns32k/ns32km3.mh: Define NAT_FILE.
1876 * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H
1877 (it was inconsistent and namespace-wrong) to NM_M3_H.
1878 * m3-nat.c (mach_really_wait): Change parameter name to ourstatus.
1879 (m3_open): New function.
1881 * TODO: Update Mach section.
1883 * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
1887 * printcmd.c (printf_command): Add missing single-letter
1888 backslash-escape sequences, and improve error message.
1892 * corelow.c (solib_add_stub, core_open): Pass address of from_tty
1893 rather than trying to shove an int into a pointer and back out
1894 again. This avoids compiler warnings.
1896 * defs.h (alloca): Declare as void *, not char *, on hpux.
1897 Don't prototype it, just declare the return type.
1901 * config/i386/tm-sun386.h, config/i386/tm-symmetry.h
1902 (REGISTER_CONVERT_TO_RAW): Add missing backslash.
1906 * remote-mips.c (mips_fetch_registers): If regno is FP_REGNUM or
1907 ZERO_REGNUM, just read it as zero without talking to the board.
1909 * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missing
1911 * i386-tdep.c (i386_extract_return_value): Pass TYPE_LENGTH (type)
1912 to store_floating, not nonexistent variable len.
1914 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
1916 (mips_store_word): Change calling convention to return errors, and
1917 to provide old contents if the caller wants it.
1918 (mips_xfer_memory): Deal with errors from mips_store_word.
1919 * config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT
1920 define now that remote-mips.c doesn't use BREAKPOINT.
1922 * remote-mips.c (mips_create_inferior): Call warning if arguments
1923 specified, and then execute "set args" command. Call error, not
1924 mips_error, if executable file not specified.
1926 * remote-e7000.c: Replace "snoop" command (e7000_noecho) with
1929 * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast
1934 * value.h (print_longest): Rename "value" to "val" in prototype
1935 declaration because some compilers don't like arguments whose
1936 names are the same as types.
1937 * remote.c (remote_xfer_memory): Cast "myaddr" to unsigned char *
1938 before passing it to remote_*_bytes.
1942 * h8500-tdep.c (saved_pc_after_call): The size of the
1943 pc is memory model dependent. (segmented_command,
1944 unsegmented_command, _initialize_h8500_tdep): New commands to
1945 change memory model.
1946 * remote-e7000.c (_initialize_remote_e7000): Change name of snoop
1948 * remote-hms.c (hms_load): Remove breakpoints when loaded.
1949 (hms_wait): Use new status structure
1950 (hms_open): Push the target here. (hms_before_main_loop): Not
1951 here. (supply_val, hms_fetch_register, hms_store_register): Cope
1952 with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
1953 * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
1954 all registers in a compact way.
1958 * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address
1959 as CORE_ADDR to match definition in rs6000-tdep.c.
1963 * dwarfread.c (process_dies): Skip nested TAG_compile_unit DIEs.
1964 * dwarfread.c (add_partial_symbol): Do not enter opaque aggregate
1965 definitions into the psymtab.
1969 * m68k-stub.c: Treat mc68332 like mc68020 most places. Provide
1970 a special exceptionSize for the 68332.
1972 * remote-udi.c (udi_attach): If no arguments, print error.
1976 * Makefile.in (VERSION): Bump to 4.12.1
1977 * NEWS, README: Update to match 4.12 release.
1981 * command.c (empty_sfunc): New function.
1982 (add_set_cmd): Use it instead of not_just_help_class_command.
1983 (not_just_help_class_command): Change calling convention back to
1984 what it was before yesterday's change.
1986 * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end
1987 of the type if present.
1991 * printcmd.c (decode_format): Don't blithely set the size for
1992 an address to 'w'. Make it 'g' or 'h', depending on TARGET_PTR_BIT.
1994 * defs.h: Just typedef CORE_ADDR to bfd_vma. Include bfd.h.
1995 If BFD64, make a LONGEST a BFD_HOST_64_BIT.
1996 * defs.h (longest_to_int): Don't depend on CC_HAS_LONG_LONG; instead
1997 always just check against INT_MIN and INT_MAX (this also fixes things
1998 if sizeof (long) > sizeof (int), e.g. Alpha).
1999 * config/pa/tm-hppa.h, config/i386/sun386.h, config/rs6000/tm-rs6000.h:
2000 Don't define LONGEST or BUILTIN_TYPE_LONGEST.
2001 * gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and
2002 BUILTIN_TYPE_UNSIGNED_LONGEST.
2003 * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove
2004 longest_int and longest_unsigned_int.
2005 * value.h (struct value): Just align to LONGEST, rather than worrying
2006 about CC_HAS_LONG_LONG.
2007 * valarith.c (value_binop): Figure out type ourself based on
2008 sizeof (LONGEST) rather than relying on BUILTIN_TYPE_LONGEST. The
2009 point is that we don't depend on CC_HAS_LONG_LONG anymore.
2010 * valprint.c (val_print_type_code_int): Just call
2011 extract_unsigned_integer directly, rather than going through
2013 * printcmd.c (decode_format): Remove code which would sometimes
2014 change 'g' size to 'w' for integers. print_scalar_formatted handles
2015 printing huge integers well enough, thank you.
2017 * command.c (add_set_cmd, not_just_help_class_command): Change
2018 to make this the sfunc, not cfunc, since that is how we call it.
2019 * command.h: Comment difference between sfunc and cfunc.
2020 * demangle.c (set_demangling_command): Add third arg since that
2021 is how it is called.
2022 (_initialize_demangler): Use sfunc, not cfunc, for
2023 set_demangling_command, since that is how it is called.
2024 Remove show_demangling_command; it has no effect.
2026 * command.c (shell_escape): Report errors correctly (with error
2027 message from strerror).
2031 * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use
2032 x_scnlen.l rather than x_scnlen to match corresponding change in
2037 * gdbtypes.h, ch-typeprint.c, ch-valprint.c:
2038 Change comments regarding TYPE_CODE_BOOL.
2039 * language.c (boolean_type): Always return 1 for TYPE_CODE_BOOL,
2040 regardless of the language.
2041 (value_true): Just call value_logical_not regardless of language.
2042 * coffread.c (coff_read_enum_type), stabsread.c (read_enum_type):
2043 Remove #if 0'd code which makes some enums TYPE_CODE_BOOL.
2044 * language.h: Improve comment for la_builtin_type_vector.
2045 * m2-lang.c (_initialize_m2_language): Don't add any fields to
2046 builtin_type_m2_bool.
2050 * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:
2051 Define IN_SIGTRAMP and backtrace correctly through signal handlers.
2055 * procfs.c (wait_fd): Handle EINTR error return from PIOCWSTOP ioctl
2056 by restarting the ioctl.
2060 * target.h (target_wait): Add comment about calling
2061 return_to_top_level.
2065 * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takes
2066 additional arguments.
2067 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno): Likewise.
2069 Mon Jan 31 16:10:41 1994 Stu Grossman (grossman at cygnus.com)
2071 * sparc-stub.c: Remove unnecessary #include of memory.h.
2075 * mips-tdep.c: Remove code which sets saved_regs from
2076 init_extra_frame_info and put it in new function mips_find_saved_regs.
2077 (READ_FRAME_REG): Remove macro and replace uses with the expansion.
2078 * mips-tdep.c, config/mips/tm-mips.h: When examining ->saved_regs,
2079 check if it is NULL and call mips_find_saved_regs if so.
2081 * remote-mips.c: Use unfiltered, not filtered, output most places.
2083 * blockframe.c (get_prev_frame_info): Detect and stop an infinite
2084 backtrace. Revise comments.
2088 * mdebugread.c (parse_procedure): Remove _sigtramp kludges for
2089 alpha and irix. The _sigtramp case has to be handled properly
2090 in the tdep files if we have no ecoff debugging info.
2091 * alpha-tdep.c (alpha_frame_saved_pc, alpha_frame_chain),
2092 mips-tdep.c (mips_frame_saved_pc): Handle signal handler frames
2093 without PC_REGNUM kludge.
2094 * mdebugread.c (fixup_sigtramp), mips-tdep.c (read_next_frame_reg):
2095 Clean up handling of mips sigtramp frames, improve comments.
2099 * paread.c (read_unwind_info): Fix typo.
2101 * paread.c (pa_symtab_read): Update the "check_strange_names"
2102 filter to match GCC's current output. Filter out section symbols
2103 (which the HP linker sometimes puts in the wrong place).
2107 * serial.h (SERIAL_SET_TTY_STATE): Comment return value.
2109 * Makefile.in (TAGS): Just echo one line, rather than the whole thing.
2111 * Makefile.in: Remove all references to sparcly-nat.c.
2113 * Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h
2114 remote-sim.h directly, rather than via $(remote_utils_h). This avoids
2115 duplicating serial.h and target.h.
2117 * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables
2118 are not used anywhere (a 5 Oct 1993 change removed the uses).
2120 * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
2121 * config/m68k/es1800.mt: Add comment.
2122 * remote-es.c: Extensive changes to update to current conventions.
2124 * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:
2125 If the timeout is too big to fit in c_cc[VTIME], then do multiple reads
2126 to achieve the desired timeout.
2127 * serial.h (serial_t): Add field timeout_remaining.
2131 * c-exp.y (yylex): Reenable nested type code.
2135 * a29k-tdep.c (examine_tag): Add comment regarding argcount.
2137 * remote-mips.c (mips_ops): Fix docstring.
2139 * remote-bug.c (bug_ops): Remove spurious newline from docstring.
2141 * config/m68k/tm-monitor.h: Changes to bring this into accordance
2142 with the old tm-m68k-em.h:
2143 (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove.
2144 (HAVE_68881): Don't undefine; HAVE_68881 is obsolete.
2145 (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine.
2146 Add FIXME regarding GET_LONGJMP_TARGET.
2148 * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.
2149 * infptrace.c (kill_inferior): Add comments.
2150 * main.c (quit_command): Call target_close after we kill or
2152 * remote-udi.c (udi_close): Don't error() if QUITTING.
2156 * configure.in: Make m68k-coff and aout add monitor support in
2157 addition to the standard serial support.
2161 * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with
2166 * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS.
2167 * elfread.c (record_minimal_symbol_and_info),
2168 dwarfread.c (process_dies), paread.c (pa_symtab_read): Use it.
2172 * i386-stub.c: Add ".text" right before "mem_fault:".
2174 * main.c (baud_rate): Add FIXME comment about printing -1 value.
2176 * remote-utils.c (usage): Fix message to be accurate and conform
2177 more closely to normal conventions.
2179 * remote-utils.c (gr_files_info): Have the exec_bfd test control
2180 whether to show information about exec_bfd, and not control whether
2181 to show information about device and speed.
2183 * remote-utils.c (gr_open): If sr_get_device returns NULL, give
2184 usage message, don't dump core.
2186 * remote-bug.c (bug_write_memory): Use alloca, not GCC extension
2187 for variable size array.
2188 (bug_fetch_register, bug_store_register): Rename "value" to
2189 "fpreg_buf" because some compilers don't like variables whose
2190 names are the same as types.
2191 (bug_store_register): Use a cast when converting char * to
2194 * symmisc.c (maintenance_print_symbols): Don't refer to the name
2195 of the command in error message (the text was referring to the old
2196 name of the command).
2198 * symmisc.c (dump_symtab): Fix args to fprintf_filtered.
2200 * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print
2201 full details on structure elements without names. This partially
2202 reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect
2203 of those changes was accidental.
2205 * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
2206 defined, make it an error to specify a single argument which is not
2209 * Makefile.in (version.c), main.c (print_gdb_version): Use
2210 host_alias and target_alias, not host_canonical and
2211 target_canonical, to print configuration.
2215 * parse.c (write_exp_msymbol): Use new type msymbol_addr_type instead
2216 of builtin_type_long. It is necessary to get a type which is
2217 TARGET_PTR_BIT bits in size; builtin_type_long might not be big enough.
2219 Fix many sins which will come up in 32 bit x 64 bit GDB, and
2220 various miscellaneous things discovered in the process:
2221 * printcmd.c, defs.h (print_address_numeric): New function.
2222 * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print)
2223 breakpoint.c (describe_other_breakpoints, breakpoint_1, mention),
2224 cp-valprint.c (cplus_print_value), infcmd.c (jump_command),
2225 printcmd.c, stack.c, symfile.c, symmisc.c, valprint.c:
2227 * utils.c, defs.h (gdb_print_address): New function.
2228 * expprint (dump_expression), gdbtypes.h: Use it.
2229 * breakpoint.c (describe_other_breakpoints),
2230 symmisc.c (dump_symtab, print_symbol):
2231 Use filtered not unfiltered I/O.
2232 (remove_breakpoints): Remove BREAKPOINT_DEBUG code. Might as well
2233 just run gdb under a debugger for this (and it had problems with
2234 printing addresses, how to print b->shadow, etc.).
2235 * buildsym.c (make_blockvector), core.c (memory_error),
2236 exec.c (print_section_info), maint.c (print_section_table),
2237 mdebugread.c (parse_procedure), solib.c, source.c, symfile.c,
2238 symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c:
2239 Add comments saying code is broken. Marked with "FIXME-32x64".
2240 * dbxread.c (process_one_symbol), partial-stab.h (default),
2241 remote-vx.c (vx_run_files_info):
2242 Don't cast int being passed to local_hex_string.
2243 * symmisc.c (print_symbol): Don't cast long being passed to %lx.
2244 * symtab.h (general_symbol_info): Add comment about SYMBOL_VALUE
2246 * symmisc.c (print_symbol): Print "offset" in message for LOC_ARG
2248 * printcmd.c (print_address): Remove #if 0 code with ADDR_BITS_REMOVE.
2249 * source.c: Include <sys/types.h> regardless of USG.
2253 * valops.c (value_assign): Set `type' after coercing toval.
2254 * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print):
2255 Use extract_unsigned_integer to get the address of a reference.
2259 * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:
2260 AIX can use ? instead of \ for continuation. Deal with it.
2262 * paread.c (read_unwind_info): Just assign to objfile->obj_private,
2263 not OBJ_UNWIND_INFO. Assigning to a cast is a GCC-ism which
2264 the HP compiler in ANSI mode doesn't like.
2266 * main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
2267 based on USG, rather than defining HAVE_SIGSETMASK to an
2268 expression containing defined. Having a macro used in #if expand
2269 to an expression containing "defined" is undefined according to
2270 ANSI, and the HP compiler in ANSI mode doesn't do what we wanted
2275 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
2276 Clean up the changes of 11 Jan, as recommended by Peter Schauer.
2280 * ch-exp.y (match_string_literal): Allow a zero-length string.
2281 * ch-lang.c (chill_printstr): Don't print zero-length string funny.
2285 * i386aix-nat.c (i386_float_info): Reverse order of registers before
2286 passing them to print_387_status.
2287 (print_387_status): Don't subtract top from 7 before using it.
2288 * i387-tdep.c: Remove comment about AIX wanting "top" subtracted
2289 from 7; the above explains it.
2293 * mips-tdep.c (init_extra_frame_info): Use frame relative stack
2294 pointer value when fixing up the frame at the start of a function.
2296 Sat Jan 22 12:29:13 1994 Stu Grossman (grossman at cygnus.com)
2298 * lynx-nat.c (fetch_core_registers): Load the I & L regs for the
2299 Sparc from the stack.
2303 * remote-mips.c (mips_initialize): Clear mips_initializing via
2304 cleanup chain, not directly.
2306 * ser-unix.c (wait_for) [HAVE_TERMIO, HAVE_TERMIOS]: Make a timeout
2307 of -1 mean forever, like in the HAVE_SGTTY case. Warn if we are
2308 munging the timeout due to the limited range of c_cc[VTIME].
2310 * fork-child.c, inferior.h (fork_inferior): New argument shell_file.
2311 * procfs.c (procfs_create_inferior), inftarg.c (child_create_inferior),
2312 m3-nat.c (m3_create_inferior): Pass it.
2313 * procfs.c: Remove ptrace function. It was declared in a way which
2314 conflicted with the prototype in unistd.h on Solaris.
2318 * sparc-tdep.c (frame_saved_pc): Get the pc from the saved pc
2319 in the sigcontext if it is a signal trampoline frame.
2320 * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET):
2321 Define for Solaris2.
2323 Sat Jan 22 00:34:47 1994 Stu Grossman (grossman at cygnus.com)
2325 * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h,
2326 config/sparc/tm-sparclynx.h: Move defs of FRAME_SAVED_I0/L0 to
2327 tm-sparc.h so they can be overridden if necessary.
2329 Fri Jan 21 17:49:28 1994 Stu Grossman (grossman at cygnus.com)
2331 * lynx-nat.c: Add Sparc support.
2332 * sparcly-nat.c: Remove. It's useless.
2333 * config/sparc/nm-sparclynx.h: Rewrite.
2334 * config/sparc/sparclynx.mh (NATDEPFILES): Replace sparcly-nat.o
2336 * config/sparc/tm-sparclynx.h: Rewrite.
2340 * rs6000-pinsn.c: Use the new disassembler in the opcodes
2341 directory. Old code was discarded, since the new opcode table has
2346 * Makefile.in (realclean): Remove info files per make-stds.texi.
2350 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
2351 if N_SO_ADDRESS_MAYBE_MISSING is defined.
2352 * config/sparc/tm-sun4sol2.h: Define it.
2356 * printcmd.c (print_address_symbolic): Unconditionally use msymbol
2357 if we did not find a symbol.
2361 * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY
2364 * hppab-nat.c (call_ptrace): Delete redundant function.
2365 (kill_inferior, attach, detach, child_resume): Likewise.
2366 (child_xfer_memory): Likewise.
2368 * hppah-nat.c (call_ptrace): Delete redundant function.
2369 (kill_inferior, attach, detach, child_resume): Likewise.
2371 * config/pa/hppabsd.mh (NATDEPFILES): Add infptrace.o.
2373 * config/pa/hppahpux.mh (NATDEPFILES): Add infptrace.o.
2375 * config/pa/nm-hppab.h (FETCH_INFERIOR_REGISTERS): Define.
2377 * config/pa/nm-hppah.h (FETCH_INFERIOR_REGISTERS): define.
2378 (CHILD_XFER_MEMORY): Define.
2379 (PT_*): Define so that generic infptrace.c code can be used.
2383 * xcoffread.c (xcoff_symfile_read): Make second parameter a
2384 struct section_offsets *, not a (nonexistent) struct section_offset *.
2386 * xcoffread.c (read_xcoff_symtab): Make main_aux just a union
2387 internal_xcoff_symtab, not an array of one of them. Change lots of
2388 "main_aux" to "&main_aux" and so on.
2390 * coffread.c, xcoffread.c: Include <coff/internal.h>
2395 * coffread.c (coff_getfilename): Make it not static.
2397 * xcoffread.c (read_xcoff_symtab): complain() not abort().
2399 * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes
2400 a completely gratuitous difference between xcoffread.c and coffread.c).
2404 * infrun.c (wait_for_inferior): Don't set frame for
2405 step_resume_breakpoint for IN_SIGTRAMP cases.
2407 * infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what),
2408 breakpoint.c (bpstat_what): Move step_resume from its own field of
2409 the struct bpstat_what into the main_action. Make it override
2410 other breakpoints. This is a conservative change in the sense
2411 that before the step resume breakpoint was a breakpoint.c
2412 breakpoint, hitting the step resume breakpoint overrode even
2413 calling bpstat_stop_status.
2417 * infrun.c (normal_stop): Set stop_pc after popping the dummy frame
2418 in case execution was stopped in the called function.
2419 * stack.c (print_frame_info, frame_info): If backtracing through
2420 a call dummy, handle the starting source line number on a line
2421 boundary like backtracing through sigtramp.
2422 * sparc-tdep.c (sparc_frame_find_saved_regs): Get frame address
2423 for call dummy frame right. Remove old test for dummy frame,
2424 it has been unused at least since gdb-3.5.
2425 * sparc-tdep.c (sparc_push_dummy_frame): Set return address register
2430 * infcmd.c (signal_command): Accept 0 as legitimate signal number.
2434 * infrun.c (signals_info), target.c (target_signal_from_name):
2435 Use ugly casts to avoid enumvar < enumvar or enumvar++.
2439 * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON.
2440 * inflow.c (terminal_ours_1): When discussing how to deal with the
2441 tty state, make note of query() as well as readline.
2443 * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of
2444 signals for which stop and print are cleared by default.
2448 * config/pa/tm-hppa.h (unwind_table_entry): Use one of the
2449 reserved fields to hold a stub unwind entry type. Fix typo.
2450 (stub_unwind_entry): New structure for raw stub unwind entries.
2451 (stub_unwind_types): The types of stubs we may encounter.
2452 (UNWIND_ENTRY_SIZE, STUB_UNWIND_ENTRY_SIZE): New defines.
2453 * hppa-tdep.c (rp_saved): Use additional information provided
2454 by linker stub unwind descriptors.
2455 (frameless_function_invocation): Likewise.
2456 (frame_chain_valid): Likewise.
2457 * paread.c (compare_unwind_entries): New function for sorting
2458 unwind table entries.
2459 (read_unwind_info): Rewrite to remove dependency on host endianness.
2460 Read in data from the $UNWIND_END$ subspace which contains linker
2461 stub unwind descriptors. Merge that data into the basic unwind
2464 * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions.
2468 * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the name
2469 from either the symbol name or the auxent.
2470 * coffread.c, symfile.h (coff_getfilename): Renamed from getfilename,
2475 * Makefile.in (ALLPARAM): Change irix5.h to nm-irix5.h.
2479 * README: Update notes for alpha port.
2483 * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL
2484 for operation fault, constraint fault, and type fault.
2488 * Makefile.in (init.c): Add comment explaining formatting conventions.
2490 * c-exp.y (parse_number): Assign to temporary between the right
2491 shifts, to work around a bug in the SCO compiler.
2493 * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR):
2494 Add various files which were added to GDB recently.
2496 * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if not
2499 * Makefile.in: Add mostlyclean target.
2507 * main.c (show_commands): Make return type of extern
2508 history_get be HIST_ENTRY, rather than struct _hist_entry.
2509 (The latter loses with the upcoming merged readline.)
2513 * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring
2514 const char *, not char *.
2516 * symtab.h (struct symbol): Make section short, not unsigned short.
2518 * symtab.c (lookup_symbol): Add comment about QUIT here.
2520 * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.
2522 * c-exp.y (parse_number): Check for overflow regardless of range
2523 checking. Fix overflow check to use unsigned LONGEST, not
2526 * c-exp.y (parse_number): Make it so that integer constants are
2527 builtin_type_long_long if builtin_type_long isn't big enough or if
2528 an "LL" suffix is used. Properly handle "UL" or "LU" suffixes.
2530 * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):
2531 Print our "()" first, then recurse for the target type.
2535 * remote-udi.c (udi_create_inferior): Quote empty execfile argument.
2537 * gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h".
2541 * utils.c (request_quit): Re-establish signal handler regardless
2544 * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
2548 * i960-tdep.c: Include target.h.
2552 * lynx-nat.c (sys/wait.h): Don't use absolute pathname.
2556 * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus
2557 changes (status -> ourstatus; declare status, etc.).
2558 * config/nm-lynx.h: Fix child_wait prototype and include target.h.
2562 * Makefile.in (ALLPARAM): Add config/nm-lynx.h.
2566 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
2570 * config/i386/xm-linux.h: Define HAVE_TERMIOS.
2574 * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment.
2578 * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960
2579 is defined. Otherwise just report TARGET_SIGNAL_UNKNOWN.
2581 * mips-tdep.c (mips_push_arguments): Byteswap struct_addr before
2584 Add search to target vector (#if 0'd until after 4.12):
2585 * target.h (to_search, target_search): Add.
2586 * gdbcore.h, core.c (generic_search): Add.
2587 * remote.c (remote_search): Add.
2588 * a29k-tdep.c (init_frame_info): Use target_search to find traceback
2591 * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
2592 is on, call find_pc_function rather than relying just on the minimal
2593 symbols (probably only matters for symbol readers which don't put
2594 statics in the minimal symbols, but changing this strikes me as
2595 not conservative enough).
2596 Initialize name_location in all cases.
2597 If no symbol and no msymbol, don't print anything symbolic.
2599 * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0.
2603 * printcmd.c (print_address_symbolic): Make it search the
2604 symtabs for variables as well as functions. Add `set print
2605 fast-symbolic-addr' and default it to fast (the old way).
2606 Print line numbers for data items as well as functions.
2608 * symtab.c (find_addr_symbol): Return the symtab and the symbol
2609 address, if a symbol is found (take two more args pointing to
2610 where to store these results).
2612 * symtab.h (find_addr_symbol): Add prototype.
2616 * objfiles.h: Fix comments to reflect the fact that the phrase
2617 "top of stack" always refers to where the pushing and popping takes
2618 place, regardless of whether it is at the highest or lowest address.
2622 * mdebugread.c (parse_symbol): Do not set TYPE_TAG_NAME for
2623 compiler generated tag names.
2624 * mdebugread.c (parse_type): Handle cross references to qualified
2626 * valops.c (value_struct_elt): Improve error message if the
2627 address of a method is requested from an object instance.
2628 * valops.c (search_struct_method): Make name_matched non-static
2629 to get it initialized correctly.
2630 * config/i386/nm-i386sco.h (CANNOT_STORE_REGISTER): Define to
2631 exclude segment register which are not writable on newer SCO versions.
2635 * go32-xdep.c: Remove unused function uerror.
2636 (sigsetmask): Declare return type. Declare argument (to match the
2637 way it is called). Explicitly return 0.
2641 * symtab.h (struct symbol, general_symbol_info, minimal_symbol,
2642 partial_symbol): Shrink the storage sizes of symbols, by making
2643 enums into 1-byte bitfields when compiled __GNUC__, moving all the
2644 enums and small ints to the end of each struct to improve
2645 alignment, and switching the section number from int to unsigned
2650 * symtab.c (find_addr_symbol): New routine that will find the nearest
2651 symbol associated with an address. It does so by exhaustive
2652 search of the symtabs, so it's slow but complete.
2656 * coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab
2657 to [0,0] rather than [0, end of first source file]. This avoids
2658 problems with other parts of GDB looking for linetables in the
2659 _globals_ symtab. Eliminate variables num_object_files and
2660 first_object_file_end.
2664 * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag.
2665 (pop_frame): Restore PC2 and LR0 from dummy frames.
2666 (push_dummy_frame): Save PC2 and LR0 into dummy frames.
2667 (setup_arbitrary_frame): Handle 3 args and set up real frames.
2668 * config/a29k/tm-a29k.h (FRAME_NUM_ARGS): Update comments.
2669 (DUMMY_FRAME_RSIZE): Add 2 longwords for PC2 and LR0.
2670 (SETUP_ARBITRARY_FRAME): Define.
2674 * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
2678 * remote-udi.c (udi_resume): Correct prototype.
2682 * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call
2683 hppa_frame_find_saved_regs.
2684 * hppa-tdep.c (dig_fp_from_stack): Delete function.
2685 (prologue_inst_adjust_sp): New function.
2686 (is_branch, inst_saves_gr, inst_saves_fr): New functions.
2687 (skip_prologue): Completely rewrite to use unwind information.
2688 (hppa_frame_find_saved_regs): Likewise.
2692 * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol
2693 to convert a signal number with appropriate bounds checking.
2695 * remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377).
2699 * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined,
2700 print a newline to end the display anyway.
2702 * sparc-tdep.c (sparc_pop_frame): Pop the fsr and csr (float and
2703 coprocessor status regs) when popping a frame. This fixes
2704 float exceptions that occur after calling inferior functions.
2706 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
2707 Read and write the fsr (float status register) to/from the child
2708 process along with the float regs. Remove Peter Schauer's change
2709 of May 24 '93, which has higher overhead and doesn't solve the
2710 real problem (which was that FSR wasn't being set).
2714 * a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ
2715 stack overflow check isn't right after the register stack
2716 adjustment instruction. Metaware R2.3u compiler moves other
2717 things in front of it. This fix isn't perfect but is what's
2722 * c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT.
2724 * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14
2725 character filenames.
2726 * configure.in: Change accordingly.
2730 * m68k-stub.c, sparc-stub.c: removed spurious introduction of
2731 _filtered io routines from these two files.
2735 * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,
2736 config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
2737 * mdebugread.c (parse_symbol): Handle enum sh.type produced by
2739 * mdebugread.c (add_line): Handle zero linenos produced by DEC c89.
2743 * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
2744 printing to gdb_stderr.
2746 * remote-udi.c (udi_kill): Don't close the connection, just set
2747 inferior_pid to zero.
2748 (udi_mourn): Call remove_breakpoints.
2750 * remote-udi.c: Remove obsolete need_artificial_traps comment.
2752 * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc.
2756 * symtab.c (lookup_symbol): Don't try adding .c to the name.
2758 * remote-bug.c: At the start of each section, reset srec_frame
2761 * target.h: Add TARGET_WAITKIND_LOADED and TARGET_WAITKIND_SPURIOUS.
2762 * target.c (store_waitstatus): Add CHILD_SPECIAL_WAITSTATUS hook.
2763 * infrun.c (wait_for_inferior): Replace SIGTRAP_STOP_AFTER_LOAD with
2764 code which looks for those two waitkinds. Use switch statement.
2765 * config/rs6000/tm-rs6000.h: Replace SIGTRAP_STOP_AFTER_LOAD with
2766 CHILD_SPECIAL_WAITSTATUS.
2768 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
2769 * Move target_signal_from_host, target_signal_to_host, and
2770 store_waitstatus from inftarg.c to target.c. procfs needs them.
2771 * target.c: Include "wait.h" and <signal.h>.
2772 * target.h, infrun.c (proceed), proceed callers: Pass new code
2773 TARGET_SIGNAL_DEFAULT instead of -1. This avoids problems with
2774 enums being treated as unsigned and is cleaner.
2775 * infrun.c (signals_info): Don't print TARGET_SIGNAL_DEFAULT or
2777 * infcmd.c (signal_command), infrun.c (signals_info):
2778 Don't allow user to specify numeric equivalent of
2779 TARGET_SIGNAL_DEFAULT.
2783 * config/alpha/alpha-netware.mt: New target support for Alpha
2785 * configure.in: Add alpha-*-netware* target.
2789 * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
2793 * target.h: Add enum target_waitkind, enum target_signal, and
2794 struct target_waitstatus. Change status argument to target_wait to
2795 be struct target_waitstatus * instead of int *.
2796 * target.h, infrun.c, all targets: Change type of signal arguments
2797 to resume(), proceed(), and target_resume() from int to enum
2799 * All targets (*_wait, *_resume): Change accordingly.
2800 * infcmd.c (program_info, signal_command), throughout infrun.c,
2801 * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff.
2802 * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex
2803 signal code stuff right with the new signals would be non-trivial).
2804 * inferior.h (stop_signal): Make it enum target_signal not int.
2805 * target.c, target.h (target_signal_to_string, target_signal_to_name,
2806 target_signal_from_name): New functions.
2807 * inftarg.c, target.h (target_signal_to_host, target_signal_from_host,
2808 store_waitstatus): New functions.
2809 * procfs.c (procfs_notice_signals): Use them.
2810 * i960-tdep.c (i960_fault_to_signal): New function, to replace
2812 * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
2814 * objfiles.c (build_objfile_section_table): Don't abort() if
2815 objfile->sections is already set.
2817 * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
2818 to match recent change to exec.c.
2822 * main.c (print_gdb_version): Change year to 1994.
2824 * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
2825 * Makefile.in (NONSRC): Add ChangeLog-93.
2829 * stabsread.c (read_type): Allow defining several type numbers
2830 at once (e.g. "(1,2)=(3,4)="...).
2832 * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
2834 * breakpoint.c (frame_in_dummy): Check PC as well as frame.
2838 * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbols
2839 to process_one_symbol.
2840 * symtab.c (find_pc_psymbol): Search global_psymbols as well to
2841 avoid caching a bad endaddr in find_pc_partial_function.
2845 * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
2849 * infrun.c (wait_for_inferior): Do not step or step resume past
2850 the end of a one-line function we just stepped into.
2852 For older changes see ChangeLog-93
2858 version-control: never