]>
Commit | Line | Data |
---|---|---|
49b476bd SS |
1 | Sat Jul 16 14:43:17 1994 Stan Shebs ([email protected]) |
2 | ||
3 | * breakpoint.c (ignore, condition): Add usage notes to help strings. | |
4 | * symfile.c (add-symbol-file): Add usage note to help string. | |
5 | (add_shared_symbol_files_command): New command. | |
6 | ||
7 | gcc -Wall lint. | |
8 | * inferior.h (read_pc_pid): Declare. | |
9 | * breakpoint.c (watchpoint_check): Cache breakpoint in local | |
10 | variable b, remove unused variable other_type_used. | |
11 | * main.c (inferior.h, call-cmds.h): Include. | |
12 | (gdb_init): Declare. | |
13 | * remote.c (remote_wait): Return 0 by default. | |
14 | ||
0568ccb0 SS |
15 | Fri Jul 15 16:43:33 1994 Stan Shebs ([email protected]) |
16 | ||
17 | Stop printing at null char option, from Oliver Meyer | |
18 | ([email protected]). | |
19 | * valprint.h, valprint.c (stop_print_at_null): New global. | |
20 | * valprint.c (_initialize_valprint): New print set subcommand | |
21 | "null-stop". | |
22 | * c-valprint.c (c_val_print): If stop_print_at_null is on, and | |
23 | printing a char array, adjust the number of chars to print. | |
24 | ||
08f32e32 SS |
25 | Fri Jul 15 14:33:40 1994 Stan Shebs ([email protected]) |
26 | ||
27 | From Kevin A. Buettner ([email protected]). | |
28 | * m88k-tdep.c (examine_prologue): Modified to handle prologues for | |
29 | pic code in addition to prologues where an instruction from the | |
30 | prologue gets moved into the delay slot of a branch instruction | |
31 | immediately following the prologue. A table of potential prologue | |
32 | instructions (prologue_insn_tbl) is now used for picking apart a | |
33 | function prologue. | |
34 | (frame_find_saved_regs): Changed the way in which limit gets set | |
35 | so that the delay slot of branch instructions immediately | |
36 | following the prologue gets examined. | |
37 | (pushed_size, store_parm_word, store_parm, push_parameters, | |
38 | collect_returned_value): Deleted. | |
39 | ||
0b0ee55e PS |
40 | Fri Jul 15 01:06:00 1994 Peter Schauer ([email protected]) |
41 | ||
42 | * infrun.c (wait_for_inferior): Handle stepping into leaf | |
43 | functions whose prologue consists of gp loading code only. | |
44 | ||
8e3ff823 SS |
45 | Thu Jul 14 14:22:12 1994 Stan Shebs ([email protected]) |
46 | ||
47 | * dbxread.c: Don't include libbfd.h. | |
48 | * dwarfread.c, elfread.c somread.c: Don't include libbfd.h, | |
49 | <time.h>, or <sys/types.h>. | |
50 | * elfread.c (elf_symfile_read): Use only standard BFD functions to | |
51 | collect information about the stab and stab string sections. | |
52 | ||
8dbe58d8 KH |
53 | Thu Jul 14 13:17:39 1994 Kung Hsu ([email protected]) |
54 | ||
55 | * stabsread.c (read_huge_number): handle large unsigned number | |
56 | for stabs generated by os9k C compiler. | |
57 | ||
9f577285 SS |
58 | Wed Jul 13 18:58:15 1994 Stan Shebs ([email protected]) |
59 | ||
60 | Breakpoint hit counts, from Bob Rusk ([email protected]). | |
61 | * breakpoint.h (hit_count): New breakpoint field. | |
62 | * breakpoint.c (show_breakpoint_hit_counts): New variable. | |
63 | (clear_breakpoint_hit_counts): New function. | |
64 | (bpstat_stop_status): Increment the hit count. | |
65 | (breakpoint_1): Display the hit count. | |
66 | * infcmd.c (run_command): Reset breakpoint hit counts. | |
67 | * target.c (generic_mourn_inferior): Don't clear ignore counts if | |
68 | displaying hit counts. | |
69 | ||
6d9b8a93 PS |
70 | Tue Jul 12 12:23:15 1994 Peter Schauer ([email protected]) |
71 | ||
72 | * elfread.c (elf_symfile_read): Unconditionally add dynamic | |
73 | symbols for all symbol files. Makes skipping over the | |
74 | trampoline code work when stepping from a function in a shared | |
75 | library into a function in a different shared library for Irix 5. | |
76 | Other ELF targets do not have enough information in their | |
77 | dynamic symbol tables to make this work. | |
78 | (elf_symtab_read): Relocate mst_solib_trampoline address. | |
79 | ||
02176ddb SS |
80 | Mon Jul 11 16:38:49 1994 Stan Shebs ([email protected]) |
81 | ||
82 | Atari support, from Uwe Seimet ([email protected]). | |
83 | * configure.in (m68*-atari-sysv4*): New configuration. | |
84 | (m68*-cbm-sysv4*): Use m68kv4 instead of amix. | |
85 | * m68k-tdep.c (R_PS): Define as R_SR if necessary. | |
86 | * config/m68k/m68kv4.mh, config/m68k/m68kv4.mt, | |
87 | config/m68k/tm-m68kv4.h, config/m68k/xm-m68kv4.h: New files. | |
88 | * config/m68k/amix.mh, config/m68k/amix.mt, | |
89 | config/m68k/tm-amix.h, config/m68k/xm-amix.h: Removed, superseded | |
90 | by m68kv4 files. | |
91 | ||
defa6c74 PS |
92 | Sat Jul 9 16:28:43 1994 Peter Schauer ([email protected]) |
93 | ||
94 | * symtab.c (find_function_start_sal): New function to find | |
95 | the start of a function from a function symbol. | |
96 | (decode_line_1, decode_line_2): Use it instead of open coded | |
97 | partial copies of the code. | |
98 | (list_symbols): Quote symbol name before passing it to | |
99 | break_command to enable proper handling of mangled symbols. | |
100 | ||
101 | Wed Jul 6 20:22:07 1994 Per Bothner ([email protected]) | |
102 | ||
103 | * ch-exp.y (match_simple_name_string): Don't lower-case here. | |
104 | * ch-exp.y (yylex): First try name lookup using exact name | |
105 | typed by user; if that fails, try lower-cased name. | |
106 | ||
cef0333e PS |
107 | Wed Jul 6 00:48:57 1994 Peter Schauer ([email protected]) |
108 | ||
109 | * dbxread.c, elfread.c, mipsread.c, nlmread.c, os9kread.c: | |
110 | Move "no debugging symbols found" test to symfile.c. | |
111 | * symfile.c (syms_from_objfile, reread_symbols): Add | |
112 | "no debugging symbols found" test. | |
113 | * coffread.c (init_stringtab): Handle stripped files with a | |
114 | stringtab offset of zero gracefully. | |
115 | * osfsolib.c (solib_create_inferior_hook): Use DYNAMIC flag from | |
116 | BFD instead of stop_pc heuristic to determine if it is a dynamically | |
117 | linked object file. | |
118 | * procfs.c (wait_fd): Handle ENOENT error return from PIOCWSTOP | |
119 | ioctl, it indicates that the process has exited. | |
120 | ||
0fc27289 JL |
121 | Mon Jul 4 19:28:56 1994 Jeff Law ([email protected]) |
122 | ||
123 | * hppa-tdep.c (read_unwind_info): ELF unwind information is in the | |
124 | .PARISC.unwind section now. | |
125 | ||
51684caa SS |
126 | Mon Jul 4 17:06:26 1994 Stan Shebs ([email protected]) |
127 | ||
128 | * breakpoint.c (mention): Always show breakpoint address if no | |
129 | source file. | |
130 | ||
131 | Sat Jul 2 01:51:33 1994 Peter Schauer ([email protected]) | |
132 | ||
133 | * solib.c (bfd_lookup_symbol, look_for_base): Reinstate to reenable | |
134 | handling of shared libraries for non-ELF executables, but only if | |
135 | HANDLE_SVR4_EXEC_EMULATORS is defined. | |
136 | (locate_base): Try to find debug_base in the dynamic linker | |
137 | for non-ELF executables if HANDLE_SVR4_EXEC_EMULATORS is defined. | |
138 | * config/sparc/tm-sun4sol2.h (HANDLE_SVR4_EXEC_EMULATORS): | |
139 | Define to enable handling of shared libraries for a.out executables, | |
140 | run under Solaris BCP. | |
141 | ||
018d94f5 JK |
142 | Thu Jun 30 13:59:23 1994 Jim Kingdon ([email protected]) |
143 | ||
144 | * infrun.c (wait_for_inferior): Print "Program exited normally" | |
145 | regardless of batch_mode. | |
146 | * defs.h, top.c (batch_mode): Removed. | |
147 | ||
7d13174e SS |
148 | Wed Jun 29 18:53:36 1994 Stan Shebs ([email protected]) |
149 | ||
054308ad SS |
150 | * Makefile.in (dcache_h): Remove redundant definition. |
151 | (init.c): Add a comment. | |
152 | (top.c): Remove explicit compile action. | |
153 | * breakpoint.c (mention): Share code indicating location of | |
154 | break/watchpoints, don't print address if addressprint is off. | |
155 | * breakpoint.c, c-typeprint.c, c-valprint.c, energize.c, symtab.h | |
156 | (demangle): Remove redundant declarations. | |
157 | * eval.c: Remove redundant function declarations. | |
158 | * objfiles.h: Cosmetic and grammatical improvements. | |
159 | * TODO: Various updates. | |
160 | ||
7d13174e SS |
161 | * remote-mips.c: Replace all \r chars with \015. |
162 | (mips_receive_header): Display control characters readably. | |
163 | (mips_xfer_memory): Add a simple progress display. | |
164 | ||
402b0d2e SC |
165 | Wed Jun 29 13:11:45 1994 Steve Chamberlain ([email protected]) |
166 | ||
167 | * remote-e7000.c (e7000_open): Don't try a tcp open if we're | |
168 | using go32. | |
169 | * remote-hms.c (flush): New function. | |
170 | (expect): Get edge case right. | |
171 | (hms_read_inferior_memory): Be more tolerant of line noise. | |
172 | ||
3563094d JMD |
173 | Tue Jun 28 14:17:03 1994 Jim Kingdon ([email protected]) |
174 | ||
175 | * configure.in: Use i386m3.mh and i386m3.mt as names of host and | |
176 | target files, not non-existent mach3.mh and mach3.mt. | |
177 | ||
ca694bfd PS |
178 | Wed Jun 29 00:26:17 1994 Peter Schauer ([email protected]) |
179 | ||
180 | * dbxread.c (dbx_symfile_read): Unconditionally add dynamic | |
181 | symbols for all symbol files. Makes skipping over the | |
182 | trampoline code work when stepping from a function in a shared | |
183 | library into a function in a different shared library. | |
184 | (read_dbx_dynamic_symtab): Relocate mst_solib_trampoline address. | |
185 | ||
320f93f7 SG |
186 | Tue Jun 28 15:28:01 1994 Stu Grossman ([email protected]) |
187 | ||
188 | * dbxread.c, partial-stab.h (near N_SO): SO stabs with blank | |
189 | names mean end of .o file. | |
190 | * infrun.c (wait_for_inferior): Clean up multi-thread logic near | |
191 | top of routine. Handle new thread notification cleanly. | |
192 | * lynx-nat.c (child_wait): General cleanups, handle new LynxOS | |
193 | thread notification scheme. | |
194 | * (child_resume): General cleanups, handle resumption of all | |
195 | threads properly. | |
196 | ||
aa48187b SC |
197 | Mon Jun 27 09:57:23 1994 Steve Chamberlain ([email protected]) |
198 | ||
199 | * ser-go32.c: Rewrite to run under windows. | |
200 | * ser-e7kpc.c: New file to support the E7000 with the PC ISA | |
201 | bus interface. | |
202 | * serial.c (serial_open): Notice device "pc". | |
203 | * remote-e7000.c: Fix copyright date. | |
204 | (expect): Compare \n and \r the same. | |
205 | (e7000_open): Allow pc as a serial port | |
206 | * sh/sh.mt: Add ser-e7kpc. | |
207 | * h8300/h8300hms.mt: Add ser-e7kpc. | |
208 | * main.c (proc_wait): Don't wait if using go32. | |
209 | ||
6a86fa48 JL |
210 | Mon Jun 27 00:35:51 1994 Jeff Law ([email protected]) |
211 | ||
212 | * somread.c: Simplify by using stabsect_build_psymtabs. | |
213 | * dbxread.c (stabsect_build_psymtabs): New argument "text_name" | |
214 | corresponding to the name of the text section. All references | |
215 | changed. | |
216 | (somstab_build_psymtabs): Delete function, no longer needed. | |
217 | ||
bfe2f12b JL |
218 | Sun Jun 26 23:54:08 1994 Jeff Law ([email protected]) |
219 | ||
220 | * somread.c: Renamed from paread.c. Changed function names and | |
221 | comments to reflect that this file deals with SOM (an object file | |
222 | format), rather than the PA (a cpu). | |
223 | (Makefile.in): Chaned appropriately. | |
224 | (config/pa/hppabsd.mh, config/pa/hppahpux.mh): Likewise. | |
225 | * dbxread.c (somstab_build_psymtabs): Renamed from | |
226 | pastab_build_psymtabs. | |
227 | ||
a8044a2d PS |
228 | Fri Jun 24 08:15:42 1994 Peter Schauer ([email protected]) |
229 | ||
256533df PS |
230 | * core-sol2.c: New file to handle ELF and BCP core file flavours. |
231 | * config/sparc/sun4sol2.mh (NATDEPFILES): Use it instead of | |
232 | core-svr4. | |
233 | * Makefile.in: Updated for core-sol2.c. | |
234 | * README: Add notes about SPARCworks cc under Solaris 2.x, | |
235 | from Casper H.S. Dik ([email protected]). | |
a8044a2d PS |
236 | * config/mips/xm-makeva.h: Removed, no longer necessary. |
237 | * Makefile.in, config/mips/xm-irix3.h, config/mips/xm-irix5.h, | |
238 | config/mips/xm-mips.h, config/mips/xm-news-mips.h, | |
239 | config/mips/xm-riscos.h: Remove references to xm-makeva.h | |
240 | ||
cca32606 JK |
241 | Wed Jun 22 17:48:21 1994 Jim Kingdon ([email protected]) |
242 | ||
6ccc157f | 243 | * gdba.el: Put program input and output in a separate buffer. |
cca32606 | 244 | |
b7ec5b8d FF |
245 | Wed Jun 22 16:54:15 1994 Fred Fish ([email protected]) |
246 | ||
247 | * energize-patches, main.c (main), top.c (gdb_init, pwd_command), | |
248 | top.h: Change all occurances of dirbuf to gdb_dirbuf. Collides | |
249 | with global variable of same name in libnsl.so on UnixWare. | |
250 | ||
c79b49bb KH |
251 | Wed Jun 22 14:40:52 1994 Kung Hsu ([email protected]) |
252 | ||
253 | * symtab.c (decode_line_1): fix a bug in dealing with '<>' | |
254 | embedded in template name. | |
255 | ||
416b47c6 KH |
256 | Tue Jun 21 14:06:46 1994 Kung Hsu ([email protected]) |
257 | ||
258 | * config/i386/nm-linux.h: change calling convention of | |
259 | TARGET_CAN_USE_HARDWARE_WATCHPOINT() and | |
260 | target_insert_watchpoint() and | |
261 | target_remove_watchpoint(). | |
262 | ||
263 | * config/mips/tm-mips64.h: define FORCE_LONG_LONG to force LONGEST | |
264 | to be long long in gdb. | |
265 | * config/mips/tm-bigmips.h: ditto. | |
266 | ||
2c068010 PS |
267 | Mon Jun 20 23:54:37 1994 Peter Schauer ([email protected]) |
268 | ||
269 | * c-lang.c (asm_language_defn): New definitions for language_asm, | |
270 | mostly copied from c_language_defn, to avoid warnings when | |
271 | switching between c and asm stack frames. | |
272 | ||
6187dfac ILT |
273 | Mon Jun 20 13:51:55 1994 Ian Lance Taylor ([email protected]) |
274 | ||
275 | * mdebugread.c (parse_symbol): Don't call ecoff_swap_tir_in or | |
276 | ecoff_swap_rndx_in directly; use the debug_swap pointer instead. | |
277 | (upgrade_type, handle_psymbol_enumerators): Likewise. | |
278 | (has_opaque_xref, cross_ref): Likewise. | |
279 | (elfmdebug_build_psymtabs): Call swap->read_debug_info to read | |
280 | debugging information, rather than doing it here. | |
281 | * mipsread.c (mipscoff_symfile_read): Call read_debug_info entry | |
282 | point in ecoff_debug_swap backend structure, rather than calling | |
283 | ecoff_slurp_symbolic_info directly. | |
284 | ||
afd3e3b1 JK |
285 | Fri Jun 17 20:58:58 1994 Jim Kingdon ([email protected]) |
286 | ||
fb71d422 JK |
287 | * breakpoint.c: Include annotate.h. Call annotate_field rather |
288 | than printing annotation directly. | |
289 | ||
afd3e3b1 JK |
290 | * main.c: Include string.h. |
291 | ||
6ec7e4d3 SS |
292 | Thu Jun 16 14:41:37 1994 Stan Shebs ([email protected]) |
293 | ||
9f8219f1 SS |
294 | * fork-child.c (startup_inferior) [STARTUP_INFERIOR]: If defined, |
295 | call it instead of doing normal loop. | |
296 | * infcmd.c (attach_command): Don't call wait_for_inferior if | |
297 | running Mach 3. | |
298 | * infrun.c (proceed) [PREPARE_TO_PROCEED]: If defined, call | |
299 | hook that can decide whether to step over the next breakpoint. | |
300 | * utils.c (wrap_here): Abort if wrap_buffer not allocated. | |
301 | (request_quit) [REQUEST_QUIT]: If defined, call it instead of | |
302 | doing normal quit. | |
303 | ||
6ec7e4d3 SS |
304 | * configure.in: Improve sorting/formatting of hosts and targets. |
305 | (i[34]86-*-mach3*, i[34]86-*-osf1mk*, mips-*-mach3*, | |
306 | m88*-*-mach3*, ns32k-*-mach3*): Recognize. | |
9f8219f1 SS |
307 | * Makefile.in (stop-gdb): New target. |
308 | * stop-gdb.c: New file, utility to get attention of waiting GDBs | |
6ec7e4d3 SS |
309 | in Mach 3. |
310 | ||
f36b58b1 TL |
311 | Wed Jun 15 00:41:03 1994 Tom Lord ([email protected]) |
312 | ||
313 | * top.c (gdb_init): Init current_directory in gdb_init. Probably | |
314 | the identical initialization can be deleted from main.c, but i | |
315 | haven't done so just in case. | |
316 | ||
e91c1816 TL |
317 | Tue Jun 14 17:24:41 1994 Tom Lord ([email protected]) |
318 | ||
319 | * gdba.el: Added menu windows and slightly improved window | |
320 | handling to gdba.el. Fixed numerous minor bugs that were causing | |
321 | emacs and gdb to fall out of sync. | |
322 | ||
f2d9c058 KH |
323 | Tue Jun 14 16:18:44 1994 Kung Hsu ([email protected]) |
324 | ||
325 | * breakpoint.c: annotate changes lost at merge, put back in. | |
326 | ||
e884f418 | 327 | Mon Jun 13 17:28:50 1994 Stan Shebs ([email protected]) |
2b14c195 | 328 | |
e884f418 SS |
329 | * config/i386/i386sco.mh, i386sco4.mh (XDEPFILES): Remove |
330 | i387-tdep.o. | |
2b14c195 | 331 | |
33c66e44 PS |
332 | Sun Jun 12 03:51:52 1994 Peter Schauer ([email protected]) |
333 | ||
334 | * config/m68k/dpx2.mh (NATDEPFILES): Remove duplicate inclusion | |
335 | of inftarg.o. | |
336 | * config/m68k/tm-dpx2.h (CANNOT_STORE_REGISTER): Define to inhibit | |
337 | writing of floating registers, the dpx2 kernel disallows it. | |
338 | * irix5-nat.c (LM_ADDR): The loaded address of the shared library | |
339 | is contained in o_praw. | |
340 | * irix5-nat.c (solib_map_sections): Adjust sections by the | |
341 | difference between the loaded address and the prelinked address. | |
342 | * irix5-nat.c (solib_address): Use LM_ADDR for the loaded start | |
343 | address. | |
344 | * mdebugread.c (parse_symbol): Do not relocate stEnd/scText | |
345 | symbols, their value is absolute. | |
346 | * mdebugread.c (parse_partial_symbols): Handle Irix 5.2 shared | |
347 | libraries fh->adr fields of zero. Relocate minimal symbol values | |
348 | upon readin. Relocate non-stabs symbols upon readin. | |
349 | * mdebugread.c (psymtab_to_symtab_1): Use pst->textlow for the | |
350 | start address of the outermost block. | |
351 | * mdebugread.c (parse_lines, parse_procedure): Pass in pst | |
352 | instead of section_offsets and use relocated pst->textlow for | |
353 | line number and procedure address relocations. | |
354 | ||
355 | From [email protected] (Guillermo A. Loyola): | |
356 | * mdebugread.c (parse_symbol, parse_partial_symbols, cross_ref): | |
357 | Handle SGI Irix5 stIndirect symbol type. | |
358 | ||
2c3fb46a KH |
359 | Fri Jun 10 14:52:56 1994 Kung Hsu ([email protected]) |
360 | ||
11054881 KH |
361 | * breakpoint.c: fix a syntax error native cc does not like. |
362 | ||
1782eb41 KH |
363 | * Makefile.in: change sparclite-tdep.c to sparcl-tdep.c. |
364 | * sparclite/Makefile.in: ditto. | |
365 | * sparcl-tdpe.c: change file name because first 8 chars has to be | |
366 | unique. | |
367 | * sparcl-stub.c: ditto. | |
368 | ||
369 | * .Sanitize: add sparclite-stub.c sparclite-tdep.c to keep. | |
370 | ||
2c3fb46a KH |
371 | * sparclite/Makefile.in: fix INCLUDE_CFLAGS to have {srcdir}/../config. |
372 | ||
e9a3cde8 JL |
373 | Fri Jun 10 10:38:15 1994 Jeff Law ([email protected]) |
374 | ||
375 | * hppa-tdep.c (target_read_pc, target_write_pc): Accept (and | |
376 | ignore) a PID argument. | |
377 | (hppa_pop_frame): Pass a PID to target_write_pc. | |
378 | * config/pa/tm-hppa.h (TARGET_READ_PC, TARGET_WRITE_PC): Accept | |
379 | and pass through a PID argument. | |
380 | (target_read_pc, target_write_pc): Update prototypes. | |
381 | ||
382 | Thu Jun 9 18:10:44 1994 Kung Hsu ([email protected]) | |
383 | ||
384 | * Makefile.in: add new file sparclite-tdep.c. | |
385 | * sparclite/Makefile.in: add new file sparclite-stub.c. | |
386 | * sparclite/hw_breakpoint.note: note for SPARClite hardware breapoint | |
387 | support. | |
388 | * config/sparc/sparclite.mt: add sparclite-tdep.o. | |
389 | * config/sparc/tm-sparclite.h: add hardware breakpoints support | |
390 | defiines and code. | |
391 | * sparclite-tdep.c: new file, contains hardware breakpoint support | |
392 | code. | |
393 | * sparclite-stub.c: new file, stub code that add support hardware | |
394 | breakpoint support. | |
395 | * breakpoint.c: add hardware breakpoint support. | |
396 | * breakpoint.h: add new breakpoint type to support hardware | |
397 | breakpoint. | |
398 | * config/mips/nm-irix4.h: change interface for target dependent | |
399 | code supporting watch point. | |
400 | * config/pa/nm-hppab.h: change interface for target dependent | |
401 | code supporting watch point. | |
402 | ||
2c012f9e KH |
403 | Thu Jun 9 14:59:58 1994 Kung Hsu ([email protected]) |
404 | ||
405 | * remote-os9k.c (rombuf_command): fix a bug accepting rombug | |
406 | output. | |
407 | * stabsread.c (read_struct_fields): os9k nested structure does not | |
408 | have terminating ';', instead it just get to ',' and bit position | |
409 | and length. | |
410 | ||
a4b4f520 SG |
411 | Wed Jun 8 23:20:45 1994 Stu Grossman ([email protected]) |
412 | ||
413 | * nlmread.c (nlm_symtab_read): Clean up a bit. | |
414 | * (nlm_symfile_read): Record bounds of main() so that backtrace | |
415 | command will know where to stop. | |
416 | * objfiles.c (objfile_relocate): Relocate entry point/func info | |
417 | for backtrace as well. | |
418 | * objfiles.h: Define values for invalid PCs for entry point info. | |
419 | * symfile.c (init_entry_point_info): Initialize invalid values | |
420 | with aforementioned macros. | |
421 | * config/alpha/tm-alphanw.h: Turn on FRAME_CHAIN_VALID_ALTERNATE | |
422 | to cause backtrace to stop when it gets back to main(). | |
423 | * config/i386/tm-i386nw.h: Ditto. | |
424 | ||
e10cfcaa PB |
425 | Sat Jun 4 18:17:03 1994 Per Bothner ([email protected]) |
426 | ||
e884f418 | 427 | Fix value_print, which used to be ostensibly language-independent, |
e10cfcaa PB |
428 | but would print pointers and arrays in C syntax. Instead, call |
429 | a language-specific function. | |
430 | * language.h (struct language_defn): New functional field | |
e884f418 SS |
431 | la_value_print. |
432 | (LA_VALUE_PRINT): New macro. | |
433 | * language.c (unk_lang_value_print): New stub/dummy function. | |
e10cfcaa PB |
434 | (unknown_language_defn, auto_language_defn, local_language_defn): |
435 | Use it. | |
436 | * c-valprint.c (c_value_print): New function, with code moved from: | |
437 | * valprint.c (value_print): ... here. Now just invoke | |
438 | LA_VALUE_PRINT to do language-specific stuff. | |
439 | * valprint.c (value_print_array_elements): Make non-static. | |
440 | * c-lang.c (c_language_defn, cplus_language_defn): Add | |
e884f418 | 441 | c_value_print in the la_value_print field. |
e10cfcaa PB |
442 | * m2-lang.c (m2_language_defn): Likewise. |
443 | * ch-lang.c (chill_language_defn): But here use chill_value_print. | |
444 | * ch-valprint.c (chill_val_print): Print null pointer as NULL. | |
445 | * ch-valprint.c (chill_value_print): New function, based on | |
446 | c_value_print, but use Chill "look and feel." | |
447 | * c-lang.h (c_value_print): New prototype. | |
448 | * ch-lang.h (chill_value_print): New prototype. | |
449 | * value.h (value_print_array_elements): New prototype. | |
450 | ||
451 | * ch-valprint.c (chill_val_print, case TYPE_CODE_BITSTRING | |
452 | and case TYPE_CODE_SET): Check that the element type isn't a stub. | |
453 | ||
172559ec JK |
454 | Fri Jun 3 09:15:00 1994 Jim Kingdon ([email protected]) |
455 | ||
456 | * main.c: Move entire file except for #ifndef MAIN_OVERRIDE code | |
457 | to new file top.c. Make things extern instead of static and | |
458 | similar rearrangements to deal with this. | |
459 | * top.h: New file. | |
460 | * utils.c: Move fputs_unfiltered to main.c. Remove | |
461 | FPUTS_UNFILTERED_OVERRIDE ifndef. | |
462 | * Makefile.in: Change so that gdb uses main.c, utils.c, and top.c, | |
463 | and libgdb uses utils.c and top.c. | |
464 | ||
36af5ec6 JL |
465 | Thu Jun 2 23:19:10 1994 Jeff Law ([email protected]) |
466 | ||
467 | * hppa-tdep.c (skip_trampoline_code): Fix typo. | |
468 | ||
35f8a588 PB |
469 | Thu Jun 2 18:09:59 1994 Per Bothner ([email protected]) |
470 | ||
471 | * ch-valprint.c (chill_val_print_array_elements): New function. | |
472 | A Chill version of val_print_array_elements, it prints the | |
473 | array index labels, in additions ot the array element values. | |
474 | (chill_val_print): Use the new function. | |
475 | ||
2e6784a8 SG |
476 | Thu Jun 2 08:50:00 1994 Stu Grossman ([email protected]) |
477 | ||
478 | * configure.in: Add nlm subdir to configdirs for alpha-*-netware | |
479 | target. | |
480 | * defs.h (enum language): Add language_asm. | |
481 | * findvar.c (read_register_bytes read_register_gen | |
482 | write_register_bytes read_register read_register_pid | |
483 | write_register write_register_pid supply_register): Move multi- | |
484 | thread handling down into these routines. Create XXX_pid routines | |
485 | that allow register references to specify the pid. | |
486 | * findvar.c infcmd.c (read_pc read_pc_pid write_pc write_pc_pid | |
487 | read_sp write_sp read_fp write_fp): Move these routines from | |
488 | infcmd to findvar to centralize the whole mess. | |
489 | * i386-nlmstub.c: Portability fixes. | |
490 | * infptrace.c (child_resume): Conditionalize to allow other natives | |
491 | to override it. Remove PIDGET gubbish, it's no longer necessary. | |
492 | * infrun.c (wait_for_inferior): Put registers_changed() before | |
493 | target_wait() to speed up remote debugging. | |
494 | * Replace code that reads registers from other threads with much | |
495 | nicer looking new function calls (see changes to findvar.c). | |
496 | * Don't skip prologues if debugging assembly source. | |
497 | * lynx-nat.c (child_resume): Lynx now needs it's own version of | |
498 | child_resume to handle multi-thread debugging properly. | |
499 | * remote.c: Add O response to get console output from target. | |
500 | * (readchar): Add timeout parameter. Handle SERIAL_EOF and | |
501 | SERIAL_ERROR here to simplify callers. | |
502 | * Change static var timeout to remote_timeout. | |
503 | * (fromhex): Remove unnecessary return -1 at end of routine. | |
504 | * (remote_wait): Turn this into a big switch statement. Add | |
505 | support for O response. | |
506 | * (putpkt): Remove unnecessary handling of SERIAL_EOF/ERROR. | |
507 | * (getpkt): Split getpkt into two parts. read_frame deals with | |
508 | all formatting issues, run-length encoding, and framing. getpkt | |
509 | now handles error recovery, and frame detection. | |
510 | * ser-tcp.c (tcp_readchar): Handle EINTR from read(). | |
511 | * ser-unix.c (hardwire_raw): Set CLOCAL so that we ignore modem | |
512 | control. (hardwire_readchar): Handle EINTR from read(). | |
513 | * symfile.c (deduce_language_from_filename): Add support for .s | |
514 | files. | |
515 | * config/nm-lynx.h: Define CHILD_WAIT so that lynx-nat.c can | |
516 | override infptrace's child_wait. | |
517 | * config/rs6000/rs6000lynx.mh: Use xm-rs6000ly.h & nm-rs6000ly.h | |
518 | instead of XXXlynx.h. | |
519 | * config/rs6000/rs6000lynx.mt: Use tm-rs6000ly.h instead of | |
520 | tm-rs6000lynx.h. | |
521 | * nlm/gdbserve.c: Portability fixes. | |
522 | ||
d3507982 JK |
523 | Tue May 31 20:35:44 1994 Jim Kingdon ([email protected]) |
524 | ||
525 | * inftarg.c (child_wait): Call proc_wait, not wait. | |
526 | (child_mourn_inferior): Call proc_remove_foreign. | |
527 | * main.c (gdb_init): Call init_proc. | |
528 | * main.c: Provide dummy versions of init_proc, proc_wait, and | |
529 | proc_remove_foreign for the gdb case (the libgdb case provides its | |
530 | own versions of these functions). | |
531 | * Makefile.in (libgdb-files): Add libproc.a. | |
532 | ||
6d40175d SS |
533 | Wed Jun 1 11:08:52 1994 Stan Shebs ([email protected]) |
534 | ||
535 | Hardware watchpoints for Linux, from Rick Sladkey | |
536 | ([email protected]). | |
537 | * infrun.c (wait_for_inferior) [HAVE_CONTINUABLE_WATCHPOINT]: Add | |
538 | new hardware breakpoint recovery method. | |
539 | * i386v-nat.c (i386_insert_watchpoint, | |
540 | i386_insert_nonaligned_watchpoint, i386_remove_watchpoint, | |
541 | i386_stopped_by_watchpoint) [TARGET_CAN_USE_HARWARE_WATCHPOINT]: | |
542 | New functions to support the 386 hardware debugging registers. | |
543 | * config/i386/nm-linux.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT, | |
544 | HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT, | |
545 | target_insert_watchpoint, target_remove_watchpoint): Define these | |
546 | macros to use the hardware debugging functions in i386v-nat.c. | |
547 | ||
667fb5c3 JK |
548 | Wed May 25 17:06:15 1994 Jim Kingdon ([email protected]) |
549 | ||
550 | * Makefile.in: Replace libgdb.a with libgdb-files. Make "all" | |
551 | build it. | |
552 | ||
429f1c9f JK |
553 | Thu May 19 09:56:20 1994 Jim Kingdon ([email protected]) |
554 | ||
555 | * target.c, target.h: New variables target_activity_function and | |
556 | target_activity_fd. | |
557 | * inflow.c, inferior.h: New functions set_sigio_trap and | |
558 | clear_sigio_trap. | |
559 | * inftarg.c (child_wait), procfs.c (wait_fd): Call them. | |
560 | ||
bc67bf96 DE |
561 | Wed May 18 13:01:55 1994 Doug Evans ([email protected]) |
562 | ||
47424e79 DE |
563 | * remote-sim.h (sim_verbose): Delete. |
564 | Document callbacks needed. | |
565 | (sim_*): Change result to void where there isn't one. | |
566 | (sim_open): Clarify argument and error response. | |
567 | (sim_close): Declare. | |
568 | (sim_load): Change bfd_handle argument to file name. Clarify result. | |
569 | (sim_create_inferior): Renamed from sim_set_args. | |
570 | (sim_set_pc): Delete. | |
571 | (sim_info): Delete printf_fn argument. | |
572 | * remote-sim.c (gdbsim_kill): Add comment describing purpose. | |
573 | (gdbsim_load): Try sim_load first. | |
574 | (gdbsim_create_inferior): Call sim_create_inferior. | |
575 | (gdbsim_open): Handle args == NULL. Update call to sim_open. | |
576 | (gdbsim_close): Call sim_close. | |
577 | (gdbsim_files_info): Update call to sim_info. | |
578 | (gdbsim_ops): Realign comments. | |
579 | ||
bc67bf96 DE |
580 | * printcmd.c (decode_format): Allow TARGET_PTR_BIT to be non-constant. |
581 | ||
298f0428 SS |
582 | Tue May 17 16:45:20 1994 Stan Shebs ([email protected]) |
583 | ||
584 | * xcoffread.c (read_xcoff_symtab): For C_FILE symbols, only use | |
585 | the auxent if the symbol's name is ".file". From David Edelsohn | |
586 | <[email protected]>. | |
587 | ||
9c036bd8 JK |
588 | Tue May 17 11:08:22 1994 Jim Kingdon ([email protected]) |
589 | ||
20b3c1aa JK |
590 | * breakpoint.c (breakpoint_1): Fix typo. |
591 | ||
592 | * annotate.c (annotate_field_end): Fix typo. | |
593 | ||
594 | * Makefile.in: Move annotate.o from COMMON_OBS to OBS. | |
595 | ||
596 | * Makefile.in (TSSTART): Remove; no longer used. | |
597 | ||
9c036bd8 JK |
598 | * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call |
599 | fputs_unfiltered and exit directly, rather than fatal. The latter | |
600 | calls vfprintf_unfiltered! | |
601 | ||
602 | * gdbtypes.h, gdbtypes.c (can_dereference): New function. | |
603 | * value.h, printcmd.c (print_value_flags): Move from here... | |
604 | * annotate.c: ...to here, and make it use can_dereference. | |
605 | ||
16d2cc80 SS |
606 | Sat May 14 15:13:52 1994 Stan Shebs ([email protected]) |
607 | ||
608 | * inflow.c (job_control, attach_flag, generic_mourn_inferior): | |
609 | Remove, needed for both native and cross. | |
610 | * target.c (attach_flag, generic_mourn_inferior): Put here. | |
611 | * utils.c (job_control): Put here. | |
612 | (terminal.h): Don't include anymore. | |
613 | ||
d8fc8773 JK |
614 | Sat May 14 09:11:44 1994 Jim Kingdon ([email protected]) |
615 | ||
616 | * source.c (find_source_lines): Always use code that was #ifdef | |
617 | BROKEN_LARGE_ALLOCA. Do the cleanup before returning, rather than | |
618 | leaving it on the chain. Reindent much of this function. | |
619 | * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h}, | |
620 | config/i386/{xm-sun386.h,xm-i386m3.h,xm-i386mach.h}, | |
621 | config/m68k/{sun3os4.h,xm-news.h,xm-hp300hpux.h}, | |
622 | config/ns32k/xm-ns32km3.h: Remove all references to | |
623 | BROKEN_LARGE_ALLOCA; with the above change it is no longer needed. | |
624 | * main.c, fork-child.c, many config files: Remove all | |
625 | SET_STACK_LIMIT_HUGE code; with the above changes it should no | |
626 | longer be needed. | |
627 | ||
628 | * symtab.c (lookup_partial_symbol): Use if and abort, not assert. | |
629 | This avoids __eprintf troubles. | |
630 | ||
1c95d7ab JK |
631 | Fri May 13 08:10:21 1994 Jim Kingdon ([email protected]) |
632 | ||
d8fc8773 JK |
633 | * main.c (main): Surround in #ifndef MAIN_OVERRIDE. Move |
634 | initialization code which needs to be called even if we bypass the | |
635 | command line stuff into gdb_init. | |
636 | * utils.c (fputs_unfiltered): Surround in #ifndef | |
637 | FPUTS_UNFILTERED_OVERRIDE. | |
638 | * Makefile.in (libgdb.a): New target. | |
639 | ||
640 | * utils.c: Rearrange I/O stuff a bit so that all output goes | |
641 | through fputs_unfiltered. Use vasprintf; removes arbitrary limit | |
642 | which made %s not work with arbitrarily large strings. | |
643 | * printcmd.c (printf_command): Use printf_filtered, not | |
644 | printf_unfiltered and printf, now that arbitrary limit is gone. | |
645 | ||
1c95d7ab JK |
646 | gcc -Wall lint: |
647 | * breakpoint.c (watchpoint_check): Remove unused variable b. | |
648 | * stack.c (print_frame_info): Move sp and buf inside #if. | |
649 | * eval.c (evaluate_subexp): Remove unused variables pp, | |
650 | mangle_ptr, ptr, and mangle_tstr. | |
651 | * valarith.c (value_x_binop): Remove unused variables mangle_tstr | |
652 | and mangle_ptr. | |
653 | * symtab.c (lookup_symtab): Put variable copy inside #if. | |
654 | (decode_line_1): Put variable q1 inside #if 0. | |
655 | * target.h: Declare target_link. | |
656 | * infrun.c (wait_for_inferior): Remove unused variables signame. | |
657 | * remote.c (remote_resume): Remove unused variable name. | |
658 | * c-exp.y (parse_number): Parenthesize operand of shift. | |
659 | * dbxread.c (record_minimal_symbol): Parenthesize operand of && | |
660 | (this is a semantic change, the warning seems to have detected a bug). | |
661 | * dbxread.c (end_psymtab): Move variable p1 inside #if. | |
662 | * coffread.c: Move variable temptype inside #if. | |
663 | * ch-typeprint.c (chill_type_print_base): Remove unused variable | |
664 | name. | |
665 | * ch-valprint.c: #include typeprint.h and ch-lang.h. | |
666 | (chill_val_print): Remove unused variable in_range. | |
667 | (chill_val_print): Remove statement "length > TYPE_LENGTH (type);". | |
668 | (chill_val_print): Add default case for switch. | |
669 | * stabsread.h: Declare stabsect_build_psymtabs. | |
670 | * os9kread.c (read_minimal_symbols): Make this return void. | |
671 | (os9k_symfile_read): Remove unused variables stb_exist and val. | |
672 | (os9k_symfile_init): Remove unused variable val. | |
673 | (fill_sym): Remove unused variable id. | |
674 | (read_os9k_psymtab): Put variable back_to inside #if 0. Remove | |
675 | unused variable nsl. | |
676 | Remove unused variable symfile_bfd. | |
677 | #if 0 unused variables lbrac_unmatched_complaint and | |
678 | lbrac_mismatch_complaint. | |
679 | Remove declaration for non-existent function os9k_next_symbol_text. | |
680 | ||
681 | * annotate.c, annotate.h: New files, containing a function for | |
682 | each annotation which outputs it. | |
683 | * Move breakpoints_changed from breakpoint.c to annotate.c. | |
684 | * breakpoint.c, blockframe.c, infrun.c, cp-valprint.c, main.c, | |
685 | printcmd.c, source.c, stack.c, utils.c, valprint.c: | |
686 | Use annotate.c functions to output annotations. | |
687 | * Makefile.in (OBS): Add annotate.o. | |
688 | ||
88b91d4a JL |
689 | Thu May 12 10:46:27 1994 Jeff Law ([email protected]) |
690 | ||
f55179cb JL |
691 | * hppa-tdep.c (read_unwind_info): Make sure elf_unwind_size and |
692 | elf_unwind_entries are always initialized. | |
693 | ||
88b91d4a JL |
694 | * hppa-tdep.c (skip_trampoline_code): Handle argument relocation |
695 | stubs which return directly to the caller rather than to the stub | |
696 | itself. | |
697 | ||
8db1a922 SS |
698 | Wed May 11 20:11:51 1994 Stan Shebs ([email protected]) |
699 | ||
700 | * c-exp.y (yyerror): Display a more informative error message. | |
701 | * ch-exp.y (yyerror): Ditto, don't use global yychar. | |
702 | * m2-exp.y (yyerror): Ditto. | |
703 | ||
91ecc8ef SS |
704 | Tue May 10 11:57:53 1994 Stan Shebs ([email protected]) |
705 | ||
706 | * inflow.c (job_control): Move definition to front of file. | |
707 | ||
0286d386 ILT |
708 | Tue May 10 14:42:37 1994 Ian Lance Taylor ([email protected]) |
709 | ||
710 | * maint.c (print_section_table): Rename SEC_SHARED_LIBRARY to | |
711 | SEC_COFF_SHARED_LIBRARY to match corresponding change in bfd. | |
712 | ||
713 | Fri May 6 13:30:22 1994 Stan Shebs ([email protected]) | |
714 | ||
715 | * Makefile.in (kdb): Remove old init.c creation commands. | |
716 | * configure.in (sparclite): Match on sparclite*. | |
717 | * sparclite/aload.c (main): Only change section addresses for | |
718 | a.out format object files. | |
719 | ||
5ff7b328 SC |
720 | Fri May 6 13:24:04 1994 Steve Chamberlain ([email protected]) |
721 | ||
722 | * config/i386/go32.mh: Define CC. | |
723 | ||
b292fca8 SS |
724 | Fri May 6 11:56:54 1994 Stan Shebs ([email protected]) |
725 | ||
726 | * gdbserver/Makefile.in: Remove irrelevant definitions and | |
727 | comments inherited from the gdb Makefile. | |
728 | (BFD_DIR, BFD, BFD_SRC, BFD_CFLAGS): Add from gdb Makefile. | |
729 | (VERSION): Update to 4.12.3. | |
730 | (gdbserver): Remove any existing executable first. | |
731 | (distclean, realclean): Remove nm.h. | |
732 | * gdbserver/low-lynx.c: Add Sparc Lynx support. | |
733 | * gdbserver/low-sparc.c, gdbserver/low-sun3.c (sys/wait.h): | |
734 | Don't use absolute pathname. | |
735 | ||
736 | Thu May 5 12:00:22 1994 Stan Shebs ([email protected]) | |
737 | ||
738 | * rs6000-nat.c (vmap_ldinfo): Don't fail if fstat returns an | |
739 | error. | |
740 | ||
ee5fca1f JK |
741 | Wed May 4 06:56:03 1994 Jim Kingdon ([email protected]) |
742 | ||
743 | * infrun.c (proceed, normal_stop, wait_for_inferior), breakpoint.c | |
744 | (print_it_normal): Add annotations for the inferior starting and | |
745 | stopping, and for all the various messages related to how it | |
746 | stopped. | |
747 | ||
748 | * printcmd.c (do_one_display): Annotate. | |
749 | * stack.c (print_frame_info): Annotate printing of stack frames. | |
750 | ||
731dca94 SG |
751 | Wed May 4 18:15:51 1994 Stu Grossman ([email protected]) |
752 | ||
753 | * remote.c (get_offsets): Handle case where stub doesn't support | |
754 | qOffsets message. | |
755 | ||
36a2283d PB |
756 | Wed May 4 15:30:39 1994 Per Bothner ([email protected]) |
757 | ||
758 | Add partial support for g++ code compiled with -fvtable-thunks. | |
759 | * c-valprint.c (c_val_print): Add vtblprint support | |
760 | when using thunks. | |
761 | * cp-valprint.c (cp_is_vtbl_member): A vtable can be an array of | |
762 | pointers (if using thunks) as well as array of structs (otherwise). | |
763 | * cp-valprint.c (vtbl_ptr_name_old, vtbl_ptr_name): Move to global | |
764 | level, and make the latter non-static (so define_symbol can use it). | |
765 | * stabsread.c (define_symbol): If the type being defined is a | |
766 | pointer type named "__vtbl_ptr_type", set the TYPE_NAME to that name. | |
767 | * symtab.h (VTBL_PREFIX_P): Allow "_VT" as well as "_vt". | |
768 | * values.c (value_virtual_fn_field): Handle thunks. | |
769 | * values.c (value_headof): Minor efficiency hack. | |
770 | * values.c (value_headof): Incomplete thunk support. FIXME. | |
771 | ||
997c6a1d JK |
772 | Wed May 4 06:56:03 1994 Jim Kingdon ([email protected]) |
773 | ||
d24c0599 JK |
774 | * valprint.c (print_longest): Clarify comment about use_local. |
775 | * printcmd.c, defs.h (print_address_numeric), callers in | |
776 | symmisc.c, symfile.c, stack.c, source.c, remote.c, infcmd.c, | |
777 | cp-valprint.c, core.c, ch-valprint.c, c-valprint.c, breakpoint.c, | |
778 | exec.c: New argument use_local. | |
779 | * source.c (identify_source_line): Use filtered output. Use | |
780 | print_address_numeric. | |
781 | ||
e16b9023 JK |
782 | * core.c (memory_error), symtab.c (cplusplus_hint, decode_line_1), |
783 | language.c (type_error, range_error): Use filtered output. | |
784 | * utils.c (error_begin): Update comment to tell people to use | |
785 | filtered output. | |
786 | ||
997c6a1d JK |
787 | * Makefile.in (HFILES_WITH_SRCDIR): List bfd.h. |
788 | (HFILES_NO_SRCDIR): List gdbcore.h not gdbcore_h, so as not to get | |
789 | bfd.h. | |
790 | ||
3f5e2fb5 JK |
791 | Tue May 3 07:41:33 1994 Jim Kingdon ([email protected]) |
792 | ||
793 | * procfs.c (procfs_wait): Reinstate code which deduces the signal | |
794 | from the fault, #ifndef FAULTED_USE_SIGINFO. | |
795 | * config/sparc/tm-sun4sol2.h: Define FAULTED_USE_SIGINFO. | |
796 | ||
47ebe8fd JK |
797 | Fri Apr 29 18:15:04 1994 Jim Kingdon ([email protected]) |
798 | ||
799 | * breakpoint.c (breakpoint_1): Annotate each field of the headers. | |
800 | Explicitly annotate each record. | |
801 | ||
0c4b30ea SS |
802 | Fri Apr 29 15:56:18 1994 Stan Shebs ([email protected]) |
803 | ||
804 | * xcoffexec.c: Reformat to standards and lint. | |
805 | (language.h): Include. | |
806 | (exec_close): Declare arg "quitting". | |
807 | (file_command): Declare arg "from_tty". | |
808 | (map_vmap): Cast xmalloc result to PTR. | |
809 | * rs6000-nat.c: Reformat to standards and lint. | |
810 | (exec_one_dummy_insn): Use char array for saved instruction. | |
811 | (fixup_breakpoints): Declare. | |
812 | (vmap_ldinfo): Be more informative in fatal error messages. | |
813 | (xcoff_relocate_symtab): Define to return void. | |
814 | * xcoffsolib.h: Reformat to standards, improve comments. | |
815 | * config/rs6000/nm-rs6000.h (xcoff_relocate_symtab): Declare. | |
816 | ||
d8742f46 JK |
817 | Thu Apr 28 08:40:56 1994 Jim Kingdon ([email protected]) |
818 | ||
a0cf4681 JK |
819 | * utils.c, defs.h (error_begin): New function. |
820 | (quit): Print annotation before printing the error message. | |
821 | * main.c (return_to_top_level): Print annotation before doing the | |
822 | longjmp. | |
823 | * symtab.c (decode_line_1): Call error not warning and then | |
824 | return_to_top_level. Call error_begin and printf_unfiltered | |
825 | rather calling warning (before calls to return_to_top_level). | |
826 | * core.c (memory_error): Use error_begin, printf_unfiltered, | |
827 | print_address_numeric and return_to_top_level instead of error. | |
828 | Cleans up a FIXME-32x64. | |
829 | * language.c (type_error, range_error): Call error_begin | |
830 | not just target_terminal_ours. | |
831 | ||
21ad7c45 JK |
832 | * dbxread.c (stabsect_build_psymtabs): Assign to sym_stab_info |
833 | directly, rather than via DBX_SYMFILE_INFO. A cast on the left | |
834 | side of an assignment is non-portable. | |
835 | ||
d8742f46 JK |
836 | * utils.c (query): Change syntax of query annotations to be |
837 | consistent with other input annotations. | |
4dd876ac | 838 | (prompt_for_continue): Likewise for prompt-for-continue annotation. |
d8742f46 | 839 | |
11d26982 PS |
840 | Thu Apr 28 01:20:39 1994 Peter Schauer ([email protected]) |
841 | ||
842 | * mdebugread.c (psymtab_to_symtab_1): Do not call sort_blocks | |
843 | for stabs symtabs. | |
844 | * mips-tdep.c (mips_skip_prologue): Handle prologues for functions | |
845 | that have a stack frame size of 32k or larger (from Paul Flinders). | |
846 | Remove #if 0'd code. | |
847 | ||
aa175216 SS |
848 | Wed Apr 27 16:33:51 1994 Stan Shebs ([email protected]) |
849 | ||
850 | * lynx-nat.c (CANNOT_STORE_REGISTER): Add a fallback definition | |
851 | for Lynx platforms that need it. | |
852 | * config/nm-lynx.h (__LYNXOS): Define if not already defined. | |
853 | ||
890634ed JK |
854 | Wed Apr 27 16:01:37 1994 Jim Kingdon ([email protected]) |
855 | ||
856 | * procfs.c (procfs_wait): Use the signal from the pr_info rather | |
857 | than trying to deduce it from the fault. | |
858 | ||
c0c9b923 SC |
859 | Wed Apr 27 12:22:46 1994 Steve Chamberlain ([email protected]) |
860 | ||
861 | * printcmd.c (print_address_symbolic): Initialize name to empty | |
862 | string to avoid core dump if lookup fails. | |
863 | * remote-e7000.c (printf_e7000debug): Error if target not open. | |
864 | ||
a49666fe SG |
865 | Tue Apr 26 22:45:24 1994 Stu Grossman (grossman at cygnus.com) |
866 | ||
867 | * i386-nlmstub.c: Update to be more in line with PIN stub. | |
868 | * nlm/gdbserve.c (putDebugChar): Install bug fix from i386-nlmstub. | |
869 | * (hex2mem): Init ptr. | |
870 | * General cleanups to use ConsolePrintf, standard prologues, etc... | |
871 | ||
d0e2b767 SG |
872 | Tue Apr 26 10:23:04 1994 Stu Grossman (grossman at cygnus.com) |
873 | ||
68ba2fa5 SG |
874 | * i386-nlmstub.c: More changes to be compatible with remote.c. |
875 | ||
876 | * dbxread.c: Move a bunch of strncmps out of process_one_symbol | |
877 | into (the far less frequently called) dbx_symfile_read. | |
878 | ||
d0e2b767 SG |
879 | * i386-nlmstub.c: An interim version till we get PIN for the x86. |
880 | ||
a66e8382 SG |
881 | Tue Apr 26 09:50:45 1994 Stu Grossman (grossman at cygnus.com) |
882 | ||
883 | * dbxread.c (record_minimal_symbol): Record the section | |
884 | associated with the symbol to make dynmaic relocation work. | |
885 | * (dbx_symfile_read, process_one_symbol): Fixes to work around | |
886 | Solaris brain-damage which don't apply to relocatable object | |
887 | files. | |
888 | * (stabsect_build_psymtabs): New routine to read stabs out of an | |
889 | arbitrarily named section. | |
890 | * nlmread.c (nlm_symtab_read): Read ALL syms from the NLM, not just | |
891 | globals. | |
892 | * (nlm_symfile_read): Call stabsect_build_psymtabs to read the | |
893 | stabs out of the nlm. | |
894 | * partial-stabs.h (cases 'f' & 'F'): Fixes to work around Solaris | |
895 | brain-damage which don't apply to relocatable object files. | |
896 | * remote.c (putpkt): Improve error reporting and error handling. | |
1624c38f SG |
897 | * (get_offsets): Temporary kludge to force data & bss sections to |
898 | have the same relocation. | |
a66e8382 SG |
899 | * stabsread.c (define_symbol, scan_file_globals): Record section |
900 | info in sym. | |
901 | ||
fdb81aa1 JK |
902 | Sat Apr 23 19:05:52 1994 Jim Kingdon ([email protected]) |
903 | ||
904 | * breakpoint.c (breakpoint_1): Annotate each field of output. Add | |
905 | FIXME-32x64 comment. | |
906 | ||
0a2e98a9 JK |
907 | Fri Apr 22 16:43:54 1994 Jim Kingdon ([email protected]) |
908 | ||
d084c93f JK |
909 | * infrun.c (wait_for_inferior): Move call to flush_cached_frames |
910 | to after call to target_wait. This means that flush_cached_frames | |
911 | can call target_terminal_ours if it wants to. | |
912 | * infrun.c (wait_for_inferior) [HAVE_NONSTEPPABLE_WATCHPOINT]: Add | |
913 | comment about why the code is dubious. | |
914 | ||
0a2e98a9 JK |
915 | * stabsread.c (read_type): Call read_type, not nonexistent |
916 | os9k_read_type. | |
917 | ||
d5336fc5 KH |
918 | Fri Apr 22 14:25:36 1994 Kung Hsu ([email protected]) |
919 | ||
920 | * remote-os9k.c (rombug_fetch_registers): set trace mode | |
921 | correctly. | |
922 | * remote-os9k.c (rombug_read_inferior_memory): cache data in | |
923 | buffer. | |
924 | * os9kread,c (read_os9k_psymtab): process file symbol to truncate | |
925 | extra info. | |
926 | * os9kread.c (os9k_read_ofile_symtab): proper casting of args | |
927 | passed to process_one_symbol. | |
928 | * stabsread.c (read_type): process os9k functio prototype. | |
929 | ||
f5a0908f JK |
930 | Fri Apr 22 11:27:39 1994 Jim Kingdon ([email protected]) |
931 | ||
932 | * solib.c (symbol_add_stub): If so->textsection is NULL, don't | |
933 | dump core. | |
934 | ||
9e8db445 JK |
935 | Thu Apr 21 07:45:49 1994 Jim Kingdon ([email protected]) |
936 | ||
da988c20 JK |
937 | * utils.c (prompt_for_continue): Annotate prompt. |
938 | (query): Annotate query. | |
939 | * printcmd.c (print_frame_args): Change syntax of argument | |
940 | annotation to make name and value part of a single group of | |
941 | annotations, not two separate groups. | |
942 | * cp-valprint.c (cp_print_value_fields): Likewise for fields. | |
943 | * valprint.c (val_print_array_elements): Change syntax of | |
944 | annotation to be more concise. | |
945 | * main.c, defs.h (command_line_input): New argument tells what | |
946 | string to include in the annotations. | |
947 | * symtab.c (decode_line_2), main.c (read_command_lines, | |
948 | command_loop): Change callers. | |
949 | ||
9e8db445 JK |
950 | * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for |
951 | target null pointer. | |
952 | * blockframe.c (find_frame_addr_in_frame_chain): Likewise. | |
953 | ||
954 | * printcmd.c (output_command): Annotate things we print here too. | |
eb1e37a3 | 955 | * printcmd.c (print_command_1): Add "value-history-value" annotation. |
9e8db445 JK |
956 | * Move declaration of print_value_flags from defs.h to value.h. |
957 | * main.c (command_line_input): Call wrap_here as well as gdb_flush. | |
958 | ||
0683ac4b PS |
959 | Thu Apr 21 09:29:37 1994 Peter Schauer ([email protected]) |
960 | ||
961 | * dbxread.c (read_dbx_dynamic_symtab): Reinstall support for sun3, | |
962 | BFD handles sun3 dynamic relocations now. | |
963 | * elfread.c (elf_symtab_read, elf_symfile_read): Handle dynamic | |
964 | symbol table. | |
965 | ||
96f7edbd JK |
966 | Wed Apr 20 19:41:21 1994 Jim Kingdon ([email protected]) |
967 | ||
968 | * printcmd.c (print_command_1): Annotate the top-level expressions | |
969 | that we print. | |
970 | (print_frame_args): Annotate each argument. | |
971 | * printcmd.c, defs.h (print_value_flags): New function. | |
972 | * cp-valprint.c (cp_print_value_fields): Annotate each field. | |
973 | * valprint.c (val_print_array_elements): Annotate each array element. | |
974 | ||
59746d9f PS |
975 | Wed Apr 20 13:18:41 1994 Peter Schauer ([email protected]) |
976 | ||
977 | * findvar.c (read_var_value): Handle LOC_REPARM_ADDR case correctly, | |
978 | the register contains a pointer to the type, not the type itself. | |
979 | ||
6c803036 JK |
980 | Mon Apr 11 10:44:35 1994 Jim Kingdon ([email protected]) |
981 | ||
982 | * main.c (main): Accept --annotate=N option and make --fullname | |
983 | the same as --annotate=1. | |
984 | (command_line_input): Print annotatation before and after prompt. | |
985 | * blockframe.c (flush_cached_frames): Print annotation. | |
986 | * Rename frame_file_full_name to annotation_level and move it from | |
987 | symtab.h to defs.h. | |
988 | * source.c (identify_source_line): If annotation_level > 1, | |
989 | change output format. | |
990 | * breakpoint.c: Print annotation whenever a breakpoint changes. | |
991 | * main.c: New variable server_command. | |
992 | (command_line_input): Parse "server " and set server_command. | |
993 | (dont_repeat): Check server_command. | |
994 | ||
d7a96d67 JK |
995 | Wed Apr 20 08:37:16 1994 Jim Kingdon ([email protected]) |
996 | ||
963dbabe JK |
997 | * xcoffread.c (xcoff_next_symbol_text): Don't return before |
998 | updating raw_symbol and symnum. Return a value in the case where | |
999 | we complained. | |
1000 | ||
d7a96d67 JK |
1001 | * dstread.c, coffread.c: Don't define pending_blocks; buildsym.c |
1002 | takes care of it. | |
703e4251 JK |
1003 | * parse.c: Don't define block_found; it is defined in symtab.c. |
1004 | * parser-defs.h: Add comment regarding block_found. | |
d7a96d67 | 1005 | |
d782a995 JL |
1006 | Tue Apr 19 09:46:05 1994 Jeffrey A. Law ([email protected]) |
1007 | ||
1008 | * hppa-tdep.c (internalize_unwind_info): Delete unused indexp | |
1009 | argument. | |
1010 | ||
be78eb1a PS |
1011 | Mon Apr 18 13:18:56 1994 Peter Schauer ([email protected]) |
1012 | ||
1013 | * dbxread.c (read_dbx_dynamic_symtab): Relocate BFD symbols by | |
1014 | section vma. Do not read dynamic relocs for sun3 executables to | |
1015 | avoid BFD assertion message. | |
1016 | ||
9c842e0c JL |
1017 | Mon Apr 18 10:08:07 1994 Jeffrey A. Law ([email protected]) |
1018 | ||
1019 | * nm-hppab.h (KERNEL_U_ADDR): Define. | |
1020 | (FIVE_ARG_PTRACE): Likewise. | |
1021 | (CANNOT_STORE_REGISTER): Likewise. | |
8bd8cef2 | 1022 | * nm-hppah.h (KERNEL_U_ADDR): Define. |
9c842e0c JL |
1023 | (FIVE_ARG_PTRACE): Likewise. |
1024 | (CANNOT_STORE_REGISTER): Likewise. | |
1025 | (NEED_TEXT_START_END): Likewise. | |
1026 | ||
1027 | * tm-hppah.h (NEED_TEXT_START_END): Delete definition. | |
1028 | * xm-hppah.h (KERNEL_U_ADDR): Delete definition. | |
1029 | (FIVE_ARG_PTRACE): Likewise. | |
1030 | * xm-hppab.h (KERNEL_U_ADDR): Delete definition. | |
1031 | (FIVE_ARG_PTRACE): Likewise. | |
1032 | ||
1033 | * hppa-tdep.c (read_unwind_info): Make static. | |
1034 | (restore_pc_queue): Indirect through the target vector to | |
1035 | reload the register state. | |
1036 | ||
c5152d42 JL |
1037 | Sat Apr 16 22:20:51 1994 Jeffrey A. Law ([email protected]) |
1038 | ||
1039 | * paread.c (compare_unwind_entries): Delete function. It's been | |
1040 | moved into hppa-tdep.c. | |
1041 | (read_unwind_info): Likewise. | |
1042 | (pa_symfile_read): No longer call read_unwind_info. The unwind | |
1043 | tables will be read in as they are needed. | |
1044 | ||
1045 | * hppa-tdep.c (compare_unwind_entries): New function. | |
1046 | (read_unwind_info, internalize_unwinds): Likewise. | |
1047 | (find_unwind_entry): Read in unwind information on demand. | |
1048 | ||
fad466eb SS |
1049 | Fri Apr 15 11:53:46 1994 Stan Shebs ([email protected]) |
1050 | ||
1051 | * source.c (DIRNAME_SEPARATOR): New macro, replaces all references | |
1052 | to : in search path processing. | |
1053 | * defs.h (qsort): Rename argument in prototype. | |
1054 | * symtab.h (SAYMBOL_VALUE): Rename value field, avoids bugs in | |
1055 | some compilers. | |
1056 | * breakpoint.c, exec.c, mdebugread.c, mipsread.c, xcoffexec.c | |
1057 | (false): Eliminate usages. | |
1058 | ||
63eef03a SC |
1059 | Fri Apr 15 11:35:19 1994 Steve Chamberlain ([email protected]) |
1060 | ||
1061 | * h8500-tdep.c (initialize_h8500_tdep, large_command): | |
1062 | All references to value changed to value_ptrlage_command is now | |
1063 | called big_command. | |
1064 | All references to value changed to value_ptr. | |
1065 | * remote-e7000.c (e7000_wait): Use target_waitstatus and SETSTOP | |
1066 | * remote-hms.c (hms_wait): Timeout after five seconds. | |
1067 | * ser-go32.c (dosasync_read): Poll if timeout < 0. | |
1068 | * config/tm/tm-h8500.h (BEFORE_MAIN_LOOP_HOOK): Deleted. | |
1069 | * config/sh/tm-sh.h (BREAKPOINT): Is now sleep opcode. | |
1070 | ||
e6b8a171 JL |
1071 | Thu Apr 14 07:01:56 1994 Jeffrey A. Law ([email protected]) |
1072 | ||
1073 | * procfs.c (procfs_wait): Protect watchpoint code with appropriate | |
1074 | #ifdefs. | |
6bc194d2 | 1075 | (procfs_set_watchpoint, procfs_stopped_by_watchpoint): Likewise. |
e6b8a171 | 1076 | |
999dd04b JL |
1077 | Wed Apr 13 14:52:46 1994 Jeffrey A. Law ([email protected]) |
1078 | ||
1079 | * breakpoint.h (enum bptype): Add bp_hardware_watchpoint and | |
1080 | bp_watchpoint_scope breakpoints. | |
1081 | (struct breakpoint): Add val_chain and related_breakpoint fields | |
1082 | for use by watchpoints. | |
1083 | ||
1084 | * breakpoint.c (within_scope): Delete. No longer used. | |
1085 | (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Provide default definition. | |
1086 | (target_{remove,insert}_watchpoint): Likewise. | |
1087 | (can_use_hardware_watchpoint): New function. | |
1088 | (remove_breakpoint): New function to remove a single breakpoint | |
1089 | or hardware watchpoint. | |
1090 | (insert_breakpoints): Handle insertion of hardware watchpoints. | |
1091 | Store a copy of the value chain derived from the watchpoint | |
1092 | expression. | |
1093 | (remove_breakpoints): Simplify by using remove_breakpoint. | |
1094 | (delete_breakpoint): Likewise. | |
1095 | (watchpoint_check): Delete the watchpoint and watchpoint scope | |
1096 | breakpoints when the watchpoint goes out of scope. Save & restore | |
1097 | the current frame after checking watchpoints. | |
1098 | (breakpoint_init_inferior): Likewise (restarting the program | |
1099 | makes all local watchpoints go out of scope). | |
1100 | (bpstat_stop_status): Handle hardware watchpoints much like normal | |
1101 | watchpoints. Delete the watchpoint and watchpoint scope breakpoint | |
1102 | when the watchpoint goes out of scope. Remove and reinsert all | |
1103 | breakpoints before returning if we stopped when a hardware watchpoint | |
1104 | fired. | |
1105 | (watch_command): Use a hardware watchpoint when possible. If | |
1106 | watching a local expression, build a scope breakpoint too. | |
1107 | (map_breakpoint_numbers): Also call given function for any | |
1108 | related breakpoints. | |
1109 | (disable_breakpoint): Never disable a scope breakpoint. | |
1110 | (enable_breakpoint): Handle hardware breakpoints much like normal | |
1111 | breakpoints, but recompute the watchpoint_scope breakpoint's | |
1112 | frame and address (if we have an associated scope breakpoint). | |
1113 | (read_memory_nobpt): Handle hardware watchpoints like normal | |
1114 | watchpoints. When necessary handle watchpoint_scope breakpoints. | |
1115 | (print_it_normal, bpstat_what, breakpoint_1, mention): Likewise. | |
1116 | (clear_command, breakpoint_re_set_one, enable_command): Likewise. | |
1117 | (disable_command): Likewise. | |
1118 | ||
1119 | * blockframe.c (find_frame_addr_in_frame_chain): New function. | |
1120 | Extern prototype added to frame.h | |
1121 | ||
1122 | * infrun.c (wait_for_inferior): Set current_frame and select | |
1123 | a frame before checking if we stopped due to a hardare watchpoint | |
1124 | firing. Handle stepping over hardware watchpoints. | |
1125 | (normal_stop): Remove unnecessary call to select_frame. | |
1126 | ||
1127 | * value.h (value_release_to_mark): Declare. | |
1128 | * values.c (value_release_to_mark): New function. | |
1129 | ||
1130 | * procfs.c (procfs_wait): Add cases for hardware watchpoints. | |
1131 | (procfs_set_watchpoint, procfs_stopped_by_watchpoint): New functions. | |
1132 | ||
1133 | * hppab-nat.c (hppa_set_watchpoint): New function. | |
1134 | ||
1135 | * config/pa/nm-hppab.h (STOPPED_BY_WATCHPOINT): Define. | |
1136 | (HAVE_STEPPABLE_WATCHPOINT): Define. | |
1137 | (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define. | |
1138 | (target_{insert,delete}_watchpoint): Define. | |
1139 | ||
9ec76784 JL |
1140 | * config/mips/nm-irix4.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define. |
1141 | (STOPPED_BY_WATCHPOINT, HAVE_NONSTEPPABLE_WATCHPOINT): Likewise. | |
1142 | (target_{insert,remove}_watchpoint): Likewise. | |
1143 | ||
70e375c3 SG |
1144 | Mon Apr 11 19:21:27 1994 Stu Grossman (grossman at cygnus.com) |
1145 | ||
1146 | * xcoffread.c (read_xcoff_symtab): Ignore symbols of class C_EXT, | |
1147 | smtyp XTY_LD, sclass XMC_DS (external data segment label). They | |
1148 | often have the same names as debug symbols for functions, and | |
1149 | confuse lookup_symbol(). | |
1150 | ||
2ddeed27 JK |
1151 | Mon Apr 11 10:44:35 1994 Jim Kingdon ([email protected]) |
1152 | ||
1153 | * remote.c: Around redefinition of PBUFSIZE, adjust whitespace. | |
1154 | * config/pa/tm-hppa.h (REGISTER_BYTES): Use 4 rather than | |
1155 | REGISTER_RAW_SIZE (1). | |
1156 | Together these changes work around a bug in HP's compiler. Both | |
1157 | seem to be necessary. | |
1158 | ||
699daa9c JL |
1159 | Mon Apr 11 09:18:24 1994 Jeffrey A. Law ([email protected]) |
1160 | ||
1161 | * paread.c (pa_symtab_read): Handle ST_STUB symbols and symbols | |
1162 | with scope SS_EXTERNAL. ST_ENTRY symbols in dynamic executables | |
1163 | are type mst_solib_trampoline. | |
1164 | ||
7b2b0758 JK |
1165 | Fri Apr 8 17:14:37 1994 Jim Kingdon ([email protected]) |
1166 | ||
1167 | * config/m68k/es1800.mt: Change comments. | |
1168 | ||
1169 | Fri Apr 8 17:14:37 1994 Rob Savoye ([email protected]) | |
1170 | ||
1171 | * config/m68k/monitor.mt (TDEPFILES): Don't include remote-es.o. | |
1172 | ||
790a14a8 SG |
1173 | Fri Apr 8 15:35:30 1994 Stu Grossman (grossman at cygnus.com) |
1174 | ||
1175 | * lynx-nat.c: Restore regmap structure for SPARC. It's needed | |
1176 | for core files. | |
1177 | ||
f3e4ac4a JK |
1178 | Fri Apr 8 14:53:35 1994 Jim Kingdon ([email protected]) |
1179 | ||
a110a1c3 JK |
1180 | * values.c (unpack_long): Remove obsolete comment about using a |
1181 | switch statement. | |
1182 | ||
f3e4ac4a JK |
1183 | * symfile.c (symbol_file_command): Add comments about command syntax. |
1184 | ||
2fe3b329 PS |
1185 | Thu Apr 7 17:25:21 1994 Peter Schauer ([email protected]) |
1186 | Jim Kingdon ([email protected]) | |
1187 | ||
1188 | * infrun.c (IN_SOLIB_TRAMPOLINE): Correct comment, trampolines | |
1189 | are in the .plt section. | |
1190 | * minsyms.c (lookup_solib_trampoline_symbol_by_pc, | |
1191 | find_solib_trampoline_target): New functions for handling | |
1192 | stepping into -g compiled shared libraries. | |
1193 | * symtab.h (lookup_solib_trampoline_symbol_by_pc, | |
1194 | find_solib_trampoline_target): Add prototypes. | |
1195 | * config/tm-sunos.h (IN_SOLIB_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): | |
1196 | Define to handle stepping into -g compiled shared libraries. | |
1197 | * config/tm-sysv4.h (SKIP_TRAMPOLINE_CODE): Define to handle | |
1198 | stepping into -g compiled shared libraries. | |
1199 | ||
1200 | Thu Apr 7 17:22:54 1994 Peter Schauer ([email protected]) | |
1201 | ||
1202 | * configure.in: Add mips-*-sysv4* support. | |
1203 | * config/mips/mipsv4.mh, config/mips/mipsv4.mt, | |
1204 | config/mips/tm-mipsv4.h, config/mips/xm-mipsv4.h, mipsv4-nat.c: | |
1205 | New files for MIPS SVR4 support. | |
1206 | * Makefile.in: Update for new mipsv4 files. | |
1207 | * alpha-tdep.c (heuristic_proc_desc, find_proc_desc): Use | |
1208 | read_next_frame_reg to obtain the frame relative stack pointer. | |
1209 | * mips-tdep.c (heuristic_proc_desc): Use read_next_frame_reg to | |
1210 | obtain the frame relative stack pointer. | |
1211 | * mdebugread.c (parse_partial_symbols, psymtab_to_symtab1): | |
1212 | Handle stStatic and stStaticProc symbols in stabs-in-ecoff output | |
1213 | by entering them into the minimal symbol table. | |
1214 | * printcmd.c (print_scalar_formatted): Do not try to unpack to | |
1215 | a long for float formats. | |
1216 | * solib.c: Include "elf/mips.h" only if DT_MIPS_RLD_MAP does not | |
1217 | get defined in <link.h>. | |
1218 | * solib.c (solib_add): Add shared library sections to the section | |
1219 | table of the target before adding the symbols. | |
1220 | * partial-stab.h: Relocate static and global functions. | |
1221 | * dbxread.c (read_dbx_symtab): Remove unused variable | |
1222 | end_of_text_address. Relocate text_addr when passing it | |
1223 | to end_psymtab. | |
1224 | ||
1225 | For Alpha OSF/1 targets, enable gdb to set breakpoints in shared | |
1226 | library functions before the executable is run. Retrieve dynamic | |
1227 | symbols from stripped executables. | |
1228 | * mipsread.c (read_alphacoff_dynamic_symtab): New function. | |
1229 | * mipsread.c (mipscoff_symfile_read): Use it. Issue warning message | |
1230 | if no debugging symbols were found. | |
1231 | * alpha-tdep.c (alpha_skip_prologue): Silently return the unaltered | |
1232 | pc if memory at the pc is not accessible and GDB_TARGET_HAS_SHARED_LIBS | |
1233 | is defined. | |
1234 | * config/alpha/nm-alpha.h (GDB_TARGET_HAS_SHARED_LIBS): Define, | |
1235 | OSF/1 has shared libraries. | |
1236 | ||
192b64e7 ILT |
1237 | Thu Apr 7 15:11:11 1994 Ian Lance Taylor ([email protected]) |
1238 | ||
1239 | * dbxread.c (read_dbx_dynamic_symtab): Adjust for recent changes | |
1240 | to BFD handling of dynamic symbols. | |
1241 | ||
45568424 JL |
1242 | Tue Apr 5 15:29:25 1994 Jeffrey A. Law ([email protected]) |
1243 | ||
4f915914 JL |
1244 | * hppa-tdep.c (hppa_fix_call_dummy): If FUN is a procedure label, |
1245 | then gets its real address into FUN and its GOT/DP value into %r19. | |
1246 | ||
1247 | * tm-hppa.h (CALL_DUMMY): Use %r20, not %r19 as a temporary. | |
1248 | ||
7f43b9b7 JL |
1249 | * hppa-tdep.c (frameless_function_invocation): If no unwind |
1250 | descriptor was found, then assume this was not a frameless | |
1251 | function invocation. | |
1252 | (frame_saved_pc): If the saved PC is in a linker stub, then | |
1253 | return the return address which the linker stub will return to. | |
1254 | ||
45568424 JL |
1255 | * xm-hppab.h: Never define USG. |
1256 | * xm-hppah.h: Always define USG. | |
1257 | ||
b96bc1e4 PB |
1258 | Tue Apr 5 12:58:47 1994 Per Bothner ([email protected]) |
1259 | ||
1260 | * values.c (unpack_long, value_from_longest), | |
1261 | valarith.c (value_binop): Allow TYPE_CODE_RANGE. | |
1262 | ||
d5412302 JK |
1263 | Fri Apr 1 14:04:34 1994 Jason Merrill ([email protected]) |
1264 | ||
1265 | * symfile.c (deduce_language_from_filename): .cpp is a C++ extension. | |
1266 | ||
38b90473 PS |
1267 | Fri Apr 1 00:44:00 1994 Peter Schauer ([email protected]) |
1268 | ||
1269 | For SVR4 targets, enable gdb to set breakpoints in shared | |
1270 | library functions before the executable is run. | |
1271 | * elfread.c (elf_symtab_read): Handle symbols for shared library | |
1272 | functions. | |
1273 | * sparc-tdep.c (in_solib_trampoline): Renamed to in_plt_section | |
1274 | and moved to objfiles.c. | |
1275 | * objfiles.c (in_plt_section): Moved to here from sparc-tdep. | |
1276 | * config/tm-sysv4.h (IN_SOLIB_TRAMPOLINE): Use new in_plt_section. | |
1277 | * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): Removed, | |
1278 | the new generic definition from tm-sysv4.h works for Solaris. | |
1279 | ||
70f42bae ILT |
1280 | Wed Mar 30 16:14:27 1994 Ian Lance Taylor ([email protected]) |
1281 | ||
1282 | * elfread.c (elf_symtab_read): Change storage_needed, | |
1283 | number_of_symbols and i to long. Rename get_symtab_upper_bound to | |
1284 | bfd_get_symtab_upper_bound. Check for errors from | |
1285 | bfd_get_symtab_upper_bound and bfd_canonicalize_symtab. | |
1286 | * nlmread.c (nlm_symtab_read): Same changes. | |
1287 | ||
aece310f JK |
1288 | Wed Mar 30 11:43:29 1994 Jim Kingdon ([email protected]) |
1289 | ||
34d265dc JK |
1290 | * xcoffread.c (xcoff_next_symbol_text): New function. |
1291 | (read_xcoff_symtab): Set next_symbol_text_func to it. | |
1292 | Move raw_symbol outside of read_xcoff_symtab. | |
1293 | ||
aece310f JK |
1294 | * remote.c (getpkt): Remove unused "out" label. |
1295 | ||
bd2f0c85 JL |
1296 | Wed Mar 30 09:15:42 1994 Jeffrey A. Law ([email protected]) |
1297 | ||
1298 | * breakpoint.c (print_it_normal): Allow GDB to notify the user | |
1299 | about more than one watchpoint being triggered. | |
1300 | ||
c2216bfd JK |
1301 | Wed Mar 30 08:24:18 1994 Jim Kingdon ([email protected]) |
1302 | ||
1303 | * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h. | |
1304 | ||
db2302cb PS |
1305 | Wed Mar 30 00:31:49 1994 Peter Schauer ([email protected]) |
1306 | ||
9e837b37 PS |
1307 | * blockframe.c (find_pc_partial_function): mst_file_text |
1308 | symbols do not live in the shared library transfer table. | |
db2302cb PS |
1309 | * ch-exp.y (decode_integer_value, match_character_literal, |
1310 | match_bitstring_literal): Guard tolower calls with isupper, | |
1311 | tolower on old BSD systems blindly subtracts a constant. | |
1312 | * dbxread.c (read_ofile_symtab): Check for __gnu_compiled_* as | |
1313 | well when determining the producer of the object file. | |
1314 | * mdebugread.c (has_opaque_xref): New function to check for | |
1315 | cross reference to an opaque aggregate. | |
1316 | * mdebugread.c (parse_symbol, parse_partial_symbols): Do not | |
1317 | enter typedefs to opaque aggregates into the symbol tables. | |
1318 | * mdebugread.c (parse_external): Remove skip_procedures argument, | |
1319 | it has always been 1. Remove code that handled stProc symbols, | |
1320 | it was never executed and was wrong, as the index of a | |
1321 | stProc symbol points to the local symbol table and not to the | |
1322 | auxiliary symbol info. Update caller. | |
1323 | * mdebugread.c (parse_partial_symbols): Do not enter external | |
1324 | stProc symbols into the partial symbol table, they are already | |
1325 | entered into the minimal symbol table. | |
1326 | * config/i386/tm-symmetry.h: Clean up, it is now only used for Dynix. | |
1327 | Remove all conditionals and definitions for ptx. | |
1328 | I386_REGNO_TO_SYMMETRY moved to here from symm-tdep.c. | |
1329 | Fix addresses of floating point registers in REGISTER_U_ADDR. | |
1330 | STORE_STRUCT_RETURN now handles cc and gcc conventions. | |
1331 | FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, | |
1332 | IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET defined to make backtracing through | |
1333 | signal trampoline code work. | |
1334 | * config/i386/xm-symmetry.h: Clean up, it is now only used for Dynix. | |
1335 | Remove all conditionals and definitions for ptx. | |
1336 | Remove KDB definitions. | |
1337 | * symm-nat.c (store_inferior_registers): Fetch registers before | |
1338 | storing them to obtain valid floating point control registers. | |
1339 | Store fpu registers. | |
1340 | * symm-nat.c (print_1167_control_word): Dynix 3.1.1 defines | |
1341 | FPA_PCR_CC_C0 and FPA_PCR_CC_C1, avoid duplicate case value. | |
1342 | * symm-nat.c (fetch_inferior_registers, child_xfer_memory): | |
1343 | Fix typos. | |
1344 | * symm-nat.c (child_resume): Update type of `signal' parameter. | |
1345 | * symm-tdep.c (I386_REGNO_TO_SYMMETRY): Moved to tm-symmetry.h. | |
1346 | ||
19cd0c1f JL |
1347 | Tue Mar 29 23:01:33 1994 Jeffrey A. Law ([email protected]) |
1348 | ||
1349 | * hppa-tdep.c (hppa_fix_call_dummy): Use an alternate method for | |
1350 | calling import stubs for functions in shared libraries. | |
1351 | ||
73cd3b49 PB |
1352 | Tue Mar 29 21:14:04 1994 Per Bothner ([email protected]) |
1353 | ||
58cda66e PB |
1354 | * ch-exp.y: Implement SIZE(mode_name) and SIZE(expression). |
1355 | ||
73cd3b49 PB |
1356 | * ch-lang.c (chill_is_varying_struct): Magic string is |
1357 | was "<var_length>" is now "__var_length" (more portable). | |
1358 | ||
0c993550 JK |
1359 | Tue Mar 29 19:41:34 1994 Jim Kingdon ([email protected]) |
1360 | ||
1361 | * remote.c (getpkt): If we get a timeout, actually retry rather | |
1362 | than just giving up the first time it happens. | |
1363 | * remote.c: Document sequence numbers. | |
1364 | (remote_store_registers): Change syntax of 'P' request so that it | |
1365 | never looks like a sequence number. | |
1366 | ||
d80ff70c KH |
1367 | Tue Mar 29 16:06:01 1994 Kung Hsu ([email protected]) |
1368 | ||
0c993550 | 1369 | * os9kread.c (record_minimal_symbol): add section_offset to |
d80ff70c KH |
1370 | relocate minimal symbol table. |
1371 | * os9kread.c (read_minimal_symbols): ditto. | |
1372 | * os9kread.c (os9k_symfile_init): increase size of dbg and stb | |
1373 | file names. | |
1374 | * os9kread.c (read_os9k_psymtab): if there's no dbg file, just | |
1375 | return. Also if file addr is 0 leave it 0, not to relocate. | |
1376 | * remote-os9k.c (_initialize_remote_os9k): add 'set remotexon', | |
1377 | 'set remotexoff' and 'set remotelog' commands. | |
1378 | ||
4aa6fe10 JK |
1379 | Tue Mar 29 12:38:45 1994 Jim Kingdon ([email protected]) |
1380 | ||
1381 | * remote.c (remote_store_registers): Add 'P' request to set an | |
1382 | individual register. | |
1383 | (remote_write_bytes, remote_read_bytes): Use %lx, not %x, to print | |
1384 | a target address. | |
1385 | ||
72e35288 JK |
1386 | Sat Mar 26 07:05:18 1994 Jim Kingdon ([email protected]) |
1387 | ||
649694ea JK |
1388 | * config/sparc/tm-sparc.h: Define USE_REGISTER_NOT_ARG. |
1389 | * stabsread (define_symbol): If USE_REGISTER_NOT_ARG, go back to | |
1390 | combining all 'p' and 'r' pairs into a LOC_REGPARM. | |
1391 | ||
72e35288 JK |
1392 | * command.c (do_setshow_command, case var_string): Never add a |
1393 | space to the end of the string. | |
1394 | * NEWS: Document this change. | |
1395 | * .gdbinit: Add a space to the "set prompt" command. | |
1396 | ||
59144a81 JK |
1397 | Fri Mar 25 12:40:41 1994 Jim Kingdon ([email protected]) |
1398 | ||
493424b1 JK |
1399 | * m3-nat.c, i386m3-nat.c, config/i386/i386m3.mh: Many minor |
1400 | changes to make it compile (it doesn't link yet). | |
1401 | ||
1402 | * buildsym.c (start_subfile, patch_subfile_names), demangle.c | |
1403 | (set_demangling_style, set_demangling_command): Use savestring not | |
1404 | strdup. We were not dealing properly with a NULL return from | |
1405 | strdup, and were not declaring strdup (the system header may or | |
1406 | may not have it). | |
1407 | ||
59144a81 JK |
1408 | * valprint.c (val_print): Remove inaccurate comment about what |
1409 | types can be stub types. | |
1410 | ||
1411 | * config/i386/ptx.mh (XDEPFILES): Add coredep.o. Delete infptrace.o. | |
1412 | * symm-nat.c (child_wait, _initialize_symm_nat, kill_inferior): | |
1413 | Supply alternate version if ATTACH_DETACH is not defined. | |
1414 | * ptx4-nat.c, config/i386/{nm-ptx4.h, ptx4.mh, ptx.mt, ptx4.mt, | |
1415 | tm-ptx.h, tm-ptx4.h, xm-ptx.h, xm-ptx4.h}: New files. | |
1416 | * configure.in: Recognize i[34]86-sequent-sysv4* host. | |
1417 | ||
c8f75fe8 JL |
1418 | Fri Mar 25 10:14:03 1994 Jeffrey A. Law ([email protected]) |
1419 | ||
de482138 JL |
1420 | * hppa-tdep.c (skip_prologue): Do nothing if not at the beginning |
1421 | of a function. | |
1422 | (skip_trampoline_code): Rewrite and add support for argument | |
1423 | relocation stubs stubs, import/export stubs, calls through | |
1424 | "_sr4export" and cascaded trampolines. | |
1425 | ||
fdafbfad JL |
1426 | * hppa-tdep.c (skip_prologue): Return "pc" not zero |
1427 | if no unwind descriptor is found. | |
1428 | ||
eb1167c6 JL |
1429 | * tm-hppa.h (NUM_REGS): Bump to 128 registers. |
1430 | (REGISTER_NAMES): Add entries for "right-half" of FP registers. | |
1431 | (REGISTER_RAW_SIZE, MAX_REGISTER_RAW_SIZE): Do not treat FP regs | |
1432 | differently. All registers are four bytes. | |
1433 | (REGISTER_BYTES, REGISTER_BYTE): Simplify now that all registers are | |
1434 | the same size. | |
1435 | (REGISTER_VIRTUAL_TYPE): Use builtin_type_float for all FP regs. | |
1436 | ||
1437 | * hppa-tdep.c (pa_print_fp_reg): Update to print even numbered FP | |
1438 | registers as both single and double values (fetching 2nd 32bit half | |
1439 | as necessary). Annotate each register printed with its precision. | |
1440 | ||
c8f75fe8 JL |
1441 | * paread.c (read_unwind_info): Fix off-by-one error. |
1442 | ||
0c1af47f JK |
1443 | Fri Mar 25 08:33:28 1994 Jim Kingdon ([email protected]) |
1444 | ||
1445 | * main.c (complete_command): Deal with it if arg is NULL. | |
1446 | ||
5801f348 JK |
1447 | Thu Mar 24 07:12:09 1994 Jim Kingdon ([email protected]) |
1448 | ||
4df6dcd1 JK |
1449 | * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Revise comment |
1450 | regarding using the PC--using the PC is necessary and all the | |
1451 | FIXME comments in the world won't make it go away. | |
1452 | ||
2f3b7d8e JK |
1453 | * valops.c (value_at, value_at_lazy): Give error if we dereference |
1454 | a pointer to void. | |
1455 | * gdbtypes.h: Fix comments regarding TYPE_CODE_VOID. | |
1456 | * stabsread.c: Use 1, not 0, for TYPE_LENGTH of void types. | |
1457 | ||
553e1862 JK |
1458 | * stabsread.c (patch_block_stabs): Add comment about what happens |
1459 | if the definition is in another compilation unit from the stab. | |
acdec954 | 1460 | |
5801f348 JK |
1461 | * dbxread.c (end_psymtab): Add comment about empty psymtabs. |
1462 | ||
09973223 JK |
1463 | Wed Mar 23 07:50:33 1994 Jim Kingdon ([email protected]) |
1464 | ||
1465 | * main.c (complete_command): New command, from Rick Sladkey | |
1466 | <[email protected]>. | |
1467 | (symbol_completion_function): Don't declare rl_point and | |
1468 | rl_line_buffer; they are now declared in readline.h. | |
1469 | (show_commands): Don't declare history_base; it is declared in | |
1470 | history.h. | |
1471 | * command.c (lookup_cmd): Don't delete trailing whitespace. | |
acdec954 | 1472 | Reverts change of 14 May 1989. |
09973223 JK |
1473 | |
1474 | Wed Mar 23 16:14:52 1994 Stu Grossman (grossman at cygnus.com) | |
1475 | ||
1476 | * minsyms.c (prim_record_minimal_symbol): Move section deduction | |
1477 | code from prim_record_minimal_symbol_and_info() to here. Callers | |
1478 | of the latter can legitimately supply a section number of -1. | |
1479 | ||
e552788b JK |
1480 | Wed Mar 23 07:50:33 1994 Jim Kingdon ([email protected]) |
1481 | ||
1482 | * gdbtypes.h, gdbtypes.c: Add comments regarding whether static | |
1483 | member functions have an element in args for a (nonexistent) this | |
1484 | pointer. | |
1485 | ||
84ad95c1 JL |
1486 | Tue Mar 22 20:12:53 1994 Jeffrey A. Law ([email protected]) |
1487 | ||
0a64709e JL |
1488 | * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define. |
1489 | ||
1490 | * hppa-tdep.c (hppa_pop_frame): Do not restore the PC space | |
1491 | queue if NO_PC_SPACE_QUEUE_RESTORE is defined. | |
1492 | ||
84ad95c1 JL |
1493 | * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argument |
1494 | for the structure's type. All callers changed. | |
1495 | ||
1496 | * valops.c (call_function_by_hand): Check REG_STRUCT_HAS_ADDR | |
1497 | for each structure argument rather than assuming it's either | |
1498 | true or false for all structure arguments. | |
1499 | ||
1500 | * config/pa/tm-hppa.h (REG_STRUCT_HAS_ADDR): Depend only | |
1501 | on the length structure passed, not the compiler used. | |
1502 | ||
1503 | * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Accept additional | |
1504 | argument for the structure's type. | |
1505 | ||
29f2ceed JK |
1506 | Tue Mar 22 15:28:33 1994 Jim Kingdon ([email protected]) |
1507 | ||
51f83933 JK |
1508 | * values.c (set_internalvar): Don't set var->value until we are |
1509 | sure there won't be an error(). | |
1510 | ||
29f2ceed JK |
1511 | * remote.c (get_offsets): Reinstate comment which was in |
1512 | remote_wait about use of SECT_OFF_TEXT and so on. | |
1513 | ||
1514 | Mon Mar 21 13:11:30 1994 Peter Schauer ([email protected]) | |
1515 | ||
1516 | * symmisc.c (maintenance_check_symtabs): New function to check | |
1517 | consistency of psymtabs and symtabs. | |
1518 | * symtab.h (maintenance_check_symtabs): Add prototype. | |
1519 | * maint.c: Add new `maint check-symtabs' command. | |
1520 | * config/i386/tm-i386aix.h, config/i386/tm-sun386.h, | |
1521 | config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Fix typo. | |
1522 | * config/i386/tm-symmetry.h: Make comment inside #if 0 a real | |
1523 | comment. | |
1524 | * config/i386/tm-symmetry.h (STORE_STRUCT_RETURN): Cast argument | |
1525 | to write_memory to avoid warnings from gcc. | |
1526 | * config/i386/xm-symmetry.h: Add missing #endif. | |
1527 | * config/i386/nm-symmetry.h (NO_PTRACE_H): Add for Dynix. | |
1528 | * config/i386/symmetry.mt (TDEPFILES): Add i386-tdep.o. | |
1529 | * config/i386/symmetry.mh (NAT_FILE, NATDEPFILES): Add. | |
1530 | ||
4fd5eed4 JL |
1531 | Mon Mar 21 11:50:28 1994 Jeffrey A. Law ([email protected]) |
1532 | ||
1533 | * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr. | |
1534 | (hppa_push_arguments): Likewise. | |
1535 | ||
72bba93b SG |
1536 | Mon Mar 21 11:02:51 1994 Stu Grossman (grossman at cygnus.com) |
1537 | ||
1538 | * alpha-tdep.c: Gobs of changes (many imported from mips-tdep) to | |
1539 | improve remote debugging efficiency. Also fixed problems with | |
1540 | doing function calls for programs with no entry points. | |
1541 | * infcmd.c (run_stack_dummy): Use CALL_DUMMY_ADDRESS instead of | |
1542 | entry_point_address. | |
1543 | * inferior.h (PC_IN_CALL_DUMMY): ditto. | |
1544 | * mdebugread.c (parse_symbol, parse_procedure, parse_external, | |
1545 | parse_lines): Pass section_offsets info to these routines so that | |
1546 | we can relocate symbol table entries upon readin. | |
1547 | * (psymtab_to_symtab_1): Set symtab->primary to tell | |
1548 | objfile_relocate to do relocations for our symbols. | |
1549 | * (ecoff_relocate_efi): New routine to relocate adr field of PDRs | |
1550 | (which hang off of the symbol table). | |
1551 | * Use prim_record_minimal_symbols_and_info instead of | |
1552 | prim_record_minimal_symbols to supply section info to make minimal | |
1553 | symbol relocations work. | |
1554 | * minsyms.c (prim_record_minimal_symbols_and_info): If section is | |
1555 | -1, try to deduce it from ms_type. | |
1556 | * objfiles.c (objfile_relocate): Use ALL_OBJFILE_SYMTABS where | |
1557 | appropriate. Handle relocation of MIPS_EFI symbols special. Also, | |
1558 | add code to relocate objfile->sections data structure. | |
1559 | * remote.c (get_offsets): Use new protocol message to acquire | |
1560 | section offsets from the target. | |
1561 | * (remote_wait): Get rid of relocation stuff. That's all handled | |
1562 | by objfile_relocate now. | |
1563 | * config/alpha/alpha-nw.mt (TM_FILE): Use tm-alphanw.h. | |
1564 | * config/alpha/tm-alpha.h: Define CALL_DUMMY_ADDRESS, and | |
1565 | VM_MIN_ADDRESS. | |
1566 | * config/alpha/tm-alphanw.h: DECR_PC_AFTER_BREAK=0, VM_MIN_ADDRESS=0. | |
1567 | ||
d148e8c4 DE |
1568 | Sun Mar 20 15:21:57 1994 Doug Evans ([email protected]) |
1569 | ||
1570 | * sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE | |
1571 | instead of 4. | |
d3688932 DE |
1572 | * sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted, |
1573 | can no longer set this at run time. | |
7f695c07 DE |
1574 | * config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now. |
1575 | (TM_CLIBS): Define to -lm, the simulator uses the sqrt() function. | |
1576 | * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so | |
1577 | sparc-tdep.c compiles). | |
1578 | (TARGET_PTR_BIT): Must be a constant now, fix at 64. | |
d3688932 | 1579 | |
94d4b713 JK |
1580 | Sat Mar 19 08:51:12 1994 Jim Kingdon ([email protected]) |
1581 | ||
d0bff94e JK |
1582 | * config/m68k/{cisco.mt,tm-cisco.h}: New files. |
1583 | * Makefile.in (ALLPARAM, ALLCONFIG): Add them. | |
1584 | * configure.in: Recognize m68*-cisco*-*. | |
1585 | ||
94d4b713 JK |
1586 | * Makefile.in (TAGS): Use variables directly, rather than using |
1587 | find, to locate TM_FILE, XM_FILE, and NAT_FILE. This is faster | |
1588 | and means that these filenames no longer need be unique across all | |
1589 | the config/* directories. | |
1590 | * configure.in: Put the config/*/ into TM_FILE, etc. | |
1591 | ||
1592 | * m68k-stub.c (computeSignal): Return SIGFPE, not SIGURG, for chk | |
1593 | and trapv exceptions. | |
1594 | ||
1595 | * target.h (struct section_table), objfiles.h (struct obj_section): | |
1596 | Change name of field sec_ptr to the_bfd_section. More mnemonic | |
1597 | and avoids the (sort of, for the ptx compiler) name clash with | |
1598 | the name of the typedef. | |
1599 | * exec.c, xcoffexec.c, sparc-tdep.c, rs6000-nat.c, osfsolib.c, | |
1600 | solib.c, irix5-nat.c, objfiles.c, remote.c: Change users. | |
1601 | ||
1602 | * utils.c: Include readline.h. | |
1603 | * Makefile.in (utils.o): Add dependency. | |
1604 | ||
1605 | * remote.c (getpkt): Add support for run-length encoding. | |
1606 | ||
8eec3310 SC |
1607 | Fri Mar 18 19:11:15 1994 Steve Chamberlain ([email protected]) |
1608 | ||
1609 | * utils.c (prompt_for_continue): Call readline, not gdb_readline. | |
1610 | ||
ee6d646a JK |
1611 | Fri Mar 18 10:25:55 1994 Jim Kingdon ([email protected]) |
1612 | ||
20657f71 JK |
1613 | * dstread.c (record_minimal_symbol): New arg objfile. Pass it to |
1614 | prim_record_minimal_symbol. | |
1615 | Callers: Pass it. | |
1616 | ||
ee6d646a JK |
1617 | * regex.c (EXTEND_BUFFER): Adjust pointers within buffer by |
1618 | computing their offset from the start of the old buffer and adding | |
1619 | to the new buffer, rather than by assuming we can add the | |
1620 | difference between the old buffer and the new buffer (it might not | |
1621 | fit in an int). Merge in cosmetic differences from emacs regex.c | |
1622 | version of this macro. | |
1623 | ||
478d3811 JK |
1624 | Wed Mar 16 15:28:54 1994 Ian Lance Taylor ([email protected]) |
1625 | ||
1626 | * Makefile.in (install-only): Fix use of program_transform_name. | |
1627 | ||
c42b8af8 JK |
1628 | Wed Mar 16 07:18:43 1994 Jim Kingdon ([email protected]) |
1629 | ||
f8715549 | 1630 | * printcmd.c: Remove "set print fast-symbolic-addr off" command. |
478d3811 | 1631 | The bug which it worked around was fixed on 25 Feb 94 in coffread.c, |
f8715549 JK |
1632 | so I'm nuking the command. |
1633 | * symtab.c (find_addr_symbol): Comment out, no longer used. | |
1634 | ||
a645ccc9 JK |
1635 | * main.c (main): Don't init_source_path for the -cd argument. Now |
1636 | that source_path doesn't contain the current_directory from when | |
1637 | GDB started up, init_source_path is no longer useful (and is | |
1638 | harmful because it clobbers a source_path set in $HOME/.gdbinit). | |
1639 | ||
c42b8af8 JK |
1640 | * TODO: Remove item about line numbers being off. It is useless |
1641 | and confusing without a reproducible test case (it mentions | |
1642 | proceed(), but I was able to step through proceed without trouble). | |
1643 | ||
ae6d035d PS |
1644 | Tue Mar 15 13:39:23 1994 Peter Schauer ([email protected]) |
1645 | ||
1646 | For Sunos 4.x targets, enable gdb to set breakpoints in shared | |
1647 | library functions before the executable is run. Retrieve dynamic | |
1648 | symbols from stripped executables. | |
1649 | * symtab.h (minimal_symbol_type): Add mst_solib_trampoline type. | |
1650 | * parse.c (write_exp_msymbol), symmisc.c (dump_msymbols), | |
1651 | symtab.c (list_symbols): Handle mst_solib_trampoline. | |
1652 | * minsyms.c (lookup_minimal_symbol): Handle mst_solib_trampoline | |
1653 | for all targets, remove IBM6000_TARGET dependencies. | |
1654 | * dbxread.c (read_dbx_dynamic_symtab): New function. | |
1655 | * dbxread.c (dbx_symfile_read): Use it. | |
1656 | * dbxread.c (SET_NAMESTRING): Set namestring to | |
1657 | "<bad string table index>" instead of "foo" if the string index is | |
1658 | corrupt. | |
1659 | * xcoffread.c (read_xcoff_symtab): Use mst_solib_trampoline instead | |
1660 | of mst_unknown. | |
1661 | * symtab.c (list_symbols): Take from_tty as parameter and pass it | |
1662 | to break_command. Handle mst_file_* minimal symbol types. | |
1663 | * config/i386/tm-i386bsd.h: Give just macro name, not args, to #undef. | |
1664 | ||
b427690a KH |
1665 | Tue Mar 15 11:40:43 1994 Kung Hsu ([email protected]) |
1666 | ||
1667 | * c-exp.y(yylex): fix potential memory overflow. | |
1668 | ||
f93b941b JK |
1669 | Tue Mar 15 10:33:28 1994 Jim Kingdon ([email protected]) |
1670 | ||
1671 | * environ.c (set_in_environ): Eliminate special handling of PATH and | |
1672 | GNUTARGET. | |
1673 | * putenv.c: Removed, conflicts with system declaration of | |
1674 | putenv on RS/6000 running AIX 3.2.5, and above change makes it | |
1675 | unnecessary. | |
1676 | * Makefile.in: Change accordingly. | |
1677 | * procfs.c (procfs_create_inferior): Change comment accordingly. | |
1678 | ||
17221e41 JK |
1679 | Tue Mar 15 10:05:27 1994 Jim Kingdon ([email protected]) |
1680 | ||
1681 | * rs6000-tdep.c: Change value to value_ptr. | |
1682 | ||
8eb79598 JK |
1683 | Sun Mar 13 09:45:51 1994 Jim Kingdon ([email protected]) |
1684 | ||
c4ad6b09 JK |
1685 | * i386m3-nat.c: Include floatformat.h. |
1686 | (get_i387_state): Use memset not bzero. | |
1687 | ||
5fa83062 JK |
1688 | * Version 4.12.3. |
1689 | ||
1690 | * Makefile.in: Enable commented out getopt_h, bfd_h, etc. Change | |
1691 | ieee-float.h to floatformat.h. | |
1692 | ||
79f3d586 JK |
1693 | * valprint.c (val_print_string): Ignore error if the error |
1694 | happened after a terminating '\0'. | |
1695 | ||
1696 | * c-valprint.c (c_val_print): Never add 1 to return value from | |
1697 | val_print_string; just return what it returns. | |
1698 | ||
8eb79598 JK |
1699 | * target.h (enum target_signal): Add TARGET_SIGNAL_FIRST, for |
1700 | looping through all of the enums. | |
1701 | * infrun.c (signals_info): Use it. | |
1702 | ||
c4de6b30 JK |
1703 | Fri Mar 11 08:08:50 1994 Jim Kingdon ([email protected]) |
1704 | ||
8e4c7b3e JK |
1705 | * main.c (main): When printing warning about bad baud rate, don't |
1706 | use warning(); it relies on current_target which isn't set up yet. | |
1707 | ||
c4de6b30 | 1708 | * breakpoint.c (_initialize_breakpoint): Update docstring for |
d1bdad57 JK |
1709 | tbreak to match what the code actually does. Don't mention tbreak |
1710 | in docstrings for "enable once" or "enable breakpoints once". | |
c4de6b30 | 1711 | |
d78d4d16 JK |
1712 | Thu Mar 10 08:52:38 1994 Jim Kingdon ([email protected]) |
1713 | ||
1714 | * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after | |
1715 | while (0). That defeats the whole purpose of using do . . . while (0). | |
1716 | * mdebugread.c (parse_partial_symbols): Don't use ?: expression as | |
1717 | list for ADD_PSYMBOL_TO_LIST; the macro takes its address and | |
1718 | using a ?: expression as an lvalue is not portable. | |
1719 | ||
1720 | * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR, also | |
1721 | convert a LOC_ARG to a LOC_REF_ARG. Update code which combines | |
1722 | 'p' and 'r' symbol descriptors into a single symbol to look for a | |
1723 | LOC_REF_ARG. | |
1724 | * README, config/sparc/tm-sparc.h: Update comments. | |
1725 | ||
10373914 PS |
1726 | Wed Mar 9 21:43:24 1994 Peter Schauer ([email protected]) |
1727 | ||
1728 | * mdebugread.c (parse_type): Do not complain for types with | |
1729 | an `indexNil' aux index, these are simply undefined types. | |
1730 | Remove indexNil check from caller of parse_type. | |
1731 | * mdebugread.c (parse_partial_symbols): Do not enter | |
1732 | stGlobal, scCommon symbols into the minimal symbol table, their | |
1733 | value is the size of the common, not its address. | |
1734 | Handle scInit, scFini, scPData and scXData sections. | |
1735 | Use minimal symbol type mst_file_* for stLabel symbols, instead of | |
1736 | mst_*. | |
1737 | Enter stProc symbols into the global_psymbols list once, not into | |
1738 | the static_psymbols_list. | |
1739 | Get rid of dummy psymtab if it is empty, to allow proper detection | |
1740 | of stripped executables. | |
1741 | * mdebugread.c (cross_ref): Allow cross references to Fortran | |
1742 | common blocks. | |
1743 | ||
fddb9bda JK |
1744 | Wed Mar 9 15:23:19 1994 Jim Kingdon ([email protected]) |
1745 | ||
1746 | * stabsread.c (common_block_end, fix_common_block): Stash the | |
1747 | struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so | |
1748 | as to not assume that a pointer fits in an enum. | |
1749 | ||
d9389f37 KH |
1750 | Wed Mar 9 18:56:36 1994 Kung Hsu ([email protected]) |
1751 | ||
1752 | * os9kread.c (fill_sym): check compiler verion number for pre- | |
1753 | UltraC compiler. | |
1754 | * os9kread.c (os9k_process_one_symbol): address of symbol is | |
1755 | relative to section not module. | |
1756 | * stabsread.c (define_symbol): add symbol type 's' as local | |
1757 | symbol for os9k. | |
1758 | * remote-os9k.c: add command 'set monitor_log' to turn on or off | |
1759 | monitor logging. | |
1760 | * remote-os9k.c: fix bug in delete breakpoint, single step trace. | |
1761 | * remote-os9k.c: fix bug in 'set remotebaud' function. | |
1762 | * remote-os9k.c (rombug_link): minimize checking so to improve | |
1763 | speed. | |
fddb9bda | 1764 | * symfile.c (symbol_file_command): check if failed to link, also make |
d9389f37 KH |
1765 | the command be able to accept more than one filenames. |
1766 | * target.c (target_link): check if failed to link with rombug. | |
1767 | * config/i386/tm-i386os9k.h : add #define DECR_PC_AFTER_BREAK 0. | |
1768 | ||
cdc7029d JK |
1769 | Wed Mar 9 15:23:19 1994 Jim Kingdon ([email protected]) |
1770 | ||
1771 | * remote-es.c (es1800_child_ops): Don't declare it static. | |
1772 | ||
352c21dd JK |
1773 | Tue Mar 8 11:42:39 1994 Jim Kingdon ([email protected]) |
1774 | ||
1775 | * config/i386/tm-i386v4.h: Give just macro name, not args, to #undef. | |
1776 | ||
ce2f21b2 JK |
1777 | Tue Mar 8 06:56:13 1994 Jim Kingdon ([email protected]) |
1778 | ||
9d2b8d50 JK |
1779 | * dbxread.c: New variable lowest_text_address. |
1780 | (record_minimal_symbol, read_dbx_symtab): Set it. | |
1781 | (read_dbx_symtab): Use lowest_text_address + text_size instead of | |
1782 | end_of_text_address. | |
1783 | * config/gould/tm-pn.h: Add comment regarding END_OF_TEXT_DEFAULT. | |
1784 | ||
1785 | * dbxread.c (end_psymtab): Remove old and commented out | |
1786 | capping_global and capping_static. Fix comments regarding | |
1787 | N_SO_ADDRESS_MAYBE_MISSING to match the real name of the macro. | |
1788 | ||
79448221 JK |
1789 | * parser-defs.h: Add "extern" to start of variable declarations so |
1790 | we don't end up with commons. | |
1791 | * parse.c: Define these variables. | |
1792 | ||
ce2f21b2 JK |
1793 | * irix5-nat.c (find_solib): Cast o_path to CORE_ADDR when using it |
1794 | as one. | |
1795 | ||
7810d333 JK |
1796 | Mon Mar 7 13:00:50 1994 Jim Kingdon ([email protected]) |
1797 | ||
1798 | * alpha-tdep.c: Change value to value_ptr. | |
1799 | ||
a6e21fba PS |
1800 | Sun Mar 6 17:36:53 1994 Peter Schauer ([email protected]) |
1801 | ||
1802 | * solib.c (elf_locate_base): New function to locate the address | |
1803 | of the dynamic linker's runtime structure in the dynamic info section. | |
1804 | * solib.c (locate_base): Use it instead of iterating over the list | |
1805 | of mapped address segments. | |
1806 | * solib.c (look_for_base, bfd_lookup_symbol): Removed, no longer | |
1807 | necessary. | |
1808 | ||
70e43abe JL |
1809 | Fri Mar 4 09:50:47 1994 Jeffrey A. Law ([email protected]) |
1810 | ||
1811 | * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file. | |
1812 | (pc_in_interrupt_handler): New function. Also add PARAM decl. | |
1813 | (find_proc_framesize): Deal with HPUX setting SAVE_SP bit for | |
1814 | signal trampoline and interrupt routines. | |
1815 | (frame_saved_pc): Handle signal trampolines and interrupt routines. | |
1816 | (frame_chain, frame_chain_valid): Likewise. | |
1817 | (hppa_frame_find_saved_regs): Likewise. Also deal with special | |
1818 | saved regs convention for SP. | |
1819 | ||
1820 | * tm-hppa[bho].h: FRAME_FIND_SAVED_PC_IN_SIGTRAMP): Define. | |
1821 | (FRAME_BASE_BEFORE_SIGTRAMP): Define. | |
1822 | (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Define. | |
1823 | ||
1824 | * tm-hppah.h (IN_SIGTRAMP): Define. | |
1825 | ||
833a2895 JK |
1826 | Thu Mar 3 12:41:16 1994 Jim Kingdon ([email protected]) |
1827 | ||
93dc3414 JK |
1828 | * ch-exp.y (match_simple_name_string): Accept '_' as well as an |
1829 | alphabetic character as the start of a name. | |
1830 | ||
b855dfe7 JK |
1831 | * sparclite/Makefile.in (all install): Build and install aload. |
1832 | ||
d9a5e91f JK |
1833 | * configure.in: Accept i[34]86-*-*sysv32 because that is what |
1834 | config.guess and config.sub produce. | |
1835 | ||
833a2895 JK |
1836 | * mips-tdep.c: Change value to value_ptr. |
1837 | ||
82a2edfb JK |
1838 | Wed Mar 2 09:17:55 1994 Jim Kingdon ([email protected]) |
1839 | ||
1840 | * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c, | |
1841 | cp-valprint.c, eval.c, expprint.c, findvar.c, language.c, | |
1842 | objfiles.h, infcmd.c, printcmd.c, stack.c, typeprint.c, | |
1843 | valarith.c, valops.c, valprint.c, value.h, values.c: Replace | |
1844 | value with value_ptr. This is for the ptx compiler. | |
1845 | * objfiles.h, target.h: Don't declare a "sec_ptr" field using a | |
1846 | "sec_ptr" typedef. | |
1847 | * symm-nat.c: Add a bunch of stuff for symmetry's ptrace stuff. | |
1848 | #if 0 i386_float_info. | |
1849 | * symm-tdep.c (round): Remove. Also remove sgttyb. | |
1850 | * symm-tdep.c: Remove lots of stuff which duplicates stuff from | |
1851 | i386-tdep.c. Remove register_addr and ptx_coff_regno_to_gdb. | |
1852 | * i386-tdep.c (i386_frame_find_saved_regs): Put in | |
1853 | I386_REGNO_TO_SYMMETRY check in case it is needed for Dynix | |
1854 | someday. | |
1855 | * config/i386/nm-symmetry.h: Change KERNEL_U_ADDR. Move | |
1856 | stuff from PTRACE_READ_REGS, PTRACE_WRITE_REGS macros to | |
1857 | symm-nat.c. Define CHILD_WAIT and declare child_wait(). | |
1858 | * config/i386/tm-symmetry.h: Remove call function stuff; stuff in | |
1859 | tm-i386v.h is apparently OK. | |
1860 | * config/i386/xm-symmetry.h [_SEQUENT_]: Define HAVE_TERMIOS not | |
1861 | HAVE_TERMIO. Define MEM_FNS_DECLARED, NEED_POSIX_SETPGID, and | |
1862 | USE_O_NOCTTY. | |
1863 | ||
c485c7a9 PS |
1864 | Wed Mar 2 11:31:08 1994 Peter Schauer ([email protected]) |
1865 | ||
1866 | * osfsolib.c (xfer_link_map_member): Update to use new | |
1867 | target_read_string interface. | |
1868 | ||
d1c0c6cf JK |
1869 | Wed Mar 2 09:17:55 1994 Jim Kingdon ([email protected]) |
1870 | ||
1871 | * infrun.c (wait_for_inferior): In checking | |
1872 | remove_breakpoints_on_following_step, check | |
1873 | through_sigtramp_breakpoint as well as step_resume_breakpoint. | |
1874 | ||
25200748 JK |
1875 | Tue Mar 1 16:22:56 1994 Jim Kingdon ([email protected]) |
1876 | ||
1877 | * os9kread.c (os9k_process_one_symbol): Rename | |
1878 | VARIABLES_INSIDE_BLOCK to OS9K_VARIABLES_INSIDE_BLOCK. | |
1879 | * symfile.c (symbol_file_command): Check for (CORE_ADDR)-1, not | |
1880 | (CORE_ADDR)0, from target_link, since that is what it uses. | |
1881 | Process name at end, not during parsing (like we did before Kung's | |
1882 | change), so that -readnow and -mapped can appear anywhere. | |
1883 | Make text_relocation a local variable. | |
1884 | * config/i386/i386os9k.mt: Fix comment. | |
1885 | * Makefile.in (ALLDEPFILES): Add remote-os9k.c. | |
1886 | * os9kread.c: Put "comments" after #endif inside /* */. | |
1887 | * stabsread.h: Add os9k_stabs variable. | |
1888 | * stabsread.c (start_stabs), os9kread.c (os9k_process_one_symbol): | |
1889 | Set it. | |
1890 | * stabsread.c (define_symbol): If os9k_stabs, put a 'V' symbol | |
1891 | descriptor in global_symbols not local_symbols. | |
1892 | (read_type): If os9k_stabs, accept 'c', 'i', and 'b' type | |
1893 | descriptors. | |
1894 | (read_type): If os9k_stabs, accept function parameters after 'f' | |
1895 | type descriptor. | |
1896 | (read_array_type): If os9k_stabs, don't expect index type and | |
1897 | expect lower and upper to be separated by ',' not ';'. | |
1898 | (read_enum_type): If os9k_stabs, read a number before the first | |
1899 | enumeration constant. | |
1900 | (os9k_init_type_vector): New function. | |
1901 | (dbx_lookup_type): Call it when starting new type vector. | |
1902 | * config/i386/tm-i386os9k.h: Define BELIEVE_PCC_PROMOTION. | |
1903 | * (os9k_process_one_symbol): Call define_symbol not os9k_define_symbol. | |
1904 | * os9kstab.c: Removed. | |
1905 | * Makefile.in: Update accordingly. | |
1906 | * objfiles.c (objfile_relocate_data): Removed. | |
1907 | * remote-os9k.c (rombug_wait): Call objfile_relocate | |
1908 | not objfile_relocate_data. | |
1909 | * objfiles.h, objfiles.c: Remove find_pc_objfile. | |
1910 | * remote-os9k.c (rombug_wait): Call find_pc_section not | |
1911 | find_pc_objfile. | |
1912 | * main.c (quit_command): Check inferior_pid; revert Kung change. | |
1913 | * remote-os9k.c (rombug_create_inferior): Set inferior_pid. | |
1914 | ||
1340861c KH |
1915 | Tue Mar 1 14:56:14 1994 Kung Hsu ([email protected]) |
1916 | ||
1917 | * os9kread.c: New file to read os9000 style symbo table. | |
1918 | * os9kstab.c: new file to read os9000 style stabs. | |
1919 | * remote-os9k.c: remote protocol talking to os9000 rombug monitor. | |
1920 | * objfiles.c (find_pc_objfile): new function to search objfile | |
1921 | from pc. | |
1922 | * objfiles.c (objfile_relocate_data): new function to relocate | |
1923 | data symbols in symbol table. | |
1924 | * objfiles.h: Add two aux fields in struct objfile to handle | |
1925 | multiple symbol table files situation like in os9000. | |
1926 | * symfile.c: Change so 'symbol-file' command can handle multiple | |
1927 | files. Also call target_link() to get relocation infos. | |
1928 | * target.c (target_link): new function to get relocation info when | |
1929 | a symbol file is requested to load. | |
1930 | * main.c (quit_command): take out 'inferior_pid != 0' condition, | |
1931 | because in cross mode there's no inferior pid, bit they need to | |
1932 | be detached. | |
1933 | Makefile.in: add os9kread.c os9kstab.c and .o's. | |
1934 | configure.in: add i386os9k target. | |
1935 | config/i386/i386os9k.mt: new add. | |
1936 | config/i386/tm-i386os9k.h: new add. | |
1937 | ||
137b6849 PS |
1938 | Tue Mar 1 13:16:10 1994 Peter Schauer ([email protected]) |
1939 | ||
1940 | * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP): Handle ucbsigvechandler. | |
1941 | * sparc-tdep.c (sparc_frame_saved_pc): Handle ucbsigvechandler. | |
1942 | ||
4ad0021e JK |
1943 | Tue Mar 1 11:54:11 1994 Jim Kingdon ([email protected]) |
1944 | ||
1945 | * target.c, target.h (target_read_string): Provide error detection to | |
1946 | caller. Put string in malloc'd space, so caller need not impose | |
1947 | arbitrary limits. | |
1948 | * solib.c (find_solib): Update to use new interface. | |
1949 | * irix5-nat.c (find_solib): Read o_path from inferior | |
1950 | (clear_solib): Free storage for o_path. | |
1951 | * valprint.c (val_print_string): Add comments. | |
1952 | ||
e3d6ec4a PS |
1953 | Mon Feb 28 23:54:39 1994 Peter Schauer ([email protected]) |
1954 | ||
1955 | * symtab.c (decode_line_1): Handle the case when skip_quoted does not | |
1956 | advance `p'. | |
1957 | ||
c8ff77be JK |
1958 | Mon Feb 28 12:40:46 1994 Jim Kingdon ([email protected]) |
1959 | ||
30974778 JK |
1960 | * value.h (struct value): Add modifiable field. |
1961 | * values.c (allocate_value, record_latest_value, value_copy): Set it. | |
1962 | (record_latest_value): Don't mess with VALUE_LVAL of value. | |
1963 | * valops.c (value_assign): Check it. Reword existing error | |
1964 | message on not_lval. | |
1965 | ||
b5aff268 JK |
1966 | * mips-tdep.c (mips_step_skips_delay), config/mips/tm-mips.h |
1967 | (STEP_SKIPS_DELAY): Added. | |
1968 | * infrun.c (proceed) [STEP_SKIPS_DELAY]: Check for a breakpoint in | |
1969 | the delay slot. | |
1970 | ||
c8ff77be JK |
1971 | * valprint.c (val_print_string): If errcode is set, always print |
1972 | an error, regardless of force_ellipsis. In the non-EIO case, | |
1973 | just print the error message rather than calling error(). Don't | |
1974 | access *(bufptr-1) if bufptr points to the start of the buffer. | |
1975 | When looking for '\0', don't increment bufptr and addr if bufptr | |
1976 | started out already at limit. If an error happens on fetching the | |
1977 | first character, don't print the string. | |
1978 | ||
2882219f JK |
1979 | Sun Feb 27 21:05:06 1994 Jim Kingdon ([email protected]) |
1980 | ||
1981 | * config/m68k/tm-apollo68b.h: Remove HAVE_68881 define; it is | |
1982 | obsolete. | |
1983 | ||
1984 | * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c, | |
1985 | i386m3-nat.c, config/m68k/tm-m68k.h, i960-tdep.c | |
1986 | config/i960/tm-i960.h, remote-nindy.c, config/m88k/tm-m88k.h, | |
1987 | m88k-tdep.c: Use floatformat.h instead of ieee-float.h. | |
1988 | * sparc-tdep.c: Remove now-obsolete ieee-float.h stuff | |
1989 | * findvar.c: Update comment regarding ieee-float.h. | |
1990 | ||
28ee4b42 PS |
1991 | Sun Feb 27 21:39:48 1994 Peter Schauer ([email protected]) |
1992 | ||
1993 | * config/i386/tm-i386v4.h (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP, | |
1994 | FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): | |
1995 | Define to make backtracing through the various sigtramp handlers | |
1996 | work. | |
1997 | * i386-tdep.c (i386v4_sigtramp_saved_pc): New routine to fetch | |
1998 | the saved pc from ucontext on the stack for SVR4 signal handling. | |
1999 | ||
25354cef JK |
2000 | Fri Feb 25 09:41:11 1994 Jim Kingdon ([email protected]) |
2001 | ||
c20c1bdf JK |
2002 | * remote.c, remote-mon.c, remote-utils.c, remote-utils.h, |
2003 | target.h, remote-es.c, remote-nindy.c: Don't set baud rate if | |
2004 | baud_rate is -1. Remove sr_get_baud_rate and sr_set_baud_rate; | |
2005 | just use the global variable itself. When printing baud rate, | |
2006 | don't print a baud rate if baud_rate is -1. | |
2007 | ||
25354cef JK |
2008 | * coffread.c (read_coff_symtab): Pass mst_file_* to |
2009 | record_minimal_symbol for C_STAT symbols. Put C_EXT and C_STAT | |
2010 | symbols in the minimal symbols regardless of SDB_TYPE. | |
2011 | ||
7126c1d0 JK |
2012 | Thu Feb 24 08:30:33 1994 Jim Kingdon ([email protected]) |
2013 | ||
bcc37718 JK |
2014 | * breakpoint.h (enum bptype): New type bp_through_sigtramp. |
2015 | (bpstat_what_main_action): New code BPSTAT_WHAT_THROUGH_SIGTRAMP. | |
2016 | * breakpoint.c (bpstat_what): Return BPSTAT_WHAT_THROUGH_SIGTRAMP | |
2017 | if we hit a bp_through_sigtramp breakpoint. Remove kludge which | |
2018 | ignored bs->stop for a bp_step_resume breakpoint. | |
2019 | * infrun.c (wait_for_inferior): Make a through_sigtramp_breakpoint | |
2020 | which performs one (the check_sigtramp2 one) of the functions | |
2021 | which had been handled by the step_resume_breakpoint. For each | |
2022 | use of the step_resume_breakpoint, make it still use the | |
2023 | step_resume_breakpoint, use the through_sigtramp_breakpoint, or | |
2024 | operate on both. | |
2025 | Deal with BPSTAT_WHAT_THROUGH_SIGTRAMP return from bpstat_what. | |
2026 | When setting the frame address of the step resume breakpoint, set | |
2027 | it to the address for frame *before* the call instruction is | |
2028 | executed, not after. | |
2029 | ||
3fed1c4a JK |
2030 | * mips-tdep.c (mips_print_register): Print integers using |
2031 | print_scalar_formatted rather than duplicating all the | |
2032 | CC_HAS_LONG_LONG and so on. | |
2033 | (mips_push_dummy_frame): Use read_register_gen rather than using | |
2034 | read_register and then putting it back in target format with | |
2035 | store_unsigned_integer. If registers are more than 4 bytes, give | |
2036 | an error rather than have some registers overwrite other | |
2037 | registers. | |
2038 | #if 0 unused include of opcode/mips.h. | |
2039 | ||
2040 | * symfile.h: Don't declare arguments for coff_getfilename. | |
2041 | ||
7126c1d0 JK |
2042 | * defs.h: Revert Kung change regarding FORCE_LONG_LONG. |
2043 | ||
6bfd168c JL |
2044 | Thu Feb 24 08:06:52 1994 Jeffrey A. Law ([email protected]) |
2045 | ||
2046 | * configure.in (hppa*-*-osf*): New configuration. | |
2047 | * config/pa/hppaosf.mt: New target makefile fragment. | |
2048 | * config/pa/tm-hppao.h: New target include file. | |
2049 | ||
5c07a10b PS |
2050 | Thu Feb 24 04:29:19 1994 Peter Schauer ([email protected]) |
2051 | ||
2052 | * exec.c (print_section_info): Print entry point for exec_bfd only. | |
2053 | * ser-unix.c (wait_for): Fix typo in HAVE_TERMIO case. | |
8ce2cfc0 PS |
2054 | * dwarfread.c: Remove second inclusion of <sys/types.h>, which |
2055 | causes problems if <sys/types.h> has no multiple inclusion protection. | |
5c07a10b | 2056 | |
fce7695f JL |
2057 | Wed Feb 23 16:28:55 1994 Jeffrey A. Law ([email protected]) |
2058 | ||
2059 | * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of | |
2060 | the call dummy to avoid kernel bugs in HPUX, BSD, and OSF1. | |
2061 | (CALL_DUMMY_LENGTH): Changed accordingly. | |
2062 | ||
318ee78a SG |
2063 | Wed Feb 23 16:21:25 1994 Stu Grossman (grossman at cygnus.com) |
2064 | ||
75a006d9 SG |
2065 | * sparc-stub.c (trap_low): Make trap handler work for arbitrary |
2066 | numbers of register windows. | |
2067 | ||
318ee78a SG |
2068 | * sparclite/hello.c: Add factorial function for testing. |
2069 | * salib.c: Use macros instead of constants for I/O addresses to | |
2070 | make 931 support easier. | |
2071 | * sparclite.h: Change constraint for LOC to "rJ" to force use of | |
2072 | register in sta/lda instructions. | |
2073 | ||
56dd4126 JK |
2074 | Wed Feb 23 10:39:18 1994 Jim Kingdon ([email protected]) |
2075 | ||
2076 | * dbxread.c (process_one_symbol): Set | |
2077 | block_address_function_relative for COFF like we do for ELF and SOM. | |
2078 | ||
847d9775 PS |
2079 | Sat Feb 19 03:17:32 1994 Peter Schauer ([email protected]) |
2080 | ||
2081 | * mdebugread.c (new_psymtab): Pass in section_offsets and set | |
2082 | them in the pst. | |
2083 | * mdebugread.c (handle_psymbol_enumerators): New function to enter | |
2084 | the enumerators of an ecoff enum into the partial symbol table. | |
2085 | * mdebugread.c (parse_partial_symbols): Call it. | |
2086 | * symfile.c (reread_symbols): Initialize objfile->*_psymbols.next. | |
2087 | * symmisc.c (dump_psymtab): Fix typo, clean up output of section | |
2088 | offsets. Cast psymtab->read_symtab to PTR before passing it to | |
2089 | gdb_print_address. | |
2090 | * i386-tdep.c (i386_skip_prologue): Skip over instructions that | |
2091 | set up the global offset table pointer in pic compiled code. | |
2092 | * config/mips/tm-mips.h (FIX_CALL_DUMMY): For big endian targets, | |
2093 | error() on TYPE_CODE_FLT arguments whose size is greater than 8, | |
2094 | swap all other TYPE_CODE_FLT arguments as mips_push_arguments | |
2095 | ensures that floats are promoted to doubles before they are pushed | |
2096 | on the stack. | |
2097 | ||
9f35e15a SG |
2098 | Fri Feb 18 23:12:59 1994 Stu Grossman (grossman at cygnus.com) |
2099 | ||
2100 | * sparclite/Makefile.in, sparclite/salib.c, sparclite/sparclite.h: | |
2101 | Fixup cache_on and flush_i_cache so that they work for both the | |
2102 | 930 and 932 processors. Rewrite most low level funcs (uart | |
2103 | access & cache stuff) to use new ASI access macros in sparclite.h. | |
2104 | Also make it easy to access second serial port. | |
2105 | ||
56173dc5 ILT |
2106 | Fri Feb 18 22:17:33 1994 Ian Lance Taylor ([email protected]) |
2107 | ||
2108 | * hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or | |
2109 | <sys/stat.h>; not needed. | |
2110 | ||
c84bab2d JK |
2111 | Fri Feb 18 08:26:29 1994 Jim Kingdon ([email protected]) |
2112 | ||
2113 | * stack.c (print_frame_info): In "pathological" case, don't | |
2114 | distrust the line number information. | |
2115 | ||
748d77d7 KH |
2116 | Fri Feb 18 16:51:14 1994 Kung Hsu ([email protected]) |
2117 | ||
2118 | * mips-tdep.c (mips_print_register): handle 64 bits register. | |
2119 | * valprint.c (print_longest): fix a bug in printing 64 bits value. | |
2120 | ||
889f1f03 JK |
2121 | Fri Feb 18 08:26:29 1994 Jim Kingdon ([email protected]) |
2122 | ||
1eb89b9e JK |
2123 | * Version 4.12.2. |
2124 | ||
ef1a0540 JK |
2125 | * Makefile.in (install): Do the sed for program_transform_name |
2126 | ourselves instead of worrying about INSTALL_XFORM. This enables | |
2127 | users to override INSTALL_PROGRAM in the standard way. | |
2128 | ||
2129 | * Makefile.in (c-exp.tab.o, ch-exp.tab.o, m2-exp.tab.o): Don't | |
2130 | depend on Makefile.in. | |
2131 | ||
fb0f4231 JK |
2132 | * defs.h, valprint.c: Make longest_to_int a function not a macro. |
2133 | Only test against INT_MIN if a LONGEST is bigger than an int. | |
2134 | ||
889f1f03 JK |
2135 | * README: Change GhostScript to Ghostscript. |
2136 | ||
662f3b3f JK |
2137 | Fri Feb 18 07:30:55 1994 Jim Kingdon ([email protected]) |
2138 | ||
d5cb2f7d JK |
2139 | * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}: |
2140 | Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14 | |
2141 | character file names. | |
2142 | * Makefile.in (ALLPARAM): Add these files. | |
2143 | ||
662f3b3f JK |
2144 | * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14 |
2145 | character file names. | |
d5cb2f7d | 2146 | * Makefile.in: Add Kung's new mips64 files. |
662f3b3f | 2147 | |
70126bf9 KH |
2148 | Thu Feb 17 17:25:47 1994 Kung Hsu ([email protected]) |
2149 | ||
2150 | * configure.in: add mips64-*-elf, mips64-*-ecoff, mips64el-*-elf, | |
2151 | mips64el-*-ecoff and mips64-big-*. | |
2152 | * defs.h: get rid of FORCE_LONG_LONG. | |
2153 | * mips-tdep.c (mips_find_saved_regs): add sd and sdc1 instruction | |
2154 | parsing. Change register size to be MIPS_REGSIZE. | |
2155 | ||
c4a081e1 DM |
2156 | Thu Feb 17 09:30:22 1994 David J. Mackenzie ([email protected]) |
2157 | ||
2158 | * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c, | |
2159 | osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c, | |
2160 | xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names. | |
2161 | ||
3b5442f9 SC |
2162 | Fri Feb 11 21:47:24 1994 Steve Chamberlain ([email protected]) |
2163 | ||
2164 | * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust. | |
2165 | (remove_commands, add_commands): Add/remove hms-drain when target | |
2166 | is connected. | |
2167 | ||
d87d7b10 SG |
2168 | Fri Feb 11 16:11:38 1994 Stu Grossman (grossman at cygnus.com) |
2169 | ||
2170 | * configure.in: Add Lynx/rs6000 support. | |
2171 | * lynx-nat.c: Clean up some Sparc stuff. Clean up ptrace error | |
2172 | messages. Add rs6000 support. Don't try to modify unwritable | |
2173 | registers. | |
2174 | * rs6000-nat.c: Move lots of native dependent stuff (like core | |
2175 | file support) from rs6000-tdep.c & xcoffexec.c to here. | |
2176 | * rs6000-tdep.c: Move native dependent stuff to nat.c. | |
2177 | * xcoffexec.c: Move native dependent stuff to nat.c. | |
2178 | * config/rs6000/nm-rs6000.h: Move defs of SOLIB_* macros to here | |
2179 | from tm file. | |
2180 | * config/rs6000/tm-rs6000.h: Remove defs of SOLIB_* funcs, cuz they're | |
2181 | really native. | |
2182 | * config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h: | |
2183 | New files to support Lynx/rs6000. | |
2184 | ||
ba47c66a PS |
2185 | Tue Feb 8 00:32:28 1994 Peter Schauer ([email protected]) |
2186 | ||
2187 | * README: Remove note about gcc warnings on alpha, these should be | |
2188 | gone now. | |
2189 | * c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c, | |
2190 | m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c | |
2191 | remote-utils.c, stabsread.c: Include <string.h>. | |
2192 | * regex.c: Include "defs.h", change re_comp argument to const char *. | |
2193 | * infptrace.c (fetch_register, store_inferior_registers): Change | |
2194 | regaddr to type CORE_ADDR. | |
2195 | * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS): | |
2196 | Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR. | |
2197 | ||
2198 | Mon Feb 7 09:21:17 1994 Jim Kingdon ([email protected]) | |
2199 | ||
2200 | * symtab.h: Always define BYTE_BITFIELD to nothing. | |
2201 | ||
ea5dad7f JK |
2202 | Mon Feb 7 08:44:17 1994 Jim Kingdon ([email protected]) |
2203 | ||
2204 | * config/m68k/{m68k-em.mt,tm-m68k-em.h}: Remove; no longer used. | |
2205 | * configure.in: Remove comment about m68k-em.mt. | |
2206 | * Makefile.in: Remove references. | |
2207 | ||
6ddba992 JK |
2208 | Mon Feb 7 08:22:42 1994 Jim Kingdon ([email protected]) |
2209 | ||
2210 | * defs.h [BFD64]: Use BFD_HOST_64_BIT, not nonexistent | |
2211 | BFD_HOST_64_TYPE. | |
2212 | ||
01cd70b9 JK |
2213 | Sun Feb 6 06:55:15 1994 Jim Kingdon ([email protected]) |
2214 | ||
1dd29bef JK |
2215 | * target.c (target_preopen): If target_kill doesn't remove the |
2216 | target from the stack, use pop_target to do it. | |
2217 | ||
704aea43 JK |
2218 | * coffread.c (process_coff_symbol, case C_TPDEF): Don't set name |
2219 | of TYPE_CODE_PTR or TYPE_CODE_FUNC types. This parallels similar | |
2220 | changes to stabsread.c from summer 1993. | |
2221 | ||
4a00e1de JK |
2222 | * remote-udi.c (udi_files_info): If prog_name is NULL, just skip |
2223 | printing the program, rather than passing NULL to printf. | |
2224 | (udi_detach): Set udi_session_id to -1 so that udi_close doesn't | |
2225 | try to call UDIDisconnect again. Print better message. | |
2226 | (udi_kill): Just call UDIDisconnect ourselves, rather than doing | |
2227 | it via udi_close. | |
4a00e1de JK |
2228 | (udi_create_inferior): If udi_session_id is negative, open a new |
2229 | TIP rather than giving an error. | |
2230 | ||
01cd70b9 JK |
2231 | * config/mips/mipsm3.mh, config/i386/i386m3.mh, |
2232 | config/ns32k/ns32km3.mh: Define NAT_FILE. | |
2233 | * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H | |
2234 | (it was inconsistent and namespace-wrong) to NM_M3_H. | |
2235 | * m3-nat.c (mach_really_wait): Change parameter name to ourstatus. | |
2236 | (m3_open): New function. | |
2237 | (m3_ops): Use it. | |
2238 | * TODO: Update Mach section. | |
2239 | ||
2240 | * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver. | |
2241 | ||
d41b3eed PB |
2242 | Sun Feb 6 13:26:21 1994 Per Bothner ([email protected]) |
2243 | ||
2244 | * printcmd.c (printf_command): Add missing single-letter | |
2245 | backslash-escape sequences, and improve error message. | |
2246 | ||
7343d716 JK |
2247 | Sun Feb 6 06:55:15 1994 Jim Kingdon ([email protected]) |
2248 | ||
842cf831 JK |
2249 | * corelow.c (solib_add_stub, core_open): Pass address of from_tty |
2250 | rather than trying to shove an int into a pointer and back out | |
2251 | again. This avoids compiler warnings. | |
2252 | ||
7343d716 JK |
2253 | * defs.h (alloca): Declare as void *, not char *, on hpux. |
2254 | Don't prototype it, just declare the return type. | |
2255 | ||
57a9fee3 PS |
2256 | Sun Feb 6 03:25:41 1994 Peter Schauer ([email protected]) |
2257 | ||
2258 | * config/i386/tm-sun386.h, config/i386/tm-symmetry.h | |
2259 | (REGISTER_CONVERT_TO_RAW): Add missing backslash. | |
2260 | ||
a1bd6534 JK |
2261 | Sat Feb 5 08:03:41 1994 Jim Kingdon ([email protected]) |
2262 | ||
021b10e3 JK |
2263 | * remote-mips.c (mips_fetch_registers): If regno is FP_REGNUM or |
2264 | ZERO_REGNUM, just read it as zero without talking to the board. | |
2265 | ||
8b0a85ba JK |
2266 | * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missing |
2267 | backslash. | |
2268 | * i386-tdep.c (i386_extract_return_value): Pass TYPE_LENGTH (type) | |
2269 | to store_floating, not nonexistent variable len. | |
2270 | ||
aa56c716 JK |
2271 | * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint): |
2272 | New functions. | |
2273 | (mips_store_word): Change calling convention to return errors, and | |
2274 | to provide old contents if the caller wants it. | |
2275 | (mips_xfer_memory): Deal with errors from mips_store_word. | |
2276 | * config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT | |
2277 | define now that remote-mips.c doesn't use BREAKPOINT. | |
2278 | ||
2279 | * remote-mips.c (mips_create_inferior): Call warning if arguments | |
2280 | specified, and then execute "set args" command. Call error, not | |
2281 | mips_error, if executable file not specified. | |
2282 | ||
29fc92e8 JK |
2283 | * remote-e7000.c: Replace "snoop" command (e7000_noecho) with |
2284 | remote_debug. | |
2285 | ||
a1bd6534 JK |
2286 | * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast |
2287 | to unsigned int. | |
2288 | ||
65e98f5b PS |
2289 | Sat Feb 5 05:27:05 1994 Peter Schauer ([email protected]) |
2290 | ||
2291 | * value.h (print_longest): Rename "value" to "val" in prototype | |
2292 | declaration because some compilers don't like arguments whose | |
2293 | names are the same as types. | |
2294 | * remote.c (remote_xfer_memory): Cast "myaddr" to unsigned char * | |
2295 | before passing it to remote_*_bytes. | |
2296 | ||
edd01519 SC |
2297 | Fri Feb 4 15:53:18 1994 Steve Chamberlain ([email protected]) |
2298 | ||
2299 | * h8500-tdep.c (saved_pc_after_call): The size of the | |
2300 | pc is memory model dependent. (segmented_command, | |
2301 | unsegmented_command, _initialize_h8500_tdep): New commands to | |
2302 | change memory model. | |
29fc92e8 | 2303 | * remote-e7000.c (_initialize_remote_e7000): Change name of snoop |
edd01519 | 2304 | command. |
678ee700 SC |
2305 | * remote-hms.c (hms_load): Remove breakpoints when loaded. |
2306 | (hms_wait): Use new status structure | |
2307 | (hms_open): Push the target here. (hms_before_main_loop): Not | |
2308 | here. (supply_val, hms_fetch_register, hms_store_register): Cope | |
2309 | with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE. | |
2310 | * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print | |
2311 | all registers in a compact way. | |
edd01519 | 2312 | |
9c01440d JK |
2313 | Fri Feb 4 07:41:13 1994 Jim Kingdon ([email protected]) |
2314 | ||
2315 | * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address | |
2316 | as CORE_ADDR to match definition in rs6000-tdep.c. | |
2317 | ||
4386eff2 PS |
2318 | Fri Feb 4 01:14:20 1994 Peter Schauer ([email protected]) |
2319 | ||
2320 | * dwarfread.c (process_dies): Skip nested TAG_compile_unit DIEs. | |
2321 | * dwarfread.c (add_partial_symbol): Do not enter opaque aggregate | |
2322 | definitions into the psymtab. | |
2323 | ||
d351c7a6 JK |
2324 | Thu Feb 3 12:38:58 1994 Jim Kingdon ([email protected]) |
2325 | ||
2326 | * m68k-stub.c: Treat mc68332 like mc68020 most places. Provide | |
2327 | a special exceptionSize for the 68332. | |
2328 | ||
2329 | * remote-udi.c (udi_attach): If no arguments, print error. | |
2330 | ||
4901e77d FF |
2331 | Thu Feb 3 17:34:05 1994 Fred Fish ([email protected]) |
2332 | ||
2333 | * Makefile.in (VERSION): Bump to 4.12.1 | |
2334 | * NEWS, README: Update to match 4.12 release. | |
2335 | ||
159ada02 JK |
2336 | Thu Feb 3 12:38:58 1994 Jim Kingdon ([email protected]) |
2337 | ||
4901e77d FF |
2338 | * command.c (empty_sfunc): New function. |
2339 | (add_set_cmd): Use it instead of not_just_help_class_command. | |
2340 | (not_just_help_class_command): Change calling convention back to | |
2341 | what it was before yesterday's change. | |
2342 | ||
159ada02 JK |
2343 | * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end |
2344 | of the type if present. | |
2345 | ||
5b3591ab JK |
2346 | Wed Feb 2 11:16:45 1994 Jim Kingdon ([email protected]) |
2347 | ||
eade0c6c JK |
2348 | * printcmd.c (decode_format): Don't blithely set the size for |
2349 | an address to 'w'. Make it 'g' or 'h', depending on TARGET_PTR_BIT. | |
2350 | ||
2351 | * defs.h: Just typedef CORE_ADDR to bfd_vma. Include bfd.h. | |
2352 | If BFD64, make a LONGEST a BFD_HOST_64_BIT. | |
2353 | * defs.h (longest_to_int): Don't depend on CC_HAS_LONG_LONG; instead | |
2354 | always just check against INT_MIN and INT_MAX (this also fixes things | |
2355 | if sizeof (long) > sizeof (int), e.g. Alpha). | |
2356 | * config/pa/tm-hppa.h, config/i386/sun386.h, config/rs6000/tm-rs6000.h: | |
2357 | Don't define LONGEST or BUILTIN_TYPE_LONGEST. | |
2358 | * gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and | |
2359 | BUILTIN_TYPE_UNSIGNED_LONGEST. | |
ce855594 JK |
2360 | * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove |
2361 | longest_int and longest_unsigned_int. | |
eade0c6c JK |
2362 | * value.h (struct value): Just align to LONGEST, rather than worrying |
2363 | about CC_HAS_LONG_LONG. | |
b1de1647 JK |
2364 | * valarith.c (value_binop): Figure out type ourself based on |
2365 | sizeof (LONGEST) rather than relying on BUILTIN_TYPE_LONGEST. The | |
2366 | point is that we don't depend on CC_HAS_LONG_LONG anymore. | |
eade0c6c JK |
2367 | * valprint.c (val_print_type_code_int): Just call |
2368 | extract_unsigned_integer directly, rather than going through | |
2369 | unpack_long. | |
2370 | * printcmd.c (decode_format): Remove code which would sometimes | |
2371 | change 'g' size to 'w' for integers. print_scalar_formatted handles | |
2372 | printing huge integers well enough, thank you. | |
2373 | ||
4901e77d | 2374 | * command.c (add_set_cmd, not_just_help_class_command): Change |
719d9abb JK |
2375 | to make this the sfunc, not cfunc, since that is how we call it. |
2376 | * command.h: Comment difference between sfunc and cfunc. | |
2377 | * demangle.c (set_demangling_command): Add third arg since that | |
2378 | is how it is called. | |
2379 | (_initialize_demangler): Use sfunc, not cfunc, for | |
2380 | set_demangling_command, since that is how it is called. | |
2381 | Remove show_demangling_command; it has no effect. | |
2382 | ||
5b3591ab JK |
2383 | * command.c (shell_escape): Report errors correctly (with error |
2384 | message from strerror). | |
2385 | ||
37f24dc9 ILT |
2386 | Wed Feb 2 14:35:41 1994 Ian Lance Taylor ([email protected]) |
2387 | ||
2388 | * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use | |
2389 | x_scnlen.l rather than x_scnlen to match corresponding change in | |
2390 | coff/internal.h. | |
2391 | ||
61932a8e JK |
2392 | Wed Feb 2 11:16:45 1994 Jim Kingdon ([email protected]) |
2393 | ||
2394 | * gdbtypes.h, ch-typeprint.c, ch-valprint.c: | |
2395 | Change comments regarding TYPE_CODE_BOOL. | |
2396 | * language.c (boolean_type): Always return 1 for TYPE_CODE_BOOL, | |
2397 | regardless of the language. | |
2398 | (value_true): Just call value_logical_not regardless of language. | |
2399 | * coffread.c (coff_read_enum_type), stabsread.c (read_enum_type): | |
2400 | Remove #if 0'd code which makes some enums TYPE_CODE_BOOL. | |
2401 | * language.h: Improve comment for la_builtin_type_vector. | |
2402 | * m2-lang.c (_initialize_m2_language): Don't add any fields to | |
2403 | builtin_type_m2_bool. | |
2404 | ||
7bec77b4 JK |
2405 | Tue Feb 1 17:13:32 1994 Kevin Buettner ([email protected]) |
2406 | ||
2407 | * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c: | |
2408 | Define IN_SIGTRAMP and backtrace correctly through signal handlers. | |
2409 | ||
8afd05c0 JK |
2410 | Tue Feb 1 22:13:25 1994 Peter Schauer ([email protected]) |
2411 | ||
2412 | * procfs.c (wait_fd): Handle EINTR error return from PIOCWSTOP ioctl | |
2413 | by restarting the ioctl. | |
2414 | ||
10b9bb56 JK |
2415 | Tue Feb 1 16:16:25 1994 Jim Kingdon ([email protected]) |
2416 | ||
2417 | * target.h (target_wait): Add comment about calling | |
2418 | return_to_top_level. | |
2419 | ||
bf8d9d28 ILT |
2420 | Tue Feb 1 12:21:00 1994 Ian Lance Taylor ([email protected]) |
2421 | ||
2422 | * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takes | |
2423 | additional arguments. | |
2424 | * xcoffread.c (read_xcoff_symtab, read_symbol_lineno): Likewise. | |
2425 | ||
efe3ff3e SG |
2426 | Mon Jan 31 16:10:41 1994 Stu Grossman (grossman at cygnus.com) |
2427 | ||
2428 | * sparc-stub.c: Remove unnecessary #include of memory.h. | |
2429 | ||
37dea45f JK |
2430 | Mon Jan 31 12:12:34 1994 Jim Kingdon ([email protected]) |
2431 | ||
14d79562 JK |
2432 | * mips-tdep.c: Remove code which sets saved_regs from |
2433 | init_extra_frame_info and put it in new function mips_find_saved_regs. | |
2434 | (READ_FRAME_REG): Remove macro and replace uses with the expansion. | |
2435 | * mips-tdep.c, config/mips/tm-mips.h: When examining ->saved_regs, | |
2436 | check if it is NULL and call mips_find_saved_regs if so. | |
2437 | ||
47d52968 JK |
2438 | * remote-mips.c: Use unfiltered, not filtered, output most places. |
2439 | ||
37dea45f JK |
2440 | * blockframe.c (get_prev_frame_info): Detect and stop an infinite |
2441 | backtrace. Revise comments. | |
2442 | ||
0434c1a0 PS |
2443 | Mon Jan 31 09:40:33 1994 Peter Schauer ([email protected]) |
2444 | ||
2445 | * mdebugread.c (parse_procedure): Remove _sigtramp kludges for | |
2446 | alpha and irix. The _sigtramp case has to be handled properly | |
2447 | in the tdep files if we have no ecoff debugging info. | |
2448 | * alpha-tdep.c (alpha_frame_saved_pc, alpha_frame_chain), | |
2449 | mips-tdep.c (mips_frame_saved_pc): Handle signal handler frames | |
2450 | without PC_REGNUM kludge. | |
2451 | * mdebugread.c (fixup_sigtramp), mips-tdep.c (read_next_frame_reg): | |
2452 | Clean up handling of mips sigtramp frames, improve comments. | |
2453 | ||
d64956fa JL |
2454 | Sat Jan 29 23:25:57 1994 Jeffrey A. Law ([email protected]) |
2455 | ||
2456 | * paread.c (read_unwind_info): Fix typo. | |
2457 | ||
2458 | * paread.c (pa_symtab_read): Update the "check_strange_names" | |
2459 | filter to match GCC's current output. Filter out section symbols | |
2460 | (which the HP linker sometimes puts in the wrong place). | |
2461 | ||
9db58d3a JK |
2462 | Sat Jan 29 07:44:59 1994 Jim Kingdon ([email protected]) |
2463 | ||
3a479851 JK |
2464 | * serial.h (SERIAL_SET_TTY_STATE): Comment return value. |
2465 | ||
a0b352c0 JK |
2466 | * Makefile.in (TAGS): Just echo one line, rather than the whole thing. |
2467 | ||
2468 | * Makefile.in: Remove all references to sparcly-nat.c. | |
2469 | ||
2470 | * Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h | |
2471 | remote-sim.h directly, rather than via $(remote_utils_h). This avoids | |
2472 | duplicating serial.h and target.h. | |
2473 | ||
7a78db15 JK |
2474 | * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables |
2475 | are not used anywhere (a 5 Oct 1993 change removed the uses). | |
2476 | ||
895efe6b JK |
2477 | * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o. |
2478 | * config/m68k/es1800.mt: Add comment. | |
3a479851 | 2479 | * remote-es.c: Extensive changes to update to current conventions. |
895efe6b | 2480 | |
9db58d3a JK |
2481 | * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]: |
2482 | If the timeout is too big to fit in c_cc[VTIME], then do multiple reads | |
2483 | to achieve the desired timeout. | |
2484 | * serial.h (serial_t): Add field timeout_remaining. | |
2485 | ||
f28c6e38 JK |
2486 | Fri Jan 28 08:45:02 1994 Jim Kingdon ([email protected]) |
2487 | ||
2488 | * c-exp.y (yylex): Reenable nested type code. | |
2489 | ||
b09f44d2 JK |
2490 | Fri Jan 28 15:40:33 1994 Jim Kingdon ([email protected]) |
2491 | ||
7f2ffa58 JK |
2492 | * a29k-tdep.c (examine_tag): Add comment regarding argcount. |
2493 | ||
796d1fd3 JK |
2494 | * remote-mips.c (mips_ops): Fix docstring. |
2495 | ||
97cc0428 JK |
2496 | * remote-bug.c (bug_ops): Remove spurious newline from docstring. |
2497 | ||
ddd0223e JK |
2498 | * config/m68k/tm-monitor.h: Changes to bring this into accordance |
2499 | with the old tm-m68k-em.h: | |
2500 | (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove. | |
97cc0428 | 2501 | (HAVE_68881): Don't undefine; HAVE_68881 is obsolete. |
ddd0223e JK |
2502 | (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine. |
2503 | Add FIXME regarding GET_LONGJMP_TARGET. | |
2504 | ||
b09f44d2 | 2505 | * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments. |
97cc0428 JK |
2506 | * infptrace.c (kill_inferior): Add comments. |
2507 | * main.c (quit_command): Call target_close after we kill or | |
2508 | detach. | |
2509 | * remote-udi.c (udi_close): Don't error() if QUITTING. | |
b09f44d2 | 2510 | |
0ffba029 RS |
2511 | Fri Jan 28 11:55:52 1994 Rob Savoye ([email protected]) |
2512 | ||
2513 | * configure.in: Make m68k-coff and aout add monitor support in | |
2514 | addition to the standard serial support. | |
2515 | ||
bb7cb982 JK |
2516 | Fri Jan 28 08:45:02 1994 Jim Kingdon ([email protected]) |
2517 | ||
2518 | * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with | |
2519 | index indexNil. | |
2520 | ||
9fdb3f7a JK |
2521 | Fri Jan 28 10:40:34 1994 Jim Kingdon ([email protected]) |
2522 | ||
2523 | * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS. | |
2524 | * elfread.c (record_minimal_symbol_and_info), | |
2525 | dwarfread.c (process_dies), paread.c (pa_symtab_read): Use it. | |
2526 | ||
a28d16d3 JK |
2527 | Thu Jan 27 15:12:23 1994 Jim Kingdon ([email protected]) |
2528 | ||
6202263d JK |
2529 | * i386-stub.c: Add ".text" right before "mem_fault:". |
2530 | ||
9c41f6a6 JK |
2531 | * main.c (baud_rate): Add FIXME comment about printing -1 value. |
2532 | ||
2533 | * remote-utils.c (usage): Fix message to be accurate and conform | |
2534 | more closely to normal conventions. | |
2535 | ||
2536 | * remote-utils.c (gr_files_info): Have the exec_bfd test control | |
2537 | whether to show information about exec_bfd, and not control whether | |
2538 | to show information about device and speed. | |
2539 | ||
2540 | * remote-utils.c (gr_open): If sr_get_device returns NULL, give | |
2541 | usage message, don't dump core. | |
2542 | ||
2543 | * remote-bug.c (bug_write_memory): Use alloca, not GCC extension | |
2544 | for variable size array. | |
2545 | (bug_fetch_register, bug_store_register): Rename "value" to | |
2546 | "fpreg_buf" because some compilers don't like variables whose | |
2547 | names are the same as types. | |
2548 | (bug_store_register): Use a cast when converting char * to | |
2549 | unsigned char *. | |
2550 | ||
d5c551c9 JK |
2551 | * symmisc.c (maintenance_print_symbols): Don't refer to the name |
2552 | of the command in error message (the text was referring to the old | |
2553 | name of the command). | |
2554 | ||
2555 | * symmisc.c (dump_symtab): Fix args to fprintf_filtered. | |
2556 | ||
0e4ad984 JK |
2557 | * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print |
2558 | full details on structure elements without names. This partially | |
2559 | reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect | |
2560 | of those changes was accidental. | |
2561 | ||
577da8cb JK |
2562 | * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is |
2563 | defined, make it an error to specify a single argument which is not | |
2564 | a frame number. | |
2565 | ||
a28d16d3 JK |
2566 | * Makefile.in (version.c), main.c (print_gdb_version): Use |
2567 | host_alias and target_alias, not host_canonical and | |
2568 | target_canonical, to print configuration. | |
2569 | ||
833e0d94 JK |
2570 | Wed Jan 26 10:57:21 1994 Jim Kingdon ([email protected]) |
2571 | ||
d92f3f08 JK |
2572 | * parse.c (write_exp_msymbol): Use new type msymbol_addr_type instead |
2573 | of builtin_type_long. It is necessary to get a type which is | |
2574 | TARGET_PTR_BIT bits in size; builtin_type_long might not be big enough. | |
2575 | ||
833e0d94 JK |
2576 | Fix many sins which will come up in 32 bit x 64 bit GDB, and |
2577 | various miscellaneous things discovered in the process: | |
2578 | * printcmd.c, defs.h (print_address_numeric): New function. | |
2579 | * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print) | |
2580 | breakpoint.c (describe_other_breakpoints, breakpoint_1, mention), | |
2581 | cp-valprint.c (cplus_print_value), infcmd.c (jump_command), | |
2582 | printcmd.c, stack.c, symfile.c, symmisc.c, valprint.c: | |
2583 | Use it. | |
2584 | * utils.c, defs.h (gdb_print_address): New function. | |
2585 | * expprint (dump_expression), gdbtypes.h: Use it. | |
2586 | * breakpoint.c (describe_other_breakpoints), | |
2587 | symmisc.c (dump_symtab, print_symbol): | |
2588 | Use filtered not unfiltered I/O. | |
2589 | (remove_breakpoints): Remove BREAKPOINT_DEBUG code. Might as well | |
2590 | just run gdb under a debugger for this (and it had problems with | |
2591 | printing addresses, how to print b->shadow, etc.). | |
2592 | * buildsym.c (make_blockvector), core.c (memory_error), | |
2593 | exec.c (print_section_info), maint.c (print_section_table), | |
2594 | mdebugread.c (parse_procedure), solib.c, source.c, symfile.c, | |
2595 | symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c: | |
2596 | Add comments saying code is broken. Marked with "FIXME-32x64". | |
2597 | * dbxread.c (process_one_symbol), partial-stab.h (default), | |
2598 | remote-vx.c (vx_run_files_info): | |
2599 | Don't cast int being passed to local_hex_string. | |
2600 | * symmisc.c (print_symbol): Don't cast long being passed to %lx. | |
2601 | * symtab.h (general_symbol_info): Add comment about SYMBOL_VALUE | |
2602 | only being a long. | |
2603 | * symmisc.c (print_symbol): Print "offset" in message for LOC_ARG | |
2604 | and LOC_LOCAL. | |
2605 | * printcmd.c (print_address): Remove #if 0 code with ADDR_BITS_REMOVE. | |
2606 | * source.c: Include <sys/types.h> regardless of USG. | |
2607 | ||
67e9b3b3 PS |
2608 | Tue Jan 25 12:58:26 1994 Peter Schauer ([email protected]) |
2609 | ||
2610 | * valops.c (value_assign): Set `type' after coercing toval. | |
2611 | * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print): | |
2612 | Use extract_unsigned_integer to get the address of a reference. | |
2613 | ||
36464897 JK |
2614 | Tue Jan 25 11:31:53 1994 Jim Kingdon ([email protected]) |
2615 | ||
91a0575c JK |
2616 | * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h: |
2617 | AIX can use ? instead of \ for continuation. Deal with it. | |
2618 | ||
36464897 JK |
2619 | * paread.c (read_unwind_info): Just assign to objfile->obj_private, |
2620 | not OBJ_UNWIND_INFO. Assigning to a cast is a GCC-ism which | |
2621 | the HP compiler in ANSI mode doesn't like. | |
2622 | ||
2623 | * main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it | |
3bc45b7a JK |
2624 | based on USG, rather than defining HAVE_SIGSETMASK to an |
2625 | expression containing defined. Having a macro used in #if expand | |
2626 | to an expression containing "defined" is undefined according to | |
2627 | ANSI, and the HP compiler in ANSI mode doesn't do what we wanted | |
2628 | it to. | |
36464897 | 2629 | |
2ba6182b JG |
2630 | Mon Jan 24 20:51:29 1994 John Gilmore ([email protected]) |
2631 | ||
2632 | * sparc-nat.c (fetch_inferior_registers, store_inferior_registers): | |
2633 | Clean up the changes of 11 Jan, as recommended by Peter Schauer. | |
2634 | ||
96b6b765 PB |
2635 | Fri Jan 21 19:10:44 1994 Per Bothner ([email protected]) |
2636 | ||
2637 | * ch-exp.y (match_string_literal): Allow a zero-length string. | |
2638 | * ch-lang.c (chill_printstr): Don't print zero-length string funny. | |
2639 | ||
dfd4c728 JK |
2640 | Sat Jan 22 17:08:48 1994 Jim Kingdon ([email protected]) |
2641 | ||
2642 | * i386aix-nat.c (i386_float_info): Reverse order of registers before | |
2643 | passing them to print_387_status. | |
2644 | (print_387_status): Don't subtract top from 7 before using it. | |
2645 | * i387-tdep.c: Remove comment about AIX wanting "top" subtracted | |
2646 | from 7; the above explains it. | |
2647 | ||
5efd597b PS |
2648 | Sat Jan 22 20:25:11 1994 Peter Schauer ([email protected]) |
2649 | ||
2650 | * mips-tdep.c (init_extra_frame_info): Use frame relative stack | |
67e9b3b3 | 2651 | pointer value when fixing up the frame at the start of a function. |
5efd597b | 2652 | |
e90445c9 SG |
2653 | Sat Jan 22 12:29:13 1994 Stu Grossman (grossman at cygnus.com) |
2654 | ||
2655 | * lynx-nat.c (fetch_core_registers): Load the I & L regs for the | |
2656 | Sparc from the stack. | |
2657 | ||
08f74b92 JK |
2658 | Sat Jan 22 08:30:42 1994 Jim Kingdon ([email protected]) |
2659 | ||
864df7e6 JK |
2660 | * remote-mips.c (mips_initialize): Clear mips_initializing via |
2661 | cleanup chain, not directly. | |
2662 | ||
2663 | * ser-unix.c (wait_for) [HAVE_TERMIO, HAVE_TERMIOS]: Make a timeout | |
2664 | of -1 mean forever, like in the HAVE_SGTTY case. Warn if we are | |
2665 | munging the timeout due to the limited range of c_cc[VTIME]. | |
2666 | ||
08f74b92 JK |
2667 | * fork-child.c, inferior.h (fork_inferior): New argument shell_file. |
2668 | * procfs.c (procfs_create_inferior), inftarg.c (child_create_inferior), | |
2669 | m3-nat.c (m3_create_inferior): Pass it. | |
2670 | * procfs.c: Remove ptrace function. It was declared in a way which | |
2671 | conflicted with the prototype in unistd.h on Solaris. | |
2672 | ||
cdcf48be PS |
2673 | Sat Jan 22 01:37:40 1994 Peter Schauer ([email protected]) |
2674 | ||
2675 | * sparc-tdep.c (frame_saved_pc): Get the pc from the saved pc | |
2676 | in the sigcontext if it is a signal trampoline frame. | |
2677 | * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET): | |
2678 | Define for Solaris2. | |
2679 | ||
8bf94f44 SG |
2680 | Sat Jan 22 00:34:47 1994 Stu Grossman (grossman at cygnus.com) |
2681 | ||
2682 | * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h, | |
2683 | config/sparc/tm-sparclynx.h: Move defs of FRAME_SAVED_I0/L0 to | |
2684 | tm-sparc.h so they can be overridden if necessary. | |
2685 | ||
d575ddc0 SG |
2686 | Fri Jan 21 17:49:28 1994 Stu Grossman (grossman at cygnus.com) |
2687 | ||
2688 | * lynx-nat.c: Add Sparc support. | |
2689 | * sparcly-nat.c: Remove. It's useless. | |
2690 | * config/sparc/nm-sparclynx.h: Rewrite. | |
2691 | * config/sparc/sparclynx.mh (NATDEPFILES): Replace sparcly-nat.o | |
2692 | with lynx-nat.o | |
2693 | * config/sparc/tm-sparclynx.h: Rewrite. | |
2694 | ||
00240279 ILT |
2695 | Fri Jan 21 19:08:48 1994 Ian Lance Taylor ([email protected]) |
2696 | ||
2697 | * rs6000-pinsn.c: Use the new disassembler in the opcodes | |
2698 | directory. Old code was discarded, since the new opcode table has | |
2699 | a different format. | |
2700 | ||
a2608ea1 FF |
2701 | Fri Jan 21 14:28:30 1994 Fred Fish ([email protected]) |
2702 | ||
2703 | * Makefile.in (realclean): Remove info files per make-stds.texi. | |
2704 | ||
6545c6a0 JK |
2705 | Fri Jan 21 12:47:53 1994 Jim Kingdon ([email protected]) |
2706 | ||
2707 | * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh | |
2708 | if N_SO_ADDRESS_MAYBE_MISSING is defined. | |
2709 | * config/sparc/tm-sun4sol2.h: Define it. | |
2710 | ||
cd5ee294 JK |
2711 | Thu Jan 20 15:04:24 1994 Peter Schauer ([email protected]) |
2712 | ||
2713 | * printcmd.c (print_address_symbolic): Unconditionally use msymbol | |
2714 | if we did not find a symbol. | |
2715 | ||
918fea3e JL |
2716 | Fri Jan 21 08:20:18 1994 Jeffrey A. Law ([email protected]) |
2717 | ||
2718 | * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY | |
2719 | is not defined. | |
2720 | ||
2721 | * hppab-nat.c (call_ptrace): Delete redundant function. | |
2722 | (kill_inferior, attach, detach, child_resume): Likewise. | |
2723 | (child_xfer_memory): Likewise. | |
2724 | ||
2725 | * hppah-nat.c (call_ptrace): Delete redundant function. | |
2726 | (kill_inferior, attach, detach, child_resume): Likewise. | |
2727 | ||
2728 | * config/pa/hppabsd.mh (NATDEPFILES): Add infptrace.o. | |
2729 | ||
2730 | * config/pa/hppahpux.mh (NATDEPFILES): Add infptrace.o. | |
2731 | ||
2732 | * config/pa/nm-hppab.h (FETCH_INFERIOR_REGISTERS): Define. | |
2733 | ||
2734 | * config/pa/nm-hppah.h (FETCH_INFERIOR_REGISTERS): define. | |
2735 | (CHILD_XFER_MEMORY): Define. | |
2736 | (PT_*): Define so that generic infptrace.c code can be used. | |
2737 | ||
27ad511f JK |
2738 | Fri Jan 21 09:23:33 1994 Jim Kingdon ([email protected]) |
2739 | ||
1b880e74 JK |
2740 | * xcoffread.c (xcoff_symfile_read): Make second parameter a |
2741 | struct section_offsets *, not a (nonexistent) struct section_offset *. | |
2742 | ||
6657a0c7 JK |
2743 | * xcoffread.c (read_xcoff_symtab): Make main_aux just a union |
2744 | internal_xcoff_symtab, not an array of one of them. Change lots of | |
2745 | "main_aux" to "&main_aux" and so on. | |
2746 | ||
27ad511f JK |
2747 | * coffread.c, xcoffread.c: Include <coff/internal.h> |
2748 | before "symfile.h". | |
2749 | ||
d4a0983a JK |
2750 | Thu Jan 20 17:30:55 1994 Jim Kingdon ([email protected]) |
2751 | ||
dbb0fae2 JK |
2752 | * coffread.c (coff_getfilename): Make it not static. |
2753 | ||
d4a0983a JK |
2754 | * xcoffread.c (read_xcoff_symtab): complain() not abort(). |
2755 | ||
2756 | * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes | |
2757 | a completely gratuitous difference between xcoffread.c and coffread.c). | |
2758 | ||
d7e7e851 JK |
2759 | Wed Jan 19 15:09:44 1994 Jim Kingdon ([email protected]) |
2760 | ||
2761 | * infrun.c (wait_for_inferior): Don't set frame for | |
2762 | step_resume_breakpoint for IN_SIGTRAMP cases. | |
2763 | ||
2764 | * infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what), | |
2765 | breakpoint.c (bpstat_what): Move step_resume from its own field of | |
2766 | the struct bpstat_what into the main_action. Make it override | |
2767 | other breakpoints. This is a conservative change in the sense | |
2768 | that before the step resume breakpoint was a breakpoint.c | |
2769 | breakpoint, hitting the step resume breakpoint overrode even | |
2770 | calling bpstat_stop_status. | |
2771 | ||
f1de67d3 PS |
2772 | Wed Jan 19 12:40:25 1994 Peter Schauer ([email protected]) |
2773 | ||
2774 | * infrun.c (normal_stop): Set stop_pc after popping the dummy frame | |
2775 | in case execution was stopped in the called function. | |
2776 | * stack.c (print_frame_info, frame_info): If backtracing through | |
2777 | a call dummy, handle the starting source line number on a line | |
2778 | boundary like backtracing through sigtramp. | |
2779 | * sparc-tdep.c (sparc_frame_find_saved_regs): Get frame address | |
2780 | for call dummy frame right. Remove old test for dummy frame, | |
2781 | it has been unused at least since gdb-3.5. | |
2782 | * sparc-tdep.c (sparc_push_dummy_frame): Set return address register | |
2783 | of the dummy frame. | |
2784 | ||
c6e0f918 JK |
2785 | Tue Jan 18 16:16:35 1994 Jim Kingdon ([email protected]) |
2786 | ||
2787 | * infcmd.c (signal_command): Accept 0 as legitimate signal number. | |
2788 | ||
db4340a6 JK |
2789 | Tue Jan 18 14:09:25 1994 Peter Schauer ([email protected]) |
2790 | ||
2791 | * infrun.c (signals_info), target.c (target_signal_from_name): | |
2792 | Use ugly casts to avoid enumvar < enumvar or enumvar++. | |
2793 | ||
4d4f2d50 JK |
2794 | Mon Jan 17 22:00:15 1994 Jim Kingdon ([email protected]) |
2795 | ||
d881dd86 JK |
2796 | * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON. |
2797 | * inflow.c (terminal_ours_1): When discussing how to deal with the | |
2798 | tty state, make note of query() as well as readline. | |
2799 | ||
4d4f2d50 JK |
2800 | * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of |
2801 | signals for which stop and print are cleared by default. | |
2802 | ||
5c38fcee JL |
2803 | Mon Jan 17 20:00:51 1994 Jeffrey A. Law ([email protected]) |
2804 | ||
c7f3b703 JL |
2805 | * config/pa/tm-hppa.h (unwind_table_entry): Use one of the |
2806 | reserved fields to hold a stub unwind entry type. Fix typo. | |
2807 | (stub_unwind_entry): New structure for raw stub unwind entries. | |
2808 | (stub_unwind_types): The types of stubs we may encounter. | |
2809 | (UNWIND_ENTRY_SIZE, STUB_UNWIND_ENTRY_SIZE): New defines. | |
2810 | * hppa-tdep.c (rp_saved): Use additional information provided | |
2811 | by linker stub unwind descriptors. | |
2812 | (frameless_function_invocation): Likewise. | |
2813 | (frame_chain_valid): Likewise. | |
2814 | * paread.c (compare_unwind_entries): New function for sorting | |
2815 | unwind table entries. | |
2816 | (read_unwind_info): Rewrite to remove dependency on host endianness. | |
2817 | Read in data from the $UNWIND_END$ subspace which contains linker | |
2818 | stub unwind descriptors. Merge that data into the basic unwind | |
2819 | table. | |
2820 | ||
5c38fcee JL |
2821 | * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions. |
2822 | ||
af8b7906 JK |
2823 | Mon Jan 17 22:00:15 1994 Jim Kingdon ([email protected]) |
2824 | ||
2825 | * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the name | |
2826 | from either the symbol name or the auxent. | |
2827 | * coffread.c, symfile.h (coff_getfilename): Renamed from getfilename, | |
2828 | no longer static. | |
2829 | ||
0e7da49c FF |
2830 | Mon Jan 17 13:35:01 1994 Fred Fish ([email protected]) |
2831 | ||
2832 | * Makefile.in (ALLPARAM): Change irix5.h to nm-irix5.h. | |
2833 | ||
b90811f9 PS |
2834 | Mon Jan 17 12:35:42 1994 Peter Schauer ([email protected]) |
2835 | ||
2836 | * README: Update notes for alpha port. | |
2837 | ||
24a11a79 JK |
2838 | Mon Jan 17 11:15:57 1994 Jim Kingdon ([email protected]) |
2839 | ||
2840 | * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL | |
2841 | for operation fault, constraint fault, and type fault. | |
2842 | ||
b76dcd4b JK |
2843 | Sun Jan 16 12:46:01 1994 Jim Kingdon ([email protected]) |
2844 | ||
623d7380 JK |
2845 | * Makefile.in (init.c): Add comment explaining formatting conventions. |
2846 | ||
a39f7739 JK |
2847 | * c-exp.y (parse_number): Assign to temporary between the right |
2848 | shifts, to work around a bug in the SCO compiler. | |
2849 | ||
07919221 JK |
2850 | * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR): |
2851 | Add various files which were added to GDB recently. | |
2852 | ||
91cc45da JK |
2853 | * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if not |
2854 | within_function. | |
2855 | ||
b76dcd4b JK |
2856 | * Makefile.in: Add mostlyclean target. |
2857 | ||
d7a5ff3c JK |
2858 | Sat Jan 15 10:20:13 1994 Jim Kingdon ([email protected]) |
2859 | ||
2860 | * Version 4.11.4. | |
2861 | ||
8b564df8 PB |
2862 | Sat Jan 15 18:27:34 1994 Per Bothner ([email protected]) |
2863 | ||
2864 | * main.c (show_commands): Make return type of extern | |
2865 | history_get be HIST_ENTRY, rather than struct _hist_entry. | |
2866 | (The latter loses with the upcoming merged readline.) | |
2867 | ||
dac317dc JK |
2868 | Sat Jan 15 10:20:13 1994 Jim Kingdon ([email protected]) |
2869 | ||
ab5f7971 JK |
2870 | * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring |
2871 | const char *, not char *. | |
2872 | ||
fb155ce3 JK |
2873 | * symtab.h (struct symbol): Make section short, not unsigned short. |
2874 | ||
87041845 JK |
2875 | * symtab.c (lookup_symbol): Add comment about QUIT here. |
2876 | ||
f29351d9 JK |
2877 | * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered. |
2878 | ||
a9b32d61 JK |
2879 | * c-exp.y (parse_number): Check for overflow regardless of range |
2880 | checking. Fix overflow check to use unsigned LONGEST, not | |
2881 | unsigned int. | |
2882 | ||
2883 | * c-exp.y (parse_number): Make it so that integer constants are | |
2884 | builtin_type_long_long if builtin_type_long isn't big enough or if | |
2885 | an "LL" suffix is used. Properly handle "UL" or "LU" suffixes. | |
2886 | ||
dac317dc JK |
2887 | * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC): |
2888 | Print our "()" first, then recurse for the target type. | |
2889 | ||
4c0b3e57 JK |
2890 | Fri Jan 14 21:55:39 1994 Jim Kingdon ([email protected]) |
2891 | ||
831a39d7 JK |
2892 | * remote-udi.c (udi_create_inferior): Quote empty execfile argument. |
2893 | ||
4c0b3e57 JK |
2894 | * gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h". |
2895 | ||
44a09a68 JK |
2896 | Fri Jan 14 14:17:06 1994 Jim Kingdon ([email protected]) |
2897 | ||
2898 | * utils.c (request_quit): Re-establish signal handler regardless | |
2899 | of USG. | |
2900 | ||
2901 | * config/mips/xm-irix4.h: Define HAVE_TERMIOS. | |
2902 | ||
98506620 JK |
2903 | Fri Jan 14 21:55:39 1994 Jim Kingdon ([email protected]) |
2904 | ||
2905 | * i960-tdep.c: Include target.h. | |
2906 | ||
658821b9 SS |
2907 | Fri Jan 14 17:12:28 1994 Stan Shebs ([email protected]) |
2908 | ||
2909 | * lynx-nat.c (sys/wait.h): Don't use absolute pathname. | |
2910 | ||
2911 | Fri Jan 14 11:06:10 1994 Jim Kingdon ([email protected]) | |
2912 | ||
2913 | * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus | |
2914 | changes (status -> ourstatus; declare status, etc.). | |
2915 | * config/nm-lynx.h: Fix child_wait prototype and include target.h. | |
2916 | ||
4e8bc56f JK |
2917 | Fri Jan 14 14:17:06 1994 Jim Kingdon ([email protected]) |
2918 | ||
2919 | * Makefile.in (ALLPARAM): Add config/nm-lynx.h. | |
2920 | ||
aeb145f8 ILT |
2921 | Fri Jan 14 11:49:44 1994 Ian Lance Taylor ([email protected]) |
2922 | ||
2923 | * remote-mips.c (mips_request, mips_wait): Correct prototypes. | |
2924 | ||
d253eb7a JK |
2925 | Fri Jan 14 11:37:17 1994 Jim Kingdon ([email protected]) |
2926 | ||
2927 | * config/i386/xm-linux.h: Define HAVE_TERMIOS. | |
2928 | ||
52b3045e PS |
2929 | Fri Jan 14 01:04:36 1994 Peter Schauer ([email protected]) |
2930 | ||
2931 | * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment. | |
2932 | ||
ae682b80 JK |
2933 | Thu Jan 13 10:32:38 1994 Jim Kingdon ([email protected]) |
2934 | ||
d0acb092 JK |
2935 | * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960 |
2936 | is defined. Otherwise just report TARGET_SIGNAL_UNKNOWN. | |
2937 | ||
2938 | * mips-tdep.c (mips_push_arguments): Byteswap struct_addr before | |
2939 | writing it. | |
2940 | ||
63dcc380 JK |
2941 | Add search to target vector (#if 0'd until after 4.12): |
2942 | * target.h (to_search, target_search): Add. | |
2943 | * gdbcore.h, core.c (generic_search): Add. | |
2944 | * remote.c (remote_search): Add. | |
2945 | * a29k-tdep.c (init_frame_info): Use target_search to find traceback | |
2946 | tag. | |
2947 | ||
d6596eee JK |
2948 | * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr |
2949 | is on, call find_pc_function rather than relying just on the minimal | |
2950 | symbols (probably only matters for symbol readers which don't put | |
2951 | statics in the minimal symbols, but changing this strikes me as | |
2952 | not conservative enough). | |
2953 | Initialize name_location in all cases. | |
2954 | If no symbol and no msymbol, don't print anything symbolic. | |
2955 | ||
ae682b80 JK |
2956 | * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0. |
2957 | ||
314e6bf3 JG |
2958 | Wed Jan 12 20:53:16 1994 John Gilmore ([email protected]) |
2959 | ||
2960 | * printcmd.c (print_address_symbolic): Make it search the | |
2961 | symtabs for variables as well as functions. Add `set print | |
2962 | fast-symbolic-addr' and default it to fast (the old way). | |
2963 | Print line numbers for data items as well as functions. | |
2964 | ||
2965 | * symtab.c (find_addr_symbol): Return the symtab and the symbol | |
2966 | address, if a symbol is found (take two more args pointing to | |
2967 | where to store these results). | |
2968 | ||
2969 | * symtab.h (find_addr_symbol): Add prototype. | |
2970 | ||
470dfa0c JK |
2971 | Wed Jan 12 19:32:11 1994 Jim Kingdon ([email protected]) |
2972 | ||
2973 | * objfiles.h: Fix comments to reflect the fact that the phrase | |
2974 | "top of stack" always refers to where the pushing and popping takes | |
2975 | place, regardless of whether it is at the highest or lowest address. | |
2976 | ||
a8c49897 PS |
2977 | Wed Jan 12 13:23:37 1994 Peter Schauer ([email protected]) |
2978 | ||
2979 | * mdebugread.c (parse_symbol): Do not set TYPE_TAG_NAME for | |
2980 | compiler generated tag names. | |
2981 | * mdebugread.c (parse_type): Handle cross references to qualified | |
2982 | aggregate types. | |
2983 | * valops.c (value_struct_elt): Improve error message if the | |
2984 | address of a method is requested from an object instance. | |
2985 | * valops.c (search_struct_method): Make name_matched non-static | |
2986 | to get it initialized correctly. | |
2987 | * config/i386/nm-i386sco.h (CANNOT_STORE_REGISTER): Define to | |
2988 | exclude segment register which are not writable on newer SCO versions. | |
2989 | ||
4ad942bf JK |
2990 | Wed Jan 12 14:44:45 1994 Jim Kingdon ([email protected]) |
2991 | ||
2992 | * go32-xdep.c: Remove unused function uerror. | |
2993 | (sigsetmask): Declare return type. Declare argument (to match the | |
2994 | way it is called). Explicitly return 0. | |
2995 | ||
21578747 JG |
2996 | Wed Jan 12 01:44:25 1994 John Gilmore ([email protected]) |
2997 | ||
2998 | * symtab.h (struct symbol, general_symbol_info, minimal_symbol, | |
2999 | partial_symbol): Shrink the storage sizes of symbols, by making | |
3000 | enums into 1-byte bitfields when compiled __GNUC__, moving all the | |
3001 | enums and small ints to the end of each struct to improve | |
3002 | alignment, and switching the section number from int to unsigned | |
3003 | short. | |
3004 | ||
e0ea0fbd JG |
3005 | Wed Jan 12 00:16:26 1994 John Gilmore ([email protected]) |
3006 | ||
3007 | * symtab.c (find_addr_symbol): New routine that will find the nearest | |
3008 | symbol associated with an address. It does so by exhaustive | |
3009 | search of the symtabs, so it's slow but complete. | |
3010 | ||
011d4ed9 JG |
3011 | Tue Jan 11 23:57:30 1994 John Gilmore ([email protected]) |
3012 | ||
3013 | * coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab | |
3014 | to [0,0] rather than [0, end of first source file]. This avoids | |
3015 | problems with other parts of GDB looking for linetables in the | |
3016 | _globals_ symtab. Eliminate variables num_object_files and | |
3017 | first_object_file_end. | |
3018 | ||
eb5b74ca JG |
3019 | Tue Jan 11 00:53:46 1994 John Gilmore ([email protected]) |
3020 | ||
3021 | * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag. | |
3022 | (pop_frame): Restore PC2 and LR0 from dummy frames. | |
3023 | (push_dummy_frame): Save PC2 and LR0 into dummy frames. | |
3024 | (setup_arbitrary_frame): Handle 3 args and set up real frames. | |
3025 | * config/a29k/tm-a29k.h (FRAME_NUM_ARGS): Update comments. | |
3026 | (DUMMY_FRAME_RSIZE): Add 2 longwords for PC2 and LR0. | |
3027 | (SETUP_ARBITRARY_FRAME): Define. | |
3028 | ||
4d69cf57 JK |
3029 | Tue Jan 11 06:59:10 1994 Jim Kingdon ([email protected]) |
3030 | ||
3031 | * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START. | |
3032 | ||
6a69975f ILT |
3033 | Tue Jan 11 14:27:03 1994 Ian Lance Taylor ([email protected]) |
3034 | ||
3035 | * remote-udi.c (udi_resume): Correct prototype. | |
3036 | ||
c598654a JL |
3037 | Tue Jan 11 11:10:30 1994 Jeffrey A. Law ([email protected]) |
3038 | ||
3039 | * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call | |
3040 | hppa_frame_find_saved_regs. | |
3041 | * hppa-tdep.c (dig_fp_from_stack): Delete function. | |
3042 | (prologue_inst_adjust_sp): New function. | |
3043 | (is_branch, inst_saves_gr, inst_saves_fr): New functions. | |
3044 | (skip_prologue): Completely rewrite to use unwind information. | |
3045 | (hppa_frame_find_saved_regs): Likewise. | |
3046 | ||
6397809b JK |
3047 | Tue Jan 11 06:59:10 1994 Jim Kingdon ([email protected]) |
3048 | ||
f3fe8934 JK |
3049 | * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol |
3050 | to convert a signal number with appropriate bounds checking. | |
3051 | ||
6397809b JK |
3052 | * remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377). |
3053 | ||
c369b6a3 JG |
3054 | Tue Jan 11 00:53:46 1994 John Gilmore ([email protected]) |
3055 | ||
a31f4b90 JG |
3056 | * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined, |
3057 | print a newline to end the display anyway. | |
3058 | ||
c6d8db40 JG |
3059 | * sparc-tdep.c (sparc_pop_frame): Pop the fsr and csr (float and |
3060 | coprocessor status regs) when popping a frame. This fixes | |
3061 | float exceptions that occur after calling inferior functions. | |
3062 | ||
c369b6a3 JG |
3063 | * sparc-nat.c (fetch_inferior_registers, store_inferior_registers): |
3064 | Read and write the fsr (float status register) to/from the child | |
c6d8db40 JG |
3065 | process along with the float regs. Remove Peter Schauer's change |
3066 | of May 24 '93, which has higher overhead and doesn't solve the | |
3067 | real problem (which was that FSR wasn't being set). | |
c369b6a3 | 3068 | |
7b2bcbf5 JG |
3069 | Mon Jan 10 23:16:42 1994 John Gilmore ([email protected]) |
3070 | ||
3071 | * a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ | |
3072 | stack overflow check isn't right after the register stack | |
3073 | adjustment instruction. Metaware R2.3u compiler moves other | |
3074 | things in front of it. This fix isn't perfect but is what's | |
3075 | running. | |
3076 | ||
6aaa61de JK |
3077 | Mon Jan 10 20:08:23 1994 Jim Kingdon ([email protected]) |
3078 | ||
85b8aa88 JK |
3079 | * c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT. |
3080 | ||
6aaa61de JK |
3081 | * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14 |
3082 | character filenames. | |
3083 | * configure.in: Change accordingly. | |
3084 | ||
ef118278 TL |
3085 | Mon Jan 10 15:48:36 1994 Tom Lord ([email protected]) |
3086 | ||
3087 | * m68k-stub.c, sparc-stub.c: removed spurious introduction of | |
3088 | _filtered io routines from these two files. | |
3089 | ||
9d51b3c5 PS |
3090 | Fri Jan 7 12:42:45 1994 Peter Schauer ([email protected]) |
3091 | ||
3092 | * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h, | |
3093 | config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define. | |
3094 | * mdebugread.c (parse_symbol): Handle enum sh.type produced by | |
3095 | DEC c89. | |
3096 | * mdebugread.c (add_line): Handle zero linenos produced by DEC c89. | |
3097 | ||
11ebf939 JK |
3098 | Fri Jan 7 12:55:25 1994 Jim Kingdon ([email protected]) |
3099 | ||
17d059d4 JK |
3100 | * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before |
3101 | printing to gdb_stderr. | |
3102 | ||
3103 | * remote-udi.c (udi_kill): Don't close the connection, just set | |
3104 | inferior_pid to zero. | |
3105 | (udi_mourn): Call remove_breakpoints. | |
3106 | ||
3107 | * remote-udi.c: Remove obsolete need_artificial_traps comment. | |
3108 | ||
11ebf939 JK |
3109 | * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc. |
3110 | ||
fcbc95a7 JK |
3111 | Thu Jan 6 07:17:53 1994 Jim Kingdon ([email protected]) |
3112 | ||
d8a66e60 JK |
3113 | * symtab.c (lookup_symbol): Don't try adding .c to the name. |
3114 | ||
e3a7e9d5 JK |
3115 | * remote-bug.c: At the start of each section, reset srec_frame |
3116 | back to 160. | |
3117 | ||
fcbc95a7 JK |
3118 | * target.h: Add TARGET_WAITKIND_LOADED and TARGET_WAITKIND_SPURIOUS. |
3119 | * target.c (store_waitstatus): Add CHILD_SPECIAL_WAITSTATUS hook. | |
3120 | * infrun.c (wait_for_inferior): Replace SIGTRAP_STOP_AFTER_LOAD with | |
3121 | code which looks for those two waitkinds. Use switch statement. | |
3122 | * config/rs6000/tm-rs6000.h: Replace SIGTRAP_STOP_AFTER_LOAD with | |
3123 | CHILD_SPECIAL_WAITSTATUS. | |
3124 | ||
3125 | * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes. | |
3126 | * Move target_signal_from_host, target_signal_to_host, and | |
3127 | store_waitstatus from inftarg.c to target.c. procfs needs them. | |
3128 | * target.c: Include "wait.h" and <signal.h>. | |
3129 | * target.h, infrun.c (proceed), proceed callers: Pass new code | |
3130 | TARGET_SIGNAL_DEFAULT instead of -1. This avoids problems with | |
3131 | enums being treated as unsigned and is cleaner. | |
3132 | * infrun.c (signals_info): Don't print TARGET_SIGNAL_DEFAULT or | |
3133 | TARGET_SIGNAL_0. | |
3134 | * infcmd.c (signal_command), infrun.c (signals_info): | |
3135 | Don't allow user to specify numeric equivalent of | |
3136 | TARGET_SIGNAL_DEFAULT. | |
3137 | ||
7f85a716 SG |
3138 | Tue Jan 4 15:34:36 1994 Stu Grossman ([email protected]) |
3139 | ||
3140 | * config/alpha/alpha-netware.mt: New target support for Alpha | |
3141 | running Netware. | |
3142 | * configure.in: Add alpha-*-netware* target. | |
3143 | ||
5efb3899 SS |
3144 | Tue Jan 4 14:51:35 1994 Stan Shebs ([email protected]) |
3145 | ||
3146 | * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED. | |
3147 | ||
67ac9759 JK |
3148 | Tue Jan 4 09:47:14 1994 Jim Kingdon ([email protected]) |
3149 | ||
3150 | * target.h: Add enum target_waitkind, enum target_signal, and | |
3151 | struct target_waitstatus. Change status argument to target_wait to | |
3152 | be struct target_waitstatus * instead of int *. | |
3153 | * target.h, infrun.c, all targets: Change type of signal arguments | |
3154 | to resume(), proceed(), and target_resume() from int to enum | |
3155 | target_signal. | |
3156 | * All targets (*_wait, *_resume): Change accordingly. | |
3157 | * infcmd.c (program_info, signal_command), throughout infrun.c, | |
3158 | * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff. | |
3159 | * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex | |
3160 | signal code stuff right with the new signals would be non-trivial). | |
3161 | * inferior.h (stop_signal): Make it enum target_signal not int. | |
3162 | * target.c, target.h (target_signal_to_string, target_signal_to_name, | |
3163 | target_signal_from_name): New functions. | |
3164 | * inftarg.c, target.h (target_signal_to_host, target_signal_from_host, | |
3165 | store_waitstatus): New functions. | |
3166 | * procfs.c (procfs_notice_signals): Use them. | |
3167 | * i960-tdep.c (i960_fault_to_signal): New function, to replace | |
3168 | print_fault. | |
3169 | * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL. | |
3170 | ||
3171 | * objfiles.c (build_objfile_section_table): Don't abort() if | |
3172 | objfile->sections is already set. | |
3173 | ||
3174 | * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD | |
3175 | to match recent change to exec.c. | |
3176 | ||
3177 | * Version 4.11.3. | |
3178 | ||
3179 | * main.c (print_gdb_version): Change year to 1994. | |
3180 | ||
3181 | * ChangeLog, ChangeLog-93: Split ChangeLog at 1994. | |
3182 | * Makefile.in (NONSRC): Add ChangeLog-93. | |
3183 | ||
b35885f2 JK |
3184 | Mon Jan 3 11:57:29 1994 Jim Kingdon ([email protected]) |
3185 | ||
4b404661 JK |
3186 | * stabsread.c (read_type): Allow defining several type numbers |
3187 | at once (e.g. "(1,2)=(3,4)="...). | |
3188 | ||
eaba7fae JK |
3189 | * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int). |
3190 | ||
b35885f2 JK |
3191 | * breakpoint.c (frame_in_dummy): Check PC as well as frame. |
3192 | ||
ae5c71d6 PS |
3193 | Mon Jan 3 02:47:03 1994 Peter Schauer ([email protected]) |
3194 | ||
3195 | * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbols | |
3196 | to process_one_symbol. | |
3197 | * symtab.c (find_pc_psymbol): Search global_psymbols as well to | |
3198 | avoid caching a bad endaddr in find_pc_partial_function. | |
3199 | ||
d568b76a JK |
3200 | Sun Jan 2 21:41:17 1994 Jim Kingdon ([email protected]) |
3201 | ||
3202 | * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION. | |
3203 | ||
9ddb33a8 PS |
3204 | Sat Jan 1 04:35:23 1994 Peter Schauer ([email protected]) |
3205 | ||
3206 | * infrun.c (wait_for_inferior): Do not step or step resume past | |
3207 | the end of a one-line function we just stepped into. | |
3208 | ||
67ac9759 | 3209 | For older changes see ChangeLog-93 |
bd5635a1 RP |
3210 | \f |
3211 | Local Variables: | |
3212 | mode: indented-text | |
3213 | left-margin: 8 | |
3214 | fill-column: 74 | |
3215 | version-control: never | |
3216 | End: |