]>
Commit | Line | Data |
---|---|---|
cef4c2e7 PS |
1 | Tue Oct 5 12:17:40 1993 Peter Schauer ([email protected]) |
2 | Jim Kingdon ([email protected]) | |
3 | Stu Grossman ([email protected]) | |
4 | ||
5 | Changes to support alpha OSF/1 in native mode. | |
6 | * alpha-nat.c, alpha-tdep.c, config/alpha/alpha-osf1.mt, | |
7 | config/alpha/nm-alpha.h, config/alpha/tm-alpha.h, osfsolib.c: | |
8 | New files. | |
9 | * Makefile.in: Add new files and dependencies. | |
10 | * configure.in: Add alpha target. | |
11 | * config/alpha/alpha-osf1.mh (NATDEPFILES): Add osfsolib.o | |
12 | * config/alpha/alpha-osf1.mh (MH_CFLAGS): Remove, we can handle | |
13 | shared libraries now. | |
14 | * config/alpha/xm-alpha.h: Cleanup, get MAKEVA_* defines right. | |
15 | ||
16 | * defs.h (CORE_ADDR): Make its type overridable via CORE_ADDR_TYPE, | |
17 | provide `unsigned int' default. | |
18 | * breakpoint.c (breakpoint_auto_delete): Delete only if we really | |
19 | stopped for the breakpoint. | |
20 | * stabsread.c, stabsread.h (define_symbol): Change valu parameter | |
21 | to a CORE_ADDR. | |
22 | * stabsread.c (read_range_type): Handle the case where the lower | |
23 | bound overflows and the upper doesn't and the range is legal. | |
24 | * infrun.c (resume): Do not step a breakpoint instruction if | |
25 | CANNOT_STEP_BREAKPOINT is defined. | |
26 | ||
27 | * inferior.h (CALL_DUMMY_LOCATION): New variant AT_ENTRY_POINT. | |
28 | Now that we have the bp_call_dummy breakpoint the call dummy code | |
29 | is no longer needed. PUSH_DUMMY_FRAME, PUSH_ARGUMENTS and | |
30 | FIX_CALL_DUMMY can be used to set up everything for the dummy. | |
31 | The breakpoint for the dummy is set at the entry point and thats it. | |
32 | * blockframe.c (inside_entry_file, inside_entry_func): Do not stop | |
33 | backtraces if pc is in the call dummy at the entry point. | |
34 | * infcmd.c (run_stack_dummy): Handle AT_ENTRY_POINT case. Use | |
35 | the expected breakpoint pc when setting up the frame for | |
36 | set_momentary_breakpoint. | |
37 | * symfile.c (entry_point_address): New function for AT_ENTRY_POINT | |
38 | support. | |
39 | * valops.c (call_function_by_hand): Handle AT_ENTRY_POINT case. | |
40 | ||
e8e13040 JK |
41 | Tue Oct 5 11:37:02 1993 Jim Kingdon ([email protected]) |
42 | ||
43 | * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux). | |
44 | Change other hppa host entries to use -*- not -hp-. | |
45 | ||
46 | Mon Oct 4 19:16:14 1993 Ian Lance Taylor ([email protected]) | |
47 | ||
48 | * i386-nlmstub.c: New file; debugging stub for i386 NetWare. Must | |
49 | be compiled with NetWare header files and turned into an NLM with | |
50 | nlmconv. | |
51 | ||
4abc83b9 JK |
52 | Mon Oct 4 11:02:11 1993 Jim Kingdon ([email protected]) |
53 | ||
291b84ff JK |
54 | * minsyms.c (lookup_minimal_symbol_by_pc): Don't use mst_abs symbols. |
55 | ||
7db8914c JK |
56 | * dbxread.c (process_one_symbol): Make n_opt_found static. |
57 | ||
c458501e JK |
58 | * Rename i386lynx-tdep.c to i386ly-tdep.c for 14 character file names. |
59 | * Makefile.in, config/i386/i386lynx.mt: Change accordingly. | |
60 | ||
4abc83b9 JK |
61 | * values.c (record_latest_value): Fetch lazy values and set VALUE_LVAL |
62 | to not_lval. | |
63 | ||
965a5c32 SS |
64 | Sun Oct 3 15:54:51 1993 Stan Shebs ([email protected]) |
65 | ||
4abc83b9 | 66 | * objfiles.h (objfile): New slot sym_stab_info, use by most |
965a5c32 SS |
67 | stab-reading formats. |
68 | * gdb-stabs.h (DBX_SYMFILE_INFO): Access sym_stab_info instead of | |
69 | sym_private. | |
70 | * coffread.c (coff_symfile_init): Alloc struct for sym_stab_info. | |
71 | * dbxread.c, elfread.c, paread.c: Change sym_private references to | |
72 | sym_stab_info references. | |
73 | ||
bde18e3e JK |
74 | Sat Oct 2 19:28:35 1993 Jim Kingdon ([email protected]) |
75 | ||
77fe3f84 JK |
76 | * mipsread.c, objfiles.c, utils.c: Use PTR not void *. RISC/OS |
77 | 4.02 lacks void *. | |
78 | * elfread.c: Use void * not PTR inside PARAMS. | |
79 | ||
bde18e3e JK |
80 | * config/mips/news-mips.mh: Remove coredep.o; mips-nat.o does it. |
81 | * config/mips/news-mips.mh: Define NAT_FILE not NM_FILE. | |
82 | * config/mips/nm-news-mips.h: Include mips/nm-mips.h not nm-mips.h. | |
83 | ||
ead291d4 SG |
84 | Sat Oct 2 16:05:22 1993 Stu Grossman (grossman at cygnus.com) |
85 | ||
86 | * Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt, | |
87 | tm-i386lynx.h: Add support for SVR3 COFF shared libraries. | |
88 | ||
e05fe481 JK |
89 | Sat Oct 2 15:50:41 1993 Jim Kingdon ([email protected]) |
90 | ||
422a1955 JK |
91 | * m88k-nat.c (store_inferior_registers): When writing all registers, |
92 | don't try to write EXIP_REGNUM or ENIP_REGNUM (not needed for this | |
93 | case, and they cause trouble). | |
94 | ||
e05fe481 JK |
95 | * TODO: Don't suggest doing fast watchpoints by stepping a line |
96 | at a time. That would be really hairy and still not fast enough. | |
97 | Do suggest debug registers and page table diddling. | |
98 | ||
f73b07c9 JK |
99 | Fri Oct 1 14:54:46 1993 Jim Kingdon ([email protected]) |
100 | ||
101 | * printcmd.c (do_examine): Make meaning of 'h', 'w', and 'g' not | |
102 | depend on builtin_type_*. Instead, it is always 2, 4, and 8 bytes | |
103 | like the documentation says. | |
104 | * printcmd.c (decode_format) [CC_HAS_LONG_LONG]: Remove 'l' as | |
105 | synonym for 'g'. This was never documented, it shouldn't depend on | |
106 | CC_HAS_LONG_LONG, and I don't see what's wrong with 'g'. | |
107 | ||
6cb30309 KH |
108 | Fri Oct 1 10:06:35 1993 Kung Hsu ([email protected]) |
109 | ||
110 | * symtab.c: fix a bug in testsuite (virtfunc.exp) | |
111 | ||
01dfd415 JK |
112 | Thu Sep 30 11:30:56 1993 Jim Kingdon ([email protected]) |
113 | ||
3d8536f3 JK |
114 | * m88k-nat.c (fill_gregset): Fix typo (R_SFIP -> R_FIP). |
115 | ||
116 | * c-typeprint.c (c_type_print_base, TYPE_FN_FIELD_STUB code): | |
117 | If demangled name lacks a colon, don't dump core. | |
118 | ||
dfbf0208 JK |
119 | * blockframe.c (find_pc_partial_function): If pst->readin is |
120 | set, don't try to get symbols from pst. | |
121 | ||
2289e1c3 JK |
122 | * inflow.c (generic_mourn_inferior): Call reinit_frame_cache |
123 | instead of doing it ourself. | |
124 | * blockframe.c (reinit_frame_cache): Use code which was in | |
125 | generic_mourn_inferior so we can use this function even when | |
126 | we have switched targets. | |
c5198d93 JK |
127 | * corelow.c (core_detach): Call reinit_frame_cache. |
128 | * target.c (target_detach): Don't call generic_mourn_inferior | |
129 | (revert yesterday's change, now handled by core_detach). | |
130 | * objfiles.c (free_objfile): Detach any core file if we call | |
131 | SOLIB_CLEAR. #include target.h. | |
132 | ||
01dfd415 JK |
133 | * fork-child.c (fork_inferior): Don't call target_terminal_init |
134 | and target_terminal_inferior until we are sure that the inferior | |
135 | has called gdb_setpgid. This fixes PR 2900 (Schauer tracked it | |
136 | down and was able to reliably reproduce it by putting a sleep() | |
137 | before the gdb_setpgid()). | |
138 | ||
8d658c08 PS |
139 | Thu Sep 30 12:00:49 1993 Peter Schauer ([email protected]) |
140 | ||
141 | * c-exp.y, m2-exp.y: Change type of address for msymbol to | |
142 | builtin_type_long. | |
143 | * infptrace.c (fetch_register, store_inferior_register, | |
144 | child_xfer_memory): Use PTRACE_XFER_TYPE for the type of ptrace | |
145 | transfers. Provide an `int' default for PTRACE_XFER_TYPE. | |
146 | ||
8f341c15 JK |
147 | Thu Sep 30 11:30:56 1993 Jim Kingdon ([email protected]) |
148 | ||
185d20fc JK |
149 | * defs.h (TARGET_*_BIT): Don't use host information (sizeof) in |
150 | picking defaults. | |
151 | ||
8f341c15 JK |
152 | * cp-valprint.c (cp_is_vtbl_ptr_type): Continue to accept old form. |
153 | ||
154 | Thu Sep 30 11:25:55 1993 Kung Hsu ([email protected]) | |
155 | ||
156 | * cp-valprint.c (cp_is_vtbl_ptr_type): | |
157 | change vtable field name to __vtbl (pr2695). | |
158 | ||
159 | * symtab.c (gdb_mangle_name): fix a bug, to get mangled name right. | |
160 | ||
9040a00b SG |
161 | Wed Sep 29 18:34:22 1993 Stu Grossman (grossman at cygnus.com) |
162 | ||
163 | * Makefile.in: Add deps for i386lynx-nat.o and i386lynx-tdep.o to | |
164 | keep non-gnu makes happy. | |
165 | ||
33f00b44 JK |
166 | Wed Sep 29 10:52:19 1993 Kung Hsu ([email protected]) |
167 | ||
168 | * c-valprint.c: to fix virtual table print bug (pr2695). | |
169 | ||
6cb30309 | 170 | >>>>>>> 1.1795 |
49781499 JK |
171 | Wed Sep 29 10:52:19 1993 Jim Kingdon ([email protected]) |
172 | ||
173 | * target.c (target_detach): Call generic_mourn_inferior. | |
174 | * inflow.c (generic_mourn_inferior): Call flush_cached_frames. | |
175 | ||
0ccbaadc JK |
176 | Tue Sep 28 23:08:59 1993 Jim Kingdon ([email protected]) |
177 | ||
898140fe | 178 | * dbxread.c, coffread.c, elfread.c: A few changes to comments. |
0ccbaadc | 179 | |
b5b186a2 SS |
180 | Tue Sep 28 18:39:37 1993 Stan Shebs ([email protected]) |
181 | ||
182 | * configure.in: Rename ...-lynx* to ...-lynxos*. | |
183 | Add m68*-*-lynxos* configuration. | |
184 | * dbxread.c (coffstab_build_psymtabs): New function, | |
185 | interfaces coffread.c to dbxread functions. | |
186 | * coffread.c (coff_symfile_info): Expand to include | |
187 | dbx_symfile_info slots. | |
188 | (coff_symfile_init): Init coff_symfile_info struct. | |
189 | (coff_locate_sections): New functions, finds the stab and stabstr | |
190 | sections. | |
191 | (coff_symfile_read): Call coffstab_build_psymtabs if a stab | |
192 | section is present. | |
193 | (coff_section_offsets): Replace fake version with real offsets. | |
194 | ||
f1ca2bdf JK |
195 | Tue Sep 28 18:00:50 1993 Jim Kingdon ([email protected]) |
196 | ||
197 | * infcmd.c (run_stack_dummy): Set the frame in the bp_call_dummy | |
198 | breakpoint. | |
199 | ||
01f5ed6d ILT |
200 | Tue Sep 28 17:53:26 1993 Ian Lance Taylor ([email protected]) |
201 | ||
202 | * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS. | |
203 | * config/tm-sysv4.h: Don't include solib.h. | |
204 | * config/xm-sysv4.h: Don't define SVR4_SHARED_LIBS. | |
205 | * config/i386/i386v4.mt (TDEPFILES): Move solib.o from here... | |
206 | * config/i386/i386v4.mh (NATDEPFILES): ...to here. | |
207 | * config/i386/nm-i386v4.h: Include nm-sysv4.h. | |
b5b186a2 | 208 | * config/m68k/amix.mt (TDEPFILES): Move solib.o from here... |
01f5ed6d ILT |
209 | * config/m68k/amix.mh (NATDEPFILES): ...to here. |
210 | ||
5573d7d4 JK |
211 | Tue Sep 28 09:45:38 1993 Peter Schauer ([email protected]) |
212 | ||
213 | * symmisc.c (print_symbol): Use %02x not %2x for LOC_CONST_BYTES. | |
214 | ||
215 | Clean up problems with targets and hosts that have 64 bit longs | |
216 | and pointers and 32 bit ints. | |
217 | * breakpoint.c, buildsym.c, c-lang.c, c-valprint.c, ch-lang.c, | |
218 | ch-valprint.c, core.c, cp-valprint.c, dbxread.c, exec.c, | |
219 | expprint.c, gdbtypes.c, infcmd.c, language.c, language.h, | |
220 | m2-lang.c, maint.c, mips-tdep.c, mipsread.c, partial-stab.h, | |
221 | printcmd.c, remote-vx.c, solib.c, source.c, stack.c, symfile.c, | |
222 | symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c: | |
223 | Change all printf formats from %x to %lx if outputting an address. | |
224 | Change la_*_format to use long format. | |
225 | local_hex_string, local_hex_string_custom now take an unsigned long | |
226 | argument, change all callers. | |
227 | * coffread.c (read_coff_symtab): Remove superfluous cast for | |
228 | complaint output. | |
229 | * dbxread.c (end_psymtab): Cast MSYMBOL_INFO to long, not int. | |
c9e92abd | 230 | * findvar.c, value.h (write_register): Change val to LONGEST. |
5573d7d4 JK |
231 | * gdbtypes.h (struct type): Change `bitsize' to long as |
232 | TYPE_FIELD_STATIC_PHYSNAME uses this field as a pointer. | |
233 | * inferior.h (struct inferior_status): Change type of stop_pc to | |
234 | CORE_ADDR. | |
235 | * language.h (local_octal_string, local_octal_string_custom): | |
236 | Remove prototype, the functions are neither defined nor used. | |
237 | * mipsread.c (parse_symbol): Use temporary variable for bitsize as | |
238 | f->bitsize is a long now. | |
239 | * objfiles.c (add_to_objfile_sections, build_objfile_section_table): | |
240 | Use unsigned long casts instead of int for abusing sections_end | |
241 | pointer as integer. | |
242 | * stack.c (parse_frame_specification): Change type of `args' to | |
243 | CORE_ADDR for SETUP_ARBITRARY_FRAME. | |
244 | ||
245 | * printcmd.c (make_vasize): Allow redefinition via MAKEVA_SIZE. | |
246 | * mipsread.c (parse_type): Alpha cc now supports the t->continued | |
247 | bit, update algorithm to match the way the compiler uses it. | |
248 | ||
aca4585c JK |
249 | Tue Sep 28 12:05:11 1993 Jim Kingdon ([email protected]) |
250 | ||
251 | * utils.c (fprintfi_filtered): Fix comments. | |
252 | ||
f0fcf00a SG |
253 | Mon Sep 27 18:10:08 1993 Stu Grossman (grossman at cygnus.com) |
254 | ||
255 | * coffread.c (read_coff_symtab): Don't call getfilename if there | |
256 | are no auxents. | |
257 | ||
7fc6a6b5 JK |
258 | Mon Sep 27 10:22:37 1993 Jim Kingdon ([email protected]) |
259 | ||
01d3fdba JK |
260 | * symtab.c (find_pc_line): Fix comments. |
261 | ||
7fc6a6b5 JK |
262 | * remote-udi.c (udi_mourn): Don't pop target. |
263 | ||
6cb30309 | 264 | >>>>>>> 1.1783 |
d113e6b2 SG |
265 | Fri Sep 24 17:25:41 1993 Stu Grossman (grossman at cygnus.com) |
266 | ||
267 | * corelow.c: Add multi thread/process support for core files with | |
268 | .reg/XXX pseudo-sections. | |
269 | * i386lynx-nat.c thread.h thread.c: Remove unnecessary core file | |
270 | support. | |
271 | ||
114221b5 JK |
272 | Thu Sep 23 10:49:37 1993 Jim Kingdon ([email protected]) |
273 | ||
d113e6b2 SG |
274 | * remote-udi.c (download): Skip zero length sections. |
275 | ||
d4778d0f JK |
276 | * valops.c (search_struct_method, value_struct_elt): |
277 | Use (value)-1, not -1, for error. | |
278 | ||
114221b5 JK |
279 | * infcmd.c (step_1), infrun.c (wait_for_inferior): Add comments |
280 | about SHIFT_INST_REGS. | |
281 | ||
282 | * exec.c (exec_file_command): Set text_end based on all code readonly | |
283 | sections, not just ".text". | |
284 | ||
285 | * defs.h, infcmd.c, config/z8k/tm-z8k.h, config/m88k/tm-m88k.h, | |
286 | config/sh/tm-sh.h, config/h8300/tm-h8300.h, config/h8500/tm-h8500.h, | |
287 | z8k-tdep.c: Remove all references to ADDR_BITS_SET. | |
288 | * config/m88k/tm-m88k.h: Define TARGET_WRITE_PC. | |
289 | ||
abef03ce | 290 | * config/m88k/tm-m88k.h, m88k-tdep.c: Add call function stuff. |
114221b5 | 291 | |
8b52d486 PS |
292 | Thu Sep 23 00:13:06 1993 Peter Schauer ([email protected]) |
293 | ||
294 | * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Define as noop as | |
295 | the pushing of the struct return address is already handled in | |
296 | mips_push_arguments. | |
297 | * mips-tdep.c (reinit_frame_cache_sfunc): Fix typo in prototype | |
298 | declaration. | |
299 | * mipsread.c (parse_symbol, parse_type, upgrade_type): Add more | |
300 | sanity checks for corrupt symbol entries to avoid core dumps | |
301 | reported by [email protected]. Obviously Ultrix 4.3A cc now has | |
302 | the same problems as the OSF/1 alpha cc. | |
303 | * mipsread.c (parse_lines): Iterate over the range of the compressed | |
304 | line number entries, the old iteration sometimes failed to stop | |
305 | and wrote past the end of the LINETABLE. Add sanity check to avoid | |
306 | the same problem in case the line number info is corrupt. | |
307 | * mipsread.c (parse_procedure): Adjust pdr for alpha __sigtramp. | |
308 | * mipsread.c (parse_external, parse_partial_symbols): Ignore stNil | |
309 | symbols that are produced for statics in .o files and stLocal symbols | |
310 | that are produced for every section in OSF/1 dynamically linked | |
311 | executables. | |
312 | * mipsread.c (psymtab_to_symtab_1): Put out `undefined symbols' | |
313 | warning only under `verbose on' as there are many undefined symbols | |
314 | in a dynamically linked executable. | |
315 | ||
6deb63ab JK |
316 | Wed Sep 22 10:28:06 1993 Jim Kingdon ([email protected]) |
317 | ||
a9b35c67 JK |
318 | * config/i960/nindy960.mt: Don't define REMOTE_O; REMOTE_O was |
319 | intended only for VxWorks. Remove dcache.o from TDEPFILES now | |
320 | that we pick it up from the default REMOTE_O. | |
321 | ||
bdef72d2 JK |
322 | * breakpoint.c (bpstat_what): Initialize retval.call_dummy and |
323 | retval.step_resume. | |
324 | ||
e797b4bc | 325 | * mips-tdep.c (mips_frame_chain): If frame size zero, return zero. |
3f528883 | 326 | * rs6000-tdep.c: Add comment about framelessness. |
bdef72d2 | 327 | |
6deb63ab JK |
328 | * remote-nindy.c: Declare ninMemGet and ninMemPut. |
329 | ||
b1eaba9a SG |
330 | Wed Sep 22 08:02:57 1993 Stu Grossman (grossman at cygnus.com) |
331 | ||
332 | * Makefile.in: Add i386lynx-tdep to the right places. | |
333 | (TARDIRS): Add gdbserver. | |
334 | ||
335 | * exec.c (print_section_info): Print entry point. | |
336 | * i386lynx-nat.c (i386lynx_saved_pc_after_call): Move into | |
337 | i386lynx-tdep.c. Add core file support. | |
338 | * i386lynx-tdep.c: New module for Lynx/386 target dependant code. | |
339 | * maint.c: Add `maint info sections' command to print info about all | |
340 | sections that BFD knows about for exec and core files. | |
341 | * sparc-tdep.c (sparc_push_dummy_frame): Update stack pointer | |
342 | before putting frame on the stack. Consolidate writes to reduce | |
343 | traffic for remote debugging. | |
344 | * config/i386/i386lynx.mh (NATDEPFILES): Remove exec.o. | |
345 | * config/i386/i386lynx.mt (TDEPFILES): Add exec.o, i386lynx-tdep.o. | |
346 | * config/i386/nm-i386lynx.h: Add target_pid_to_str(). | |
347 | * config/i386/tm-i386lynx.h: Remove target_pid_to_str(). | |
348 | * sparclite/Makefile.in: Add deps to keep Sun make happy. | |
349 | ||
cb6b0202 JK |
350 | Tue Sep 21 17:48:14 1993 Jim Kingdon ([email protected]) |
351 | ||
352 | * breakpoint.h, breakpoint.c (bpstat_stop_status): Add new argument | |
353 | not_a_breakpoint. | |
354 | * infrun.c (wait_for_inferior): Pass it. Also consolidate the | |
355 | test of whether we are stepping into a CURRENTLY_STEPPING macro. | |
356 | ||
817ac7f8 RP |
357 | Tue Sep 21 17:22:34 1993 K. Richard Pixley ([email protected]) |
358 | ||
359 | * breakpoint.c (bpstat_stop_status), | |
360 | infcmd.c (step_1), | |
cb6b0202 JK |
361 | infrun.c (wait_for_inferior): collapse SHIFT_INST_REGS ifdef |
362 | and insert macro. | |
817ac7f8 RP |
363 | |
364 | * m88k-tdep.c: include ieee-float.h. new global target_is_m88110. | |
365 | new const struct ext_format_m88110 for float format. | |
366 | (pic_prologue_code): add braces. | |
367 | (next_insn): remove unused variable buf. | |
368 | (frame_find_saved_regs): remove unused variables next_addr, | |
369 | saved_regs, regnum. | |
370 | (frame_locals_address): remove unused variables frame, ap. | |
371 | (frame_args_address): remove unused variables frame, ap. | |
372 | (push_parameters): add some breaks and a default case. | |
373 | ||
374 | * remote-bug.c: remove redundant includes of value.h, target.h, | |
375 | serial.h. | |
376 | (bug_open): corrected typo, sr_multi_scan -> gr_multi_scan. | |
377 | (bug_fetch_register): special case sfip register for m88110. | |
378 | remove flag bit masking of pc registers. This should be handled | |
379 | by the ADDR_BITS_* macros. | |
380 | (bug_store_register): special case sfip register for m88110. | |
381 | Corrected sprint format for extended registers. | |
382 | ||
383 | * config/m88k/tm-m88k.h: white space and comment changes. include | |
384 | ieee-float.h. expanded to cope with m88110 extended registers. | |
385 | (R0_REGNUM, XFP_REGNUM, X0_REGNUM): new macros. | |
386 | (SHIFT_INST_REGS): becomes a real macro. | |
387 | ||
bb7b3800 JK |
388 | Tue Sep 21 17:48:14 1993 Jim Kingdon ([email protected]) |
389 | ||
390 | * breakpoint.c (breakpoint_1): Support bp_call_dummy. | |
391 | ||
610a7e74 ILT |
392 | Tue Sep 21 17:06:19 1993 Ian Lance Taylor ([email protected]) |
393 | ||
394 | * elfread.c (record_minimal_symbol_and_info): Guess the section to | |
395 | use from the type. | |
396 | * objfiles.c: Include gdb-stabs.h for SECT_* macros. | |
397 | (objfile_relocate): Relocate textlow and texthigh in psymtabs. | |
398 | Relocate partial symbols. Check that minimal SYMBOL_SECTION is | |
399 | nonnegative before using it. | |
400 | * symtab.h: Adjust section field comment. | |
401 | ||
402 | * remote.c (interrupt_query): New function. | |
403 | (remote_interrupt_twice): Call interrupt_query. | |
404 | (putpkt, getpkt): If quit_flag is set, call interrupt_query. | |
405 | (remote_wait): Don't bother with objfile_relocate if the addresses | |
406 | haven't changed. | |
407 | (remote_fetch_registers): If we see a packet that doesn't start | |
408 | with a hex character, fetch a new one. | |
409 | ||
8b05f64a JK |
410 | Tue Sep 21 11:44:00 1993 Jim Kingdon ([email protected]) |
411 | ||
e15f2a54 JK |
412 | * remote.c, remote-utils.c: Use SERIAL_FLUSH_INPUT after opening it. |
413 | ||
4ef6b451 JK |
414 | * printcmd.c (print_scalar_formatted): When truncating value we are |
415 | going to print as unsigned, handle it generally for any length | |
416 | less than sizeof (LONGEST), rather than special-casing sizeof (char), | |
417 | sizeof (short), and sizeof (long). Clarify comment on what this | |
418 | is for. | |
419 | ||
8b05f64a JK |
420 | * symfile.c (deduce_language_from_filename): Accept .cxx for C++. |
421 | * buildsym.c (start_subfile): Use deduce_language_from_filename | |
422 | rather than checking for .C or .cc ourself. | |
423 | ||
424ab390 JK |
424 | Mon Sep 20 14:53:11 1993 Jim Kingdon ([email protected]) |
425 | ||
1bef45ea JK |
426 | * defs.h: Declare argument of re_comp as const char *. |
427 | ||
66a48870 JK |
428 | * remote.c, remote-mips.c: Use sr_get_debug not remote_debug. |
429 | ||
424ab390 JK |
430 | * README: Say using bfd from another release doesn't generally work. |
431 | ||
84d59861 JK |
432 | Sat Sep 18 10:13:18 1993 Jim Kingdon ([email protected]) |
433 | ||
1fdbc4d1 JK |
434 | * mipsread.c (parse_type): Don't complain() if we guessed struct |
435 | and it was a union, or vice versa. | |
436 | ||
84d59861 JK |
437 | * defs.h (make_cleanup): Change PTR to void * when inside PARAMS. |
438 | ||
439 | Some of the following is in #ifdef CALL_DUMMY_BREAKPOINT_OFFSET. | |
440 | * breakpoint.h (enum bptype): Add bp_call_dummy. | |
441 | (struct bpstat_what): Add call_dummy field. | |
442 | * infrun.c (wait_for_inferior): Deal with it. | |
443 | * breakpoint.c (bpstat_what): Deal with call dummy breakpoint. | |
444 | * infcmd.c (run_stack_dummy): Set the call dummy breakpoint. | |
445 | * config/sparc/tm-sparc.h: Define CALL_DUMMY_BREAKPOINT_OFFSET. | |
40b92220 JK |
446 | |
447 | * remote-sim.h: New file. | |
448 | * remote-sim.c: Add remote debug feature. Rename stuff to distinguish | |
449 | interface to simulator from gdb-specific stuff. Other changes. | |
450 | start-sanitize-v9 | |
451 | * remote-sp64sim.c: Renamed to remote-sim.c. | |
452 | Use sr_get_debug instead of our own sim_verbose/simif_snoop. | |
453 | Use gnutarget in call to bfd_openr. | |
454 | Rename simif_* to gdbsim_*. | |
455 | * config/sparc/sp64sim.mt: Change remote-sp64sim.c to remote-sim.c. | |
456 | end-sanitize-v9 | |
457 | ||
30d20d15 PS |
458 | Fri Sep 17 04:41:17 1993 Peter Schauer ([email protected]) |
459 | ||
460 | * findvar.c (extract_signed_integer): Cast *p to LONGEST before doing | |
461 | the xor and subtract. Otherwise it will not sign extend if the type | |
462 | of LONGEST is larger than int. | |
463 | * cp-valprint.c (cp_print_class_method): Inhibit core dump if | |
464 | domain is an undefined cross reference. | |
465 | * valops.c (call_function_by_hand): Set real_pc to correct | |
466 | value if CALL_DUMMY_LOCATION != ON_STACK. | |
467 | ||
f8efbf22 JK |
468 | Thu Sep 16 20:37:06 1993 Jim Kingdon ([email protected]) |
469 | ||
470 | * config/a29k/tm-a29k.h (FRAME_CHAIN): If rsize is zero, return zero. | |
471 | ||
c9de302b SG |
472 | Thu Sep 16 13:16:22 1993 Stu Grossman (grossman at cygnus.com) |
473 | ||
474 | * infrun.c (wait_for_inferior): Allow user to single step within | |
475 | a stack dummy. | |
476 | ||
2670a1dd JK |
477 | Thu Sep 16 12:34:01 1993 Jim Kingdon ([email protected]) |
478 | ||
479 | * dbxread.c (copy_pending): Deal with END NULL. | |
480 | (process_one_symbol): Add comments about what common_block NULL means. | |
481 | ||
ca0622e7 JK |
482 | Wed Sep 15 14:50:26 1993 Jim Kingdon ([email protected]) |
483 | ||
484 | * remote-udi.c, remote-adapt.c, remote-mm.c: Move processor_type | |
485 | to tm-a29k.h and a29k-tdep.c and make it an enum. | |
486 | * a29k-tdep.c (a29k_get_processor_type): New function. Fix many | |
487 | aspects of how we detected the processor type. | |
488 | * remote-udi.c, remote-adapt.c, remote-mm.c (*_open): Call it | |
489 | rather than figuring out the type ourselves. | |
490 | ||
f2e21136 SG |
491 | Thu Sep 16 12:12:59 1993 Stu Grossman (grossman at cygnus.com) |
492 | ||
493 | * sparc-stub.c (_trap_low): Do restore/save sequence after | |
494 | setting sp to ensure that we load the previous window from the | |
495 | right place on the stack. | |
496 | ||
85999c05 PS |
497 | Thu Sep 16 00:36:32 1993 Peter Schauer ([email protected]) |
498 | ||
499 | * mipsread.c: Many changes for alpha ecoff format: | |
500 | Correct sizeof(int) == sizeof(long) assumptions. | |
501 | Replace stParsed hack by putting the parsed types on the pending chain. | |
502 | Replace mips specific ecoff mapping by ECOFF_REG_TO_REGNUM macro, | |
503 | provide default for cross debugging. | |
504 | Swapping the symbol back is no longer needed as the symbol is not | |
505 | modified anymore. | |
506 | Add new alpha basic types, handle btTypedef, handle stStaticProc | |
507 | external symbols . | |
508 | Update and clean up cross_ref for alpha cc cross ref variations. | |
509 | Allocate types on the type_obstack to inhibit storage leaks. | |
510 | * config/mips/tm-mips.h (ECOFF_REG_TO_REGNUM): Define. | |
511 | * gdbtypes.c (recursive_dump_type): Dump TYPE_TAG_NAME if it is set. | |
512 | ||
5ed0ccaf JK |
513 | Tue Sep 14 09:12:17 1993 Jim Kingdon ([email protected]) |
514 | ||
515 | * stabsread.c (read_type): Process "s" (size) type attribute. | |
516 | If type is defined to another type, copy the type. | |
517 | ||
aa8fe907 ILT |
518 | Tue Sep 14 18:37:17 1993 Ian Lance Taylor ([email protected]) |
519 | ||
520 | * config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here... | |
521 | * config/i386/i386v4.mt (TDEPFILES): ...to here. | |
522 | ||
a94abe5b RP |
523 | Tue Sep 14 12:21:49 1993 K. Richard Pixley ([email protected]) |
524 | ||
b70b042d RP |
525 | * Makefile.in (remote_utils_h): add serial.h and target.h. |
526 | (main.o, remote-es.o, remote-nindy.o, remote.o): remove target.h | |
527 | (already in remote_utils_h). | |
528 | (remote-utils.o): new rule. | |
529 | ||
530 | * remote-utils.h: include serial.h. | |
531 | ||
532 | * serial.h: ifdef protect from multiple inclusion. | |
533 | ||
a94abe5b RP |
534 | * remote.c, remote-nindy.c, remote-mon.c, remote-es.c: include |
535 | remote-utils.h. | |
536 | ||
537 | * remote.c (remote_open), remote-nindy.c (nindy_open, | |
538 | nindy_files_info), remote-mon.c (general_open), remote-es.c | |
539 | (es1800_open): use remote-utils facilities for baud rate. | |
540 | ||
899931b6 JK |
541 | Tue Sep 14 09:12:17 1993 Jim Kingdon ([email protected]) |
542 | ||
5ed0ccaf | 543 | * paread.c, coffread.c, elfread.c, dwarfread.c: |
ddf5d7e8 | 544 | Include <time.h> and <sys/types.h> before libbfd.h. |
1225fcbd JK |
545 | |
546 | * paread.c: Define BYTES_IN_WORD before including aout/aout64.h. | |
547 | ||
899931b6 JK |
548 | * Makefile.in (a29k-tdep.o): Depend on $(defs_h). |
549 | * config/a29k/tm-a29k.h (SAVED_PC_AFTER_CALL): Use gr122 not lr0 | |
550 | if this is a transparent procedure. | |
551 | ||
55fea07b JK |
552 | Mon Sep 13 16:06:43 1993 Jim Kingdon ([email protected]) |
553 | ||
554 | * remote.c: Define remote_debug to 0 and #if 0 baud_rate. Temporary | |
555 | hack so this file compiles again. | |
556 | ||
557 | * remote-utils.c (gr_multi_scan): Cast return value from alloca. | |
558 | (gr_multi_scan): #if 0 never-reached return(-1). | |
559 | ||
560 | * remote-udi.c (udi_wait): Return inferior_pid not 0. | |
561 | ||
c6f494e8 RP |
562 | Mon Sep 13 14:14:35 1993 K. Richard Pixley ([email protected]) |
563 | ||
564 | Collect some remote things into remote-utils. | |
565 | * remote-utils.[ch]: new files of functions collected from several | |
566 | different remote targets. | |
567 | * Makefile.in (REMOTE_O): add remote-utils.o. | |
568 | (dcache_h, remote_utils_h): new macros. | |
569 | (HFILES): add $(remote_utils_h). | |
570 | (ALLDEPFILES): add $(remote_utils_h). | |
571 | (dcache.o): new rule. | |
572 | (main.o, remote-bug.o): also depend on $(remote_utils_h). | |
573 | * target.h (remote_debug): extern moved to remote-utils.h. | |
574 | * target.c (find_default_run_target, find_core_target): initialize | |
575 | runable. | |
576 | (remote_debug): moved to remote-utils.c. | |
577 | (_initialize_targets): move declaration of user variable | |
578 | remotedebug to remote-utils.c. | |
579 | * remote-bug.c: include remote-utils.h rather than dcache.h. | |
580 | (bug_close, bug_write, bug_write_cr, desc, bug_dcache, timeout, | |
581 | dev_name, check_open, is_open, readchar, readchar_nofail, | |
582 | pollchar, expect, expect_prompt, get_hex_digit, get_hex_byte, | |
583 | get_hex_word, bug_kill, bug_detach, bug_create_inferior, | |
584 | multi-scan, bug_prepare_to_store, bug_fetch_word, | |
585 | bug_store_word, bug_files_info, bug_mourn, bug_com, bug_device, | |
586 | bug_speed): removed and replaced with facilities from | |
587 | remote-utils.[ch]. | |
588 | (bug_read_inferior_memory): renamed to bug_read_memory. | |
589 | (bug_write_inferior_memory): renamed to bug_write_memory. | |
590 | (bug_xfer_inferior_memory): renamed to bug_xfer_memory. | |
591 | (get_word): comment out this unused function for now. | |
592 | (bug_settings, cpu_check_strings): new statics. | |
593 | (bug_open): rewritten to use gr_open. | |
594 | (_initialize_remote_bug): remove declarations of commands bug, | |
595 | device, speed. | |
596 | * main.c: include remote-utils.h. | |
597 | (baud_rate): removed to remote-utils.c. | |
598 | (main): handle baud rate settings using new facilities from | |
599 | remote-utils. | |
600 | * defs.h (baud_rate): removed extern. | |
601 | ||
602 | m88110 support via bug-197 monitor. | |
603 | * remote-bug.c (get_reg_name, bug_fetch_register, | |
604 | bug_store_register): added m88110 extended register support. | |
605 | (wait_strings): added bug-197 prompt. | |
606 | (bug_wait): cope with bug-197 prompt. | |
607 | (start_load): cope with either bug-197 or bug-187 prompt. | |
608 | ||
e3c16900 JK |
609 | Mon Sep 13 12:53:09 1993 Jim Kingdon ([email protected]) |
610 | ||
37c99ddb JK |
611 | * inferior.h, infrun.c, thread.c, infcmd.c: Remove all uses of |
612 | pc_changed. If it was ever set to a non-zero value, it was before | |
613 | GDB 2.8. It doesn't seem to have any useful function. | |
614 | ||
e3c16900 JK |
615 | * defs.h: Don't define NORETURN (see comment). |
616 | ||
617 | Sat Sep 11 10:46:09 1993 Jim Kingdon ([email protected]) | |
618 | ||
619 | * m88k-nat.c (fill_gregset): Set r31 and sfip. | |
620 | ||
f46ffb9e JK |
621 | Thu Sep 9 10:18:29 1993 Jim Kingdon ([email protected]) |
622 | ||
623 | * remote-udi.c (udi_wait, case UDIStdinNeeded): Use a loop calling | |
624 | getchar() (terminated only on '\n') instead of scanf. Send the | |
625 | '\n' which terminates it to the remote system. | |
626 | ||
627 | More gcc lint: | |
628 | * exec.c (ignore): Return 0. | |
629 | * stack.c (return_command): Fetch lazy value directly, not via | |
630 | VALUE_CONTENTS, to avoid "value computed is not used". | |
631 | * inflow.c (new_tty): Move osigttou inside #if. | |
632 | ||
633 | * remote.c (remote_fetch_registers): If remote reply is short, just | |
634 | note that fact and keep going (reading extra registers as all bits 0). | |
635 | (remote_store_registers): Send number of registers that were found | |
636 | by remote_fetch_registers. | |
637 | * m68k-tdep.c, config/m68k/tm-m68k.h, config/m68k/tm-*.h: Remove | |
638 | HAVE_68881. Define CANNOT_STORE_REGISTER if ptrace() can't write | |
639 | floating registers. | |
640 | * config/m68k/{tm-m68k-nofp.h,m68k-nofp.mt,tm-m68k-fp.h,m68k-fp.mt}: | |
641 | Remove, replaced by {tm-m68k-em.h,m68k-em.mt}. | |
642 | * Makefile.in, configure.in: Change accordingly. | |
643 | ||
da398610 PS |
644 | Thu Sep 9 04:59:03 1993 Peter Schauer ([email protected]) |
645 | ||
646 | * mipsread.c (cross_ref): Allow SGI extended symbol types as cross | |
647 | reference targets. | |
f46ffb9e | 648 | * symmisc.c (print_symbol): Use TYPE_TAG_NAME not TYPE_NAME to avoid |
da398610 PS |
649 | printing of identities. |
650 | ||
93bb0afa JK |
651 | Wed Sep 8 19:18:27 1993 Jim Kingdon ([email protected]) |
652 | ||
653 | * breakpoint.c (breakpoint_1): Deal with step resume breakpoint. | |
654 | ||
46c28185 RP |
655 | Wed Sep 8 13:01:10 1993 K. Richard Pixley ([email protected]) |
656 | ||
657 | Gcc lint. | |
89812a0e RP |
658 | * config/m88k/tm-m88k.h (frame_find_saved_regs): prototype. |
659 | * config/h8300/tm-h8300.h (NUM_REGS): rewrite to avoid nested comment. | |
fee933f1 RP |
660 | * blockframe.c (get_prev_frame_info): initialize address. |
661 | * breakpoint.c (bpstat_copy): initialize retval. | |
662 | (bpstat_stop_status): initialize value_is_zero. | |
663 | (bpstat_what): initialize bs_class. | |
664 | (breakpoint_1, mention): add do-nothing case for bp_step_resume. | |
665 | (break_command_1): initialize cond_end, addr_end, & | |
666 | canonical_strings_chain. | |
667 | (enable_breakpoint): initialize save_selected_frame. | |
668 | * buildsym.c (end_symtab): initialize symtab & linetablesize. | |
72cd0384 RP |
669 | * c-exp.y (parse_number): initialize i. |
670 | * c-typeprint.c (c_type_print_varspec_prefix): include | |
671 | TYPE_CODE_BITSTRING in switch statements and do nothing. | |
672 | * c-valprint.c (c_val_print): removed unused variable c. | |
673 | * ch-valprint.c (chill_val_print): removed unused variable eltlen. | |
674 | * cp-valprint.c (cp_print_class_method): initialize f & j. | |
675 | * eval.c (evaluate_subexp): initialize pc2, arg1, arg2. | |
676 | * expprint.c (print_subexp): initialize myprec, assoc, & tempstr. | |
6406a867 RP |
677 | * findvar.c (value_from_register): initialize first_addr. |
678 | * gdbtypes.c (lookup_struct_elt_type): localize use of temporary | |
679 | variable typename. | |
680 | * infcmd.c (run_stack_dummy): return zero rather than simple | |
681 | return. | |
e7bf1152 RP |
682 | * infrun.c (wait_for_inferior): initialize stop_sp, prologue_pc. |
683 | remove symtab, appears unused. | |
684 | (restore_selected_frame): return 1. | |
685 | * mipsread.c (psymtab_to_symtab_1): initialize first_off. | |
686 | (fixup_sigtramp): initialize b0. | |
0ac0a9f6 RP |
687 | * printcmd.c (do_examine): initialize val_type. |
688 | (print_frame_args): initialize b. | |
689 | * ser-tcp.c (tcp_restore): comment out declaration. Appears | |
690 | unused. | |
691 | * ser-unix.c (hardwire_restore): comment out declaration. Appears | |
692 | unused. | |
693 | (hardwire_send_break): moved variable status into ifdef | |
694 | HAVE_SGTTY. | |
695 | (wait_for): moved variable numfds into ifdef HAVE_SGTTY. | |
696 | * serial.h: comment change only. | |
697 | * stabsread.c (rs6000_builtin_type): initialize rettype. | |
698 | (read_range_type): initialize nbits. | |
46c28185 RP |
699 | * stack.c (print_frame_info): remove unused variable numargs. |
700 | (parse_frame_specification): remove unused variables arg1, arg2, | |
701 | arg3. | |
702 | (return_command): initialize return_value. | |
703 | * symfile.c (cashier_psymtab): initialize pprev. | |
704 | * symtab.c (find_pc_psymbol): initialize best. | |
705 | (lookup_symbol): initialize s. | |
706 | (make_symbol_completion_list): initialize quote_pos. | |
707 | * thread.c: include command.h. | |
708 | (thread_info): static declaration removed; unused. | |
709 | (info_threads_command): fix == vs = typo. | |
710 | * typeprint.c (whatis_exp): initialize old_chain. | |
711 | * valprint.c (val_print_string): remove unused variable | |
712 | first_addr_err. Initialize old_chain. | |
713 | (_initialize_valprint): white space comment change. | |
714 | * values.c (show_values): rewrite if statement to avoid empty | |
715 | body. | |
716 | (vb_match): remove unused variable fieldtype_target_type. | |
717 | ||
bf660885 JK |
718 | Wed Sep 8 10:21:33 1993 Jim Kingdon ([email protected]) |
719 | ||
720 | * Makefile.in (mipsread.o): Depend on $(bfd_h). | |
721 | ||
ed1a07ad JK |
722 | Tue Sep 7 13:06:44 1993 Jim Kingdon ([email protected]) |
723 | ||
8467b446 JK |
724 | * gdbserver/Makefile.in (TAGS): config files are in |
725 | $(srcdir)/../config, not $(srcdir)/config. | |
726 | ||
ed1a07ad | 727 | * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc. |
bf660885 | 728 | (STORE_RETURN_VALUE): Pass the correct offset of the return |
ed1a07ad JK |
729 | register to write_register_bytes. |
730 | * hppa-tdep.c: Use target_write_pc if PCOQ_TAIL_REGNUM was not saved. | |
731 | ||
4a87a64a ILT |
732 | Tue Sep 7 14:30:34 1993 Ian Lance Taylor ([email protected]) |
733 | ||
4f8a48e5 ILT |
734 | * remote.c (remote_wait): Don't call error. Instead, call warning |
735 | inside a loop. User can ^C to get out. | |
736 | ||
4a87a64a ILT |
737 | * config/m68k/tm-m68k.h (FIX_CALL_DUMMY): Changed name of swapping |
738 | routine to match BFD name change. | |
739 | * config/z8k/tm-z8k.h (FIX_CALL_DUMMY): Likewise. | |
740 | ||
538b2068 JW |
741 | Mon Sep 6 15:01:57 1993 Jeffrey Wheat ([email protected]) |
742 | ||
743 | * elfread.c: change elf32_symbol_type to elf_symbol_type | |
744 | ||
758aeb93 ILT |
745 | Mon Sep 6 15:43:25 1993 Ian Lance Taylor ([email protected]) |
746 | ||
747 | * remote.c (remote_wait): Added 'W' and 'N' responses. | |
748 | ||
ac7a377f JK |
749 | Fri Sep 3 08:57:10 1993 Jim Kingdon ([email protected]) |
750 | ||
9e19dee1 JK |
751 | * main.c, utils.c: Add comments about immediate_quit. |
752 | ||
5ec3ba25 JK |
753 | * elfread.c (elf_symtab_read): Don't add symbols starting with ".L" |
754 | to minimal symbols. | |
755 | ||
38c5f504 JK |
756 | * target.c (pop_target): Don't try to deal with the stack becoming |
757 | empty. Shouldn't happen and the code that tried was broken. | |
758 | ||
ac7a377f JK |
759 | * dcache.c: Cast return value from xmalloc. |
760 | ||
761 | * remote.c: Move setting of immediate_quit from remote_open to | |
762 | remote_start_dummy and set it back to zero when done. | |
763 | ||
22202966 JK |
764 | Thu Sep 2 00:07:36 1993 Jim Kingdon ([email protected]) |
765 | ||
eba94f7d JK |
766 | * m88k-tdep.c: Remove a bunch of unused #includes. |
767 | ||
a3178c64 JK |
768 | * language.h: Add comment about current_language. |
769 | ||
fb27a962 JK |
770 | * mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-post |
771 | from var_uinteger to var_zinteger. | |
772 | ||
f9440640 JK |
773 | * configure.in: Fix typo (delta88r4 -> delta88v4). |
774 | ||
775 | * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was | |
776 | to make this work on SVR4 before SVR4 had its own configuration, | |
777 | and it breaks SVR3. | |
778 | ||
779 | * config/m88k/tm-delta88v4.h: Define FRAME_CHAIN_VALID_ALTERNATE. | |
780 | ||
7f5a51a4 JK |
781 | * config/m88k/delta88v4.h (NATDEPFILES): Remove infptrace.o inftarg.o. |
782 | ||
22202966 | 783 | * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h. |
d9a23ef7 | 784 | * config/m88k/m88k.mh: Use xm-dgux.h. |
22202966 JK |
785 | * config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER, |
786 | MAKEVA_END and MAKEVA_ARG. | |
787 | * config/m88k/xm-*.h: Include m88k/xm-m88k.h. | |
788 | * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h. | |
789 | ||
996ccb30 JK |
790 | Wed Sep 1 19:31:28 1993 Jim Kingdon ([email protected]) |
791 | ||
a80193ba JK |
792 | * remote-udi.c (udi_wait): Call `warning' not `error'. |
793 | ||
67a64bec JK |
794 | * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has a |
795 | demangling, don't put the mangled form in the completion list. | |
796 | ||
996ccb30 JK |
797 | * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c, |
798 | symfile.h, stabsread.c, minsyms.c, solib.c, nlmread.c, dwarfread.c | |
799 | partial-stab.h, symmisc.c, gdbtypes.c: Lint. Remove (or put | |
800 | inside #if) unused variables and labels. Fix unclosed comment. | |
801 | Deal with enumeration values unhandled in switch statements. Make | |
802 | sure non-void functions return values. Include appropriate | |
803 | headers. | |
804 | * dbxread.c (elfstab_build_psymtabs): Don't check for unsigned | |
805 | value < 0. | |
806 | ||
c398de0c RP |
807 | Wed Sep 1 14:36:00 1993 K. Richard Pixley ([email protected]) |
808 | ||
809 | * i960-tdep.c, ns32k-pinsn.c, remote-adapt.c, xcoffread.c: | |
810 | index -> strchr. | |
811 | ||
98105ba2 JK |
812 | Wed Sep 1 11:35:49 1993 Jim Kingdon ([email protected]) |
813 | ||
814 | * remote.c: Add comment explaining why dcache is disabled. | |
815 | (remote_fetch_word, remote_store_word): Make static and #if 0. | |
816 | They are not called from anywhere. | |
817 | ||
818 | Wed Sep 1 14:41:28 1993 K. Richard Pixley ([email protected]) | |
4ed97c9a RP |
819 | |
820 | * arm-tdep.c, convex-tdep.c, convex-xdep.c, dbxread.c, | |
821 | h8300-tdep.c, h8500-tdep.c, i960-pinsn.c, i960-tdep.c, | |
822 | infptrace.c, m88k-tdep.c, mips-tdep.c, regex.c, remote-vx.c, | |
823 | rs6000-tdep.c, xcoffexec.c, xcoffread.c, z8k-tdep.c, | |
824 | config/arm/tm-arm.h, config/convex/tm-convex.h, | |
825 | config/gould/tm-np1.h, config/gould/tm-pn.h, | |
826 | config/m68k/tm-isi.h, config/ns32k/tm-umax.h, | |
827 | config/pa/tm-hppa.h, config/pyr/tm-pyr.h, | |
828 | config/rs6000/tm-rs6000.h, config/tahoe/tm-tahoe.h, | |
829 | config/vax/tm-vax.h: bzero -> memset. | |
9823e3f4 RP |
830 | |
831 | * regex.c: bcmp -> memcmp. | |
832 | ||
c438b3af JK |
833 | Wed Sep 1 11:35:49 1993 Jim Kingdon ([email protected]) |
834 | ||
98105ba2 JK |
835 | * symtab.c (find_pc_line, find_line_common), |
836 | symtab.h (struct linetable), xcoffread.c (arrange_linetable): | |
c438b3af JK |
837 | Revise comments re linetable sorting. |
838 | * buildsym.c (compare_line_numbers): Sort by pc, not by line. | |
839 | * coffread.c: Tell end_symtab to sort the line table. | |
840 | ||
841 | * coffread.c: Re-work a lot of the coff-specific stuff to use stuff | |
842 | in buildsym.c. This includes coff_finish_block, coff_context_stack, | |
843 | coff_local_symbols, coff_file_symbols, coff_global_symbols, | |
844 | coff_end_symtab and coff_add_symbol_to_list. | |
845 | (read_enum_type): Deal with it now that we have a "struct pending" | |
846 | not a "struct coff_pending". | |
847 | ||
848 | * buildsym.c (end_symtab): Don't realloc subfile->linetable. | |
849 | ||
ade40d31 RP |
850 | Wed Sep 1 13:12:43 1993 K. Richard Pixley ([email protected]) |
851 | ||
852 | * a68v-nat.c, altos-xdep.c, convex-tdep.c, convex-xdep.c, | |
853 | findvar.c, hppab-nat.c, hppah-nat.c, i386mach-nat.c, | |
854 | irix4-nat.c, m68k-tdep.c, m88k-tdep.c, mipsread.c, regex.c, | |
855 | remote-bug.c, remote-hms.c, rs6000-nat.c, rs6000-tdep.c, | |
856 | sparc-nat.c, stabsread.c, sun3-nat.c, sun386-nat.c, symfile.c, | |
857 | umax-xdep.c, xcoffread.c, 29k-share/udi/udip2soc.c, | |
858 | 29k-share/udi/udr.c, config/a29k/tm-a29k.h, config/arm/tm-arm.h, | |
859 | config/convex/tm-convex.h, config/gould/tm-np1.h, | |
860 | config/gould/tm-pn.h, config/h8300/tm-h8300.h, | |
861 | config/h8500/tm-h8500.h, config/i386/tm-i386aix.h, | |
862 | config/i386/tm-sun386.h, config/i386/tm-symmetry.h, | |
863 | config/i960/tm-i960.h, config/m68k/tm-news.h, | |
864 | config/m88k/tm-m88k.h, config/mips/tm-mips.h, | |
865 | config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h, | |
866 | config/pa/tm-hppa.h, config/pyr/tm-pyr.h, | |
867 | config/rs6000/tm-rs6000.h, config/sh/tm-sh.h, | |
868 | config/tahoe/tm-tahoe.h, config/vax/tm-vax.h, | |
4ed97c9a | 869 | config/z8k/tm-z8k.h, nindy-share/nindy.c: bcopy -> memcpy. |
ade40d31 | 870 | |
e7e02420 PS |
871 | Wed Sep 1 05:05:53 1993 Peter Schauer ([email protected]) |
872 | ||
873 | * mipsread.c (parse_partial_symbols): Use language from FDR if it | |
874 | is unambigous. Patch from [email protected] (Paul Flinders). | |
875 | * mipsread.c (ecoff_symfile_info): New struct to hold the global | |
876 | pending_list. | |
877 | * mipsread.c (mipscoff_symfile_init, parse_partial_symbols): | |
878 | Allocate the global pending list and link it to the objfile. | |
879 | * mipsread.c (is_pending_symbol, add_pending): Use global pending | |
880 | list from objfile. Allocate pending list entries from the | |
881 | psymbol_obstack. | |
882 | * mipsread.c (free_pending): Remove. The pending list is now | |
883 | freed when the psymbol_obstack is freed. | |
884 | * mipsread.c (psymtab_to_symtab1): Remove pending list allocation, | |
885 | the global pending list is used now. | |
886 | * mipsread.c (parse_partial_symbols): Skip only the first | |
887 | file indirect entry when building the dependency list. | |
888 | ||
755892d6 RP |
889 | Tue Aug 31 15:01:27 1993 K. Richard Pixley ([email protected]) |
890 | ||
d538b510 RP |
891 | Break dcache code out of remote.c. |
892 | * dcache.h: white space changes only. | |
893 | * dcache.c: add user settable variable to set whether data caching | |
894 | is in use. | |
895 | * remote.c: include dcache.h. removed data caching code which is | |
896 | now in dcache.c. Compile in data caching again. (data caching | |
897 | is currently off by default.) | |
898 | (remote_read_bytes, remote_write_bytes): change second arg to | |
899 | unsigned char. | |
900 | (remote_dcache): new static variable. | |
901 | * Makefile.in (REMOTE_O): add dcache.o. | |
902 | * config/m88k/m88k.mt (TDEPFILES): removed dcache.o. | |
903 | ||
5a0a463f RP |
904 | Break dcache code out of remote-nindy.c. |
905 | * remote-nindy.c: removed dcache code. Changed callers to use new | |
906 | conventions. include dcache.h. | |
907 | (nindy_dcache): new static variable. | |
908 | * config/i960/nindy960.mt (TDEPFILES): added dcache.o. | |
909 | ||
755892d6 RP |
910 | Break dcache code out of remote-bug.c into dcache.[hc]. |
911 | * Makefile.in (dcache_h): new macro. | |
912 | (HFILES): added $(dcache_h). | |
913 | (ALLDEPFILES): added dcache.c. | |
914 | (dcache.o): new rule. | |
915 | (remote-bug.o): now depends on $(dcache_h). | |
916 | * remote-bug.c: include dcache.h. remove externs for insque and | |
917 | remque, add extern for bcopy. Prototype bug_close, | |
918 | bug_clear_breakpoints, bug_write_cr. dcache code moved to | |
919 | dcache.[hc]. Changed dcache calling convention to include an | |
920 | initial DCACHE argument. | |
921 | (bug_dcache): new static variable. | |
922 | (bug_read_inferior_memory): change second arg to | |
923 | unsigned char. | |
924 | * dcache.[ch]: new files. | |
925 | * config/m88k/m88k.mt (TDEPFILES): add dcache.o. | |
926 | ||
875fc229 JK |
927 | Tue Aug 31 10:33:13 1993 Jim Kingdon ([email protected]) |
928 | ||
929 | * c-typeprint.c (c_print_type_base): Treat show = 0 just like | |
930 | show < 0. The only case where we had been distinguishing is that | |
931 | show = 0 used to print "struct " or "enum " instead of | |
932 | "struct {...}" or "enum {...}" which seems clearly wrong. | |
933 | ||
df429798 RP |
934 | Mon Aug 30 17:51:32 1993 K. Richard Pixley ([email protected]) |
935 | ||
936 | * configure.in: recognize m88110 as an m88k. | |
937 | ||
b556573d JK |
938 | Mon Aug 30 16:07:59 1993 Jim Kingdon ([email protected]) |
939 | ||
940 | * valops.c (call_function_by_hand): If we discard cleanups, call | |
941 | bpstat_clear (&inf_status.stop_bpstat). | |
942 | ||
cbba020f PS |
943 | Mon Aug 30 12:47:46 1993 Peter Schauer ([email protected]) |
944 | ||
945 | * stabsread.h, dbxread.c (end_psymtab): Return NULL if the psymtab | |
946 | was empty and thrown away. | |
947 | * mipsread.c (parse_partial_symbols): Do not add empty psymtabs to | |
948 | dependency list, skip self dependencies. | |
949 | * mipsread.c (parse_fdr): Removed, obsolete. | |
950 | * mipsread.c (parse_lines): Check for cbLine being zero, not | |
951 | cbLineOffset. | |
952 | * mipsread.c (struct symloc): Add pst_language. | |
b556573d JK |
953 | * mipsread.c (parse_partial_symbols): Set up proper language for |
954 | header files, save it in pst_language for psymtab_to_symtab_1. | |
cbba020f PS |
955 | * mipsread.c (psymtab_to_symtab_1): Use pst_language. |
956 | ||
d86a7c57 JK |
957 | Mon Aug 30 10:48:06 1993 Jim Kingdon ([email protected]) |
958 | ||
959 | * configure.in: Fix typo m88*-motorola-svr4* -> sysv4*. | |
960 | ||
61a29659 KR |
961 | Fri Aug 27 17:09:19 1993 Ken Raeburn ([email protected]) |
962 | ||
963 | * paread.c: Include som.h instead of libhppa.h. (From Utah.) | |
964 | ||
c033ec17 JK |
965 | Fri Aug 27 09:30:40 1993 Jim Kingdon ([email protected]) |
966 | ||
13bd9622 JK |
967 | * symmisc.c (dump_symtab): Use catch_errors around print_symbol. |
968 | Change calling sequence of print_symbol to fit catch_errors. | |
969 | ||
427fec5d JK |
970 | * mips-tdep.c: Call reinit_frame_cache every time the user does |
971 | "set heuristic-fence-post". | |
972 | ||
20bee06d JK |
973 | * gdbserver/low-sun3.c: New file. |
974 | * gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly. | |
975 | ||
c033ec17 JK |
976 | * Rename files for 14-character limits: |
977 | gdbserver/remote-gutils.c -> gdbserver/utils.c | |
978 | gdbserver/remote-inflow.c -> gdbserver/low-lynx.c | |
979 | gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c | |
980 | gdbserver/remote-server.c -> gdbserver/server.c | |
981 | remote-monitor.c -> remote-mon.c | |
f1538274 JK |
982 | * Makefile.in, gdbserver/Makefile.in, gdbserver/configure.in, |
983 | config/m68k/monitor.mt, config/i386/i386lynx.mh, | |
984 | config/sparc/sun4os4.mh: Change accordingly. | |
c033ec17 JK |
985 | * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile. |
986 | ||
eb03abe8 JK |
987 | Thu Aug 26 14:32:51 1993 Jim Kingdon ([email protected]) |
988 | ||
860a1754 JK |
989 | * infcmd.c, inferior.h (run_stack_dummy): If we stop somewhere |
990 | besides the dummy, return 1 rather than calling error(). | |
991 | Let caller print the error message. Remove name argument. | |
992 | * valops.c (call_function_by_hand): Deal with changes to calling | |
993 | sequence of run_stack_dummy. Discard restore_inferior_status cleanup | |
994 | if run_stack_dummy returns 1. | |
995 | ||
996 | * Version 4.10.2. | |
997 | ||
998 | * config/mips/tm-mips.h (EXTRACT_STRUCT_VALUE_ADDRESS): | |
999 | Get struct return address from v0, not a0. | |
1000 | ||
eb03abe8 JK |
1001 | * infrun.c (restore_inferior_status): Use catch_errors when |
1002 | restoring selected frame. | |
1003 | ||
1004 | Wed Aug 25 21:52:25 1993 Jim Kingdon ([email protected]) | |
1005 | ||
1006 | * infrun.c (save_inferior_status, restore_inferior_status): | |
1007 | Save and restore the registers too. | |
1008 | * inferior.h (struct inferior_status): Add "registers". | |
1009 | ||
41a6194d JK |
1010 | Tue Aug 24 00:36:17 1993 Jim Kingdon ([email protected]) |
1011 | ||
fb2fc3b6 JK |
1012 | * dbxread.c (end_psymtab): Clean up comment. |
1013 | ||
1014 | * frame.h, symtab.h, findvar.c (read_var_value): Change basereg | |
1015 | support to use LOC_BASEREG rather than SYMBOL_BASEREG_VALID. | |
a1c8d76e | 1016 | * dwarfread.c: Use LOC_BASEREG where appropriate. |
fb2fc3b6 JK |
1017 | * Various: Support LOC_BASEREG and LOC_BASEREG_ARG. |
1018 | ||
9c75ce9f JK |
1019 | * coffread.c (init_lineno, init_stringtab): Don't check whether |
1020 | xmalloc returned NULL. | |
1021 | ||
0e646bd5 JK |
1022 | * config/vax/xm-vaxult.h: Define NO_PTRACE_H. |
1023 | ||
41a6194d JK |
1024 | * target.c, target.h: Add "set remotedebug" command. |
1025 | * remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and | |
1026 | "set m88ksnoop" options and use generic "set remotedebug" instead. | |
1027 | * NEWS: Describe this change. | |
1028 | ||
2731625a JK |
1029 | Mon Aug 23 20:26:22 1993 Jim Kingdon ([email protected]) |
1030 | ||
1031 | * buildsym.h: Remove declaration of dbxread.c functions. | |
1032 | * stabsread.h: Group together dbxread.c functions. | |
1033 | Move elfstab_build_psymtabs here from symfile.h. | |
1034 | Declare pastab_build_psymtabs. | |
1035 | * elfread.c, paread.c: Include stabsread.h (for stabsread_new_init | |
1036 | declaration, etc). | |
1037 | ||
e0508fdc RP |
1038 | Mon Aug 23 17:16:23 1993 K. Richard Pixley ([email protected]) |
1039 | ||
16f6ab6b RP |
1040 | * remote-bug.c: rename quiet to bug88k_snoop. |
1041 | (double_scan, multi_scan): generalize double_scan into a scan | |
1042 | for multiple patterns. Rename to multi_scan. | |
1043 | (bug_wait, bug_write_inferior_memory): adapt to use the new | |
1044 | multi_scan in order to catch and represent target bus errors. | |
1045 | (bug_scan): currently unused, so comment out. | |
1046 | (bug_quiet): removed. Replaced with a standard user settable boolean. | |
1047 | ||
e0508fdc RP |
1048 | * m88k-tdep.c: remove include of sys/dir.h. Appears unnecessary |
1049 | and isn't available on solaris. | |
1050 | ||
304977ab JK |
1051 | Mon Aug 23 14:56:42 1993 Jim Kingdon ([email protected]) |
1052 | ||
1053 | * config/m88k/{delta88v4.mt,delta88v4.mh}: New files | |
1054 | * config/m88k/delta88.mh: Fix comment. | |
1055 | * config/m88k/tm-delta88.h: Remove unused BCS define. | |
1056 | * config/m88k/{tm-delta88v4.h,xm-delta88v4.h,nm-delta88v4.h}: | |
1057 | New files. | |
1058 | * configure.in: Recognize m88*-motorola-sysv4*. | |
1059 | * m88k-nat.c: Always include sys/types.h; don't depend on USG. | |
1060 | ||
f5d6b0c5 PS |
1061 | Mon Aug 23 12:57:42 1993 Peter Schauer ([email protected]) |
1062 | ||
304977ab JK |
1063 | * mipsread.c (parse_symbol, parse_type, cross_ref): Pass name of |
1064 | symbol as an argument and use it in complaints. | |
f5d6b0c5 PS |
1065 | * symmisc.c (dump_psymtab): Dump filenames of dependencies. |
1066 | ||
a6565079 JK |
1067 | Mon Aug 23 1993 Sean Fagan ([email protected]) |
1068 | and Jim Kingdon ([email protected]) | |
1069 | ||
1070 | Add NetBSD support: | |
1071 | * configure.in: Recognize netbsd. | |
1072 | ||
313dd520 JK |
1073 | Fri Aug 20 14:01:39 1993 Jim Kingdon ([email protected]) |
1074 | ||
6ecb870e JK |
1075 | * remote-nindy.c: Remove unused include of sys/ioctl.h. |
1076 | ||
313dd520 JK |
1077 | * frame.h, symtab.h: Revise comments regarding baseregs. |
1078 | ||
018ab14f PS |
1079 | Fri Aug 20 15:07:05 1993 Peter Schauer ([email protected]) |
1080 | ||
1081 | * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1): | |
1082 | Set language for psymtab and symtab. | |
1083 | * mipsread.c (new_symbol): Set language and initialize demangled | |
1084 | name for symbol. | |
1085 | * symmisc.c (print_symbol): Use SYMBOL_SOURCE_NAME when printing | |
1086 | the symbol type. | |
1087 | * symtab.c (decode_line_1): Inhibit coredumps with cfront executables. | |
1088 | ||
8af0de91 JK |
1089 | Fri Aug 20 14:01:39 1993 Jim Kingdon ([email protected]) |
1090 | ||
0ca9bd12 JK |
1091 | * Move KERNEL_U_ADDR from xm-hp300bsd.h to nm-hp300bsd.h and make |
1092 | it conditionalized on 4.3 vs. 4.4. | |
1093 | * config/m68k/nm-hp300bsd.h: Move REGISTER_U_ADDR out of 4.3 and | |
1094 | 4.4 sections; it was identical and now works for 4.4. | |
1095 | ||
b33e0e0b JK |
1096 | * mips-tdep.c (is_delayed): Use INSN*BRANCH* not ANY_DELAY. |
1097 | ||
8af0de91 JK |
1098 | * printcmd.c (MAKEVA_END): Update this version to use "aligner". |
1099 | ||
6ac14d25 PS |
1100 | Thu Aug 19 22:08:09 1993 Peter Schauer ([email protected]) |
1101 | ||
1102 | * config/vax/tm-vax.h (BELIEVE_PCC_PROMOTION): Define. | |
1103 | * mipsread.c (parse_symbol, parse_type, cross_ref): Handle corrupt | |
1104 | file indirect entries with complaints instead of core dumps. Remove | |
1105 | complaint for stTypedef within aggregates. | |
1106 | ||
522b9962 JK |
1107 | Thu Aug 19 17:58:39 1993 Jim Kingdon ([email protected]) |
1108 | ||
e09c5e26 JK |
1109 | * coffread.c (process_coff_symbol): Ignore tagnames like .0fake. |
1110 | ||
1111 | * coffread.c (coff_read_enum_type): #if 0 out code which changes | |
1112 | enum {FALSE, TRUE} into boolean. | |
1113 | ||
522b9962 JK |
1114 | * config/m68k/delta68.m{t,h}: Use nm-delta68.h, etc. not |
1115 | non-existent files nm-delta.h, etc. | |
1116 | * config/m68k/tm-delta68.h: Define CANNOT_STORE_REGISTER. | |
1117 | * delta68-nat.c: Add "[0]" in offsetof argument. | |
1118 | * delta68-nat.c (_initialize_kernel_u_addr): Don't try to set up | |
1119 | nl with initializer, just assign to it. Check n_scnum field on | |
1120 | return. | |
1121 | ||
e56ac0ba JK |
1122 | Wed Aug 18 12:03:00 1993 Jim Kingdon ([email protected]) |
1123 | ||
b2ccb6a4 JK |
1124 | * printcmd.c (print_address), values.c (value_as_pointer): Don't |
1125 | use ADDR_BITS_REMOVE. | |
d3fa810c | 1126 | * defs.h: Try to clarify comment about ADDR_BITS_REMOVE. |
b2ccb6a4 | 1127 | |
479fdd26 JK |
1128 | * blockframe.c (block_innermost_frame): Uncomment. |
1129 | Return NULL if passed NULL. | |
1130 | * frame.h: Declare it. | |
1131 | * expression.h (union exp_element): Add field block. | |
1132 | * parse.c (write_exp_elt_block): New function. | |
1133 | * expression.h (OP_VAR_VALUE): Now takes additional struct block *. | |
1134 | * *-exp.y: Write block for OP_VAR_VALUE. | |
1135 | * eval.c, expprint.c, parse.c: Deal with block for OP_VAR_VALUE. | |
1136 | * valops.c, value.h (value_of_variable), callers: | |
1137 | Add second argument, for block. | |
1138 | ||
e56ac0ba JK |
1139 | * main.c (gdb_readline): If we read some characters followed by EOF, |
1140 | return them rather than returning NULL. | |
1141 | ||
48be4c35 JK |
1142 | Tue Aug 17 11:14:25 1993 Jim Kingdon ([email protected]) |
1143 | ||
1144 | * mips-tdep.c: Remove unused #ifndef NUMERIC_REG_NAMES and add comment. | |
1145 | ||
2f03f9a6 RP |
1146 | Tue Aug 17 15:10:04 1993 K. Richard Pixley ([email protected]) |
1147 | ||
637603f9 RP |
1148 | * config/m88k/tm-m88k.h: Fix typo in comment. |
1149 | (FP_REGNUM): define in terms of SP_REGNUM | |
1150 | rather than by absolute number. Also clearly comment that this | |
1151 | is a convenient lie in order to decrease future confusion. | |
1152 | (ACTUAL_FP_REGNUM): new macro for FP. | |
1153 | (FRAME_CHAIN_VALID): removed. Standard default works fine. | |
1154 | * m88k-tdep.c (frame_chain_valid): redundant, so removed. | |
1155 | (NEXT_PROLOGUE_INSN): removed unused fourth arg, fixed all | |
1156 | callers. | |
1157 | (read_next_frame_reg): declare static. | |
1158 | (examine_prologue): removed unused variabel insn2, rename insn1 | |
1159 | to insn, rewrote comment about finding fp, sp, etc. set frame_fp | |
1160 | based on ACTUAL_FP_REGNUM rather than FP_REGNUM which is | |
1161 | actually a scammed alias for SP_REGNUM on m88k. | |
1162 | ||
2f03f9a6 RP |
1163 | * frame.h: fixed typo in comment. |
1164 | ||
4f1afa16 JK |
1165 | Tue Aug 17 11:14:25 1993 Jim Kingdon ([email protected]) |
1166 | ||
b80bd1e0 JK |
1167 | * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h. |
1168 | ||
4f1afa16 JK |
1169 | * complaints.c (complain): fflush (stdout) after output. |
1170 | ||
d541211d PS |
1171 | Tue Aug 17 01:43:55 1993 Peter Schauer ([email protected]) |
1172 | ||
1173 | * blockframe.c, frame.h (sigtramp_saved_pc): New routine to fetch | |
1174 | the saved pc from sigcontext on the stack for BSD signal handling. | |
1175 | * config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN, | |
1176 | FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): | |
1177 | Define to make backtracing through sigtramp work. | |
1178 | * config/vax/tm-vax.h (SIGTRAMP_START, SIGTRAMP_END, TARGET_UPAGES, | |
1179 | FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Ditto. | |
1180 | ||
1109373a JK |
1181 | Mon Aug 16 13:52:14 1993 Jim Kingdon ([email protected]) |
1182 | ||
4f1afa16 JK |
1183 | * main.c (cd_command): If current_directory on entry is "/", then |
1184 | don't append an extra slash. | |
c307bb11 | 1185 | Don't assume that /../.. means /. |
4f1afa16 | 1186 | |
d541211d PS |
1187 | * target.c (target_xfer_memory): Clear errno before calling |
1188 | to_xfer_memory. | |
1189 | ||
1109373a JK |
1190 | * stack.c (frame_info, print_frame_info): Add comment about using |
1191 | the starting source line number on a line boundary if backtracing | |
1192 | through sigtramp. | |
1193 | ||
4fd0b84e PS |
1194 | Mon Aug 16 02:56:01 1993 Peter Schauer ([email protected]) |
1195 | ||
1196 | * blockframe.c (create_new_frame, get_prev_frame_info): | |
1197 | Use the function name when calling IN_SIGTRAMP. | |
1198 | * config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET): | |
1199 | Define for correct handling of bachtraces through _sigtramp. | |
1200 | * m68k-tdep.c (m68k_find_saved_regs): Adjust saved sp for fake | |
1201 | sigtramp frames. | |
1202 | * mipsread.c (parse_type): Handle corrupt TIR info with complaint | |
1203 | instead of core dump. | |
1204 | * mipsread.c (parse_partial_symbols): Put static symbols into the | |
1205 | mimimal symbol table, use proper mst_types for all minimal symbols. | |
1206 | * stack.c (frame_info, print_frame_info): Use the starting source | |
1207 | line number on a line boundary if backtracing through sigtramp. | |
1208 | ||
f2f848b8 RP |
1209 | Fri Aug 13 14:37:05 1993 K. Richard Pixley ([email protected]) |
1210 | ||
4fd0b84e PS |
1211 | * remote-bug.c: include gdbcmd.h. |
1212 | (sleep, remque, insque): forward decls added. | |
1213 | (bug_fetch_registers, bug_store_registers): forward decls | |
1214 | removed. | |
1215 | (bug_read_inferior_memory, bug_write_inferior_memory): forward | |
1216 | decls added. | |
1217 | (srec_frame, srec_max_retries, srec_bytes, srec_echo_pace, | |
1218 | srec_sleep, srec_noise): new static variables for user settable | |
1219 | options. Mostly these are for debugging and tuning. I don't | |
1220 | expect them to stay user settable options for long. | |
1221 | (timeout): change default to 4 seconds. | |
1222 | (check_open): declare funtion static, force return value. | |
1223 | (readchar_nofail): if timeout, then say so if not being quiet. | |
1224 | (pollchar, double_scan, bug_scan, bug_srec_write_cr, | |
1225 | start_load): new functions. | |
1226 | (bug_wait): rewritten to use double scan. | |
1227 | (expect): while (1) -> for (;;) | |
1228 | (get_hex_digit): rewrite if condition to avoid gcc complaints. | |
1229 | (bug_load, bug_create_inferior, bug_open, bug_store_register): | |
1230 | removed unused variables. | |
1231 | (bug_load): replaced DELTA macro with user settable srec_frame | |
1232 | variable. Other minor lint. | |
1233 | (find_end_of_word, is_baudrate_right, set_rate, not_bug_wait, | |
1234 | gethex, timed_read, translate_addr, bug_before_main_loop): | |
1235 | unsused and removed. | |
1236 | (bug_resume): add missing first arg, pid. | |
1237 | (get_reg_name): use ip rather than cr04. | |
1238 | (bug_write, bug_write_cr, but_clear_breakpoints, bug_quiet): | |
1239 | declare type, args, and explicitly return. | |
1240 | (bug_store_register): straighten out the ip vs cr04 confusion. | |
1241 | (bug_write_inferior_memory): rewrite to cope with errors while | |
1242 | downloading s-records. | |
1243 | (bug_read_inferior_memory): declare static. | |
1244 | (bug_clear_breakpoints): expect nobr before prompt. | |
1245 | (_initialize_remote_bug): add initializations for srec-bytes, | |
1246 | srec-max-retries, srec-frame, srec-noise, srec-sleep, | |
1247 | srec-echo-pace. | |
1248 | ||
4f4649a7 RP |
1249 | * Makefile.in (remote-bug.o): new rule. |
1250 | (ALLDEPFILES): added remote-bug.c | |
1251 | ||
e93790f0 RP |
1252 | * remote-hms.c (hms_wait): use -1 for timeout's which means block |
1253 | forever rather than 99999. | |
1254 | ||
057c2f47 RP |
1255 | * ser-unix.c (get_tty_state): if a descriptor is not a tty, then |
1256 | simply save encode this fact as the process group and return | |
1257 | success rather than an error. | |
1258 | (set_tty_state): if process group is -1, do not reset the | |
1259 | process group. | |
1260 | (hardwire_reachar): comment change. | |
1261 | ||
0e5f1b37 RP |
1262 | * serial.h: comment change. |
1263 | ||
f2f848b8 RP |
1264 | * config/m88k/tm-m88k.h: comment change to remove embedded |
1265 | comment. | |
1266 | (SKIP_PROLOGUE): skip_prologue returns a value which is expected | |
1267 | to reset the pc argument. So reset it. | |
1268 | ||
5069d770 FF |
1269 | Fri Aug 13 10:15:24 1993 Fred Fish ([email protected]) |
1270 | ||
1271 | * Makefile.in (VERSION): Bump to 4.10.1 after release and cvs | |
1272 | tagging. | |
1273 | ||
ff1cdb40 JK |
1274 | Thu Aug 12 20:40:14 1993 Jim Kingdon ([email protected]) |
1275 | ||
1276 | * gdbserver/Makefile.in: Use GDBSERVER_LIBS and | |
1277 | GDBSERVER_DEPFILES. Also remove much (but not all that could be | |
1278 | removed) crud inherited from gdb Makefile.in. | |
1279 | * config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Define GDBSERVER_*. | |
1280 | * gdbserver/README: Say it works on Sun and change configuration | |
1281 | instructions slightly. | |
1282 | ||
1283 | Wed Aug 11 18:56:59 1993 david d `zoo' zuhn ([email protected]) | |
1284 | ||
1285 | * config/i386/i386v4.mh: use -lsocket and -lnsl, for remote | |
1286 | targets that use BSD style network connections | |
1287 | ||
ae87844d JK |
1288 | Wed Aug 11 17:54:24 1993 Jim Kingdon ([email protected]) |
1289 | ||
1290 | * remote-{monitor,bug}.c: Make bug_ops not static (forward declaration | |
1291 | of statics doesn't work with SunOS4 /bin/cc). | |
1292 | Rename the occurrence in remote-monitor.c to monitor_bug_ops. | |
1293 | ||
523ef121 JK |
1294 | Tue Aug 10 13:07:14 1993 Jim Kingdon ([email protected]) |
1295 | ||
1296 | * blockframe.c (find_pc_partial_function), | |
1297 | mips-tdep.c (find_proc_desc): Deal with "pathological" case. | |
1298 | ||
0f1b1bcc JK |
1299 | Tue Aug 10 14:50:30 1993 Jim Kingdon ([email protected]) |
1300 | ||
523ef121 JK |
1301 | * utils.c (wrap_here): Allow indent to be NULL. |
1302 | (fputs_filtered): Don't check for null wrap_indent (wrap_here now | |
1303 | guarantees that it isn't, and anyway we were only checking one out | |
1304 | of the two places we dereferenced it). | |
1305 | ||
0f1b1bcc JK |
1306 | * objfiles.h (struct objfile): Clean up comments for |
1307 | {obj,sym}_private to clarify what they are private to. | |
1308 | ||
48f075eb SS |
1309 | Mon Aug 9 16:45:00 1993 Stan Shebs ([email protected]) |
1310 | ||
1311 | * stabsread.c, buildsym.c (hashname): Moved function to | |
1312 | buildsym.c, as suggested in the sources. | |
1313 | ||
0685d95f JK |
1314 | Mon Aug 9 09:53:45 1993 Jim Kingdon ([email protected]) |
1315 | ||
525390a2 JK |
1316 | * remote-udi.c: Make udi_ops extern rather than trying forward |
1317 | declaration of a static variable. | |
1318 | ||
8a99c712 JK |
1319 | * hppab-nat.c: Define ptrace to call_ptrace and pass the 5th arg |
1320 | there, rather than using an ANSI C specific macro. | |
1321 | ||
a2fbd4c8 JK |
1322 | * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put |
1323 | sys/types.h near the top (just on general principles). | |
1324 | ||
b992d16b JK |
1325 | * environ.c (set_in_environ): Remove G960BASE and G960BIN; they are |
1326 | no longer used. | |
1327 | ||
0685d95f JK |
1328 | * gdbcore.h: New variable gnutarget. |
1329 | * core.c: Add commands to set and show it. | |
1330 | * Callers to bfd_*open*: Pass gnutarget instead of NULL as target. | |
1331 | * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not | |
1332 | putenv. | |
1333 | ||
1334 | * symtab.c (decode_line_1): Give error on unmatched single quote. | |
1335 | ||
3da5198c JK |
1336 | Sun Aug 8 13:59:49 1993 Jim Kingdon ([email protected]) |
1337 | ||
95a98b5e JK |
1338 | * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep. |
1339 | ||
3da5198c JK |
1340 | * remote.c: Add comments about 'd', 'r', and unrecognized requests. |
1341 | ||
1342 | * inflow.c (terminal_init_inferior): Don't muck with tty state if | |
1343 | gdb_has_a_terminal() is false. | |
1344 | ||
f645e835 FF |
1345 | Sun Aug 8 10:07:47 1993 Fred Fish ([email protected]) |
1346 | ||
1347 | * dwarfread.c (record_minimal_symbol): Remove prototype and | |
1348 | function. | |
1349 | * dwarfread.c (add_partial_symbol): Remove code to add minimal | |
1350 | symbols and remove comment about limitations. Experiments show | |
1351 | that now that gdb handles the ELF symtab better for creating | |
1352 | minimal symbols, that no additional information is added by | |
1353 | examining the DWARF information, and in fact, given the | |
1354 | limitations, the DWARF code was actually making things worse. | |
1355 | ||
379dd965 FF |
1356 | Sat Aug 7 10:59:03 1993 Fred Fish ([email protected]) |
1357 | ||
1358 | * elfread.c (elf_symtab_read): Properly sort out the bss symbols | |
1359 | from the data symbols and give them the correct minimal_symbol_type. | |
1360 | Add file static symbols to the minimal symbol table, not just | |
6c8f91a1 FF |
1361 | global symbols. Add absolute symbols as well (like _edata, _end). |
1362 | Redo stabs-in-elf special symbol handling now that file static | |
1363 | symbols are entered into the into the minimal symbol table. | |
379dd965 FF |
1364 | * dwarfread.c (add_partial_symbol): Add comment about limitations |
1365 | of DWARF symbols for distinquishing data from bss when adding | |
1366 | minimal symbols. Add file local symbols to minimal symbols. | |
1367 | ||
8d9ec7b6 JK |
1368 | Thu Aug 5 08:58:58 1993 Jim Kingdon ([email protected]) |
1369 | ||
80b4aa1c | 1370 | * ser-go32.c: Define job_control variable. |
e917bef3 | 1371 | |
80b4aa1c JK |
1372 | Thu Aug 5 15:56:13 1993 david d `zoo' zuhn ([email protected]) |
1373 | ||
1374 | * configure.in: z8k-coff is the same as z8k-sim | |
1375 | ||
1376 | Thu Aug 5 08:58:58 1993 Jim Kingdon ([email protected]) | |
80b4aa1c | 1377 | |
038de493 JK |
1378 | * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h. |
1379 | ||
a824e46e JK |
1380 | * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11. |
1381 | ||
d625b398 JK |
1382 | * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL. |
1383 | ||
8d9ec7b6 JK |
1384 | * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h. |
1385 | ||
a88797b5 FF |
1386 | Wed Aug 4 18:32:12 1993 Fred Fish ([email protected]) |
1387 | ||
1388 | * inflow.c (pass_signal): Signal handlers take one int arg; | |
1389 | supply an unused one to make it type compatible as an arg to | |
1390 | signal(). | |
1391 | ||
05e9e188 ILT |
1392 | Tue Aug 3 18:34:14 1993 Ian Lance Taylor ([email protected]) |
1393 | ||
1394 | * config/mips/tm-mips.h: Include bfd.h before coff/sym.h. | |
1395 | ||
8e92ade7 FF |
1396 | Tue Aug 3 15:34:57 1993 Fred Fish ([email protected]) |
1397 | ||
1398 | * Makefile.in (ALLCONFIG): Add config/i386/i386nw.mt, | |
1399 | config/m68k/delta68.mh, config/m68k/delta68.mt, | |
1400 | config/m68k/dpx2.mh, config/m68k/dpx2.mt, config/mips/riscos.mh, | |
1401 | config/mips/news-mips.mh. | |
1402 | * Makefile.in (ALLPARAM): Add config/i386/nm-symmetry.h, | |
1403 | config/i386/tm-i386nw.h, config/m68k/nm-delta68.h, | |
1404 | config/m68k/tm-delta68.h, config/m68k/xm-delta68.h, | |
1405 | config/m68k/nm-dpx2.h, config/m68k/tm-dpx2.h, | |
1406 | config/m68k/xm-dpx2.h, config/mips/xm-makeva.h. | |
1407 | * Makefile.in (ALLDEPFILES): Add dpx2-nat.c. | |
1408 | ||
e906e7fa ILT |
1409 | Tue Aug 3 12:02:09 1993 Ian Lance Taylor ([email protected]) |
1410 | ||
1411 | * mipsread.c: Updated for BFD ECOFF changes. Now gets the | |
1412 | swapping routines and external structure sizes via the | |
1413 | ecoff_backend information. No longer includes coff/mips.h. | |
1414 | ||
511e0322 FF |
1415 | Tue Aug 3 10:58:04 1993 Fred Fish ([email protected]) |
1416 | ||
1417 | * Makefile.in (SFILES): Add thread.c | |
1418 | ||
6eb0b283 DE |
1419 | start-sanitize-v9 |
1420 | Tue Aug 3 10:21:58 1993 Doug Evans ([email protected]) | |
1421 | ||
1422 | * remote-sp64sim.c (simif_create_inferior): Add FIXME regarding | |
1423 | sim_set_args return code. | |
1424 | end-sanitize-v9 | |
1425 | ||
90fcdfbf RP |
1426 | Mon Aug 2 16:35:31 1993 K. Richard Pixley ([email protected]) |
1427 | ||
1428 | * Makefile.in (VERSION): bumped to 4.9.4. | |
1429 | ||
1430 | * remote-monitor.c: updated copyright. | |
1431 | (bug_ops, monitor_desc): now static. | |
1432 | (monitor_desc): in several places, check and/or set to NULL. | |
1433 | ||
1434 | * remote-hms.c (hms_files_info): Add the appropriate items where | |
1435 | missing in the printf call. | |
1436 | ||
1437 | * remote-bug.c: new file for m88k bug support. | |
1438 | ||
1439 | * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o. | |
1440 | ||
a3059251 SC |
1441 | Mon Aug 2 14:22:09 1993 Steve Chamberlain ([email protected]) |
1442 | ||
1443 | * h8300-tdep.c: Use new variable h8300hmode. | |
1444 | ||
ac88287f JK |
1445 | Mon Aug 2 12:06:00 1993 Jim Kingdon ([email protected]) |
1446 | ||
802d6308 JK |
1447 | * valops.c (typecmp): If we are passing a non-reference to a function |
1448 | which takes a reference, pass the address. | |
1449 | (value_arg_coerce): Don't use COERCE_ENUM; we don't want to dereference | |
1450 | references here. | |
1451 | ||
3082244d JK |
1452 | * thread.c (thread_switch): Define as static. |
1453 | (add_thread): Cast return value from xmalloc. | |
1454 | ||
ac88287f JK |
1455 | * gdbtypes.c (fill_in_vptr_fieldno): Call check_stub_type. |
1456 | * gdbtypes.{c,h}: Improve comments on vptr_fieldno. | |
1457 | ||
c178776d FF |
1458 | Mon Aug 2 11:58:52 1993 Fred Fish ([email protected]) |
1459 | ||
1460 | * README: Elaborate on gdb C++ support and cfront support. | |
1461 | ||
da0baf42 SG |
1462 | Mon Aug 2 11:30:57 1993 Stu Grossman (grossman at cygnus.com) |
1463 | ||
1464 | * i386lynx-nat.c, thread.c, thread.h: Update copyrights. | |
1465 | ||
afa2499d JK |
1466 | Mon Aug 2 12:06:00 1993 Jim Kingdon ([email protected]) |
1467 | ||
1468 | * Makefile.in (ALLDEPFILES): Add i386lynx-nat.c. | |
1469 | ||
db691e4b SG |
1470 | Mon Aug 2 08:42:50 1993 Stu Grossman (grossman at cygnus.com) |
1471 | ||
1472 | * gdbserver/remote-inflow.c (create_inferior): Fix comments, and | |
1473 | error msg. Setup seperate process group for child. | |
1474 | * (write_inferior_memory): Sleep for 1 second and retry on ptrace | |
1475 | failure. | |
1476 | ||
25286543 SG |
1477 | Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com) |
1478 | ||
884914bf SG |
1479 | * config/i386/i386lynx.mh (NATDEPFILES): Drop coredep (for now). |
1480 | * config/i386/nm-i386bsd.h: Protect from multiple inclusion. | |
1481 | * config/i386/nm-i386lynx.h: Lotsa new host porting stuff. | |
1482 | * config/i386/tm-i386lynx.h: Define SAVED_PC_AFTER_CALL and | |
1483 | target_pid_to_str. | |
1484 | ||
25286543 SG |
1485 | * Makefile.in (CLIBS): Reorder to make Lynx ld happy. |
1486 | * (HFILES): New file thread.h. | |
1487 | * (OBS): New file thread.c. | |
1488 | * configure.in: Host config for Lynx/386. | |
1489 | * fork-child.c (fork_inferior): Call init_thread_list(). | |
1490 | * infrun.c (resume): Add pid to invocation of target_resume(). | |
1491 | * (wait_for_inferior): Pay attention to pid from target_wait(). | |
1492 | Multi-threading code now uses this to determine what to do. | |
1493 | * inftarg.c (child_wait): Conditionalize based on CHILD_WAIT macro. | |
1494 | Use target_pid_to_str() macro throughout when printing pid. | |
1495 | * inferior.h (child_resume): Add pid to prototype. | |
1496 | * hppab-nat.c hppah-nat.c infptrace.c (child_resume): Pass in pid as | |
1497 | argument, instead of using inferior_pid. | |
1498 | * procfs.c (procfs_resume): Pass in pid as argument. Ignored for | |
1499 | now. Use target_pid_to_str() macro throughout for printing process id. | |
1500 | * remote-adapt.c (adapt_resume): Pass in pid as argument. | |
1501 | * remote-eb.c (eb_resume): Pass in pid as argument. | |
1502 | * remote-es.c (es1800_resume): Pass in pid as argument. | |
1503 | * remote-hms.c (hms_resume): Pass in pid as argument. | |
1504 | * remote-mips.c (mips_resume): Pass in pid as argument. | |
1505 | * remote-mm.c (mm_resume): Pass in pid as argument. | |
1506 | * remote-monitor.c (monitor_resume): Pass in pid as argument. | |
1507 | * remote-nindy.c (nindy_resume): Pass in pid as argument. | |
1508 | * remote-sa.sparc.c (remote_resume): Pass in pid as argument. | |
1509 | * remote-sim.c (rem_resume): Pass in pid as argument. | |
38867a45 | 1510 | start-sanitize-v9 |
25286543 | 1511 | * remote-sp64sim.c (simif_resume): Pass in pid as argument. |
38867a45 | 1512 | end-sanitize-v9 |
25286543 SG |
1513 | * remote-st.c (st2000_resume): Pass in pid as argument. |
1514 | * remote-udi.c (udi_resume): Pass in pid as argument. | |
1515 | * remote-vx.c (vx_resume): Pass in pid as argument. | |
1516 | * remote-z8k.c (rem_resume): Pass in pid as argument. | |
1517 | * remote.c (remote_resume): Pass in pid as argument. | |
1518 | * solib.c (solid_create_inferior_hook): Pass inferior_pid to | |
1519 | target_resume(). | |
1520 | * target.c (normal_pid_to_str): New routine to print out process | |
1521 | ID normally. | |
1522 | * target.h (struct target_ops): Add pid to prototype at | |
1523 | to_resume(). (target_resume): Add pid argument. | |
1524 | * (target_pid_to_str): Default definition for normal type pids. | |
38867a45 | 1525 | * thread.h, thread.c: New modules for multi thread/process control. |
25286543 | 1526 | |
804d23f3 JG |
1527 | Sun Aug 1 13:02:42 1993 John Gilmore ([email protected]) |
1528 | ||
1529 | * README: Say that bug-gdb is also the place to send requests | |
1530 | for help with GDB. | |
1531 | ||
d1445327 FF |
1532 | Sun Aug 1 09:42:13 1993 Fred Fish ([email protected]) |
1533 | ||
84b5df32 | 1534 | * Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile. |
d1445327 FF |
1535 | * h8500-tdep.c: Add parens around a few macro args. |
1536 | ||
eec03ebb JK |
1537 | Fri Jul 30 15:43:49 1993 Jim Kingdon ([email protected]) |
1538 | ||
77eb2e8f JK |
1539 | * TODO: Remove items about unix-to-unix/rapp debugging (now we |
1540 | have gdbserver), moving xm files to subdirectory, ptype yylval, | |
1541 | and file-local symbols. | |
1542 | ||
eec03ebb JK |
1543 | * gdbtypes.h: Improve comments about C++ methods. |
1544 | ||
bcca9a08 FF |
1545 | Fri Jul 30 14:16:32 1993 Fred Fish ([email protected]) |
1546 | ||
1547 | * c-exp.y: Add missing 5th arg for one call to lookup_symbol, cast | |
1548 | NULL in all other calls to correct pointer types. | |
1549 | ||
6cfec929 JK |
1550 | Fri Jul 30 15:43:49 1993 Jim Kingdon ([email protected]) |
1551 | ||
1552 | From Jeffrey Law: | |
1553 | * tm-hppa.h (TARGET_WRITE_PC): Define. | |
1554 | * hppa-tdep.c (hppa_fix_call_dummy): If in a syscall, | |
1555 | then return the address of the dummy itself rather than | |
1556 | the address of $$dyncall. | |
1557 | (target_write_pc): New function to store a new PC. | |
1558 | ||
f5a197a2 PS |
1559 | Fri Jul 30 12:51:27 1993 Peter Schauer ([email protected]) |
1560 | and Jim Kingdon ([email protected]) | |
1561 | ||
1562 | * breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint | |
1563 | conditions, they might contain symbol table references. | |
1564 | ||
1565 | Fri Jul 30 12:51:27 1993 Peter Schauer ([email protected]) | |
1566 | ||
1567 | * mipsread.c (parse_symbol): Handle opaque struct definitions and | |
1568 | type naming for stTypedef symbols. | |
1569 | ||
96c68efa JK |
1570 | Fri Jul 30 14:44:21 1993 Jim Kingdon ([email protected]) |
1571 | ||
1572 | * c-exp.y (yylex): Detect C++ nested types. | |
1573 | ||
38cbb25c DE |
1574 | start-sanitize-v9 |
1575 | Fri Jul 30 11:07:37 1993 Doug Evans ([email protected]) | |
1576 | ||
1577 | * sp64-tdep.c (sparc64_frame_chain, sparc64_frame_saved_pc): Deleted. | |
1578 | (dump_ccreg, sparc_print_register_hook): New fns. | |
1579 | * remote-sim.h: New file. | |
1580 | * remote-sp64sim.h (sim_*): External fns. (simif_*): Internal fns. | |
1581 | ||
1582 | * config/sparc/sp64.mt: New file. | |
1583 | * config/sparc/tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted. | |
1584 | (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook. | |
1585 | end-sanitize-v9 | |
1586 | ||
6879f0db FF |
1587 | Fri Jul 30 10:15:01 1993 Fred Fish ([email protected]) |
1588 | ||
1589 | * Makefile.in (ALLCONFIG): Add config/i386/ptx.mh | |
1590 | ||
ca33fca1 JK |
1591 | Fri Jul 30 08:58:01 1993 Jim Kingdon ([email protected]) |
1592 | ||
d3862cae JK |
1593 | From J. Law: |
1594 | * infcmd.c (read_pc): Remove PA specific code. | |
1595 | * tm-hppa.h (TARGET_READ_PC): Define. | |
1596 | * hppa-tdep.c (target_read_pc): New function. | |
1597 | ||
ca33fca1 JK |
1598 | * symtab.c (gdb_mangle_name): Deal with it if type lacks a name. |
1599 | ||
598db9ee FF |
1600 | Fri Jul 30 07:36:53 1993 Fred Fish ([email protected]) |
1601 | ||
ebb962cd | 1602 | * NEWS: Add note that DEC alpha support is host only, not native. |
598db9ee FF |
1603 | * README: Emphasize that C++ support works best with GNU C++ and |
1604 | stabs debugging format. | |
1605 | * delta68-nat.c: Add missing FSF copyright. | |
1606 | ||
f1a67de8 JK |
1607 | Fri Jul 30 08:58:01 1993 Jim Kingdon ([email protected]) |
1608 | ||
1609 | * paread.c (pa_symtab_read): Put file-local symbols in minimal symbols. | |
247145e6 JK |
1610 | * hppa-tdep.c (frame_chain_valid): Check that our function has the |
1611 | same address as _start, not that it must be the same symbol. | |
f1a67de8 | 1612 | |
68f49dae FF |
1613 | Fri Jul 30 00:18:40 1993 Fred Fish ([email protected]) |
1614 | ||
1615 | * Makefile.in (ALLDEPFILES): Add delta68-nat.c | |
1616 | * Makefile.in (delta68-nat.o): Add dependency. | |
1617 | ||
54a11a1d JK |
1618 | Thu Jul 29 12:09:46 1993 Jim Kingdon ([email protected]) |
1619 | ||
5d38a0a8 JK |
1620 | * value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind |
1621 | was adequate in gdb 3.5 but not now. | |
1622 | ||
1623 | * valops.c (typecmp): An array in t2 matches a pointer in t1. | |
1624 | ||
1625 | * valops.c (typecmp): When comparing type1& to type2, compare | |
1626 | type1 and type2 as leniently as if we were comparing type1 to | |
1627 | type2. | |
1628 | ||
1410f5f1 JK |
1629 | * cp-valprint.c (cplus_print_value): Don't dump core if the |
1630 | baseclass doesn't have a name. | |
1631 | * values.c (vb_match): New function, which finds the virtual | |
1632 | base class pointer even if the types are nameless. | |
1633 | (baseclass_{addr,offset}): Use it. | |
1634 | ||
63757ecd JK |
1635 | * hppa-tdep.c: Make "maintenance print unwind" command from old |
1636 | "unwind" command. | |
1637 | ||
54a11a1d JK |
1638 | * remote-udi.c: Remove udi_timer, call to siginterrupt, and associated |
1639 | obsolete junk which apparently had been copied from the | |
1640 | pre-serial.h remote.c, but which is no longer used. | |
1641 | ||
9b311b22 FF |
1642 | Thu Jul 29 12:36:20 1993 Fred Fish ([email protected]) |
1643 | ||
1644 | * Makefile.in (NONSRC): Need 29k-share/README, not | |
1645 | 29k-share/udi/README. | |
1646 | ||
6e35b037 JK |
1647 | Thu Jul 29 12:09:46 1993 Jim Kingdon ([email protected]) |
1648 | ||
93af329a JK |
1649 | * paread.c (pa_symfile_init): If error reading string table, don't |
1650 | use errno in cases where it hasn't been set. | |
1651 | ||
d4c22c52 JK |
1652 | * ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid. |
1653 | ||
60a60032 JK |
1654 | * remote-monitor.c (_initialize_monitor): Comment out use of |
1655 | connect_command, since connect_command itself is commented out. | |
1656 | ||
1657 | * remote-monitor.c (generic_open): Parse arguments the same way | |
1658 | as remote.c. | |
1659 | ||
6e35b037 JK |
1660 | * hppa-tdep.c (pc_in_linker_stub): Fix unclosed comments. |
1661 | ||
c4ed7353 JK |
1662 | Wed Jul 28 13:19:34 1993 Jim Kingdon ([email protected]) |
1663 | ||
6e35b037 JK |
1664 | * config/mips/xm-mips.h: Define HAVE_TERMIOS. |
1665 | ||
c4ed7353 JK |
1666 | * dbxread.c (record_minimal_symbol): Don't put gcc_compiled or |
1667 | __gnu_compiled* symbols into the minimal symbols. | |
1668 | ||
0907dc09 ILT |
1669 | Wed Jul 28 08:26:58 1993 Ian Lance Taylor ([email protected]) |
1670 | ||
1671 | * remote-mips.c (_initialize_remote_mips): Added "timeout" and | |
1672 | "retransmit-timeout" variables to set mips_receive_wait and | |
1673 | mips_retransmit_wait, respectively. | |
1674 | ||
ffff16b3 PS |
1675 | Wed Jul 28 03:58:58 1993 ([email protected]) |
1676 | ||
1677 | * symmisc.c (dump_msymbols): Handle new mst_file_* types. | |
1678 | ||
7706616f JK |
1679 | Tue Jul 27 12:07:38 1993 Jim Kingdon ([email protected]) |
1680 | ||
157ea89d JK |
1681 | * remote-udi.c: Remove old comment about download not implemented. |
1682 | ||
704deef2 JK |
1683 | * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break. |
1684 | * nindy-share/*, remote-nindy.c: Extensive hacking to make it | |
1685 | conform to GDB conventions like using memcpy not bcopy, serial.h, | |
1686 | etc. This is to make it host on Solaris, AIX, etc. | |
1687 | * Makefile.in: Reflect removed nindy-share files. | |
8805c1ee | 1688 | * config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o. |
157ea89d | 1689 | |
efdd6b64 JK |
1690 | * stack.c (print_frame_info): Revise comment about `pathological' |
1691 | case (there was a wrong FIXME about text labels; also asm() can | |
1692 | trigger this as well as versions of ar which truncate .o names). | |
1693 | ||
56ad756a JK |
1694 | * buildsym.c (start_subfile): If a .c file includes a .C file, set |
1695 | the language of both of them to C++. | |
1696 | ||
7706616f JK |
1697 | * config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED and include |
1698 | <memory.h>. | |
1699 | Include <malloc.h> rather than declaring malloc functions ourself. | |
1700 | ||
1701 | * ser-unix.c (set_tty_state): Don't ignore errors setting process | |
1702 | group. | |
1703 | * inflow.c (terminal_inferior): If attach_flag set, ignore errors | |
1704 | from set_tty_state. | |
1705 | ||
1706 | * fork-child.c (fork_inferior): Only quote exec file if needed. | |
1707 | ||
1708 | * mipsread.c (parse_symbol): Remove 21 Jul 93 change with | |
1709 | stTypedef inside an stBlock. | |
1710 | ||
0eb22669 PS |
1711 | Tue Jul 27 12:36:49 1993 Peter Schauer ([email protected]) |
1712 | ||
1713 | * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide if | |
1714 | we have breakpoints or watchpoints as we might have to ignore internal | |
1715 | breakpoints. | |
1716 | ||
1717 | Fix gdb core dumps after `file newfile' commands. | |
1718 | * symtab.h, symfile.c (clear_symtab_users): New routine which | |
1719 | unconditionally clears symtab users. clear_symtab_users_once | |
1720 | commented out as it was a noop anyway. | |
1721 | * objfiles.c (free_objfile): Don't call clear_symtab_users_once. | |
1722 | * objfiles.c (free_all_objfiles), symfile.c (new_symfile_objfile), | |
1723 | xcoffexec.c (exec_close): Call clear_symtab_users if necessary. | |
1724 | * symfile.c (syms_from_objfile): Install cleanups for errors during | |
1725 | symbol reading. | |
1726 | * coffread.c, dbxread.c, mipsread.c, xcoffread.c (*_symfile_read): | |
1727 | Lint cleanup code, call do_cleanups explicitly. | |
1728 | * symfile.c (symbol_file_add): Call new_symfile_objfile and | |
1729 | reinit_frame_cache _after_ the new symbols are read in. | |
1730 | ||
b31ca3de PS |
1731 | Tue Jul 27 01:57:01 1993 Peter Schauer ([email protected]) |
1732 | ||
1733 | * mipsread.c (parse_type): Do not set tag name for compiler | |
1734 | generated fake tag names. | |
1735 | ||
333355f3 RP |
1736 | Mon Jul 26 17:31:49 1993 K. Richard Pixley ([email protected]) |
1737 | ||
1738 | * config/m88k/m88k.mt (TDEPFILES): add exec.o. | |
1739 | ||
91ab5674 JK |
1740 | Mon Jul 26 13:17:36 1993 Jim Kingdon ([email protected]) |
1741 | ||
b8ec9a79 JK |
1742 | * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind' |
1743 | command. Now we use unwind info by default if we can find it. | |
1744 | ||
1745 | * config/sparc: Move VARIABLES_INSIDE_BLOCK and SUN_FIXED_LBRAC_BUG | |
1746 | to tm-sparc.h so they are shared between Solaris and SunOS4. | |
1747 | * dbxread.c (process_one_symbol): Deal with SunOS4 acc N_STSYM and | |
1748 | N_GSYM functions. | |
1749 | ||
41c86b69 JK |
1750 | * config/pa/tm-hppa.h (REGISTER_NAMES): Use "fr" rather than "fp" |
1751 | for floating point registers. | |
1752 | ||
1c8961dd JK |
1753 | * mipsread.c (parse_symbol): Put stStaticProc symbols in minimal |
1754 | symbols as mst_file_text. | |
1755 | ||
08ecd8f3 JK |
1756 | * hppa-tdep.c (pc_in_linker_stub): Return 0 if can't read memory. |
1757 | ||
230a3ab0 JK |
1758 | * stabsread.c (rs6000_builtin_type): Make logical types be |
1759 | TYPE_CODE_BOOL. | |
91ab5674 | 1760 | |
d889f6b7 JK |
1761 | Sun Jul 25 23:41:48 1993 Jim Kingdon ([email protected]) |
1762 | ||
1763 | * breakpoint.{c,h} (struct breakpoint): Replace symtab field with | |
1764 | source_file field. | |
1765 | ||
9aa3aa8c JK |
1766 | Fri Jul 23 09:57:25 1993 Jim Kingdon ([email protected]) |
1767 | ||
d889f6b7 JK |
1768 | * remote.c: Don't error() on errors xferring memory. |
1769 | * target.h: Clean up comments about *xfer_memory. | |
1770 | ||
f47e56c9 JK |
1771 | * exec.c, corelow.c (target_ops struct): Don't allow |
1772 | {insert,remove}_breakpoints to be defaulted to | |
1773 | memory_{insert_remove}_breakpoint. | |
1774 | ||
9aa3aa8c JK |
1775 | * demangle.c: Make it so `help set dem' tells you how to get the |
1776 | list of demangling styles. | |
1777 | ||
f261333b JK |
1778 | Thu Jul 22 15:41:09 1993 Jim Kingdon ([email protected]) |
1779 | ||
1780 | * Makefile.in: Use REMOTE_O macro not remote.o. | |
1781 | * config/i960/{nindy960,vxworks960}: Don't use remote.o. | |
1782 | ||
073c6b2b ILT |
1783 | Thu Jul 22 12:43:25 1993 Ian Lance Taylor ([email protected]) |
1784 | ||
1785 | * coredep.c: If NEED_SYS_CORE_H defined, include <sys/core.h> | |
1786 | (can't include it in nm-*.h file because it causes conflicts with | |
1787 | a.out symbol definitions). | |
1788 | * hp300ux-nat.c (fetch_core_registers): Commented out; obsolete. | |
1789 | * config/m68k/hp300hpux.mh (NATDEPFILES): Added coredep.o and | |
1790 | corelow.o. | |
1791 | * config/m68k/nm-hp300hpux.h (NEED_SYS_CORE_H): Defined. | |
1792 | (REGISTER_U_ADDR): Defined. | |
1793 | * config/m68k/xm-hp300hpux.h (HAVE_TERMIOS): Define instead of | |
1794 | HAVE_TERMIO. | |
1795 | * config/pa/xm-hppah.h: Likewise. | |
1796 | ||
22b4b223 JK |
1797 | Wed Jul 21 11:37:30 1993 Jim Kingdon ([email protected]) |
1798 | ||
70c7ec2e JK |
1799 | * mipsread.c (parse_symbol): when stTypedef and friends occur within |
1800 | an stBlock, skip over the fields of the inner one. | |
1801 | ||
1802 | * mips-tdep.c (init_extra_frame_info): If in lenient prologue, call | |
1803 | heuristic_proc_desc rather than just assuming registers not saved. | |
1804 | ||
51b4195f JK |
1805 | * Makefile.in (regex.o): Add dependency. |
1806 | ||
72943ad0 JK |
1807 | * hppa{b,h}-nat.c: Warning, not error, if can't access registers. |
1808 | ||
22b4b223 JK |
1809 | * config/pa/hppa{b,h}.h: Define ATTACH_DETACH. |
1810 | ||
66fe7416 PS |
1811 | Wed Jul 21 03:07:30 1993 Peter Schauer ([email protected]) |
1812 | ||
1813 | * config/mips/xm-makeva.h: New file implements va_list alignment | |
1814 | restrictions for mips hosts. | |
1815 | * config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}: | |
1816 | Use it. | |
1817 | ||
579f0258 PS |
1818 | Wed Jul 21 00:11:05 1993 Peter Schauer ([email protected]) |
1819 | ||
66fe7416 PS |
1820 | * mips-tdep.c (init_extra_frame_info): Do not check for |
1821 | mips_in_lenient_prologue if it is a dummy frame. | |
579f0258 PS |
1822 | * mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by |
1823 | mips_in_lenient_prologue. | |
1824 | ||
f29b5686 JK |
1825 | Tue Jul 20 12:53:47 1993 Jim Kingdon ([email protected]) |
1826 | ||
23d35572 JK |
1827 | * mips-tdep.c (heuristic_proc_start): First time we print the |
1828 | warning, elaborate. | |
1829 | (_initialize_mips_tdep): Improve docstring for `set heur'. | |
1830 | ||
726d33a4 JK |
1831 | * config/rs6000/tm-rs6000.h: Remove call to insert_step_breakpoint. |
1832 | ||
f29b5686 JK |
1833 | * symtab.c (find_line_symtab): New function, to deal with multiple |
1834 | symtabs with the same name. | |
1835 | (find_line_pc{,_range}): Use it. | |
1836 | (find_pc_symtab): Add comment about overlapping symtabs. | |
1837 | ||
db85f523 FF |
1838 | Mon Jul 19 21:29:14 1993 Fred Fish ([email protected]) |
1839 | ||
1840 | * Makefile.in (SFILES): Add nlmread.c. | |
1841 | * Makefile.in (OBS): Add nlmread.o. | |
1842 | * Makefile.in (nlmread.o): Add new target. | |
1843 | * configure.in (i[34]86-*-netware): New configuration. | |
1844 | * nlmread.c, config/i386/{i386nw.mt, tm-i386nw.h}: New files | |
1845 | for NLM/NetWare support. | |
1846 | ||
dc34b11d JK |
1847 | Mon Jul 19 11:48:57 1993 Jim Kingdon ([email protected]) |
1848 | ||
164207ca JK |
1849 | * symtab.h (enum minimal_symbol_type): Add mst_file_*. |
1850 | * partial-stab.h [DBXREAD_ONLY]: Record statics in miminal symbols. | |
1851 | * dbxread.c (record_minimal_symbol): Deal with statics. | |
1852 | * minsyms.c (lookup_minimal_symbol): Prefer externals to statics. | |
1853 | ||
3d7d2980 JK |
1854 | * config/i386/xm-i386sco.h: Define HAVE_TERMIOS. |
1855 | ||
1cd080b5 JK |
1856 | * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so |
1857 | arg_bytes field of makeva_list is always aligned. | |
1858 | * config/pa/xm-pa.h: Make arglist_address a char *. | |
1859 | ||
dc34b11d JK |
1860 | * ser-unix.c: Don't try to use job control with termio. |
1861 | ||
6f87ec4a PS |
1862 | Sun Jul 18 23:11:28 1993 Peter Schauer ([email protected]) |
1863 | and Jim Kingdon ([email protected]) | |
1864 | ||
1865 | Make breakpoint_re_set_one work with overloaded member functions, | |
1866 | `b 123' and `b foo' if foo is a static function. | |
1867 | * symtab.c (decode_line_1, decode_line_2): New argument `canonical' | |
1868 | to return canonical line specs if requested by the caller. | |
1869 | * breakpoint.c, source.c, symtab.c, symtab.h: Change prototypes and | |
1870 | callers accordingly. | |
1871 | * symtab.c (build_canonical_line_spec): New helper function which | |
1872 | constructs the canonical line spec. | |
1873 | * breakpoint.c (break_command_1): Use canonical line spec instead | |
1874 | of command string as addr_string if necessary. | |
1875 | * source.c (line_info): Fix storage leak. | |
1876 | ||
fc39be58 JK |
1877 | Sun Jul 18 15:22:45 1993 Jim Kingdon ([email protected]) |
1878 | ||
56eec3c7 JK |
1879 | * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL |
1880 | but not the others. | |
1881 | * symm-tdep.c: Remove exec_file_command. | |
1882 | [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions. | |
1883 | A few miscellaneous cleanups. | |
1884 | * symm-nat.c: Renamed from symm-xdep.c. | |
29b8ed0a | 1885 | * All symmetry dependent files: Many changes. |
56eec3c7 | 1886 | |
ee5fb959 JK |
1887 | * mips-tdep.c (mips_skip_prologue): New argument lenient. |
1888 | Use read_memory_nobpt. | |
1889 | (is_delayed, mips_in_lenient_prologue): New functions. | |
1890 | (init_extra_frame_info): If in the prologue, don't use saved registers. | |
1891 | * config/mips/tm-mips.h: Declare mips_skip_prologue. | |
1892 | ||
fc39be58 JK |
1893 | * partial-stab.h (N_SO): Add the text offset to valu before, not after, |
1894 | passing it to END_PSYMTAB. | |
1895 | ||
ac82e9a5 JK |
1896 | Fri Jul 16 18:48:52 1993 Jim Kingdon ([email protected]) |
1897 | ||
1898 | * symtab.c (find_pc_symtab): Call warning, not printf directly. | |
1899 | ||
1900 | * solib.c (solib_add): Use x{re,m}alloc, not {re,m}alloc. | |
1901 | ||
2e9e6869 ILT |
1902 | Fri Jul 16 09:56:42 1993 Ian Lance Taylor ([email protected]) |
1903 | ||
1904 | * mipsread.c: No longer need to undefine ZMAGIC. | |
1905 | ||
f75906eb ILT |
1906 | Thu Jul 15 18:03:37 1993 Ian Lance Taylor ([email protected]) |
1907 | ||
1908 | * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c. | |
1909 | (print_insn): Now just calls print_insn_m88k. | |
1910 | ||
ccdc578f DE |
1911 | Thu Jul 15 14:54:05 1993 Doug Evans ([email protected]) |
1912 | ||
1913 | * h8300-tdep.c (examine_prologue): Make prototype match definition. | |
1914 | ||
f09aae84 JK |
1915 | Thu Jul 15 08:34:49 1993 Jim Kingdon ([email protected]) |
1916 | ||
5b336d29 JK |
1917 | * NEWS: Mention that remote.c now has a `load' operation. |
1918 | ||
5ac7f56e JK |
1919 | * hppa-tdep.c (pc_in_linker_stub): New function. |
1920 | (find_proc_framesize): Return 0 for linker stubs. | |
1921 | (rp_saved): Tell the caller where rp is saved. | |
1922 | (frame_chain_valid): Return 1 for linker stubs. | |
1923 | (frame_saved_pc): Use return value from rp_saved. | |
1924 | ||
f09aae84 JK |
1925 | * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY, |
1926 | pass the sp relative to the frame in question, not the sp in the | |
1927 | innermost frame. | |
1928 | ||
1ab786f4 JK |
1929 | Wed Jul 14 17:37:03 1993 Jim Kingdon ([email protected]) |
1930 | ||
b5d4d6d7 JK |
1931 | * mipsread.c (parse_procedure): Take as argument the symtab to look |
1932 | the name up in. Look it up with mylookup_symbol, not lookup_symbol. | |
1933 | (psymtab_to_symtab_1): For stabs, pass the symtab to parse_procedure. | |
9adb88b7 JK |
1934 | |
1935 | * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have | |
1936 | already checked the first characters. | |
1937 | ||
1ab786f4 JK |
1938 | Changes from Jeffrey Law: |
1939 | * printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define | |
1940 | machine dependent fields in the makeva_list structure. | |
1941 | (makeva_size): Allocate extra space to handle gaps made by | |
1942 | alignment restrictions. | |
19318471 | 1943 | * config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define. |
1ab786f4 JK |
1944 | (MAKEVA_START): Initialize arglist_address field. |
1945 | (MAKEVA_ARG): Always store arguments on natural alignment | |
1946 | boundaries. Set arglist_address to the address right after | |
1947 | the args. | |
1948 | (MAKEVA_END): Simply return the value stored in arglist_address. | |
1949 | ||
968dca8d JK |
1950 | Wed Jul 14 13:51:54 1993 Jim Kingdon ([email protected]) |
1951 | ||
bf5b632d JK |
1952 | * ch-valprint.c (chill_val_print, case TYPE_CODE_STRING): Print |
1953 | address, not addr. | |
1954 | ||
1955 | * hppah-nat.c (store_inferior_registers): Don't print i in cases | |
1956 | where we aren't using it. | |
1957 | ||
968dca8d JK |
1958 | * a29k-tdep.c (get_saved_register): Fix typo. |
1959 | ||
bd96254f DE |
1960 | Wed Jul 14 09:45:52 1993 Doug Evans ([email protected]) |
1961 | ||
1962 | * configure.in: Recognize h8300h (variant of h8300). | |
1963 | ||
1964 | start-sanitize-v9 | |
1965 | Wed Jul 14 09:45:52 1993 Doug Evans ([email protected]) | |
1966 | ||
1967 | * configure.in: Recognize sparc64-*-*. | |
1968 | end-sanitize-v9 | |
1969 | ||
5af4f5f6 JK |
1970 | Tue Jul 13 14:03:48 1993 Jim Kingdon ([email protected]) |
1971 | ||
1972 | * stabsread.c (define_symbol): Make the caddr_t hack apply to `function | |
1973 | returning foo' as well as `pointer to foo'. | |
1974 | ||
1975 | * remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined. | |
1976 | * config/m68k/tm-m68k.h: Define it. | |
1977 | * mem-break.c, breakpoint.c: Improve comments. | |
1978 | ||
1979 | Tue Jul 13 13:35:31 1993 Frederic Pierresteguy ([email protected]) | |
1980 | ||
1981 | * config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h". | |
1982 | * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO. | |
1983 | ||
524895ab DE |
1984 | Tue Jul 13 11:50:38 1993 Doug Evans ([email protected]) |
1985 | ||
1986 | * gdbcore.h (read_memory_integer, read_memory_unsigned_integer): | |
1987 | Make prototype match definition. | |
1988 | ||
98d82489 FF |
1989 | Tue Jul 13 11:15:15 1993 Fred Fish ([email protected]) |
1990 | ||
8bdc1fd0 FF |
1991 | * elfread.c: Remove notice about file still being under |
1992 | construction. | |
98d82489 FF |
1993 | * Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'. |
1994 | ||
85494909 JK |
1995 | Mon Jul 12 17:46:35 1993 Jim Kingdon ([email protected]) |
1996 | ||
1997 | * a29k-tdep.c (read_register_stack): Make val static. | |
1998 | ||
e1f63216 DE |
1999 | Mon Jul 12 14:10:48 1993 Doug Evans ([email protected]) |
2000 | ||
2001 | * config/h8300/tm-h8300.h (REGISTER_CONVERTIBLE): Change value to 0. | |
2002 | (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to | |
2003 | usual spot. | |
2004 | ||
eabbe766 JK |
2005 | Mon Jul 12 11:29:44 1993 Jim Kingdon ([email protected]) |
2006 | ||
1326dace JK |
2007 | * c-valprint.c (c_val_print): Fix thinko with unspecified length |
2008 | arrays. | |
2009 | ||
eabbe766 JK |
2010 | * hppa-tdep.c (find_proc_framesize): If there is a frame pointer, |
2011 | use it. | |
2012 | ||
f6365bd6 JK |
2013 | Sun Jul 11 19:35:05 1993 Jim Kingdon ([email protected]) |
2014 | ||
f1ed4330 JK |
2015 | * symtab.c (decode_line_1): Use end of block to figure out whether |
2016 | val.end is in the same function, not minimal symbols. | |
2017 | ||
2018 | * source.c (line_info): Add a few more wrap_here's. | |
2019 | ||
2020 | * i386-tdep.c (i386_follow_jump): Do byteswapping where needed and | |
2021 | don't make assumptions about sizes of host data types. | |
2022 | ||
2023 | * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr. | |
2024 | * infrun.c, breakpoint.c, printcmd.c: Change callers. | |
2025 | * printcmd.c (containing_function_bounds): Remove. | |
2026 | * printcmd.c (disassemble_command): Use find_pc_partial_function, | |
2027 | not containing_function_bounds. | |
2028 | * infcmd.c (step_1): Use find_pc_partial_function rather than | |
2029 | trying to roll our own. Move check for a pc between SIGTRAMP_START and | |
2030 | SIGTRAMP_END in find_pc_partial_function, not step_1. | |
2031 | ||
f6365bd6 JK |
2032 | * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): |
2033 | Keep unswapped value in array of char, not REGISTER_TYPE. | |
2034 | Use REGISTER_RAW_SIZE not sizeof (REGISTER_TYPE). | |
2035 | (sparc_extract_struct_value_address): Use TARGET_PTR_BIT not | |
2036 | sizeof (CORE_ADDR). | |
2037 | ||
0a8f1742 JK |
2038 | Thu Jul 1 15:50:05 1993 Frederic Pierresteguy ([email protected]) |
2039 | ||
2040 | * configure.in (m68*-bull-sysv*): added support for Bull dpx2. | |
2041 | * config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files. | |
2042 | * config/m68k/dpx2.m{h,t}: New files. | |
2043 | ||
53adb297 DE |
2044 | Sun Jul 11 12:32:08 1993 Doug Evans ([email protected]) |
2045 | ||
2046 | * config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, add | |
2047 | more parens around macro arg. | |
2048 | ||
fee44494 JK |
2049 | Sat Jul 10 09:54:17 1993 Jim Kingdon ([email protected]) |
2050 | ||
fe675038 JK |
2051 | * infrun.c: Remove step_resume_{duplicate,shadow}. Replace |
2052 | step_resume_break_address with step_resume_breakpoint (now local | |
2053 | to wait_for_inferior). | |
2054 | ({insert,remove}_step_breakpoint): Remove. | |
2055 | (wait_for_inferior): Set step resume break with | |
2056 | set_momentary_breakpoint. Test hitting it with bpstat_stop_status | |
2057 | and bpstat_what (stop_step_resume_break removed). | |
2058 | * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct | |
2059 | which includes previous return value as main_action, and a step_resume | |
2060 | bit. | |
2061 | * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and | |
2062 | there is another breakpoint there, insert it. | |
2063 | * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use | |
2064 | a few more gotos. | |
2065 | Various: Clean up and add comments. | |
2066 | ||
fee44494 JK |
2067 | * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLog |
2068 | for Wed Nov 13 16:45:13 1991). | |
2069 | ||
4d50f90a JK |
2070 | Fri Jul 9 12:36:46 1993 Jim Kingdon ([email protected]) |
2071 | ||
58e49e21 JK |
2072 | * values.c, value.h (modify_field), callers: Make fieldval a LONGEST. |
2073 | ||
2074 | * h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD * | |
2075 | not short *. | |
2076 | ||
34df79fc JK |
2077 | * findvar.c, defs.h |
2078 | ({extract,store}_{signed_integer,unsigned_integer,address}): | |
2079 | New routines to replace SWAP_TARGET_AND_HOST. | |
2080 | All over: All uses of SWAP_TARGET_AND_HOST on integers replaced. | |
2081 | ||
271d7387 JK |
2082 | * config/sparc/tm-sparc.h: Add comment suggesting that removing |
2083 | ins and locals from the registers array might clean things up. | |
2084 | ||
19bdd57f JK |
2085 | * utils.c: Clean up comments about wrap buffer and wrap_here. |
2086 | * printcmd.c (printf_command): Call wrap_here before vprintf. | |
2087 | ||
28d14fd8 JK |
2088 | * mipsread.c (cross_ref): Set the name to unknown for "struct *" case. |
2089 | Patch from [email protected] (Paul Flinders). | |
2090 | ||
4d50f90a JK |
2091 | * a29k-tdep.c, findvar.c (get_saved_register): Fix byteswapping sins. |
2092 | ||
2fcdae93 PS |
2093 | Fri Jul 9 09:47:02 1993 Peter Schauer ([email protected]) |
2094 | ||
2095 | * defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it. | |
2096 | * mips-tdep.c (init_extra_frame_info): Set proper fci->frame if pc | |
2097 | is at the start of the dummy code. | |
2098 | ||
47976ba7 JK |
2099 | Thu Jul 8 14:48:54 1993 Jim Kingdon ([email protected]) |
2100 | ||
dd99f8e4 JK |
2101 | * sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn |
2102 | stuff, just write the sp and fp. | |
2103 | (sparc_pop_frame): Skip the do_restore_insn; we already restore | |
2104 | the sp with the other out registers. | |
2105 | ||
558f4183 JK |
2106 | * hppa-tdep.c (hppa_push_arguments): Allocate enough space for |
2107 | arguments. | |
2108 | ||
47976ba7 JK |
2109 | * hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep. |
2110 | ||
9fc8002c DE |
2111 | start-sanitize-v9 |
2112 | Thu Jul 8 14:47:00 1993 Doug Evans ([email protected]) | |
2113 | ||
2114 | * sparc-tdep.c (sparc_frame_chain): Handle sizeof (CORE_ADDR) | |
2115 | != sizeof (REGISTER_TYPE). | |
2116 | (frame_saved_pc): Ditto. | |
2117 | end-sanitize-v9 | |
2118 | ||
be474657 DE |
2119 | Thu Jul 8 08:22:05 1993 Doug Evans ([email protected]) |
2120 | ||
6de931d2 | 2121 | * config/h8300/tm-h8300.h: (REGISTER_TYPES): Adjust for h8/300h. |
bc4937f3 DE |
2122 | (REGISTER_RAW_SIZE): Ditto. |
2123 | (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs | |
2124 | on the h8/300h (ints may still be 16 bits). | |
2125 | (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, | |
2126 | EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some | |
2127 | thought needed here. | |
2128 | ||
d0414a11 DE |
2129 | * h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h. |
2130 | (examine_prologue): reg_save_depth is 4 if h8/300h. | |
2131 | ||
be474657 DE |
2132 | * findvar.c (read_register): Provide some support for 64 bit regs. |
2133 | (write_register): Ditto. | |
2134 | ||
23a8e291 JK |
2135 | Wed Jul 7 14:30:00 1993 Jim Kingdon ([email protected]) |
2136 | ||
3206db62 JK |
2137 | * config/mips/nm-riscos.h: machine/machparam.h is always the right |
2138 | place to look for BSD43_NBPG, not machine/vmparam.h | |
2139 | ||
54023465 JK |
2140 | * infcmd.c (run_stack_dummy): New argument name. |
2141 | Change error message in (another) attempt to make it comprehensible. | |
2142 | * valops.c (call_function_by_hand): Pass name to run_stack_dummy. | |
2143 | * symtab.h: Declare demangle and asm_demangle since macros use them. | |
2144 | ||
e860d210 JK |
2145 | * eval.c (evaluate_subexp): Add comment about calling a member |
2146 | function of a variable in a register. | |
2147 | ||
d3dd6800 JK |
2148 | * expression.h: Clean up comment about string in STRUCT_STRUCT etc. |
2149 | ||
23a8e291 JK |
2150 | * config/{rs6000/tm-rs6000.h,sparc/tm-sparc.h,pyr/tm-pyr.h}, |
2151 | inferior.h (PC_IN_CALL_DUMMY) [ON_STACK]: Add comments about stack | |
2152 | frame tops and bottoms. | |
2153 | ||
2154 | * frame.h, blockframe.c, stack.c, a29k-tdep.c, | |
2155 | config/gould/tmp-{pn,np1}.h, | |
2156 | config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field | |
2157 | next_frame from struct frame_info. It has no purpose beyond | |
2158 | ->next->frame and is an artifact from GDB 2.8. | |
2159 | ||
de6a2704 JK |
2160 | Tue Jul 6 11:51:18 1993 Jim Kingdon ([email protected]) |
2161 | ||
c2153bf2 JK |
2162 | * Makefile.in: Remove gdb before creating a new one. |
2163 | Update init.c atomically. | |
2164 | ||
de6a2704 JK |
2165 | * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}. |
2166 | (ALLCONFIG): Add config/alpha/alpha-osf1.mh. | |
2167 | ||
2168 | * infcmd.c (_initialize_infcmd): In docstring for "continue", | |
2169 | describe argument as setting ignore count. | |
2170 | ||
b1d0b161 DE |
2171 | Sun Jul 4 15:04:47 1993 Doug Evans ([email protected]) |
2172 | ||
2173 | * h8300-tdep.c (examine_prologue): Fix call to | |
2174 | read_memory_unsigned_integer. | |
2175 | ||
fdf138bb JK |
2176 | Fri Jul 2 18:22:54 1993 Jim Kingdon ([email protected]) |
2177 | ||
0c5af733 JK |
2178 | * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here |
2179 | rather than including xm-bigmips.h. | |
2180 | ||
1500864f JK |
2181 | * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and |
2182 | default cases. | |
2183 | ||
fdf138bb JK |
2184 | * Makefile.in (distclean): Remove y.tab.h. |
2185 | ||
fdf138bb JK |
2186 | Fri Jul 2 14:55:48 1993 Peter Schauer ([email protected]) |
2187 | ||
2188 | * exec.c (exec_file_command): Remove Mar 28 hack as BFD handles | |
2189 | file updates properly now. | |
2190 | * mipsread.c (mips_coff_new_init): Force reevaluation of sigtramp | |
2191 | addresses if switching to a new symbol file. | |
2192 | * dbxread.c (process_one_symbol): Avoid dereferencing NULL | |
2193 | symbols that might be returned from define_symbol. | |
2194 | ||
85e07872 SC |
2195 | Fri Jul 2 13:33:12 1993 Steve Chamberlain ([email protected]) |
2196 | ||
2197 | New target macros for getting at the pc, sp and fp. | |
2198 | * infcmd.c (read_pc, write_pc): Modify to use new macros. | |
2199 | (read_sp, write_sp, read_fp, write_fp): New functions. | |
1500864f JK |
2200 | * blockframe.c (reinit_frame_cache, get_prev_frame_info): |
2201 | Use new functions. | |
85e07872 SC |
2202 | * breakpoint.c (bpstat_alloc): ditto. |
2203 | * infrun.c (wait_for_inferior): ditto. | |
2204 | * stack.c (print_frame_info): ditto. | |
2205 | * valops (call_function_by_hand): ditto. | |
2206 | * corelow.c (core_open): ditto. | |
2207 | * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc, | |
2208 | target_write_pc, target_read_fp, target_write_fp): New functions. | |
2209 | * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes. | |
2210 | ||
2211 | * config/alpha/xm-alpha.h: Add MAKEVA_END. | |
2212 | * config/h8500/tm-h8500.h: Define new macros. | |
2213 | ||
d8a80e6d ILT |
2214 | Fri Jul 2 13:51:04 1993 Ian Lance Taylor ([email protected]) |
2215 | ||
2216 | * configure.in (mipos-*-riscos*): New host and target; use riscos. | |
2217 | * config/mips/nm-riscos.h: If BSD43_NBPG is not defined by | |
2218 | vmparam.h, include machparam.h. | |
2219 | (KERNEL_U_ADDR): Define to be BSD43_UADDR. | |
2220 | ||
75fa3e0f JK |
2221 | Fri Jul 2 13:39:48 1993 Jim Kingdon ([email protected]) |
2222 | ||
c0bca41c JK |
2223 | * c-exp.y (yylex): Give error if unmatched single quote. |
2224 | ||
2225 | * configure.in, config/m68k/*delta68*, delta68-nat.c: New port. | |
2226 | ||
75fa3e0f JK |
2227 | * Remove unused STACK_END_ADDR in the following files (in other |
2228 | files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h, | |
2229 | tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h, | |
2230 | tm-hp300hpux.h, tm-isi.h. | |
2231 | ||
a77a5278 JK |
2232 | Thu Jul 1 09:51:27 1993 Jim Kingdon ([email protected]) |
2233 | ||
75fa3e0f JK |
2234 | * config/mips/nm-riscos.h: Define NBPG and UPAGES. |
2235 | config/mips/xm-riscos.h: Include <sys/types.h>. | |
2236 | ||
2237 | * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment, | |
2238 | not an initializer, to copy the structure. | |
2239 | ||
2240 | * gdbtypes.h (struct type): Add field tag_name. | |
2241 | * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base): | |
2242 | Use it. | |
2243 | * {coff,dwarf,mips,stabs}read.c: Set it. | |
2244 | ||
1f72a94a JK |
2245 | * xm-sysv4.h: Undefine HAVE_TERMIO. |
2246 | ||
0abbc771 JK |
2247 | * config/mips/nm-riscos.h: Remove unmatched #endif. |
2248 | Define FETCH_INFERIOR_REGISTERS. | |
2249 | * config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough. | |
2250 | Fix misspelling of NAT_FILE. | |
3762d624 JK |
2251 | * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined, |
2252 | we can still process "modern" core files. | |
0abbc771 | 2253 | |
a77a5278 JK |
2254 | * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't |
2255 | print c_line. | |
2256 | (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL | |
2257 | is defined; don't care what it is defined to. | |
2258 | ||
95f2d253 JK |
2259 | Wed Jun 30 20:06:46 1993 Jim Kingdon ([email protected]) |
2260 | ||
2261 | * config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO. | |
2262 | ||
c2e247c4 JK |
2263 | Tue Jun 29 11:02:58 1993 Jim Kingdon ([email protected]) |
2264 | ||
2265 | * inftarg.c: Remove unused include of terminal.h. | |
2266 | * signals.h: Don't undefine signals anymore. | |
2267 | * main.c: Use job_control from serial.h. | |
2268 | * fork-child.c (fork_inferior): Use gdb_setpgid. | |
2269 | * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid. | |
2270 | * utils.c (quit): Use current_target->to_terminal_ours to figure | |
2271 | out whether we care about lack of job control, rather than __GO32__. | |
2272 | * utils.c: Include serial.h not terminal.h | |
2273 | (quit): Use job_control not TIOCGPGRP. | |
2274 | * terminal.h: Don't undefine TIOCGPGRP. | |
2275 | * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT. | |
2276 | * utils.c (quit): Use it. | |
2277 | * serial.h: Add SERIAL_UN_FDOPEN. | |
2278 | * utils.c (quit): Use it. | |
2279 | * ser-unix.c: Add process group to ttystate. | |
2280 | [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate. | |
2281 | * inflow.c: Include serial.h not terminal.h. | |
2282 | Use serial.h stuff to replace most of the maze of #ifdef's. | |
2283 | * inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function. | |
2284 | * serial.h: Document SERIAL_SET_TTY_STATE as being immediate. | |
2285 | * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true. | |
2286 | * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: | |
2287 | Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and | |
2288 | SERIAL_SET_PROCESS_GROUP. | |
2289 | * inflow.c: Use them. | |
2290 | * config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h: | |
2291 | Define HAVE_TERMIOS. | |
2292 | * Various: Remove all use of TIOC*_BROKEN. | |
2293 | ||
eed6de01 PS |
2294 | Wed Jun 30 12:20:51 1993 Peter Schauer ([email protected]) |
2295 | ||
2296 | * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define. | |
2297 | ||
2298 | Tue Jun 29 13:44:41 1993 Peter Schauer ([email protected]) | |
2299 | ||
2300 | * target.h (target_detach): Turn macro into function. | |
2301 | * target.c (target_detach): Define it, do deferred register stores | |
2302 | before calling the real target function. | |
2303 | ||
76a1bd4c PS |
2304 | Tue Jun 29 13:15:42 1993 Peter Schauer ([email protected]) |
2305 | and Jim Kingdon ([email protected]) | |
2306 | ||
2307 | * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding to | |
2308 | a function to avoid printing of function arguments in wrong order | |
2309 | due to sorting. | |
2310 | * symfile.c (compare_symbols): Remove code for sorting arguments | |
2311 | as blocks containing arguments are no longer sorted. | |
2312 | * symtab.c (lookup_block_symbol): Update comment accordingly. | |
2313 | ||
a8c25621 JK |
2314 | Tue Jun 29 11:02:58 1993 Jim Kingdon ([email protected]) |
2315 | ||
64b09778 JK |
2316 | * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC. |
2317 | (REG_STRUCT_HAS_ADDR): Add comment. | |
2318 | ||
a8c25621 JK |
2319 | * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtab |
2320 | to check whether there is line number information. | |
2321 | ||
77641260 DZ |
2322 | Tue Jun 29 08:29:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
2323 | ||
fe76016a DZ |
2324 | * remote-udi.c: Fix docstring so that it compiles. |
2325 | ||
a8c25621 JK |
2326 | * remote-mips.c, remote-nindy.c: move bfd.h before symfile.h |
2327 | (for file_ptr). | |
77641260 | 2328 | |
d63aae7f JK |
2329 | Tue Jun 29 09:11:27 1993 Jim Kingdon ([email protected]) |
2330 | ||
fd09c963 JK |
2331 | * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we |
2332 | don't expect it, change it to LOC_STATIC so at least we don't coredump. | |
2333 | ||
2334 | * c-typeprint.c (c_type_print_base): Don't error() on invalid type. | |
2335 | ||
a8c25621 | 2336 | * symtab.h: Add comments about line numbers. |
d63aae7f JK |
2337 | * source.c (identify_source_line): Fix off by one bug with line. |
2338 | ||
6b9561a4 JK |
2339 | Mon Jun 28 10:09:08 1993 Jim Kingdon ([email protected]) |
2340 | ||
c702007b JK |
2341 | * printcmd.c (makeva*): New interface, for making a va_list. |
2342 | (printf_command): Use it. | |
2343 | * config/m88k/xm-delta88.h: Remove VPRINTF define, not needed. | |
2344 | * config/pa/xm-pa.h: New file. | |
2345 | * config/pa/xm-hppa{b,h}.h: Include it. | |
2346 | ||
6b9561a4 JK |
2347 | * xcoffread.c: Remove obsolete NO_TYPEDEFS comment. |
2348 | ||
be2860fb PS |
2349 | Sun Jun 27 08:54:55 1993 Peter Schauer ([email protected]) |
2350 | ||
2351 | * valprint.c (val_print_type_code_int): Fix off by one error with | |
2352 | eliminating leading zeroes for large little endian integers. | |
2353 | ||
ee0d1b65 JK |
2354 | Sun Jun 27 08:58:56 1993 Jim Kingdon ([email protected]) |
2355 | ||
42280556 JK |
2356 | * config/mips/riscos.mh (CC): Use -systype sysv. |
2357 | ||
68d2db62 JK |
2358 | * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section. |
2359 | ||
ee0d1b65 JK |
2360 | * Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h. |
2361 | ||
751b4006 JK |
2362 | Fri Jun 25 11:22:28 1993 Jim Kingdon ([email protected]) |
2363 | ||
2364 | * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating | |
2365 | CALL_DUMMY between different 68k machines. | |
2366 | ||
ea7f0a9f SG |
2367 | Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com) |
2368 | ||
2369 | * gdbserver/Makefile.in: Add dependancies on server.h. | |
2370 | * gdbserver/remote-gutils.c: Remove lots of unused functions and | |
2371 | variables. | |
2372 | * gdbserver/remote-inflow.c: Remove lots of unused variables and | |
2373 | #includes. Also, use PTRACE_* symbols instead of constants. | |
2374 | (mywait): Surround calls to wait() with enable/disable_async_io() | |
2375 | so that we can be interrupted from GDB while waiting for the | |
2376 | child. Also, handle child exit more gracefully. | |
2377 | * gdbserver/remote-server.c: Remove lots of unused variables. | |
2378 | Move all extern defs into server.h. Redo main loop so that | |
2379 | failure from getpkt() causes communications to be re-established. | |
2380 | Fix 'k' command so that it restarts the child. | |
2381 | * gdbserver/remote-utils.c: Remove lots of unloved vars and | |
2382 | subrs. Move many extern decls into server.h. (remote_open): For | |
2383 | tcp, seperate usage of proto fd from connected fd. Close proto | |
2384 | fd after getting connection. (putpkt/getpkt): Pay attention to | |
2385 | errors when reading/writing. Report these to the caller. New | |
2386 | routines input_interrupt/enable_async_io/disable_async_io to make | |
2387 | it possible to get an I/O interrupt when data arrives from the | |
2388 | comm link. | |
2389 | * serial.h: New file to contain common defs for all remote files. | |
2390 | ||
a037b21e SG |
2391 | Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com) |
2392 | ||
2393 | * remote.c: Add arg names to prototypes, in a modest effort at | |
2394 | clarification. Also add prototypes for some new functions. | |
2395 | * (remote_wait): Better error reporting for 'T' responses. | |
2396 | * ser-go32.c (strncasecmp): Make str1 & str2 be const. | |
2397 | * (dos_async_init): Make usage message reflect requested port #. | |
2398 | * ser-tcp.c (tcp_open): Terminate hostname properly to prevent | |
2399 | random hostname lookup failures. Add nicer message for unknown | |
2400 | host error. (wait_for): Wake up in case of exceptions. Also, | |
2401 | restart select() if we got EINTR. | |
2402 | * ser-unix.c (wait_for): Restart select() if we got EINTR. | |
2403 | * serial.c: (serial_close): Clean up code. | |
2404 | ||
ea7f0a9f SG |
2405 | Fri Jun 25 11:22:28 1993 Jim Kingdon ([email protected]) |
2406 | ||
2407 | * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating | |
2408 | CALL_DUMMY between different 68k machines. | |
2409 | ||
a38b1233 JK |
2410 | Fri Jun 25 11:22:28 1993 Jim Kingdon ([email protected]) |
2411 | ||
f3fe62b1 JK |
2412 | * Makefile.in (*.tab.c): Use ./c-exp.tab.c not just c-exp.tab.c. |
2413 | Make comment explaining this comprehensible. | |
2414 | (TAGFILES): Include ALLDEPFILES. | |
2415 | (ALLDEPFILES): udi2soc.c and udr.c are in 29k-share/udi, not | |
2416 | 29k-share/udi/udi. | |
2417 | (update-alldeps): Remove; obsolete. | |
2418 | ||
e50ebec8 JK |
2419 | * remote.c: Move comments regarding packets to top of file with the |
2420 | rest of the protocol comments. | |
2421 | Fix incorrect description of 'T' response. | |
2422 | ||
3576a412 JK |
2423 | * README (Reporting Bugs): Refer people to the GDB manual. |
2424 | ||
7e71985c JK |
2425 | * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN. |
2426 | * stabsread.c: Type -16 is 4 bytes. | |
2427 | ||
a38b1233 JK |
2428 | * remote-udi.c: Improve docstring. |
2429 | ||
872dd3fe FF |
2430 | Fri Jun 25 11:16:31 1993 Fred Fish ([email protected]) |
2431 | ||
a38b1233 JK |
2432 | * elfread.c (elf_symfile_read): Call bfd_elf_find_section, not |
2433 | bfd_elf32_find_section, to track bfd changes. | |
872dd3fe | 2434 | |
f75ad5da JK |
2435 | Fri Jun 25 11:22:28 1993 Jim Kingdon ([email protected]) |
2436 | ||
2437 | * config/mips/riscos.mh (REGEX{,1}, MUNCH_DEFINE, MH_CFLAGS): Define. | |
ef3986bb | 2438 | * config/mips/xm-riscos.h: Define USG. |
f75ad5da | 2439 | |
a32ebcfd JK |
2440 | Thu Jun 24 14:52:45 1993 Jim Kingdon ([email protected]) |
2441 | ||
2442 | * main.c (filename_completer): Don't complete to files ending in ~. | |
2443 | ||
2444 | * NEWS: Mention filename completion and "info line" enhancements. | |
2445 | ||
2446 | * main.c (symbol_completion_function): On "info t foo", return NULL, | |
2447 | don't error(). | |
2448 | ||
2449 | * main.c (symbol_completion_function): Don't use readline word | |
2450 | breaking. Use new calling convention for c->completer and | |
2451 | complete_on_cmdlist. | |
2452 | * command.h (struct command): Change arguments; now the text passed | |
2453 | to completer does not have any word breaking done. New arg word. | |
2454 | * symtab.{c,h} (make_symbol_completion_list): Do word breaking. Take | |
2455 | word argument. | |
2456 | * {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument. | |
2457 | * command.{c,h} (complete_on_cmdlist): Take word argument. | |
2458 | ||
2459 | * command.c (lookup_cmd_1): Doc fix. | |
2460 | ||
b8774958 RP |
2461 | Thu Jun 24 13:26:04 1993 K. Richard Pixley ([email protected]) |
2462 | ||
2463 | * Makefile.in (OP_INCLUDE): define. | |
2464 | (OPCODE_CFLAGS): use OP_INCLUDE. | |
2465 | ||
2466 | * config/i386/ncr3000.mh, config/i386/i386v4.mh, | |
2467 | config/i386/i386sol2.mh, config/m68k/hp300hpux.mh, | |
2468 | config/m68k/amix.mh, config/mips/irix[34].mh, | |
2469 | config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA, | |
2470 | ALLOCA1): macros removed. | |
2471 | ||
2472 | * config/mips/decstation.mh, config/rs6000/rs6000.mh | |
2473 | (MMALLOC_LIB): renamed to MMALLOC. | |
2474 | ||
4ae030b9 JK |
2475 | Wed Jun 23 00:25:58 1993 Jim Kingdon ([email protected]) |
2476 | ||
2477 | * partial-stab.h: Consolidate case statements for N_LSYM and N_FUN. | |
2478 | * dbxread.c: Change comment regarding acc. | |
2479 | ||
c2df19bd RP |
2480 | Wed Jun 23 15:04:54 1993 K. Richard Pixley ([email protected]) |
2481 | ||
7ae7b919 RP |
2482 | Makefile overhaul dropping autodepend features. |
2483 | * Makefile.in: many comment changes. forced consistent use of $() | |
2484 | for makefile variables references. dropped leading ./ in file | |
2485 | references. Drop $(srcdir)/ prefix on all dependencies. | |
2486 | Inserted contents of alldeps.mak and depend. | |
b8774958 | 2487 | (INCLUDE_CFLAGS): defined as new macro for getting libiberty's |
7ae7b919 RP |
2488 | include directory into the compilation line. |
2489 | (GDB_CFLAGS): new macro to take up the semantic previously held | |
2490 | by INCLUDE_CFLAGS. | |
2491 | (LIBIBERTY): dropped ancient subdir macro. I last removed this | |
2492 | macro in feb of '92. How does it keep coming back? | |
2493 | (MMALLOC_LIB): renamed to MMALLOC. | |
2494 | (BFD_SRC_DIR): renamed to BFD_SRC. | |
2495 | (BFD_OBJ_DIR): renamed to BFD_DIR. | |
2496 | (BFD_LIB): renamed to BFD. | |
2497 | (BFD_INCLUDES): renamed to BFD_CFLAGS. | |
2498 | (READLINE_DIR): now represents object directory. | |
2499 | (RL_LIB): renamed to READLINE. | |
2500 | (READLINE_SRC, READLINE_CFLAGS, OPCODES, OPCODES_CFLAGS): new | |
2501 | macros. | |
2502 | (INTERNAL_CFLAGS): added GDB_CFLAGS, OPCODES_CFLAGS, | |
2503 | READLINE_CFLAGS, BFD_CFLAGS. Dropped USER_CFLAGS. | |
2504 | (LDFLAGS): removed default assignment. | |
2505 | (TEXIDIR, INCLUDE_DEP, MMALLOC_DIR, MMALLOC_DEP, BFD_DEP, | |
2506 | READLINE_DEP, LIBIBERTY_DIR, TESTS, depend, STAGESTUFF): unused, so removed. | |
2507 | (ALLOCA1, ALLOCA): removed all references. alloca is now in | |
2508 | libiberty. | |
2509 | (VERSION): unilaterally and arbitrarily bumped to 4.9.3. | |
2510 | (SFILES, NONSRC, HFILES, ALLDEPFILES, ALLPARAM, ALLCONFIG): | |
2511 | removed all $(srcdir) prefixes. | |
2512 | (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros | |
2513 | for potential dependencies. commented out by default. | |
2514 | (readline_headers, udiheaders): convenient abbreviations. | |
2515 | (gdbcore_h, frame_h, symtab_h, gdbtypes_h, expression_h, | |
2516 | value_h, breakpoint_h, command_h, gdbcmd_h, defs_h, inferior_h): | |
2517 | new macros used for header file dependencies. | |
2518 | (install-info, clean-info): collapse into the info rule. | |
2519 | (install): now depends on all. | |
2520 | (install-only): new target for installing without depending on | |
2521 | all. | |
2522 | (uninstall): new target. | |
2523 | (config-check, config-check-hosts, config-check-targets): added | |
2524 | fixme comments. | |
2525 | (ch-exp.tab.c, m2-exp.tab.c): added artificial dependencies in | |
2526 | order to force parallel makes into keeping these rules separate. | |
2527 | * configure.in: omit cat'ing depend file onto generated Makefile. | |
2528 | * alldeps.mak, depend: removed. | |
2529 | ||
baa38372 RP |
2530 | * inferior.h: remove redundant include of symtab.h which is |
2531 | included in value.h via breakpoint.h. | |
2532 | ||
fbca7519 RP |
2533 | * alloca.c: removed. alloca is now in libiberty. |
2534 | ||
88607839 RP |
2535 | * config/m88k/delta88.mh, config/ns32k/merlin.mh (M_UNINSTALL): |
2536 | new macro to undo what M_INSTALL does. | |
c2df19bd | 2537 | |
29f3879c JK |
2538 | Wed Jun 23 00:25:58 1993 Jim Kingdon ([email protected]) |
2539 | ||
4ae030b9 JK |
2540 | * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name |
2541 | of gdb-sh. | |
6ffbfcc2 | 2542 | |
ec06a3cb JK |
2543 | * dbxread.c (copy_pending): Change name and function of begi argument |
2544 | to endi, since that is what the caller needs. | |
2545 | ||
853a233b JK |
2546 | * Makefile.in (TAGFILES): Don't include YYFILES. |
2547 | ||
2548 | * Makefile.in (HFILES): Include monitor.h. | |
2549 | ||
2550 | * Makefile.in: Include text that used to be in alldeps.mak. | |
2551 | Remove config/mips/{bigmips.mh,xm-bigmips} from it. | |
2552 | * Makefile.in, configure.in: Remove all traces of alldeps.mak. | |
2553 | ||
29f3879c JK |
2554 | * main.c (main): Print help message on stdout not stderr |
2555 | per standards.texi. | |
2556 | New option --version per standards.texi. | |
2557 | In help message, show long options with "--" not "-". | |
2558 | Don't try to print help message or version until after we have | |
2559 | called initialize_all_files. | |
2560 | ||
9ddfb9eb JK |
2561 | Tue Jun 22 03:15:38 1993 Jim Kingdon ([email protected]) |
2562 | ||
15d4eb21 JK |
2563 | * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol. |
2564 | (solib_add): Call special_symbol_handling once, not once per library. | |
2565 | ||
59ba57da JK |
2566 | * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action |
2567 | is SIG_DFL. | |
2568 | ||
2569 | * procfs.c (procfs_resume): Skip the unnecessary PRSVADDR on all | |
2570 | systems, not just Solaris. | |
2571 | ||
9ddfb9eb JK |
2572 | * stabsread.c: Include <ctype.h>. |
2573 | ||
3768398d JK |
2574 | Mon Jun 21 16:09:46 1993 Jim Kingdon ([email protected]) |
2575 | ||
2576 | * fork-child.c (fork_inferior): Quote exec_file so it can contain | |
2577 | funky characters. | |
2578 | ||
68eabdd3 FF |
2579 | Mon Jun 21 16:56:47 1993 Fred Fish ([email protected]) |
2580 | ||
2581 | * Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, since | |
2582 | bfd.h is included by target.h, which most of gdb includes. | |
2583 | * depend: Hand remove BFD_INCLUDES from ${CC} lines, now that | |
2584 | it's in INCLUDE_CFLAGS. | |
2585 | ||
c96d68c2 JK |
2586 | Mon Jun 21 16:09:46 1993 Jim Kingdon ([email protected]) |
2587 | ||
2c7ab4ca JK |
2588 | * config/i386/*aix*, i386aix-nat.c: New files. |
2589 | * configure.in: Use them. | |
c96d68c2 | 2590 | * alldeps.mak: List them. |
2c7ab4ca JK |
2591 | * coffread.c (decode_base_type): Deal with anonymous enum type. |
2592 | * i387-tdep.c (print_387_status_word): Add comment re "top". | |
2593 | * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func. | |
2594 | * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and | |
2595 | only if not defined by a header file. | |
2596 | * mipsread.c: Don't define L_SET or L_INCR. | |
c96d68c2 | 2597 | |
200a3470 FF |
2598 | Mon Jun 21 15:10:07 1993 Fred Fish ([email protected]) |
2599 | ||
2600 | * Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir. | |
2601 | * depend: Hand updated to match. | |
2602 | ||
089dc220 JK |
2603 | Sun Jun 20 13:11:11 1993 Jim Kingdon ([email protected]) |
2604 | ||
2605 | * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_. | |
2606 | (read_cpp_abbrev): Don't complain specially for $_. Also return 0 if | |
2607 | we don't recognize the abbrev. | |
2608 | ||
2a4e8cc3 JK |
2609 | Sun Jun 20 00:24:41 1993 Jim Kingdon ([email protected]) |
2610 | ||
2611 | * solib.c (solib_add_common_symbols): Add comment about performance. | |
2612 | ||
e64ec645 JK |
2613 | Fri Jun 18 12:37:36 1993 Jim Kingdon ([email protected]) |
2614 | ||
ee06f230 JK |
2615 | * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files. |
2616 | * configure.in (mips-*-sysv*): Use riscos for host, bigmips for target. | |
2617 | ||
b487ba2e JK |
2618 | * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files. |
2619 | * config/mips/{bigmips.mh,xm-bigmips.h}: Remove. | |
2620 | * configure.in (mips-sony-*): Use news-mips for host. | |
2621 | ||
e64ec645 JK |
2622 | * buildsym.h: Doc fix for processing_acc_compilation. |
2623 | ||
8715a9f3 JK |
2624 | Thu Jun 17 19:57:08 1993 Jim Kingdon ([email protected]) |
2625 | ||
2626 | * printcmd.c (print_formatted): Don't use tab in wrap_here arg. | |
2627 | ||
fc61e9ee JK |
2628 | Thu Jun 17 17:29:30 1993 Jim Kingdon ([email protected]) |
2629 | ||
2630 | * Makefile.in (INTERNAL_CFLAGS): Include ../include as well as | |
2631 | ${srcdir}/../include. | |
2632 | ||
2633 | * config/m88k/xm-delta88.h: Comment out unused defines which conflict | |
2634 | with system headers. | |
2635 | * printcmd.c (printf_command): Cast second arg to vprintf to PTR. | |
2636 | Use VPRINTF macro if defined. | |
2637 | * config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>. | |
2638 | Define TIOC{GETC,GLTC}_BROKEN. | |
2639 | * m88k-nat.c: Uncomment include of <sys/ptrace.h>. | |
2640 | * main.c: Rename initialize_{main,cmd_lists,history} to init_* to | |
2641 | make things easier on munch (apparently this matters on | |
2642 | the delta88 with svr3). | |
2643 | ||
c8fee4a5 DZ |
2644 | Thu Jun 17 16:53:56 1993 david d `zoo' zuhn ([email protected]) |
2645 | ||
2646 | * Makefile.in: canonicalize install.sh; for use within | |
2647 | this directory (and subdirs) | |
2648 | ||
2649 | Tue Jun 15 17:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
2650 | ||
2651 | * Makefile.in: remove parentdir support; use INSTALL_XFORM | |
2652 | ||
7ccb1e44 SC |
2653 | Thu Jun 17 15:08:35 1993 Steve Chamberlain ([email protected]) |
2654 | ||
2655 | * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New | |
2656 | host. | |
2657 | * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard | |
2658 | wired (and wrong) constant. | |
2659 | * values.c (unpack_long): Add case to unpack when target object is | |
2660 | sizeof(int). | |
2661 | * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the | |
2662 | simulator defines. | |
2663 | ||
1c5d6049 RP |
2664 | Wed Jun 16 16:08:18 1993 K. Richard Pixley ([email protected]) |
2665 | ||
21cc14d8 RP |
2666 | * NEWS: tracking user visible changes starting with |
2667 | vxworks-timeout. | |
2668 | ||
1c5d6049 RP |
2669 | * remote-vx.c (_initialize_vx): rename user settable option from |
2670 | rpcTimeout to vxworks-timeout. | |
2671 | ||
3ef6f604 FF |
2672 | Wed Jun 16 12:21:49 1993 Fred Fish ([email protected]) |
2673 | ||
53f0969b FF |
2674 | * Makefile.in (depend): More makefile diddling. |
2675 | * alldeps.mak, depend: Update to latest automatically built | |
2676 | versions. | |
2677 | ||
3ef6f604 FF |
2678 | * Makefile.in (depend): Bfd.h keeps moving, keep up with it. |
2679 | * alldeps.mak, depend: Update to latest automatically built | |
2680 | versions. | |
2681 | ||
56894788 RP |
2682 | Tue Jun 15 12:26:05 1993 K. Richard Pixley ([email protected]) |
2683 | ||
2684 | * remote-vx.c: include gdbcmd.h for setlist. | |
2685 | (_initialize_vx): make rpcTimeout user settable. | |
2686 | ||
3a6249b1 JK |
2687 | Mon Jun 14 09:23:51 1993 Jim Kingdon ([email protected]) |
2688 | ||
bd50d1b0 | 2689 | * main.c, gdbcmd.h: Add function filename_completer. |
df0f0dcc JK |
2690 | * main.c, symfile.c, source.c, exec.c, core.c: Use it for |
2691 | "directory", "source", "cd", "symbol-file" "add-symbol-file", | |
2692 | "load", "file", "exec-file", "core-file" commands. | |
2693 | (But '/' is a word break, limiting usefulness; see comments). | |
bd50d1b0 JK |
2694 | |
2695 | * source.c (mod_path): Warning not error if can't find directory. | |
2696 | ||
3a6249b1 JK |
2697 | * isi-xdep.c: New file. |
2698 | * config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o | |
2699 | ||
9748446f JK |
2700 | Sun Jun 13 09:17:48 1993 Jim Kingdon ([email protected]) |
2701 | ||
f92d5249 JK |
2702 | * config/m68k/xm-news.h: Include <sys/param.h>. |
2703 | ||
dbbf9508 JK |
2704 | * m88k-tdep.c (IEEE_isNAN): Remove. |
2705 | config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same | |
2706 | broken isNAN as on the mips. | |
2707 | ||
198133b9 JK |
2708 | * valprint.c (_initialize_valprint): Use c->function.sfunc not just |
2709 | c->function. | |
2710 | ||
a5e6391b JK |
2711 | * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not |
2712 | defined, don't worry about Sun's silly LBRAC bug. | |
2713 | * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0. | |
2714 | ||
2715 | * dbxread.c (process_one_symbol): If there's a symbol before an | |
2716 | N_SO, don't error(). | |
2717 | (case N_BCOMM): complain () not error (). | |
2718 | ||
9748446f JK |
2719 | * defs.h, main.c (catch_errors): Add return_mask arg. |
2720 | stack.c (print_frame_info): Pass RETURN_MASK_ERROR. | |
2721 | other callers: Pass RETURN_MASK_ALL. | |
2722 | (return_to_top_level), callers: Add return_reason arg. | |
2723 | * utils.c (quit): | |
2724 | Use return_to_top_level (RETURN_QUIT) instead of error (). | |
2725 | * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER): | |
2726 | Use SET_TOP_LEVEL not setjmp (to_top_level). | |
2727 | * remote-nindy.c: Use catch_errors not setjmp (to_top_level). | |
2728 | ||
6e6656cc JK |
2729 | Sat Jun 12 14:40:54 1993 Jim Kingdon ([email protected]) |
2730 | ||
ff56144e JK |
2731 | * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]: |
2732 | Don't try to get the debug base yet. | |
2733 | ||
8357834f JK |
2734 | * dbxread.c (process_one_symbol): Set n_opt_found based on whether |
2735 | a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro | |
2736 | which returns 0 or 1 to say whether to do it. | |
2737 | * config/sparc/sun4{sol2,os4}.h | |
2738 | (SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so | |
2739 | the right thing happens for both acc and SunOS4 /bin/cc. | |
2740 | ||
2741 | * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix. | |
2742 | * printcmd.c (print_scalar_formatted): Use val_print_type_code_int. | |
2743 | ||
6e6656cc JK |
2744 | * mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and |
2745 | probably contained byte-order sins too. | |
2746 | config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines. | |
2747 | The IEEE_FLOAT code in print_floating takes care of it. | |
2748 | ||
ce13daa7 FF |
2749 | Sat Jun 12 14:47:04 1993 Fred Fish ([email protected]) |
2750 | ||
2751 | * Makefile.in (VERSION): Bump to 4.9.2. | |
2752 | * c-valprint.c (c_val_print): For array of chars printed with | |
2753 | string syntax, don't print the address of the array. From | |
2754 | [email protected]. | |
2755 | * c-exp.y (yylex): Recognize '.' as indicating a floating point | |
2756 | number regardless of the radix. From [email protected]. | |
2757 | * valprint.c (set_input_radix_1, set_output_radix_1): New | |
2758 | prototypes and functions that do the actual radix setting work. | |
2759 | * valprint.c (set_radix, set_output_radix, set_input_radix): | |
2760 | Rewrite to use set_input_radix_1 and set_output_radix_1. | |
2761 | * valprint.c (initialize_valprint): Enable commands to | |
2762 | independently set and show input and output radices. | |
2763 | * valprint.c (show_radix): New prototype and function that | |
2764 | handles separate input and output radices. | |
2765 | ||
112087ed KR |
2766 | Fri Jun 11 18:39:38 1993 Ken Raeburn ([email protected]) |
2767 | ||
2768 | Patches from Jeff Law, [email protected]: | |
2769 | * hppa-pinsn.c: Now uses disassembler from opcode library, | |
2770 | this contains only the stub function print_insn. | |
2771 | ||
57cb418a RP |
2772 | Fri Jun 11 15:19:59 1993 K. Richard Pixley ([email protected]) |
2773 | ||
2774 | * main.c (main): back to two periods for elipse. | |
2775 | (print_gdb_version): revised format for configuration info. | |
2776 | ||
ce13daa7 FF |
2777 | Fri Jun 11 10:24:35 1993 Fred Fish ([email protected]) |
2778 | ||
2779 | * defs.h (INT_MAX): Cast unsigned shift result to int. | |
2780 | ||
574dac8e JK |
2781 | Fri Jun 11 10:17:41 1993 Jim Kingdon ([email protected]) |
2782 | ||
2783 | * dbxread.c (process_one_symbol): Rather than having | |
2784 | BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which | |
2785 | is true if we are doing stabs-in-elf, false otherwise. | |
2786 | config/sparc/tm-sun4sol2.h: Don't define it. | |
2787 | ||
f63f30e2 ILT |
2788 | Fri Jun 11 13:33:40 1993 Ian Lance Taylor ([email protected]) |
2789 | ||
2790 | * remote-mips.c (mips_send_packet): Don't print garbage character | |
2791 | in debugging info. | |
2792 | (mips_request): Don't check that remote pid is 0, because | |
2793 | sometimes it isn't. | |
83909c43 ILT |
2794 | (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST, |
2795 | not an integer. | |
f63f30e2 | 2796 | |
91c87211 JK |
2797 | Fri Jun 11 10:17:41 1993 Jim Kingdon ([email protected]) |
2798 | ||
c94e7e75 JK |
2799 | * stack.c (print_frame_info): Use catch_errors around print_frame_args. |
2800 | ||
702c0ff7 JK |
2801 | * Makefile.in (install): Don't depend on gdb. |
2802 | ||
91c87211 JK |
2803 | * Rename remote-es1800.c to remote-es.c |
2804 | and remote-st2000.c to remote-st.c for 14-char filenames. | |
2805 | config/m68k/{es1800,st2000}: Use the new names. | |
2806 | ||
2807 | * mips-tdep.c (isa_NAN): Don't return true on -0. | |
2808 | ||
dd577ca5 FF |
2809 | Fri Jun 11 10:24:35 1993 Fred Fish ([email protected]) |
2810 | ||
2811 | * defs.h (INT_MAX): Cast unsigned shift result to int. | |
2812 | ||
a608f919 FF |
2813 | Thu Jun 10 13:26:41 1993 Fred Fish ([email protected]) |
2814 | ||
2815 | * elfread.c (elf_symtab_read): Add bfd section address to bfd | |
2816 | symbols, now that they are section relative. | |
2817 | * solib.c (bfd_lookup_symbol): Ditto. | |
2818 | ||
2819 | Thu Jun 10 10:56:56 1993 Jim Kingdon ([email protected]) | |
2820 | ||
2821 | * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.c | |
2822 | depend: Updated accordingly. | |
2823 | ||
39d4639b JK |
2824 | Wed Jun 9 16:08:44 1993 Jim Kingdon ([email protected]) |
2825 | ||
2826 | * Makefile.in (*.tab.c): Use mv for atomic update. | |
2827 | ||
2828 | * Makefile.in ({dist,real}clean): Also remove nm.h. | |
2829 | (realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}. | |
2830 | (distclean): Don't rebuild *.tab.c or TAGS. | |
2831 | ||
fa48972a RP |
2832 | Wed Jun 9 12:56:58 1993 K. Richard Pixley ([email protected]) |
2833 | ||
90494078 RP |
2834 | * Makefile.in (version.c): add host and target names to version.c. |
2835 | * main.c (main): print three periods for the elipse. | |
2836 | (print_gdb_version): also print configuration. | |
2837 | ||
a29be236 RP |
2838 | * udi/udiids.h, udi/udip2soc.c, udi/udiphcfg.h, udi/udiphunix.h, |
2839 | udi/udiproc.h, udi/udipt29k.h, udi/udiptcfg.h, udi/udisoc.h, | |
2840 | udi/udr.c: Change AMD copyrights to FSF copyleft '93. | |
2841 | ||
2842 | * remote-eb.c (get_hex_regs, eb_fetch_registers), remote-adapt.c | |
2843 | (get_hex_regs, adapt_fetch_registers): cast args to | |
2844 | supply_register to avoid gcc warning. | |
2845 | ||
0b3556fe RP |
2846 | * config/a29k/a29k.mt (TDEPFILES): drop minimon support. It |
2847 | doesn't compile on solaris and is now obsolete. | |
2848 | ||
fa48972a RP |
2849 | * config/sparc/sun4os4.mh (XM_CLIBS): remove -lresolv. This |
2850 | breaks stock sunos installations. | |
2851 | ||
b01c21d0 JK |
2852 | Wed Jun 9 06:14:33 1993 Jim Kingdon ([email protected]) |
2853 | ||
4640902b JK |
2854 | * m68k-stub.c: Add comment about frame cache. |
2855 | ||
b01c21d0 JK |
2856 | * target.h (target_store_registers): Doc fix re error handling. |
2857 | ||
2858 | * findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless | |
2859 | of register_valid[regno]. | |
2860 | ||
9745ba07 JK |
2861 | Tue Jun 8 14:42:10 1993 Jim Kingdon ([email protected]) |
2862 | ||
2863 | * symtab.h, dwarfread.c: Doc fix re dependencies. | |
2864 | ||
f7630ec9 RS |
2865 | Tue Jun 8 17:54:09 1993 Rob Savoye ([email protected]) |
2866 | ||
2867 | * serial.c (serial_close): If scb is NULL, don't try to close | |
2868 | it. | |
1f72a94a | 2869 | * configure.in: Add support for rom68k and bug boot monitors. |
f7630ec9 | 2870 | |
df14b38b SC |
2871 | Tue Jun 8 17:39:12 1993 Steve Chamberlain ([email protected]) |
2872 | ||
2873 | * coffread.c (init_stringtab): Fix bug where sizeof(long) != 4. | |
2874 | * gdbcore.h, core.c (read_memory_unsigned_integer): New function. | |
2875 | * findvar.c (read_register, write_register): Fix thinko where | |
2876 | sizeof(host long) != sizeof(target int). | |
2877 | * h8300-tdep.c: Use new read_memory_unsigned_integer call. | |
2878 | * sh-tdep.c (_initialize_sh_tdep): Add memory_size command. | |
2879 | ||
e7ac0161 JK |
2880 | Tue Jun 8 14:42:10 1993 Jim Kingdon ([email protected]) |
2881 | ||
2882 | * Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to | |
2883 | m68k-tdep.c (m68k_find_saved_regs). Don't duplicate code between | |
2884 | 68881 and non-68881 cases. Check for a pair of movel instructions. | |
d9e5694c | 2885 | |
75c319ff RP |
2886 | Tue Jun 8 14:52:55 1993 K. Richard Pixley ([email protected]) |
2887 | ||
54d44c8c RP |
2888 | First cut at sparc-vxworks targetting. |
2889 | * config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt: new files. | |
2890 | * configure.in: sparc-vxworks gdb_target now vxsparc. | |
2891 | ||
45d8db87 | 2892 | * remote-eb.c, remote.c: symfile.h requires bfd.h so include it. |
75c319ff | 2893 | |
683bf9b5 JK |
2894 | Tue Jun 8 14:42:10 1993 Jim Kingdon ([email protected]) |
2895 | ||
2896 | * config/m68k/xm-news.h: add "extern int errno". | |
2897 | ||
35799202 RP |
2898 | Tue Jun 8 13:45:07 1993 K. Richard Pixley ([email protected]) |
2899 | ||
2900 | * remove-vx.c (vx_read_register, vx_write_register): collapse | |
2901 | ifdef I80960 else (assumes) m68k into parameterizable macros | |
2902 | VX_NUM_REGS and VX_SIZE_FPREGS. | |
2903 | * config/m68k/tm-vx68.h, config/i960/tm-vx960.h (VX_NUM_REGS, | |
2904 | VX_SIZE_FPREGS): new definitions. | |
2905 | ||
6b27ebe8 JK |
2906 | Tue Jun 8 11:08:29 1993 Jim Kingdon ([email protected]) |
2907 | ||
2908 | * symfile.{c,h} (generic_load): New function. | |
2909 | remote{,-nindy,-eb,-mips}.c: Use it. | |
2910 | ||
a5d61570 SG |
2911 | Mon Jun 7 20:07:30 1993 Stu Grossman ([email protected]) |
2912 | ||
2913 | * Makefile.in (depend): More sed gubbish to deal with | |
2914 | ../bfd/bfd.h being generated during the build. | |
2915 | * depend: Re-done with corrected makefile. | |
2916 | ||
6f4a4fbb FF |
2917 | Mon Jun 7 16:32:05 1993 Fred Fish ([email protected]) |
2918 | ||
2919 | * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR. | |
2920 | * Makefile.in (BFD_OBJ_DIR): New definition for the bfd build | |
2921 | directory to find automatically generated header files and library. | |
2922 | * Makefile.in (BFD_LIB): Use BFD_OBJ_DIR. | |
2923 | * Makefile.in (LINTFLAGS): Include BFD_OBJ_DIR. | |
2924 | * Makefile.in (saber_gdb): Include BFD_OBJ_DIR. | |
2925 | * Makefile.in (depend): Include BFD_OBJ_DIR in gcc args. | |
2926 | * Makefile.in (paread.o, xcoffexec.o): Remove, now in depend. | |
2927 | * depend, alldeps.mak: Rebuild after Makefile.in changes. | |
2928 | ||
2929 | Fri Jun 4 10:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
2930 | ||
2931 | * configure.in: change lynx support to CPU-*-lynxos* | |
2932 | ||
2933 | * Makefile.in (subdir_do): change test from existence of directory | |
2934 | to existence of Makefile (the directory may exist but not be configured) | |
2935 | ||
2936 | Thu Jun 3 01:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
2937 | ||
2938 | * config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED | |
2939 | ||
761d5a4b ILT |
2940 | Fri Jun 4 10:43:33 1993 Ian Lance Taylor ([email protected]) |
2941 | ||
2942 | * configure.in (mips-idt-ecoffl*): New target; use idtl. | |
2943 | (mips-idt-ecoff*): Added trailing '*'. | |
2944 | * config/mips/idtl.mt: New file; like idt.mt, but little endian. | |
2945 | ||
452b4b00 SG |
2946 | Thu Jun 3 17:36:56 1993 Stu Grossman ([email protected]) |
2947 | ||
2948 | * ser-go32.c: Clean up lots of compilation nits. | |
2949 | ||
e835b5e7 SG |
2950 | Thu Jun 3 14:44:57 1993 Stu Grossman ([email protected]) |
2951 | ||
2952 | * Patches from Jeffrey Law <[email protected]>. | |
2953 | * hppab-nat.c: Eliminate unnecessary ifdefs for | |
2954 | FETCH_INFERIOR_REGISTERS, CANNOT_FETCH_REGISTER, and | |
2955 | CANNOT_STORE_REGISTER. | |
2956 | (fetch_register): Delete code to handle CANNOT_FETCH_REGISTER. | |
2957 | * hppa-pinsn.c: Support 'I', 'J', and 'K' in output | |
2958 | templates for 1.1 FP computational instructions. | |
2959 | ||
3af7fb94 SG |
2960 | Thu Jun 3 03:34:49 1993 Stu Grossman ([email protected]) |
2961 | ||
bd91ddd1 SG |
2962 | * Makefile.in: Remove ser-tcp.[co]. (Use XDEPFILES instead.) |
2963 | * alldeps.mak, depend: Rebuild to account for ser-tcp. | |
2964 | * config/sparc/sun4os4.mh: Add ser-tcp to XDEPFILES. | |
2965 | * gdbserver/Makefile.in (gdbserver): Use -lbsd. | |
2966 | * gdbserver/remote-inflow{-sparc}.c (create_inferior): Don't use a | |
2967 | shell when running the child, as args have been expanded by the | |
2968 | time we get here. Simplify calling convention. | |
2969 | * gdbserver/remote-server.c (main): Use new calling convention | |
2970 | for create_inferior, remove defunct code for coalescing argv. | |
2971 | Remove extra calls to mywait(), as we no longer have to wade | |
2972 | through a shell. | |
2973 | ||
3af7fb94 SG |
2974 | * target.c (target_read_memory_partial): Don't deref errnoptr |
2975 | when checking for null pointer. | |
2976 | ||
2b577349 JG |
2977 | Wed Jun 2 19:58:46 1993 John Gilmore ([email protected]) |
2978 | ||
2979 | * remote-es1800.c: Fix typo. | |
2980 | ||
68feeeed FF |
2981 | Tue Jun 1 21:22:39 1993 Fred Fish ([email protected]) |
2982 | ||
2983 | * target.c (target_read_memory_partial): Like target_read_memory, | |
2984 | but does partial reads, such as reads that bump into the end of | |
2985 | the address space. | |
2986 | * target.h (target_read_memory_partial): Add prototype. | |
2987 | * valprint.c (PRINT_MAX_DEFAULT): New define, initial value 200. | |
2988 | * valprint.c (val_print_string): Complete rewrite to fix bug with | |
2989 | bumping into end of memory, avoiding unnecessarily long reads, and | |
2990 | fixing bug when print_max is set to 0 (unlimited print length). | |
2991 | * valprint.c (_initialize_valprint): Use PRINT_MAX_DEFAULT to | |
2992 | initialize print_max. | |
2993 | ||
c1128340 RS |
2994 | Tue Jun 1 18:11:35 1993 Rob Savoye (rob at darkstar.cygnus.com) |
2995 | ||
2996 | * configure.in: Add support for rom68k and bug boot monitors. | |
2997 | ||
574a2a49 JK |
2998 | Mon May 31 10:37:04 1993 Jim Kingdon ([email protected]) |
2999 | ||
6119aeeb JK |
3000 | * printcmd.c (print_scalar_formatted): Print integers bigger than |
3001 | LONGEST in hex no matter how big, and no matter what the format | |
3002 | and size. | |
3003 | ||
3004 | * stabsread.c (read_type): Skip type attributes if present. | |
36bcda79 | 3005 | |
574a2a49 JK |
3006 | * stabsread.c (read_huge_number): Don't accept '0' + radix as part |
3007 | of number, just through '0' + radix - 1. | |
3008 | ||
2707b48a FF |
3009 | Sun May 30 15:35:21 1993 Fred Fish ([email protected]) |
3010 | ||
8f1cc6c6 FF |
3011 | * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o. |
3012 | ||
c701c14c FF |
3013 | * {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take |
3014 | single parameter, the pointer to the partial symtab, rather than | |
3015 | a bunch of args that are derived from the partial symtab. Change | |
3016 | prototypes and callers to match. | |
3017 | ||
2707b48a FF |
3018 | * dbxread.c (read_ofile_symtab): Remove "#if 1" around code to |
3019 | set demangling style automatically. | |
3020 | * defs.h (CPLUS_MARKER): Clarify comment that this is only for | |
3021 | GNU C++, not C++ in general. | |
3022 | * symtab.h (general_symbol_info): Simplify by eliminating one | |
3023 | structure level for the language dependent info. | |
3024 | ||
86e3a5e4 FF |
3025 | Sat May 29 15:59:29 1993 Fred Fish ([email protected]) |
3026 | ||
3027 | * c-typeprint.c (c_type_print_base): Avoid dereferencing NULL | |
3028 | names for TYPE_CODE_STRUCT and TYPE_CODE_UNION types. | |
3029 | TYPE_CODE_ENUM was already testing for this. | |
3030 | ||
38dc5e12 SG |
3031 | Fri May 28 17:18:05 1993 Stu Grossman ([email protected]) |
3032 | ||
3033 | * Makefile.in: Add new file ser-tcp.c. | |
3034 | * defs.h (memcmp): Add decl for memcmp to #ifndef MEM_FNS_DECLARED. | |
3035 | * findvar.c (write_register): See if we are writing back the same | |
3036 | value that's already in the register. If so, don't bother. | |
3037 | * remote.c (putpkt, getpkt): Improve handling of communication | |
3038 | problems. | |
3039 | * ser-go32.c: Prototype it to death. Update serial_ops and add | |
3040 | dummy routines where appropriate. | |
3041 | * ser-tcp.c: New module to implement serial I/O via TCP | |
3042 | connections. | |
3043 | * ser-unix.c: Clean up getting/setting of tty state. Get rid of | |
3044 | SERIAL_RESTORE, add SERIAL_{GET|SET}_TTY_STATE interfaces. | |
3045 | * serial.c: Add start of support for connect command. | |
3046 | (serial_open): Distinguish between tcp and local devices. | |
3047 | * serial.h (struct serial_ops): Get rid of restore, add | |
3048 | get_tty_state and set_tty_state. Define protoypes and macros for | |
3049 | this mess. | |
3050 | * gdbserver/remote-utils.c: Add tcp support. (readchar): Do | |
3051 | some real buffering. Handle error conditions gracefully. | |
3052 | * gdbserver/remote-inflow-sparc.c: Update to remote-inflow.c | |
3053 | (Lynx), remove lots of cruft. | |
3054 | ||
633c8b0a DZ |
3055 | Fri May 28 17:24:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
3056 | ||
3057 | * printcmd.c (print_address_symbolic): turn this into an assigment | |
3058 | instead of an initialization (many compilers don't accept | |
3059 | structure initialization). | |
3060 | ||
860b4da3 JK |
3061 | Thu May 27 16:56:25 1993 Jim Kingdon ([email protected]) |
3062 | ||
3063 | * xcoffread.c (read_xcoff_symtab): If several program csects in one | |
3064 | source file, give them all the name of the source file, rather than | |
3065 | the 2nd and subsequent ones having NULL names. | |
3066 | ||
b7ccd8e0 PS |
3067 | Thu May 27 06:16:56 1993 Peter Schauer ([email protected]) |
3068 | ||
3069 | * printcmd.c (print_address_symbolic): Append source filename and | |
3070 | linenumber of the symbol if print symbol-filename is on. | |
3071 | (initialize_printcmd): `set print symbol-filename'. | |
3072 | ||
185a1705 SG |
3073 | Wed May 26 13:46:16 1993 Stu Grossman ([email protected]) |
3074 | ||
5fa46c42 SG |
3075 | * configure.in: Add config for Lynx target. Configure gdbserver |
3076 | only for Lynx. Re-do selective configuration of sparclite. | |
3077 | ||
185a1705 SG |
3078 | * gdbserver/{remote-gutils.c remote-server.c Makefile.in |
3079 | configure.in remote-inflow.c remote-utils.c}: New files to | |
3080 | support GDB remote server. Currently only works for Lynx. | |
3081 | ||
3a594d72 JK |
3082 | Wed May 26 10:28:14 1993 Jim Kingdon ([email protected]) |
3083 | ||
59d69506 JK |
3084 | * stabsread.c (define_symbol, case 't'): Only set the name if it |
3085 | is not a pointer type. | |
3086 | ||
3087 | * stabsread.c (define_symbol): Clean up logic; move the read_type | |
3088 | calls to inside the switch statement (this improves the error | |
3089 | handling). | |
3090 | ||
3a594d72 JK |
3091 | * mipsread.c (parse_symbol, parse_partial_symbols): Deal with Fortran |
3092 | common blocks. | |
3093 | ||
b9298844 JK |
3094 | Tue May 25 20:44:24 1993 Jim Kingdon ([email protected]) |
3095 | ||
43795ece JK |
3096 | * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here. |
3097 | ||
3098 | * source.c (line_info): Change "pc" to "address" in messages and | |
3099 | use print_address for addresses. | |
3100 | ||
2f2a70e5 JK |
3101 | * source.c (line_info): If we don't find a symtab, print more useful |
3102 | output, including the symbolic address. | |
3103 | ||
b9298844 JK |
3104 | * source.c (line_info): If --fullname, display the source. |
3105 | (identify_source_line), callers: Take pc as argument, rather than | |
3106 | assuming innermost frame (emacs doesn't use this, so no one ever | |
3107 | noticed). | |
3108 | * symtab.h: Declare frame_file_full_name. | |
3109 | * main.c: Don't. | |
3110 | ||
aea2312b BK |
3111 | Tue May 25 15:30:43 1993 Brendan Kehoe ([email protected]) |
3112 | ||
3113 | * breakpoint.c (catch_command_1): Fix typo in error msg. | |
3114 | ||
6b346f51 KR |
3115 | Tue May 25 16:05:55 1993 Ken Raeburn ([email protected]) |
3116 | ||
3117 | * elfread.c (elf_symfile_read): Update ELF structure and routine | |
3118 | names to specify 32-bit versions. | |
3119 | (elf_symtab_read): Retrieve size field directly from symbol, | |
3120 | instead of using old kludge. | |
3121 | ||
3122 | * mips-pinsn.c (print_insn): Cast address to bfd_vma before | |
3123 | calling opcodes library. | |
3124 | * z8k-tdep.c (print_insn): Likewise. | |
3125 | ||
ea753d03 JK |
3126 | Tue May 25 13:06:28 1993 Jim Kingdon ([email protected]) |
3127 | ||
3128 | * stabsread.c: Remove all uses of error(). Make error_type and | |
3129 | read_type_number static. | |
3130 | (define_symbol): Don't try to deal with a missing symbol | |
3131 | descriptor which isn't followed by digit, '(', or '-'. | |
3132 | * stabsread.h: Don't declare read_type_number here. | |
3133 | * gdbtypes.h: Don't declare error_type here. | |
3134 | * xcoffread.c: Remove NO_TYPEDEFS code. | |
3135 | ||
619ccb24 ILT |
3136 | Tue May 25 09:33:16 1993 Ian Lance Taylor ([email protected]) |
3137 | ||
3138 | * mips-tdep.c: Removed #include of many header files, and #define | |
3139 | of MIPSMAGIC; no longer used. | |
3140 | ||
30ffb593 JK |
3141 | Tue May 25 09:36:13 1993 Jim Kingdon ([email protected]) |
3142 | ||
6fe90fc8 JK |
3143 | * Many places: replace "the inferior" in messages with "the program" |
3144 | or "the program being debugged". | |
ea753d03 | 3145 | * inflow.c (try_writing_regs): Remove; it's been #if 0'd forever |
6fe90fc8 JK |
3146 | and I'm getting sick of maintaining it. |
3147 | ||
30ffb593 JK |
3148 | * config/i386/linux.mh: Don't use \ newline; the awk scripts don't |
3149 | support it. | |
3150 | ||
3151 | * config/i386/go32.mh: Define SER_HARDWIRE. | |
3152 | * Makefile.in: Define SER_HARDWIRE. | |
3153 | (DEPFILES): Use it. | |
3154 | (alldeps.mak): Add SER_HARDWIRE. | |
3155 | Remove all references to ser-hardwire.{c,o}. | |
3156 | * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff. | |
3157 | ||
1b71de8e PS |
3158 | Mon May 24 23:50:05 1993 Peter Schauer ([email protected]) |
3159 | ||
3160 | * sparc-nat.c (store_inferior_registers): Fill in all members of | |
3161 | inferior_fp_registers by reading them from the inferior before | |
3162 | modifying and writing them back. | |
3163 | Fixes unexplainable inferior FP exceptions after calls to the inferior | |
3164 | or setting of floating point registers. | |
3165 | * mips-tdep.c (mips_skip_prologue): Skip move of argument register | |
3166 | to register which is generated by gcc-2.4. | |
3167 | ||
3b17ee1b KR |
3168 | Tue May 25 00:42:39 1993 Ken Raeburn ([email protected]) |
3169 | ||
3170 | * hppa-pinsn.c: Define OLD_TABLE before including opcode/hppa.h. | |
3171 | ||
3172 | Mon May 24 13:55:14 1993 Stu Grossman ([email protected]) | |
3173 | ||
3174 | * config/i386/{i386lynx.mh i386lynx.mt nm-i386lynx.h tm-i386lynx.h | |
3175 | xm-i386lynx.h}: New configuration for Lynx. | |
3176 | ||
8789d972 JK |
3177 | Mon May 24 10:01:10 1993 Jim Kingdon ([email protected]) |
3178 | ||
87c942a8 JK |
3179 | * mipsread.c (parse_symbol): Deal with scVar and scVarRegister. |
3180 | * symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference. | |
3181 | ||
8789d972 JK |
3182 | * c-typeprint.c (c_type_print_base): Don't print typedef'd names |
3183 | as struct, union, or enum tags. | |
3184 | ||
8537c754 PS |
3185 | Mon May 24 01:10:01 1993 Peter Schauer ([email protected]) |
3186 | ||
3187 | * symmisc.c (dump_msymbols): Avoid gdb coredump with stripped | |
3188 | executable. | |
3189 | ||
f52bde21 JK |
3190 | Sat May 22 10:03:09 1993 Jim Kingdon ([email protected]) |
3191 | ||
2632d6df JK |
3192 | * infrun.c (wait_for_inferior), |
3193 | infcmd.c (program_info, signal_command): Use symbolic signal names. | |
3194 | ||
6b82a761 JK |
3195 | * inftarg.c (child_wait): Deal with EINTR and include message from |
3196 | strerror if printing an error message. | |
3197 | ||
3198 | * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP. | |
3199 | ||
f52bde21 JK |
3200 | * stabsread.c: Remove most uses of lookup_fundamental_type. |
3201 | (define_symbol): Use read_type for type of enum constant, | |
3202 | not just read_type_number. Also don't call error(). | |
3203 | (define_symbol): For unrecognized constant type, one complaint (the | |
3204 | one from error_type) is enough. Don't make our own in addition. | |
3205 | (define_symbol): Don't treat an N_FUN 'R' as a prototype. | |
3206 | * gdbtypes.h: Doc fixes. | |
3207 | ||
7cf92dd2 PS |
3208 | Sat May 22 03:33:07 1993 Peter Schauer ([email protected]) |
3209 | ||
3210 | Fix stack unwinding through _sigtramp on Irix. These patches are from | |
3211 | Paul Flinders <[email protected]>. | |
3212 | * mipsread.c (fixup_sigtramp): Find _sigtramp on Irix even when the | |
3213 | executable uses sigvec. | |
3214 | * mips-tdep.c (read_next_frame_reg): Allow tm-file to override | |
3215 | sigcontext offsets. | |
3216 | * config/mips/tm-irix3.h: Add sigcontext offsets for Irix. | |
3217 | ||
101b7f9c PS |
3218 | Sat May 22 00:39:01 1993 Peter Schauer ([email protected]) |
3219 | ||
3220 | * infrun.c (wait_for_inferior): Clear stop_signal if it should not | |
3221 | be passed to the inferior to make "handle <signal> nopass nostop" work. | |
3222 | ||
ac8cf67d PS |
3223 | Sat May 22 00:21:41 1993 Peter Schauer ([email protected]) |
3224 | ||
3225 | * config/mips/tm-irix3.h: Clean up, use tm-bigmips.h and redefine | |
3226 | the necessary bits. | |
3227 | * findvar.c (value_from_register): Fix uninitialized first_addr | |
3228 | which caused problems with assignment of doubles to register variables | |
3229 | on some targets. | |
3230 | * mipsread.c: Remove TM_FILE_OVERRIDE, include tm.h and provide the | |
3231 | missing mips definitions if necessary. | |
3232 | ||
3233 | Fix handling of double register variables for mips targets and big | |
3234 | endian hosts. These patches are from Paul Flinders <[email protected]>. | |
3235 | * config/mips/tm-mips.h: Increase MAX_REGISTER_{RAW,VIRTUAL}_SIZE to | |
3236 | 8 bytes for doubles. | |
3237 | * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): New macro for | |
3238 | conversion of type held in multiple registers to host format. | |
3239 | * config/mips/tm-mips.h (REGISTER_CONVERT_FROM_TYPE): New macro, | |
3240 | companion to REGISTER_CONVERT_TO_TYPE. | |
3241 | * config/mips/tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): | |
3242 | Convert to function calls. | |
3243 | * config/mips/tm-mips.h (FIX_CALL_DUMMY): New code for big endian | |
3244 | mips targets. | |
3245 | * mips-tdep.c (mips_print_register): Raw buffer now needs just | |
3246 | MAX_REGISTER_RAW_SIZE bytes. | |
3247 | * mips-tdep.c (mips_print_register): Use REGISTER_CONVERT_TO_TYPE | |
3248 | (if defined) for doubles. | |
3249 | * mips-tdep.c: (mips_extract_return_value, mips_store_return_value): | |
3250 | New functions, take care of REGISTER_CONVERT_TO/FROM_TYPE. | |
3251 | * valops.c (value_assign): Use REGISTER_CONVERT_TO_TYPE if | |
3252 | defined. | |
3253 | * findvar.c (value_from_register): Use REGISTER_CONVERT_TO_TYPE if | |
3254 | defined. | |
3255 | ||
73262420 JK |
3256 | Fri May 21 09:04:25 1993 Jim Kingdon ([email protected]) |
3257 | ||
e23a6896 JK |
3258 | * configure.in: Add i[34]86-*-isc*. |
3259 | ||
5e27c054 | 3260 | * stabsread.c: Make sure all complain() pass the address of the struct. |
b646b438 JK |
3261 | |
3262 | * xcoffread.c: Make sure all struct complaints are static not auto. | |
3263 | ||
3264 | * Makefile.in: Add rule for xcoffexec.o like that for paread.o. | |
3265 | ||
73262420 JK |
3266 | * xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol. |
3267 | ||
2c6af8c0 JK |
3268 | Wed May 19 12:33:59 1993 Jim Kingdon ([email protected]) |
3269 | ||
3270 | * config/i386/linux.mh: Re-enable coredumps now that they should work. | |
3271 | ||
ee3d350d RP |
3272 | Wed May 19 15:44:20 1993 K. Richard Pixley ([email protected]) |
3273 | ||
3274 | * config/m68k/tm-m68k.h (FRAME_CHAIN): add missing close paren. | |
3275 | ||
f3fe87c7 SG |
3276 | Wed May 19 15:33:57 1993 Stu Grossman ([email protected]) |
3277 | ||
3278 | * config/pa/nm-hppab.h: Comment PTRACE_ARG3_TYPE. | |
3279 | ||
5b40415c JK |
3280 | Wed May 19 12:33:59 1993 Jim Kingdon ([email protected]) |
3281 | ||
3282 | * Makefile.in (INSTALLED_LIBS): New variable. | |
3283 | ||
31d16514 JK |
3284 | Tue May 18 14:08:50 1993 Jim Kingdon ([email protected]) |
3285 | ||
94d50340 JK |
3286 | * main.c (quit_command): In the "quit anyway?" message, tell the user |
3287 | whether we are planning to detach or kill the program. | |
3288 | ||
cdaa7905 JK |
3289 | * config/vax/vaxbsd.mh: Add "NAT_FILE= nm-vax.h". |
3290 | * config/vax/xm-vaxbsd.h: Use <sys/param.h> not <machine/limits.h> | |
3291 | ||
15f78602 JK |
3292 | * infcmd.c (read_pc): Doc fix. |
3293 | ||
511933e7 JK |
3294 | * printcmd.c (print_address_symbolic): Use %u not %d for offset. |
3295 | ||
993583e5 JK |
3296 | * blockframe.c (get_prev_frame_info): If pc in sigtramp, set |
3297 | signal_handler_caller. | |
3298 | * tm-68k.h (FRAME_{CHAIN,SAVED_PC}): Deal with sigtramp. | |
3299 | * tm-hp300bsd.h: Define SIGTRAMP_{START,END} not IN_SIGTRAMP. | |
3300 | * inferior.h (IN_SIGTRAMP): Definition moved from infrun.c. | |
3301 | Use SIGTRAMP_START if defined. | |
3302 | * infcmd.c (step_1): Use SIGTRAMP_{START,END} if needed. | |
3303 | * infrun.c (wait_for_inferior): Check IN_SIGTRAMP before SKIP_PROLOGUE. | |
3304 | ||
7f8253c7 JK |
3305 | * infptrace.c: Remove unused KERNEL_U_ADDR_HPUX code. |
3306 | ||
b1b4a89e JK |
3307 | * infcmd.c (step_1): Fix poorly worded error message. |
3308 | ||
865e574b JK |
3309 | * config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES): |
3310 | Comment out corelow.c because core dumps are broken on these machines. | |
3311 | ||
31d16514 JK |
3312 | * Makefile.in (depend): Put "${srcdir}" in generated dependencies |
3313 | if srcdir is not ".". | |
3314 | Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it. | |
3315 | (INCLUDE_CFLAGS): Remove BFD_DIR and READLINE_DIR. | |
3316 | * depend: Update to latest automatically built version. | |
3317 | ||
6e50aeb4 FF |
3318 | Tue May 18 08:10:45 1993 Fred Fish ([email protected]) |
3319 | ||
3320 | * ChangeLog, ChangeLog-92: Split ChangeLog at 1993. | |
3321 | * Makefile.in (NONSRC): Add ChangeLog-92 | |
3322 | ||
3323 | Tue May 18 08:03:37 1993 Jim Kingdon ([email protected]) | |
f49cf589 JK |
3324 | |
3325 | * findvar.c ({read,write}_register): Use REGISTER_RAW_SIZE | |
3326 | not typo RAW_REGISTER_SIZE. | |
3327 | ||
3328 | * frame.h, inferior.h: Doc fixes. | |
3329 | ||
35247ccd SG |
3330 | Mon May 17 15:43:03 1993 Stu Grossman ([email protected]) |
3331 | ||
3332 | * findvar.c (write_register): Add sanity check for register size. | |
3333 | (read_register): Fixup sanity check for register size to be | |
3334 | consistent with write_register(). | |
3335 | ||
3336 | Mon May 17 07:36:20 1993 Ian Lance Taylor ([email protected]) | |
3337 | ||
3338 | * sparclite/Makefile.in: Add dummy info, install and install-info | |
3339 | targets. | |
3340 | ||
d968d5b4 RP |
3341 | Thu May 13 07:30:22 1993 Ian Lance Taylor ([email protected]) |
3342 | ||
3343 | * remote-nindy.c: Removed declaration of coffstrip. | |
3344 | * nindy-share/nindy.c: #if 0 coffstrip routine; no longer used. | |
3345 | ||
377f53d2 FF |
3346 | Wed May 12 00:35:19 1993 Fred Fish ([email protected]) |
3347 | ||
3348 | * Makefile.in (VERSION): Bump to 4.9.1 after release and cvs | |
3349 | tagging. | |
3350 | ||
3351 | * Makefile.in (VERSION): GDB 4.9 release. | |
3352 | ||
965a33af FF |
3353 | Tue May 11 08:04:41 1993 Fred Fish ([email protected]) |
3354 | ||
3355 | * README: Update known bugs to include the Solaris bug that | |
3356 | leaves core dumps in the current directory when restarting the | |
3357 | inferior with "run". Expand on the testsuite information. | |
3358 | ||
3359 | * Makefile.in (VERSION): Bump to 4.8.96 for what should hopefully | |
3360 | be the last 4.9 prerelease test archive. | |
3361 | ||
d2712f02 JK |
3362 | Mon May 10 22:13:23 1993 Jim Kingdon ([email protected]) |
3363 | ||
3364 | * config/m68k/xm-hp300bsd.h: Include <sys/param.h> to avoid INT_MAX | |
3365 | redefined warnings. | |
3366 | ||
0a4a0f09 FF |
3367 | Mon May 10 20:00:43 1993 Fred Fish ([email protected]) |
3368 | ||
3369 | * README, NEWS: Update for gdb 4.9 release. | |
3370 | ||
57ffffe3 JG |
3371 | Mon May 10 19:38:34 1993 John Gilmore ([email protected]) |
3372 | ||
3373 | * ch-exp.y (MAX, MIN): Rename to MAX_TOKEN, MIN_TOKEN. | |
3374 | * target.c (MIN): #undef before defining. | |
3375 | ||
4a2383c1 JK |
3376 | Mon May 10 16:03:03 1993 Jim Kingdon ([email protected]) |
3377 | ||
3378 | Patch from Jeffrey Law: | |
3379 | * gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t. | |
3380 | ||
1edc5cd2 ILT |
3381 | Mon May 10 15:28:27 1993 Ian Lance Taylor ([email protected]) |
3382 | ||
3383 | * hppa-tdep.c (hppa_push_arguments): Allocate correct amount of | |
3384 | memory. | |
3385 | ||
f39a2631 FF |
3386 | Mon May 10 13:14:46 1993 Fred Fish ([email protected]) |
3387 | ||
3388 | * ch-exp.y (start): Apply work-around to avoid bison warning. | |
3389 | ||
67d2bd1a FF |
3390 | Sun May 9 07:25:02 1993 Fred Fish ([email protected]) |
3391 | ||
0b81fc43 FF |
3392 | * Makefile.in (BISON): Remove double quotes around BISON |
3393 | definition when bison is used. | |
3394 | ||
8f59e92b FF |
3395 | * configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd* |
3396 | * configure.in (hppa*-hp-hpux): Change to hppa*-hp-hpux* | |
3397 | * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd* | |
3398 | * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux* | |
3399 | * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd* | |
3400 | * configure.in (hppa*-*-hpux): Change to hppa*-*-hpux* | |
3401 | * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd* | |
3402 | * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux* | |
3403 | ||
67d2bd1a FF |
3404 | * Makefile.in (VERSION): Bump to 4.8.6. |
3405 | ||
64c5ac4f FF |
3406 | Sat May 8 12:36:03 1993 Fred Fish ([email protected]) |
3407 | ||
3408 | * config/pa/xm-hppah.h (MALLOC_INCOMPATIBLE): Define it, and | |
3409 | include declarations for malloc/realloc/free. Both malloc and | |
3410 | realloc return 'void *' for non-ANSI compilations. | |
3411 | ||
1adf2ba9 PS |
3412 | Sat May 8 01:39:30 1993 ([email protected]) |
3413 | ||
3414 | * coffread.c (read_coff_symtab): Don't fclose stream as it is no | |
3415 | longer opened twice. | |
3416 | ||
7a758f71 JK |
3417 | Thu May 6 21:08:55 1993 Jim Kingdon ([email protected]) |
3418 | ||
3419 | * solib.c (clear_solib): Don't close bfd if it is NULL. | |
3420 | ||
34b70237 FF |
3421 | Thu May 6 20:55:35 1993 Fred Fish ([email protected]) |
3422 | ||
3423 | * core.c (dis_asm_read_memory): Cast second arg of | |
3424 | target_read_memory to "char *". | |
3425 | * breakpoint.c (watchpoint_check): Change arg type from PTR to | |
3426 | "char *", to match other functions called by catch_errors(). | |
3427 | ||
2c298c09 SG |
3428 | Thu May 6 15:47:45 1993 Stu Grossman ([email protected]) |
3429 | ||
3430 | * More patches from Jeffrey Law ([email protected]). | |
35247ccd | 3431 | * gdb/config/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t. |
2c298c09 SG |
3432 | * gdb/config/pa/tm-hppah.h (millicode_start, millicode_end): |
3433 | Delete unnecessary declarations. | |
3434 | ||
9e15da4a SG |
3435 | Thu May 6 15:15:46 1993 Stu Grossman ([email protected]) |
3436 | ||
3437 | * ser-unix.c (wait_for): Use VTIME to do timeouts instead of | |
3438 | poll() for termio{s}. | |
3439 | ||
dfa592fb JK |
3440 | Thu May 6 10:03:41 1993 Jim Kingdon ([email protected]) |
3441 | ||
3442 | * i386-tdep.c (i386_frame_num_args): Always return -1. | |
3443 | ||
d83a6710 SG |
3444 | Wed May 5 15:16:33 1993 Stu Grossman ([email protected]) |
3445 | ||
a34d4bc1 | 3446 | * Patches from Jeffrey Law <[email protected]>. |
8fa74880 SG |
3447 | * gdb/hppa-tdep.c: Declare frame_saved_pc. |
3448 | (frameless_function_invocation): New function. | |
3449 | (frame_saved_pc, init_extra_frame_info): Use | |
3450 | frameless_function_invocation. | |
f45e781f | 3451 | * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after |
8fa74880 SG |
3452 | call instead of just grabbing the value currently in %r2. |
3453 | (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation. | |
f45e781f | 3454 | * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private |
8fa74880 | 3455 | definition and use the common one in tm-hppa.h. |
4b01383b SG |
3456 | * gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then |
3457 | use unwind descriptors to determine if the frame chain is valid. | |
b227992a SG |
3458 | * gdb/hppa-tdep.c (find_dummy_frame_regs): Rework so that |
3459 | it does not assume %r4 is the frame pointer. | |
68c8d698 SG |
3460 | * gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm, |
3461 | and ssm instructions. | |
3462 | * gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New | |
3463 | helper functions for print_insn. | |
a34d4bc1 | 3464 | * gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions. |
d83a6710 | 3465 | * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a return |
a34d4bc1 | 3466 | which nullifies the following instruction. |
d83a6710 | 3467 | |
a7edcb25 JK |
3468 | Tue May 4 12:11:38 1993 Jim Kingdon ([email protected]) |
3469 | ||
d83a6710 SG |
3470 | * infptrace.c [FIVE_ARG_PTRACE]: Define ptrace to call_ptrace and |
3471 | pass the 5th arg there, rather than using an ANSI C-specific macro. | |
3472 | ||
a7edcb25 JK |
3473 | * Makefile.in (depend): Don't include ${CC} command for *.tab.c. |
3474 | ||
d39fbfe3 FF |
3475 | Tue May 4 19:33:12 1993 Fred Fish ([email protected]) |
3476 | ||
3477 | * Makefile.in (VERSION): Bump to 4.8.5 | |
3478 | * Makefile.in (INCLUDE_CFLAGS): Add BFD_DIR and READLINE_DIR | |
3479 | directories to include search path. | |
3480 | * Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS): Clean up | |
3481 | whitespace. | |
3482 | * Makefile.in (depend): For gcc -MM line, use INTERNAL_CFLAGS | |
3483 | * Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o, | |
3484 | elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o, | |
3485 | xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o, | |
3486 | udr.o, udip2soc.o): Remove explicit rules, use the ones that | |
3487 | are automatically generated in "depend". | |
3488 | * Makefile.in (paread.o): Document why a dependency doesn't get | |
3489 | automatically generated in "depend" and leave this explicit rule | |
3490 | in for now (FIXME). | |
3491 | * depend: Update to latest automatically generated version. | |
3492 | ||
5b8462fa JK |
3493 | Tue May 4 12:11:38 1993 Jim Kingdon ([email protected]) |
3494 | ||
67240bb8 JK |
3495 | * xcoffread.c: Doc fix. |
3496 | ||
5b8462fa JK |
3497 | * Makefile.in (depend): Include $(CC) command in generated output. |
3498 | ||
5287eacd FF |
3499 | Mon May 3 22:51:05 1993 Fred Fish ([email protected]) |
3500 | ||
3501 | * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c. | |
3502 | * Makefile.in (SFILES): Add ${srcdir}/putenv.c. | |
3503 | * depend: Update to latest automatically built version. | |
3504 | ||
9775789d SG |
3505 | Mon May 3 19:20:20 1993 Stu Grossman ([email protected]) |
3506 | ||
f202f778 SG |
3507 | * sparclite/Makefile.in: Create default target that does nothing |
3508 | in order to force user to build by hand. | |
3509 | ||
1e8005d0 SG |
3510 | * sparclite/Makefile: Remove. It's not necessary anymore. |
3511 | ||
9775789d SG |
3512 | * ser-unix.c (wait_for): New routine to handle read timeouts, |
3513 | etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise. | |
3514 | ||
588cca90 ILT |
3515 | Mon May 3 13:52:08 1993 Ian Lance Taylor ([email protected]) |
3516 | ||
3517 | * mips-pinsn.c (print_insn): Return value. | |
3518 | ||
ebd99d54 FF |
3519 | Sun May 2 11:43:57 1993 Fred Fish ([email protected]) |
3520 | ||
588cca90 ILT |
3521 | * Makefile.in (SFILES): Remove ser-hardwire.c; it is a link made |
3522 | at configuration time and doesn't belong in the distribution archive. | |
3523 | ||
d8aaff82 FF |
3524 | * Makefile.in (NONSRC): Add 29k-share/README. |
3525 | * Makefile.in (HFILES): Add 29k-share/udi/udiids.h. | |
3526 | ||
ebd99d54 FF |
3527 | * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hex |
3528 | constants with slightly more portable definitions (still depends | |
3529 | on 2's complement arithmetic though). | |
3530 | * config/i386/nm-linux.h: Define NO_SYS_REG_H for no <sys/reg.h>. | |
3531 | * i386v-nat.c (sys/reg.h): Conditionalize include on | |
3532 | NO_SYS_REG_H. Linux doesn't have <sys/reg.h>. | |
3533 | * ser-unix.c (termio.h): Include <termio.h> like other files that | |
3534 | include termio.h, not <sys/termio.h> which may not exist (on | |
3535 | linux for example). | |
3536 | ||
9b25bb09 FF |
3537 | Sat May 1 16:05:24 1993 Fred Fish ([email protected]) |
3538 | ||
3539 | * valprint.c (print_longest): Change format parameter from a | |
3540 | 'char' to an 'int'. We can't have 'char' parameters with the | |
3541 | current coding style, where we mix prototypes with pre-ANSI | |
3542 | style declarations. | |
3543 | * value.h (print_longest): Change format parameter in prototype | |
3544 | from a 'char' to an 'int'. | |
3545 | ||
dea149ce PS |
3546 | Sat May 1 02:47:20 1993 Peter Schauer ([email protected]) |
3547 | ||
23654371 | 3548 | * config/mips/tm-mips.h (STAB_REG_TO_REGNUM): Match it with the gcc |
dea149ce | 3549 | definition. |
23654371 | 3550 | * config/mips/tm-irix3.h (STAB_REG_TO_REGNUM): Add. |
dea149ce PS |
3551 | * irix4-nat.c (fill_fpregset): Fix bug with indexing into fpregsetp. |
3552 | ||
2f1c04d1 SG |
3553 | Fri Apr 30 17:45:32 1993 Stu Grossman ([email protected]) |
3554 | ||
3555 | * The following patches are from Jeffrey Law <[email protected]>. | |
3556 | * config/pa/hppabsd.mh: Add more files to NATDEPFILES. | |
3557 | * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE. | |
3558 | * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs. | |
3559 | ptrace needs 5 arguments, #define ptrace to always | |
3560 | pass zero as the 5th argument. | |
3561 | ||
c7cb9064 SC |
3562 | Fri Apr 30 15:54:13 1993 Steve Chamberlain ([email protected]) |
3563 | ||
3564 | * configure.in: Match z8k-*-sim for z8000. | |
3565 | * config/h8500/tm-h8500.h, h8500-tdep.c: Lint. | |
3566 | * remote-hms.c: Update to use new serial protocol. | |
3567 | ||
5385e525 RP |
3568 | Fri Apr 30 16:50:38 1993 K. Richard Pixley ([email protected]) |
3569 | ||
5084717f RP |
3570 | * mips-tdep.c: remove include of sys/dir.h. Doesn't seem |
3571 | necessary and Solaris doesn't have it. | |
3572 | ||
0139c441 RP |
3573 | * Makefile.in (clean-info, install, install-info, info, dvi, |
3574 | check, all): do not echo recursion lines. | |
3575 | ||
5084717f | 3576 | * 29k-share/udip2soc.c (UDIConnect): replace union wait with int. |
8317b39f | 3577 | |
13b464b2 RP |
3578 | * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is |
3579 | required target ports which use sockets (like a29k-udi). | |
3580 | ||
2f1c04d1 | 3581 | * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST. |
5385e525 | 3582 | |
8d57a263 JK |
3583 | Fri Apr 30 11:05:42 1993 Jim Kingdon ([email protected]) |
3584 | ||
eca29634 JK |
3585 | * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal with |
3586 | systems lacking select(). | |
3587 | ||
db7c818b | 3588 | * Makefile.in (TAGS): Doc fix. Deal with empty DEPFILES. |
8d57a263 | 3589 | |
496ca67c FF |
3590 | Fri Apr 30 10:06:46 1993 Fred Fish ([email protected]) |
3591 | ||
3592 | * alldeps.mak, depend: Update with latest automatically built | |
3593 | versions. | |
3594 | ||
3717e95b FF |
3595 | Thu Apr 29 12:03:23 1993 Fred Fish ([email protected]) |
3596 | ||
d5f608a4 FF |
3597 | * Makefile.in (SFILES): Add ser-unix.c and ser-go32.c. |
3598 | ||
97e72c06 FF |
3599 | * Makefile.in (make-proto-testsuite.dir): New target to make |
3600 | prototype testsuite tree. | |
97e72c06 | 3601 | |
3717e95b FF |
3602 | * Makefile.in (VERSION): Bump to 4.8.4. |
3603 | ||
ff580c7b JK |
3604 | Thu Apr 29 08:46:22 1993 Jim Kingdon ([email protected]) |
3605 | ||
3606 | * stabsread.c (define_symbol): If unrecognized constant type, | |
3607 | complain() not error(). | |
3608 | ||
7efb57c3 FF |
3609 | Thu Apr 29 00:03:59 1993 Fred Fish ([email protected]) |
3610 | ||
f43aec2e FF |
3611 | * infptrace.c: Add missing close paren to test for |
3612 | FIVE_ARG_PTRACE defined. | |
3613 | ||
7efb57c3 FF |
3614 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG |
3615 | when compiling with gcc, but disable it for now. See comment. | |
3616 | * defs.h (LONGEST): Define as either "long" or "long long" | |
3617 | based on CC_HAS_LONG_LONG. | |
3618 | * defs.h (longest_to_int): Use CC_HAS_LONG_LONG to control | |
3619 | how longest_to_int is defined. | |
3620 | * c-valprint.c (c_val_print): Call print_longest. | |
3621 | * expprint.c (dump_expression): Use PRINTF_HAS_LONG_LONG | |
3622 | instead of LONG_LONG. | |
3623 | * {printcmd.c, gdbtypes.h} (LONG_LONG): Replace usages with | |
3624 | CC_HAS_LONG_LONG. | |
3625 | * printcmd.c (print_scalar_formatted): Call print_longest | |
3626 | and let it figure out what to do for PRINTF_HAS_LONG_LONG. | |
3627 | * typeprint.c (print_type_scalar): Call print_longest and let | |
3628 | it figure out what to do for PRINTF_HAS_LONG_LONG. | |
3629 | * valprint.c (val_print_type_code_int): Call print_longest | |
3630 | and let it figure out what to do for PRINTF_HAS_LONG_LONG. | |
3631 | * stabsread.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG. | |
3632 | * value.h (struct value): Replace usage of LONG_LONG with | |
3633 | CC_HAS_LONG_LONG. | |
3634 | * value.h (print_longest): Add prototype. | |
3635 | * values.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG. | |
3636 | * values.c (unpack_double): Collapse code that was unnecessarily | |
3637 | dependent on CC_HAS_LONG_LONG. Use LONGEST instead of direct types. | |
3638 | * values.c (value_from_longest): Remove dependency on | |
3639 | CC_HAS_LONG_LONG and just use LONGEST. | |
3640 | * solib.c (solib_map_sections): Use bfd_get_filename | |
3641 | to access filename field. | |
3642 | * solib.c (clear_solib): Save filename and free it later, after | |
3643 | bfd_close, since bfd_close may reference it. Use bfd_get_filename | |
3644 | to access the field. | |
3645 | * config/convex/xm-convex.h (LONG_LONG): Replace with | |
3646 | CC_HAS_LONG_LONG. Add define for PRINTF_HAS_LONG_LONG. | |
3647 | * doc/gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG. | |
3648 | Add PRINTF_HAS_LONG_LONG references. | |
3649 | ||
0626f40d JK |
3650 | Wed Apr 28 06:11:38 1993 Jim Kingdon ([email protected]) |
3651 | ||
31b56726 JK |
3652 | * inflow.c (kill_command), infcmd.c (attach_command), |
3653 | remote.c (remote_interrupt_twice): In messages for the user, call it | |
3654 | "the program" or "the program being debugged" not "the inferior". | |
3655 | ||
0626f40d JK |
3656 | * hp300ux-nat.c: Cast second arg to supply_register calls. |
3657 | (_initialize_kernel_u_addr, getpagesize): New functions. | |
3658 | (store_inferior_register_1): Change arg name from value to val. | |
3659 | (fetch_core_registers): Make arg core_reg_size unsigned. | |
3660 | Pass 5 args to ptrace. | |
3661 | * config/m68k/xm-hp300hpux.h: Define FIVE_ARG_PTRACE. | |
3662 | Remove KERNEL_U_ADDR stuff. | |
3663 | * infptrace.c [FIVE_ARG_PTRACE]: Pass 5th arg to ptrace. | |
3664 | * config/m68k/hp300hpux.m{t,h}: | |
3665 | Move exec.o from NATDEPFILES to TDEPFILES | |
3666 | * config/m68k/hp300hpux.mt: Mention GAS requirement. Remove | |
3667 | hp-include stuff. Add m68k-tdep.o to TDEPFILES. | |
3668 | ||
d8f23320 PS |
3669 | Wed Apr 28 13:27:54 1993 Peter Schauer ([email protected]) |
3670 | ||
3671 | * ch-exp.y (yylex): Don't STREQ with simplename if it is NULL. | |
3672 | ||
08bb2617 JK |
3673 | Wed Apr 28 06:11:38 1993 Jim Kingdon ([email protected]) |
3674 | ||
3675 | * config/sparc/xm-sun4os4.h [__STDC__]: Don't use MALLOC_INCOMPATIBLE. | |
3676 | ||
caa53d6d RP |
3677 | Wed Apr 28 11:39:18 1993 Roland H. Pesch ([email protected]) |
3678 | ||
3679 | * doc/gdb.texinfo: make node "Shell Commands" unconditional; | |
3680 | describe `set demangle-style arm' (not cfront); | |
3681 | mention can type `q' to discard output, when gdb pages | |
3682 | ||
212e10cf PS |
3683 | Wed Apr 28 11:32:39 1993 Peter Schauer ([email protected]) |
3684 | ||
3685 | * valops.c (search_struct_field): Fix gdb core dump with incomplete | |
3686 | stabs info. | |
3687 | ||
ebdb9ade JK |
3688 | Wed Apr 28 06:11:38 1993 Jim Kingdon ([email protected]) |
3689 | ||
3690 | * remote.c: Change timeout to 2. | |
3691 | (remote_open): Use unpush_target not remote_close. | |
3692 | (remote_resume): If siggnal != 0, give warning not error(). | |
3693 | (remote_wait, remote_interrupt, remote_interrupt_twice): | |
3694 | If we get two interrupts, let the user get out if they want. | |
3695 | (remote_{kill,mourn}): New functions. | |
3696 | i386-stub.c (handle_exception, case 'k'): Don't BREAKPOINT. | |
3697 | ||
c0f2f39c ILT |
3698 | Wed Apr 28 09:20:55 1993 Ian Lance Taylor ([email protected]) |
3699 | ||
3700 | * config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl. | |
3701 | ||
609e1c57 JK |
3702 | Wed Apr 28 06:11:38 1993 Jim Kingdon ([email protected]) |
3703 | ||
71607f9d JK |
3704 | * Remote targets (mourn): Call unpush_target. |
3705 | ||
e82980e4 JK |
3706 | * config/sparc/xm-sun4os4.h: Declare free() to return int. |
3707 | Remove twisted use of PARAMS. | |
3708 | ||
609e1c57 JK |
3709 | * config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now |
3710 | that ansidecl.h assumes ANSI on AIX. | |
3711 | ||
ab425a9b JK |
3712 | Tue Apr 27 10:01:33 1993 Jim Kingdon ([email protected]) |
3713 | ||
3714 | * README: Move most stuff about hacking GDB to doc/gdbint.texinfo. | |
3715 | (Known bugs): Remove AIX bugs, revise SPARC struct bug description. | |
3716 | ||
f661c4ca PS |
3717 | Tue Apr 27 13:44:19 1993 Peter Schauer ([email protected]) |
3718 | ||
3719 | * expprint.c (print_subexp): Fix bug with OP_SCOPE operator output. | |
3720 | ||
ebe8362f JK |
3721 | Tue Apr 27 10:01:33 1993 Jim Kingdon ([email protected]) |
3722 | ||
3723 | * remote-vx.c (net_connect): Allow numeric IP address for host. | |
3724 | ||
9faacb92 SC |
3725 | Mon Apr 26 17:59:38 1993 Steve Chamberlain ([email protected]) |
3726 | ||
3727 | * config/sh/sh.mt, config/sh/tm-sh.h, sh-tdep.c: New files. | |
3728 | ||
9aa31e91 JK |
3729 | Mon Apr 26 07:13:32 1993 Jim Kingdon ([email protected]) |
3730 | ||
3731 | * rs6000-tdep.c (branch_dest): Deal with stepping through system call. | |
3732 | ||
3733 | * symtab.h, xcoffread.c: Revise linetable sorting comments. | |
3734 | ||
24d45a63 PS |
3735 | Sun Apr 25 02:32:16 1993 Peter Schauer ([email protected]) |
3736 | ||
3737 | * valops.c (value_cast): A cast might also change the object | |
3738 | representation in C++. | |
3739 | * dbxread.c (end_psymtab): Copy subpst read_symtab function from pst | |
3740 | to get the proper read_symtab function when called from mipsread.c. | |
3741 | * mipsread.c (mipscoff_psymtab_to_symtab, psymtab_to_symtab_1): | |
3742 | Set cur_bfd in psymtab_to_symtab_1 as CURBFD(pst) is invalid | |
3743 | for dummy psymtabs, inhibit processing of dummy psymtabs. | |
3744 | ||
8cba9703 JK |
3745 | Sat Apr 24 19:59:54 1993 Jim Kingdon ([email protected]) |
3746 | ||
87237c52 JK |
3747 | * Changes from (or inspired by) AMD: |
3748 | * remote-udi.c (udi_attach): Assignments to Space and Offset were | |
3749 | switched, fix it. | |
3750 | (udi_wait): Make error message (UDIGetStdout) match error. | |
3751 | (udi_wait): Handle UDIStdinNeeded. | |
3752 | * command.c [CANT_FORK]: Use system(). | |
3753 | * utils.c (prompt_for_continue): Allow quit with 'q'. | |
3754 | ||
8cba9703 JK |
3755 | * solib.c (solib_add): Don't call special_symbol_handling if there |
3756 | were errors in symbol_add_stub. Also set so->from_tty before | |
3757 | calling symbol_add_stub. | |
3758 | ||
66a1aa07 SG |
3759 | Fri Apr 23 16:17:00 1993 Stu Grossman ([email protected]) |
3760 | ||
3761 | * Merge in HPPA/BSD patches from Utah: | |
3762 | * defs.h: Add const to 2nd arg of psignal prototype. | |
3763 | * hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with | |
3764 | BSD now. | |
3765 | * hppab-core.c: Deleted. No longer useful. | |
3766 | * hppab-nat.c: #include more files. Use PT_WUREGS, not | |
3767 | PT_WRITE_U. | |
3768 | * hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c. | |
3769 | * config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o. | |
3770 | * config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o | |
3771 | * config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o | |
3772 | * config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE. | |
3773 | ||
b5728692 SG |
3774 | Fri Apr 23 10:34:02 1993 Stu Grossman ([email protected]) |
3775 | ||
3776 | * Fix two bugs found by deja-gnu. One is the incorrect reporting | |
3777 | of the PC being in a stack dummy when looking at a core file | |
3778 | without symbols. The other is the incorrect passing of char | |
3779 | arguments during expression evaluation (ie: p foo('a','b') would | |
3780 | mess up the passing of it's args because it wasn't coercing the | |
3781 | char's to ints). | |
3782 | * hppah-tdep.c: Rename global functions to have consistent hppa_ | |
3783 | prefix. Make more functions static. Drop hp_ prefix from static | |
3784 | functions. (hppa_push_arguments): Call value_arg_coerce to cast | |
3785 | char to int args if necessary. (hppa_fix_call_dummy): Create | |
3786 | this routine from FIX_CALL_DUMMY macro in tm-hppa.h. | |
3787 | * inferior.h (PC_IN_CALL_DUMMY): Check for frame_address being | |
3788 | valid (ie: != 0) before doing comparison against PC. | |
3789 | * valops.c (call_function_by_hand): Adjust call to FIX_CALL_DUMMY | |
3790 | to reflect new arguments. | |
3791 | * config/pa/tm-hppa.h (POP_FRAME, PUSH_ARGUMENTS): Use new hppa_ | |
3792 | prefix for func name. (FIX_CALL_DUMMY): Move code into | |
3793 | hppah-tdep.c. | |
3794 | ||
3795 | * testsuite/gdb.t16/gdbme.c, testsuite/gdb.t17/gdbme.c: Add calls | |
3796 | to malloc() so that we can test GDB eval of dynamically created | |
3797 | arrays (like char strings in `print "foo"'). | |
3798 | ||
7586127f PS |
3799 | Fri Apr 23 01:28:14 1993 Peter Schauer ([email protected]) |
3800 | ||
3801 | * printcmd.c (print_address_symbolic): Search symtabs as well as the | |
3802 | minimal symbols for a nearby symbol. | |
3803 | ||
158a0711 JG |
3804 | Thu Apr 22 19:44:21 1993 John Gilmore ([email protected]) |
3805 | ||
3806 | * coffread.c: Comment changes around minimal symbol recording. | |
3807 | ||
3127785a RP |
3808 | Thu Apr 22 16:24:36 1993 K. Richard Pixley ([email protected]) |
3809 | ||
158a0711 | 3810 | * command.c: comment changes only. |
f936e20d | 3811 | |
3127785a RP |
3812 | * mips-tdep.c (heuristic_fence_post): new static variable. |
3813 | (heuristic_proc_start): use heuristic_fence_post, print better | |
3814 | warnings, but only if not stop_soon_quietly. | |
3815 | (_initialize_mips_tdep): add_set_cmd for heuristic-fence-post. | |
3816 | ||
5afa2040 JK |
3817 | Thu Apr 22 14:50:05 1993 Jim Kingdon ([email protected]) |
3818 | ||
3819 | * symtab.h: Fix LOC_REF_ARG comment. | |
3820 | ||
3821 | Wed Apr 22 20:21:30 1993 Peter Schauer ([email protected]) | |
3822 | and Jim Kingdon ([email protected]) | |
3823 | ||
3824 | * stabsread.c (define_symbol): Combine a 'p', 'r' arg pair to a | |
3825 | LOC_REGPARM symbol. | |
3826 | * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Revise comments. | |
3827 | symfile.c (compare_symbols): Don't check first character; STRCMP | |
3828 | does that. | |
3829 | ||
3830 | * stabsread.c (define_symbol): Generate a LOC_REGPARM_ADDR for | |
3831 | structures that are passed by address in a register. | |
3832 | * symtab.h (enum address_class): Add LOC_REGPARM_ADDR. | |
3833 | * findvar.c (read_var_value), | |
3834 | printcmd.c (address_info, print_frame_args), | |
3835 | stack.c (print_frame_arg_vars), symmisc.c (print_{,partial_}symbol), | |
3836 | * symtab.c (lookup_block_symbol): Deal with it. | |
3837 | ||
fce30fa1 JK |
3838 | Thu Apr 22 09:07:24 1993 Jim Kingdon ([email protected]) |
3839 | ||
4365c36c JK |
3840 | * objfiles.h (obj_section), objfiles.c (build_objfile_section_table): |
3841 | Add objfile field. | |
3842 | * objfiles.c (find_pc_section): Return a struct obj_section *. | |
3843 | * sparc-tdep.c (in_solib_trampoline): Deal with find_pc_section return. | |
3844 | * symfile.c (syms_from_objfile) [IBM6000_TARGET]: | |
3845 | Don't use obj_section hack. | |
3846 | * xcoffexec (vmap_symtab): Relocate obj_sections. | |
3847 | * printcmd.c (containing_function_bounds): Use find_pc_section. | |
3848 | ||
fce30fa1 JK |
3849 | * symtab.h: Clean up SYMBOL_VALUE comments. |
3850 | ||
f2c365f5 JK |
3851 | Wed Apr 21 14:29:57 1993 Jim Kingdon ([email protected]) |
3852 | ||
31258e4f JK |
3853 | * stack.c (print_frame_arg_vars), printcmd.c (print_frame_args): |
3854 | Expand comments about LOC_ARG/LOC_LOCAL pairs. | |
3855 | ||
f2c365f5 JK |
3856 | * coffread.c (read_coff_symtab): Use rewind before fseek. |
3857 | ||
32d8a6d3 PB |
3858 | Wed Apr 21 14:24:19 1993 Per Bothner ([email protected]) |
3859 | ||
3860 | * ch-exp.y: Removed unused structure_primitive_value and FIXME_23. | |
3861 | * Makefile.in: Add $(YFLAGS) when using $(YACC). | |
3862 | * Makefile.in: Remove message to expect conflicts and unused | |
3863 | rules in ch-exp.y, since there no longer are any such. | |
3864 | ||
1b5c6c05 DZ |
3865 | Wed Apr 21 13:27:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
3866 | ||
3867 | * stabs.texinfo: fixed bad xrefs (un-initialized statics) | |
3868 | ||
cee86be3 JK |
3869 | Tue Apr 20 08:55:11 1993 Jim Kingdon ([email protected]) |
3870 | ||
4cdcf3b9 JK |
3871 | * xcoffexec.c (xcoff_relocate_core): If no exec file, error() |
3872 | rather than dumping core. | |
3873 | ||
24c2857c | 3874 | * Makefile.in: Add ${srcdir}/ to all source files. |
4cdcf3b9 | 3875 | (alldeps.mak): Add "${srcdir}/" to files when generating alldeps.mak. |
24c2857c JK |
3876 | (TAGS): Deal with srcdir and new config directory scheme. |
3877 | createtags: Remove. | |
3878 | Makefile.in (NONSRC): Remove createtags. | |
3879 | alldeps.mak: Updated. | |
3880 | ||
cee86be3 JK |
3881 | * rs6000-tdep.c: Delete unused function print_frame. |
3882 | ||
3883 | * frame.h (struct frame_info): Doc fix for next_frame. | |
3884 | New field signal_handler_caller. | |
3885 | blockframe.c (create_new_frame, get_prev_frame_info), | |
3886 | config/rs6000/tm-rs6000.h (INIT_EXTRA_FRAME_INFO): Set it (needs | |
3887 | INIT_FRAME_PC_FIRST). | |
3888 | stack.c (print_frame_info), rs6000-tdep.c (rs6000_frame_chain): | |
3889 | Check it. | |
3890 | ||
9583b295 SG |
3891 | Mon Apr 19 22:52:33 1993 Stu Grossman ([email protected]) |
3892 | ||
3893 | * irix4-nat.c (fetch_core_registers): Special version of this for | |
3894 | Irix 4.x, which stores regs a bit differently from other /proc | |
3895 | based systems. | |
3896 | * procfs.c, core-svr4.c: Move fetch_core_registers from procfs.c | |
3897 | to new file core-svr4.c. | |
3898 | * config/i386/i386sol2.mh, config/i386/i386v4.mh, config/m68k/amix.mh, | |
3899 | config/i386/ncr3000.mh, config/sparc/sun4sol2.mh: Add core-svr4.o | |
3900 | to NATDEPFILES. | |
3901 | * config/mips/irix4.mh: Add corelow.o to NATDEPFILES. | |
3902 | ||
3f06498a JK |
3903 | Mon Apr 19 11:13:34 1993 Jim Kingdon ([email protected]) |
3904 | ||
3905 | * i387-tdep.c: Remove unused #includes. | |
3906 | ||
3907 | * configure.in: Match i[34]86-*-sysv3.2 not i[34]86-*-sysv32. | |
3908 | ||
3909 | * config/i386/nm-i386v.h: Define NO_PTRACE_H. | |
3910 | ||
058eb766 JK |
3911 | Sun Apr 18 10:39:35 1993 Jim Kingdon ([email protected]) |
3912 | ||
3913 | * xcoffread.c: Nuke NO_DEFINE_SYMBOL code. There is no going back. | |
3914 | ||
3915 | * stabsread.c (define_symbol): 'R' is synonym for 'P', not 'r'. | |
3916 | xcoffread.c (process_xcoff_symbol, case C_RPSYM): | |
3917 | Don't muck with SYMBOL_CLASS. | |
3918 | ||
04c6a64f SG |
3919 | Fri Apr 16 17:38:33 1993 Stu Grossman ([email protected]) |
3920 | ||
3921 | * munch: Don't use head command. It doesn't exist everywhere. | |
3922 | ||
9c225659 FF |
3923 | Fri Apr 16 15:07:57 1993 Fred Fish ([email protected]) |
3924 | ||
3925 | * inflow.c (new_tty): Remove spurious 'o' character at end | |
3926 | of #endif line. | |
3927 | ||
e157305c PS |
3928 | Fri Apr 16 12:27:11 1993 Peter Schauer ([email protected]) |
3929 | ||
3930 | * mips-tdep.c (mips_skip_prologue): Always skip the typical prologue | |
3931 | instructions and nothing more. | |
3932 | * mipsread.c (add_line): Add comment why we have to combine line number | |
3933 | entries for the same line number. | |
3934 | ||
0b28c260 JK |
3935 | Fri Apr 16 09:42:03 1993 Jim Kingdon ([email protected]) |
3936 | ||
3937 | * symtab.{c,h}: Doc fixes (remove symseg references, last relevant | |
3938 | in gdb 2.8!). | |
3939 | ||
dd052d9a FF |
3940 | Thu Apr 15 21:16:58 1993 Fred Fish ([email protected]) |
3941 | ||
3942 | * depend, alldeps.mak: Update, now that gcc -MM bug is fixed. | |
3943 | ||
9fa59efd JK |
3944 | Thu Apr 15 12:38:39 1993 Jim Kingdon ([email protected]) |
3945 | ||
3946 | * source.c (select_source_symtab): Clean up comment. Also, if | |
3947 | we have a current_source_symtab, and s is NULL, return without | |
3948 | doing anything. | |
3949 | xcoffread.c (xcoff_symfile_read): Don't call select_source_symtab. | |
3950 | breakpoint.c (breakpoint_re_set): Don't call select_source_symtab. | |
3951 | ||
65ce5df4 JG |
3952 | Thu Apr 15 02:37:48 1993 John Gilmore ([email protected]) |
3953 | ||
3954 | * dbxread.c (unknown_symchar_complaint): Add new complaint. | |
6f49b01e | 3955 | * stabsread.h: Declare it. |
65ce5df4 JG |
3956 | * partial-stab.h: Use it. |
3957 | ||
3958 | * utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC. | |
3959 | ||
486b440e JK |
3960 | Wed Apr 14 17:12:51 1993 Jim Kingdon ([email protected]) |
3961 | ||
df2a1bd7 JK |
3962 | * stack.c (print_frame_info): Print specially if dummy frame. |
3963 | ||
fa99ebe1 JK |
3964 | * breakpoint.c: Add comments regarding within_scope future direction. |
3965 | ||
ee7e82fe JK |
3966 | * Version 4.8.3. |
3967 | ||
486b440e JK |
3968 | * xcoffread.c (record_include_{begin,end}): Change fatal to complain. |
3969 | ||
3970 | Wed Apr 14 14:03:18 1993 Per Bothner ([email protected]) | |
3971 | ||
3972 | * ch-exp.y: Fix thinko that broke parsing of FALSE. | |
3973 | ||
39cb3d04 PS |
3974 | Wed Apr 14 12:49:29 1993 Peter Schauer ([email protected]) |
3975 | ||
3976 | * stabsread.c (read_member_functions): Initialize domain for stubbed | |
3977 | member functions to avoid gdb core dumps when printing pointers | |
3978 | to member functions. | |
3979 | * cp-valprint.c (cp_print_class_method): Check for stubbed member | |
3980 | functions. | |
3981 | ||
ccd87bf2 JK |
3982 | Tue Apr 13 08:28:26 1993 Jim Kingdon ([email protected]) |
3983 | ||
e2ff731b JK |
3984 | * expprint.c (print_subexp): If opcode not found in op_print_tab, |
3985 | stop with an error(). | |
3986 | eval.c (evaluate_subexp): Change error message. | |
3987 | ||
ccd87bf2 JK |
3988 | * objfiles.c (build_objfile_section_table): Cast return value |
3989 | from obstack_finish. | |
3990 | ||
0a62ff36 JK |
3991 | Mon Apr 12 10:53:50 1993 Jim Kingdon ([email protected]) |
3992 | ||
f3649227 JK |
3993 | * config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAIN |
3994 | to rs6000_frame_chain and deal with it if we're in a signal handler. | |
3995 | (FRAME_SAVED_PC): Use rs6000_frame_chain. | |
3996 | ||
0a819c04 JK |
3997 | * breakpoint.c (within_scope): New function. |
3998 | (enable_breakpoint, watchpoint_check): Use it. | |
3999 | ||
affc9686 JK |
4000 | * source.c (openp): Handle "exec-file ./ls" correctly. |
4001 | ||
0a62ff36 JK |
4002 | * breakpoint.c (breakpoint_1): Use wrap_here before "at". |
4003 | ||
5a7c9cce PB |
4004 | Sat Apr 10 01:32:43 1993 Per Bothner ([email protected]) |
4005 | ||
4006 | * ch-exp.y: Clean up lexing of identifiers and | |
4007 | reserved words. (E.g. don't recognize FALSEXXX as the | |
4008 | keyword FALSE followed by the identifier XXX.) | |
4009 | Also, convert identifiers to lower case. | |
4010 | ||
1724c671 SG |
4011 | Fri Apr 9 15:53:19 1993 Stu Grossman ([email protected]) |
4012 | ||
4013 | * remote-mips.c, remote-monitor.c, remote-st2000.c: Convert to | |
4014 | new serial interface. | |
4015 | ||
4febd102 SG |
4016 | Fri Apr 9 15:01:12 1993 Stu Grossman ([email protected]) |
4017 | ||
4018 | * remote.c (remote_open): Use SERIAL_OPEN instead of serial_open. | |
4019 | (putpkt, getpkt): Use new return codes for SERIAL_READCHAR. | |
4020 | * ser-go32.c: Return -1 on most failures, 0 on most successes, | |
4021 | and use new return codes for go32_readchar(). | |
4022 | * ser-unix.c: Ditto. Also, move error handling up to caller for | |
4023 | SERIAL_SETBAUDRATE(). | |
4024 | * serial.c (serial_open): Internal call, not SERIAL_OPEN to get | |
4025 | to specific routine. | |
4026 | (serial_close): New routine to wrap around device close routine. | |
4027 | serial.h: Clean & document return values more clearly. | |
4028 | ||
a80c7bf6 JK |
4029 | Fri Apr 9 10:20:55 1993 Jim Kingdon ([email protected]) |
4030 | ||
944c1c2f JK |
4031 | * rs6000-pinsn.c (print_operand): Deal with no operand instructions. |
4032 | ||
4033 | * rs6000-pinsn.c (print_operand, case LI): Print condition register | |
4034 | operand in decimal rather than wrong textual versions. | |
4035 | ||
21486670 JK |
4036 | * printcmd.c (_initialize_printcmd): Clean up docstring for "x" |
4037 | (mention 't', remove false thing about 'g' only good with 'f'). | |
4038 | ||
ddc6e6f7 JK |
4039 | * breakpoint.h: move "struct breakpoint" and friends to top of |
4040 | file so that bpstat_find_breakpoint prototype works. | |
4041 | ||
a80c7bf6 JK |
4042 | * solib.c (struct so_list): Add bfd field. |
4043 | (solib_map_sections): Leave bfd open and scratch_pathname allocated. | |
4044 | Put the bfd in bfd field of the so_list. | |
4045 | (clear_solib): Free bfd name and close_bfd on the bfd. | |
4046 | ||
47f366bc PB |
4047 | Fri Apr 9 00:45:41 1993 Per Bothner ([email protected]) |
4048 | ||
4049 | * valarith.c (value_subscript): Add COERCE_REF. | |
4050 | * ch-exp.y (operand_5): We can generalize the 2nd operand | |
4051 | of a string repetition ot 'literal' without ambiguity. | |
4052 | ||
cabd4da6 JK |
4053 | Thu Apr 8 10:15:10 1993 Jim Kingdon ([email protected]) |
4054 | ||
4055 | * breakpoint.h (struct bpstat): Remove momentary field. | |
4056 | Remove bpstat_momentary_breakpoint. This was always kludgy | |
4057 | and is no longer used. | |
4058 | ||
4059 | * breakpoint.h: Add enum bpstat_what. | |
4060 | breakpoint.h (struct bpstat), breakpoint.c (bpstat_stop_status): | |
4061 | stop and print fields of bpstat now per-breakpoint, not just | |
4062 | one for the whole chain. | |
4063 | breakpoint.{c,h} (bpstat_what): New function. | |
4064 | breakpoint.h: Remove bpstat_stop and bpstat_should_print. | |
4065 | infrun.c: Replace switch (stop_bpstat->breakpoint_at->type) | |
4066 | with call to bpstat_what. | |
4067 | README: Remove watchpoint/breakpoint bug from known bugs. | |
4068 | ||
4069 | * breakpoint.h: Prototype bpstat_find_breakpoint. | |
4070 | ||
dfbfbd96 FF |
4071 | Thu Apr 8 16:01:21 1993 Fred Fish ([email protected]) |
4072 | ||
4073 | * symtab.c (find_methods, gdb_mangle_name): Note that functions | |
4074 | are g++ specific. | |
4075 | * symtab.h (VTBL_FNADDR_OFFSET, OPNAME_PREFIX_P, VTBL_PREFIX_P, | |
4076 | DESTRUCTOR_PREFIX_P): Note that macros are g++ specific. | |
4077 | ||
4078 | Thu Apr 8 12:45:32 1993 Ian Lance Taylor ([email protected]) | |
4079 | ||
4080 | * i960-pinsn.c (tabent): Copied struct definition from | |
4081 | opcodes/i960-dis.c. | |
4082 | ||
ca6a826d PS |
4083 | Thu Apr 8 10:34:37 1993 Peter Schauer ([email protected]) |
4084 | ||
4085 | * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physname | |
4086 | is a C++ destructor. | |
4087 | * symtab.c (gdb_mangle_name): Use it. | |
4088 | * symtab.c (find_methods): Do not add destructors to choice list | |
4089 | for constructors. | |
4090 | * symtab.c (decode_line_1): Make breakpoints on destructors work | |
4091 | for gcc-2.x again. | |
4092 | ||
40b56283 SG |
4093 | Wed Apr 7 18:43:09 1993 Stu Grossman ([email protected]) |
4094 | ||
b83bf6b3 SG |
4095 | * ser-go32.c: Make it use serial port name. |
4096 | * go32-xdep.c: Put in def for strlwr, needed by dir.o in go32 libc. | |
4097 | ||
40b56283 SG |
4098 | * infcmd.c (read_pc): Make sure that we read PC_REGNUM when not |
4099 | in a system call! | |
4100 | ||
41faa775 SG |
4101 | Wed Apr 7 15:52:11 1993 Stu Grossman ([email protected]) |
4102 | ||
4103 | * configure.in: Only configure sparclite subdir when target_cpu | |
4104 | is sparclite. | |
4105 | ||
f635bd47 JK |
4106 | Wed Apr 7 10:11:22 1993 Jim Kingdon ([email protected]) |
4107 | ||
ef5b809c JK |
4108 | * xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char. |
4109 | Remove FIXME comment regarding this. | |
4110 | ||
47045b36 JK |
4111 | * symfile.h: Change NULL->'\0' in comment (that wasn't a typo). |
4112 | ||
f635bd47 JK |
4113 | * xcoffread.c (read_xcoff_symtab): Use E_SYMNMLEN. |
4114 | ||
73d0fc78 RP |
4115 | Tue Apr 6 22:30:58 1993 K. Richard Pixley ([email protected]) |
4116 | ||
4117 | Add section table to objfile struct. Use it for find_pc_section. | |
4118 | * objfiles.c (add_to_objfile_sections, | |
4119 | build_objfile_section_table, find_pc_section): new functions. | |
4120 | (allocate_objfile): build section table. | |
4121 | * objfiles.h (struct obj_section): new structure. | |
4122 | (struct objfile): add section table. | |
4123 | (find_pc_section): new prototype. | |
4124 | * solib.[ch] (find_pc_section_from_so_list): removed. | |
4125 | * sparc-tdep.c: include objfiles.h for find_pc_section. include | |
4126 | symfile.h for objfiles.h. | |
4127 | (in_solib_trampoline): adjusted for new find_pc_section | |
4128 | prototype. Removed BAD_RICH_HACK ifdefs. | |
4129 | * symfile.c (syms_from_objfile): offset objfile sections. | |
4130 | (find_pc_section): removed. Also removed BAD_RICH_HACK ifdefs. | |
4131 | * symfile.h (find_pc_section): prototype removed. Also fixed | |
4132 | comment typo NUL -> NULL. | |
4133 | * target.[ch] (find_pc_section_from_targets): removed. | |
4134 | * config/sparc/tm-sun4sol2.h (BAD_RICHH_HACK): removed. | |
4135 | ||
07861607 SG |
4136 | Tue Apr 6 21:41:13 1993 Stu Grossman ([email protected]) |
4137 | ||
4138 | * ser-go32.c: Format. (go32_open): Use proper return value. | |
4139 | ||
4140 | * configure.in: Undo conditional configdirs hack for sparclite. | |
4141 | ||
118ec55a JW |
4142 | Tue Apr 6 17:07:37 1993 Jim Wilson ([email protected]) |
4143 | ||
4144 | * symtab.c (list_symbols): When call break_command, pass both | |
4145 | filename and function name not just function name. | |
4146 | ||
4147 | Tue Apr 6 15:00:09 1993 Fred Fish ([email protected]) | |
4148 | ||
4149 | (Changes and new files to make "none" a full fledged configuration) | |
4150 | * config/none/{nm-none.h, tm-none.h, xm-none.h}: New files. | |
4151 | Currently only tm-none.h has any meaningful contents. | |
4152 | * config/none/none.mh (NAT_FILE): Use nm-none.h | |
4153 | * config/none/none.mh (XM_FILE): Use xm-none.h | |
4154 | * config/none/none.mt (TM_FILE): Use tm-none.h | |
4155 | * Makefile.in (depend): Remove comment about parse errors in | |
4156 | valops.c, it now parses correctly and generates a correct depend | |
4157 | line. Remove line that touches xm.h, tm.h, and nm.h; they are | |
4158 | now linked to config/none/{xm-none.h, tm-none.h, nm-none.h}. | |
4159 | ||
786757a9 JK |
4160 | Tue Apr 6 09:54:29 1993 Jim Kingdon ([email protected]) |
4161 | ||
9925b928 JK |
4162 | * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1. |
4163 | ||
786757a9 JK |
4164 | * xcoffread.c (read_xcoff_symtab): Deal correctly with symbols of |
4165 | exactly 8 characters. | |
4166 | ||
0c101d49 SG |
4167 | Tue Apr 6 10:31:26 1993 Stu Grossman ([email protected]) |
4168 | ||
4169 | * configure.in: Sparclite uses sparc config dir. Also has it's | |
4170 | own tm- & .mt files now. Also add sparclite to configdirs. | |
4171 | * go32-xdep.c: Dummy routines for sigsetmask & strlwr. | |
4172 | * config/i386/go32.mh: Nullify def of TERMCAP. | |
4173 | * config/i386/xm-go32.h: Get rid of redef of EIO. | |
4174 | * config/sparc/{sparclite.mh tm-sparclite.h}: New sparclite | |
4175 | specific configs. Very similar to sun4os4, but without solib. | |
4176 | * sparclite/{Makefile.in configure.in}: First cut at making this | |
4177 | dir configgable. | |
4178 | ||
5d2b030a SG |
4179 | Tue Apr 6 03:10:44 1993 Stu Grossman ([email protected]) |
4180 | ||
4181 | * ser-go32.c: First cut at adapting to new serial interface. | |
4182 | ||
4e772f44 SG |
4183 | Mon Apr 5 22:29:43 1993 Stu Grossman ([email protected]) |
4184 | ||
4185 | * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co]. | |
4186 | These implement a new serial line interface for talking to remote | |
4187 | targets. | |
4188 | * configure.in: Link ser-hardwire.c to ser-unix.c for all hosts, | |
4189 | EXCEPT go32, which gets ser-go32.c. | |
4190 | * remote.c: Use new serial interface. More remote-xxx's to be | |
4191 | converted later. | |
4192 | * ser-bsd.c, ser-termios.c: Removed. | |
4193 | * serial.c: New. Implements common operations for all serial | |
4194 | types. | |
4195 | * ser-unix.c: New. Unix specific serial operations for various | |
4196 | flavors of Unix (Posix, SysV, BSD). | |
4197 | * serial.h: Generic serial interface defs. | |
4198 | * config/i386/go32.mh, config/i386/i386bsd.h, | |
4199 | config/m68k/apollo68b.mh, config/sparc/sun4os4.mh: Remove | |
4200 | ser-bsd.o from XDEPFILES. All the magic is now handled in | |
4201 | configure.in. | |
4202 | ||
9acdb2dc SG |
4203 | Mon Apr 5 20:48:54 1993 Stu Grossman ([email protected]) |
4204 | ||
4205 | * config/h8500/tm-h8500.h: Clean up brain damage found by GCC. | |
4206 | ||
0848ad1c JK |
4207 | Fri Apr 2 08:23:14 1993 Jim Kingdon ([email protected]) |
4208 | ||
1d7e34e1 JK |
4209 | * xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets. |
4210 | ||
b0e932ad | 4211 | * rs6000-tdep.c (frameless_function_invocation): Don't even think |
1d7e34e1 | 4212 | about framelessness except on the innermost frame. |
b0e932ad | 4213 | |
0848ad1c JK |
4214 | * xcoffexec.c: Call fatal() not abort(). |
4215 | ||
4216 | * stabsread.c (patch_block_stabs): If stab & no symbol, make | |
4217 | a LOC_OPTIMIZED_OUT symbol. | |
4218 | symtab.h (enum address_class): Add LOC_OPTIMIZED_OUT. | |
4219 | findvar.c (read_var_value), printcmd.c (address_info), | |
4220 | symmisc.c (print_{,partial_}symbol), c-exp.y (variable), | |
4221 | m2-exp.y (yylex): Deal with it. | |
0848ad1c | 4222 | ch-exp.y (yylex): Deal with it. |
0848ad1c JK |
4223 | |
4224 | Thu Apr 1 18:43:02 1993 Stu Grossman ([email protected]) | |
4225 | ||
4226 | * findvar.c (value_from_register): H8500 specific, check to see | |
4227 | if we are looking at short pointer. If so, skip crock. | |
4228 | * h8500-tdep.c (h8500_frame_chain): Mask down value from | |
4229 | read_memory_integer() to avoid getting messed up by sign extension. | |
4230 | ||
0e184833 RP |
4231 | Thu Apr 1 16:44:41 1993 K. Richard Pixley ([email protected]) |
4232 | ||
4233 | * sparc-tdep.c (in_solib_trampoline), symfile.c (find_pc_section): | |
4234 | ifdef protect using BAD_RICH_HACK. This should be removed soon. | |
4235 | * config/sparc/tm-sun4sol2.h (BAD_RICH_HACK): define. | |
4236 | ||
a6cead71 JK |
4237 | Thu Apr 1 09:01:38 1993 Jim Kingdon ([email protected]) |
4238 | ||
720b3aed JK |
4239 | * i960-pinsn.c, a29k-pinsn.c: Much abridged, just use libopcodes.a. |
4240 | ||
4241 | * core.c (dis_asm_print_address): New function. | |
4242 | ||
a6cead71 JK |
4243 | * core.c (dis_asm_read_memory): Reinstate 4th arg. The prototype |
4244 | has been fixed. | |
4245 | ||
494503c7 PS |
4246 | Thu Apr 1 09:34:43 1993 Peter Schauer ([email protected]) |
4247 | ||
4248 | * breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the | |
4249 | entire breakpoint chain and print only the first entry that needs to | |
4250 | be printed and needs to be stopped for. Fixes problems with printing | |
4251 | of multiple breakpoints with different conditions. | |
4252 | * breakpoint.c (print_it_done): Renamed from print_it_noop as it | |
4253 | effectively stops printing of the breakpoint chain. | |
4254 | * breakpoint.c (print_it_noop): New routine to print nothing | |
4255 | for this breakpoint entry and dont stop printing. | |
4256 | * breakpoint.c (breakpoint_re_set_one): mention the reevaluated | |
4257 | watchpoint only if it is enabled. | |
4258 | * mipsread.c (parse_procedure): Correct incorrect setjmp procedure | |
4259 | descriptor from the library to make backtraces through setjmp work. | |
4260 | * mipsread.c (fixup_sigtramp): Correct pcreg and fregoffset for | |
4261 | sigtramp. | |
4262 | * mips-tdep.c (read_next_frame_reg): Provide correct values for | |
4263 | all registers saved within sigtramp, cleanup. | |
4264 | ||
f7ed13c7 JK |
4265 | Wed Mar 31 12:52:12 1993 Jim Kingdon ([email protected]) |
4266 | ||
4267 | * sparc-pinsn.c: Much abridged, just calls version in libopcodes.a. | |
4268 | ||
bf097a0b RP |
4269 | Wed Mar 31 21:23:41 1993 K. Richard Pixley ([email protected]) |
4270 | ||
4271 | * core.c (dis_asm_read_memory): drop fourth arg which conflicts | |
4272 | with prototype in ../include/dis-asm.h. | |
4273 | ||
5d0734a7 JK |
4274 | Wed Mar 31 12:52:12 1993 Jim Kingdon ([email protected]) |
4275 | ||
4276 | * core.c (dis_asm_{read_memory,memory_error}): New functions. | |
4277 | m68k-pinsn.c, h8500-tdep.c, i386-pinsn.c, mips-pinsn.c, z8k-tdep.c: | |
4278 | Use read_memory_func interface to disassembler. | |
4279 | ||
2093fe68 RP |
4280 | Tue Mar 30 15:46:14 1993 K. Richard Pixley ([email protected]) |
4281 | ||
4282 | Teach sparc solaris to next over shared library functions. | |
4283 | * solib.[hc] (find_pc_section_from_so_list): new function and | |
4284 | prototype. | |
4285 | * sparc-tdep.c (in_solib_trampoline): new function. | |
4286 | * symfile.[hc] (find_pc_section): new function and prototypes. | |
4287 | * target.[hc] (find_pc_section_from_targets): new function and | |
4288 | prototypes. | |
4289 | * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): redefine to | |
4290 | in_solib_trampoline. | |
4291 | ||
b27be792 JK |
4292 | Tue Mar 30 08:06:24 1993 Jim Kingdon ([email protected]) |
4293 | ||
deae7611 JK |
4294 | * infrun.c (wait_for_inferior): Revise comment. |
4295 | ||
359a097f JK |
4296 | * command.c (do_setshow_command): Use %u with var_{u,z}integer. |
4297 | ||
4298 | * command.{c,h}: New var_type var_integer. | |
4299 | main.c: Use it for history_size. | |
4300 | ||
4301 | * rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c: | |
4302 | Lint and byte-order fixups. | |
4303 | ||
3f031adf JK |
4304 | * breakpoint.c (print_it_normal): Return 0 after hitting watchpoint. |
4305 | ||
8af68e4e JK |
4306 | * breakpoint.h (bpstat): New field print_it. |
4307 | breakpoint.c (bpstat_print): Use it. | |
4308 | (print_it_normal): New function (from old bpstat_print code). | |
4309 | (bpstat_{alloc,stop_status}): Set print_it field. | |
4310 | ||
4311 | * breakpoint.c (bpstat_stop_status): Use catch_errors when | |
4312 | evaluating watchpoint condition, via new function watchpoint_check. | |
4313 | Also stop if watchpoint disabled due to leaving its block. | |
4314 | ||
b27be792 JK |
4315 | * findvar.c [REG_STRUCT_HAS_ADDR]: Add comment. |
4316 | ||
aa66fddd PS |
4317 | Tue Mar 30 00:14:38 1993 Peter Schauer ([email protected]) |
4318 | ||
4319 | * mips-pinsn.c: Add missing include of dis-asm.h. | |
4320 | ||
d7d35f00 FF |
4321 | Mon Mar 29 15:03:25 1993 Fred Fish ([email protected]) |
4322 | ||
239121e2 FF |
4323 | * Makefile.in (clean, distclean, realclean): Recursively apply |
4324 | to subdirs first, rather than last. This avoids, for example, | |
4325 | Makefile being removed in a parent directory before the recursive | |
4326 | make is run. | |
4327 | ||
141ccc03 FF |
4328 | * alldeps.mak, depend: Update for below changes. |
4329 | ||
2225eb85 FF |
4330 | * config/m68k/tm-m68k.h: Renamed from config/m68k/tm-68k.h. |
4331 | * m68k/{tm-3b1.h, tm-altos.h, tm-amix.h, tm-es1800.h, | |
4332 | tm-hp300bsd.h, tm-hp300hpux.h, tm-isi.h, tm-news.h, tm-os68k.h, | |
4333 | tm-st2000.h, tm-sun2.h, tm-sun3.h, tm-vx68.h}: Include tm-m68k.h | |
4334 | instead of tm-68k.h. | |
4335 | * Makefile.in (HFILES): tm-68k.h renamed to tm-m68k.h. | |
4336 | * README, a29k-pinsn.c, m68k-pinsn.c, m68k-stub.c, remote-vx.c, | |
4337 | m68k/{altos.mh, altos.mt, apollo68b.mh, nm-apollo68b.h, | |
4338 | nm-hp300bsd.h, config/m68k/xm-apollo68b.h}: Map '68k' to 'm68k'. | |
4339 | * a29k/tm-a29k.h, doc/gdbint.texinfo: Account for renaming of | |
4340 | tm-68k.h to tm-m68k.h. | |
4341 | * m68k/m68k-fp.mt (TM_FILE): tm-68k-fp.h renamed to tm-m68k-fp.h. | |
4342 | * m68k/m68k-nofp.mt (TM_FILE): tm-68k-nofp.h renamed to | |
4343 | tm-m68k-nofp.h. | |
4344 | ||
d7d35f00 FF |
4345 | * config/a29k/tm-a29k.h: Renamed from config/a29k/tm-29k.h. |
4346 | * a29k-pinsn.c: Renamed from am29k-pinsn.c. | |
4347 | * a29k-tdep.c: Renamed from am29k-tdep.c. | |
4348 | * remote-eb.c, config/a29k/tm-ultra3.h: Include renamed tm-a29k.h. | |
4349 | * remote-monitor.c, remote-st2000.c, config/a29k/{nm-ultra3.h, | |
4350 | tm-a29k.h, xm-ultra3.h}, config/romp/rtbsd.mh, doc/gdbinv-s.texi, | |
4351 | testsuite/gdb.t15/funcargs.exp, testsuite/gdb.t17/callfuncs.exp: | |
4352 | Map '29k' to 'a29k'. | |
4353 | * config/a29k/{a29k-kern.mt, a29k-udi.mt, a29k.mt, ultra3.mt} | |
4354 | (TDEPFILES): Use renamed a29k-pinsn.o and a29k-tdep.o. | |
4355 | * config/a29k/{a29k-udi.mt, a29k.mt} (TM_FILE): Use renamed | |
4356 | tm-a29k.h. | |
4357 | * config/a29k/a29k-udi.mt (MT_CFLAGS): Remove TARGET_AM29K | |
4358 | define that does not appear anywhere else in the gdb source tree. | |
4359 | * doc/gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h. | |
4360 | ||
ad376893 JK |
4361 | Mon Mar 29 13:55:29 1993 Jim Kingdon ([email protected]) |
4362 | ||
2225eb85 FF |
4363 | * breakpoint.c: Add comments regarding breakpoint_re_set. |
4364 | ||
e5c00760 JK |
4365 | * xcoffread.c (sort_syms, compare_symbols): Remove. |
4366 | (xcoff_symfile_read): Use sort_all_symtab_syms from symfile.c | |
4367 | not our own sort_syms (it is identical). | |
4368 | ||
ad376893 JK |
4369 | * xcoffread.c: Nuke NAMES_HAVE_DOT define (not used). |
4370 | ||
0b0d6c3f PS |
4371 | Sun Mar 28 11:24:37 1993 Peter Schauer ([email protected]) |
4372 | ||
4373 | * breakpoint.c (breakpoint_re_set_one): Fix storage leak. | |
4374 | * breakpoint.c (enable_breakpoint): Don't enable watchpoint if it | |
4375 | went out of scope. | |
4376 | * exec.c (exec_close): Fix storage leak. | |
4377 | * exec.c (exec_file_command): Make sure that bfd doesn't realign the | |
4378 | output sections when patching an executable. | |
4379 | * mips-nat.c (store_inferior_registers): Use REGISTER_PTRACE_ADDR | |
4380 | when writing all registers. | |
4381 | * mips-tdep.c (mips_push_dummy_frame): Save floating point registers | |
4382 | at the right offset in the dummy frame. | |
4383 | * mipsread.c (psymtab_to_symtab_1): Do not complain for stProc, | |
4384 | stStaticProc and stEnd symbols as they are generated by gcc-2.x. | |
4385 | * mipsread.c (mipscoff_new_init): Initialize stabsread and buildsym. | |
4386 | ||
0f0834c5 JG |
4387 | Fri Mar 26 15:25:05 1993 John Gilmore ([email protected]) |
4388 | ||
4389 | * Makefile.in (TARFILES): Avoid trailing backslash. | |
4390 | ||
2d313932 JK |
4391 | Fri Mar 26 11:29:30 1993 Jim Kingdon ([email protected]) |
4392 | ||
d7d35f00 FF |
4393 | * breakpoint.{c,h}: Add exp_string to struct breakpoint and use |
4394 | it in breakpoint_re_set. | |
2d313932 JK |
4395 | * breakpoint.c (watch_command, enable_breakpoint): Fetch lazy values. |
4396 | ||
4397 | * rs6000-tdep.c (single_step): Misc cleanups (CORE_ADDR not int, | |
4398 | don't use sizeof(int) for target stuff, etc). | |
4399 | ||
53f6119f | 4400 | Thu Mar 25 15:03:53 1993 Fred Fish ([email protected]) |
3c02636b | 4401 | |
53f6119f FF |
4402 | * alldeps.mak, configure.in, i860-break.h, i860-opcode.h, |
4403 | i860-pinsn.c, i860-tdep.c, config/i860/*: Remove incomplete i860 | |
4404 | support that can't be integrated anyway due to lack of clear | |
4405 | authorship. | |
3c02636b | 4406 | |
ccf1e898 SG |
4407 | Thu Mar 25 12:26:50 1993 Stu Grossman ([email protected]) |
4408 | ||
4409 | * findvar.c (read_register, write_register): Make these capable | |
4410 | of reading/writing registers that are shorter than REGISTER_TYPE. | |
4411 | * (value_from_register): Install H8500 specific code to return | |
4412 | proper value when register is being used as a pointer. | |
4413 | * h8500-tdep.c: Remove extra defines of NUM_REGS. | |
4414 | (h8500_skip_prologue): Use correct lengths for LINK instructions. | |
4415 | (FRAME_CHAIN): Change name to h8500_frame_chain. Rewrite code to | |
4416 | chain frames properly by combining frame pointer with T reg. | |
4417 | (init_extra_frame_info): Delete. It's now a macro. | |
4418 | (frame_args_address): Don't add PTR_SIZE. Stack args are already | |
4419 | offset by the correct amount off of the frame pointer. | |
4420 | (register_byte): Delete. It's now a macro. | |
4421 | (register_raw_size, register_virtual_size): Delete. Replaced by | |
4422 | common routine h8500_register_size, cuz there's no difference | |
4423 | between the raw & virtual sizes on this machine. | |
4424 | (register_convert_to_raw, register_convert_to_virtual): Delete, | |
4425 | cuz there's no difference between the raw & virtual forms. | |
4426 | Replaced by memcpy in tm file. | |
4427 | (register_virtual_type): Rename to h8500_register_virtual_type. | |
4428 | Get rid of pointer pseudo-regs, use _REGNUM with all reg names. | |
4429 | (_initialize_h8500_tdep): Get rid of crock to ensure that GDB & | |
4430 | emulator have same reg offsets. This is all handled in the | |
4431 | simulator code now. | |
4432 | (h8500_trapped_internalvar): New routine to detect references to | |
4433 | convenience vars acting as pointer pseudo-regs. | |
4434 | (h8500_value_trapped_internalvar): Conjure up value of pointer | |
4435 | pseudo-regs. | |
4436 | (h8500_set_trapped_internalvar): Convert set value in real | |
4437 | register references. | |
4438 | infcmd.c (read_pc, write_pc): Add h8500 specific code to handle | |
4439 | code segment register. | |
4440 | infrun.c (proceed): Simplify. Call write_pc instead of doing it | |
4441 | by hand. | |
4442 | (wait_for_inferior): Add h8500 specific code to add stack segment | |
4443 | when reading SP register. | |
4444 | remote-sim.c (fetch_register): Spacing. | |
4445 | tm-h8500.h: #define GDB_TARGET_IS_H8500 to make it easier to | |
4446 | detect cruft. Redo all register manipulation stuff. Get rid of | |
4447 | pointer pseudo-regs. (INIT_EXTRA_FRAME_INFO): Adds stack segment | |
4448 | to frame pointer. (IS_TRAPPED_INTERNALVAL, | |
4449 | VALUE_OF_TRAPPED_INTERNALVAR, SET_TRAPPED_INTERNALVAR): Use these | |
4450 | to create internal vars for pointer pseudo-regs. | |
4451 | ||
2531303c FF |
4452 | Thu Mar 25 10:10:28 1993 Fred Fish ([email protected]) |
4453 | ||
4454 | * Makefile.in: Numerous small changes to macro definitions | |
4455 | and rules for building gdb distribution tree. Many macros | |
4456 | eliminated or merged, and rules simplified. | |
4457 | * alldeps.mak: Update. | |
4458 | * depend: Update. | |
4459 | ||
b396a969 DZ |
4460 | Wed Mar 24 13:52:29 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) |
4461 | ||
4462 | * Makefile.in: recurse through SUBDIRS for dvi target too | |
4463 | ||
53f6119f FF |
4464 | Wed Mar 24 08:48:30 1993 Jim Kingdon ([email protected]) |
4465 | ||
4466 | * Clean up xcoff relocation. | |
4467 | objfiles.h (struct objfiles): Add section_offsets, num_sections. | |
4468 | symfile.c (syms_from_objfile), xcoffread.c (xcoff_symfile_offsets): | |
4469 | Set them. | |
4470 | symtab.h (struct general_symbol_info): Add section field. | |
4471 | minsyms.c (prim_record_minimal_symbol{,_and_info}): Set it. | |
4472 | xcoffread.c: Set section for symbols and msymbols. | |
4473 | (struct symtab): Add block_line_section field. | |
4474 | buildsym.c (end_symtab): Set it. | |
4475 | (end_symtab and callers): Add section parameter. | |
4476 | objfiles.c (objfile_relocate): New funciton. | |
4477 | xcoffexec.c (vmap_symtab): Use it. | |
4478 | xcoffsolib.h (struct vmap): Remove unused fields. | |
4479 | config/rs6000/tm-rs6000.h, stack.c, xcoffexec.c: Remove | |
4480 | CORE_NEEDS_RELOCATION, symtab_relocated. | |
4481 | config/rs6000/tm-rs6000.h: Remove use of loadinfotext. | |
4482 | rs6000-tdep.c: Make loadinfotext static. | |
4483 | breakpoint.c (fixup_breakpoints): Doc fix. | |
4484 | symtab.h (struct symtab), config/rs6000/tm-rs6000.h, buildsym.c | |
4485 | (end_symtab): primary field replaces nonreloc. | |
4486 | ||
ece2e98a JG |
4487 | Tue Mar 23 00:10:53 1993 John Gilmore ([email protected]) |
4488 | ||
4489 | * symtab.h (struct linetable_entry): Remove confusing comment. | |
4490 | ||
80c8fd72 DZ |
4491 | Tue Mar 23 00:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
4492 | ||
4493 | * Makefile.in: add installcheck target | |
4494 | ||
1a0edbc7 FF |
4495 | Mon Mar 22 16:17:58 1993 Fred Fish ([email protected]) |
4496 | ||
4497 | * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k, | |
4498 | m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax, | |
4499 | z8k}: New directories to hold cpu specific configuration files. | |
4500 | Naming follows gcc convention. | |
4501 | * config/{*.mt, *.mh}: All target and host makefile fragment | |
4502 | config files moved to an appropriate config/<cpu> subdirectory. | |
4503 | * nm-*, xm-*, tm-*: All native, host, and target files, which | |
4504 | get linked to nm.h, xm.h, and tm.h respectively by configure, | |
4505 | moved to appropriate config/<cpu> subdirectory. | |
4506 | * nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h: | |
4507 | Native, host, and target files that are common across more than | |
4508 | one cpu architecture and included by one of the configured | |
4509 | native, host, or target files, get moved to config directory. | |
4510 | * Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to | |
4511 | pick up native, host, or target include files moved to one of | |
4512 | the config subdirectories, and that are included by other files. | |
4513 | * Makefile.in (alldeps.mak): Modify to account for new config | |
4514 | directory structure. | |
4515 | * alldeps.mak, depend: Update for new config directory structure. | |
4516 | * config/*/[ntx]m-*.h: Modify all files that include other | |
4517 | [ntx]m-*.h files to use path relative to gdb/config. I.E. | |
4518 | "a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just | |
4519 | "tm-29k.h". | |
4520 | * remote-eb.c (tm-29k.h): Include a29k/tm-29k.h. | |
4521 | * mipsread.c (tm-mips.h): Include mips/tm-mips.h. | |
4522 | * i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h. | |
4523 | * configure.in: Default gdb_host_cpu to host_cpu, and remap | |
4524 | the ones where the default is not unique or different than the | |
4525 | config subdirectory name. Similarly, handle gdb_target_cpu. | |
4526 | Modify configure.in as appropriate to make use of gdb_host_cpu | |
4527 | and gdb_target_cpu to find makefile fragments and make links. | |
4528 | ||
5f5341a7 ILT |
4529 | Mon Mar 22 12:36:24 1993 Ian Lance Taylor ([email protected]) |
4530 | ||
4531 | * mipsread.c (compare_blocks): Sort blocks with the same start | |
4532 | address by decreasing ending address. | |
4533 | ||
1a3579df PS |
4534 | Mon Mar 22 20:36:04 1993 Peter Schauer ([email protected]) |
4535 | ||
4536 | * mipsread.c (parse_procedure): Save cur_fdr accross call to | |
4537 | lookup_symbol as it might get clobbered by the call. | |
4538 | ||
4539 | * mipsread.c (parse_partial_symbols): Use ADD_PSYMBOL_ADDR_TO_LIST. | |
4540 | The previous code did not initialize the language field for the psymtab | |
4541 | entry. | |
4542 | ||
f24c159f JG |
4543 | Sat Mar 20 00:33:39 1993 John Gilmore ([email protected]) |
4544 | ||
4545 | * c-exp.y (parse_number): Avoid shift warning. | |
4546 | * serial.h (struct ttystate): Declare empty one on DOS. | |
4547 | ||
bc0d4cb9 SG |
4548 | Fri Mar 19 12:59:50 1993 Stu Grossman ([email protected]) |
4549 | ||
733a9015 SG |
4550 | * xm-sun4os4.h: Return type of free() should be void, not int. |
4551 | ||
bc0d4cb9 SG |
4552 | * vx-share/vxWorks.h: Remove #def of NULL. |
4553 | ||
deb3f296 JK |
4554 | Fri Mar 19 11:28:18 1993 Jim Kingdon ([email protected]) |
4555 | ||
4556 | * tm-rs6000.h: Nuke no-op STAB_REG_TO_REGNUM. | |
4557 | ||
52f8e6a0 SC |
4558 | Fri Mar 19 07:40:09 1993 Steve Chamberlain ([email protected]) |
4559 | ||
4560 | * z8k-tdep.c (print_insn): Include the new dis-asm header file. | |
4561 | ||
00cea52f PB |
4562 | Thu Mar 18 14:26:57 1993 Per Bothner ([email protected]) |
4563 | ||
4564 | * ieee-float.c: Moved to ../libiberty. | |
4565 | * ieee-float.h: Moved to ../include. | |
4566 | * Makefile.in: Update accordingly. | |
4567 | * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn): | |
4568 | Convert to stubs that call disassemblers in ../opcodes/*-dis.c. | |
4569 | * m68k-tdep.c: Removed definition of ext_format ext_format_68881; | |
4570 | it is now in ../opcodes/m68881-ext.c. | |
4571 | * mips-tdep.c (mips_skip_prologue): Try to skip more of the | |
4572 | prologue (some callers _do_ care). | |
4573 | * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to | |
4574 | new interface of ../opcodes/*-dis.c. | |
4575 | * ch-exp.y: Add #include <ctype.h>. | |
4576 | ||
b60b2e3e JK |
4577 | Thu Mar 18 11:57:49 1993 Jim Kingdon ([email protected]) |
4578 | ||
c161de74 JK |
4579 | * xcoffexec.c (exec_close): Don't close exec_bfd twice. |
4580 | ||
b60b2e3e JK |
4581 | * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive. |
4582 | ||
ecfd2b60 JK |
4583 | Wed Mar 17 09:46:31 1993 Jim Kingdon ([email protected]) |
4584 | ||
4585 | * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc. | |
4586 | ||
2d8d693a SC |
4587 | Wed Mar 17 11:28:11 1993 Steve Chamberlain ([email protected]) |
4588 | ||
4589 | * z8k-tdep.c (extract_return_value, write_return_value, | |
4590 | store_struct_return): New functions from macros in tm-z8k.h. | |
4591 | ||
898e13c8 FF |
4592 | Wed Mar 17 11:23:06 1993 Fred Fish ([email protected]) |
4593 | ||
4594 | * valops.c (value_arg_coerce): Apply temporary patch to | |
4595 | fix problem with coercion of array and function types when | |
4596 | passed as arguments to C functions, pending a more complete | |
4597 | review of when and how coercion should be done, depending | |
4598 | upon context and language. | |
4599 | ||
9d61147e JK |
4600 | Wed Mar 17 09:46:31 1993 Jim Kingdon ([email protected]) |
4601 | ||
3e57da38 JK |
4602 | * xcoffread.c (MIN_TBTABSIZ): Change to 12. |
4603 | ||
9d61147e JK |
4604 | * xcoffread.c (xcoff_symfile_read): Only read stringtab and |
4605 | debugsec if there are a non-zero number of symbols. | |
4606 | ||
3021c40d JG |
4607 | Tue Mar 16 18:08:45 1993 John Gilmore ([email protected]) |
4608 | ||
4609 | * command.c (show_user): Avoid fprintf_filtered botch (AGAIN!). | |
4610 | ||
8112a711 JK |
4611 | Tue Mar 16 15:18:17 1993 Jim Kingdon ([email protected]) |
4612 | ||
4613 | * xcoffexec.c (add_vmap): Wrap symbol read in catch_errors. | |
4614 | ||
4615 | * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf, | |
4616 | not just 50 symbols. | |
4617 | (symtbl_num_syms): New variable. | |
4618 | (read_xcoff_symtab): Set it. | |
4619 | (read_symbol_nvalue): Check for bad symno. | |
4620 | (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's | |
4621 | always symtbl. | |
4622 | ||
e829d983 SG |
4623 | Tue Mar 16 10:09:05 1993 Stu Grossman ([email protected]) |
4624 | ||
4625 | * config/rs6000.mh: Get rid of -Dfd_set=int crock. | |
4626 | This is defined in defs.h if necessary. | |
4627 | * vx-share/vxWorks.h: Remove #defs of min and max. | |
4628 | * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c, | |
4629 | vx-share/xdr_rdb.c: include defs.h. | |
4630 | ||
c8ade719 JK |
4631 | Fri Mar 12 09:33:23 1993 Jim Kingdon ([email protected]) |
4632 | ||
4633 | * xcoffread.c (retrieve_tracebackinfo): Move assignment out | |
4634 | of while condition. | |
4635 | ||
4636 | * xcoffread.c (enter_line_range): complain() on bad endoffset. | |
4637 | xcoffread.c: Doc fixes. | |
4638 | ||
4639 | Tue Mar 9 09:56:12 1993 Jim Kingdon ([email protected]) | |
4640 | ||
4641 | * tm-rs6000.h (CORE_NEEDS_RELOCATION): Just call xcoff_relocate_core. | |
4642 | xcoffexec.c (xcoff_relocate_core): New function. | |
4643 | (text_adjustment): Removed. | |
4644 | (add_vmap): Return the vmap. | |
4645 | rs6000-tdep.c (add_text_to_loadinfo): No longer static. | |
4646 | ||
4647 | Fri Mar 5 05:22:46 1993 Jim Kingdon ([email protected]) | |
4648 | ||
4649 | * xcoffsolib.h: Add objfile member to struct vmap. | |
4650 | xcoff{exec,solib}.c: Use it, not lookup_objfile_bfd. | |
4651 | xcoffexec.c (add_vmap): Allocate objfiles here. | |
4652 | ||
48a522d9 JG |
4653 | Sun Mar 14 02:54:15 1993 John Gilmore ([email protected]) |
4654 | ||
01deac12 JG |
4655 | Support 68000 series without floating point. |
4656 | ||
4657 | * configure.in (m68000-*-{aout,elf,coff}): New configs. | |
48a522d9 JG |
4658 | * tm-68k-nofp.h: New file, lacks 68881 support. |
4659 | * config/m68k-nofp.mt: New file. | |
4660 | ||
84a05e52 JG |
4661 | Sun Mar 14 02:30:08 1993 John Gilmore ([email protected]) |
4662 | ||
4663 | Remove a few remaining underscore/no-underscore remnants from | |
4664 | config files. | |
4665 | ||
4666 | * config/{m68k-un.mt, sparc-un.mt}: Remove. | |
4667 | * config/m68k-noun.mt: Rename to m68k-fp.mt. | |
4668 | * config/sparc-noun.mt: Rename to sparc-em.mt. | |
4669 | * tm-68k-noun.h, tm-spc-noun.h: Remove. | |
4670 | * tm-68k-un.h: Rename to tm-68k-fp.h. | |
4671 | * tm-spc-un.h: Rename to tm-spc-em.h. | |
4672 | * tm-sun4sol2.h: Cleanup. | |
4673 | * configure.in (m68k-*, sparc-* targets): Corresponding changes. | |
4674 | ||
961ee88e JG |
4675 | Sat Mar 13 14:58:22 1993 John Gilmore ([email protected]) |
4676 | ||
4677 | * symmisc.c (std_in, std_out, std_err): Move initializations | |
4678 | to runtime code, in case they aren't constant. | |
4679 | ||
a8172eea RP |
4680 | Fri Mar 12 16:23:54 1993 K. Richard Pixley ([email protected]) |
4681 | ||
aa8f3210 RP |
4682 | * symtab.c (find_pc_symtab): some object file formats, notably |
4683 | mips, have holes in the address ranges of symtabs. Change | |
0a4a0f09 | 4684 | this algorithm from first hit to tightest fit. |
aa8f3210 | 4685 | |
a8172eea RP |
4686 | * mips-tdep.c (heuristic_proc_start): if we walk the pc into the |
4687 | fence post without finding the enclosing function, then print a | |
4688 | warning. | |
4689 | ||
bd5d07d9 FF |
4690 | Thu Mar 11 09:33:01 1993 Fred Fish ([email protected]) |
4691 | ||
5e81259d FF |
4692 | * utils.c (fputs_demangled, fprint_symbol): Remove. |
4693 | * utils.c (fprintf_symbol_filtered): New function which combines | |
4694 | the functionality of fputs_demangled and fprint_symbol. Uses a | |
4695 | caller provided language parameter to select the appropriate | |
4696 | demangler, and caller provided args to pass to the demangler. | |
bd5d07d9 FF |
4697 | * defs.h (enum language): Move further up in file so enum can |
4698 | be used in prototypes. | |
5e81259d FF |
4699 | * defs.h (fputs_demangled, fprint_symbol): Remove prototypes. |
4700 | * defs.h (fprintf_symbol_filtered): Add prototype. | |
4701 | * c-typeprint.c (cp_type_print_method_args): Replace calls to | |
4702 | fputs_demangled with call to fprintf_symbol_filtered. | |
4703 | * cp-valprint.c (demangle.h): Include | |
4704 | * cp-valprint.c (cp_print_value_fields): Replace calls to | |
4705 | fprint_symbol with calls to fprintf_symbol_filtered. | |
4706 | * printcmd.c (print_frame_args): Replace call to fprint_symbol | |
4707 | with call to fprintf_symbol_filtered. | |
bd5d07d9 FF |
4708 | * stack.c (print_frame_info): Remove obsolete code so we don't |
4709 | have to update fputs_demangled usage in it. | |
4710 | * stack.c (print_frame_info, frame_info): Add language variable | |
5e81259d FF |
4711 | to pass to fprintf_symbol_demangled and initialize it from the |
4712 | symbol's language. Replace calls to fputs_demangled with calls | |
4713 | to fprintf_symbol_filtered. | |
4714 | * symtab.c (find_methods): Replace call to fputs_demangled with | |
4715 | call to fprintf_symbol_filtered. | |
5e81259d FF |
4716 | * ch-valprint.c (demangle.h): Include. |
4717 | * ch-valprint.c (chill_print_value_fields): Replace call to | |
4718 | fprint_symbol with call to new fprintf_symbol_filtered. | |
bd5d07d9 | 4719 | |
f77ad505 FF |
4720 | Wed Mar 10 17:37:11 1993 Fred Fish ([email protected]) |
4721 | ||
0b96ed06 FF |
4722 | * Makefile.in (VERSION): Bump version to 4.8.2. |
4723 | ||
f77ad505 FF |
4724 | * main.c (source_command): Require an explicit pathname of file |
4725 | to source, since previous behavior of defaulting to gdb init file | |
4726 | was troublesome and undocumented. | |
4727 | * printcmd.c (disassemble_command): Add missing '{}' pair to | |
4728 | else with two statements. Bug reported by Stephane Tsacas | |
4729 | <[email protected]>. | |
4730 | * symtab.c (find_pc_line): Don't complain about zero length or | |
4731 | negative length line numbers for the moment, since we may not own | |
4732 | the terminal when called, such as when single stepping. (FIXME) | |
4733 | * language.h (CAST_IS_CONVERSION): True if current language is | |
4734 | C++ as well as C. Fix from Peter Schauer. | |
4735 | * environ.c (get_in_environ, set_in_environ, unset_in_environ): | |
4736 | Use STREQN macro rather than bare '!strncmp()'. | |
4737 | * environ.c (unset_in_environ): Avoid use of memcpy on | |
4738 | overlapping memory regions, as suggested by Paul Eggert | |
4739 | <[email protected]>. | |
4740 | * c-exp.y (%union struct): Remove unused ulval as suggested | |
4741 | by Paul Eggert <[email protected]>. | |
4742 | ||
4743 | Mon Mar 8 19:03:06 1993 Fred Fish ([email protected]) | |
4744 | ||
4745 | * main.c (gdbinit): Make static. | |
4746 | * main.c (inhibit_gdbinit): Move to file scope. | |
4747 | * main.c (main): Remove local inhibit_gdbinit. | |
4748 | * main.c (source_command): Don't source '.gdbinit' file by | |
4749 | default if gdb has been told to ignore it. | |
4750 | ||
aecc5459 ILT |
4751 | Sun Mar 7 21:58:53 1993 Ian Lance Taylor ([email protected]) |
4752 | ||
4753 | * Makefile.in (MAKEOVERRIDES): Define to be empty for GNU Make | |
4754 | 3.63. | |
4755 | ||
19327ea5 JG |
4756 | Fri Mar 5 17:39:45 1993 John Gilmore ([email protected]) |
4757 | ||
aecc5459 ILT |
4758 | * printcmd.c (print_address_symbolic): Only print if offset |
4759 | is shorter than max_symbolic_offset. | |
4760 | (initialize_printcmd): `set print max-symbolic-offset'. | |
4761 | ||
946f014b JG |
4762 | * am29k-tdep.c (TAGWORD_ZERO_MASK): New #define. |
4763 | (examine_tag): Use it. | |
4764 | (read_register_stack): Only look in the local registers for a | |
4765 | memory address if it's between rfb and rsp; go to memory otherwise. | |
4766 | (initialize_29k): Fix call_scratch_address doc. Remove reginv_com. | |
19327ea5 JG |
4767 | (reginv_com): Remove ancient kludge command. |
4768 | ||
81029114 RP |
4769 | Fri Mar 5 17:16:26 1993 K. Richard Pixley ([email protected]) |
4770 | ||
24365af9 RP |
4771 | * tm-irix3.h (ZERO_REGNUM): copy this macro from tm-mips.h so that |
4772 | irix4 will again compile. | |
4773 | ||
5870d848 RP |
4774 | * tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed. |
4775 | ||
81029114 RP |
4776 | * configure.in: accept mips-sgi-irix4* for irix4. |
4777 | ||
4778 | Fri Mar 5 07:49:48 1993 Steve Chamberlain ([email protected]) | |
4779 | ||
4780 | * z8k-tdep.c (print_register_hook): Lint. | |
4781 | ||
4966c17c JG |
4782 | Thu Mar 4 17:42:03 1993 John Gilmore ([email protected]) |
4783 | ||
4784 | Lint fixes from Paul Eggert ([email protected]): | |
4785 | ||
4786 | * command.c (do_setshow_command): var_uintegers are unsigned. | |
4787 | * sparc-tdep.c (save_insn_opcodes, restore_insn_opcodes): | |
4788 | unsigned, since they use hex values with the high bit set. | |
4789 | ||
83386662 FF |
4790 | Thu Mar 4 08:22:55 1993 Fred Fish ([email protected]) |
4791 | ||
2456bacb FF |
4792 | Fixes submitted by Karl Berry ([email protected]): |
4793 | * m88k-pinsn.c (sprint_address): Use SYMBOL_NAME macro to | |
4794 | access symbol name. | |
e5bb7e61 | 4795 | * m88k-nat-c (SXIP_OFFSET, SNIP_OFFSET, SFIP_OFFSET): Enclose |
2456bacb | 4796 | macro definitions in parenthesis. |
e5bb7e61 | 4797 | |
83386662 FF |
4798 | * dbxread.c (dbx_symfile_init): Catch the case where there is |
4799 | no string table, but the only way we find out is by reading zero | |
4800 | bytes from EOF. | |
4801 | ||
69a272c4 FF |
4802 | Wed Mar 3 15:51:28 1993 Fred Fish ([email protected]) |
4803 | ||
4804 | * dbxread.c (dbx_symfile_init): Make size of the string table | |
4805 | size field a define (DBX_STRINGTAB_SIZE_SIZE). Ensure that the | |
4806 | offset to the string table is nonzero and handle the nonexistant | |
4807 | string table case, should it occur. Ensure that the string table | |
4808 | size read from the file is reasonable, with a minimum lower bound | |
4809 | of DBX_STRINGTAB_SIZE_SIZE instead of zero. | |
4810 | ||
b010e283 ILT |
4811 | Wed Mar 3 07:23:03 1993 Ian Lance Taylor ([email protected]) |
4812 | ||
4813 | * Makefile.in: Changes to build testsuite correctly. | |
4814 | (FLAGS_TO_PASS): Added CXX and CXXFLAGS. | |
4815 | (CC_FOR_TARGET, CXX, CXX_FOR_TARGET): New variables. | |
4816 | (TARGET_FLAGS_TO_PASS): New variable. | |
4817 | (SUBDIRS): Added testsuite. | |
4818 | (all): Build testsuite using TARGET_FLAGS_TO_PASS, so that | |
4819 | testsuite is compiled with CC_FOR_TARGET rather than CC. | |
4820 | ||
45364c8a FF |
4821 | Tue Mar 2 17:57:56 1993 Fred Fish ([email protected]) |
4822 | ||
6985bc54 FF |
4823 | * dbxread.c (dbx_symfile_init): Fix for nonexistant string table, |
4824 | reported by [email protected]. | |
4825 | ||
4826 | (Ultrix 2.2 support from Michael Rendell <[email protected]>) | |
4827 | * configure.in (vax-*-ultrix2*): New triplet. | |
4828 | * config/vaxult2.mh: New file. | |
4829 | * xm-vaxult2.h: New file. | |
4830 | ||
45364c8a FF |
4831 | * c-exp.y (parse_number): Change high_bit to unsigned. |
4832 | * demangle.c: Change all references to cfront to ARM, since the | |
4833 | actual algorithm is the one specified in the Annotated Reference | |
4834 | Manual. This was confusing users into thinking that full cfront | |
4835 | support was implemented. | |
4836 | * dwarfread.c (CFRONT_PRODUCER): Remove, was never really used. | |
4837 | * eval.c (evaluate_subexp): For STRUCTOP_PTR pass the arg type | |
4838 | directly to lookup_struct_elt_type, which will do the | |
4839 | dereferencing itself. | |
4840 | * gdbtypes.c (lookup_struct_elt_type): Expand comments. Fix | |
4841 | NULL dereferencing bug for unnamed structs, comment out | |
4842 | questionable code. | |
4843 | ||
fefe2ed9 JG |
4844 | Mon Mar 1 17:54:41 1993 John Gilmore ([email protected]) |
4845 | ||
1d9449ab JG |
4846 | * coffread.c (process_coff_symbol): Change PCC argument correction |
4847 | so that it only happens on big-endian targets; so that it only | |
4848 | happens if the short or char argument is aligned on an int | |
4849 | boundary; and so that it changes the location, rather than the | |
4850 | type, of the argument. These changes tend to parallel similar | |
4851 | (old) changes in stabsread.c. | |
4852 | ||
4853 | * coffread.c (coff_read_enum_type): Use the specified size for | |
4854 | enums, don't assume that they are int-sized. | |
4855 | ||
4856 | * c-valprint.c (c_val_print): Don't assume enums are the same as | |
4857 | ints. | |
4858 | ||
fefe2ed9 JG |
4859 | * coredep.c: Handle NO_PTRACE_H in coredep.c. Fix by Michael |
4860 | Rendell, <[email protected]>. | |
4861 | ||
58a66e24 FF |
4862 | Mon Mar 1 09:25:57 1993 Fred Fish ([email protected]) |
4863 | ||
4864 | * language.h (local_decimal_format_custom): Add prototype. | |
4865 | * language.c (local_decimal_format_custom): Add function, bug | |
4866 | reported by Robert R. Henry ([email protected]). | |
4867 | ||
9116f7c7 JG |
4868 | Fri Feb 26 18:33:18 1993 John Gilmore ([email protected]) |
4869 | ||
4870 | * xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported | |
4871 | by Josef Leherbauer, [email protected]. | |
4872 | ||
4873 | Wed Feb 24 19:17:11 1993 John Gilmore ([email protected]) | |
4874 | ||
4875 | * symfile.c (syms_from_objfile), tm-29k.h, tm-3b1.h, tm-68k-un.h, | |
4876 | tm-altos.h, tm-arm.h, tm-convex.h, tm-es1800.h, tm-h8300.h, | |
4877 | tm-hp300bsd.h, tm-hp300hpux.h, tm-hppa.h, tm-i386bsd.h, | |
4878 | tm-i386v.h, tm-i960.h, tm-irix3.h, tm-isi.h, tm-linux.h, | |
4879 | tm-m88k.h, tm-merlin.h, tm-mips.h, tm-news.h, tm-np1.h, tm-pn.h, | |
4880 | tm-pyr.h, tm-rs6000.h, tm-spc-un.h, tm-sun386.h, tm-sunos.h, | |
4881 | tm-symmetry.h, tm-sysv4.h, tm-tahoe.h, tm-umax.h, tm-vax.h, | |
4882 | tm-vx68.h, tm-z8k.h: Remove remnants of NAMES_HAVE_UNDERSCORE. | |
4883 | ||
8fbdca53 FF |
4884 | Wed Feb 24 07:41:15 1993 Fred Fish ([email protected]) |
4885 | ||
f31e2e7a FF |
4886 | * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize contents |
4887 | of demangled name fields to NULL if no demangling exists for | |
4888 | a symbol. SYMBOL_INIT_LANGUAGE_SPECIFIC does this for new | |
4889 | symbols if their language is known at the time they are created, | |
4890 | but sometimes the language is not known until later. | |
4891 | ||
8fbdca53 FF |
4892 | * ch-typeprint.c (chill_print_type_base): Name changed to |
4893 | chill_type_print_base to match pattern for C and C++ names. | |
4894 | * ch-typeprint.c (chill_print_type): Change "char" to "CHAR" | |
4895 | to be consistent with other usages. | |
4896 | * ch-typeprint.c (chill_type_print_base): Add support for | |
4897 | printing Chill STRUCT types. | |
4898 | * ch-valprint.c: Include values.h. | |
4899 | * ch-valprint.c (chill_print_value_fields): New function and | |
4900 | prototype for printing Chill STRUCT values. | |
4901 | * ch-valprint.c (chill_val_print): Fix call to val_print_string | |
4902 | that was being called with two args instead of three. | |
4903 | * ch-valprint.c (chill_val_print): Call chill_print_value_fields | |
4904 | to print Chill STRUCT values. | |
8fbdca53 | 4905 | |
b12529c1 MW |
4906 | Tue Feb 23 18:58:11 1993 Mike Werner ([email protected]) |
4907 | ||
4908 | * configure.in: added testsuite to configdirs. | |
4909 | ||
c2dc518b MS |
4910 | Tue Feb 23 11:46:11 1993 Mike Stump ([email protected]) |
4911 | ||
4912 | * doc/stabs.texi: The `this' pointer is now known by the name | |
4913 | `this' instead of `$t'. | |
4914 | ||
b6236d6e FF |
4915 | Tue Feb 23 11:21:33 1993 Fred Fish ([email protected]) |
4916 | ||
bb6e8fe6 FF |
4917 | * dwarfread.c (read_tag_string_type): Rewrite to allow forward |
4918 | references of TAG_string_type DIEs in user defined types. | |
b6236d6e FF |
4919 | * ch-lang.c (chill_create_fundamental_type): Track compiler |
4920 | change that now emits debugging info with the type long for Chill | |
4921 | longs. | |
b6236d6e | 4922 | |
c2a0f1cb ILT |
4923 | Mon Feb 22 15:21:54 1993 Ian Lance Taylor ([email protected]) |
4924 | ||
4925 | * remote-mips.c: New file; implements MIPS remote debugging | |
4926 | protocol. | |
4927 | * config/idt.mt: New file; uses remote-mips.c | |
4928 | * configure.in (mips-idt-ecoff): New target; uses idt.mt. | |
4929 | ||
4930 | * mips-tdep.c (mips_fpu): New variable; controls use of MIPS | |
4931 | floating point coprocessor. | |
4932 | (mips_push_dummy_frame): If not mips_fpu, don't save floating | |
4933 | point registers. | |
4934 | (mips_pop_frame): If not mips_fpu, don't restore floating point | |
4935 | registers. | |
4936 | (_initialize_mips_tdep): New function; let the user reset mips_fpu | |
4937 | variable. | |
4938 | * tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): If not | |
4939 | mips_fpu, don't use fp0 as floating point return register. | |
4940 | (FIX_CALL_DUMMY): If not mips_fpu, don't save floating point | |
4941 | registers. | |
4942 | ||
bf3d2b75 MW |
4943 | Mon Feb 22 07:54:03 1993 Mike Werner ([email protected]) |
4944 | ||
4945 | * gdb/testsuite: made modifications to testcases, etc., to allow | |
4946 | them to work properly given the reorganization of deja-gnu and the | |
4947 | relocation of the testcases from deja-gnu to a "tool" subdirectory. | |
4948 | ||
19fa4a0a MW |
4949 | Sun Feb 21 10:55:55 1993 Mike Werner ([email protected]) |
4950 | ||
4951 | * gdb/testsuite: Initial creation of gdb/testsuite. | |
4952 | Migrated dejagnu testcases and support files for testing nm to | |
4953 | gdb/testsuite from deja-gnu. These files were moved "as is" | |
4954 | with no modifications. This migration is part of a major overhaul | |
4955 | of dejagnu. The modifications to these testcases, etc., which | |
4956 | will allow them to work with the new version of dejagnu will be | |
4957 | made in a future update. | |
4958 | ||
cb46c402 JG |
4959 | Fri Feb 19 18:36:55 1993 John Gilmore ([email protected]) |
4960 | ||
4961 | * NEWS: Add reminders for next release. | |
4962 | ||
254dec35 ILT |
4963 | Fri Feb 19 10:01:39 1993 Ian Lance Taylor ([email protected]) |
4964 | ||
4965 | * mipsread.c (parse_lines): Correct check for files compiled with | |
4966 | -g1. | |
4967 | ||
dba02c60 JG |
4968 | Fri Feb 19 05:56:15 1993 John Gilmore ([email protected]) |
4969 | ||
4970 | * Makefile.in (VERSION): 4.8.1 to distinguish local versions. | |
4971 | ||
c7cb1025 | 4972 | Fri Feb 19 01:32:58 1993 John Gilmore ([email protected]) |
ead97959 JG |
4973 | |
4974 | * Makefile.in (VERSION): GDB-4.8 release! | |
dba02c60 | 4975 | * README, NEWS: Update for release. |
ead97959 | 4976 | |
b9163d1a SG |
4977 | Thu Feb 18 22:44:40 1993 Stu Grossman ([email protected]) |
4978 | ||
4979 | * am29k-pinsn.c (print_insn): Minor nits with const. | |
4980 | * am29k-tdep.c: More minor nits with arg types for | |
4981 | supply_register, NULL vs. 0, read_register_gen, & reginv_com. | |
4982 | ||
5e3d0ab0 JG |
4983 | Thu Feb 18 22:38:03 1993 John Gilmore ([email protected]) |
4984 | ||
4985 | * gcc.patch: Update for a different GCC (G++) bug. | |
4986 | * main.c (print_gdb_version): Update copyright year to 1993. | |
4987 | * nm-hp300bsd.h: Decide whether this is BSD 4.3 or 4.4, | |
4988 | conditionalize this file on it. FIXME, right way is to split | |
4989 | these into two config files. | |
4990 | (ATTACH_DETACH): Define for BSD 4.4 | |
4991 | (PTRACE_ARG_TYPE): caddr_t for BSD 4.4, unset for 4.3. | |
4992 | (U_REGS_OFFSET): Revise for 4.4. | |
4993 | (REGISTER_U_ADDR): Separate for 4.4, but it doesn't work yet. | |
4994 | * xm-hp300bsd.h: Move definitions of UINT_MAX, INT_MAX, INT_MIN, | |
4995 | LONG_MAX into this file to avoid cpp "redefinition" warnings. | |
4996 | ||
add04f8b RP |
4997 | Thu Feb 18 16:13:28 1993 K. Richard Pixley ([email protected]) |
4998 | ||
4999 | * nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not | |
5000 | caddr_t. | |
5001 | ||
c5c00171 JG |
5002 | Thu Feb 18 04:10:06 1993 John Gilmore ([email protected]) |
5003 | ||
961ccde6 JG |
5004 | * c-lang.c (c_printstr): Bugfix for length==0 case. |
5005 | ||
c5c00171 JG |
5006 | * c-lang.c (c_printstr): If a C string ends in a null, don't |
5007 | print the null. | |
5008 | ||
eece984d SG |
5009 | Thu Feb 18 02:39:21 1993 Stu Grossman (grossman at cygnus.com) |
5010 | ||
5011 | * defs.h (STRCMP): Make it work for unsigned chars. | |
5012 | ||
ec4bf6a0 JG |
5013 | Thu Feb 18 01:56:06 1993 John Gilmore ([email protected]) |
5014 | ||
5015 | * nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define. | |
5016 | * config/hp300bsd.mh (REGEX, REGEX1): Define. | |
5017 | * m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART): #if __GNUC__, | |
5018 | define to kludge the large opcode table into two smaller tables, | |
5019 | since GCC take exponential space to build the table. Lint. | |
5020 | (NOPCODES): Remove, use "numopcodes" from opcode/m68k.h instead. | |
5021 | ||
0ae975ea JG |
5022 | Wed Feb 17 19:24:40 1993 John Gilmore ([email protected]) |
5023 | ||
be220da1 JG |
5024 | * Makefile.in (VERSION): Roll to 4.7.9. |
5025 | * xm-hp300bsd.h: Define PSIGNAL_IN_SIGNAL_H and put a compatible | |
5026 | definition here, to handle both BSD 4.3 and 4.4 systems. | |
5824e607 JG |
5027 | * mipsread.c (ZMAGIC): #undef to avoid duplicate define. |
5028 | * remote.c (alarm): Move declaration to global level, before | |
5029 | first reference to it. | |
5030 | * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve. | |
0ae975ea JG |
5031 | * dbxread.c (process_one_symbol): Cast to unsigned char, not int. |
5032 | ||
8631194d RP |
5033 | Wed Feb 17 13:40:29 1993 K. Richard Pixley ([email protected]) |
5034 | ||
fce7f2d9 RP |
5035 | * remote.c (readchar): forward declare alarm which otherwise looks |
5036 | like an undeclared variable to gcc. | |
5037 | ||
040b9597 RP |
5038 | * dbxread.c (process_one_symbol): cast enum value N_SO into int |
5039 | when comparing against an int. Avoids superfluous warning from | |
5040 | vax ultrix 4.2 cc. | |
5041 | ||
9549404e RP |
5042 | * inflow.c (set_sigint_trap): add cast to assignment from signal. |
5043 | Avoids superfluous warnings from some systems and/or compilers | |
5044 | (like vax ultrix 4.2.) | |
5045 | ||
8631194d RP |
5046 | * language.c (struct op_print unk_op_print_tab): use the enum |
5047 | values rather naked zeros as initializers. Avoids warnings from | |
5048 | ultrix type compilers. | |
5049 | ||
f4ed8840 JG |
5050 | Tue Feb 16 00:53:20 1993 John Gilmore ([email protected]) |
5051 | ||
5052 | * Makefile.in (VERSION): Roll to 4.7.6. | |
5053 | (SFILES_SUBDIR): Add 29k-share/udi_soc. | |
5054 | (SFILES_SUBSUBDIR): Move 29k-share/udi files to this macro. | |
62e859f0 JG |
5055 | (alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs. |
5056 | (ALLDEPFILES_SUBSUBDIR): Depend on this for deeper dep files. | |
f4ed8840 JG |
5057 | (HFILES): Remove all nm-* except nm-trash.h. Add ns32k-opcode.h. |
5058 | (depend): Fix bug where nm-files in config files weren't noticed. | |
5059 | (make-proto-gdb-1): Avoid changing directories while building new | |
5060 | prototype. Build SFILES_SUBSUBDIR with longer symlinks. | |
5061 | ||
7c622b41 JG |
5062 | Mon Feb 15 20:48:09 1993 John Gilmore ([email protected]) |
5063 | ||
5064 | * remote.c: Improve error recovery. Allow user to break out | |
5065 | of initial connection attempt with INTERRUPT. Treat a timeout | |
5066 | while waiting for remote packet like a retry, unless the remote | |
5067 | side is actively running user code. Fix a few long printf_filtered's. | |
5068 | ||
5069 | * xcoffread.c (read_xcoff_symtab): Don't use null symbol name for | |
5070 | trampoline symbols. | |
5071 | ||
5072 | * buildsym.c (start_subfile): Allow null file name. | |
5073 | ||
e9916390 RP |
5074 | Fri Feb 12 15:46:49 1993 K. Richard Pixley ([email protected]) |
5075 | ||
5076 | * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain | |
5077 | expects a pointer to complaint rather than a complaint | |
5078 | structure. | |
6d4ea3a5 RP |
5079 | (process_linenos): free the previously allocated subfile name, |
5080 | then allocate the new one from the heap. | |
e9916390 | 5081 | |
256b4f37 SC |
5082 | Fri Feb 12 08:06:05 1993 Steve Chamberlain ([email protected]) |
5083 | ||
5084 | * h8300-tdep.c, tm-h8300.h: turn off some experimental features | |
5085 | ||
e5eeaaf8 JG |
5086 | Thu Feb 11 00:59:07 1993 John Gilmore ([email protected]) |
5087 | ||
256b4f37 SC |
5088 | * stabsread.c (dbx_lookup_type): Handle negative type numbers. |
5089 | Previously, would bogusly index off the bottom of type_vector. | |
5090 | (rs6000_builtin_type): Accept type number as argument. | |
5091 | (read_type, case '-'): Handle negatives like any other type number. | |
5092 | ||
5093 | * symfile.c (deduce_language_from_filename): Handle null name. | |
5094 | ||
015605c5 JG |
5095 | * mips-tdep.c (isa_NAN): Fix byte order dependency. |
5096 | Reported by Nobuyuki Hikichi <[email protected]>, | |
5097 | fixed by [email protected]. | |
5098 | ||
e5eeaaf8 JG |
5099 | * xcoffread.c (parmsym): Don't use an initializer to set up |
5100 | this struct symbol. Set it up in initialize_xcoffread. | |
5101 | (read_xcoff_symtab, xcoff_symfile_read): Surround code that only | |
5102 | works on real rs/6000 target with #ifndef FAKING_RS6000. | |
5103 | ||
dd469789 JG |
5104 | Wed Feb 10 23:42:37 1993 John Gilmore ([email protected]) |
5105 | ||
5106 | * stabsread.c (rs6000_builtin_type): Move function from | |
5107 | xcoffread.c:builtin_type. | |
5108 | * xcoffread.c (builtin_type): Move to stabsread. Remove | |
5109 | IBM6000_HOST dependency. Move misplaced comments. | |
5110 | (various): Change printf's to complaints. | |
5111 | (patch_block_stabs, process_xcoff_symbol case C_DECL): Add | |
5112 | objfile argument to read_type calls under #if 0. | |
5113 | (process_xcoff_symbol case C_RSYM): Fix typo in #ifdef. | |
5114 | * xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file. | |
5115 | * Makefile.in: xcoffread.o is not built by default. | |
364c1151 | 5116 | * xm-rs6000.h (IBM6000_HOST): Remove. |
dd469789 JG |
5117 | * config/rs6000.mh (NATDEPFILES): xcoffread.o is native only. |
5118 | * doc/gdbint.texinfo: Eliminate IBM6000_HOST, document | |
5119 | IBM6000_TARGET. | |
5120 | ||
733a94e8 SG |
5121 | Wed Feb 10 18:31:20 1993 Stu Grossman (grossman at cygnus.com) |
5122 | ||
5123 | * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set | |
5124 | VALUE_LVAL to be lval_memory so that we don't try to modify wild | |
5125 | register numbers when user tries to modify elements in structs | |
5126 | passed as arguments. | |
5127 | * inflow.c (child_terminal_info): Move banner outside of system | |
5128 | specific #ifdefs. | |
5129 | * tm-hppa.h (REG_STRUCT_HAS_ADDR): Define this for HPPA, which | |
5130 | passes struct/union arguments by address. | |
5131 | ||
5132 | Wed Feb 10 15:34:46 1993 Ian Lance Taylor ([email protected]) | |
5133 | ||
14b1f0d9 | 5134 | * Based on patch from Kean Johnston <[email protected]>: |
733a94e8 SG |
5135 | * nm-i386sco4.h: New file. Like nm-i386sco.h, but define |
5136 | ATTACH_DETACH, PTRACE_ATTACH and PTRACE_DETACH. | |
5137 | * config/i386sco4.mh (NAT_FILE): Use nm-i386sco4.h. | |
5138 | ||
79533adf JG |
5139 | Tue Feb 9 20:07:18 1993 John Gilmore ([email protected]) |
5140 | ||
5141 | * remote-udi.c (FREEZE_MODE): Fix && for & typo. Found and | |
5142 | fixed by Lynn D. Shumaker, [email protected]. | |
5143 | ||
2368ffb6 ILT |
5144 | Tue Feb 9 08:18:07 1993 Ian Lance Taylor ([email protected]) |
5145 | ||
5146 | * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in | |
5147 | cc debugging output. | |
5148 | ||
2a021f21 JG |
5149 | Tue Feb 9 00:19:28 1993 John Gilmore ([email protected]) |
5150 | ||
5151 | * stabsread.c (define_symbol): Complain about unrecognized names | |
5152 | that begin with CPLUS_MARKER (often '$'), but don't die. Fix | |
5153 | suggested by [email protected] (Gerald Baumgartner). | |
5154 | (read_cpp_abbrev): Don't use the class name as part of the | |
5155 | vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized | |
5156 | abbrevs. Inspired by Mike Tiemann. | |
5157 | (read_tilde_fields): Comment. Remove ancient dead code. | |
5158 | Remove erroneous but non-dead code. Simplify. Add complaints. | |
5159 | (in general): Remove extraneous (parentheses) in return | |
5160 | statements. | |
5161 | ||
c653bc6d JG |
5162 | Fri Feb 5 14:01:22 1993 John Gilmore ([email protected]) |
5163 | ||
931bf12a JG |
5164 | * coffread.c (coff_lookup_type): Fix fencepost error reported |
5165 | by Art Berggreen, <[email protected]>. | |
5166 | ||
c653bc6d | 5167 | Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde |
931bf12a | 5168 | <[email protected]> and Dag H. Wanvik <[email protected]>: |
c653bc6d JG |
5169 | |
5170 | * coffread.c (getfilename): Eliminate COFF_NO_LONG_FILE_NAMES | |
5171 | test, which is apparently left over from when we used native | |
5172 | include files and couldn't depend on the member names being there. | |
5173 | * tm-3b1.h, tm-altos.h, tm-i386v.h: Don't set it. | |
5174 | ||
5175 | Thu Feb 4 12:23:15 1993 Ian Lance Taylor ([email protected]) | |
5176 | ||
5177 | * mipsread.c: Major overhaul to use new BFD symbol table reading | |
5178 | routines. Now swaps information as it is needed, rather than | |
5179 | swapping everything when the file is read. | |
5180 | ||
b076f024 JG |
5181 | Thu Feb 4 01:52:36 1993 John Gilmore ([email protected]) |
5182 | ||
5183 | * Makefile.in (TARDIRS): Add sparclite demo dir. | |
5184 | (*.tab.c): Change dependency on Makefile to depend on | |
5185 | Makefile.in, otherwise it always rebuilds after configuring. | |
5186 | Force output *.tab.c file into current directory even in "make" | |
5187 | versions that rewrite dependent file names used in command lines. | |
5188 | ||
5189 | * TODO: Remove some things we did. | |
5190 | * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode. | |
5191 | * os68k-xdep.c: Remove; useless file (os68k is a target only). | |
5192 | * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST. | |
5193 | * symtab.h: Eliminate unnamed unions and structs. | |
5194 | ||
ad89bdfd JG |
5195 | Wed Feb 3 14:48:08 1993 John Gilmore ([email protected]) |
5196 | ||
5197 | * Makefile.in (VERSION): Roll to 4.7.5. | |
ad89bdfd | 5198 | |
ca5a72cd JG |
5199 | Tue Feb 2 20:47:42 1993 John Gilmore ([email protected]) |
5200 | ||
5201 | * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when | |
5202 | re-evaluating symbol pointers. | |
5203 | ||
9da75ad3 FF |
5204 | Tue Feb 2 16:10:31 1993 Fred Fish ([email protected]) |
5205 | ||
5206 | * c-exp.y (lcurly, rcurly): New nonterminals. | |
5207 | * c-exp.y (exp): Use lcurly and rcurly for arrays and UNOP_MEMVAL | |
5208 | constructs. | |
5209 | * parse.c (free_funcalls): Moved prototype from parser-defs.h, | |
5210 | made function static. | |
5211 | * parse.c (struct funcall): Moved struct def from parser-defs.h. | |
5212 | * parse.c (funcall_chain): Moved from parser-defs.h, made static. | |
5213 | * parse.c (start_arglist): | |
5214 | * parser-defs.h (free_funcalls): Moved prototype to parse.c. | |
5215 | * parser-defs.h (struct funcall): Moved struct def to parse.c. | |
5216 | * parser-defs.h (funcall_chain): Moved to parse.c. | |
5217 | * printcmd.c (print_frame_nameless_args): Fix prototype. | |
5218 | * tm-mips.h (setup_arbitrary_frame): Fix prototype. | |
5219 | * tm-sparc.h (setup_arbitrary_frame): Fix prototype. | |
5220 | * valops.c (typecmp): Moved prototype from values.h. | |
5221 | * value.h (typecmp): Moved prototype to valops.c, made static. | |
9da75ad3 | 5222 | * ch-exp.y (yylex): Change way control sequences are disabled. |
9da75ad3 | 5223 | |
58bcc08c JG |
5224 | Tue Feb 2 16:11:43 1993 John Gilmore ([email protected]) |
5225 | ||
5226 | * tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME. | |
5227 | ||
fee754c9 ILT |
5228 | Tue Feb 2 15:30:33 1993 Ian Lance Taylor ([email protected]) |
5229 | ||
5230 | * mipsread.c (upgrade_type): Build array types correctly, using | |
5231 | create_range_type and create_array_type. | |
5232 | ||
7dc15bb7 JG |
5233 | Tue Feb 2 00:19:08 1993 John Gilmore ([email protected]) |
5234 | ||
58bcc08c JG |
5235 | * remote-nindy.c: Cleanup. |
5236 | ||
1b6a2087 JG |
5237 | * infrun.c (wait_for_inferior): When rolling back the PC after |
5238 | a breakpoint, call write_pc so that NPC gets rolled back as well | |
5239 | (for the 29K). | |
5240 | ||
d122f257 JG |
5241 | * blockframe.c (inside_entry_file, inside_main_func, |
5242 | inside_entry_func): PC of zero is always "bottom of stack". | |
5243 | ||
7dc15bb7 JG |
5244 | * printcmd.c (print_frame_args, print_frame_nameless_args): |
5245 | Let print_frame_nameless_args decide whether there are any, | |
5246 | laying groundwork for possibly later printing 29K args for | |
5247 | functions where we have tag words but no symbols. | |
5248 | ||
2b21d8aa RP |
5249 | Mon Feb 1 18:09:58 1993 Roland H. Pesch ([email protected]) |
5250 | ||
5251 | * Makefile.in: fix GDB doc targets for new doc subdir structure | |
5252 | ||
07c2fa3e JG |
5253 | Mon Feb 1 17:56:47 1993 John Gilmore ([email protected]) |
5254 | ||
5255 | * stack.c (parse_frame_specification): Parse as many arguments | |
5256 | as there are (up to MAXARGS). Pass all of them in argc, argv | |
5257 | format to SETUP_ARBITRARY_FRAME. Put the burden of checking how | |
5258 | many there were, onto SETUP_ARBITRARY_FRAME. | |
5259 | * tm-mips.h, tm-sparc.h: Corresponding changes. | |
5260 | * mips-tdep.c, sparc-tdep.c: Ditto. | |
5261 | ||
6edd74ae JG |
5262 | Mon Feb 1 17:19:37 1993 John Gilmore ([email protected]) |
5263 | ||
5264 | * hp300ux-nat.c: Update copyrights. | |
5265 | * mipsread.c (parse_partial_symbols): Complain about block | |
5266 | indexes that go backwards. Fix from Peter Schauer. | |
5267 | * symfile.c (syms_from_objfile, symbol_file_add): Allow a | |
5268 | symbol-file that has no linkage symbols to be read. | |
5269 | * tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends): Move | |
5270 | from tm- file to xm-file, since they're host dependent. | |
5271 | * valarith.c (value_binop): Typo. | |
797bc12b | 5272 | |
6edd74ae | 5273 | Mon Feb 1 16:16:59 1993 Stu Grossman (grossman at cygnus.com) |
797bc12b SG |
5274 | |
5275 | * sparclite/aload.c: Add copyleft. | |
5276 | * sparclite/crt0.s: Add comment at beginning. | |
5277 | ||
2431d063 SC |
5278 | Mon Feb 1 14:36:11 1993 Steve Chamberlain ([email protected]) |
5279 | ||
5280 | * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002. | |
5281 | * parse.c (std_regs): Only declare if NO_STD_REGS is defined. | |
5282 | ||
d112a0c6 MT |
5283 | Sun Jan 31 04:32:48 1993 Michael Tiemann ([email protected]) |
5284 | ||
7cb0f870 MT |
5285 | * values.c (value_headof): Fix typo in which VTBL and ARG were |
5286 | being confused for one another. | |
5287 | ||
a163ddec MT |
5288 | * valops.c (typecmp): Now static. |
5289 | ||
edf67bd1 MT |
5290 | * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore the first |
5291 | baseclass--we don't always inherit its virtual function table | |
5292 | pointer. | |
5293 | ||
271e5030 MT |
5294 | * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this' |
5295 | pointer correctly in case value_struct_elt moves it around. | |
5296 | ||
5297 | * valops.c (typecmp): Now static. Also, now groks references | |
5298 | better. | |
5299 | ||
d112a0c6 | 5300 | * gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of |
271e5030 | 5301 | zero on recursive call. If NAME is the name of TYPE, return TYPE. |
d112a0c6 | 5302 | |
3d9b9577 JG |
5303 | Sat Jan 30 19:55:52 1993 John Gilmore ([email protected]) |
5304 | ||
ec68a93f JG |
5305 | * hppah-nat.c: Eliminate <sys/user.h> and other unnecessary stuff, |
5306 | to avoid "too much defining" error from native C compiler (!). | |
5307 | ||
3d9b9577 JG |
5308 | * Makefile.in (HFILES): Add typeprint.h. |
5309 | * typeprint.[ch]: Update copyrights. | |
5310 | ||
926d7800 JG |
5311 | Thu Jan 28 19:09:02 1993 John Gilmore ([email protected]) |
5312 | ||
bdec39b3 JG |
5313 | * Makefile.in: Update to match doc/ subdir changes. |
5314 | ||
92063c3e | 5315 | * config/hp300hpux.mh: No cross-host file needed, just native. |
71e60679 JG |
5316 | * config/go32.mh: Remove nonexistent "native" support. |
5317 | ||
2a770cac JG |
5318 | M88K fixes reported by Carl Greco, <[email protected]>: |
5319 | * tm-m88k.h (REGISTER_CONVERT_TO_RAW): Fix typo. | |
5320 | * m88k-tdep.c (next_insn): Lint, cleanup. | |
5321 | (store_parm_word): Lint. | |
5322 | ||
926d7800 JG |
5323 | * README: Fix typo (reported by [email protected]). |
5324 | ||
2fcc38b8 FF |
5325 | Wed Jan 27 21:34:21 1993 Fred Fish ([email protected]) |
5326 | ||
5327 | * expression.h (BINOP_CONCAT): Document use for self concatenation | |
5328 | an integral number of times. | |
5329 | * language.c (binop_type_check): Extend BINOP_CONCAT for self | |
5330 | concatenation case. | |
5331 | * valarith.c (value_concat): Rewrite to support self | |
5332 | concatenation an integral number of times. | |
2fcc38b8 FF |
5333 | * Makefile.in (ch-exp.tab.c): Change "expect" message. |
5334 | * ch-exp.y (FIXME's): Make all FIXME tokens distinct, to | |
5335 | eliminate hundreds of spurious shift/reduce and reduce/reduce | |
5336 | conflicts that mask the 5 real ones. | |
5337 | * ch-exp.y (STRING, CONSTANT, SC): Remove unused tokens. | |
5338 | * ch-exp.y (integer_literal_expression): Remove production, | |
5339 | no longer used. | |
2fcc38b8 FF |
5340 | |
5341 | Thu Jan 21 09:58:36 1993 Fred Fish ([email protected]) | |
5342 | ||
5343 | * eval.c (evaluate_subexp): Fix OP_ARRAY, remove code that | |
5344 | implied that "no side effects" was nonfunctional. | |
5345 | * eval.c (evaluate_subexp): Add BINOP_CONCAT case to deal with | |
5346 | character string and bitstring concatenation. | |
5347 | * expprint.c (dump_expression): Add case for BINOP_CONCAT. | |
5348 | * expression.h (exp_opcode): Add BINOP_CONCAT. | |
5349 | * gdbtypes.h (type_code): Add TYPE_CODE_BITSTRING. | |
5350 | * language.c (string_type): Add function to determine if a type | |
5351 | is a string type. | |
5352 | * language.c (binop_type_check): Add case for BINOP_CONCAT. | |
5353 | * valarith.c (value_concat): New function to concatenate two | |
5354 | values, such as character strings or bitstrings. | |
5355 | * valops.c (value_string): Remove error stub and implement | |
5356 | function body. | |
5357 | * value.h (value_concat): Add prototype. | |
2fcc38b8 FF |
5358 | * ch-exp.y (operand_3): Add actions for SLASH_SLASH (//). |
5359 | * ch-exp.y (yylex): Recognize SLASH_SLASH. | |
5360 | * ch-lang.c (chill_op_print_tab): Add SLASH_SLASH (//) as | |
5361 | BINOP_CONCAT. | |
2fcc38b8 FF |
5362 | |
5363 | Tue Jan 19 14:26:15 1993 Fred Fish ([email protected]) | |
5364 | ||
5365 | * c-exp.y (exp): Add production to support direct creation | |
5366 | of array constants using the obvious syntax. | |
5367 | * c-valprint.c (c_val_print): Set printed string length. | |
5368 | * dwarfread.c (read_tag_string_type): New prototype and | |
5369 | function that handles TAG_string_type DIEs. | |
5370 | * dwarfread.c (process_dies): Add case for TAG_string_type | |
5371 | that calls new read_tag_string_type function. | |
5372 | * expprint.c (print_subexp): Add support for OP_ARRAY. | |
5373 | * gdbtypes.c (create_range_type, create_array_type): Inherit | |
5374 | objfile from the index type. | |
2fcc38b8 FF |
5375 | * ch-typeprint.c (chill_print_type): Add case for |
5376 | TYPE_CODE_STRING. | |
5377 | * ch-valprint.c (chill_val_print): Fix case for | |
5378 | TYPE_CODE_STRING. | |
2fcc38b8 | 5379 | |
201c1243 ILT |
5380 | Mon Jan 18 11:58:45 1993 Ian Lance Taylor ([email protected]) |
5381 | ||
5382 | * mipsread.c (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, | |
5383 | MIPS_UNMARK_STAB, STABS_SYMBOLS): Removed; now in | |
5384 | include/coff/mips.h. | |
5385 | ||
c4413e2c FF |
5386 | Fri Jan 15 20:26:50 1993 Fred Fish ([email protected]) |
5387 | ||
5388 | * c-exp.y (exp:STRING): Convert C strings into array-of-char | |
5389 | constants with an explicit null byte terminator. OP_STRING is | |
5390 | now used for real string types. | |
5391 | * c-lang.c (builtin_type_*): Move declarations to lang.c since | |
5392 | they are used by all languages. | |
5393 | * c-lang.c (_initialize_c_language): Move initializations of | |
5394 | builtin_type_* to lang.c. | |
5395 | * c-typeprint.c (c_type_print_varspec_prefix, | |
5396 | c_type_print_varspec_suffix): TYPE_CODE_PASCAL_ARRAY renamed | |
5397 | to TYPE_CODE_STRING. | |
5398 | * c-valprint.c (c_val_print): Change the way character arrays | |
5399 | are printed as strings to be consistent with the way strings | |
5400 | are printed when pointer-to-char types are dereferenced. | |
5401 | Remove test of print_max before calling val_print_string, which | |
5402 | now does it's own test. | |
5403 | * eval.c (evaluate_subexp): Add case for OP_ARRAY. | |
5404 | * expprint.c (print_subexp, dump_expression): Add case for OP_ARRAY. | |
5405 | * expression.h (enum exp_opcode): Add OP_ARRAY and document. | |
5406 | * gdbtypes.c (builtin_type_*): Add declarations moved from | |
5407 | c-lang.c. | |
5408 | * gdbtypes.c (create_string_type): New function to create real | |
5409 | string types. | |
5410 | * gdbtypes.c (recursive_dump_type): TYPE_CODE_PASCAL_ARRAY | |
5411 | renamed to TYPE_CODE_STRING. | |
5412 | * gdbtypes.c (_initialize_gdbtypes): Add initializations of | |
5413 | builtin_type_* types moved from c-lang.c. | |
5414 | * gdbtypes.h (enum type_code): TYPE_CODE_PASCAL_ARRAY renamed | |
5415 | to TYPE_CODE_STRING. | |
5416 | * gdbtypes.h (builtin_type_string): Add extern declaration. | |
5417 | * gdbtypes.h (create_string_type): Add prototype. | |
5418 | * m2-lang.c (m2_create_fundamental_type): TYPE_CODE_PASCAL_ARRAY | |
5419 | renamed to TYPE_CODE_STRING. | |
5420 | * m88k-tdep.c (pushed_size): TYPE_CODE_PASCAL_ARRAY renamed to | |
5421 | TYPE_CODE_STRING. | |
5422 | * mipsread.c (_initialize_mipsread): TYPE_CODE_PASCAL_ARRAY | |
5423 | renamed to TYPE_CODE_STRING. | |
5424 | * parse.c (length_of_subexp, prefixify_subexp): Add case for | |
5425 | OP_ARRAY. | |
5426 | * printcmd.c (print_formatted): Recognize TYPE_CODE_STRING. | |
5427 | * typeprint.c (print_type_scalar): TYPE_CODE_PASCAL_ARRAY renamed | |
5428 | to TYPE_CODE_STRING. | |
5429 | * valops.c (allocate_space_in_inferior): New function and | |
5430 | prototype, using code ripped out of value_string. | |
5431 | * valops.c (value_string): Rewritten to use new function | |
5432 | allocate_space_in_inferior, but temporarily disabled until some | |
5433 | other support is in place. | |
5434 | * valops.c (value_array): New function to create array constants. | |
5435 | * valprint.c (val_print_string): Add comment to document use, | |
5436 | complete rewrite to fix several small buglets. | |
5437 | * value.h (value_array): Add prototype. | |
5438 | * value.h (val_print_string): Change prototype to match rewrite. | |
c4413e2c FF |
5439 | * ch-valprint.c (chill_val_print): Add case for TYPE_CODE_STRING. |
5440 | * ch-exp.y (match_character_literal): Disable recognition of | |
5441 | control sequence form of character literals and document why. | |
c4413e2c | 5442 | |
6d1e8f54 SG |
5443 | Thu Jan 14 15:48:12 1993 Stu Grossman (grossman at cygnus.com) |
5444 | ||
5445 | * nindy-share/nindy.c: Add comments to #endif's to clarify | |
5446 | grouping. | |
5447 | ||
5448 | * hppa-pinsn.c (print_insn): Use read_memory_integer, instead of | |
5449 | read_memory to get byte order right. | |
5450 | * hppah-tdep.c (find_unwind_info): Don't read in unwind info | |
5451 | anymore. This is done in paread.c now. We expect unwind info | |
5452 | to hang off of objfiles, and search all of the objfiles when until | |
5453 | we find a match. | |
5454 | * (skip_trampoline_code): Cast arg to target_read_memory. | |
5455 | * objfiles.h (struct objfile): Add new field obj_private to hold | |
5456 | per object file private data (unwind info in this case). | |
5457 | * paread.c (read_unwind_info): New routine to read unwind info | |
5458 | for the objfile. This data is hung off of obj_private. | |
5459 | * tm-hppa.h: Define struct obj_unwind_info, to hold pointers to | |
5460 | the unwind info for this objfile. Also define OBJ_UNWIND_INFO to | |
5461 | make this easier to access. | |
5462 | ||
c7da3ed3 FF |
5463 | Wed Jan 13 20:49:59 1993 Fred Fish ([email protected]) |
5464 | ||
5465 | * c-valprint.c (cp_print_class_member): Add extern decl. | |
5466 | * c-valprint.c (c_val_print): Extract code for printing methods | |
5467 | and move it to cp_print_class_method in cp-valprint.c. | |
5468 | * c-valprint.c (c_val_print): Extract code to print strings and | |
5469 | move it to val_print_string in valprint.c. | |
5470 | * cp-valprint.c (cp_print_class_method): New function using | |
5471 | code extracted from c_val_print. | |
5472 | * valprint.c (val_print_string): New function using code | |
5473 | extracted from c_val_print. | |
5474 | * value.h (val_print_string): Add prototype. | |
c7da3ed3 FF |
5475 | * ch-exp.y (CHARACTER_STRING_LITERAL): Set correct token type. |
5476 | * ch-exp.y (literal): Add action for CHARACTER_STRING_LITERAL. | |
5477 | * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE, | |
5478 | CHECKBUF, growbuf_by_size): New variables, macros, and support | |
5479 | functions for implementing a dynamically expandable temp buffer. | |
5480 | * ch-exp.y (match_string_literal): New lexer function. | |
5481 | * ch-exp.y (match_bitstring_literal): Dynamic buffer code | |
5482 | removed and replaced with new CHECKBUF macro. | |
5483 | * ch-exp.y (yylex): Call match_string_literal when appropriate. | |
5484 | * ch-valprint.c (ch_val_print): Add code for TYPE_CODE_PTR. | |
c7da3ed3 | 5485 | |
0213d96f SG |
5486 | Sat Jan 9 19:59:33 1993 Stu Grossman (grossman at cygnus.com) |
5487 | ||
78205fb6 SG |
5488 | * Makefile.in: Add info for paread.o. |
5489 | * config/hppahpux.mh: Add paread.o to NATDEPFILES. | |
5490 | ||
0213d96f SG |
5491 | * blockframe.c (frameless_look_for_prologue): Correct the |
5492 | comment. | |
5493 | * gdbtypes.h, gdbtypes.c: Use const in decl of | |
5494 | cplus_struct_default, now that pa-gas assembler has been fixed. | |
5495 | * hppah-nat.c: Formatting. | |
5496 | * hppah-tdep.c: Remove lots of useless externs for variables we | |
5497 | don't use. | |
5498 | * (find_unwind_entry): Speed up by using binary search, and a one | |
5499 | entry cache. | |
5500 | * (rp_saved): New routine to see what unwind info says about RP | |
5501 | being saved on the stack frame. | |
5502 | * (frame_saved_pc): Look for prologue to see if we need to | |
5503 | examine the stack for the saved RP or not. | |
5504 | * (init_extra_frame_info): Check for prologue, instead of | |
5505 | framesize to determine if we are frameless or not. | |
5506 | * (frame_chain_valid): Stop backtraces when we run into _start. | |
5507 | * (push_dummy_frame): Reformat to make more readable. | |
5508 | * (find_dummy_frame_regs): ditto. | |
5509 | * (hp_pop_frame): ditto. | |
5510 | * (hp_restore_pc_queue): small cleanup. | |
5511 | * (hp_push_arguments): ditto. | |
5512 | * (pa_do_registers_info): ditto. | |
5513 | * (skip_prologue): New routine created from SKIP_PROLOGUE macro. | |
5514 | * tm-hppa.h: Move contents of SKIP_PROLOGUE into hppah-tdep.c. | |
5515 | * Define FRAME_CHAIN_VALID. | |
5516 | * Turn on BELIEVE_PCC_PROMOTION so that we can access char args | |
5517 | passed to functions. | |
5518 | ||
5519 | * paread.c (pa_symtab_read): Use new bfd conventions for | |
5520 | accessing linker symbol table. | |
5521 | * (pa_symfile_init): Access embedded STAB info via BFD section | |
5522 | mechanism and related macros. | |
5523 | ||
5524 | ||
bfc55a5d SG |
5525 | Sat Jan 9 19:31:43 1993 Stu Grossman (grossman at cygnus.com) |
5526 | ||
5527 | * sparc-stub.c: Use a seperate stack for our traps. | |
5528 | * Handle recursive traps. | |
5529 | * Remove all trap init code. This needs to be done by the | |
5530 | environment. | |
5531 | * (set_mem_fault_trap): Call exceptionHandler() to setup this | |
5532 | trap. | |
5533 | * (handle_exception): See if we are at breakinst, if so, then | |
5534 | advance PC sp that users can just step out of breakpoint(). | |
5535 | * (case 'G'): Don't let GDB hack CWP. Also, copy saved regs to | |
5536 | new place if SP has changed. | |
5537 | * (case 's'): Get rid of this, we can't do it yet. | |
5538 | * (case 't'): New command to test any old random feature. | |
5539 | * (case 'r'): New command to reset the system. | |
5540 | * (breakpoint): Add label to breakpoint trap instruction so that | |
5541 | handle_exception() can detect where we are and get past the | |
5542 | breakpoint trivially. | |
5543 | ||
f92743ae ILT |
5544 | Thu Jan 7 13:33:06 1993 Ian Lance Taylor ([email protected]) |
5545 | ||
5546 | * mips-pinsn.c: Actual work now done by opcodes/mips-dis.c. | |
5547 | ||
bfc55a5d SG |
5548 | Thu Jan 7 09:21:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
5549 | ||
5550 | * configure.in: recognise all sparclite variants | |
5551 | ||
f92743ae ILT |
5552 | Wed Jan 6 10:14:51 1993 Steve Chamberlain ([email protected]) |
5553 | ||
5554 | * symfile.c: If O_BINARY isn't defined, set it to 0, call openp for | |
5555 | binary files oring in the right bit. | |
5556 | ||
5557 | * main.c, source.c, state.c, symmisc.c: use macros defined in | |
5558 | fopen-{bin|both} when fopening files. | |
5559 | ||
81028ab0 FF |
5560 | Wed Jan 6 08:19:11 1993 Fred Fish ([email protected]) |
5561 | ||
5562 | * defs.h (HOST_CHAR_BIT): New macro, defaults to either CHAR_BIT | |
5563 | from a configuration file (typically including <limits.h>), or to | |
5564 | TARGET_CHAR_BIT if CHAR_BIT is not defined. | |
5565 | * eval.c (evaluate_subexp): Use new BYTES_TO_EXP_ELEM macro. | |
5566 | * eval.c (evaluate_subexp): Add case for OP_BITSTRING. | |
5567 | * expprint.c (print_subexp): Use new BYTES_TO_EXP_ELEM macro. | |
5568 | * exppritn.c (print_subexp, dump_expression): Add case for | |
5569 | OP_BITSTRING. | |
5570 | * expression.h (OP_BITSTRING): New expression element type for | |
5571 | packed bitstrings. | |
5572 | * expression.h (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): New | |
5573 | macros to convert between number of expression elements and bytes | |
5574 | to store that many elements. | |
5575 | * i960-tdep.c (leafproc_return): Use new macros to access | |
5576 | minimal symbol name and address fields. | |
5577 | * m88k-pinsn.c (sprint_address): Use new macros to access | |
5578 | minimal symbol name and address fields. | |
5579 | * nindy-tdep.c (nindy_frame_chain_valid): Use new macro to access | |
5580 | minimal symbol address field. | |
5581 | * parse.c (write_exp_elt, write_exp_string, prefixify_expression, | |
5582 | parse_exp_1): Use new EXP_ELEM_TO_BYTES macro. | |
5583 | * parse.c (write_exp_string, length_of_subexp, prefixify_expression): | |
5584 | Use new BYTES_TO_EXP_ELEM macro. | |
5585 | * parse.c (write_exp_bitstring): New function to write packed | |
5586 | bitstrings into the expression element vector. | |
5587 | * parse.c (length_of_subexp, prefixify_subexp): Add case for | |
5588 | OP_BITSTRING. | |
5589 | * parser-defs.h (struct stoken): Document that it is used for | |
5590 | OP_BITSTRING as well as OP_STRING. | |
5591 | * parser-defs.h (write_exp_bitstring): Add prototype. | |
81028ab0 FF |
5592 | * ch-exp.y (BIT_STRING_LITERAL): Change token type to sval. |
5593 | * ch-exp.y (NUM, PRED, SUCC, ABS, CARD, MAX, MIN, SIZE, UPPER, | |
5594 | LOWER, LENGTH): New tokens for keywords. | |
5595 | * ch-exp.y (chill_value_built_in_routine_call, mode_argument, | |
5596 | upper_lower_argument, length_argument, array_mode_name, | |
5597 | string_mode_name, variant_structure_mode_name): New non-terminals | |
5598 | and productions. | |
5599 | * ch-exp.y (literal): Useful production for BIT_STRING_LITERAL. | |
5600 | * ch-exp.y (match_bitstring_literal): New lexer support function | |
5601 | to recognize bitstring literals. | |
5602 | * ch-exp.y (tokentab6): New token table for 6 character keywords. | |
5603 | * ch-exp.y (tokentab5): Add LOWER, UPPER. | |
5604 | * ch-exp.y (tokentab4): Add PRED, SUCC, CARD, SIZE. | |
5605 | * ch-exp.y (tokentab3): Add NUM, ABS, MIN, MAX. | |
5606 | * ch-exp.y (yylex): Check tokentab6. | |
5607 | * ch-exp.y (yylex): Call match_bitstring_literal. | |
81028ab0 | 5608 | |
76a0ffb4 FF |
5609 | Mon Jan 4 16:54:18 1993 Fred Fish ([email protected]) |
5610 | ||
2eda1cdf FF |
5611 | * xcoffexec.c (vmap_symtab): Use new macros to access minimal |
5612 | symbol name and value fields. | |
5613 | ||
533d1dc7 FF |
5614 | * c-exp.y (yylex): Make static, to match prototype and other |
5615 | <lang>-exp.y files. | |
5616 | ||
76a0ffb4 FF |
5617 | * expression.h (exp_opcode): Add BINOP_MOD. |
5618 | * eval.c (evaluate_subexp): Handle new BINOP_MOD. | |
5619 | * expprint.c (dump_expression): Handle new BINOP_MOD. | |
5620 | * language.c (binop_type_check): Handle new BINOP_MOD. | |
5621 | * main.c (float_handler): Re-enable float handler when hit. | |
5622 | * valarith.c (language.h): Include, need current_language. | |
5623 | * valarith.c (TRUNCATION_TOWARDS_ZERO): Define default macro | |
5624 | for integer divide truncates towards zero for negative results. | |
5625 | * valarith.c (value_x_binop): Handle BINOP_MOD if seen. | |
5626 | * valarith.c (value_binop): Allow arithmetic operations on | |
5627 | TYPE_CODE_CHAR variables. Add case to handle new BINOP_MOD. | |
76a0ffb4 FF |
5628 | * ch-exp.y (operand_4): Add useful actions for MOD and REM. |
5629 | * ch-exp.y (tokentab3): Add MOD and REM. | |
5630 | * ch-exp.y (yylex): Set innermost_block for symbols found | |
5631 | in local scopes. Return LOCATION_NAME for local symbols. | |
5632 | * ch-lang.c (chill_op_print_tab): Fix MOD entry to use | |
5633 | BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM. | |
76a0ffb4 | 5634 | |
f92743ae ILT |
5635 | Mon Jan 4 07:35:31 1993 Steve Chamberlain ([email protected]) |
5636 | ||
5637 | * command.c (shell_escape, make_command, _initialize_command): | |
5638 | don't create or use fork if CANT_FORK is defined. | |
5639 | * serial.h, ser-go32.c: now compiles, but "the obvious problems of | |
5640 | code written for the IBM PC" remain. | |
5641 | * xm-go32.h: define CANT_FORK | |
5642 | ||
ec25d19b SC |
5643 | Sun Jan 3 14:24:56 1993 Steve Chamberlain ([email protected]) |
5644 | ||
5645 | * remote-sim.c: first attempt at general simulator interface | |
5646 | * remote-hms.c: whitespace | |
5647 | * h8300-tdep.c: (h8300_skip_prologue, examine_prologue): | |
5648 | understand new stack layout. (print_register_hook): print ccr | |
5649 | register in a fancy way. | |
5650 | ||
fb6e675f FF |
5651 | Sun Jan 3 14:16:10 1993 Fred Fish ([email protected]) |
5652 | ||
5653 | * eval.c (language.h): Include. | |
5654 | * eval.c (evaluate_subexp_with_coercion): Only coerce arrays | |
5655 | to pointer types when the current language is C. It loses for | |
5656 | other languages when the lower index bound is nonzero. | |
5657 | * valarith.c (value_subscript): Take array lower bounds into | |
5658 | account when performing subscripting operations. | |
5659 | * valops.c (value_coerce_array): Add comment describing why | |
5660 | arrays with nonzero lower bounds are dealt with in value_subscript, | |
5661 | rather than in value_coerce_array. | |
5662 | ||
54bbbfb4 FF |
5663 | Sat Jan 2 12:16:41 1993 Fred Fish ([email protected]) |
5664 | ||
1188fbbf FF |
5665 | * ch-exp.y (FLOAT_LITERAL): Add token. |
5666 | * ch-exp.y (literal): Add FLOAT_LITERAL. | |
5667 | * ch-exp.y (match_float_literal): New lexer routine. | |
5668 | * ch-exp.y (convert_float): Remove. | |
5669 | * ch-exp.y (yylex): Call match_float_literal. | |
5670 | * ch-exp.y (yylex): Match single '.' after trying | |
5671 | to match floating point literals. | |
1188fbbf | 5672 | |
54bbbfb4 FF |
5673 | * eval.c (evaluate_subexp): Add case MULTI_SUBSCRIPT. |
5674 | * expprint.c (print_subexp): Rename BINOP_MULTI_SUBSCRIPT to | |
5675 | MULTI_SUBSCRIPT. | |
5676 | * expprint.c (dump_expression): New function for dumping | |
5677 | expression vectors during gdb debugging. | |
5678 | * expression.h (BINOP_MULTI_SUBSCRIPT): Name changed to | |
5679 | MULTI_SUBSCRIPT and moved out of BINOP range. | |
5680 | * expression.h (DUMP_EXPRESSION): New macro that calls | |
5681 | dump_expression if DEBUG_EXPRESSIONS is defined. | |
5682 | * m2-exp.y (BINOP_MULTI_SUBSCRIPT): Changed to MULTI_SUBSCRIPT. | |
5683 | * parse.c (length_of_subexp, prefixify_subexp): Change | |
5684 | BINOP_MULTI_SUBSCRIPT to MULTI_SUBSCRIPT. | |
5685 | * parse.c (parse_exp_1): Call DUMP_EXPRESSION before and after | |
5686 | prefixify'ing the expression. | |
5687 | * printcmd.c (print_command_1): Add comment. | |
54bbbfb4 FF |
5688 | * ch-exp.y (expression_list): Add useful actions. |
5689 | * ch-exp.y (value_array_element): Add useful actions. | |
5690 | * ch-exp.y (array_primitive_value): Add production. | |
5691 | * ch-exp.y (yylex): Recognize ',' as a token. | |
54bbbfb4 | 5692 | |
ea81b10d DZ |
5693 | Fri Jan 1 18:22:02 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
5694 | ||
5695 | * Makefile.in: pass prefix and exec_prefix via FLAGS_TO_PASS, | |
5696 | POSIXize the recursive makes (make [variable assignments] target{s}) | |
5697 | ||
7532cf10 FF |
5698 | Fri Jan 1 11:56:23 1993 Fred Fish ([email protected]) |
5699 | ||
5700 | * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h. | |
5701 | * tm-sysv4.h (CPLUS_MARKER): By default, g++ uses '.' as the | |
5702 | CPLUS_MARKER for all SVR4 systems, so follow suit. | |
5703 | * defs.h (strdup_demangled): Remove prototype. | |
5704 | * dwarfread.c (enum_type, synthesize_typedef): Use new macro | |
5705 | SYMBOL_INIT_LANGUAGE_SPECIFIC. | |
5706 | * dwarfread.c (new_symbol): Use SYMBOL_INIT_DEMANGLED_NAME. | |
5707 | * minsyms.c (install_minimal_symbols, prim_record_minimal_symbol, | |
5708 | prim_record_minimal_symbol_and_info): Use new macro | |
5709 | SYMBOL_INIT_LANGUAGE_SPECIFIC. | |
5710 | * minsyms.c (install_minimal_symbols): Use new macro | |
5711 | SYMBOL_INIT_DEMANGLED_NAME. | |
5712 | * stabsread.c (define_symbol): Use new macro | |
5713 | SYMBOL_INIT_DEMANGLED_NAME. | |
5714 | * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list): | |
5715 | Use new macro SYMBOL_INIT_DEMANGLED_NAME. | |
5716 | * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Use new macro | |
5717 | SYMBOL_INIT_DEMANGLED_NAME. | |
5718 | * symmisc.c (dump_msymbols, dump_symtab, print_partial_symbol): | |
5719 | SYMBOL_DEMANGLED_NAME now tests language itself. | |
5720 | * symtab.c (COMPLETION_LIST_ADD_SYMBOL): SYMBOL_DEMANGLED_NAME | |
5721 | now tests language itself. | |
5722 | * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): New macro that does | |
5723 | what SYMBOL_DEMANGLED_NAME used to do, directly access the C++ | |
5724 | mangled name member in the language dependent portion of a symbol. | |
5725 | * symtab.h (SYMBOL_DEMANGLED_NAME): New macro that returns the | |
5726 | mangled name member appropriate for a symbol's language. | |
5727 | * symtab.h (SYMBOL_SOURCE_NAME, SYMBOL_LINKAGE_NAME, | |
5728 | SYMBOL_MATCHES_NAME, SYMBOL_MATCHES_REGEXP): | |
5729 | SYMBOL_DEMANGLED_NAME now tests language itself. | |
5730 | * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): New macro that | |
5731 | initializes language dependent portion of symbol. | |
5732 | * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): New macro that | |
5733 | demangles and caches the demangled form of symbol names. | |
5734 | * utils.c (fputs_demangled, fprint_symbol): Use current language | |
5735 | to select an appropriate demangling algorithm. | |
5736 | * utils.c (strdup_demangled): Remove, no longer used. | |
7532cf10 FF |
5737 | * symtab.h (SYMBOL_CHILL_DEMANGLED_NAME): New macro that directly |
5738 | access the Chill mangled name member in the language dependent | |
5739 | portion of a symbol. | |
5740 | * ch-lang.c (chill_demangle): New function, simple demangler. | |
5741 | * defs.h (chill_demangle): Add prototype. | |
5742 | * symtab.h (language_dependent_info): Add struct for Chill. | |
7532cf10 | 5743 | |
6e50aeb4 | 5744 | For older changes see ChangeLog-92 |
bd5635a1 RP |
5745 | \f |
5746 | Local Variables: | |
5747 | mode: indented-text | |
5748 | left-margin: 8 | |
5749 | fill-column: 74 | |
5750 | version-control: never | |
5751 | End: |