* elf32-s390.c (elf_s390_relocate_section): Remove check for code
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
6e90a7df
VP
12006-09-17 Vladimir Prus <vladimir@codesourcery.com>
2
3 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Don't emit error
f28f46e7 4 if high requested frame number is larger than number of available
6e90a7df
VP
5 frames.
6
d51ca893
NR
72006-09-16 Nick Roberts <nickrob@snap.net.nz>
8
9 * linux-nat.c (linux_test_for_tracefork): Don't leave zombie
10 process.
11
04d1f770
DJ
122006-09-16 Andrzej Zaborowski <balrog@zabor.org>
13
14 * interps.c (interpreter_exec_cmd): Restore interpreter properties.
15
5a2901d9
DJ
162006-09-10 Daniel Jacobowitz <dan@codesourcery.com>
17
18 PR threads/2149
19 * infrun.c (handle_inferior_event): Context switch after fork
20 and exec events.
21
4c850810
DJ
222006-09-10 Daniel Jacobowitz <dan@codesourcery.com>
23
24 * infcall.c (call_function_by_hand): Check for function pointer
25 types.
26
0ba5a932
AS
272006-09-10 Andreas Schwab <schwab@suse.de>
28
29 * m68k-tdep.c (m68k_analyze_register_saves): Fix decoding of
30 `move.l %R,-(%sp)'.
31
2ab1eb7a
VP
322006-09-07 Vladimir Prus <vladimir@codesourcery.com>
33
6e90a7df 34 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Don't emit
2ab1eb7a
VP
35 error if high requested frame number is larger then number
36 of available frames.
37
7a0b0196
JB
382006-09-07 Joel Brobecker <brobecker@adacore.com>
39
40 From Stephan Springl <springl-gdb@bfw-online.de>
41 * fork-child.c (fork_inferior): Fix typo.
42
d56874a7
DD
432006-08-28 DJ Delorie <dj@redhat.com>
44
45 * m32c-tdep.c (m32c_decode_srcdest4): Initialize fields in sd
46 that may not be initialized elsewhere.
47 (m32c_decode_sd23): Likewise.
48
14711c82
DJ
492006-08-25 Daniel Jacobowitz <dan@codesourcery.com>
50
51 * buildsym.c (finish_block): Don't adjust the boundaries of
52 nested functions.
53
f414f22f
AS
542006-08-24 Andreas Schwab <schwab@suse.de>
55
56 * symfile.c (add_symbol_file_command): Fix off-by-one when
57 extending sect_opts.
58
461c8a2c
NR
592006-08-24 Nick Roberts <nickrob@snap.net.nz>
60
61 * mi/gdb-mi.el: Refer to next release of Emacs as 22.1.
62
77a458b3
NR
632006-08-23 Nick Roberts <nickrob@snap.net.nz>
64
65 * mi/gdb-mi.el (gdbmi): Remove gdb-force-update, initialize
66 other variables.
67 (gdbmi-send): Ensure any text properties can be removed.
68 (gdbmi-prompt1): Update to gdb-ui.el
69 (gud-gdbmi-marker-filter): Defer setting of gud-running.
70 Keep gdb-done-regexp for partial-output-buffer.
71 (gdb-stack-list-frames-handler): Add face to function names.
72
76b7178d
MK
732006-08-22 Mark Kettenis <kettenis@gnu.org>
74
316703b9
MK
75 * valprint.c (val_print_type_code_flags): Fix GNU coding standards
76 violation.
77
2a1ce6ec
MK
78 * alpha-tdep.c (alpha_register_to_value, alpha_value_to_register)
79 (alpha_push_dummy_call, alpha_extract_return_value)
80 (alpha_breakpoint_from_pc, alpha_read_insn)
81 (alpha_get_longjmp_target, alpha_supply_int_regs)
82 (alpha_fill_int_regs, alpha_supply_fp_regs, alpha_fill_fp_regs)
83 (alpha_next_pc): Use gdb_byte instead of (unsigned) char where
84 appropriate.
85
fd936806
MK
86 * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type)
87 (sparc64_fprs_type): New variables.
88 (sparc64_init_types): New function.:
89 (sparc64_register_info): Use appropriate flag types for %fsr and
90 %fprs.
91 (sparc64_pseudo_register_info): Use appropriate type for %pstate.
92 (_initialize_sparc64_tdep): New function.
93
befae759
MK
94 * valprint.c (val_print_type_code_flags): Fix for bitfields larger
95 than 32 bits.
96
76b7178d
MK
97 * gdbtypes.c (init_flags_type): Set all fields to zero instead of
98 just the first one.
99
d3f4f91a
DJ
1002006-08-22 Daniel Jacobowitz <dan@codesourcery.com>
101
102 * Makefile.in (INTERNAL_CPPFLAGS): New.
103 (INTERNAL_CFLAGS_BASE): Use it.
104
a98b27f2
MS
1052006-08-22 Michael Snyder <Michael.Snyder@PalmSource.com>
106
107 * MAINTAINERS: Update my email address.
108
8695c747
DJ
1092006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
110
111 * Makefile.in (amd64_linux_tdep_h): New.
112 (amd64-linux-nat.o, amd64-linux-tdep.o): Update.
113 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Add
114 ORIG_RAX.
115 (_initialize_amd64_linux_nat): Set amd64_native_gregset64_num_regs.
116 * amd64-linux-tdep.c (amd64_linux_register_name)
117 (amd64_linux_register_type, amd64_linux_register_reggroup_p)
118 (amd64_linux_write_pc): New.
119 (amd64_linux_init_abi): Use them, and update num_regs.
120 * amd64-linux-tdep.h: New file.
121 * amd64-tdep.c (amd64_register_name, amd64_register_type): Make
122 public.
123 * amd64-tdep.h (amd64_register_name, amd64_register_type): New
124 prototypes.
125
126 * regformats/reg-x86-64-linux.dat: New file.
127
c17eaafe
DJ
1282006-08-18 Daniel Jacobowitz <dan@codesourcery.com>
129
130 * infrun.c (handle_inferior_event): Check the current frame ID
131 before unwinding to the previous frame.
132
61049d3b
DJ
1332006-08-18 Daniel Jacobowitz <dan@codesourcery.com>
134
135 * dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PR
136 number in a comment.
137
2c9771d3
MK
1382006-08-18 Mark Kettenis <kettenis@gnu.org>
139
140 * sparc-nat.c (sparc_xfer_wcookie): Signal EOF. Tweak comment.
141
c0dd20ea
DJ
1422006-08-18 Daniel Jacobowitz <dan@codesourcery.com>
143
144 * dwarf2read.c (quirk_gcc_member_function_pointer): New.
145 (read_structure_type): Call it.
146
17218d91
DJ
1472006-08-16 Daniel Jacobowitz <dan@codesourcery.com>
148
149 * NEWS: Mention "set trust-readonly-sections" fix.
150
2bc416ba
DJ
1512006-08-16 Daniel Jacobowitz <dan@codesourcery.com>
152
153 * remote.c, target.c: Strip trailing whitespace.
154
cf7a04e8
DJ
1552006-08-15 Daniel Jacobowitz <dan@codesourcery.com>
156
157 PR remote/1966
158 * dcache.c (dcache_write_line): Use target_write.
159 (dcache_read_line): Use target_read.
160 * mi/mi-main.c (mi_cmd_data_read_memory): Use target_read.
161 * symfile.c (struct load_section_data): Add new per-section
162 members.
163 (load_progress): New function.
164 (load_section_callback): Pass load_progress to the new
165 target_write_with_progress.
166 * target.c (current_xfer_partial, memory_xfer_partial): New.
167 (target_xfer_partial): New prototype.
168 (target_xfer_memory, target_xfer_partial_p, xfer_using_stratum)
169 (do_xfer_memory, target_xfer_memory_partial)
170 (target_read_memory_partial, target_write_memory_partial): Delete.
171 (trust_readonly): Move higher in the file.
172 (update_current_target): Use current_xer_partial.
173 (target_xfer_partial): Use memory_xfer_partial. Handle
174 TARGET_OBJECT_RAW_MEMORY specially.
175 (target_read_memory): Use target_read.
176 (target_write_memory): Use target_write.
177 (default_xfer_partial): Call to_xfer_partial directly.
178 (target_write_with_progress): New function, based on target_write.
179 (target_write): Call it.
180 * target.h (enum target_object): Add TARGET_OBJECT_RAW_MEMORY.
181 (target_write_with_progress): New prototype.
182 (do_xfer_memory, target_read_memory_partial)
183 (target_write_memory_partial): Delete prototypes.
184
b2182ed2
DJ
1852006-08-15 Daniel Jacobowitz <dan@codesourcery.com>
186
187 * remote.c (remote_write_bytes): Take a const buffer argument.
188 Do the checks from remote_xfer_memory.
189 (remote_read_bytes): Do the checks from remote_xfer_memory.
190 (remote_xfer_memory): Remove checks pushed into lower level
191 functions.
192 (remote_xfer_partial): Call remote_write_bytes and remote_read_bytes
193 directly.
194 * remote.h (remote_write_bytes): Update prototype.
195
9fa66fd7
AS
1962006-08-11 Andrew Stubbs <andrew.stubbs@st.com>
197
198 * NEWS: Add 'set trace-commands' command.
199
8625200f
AS
2002006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
201
202 * cli/cli-script.c (execute_user_command): Update command_next_depth
203 on user-command call.
204
4f8253f3
JB
2052006-08-09 Joel Brobecker <brobecker@adacore.com>
206
207 * NEWS: Add entry for new substitute-path commands.
208
2f61ca93
JB
2092006-08-08 Joel Brobecker <brobecker@adacore.com>
210
211 * source.c: #include gdb_assert.h.
212 (substitute_path_rule): New struct.
213 (substitute_path_rules): New static global variable.
214 (substitute_path_rule_matches): New function.
215 (get_substitute_path_rule): New function.
216 (rewrite_source_path): New function.
217 (find_and_open_source): Add source path rewriting support.
218 (strip_trailing_directory_separator): New function.
219 (find_substitute_path_rule): New function.
220 (add_substitute_path_rule): New function.
221 (delete_substitute_path_rule): New function.
222 (show_substitute_path_command): New function.
223 (unset_substitute_path_command): New function.
224 (set_substitute_path_command): New function.
225 (_initialize_source): Add new substitute-path commands.
226 * Makefile.in (source.o): Add dependency on gdb_assert.h.
227
24a2a654
JB
2282006-08-08 Joel Brobecker <brobecker@adacore.com>
229
230 * i386-tdep.c (i386_follow_jump): Use read_memory_nobpt to read
231 instructions.
232 (i386_analyze_struct_return): Likewise.
233 (i386_skip_probe): Likewise.
234 (i386_match_insn): Likewise.
235 (i386_analyze_frame_setup): Likewise.
236 (i386_analyze_register_saves): Likewise.
237 (i386_skip_prologue): Likewise.
238
359a9262
JB
2392006-08-08 Joel Brobecker <brobecker@adacore.com>
240
241 * gdbcore.h (read_memory_nobpt): New function name instead of
242 deprecated_read_memory_nobpt.
243 * breakpoint.c (read_memory_nobpt): New function name instead
244 of deprecated_read_memory_nobpt.
245 Adjust calls to old deprecated_read_memory_nobpt accordingly.
246 * alpha-tdep.c: Adjust calls to deprecated_read_memory_nobpt
247 accordingly.
248 * alphanbsd-tdep.c: Likewise.
249 * frame.c: Likewise.
250 * frv-tdep.c: Likewise.
251 * hppa-linux-tdep.c: Likewise.
252 * hppa-tdep.c: Likewise.
253 * i386-linux-nat.c: Likewise.
254 * m68klinux-tdep.c: Likewise.
255 * mips-tdep.c: Likewise.
256 * s390-tdep.c: Likewise.
257
7fa2210b
DJ
2582006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
259
260 * configure.ac: Check for expat.
261 * acinclude.m4: Include AC_LIB_HAVE_LINKFLAGS dependencies.
262 * Makefile.in (LIBEXPAT): New.
263 (CLIBS): Include $(LIBEXPAT).
264 * README: Mention expat.
265 * configure, config.in: Regenerated.
266
ce928021
DJ
2672006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
268
269 * config/sparc/embed.mt: New file.
270 * configure.tgt (sparc-*-rtems*): Use embed.mt.
271
9bdcbae7
DJ
2722006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
273
274 * Makefile.in (objfiles.o, symfile.o): Update.
275 * objfiles.c: Include "expression.h" and "parser-defs.h".
276 (free_objfile): Clear global blocks.
277 * symfile.c: Include "parser-defs.h".
278 (clear_symtab_users): Clear global blocks.
279
67985547
TS
2802006-08-08 Thiemo Seufer <ths@mips.com>
281
282 * breakpoint.c (update_breakpoints_after_exec): Fix type mismatch.
283
3d00d119
DJ
2842006-08-08 Vladimir Prus <vladimir@codesourcery.com>
285
286 * symfile.c (download_write_size): Remove.
287 (show_download_write_size): Remove.
288 (load_section_callback): Don't use download_write_size.
289 (_initialize_symfile): Don't register download_write_size.
290 * NEWS: Mention 'download-write-size' removal.
291
0534816d
DJ
2922006-08-06 Daniel Jacobowitz <dan@codesourcery.com>
293
294 * expprint.c (print_subexp_standard, dump_subexp_body_standard): Add
295 support for member pointers.
296
47ccd048
MK
2972006-08-02 Mark Kettenis <kettenis@gnu.org>
298
299 * arm-tdep.h: Add multiple inclusion protection.
300 (struct gdbarch): Add forward declaration.
301 (armobsd_regset_from_core_section): New prototype.
302 * armbsd-tdep.c: New file.
303 * armobsd-tdep.c: Include "gdb_string.h".
304 (armobsd_init_abi): Set regset_from_core_section.
305 (armobsd_core_osabi_sniffer): New function.
306 (_initialize_armobsd_tdep): Register armobsd_core_osabi_sniffer.
307 * Makefile.in (ALLDEPFILES): Add armbsd-tdep.c.
308 (armbsd-tdep.o): New dependency.
309 (armnbsd-tdep.o): Update dependencies.
310 * config/arm/obsd.mt (TDEPFILES): Add armbsd-tdep.o and corelow.o.
311
87177905
TS
3122006-08-02 Thiemo Seufer <ths@mips.com>
313
314 * linux-thread-db.c (thread_db_get_thread_local_address): Fix type
315 mismatch.
316 * tui/tui-stack.c (tui_show_frame_info): Likewise.
317
a22229c4
DJ
3182006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
319
320 * c-exp.y (type): Remove incorrect pointer to member case.
321 * objc-exp.y (type): Likewise.
322 * p-exp.y (type): Likewise.
323
7c00367c
MK
3242006-08-01 Mark Kettenis <kettenis@gnu.org>
325
326 * arm-tdep.h (enum struct_return): New.
327 (struct gdbarch_tdep): Add struct_return member.
328 * arm-tdep.c (arm_return_value): Return
329 RETURN_VALUE_STRUCT_CONVENTION for aggregates when the ABI uses
330 pcc_struct_return.
331 (arm_gdbarch_init): Default to reg_struct_return.
332 * armobsd-tdep.c (armobsd_init_abi): Set pcc_struct_return.
333
4816ec69
MK
3342006-07-31 Mark Kettenis <kettenis@gnu.org>
335
336 * alpha-tdep.h (ALPHA_S0_REGNUM): New define.
337 * alphabsd-nat.c: Include <sys/types.h>, <sys/signal.h>,
338 <machine/pcb.h> and "bsd-kvm.h".
339 (alphabsd_supply_pcb): New function.
340 (_initialize_alphabsd_nat): Enable libkvm interface.
341 * Makefile.in (alphabsd-nat.o): Update dependencies.
342 * config/alpha/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
343 (LOADLIBES): New variable.
344 * config/alpha/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
345 (LOADLIBES): New variable.
346
35d5d4ee
FF
3472006-07-31 Fred Fish <fnf@specifix.com>
348
349 * arm-tdep.c (arm_make_prologue_cache): Use FRAME_OBSTACK_ZALLOC
350 instead of calling frame_obstack_zalloc directly.
351 (arm_make_stub_cache): Ditto.
352 * frame-unwind.h: Ditto.
353 * frame.c (create_new_frame): Ditto.
354
0f9e5f32
BW
3552006-07-27 Bob Wilson <bob.wilson@acm.org>
356
357 * MAINTAINERS (Write After Approval): Add myself.
358
e896d70e
DJ
3592006-07-27 Bob Wilson <bob.wilson@acm.org>
360
361 * main.c (captured_main): Print a newline after calling
362 print_gdb_version instead of waiting until after the symbol file
363 has been read. Adjust error_pre_print, quit_pre_print, and
364 warning_pre_print values.
365
f58b68aa
DJ
3662006-07-27 Roger Sayle <roger@eyesopen.com>
367 Daniel Jacobowitz <dan@codesourcery.com>
368
369 * irix5-nat.c (fetch_core_registers): Simplify and correct logic.
370
159f81f3
DJ
3712006-07-27 Daniel Jacobowitz <dan@codesourcery.com>
372
373 * target.h (target_read_stralloc): New prototype.
374 * target.c (target_read_alloc_1): Renamed from target_read_alloc.
375 Take new PADDING argument.
376 (target_read_alloc): Use it.
377 (target_read_stralloc): New function.
378
40e57cf2
DJ
3792006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
380
381 * remote.c (remote_protocol_features): Correct qPart to qXfer.
382
ab5c9f60
DJ
3832006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
384
385 * eval.c (evaluate_subexp_for_address): Don't incorrectly discard
386 calls to C++ operator*.
387
725a826f
DJ
3882006-07-24 Roger Sayle <roger@eyesopen.com>
389 Daniel Jacobowitz <dan@codesourcery.com>
390
391 * solib-irix.c (gdb_int32_bytes): Use gdb_byte instead of char.
392 (gdb_int64_bytes): Likewise.
393 (fetch_lm_info): Use .b fields of gdb_int32_bytes and gdb_int64_bytes
394 as first argument to extract_unsigned_integer to silence compiler
395 warnings.
396
72dca2f5
FR
3972006-07-24 Frederic Riss <frederic.riss@st.com>
398
399 * dwarf2read.c (struct dwarf2_per_objfile): Add has_section_at_zero
400 field.
401 (dwarf2_locate_sections): Initialize
402 dwarf2_per_objfile->has_section_at_zero.
403 (dwarf2_get_pc_bounds): Use dwarf2_per_objfile->has_section_at_zero
404 instead of HAS_RELOC test.
405 (read_partial_die): Ditto.
406
4c42eaff
DJ
4072006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
408
409 * corefile.c (reopen_exec_file): Only check for an open exec file.
410 Use exec_file_attach.
411 * exec.c (exec_open): Make static.
412 (exec_file_command): Don't use target_preopen. Query directly about
413 changing the file.
414 * gdbcore.h (exec_open): Remove prototype.
415
4162006-07-24 Frederic Riss <frederic.riss@st.com>
b05e64e5
FR
417
418 * regcache.c (struct regcache): Make register_valid_p a signed char
419 array.
420
3f64f7b1
DJ
4212006-07-24 Jan Kratochvil <jan.kratochvil@redhat.com>
422 Daniel Jacobowitz <dan@codesourcery.com>
423
424 * linux-thread-db.c (thread_db_wait): Remove libthread_db
425 after exec events.
426
6aec2e11
DJ
4272006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
428
429 * NEWS: Mention Windows cross debugging support.
430
83eba059
DJ
4312006-07-23 Daniel Jacobowitz <dan@codesourcery.com>
432
433 * linux-nat.c (linux_nat_add_target): Remove extern.
434 * linux-nat.h (thread_db_init): New prototype.
435
b80864fb
DJ
4362006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
437
438 * configure.tgt: Build gdbserver for Cygwin and mingw32.
439
66a79c16
DJ
4402006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
441
442 * config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
443 * config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
444 * config/i386/tm-cygwin.h: Delete file.
445
fc5261f2
MK
4462006-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
447
448 * infrun.c (handle_inferior_event): Typo.
449
16026cd7
AS
4502006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
451
452 * cli/cli-cmds.c (source_verbose, trace_commands): New variables.
453 (source_script): New function.
454 (source_verbose_cleanup): New function.
455 (source_command): Move old contents to source_script.
456 Make function static. Parse -v option and call source_script.
457 (init_cli_cmds): Update source command help.
458 Add 'set trace-commands' command.
459 * cli/cli-script.c (command_next_depth): New static variable.
460 (suppress_next_print_command_trace): New static variable.
461 (reset_command_nest_depth): New function.
462 (print_command_trace): New function.
463 (execute_control_command): Split the continue_control and break_control
464 cases, add calls to print_command_trace and count the nest depth.
465 (while_command): Set suppress_next_print_command_trace.
466 (if_command): Likewise.
467 * top.c (execute_command): Call print_command_trace.
468 * cli/cli-cmds.h (source_verbose, trace_commands): New extern variables.
469 (source_command): Change to source_script.
470 * main.c (captued_main): Use source_script instead of source_command.
471 * top.h (source_command): Change to source_script.
472 * event-top.c (display_gdb_prompt): Call reset_command_nest_depth.
473 * cli/cli-script.h (print_command_trace): Export.
474 (reset_command_nest_depth): Likewise.
475
16963cb6
DJ
4762006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
477
478 * eval.c (evaluate_struct_tuple): Skip static fields.
479
6b26d61a
MK
4802006-07-19 Mark Kettenis <kettenis@gnu.org>
481
6ea0ec3f
MK
482 * alphaobsd-tdep.c: Include "obsd-tdep.h".
483 (alphaobsd_init_abi): Set skip_solib_resolver.
484 * Makefile.in (alphaobsd-tdep.o): Update dependencies.
485 * config/alpha/obsd.mt (TDEPFILES): Add obsd-tdep.o.
486
6b26d61a
MK
487 * arm-tdep.c (arm_gdbarch_init): Get default floating-point model
488 from ELF flags for binaries produced by the GNU toolchain.
489
86cc68a8
NS
4902006-07-18 Nathan Sidwell <nathan@codesourcery.com>
491
492 * remote-fileio.c (remote_fileio_func_rename): Reorder to process
493 input buffer before reading memory.
494 (remote_fileio_func_stat): Likewise.
495
29e8a844
DJ
4962006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
497
498 * blockframe.c (find_pc_partial_function): Use the minimal symbol
499 size to control the cache entry, if available.
500 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle minimal
501 symbols with zero and non-zero sizes differently.
502
28b17333
DJ
5032006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
504
505 * linux-thread-db.c (td_thr_getfpregs_p, td_thr_getgregs_p)
506 (td_thr_setfpregs_p, td_thr_setgregs_p, thread_db_get_info)
507 (thread_db_fetch_registers, thread_db_store_registers)
508 (thread_db_thread_alive, thread_db_state_str): Delete.
509 (thread_db_load): Don't look up regset functions.
510 (thread_db_pid_to_str): Simplify.
511 (thread_db_extra_thread_info): New.
512 (init_thread_db_ops): Do not set to_fetch_registers,
513 to_store_registers, or to_thread_alive. Set to_extra_thread_info.
514 * Makefile.in: Remove linux-thread-db.o rule.
515
e3ac4a1e
MK
5162006-07-18 Mark Kettenis <kettenis@gnu.org>
517
518 * armobsd-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
519 (armobsd_sigframe_init): New function.
520 (armobsd_sigframe): New variable.
521 (armobsd_init_abi): Prepend armobsd_sigframe unwinder.
522 * Makefile.in (armobsd-tdep.o): Update dependencies.
523
08ae6d95
DJ
5242006-07-18 Denis PILAT <denis.pilat@st.com>
525
526 * monitor.c: Remove unused prototypes.
527
6962ad99
VP
5282006-07-18 Vladimir Prus <vladimir@codesourcery.com>
529
530 * target.c (tcomplain): Mark with ATTR_NORETURN.
531
0152ebd7
VP
532 * defs.h (print_transfer_performance): Improve comments.
533
aa88762a
MK
5342006-07-17 Mark Kettenis <kettenis@gnu.org>
535
675dcf4f
MK
536 * printcmd.c: Coding style fixes: add missing spaces in comments
537 and wrapping long lines.
538 (delete_display, enable_display_command, disable_display_command)
539 (printf_command, display_info, undisplay_command, free_display)
540 (display_command, x_command, address_info, set_command)
541 (inspect_command, call_command, print_command, print_command_1)
542 (validate_format, print_formatted, decode_format, sym_format):
543 Remove prototypes.
544 (x_command): Make static.
545 (printf_command): Convert error into internal consistency check.
546 (address_info): Avoid assignment within function call.
547 (printf_command): Avoid redundant cast.
548 * tracepoint.c (x_command): Remove extern prototype.
549
aa88762a
MK
550 * armobsd-tdep.c (armobsd_init_abi): Set skip_solib_resolver.
551 * Makefile.in (armobsd-tdep.o): Update dependencies.
552 * config/arm/obsd.mt (TDEPFILES): Add obsd-tdep.o.
553
1cd566a4
MK
5542006-07-16 Mark Kettenis <kettenis@gnu.org>
555
a58dc200
MK
556 * armobsd-tdep.c: New file.
557 * Makefile.in (ALLDEPFILES): Add armobsd-tdep.c.
558 (armobsd-tdep.o): New dependency.
559 * config/arm/obsd.mt: New file.
560 * configure.tgt: (arm*-*-openbsd*): Set gdb_target to obsd.
561
d7b7af6f 562 * gdbarch.sh (deprecated_saved_pc_after_call): Delete.
a4bc5cf9 563 * gdbarch.h, gdbarch.c: Re-generate.
d7b7af6f 564
1cd566a4
MK
565 * arm-tdep.c (arm_saved_pc_after_call): Delete.
566 (arm_gdbarch_init): Do not set deprecated_saved_pc_after_call.
567
96ffcb62
AS
5682006-07-16 Alfred M. Szmidt <ams@gnu.org>
569
570 * gnu-nat.c: Undefine _process_user_ before including
571 <hurd/process_request.h>.
572 (gnu_resume): Supply missing argument to error().
573 (gnu_read_inferior): Add extra parenthesis around arithmetic
574 expression to silence warnings from GCC.
575 (gnu_write_inferior): Likewise.
576 (gnu_xfer_memory): Changed type of MYADDR to `gdb_byte *'.
577
424f3115
MK
5782006-07-16 Mark Kettenis <kettenis@gnu.org>
579
580 * armnbsd-tdep.c (arm_netbsd_elf_init_abi): Use
581 svr4_ilp_fetch_link_map_offsets.
582
a4ab4a25
MK
5832006-07-15 Mark Kettenis <kettenis@gnu.org>
584
585 * armnbsd-tdep.c: Don't include "nbsd-tdep.h".
586 * config/arm/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
587 (DEPRECATED_TM_FILE): Remove.
588 * Makefile.in (armnbsd-tdep.o): Update dependencies.
589
cd24f626
JB
5902006-07-14 Joel Brobecker <brobecker@adacore.com>
591
592 * PROBLEMS: Document threads/2137.
593
06d65a1d
MK
5942006-07-13 Mark Kettenis <kettenis@gnu.org>
595
596 * config/alpha/tm-nbsd.h: Remove file.
597 * config/alpha/nbsd.mt (DEPRECATED_TM_FILE): Remove.
598
4844f454
CV
5992006-07-13 Corinna Vinschen <vinschen@redhat.com>
600
601 * mips-tdep.c (mips_integer_to_address): Simplify be calling
602 extract_signed_integer directly. Fix comment.
603
7830cb4f
CV
6042006-07-13 Corinna Vinschen <vinschen@redhat.com>
605
606 * m32c-tdep.c (m32c_banked_register): New function.
607 (m32c_banked_read): Use m32c_banked_register function to evaluate
608 real register number.
609 (m32c_banked_write): Ditto.
610 (m32c_virtual_frame_pointer): New function.
611 (m32c_gdbarch_init): Add set_gdbarch_virtual_frame_pointer call.
612
9bb47d95
NS
6132006-07-13 Nathan Sidwell <nathan@codesourcery.com>
614
615 * m68k-tdep.c (m68k_frame_align): New.
616 (m68k_gdbarch_init): Set frame_align here.
617
9af2a054
AS
6182006-07-13 Denis PILAT <denis.pilat@st.com>
619
620 * interps.c (interpreter_completer): Allocate one more item to the
621 'matches' list and set them all to 0 with a xcalloc.
622
79ee37bc
NR
6232006-07-13 Nick Roberts <nickrob@snap.net.nz>
624
625 * annotate.c (annotate_frame_begin): Re-instate frame-begin
626 annotation for level 3 annotations.
627
fb933624
DJ
6282006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
629 Daniel Jacobowitz <dan@codesourcery.com>
630
631 * infcall.c (value_arg_coerce): Use value_cast_pointers for
632 references. Avoid value_cast to a reference type. Don't silently
633 convert pointers to references.
634 * valops.c (value_cast_pointers): New, based on value_cast.
635 (value_cast): Use it. Reject reference types.
636 (value_ref): New.
637 (typecmp): Use it.
638 * value.h (value_cast_pointers, value_ref): New prototypes.
639
d49c44d5
DJ
6402006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
641
642 * remote.c (unpack_varlen_hex): Correct type of retval.
643 Reported by Zhigang Gong <zhigang.gong@gmail.com>.
644
99bcc461
DJ
6452006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
646
647 * dwarf2read.c (dwarf2_symbol_mark_computed): Handle corrupted
648 or missing location list information. Suggested by Jan
649 Kratochvil <lace@jankratochvil.net>.
650
cb587d83
DJ
6512006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
652
653 * Makefile.in (arm_linux_tdep_h): New variable.
654 (arm-linux-nat.o, arm-linux-tdep.o): Update.
655 * arm-linux-nat.c: Include "arm-linux-tdep.h".
656 (typeNone, typeSingle, typeDouble, typeExtended)
657 (FPWORDS, ARM_CPSR_REGNUM, FPREG, FPA11)
658 (fetch_nwfpe_single, fetch_nwfpe_double, fetch_nwfpe_none)
659 (fetch_nwfpe_extended, fetch_nwfpe_register, store_nwfpe_single)
660 (store_nwfpe_double, store_nwfpe_extended, store_nwfpe_register):
661 Delete.
662 (fetch_fpregister, fetch_fpregs, store_fpregister, store_fpregs):
663 Use gdb_byte buffers, NWFPE_FPSR_OFFSET, supply_nwfpe_register,
664 and collect_nwfpe_register.
665 (fill_gregset, supply_gregset, fill_fpregset, supply_fpregset): Use
666 new regset functions.
667 * arm-linux-tdep.c: Include "regset.h" and "arm-linux-tdep.h".
668 (arm_apcs_32): New declaration.
669 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
670 (arm_linux_collect_gregset, typeNone, typeSingle, typeDouble)
671 (typeExtended, supply_nwfpe_register, collect_nwfpe_register)
672 (arm_linux_supply_nwfpe, arm_linux_collect_nwfpe)
673 (arm_linux_regset_from_core_section): New.
674 (arm_linux_init_abi): Register arm_linux_regset_from_core_section.
675 * arm-linux-tdep.h: New file.
676 * arm-tdep.h (struct regset): Declare.
677 (struct gdbarch_tdep): Add gregset, fpregset members.
678 * config/arm/linux.mh (NATDEPFILES): Remove corelow.o and
679 core-regset.o.
680 * config/arm/linux.mt (TDEPFILES): Add corelow.o.
681
8802d8ed
DJ
6822006-07-12 Jan Kratochvil <lace@jankratochvil.net>
683
684 * infrun.c (handle_inferior_event): Fixed typos in printf.
685
6765f3e5
DJ
6862006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
687 Nathan Sidwell <nathan@codesourcery.com>
688
689 * remote.c (REMOTE_ALIGN_WRITES): New.
690 (remote_write_bytes): Align large write packets. Remove unused
691 payload_start variable.
692
0876f84a
DJ
6932006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
694
695 * remote.c (PACKET_qXfer_auxv): New, renamed from PACKET_qPart_auxv.
696 (remote_supported_packet): Remove #if 0.
697 (remote_protocol_features): Add qPart:auxv:read.
698 (remote_unescape_input): New function.
699 (readchar): Don't mask off the high bit.
700 (read_frame): Use fputstrn_filtered for packet data.
701 (getpkt_sane): Return the number of bytes read or -1. Use
702 fputstrn_unfiltered.
703 (remote_read_qxfer): New.
704 (remote_xfer_partial): Use it for TARGET_OBJECT_AUXV.
705 (_initialize_remote): Update packet registration.
706 * defs.h (fputstrn_filtered): New prototype.
707 * utils.c (fputstrn_filtered): New.
708 * NEWS: Mention qXfer.
709
13547ab6
DJ
7102006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
711
712 * target.c (target_read): Stop if target_read_partial returns 0
713 when some bytes have already been read.
714 (target_write): Likewise for target_write_partial.
715 (target_read_partial, target_write_partial): Make static.
716 (target_read_alloc): New.
717 * target.h: Doc fixes.
718 (target_read_partial, target_write_partial): Delete prototypes.
719 (target_read_alloc): New prototype.
720
721 * auxv.c (target_auxv_read): Delete.
722 (target_auxv_search, fprint_target_auxv): Use target_read_alloc.
723 * auxv.h (target_auxv_read): Delete prototype.
724 * avr-tdep.c (avr_io_reg_read_command): Use target_read_alloc.
725 * ia64-tdep.c (getunwind_table, get_kernel_table): Likewise.
726 * linux-nat.c (linux_nat_make_corefile_notes): Likewise.
727 * procfs.c (procfs_make_note_section): Likewise.
728 * remote.c (remote_xfer_partial): Don't loop here.
729 * sparc-tdep.c (sparc_fetch_wcookie): Use target_read.
730
edfb1a26
DJ
7312006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
732
733 * arm-linux-tdep.c: Doc fixes.
734 (ARM_SIGCONTEXT_R0, ARM_UCONTEXT_SIGCONTEXT)
735 (ARM_OLD_RT_SIGFRAME_SIGINFO, ARM_OLD_RT_SIGFRAME_UCONTEXT)
736 (ARM_NEW_RT_SIGFRAME_UCONTEXT, ARM_NEW_SIGFRAME_MAGIC): New
737 constants.
738 (arm_linux_sigreturn_init, arm_linux_rt_sigreturn_init): Support
739 the new signal frame layouts.
740
6e2c7fa1
DJ
7412006-07-12 Mike Frysinger <vapier@gentoo.org>:
742 Daniel Jacobowitz <dan@codesourcery.com>
743
744 * Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
745 * gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise.
746 * gdbarch.sh: Correct comment.
747
e0f2823e
DJ
7482006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
749
750 * MAINTAINERS: Add Alfred Szmidt for the Hurd.
751
24c41760
MK
7522006-07-11 Mark Kettenis <kettenis@gnu.org>
753
754 * alpha-tdep.h (ALPHA_INSN_SIZE): New define.
755
8a112c90
MK
7562006-07-10 Mark Kettenis <kettenis@gnu.org>
757
758 * alphaobsd-tdep.c: New file.
759 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Do not register a
760 handler for GDB_OSABI_OPENBSD_ELF.
761 * Makefile.in (ALLDEPFILES): Add alphaobsd-tdep.c.
762 (alphaobsd-tdep.o): New target.
763 * config/alpha/obsd.mt: New file.
764 * configure.tgt (alpha*-*-openbsd*): Set gdb_target to obsd.
765
9823e921
RH
7662006-07-10 Richard Henderson <rth@redhat.com>
767
768 * alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory.
769 * alpha-tdep.c (alpha_register_byte): Remove.
770 (alpha_extract_struct_value_address): Remove.
771 (alpha_return_value): New.
772 (alpha_return_in_memory_always): New.
773 (alpha_gdbarch_init): Set tdep->return_in_memory. Don't call
774 set_gdbarch_deprecated_register_byte. Do call set_gdbarch_return_value
775 instead of set_gdbarch_deprecated_use_struct_convention,
776 set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
777 or set_gdbarch_deprecated_extract_struct_value_address.
778 * alphafbsd-tdep.c (alphafbsd_return_in_memory): Rename from
779 alphafbsd_use_struct_convention, remove gcc_p argument.
780 (alphafbsd_init_abi): Set tdep->return_in_memory instead of
781 set_gdbarch_deprecated_use_struct_convention.
782
789f3b5f
MK
7832006-07-09 Mark Kettenis <kettenis@gnu.org>
784
b0ca8573
MK
785 * alphabsd-tdep.h (alphanbsd_regset_from_core_section): New
786 prototype.
787 * alphanbsd-tdep.c (alphanbsd_regset_from_core_section): Handle
788 a.out-style core file format here. Make global.
789 (alphanbsd_regset_from_core_section): Remove.
790 (alphanbsd_sigtramp_offset): Make static.
791 (alphanbsd_aout_init_abi): Remove.
792 (alphanbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_ELF for
793 a.out style core files.
794 (_initialize_alphanbsd_tdep): Do not register a handler for
795 GDB_OSABI_NETBSD_AOUT.
796
3beabdb2 797 * alphabsd-tdep.h: Tweak comments.
3b03cc43 798 (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove.
3beabdb2
MK
799 * alphanbsd-tdep.c: Reorder includes. Include "regset.h".
800 (ALPHANBSD_SIZEOF_GREGS, ALPHANBSD_SIZEOF_FPREGS): New defines.
801 (alphanbsd_supply_fpregset, alphanbsd_supply_gregset)
802 (alphanbsd_aout_supply_gregset): New functions.
803 (alphanbsd_gregset, alphanbsd_fpregset, alphanbsd_aout_gregset):
804 New variables.
805 (alphanbsd_regset_from_core_section)
806 (alphanbsd_aout_regset_from_core_section): New functions.
807 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
808 (alphanbsd_core_fns, alphanbsd_elf_fns): Remove variables.
809 (alphanbsd_init_abi): Set regset_from_core_section.
810 (alphanbsd_aout_init_abi, alphanbsd_core_osabi_sniffer): New
811 functions.
812 (_initialize_alphanbsd_tdep): Register NetBSD core file sniffer.
813 Use alphanbsd_aout_init_abi whre appropriate. Don't call
814 deprecated_add_core_fns.
815 * Makefile.in (alphanbsd-tdep.o): Update dependencies.
816
8fe7c54b
MK
817 * alphabsd-tdep.c (alphabsd_supply_reg, alphabsd_fill_reg)
818 (alphabsd_supply_fpreg, alphabsd_fill_fpreg): Add missing spaces.
819
789f3b5f
MK
820 * alphanbsd-tdep.c (alphanbsd_init_abi): Use
821 svr4_lp64_fetch_link_map_offsets instead of
822 nbsd_lp64_solib_svr4_fetch_link_map_offsets.
823
09153d55
AS
8242006-07-06 Andrew Stubbs <andrew.stubbs@st.com>
825
826 * parse.c (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block
827 write_exp_elt_longcst, write_exp_elt_dblcst, write_exp_elt_type,
828 write_exp_elt_intern): Zero initialize tmp.
829
2ec3381a
DJ
8302006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
831
832 * remote.c (remote_xfer_partial): Remove KOD support.
833 * target.h (enum target_object): Remove TARGET_OBJECT_KOD.
834 * MAINTAINERS: Move Kernel Object Display entry to past maintainers.
071d802b
MK
835 * Makefile.in (SFILES, kod_h, COMMON_OBS, kod.o, kod-cisco.o):
836 Remove KOD support.
2ec3381a
DJ
837 * mi/mi-cmds.c (mi_cmds): Remove dummy KOD commands.
838 * NEWS: Mention KOD.
839 * kod.h, kod.c, kod-cisco.c: Delete files.
840
7fca722e
DJ
8412006-07-04 Daniel Jacobowitz <dan@codesourcery.com>
842
843 * remote.c (init_remote_state): Use xrealloc instead of xmalloc.
844
4a35b02a
NW
8452006-07-03 Nathan J. Williams <nathanw@wasabisystems.com>
846
847 * bsd-kvm.c (bsd_kvm_open): Open the KVM interface read-write if
848 write_files is set.
849
a6f0780a
EZ
8502006-06-24 Eli Zaretskii <eliz@gnu.org>
851
852 * defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
853
e4c16157
DJ
8542006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
855
856 * arm-tdep.c (arm_register_type): Use unsigned types for registers.
857 Add special types for sp and pc.
858 * Makefile.in (arm-tdep.o): Update.
859
a31ea83d
DJ
8602006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
861
862 * remote.c (remote_escape_output): New function.
863 (remote_write_bytes): Use remote_escape_output.
864
be2a5f71
DJ
8652006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
866
867 * NEWS: Mention qSupported.
868 * remote.c (struct remote_state): Add explicit_packet_size.
869 (get_remote_packet_size): Check explicit_packet_size.
870 (get_memory_packet_size): Likewise.
871 (PACKET_qSupported): New enum value.
872 (struct protocol_feature, remote_supported_packet)
873 (remote_packet_size, remote_protocol_features)
874 (remote_query_supported): New.
875 (remote_open_1): Reset explicit_packet_size. Call
876 remote_query_supported.
877 (_initialize_remote): Register qSupported.
878
42b575e5
AS
8792006-06-21 Andrew Stubbs <andrew.stubbs@st.com>
880
881 * cli/cli-script.c (realloc_body_list): Zero new parts of body_list.
882
9ae03986
JB
8832006-06-20 Joel Brobecker <brobecker@adacore.com>
884
885 * GDB 6.5 released from GDB 6.5 branch.
886
8b07f6d8
MS
8872006-06-19 Michael Snyder <msnyder@redhat.com>
888
889 * mips-tdep.c (mips_eabi_push_dummy_call): For 32 bit ABI, to
890 decide how many registers it takes to pass a floating point
891 argument, what matters is the size of a floating point register
892 (not the size of a general purpose register).
893 (mips_o32_push_dummy_call): Ditto.
894
ec5a4d75
KI
8952006-06-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
896
897 * configure.tgt: Add gdbserver support for m32r-linux.
898
8d3239d5
MK
8992006-06-18 Mark Kettenis <kettenis@gnu.org>
900
901 * m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.
902
14e60db5
DJ
9032006-06-15 Daniel Jacobowitz <dan@codesourcery.com>
904
905 * infrun.c (insert_step_resume_breakpoint_at_caller): New function,
906 based on insert_step_resume_breakpoint_at_frame.
907 (handle_inferior_event): Update comments. Use
908 insert_step_resume_breakpoint_at_caller.
909 (insert_step_resume_breakpoint_at_frame): Revise comments.
910
81a17f79
JB
9112006-06-14 Daniel Jacobowitz <dan@codesourcery.com>
912
913 * dwarf2read.c (read_unspecified_type): New function.
914 (read_type_die): Handle DW_TAG_unspecified_type.
915 (Committed by Julian Brown.)
916
6490cafe
DJ
9172006-06-13 Daniel Jacobowitz <dan@codesourcery.com>
918
919 * symfile.c (load_command): Check for a changed executable before
920 "load".
921
22e47e37
FF
9222006-06-13 Fred Fish <fnf@specifix.com>
923
924 * mips-tdep.c (mips_find_long_section): New function.
925 (mips_gdbarch_init): Use it to set long and pointer sizes.
926
5600ea19
NS
9272006-06-13 Nathan Sidwell <nathan@codesourcery.com>
928
929 * remote-file.io.c (remote_fileio_func_system): Treat zero length
930 string as NULL. Adjust for NULL pointer argument.
931 * doc/gdb.texinfo (system): Document behaviour with zero length
932 string.
933
bb572ddd
DJ
9342006-06-12 Daniel Jacobowitz <dan@codesourcery.com>
935
936 * remote.c (set_remote_protocol_packet_cmd)
937 (show_remote_protocol_packet_cmd): New prototypes.
938 (remote_set_cmdlist, remote_show_cmdlist): Move higher.
939 (struct packet_config): Make name and title const.
940 (add_packet_config_cmd): Remove unnecessary arguments.
941 (_initialize_remote): Update calls.
942
98739726
DJ
9432006-06-10 Daniel Jacobowitz <dan@codesourcery.com>
944
945 * mingw-hdep.c (gdb_select): Always check for NULL fd sets
946 before calling FD_ISSET. Correct check for exceptfds which
947 previously tested writefds.
948
2b949cb6
JB
9492006-06-09 Daniel Jacobowitz <dan@codesourcery.com>
950 Julian Brown <julian@codesourcery.com>
951
4a9d57ab 952 * dwarf2read.c (partial_read_comp_unit_head): Accept version 3.
2b949cb6 953
5b031165
JB
9542006-06-09 Julian Brown <julian@codesourcery.com>
955
956 * MAINTAINERS (Write After Approval): Add myself.
957
b2d6f210
MS
9582006-06-08 Michael Snyder <msnyder@redhat.com>
959
960 * mips-tdep.c (fp_register_arg_p): Recognize floating point typedefs.
961
1dd41f16
NS
9622006-06-08 Nathan Sidwell <nathan@codesourcery.com>
963
6dd0fba6
NS
964 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): New.
965 (m68k_gdbarch_init): Set it for dwarf & dwarf2 reg number
966 conversion. Use M68K_NUM_REGS for number of regs.
967
ad9a8f3f
NS
968 * remote-fileio.c (remote_fileio_reset): New.
969 * remote-fileio.h (remote_fileio_reset): Prototype.
970 * remote.c (extended_remote_restart, remote_open_1): Call it.
971
972 * remote.c (remote_open_1): Do preopen tasks before
1dd41f16
NS
973 irreversably destroying state.
974
ea9c271d
DJ
9752006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
976
719abd53 977 * remote.c (struct remote_state): New type, only containing
ea9c271d
DJ
978 buf and buf_size.
979 (remote_state): New variable.
980 (get_remote_state): New function.
981 (struct remote_arch_state): Renamed from struct remote_state.
982 Removed buf and buf_size.
983 (get_remote_arch_state): Renamed from get_remote_state. All
984 necessary callers updated to call this function.
985 (init_remote_state): Initialize the architecture-specific state.
986 Update the target-specific state if necessary.
987 (get_remote_packet_size): New function. All previous references
988 changed to use this accessor function.
989 (packet_reg_from_regnum, packet_reg_from_pnum): Take a
990 remote_arch_state instead of a remote_state. All callers changed.
991 (_initialize_remote): Initialize the packet buffer here.
992
5cffb350
NS
9932006-06-06 Nathan Sidwell <nathan@codesourcery.com>
994
ea9c271d 995 * remote.c (remote_insert_watchpoint): Return -1, rather than
5cffb350
NS
996 fatal error if packet is disabled.
997 (remote_remove_watchpoint, remote_insert_hw_breakpoint,
998 remote_remove_hw_breakpoint): Likewise.
999
8a786d82
NR
10002006-06-02 Nick Roberts <nickrob@snap.net.nz>
1001
1002 * breakpoint.c (print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED.
1003
f49e4e6d
MS
10042006-05-31 Michael Snyder <msnyder@redhat.com>
1005
1006 * mips-tdep.c: Comment tweaks.
1007
20e95c23
DJ
10082006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1009
1010 * Makefile.in (top_builddir): Update comments.
1011 (INTL_DIR, INTL_SRC): Delete.
1012 (INTL, INTL_DEPS, INTL_CFLAGS): Update.
1013 * acinclude.m4: Include new gettext macros.
1014 * configure.ac: Use ZW_GNU_GETTEXT_SISTER_DIR. Remove copied
1015 CATALOGS code.
1016 * aclocal.m4, configure: Regenerated.
1017
9308fc88
DJ
10182006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
1019
1020 * Makefile.in (arm-linux-nat.o): Update dependencies.
1021 * arm-linux-nat.c: Include "gdb_proc_service.h".
1022 (PTRACE_GET_THREAD_AREA): Define.
1023 (ps_get_thread_area): New function.
1024
46ea248b
AO
10252006-05-28 Alexandre Oliva <aoliva@redhat.com>
1026
1027 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
1028 DWARF2_FRAME_REG_SAVED_VAL_OFFSET and
1029 DWARF2_FRAME_REG_SAVED_VAL_EXP.
1030 * dwarf2-frame.c (execute_cfa_program): Handle val_offset,
1031 val_offset_sf and val_expression.
1032 (dwarf2_frame_prev_register): Handle the new reg rules.
1033 (dwarf2_frame_this_id): Use pc instead of function entry point.
1034
56c987f6
AO
10352006-05-28 Alexandre Oliva <aoliva@redhat.com>
1036
1037 * dwarf2-frame.c (struct dwarf2_cie): Add signal_frame field.
1038 (dwarf2_frame_sniffer): Use it.
1039 (decode_frame_entry_1): Set it according to augmentation "S".
1040
5648af48
JB
10412006-05-27 Joel Brobecker <brobecker@adacore.com>
1042
1043 From Peter Schauer <peterschauer@gmx.net>
1044 * m2-typeprint.c (m2_record_fields): Move variable declarations
1045 to the begining of the block.
1046
03a73f77
MM
10472006-05-23 Mark Mitchell <mark@codesourcery.com>
1048
1049 * mt-tdep.c (mt_register_name): Correct out-of-range logic to
1050 include additional registers.
1051
1052 * mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2,
1053 Iscramb2, Qscramb2, Qchannel2.
1054 (mt_register_name): Likewise.
1055 (mt_copro_register_type): Describe ZI2 and ZQ2.
1056
1057 * mt-tdep.c (mt_gdb_regnums): Define
1058 MT_COPRO_PSEUDOREG_MAC_REGNUM.
1059 (mt_register_name): Use it.
1060 (mt_copro_register_type): Likewise.
1061 (mt_register_type): Likewise.
1062 (mt_pseudo_register_read): Likewise. Read the MAC register, not
1063 the coprocessor register.
1064 (mt_pseudo_register_write): Likewise.
1065
2b3c8945
CF
10662006-05-21 Christopher Faylor <cgf@timesys.com>
1067
1068 * win32-nat.c (cygwin_exceptions): New variable.
1069 (handle_exception): Treat a cygwin exception like a normal exception if
1070 cygwin_exceptions is true.
1071 (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
1072
f79daebb
GM
10732006-05-20 Gaius Mulley <gaius@glam.ac.uk>
1074
1075 * NEWS: (Improved Modula-2 language support): New section.
1076
b4e70030
JB
10772006-05-19 Joel Brobecker <brobecker@adacore.com>
1078
1079 * configure: Regenerate using proper version of autoconf.
1080
a1f5b845
FF
10812006-05-19 Fred Fish <fnf@specifix.com>
1082
1083 * Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
1084 * dwarfread.c: Fix spelling of 'unexpected'.
1085 * mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
1086 * stack.c: Fix spelling of 'RETURN_VALUE'.
1087
82d03102
PG
10882006-05-18 Paul Gilliam <pgilliam@us.ibm.com
1089
1090 * solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
1091
f2da6b3a
DJ
10922006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1093
1094 * dwarf2-frame.c: Include "value.h".
1095 (read_reg): Use unpack_long and register_type.
1096 * Makefile.in (dwarf2-frame.o): Update.
1097
1f5befc1
DJ
10982006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1099
1100 * remote-rdp.c: Deleted.
1101 * NEWS: Mention removal of remote-rdp.c.
1102
1103 * Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
1104 (remote-rdp.o): Delete.
1105 * README: Remove description of remote-rdp.c.
1106 * arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment.
1107 * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
1108
cd96dfc9
DJ
11092006-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1110
1111 * ser-e7kpc.c: Include <time.h> if it is available.
1112
11132006-05-16 Joel Brobecker <brobecker@adacore.com>
e374b601
JB
1114
1115 * version.in (version.in): Bump version number to 6.5.50 now
1116 that the gdb-6.5 branch has been created.
1117 * NEWS: Create a new section for changes that are included
1118 since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5"
1119 section.
1120
13942a42
JB
11212006-05-16 Jim Blandy <jimb@codesourcery.com>
1122
1123 * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted
1124 the Global Maintainers' invitation to be an authorized committer
1125 for the Modula-2 support.
1126
8599da2d
MK
11272006-05-15 Mark Kettenis <kettenis@gnu.org>
1128
1129 * ppcobsd-nat.c: Include "gdb_assert.h".
1130 [PT_GETFPREGS] (getfpregs_supplies): New function.
1131 (ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS
1132 versions that have PT_GETFPREGS.
1133 (_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize
1134 ppcobsd_fpreg_offsets.
1135 * ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset):
1136 Declare.
1137 * ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New
1138 variables.
1139 (_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets.
1140 * Makefile.in (ppcobsd-nat.o): Update dependencies.
1141
4e8d927d
DJ
11422006-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1143
1144 * configure.ac: Use GCC_HEADER_STDINT.
1145 * acinclude.m4: Include stdint.m4.
1146 * Makefile.in (gdb_stdint_h): Define.
1147 (distclean): Remove gdb_stdint.h.
1148 (Makefile, stamp-h): Update rules to generate only the correct
1149 files.
1150 (gdb_stdint.h, stamp-int): New rules.
1151 * config.in, configure: Regenerated.
1152
19ca80ba
DJ
11532006-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1154
1155 * valprint.c: Include "exceptions.h".
1156 (val_print): If something goes wrong while printing, supply an
1157 error message.
1158
245c7f48
DJ
11592006-05-15 Peter O'Gorman <gdb-patches@mlists.thewrittenword.com>
1160
1161 * source.c (get_current_source_symtab_and_line)
1162 (set_current_source_symtab_and_line): Use { 0 }.
1163 * cli/cli-cmds.c (list_command): Likewise.
1164
53b33aeb
NR
11652006-05-14 Nick Roberts <nickrob@snap.net.nz>
1166
1167 * mi/gdb-mi.el (gdbmi-send): Correct regexp for repeat commands.
1168 (gdbmi): Use new variable name gdb-pc-address.
1169 (gdbmi-frame-handler): Use new variable name gdb-pc-address.
1170 Check that a match has been found.
1171
d3d3c7e6 11722006-05-13 Gaius Mulley <gaius@glam.ac.uk>
72019c9c 1173
d3d3c7e6 1174 * m2-lang.h: Added function extern prototypes for
229582b7 1175 m2_is_long_set and get_long_set_bounds.
d3d3c7e6
GM
1176 * m2-typeprint.c: Complete replacement.
1177 (m2_print_type): Walk the Modula-2 type tree.
1178 (m2_type_name): New function.
1179 (m2_range): New function.
1180 (m2_typedef): New function.
1181 (m2_array): New function.
1182 (m2_pointer): New function.
1183 (m2_ref): New function.
1184 (m2_unknown): New function.
1185 (m2_union): New function.
1186 (m2_procedure): New function.
1187 (m2_print_bounds): New function.
1188 (m2_short_set): New function.
1189 (m2_is_long_set): New function.
1190 (m2_get_discrete_bounds): New function.
1191 (m2_is_long_set_of_type): New function.
1192 (m2_long_set): New function.
1193 (m2_record_fields): New function.
1194 (m2_enum): New function.
1c547afb 1195 * dwarf2read.c: Modified.
d3d3c7e6
GM
1196 (read_set_type): New function.
1197 (process_die): Call read_set_type.
1c547afb 1198 (read_base_type): Modifed.
d3d3c7e6 1199 (set_cu_language): Added Modula-2 case clause.
1c547afb 1200 * m2-valprint.c: Complete replacement.
d3d3c7e6
GM
1201 (print_function_pointer_address): New function.
1202 (get_long_set_bounds): New function.
1203 (m2_print_long_set): New function.
1204 (print_unpacked_pointer): New function.
1205 (print_variable_at_address): New function.
1206 (m2_val_print): Replaced.
1207 * gdb/MAINTAINERS (Write After Approval): Added
1208 Gaius Mulley <gaius@glam.ac.uk>
72019c9c 1209
def18405
MK
12102006-05-12 Mark Kettenis <kettenis@gnu.org>
1211
1212 * ppcnbsd-tdep.h: Update copyright year. Include <stddef.h>
1213 (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
1214 (ppcnbsd_fill_fpreg): Remove prototypes.
1215 (struct regset): Add forward declaration.
1216 (ppcnbsd_gregset, ppcnbsd_fpregset): Extern declarations.
1217 * ppcnbsd-tdep.c: Update copyright year. Include "gdbtypes.h",
1218 "regset.h" and "gdb_string.h". Don't include "breakpoint.h",
1219 "value.h", target.h and nbsd-tdep.h". Reorder includes.
1220 (REG_FIXREG_OFFSET, REG_LR_OFFSET, REG_CR_OFFSET, REG_XER_OFFSET)
1221 (REG_CTR_OFFSET, REG_PC_OFFSET, SIZEOF_STRUCT_REG)
1222 (FPREG_FPR_OFFSET, FPREG_FPSCR_OFFSET, SIZEOF_STRUCT_FPREG):
1223 Remove macros.
1224 (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
1225 (ppcnbsd_fill_fpreg): Remove functions.
1226 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1227 (ppcnbsd_core_fns, ppcnbsd_elfcore_fns): Remove variables.
1228 (ppcnbsd_reg_offsets): New variable.
1229 (ppcnbsd_gregset, ppcnbsd_fpregset): New variables.
1230 (ppcnbsd_sigtramp_cache_init): Deal with new signal trampoline
1231 introduced in NetBSD 2.0.
1232 (ppcnbsd_sigtramp): Provide complete signal trampoline.
1233 (ppcnbsd2_sigtramp): New variable.
1234 (ppcnbsd_init_abi): Set svr4_fetch_link_map_offsets to
1235 svr4_ilp32_fetch_link_map_offsets. Set regset_from_core_section.
1236 Add ppcnbs2_sigtramp unwinder.
1237 (_initialize_ppcnbsd_tdep): Don't use deprecated_add_core_fns.
1238 Initialize ppcnbsd_reg_offsets.
1239 * ppcnbsd-nat.c: Update copyright year. Reorder includes.
1240 (getregs_supplies): Use regnum instead of regno.
1241 (getfpregs_supplies): Likewise.
1242 (ppcnbsd_fetch_inferior_registers): Likewise. Call
1243 ppc_supply_gregset and ppc_suppply_fpregset instead of
1244 ppcnbsd_supply_reg and ppcnbsd_supply_fpreg
1245 (ppcnbsd_store_inferior_registers): Likewise. Call
1246 ppc_collect_gregset and ppc_collect_fpregset instead of
1247 ppcnbsd_fill_reg and ppcnbsd_fill_fpreg.
1248 (ppcnbsd_supply_pcb): Use `gdb_byte *' instead of `char *'.
1249 (_initialize_ppcnbsd_nat): Add some whitespace.
1250 * Makefile.in (ppcnbsd-nat.o, ppcnbsd-tdep.o): Update dependencies.
1251 * config/powerpc/nbsd.mh (NATDEPFILES): Remove infptrace.o.
1252 (NAT_FILE): Remove.
1253 * config/powerpc/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
1254
c4c50d37
DJ
12552006-05-11 Alfred M. Szmidt <ams@gnu.org>
1256
1257 * gnu-nat.c (inf_validate_procs): Don't use lvalue in assignments.
1258
576c2025
FF
12592006-05-11 Fred Fish <fnf@specifix.com>
1260
1261 * symtab.c (skip_prologue_using_sal): Handle single line functions
1262 like "foo(){}", which may optimize down to a single return inst.
1263
ba906c08
SE
12642006-05-10 Steve Ellcey <sje@cup.hp.com>
1265
1266 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
1267 message.
1268
4bf8967c
AS
12692006-05-09 Andreas Schwab <schwab@suse.de>
1270
1271 * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
1272 (execute_cfa_program): Add parameter eh_frame_p. Call
1273 dwarf2_frame_eh_frame_regnum when true.
1274 (dwarf2_frame_cache): Pass eh_frame_p from fde to
1275 execute_cfa_program.
1276 (decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when
1277 processing .eh_frame. Copy eh_frame_p to the new fde.
1278 (struct dwarf2_frame_ops): Add eh_frame_regnum.
1279 (dwarf2_frame_set_eh_frame_regnum): Define.
1280 (dwarf2_frame_eh_frame_regnum): Define.
1281
1282 * dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare.
1283 (dwarf2_frame_eh_frame_regnum): Declare.
1284
55e969c1
DM
12852006-05-06 David S. Miller <davem@sunset.davemloft.net>
1286
1287 * linux-nat.c (linux_nat_do_thread_registers): Check for
1288 NULL collect_regset method.
1289
92f38ec2
UW
12902006-05-06 Ulrich Weigand <uweigand@de.ibm.com>
1291
1292 * s390-tdep.c (s390_collect_regset): New function.
1293 (s390_gregset, s390x_gregset, s390_fpregset): Add it.
1294
6fed56b4
NR
12952006-05-06 Nick Roberts <nickrob@snap.net.nz>
1296
1297 * dwarf2read.c: Make LOC_OPTIMIZED_OUT the default value for a
1298 symbol.
1299
6fc19103
UW
13002006-05-05 Ulrich Weigand <uweigand@de.ibm.com>
1301
1302 * linux-nat.c (exit_lwp): Fix NULL pointer access.
1303 (linux_nat_handle_extended): New parameter STOPPING.
1304 (wait_lwp): Call it with STOPPING equals 1.
1305 (linux_nat_wait): Call it with STOPPING equals 0.
1306
d539ed7e
UW
13072006-05-05 Ulrich Weigand <uweigand@de.ibm.com>
1308
1309 * linux-nat.c (linux_nat_wait): Do not short-cut reporting
1310 of 'uninteresting' signals when single-stepping.
1311
49101e1c
DJ
13122006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1313
1314 * MAINTAINERS: Move NEWS to the documentation entry.
1315
4f844a66
DM
13162006-05-05 David S. Miller <davem@sunset.davemloft.net>
1317
1318 * linux-nat.c (linux_nat_do_thread_registers): Use the
1319 regset_from_core_section infrastructure if the target
1320 supports it.
1321 * Makefile.in: Update dependencies.
bcc98f88
DM
1322 * linux-thread-db.c (thread_db_store_registers): Use
1323 regcache_raw_collect.
4f844a66 1324
411cb3f9
PG
13252006-05-05: Paul Gilliam <pgilliam@us.ibm.com>
1326
1327 * ppc-linux-nat.c: Clean up types for ptrace.
1328 Replace (CORE_ADDR) with (uintptr_t) to avoid the size difference
1329 between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.
1330
597320e7
DJ
13312006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1332
1333 * remote.c (remote_disconnect): Add TARGET argument.
1334 * target.c (debug_to_disconnect): Delete.
1335 (update_current_target): Do not inherit to_disconnect.
1336 (target_disconnect): Search for a target to implement to_disconnect.
1337 (setup_target_debug): Do not reference to_disconnect.
1338 * target.h (struct target_ops): Add target argument to
1339 to_disconnect.
1340
401835eb
FF
13412006-05-06 Fred Fish <fnf@specifix.com>
1342
1343 * mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian
1344 structs or unions independent of ABI register size.
1345
7a076fd2
FF
13462006-05-06 Fred Fish <fnf@specifix.com>
1347
1348 * mips-tdep.c (mips_o64_return_value): Replace stub that always
1349 returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
1350
eec01795
DJ
13512006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1352
1353 * mi/mi-main.c (captured_mi_execute_command): Check the return
1354 value of -interpreter-exec.
1355
14b3d9c9
JB
13562006-05-03 Vladimir Prus <ghost@cs.msu.su>
1357
411cb3f9
PG
1358 * varobj.c (c_value_of_variable): Ignore top-level references.
1359 (Committed by Jim Blandy.)
14b3d9c9 1360
1893a4c0
MK
13612006-04-30 Mark Kettenis <kettenis@gnu.org>
1362
1363 * breakpoint.c (insert_single_step_breakpoint): Make a failure to
1364 insert a single-step breakpoint an error instead of a warning.
1365
21f79b33
NW
13662006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>
1367
1368 * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
1369 arguments from void * to gdb_byte *.
1370
b8db102d
MS
13712006-04-26 Michael Snyder <msnyder@redhat.com>
1372
1373 * linux-fork.c (_initialize_linux_fork): Rename "delete-fork"
1374 command to "delete fork" (no hyphen), compatible with other
1375 "delete" commands.
1376 (info_forks_command): Accept a fork ID argument, for info
1377 on a single fork. Report if no matching forks.
1378
bc0c849e
MK
13792006-04-25 Mark Kettenis <kettenis@gnu.org>
1380
1893a4c0
MK
1381 * breakpoint.c (remove_single_step_breakpoints): Bail out early if
1382 no breakpoints are inserted.
1383
bc0c849e
MK
1384 From Masaki MURANAKA <monaka@monami-software.com>:
1385 * mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change
1386 type of last argument to `gdb_byte *'
1387
5f1fb6dc
JB
13882006-04-25 Jim Blandy <jimb@codesourcery.com>
1389
1390 Add support for 'target remote |' on MinGW.
1391 * ser-mingw.c (struct pipe_state): New structure.
1392 (make_pipe_state, free_pipe_state, cleanup_pipe_state)
1393 (pipe_windows_open, pipe_windows_close, pipe_windows_read)
1394 (pipe_windows_write, pipe_wait_handle): New functions.
1395 (_initialize_ser_windows): Register a "pipe" interface based on
1396 them.
1397
c3e2b812
DJ
13982006-04-24 Daniel Jacobowitz <dan@codesourcery.com>
1399
1400 * ser-mingw.c: Include <conio.h>.
1401 (struct ser_console_state, struct net_windows_state): Add exit_select,
1402 have_stopped, thread.
1403 (pipe_select_thread, console_select_thread)
1404 (net_windows_select_thread): Don't create a local state copy or
1405 close stop_select. Exit on exit_select instead of stop_select. Set
1406 have_stopped.
1407 (console_select_thread): Don't report control keypresses as pending
1408 input.
1409 (pipe_select_thread): Allow stop_select to interrupt sleeping.
1410 (set_console_wait_handle): Create exit_select and have_stopped.
1411 Save the thread handle. Check _kbhit before starting a thread.
1412 (ser_console_done_wait_handle): New.
1413 (ser_console_close): Close new handles. Wait for the thread to
1414 exit.
1415 (new_windows_select_thread): Assert that an event occurred.
1416 (net_windows_wait_handle): Check for pending input before starting
1417 a thread.
1418 (net_windows_done_wait_handle): New.
1419 (net_windows_open): Create exit_select and have_stopped.
1420 Save the thread handle.
1421 (net_windows_close): Close new handles. Wait for the thread to
1422 exit.
1423 (_intiialize_ser_windows): Register done_wait_handle methods.
1424
1425 * serial.c [USE_WIN32API] (serial_done_wait_handle): New.
1426 * serial.h [USE_WIN32API] (struct serial_ops): Add done_wait_handle.
1427 [USE_WIN32API] (serial_done_wait_handle): New prototype.
1428 * mingw-hdep.c (gdb_select): Use serial_done_wait_handle.
1429
b8eb021a
AS
14302006-04-23 Andreas Schwab <schwab@suse.de>
1431
1432 * rs6000-tdep.c: Include "reggroups.h" only once.
1433 * Makefile.in (rs6000-tdep.o): Update dependencies.
1434
4f1520fb
FR
14352006-04-21 Frederic Riss <frederic.riss@st.com>
1436
1437 * dwarf2read.c (dwarf2_start_subfile): Change prototype to accept
1438 compilation directory as last argument.
1439 Always pass comp_dir as second argument to start_subfile and prepend
1440 dirname to the filename when necessary.
1441 Remove now superfluous search for pre-existing subfile.
1442 (dwarf_decode_lines): Pass the compilation directory to
1443 dwarf2_start_subfile.
1444
0271fba4
MS
14452006-04-20 Michael Snyder <msnyder@redhat.com>
1446
1447 * 2006-03-22 Jim Blandy <jimb@redhat.com>
1448 Add support for the Renesas M32C and M16C.
1449
1450 * configure.tgt (m32c-*-*): New entry.
1451 * config/m32c/m32c.mt: New file.
1452 * m32c-tdep.c: New file.
1453 * Makefile.in (elf_m32c_h): New variable.
1454 (m32c-tdep.o): New rule.
1455 * NEWS: Mention new target.
1456 * MAINTAINERS: Designate Jim Blandy as responsible maintainer.
1457
cfde0993
MS
14582006-04-20 Michael Snyder <msnyder@redhat.com>
1459
1460 * remote.c: Fix spelling error in comment.
1461
cba5fab9
DJ
14622006-04-20 Daniel Jacobowitz <dan@codesourcery.com>
1463
1464 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
1465 Correct type of VALUEP. Reported by Jean-Rene Peulve
1466 <jr.peulve@wanadoo.fr>.
1467
cbba9205
KI
14682006-04-19 Masaki Muranaka <monaka@monami-software.com>
1469
1470 * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
1471 netdb.h, netinet/in.h.
1472 (m32r_upload_command); Add calls WSAStartup().
1473 * remote-m32r-sdi.c: On MinGW, include winsock.h instead of
1474 netinet/in.h.
1475
8181d85f
DJ
14762006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1477
1478 * breakpoint.c (deprecated_read_memory_nobpt): Update to use
1479 shadow_len.
1480 (insert_bp_location, reattach_breakpoints, remove_breakpoint)
1481 (delete_breakpoint): Update calls to changed methods.
1482 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
1483 (single_step_breakpoints, insert_single_step_breakpoint)
1484 (remove_single_step_breakpoints): New.
1485 * breakpoint.h (struct bp_target_info): New.
1486 (struct bp_location): Replace shadow_contents with
1487 target_info and overlay_target_info.
1488 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
1489 (insert_single_step_breakpoint, remove_single_step_breakpoints): New
1490 prototypes.
1491 * gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
1492 (memory_insert_breakpoint, memory_remove_breakpoint): Update second
1493 argument.
1494 * mem-break.c (default_memory_insert_breakpoint): Update. Set
1495 placed_address, placed_size, and shadow_len.
1496 (default_memory_remove_breakpoint): Update. Don't use
1497 BREAKPOINT_FROM_PC.
1498 (memory_insert_breakpoint, memory_remove_breakpoint): Update.
1499 * target.c (update_current_target): Update prototypes for changed
1500 functions.
1501 (debug_to_insert_breakpoint, debug_to_remove_breakpoint)
1502 (debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
1503 Update.
1504 * target.h: Forward declare struct bp_target_info.
1505 (struct target_ops): Use a bp_target_info argument for
1506 to_insert_breakpoint, to_remove_breakpoint,
1507 to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
1508 (target_insert_breakpoint, target_remove_breakpoint)
1509 (target_insert_hw_breakpoint, target_remove_hw_breakpoint)
1510 (memory_insert_breakpoint, memory_remove_breakpoint)
1511 (default_memory_insert_breakpoint, default_memory_remove_breakpoint):
1512 Update.
1513 * config/i386/nm-i386.h: Forward declare struct bp_target_info.
1514 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
1515 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
1516
1517 * gdbarch.c, gdbarch.h: Regenerated.
1518
1519 * alpha-tdep.c (alpha_software_single_step): Use
1520 insert_single_step_breakpoint and remove_single_step_breakpoints.
1521 Remove unused statics.
1522 * arm-tdep.c (arm_software_single_step): Likewise. Add a note.
1523 * cris-tdep.c (cris_software_single_step): Likewise.
1524 * mips-tdep.c (mips_software_single_step): Likewise.
1525 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
1526 * sparc-tdep.c (sparc_software_single_step): Likewise.
1527 * wince.c (struct thread_info_struct): Remove step_prev.
1528 (undoSStep): Use remove_single_step_breakpoints.
1529 (wince_software_single_step): Use insert_single_step_breakpoint.
1530
1531 * corelow.c (ignore): Remove unneeded prototype. Update arguments.
1532 * exec.c (ignore): Likewise.
1533 * sol-thread.c (ignore): Likewise.
1534
1535 * procfs.c (dbx_link_shadow_contents): Delete.
1536 (dbx_link_bpt): New.
1537 (procfs_mourn_inferior): Remove it if necessary.
1538 (remove_dbx_link_breakpoint): Use it.
1539 (insert_dbx_link_bpt_in_file): Set it.
1540 (procfs_init_inferior): Don't update dbx_link_bpt_addr.
1541 * rs6000-nat.c (exec_one_dummy_insn): Use
1542 deprecated_insert_raw_breakpoint and
1543 deprecated_remove_raw_breakpoint.
1544 * solib-irix.c (shadow_contents, breakpoint_addr): Delete.
1545 (base_breakpoint): New.
1546 (disable_break): Use it.
1547 (enable_break): Set it.
1548
1549 * i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
1550 Update.
1551 * ia64-tdep.c (ia64_memory_insert_breakpoint)
1552 (ia64_memory_remove_breakpoint): Likewise.
1553 * m32r-tdep.c (m32r_memory_insert_breakpoint)
1554 (m32r_memory_remove_breakpoint): Likewise.
1555 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
1556 Likewise. Remove unnecessary prototypes. Use placed_address
1557 and placed_size. Removed useless read from memory.
1558 * nto-procfs.c (procfs_insert_breakpoint)
1559 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
1560 (procfs_remove_hw_breakpoint): Update.
1561 * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
1562 * ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
1563 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
1564 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
1565 * remote-e7000.c (e7000_insert_breakpoint)
1566 (e7000_remove_breakpoint): Likewise.
1567 * remote-m32r-sdi.c (m32r_insert_breakpoint)
1568 (m32r_remove_breakpoint): Likewise.
1569 * remote-mips.c (mips_insert_breakpoint)
1570 (mips_remove_breakpoint): Likewise.
1571 * remote-rdp.c (remote_rdp_insert_breakpoint)
1572 (remote_rdp_remove_breakpoint): Likewise.
1573 (rdp_step): Use deprecated_insert_raw_breakpoint and
1574 deprecated_remove_raw_breakpoint.
1575 * remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
1576 Update.
1577 * remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
1578 Delete.
1579 (init_gdbsim_ops): Use memory_insert_breakpoint and
1580 memory_remove_breakpoint.
1581 * remote-st.c (st2000_insert_breakpoint)
1582 (st2000_remove_breakpoint): Update. Remove unused
1583 BREAKPOINT_FROM_PC.
1584 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
1585 Update. Use placed_address and placed_size.
1586 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
1587
01d3a6ce
DJ
15882006-04-12 Daniel Jacobowitz <dan@codesourcery.com>
1589
1590 * remote.c (extended_remote_restart): Pass the correct length
1591 to getpkt.
1592
2821caf1
JB
15932006-04-11 Jim Blandy <jimb@codesourcery.com>
1594
1595 * serial.c (serial_open): Check for special cases at the front of
1596 the "device" name before scanning for the ':' that would indicate
1597 an IP-based connection.
1598
02c5aecd
CF
15992006-04-10 Christopher Faylor <cgf@timesys.com>
1600
1601 * win32-nat.c (open_symbol_file_object): New function.
1602 (in_dynsym_resolve_code): Ditto.
1603 (init_win32_ops): Fill in fields which ought not to be NULL.
1604
cb832706
CF
16052006-04-10 Christopher Faylor <cgf@timesys.com>
1606
1607 * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything
1608 with saved context if __COPY_CONTEXT_SIZE is not defined.
1609 (handle_output_debug_string): Ditto.
1610
03926e1f
DJ
16112006-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1612
1613 * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
1614
b2a0b9b2
DM
16152006-04-09 David S. Miller <davem@sunset.davemloft.net>
1616
1617 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
1618 frame sniffer.
1619 * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
1620 dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
1621 that the latter can override.
1622 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1623
ee1b3323
UW
16242006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
1625
1626 * s390-tdep.c (struct s390_prologue_data): New field 'stack'.
1627 (s390_store): Call pv_area_store to track stack slots.
1628 (s390_load): Call pv_area_fetch to track stack slots.
1629 (s390_check_for_saved): New function.
1630 (s390_analyze_prologue): Call pv_area_scan. Allocate and free stack.
1631
3fc46200
UW
16322006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
1633
1634 * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
1635 * s390-tdep.c: Include "prologue-value.h".
1636 (struct prologue_value): Remove.
1637 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1638 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1639 pv_logical_and, pv_is_identical, pv_is_register): Remove.
1640 (compute_x_addr): Remove, replace by ...
1641 (s390_addr): ... this new function.
1642 (struct s390_prologue_data): Use pv_t instead of prologue_value.
1643 (s390_store, s390_load): Likewise.
1644 (s390_prologue_frame_unwind_cache): Likewise.
1645 (s390_analyze_prologue): Likewise. Also, simplify and combine
1646 several conditional statements.
1647
d750b939
JB
16482006-04-08 Jim Blandy <jimb@codesourcery.com>
1649
1650 * Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from
1651 last patch.)
1652
0b4294d3
DM
16532006-04-08 David S. Miller <davem@sunset.davemloft.net>
1654
1655 * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
1656 (sparc32_linux_init_abi): Hook it into tdep->step_trap.
07c5f590
DM
1657 (sparc32_linux_core_gregset,
1658 sparc32_linux_supply_core_gregset,
1659 sparc32_linux_collect_core_gregset,
1660 sparc32_linux_supply_core_fpregset,
1661 sparc32_linux_collect_core_fpregset): New.
1662 (sparc32_linux_init_abi): Register them with generic sparc
1663 core regset infrastructure.
0b4294d3
DM
1664 * sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
1665 (sparc64_linux_init_abi): Hook it into tdep->step_trap.
07c5f590
DM
1666 (sparc64_linux_core_gregset,
1667 sparc64_linux_supply_core_gregset,
1668 sparc64_linux_collect_core_gregset,
1669 sparc64_linux_supply_core_fpregset,
1670 sparc64_linux_collect_core_fpregset): New.
1671 (sparc64_linux_init_abi): Register them with generic sparc
1672 core regset infrastructure.
0b4294d3
DM
1673 * Makefile.in: Update dependencies.
1674
9c0dd46b
DM
16752006-04-07 David S. Miller <davem@sunset.davemloft.net>
1676
1677 * linux-nat.c (linux_nat_thread_alive): Handle targets that
1678 do not implement PTRACE_PEEKUSER.
1679
670aa98f
DJ
16802006-04-07 Daniel Jacobowitz <dan@codesourcery.com>
1681
1682 * remote.c (remote_wait): Convert warning to error before
1683 parsing corrupt packets.
1684
e28493f2
AS
16852006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
1686
1687 * cli/cli-script.c (struct user_args): Add command field.
1688 (arg_cleanup): Free command string.
1689 (setup_user_args): Copy the command line before relying on it.
1690
7f198e01
JB
16912006-04-06 Joel Brobecker <brobecker@adacore.com>
1692
1693 * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
1694 of the "delete" command.
1695
c9f7217e
RC
16962006-04-06 Randolph Chung <tausq@debian.org>
1697
1698 * MAINTAINERS (Patch champions): Add myself.
1699
d993720d
AS
17002006-04-05 Andreas Schwab <schwab@suse.de>
1701
1702 * Makefile.in: Update dependencies.
1703
f5a9b87d
DM
17042006-04-05 David S. Miller <davem@sunset.davemloft.net>
1705
1706 * sparc-tdep.c (sparc32_dwarf2_frame_init_reg): New.
1707 (sparc32_gdbarch_init): Pass it to dwarf2_frame_set_init_reg.
1708 * Makefile.in (sparc-tdep.o): Update dependencies.
80f9e3aa
DM
1709 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): Pull register
1710 window out of the correct stack frame.
1711 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): Likewise.
aff37fc1
DM
1712 * dwarf2-frame.c (dwarf2_frame_ops init_reg): Add "next_frame"
1713 argument.
1714 (dwarf2_frame_default_init_reg): Likewise.
1715 (dwarf2_frame_set_init_reg): Update init_reg arg.
1716 (dwarf2_frame_init_reg): Take "next_frame" and pass it to
1717 ops->init_reg().
1718 (dwarf2_frame_cache): Pass next_frame to dwarf2_frame_init_reg.
1719 * dwarf2-frame.h (dwarf2-frame_set_init_reg): Update declaration.
1720 * cris-tdep.c (cris_dwarf2_frame_init_reg): Add next_frame arg.
1721 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
1722 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
1723 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
1724 * sparc-tdep.c (sparc32_struct_return_from_sym): New function.
1725 (sparc32_frame_cache): Call it.
1726 (sparc32_dwarf2_struct_return_p): New function.
1727 (sparc_dwarf2_frame_init_reg): Use it to determine if the function
1728 returns a structure and thus we have to indicate the return PC and
1729 NPC are 4 bytes later than usual.
faea95b1
DM
1730 * sparc-linux-tdep.c (sparc32_linux_init_abi): Append
1731 dwarf2 frame sniffer.
1732 * Makefile.in (sparc-linux-tdep.o): Update dependencies.
f5a9b87d 1733
75e192e6
DM
17342006-04-04 David S. Miller <davem@davemloft.net>
1735
1736 * config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
1737 * config/linux64.h (NATDEPFILES): Likewise
1738 * sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
1739 fill_fpregset): New.
1740 * sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
1741 fill_fpregset): New.
0a59b3af
DM
1742 * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
1743 new includes.
1744
dbcd679b
AS
17452006-04-04 Andreas Schwab <schwab@suse.de>
1746
1747 * Makefile.in (elf_common_h): Define.
1748
357d3800
AS
17492006-04-03 Andrew Stubbs <andrew.stubbs@st.com>
1750
1751 * sh-tdep.c (sh_dwarf2_frame_init_reg): New function.
1752 (sh_gdbarch_init): Call dwarf2_frame_set_init_reg().
1753
d3c139e9
AS
17542006-03-31 Andrew Stubbs <andrew.stubbs@st.com>
1755
1756 * value.h (struct internalvar): Add field 'endian'.
1757 * value.c (lookup_internalvar): Initialise endian.
1758 (value_of_internalvar): Flip the endian of built-in types if required.
1759 (set_internalvar): Set the endian.
1760 (show_convenience): Access the value through value_of_internalvar().
1761
bb858e6a
DJ
17622006-03-30 Vladimir Prus <ghost@cs.msu.su>
1763
1764 * remote.c (watchpoint_to_Z_packet): Use values of Z_packet_type enum
1765 instead of hardcoded integer literals.
1766
61d9b92f
DJ
17672006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1768
1769 * cli/cli-script.c (insert_args): Handle NULL user_args.
1770
f7060f85
DJ
17712006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1772
1773 * arm-tdep.c (thumb_scan_prologue): Don't try to analyze
1774 the function at zero if we have no symbols.
1775
295bf0ff
DJ
17762006-03-30 Adrien Kunysz <a_kunysz@yahoo.com>
1777
1778 * i386-stub.c (getpacket): Fix array overflow.
1779 * m32r-stub.c (getpacket): Likewise.
1780 * m68k-stub.c (getpacket): Likewise.
1781 * sh-stub.c (getpacket): Likewise.
1782 * sparc-stub.c (getpacket): Likewise.
1783
7abfe014
DJ
17842006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1785
1786 * frame.h (set_current_sal_from_frame): New prototype.
1787 * stack.c (set_current_sal_from_frame): Make global.
1788 * infrun.c (normal_stop): Call set_current_sal_from_frame.
1789
0ec9a092
DJ
17902006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1791
1792 * linux-thread-db.c: Include "linux-nat.h".
1793 (check_for_thread_db): New function, split out from
1794 thread_db_new_objfile. Remove dead check for active
1795 thread_db on inapplicable targets.
1796 (thread_db_new_objfile): Call check_for_thread_db.
1797 * Makefile.in (linux-thread-db.o): Update.
1798 * linux-nat.c (child_post_attach): Call check_for_thread_db.
1799 (linux_child_post_startup_inferior): Likewise.
1800 (lin_lwp_attach_lwp): Call target_post_attach instead of
1801 child_post_attach.
1802 * linux-nat.h (check_for_thread_db): New prototype.
1803
6d820c5c
DJ
18042006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1805
1806 * remote.c (struct remote_state): Add BUF and BUF_SIZE.
1807 (init_remote_state): Initialize the new fields.
1808 (get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
1809 (set_thread, remote_thread_alive, remote_unpack_thread_info_response)
1810 (remote_get_threadinfo, parse_threadlist_response)
1811 (remote_get_threadlist, remote_current_thread, remote_threads_info)
1812 (remote_threads_extra_info, extended_remote_restart, get_offsets)
1813 (remote_check_symbols, remote_open_1, remote_detach)
1814 (remove_vcont_probe, remote_vcont_resume, remote_resume)
1815 (remote_wait, remote_async_wait, fetch_register_using_p)
1816 (remote_fetch_registers, store_register_using_P)
1817 (remote_store_registers, check_binary_download, remote_write_bytes)
1818 (remote_read_bytes, remote_insert_breakpoint)
1819 (remote_remove_breakpoint, remote_insert_watchpoint)
1820 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1821 (remote_remove_hw_breakpoint, compare_sections_command)
1822 (remote_xfer_partial, remote_rcmd, packet_command)
1823 (remote_get_thread_local_address): Use the global incoming buffer
1824 instead of alloca or xmalloc. Limit outgoing packets to
1825 rs->remote_packet_size and incoming packets to rs->buf_size.
1826 Update calls to getpkt and remote_send.
1827 (remote_send): Take arguments by reference.
1828 (putpkt_binary): Eliminate junkbuf. Use skip_frame.
1829 (skip_frame): New function.
1830 (read_frame): Take arguments by reference. Expand the packet
1831 buffer instead of issuing an error.
1832 (getpkt, getpkt_sane): Take arguments by reference.
1833 * remote.h (getpkt): Update prototype and doc.
1834 * tracepoint.c (remote_get_noisy_reply): Take arguments by
1835 reference.
1836 (target_buf): Change from array to pointer.
1837 (target_buf_size): New variable.
1838 (remote_set_transparent_ranges): Update call to getpkt.
1839 (trace_start_command, trace_stop_command, trace_status_command):
1840 Update calls to remote_get_noisy_reply.
1841 (finish_tfind_command): Take arguments by reference.
1842 (trace_find_command, trace_find_pc_command)
1843 (trace_find_tracepoint_command, trace_find_line_command):
1844 (trace_find_range_command, trace_find_outside_command): Update
1845 calls to finish_tfind_command.
1846 (_initialize_tracepoint): Initialize target_buf_size and target_buf.
1847
3d8dcac6
RC
18482005-03-30 Randolph Chung <tausq@debian.org>
1849
1850 * hppa-linux-tdep.c: Include regset.h.
1851 (GR_REGNUM, TR_REGNUM, greg_map): New.
1852 (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
1853 (hppa_linux_regset, hppa_linux_fpregset): New.
1854 (hppa_linux_regset_from_core_section): New.
1855 (hppa_linux_init_abi): Set regset_from_core_section.
1856 (_initialize_hppa_linux_tdep): Register osabi handler for
1857 64-bit Linux.
1858 * Makefile.in (hppa-linux-tdep.o): Update dependencies.
1859 * config/pa/linux.mh: Stop using core-regset.o
1860
29d375ac
RC
18612006-03-30 Randolph Chung <tausq@debian.org>
1862
1863 * hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
1864 (hppa_frame_cache): Use new function to find unwind entry.
1865 (hppa_frame_this_id): Likewise.
1866 (hppa_frame_unwind_sniffer): Likewise.
1867
f4267320
DJ
18682006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1869
1870 * NEWS: Mention the removal of NLM.
1871
18722006-03-29 Steve Ellcey <sje@cup.hp.com>
1873
1874 * Makefile.in (nlm): Remove target.
1875 * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
1876 * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
1877 * configure: Regenerate.
1878 * doc/gdb.texinfo: Remove gdbserve.nlm documentation.
1879 * nlm: Remove directory.
1880
698ba934
DJ
18812006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1882
1883 * Makefile.in (utils.o): Update.
1884 * top.c (in_user_command): New.
1885 (command_line_input): Use input_from_terminal_p.
1886 (input_from_terminal_p): Don't check caution. Handle
1887 stdin == NULL for Insight.
1888 * top.h (in_user_command, caution): New declarations.
1889 * utils.c: Include "top.h".
1890 (query, defaulted_query): Check caution here. Move the call
1891 to input_from_terminal_p higher.
1892 * cli/cli-script.c (do_restore_user_call_depth): Only decrement
1893 the depth. Update in_user_command if necessary.
1894 (execute_user_command): Don't clobber old_chain. Set
1895 in_user_command. Let do_restore_user_call_depth handle
1896 user_call_depth.
1897 (read_command_lines): Check whether to prompt before calling
1898 Insight hooks.
1899 * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
1900 input_from_terminal_p check.
1901
2f00de94
UW
19022006-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1903
1904 * s390-nat.c (s390_insert_watchpoint): Add missing argument.
1905 (s390_remove_watchpoint): Likewise.
1906
7d30c22d
JB
19072006-03-28 Jim Blandy <jimb@codesourcery.com>
1908
1909 * prologue-value.c, prologue-value.h: New files.
1910 * Makefile.in (prologue_value_h): New variable.
1911 (HFILES_NO_SRCDIR): List prologue-value.h.
1912 (SFILES): List prologue-value.c.
1913 (COMMON_OBS): List prologue-value.o.
1914 (prologue-value.o): New rule.
1915
05c6a9a1
MS
19162006-03-27 Michael Snyder <msnyder@redhat.com>
1917
1918 * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
1919 xstormy16_pointer_to_address, xstormy16_address_to_pointer,
1920 xstormy16_frame_prev_register): Change void* to gdb_byte*.
1921 (xstormy16_push_dummy_call): Add block-local char* val,
1922 to avoid type conflict with outer scope variable.
1923
4e6cbc38
AS
19242006-03-27 Andrew Stubbs <andrew.stubbs@st.com>
1925
1926 * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
1927
75483fbe
NR
19282006-03-27 Nick Roberts <nickrob@snap.net.nz>
1929
1930 * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
1931 offsets for languages like Fortran.
1932
97ce3a05
RC
19332006-03-26 Randolph Chung <tausq@debian.org>
1934
1935 * config/pa/hppa64.mt: Use HPUX version of the tm file.
1936
be85b69f
NR
19372006-03-25 Nick Roberts <nickrob@snap.net.nz>
1938
1939 * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
1940 Try to deal with continuation line.
1941 (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
1942 variable names.
1943 (gdb-break-list-regexp, gdb-stack-list-frames-regexp):
1944 Future proof against new fields being added to MI output.
1945 (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
1946 (gdbmi-frame-handler): Update to new variable name
1947 gdb-get-buffer-create.
1948 (gdbmi-frame-handler): Use hollow-right-triangle for all selected
1949 frames which except the innermost (where execution has stopped).
1950
7fc4b1a1
RC
19512006-03-24 Randolph Chung <tausq@debian.org>
1952
1953 * solib-som.c (link_map_start): Don't error out if there is
1954 not yet a link map.
1955
f973ed9c
DJ
19562006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1957
1958 * linux-nat.c (linux_ops_saved): New.
1959 (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops)
1960 (child_mourn_inferior, child_wait, linux_nat_create_inferior)
1961 (linux_nat_fetch_registers, linux_nat_store_registers)
1962 (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete.
1963 (init_lwp_list): Don't set threaded.
1964 (add_lwp): Don't modify threaded.
1965 (delete_lwp): Don't mention non-threaded mode.
1966 (linux_nat_switch_fork): New.
1967 (linux_nat_attach): Update inferior_ptid.
1968 (linux_nat_wait): Handle num_lwps == 0 at entry. Don't check
1969 threaded flag.
1970 (linux_nat_kill): Handle pending forks and saved forks.
1971 (linux_nat_mourn_inferior): Handle saved forks.
1972 (linux_nat_pid_to_str): Don't use the LWP form when there is
1973 only one thread.
1974 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
1975 (linux_nat_add_target): New.
1976 (_initialize_linux_nat): Don't initialize the linux native target
1977 here.
1978 * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New
1979 prototypes.
1980 * linux-fork.c: Include "linux-nat.h".
1981 (add_fork): Update initial PID.
1982 (fork_load_infrun_state): Call linux_nat_switch_fork.
1983 * Makefile.in (linux-fork.o): Update.
1984
1985 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
1986 linux_nat_add_target instead of add_target.
1987 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise.
1988 * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise.
1989 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise.
1990 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise.
1991 * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise.
1992 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise.
1993 * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise.
1994 * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise.
1995 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise.
1996 * s390-nat.c (_initialize_s390_nat): Likewise.
1997 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise.
1998 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise.
1999
791b663b
DJ
20002006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2001
2002 * linux-fork.c: Include "gdb_assert.h".
2003 (fork_load_infrun_state): Set inferior_ptid and stop_pc here.
2004 Update the register cache and selected frame also.
2005 (linux_fork_mourn_inferior): Use fork_load_infrun_state. Return
2006 to single fork mode if necessary.
2007 (linux_fork_context): Remove bits handled by fork_load_infrun_state.
2008 * Makefile.in (linux_fork_h): New.
2009 (linux-fork.o, linux-nat.o): Update.
2010
d311d956
AS
20112006-03-23 Andreas Schwab <schwab@suse.de>
2012
2013 * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
2014
a849c9ab
JB
20152006-03-18 Jim Blandy <jimb@codesourcery.com>
2016
2017 * symtab.h (enum address_class): Doc fix.
2018
cf913f37
MS
20192006-03-16 Michael Snyder <msnyder@redhat.com>
2020
712e3020 2021 * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
88c231eb 2022 * target.c (push_target): Fix typo in comment.
94e08568 2023 * remote.c (remote_watch_data_address): Fix typo in comment.
cf913f37
MS
2024 * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
2025
7c699b81
KB
20262006-03-15 Kevin Buettner <kevinb@redhat.com>
2027
2028 * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
2029 Include.
2030 (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR)
2031 (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1)
2032 (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR)
2033 (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define.
2034 (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t)
2035 (frv_elf_fpregset_t): Define types.
2036 (frv_linux_supply_gregset, frv_linux_supply_fpregset)
2037 (frv_linux_regset_from_core_section: New functions.
2038 (frv_linux_gregset, frv_linux_fpregset): New static globals.
2039 (frv_linux_init_abi): Register the `regset_from_core_section' method.
2040 * Makefile.in (frv-linux-tdep.o): Update dependencies.
2041 * solib-frv.c (frv_current_sos): Relocate main executable after
2042 loading core file.
2043 (frv_clear_solib): Clean up space associated with
2044 `main_executable_lm_info'.
2045 * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list.
2046
d37eb719
DJ
20472006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2048
2049 * Makefile.in (mips_linux_tdep_h): New.
2050 (mpis-linux-nat.o, mips-linux-tdep.o): Update.
2051 * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
2052 <sys/ptrace.h>.
2053 (have_ptrace_regsets, super_fetch_registers, super_store_registers)
2054 (mips64_linux_regsets_fetch_registers)
2055 (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
2056 (mips64_linux_store_registers): New.
2057 (_initialize_mips_linux_nat): Override to_fetch_registers and
2058 to_store_registers.
2059 * mips-linux-tdep.h: New file.
2060 * mips-linux-tdep.c: Include "mips-linux-tdep.c".
2061 (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
2062 (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
2063 (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
2064 (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
2065 (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
2066 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
2067 (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
2068 (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
2069 (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
2070 (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
2071 (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
2072 (supply_32bit_reg): Use gdb_byte.
2073 (supply_64bit_reg): New.
2074 (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
2075 (mips_fill_fpregset, fetch_core_registers, supply_gregset)
2076 (fill_gregset, supply_fpregset): Update for renamed types.
2077 (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
2078 (mips64_fill_gregset): Make global. Handle 32-bit register
2079 sizes.
2080 (mips64_fill_fpregset): Make global. Use gdb_byte. Handle
2081 FP regsets properly.
2082
9f62d0e2
DJ
20832006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2084
2085 * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
2086 (mips_fill_gregset): Renamed from fill_gregset.
2087 (mips_supply_fpregset): Renamed from supply_fpregset.
2088 (mips_fill_fpregset): Renamed from fill_fpregset.
2089 (fetch_core_registers): Update calls.
2090 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
2091 functions.
2092
26c53e50
DJ
20932006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2094
2095 * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
2096
5b652102
DJ
20972006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2098
2099 * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
2100 Correct arithmetic for 64-bit CORE_ADDR.
2101
d05f6826
DJ
21022006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2103
2104 * mips-linux-tdep.c: Include "floatformat.h".
2105 (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
0a407ead
DJ
2106 * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long
2107 double.
d05f6826
DJ
2108 (print_gp_register_row): Don't print spaces before ignored
2109 or floating point registers.
6367c6b1 2110 * Makefile.in (mips-linux-tdep.o): Update.
d05f6826 2111
3e5af19e
DJ
21122006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2113
2114 * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
2115 for code addresses.
2116 (non_heuristic_proc_desc): Likewise.
2117
dc60ece8
DJ
21182006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2119
2120 * mips-linux-nat.c: Include "gdb_proc_service.h".
2121 (PTRACE_GET_THREAD_AREA): Define.
2122 (ps_get_thread_area): New.
2123 * Makefile.in (mips-linux-nat.o): Update.
2124
2f83030f
JB
21252006-03-13 Jim Blandy <jimb@codesourcery.com>
2126
2127 * MAINTAINERS: Use my work address.
2128
56aac7e8 21292006-03-09 Michael Snyder <msnyder@redhat.com>
a9877905 2130
56aac7e8
MS
2131 * linux-nat.c (kill_inferior): Just call target_mourn_inferior
2132 instead of getting tricky for the multi-fork case.
2133 * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
2134 for each fork, and then use init_fork_list to delete them.
a9877905 2135
831004b7
AO
21362006-03-08 Alexandre Oliva <aoliva@redhat.com>
2137
2138 * solib-svr4.c (svr4_current_sos): Move up initialization of
2139 l_addr, such that it clearly covers all cases.
2140
f1b4b38e
AS
21412006-03-08 Andreas Schwab <schwab@suse.de>
2142
2143 * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
2144 libunwind_frame_prev_register to use a gdb_byte buffer and
2145 extract_unsigned_integer.
2146 (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
2147
2148 * libunwind-frame.c (libunwind_frame_prev_register): Change type
2149 of last argument to `gdb_byte *'
2150 * libunwind-frame.h: Adjust declaration.
2151
f53f0d0b
PB
21522006-03-08 Paul Brook <paul@codesourcery.com>
2153
2154 * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
2155 (arm_frame_align): New function.
2156 (arm_gdbarch_init): Use it.
2157
b67fd56f
AC
21582006-03-03 Khem Raj <khem@mvista.com>
2159
2160 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
2161 Committed by Andrew Cagney.
2162
a64ae7e0
CV
21632006-03-02 Corinna Vinschen <vinschen@redhat.com>
2164
2165 * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
2166 address to MDR register.
2167
9733fc94
DJ
21682006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2169
2170 * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
2171 calls.
2172
4897bfb9
RC
21732006-03-01 Randolph Chung <tausq@debian.org>
2174
2175 * somread.c (som_symfile_read): Update comment and remove unneeded
2176 use of a deprecated variable.
2177
6fcecea0
RC
21782006-03-01 Randolph Chung <tausq@debian.org>
2179
2180 * hppa-tdep.h (unwind_table_entry): Update field names to match HP
2181 runtime specification.
2182 * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
2183 (unwind_command): Likewise.
2184
46acf081
RC
21852006-03-01 Randolph Chung <tausq@debian.org>
2186
2187 * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
2188 Pseudo_SP_Set in unwind record.
2189
477e69e8
RC
21902006-03-01 Randolph Chung <tausq@debian.org>
2191
2192 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
2193 TDEP->is_elf to determine if we are working with a SOM binary.
2194 (null_symtab_and_line): Remove unused variable.
2195 * config/pa/hppa64.mt: Use tm-hppa.h.
2196 * config/pa/tm-hppa64.h: Remove file.
2197
848359ac
WZ
21982006-03-01 Wu Zhou <woodzltc@cn.ibm.com>
2199
2200 * f-typeprint.c (f_type_print_base): Delete the redundant space.
2201
f9ec92b6
KB
22022006-02-28 Kevin Buettner <kevinb@redhat.com>
2203
2204 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
2205 * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
2206 Include.
2207 (am33_linux_sigframe_cache_init): New function.
2208 (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
2209 descriptions.
2210 (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
2211 (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
2212 (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
2213 (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
2214 (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
2215 (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
2216 (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
2217 (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
2218 (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
2219 New constants.
2220 (am33_linux_init_osabi): Register signal frame unwinders.
2221
e92e42f5
KB
22222006-02-28 Kevin Buettner <kevinb@redhat.com>
2223
2224 * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack
2225 out of pattern match by saving relevant state. Fix stack size
2226 adjustment bug.
2227
cc10cae3
AO
22282006-02-28 Alexandre Oliva <aoliva@redhat.com>
2229
2230 * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
2231 l_ld_size fields.
2232 * solib-svr4.c (struct lm_info): Add l_addr field.
2233 (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
2234 (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
2235 (LM_DYNAMIC_FROM_LINK_MAP): New.
2236 (LM_ADDR_CHECK): New. Use it instead of LM_ADDR.
2237 (svr4_current_sos): Initialize l_addr. Adjust.
2238 (svr4_relocate_section_addresses): Adjust.
2239 (svr4_ilp32_fetch_link_map_offsets): Define new members.
2240 (svr4_lp64_fetch_link_map_offsets): Likewise.
2241 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
2242 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
2243 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
2244 * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
2245
691342f9
DM
22462006-02-26 David S. Miller <davem@sunset.davemloft.net>
2247
2248 * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
2249 * config/sparc/linux64.mt (TDEPFILES): Likewise.
2250
2c387241
AM
22512006-02-27 Alan Modra <amodra@bigpond.net.au>
2252
2253 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
2254 (ppc_linux_remove_watchpoint): Likewise, and args.
2255
3597fb82
MK
22562006-02-26 Mark Kettenis <kettenis@gnu.org>
2257
2258 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
2259 "soft" interrupts.
2260
637d6690
CW
22612006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm>
2262
2263 * gdb/defs.h: unconditionally include <fcntl.h>, and
2264 ensure that O_BINARY is defined.
2265 * gdb/solib.c(solib_open): ensure solib files are opened in
2266 binary mode.
2267 * gdb/corelow.c: Remove O_BINARY macro definition.
2268 * gdb/exec.c: Remove O_BINARY macro definition
2269 * gdb/remote-rdp.c: Remove O_BINARY macro definition
2270 * gdb/source.c: Remove O_BINARY macro definition
2271 * gdb/symfile.c: Remove O_BINARY macro definition
2272
9846e541
RC
22732006-02-24 Randolph Chung <tausq@debian.org>
2274
2275 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
2276 argreg.
2277 * solib-som.c (som_solib_remove_inferior_hook): Remove unused
2278 function.
2279
2a5e440c
WZ
22802006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
2281
2282 * f-exp.y: Symbol '%' is not used as the modulus operator in
2283 Fortran. Delete this from Fortran expression.
2284 It is now used by Fortran 90 and later to access the member
2285 of derived type. Add this into Fortran expression.
2286 * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
2287 Print each elements in the derived type.
2288 * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
2289 level into the function definition to do indented printing. And
2290 call fprintfi_filtered instead to do indented printing.
2291 (f_type_print_base): Replace fprintf_filtered with the indented
2292 version (fprintfi_filtered).
2293 (f_type_print_base): Call indented print_equivalent_f77_float_type.
2294 (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print
2295 the definition of the derived type.
2296
92128691
DJ
22972006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2298
2299 * gdb_curses.h: Provide a fallback prototype for tgetnum.
2300
a6205f53
DJ
23012006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2302
2303 * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
2304 also.
2305 (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
2306 (DOUBLEST_SCAN_FORMAT): New.
2307 * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
2308 (processReal): Use DOUBLEST_SCAN_FORMAT.
2309 * c-exp.y (parse_number): Likewise.
2310 * jv-exp.y (parse_number): Likewise.
2311 * objc-exp.y (parse_number): Likewise.
2312 * p-exp.y (parse_number): Likewise.
2313
0f0b8dcd
DJ
23142006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2315
2316 * event-top.c (async_do_nothing, async_disconnect)
2317 (async_stop_sig, async_float_handler): Remove duplicated
2318 prototypes.
2319 (handle_sighup): Guard prototype with SIGHUP.
2320 (async_do_nothing): Guard function and prototype with
2321 SIGQUIT || SIGHUP.
2322 (async_disconnect): Guard prototype with SIGHUP.
2323 (async_stop_sig): Guard prototype with STOP_SIGNAL.
2324
4e91d01c
DJ
23252006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2326
2327 * maint.c (maintenance_dump_me): Remove unnecessary prototype.
2328
1e0600be
DJ
23292006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2330
2331 * win32-termcap.c (tputs): Return 0.
2332
094a342e
MK
23332006-02-21 Mark Kettenis <kettenis@gnu.org>
2334
2335 * configure.ac: Introduce ---enable-werror, which adds -Werror to
2336 the compiler command line. Enabled by default. Disable with
2337 --disable-werror.
2338 * configure regenerate.
2339
74763737
DJ
23402006-02-21 Daniel Jacobowitz <dan@codesourcery.com>
2341
2342 * elfread.c (elf_symtab_read): Skip symbols which BFD considers
2343 special.
2344
13d35ae5
AS
23452006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2346
2347 * defs.h (directory_switch): Add prototype.
2348 * main.c (captured_main): Use directory_switch() instead of
2349 directory_command() to add directories from the -d switch.
2350 * source.c (directory_switch): New function.
2351 (add_path): Use buildargv() to parse spaces in filenames properly.
2352 Strip multiple trailing '/' rather than just one.
2353
5b96932b
AS
23542006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2355
2356 * symfile.c (add_symbol_file_command): Use buildargv(), instead of
2357 hand decoding the command line, to allow use of quotes and spaces.
2358 (_initialize_symfile): Reorganize the help message for add-symbol-file
2359 such that 'help files' shows a better message.
2360
a6b0a3f3
AS
23612006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2362
2363 * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
2364 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
2365 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
2366 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
2367
17fbb0bd
DJ
23682006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
2369
2370 * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
2371 and __SIGRTMIN + 1.
2372
444abaca
DJ
23732006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
2374
2375 * remote.c: Add an enumeration for configurable remote
2376 packets.
2377 (remote_protocol_packets, set_remote_protocol_packet_cmd)
2378 (show_remote_protocol_packet_cmd): New.
2379 (remote_protocol_vcont)
2380 (set_remote_protocol_vcont_packet_cmd)
2381 (show_remote_protocol_vcont_packet_cmd)
2382 (remote_protocol_qSymbol)
2383 (set_remote_protocol_qSymbol_packet_cmd)
2384 (show_remote_protocol_qSymbol_packet_cmd)
2385 (remote_protocol_P, set_remote_protocol_P_packet_cmd)
2386 (show_remote_protocol_P_packet_cmd)
2387 (remote_protocol_Z)
2388 (set_remote_protocol_Z_software_bp_packet_cmd)
2389 (show_remote_protocol_Z_software_bp_packet_cmd)
2390 (set_remote_protocol_Z_hardware_bp_packet_cmd)
2391 (show_remote_protocol_Z_hardware_bp_packet_cmd)
2392 (set_remote_protocol_Z_write_wp_packet_cmd)
2393 (show_remote_protocol_Z_write_wp_packet_cmd)
2394 (set_remote_protocol_Z_read_wp_packet_cmd)
2395 (show_remote_protocol_Z_read_wp_packet_cmd)
2396 (set_remote_protocol_Z_access_wp_packet_cmd)
2397 (show_remote_protocol_Z_access_wp_packet_cmd)
2398 (remote_protocol_binary_download)
2399 (set_remote_protocol_binary_download_cmd)
2400 (show_remote_protocol_binary_download_cmd)
2401 (remote_protocol_qPart_auxv)
2402 (set_remote_protocol_qPart_auxv_packet_cmd)
2403 (show_remote_protocol_qPart_auxv_packet_cmd)
2404 (remote_protocol_qGetTLSAddr)
2405 (set_remote_protocol_qGetTLSAddr_packet_cmd)
2406 (show_remote_protocol_qGetTLSAddr_packet_cmd)
2407 (remote_protocol_p)
2408 (set_remote_protocol_p_packet_cmd)
2409 (show_remote_protocol_p_packet_cmd): Delete.
2410
2411 (init_all_packet_configs): Simplify.
2412 (set_remote_protocol_Z_packet_cmd)
2413 (show_remote_protocol_Z_packet_cmd)
2414 (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
2415 (remote_fetch_registers, remote_prepare_to_store)
2416 (remote_store_registers, check_binary_download)
2417 (remote_write_bytes, remote_insert_breakpoint)
2418 (remote_remove_breakpoint, remote_insert_watchpoint)
2419 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
2420 (remote_remove_hw_breakpoint, remote_xfer_partial)
2421 (remote_get_thread_local_address): Update for packet array.
2422 (_initialize_remote): Likewise; also update for common
2423 set/show commands.
2424
3bd72c6f
DJ
24252006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
2426
2427 * symfile.c (place_section): Correct retry logic.
2428
a244bdca
CF
24292006-02-19 Christopher Faylor <cgf@timesys.com>
2430
2431 * win32_nat.c (cygwin_load_start): New variable.
2432 (cygwin_load_end): Ditto.
2433 (have_saved_context): Ditto.
2434 (saved_context): Ditto.
2435 (max_dll_name_len): Delete obsolete variable.
2436 (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
2437 if we are in a cygwin signal rather than a windows signal.
2438 (solib_symbols_add): Detect and store beginning and end of cygwin DLL
2439 if dll being loaded is the cygwin DLL.
2440 (register_loaded_dll): Remove calculation of max_dll_name_len.
2441 (win32_clear_solib): Ditto.
2442 (handle_load_dll): Delete obsolete variable. Remove unneeded call to
2443 solib_add.
2444 (handle_output_debug_string): Detect and store signal information sent
2445 by Cygwin here.
2446 (handle_exception): Silently pass on errors in the cygwin DLL. Return
2447 -1 on first pass exception.
2448 (win32_continue): Remove spurious clearing of continue_status.
2449 (get_win32_debug_event): Deal differently first chance exception.
2450
806e23c0
RC
24512006-02-19 Randolph Chung <tausq@debian.org>
2452
2453 * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
2454 unwind entry.
2455
d843c49c
FF
24562006-02-16 Fred Fish <fnf@specifix.com>
2457
2458 * eval.c (evaluate_subexp_standard): For OP_TYPE, return
2459 a non lval value zero, of the appropriate type, when avoiding
2460 side effects.
2461 * typeprint.c (ptype_eval): Remove function and declaration.
2462 (ptype_command): Simplify to just a call to whatis_exp.
2463
1c5bada0
PB
24642006-02-15 Paul Brook <paul@codesourcery.com>
2465
2466 * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
2467 Load insn opcodes as unsigned values.
2468
96c1eda2
AO
24692006-02-14 Alexandre Oliva <aoliva@redhat.com>
2470
2471 * doublest.h (DOUBLEST): Use long double only if we can scan
2472 it in. Undefine HAVE_LONG_DOUBLE otherwise.
2473 (DOUBLEST_FORMAT): New.
2474 * c-exp.y (parse_number): Use it.
2475 * jv-exp.y (parse_number): Likewise.
2476 * objc-exp.y (parse_number): Likewise.
2477 * p-exp.y (parse_number): Likewise.
2478 * varobj.c (free_variable): Silence type-punning warnings.
2479 * tui/tui-data.h (struct tui_list): Change type of list member.
2480 * tui/tui-data.c: Remove no-longer-needed type casts.
2481 (source_windows): Silence type-punning warnings.
2482 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
2483
92dd43fa
MK
24842006-02-13 Mark Kettenis <kettenis@gnu.org>
2485
2486 Fix PR breakpoints/2080.
2487 * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
2488 (i386_analyze_stack_align): New function.
2489 (i386_analyze_prologue): Use i386_analyze_stack_align.
2490 (i386_frame_cache): Deal with stack realignment.
2491
7314787a
NR
24922006-02-14 Nick Roberts <nickrob@snap.net.nz>
2493
2494 * mi/gdb-mi.el: Use more functions from gdb-ui.el.
2495 (gdb-break-list-regexp): Match "what" field if present.
be85b69f 2496 (gdb-stack-list-frames-regexp): Match "from" field if present.
7314787a
NR
2497 (gdb-stack-list-frames-handler): Present output like "info
2498 breakpoints" so regexps can be shared with gdb-ui
2499
0ea3f30e
DJ
25002006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
2501
2502 * NEWS: Mention native Windows support.
2503 * Makefile.in (gdb_select_h, ser_tcp_h): New.
2504 (ALLDEPFILES): Add ser-mingw.c.
2505 (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
2506 (ser-tcp.o, ser-unix.o): Update.
2507 (ser-mingw.o): New rule.
2508 * configure: Regenerated.
2509 * configure.ac: Add ser-mingw.o for mingw32.
2510 * ser-mingw.c: New file.
2511 * event-loop.c: Include "gdb_select.h".
2512 (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
2513 * ser-base.c: Include "gdb_select.h".
2514 (ser_base_wait_for): Use gdb_select.
2515 * serial.c (serial_for_fd): New function.
2516 (serial_fdopen): Try "terminal" before "hardwire". Initialize
2517 the allocated struct serial.
2518 (serial_wait_handle): New function.
2519 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
2520 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
2521 * gdb_select.h: New file.
2522 * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include.
2523 (net_close, net_read_prim, net_write_prim): Make global.
2524 (net_open): Likewise. Pass an exception set to select. Whitespace fix.
2525 Document why we can not use gdb_select.
2526 (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
2527 * ser-tcp.h: New file.
2528 * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
2529 (handle_sigio): Use gdb_select.
2530 (initialize_stdin_serial): New function.
2531 * terminal.h (initialize_stdin_serial): New prototype.
2532 * top.c (gdb_init): Call initialize_stdin_serial.
2533 * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
2534 event-loop.c. Add exception condition support. Use serial_for_fd
2535 and serial_wait_handle. Fix timeout handling.
2536 * posix-hdep.c: Include "gdb_select.h".
2537 (gdb_select): New function.
2538 * remote-st.c (connect_command): Use gdb_select.
2539 * ser-unix.c: Include "gdb_select.h".
2540 (hardwire_send_break, wait_for): Use gdb_select.
2541
121ce6e5
DJ
25422006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
2543
2544 * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
2545 (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
2546 * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs
2547 to posix-hdep.o by default.
2548 * configure: Regenerated.
2549 * configure.host: Document gdb_host_obs. Add an entry for
2550 i[34567]86-*-mingw32*.
2551 * mingw-hdep.c, posix-hdep.c: New files.
2552 * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
2553
1f82754b
JB
25542006-02-10 Joel Brobecker <brobecker@adacore.com>
2555
2556 * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
2557 * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
2558 * rs6000-tdep.h: New file.
2559 * rs6000-tdep.c: Include "rs6000-tdep.h".
2560 (rs6000_gdbarch_init): Remove enabling of software single step.
2561 Will be done in the AIX-specific initialization routine.
2562 * rs6000-aix-tdep.c: New file.
2563 * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
2564 * Makefile.in (rs6000_tdep_h): New variable.
2565 (rs6000-tdep.o): Update dependencies.
2566 (rs6000-aix-tdep.o): New rule.
2567
577b7047
JB
25682006-02-10 Joel Brobecker <brobecker@adacore.com>
2569
2570 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
2571 instead of add_setshow_zinteger_cmd to defined the aix-thread
2572 boolean setting.
2573
ff800d76
NR
25742006-02-10 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
2577
5afb4e99
DJ
25782006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2579
2580 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
2581 30 bits. Add load_all_dies flag.
2582 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
2583 Load DW_TAG_member by default. Remove internal_error call.
2584 (find_partial_die): Reload the compilation unit if we can not find
2585 a DIE in the cache. Call internal_error here if we still can not
2586 find the DIE.
2587
a832795c
NR
25882006-02-10 Nick Roberts <nickrob@snap.net.nz>
2589
2590 * breakpoint.c (print_one_breakpoint): Add break to case
2591 bp_catch_vfork in switch statement.
2592
c9dd6fef
WZ
25932006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
2594
2595 * config/i386/nm-i386sol2.h: Update copyright year.
2596 * config/mips/nm-irix5.h: Ditto.
2597 * config/sparc/nm-sol2.h: Ditto.
2598 * s390-nat.c: Ditto.
2599 * ppc-linux-nat.c: Ditto.
2600
2a3cdf79
WZ
26012006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
2602
2603 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
2604 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2605 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2606 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2607 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2608 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
2609 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2610 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
2611 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
2612 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
2613 add to_region_ok_for_hw_watchpoint.
2614 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
2615 (s390_region_ok_for_hw_watchpoint): New.
2616 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
2617 and add to_region_ok_for_hw_watchpoint.
2618 * target.c (default_region_size_ok_for_hw_watchpoint,
2619 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
2620 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
2621 inheritance and default_region_size_ok_for_hw_watchpoint.
2622 (default_region_ok_for_hw_watchpoint): If len is less than or equal
2623 the length of void pointer, return ok.
2624 (default_region_size_ok_for_hw_watchpoint): Delete.
2625 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
2626 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
2627 * target.h (struct target_ops): Delete
2628 to_region_size_ok_for_hw_watchpoint.
2629 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2630
e0d24f8d
WZ
26312006-02-08 Ben Elliston <bje@au1.ibm.com>
2632 Wu Zhou <woodzltc@cn.ibm.com>
2633
2634 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
2635 PTRACE_GETSIGINFO): Define.
2636 (last_stopped_data_address): New.
2637 (ppc_linux_check_watch_resources): New function.
2638 (ppc_linux_region_ok_for_hw_watchpoint): New function.
2639 (ppc_linux_insert_watchpoint): New function.
2640 (ppc_linux_remove_watchpoint): New function.
2641 (ppc_linux_stopped_data_address): New function.
2642 (ppc_linux_stopped_by_watchpoint): New function.
2643 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
2644 related target vectors.
2645 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
2646 to have nonsteppable watchpoint.
2647 * target.c (default_region_ok_for_hw_watchpoint,
2648 debug_to_region_ok_for_hw_watchpoint): New prototypes.
2649 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
2650 and set default to_region_ok_for_hw_watchpoint.
2651 (default_region_ok_for_hw_watchpoint): New function.
2652 (debug_to_region_ok_for_hw_watchpoint): New function.
2653 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
2654 debug_target.
2655 * target.h (struct target_ops): Add a new target vector
2656 to_region_ok_for_hw_watchpoint.
2657 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
2658 defined anyplace else.
927890d0 2659
e0d24f8d 26602005-02-07 Joel Brobecker <brobecker@adacore.com>
927890d0
JB
2661 * symfile.c (add_symbol_file_command): Abort if the user forgot
2662 to provide the address when the file has been loaded.
2663
f4d408c6
DJ
26642006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2665
2666 * MAINTAINERS: Update file based on maintainers survey. Add
2667 a note to Past Maintainers. Move unresponsive or inactive
2668 maintainers to Authorized Committers or Past Maintainers as
2669 appropriate. Correct Jim Kingdon's email address. Remove
2670 vacant areas of responsibility.
2671
38fcd64c
DJ
26722006-02-06 Vladimir Prus <ghost@cs.msu.su>
2673
2674 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
2675 fullname field.
2676
7b871fab
DJ
26772006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
2678
2679 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
2680 * exceptions.c (exception_none, exceptions_state_mc_init)
2681 (throw_vfatal): Use GDB_NO_ERROR.
2682
e4cd0d6a
MK
26832006-02-02 Mark Kettenis <kettenis@gnu.org>
2684
2685 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
2686 r_map_size members. Add r_version_offset, r_version_size and
2687 r_ldsomap_offset members.
2688 * solib-svr4.c (solib_svr4_r_map): Renamed from
2689 fetch_link_map_member. Simplify using read_memory_typed_address.
2690 (solib_svr4_r_ldsomap): New function.
2691 (open_symbol_file_object): Use solib_svr_r_map.
2692 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
2693 linker by using solib_svr4_r_ldsomap.
2694 (svr4_ilp32_fetch_link_map_offsets)
2695 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
2696 link_map_offsets'.
2697 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
2698 changes to `struct link_map_offsets'.
2699 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
2700 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
2701 `struct link_map_offsets'.
2702
e26af52f
DJ
27032006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2704
2705 * linux-nat.c (struct saved_ptids, threads_to_delete)
2706 (record_dead_thread, prune_lwps, find_thread_from_lwp)
2707 (exit_lwp): New.
2708 (linux_nat_resume): Call prune_lwps.
2709 (wait_lwp, linux_nat_wait): Call exit_lwp.
2710
46e9880c
DJ
27112006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2712
2713 * printcmd.c (printf_command): Make format string checking
2714 stricter. Add separate cases for long_arg, ptr_arg, and
2715 long_double_arg.
2716 * utils.c (xstrvprintf): Improve the error message issued
2717 for a bad format string.
2718 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
2719 New variables.
2720 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
2721 $(NO_WERROR_CFLAGS).
2722 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
2723 enable -Werror.
2724
37a105a1
DJ
27252006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2726
2727 * Makefile.in (remote.o): Update.
2728 * remote.c (show_packet_config_cmd): Shorten messages.
2729 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
2730 (show_remote_cmd): Iterate.
2731 (_initialize_remote): Remove remote_set_cmdlist,
2732 remote_show_cmdlist.
2733
ae5a43e0
DJ
27342006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2735
2736 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
2737 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
2738 prototypes.
2739 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
2740 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
2741 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
2742 ...here.
2743 * gdbtypes.c: Include "hashtab.h".
2744 (build_gdbtypes): Remove extra prototype.
2745 (struct type_pair, type_pair_hash, type_pair_eq)
2746 (create_copied_types_hash, copy_type_recursive): New.
2747 * gdbtypes.h: Include "hashtab.h".
2748 (TYPE_ZALLOC): New.
2749 (create_copied_types_hash, copy_type_recursive): New prototypes.
2750 * objfiles.c (free_objfile): Call preserve_values.
2751 * symfile.c (reread_symbols): Likewise.
2752 (clear_symtab_users): Remove calls to clear_value_history and
2753 clear_internalvars.
2754 * value.c (clear_value_history, clear_internalvars): Removed.
2755 (preserve_one_value, preserve_values): New functions.
2756 * value.h (clear_value_history, clear_internalvars): Removed.
2757 (preserve_values): New prototype.
2758
2759 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
2760 variables here.
2761
b929c77f
MK
27622006-01-29 Mark Kettenis <kettenis@gnu.org>
2763
2764 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
2765 Fixes PR tdep/2075.
2766
1581f359
JB
27672006-01-27 Joel Brobecker <brobecker@adacore.com>
2768
2769 * MAINTAINERS: Use a consistent email address for brobecker.
2770
37706b70
JB
27712006-01-27 Joel Brobecker <brobecker@adacore.com>
2772
2773 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
2774 in the previous change.
2775
9353355f
DJ
27762006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2777
2778 PR gdb/1914
2779 * fork-child.c (fork_inferior): Don't call
2780 solib_create_inferior_hook.
2781 * infcmd.c (post_create_inferior): Call solib_add,
2782 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
2783 (attach_command): Don't call solib_add or
2784 re_enable_breakpoints_in_shlibs. Call post_create_inferior
2785 instead.
2786 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
2787 or observer_notify_inferior_created. Call post_create_inferior
2788 instead.
2789 * corelow.c: Don't include "observer.h".
2790 (solib_add_stub): Deleted.
2791 (core_open): Don't call observer_notify_inferior_created or
2792 solib_add_stub. Call post_create_inferior instead.
2793 * inf-ptrace.c: Don't include "observer.h".
2794 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
2795 * inf-ttrace.c: Don't include "observer.h".
2796 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
2797 * inferior.h (solib_create_inferior_hook): Remove redundant
2798 prototype.
2799 * inftarg.c: Don't include "observer.h".
2800 (child_attach): Don't call observer_notify_inferior_created.
2801 * Makefile.in: Update dependencies.
2802
281b533b
DJ
28032006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2804
2805 * infcmd.c: Include "observer.h".
2806 (post_create_inferior): New function.
2807 (run_command_1): Call it. Also call proceed.
2808 * inferior.h (post_create_inferior): New prototype.
2809 * Makefile.in (infcmd.o): Update.
2810
2811 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
2812 * go32-nat.c (go32_create_inferior): Likewise.
2813 * nto-procfs.c (procfs_create_inferior): Likewise.
2814 * procfs.c (procfs_create_inferior): Likewise.
2815 * remote-sim.c (gdbsim_create_inferior): Likewise.
2816 * remote.c (extended_remote_create_inferior)
2817 (extended_remote_async_create_inferior): Likewise.
2818 * win32-nat.c (win32_create_inferior): Likewise.
2819 * wince.c (child_create_inferior): Likewise.
2820
2821 * monitor.c (monitor_create_inferior): Don't call proceed.
2822 Set the PC manually.
2823 * ocd.c (ocd_create_inferior): Likewise.
2824 * remote-e7000.c (e7000_create_inferior): Likewise.
2825 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
2826 * remote-mips.c (mips_create_inferior): Likewise.
2827 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
2828 * remote-sds.c (sds_create_inferior): Likewise.
2829 * remote-st.c (st2000_create_inferior): Likewise.
2830
2831 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
2832 proceed or observer_notify_inferior_created.
2833 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
2834 * inftarg.c (child_create_inferior): Likewise.
2835
e23fc6de
DJ
28362006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
2837
2838 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
2839 after mourning the inferior.
2840
13d6656b
JB
28412006-01-24 Jim Blandy <jimb@redhat.com>
2842
2843 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
2844
59f92a09
FF
28452006-01-24 Fred Fish <fnf@specifix.com>
2846
2847 * parse.c (source.h): Include.
2848 (parse_exp_in_context): Use static source context if no
2849 other context found.
2850
dda63807
AS
28512006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2852
2853 * sh-tdep.c: Include reggroups.h.
2854 (sh_register_reggroup_p): New function.
2855 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
2856 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
2857
4b505b12
AS
28582006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2859
2860 * cli/cli-cmds.c: Include fcntl.h.
2861 (source_command): Use the GDB search path to find script files.
2862
721d14ba
DJ
28632006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2864
2865 PR tdep/2029
2866 Suggested by Till Straumann <strauman@slac.stanford.edu>:
2867 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
2868 instructions. Handle PIC bcl.
2869
3d64d617
DJ
28702006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2871
2872 * config/djgpp/README: Typo fix.
2873 * config/djgpp/fnchange.lst: Update.
2874
0a8f48b9
MK
28752006-01-22 Mark Kettenis <kettenis@gnu.org>
2876
c893be75
MK
2877 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
2878 (sparc_address_from_register): New prototype.
2879 (sparcnbsd_step_trap): New prototype.
2880 * sparc-tdep.c (sparc_address_from_register): Make globally
2881 visible.
2882 (sparc_analyze_control_transfer): Change prototype to accept
2883 `struct gdbarch *' as first argument. Allow for optional hnadling
2884 for trap instructions.
2885 (sparc_step_trap): New function.
2886 (sparc_software_single_step): Adjust call to
2887 sparc_analyze_control_trabsfer.
2888 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
2889 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
2890 (sparc32nbsd_init_abi): Set TDEP->step_trap.
2891 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
2892 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
2893
0a8f48b9
MK
2894 * sparc-tdep.c (sparc32_return_value): Convert to use
2895 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
2896 RETURN_VALUE_STRUCT_CONVENTION.
2897 (sparc32_extract_struct_value_address): Remove.
2898
1f3a99d5
DJ
28992006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
2900
2901 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
2902 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
2903
84eb3c4f
DJ
29042006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
2905
2906 * solib.c (info_sharedlibrary_command): Avoid internal_error.
2907
878d9193
MK
29082006-01-21 Mark Kettenis <kettenis@gnu.org>
2909
2910 * i386-tdep.c (i386_mxcsr_type): New variable.
2911 (i386_init_types): Initialize i386_mxcsr_type.
2912 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
2913 * i386-tdep.c (i386_mxcsr_type): New extern.
2914 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
2915 %mxcsr.
2916
acab6ab2
MM
29172006-01-20 Mark Mitchell <mark@codesourcery.com>
2918
2919 * Makefile.in (remote-rdi.o): Remove.
2920 (rdi-share/libangsd.a): Likewise.
2921 * README: Don't mention remote-rdi.c.
2922 * NEWS: Mention removal of rdi-share.
2923 * configure.ac: Don't configure rdi-share subdirectory.
2924 * remote-rdi.c: Remove.
2925 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
2926 (TDEPLIBS): Remove rdi-share/libangsd.a.
2927 * rdi-share/Makefile.am: Remove.
2928 * rdi-share/Makefile.in: Likewise.
2929 * rdi-share/README.CYGNUS: Likewise.
2930 * rdi-share/aclocal.m4: Likewise.
2931 * rdi-share/adp.h: Likewise.
2932 * rdi-share/adperr.h: Likewise.
2933 * rdi-share/angel.h: Likewise.
2934 * rdi-share/angel_bytesex.c: Likewise.
2935 * rdi-share/angel_bytesex.h: Likewise.
2936 * rdi-share/angel_endian.h: Likewise.
2937 * rdi-share/ardi.c: Likewise.
2938 * rdi-share/ardi.h: Likewise.
2939 * rdi-share/armdbg.h: Likewise.
2940 * rdi-share/buffers.h: Likewise.
2941 * rdi-share/chandefs.h: Likewise.
2942 * rdi-share/channels.h: Likewise.
2943 * rdi-share/chanpriv.h: Likewise.
2944 * rdi-share/configure: Likewise.
2945 * rdi-share/configure.in: Likewise.
2946 * rdi-share/crc.c: Likewise.
2947 * rdi-share/crc.h: Likewise.
2948 * rdi-share/dbg_conf.h: Likewise.
2949 * rdi-share/dbg_cp.h: Likewise.
2950 * rdi-share/dbg_hif.h: Likewise.
2951 * rdi-share/dbg_rdi.h: Likewise.
2952 * rdi-share/devclnt.h: Likewise.
2953 * rdi-share/devices.h: Likewise.
2954 * rdi-share/devsw.c: Likewise.
2955 * rdi-share/devsw.h: Likewise.
2956 * rdi-share/drivers.c: Likewise.
2957 * rdi-share/drivers.h: Likewise.
2958 * rdi-share/etherdrv.c: Likewise.
2959 * rdi-share/ethernet.h: Likewise.
2960 * rdi-share/host.h: Likewise.
2961 * rdi-share/hostchan.c: Likewise.
2962 * rdi-share/hostchan.h: Likewise.
2963 * rdi-share/hsys.c: Likewise.
2964 * rdi-share/hsys.h: Likewise.
2965 * rdi-share/logging.c: Likewise.
2966 * rdi-share/logging.h: Likewise.
2967 * rdi-share/msgbuild.c: Likewise.
2968 * rdi-share/msgbuild.h: Likewise.
2969 * rdi-share/params.c: Likewise.
2970 * rdi-share/params.h: Likewise.
2971 * rdi-share/rx.c: Likewise.
2972 * rdi-share/rxtx.h: Likewise.
2973 * rdi-share/serdrv.c: Likewise.
2974 * rdi-share/serpardr.c: Likewise.
2975 * rdi-share/sys.h: Likewise.
2976 * rdi-share/tx.c: Likewise.
2977 * rdi-share/unixcomm.c: Likewise.
2978 * rdi-share/unixcomm.h: Likewise.
2979
4577207e
MK
29802006-01-21 Mark Kettenis <kettenis@gnu.org>
2981
2982 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
2983 Change type of last argument to `gdb_byte *'.
2984
34f55018
MK
29852006-01-20 Mark Kettenis <kettenis@gnu.org>
2986
2987 * hppa-tdep.h (hppa_in_solib_call_trampoline)
2988 (hppa_skip_trampoline_code): New prototypes.
2989 * hppa-tdep.c (struct insn_pattern): New.
2990 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
2991 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
2992 here from hppa-linux-tdep.c
2993 (HPPA_MAX_INSN_PATTERN_LEN): New define.
2994 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
2995 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
2996 functions based on functions removed from hppa-linux-tdep.c.
2997 * hppa-linux-tdep.c (hppa_long_branch_stub)
2998 (hppa_long_branch_pic_stub, hppa_import_stub)
2999 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
3000 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
3001 (hppa_linux_in_solib_call_trampoline)
3002 (hppa_linux_skip_trampoline_code): Removed.
3003 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
3004 hppa_in_solib_call_trampoline and skip_trampoline_code to
3005 hppa_skip_trampoline_code.
3006 * hppabsd-tdep.c (hppabsd_init_abi): Set
3007 TDEP->in_solib_call_trampoline and skip_trampoline_code.
3008
7be93b9e
JB
30092006-01-20 Jim Blandy <jimb@redhat.com>
3010
f408839d
JB
3011 * MAINTAINERS: Change my E-mail address.
3012
7be93b9e
JB
3013 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
3014 * configure: Regenerated.
3015
b2a74f99
DJ
30162006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3017
3018 * MAINTAINERS: Overhaul.
3019
4f2aea11
MK
30202006-01-18 Mark Kettenis <kettenis@gnu.org>
3021
5ae96ec1
MK
3022 Based on a previous patch form Michal Ludvig:
3023 * amd64-tdep.c (amd64_sse_type): Remove.
3024 (amd64_register_info): Use i386_eflags_type and i386_sse_type
3025 where appropriate.
3026 (AMD64_NUM_REGS): Use ARRAY_SIZE.
3027 (amd64_register_type): Remove code to build amd_sse_type.
3028 * i386-tdep.c (i386_eflag_type): New variable.
3029 (i386_mmx_type, i386_sse_type): Make global.
3030 (i386_init_types): New function.
3031 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
3032 (i386_register_type): Return i386_eflag_type, i386_sse_type and
3033 i386_mmx_type when appropriate.
3034 (_initialize_i386_tdep): Call i386_init_types.
3035 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
3036 Declare extern.
3037
4f2aea11
MK
3038 Based on a previous patch form Michal Ludvig:
3039 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
3040 functions.
3041 (is_integral_type, rank_one_type, recursive_dump_type): Add
3042 support for TYPE_CODE_FLAGS.
3043 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
3044 (append_flags_type_field, init_flags_type): New prototypes.
3045 * ada-valprint.c (ada_val_print_1): Add support for
3046 TYPE_CODE_FLAGS.
3047 * c-valprint.c (c_val_print): Likewise.
3048 * f-valprint.c (f_val_print): Likewise.
3049 * p-valprint.c (pascal_val_print): Likewise.
3050 * valprint.c (val_print_type_code_flags): New function.
3051 * valprint.h (val_print_type_code_flags): New prototype.
3052 * value.c (unpack_long, value_from_longest): Add support for
3053 TYPE_CODE_FLAGS.
3054
4cdb5adf
CF
30552006-01-17 Christopher Faylor <cgf@timesys.com>
3056
3057 * MAINTAINERS: Very belatedly remove myself from from the list of
3058 people caught up in the paper trail.
3059
1193688d
JB
30602006-01-17 Jim Blandy <jimb@redhat.com>
3061
4e38b386
JB
3062 * symtab.h (struct general_symbol_info): Use gdb_byte for
3063 value.bytes.
3064 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
3065 a floating-point constant's value.
3066 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
3067 to char *.
3068 * findvar.c (read_var_value): Eliminate needless temporary.
3069
1193688d
JB
3070 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
3071 to match prior change to dwarf2_read_section's type.
3072
0d1243d9
PG
30732006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
3074
3075 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
3076 * rs6000-tdep.c (insn_changes_sp_or_jumps)
3077 (rs6000_in_function_epilogue_p): New functions.
3078 (rs6000_gdbarch_init): Set in_function_epilogue_p.
3079
fe1b8b76
JB
30802006-01-17 Jim Blandy <jimb@redhat.com>
3081
3082 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
3083 (struct line_header, struct partial_die_info, struct dwarf_block):
3084 Use gdb_byte for members that refer to Dwarf section contents.
3085 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
3086 dwarf_decode_macros, load_comp_unit, load_partial_dies,
3087 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
3088 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
3089 read_8_bytes, read_address, read_attribute, read_attribute_value,
3090 read_comp_unit, read_comp_unit_head, read_die_and_children,
3091 read_die_and_siblings, read_full_die, read_indirect_string,
3092 read_initial_length, read_n_bytes, read_offset, read_partial_die,
3093 read_signed_leb128, read_string, read_unsigned_leb128,
3094 skip_children, skip_leb128, skip_one_die): Same.
3095
a0841d7a
DJ
30962006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
3097
3098 * complaints.c (stop_whining): Make signed.
3099 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
3100
939b2b42
DJ
31012006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
3102
3103 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
3104 notices.
3105
891d2f0b
DJ
31062006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
3107
3108 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
3109 (read_offset): Change BYTES_READ argument to unsigned int.
3110 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
3111 (create_all_comp_units, dwarf2_get_pc_bounds)
3112 (dwarf_decode_line_header, var_decode_location)
3113 (dwarf_decode_macros): Change local BYTES_READ variables to
3114 unsigned int.
3115 (read_indirect_string): Remove obsolete cast.
3116
cfd77fa1
DJ
31172006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
3118
3119 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
3120 argument.
3121 (remote_fileio_func_open, remote_fileio_func_rename)
3122 (remote_fileio_func_unlink, remote_fileio_func_stat)
3123 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
3124 (remote_fileio_func_system): Cast the arguments to
3125 remote_read_bytes and remote_write_bytes.
3126 (remote_fileio_func_read, remote_fileio_func_write): Use a
3127 gdb_byte buffer.
3128 * remote.h (remote_read_bytes, remote_write_bytes): Update
3129 prototypes.
3130 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
3131 (threadref_to_int): Replace bogus char * cast.
3132 (remote_unpack_thread_info_response): Use int for tag.
3133 (remote_threads_extra_info, remote_check_symbols): Cast string
3134 arguments to hex2bin.
3135 (remote_wait): Use a char buffer for packets and a gdb_byte
3136 buffer for registers.
3137 (remote_async_wait): Likewise.
3138 (remote_prepare_to_store, store_register_using_P)
3139 (remote_store_registers): Use gdb_byte buffers.
3140 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
3141 for MYADDR and char buffers for strings.
3142 (remote_xfer_partial): Add casts for string operations on READBUF.
3143 (remote_rcmd): Cast strings passed to bin2hex.
3144
60bf0650
MM
31452006-01-16 Mark Mitchell <mark@codesourcery.com>
3146
3147 * aclocal.m4: Regenerate.
3148
60e81fcc
NS
31492006-01-16 Nathan Sidwell <nathan@codesourcery.com>
3150
3151 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
3152 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
3153 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
3154 (mt_register_name): Lazily synthesize name for coprocessor pseudo
3155 array registers.
3156 (mt_copro_register_type): New. Broken out of ...
3157 (mt_register_type): ... here. Use it. Deal with coprocessor
3158 pseudo array.
3159 (mt_select_coprocessor): New.
3160 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
3161 coprocessor pseudo array.
3162
f365de73
AS
31632006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
3164
3165 * breakpoint.c (insert_breakpoints): Check that a thread exists
3166 before inserting thread specific breakpoints.
3167
9d519230
MK
31682006-01-15 Mark Kettenis <kettenis@gnu.org>
3169
6062517a
MK
3170 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
3171 commit.
3172
9d519230
MK
3173 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
3174 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
3175 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
3176 * config/alpha/nm-nbsd.h: Remove file.
3177 * config/alpha/nm-fbsd.h: Remove file
3178 * config/alpha/nbsd.mh (NAT_FILE): Remove.
3179 * config/alpha/fbsd.mh (NAT_FILE): Remove.
3180
0a029df5
DJ
31812006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
3182
3183 * macroexp.c (expand): Initialize argc.
3184 * stabsread.c (read_type): Handle errors from read_args.
3185 (read_args): Return NULL for errors.
3186
1731e543
MK
31872006-01-15 Mark Kettenis <kettenis@gnu.org>
3188
3189 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
3190 strcmp to compare string to a byte buffer.
3191
777ea8f1
DJ
31922006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
3193
3194 * printcmd.c (output_command): Always initialize fmt.size.
3195 (printf_command): Use gdb_byte.
3196 * symfile.c (separate_debug_file_exists): Use gdb_byte.
3197 (load_section_callback, read_target_long_array): Likewise.
3198 (simple_read_overlay_table, simple_read_overlay_region_table)
3199 (simple_overlay_update_1): Correct calls to read_target_long_array.
3200 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
3201 Also change local pointers.
3202 (val_print_string): Use gdb_byte.
3203
4b17b389
MK
32042006-01-15 Mark Kettenis <kettenis@gnu.org>
3205
3206 * alphafbsd-tdep.c: Include "solib-svr4.h".
3207 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3208 svr4_lp64_fetch_link_map_offsets.
3209 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
3210 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
3211 solib-svr4.o.
3212 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
3213 and solib-legacy.o.
3214 * config/alpha/nm-fbsd.h: Don't include "solib.h".
3215
bd4109fb
DJ
32162006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
3217
3218 * source.c (_initialize_source): Use add_setshow_integer_cmd.
3219
1dce6535
DJ
32202006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
3221
3222 * linux-fork.c (delete_fork_command, detach_fork_command): Use
3223 PIDGET.
3224
76a9d10f
MK
32252006-01-15 Mark Kettenis <kettenis@gnu.org>
3226
3227 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
3228 Remove.
3229 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
3230 svr4_ilp32_fetch_link_map_offsets.
3231 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
3232 function.
3233 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
3234 svr4_ilp32_fetch_link_map_offsets.
3235 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
3236 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
3237 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
3238 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
3239 where appropriate.
3240 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
3241 Simply call svr4_ilp32_fetch_link_map_offsets.
3242 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
3243 svr4_lp64_fetch_link_map_offsets.
3244 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
3245 function.
3246 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
3247 svr4_ilp32_fetch_link_map_offsets.
3248 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
3249 (s390x_svr4_fetch_link_map_offsets): Remove functions.
3250 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
3251 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
3252 where appropriate.
3253
469db033
MK
32542006-01-15 Mark Kettenis <kettenis@gnu.org>
3255
25224166
MK
3256 * arm-tdep.c (arm_return_value): Change type of readbuf and
3257 writebuf arguments to `gdb_byte *'.
3258
469db033
MK
3259 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
3260 * Makefile.in (s390-tdep.o): Update dependencies.
3261
4dd7c9f6
MK
32622006-01-14 Mark Kettenis <kettenis@gnu.org>
3263
081bf9da
MK
3264 * sol2-tdep.h. sol2-tdep.c: New files.
3265 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
3266 (amd64_sol2_init_abi): Set skip_solib_resolver.
3267 * i386-sol2-tdep.c: Include "sol2-tdep.h".
3268 (i386_sol2_init_abi): Set skip_solib_resolver.
3269 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
3270 (sparc32_sol2_init_abi): Set skip_solib_resolver.
3271 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
3272 (sparc64_sol2_init_abi): Set skip_solib_resolver.
3273 * Makefile.in (sol2_tdep_h): New variable.
3274 (ALLDEPFILES): Add sol2-tdep.c.
3275 (sol2-tdep.o): New target.
3276 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
3277 (sparc64-sol2-tdep.o): Update dependencies
3278 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
3279 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
3280 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
3281 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
3282
c0f96416
MK
3283 * hppa-linux-tdep.c: Fix copyright indentation.
3284
4dd7c9f6
MK
3285 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
3286 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
3287 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
3288 functions.
3289 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
3290 floating-point registers.
3291
6da86618
MM
32922006-01-13 Mark Mitchell <mark@codesourcery.com>
3293
3294 * event-loop.c (gdb_select): Detect file descriptors that have
3295 been closed.
3296
ed944ce7
MK
32972006-01-13 Mark Kettenis <kettenis@gnu.org>
3298
3299 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
3300 and long_double_format accordingly.
3301
03ee6b2e
PH
33022006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
3303
3304 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
3305 translation problems.
3306 * ada-lang.c (ada_value_struct_elt): Change interface and handling
3307 of errors to avoid translation problem (and less than optimal error
3308 messages).
3309 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
3310 Use new interface to ada_value_struct_elt.
3311 * ada_lang.h (ada_value_struct_elt): Update declaration to new
3312 interface.
3313
3314 * ChangeLog: remove reference to ada-tasks.c from entry of
3315 2006-01-07.
3316
24b06219
MK
33172006-01-11 Mark Kettenis <kettenis@gnu.org>
3318
3319 * remote.c (get_memory_packet_size, set_thread)
3320 (remote_unpack_thread_info_response, remote_get_threadinfo)
3321 (parse_threadlist_response, remote_get_threadlist)
3322 (remote_current_thread, remote_threads_info)
3323 (remote_threads_extra_info, extended_remote_restart, get_offsets)
3324 (remote_check_symbols, remote_open_1, remote_detach)
3325 (remote_async_wait, remote_fetch_registers)
3326 (remote_store_registers, check_binary_download, putpkt_binary)
3327 (remote_insert_breakpoint, remote_insert_watchpoint)
3328 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
3329 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
3330 (packet_command): Remove redundant parenthesis.
3331
15550d6b
MK
33322006-01-10 Mark Kettenis <kettenis@gnu.org>
3333
dfb65433
MK
3334 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
3335 (read_memory_typed_address, write_memory)
3336 (write_memory_unsigned_integer, write_memory_signed_integer): Use
3337 gdb_byte where appropriate.
3338
508416a1
MK
3339 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
3340 'gdb_byte *'.
3341
f6519ebc
MK
3342 * target.h (target_read_memory_partial, target_write_memory_partial):
3343 Change second argument to 'gdb_byte *'.
3344 * target.c (target_xfer_memory_partial): Change third argument to
3345 'gdb_byte *'.
3346 (target_read_memory_partial, target_write_memory_partial): Change
3347 second argument to 'gdb_byte *'.
3348
15550d6b
MK
3349 * linespec.c (decode_objc): Make i1 and i2 unsigned.
3350 (find_method): Set values.sals to NULL.
3351
d7a30af7
MK
33522006-01-09 Mark Kettenis <kettenis@gnu.org>
3353
3354 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
3355 of 'char *' in cast.
3356
e1d5a0d2
PH
33572006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
3358
3359 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 3360 * ada-lang.c: I18n markup.
e1d5a0d2
PH
3361 Editorial: change "can not" => "cannot" throughout.
3362
790124be
MK
33632006-01-07 Mark Kettenis <kettenis@gnu.org>
3364
3365 * Makefile.in: Sort dependencies.
3366
3c481fdc
EZ
33672006-01-07 Eli Zaretskii <eliz@gnu.org>
3368
3369 * top.c (control_level): Remove unused variable.
3370
cb5d864f
FF
33712006-01-06 Fred Fish <fnf@specifix.com>
3372
3373 * objfiles.c (source.h): Include.
3374 (free_objfile): Update comment about clear_symtab_users().
3375 (free_objfile): Check all symtabs of objfile being freed and if
3376 one of them is the current source symtab, call
3377 clear_current_source_symtab_and_line().
3378
ac264b3b
MS
33792006-01-04 Michael Snyder <msnyder@redhat.com>
3380
3381 Checkpoint/Restart for Linux.
3382 * linux-nat.c: Add support for debugging multiple forks.
3383 Add #include for linux-fork.h (interface spec).
3384 (super_mourn_inferior): New function pointer.
3385 (child_mourn_inferior): New function / target method.
3386 (linux_target): Claim to_mourn_inferior method pointer.
3387 (child_follow_fork): Call interface to linux-fork, conditionally
3388 add new fork processes to list of debugged processes.
3389 (kill_inferior): Use interface to linux-fork to kill
3390 multiple processes.
3391
3392 * linux-fork.h: New file.
3393 * linux-fork.c: New file. Support for debugging multiple forks
3394 of the same program. Support for checkpoint and restart commands.
3395
3396 * infrun.c (nullify_last_target_wait_ptid): New function.
3397
3398 * Makefile.in: Add linux-fork.
3399 * config/*/linux.mh: Add linux-fork.
3400 * NEWS: Mention new functionality.
3401
f98ce7c2
PH
34022006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
3403
3404 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
3405 Change uses of "illegal" to "invalid".
3406
52ce6436
PH
34072006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
3408
3409 * ada-exp.y: Considerable reorganization to move functionality
3410 from ada-lex.l to here, where it is logically more appropriate.
3411 The original reason, however, was to prevent premature name
3412 lookups for selector names in record aggregates.
3413 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
3414 NAME for all of these.
3415 (VAR): New artificial token to clarify precedence rules.
3416 (OTHERS): New lexeme.
3417 (empty_stoken): New symbol.
3418 (%union): Remove ssym, voidval.
3419 (%type): Remove <voidval> type declarations.
3420 (syntax definitions): Add aggregates.
3421 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
3422 Rename some non-terminals to be closer to reference manual usage.
3423 Tighten up expression syntax to disallow certain non-Ada
3424 constructions such as X and then Y or else Z.
3425 (ada_parse): Remove initialization of left_block_context.
3426 (write_var_from_name): Remove.
3427 (write_var_or_type): New function, containing previous code from
3428 defunct write_var_from_name and name_lookup.
3429 (block_lookup): New function, moved from ada-lex.l
3430 (select_possible_type_sym): New function, factored out of
3431 name_lookup, which used to be in ada-lex.l.
3432 (find_primitive_type): Ditto.
3433 (chop_selector): Ditto.
3434 (write_ambiguous_var): New function, factored out of defunct
3435 write_var_from_name.
3436 (write_selectors): New function.
3437 (write_name_assoc): New function.
3438 (write_exp_op_with_string): New function.
3439
3440 * ada-lex.l (processId): Change interface to return stoken.
3441 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
3442 (block_lookup, name_lookup): Remove. Functionality moved to
3443 ada-exp.y.
3444 (state IN_STRING): Remove.
3445 (rules): Handle string escapes in processString.
3446 Add 'others' token.
3447 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
3448 yylval.sval (as simple strings).
3449 All name look-ups now handled in ada-exp.y.
3450 Introduce "::" (COLONCOLON) token and return as separate token.
3451 (processId): Change return convention. Comment.
3452 Leave leading "'" in place.
3453 (processString): New function.
3454 (find_dot_all): Add note to comment.
3455 Fix problem that allowed match only at the end.
3456
3457 * ada-lang.c: Introduce aggregates.
3458 (find_struct_field): Add new parameter to count fields skipped, and
3459 allow other output parameters to be NULL.
3460 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
3461 new find_struct_field.
3462 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
3463 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
3464 (num_component_specs, assign_component, assign_aggregate):
3465 (aggregate_assign_from_choices,aggregate_assign_positional)
3466 (aggregate_assign_others,add_component_interval):
3467 New functions.
3468 (ada_evaluate_subexp): Declare.
3469 Add aggregate-related operators.
3470 (ada_forward_operator_length): Declare.
3471 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
3472 Consolidate Ada operators, using ada_forward_operator_length.
3473 (ada_search_struct_field): Search in forward order.
3474 (ADA_OPERATORS): Add new aggregate operators.
3475 (ada_operator_length, ada_op_name, ada_forward_operator_length)
3476 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
3477 operators and OP_NAME.
3478 (ada_type_of_array): Use longest_to_int.
3479 (value_assign_to_component): New function.
3480 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
3481 Add OP_NAME case.
3482 (ada_forward_operator_length, ada_dump_subexp_body):
3483 Add OP_STRING case.
3484
3485 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
3486 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
3487
529cad9c
PH
34882006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
3489
3490 * ada-lang.c (process_raise_exception_name): Remove extraneous
3491 definition from unsubmitted code.
3492
3493 (is_lower_alphanum): New function.
3494 (ada_decode): Add support for decoding protected object subprograms
3495 and entries, and of entities declared inside protected object
3496 subprograms.
3497 Also add missing handling for__{DIGITS}+ suffixes.
3498 Allow '$<digits>' as valid overloading suffix.
3499 (is_name_suffix): Add handling for protected type entriy suffixes.
3500 Also add support for protected type subprogram suffixes, but keep
3501 it commented out for now, as there is an ambiguity between these
3502 entities and other internally generated entities.
3503 Allow '$<digits>' as valid overloading suffix.
3504 (is_valid_name_for_wild_match): New function.
3505 (wild_match): Add an exra level of verification of the entity name
3506 before declaring it a match for the given pattern.
3507
3508 (ada_type_of_array, ada_evaluate_subexp): Use more proper
3509 longest_to_int rather than cast.
3510
3511 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
3512
3513 (ada_coerce_to_simple_array): Call check_size to make sure
3514 that the object size is reasonable.
3515
3516 (ada_value_primitive_packed_val): Use correct location in target
3517 buffer for extracting packed record fields that are themselves records.
3518
3519 (add_defn_to_vec): Do not try to replace a stub type by its full
3520 type. Avoids a potential infinite loop.
3521
3522 (ada_lookup_symbol): Move return incorrectly placed return statement,
3523 causing a loop that should be scanning all object files to only
3524 scan the first one.
3525
3526 (ada_tag_name_2): New function.
3527 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
3528 use alternative representation.
3529
3530 (ada_find_renaming_symbol): Strip the function name suffix when
3531 computing the XR type name.
3532
3533 (ada_to_fixed_type): Try determining the tag only if we have the
3534 object's address.
3535 (to_fixed_array_type): Add comments.
3536
3537 (ada_check_typedef): Replace expression checking whether the given
3538 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
3539 consistent.
3540
3541 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
3542 '$' in addition to '.' for runtime auxiliary function name suffixes.
3543 See changes to ada_decode above.
3544
3545 (struct task_control_block): Add field called_task. (This change is
3546 to keep synchronized with our local sources; it does not affect the
3547 public version yet.)
3548
3549 * ada-typeprint.c (ada_print_type): Use int_string for printing
3550 modulus of modular type.
3551
3552 (print_range): Trivial editorial comment fix.
3553
3554 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
3555 double quote in string.
3556
9b799fe6
JB
35572006-01-01 Joel Brobecker <brobecker@adacore.com>
3558
3559 * top.c: Add 2006 to list of copyright years in file header.
3560
0bee0712
JB
35612006-01-01 Joel Brobecker <brobecker@adacore.com>
3562
3563 * top.c (print_gdb_version): Update copyright year to 2006.
3564
13c763f4
JB
35652006-01-01 Roger Sayle <roger@eyesopen.com>
3566 Elena Zannoni <ezannoni@redhat.com>
3567
3568 PR symtab/1651
3569 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
3570 for NULL before assigning this_symtab_psymtab->objfile to objfile.
3571 (scan_xcoff_symtab): Initialize next_symbol_text_func.
3572 (Committed by Jim Blandy)
3573
e50f0da1 3574For older changes see ChangeLog-2005.
c906108c
SS
3575\f
3576Local Variables:
3577mode: change-log
3578left-margin: 8
3579fill-column: 74
3580version-control: never
3581End:
This page took 0.98654 seconds and 4 git commands to generate.