* debugify.c, debugify.h: New files. Provide common macros
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
16a43bf4 1
4659e3b3
DP
2Wed Feb 12 14:42:47 1997 Dawn Perchik <dawn@cygnus.com>
3
4 * debugify.c, debugify.h: New files. Provide common macros
5 for writing debug info to a log file or stdio.
6
be733f58
DP
7Wed Feb 12 02:44:39 1997 Dawn Perchik <dawn@cygnus.com>
8
9 * c-valprint.c (c_val_print): Fix printing for arrays defined
10 with 0 length. A sticky tag caused this fix from
11 revision 2.32 date: 1996/04/29 23:25:27; author: dawn;
12 state: Exp; lines: +1 -0 branches: 2.32.34;
13 to not make it into devo.
14
16a43bf4
DP
15Tue Feb 11 22:24:39 1997 Dawn Perchik <dawn@cygnus.com>
16
17 * defs.h: Fix cntl-C to read from the Windows message queue.
18 Add prototypes for make_final_cleanup (and the other cleanup
19 routines.
20 * remote-e7000.c: Fix sync code to timeout if unable to sync.
21 Change sync code to report status while trying to sync-up
22 with hardware. Add debugging output and document.
23 * ser-e7kpc.c: Swap order of len & offset to match implementation.
24 Add debugging output and document.
25 * serial.c: Add debugging output.
26 * top.c: Add call to do_final_cleanups.
27 Remove conditionals preventing Win32 from getting SIGQUIT.
28 * utils.c: (*_cleanup): Modify cleanup routines to accept a cleanup
29 chain as a parameter. Extract this generic code from the cleanup
30 routines into separate funtions (*_my_cleanup). Keep old
31 functionality by passing "cleanup_chain" to the new funtions.
32 Define the cleanup chain "final_cleanup_chain" to be a cleanup
33 chain which will be executed only when gdb exits. Add functions
34 (*_final_cleanup) to match the original (*_cleanup) functions.
35 (pollquit, quit, notice_quit): Fix to read cntl-C from the
36 Windows message queue.
37
46148567
DE
38start-sanitize-m32r
39Tue Feb 11 15:36:31 1997 Doug Evans <dje@canuck.cygnus.com>
40
41 * m32r-rom.c: #include <sys/types.h>.
42 #ifdef out new load support if wingdb.
43 * m32r/tm-m32r.h (TARGET_M32R): Define, for wingdb.
44
45end-sanitize-m32r
25de138b
JL
46Tue Feb 11 12:28:09 1997 Jeffrey A Law (law@cygnus.com)
47
8bd49d39 48
d601a41f
JL
49 * config/mn10200/tm-mn10200.h (STORE_STRUCT_RETURN): Fix.
50 * mn10200-tdep.c (mn10200_store_struct_return): New function.
d601a41f 51
527579ee
JL
52 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE): Fix case when
53 extracting a return value from a register pair.
54
25de138b
JL
55 * mn10200-tdep.c (mn10200_push_arguments): Stack only needs to
56 be two byte aligned. Round argument sizes up to two byte boundary.
57 Write out args in two byte hunks.
58 (mn10200_push_return_address): Implement.
59 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE): Abort for
60 structures > 8 bytes (temporary).
61 (STORE_RETURN_VALUE): Likewise.
62 (CALL_DUMMY): No longer undefine.
63 (USE_STRUCT_CONVENTION): Use for args > 8 bytes.
64 (REG_STRUCT_HAS_ADDR): Define.
65
276c2d7d
GRK
66start-sanitize-r5900
67Fri Feb 07 09:04:37 1997 Gavin Koch <gavin@cygnus.com>
68
69 * configure.tgt: added r5900.
70
71end-sanitize-r5900
7061bb0e
MA
72Mon Feb 10 18:35:55 1997 Mark Alexander <marka@cygnus.com>
73
74 * mips-tdep.c (non_heuristic_proc_desc): New function.
75 (find_proc_desc): Move non-heuristic proc search code into separate
76 function.
77 (gdb_print_insn_mips): Use non-heuristic method to find procedure
78 descriptor, to avoid prologue examination when disassembling.
79 * remote-mips.c: Add support for new "lsi" target (LSI MiniRISC
80 aka MicroMeteor board).
81 (mips_exit_debug): Prevent protocol reinitialization if an error
82 occurs while exiting debug mode.
83
efaf2b58
JL
84Mon Feb 10 16:11:57 1997 Jeffrey A Law (law@cygnus.com)
85
a698d0d0
JL
86 * mn10200-tdep.c: Remove lots of debugging printfs, update/improve
87 comments, formatting, etc. Plus other minor fixes for problems
88 I found during my first pass over the mn10200 port.
89 (mn10200_analyze_prologue): New function.
90 (mn10200_frame_chain, mn10200_init_extra_frame_info): Use it.
91 * config/mn10200/tm-mn10200.h: Lots of updates/improvements to
92 comments, formatting, etc. Minor fixes for problems I found during
93 my first pass over the mn10200 port.
94 (TARGET_*_BIT): Define appropriately for ints, long longs, doubles and
95 pointers.
96 (REGISTER_VIRTUAL_TYPE): Define as a long.
97 (EXTRACT_RETURN_VALUE): Rework to deal with long ints living
98 in register pairs.
99 (STORE_RETURN_VALUE): Similarly.
100
efaf2b58
JL
101 * blockframe.c (generic_get_saved_regs): Remove unused variable
102 "addr".
103 * breakpoint.c (frame_in_dummy): Move struct breakpoint *b decl
104 inside #ifdef CALL_DUMMY.
105 (watch_command_1): Initialize target_resources_ok.
106 * command.c (do_setshow_command): Provide dummy initialization
107 for "match".
108 * valops.c (find_function_addr): Move function & prototype inside
109 #ifdef CALL_DUMMY.
110 (value_arg_coerce): Similarly.
111 (value_of_variable): Provide dummy initialization of "frame".
112
40dffa42
SG
113Mon Feb 10 13:50:53 1997 Stu Grossman (grossman@critters.cygnus.com)
114
115 * gdbtk.c (call_wrapper): Clear running_now if an error occurs.
116 This fixes PR 11323, where gdbtk stops responding if an error occurs.
117
86fdcdaf
FF
118Mon Feb 10 07:54:26 1997 Fred Fish <fnf@cygnus.com>
119
120 * xcoffread.c (RECORD_MINIMAL_SYMBOL): Add NULL asection* parameter
121 to prim_record_minimal_symbol_and_info call that was missed in Jan 3
122 change.
123 (scan_xcoff_symtab): Ditto.
124
32dab603
MA
125Sun Feb 09 09:23:26 1997 Mark Alexander <marka@cygnus.com>
126
127 * remote-mips.c (common_breakpoint): Prevent 64-bit addresses
128 from being sent to 32-bit targets by masking off upper bits.
129 * mips-tdep.c (heuristic_proc_start): Mask off upper 32 bits
130 of PC on 32-bit targets.
131 (mips16_heuristic_proc_desc): Recognize 'addiu s1,sp,n' as a
132 frame setup instruction.
133 (mips32_heuristic_proc_desc): Fix warning found by gcc -Wall.
134 (mips16_skip_prologue): Recognize 'addiu s1,sp,n' as a valid
135 prologue instruction. Fix warnings and bugs found by gcc -Wall.
136 * buildsym.c (finish_block): Improve handling of overlapping blocks;
137 fixes problem on MIPS16 printing function arguments.
138
e7e98487
PS
139Sat Feb 8 01:14:43 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
140
141 * dwarf2read.c (dwarf2_linkage_name): New function to get
142 the linkage name of a die from DW_AT_MIPS_linkage_name or
143 DW_AT_name.
144 (read_func_scope, dwarf2_add_field, dwarf2_add_member_fn,
145 new_symbol): Use it instead of accessing DW_AT_name.
146 (read_partial_die): Use DW_AT_MIPS_linkage name as name of the
147 partial die if present.
148 (dwarf2_add_member_fn): Make a copy of physname on the type obstack.
149
c301abbd
JL
150Fri Feb 7 10:06:22 1997 Jeffrey A Law (law@cygnus.com)
151
152 * blockframe.c (generic_frame_chain_valid): If the new frame
153 is not INNER_THAN the old frame, then it's not valid.
154
7d9e8fac
MA
155Tue Feb 04 09:04:37 1997 Mark Alexander <marka@cygnus.com>
156
157 * mips-tdep.c (mips16_get_imm): Fix calculation of extended immediate.
158 (mips16_heuristic_proc_desc): Recognize jal(x) instruction.
159
b348b9fd
MA
160Mon Feb 03 17:57:58 1997 Mark Alexander <marka@cygnus.com>
161
162 * mips-tdep.c (mips16_decode_reg_save): Distinguish between
163 sd and sw instructions correctly.
164 (heuristic_proc_start): Add support for MIPS16.
165 (mips16_get_imm, mips16_heuristic_proc_desc,
166 mips32_heuristic_proc_desc): New helper functions for
167 heuristic_proc_desc.
168 (heuristic_proc_desc): Rewrite and reorganize to support MIPS16.
169 (mips_push_arguments): Don't align small arguments in EABI.
170 (mips32_skip_prologue): Attempt to shrink code size a little.
171
fbfa4d54
MS
172start-sanitize-m32r
173Mon Feb 3 11:06:05 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
174
175 * m32r-stub.c: New -- remote protocol support for M32R cpu.
176 * m32r-rom.c: Several experiments with improved download time.
177 * .Sanitize: Add entry for m32r-stub.c
178end-sanitize-m32r
179
20fa0902
MA
180Fri Jan 31 08:26:39 1997 Mark Alexander <marka@cygnus.com>
181
182 * mips-tdep.c (MIPS16_INSTLEN): Define.
183 (mips_find_saved_regs): Replace hardcoded 2's with MIPS16_INSTLEN.
184 (heuristic_proc_start): Recognize 'entry' pseudo-op as a start
185 of function on MIPS16.
186 (mips32_skip_prologue, mips16_skip_prologue): New helper functions
187 for mips_skip_prologue.
188 (mips_skip_prologue): Recognize both 16- and 32-bit prologues.
189
7e2b3363
MM
190Wed Jan 29 12:45:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
191
192 * config/powerpc/ppc{,le}-sim.mt (SIM): Remove the library
193 ../sim/common/libcommon.a.
194
b444216f
MS
195Tue Jan 28 15:54:13 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
196
197 * blockframe.c: fix a null pointer ref in generic_get_saved_register
198
52c8ecee
GN
199Tue Jan 28 15:39:50 1997 Geoffrey Noer <noer@cygnus.com>
200
bb6debca
SS
201 * mn10200-tdep.c (mn10200_frame_chain): Get basic backtracing
202 working.
52c8ecee 203
f9f8c14b
MA
204Mon Jan 27 14:31:52 1997 Mark Alexander <marka@cygnus.com>
205
206First set of changes for mips16:
207 * config/mips/tm-mips.h (MIPS16_BIG_BREAKPOINT,
208 MIPS16_LITTLE_BREAKPOINT, BREAKPOINT_FROM_PC): Define.
209 (ABOUT_TO_RETURN): Call new function mips_about_to_return.
210 (mips_breakpoint_from_pc, mips_about_to_return): Declare.
211 * mem-break.c (memory_breakpoint_from_pc): New function.
212 (memory_insert_breakpoint, memory_remove_breakpoint): Use
213 memory_breakpoint_from_pc to determine breakpoint contents and size.
214 * target.h (memory_breakpoint_from_pc): Declare.
215 * monitor.c (monitor_insert_breakpoint): Use memory_breakpoint_from_pc
216 to determine size of breakpoint instruction.
217 * mips-tdep.c (mips32_decode_reg_save, mips16_decode_reg_save):
218 New helper functions for mips_find_saved_regs.
219 (mips_find_saved_regs): Recognize mips16 prologues.
220 (mips_addr_bits_remove): Strip off upper 32 bits of address
221 when target CPU is 32 bits but CORE_ADDR is 64 bits.
222 (mips_step_skips_delay): No branch delay slot on mips16.
223 (gdb_print_insn_mips): Disassemble mips16 code.
224 (mips_breakpoint_from_pc, mips_about_to_return): New functions.
225
ddc846e9
JL
226Mon Jan 27 10:34:03 1997 Jeffrey A Law (law@cygnus.com)
227
228 * tm-mn10200.h (NUM_REGS): Decrease to 12.
229 (REGISTER_NAMES): Elimination registers not found on the mn10200.
230 (PC_REGNUM, MDR_REGNUM, PSW_REGNUM): Corresponding changes.
231 (LIR_REGNUM, LAR_REGNUM): Delete. They don't exist on the mn10200.
232
54995373
PS
233Sat Jan 25 00:07:59 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
234
235 * dwarf2read.c: Replace integral tag, name and form fields in
236 internal structure definitions with the corresponding enumeration
237 types from dwarf2.h. Add default cases to switches on enumerations
238 where appropriate.
239 Make quoting of string arguments in complaint messages consistent.
240 Check for NULL returns from DW_STRING.
241 (struct partial_die_info): Add sibling and has_type fields, remove
242 unused value field.
243 (DW_*): Move access macro definitions near the definition of the
244 attribute structure.
245 (struct field_info): New structure to pass information about fields
246 and member functions between die processing routines.
247 (dwarf2_build_psymtabs_hard): Set cu_header_offset.
248 (scan_partial_symbols): Do not enter DW_TAG_subprogram dies into
249 the partial symbol table if the DW_AT_*_pc attributes are missing.
250 Add file scope base type definitions to the partial symbol table.
251 Skip over child dies if the die has a sibling attribute.
252 (add_partial_symbol): Enter global variables with type attributes
253 and without location descriptors into the partial symbol table.
254 Store value of DW_TAG_variable dies in the partial symbol table.
255 Do not enter global variables into the minimal symbol table.
256 Add base type definitions to the partial symbol table.
257 (psymtab_to_symtab_1): Use dwarf2_get_pc_bounds to determine highpc.
258 (process_die): Move check for DW_AT_low_pc to read_func_scope.
259 Add a typedef symbol for base type definitions to the symbol table.
260 Ignore DW_TAG_inlined_subroutine tags for now.
261 (read_file_scope): Use dwarf2_get_pc_bounds to determine pc bounds.
262 (read_func_scope, read_lexical_block_scope): Use dwarf2_get_pc_bounds
263 to determine pc bounds, ignore dies with invalid bounds.
264 (dwarf2_get_pc_bounds): New routine to extract and validate the
265 DW_AT_*_pc attributes of a die.
266 (dwarf2_add_field, dwarf2_attach_fields_to_type, skip_member_fn_name,
267 dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
268 New functions to handle fields and member functions.
269 (read_structure_scope): Rewritten to use them.
270 (read_array_type): Renamed from dwarf_read_array_type.
271 Default upper array bound to describe an array with unspecified
272 length.
273 Create array types in backwards order, as dwarf2 puts out the array
274 dimensions from left to right.
275 (read_subroutine_type): Handle DW_TAG_unspecified_parameters,
276 DW_AT_artificial and DW_AT_prototyped.
277 (read_base_type): Make an unsigned type for DW_ATE_boolean.
278 Pass objfile to dwarf_base_type.
279 (read_partial_die): Use read_attribute to read in the attributes.
280 Handle DW_AT_sibling and DW_AT_type.
281 Follow references when determining DW_AT_name and DW_AT_external
282 attributes of the die.
283 Validate DW_AT_*_pc attributes.
284 (read_full_die): Use read_attribute to read in the attributes.
285 (read_attribute): New function to read an attribute described
286 by an abbreviated attribute.
287 (new_symbol): Relocate symbol value for DW_TAG_label with baseaddr.
288 Do not set SYMBOL_VALUE_ADDRESS for DW_TAG_subprogram,
289 SYMBOL_BLOCK_VALUE for the symbol will be set later by finish_block.
290 Change symbol class for global variables with a zero valued location
291 descriptor to LOC_UNRESOLVED.
292 Handle DW_AT_const_value attributes for DW_TAG_variable,
293 DW_TAG_formal_parameter and DW_TAG_enumerator.
294 Build a typedef symbol for DW_TAG_base_type.
295 (dwarf2_const_value): New routine to copy a constant value from an
296 attribute to a symbol.
297 (dwarf_base_type): Use passed in objfile, not current_objfile
298 when calling dwarf2_fundamental_type.
299 (dump_die): Use DW_* accessor macros to access values of attributes.
300 (decode_locdesc): Handle DW_OP_plus_uconst.
301
879b9398
GN
302Wed Jan 22 01:31:16 1997 Geoffrey Noer <noer@cygnus.com>
303
bb6debca
SS
304 * mn10200-tdep.c: New file.
305 * config/mn10200/tm-mn10200.h: New, REGISTER_SIZE is 24 bits not 32,
879b9398 306 SP_REGNUM and FP_REGNUM are different, also no lar or lir.
bb6debca
SS
307 * config/mn10200/mn10200.mt: New file.
308 * configure.tgt: add mn10200 entry.
879b9398 309
95b47547
SG
310Tue Jan 21 18:32:23 1997 Stu Grossman (grossman@lisa.cygnus.com)
311
312 * configure.in configure: Check if host has libdl if doing
313 Solaris threads.
314
95efddf2
GN
315Tue Jan 21 17:03:26 1997 Geoffrey Noer <noer@cygnus.com>
316
bb6debca 317 * mn10300-tdep.c: Wrote/fixed implementations of
95efddf2
GN
318 mn10300_frame_chain, mn10300_init_extra_frame_info,
319 mn10300_frame_saved_pc
bb6debca
SS
320 * config/mn10300/tm-mn10300.h: Redefine INIT_EXTRA_FRAME_INFO
321 and INIT_FRAME_PC macros.
95efddf2 322
ef6c51d1
SG
323Tue Jan 21 17:01:20 1997 Stu Grossman (grossman@lisa.cygnus.com)
324
325 * configure.in configure: Check if host has libm. Make sure we
326 are using gcc when using the -export-dynamic option. Fixes a
327 problem with building under Solaris/SunPro cc.
328
f1536ab5
MA
329Mon Jan 20 13:52:13 1997 Mark Alexander <marka@cygnus.com>
330
331 * config/mips/{embed,embed64,embedl,embedl64}.mt:
332 Link in simulator on MIPS embedded targets.
333
15cb042b
PS
334Sat Jan 18 02:31:29 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
335
336 * blockframe.c (frameless_look_for_prologue): Mark frames
337 with a zero PC as frameless to improve backtraces from core dumps
338 caused by dereferencing a NULL function pointer.
339
1bb1df85
GN
340Thu Jan 16 14:10:41 1997 Geoffrey Noer <noer@cygnus.com>
341
bb6debca 342 * config/mn10300/tm-mn10300.h: fix BREAKPOINT definition.
1bb1df85
GN
343
344Tue Jan 14 16:01:06 1997 Geoffrey Noer <noer@cygnus.com>
345
346 * mn10300-tdep.c: made a lot more generic, ripping out code
347 from copied target (no more mn10300_scan_prologue,
348 init_extra_frame_info, and mn10300_fix_call_dummy calls)
349 * config/mn10300/tm-mn10300.h: undefine INIT_EXTRA_FRAME_INFO
350 and INIT_FRAME_PC macros
351
afe56235
MS
352Thu Jan 9 11:44:40 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
353
354 * sparc-tdep.c (sparc_frame_find_saved_regs): Don't use
355 FP_REGISTER_BYTES to compute offsets into the saved frame,
356 since it fails for SPARC targets configured without any
357 FP regs. Instead, use DUMMY_STACK_REG_BUF_SIZE.
358
34b22c5c
SG
359Mon Jan 6 11:15:14 1997 Stu Grossman (grossman@critters.cygnus.com)
360
361 * symtab.c (fixup_symbol_section): Handle NULL symbols without
362 crashing.
363
6c310da8
SG
364Fri Jan 3 12:08:16 1997 Stu Grossman (grossman@critters.cygnus.com)
365
366 * Makefile.in configure configure.in: Remove ENABLE_CLIBS,
367 ENABLE_OBS, and THREAD_DB_OBS. These are consolidated into LIBS
368 and CONFIG_OBS.
369 * configure configure.in: Clean up test cases around thread support.
370start-sanitize-v850
371 * configure.tgt (v850-*-*): Include v850ice.o and v850.lib if
372 host is Windows.
373end-sanitize-v850
374 * c-valprint.c ch-valprint.c cp-valprint.c eval.c expprint.c
375 printcmd.c valops.c value.h values.c: Add bfd_section arg to
376 value_at and value_at_lazy.
377 * coffread.c dbxread.c elfread.c mdebugread.c minsyms.c symtab.h:
378 Add bfd_section arg to prim_record_minimal_symbol_and_info.
379 * corefile.c gdbcore.h printcmd.c valops.c: Use read_memory_section
380 instead of read_memory. It takes a bfd_section arg.
381 * coffread.c dbxread.c elfread.c gdb-stabs.h objfiles.h: Remove
382 unnecessary cast for assignment of struct dbx_symfile_info.
383 Struct objfile now uses a real pointer instead of PTR for this
384 element.
385 * dbxread.c (dbx_symfile_init): Stash bfd section pointers for
386 text, data and bss into dbx_symfile_info.
387 * exec.c (xfer_memory): Handle transfers for user-specified
388 sections.
389 * findvar.c (read_var_value locate_var_value): Copy bfd section
390 from the symbol to the value.
391 * gdb-stabs.h: Add section pointers for text, data and bss
392 sections.
393 * maint.c (translate address command): Add test code for overlay
394 address translation.
395 * printcmd.c (do_examine do_one_display): Now takes a bfd section
396 arg.
397 * (print_formatted x_command): Record current section along with
398 current address for repeated commands.
399 * sparc-nat.c (fetch_inferior_registers): Change
400 target_xfer_memory to target_{read write}_memory to allow changes
401 to target_xfer_memory interface for section info.
402 * symmisc.c (dump_msymbols print_symbol): Print section
403 assocaited with symbol.
404 * symtab.c (fixup_symbol_section): New routine to
405 add section info to symbols returned by lookup_symbol.
406 * symtab.h (struct general_symbol_info): Add bfd section to
407 symbols.
408 * target.c target.h (target_xfer_memory): Add bfd section to
409 args.
410 * (target_read_memory_section): New routine to read data from a
411 specific section.
412 * (target_memory_bfd_section): New global variable to pass bfd
413 section in to targets.
414 * valarith.c (value_add value_addr value_array): Preserve bfd
415 section when computing new value.
416 * value.h (struct value): Add bfd section to values.
417 * values.c (allocate_value value_copy): Initialize/preserve bfd
418 section.
419 * (unpack_double): Clean up _MSC_VER conditionals to remove
420 duplicate code.
421start-sanitize-v850
422 * v850ice.c: New module to support communication with NEC's
423 PC-based ICE.
424 * config/v850/tm-v850.h (REGISTER_NAMES): Replace sp, gp, fp, and
425 ep names with rxx names. sp and fp are renamed via a different
426 mechanism.
427end-sanitize-v850
428
3de76938
GN
429Fri Jan 3 14:20:05 1997 Geoffrey Noer <noer@cygnus.com>
430
bb6debca
SS
431 * mn10300-tdep.c (mn10300_push_arguments): rewrote,
432 also removed code elsewhere that made use of RP_REGNUM.
4efc4045
GN
433 * config/mn10300/tm-mn10300.h: ripped out RP_REGNUM, V0_REGNUM,
434 ARG0_REGNUM, ARGLAST_REGNUM (all not appropriate for mn10300
435 arch.), redefined SAVED_PC_AFTER_CALL, EXTRACT_RETURN_VALUE,
bb6debca 436 EXTRACT_STRUCT_VALUE_ADDRESS, STORE_RETURN_VALUE.
3dcd429f 437
bb6debca 438For older changes see ChangeLog-96
bd5635a1
RP
439\f
440Local Variables:
441mode: indented-text
442left-margin: 8
443fill-column: 74
444version-control: never
445End:
This page took 0.39212 seconds and 4 git commands to generate.