]>
Commit | Line | Data |
---|---|---|
2a28ccea MK |
1 | 2003-02-07 Mark Kettenis <[email protected]> |
2 | ||
3 | * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to | |
4 | legacy_extract_return_value and store_return_value to | |
5 | legacy_return_value. | |
6 | ||
786b8124 CF |
7 | 2003-02-06 Raoul Gough <[email protected]> |
8 | ||
9 | * win32-nat.c (get_relocated_section_addrs): New function. Find | |
10 | section load addresses for symbol handling in relocated DLLs. | |
11 | (solib_symbols_add): Open a bfd and call get_relocated_section_addrs. | |
12 | ||
b871e4ec FF |
13 | 2003-02-05 Fred Fish <[email protected]> |
14 | ||
15 | * remote-e7000.c (e7000_drain_command): Fix precedence problem with | |
16 | '=' and '!='. | |
17 | * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem | |
18 | with '&' and '=='. | |
19 | (angel_RDI_info): Ditto. | |
20 | * infttrace.c (threads_continue_all_but_one): Fix precedence problem | |
21 | with '&' and '!='. | |
22 | (threads_continue_all_with_signals): Ditto. | |
23 | ||
4389a95a AC |
24 | 2003-02-05 Jim Ingham <[email protected]> |
25 | Keith Seitz <[email protected]> | |
26 | Elena Zannoni <[email protected]> | |
27 | Andrew Cagney <[email protected]> | |
28 | ||
29 | * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o". | |
30 | (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c". | |
31 | (SUBDIR_MI_OBS): Add "mi-interp.o". | |
32 | (SUBDIR_MI_SRCS): Add "mi/mi-interp.c". | |
33 | (SFILES): Add "interps.c". | |
34 | (COMMON_OBS): Add "interps.o". | |
35 | (interps_h, mi_main_h): Define. | |
36 | (interps.o, cli-interp.o, mi-interp.o): Add dependencies. | |
37 | (mi-main.o, main.o, event-top.o): Update dependencies. | |
38 | * cli/cli-interp.c: New file. | |
39 | * interps.h, interps.c: New files. | |
40 | * top.c: (gdb_init): Don't install the default interpreter, handed | |
41 | by captured_main. | |
42 | * main.c: Include "interps.h". | |
43 | (interpreter_p): Note that it should malloc'ed. | |
44 | (captured_command_loop): Call current_interp_command_loop. | |
45 | (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use | |
46 | xfree and xstrdup when updating interpreter_p. Install the | |
47 | default interpreter. Add hack to stop mi1's copyright notice | |
48 | being encoded. | |
49 | * event-top.h (gdb_setup_readline): Declare. | |
50 | (gdb_disable_readline): Declare. | |
51 | * event-top.c: Include "interps.h". | |
52 | (display_gdb_prompt): Call current_interp_display_prompt_p. | |
53 | (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr, | |
54 | gdb_stdlog, and gdb_stdtarg. | |
55 | (_initialize_event_loop): Don't call gdb_setup_readline. | |
56 | * cli-out.c (cli_out_set_stream): New function. | |
57 | * cli-out.h (cli_out_set_stream): Declare. | |
58 | ||
ff3b5810 MK |
59 | 2003-02-06 Mark Kettenis <[email protected]> |
60 | ||
61 | * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*, | |
62 | i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all | |
63 | handled fine by i[3456]86-*sco* and i[3456]86-sysv*. | |
64 | * config/i386/i386sco5.mt, config/i386/i386v4.mt, | |
65 | config/i386/i386v42mp.mt: Removed. | |
66 | ||
5b729aa5 MK |
67 | 2003-02-05 Mark Kettenis <[email protected]> |
68 | ||
69 | * configure.tgt (*-*-solaris*): Set gdb_osabi to | |
70 | GDB_OSABI_SOLARIS. | |
71 | ||
8cc15142 MC |
72 | 2003-02-05 Michael Chastain <[email protected]> |
73 | ||
74 | * PROBLEMS (i[3456]86-*-linux*): Warn about binutils | |
75 | 2.12.1 and earlier versions. | |
76 | ||
5aa5d4b9 AC |
77 | 2003-02-05 Andrew Cagney <[email protected]> |
78 | ||
79 | Remove orphaned hosts, targets and files. | |
80 | * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete. | |
81 | * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete. | |
82 | * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete. | |
83 | * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete. | |
84 | * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete. | |
85 | * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete. | |
86 | * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete. | |
87 | * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete. | |
88 | * config/sparc/tm-sp64sim.h: Delete. | |
89 | * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-* | |
90 | hosts. | |
91 | * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and | |
92 | mips*-dec-mach3* targets. | |
93 | ||
b68767c1 MC |
94 | 2003-02-04 Michael Chastain <[email protected]> |
95 | ||
96 | * NEWS: Fix typo: sepcifying -> specifying. | |
97 | ||
5ae7ca1d MC |
98 | 2003-02-04 Michael Chastain <[email protected]> |
99 | ||
100 | * dwarfread.c: Add documentation on the state of dwarf-1, | |
101 | looking towards obsoletion. | |
102 | ||
d08a4280 MC |
103 | 2003-02-03 Michael Chastain <[email protected]> |
104 | ||
105 | * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc, | |
106 | gdb/testsuite/gdb.c++/pr-1023.exp. | |
107 | ||
e9be73e4 AC |
108 | 2003-02-04 Andrew Cagney <[email protected]> |
109 | ||
110 | * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR. | |
111 | * TODO: Delete reference to IS_TRAPPED_INTERNALVAR. | |
112 | ||
113 | * utils.c (init_page_info): Delete reference to MPW in comments. | |
114 | * main.c (captured_main): Delete #ifdef MPW. | |
115 | ||
05d57f6f AC |
116 | 2003-02-04 Andrew Cagney <[email protected]> |
117 | ||
118 | * NEWS: Note that the m32r-*-elf* is obsolete. | |
119 | * monitor.c (monitor_expect): Obsolete reference to m32r. | |
120 | * configure.tgt: Mark m32r-*-elf* as obsolete. | |
121 | * MAINTAINERS: Mark m32k as obsolete. | |
122 | * m32r-rom.c: Obsolete file. | |
123 | * config/m32r/m32r.mt: Obsolete file. | |
124 | * config/m32r/tm-m32r.h: Obsolete file. | |
125 | * m32r-stub.c: Obsolete file. | |
126 | * m32r-tdep.c: Obsolete file. | |
127 | ||
8b0e5691 AC |
128 | 2003-02-04 Andrew Cagney <[email protected]> |
129 | ||
130 | * NEWS: Mention that the z8k-zilog-none is obsolete. | |
131 | * MAINTAINERS: Mark z8k as obsolete. | |
132 | * configure.tgt: Obsolete the z8k-*-coff* target. | |
133 | * config/z8k/z8k.mt: Obsolete file. | |
134 | * config/z8k/tm-z8k.h: Obsolete file. | |
135 | * z8k-tdep.c: Obsolete file. | |
136 | ||
67f16606 AC |
137 | 2003-02-04 Andrew Cagney <[email protected]> |
138 | ||
139 | * NEWS: Mention that the mn10200-elf is obsolete. | |
140 | * configure.tgt: Obsolete mn10200-*-* target. | |
141 | * breakpoint.c (update_breakpoints_after_exec): Update comment to | |
142 | mention that the mn10200 is obsolete. | |
143 | * breakpoint.h: Ditto. | |
144 | * MAINTAINERS: Mark the mn10200-elf as obsolete. | |
145 | * config/mn10200/mn10200.mt: Obsolete file. | |
146 | * config/mn10200/tm-mn10200.h: Obsolete file. | |
147 | * mn10200-tdep.c: Obsolete file. | |
148 | ||
fd2299bd AC |
149 | 2003-02-04 Andrew Cagney <[email protected]> |
150 | ||
151 | * MAINTAINERS: Mark h8500 as obsolete. | |
152 | * configure.tgt (h8500-*-*): Mark h8500 code as obsolete. | |
153 | * findvar.c (value_from_register): Ditto. | |
154 | * h8500-tdep.c: Mark file as obsolete. | |
155 | * config/h8500/h8500.mt: Ditto. | |
156 | * config/h8500/tm-h8500.h: Ditto. | |
157 | * NEWS: Mention that h8500 is obsolete. | |
158 | ||
eb9a305d DC |
159 | 2003-02-04 David Carlton <[email protected]> |
160 | ||
161 | * objfiles.c (allocate_objfile): Always set name. Add comment at | |
162 | start of function. | |
163 | * jv-lang.c (get_dynamics_objfile): Add comment. | |
164 | ||
406fc7fb DC |
165 | 2003-02-04 David Carlton <[email protected]> |
166 | ||
167 | * symtab.h (SYMBOL_LINKAGE_NAME): Delete. | |
168 | * printcmd.c (build_address_symbolic): Replace uses of | |
169 | SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME, | |
170 | SYMBOL_NAME, and asm_demangle. | |
171 | Update copyright. | |
172 | ||
93d91629 DC |
173 | 2003-02-04 David Carlton <[email protected]> |
174 | ||
175 | * linespec.c (decode_compound): Extract code into | |
176 | lookup_prefix_sym. | |
177 | (lookup_prefix_sym): New function. | |
178 | ||
1c5cb38e DC |
179 | 2003-02-04 David Carlton <[email protected]> |
180 | ||
181 | * gdbtypes.h: Delete INTEGER_COERCION_BADNESS, | |
182 | FLOAT_COERCION_BADNESS. | |
183 | * gdbtypes.c (rank_one_type): Replace all uses of | |
184 | INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS. | |
185 | ||
0cf824c9 JB |
186 | 2003-02-04 Jim Blandy <[email protected]> |
187 | ||
188 | * dwarf2read.c (dwarf2_locate_sections): When we find a macro info | |
189 | section, let dwarf_macinfo_section point to it, not | |
190 | dwarf_loc_section. | |
191 | ||
a2d356b0 DJ |
192 | 2003-02-04 Daniel Jacobowitz <[email protected]> |
193 | ||
194 | Pointed out by Anton Blanchard <[email protected]>. | |
195 | * ppc-linux-tdep.c (insn_is_sigreturn): New function. | |
196 | (ppc_linux_at_sigtramp_return_path): Use it. | |
197 | ||
2de7ced7 DJ |
198 | 2003-02-04 Daniel Jacobowitz <[email protected]> |
199 | ||
200 | * defs.h (streq): Add prototype. | |
201 | * utils.c (streq): New function. | |
202 | ||
203 | * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of | |
204 | SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME. | |
205 | * mdebugread.c (new_symbol): Likewise. | |
206 | * stabsread.c (define_symbol): Likewise. | |
207 | * coffread.c (process_coff_symbol): Likewise. | |
208 | * dwarfread.c (new_symbol): Likewise. | |
209 | ||
210 | * minsyms.c (prim_record_minimal_symbol_and_info): Use | |
211 | SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language | |
212 | here. | |
213 | (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call | |
214 | SYMBOL_INIT_DEMANGLED_NAME. | |
215 | * objfiles.c: Include "hashtab.h". | |
216 | (allocate_objfile): Call htab_set_functions_ex for the | |
217 | demangled_names_hash. | |
218 | (free_objfile): Call htab_delete for the demangled_names_hash. | |
219 | * objfiles.h (struct htab): Add declaration. | |
220 | (struct objfile): Add demangled_names_hash. | |
221 | * symfile.c: Include "hashtab.h". | |
222 | (reread_symbols): Call htab_delete for the demangled_names_hash. | |
223 | (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting | |
224 | SYMBOL_NAME in the bcache. | |
225 | * symtab.c: Include "hashtab.h". Update comments. | |
226 | (create_demangled_names_hash, symbol_set_names): New functions. | |
227 | (symbol_find_demangled_name): New function, broken out from | |
228 | symbol_init_demangled_names. | |
229 | (symbol_init_demangled_names): Use it. | |
230 | * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses. | |
231 | (SYMBOL_SET_NAMES): New macro. | |
232 | (symbol_set_names): Add prototype. | |
233 | ||
15831452 JB |
234 | 2003-02-03 Jim Blandy <[email protected]> |
235 | ||
236 | Use a single, consistent representation for an empty minimal | |
237 | symbol table in an objfile. | |
238 | * objfiles.c (terminate_minimal_symbol_table): New function. | |
239 | (allocate_objfile): Call it. | |
240 | * objfiles.h (terminate_minimal_symbol_table): New declaration. | |
241 | (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is | |
242 | non-NULL. | |
243 | * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether | |
244 | objfile has minimal symbols, compare minimal_symbol_count to zero, | |
245 | instead of comparing msymbols with NULL. | |
246 | * objfiles.c (have_minimal_symbols): Same. | |
247 | * solib-sunos.c (solib_add_common_symbols): Call | |
248 | terminate_minimal_symbol_table. | |
249 | * symfile.c (reread_symbols): Same. | |
250 | ||
ffc65945 KB |
251 | 2003-02-03 Kevin Buettner <[email protected]> |
252 | ||
253 | * s390-tdep.c (s390_address_class_type_flags) | |
254 | (s390_address_class_type_flags_to_name) | |
255 | (s390_address_class_name_to_type_flags): New functions. | |
256 | (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, | |
257 | ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS. | |
258 | ||
f211c6d4 MS |
259 | 2003-02-03 Michael Snyder <[email protected]> |
260 | ||
261 | * arm-tdep.c: Fix spell-o in comment. | |
262 | ||
659b0389 ML |
263 | 2003-02-03 Michal Ludvig <[email protected]> |
264 | ||
265 | * dwarf2cfi.c (pointer_encoding): Added new parameter. | |
266 | * dwarf2cfi.c, dwarf2read.c: Changed all warnings and | |
267 | error messages to contain BFD filename. | |
268 | ||
3b31d625 EZ |
269 | 2003-02-02 Elena Zannoni <[email protected]> |
270 | ||
997b089a | 271 | Fix PR gdb/742 gdb/743 gdb/877 |
3b31d625 EZ |
272 | * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end. |
273 | (do_mixed_source_and_assembly): Use | |
274 | make_cleanup_ui_out_tuple_begin_end and | |
275 | make_cleanup_ui_out_tuple_begin_end. | |
276 | (do_mixed_source_and_assembly): Ditto. | |
277 | * thread.c (do_captured_list_thread_ids): Ditto. | |
278 | * ui-out.h (ui_out_table_begin, ui_out_list_begin, | |
279 | ui_out_tuple_begin, ui_out_table_end, ui_out_list_end, | |
280 | ui_out_tuple_end): Delete prototypes. | |
281 | * ui-out.c (ui_out_list_begin, ui_out_tuple_begin, | |
282 | ui_out_list_end, ui_out_tuple_end): Delete. | |
283 | ||
284 | From Kevin Buettner <[email protected]>: | |
285 | * ui-out.h (make_cleanup_ui_out_table_begin_end): New function. | |
286 | * ui-out.c (make_cleanup_ui_out_table_begin_end) | |
287 | (do_cleanup_table_end): New functions. | |
288 | * breakpoint.c (print_it_typical, print_one_breakpoint, mention): | |
289 | Use cleanups to invoke_ui_out_tuple_end(). | |
290 | (breakpoint_1): Use cleanup to invoke ui_out_table_end(). | |
291 | * cli/cli-setshow.c (cmd_show_list): Use | |
292 | make_cleanup_ui_out_tuple_begin_end. | |
293 | ||
5b181d62 AC |
294 | 2003-02-02 Andrew Cagney <[email protected]> |
295 | ||
296 | * frame.c (frame_unwind_register): New function. | |
297 | (frame_unwind_unsigned_register): Use. | |
298 | (frame_unwind_signed_register): Use. | |
299 | (frame_read_register): New function. | |
300 | * frame.h (frame_unwind_register): Declare. | |
301 | (frame_read_register): Declare. | |
302 | ||
303 | * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write | |
304 | and frame_unwind_register instead of read_memory, write_register | |
305 | and deprecated_write_register_bytes. | |
306 | ||
5f601589 AC |
307 | 2003-02-02 Andrew Cagney <[email protected]> |
308 | ||
309 | * frame.h: Note that namelen can be negative. | |
310 | * frame.c (frame_map_name_to_regnum): When LEN is negative, use | |
311 | NAME's length. | |
312 | ||
313 | * NEWS: Mention that the d10v's `regs' command is deprecated. | |
314 | * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info. | |
315 | (d10v_print_registers_info): New function. | |
316 | (show_regs): Call d10v_print_registers_info. | |
317 | (_initialize_d10v_tdep): Mark "show regs" command as deprecated. | |
318 | ||
6a3fe0a4 MK |
319 | 2003-02-02 Mark Kettenis <[email protected]> |
320 | ||
321 | * stack.c (print_frame_info): Restore call to annotate_frame_begin | |
322 | lost in the previous patch. | |
323 | ||
075559bc AC |
324 | 2003-02-01 Andrew Cagney <[email protected]> |
325 | ||
326 | From 2002-11-09 Jason Molenda ([email protected]) | |
327 | * stack.c (print_frame_info_base): Output complete FRAME tuple | |
328 | for synthesized frames. | |
329 | ||
6789195b AC |
330 | 2003-02-02 Andrew Cagney <[email protected]> |
331 | ||
332 | * mips-nat.c (zerobuf): Delete. | |
333 | (fetch_inferior_registers): Alloc local zerobuf. | |
334 | (fetch_core_registers): Alloc local zerobuf. | |
335 | * d10v-tdep.c (show_regs): Don't allocate a dynamic array using | |
336 | MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE. | |
337 | * thread-db.c (thread_db_store_registers): Ditto. | |
338 | * sh-tdep.c (sh_do_register): Ditto. | |
339 | * rom68k-rom.c (rom68k_supply_one_register): Ditto. | |
340 | * remote-sim.c (gdbsim_store_register): Ditto. | |
341 | * remote-mips.c (mips_wait, mips_fetch_registers): Ditto. | |
342 | * remote-e7000.c (fetch_regs_from_dump): Ditto. | |
343 | * monitor.c (monitor_supply_register): Ditto. | |
344 | * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto. | |
345 | * mips-nat.c (fetch_inferior_registers): Ditto. | |
346 | * m68klinux-nat.c (fetch_register): Ditto. | |
347 | * lynx-nat.c (fetch_inferior_registers): Ditto. | |
348 | (fetch_inferior_registers): Ditto. | |
349 | * irix4-nat.c (supply_gregset, supply_fpregset): Ditto. | |
350 | * hpux-thread.c (hpux_thread_fetch_registers): Ditto. | |
351 | (hpux_thread_store_registers): Ditto. | |
352 | * hppah-nat.c (fetch_register): Ditto. | |
353 | * hppab-nat.c (fetch_register): Ditto. | |
354 | * hppa-tdep.c (pa_register_look_aside): Ditto. | |
355 | (pa_print_fp_reg, pa_strcat_fp_reg): Ditto. | |
356 | * dve3900-rom.c (fetch_bitmapped_register): Ditto. | |
357 | ||
e669114a AC |
358 | 2003-02-01 Andrew Cagney <[email protected]> |
359 | ||
360 | * gdbarch.sh: Explictly specify all method levels. When a | |
361 | variable with an empty level, provide a non-multi-arch default. | |
362 | (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty. | |
363 | * gdbarch.h: Re-generate. | |
364 | * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined. | |
365 | * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1 | |
366 | ||
9a043c1d AC |
367 | 2003-02-01 Andrew Cagney <[email protected]> |
368 | ||
369 | * defs.h (host_pointer_to_address): Delete declaration. | |
370 | (address_to_host_pointer): Delete declaration. | |
371 | * utils.c (host_pointer_to_address): Delete function. | |
372 | (address_to_host_pointer): Delete function. | |
373 | * procfs.c (procfs_address_to_host_pointer): New function. | |
374 | * procfs.c (proc_set_watchpoint): Use. | |
375 | (procfs_can_use_hw_breakpoint): Update comments. | |
376 | * somsolib.c (hpux_address_to_host_pointer_hack): New function. | |
377 | (som_solib_add): Use. | |
378 | * hppa-tdep.c (hppa_pointer_to_address_hack): New function. | |
379 | * hppa-tdep.c (unwind_command): Use. | |
380 | ||
7ca9f392 AC |
381 | 2003-02-01 Andrew Cagney <[email protected]> |
382 | ||
94bbfd30 AC |
383 | * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and |
384 | strlen d_name. | |
385 | ||
7ca9f392 AC |
386 | * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS, |
387 | ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code. | |
388 | (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code. | |
389 | * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro. | |
390 | (define_symbol): Update. | |
391 | * symfile.c (generic_load): Remove references to nindy. | |
392 | * symtab.c: Remove references to nindy. | |
393 | ||
31a85ea2 AC |
394 | 2003-02-01 Andrew Cagney <[email protected]> |
395 | ||
396 | * infcmd.c (print_float_info): Delete code conditional on | |
397 | FLOAT_INFO. | |
398 | * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright. | |
399 | * config/m68k/nm-apollo68b.h: Ditto. | |
400 | * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright. | |
401 | * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto. | |
402 | * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto. | |
403 | ||
f6e85fc8 MK |
404 | 2003-02-01 Mark Kettenis <[email protected]> |
405 | ||
6015b6a0 MK |
406 | * config/i386/tm-i386os9k.h: Removed. |
407 | ||
f7a30bdf MK |
408 | * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v. |
409 | Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since | |
410 | they're identical to i[3456]86-*-sysv* now. | |
411 | * config/i386/i386v32.mh: Removed. | |
412 | * config/i386/xm-i386v32.h: Removed. | |
413 | * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro. | |
414 | ||
28d52111 MK |
415 | * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed. |
416 | ||
4d3f6bce MK |
417 | * config/i386/i386dgux.mh: Removed. |
418 | * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4. | |
419 | ||
f6e85fc8 MK |
420 | * configure.in: Fix typo. |
421 | * configure: Regenerated. | |
422 | ||
53955967 DC |
423 | 2003-01-31 David Carlton <[email protected]> |
424 | ||
425 | * dwarf2read.c (dwarf2_locate_sections): Set | |
426 | dwarf_ranges_section. | |
427 | ||
b1364885 AC |
428 | 2003-01-31 Andrew Cagney <[email protected]> |
429 | ||
8dbb1c65 AC |
430 | * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts. |
431 | * utils.c: Update comments documenting legitimate uses of PTR. | |
432 | ||
8731e58e AC |
433 | * utils.c: Re-indent. |
434 | ||
b1364885 AC |
435 | * config/djgpp/fnchange.lst: Delete nindy files. |
436 | * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files. | |
437 | * nindy-share/nindy.c, nindy-share/env.h: Delete files. | |
438 | * nindy-share/coff.h, nindy-share/block_io.h: Delete files. | |
439 | * nindy-share/b.out.h, nindy-share/VERSION: Delete files. | |
440 | * nindy-share/README, nindy-share/Onindy.c: Delete files. | |
441 | * nindy-tdep.c, nindy-share/Makefile: Delete files. | |
442 | * Makefile.in (init.c): Remove nindy references. | |
443 | (saber_gdb): Delete rule. | |
444 | (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c, | |
445 | nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c, | |
446 | and a68v-nat.c. | |
447 | (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules. | |
448 | (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules. | |
449 | (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h, | |
450 | nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and | |
451 | nindy-share/stop.h. | |
452 | * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files. | |
453 | * saber.suppress: Delete file. | |
454 | ||
086df311 DJ |
455 | 2003-01-31 Daniel Jacobowitz <[email protected]> |
456 | ||
457 | * dbxread.c (stabs_data): New static variable. | |
458 | (fill_symbuf): Support an in-memory buffer for stabs data. | |
459 | (stabs_seek): New function. | |
460 | (dbx_psymtab_to_symtab): Relocate the stabs data if necessary. | |
461 | (read_ofile_symtab): Use stabs_seek. | |
462 | (elfstab_build_psymtabs): Take an asection* instead of | |
463 | an offset and size. Relocate the stabs data if necessary. | |
464 | Save the section* for dbx_psymtab_to_symtab. | |
465 | * dwarf2read.c: Add section variables for each debug section. | |
466 | (dwarf2_locate_sections): Fill them in. | |
467 | (dwarf2_read_section): Take an asection* argument. | |
468 | Relocate the section contents if necessary. | |
469 | (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers. | |
470 | * dwarf2cfi.c (parse_frame_info): Take a section argument and pass | |
471 | it to dwarf2_read_section. | |
472 | (dwarf2_build_frame_info): Update callers. | |
473 | * elfread.c (elf_symfile_read): Update call to | |
474 | elfstab_build_psymtabs. | |
475 | * gdb-stabs.h (struct dbx_symfile_info): Add stab_section. | |
476 | (DBX_STAB_SECTION): New macro. | |
477 | * stabsread.h (elfstab_build_psymtabs): Update prototype. | |
478 | * symfile.c (symfile_dummy_outputs): New function. | |
479 | (symfile_relocate_debug_section): New function. | |
480 | * symfile.h (symfile_relocate_debug_section): Add prototype. | |
481 | ||
87d1b352 RH |
482 | 2003-01-31 Richard Henderson <[email protected]> |
483 | ||
484 | * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ... | |
485 | (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM. | |
486 | (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM. | |
487 | * alpha-tdep.c (alpha_register_name): Add "unique". | |
488 | * alpha-tdep.h (ALPHA_NUM_REGS): Increment. | |
489 | (ALPHA_UNIQUE_REGNUM): New. | |
490 | * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New. | |
491 | ||
c48861fb AC |
492 | 2003-01-31 Andrew Cagney <[email protected]> |
493 | ||
494 | * README: Remove reference to Ericsson 1800 monitor. | |
495 | * Makefile.in (remote-es.o): Delete rule. | |
496 | (ALLDEPFILES): Delete remote-es.c. | |
497 | * remote-es.c: Delete file. | |
498 | * config/m68k/es1800.mt: Delete file. | |
499 | * config/djgpp/fnchange.lst: Update. | |
500 | * configure.tgt: Delete m68*-ericsson-* target. | |
501 | ||
d764a824 AF |
502 | 2003-01-31 Adam Fedor <[email protected]> |
503 | ||
504 | * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc. | |
505 | Remove duplicate/shadowing variable of same name. | |
506 | ||
fe36c4f4 JB |
507 | 2003-01-30 Jim Blandy <[email protected]> |
508 | ||
509 | * symfile.c (find_separate_debug_file): Assert that the objfile's | |
510 | directory name we compute ends with a slash, and then assume that | |
511 | that's so everywhere we use it. | |
512 | ||
cb741690 DJ |
513 | 2003-01-30 Daniel Jacobowitz <[email protected]> |
514 | ||
515 | * valops.c (value_assign): Flush frame cache after stores to memory | |
516 | also. | |
517 | ||
96ee5227 AC |
518 | 2003-01-30 Andrew Cagney <[email protected]> |
519 | ||
520 | * Makefile.in (mon960-rom.o): Delete rule. | |
521 | * mon960-rom.c: Delete file. | |
522 | ||
7f6104a9 AC |
523 | 2003-01-30 Andrew Cagney <[email protected]> |
524 | ||
525 | * d10v-tdep.c: Include "frame-unwind.h". | |
526 | (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate | |
527 | list. | |
528 | (next_addr, uses_frame): Delete. | |
529 | (struct d10v_unwind_cache): Define. | |
530 | (prologue_find_regs): Add struct d10v_unwind_cache info parameter. | |
531 | Use info instead of next_addr and uses_frame globals. | |
532 | (d10v_frame_init_saved_regs): Delete function. | |
533 | (d10v_init_extra_frame_info): Delete function. | |
534 | (d10v_gdbarch_init): Do not initialize init_extra_frame_info, | |
535 | frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid, | |
536 | init_frame_pc or frame_saved_pc. | |
537 | (d10v_pop_frame): Delete function. | |
538 | (do_d10v_pop_frame): Delete function. | |
539 | (d10v_frame_chain): Delete function. | |
540 | (d10v_frame_chain_valid): Delete function. | |
541 | (d10v_frame_pc_unwind): New function. | |
542 | (d10v_frame_id_unwind): New function. | |
543 | (saved_regs_unwinder): New function. | |
544 | (d10v_frame_register_unwind): New function. | |
545 | (d10v_frame_pop): New function. | |
546 | (d10v_frame_unwind): New variable. | |
547 | (d10v_frame_p): New function. | |
548 | (d10v_frame_saved_pc): Delete function. | |
549 | * Makefile.in (d10v-tdep.o): Update dependencies. | |
550 | ||
cad2e848 JB |
551 | 2003-01-30 J. Brobecker <[email protected]> |
552 | ||
553 | * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef | |
554 | causing some regressions due to a change in the default value | |
555 | for this macro. | |
556 | ||
af34e669 DJ |
557 | 2003-01-29 Richard Henderson <[email protected]> |
558 | Elena Zannoni <[email protected]> | |
559 | Daniel Jacobowitz <[email protected]> | |
560 | ||
561 | Fix PR gdb/961. | |
562 | * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New | |
563 | variables. | |
564 | (RANGES_SECTION): New. | |
565 | (dwarf_ranges_buffer): New variable. | |
566 | (struct comp_unit_head): Add member "die". | |
567 | (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size. | |
568 | (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New. | |
569 | (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size. | |
570 | (dwarf2_locate_sections): Likewise. | |
571 | (dwarf2_build_psymtabs): Read .debug_ranges. | |
572 | (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out. | |
573 | (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die. | |
574 | (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers. | |
575 | Look for DW_AT_ranges and return the bounding box. | |
576 | ||
baa93fa6 CF |
577 | 2003-01-29 Brian Ford <[email protected]> |
578 | ||
579 | * win32-nat.c (cygwin_pid): Removed as unused. | |
580 | (child_attach): Try fall back to Cygwin pid. | |
581 | ||
c63f977f JB |
582 | 2003-01-29 Jim Blandy <[email protected]> |
583 | ||
584 | * objfiles.h (struct objfile): Doc fix. | |
585 | ||
d62d1979 AC |
586 | 2003-01-29 Andrew Cagney <[email protected]> |
587 | ||
588 | * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P. | |
589 | (legacy_get_prev_frame): Assert FRAME_CHAIN_P. | |
590 | (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame. | |
591 | (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P. | |
592 | * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate. | |
593 | (FRAME_SAVED_PC): Change to a function with predicate. | |
594 | * gdbarch.h, gdbarch.c: Re-generate. | |
595 | ||
1ae18a04 AC |
596 | 2003-01-28 Andrew Cagney <[email protected]> |
597 | ||
52287340 AC |
598 | * hppah-nat.c (child_pid_to_exec_file): Don't use boolean. |
599 | ||
1ae18a04 AC |
600 | * complaints.c (complain): Delete function. |
601 | * complaints.h (struct deprecated_complaint): Delete definition. | |
602 | (complain): Delete declaration. | |
603 | ||
f2c16bd6 KB |
604 | 2003-01-28 Kevin Buettner <[email protected]> |
605 | ||
606 | * mips-tdep.c (mips_init_extra_frame_info): Return early for | |
607 | dummy frames. | |
608 | ||
a94dd1fd AC |
609 | 2003-01-27 Andrew Cagney <[email protected]> |
610 | ||
611 | * sentinel-frame.h, sentinel-frame.c: New files. | |
612 | * Makefile.in (frame.o): Update dependencies. | |
613 | (SFILES): Add sentinel-frame.c. | |
614 | (sentinel_frame_h): Define. | |
615 | (COMMON_OBS): Add sentinel-frame.o. | |
616 | (sentinel-frame.o): Specify dependencies. | |
617 | * frame.c: Include "sentinel-frame.h". | |
618 | (frame_register_unwind): Rewrite assuming that there is always a a | |
619 | ->next frame. | |
620 | (frame_register, generic_unwind_get_saved_register): Ditto. | |
621 | (frame_read_unsigned_register, frame_read_signed_register): Ditto. | |
622 | (create_sentinel_frame, unwind_to_current_frame): New functions. | |
623 | (get_current_frame): Rewrite using create_sentinel_frame and | |
624 | unwind_to_current_frame. When possible, always create a frame. | |
625 | (create_new_frame): Set next to the sentinel frame. | |
626 | (get_next_frame): Rewrite. Don't go below the level 0 frame. | |
627 | (deprecated_update_frame_pc_hack): Update the next frame's PC and | |
628 | ID cache when necessary. | |
629 | (frame_saved_regs_id_unwind): Use frame_relative_level. | |
630 | (deprecated_generic_get_saved_register): Use frame_relative_level, | |
631 | get_frame_saved_regs, get_frame_pc, get_frame_base and | |
632 | get_next_frame. | |
633 | (frame_saved_regs_register_unwind): Use get_frame_saved_regs and | |
634 | frame_register. | |
635 | ||
5378adc4 DJ |
636 | 2003-01-27 Daniel Jacobowitz <[email protected]> |
637 | ||
638 | * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments. | |
639 | ||
51ee2ddc DJ |
640 | 2003-01-27 Daniel Jacobowitz <[email protected]> |
641 | ||
642 | * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)] | |
643 | (maintenance_set_profile_cmd): Use error () instead of warning (). | |
644 | ||
d9feb4e7 DJ |
645 | 2003-01-27 Daniel Jacobowitz <[email protected]> |
646 | ||
647 | * configure.in: Check that -pg works if using --enable-profiling. | |
648 | Check for monstartup and _mcleanup regardless of --enable-profiling. | |
649 | * maint.c: Check for monstartup and _mcleanup before using them. | |
650 | * config.in: Regenerated. | |
651 | * configure: Regenerated. | |
652 | ||
2d188dd3 NC |
653 | 2003-01-24 Nick Clifton <[email protected]> |
654 | ||
655 | * Add sh2e support: | |
656 | ||
657 | 2002-04-02 Elena Zannoni <[email protected]> | |
658 | ||
659 | * gdb/sh-tdep.c (sh_sh2e_register_name): New. | |
660 | (sh2e_show_regs): New. | |
661 | (sh_gdbarch_init): Handle bfd_mach_sh2e. | |
662 | * config/sh/tm-sh.h: Added sh2e to comments. | |
663 | ||
cb3c37b2 JB |
664 | 2003-01-23 Jim Blandy <[email protected]> |
665 | ||
666 | * symfile.c (syms_from_objfile): Don't print the "(no debugging | |
667 | symbols found)" message here; we haven't checked for a separate | |
668 | debug info file yet, so we don't know yet. | |
669 | (symbol_file_add_with_addrs_or_offsets): Print it here, after | |
670 | we've looked everywhere. Also, there's no need to print a special | |
671 | message when we're loading the separate debug info file: the one | |
672 | symbol_file_add prints is fine. | |
673 | ||
5b5d99cf JB |
674 | 2003-01-23 Alexander Larsson <[email protected]> |
675 | Jim Blandy <[email protected]> | |
676 | ||
677 | Add support for executables whose debug info has been separated | |
678 | out into a separate file, leaving only a link behind. | |
679 | * objfiles.h (struct objfile): New fields: separate_debug_objfile | |
680 | and separate_debug_objfile_backlink. | |
681 | (put_objfile_before): New declaration. | |
682 | * symfile.c: #include "filenames.h". | |
683 | (symbol_file_add_with_addrs_or_offsets): If this objfile has its | |
684 | debug info in a separate file, read that, too. Save the addrs | |
685 | argument, so we can use it again to read the separated debug info; | |
686 | syms_from_objfile modifies the table we pass it. | |
687 | (reread_symbols): After re-reading an objfile, call | |
688 | reread_separate_symbols to refresh its separate debug info | |
689 | objfile, if it has one. | |
690 | (reread_separate_symbols, find_separate_debug_file, | |
691 | get_debug_link_info, separate_debug_file_exists): New functions. | |
692 | (debug_file_directory): New global var. | |
693 | (_initialize_symfile): Initialize debug_file_directory, and | |
694 | provide the new `set debug-file-directory' command to let the user | |
695 | change it. | |
696 | * objfiles.c (free_objfile): If this objfile has its debug info in | |
697 | a separate objfile, free that one too. If this is itself a | |
698 | separate debug info objfile, clear our parent's backlink. | |
699 | (put_objfile_before): New function. | |
700 | * utils.c (gnu_debuglink_crc32): New function. | |
701 | * defs.h (gnu_debuglink_crc32): New declaration. | |
702 | * Makefile.in (symfile.o): Note dependency on "filenames.h". | |
703 | * configure.in: Handle --with-separate-debug-dir config option. | |
704 | * acinclude.m4 (AC_DEFINE_DIR): New macro. | |
705 | * acconfig.h (DEBUGDIR): New macro. | |
706 | * configure, aclocal.m4, config.in: Regenerated. | |
707 | ||
7e8580c1 JB |
708 | 2003-01-22 Jim Blandy <[email protected]> |
709 | ||
7904e09f JB |
710 | * symfile.c (symbol_file_add_with_addrs_or_offsets): New function, |
711 | like the old symbol_file_add, but taking new arguments: you can | |
712 | now pass in either a `struct section_addr_info' list to say where | |
713 | each section is loaded, or a `struct section_offsets' table. Pass | |
714 | these new arguments through to syms_from_objfile as appropriate. | |
715 | (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets, | |
716 | with the appropriate quiescent values for the new arguments. | |
717 | ||
7e8580c1 JB |
718 | * symfile.c: #include "gdb_assert.h". |
719 | (syms_from_objfile): Add the ability to pass in a section offset | |
720 | table directly, as an alternative to the section_addr_info table. | |
721 | Document arguments better. | |
722 | (symbol_file_add): Pass extra arguments to syms_from_objfile. | |
723 | * symfile.h (syms_from_objfile): Update declaration. | |
724 | * rs6000-nat.c (objfile_symbol_add): Pass new arguments to | |
725 | syms_from_objfile. | |
726 | * Makefile.in (symfile.o): List dependency on $(gdb_assert_h). | |
727 | ||
d28f9cdf DJ |
728 | 2003-01-22 Daniel Jacobowitz <[email protected]> |
729 | ||
730 | Original patch by Tom Tromey <[email protected]> and | |
731 | Jason Molenda <[email protected]>. | |
732 | * Makefile.in (PROFILE_CFLAGS): Substitute from configure. | |
733 | (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS. | |
734 | * NEWS: Mention profiling. | |
735 | * configure.in (--enable-gdbtk): Fix typo. | |
736 | (--enable-profiling): New. Set PROFILE_CFLAGS. | |
737 | * maint.c (maintenance_set_profile_cmd): Remove NOTYET. | |
738 | Fill in function. | |
739 | (profiling_state): New variable. | |
740 | (mcleanup_wrapper): New function. | |
741 | (_initialize_maint): Remove NOTYET, fix call to | |
742 | add_setshow_boolean_cmd for "maint set profile". | |
743 | * configure: Regenerated. | |
744 | ||
df21e465 MH |
745 | 2003-01-21 Martin M. Hunt <[email protected]> |
746 | ||
747 | * Makefile.in (install-gdbtk): Install PNG images too. | |
748 | ||
73c1f219 AC |
749 | 2003-01-21 Andrew Cagney <[email protected]> |
750 | ||
751 | * exec.c (text_start): Delete global variable. | |
752 | (exec_file_attach): Make text_start local to the function. | |
753 | * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros. | |
754 | * valops.c (hand_function_call): Delete code that handles | |
755 | BEFORE_TEXT_END and AFTER_TEXT_END. | |
756 | * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead | |
757 | of CALL_DUMMY_LOCATION. | |
758 | * gdbarch.c: Regenerate. | |
759 | * inferior.h (deprecated_pc_in_call_dummy_before_text_end) | |
760 | (deprecated_pc_in_call_dummy_after_text_end): Delete declaration. | |
761 | * blockframe.c (deprecated_pc_in_call_dummy_before_text_end) | |
762 | (deprecated_pc_in_call_dummy_after_text_end): Delete functions. | |
763 | (text_end): Delete extern declaration. | |
764 | ||
eb4f72c5 AC |
765 | 2003-01-21 Andrew Cagney <[email protected]> |
766 | ||
767 | * frame.h (FRAME_OBSTACK_ZALLOC): Define. | |
768 | * blockframe.c (backtrace_below_main): Move to "frame.c". | |
769 | (frame_chain_valid): Delete check for backtrace_below_main. | |
770 | (_initialize_blockframe): Delete initialization, move ``set | |
771 | backtrace-below-main'' command to "frame.c". | |
772 | (do_flush_frames_sfunc): Delete function. | |
773 | * frame.c: Include "command.h" and "gdbcmd.h". | |
774 | (frame_type_from_pc): New function. | |
775 | (create_new_frame): Use frame_type_from_pc. | |
776 | (legacy_get_prev_frame): New function. | |
777 | (get_prev_frame): Rewrite. When an old style frame, call | |
778 | legacy_get_prev_frame. Otherwize, unwind the PC first. | |
779 | (_initialize_frame): Add ``set backtrace-below-main'' command. | |
780 | * Makefile.in (frame.o): Update dependencies. | |
781 | ||
778ce8cc AC |
782 | 2003-01-19 Andrew Cagney <[email protected]> |
783 | ||
784 | * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename | |
785 | DEPRECATED_REGISTERS_INFO. | |
786 | ||
01c193c8 AC |
787 | 2003-01-19 Andrew Cagney <[email protected]> |
788 | ||
789 | * MAINTAINERS: Replace `Blanket Write Privs' with `Global | |
790 | Maintainers'. Update `Various Maintainers'. | |
791 | ||
dedc2a2b AC |
792 | 2003-01-19 Andrew Cagney <[email protected]> |
793 | ||
794 | * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P. | |
795 | * gdbarch.sh (POP_FRAME): Change to function with predicate. | |
796 | Suppress actual parameters when `-'. | |
797 | * gdbarch.h, gdbarch.c: Regenerate. | |
798 | ||
b7261c70 AC |
799 | 2003-01-19 Andrew Cagney <[email protected]> |
800 | ||
801 | * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore | |
802 | code handling dummy frames. | |
803 | ||
dbe9fe58 AC |
804 | 2003-01-19 Andrew Cagney <[email protected]> |
805 | ||
806 | * frame-unwind.h (frame_unwind_pop_ftype): Declare. | |
807 | (struct frame_unwind): Add field pop. | |
808 | * frame.h (frame_pop): Declare. | |
809 | * frame.c (frame_saved_regs_pop): New function. | |
810 | (trad_frame_unwinder): Add frame_saved_regs_pop. | |
811 | (frame_pop): New function. | |
812 | * dummy-frame.c (dummy_frame_pop): New function. | |
813 | (discard_innermost_dummy): New function. | |
814 | (generic_pop_dummy_frame): Use discard_innermost_dummy. | |
815 | (dummy_frame_unwind): Add dummy_frame_pop. | |
816 | * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME. | |
817 | * valops.c (hand_function_call): Ditto. | |
818 | * stack.c (return_command): Ditto. | |
819 | ||
570b8f7c AC |
820 | 2003-01-18 Andrew Cagney <[email protected]> |
821 | ||
822 | * cris-tdep.c: Fix function declaration indentation. | |
823 | * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto. | |
824 | * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto. | |
825 | * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto. | |
826 | * symfile.h, symtab.h, target.c, target.h, value.h: Ditto. | |
827 | * xcoffread.c, config/pa/tm-hppa.h: Ditto. | |
828 | * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto. | |
829 | ||
830 | 2003-01-18 Michael Chastain <[email protected]> | |
eaec4d85 MC |
831 | |
832 | * README (Unpacking and Installation -- quick overview): | |
833 | Warn against ".../gdb-5.3/gdb/configure". | |
834 | ||
494cca16 AC |
835 | 2003-01-18 Andrew Cagney <[email protected]> |
836 | ||
837 | * dummy-frame.h (dummy_frame_id_unwind): Delete declaration. | |
838 | (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto. | |
839 | (struct frame_unwind): Declare opaque. | |
840 | (dummy_frame_p): Declare function. | |
841 | * dummy-frame.c (dummy_frame_id_unwind): Make static. | |
842 | (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto. | |
843 | * dummy-frame.c: Include "frame-unwind.h". | |
844 | (dummy_frame_p): New function. | |
845 | (dummy_frame_unwind): New variable. | |
846 | * frame.c: Include "frame-unwind.h". | |
847 | (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update | |
848 | to use the new unwind field. | |
849 | (set_unwind_by_pc): Delete function. | |
850 | (create_new_frame, get_prev_frame): Set unwind field using | |
851 | frame_unwind_find_by_pc. | |
852 | (trad_frame_unwind, trad_frame_unwinder): New variables. | |
853 | * frame.h (trad_frame_unwind): Declare variable. | |
854 | (frame_id_unwind_ftype): Delete declaration. | |
855 | (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto. | |
856 | (struct frame_unwind): Declare opaque. | |
857 | (struct frame_info): Replace the fields id_unwind, pc_unwind and | |
858 | register_unwind with a single unwind pointer. | |
859 | * frame-unwind.h, frame-unwind.c: New files. | |
860 | * Makefile.in (SFILES): Add frame-unwind.c. | |
861 | (frame_unwind_h): Define. | |
862 | (COMMON_OBS): Add frame-unwind.o. | |
863 | (frame-unwind.o): Specify dependencies. | |
864 | (frame.o, dummy-frame.o): Update dependencies. | |
865 | ||
4efb68b1 AC |
866 | 2003-01-18 Andrew Cagney <[email protected]> |
867 | ||
868 | * ada-valprint.c: Eliminate PTR. | |
869 | * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto. | |
870 | * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto. | |
871 | * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto. | |
872 | * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto. | |
873 | * remote-mips.c, remote-sds.c, remote-vx.c: Ditto. | |
874 | * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto. | |
875 | * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto. | |
876 | ||
a84d24ee AC |
877 | 2003-01-17 Andrew Cagney <[email protected]> |
878 | ||
762f08a3 AC |
879 | * main.c (captured_main): Don't use PTR. |
880 | * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp. | |
881 | * gdbtypes.c (lookup_primitive_typename): Ditto. | |
882 | (lookup_struct_elt_type): Ditto. | |
883 | * f-valprint.c (info_common_command): Ditto. | |
884 | (list_all_visible_commons): Ditto. | |
885 | * jv-typeprint.c (java_type_print_base): Ditto. | |
886 | ||
a84d24ee AC |
887 | * config/djgpp/fnchange.lst: Rename mi1-var-block.exp, |
888 | mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp. | |
889 | Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename | |
890 | i386-interix-nat.c and i386-interix-tdep.c. Rename | |
891 | m68klinux-nat.c and m68klinux-tdep.c. Rename | |
892 | config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename | |
893 | bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename | |
894 | gdb/objc-exp.tab.c and gdb/ada-exp.tab.c | |
895 | * main.c (captured_main): Use xfree, not free. | |
896 | ||
c170fb60 AC |
897 | 2003-01-16 Andrew Cagney <[email protected]> |
898 | ||
899 | * frame.h (frame_id_unwind_ftype): Change type so that the frame's | |
900 | ID back using a parameter. | |
901 | * frame.c (frame_id_unwind): Update call. | |
902 | (frame_saved_regs_id_unwind): Update. | |
903 | * dummy-frame.c (dummy_frame_id_unwind): Update function. | |
904 | * dummy-frame.h (struct frame_id): Add opaque declaration. | |
905 | (dummy_frame_id_unwind): Update declaration. | |
906 | ||
867f3898 AC |
907 | 2003-01-15 Andrew Cagney <[email protected]> |
908 | ||
909 | * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK. | |
910 | ||
40622be8 | 911 | 2003-01-15 Stephen P. Smith <[email protected]> |
de3a8c23 | 912 | |
40622be8 | 913 | * MAINTAINERS (Stephen P. Smith): Updated email address. |
de3a8c23 | 914 | |
ae66c1fc EZ |
915 | 2003-01-14 Elena Zannoni <[email protected]> |
916 | ||
997b089a | 917 | Fix PR gdb/898 |
ae66c1fc EZ |
918 | * breakpoint.c (until_break_command): Add new argument. Use it to |
919 | decide whether to stop only at the current frame or not. | |
920 | * breakpoint.h (until_break_command): Update prototype. | |
921 | * infcmd.c (until_command): Add new argument to until_break_command | |
922 | call. | |
923 | (advance_command): New function. | |
924 | (_initialize_infcmd): Update help string for 'until' command. | |
925 | Add new 'advance' command. | |
926 | ||
a04257e6 DC |
927 | 2003-01-14 David Carlton <[email protected]> |
928 | ||
929 | * linespec.c (decode_line_1): Normalize comments. | |
930 | (set_flags): Ditto. | |
931 | (locate_first_half): Ditto. | |
932 | (decode_compound): Ditto. | |
933 | (symtab_from_filename): Ditto. | |
934 | (decode_all_digits): Ditto. | |
935 | (decode_dollar): Ditto. | |
936 | (find_methods): Ditto. | |
937 | (find_toplevel_char): Ditto. | |
938 | ||
1bac305b AC |
939 | 2003-01-13 Andrew Cagney <[email protected]> |
940 | ||
941 | * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright. | |
942 | * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright. | |
943 | * elfread.c, eval.c, expprint.c, expression.h: Update copyright. | |
944 | * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright. | |
945 | * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright. | |
946 | * language.c, language.h, m32r-tdep.c: Update copyright. | |
947 | * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright. | |
948 | * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright. | |
949 | * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright. | |
950 | * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright. | |
951 | * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright. | |
952 | * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright. | |
953 | ||
25caa7a8 EZ |
954 | 2003-01-13 Elena Zannoni <[email protected]> |
955 | ||
956 | * stabsread.h (process_later, resolve_cfront_continuation): | |
957 | Obsolete. | |
958 | Update copyright years. | |
959 | * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront. | |
960 | Update copyright year. | |
961 | * dbxread.c(struct cont_elem): Obsolete. | |
962 | (process_later, process_now): Obsolete functions. | |
963 | (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support. | |
964 | Update copyright year. | |
965 | * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros. | |
966 | (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions. | |
967 | * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront. | |
968 | (parse_partial_symbols): Obsolete cfront support. | |
969 | * stabsread.c | |
970 | (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete | |
971 | macros. | |
972 | (get_substring, get_cfront_method_physname, msg_unknown_complaint, | |
973 | read_cfront_baseclasses, read_cfront_member_functions, | |
974 | resolve_cfront_continuation,read_cfront_static_fields, | |
975 | copy_cfront_struct_fields): Obsolete functions. | |
976 | (define_symbol, read_one_struct_field): Obsolete cfront support. | |
977 | * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support. | |
978 | Update Copyright year. | |
979 | ||
7789c6f5 EZ |
980 | 2003-01-13 Elena Zannoni <[email protected]> |
981 | ||
982 | * stack.c (print_frame_info, print_stack_frame_base_stub, | |
983 | print_stack_frame_base, show_and_print_stack_frame_stub, | |
984 | show_and_print_stack_frame, print_only_stack_frame_stub, | |
985 | print_only_stack_frame): Delete functions. | |
986 | (print_stack_frame_stub): Call print_frame_info instead of | |
987 | print_frame_info_base. | |
988 | (print_frame_info_base): Rename to print_frame_info. | |
989 | (backtrace_command_1): Call print_frame_info, instead of | |
990 | print_frame_info_base. | |
991 | (current_frame_command): Call print_stack_frame, instead of | |
992 | print_only_stack_frame. | |
993 | (frame_command): Call print_stack_frame, instead of | |
994 | show_and_print_stack_frame. | |
995 | (up_command): Ditto. | |
996 | (down_command): Ditto. | |
997 | * frame.h (print_only_stack_frame): Delete prototype. | |
998 | * infrun.c (normal_stop): Call print_stack_frame, instead of | |
999 | show_and_print_stack_frame. | |
1000 | * thread.c (info_threads_command): Call print_stack_frame, instead | |
1001 | of print_only_stack_frame. | |
1002 | ||
3f5a3016 AC |
1003 | 2003-01-13 Andrew Cagney <[email protected]> |
1004 | ||
d99ba314 AC |
1005 | * README (Graphical interface to GDB): Update URL. Point at |
1006 | gdb/links/. | |
1007 | ||
3f5a3016 AC |
1008 | * gdb_indent.sh: Update to version 2.2.9. Warn when not exact |
1009 | version match. | |
1010 | ||
083ae935 DJ |
1011 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1012 | ||
1013 | * symtab.c (find_pc_sect_line): Don't consider end-of-function | |
1014 | lines. | |
1015 | ||
5365276c DJ |
1016 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1017 | ||
1018 | * thread-db.c (attach_thread): Prototype. | |
1019 | (struct private_thread_info): Remove lwpid. Add thread handle (th), | |
1020 | thread information (ti), and valid flags (th_valid, ti_valid). | |
1021 | (attach_thread): Move target_pid_to_str call to after the thread | |
1022 | is added to GDB's list. Initialize the cache. | |
1023 | (thread_get_info_callback, thread_db_map_id2thr) | |
1024 | (thread_db_get_info): New functions. | |
1025 | (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers) | |
1026 | (thread_db_store_registers, thread_db_thread_alive) | |
1027 | (thread_db_get_thread_local_address): Use them. | |
1028 | (thread_db_pid_to_str): Likewise. Return "Missing" instead | |
1029 | of calling error() for threads in unknown state. | |
1030 | ||
1031 | (clear_lwpid_callback): New function. | |
1032 | (thread_db_resume): Use it to clear the cache. | |
1033 | ||
9fc30b6b DJ |
1034 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1035 | ||
1036 | * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove. | |
1037 | (resume_callback): Remove dead code. | |
1038 | ||
8f871025 AC |
1039 | 2003-01-13 Andrew Cagney <[email protected]> |
1040 | ||
1041 | * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with | |
1042 | predicate. | |
1043 | * gdbarch.h, gdbarch.c: Regenerate. | |
1044 | * stack.c (frame_info): Only initialize the saved registers when | |
1045 | FRAME_INIT_SAVED_REGS_P. | |
1046 | * frame.c (frame_saved_regs_register_unwind): Assert | |
1047 | FRAME_INIT_SAVED_REGS_P. | |
1048 | (deprecated_generic_get_saved_register): Ditto. | |
1049 | ||
3f565f1e DJ |
1050 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1051 | ||
1052 | * source.c (openp): Squelch warning about "filename". | |
1053 | ||
072b1022 DJ |
1054 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1055 | ||
1056 | * source.c (openp): If the file does not exist don't necessarily | |
1057 | search the path. | |
1058 | ||
973ccf8b DJ |
1059 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1060 | ||
1061 | Fix PR gdb/872. | |
1062 | * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN. | |
1063 | (integer_types_same_name_p): New function. | |
1064 | (rank_one_type): Use it. | |
1065 | * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN. | |
1066 | ||
030292b7 DJ |
1067 | 2003-01-13 Daniel Jacobowitz <[email protected]> |
1068 | ||
1069 | * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New | |
1070 | variables. | |
1071 | (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE). | |
1072 | * configure.in: Add --with-sysroot. | |
1073 | * configure: Regenerated. | |
1074 | * main.c (gdb_sysroot): New variable. | |
1075 | (captured_main): Initialize gdb_sysroot. | |
1076 | * defs.h (gdb_sysroot): New extern declaration. | |
1077 | * solib.c (_initialize_solib): Initialize solib_absolute_prefix. | |
1078 | ||
afb5d334 MC |
1079 | 2003-01-12 Michael Chastain <[email protected]> |
1080 | ||
1081 | * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002. | |
1082 | ||
751ceeb4 MC |
1083 | 2003-01-12 Michael Chastain <[email protected]> |
1084 | ||
1085 | * top.c (print_gdb_version): Bump copyright year to 2003. | |
1086 | ||
94cd26f8 DC |
1087 | 2003-01-12 David Carlton <[email protected]> |
1088 | ||
1089 | * linespec.c (symtab_from_filename): Rename variable 's' to | |
1090 | 'file_symtab'. | |
1091 | ||
1ce79225 AC |
1092 | 2003-01-12 Andrew Cagney <[email protected]> |
1093 | ||
1094 | * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a | |
1095 | dummy frame. | |
1096 | (d10v_frame_saved_pc, d10v_frame_chain): Ditto. | |
1097 | ||
fa1fd571 AC |
1098 | 2003-01-12 Andrew Cagney <[email protected]> |
1099 | ||
1100 | * d10v-tdep.c: Include "gdb_assert.h". | |
1101 | (d10v_store_return_value): Rewrite to match current interface. | |
1102 | (d10v_extract_struct_value_address): Ditto. | |
1103 | (d10v_extract_return_value): Ditto. | |
1104 | (d10v_gdbarch_init): Set store_restore_value, | |
1105 | extract_struct_value_address and extract_return_value. | |
1106 | ||
68b8d23e JB |
1107 | 2003-01-12 J. Brobecker <[email protected]> |
1108 | ||
1109 | * hpread.c (set_namestring): New procedure replacing the | |
1110 | SET_NAMESTRING macro. | |
1111 | (hpread_build_psymtabs): Replace calls to SET_NAMESTRING | |
1112 | by calls to set_namestring. | |
1113 | ||
1114 | 2003-01-11 J. Brobecker <[email protected]> | |
1fb309ea JB |
1115 | |
1116 | * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix | |
1117 | a compilation warning. | |
1118 | (hpread_process_one_debug_symbol): Likewise. | |
1119 | ||
88d262ca DC |
1120 | 2003-01-10 David Carlton <[email protected]> |
1121 | ||
1122 | * linespec.c (decode_line_1): Rename variable 's' to | |
1123 | 'file_symtab'. | |
1124 | (decode_all_digits): Rename argument 's' to 'file_symtab'. | |
1125 | (decode_dollar): Ditto. | |
1126 | (decode_variable): Ditto. | |
1127 | (symbol_found): Ditto. | |
1128 | ||
86669319 MC |
1129 | 2003-01-09 Michael Chastain <[email protected]> |
1130 | ||
1131 | * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++. | |
1132 | ||
616a9dc4 CV |
1133 | 2003-01-07 Corinna Vinschen <[email protected]> |
1134 | ||
1135 | * win32-nat.c (set_process_privilege): New function. | |
1136 | (child_attach): Call set_process_privilege() to enable the | |
1137 | SE_DEBUG_NAME user privilege if available in process token. | |
1138 | ||
3269bcfa JB |
1139 | 2003-01-10 J. Brobecker <[email protected]> |
1140 | ||
1141 | * hpread.c (hpread_process_one_debug_symbol): Fix a small | |
1142 | compilation error in the previous revision. | |
1143 | ||
2b0ee454 DC |
1144 | 2003-01-09 David Carlton <[email protected]> |
1145 | ||
1146 | * linespec.c: Update copyright. | |
1147 | ||
b3ba1b44 DJ |
1148 | 2003-01-09 Daniel Jacobowitz <[email protected]> |
1149 | ||
1150 | * lin-lwp.c (child_wait): Ignore exit statuses for processes other | |
1151 | than inferior_ptid. | |
1152 | (lin_lwp_wait): Ignore exit statuses for unknown LWPs. | |
1153 | ||
4ef3f3be AC |
1154 | 2003-01-09 Andrew Cagney <[email protected]> |
1155 | ||
479ab5a0 AC |
1156 | * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc. |
1157 | Update comments. | |
1158 | * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc. | |
1159 | (frame_saved_regs_zalloc): Update. | |
1160 | (frame_saved_regs_register_unwind): Update. | |
1161 | (create_new_frame): Update. | |
1162 | (get_prev_frame): Update. | |
1163 | (frame_extra_info_zalloc): Update. | |
1164 | (deprecated_get_frame_saved_regs): Update. | |
1165 | * dwarf2cfi.c (cfi_init_extra_frame_info): Update. | |
1166 | * cris-tdep.c: Update comment. | |
1167 | ||
bde58177 AC |
1168 | * somsolib.h: Fix function indentation. |
1169 | * disasm.c, buildsym.c, buildsym.h: Eliminate PTR. | |
1170 | * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ. | |
1171 | * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ. | |
1172 | * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ. | |
1173 | * somsolib.c, inftarg.c: Remove assignment in if conditional. | |
1174 | ||
4ef3f3be AC |
1175 | * infrun.c (follow_fork): Use ISO C definition. |
1176 | * expprint.c (print_subexp): Use xfree instead of free. | |
1177 | * charset.c: Include "gdb_string.h" instead of <string.h>. | |
1178 | (register_iconv_charsets): Use ISO C definition. | |
1179 | (host_charset, target_charset): Ditto. | |
1180 | * Makefile.in (charset.o): Update dependencies. | |
1181 | (mi-cmd-env.o): Update dependencies. | |
1182 | ||
1c615f7a AC |
1183 | 2003-01-08 Andrew Cagney <[email protected]> |
1184 | ||
1185 | * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use | |
1186 | get_frame_base. | |
1187 | ||
c9a1dc08 AC |
1188 | 2003-01-08 Andrew Cagney <[email protected]> |
1189 | ||
1190 | * gdb_mbuild.sh: Add --keep option. When specified, keep the | |
1191 | build directories. Save edited gdb output in Mbuild.log. If a | |
1192 | build fails, remove any final GDB executable. | |
1193 | ||
dbad9d94 AC |
1194 | 2003-01-08 Andrew Cagney <[email protected]> |
1195 | ||
1196 | * gdb_mbuild.sh: Edit the output of `maint print architecture' | |
1197 | replacing hex constants with function names and stripping leading | |
1198 | file name directory prefixes. | |
1199 | ||
8d357cca AC |
1200 | 2003-01-08 Andrew Cagney <[email protected]> |
1201 | ||
1202 | * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and | |
1203 | get_frame_base. | |
1204 | ||
bca02a8a DC |
1205 | 2003-01-08 David Carlton <[email protected]> |
1206 | ||
1207 | * linespec.c (decode_line_1): Move code into decode_variable. | |
1208 | (decode_variable): New function. | |
1209 | ||
7f8ab3a0 AC |
1210 | 2003-01-08 Andrew Cagney <[email protected]> |
1211 | ||
1212 | * mn10300-tdep.c (analyze_dummy_frame): Fix typo. | |
1213 | ||
7b5849cc AC |
1214 | 2003-01-08 Andrew Cagney <[email protected]> |
1215 | ||
1216 | * cris-tdep.c (cris_frame_init_saved_regs): Use | |
1217 | get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a | |
1218 | saved_regs buffer. | |
1219 | * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto. | |
1220 | (sh64_nofp_frame_init_saved_regs): Ditto. | |
1221 | (sh_fp_frame_init_saved_regs): Ditto. | |
1222 | * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack. | |
1223 | * mips-tdep.c (mips_init_extra_frame_info): Ditto. | |
1224 | * mcore-tdep.c (analyze_dummy_frame): Ditto. | |
1225 | * mn10300-tdep.c (analyze_dummy_frame): Ditto. | |
1226 | ||
72a5efb3 DJ |
1227 | 2003-01-08 Daniel Jacobowitz <[email protected]> |
1228 | ||
1229 | * minsyms.c (lookup_minimal_symbol): Update comment. | |
1230 | (lookup_minimal_symbol_text): Update comment. Use the hash table. | |
1231 | (lookup_minimal_symbol_solib_trampoline): Likewise. | |
1232 | ||
11c02a10 AC |
1233 | 2003-01-08 Andrew Cagney <[email protected]> |
1234 | ||
aab3ea25 AC |
1235 | * d10v-tdep.c (d10v_init_extra_frame_info): Use |
1236 | frame_relative_level. | |
1237 | ||
da50a4b7 AC |
1238 | * alpha-tdep.c: Use get_frame_extra_info. |
1239 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
1240 | * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto. | |
1241 | * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto. | |
1242 | * sparc-tdep.c, xstormy16-tdep.c: Ditto. | |
1243 | ||
11c02a10 AC |
1244 | * alpha-tdep.c: Use get_next_frame. |
1245 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
1246 | * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto. | |
1247 | * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto. | |
1248 | * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto. | |
1249 | * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto. | |
1250 | * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto. | |
1251 | * xstormy16-tdep.c: Ditto. | |
1252 | ||
1e2330ba AC |
1253 | 2003-01-07 Andrew Cagney <[email protected]> |
1254 | ||
1255 | * alpha-tdep.c: Use get_frame_base. | |
1256 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
1257 | * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto. | |
1258 | * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto. | |
1259 | * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto. | |
1260 | * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto. | |
1261 | * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto. | |
1262 | * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto. | |
1263 | * config/sparc/tm-sparc.h: Ditto. | |
1264 | ||
2d75187b AC |
1265 | 2003-01-07 Andrew Cagney <[email protected]> |
1266 | ||
1267 | * frame.c (deprecated_get_frame_context): New function. | |
1268 | (deprecated_set_frame_context): New function. | |
1269 | * frame.h (deprecated_get_frame_context): Declare. | |
1270 | (deprecated_set_frame_context): Declare. | |
1271 | * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context. | |
1272 | (cfi_init_extra_frame_info): Use deprecated_set_frame_context. | |
1273 | ||
483d36b2 AC |
1274 | 2003-01-07 Andrew Cagney <[email protected]> |
1275 | ||
1276 | * frame.c (deprecated_set_frame_next_hack): New function. | |
1277 | (deprecated_set_frame_prev_hack): New function. | |
1278 | * frame.h (deprecated_set_frame_next_hack): Declare. | |
1279 | (deprecated_set_frame_prev_hack): Declare. | |
1280 | * mcore-tdep.c (analyze_dummy_frame): Use | |
1281 | deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack. | |
1282 | * mn10300-tdep.c (analyze_dummy_frame): Ditto. | |
1283 | ||
14e91ac5 DC |
1284 | 2003-01-07 David Carlton <[email protected]> |
1285 | ||
1286 | * linespec.c (decode_line_1): Move code into decode_dollar. | |
1287 | (decode_dollar): New function. | |
1288 | ||
b0c6b05c AC |
1289 | 2003-01-07 Andrew Cagney <[email protected]> |
1290 | ||
1291 | * arm-tdep.c (arm_init_extra_frame_info): Use | |
1292 | deprecated_update_frame_base_hack. | |
1293 | * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto. | |
1294 | * mn10300-tdep.c (analyze_dummy_frame): Ditto. | |
1295 | (fix_frame_pointer): Ditto. | |
1296 | (mn10300_analyze_prologue): Ditto. | |
1297 | ||
a00a19e9 AC |
1298 | 2003-01-07 Andrew Cagney <[email protected]> |
1299 | ||
1300 | * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate | |
1301 | extra_info using frame_extra_info_zalloc. | |
1302 | * sparc-tdep.c (sparc_init_extra_frame_info): Ditto. | |
1303 | * sh-tdep.c (sh_init_extra_frame_info): Ditto. | |
1304 | (sh64_init_extra_frame_info): Ditto. | |
1305 | * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto. | |
1306 | * s390-tdep.c (s390_init_extra_frame_info): Ditto. | |
1307 | * mips-tdep.c (mips_init_extra_frame_info): Ditto. | |
1308 | * mcore-tdep.c (mcore_init_extra_frame_info): Ditto. | |
1309 | * frv-tdep.c (frv_init_extra_frame_info): Ditto. | |
1310 | * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto. | |
1311 | * ia64-tdep.c (ia64_init_extra_frame_info): Ditto. | |
1312 | * h8300-tdep.c (h8300_init_extra_frame_info): Ditto. | |
1313 | * d10v-tdep.c (d10v_init_extra_frame_info): Ditto. | |
1314 | * cris-tdep.c (cris_init_extra_frame_info): Ditto. | |
1315 | * arm-tdep.c (arm_init_extra_frame_info): Ditto. | |
1316 | * alpha-tdep.c (alpha_init_extra_frame_info): Ditto. | |
1317 | ||
1318 | * mn10300-tdep.c (analyze_dummy_frame): Use | |
1319 | deprecated_set_frame_extra_info_hack. | |
1320 | * mcore-tdep.c (analyze_dummy_frame): Ditto. | |
1321 | ||
1fb4c65b JB |
1322 | 2003-01-07 J. Brobecker <[email protected]> |
1323 | ||
1324 | * mdebugread.c (parse_symbol): Skip stProc entries which storage | |
1325 | class is not scText. These do not define "real" procedures. | |
1326 | (parse_partial_symbols): Likewise. | |
1327 | ||
9fe7d6bf MS |
1328 | 2003-01-06 Michael Snyder <[email protected]> |
1329 | ||
1330 | * lin-lwp.c: Added or elaborated on "debug lin-lwp" info. | |
1331 | ||
f6c609c4 AC |
1332 | 2003-01-06 Andrew Cagney <[email protected]> |
1333 | ||
1334 | * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare. | |
1335 | * frame.c (deprecated_frame_xmalloc_with_cleanup): New function. | |
1336 | * arm-tdep.c (arm_frame_chain): Allocate caller_fi using | |
1337 | deprecated_frame_xmalloc_with_cleanup. | |
1338 | * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using | |
1339 | deprecated_frame_xmalloc. | |
1340 | * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy. | |
1341 | * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame. | |
1342 | ||
d995ff4b AC |
1343 | 2003-01-06 Andrew Cagney <[email protected]> |
1344 | ||
84dc46cb AC |
1345 | * x86-64-linux-tdep.c: Include "osabi.h". |
1346 | * Makefile.in (x86-64-linux-tdep.o): Update dependencies. | |
1347 | ||
d995ff4b AC |
1348 | * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach. |
1349 | ||
66140c26 AC |
1350 | 2003-01-06 Andrew Cagney <[email protected]> |
1351 | ||
1352 | * MAINTAINERS (Target Instruction Set Architectures): Update | |
1353 | arm-elf. Can be built with -Werror, has been multiarched. | |
1354 | ||
1355 | * value.h (unpack_long): Make buffer parameter constant. | |
1356 | (unpack_double, unpack_pointer, unpack_field_as_long): Ditto. | |
1357 | * scm-lang.h (scm_parse): Ditto. | |
1358 | * defs.h (extract_typed_address, extract_address): Ditto. | |
1359 | (extract_long_unsigned_integer): Ditto. | |
1360 | * inferior.h (unsigned_pointer_to_address): Ditto. | |
1361 | (signed_pointer_to_address): Ditto. | |
1362 | * gdbarch.sh (POINTER_TO_ADDRESS): Ditto. | |
1363 | * gdbarch.h, gdbarch.c: Regenerate. | |
1364 | * findvar.c (extract_long_unsigned_integer): Update. | |
1365 | (extract_address): Update. | |
1366 | (extract_typed_address): Update. | |
1367 | (unsigned_pointer_to_address): Update. | |
1368 | * values.c (unpack_long): Update. | |
1369 | (unpack_double): Update. | |
1370 | (unpack_pointer): Update. | |
1371 | (unpack_field_as_long): Update. | |
1372 | * d10v-tdep.c (d10v_pointer_to_address): Update. | |
1373 | * avr-tdep.c (avr_pointer_to_address): Update. | |
1374 | * scm-lang.c (scm_unpack): Update. | |
1375 | * findvar.c (signed_pointer_to_address): Update. | |
1376 | ||
b089b3da ML |
1377 | 2003-01-06 Michal Ludvig <[email protected]> |
1378 | ||
1379 | * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore | |
1380 | since it is in i386-tdep.c. | |
1381 | ||
aff87235 JB |
1382 | 2003-01-06 J. Brobecker <[email protected]> |
1383 | ||
1384 | * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation | |
1385 | failure introduced in the previous change. | |
1386 | ||
34f5e845 MC |
1387 | 2003-01-05 Michael Chastain <[email protected]> |
1388 | ||
1389 | * README: Remove references to deleted remote-*.c files: | |
1390 | remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c, | |
1391 | remote-nrom.c, remote-os9k.c, remote-udi.c. | |
1392 | ||
28bcfd30 MK |
1393 | 2003-01-05 Mark Kettenis <[email protected]> |
1394 | ||
1395 | * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64. | |
1396 | * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about | |
1397 | i386_get_longjmp_target. | |
1398 | ||
15a5b3ee AC |
1399 | 2003-01-05 Andrew Cagney <[email protected]> |
1400 | ||
1401 | * arm-tdep.c (prologue_cache): Change to a pointer. | |
1402 | (_initialize_arm_tdep): Allocate prologue_cache. | |
1403 | (check_prologue_cache): Update. | |
1404 | (save_prologue_cache): Update. | |
1405 | (arm_gdbarch_init): Update. | |
1406 | ||
c263362b DJ |
1407 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1408 | ||
1409 | * stabsread.c (update_method_name_from_physname): Call complaint() | |
1410 | instead of error. | |
1411 | ||
51603483 DJ |
1412 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1413 | ||
1414 | * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test. | |
1415 | * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests. | |
1416 | * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test. | |
1417 | ||
1418 | * blockframe.c: Include "gdbcmd.h" and "command.h". | |
1419 | (backtrace_below_main): New variable. | |
1420 | (file_frame_chain_valid, func_frame_chain_valid) | |
1421 | (nonnull_frame_chain_valid, generic_file_frame_chain_valid) | |
1422 | (generic_func_frame_chain_valid): Remove functions. | |
1423 | (frame_chain_valid, do_flush_frames_sfunc): New functions. | |
1424 | (_initialize_blockframe): New function. | |
1425 | * Makefile.in (blockframe.o): Update dependencies. | |
1426 | * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME | |
1427 | comment. Call frame_chain_valid (). | |
1428 | * frame.h: Remove old prototypes. Add prototype for | |
1429 | frame_chain_valid and update comments to match. | |
1430 | * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function. | |
1431 | Remove old comment. | |
1432 | * gdbarch.h: Regenerated. | |
1433 | * gdbarch.c: Regenerated. | |
1434 | ||
1435 | * alpha-tdep.c (alpha_gdbarch_init): Don't call | |
1436 | set_gdbarch_frame_chain_valid. | |
1437 | * avr-tdep.c (avr_gdbarch_init): Likewise. | |
1438 | * cris-tdep.c (cris_gdbarch_init): Likewise. | |
1439 | * frv-tdep.c (frv_gdbarch_init): Likewise. | |
1440 | * h8300-tdep.c (h8300_gdbarch_init): Likewise. | |
1441 | * i386-tdep.c (i386_svr4_init_abi): Likewise. | |
1442 | (i386_nw_init_abi): Likewise. | |
1443 | (i386_gdbarch_init): Likewise. | |
1444 | * ia64-tdep.c (ia64_gdbarch_init): Likewise. | |
1445 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise. | |
1446 | * m68k-tdep.c (m68k_gdbarch_init): Likewise. | |
1447 | * mcore-tdep.c (mcore_gdbarch_init): Likewise. | |
1448 | * mips-tdep.c (mips_gdbarch_init): Likewise. | |
1449 | * mn10300-tdep.c (mn10300_gdbarch_init): Likewise. | |
1450 | * ns32k-tdep.c (ns32k_gdbarch_init): Likewise. | |
1451 | * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise. | |
1452 | * rs6000-tdep.c (rs6000_gdbarch_init): Likewise. | |
1453 | * s390-tdep.c (s390_gdbarch_init): Likewise. | |
1454 | * sh-tdep.c (sh_gdbarch_init): Likewise. | |
1455 | * sparc-tdep.c (sparc_gdbarch_init): Likewise. | |
1456 | * v850-tdep.c (v850_gdbarch_init): Likewise. | |
1457 | * vax-tdep.c (vax_gdbarch_init): Likewise. | |
1458 | * x86-64-tdep.c (x86_64_init_abi): Likewise. | |
1459 | ||
1460 | * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define. | |
1461 | * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise. | |
1462 | * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise. | |
1463 | * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise. | |
1464 | * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise. | |
1465 | * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise. | |
1466 | * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise. | |
1467 | * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise. | |
1468 | ||
b00a8037 DJ |
1469 | 2002-01-04 Daniel Jacobowitz <[email protected]> |
1470 | ||
1471 | * Makefile.in (acconfig_h): Remove incorrect macro. | |
1472 | (config_h): Define. | |
1473 | (osabi.o): Update dependencies. | |
1474 | * configure.tgt: Set gdb_osabi based on target triplet. | |
1475 | * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi. | |
1476 | * configure: Regenerated. | |
1477 | * config.in: Regenerated. | |
1478 | * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h". | |
1479 | (GDB_OSABI_DEFAULT): Define if not already defined. | |
1480 | (user_osabi_state, user_selected_osabi, gdb_osabi_available_names) | |
1481 | (set_osabi_string): New variables. | |
1482 | (gdbarch_register_osabi): Add new OS ABI to | |
1483 | gdb_osabi_available_names. | |
1484 | (gdbarch_lookup_osabi): Honor specified and default OS ABIs. | |
1485 | (set_osabi, show_osabi): New functions. | |
1486 | (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands. | |
1487 | ||
4be87837 DJ |
1488 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1489 | ||
1490 | * arch-utils.c (gdbarch_info_init): Set osabi to | |
1491 | GDB_OSABI_UNINITIALIZED. | |
1492 | * gdbarch.sh: Add osabi to struct gdbarch and to struct | |
1493 | gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi | |
1494 | in gdbarch_list_lookup_by_info and in gdbarch_update_p. | |
1495 | * gdbarch.c: Regenerated. | |
1496 | * gdbarch.h: Regenerated. | |
1497 | * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if | |
1498 | there's no BFD. | |
1499 | (gdbarch_init_osabi): Remove osabi argument; use info.osabi. | |
1500 | * osabi.h (enum gdb_osabi): Move to defs.h. | |
1501 | (gdbarch_init_osabi): Update prototype. | |
1502 | * defs.h (enum gdb_osabi): Moved here. | |
1503 | * Makefile.in: Update dependencies. | |
1504 | ||
1505 | * alpha-tdep.h: Don't include "osabi.h". | |
1506 | (struct gdbarch_tdep): Remove osabi member. | |
1507 | * alpha-tdep.c: Include "osabi.h". | |
1508 | (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
1509 | iterate over arches. Update call to gdbarch_init_osabi. | |
1510 | (alpha_dump_tdep): Don't dump osabi. | |
1511 | * alpha-linux-tdep.c: Include "osabi.h". | |
1512 | * alpha-osf1-tdep.c: Include "osabi.h". | |
1513 | * alphafbsd-tdep.c: Include "osabi.h". | |
1514 | * alphanbsd-tdep.c: Include "osabi.h". | |
1515 | ||
1516 | * arm-tdep.h: Don't include "osabi.h". | |
1517 | (struct gdbarch_tdep): Remove osabi member. | |
1518 | * arm-tdep.c: Include "osabi.h". | |
1519 | (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
1520 | iterate over arches. Update call to gdbarch_init_osabi. | |
1521 | (arm_dump_tdep): Don't dump osabi. | |
1522 | * arm-linux-tdep.c: Include "osabi.h". | |
1523 | * armnbsd-tdep.c: Include "osabi.h". | |
1524 | ||
1525 | * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi. | |
1526 | Update call to gdbarch_init_osabi. | |
1527 | ||
1528 | * i386-tdep.h: Don't include "osabi.h". | |
1529 | (struct gdbarch_tdep): Remove osabi member. | |
1530 | * i386-tdep.c: Include "osabi.h". | |
1531 | (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
1532 | iterate over arches. Update call to gdbarch_init_osabi. | |
1533 | (i386_dump_tdep): Don't dump osabi. | |
1534 | * i386-linux-tdep.c: Include "osabi.h". | |
1535 | * i386-sol2-tdep.c: Include "osabi.h". | |
1536 | * i386bsd-tdep.c: Include "osabi.h". | |
1537 | * i386gnu-tdep.c: Include "osabi.h". | |
1538 | * i386ly-tdep.c: Include "osabi.h". | |
1539 | * i386nbsd-tdep.c: Include "osabi.h". | |
1540 | * i386obsd-tdep.c: Include "osabi.h". | |
1541 | ||
1542 | * mips-tdep.c (struct gdbarch_tdep): Remove osabi member. | |
1543 | (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
1544 | check osabi when iterating over arches. Update call to | |
1545 | gdbarch_init_osabi. | |
1546 | (mips_dump_tdep): Don't dump osabi. | |
1547 | ||
1548 | * ns32k-tdep.h: Don't include "osabi.h". | |
1549 | (struct gdbarch_tdep): Remove. | |
1550 | * ns32k-tdep.c (ns32k_gdbarch_init): Don't call | |
1551 | gdbarch_lookup_osabi. Don't iterate over arches. Don't | |
1552 | allocate tdep. Update call to gdbarch_init_osabi. | |
1553 | (ns32k_dump_tdep): Remove. | |
1554 | (_initialize_ns32k_tdep): Update call to gdbarch_register. | |
1555 | * ns32knbsd-tdep.c: Include "osabi.h". | |
1556 | ||
1557 | * ppc-tdep.h: Don't include "osabi.h". | |
1558 | (struct gdbarch_tdep): Remove osabi member. | |
1559 | * rs6000-tdep.c: Include "osabi.h". | |
1560 | (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check | |
1561 | osabi when iterating over arches. Update call to | |
1562 | gdbarch_init_osabi. | |
1563 | (rs6000_dump_tdep): Don't dump osabi. | |
1564 | * ppc-linux-tdep.c: Include "osabi.h". | |
1565 | * ppcnbsd-tdep.c: Include "osabi.h". | |
1566 | ||
1567 | * sh-tdep.h: Don't include "osabi.h". | |
1568 | (struct gdbarch_tdep): Remove osabi member. | |
1569 | * sh-tdep.c: Include "osabi.h". | |
1570 | (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
1571 | iterate over arches. Update call to gdbarch_init_osabi. | |
1572 | (sh_dump_tdep): Don't dump osabi. | |
1573 | * shnbsd-tdep.c: Include "osabi.h". | |
1574 | ||
1575 | * sparc-tdep.c: Include "osabi.h". | |
1576 | (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
1577 | iterate over arches. Update call to gdbarch_init_osabi. | |
1578 | (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the | |
1579 | tdep structure. | |
1580 | ||
1581 | * vax-tdep.h: Don't include "osabi.h". | |
1582 | (struct gdbarch_tdep): Remove. | |
1583 | * vax-tdep.c: Include "osabi.h". | |
1584 | (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't | |
1585 | iterate over arches. Don't allocate tdep. Update call | |
1586 | to gdbarch_init_osabi. | |
1587 | (vax_dump_tdep): Remove. | |
1588 | (_initialize_vax_tdep): Update call to gdbarch_register. | |
1589 | ||
a881cf8e DJ |
1590 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1591 | ||
1592 | * breakpoint.c (insert_breakpoints): Skip disabled breakpoints | |
1593 | entirely. | |
1594 | (breakpoint_re_set_one): Don't fetch the value for a disabled | |
1595 | watchpoint. | |
1596 | ||
1e698235 DJ |
1597 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1598 | ||
1599 | * buildsym.h (processing_hp_compilation): Remove obsolete variable. | |
1600 | * gdbarch.sh Remove include of "value.h" in gdbarch.h. | |
1601 | (COERCE_FLOAT_TO_DOUBLE): Remove. | |
1602 | * gdbarch.c: Regenerate. | |
1603 | * gdbarch.h: Regenerate. | |
1604 | * Makefile.in: Remove value_h from gdbarch_h. | |
1605 | * valops.c (coerce_float_to_double): New variable. | |
1606 | (default_coerce_float_to_double): Remove. | |
1607 | (standard_coerce_float_to_double): Remove. | |
1608 | (value_arg_coerce): Use coerce_float_to_double. | |
1609 | (_initialize_valops): Add "set coerce-float-to-double". | |
1610 | * value.h (default_coerce_float_to_double): Remove prototype. | |
1611 | (standard_coerce_float_to_double): Remove prototype. | |
1612 | ||
1613 | * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as | |
1614 | prototyped. | |
1615 | * mdebugread.c (parse_symbol): Likewise. | |
1616 | * stabsread.c (define_symbol): Mark all functions as prototyped. | |
1617 | ||
1618 | * hppa-tdep.c (hppa_coerce_float_to_double): Remove. | |
1619 | * alpha-tdep.c (alpha_gdbarch_init): Remove call to | |
1620 | set_gdbarch_coerce_float_to_double. | |
1621 | * arm-tdep.c (arm_gdbarch_init): Likewise. | |
1622 | * frv-tdep.c (frv_gdbarch_init): Likewise. | |
1623 | * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out). | |
1624 | * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise. | |
1625 | * mips-tdep.c (mips_gdbarch_init): Likewise. | |
1626 | (mips_coerce_float_to_double): Remove. | |
1627 | * rs6000-tdep.c (rs6000_gdbarch_init): Likewise. | |
1628 | (rs6000_coerce_float_to_double): Remove. | |
1629 | * s390-tdep.c (s390_gdbarch_init): Likewise. | |
1630 | * sh-tdep.c (sh_gdbarch_init): Likewise. | |
1631 | (sh_coerce_float_to_double): Remove. | |
1632 | * sparc-tdep.c (sparc_gdbarch_init): Likewise. | |
1633 | (sparc_coerce_float_to_double): Remove. | |
1634 | * v850-tdep.c (v850_gdbarch_init): Likewise. | |
1635 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise. | |
1636 | * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove. | |
1637 | * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove. | |
1638 | (hppa_coerce_float_to_double): Remove prototype. | |
1639 | * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove. | |
1640 | ||
f436a26a DJ |
1641 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1642 | ||
1643 | * regformats/reg-m68k.dat: Remove fpcode and fpflags. | |
1644 | ||
248f8055 DJ |
1645 | 2003-01-04 Daniel Jacobowitz <[email protected]> |
1646 | ||
1647 | Suggested by Stewart Brown <[email protected]>: | |
1648 | * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show | |
1649 | in recursive calls. Handle TYPE_CODE_TYPEDEF. | |
1650 | (c_type_print_varspec_suffix): Likewise. | |
1651 | ||
72cfdc76 MK |
1652 | 2003-01-04 Mark Kettenis <[email protected]> |
1653 | ||
bfd260bb MK |
1654 | * configure.in: Don't set and AC_SUBST SUBDIRS. |
1655 | * configure: Regenerated. | |
1656 | ||
72cfdc76 MK |
1657 | * configure.in: Remove code dealing with shared libraries. |
1658 | * Makefile.in: Remove HLDFLAGS and HLDENV. | |
1659 | * configure: Regenerated. | |
1660 | ||
c8b8a898 AC |
1661 | 2003-01-04 Andrew Cagney <[email protected]> |
1662 | ||
1663 | * frame.c (deprecated_frame_xmalloc): New function. | |
1664 | (deprecated_set_frame_saved_regs_hack): New function. | |
1665 | (deprecated_set_frame_extra_info_hack): New function. | |
1666 | * frame.h (deprecated_frame_xmalloc): Declare. | |
1667 | (deprecated_set_frame_saved_regs_hack): Declare. | |
1668 | (deprecated_set_frame_extra_info_hack): Declare. | |
1669 | ||
14abd0fb MK |
1670 | 2003-01-04 Mark Kettenis <[email protected]> |
1671 | ||
8ee53726 MK |
1672 | * configure.in: Move code that provides the --enable-gdbtk option |
1673 | right after the code that handles the --enable-tui option, and | |
1674 | polish it somewhat. | |
1675 | * configure: Regenerated. | |
1676 | ||
14abd0fb MK |
1677 | * configure.in: Call AC_GNU_SOURCE. Check for pread64 using |
1678 | AC_CHECK_FUNCS and remove the old check for pread64. | |
1679 | * acinclude.m4 (AC_GNU_SOURCE): New macro. | |
1680 | * acconfig.h (_GNU_SOURCE): Add. | |
1681 | (HAVE_PREAD64): Remove. | |
1682 | * configure, aclocal.m4, config.in: Regenerated. | |
1683 | ||
b2fb4676 AC |
1684 | 2003-01-03 Andrew Cagney <[email protected]> |
1685 | ||
1686 | * alpha-tdep.c: Use get_frame_saved_regs. | |
1687 | * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
1688 | * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto. | |
1689 | * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto. | |
1690 | * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto. | |
1691 | * vax-tdep.c, xstormy16-tdep.c: Ditto. | |
1692 | ||
8dcde887 MK |
1693 | 2003-01-03 Mark Kettenis <[email protected]> |
1694 | ||
1695 | * configure.in: Remove all use of the SUBDIRS variable; add | |
1696 | directories using the AC_CONFIG_SUBDIRS macro instead. Polish | |
1697 | code providing the --enable-multi-ice option, and move it right in | |
1698 | front of the code that checks whether gdbserver is supported. | |
1699 | Polish that too. | |
1700 | * configure: Regenerated. | |
1701 | * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of | |
1702 | @SUBDIRS@. | |
1703 | ||
8ccd593b AC |
1704 | 2003-01-03 Andrew Cagney <[email protected]> |
1705 | ||
1706 | * alpha-tdep.c: Use deprecated_update_frame_base_hack. | |
1707 | * avr-tdep.c, cris-tdep.c: Ditto. | |
1708 | * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto. | |
1709 | * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto. | |
1710 | ||
91151a06 MK |
1711 | 2003-01-03 Mark Kettenis <[email protected]> |
1712 | ||
1713 | * configure.in: Remove --enable-netrom option. | |
1714 | * configure: Regenerated. | |
1715 | ||
8fe84d01 MK |
1716 | 2003-01-03 Mark Kettenis <[email protected]> |
1717 | ||
1718 | * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward | |
1719 | declaration for `struct re_pattern_buffer' instead. | |
1720 | * Makefile.in (cli_decode_h): Remove $(gdb_regex_h). | |
1721 | ||
f0394be6 JB |
1722 | 2003-01-03 J. Brobecker <[email protected]> |
1723 | ||
1724 | * mdebugread.c (parse_symbol): Count until the stEnd matching | |
1725 | the structure name. | |
1726 | ||
27e9bf90 MK |
1727 | 2003-01-02 Mark Kettenis <[email protected]> |
1728 | ||
93d331ba MK |
1729 | * configure.in: Remove --with-cpu option. |
1730 | subscripts. Remove evil changequotes here. | |
1731 | * acconfig.h (TARGET_CPU_DEFAULT): Remove. | |
1732 | * config.in, configure: Regenerated. | |
1733 | ||
27e9bf90 MK |
1734 | * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove. |
1735 | * configure.in: Cleanup section that sources GDB and BFD configure | |
1736 | subscripts. Remove evil changequotes here. | |
1737 | * config.in, configure: Regenerated. | |
1738 | ||
50abf9e5 AC |
1739 | 2003-01-02 Andrew Cagney <[email protected]> |
1740 | ||
1741 | * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack | |
1742 | frame accessor methods. | |
1743 | * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. | |
1744 | * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto. | |
1745 | * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto. | |
1746 | * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto. | |
1747 | * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto. | |
1748 | * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto. | |
1749 | * z8k-tdep.c: Ditto. | |
1750 | ||
287c1a40 MK |
1751 | 2003-01-02 Mark Kettenis <[email protected]> |
1752 | ||
f5dbc56d MK |
1753 | * configure.in: Remove UI_OUT configuration code. |
1754 | * ada-lang.c: Update assuming UI_OUT is always true. | |
1755 | * Makefile.in (UIOUT_CFLAGS): Remove. | |
1756 | * configure: Regenerated. | |
1757 | * TODO: Remove blurb about elimination of -DUI_OUT. | |
1758 | ||
627af7ea MK |
1759 | * configure.in: Move code that provides the --enable-gdbcli, |
1760 | --enable-gdbmi options right before the code that handles the | |
1761 | --enable-tui option. Polish a bit. | |
1762 | * configure: Regenerated. | |
1763 | ||
06825bd1 MK |
1764 | * configure.in: Rewrite check for GNU regex and the |
1765 | --without-included regex option, and move it into the "Checks for | |
1766 | library functions" section. This makes us use the system regex | |
1767 | again by default on systems with version 2 of the GNU C library. | |
1768 | This was apparently broken. | |
1769 | * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define. | |
1770 | * acconfig.h (USE_INCLUDED_REGEX): Remove. | |
1771 | * config.in, configure: Regenerated. | |
1772 | ||
287c1a40 MK |
1773 | * configure.in: Move code that provides the --enable-tui option |
1774 | before the "Checks for libraries" section. Polish the code | |
1775 | somewhat and set need_curses to yes if we build the TUI. Rewrite | |
1776 | code that looks for a library providing termcap functionality to | |
1777 | match more closely what's done in the Readline library, and move | |
1778 | it into to the "Checks for libraries" section. | |
1779 | * configure: Regenerated. | |
1780 | * Makefile.in (TERMCAP): Remove variable. | |
1781 | * config/i386/go32.mh (TERMCAP): Remove variable. | |
1782 | ||
684e56bf AC |
1783 | 2003-01-02 Andrew Cagney <[email protected]> |
1784 | ||
1785 | * MAINTAINERS: Mention gdb_mbuild.sh. | |
1786 | * gdb_mbuild.sh: Rewrite. | |
1787 | ||
e1ea1d75 MK |
1788 | 2003-01-02 Mark Kettenis <[email protected]> |
1789 | ||
1790 | * configure.in: Fix typo in last change. | |
1791 | * config.in, configure: Regenerated. | |
1792 | ||
1b831c93 AC |
1793 | 2003-01-02 Andrew Cagney <[email protected]> |
1794 | ||
1795 | * valarith.c (value_binop): Delete obsolete code and comments. | |
1796 | * configure.host: Ditto. | |
1797 | * buildsym.h (make_blockvector): Ditto. | |
1798 | * buildsym.c (make_blockvector): Ditto. | |
1799 | * defs.h (enum language): Ditto. | |
1800 | (chill_demangle): Ditto. | |
1801 | * elfread.c (elf_symtab_read): Ditto. | |
1802 | * dwarfread.c (CHILL_PRODUCER): Ditto. | |
1803 | (set_cu_language): Ditto. | |
1804 | (handle_producer): Ditto. | |
1805 | * expprint.c (print_subexp): Ditto. | |
1806 | * gdbtypes.c (chill_varying_type): Ditto. | |
1807 | * gdbtypes.h (builtin_type_chill_bool): Ditto. | |
1808 | (builtin_type_chill_char, builtin_type_chill_long): Ditto. | |
1809 | (builtin_type_chill_ulong, builtin_type_chill_real): Ditto. | |
1810 | (chill_varying_type): Ditto. | |
1811 | * language.h (_LANG_chill): Ditto. | |
1812 | * language.c (binop_result_type, integral_type): Ditto. | |
1813 | (character_type, string_type, structured_type): Ditto. | |
1814 | (lang_bool_type, binop_type_check): Ditto. | |
1815 | * stabsread.h (os9k_stabs): Ditto. | |
1816 | * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto. | |
1817 | (define_symbol, read_type, read_struct_fields): Ditto. | |
1818 | (read_array_type, read_enum_type, read_huge_number): Ditto. | |
1819 | (read_range_type, start_stabs): Ditto. | |
1820 | * symfile.c (init_filename_language_table): Ditto. | |
1821 | (add_psymbol_with_dem_name_to_list): Ditto. | |
1822 | * symtab.c (symbol_init_language_specific): Ditto. | |
1823 | (symbol_init_demangled_name, symbol_demangled_name): Ditto. | |
1824 | * symtab.h (struct general_symbol_info): Ditto. | |
1825 | (SYMBOL_CHILL_DEMANGLED_NAME): Ditto. | |
1826 | * typeprint.c (typedef_print): Ditto. | |
1827 | * utils.c (fprintf_symbol_filtered): Ditto. | |
1828 | * valops.c (value_cast, search_struct_field, value_slice): Delete | |
1829 | obsolete code. | |
1830 | (varying_to_slice): Delete function. | |
1831 | * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents. | |
1832 | (varying_to_slice): Delete declaration. | |
1833 | * MAINTAINERS: Update. | |
1834 | ||
8bb2c122 MK |
1835 | 2003-01-02 Mark Kettenis <[email protected]> |
1836 | ||
97bf5e38 MK |
1837 | * configure.in: Reorganize "Checks for library functions section" |
1838 | a bit. Remove check for `btowc' and `isascii' functions. | |
1839 | * configure: Regenerated. | |
1840 | ||
5ee754fc MK |
1841 | * acconfig.h (_MSE_INT_H): Remove. |
1842 | * configure.in: Create "Checks for header files" section, and move | |
1843 | appropriate tests there. Don't check for objlist.h, wchar.h, | |
1844 | wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h> | |
1845 | misdetection fix. Also add "Checks for types", "Checks for | |
1846 | compiler characteristics" and "Checks for library functions" | |
1847 | sections. | |
1848 | * config.in, configure: Regenerated. | |
1849 | ||
8bb2c122 MK |
1850 | * configure.in: Create "Checks for programs" section, and move |
1851 | appropriate tests there. | |
1852 | ||
9a156167 MK |
1853 | 2003-01-01 Mark Kettenis <[email protected]> |
1854 | ||
1855 | * configure.in: Create "Checks for libraries" section, and move | |
1856 | appropriate tests there. Cleanup check for wctype in libw. Use | |
1857 | AC_SEARCH_LIBS to see whether we need libsocket. | |
1858 | * configure: Regenerated. | |
1859 | ||
a80e2bcb | 1860 | For older changes see ChangeLog-2002 |
c906108c SS |
1861 | \f |
1862 | Local Variables: | |
1863 | mode: change-log | |
1864 | left-margin: 8 | |
1865 | fill-column: 74 | |
1866 | version-control: never | |
1867 | End: |