daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4f1520fb
FR
12006-04-21 Frederic Riss <frederic.riss@st.com>
2
3 * dwarf2read.c (dwarf2_start_subfile): Change prototype to accept
4 compilation directory as last argument.
5 Always pass comp_dir as second argument to start_subfile and prepend
6 dirname to the filename when necessary.
7 Remove now superfluous search for pre-existing subfile.
8 (dwarf_decode_lines): Pass the compilation directory to
9 dwarf2_start_subfile.
10
cba5fab9
DJ
112006-04-20 Daniel Jacobowitz <dan@codesourcery.com>
12
13 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
14 Correct type of VALUEP. Reported by Jean-Rene Peulve
15 <jr.peulve@wanadoo.fr>.
16
cbba9205
KI
172006-04-19 Masaki Muranaka <monaka@monami-software.com>
18
19 * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
20 netdb.h, netinet/in.h.
21 (m32r_upload_command); Add calls WSAStartup().
22 * remote-m32r-sdi.c: On MinGW, include winsock.h instead of
23 netinet/in.h.
24
8181d85f
DJ
252006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
26
27 * breakpoint.c (deprecated_read_memory_nobpt): Update to use
28 shadow_len.
29 (insert_bp_location, reattach_breakpoints, remove_breakpoint)
30 (delete_breakpoint): Update calls to changed methods.
31 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
32 (single_step_breakpoints, insert_single_step_breakpoint)
33 (remove_single_step_breakpoints): New.
34 * breakpoint.h (struct bp_target_info): New.
35 (struct bp_location): Replace shadow_contents with
36 target_info and overlay_target_info.
37 (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
38 (insert_single_step_breakpoint, remove_single_step_breakpoints): New
39 prototypes.
40 * gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
41 (memory_insert_breakpoint, memory_remove_breakpoint): Update second
42 argument.
43 * mem-break.c (default_memory_insert_breakpoint): Update. Set
44 placed_address, placed_size, and shadow_len.
45 (default_memory_remove_breakpoint): Update. Don't use
46 BREAKPOINT_FROM_PC.
47 (memory_insert_breakpoint, memory_remove_breakpoint): Update.
48 * target.c (update_current_target): Update prototypes for changed
49 functions.
50 (debug_to_insert_breakpoint, debug_to_remove_breakpoint)
51 (debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
52 Update.
53 * target.h: Forward declare struct bp_target_info.
54 (struct target_ops): Use a bp_target_info argument for
55 to_insert_breakpoint, to_remove_breakpoint,
56 to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
57 (target_insert_breakpoint, target_remove_breakpoint)
58 (target_insert_hw_breakpoint, target_remove_hw_breakpoint)
59 (memory_insert_breakpoint, memory_remove_breakpoint)
60 (default_memory_insert_breakpoint, default_memory_remove_breakpoint):
61 Update.
62 * config/i386/nm-i386.h: Forward declare struct bp_target_info.
63 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
64 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
65
66 * gdbarch.c, gdbarch.h: Regenerated.
67
68 * alpha-tdep.c (alpha_software_single_step): Use
69 insert_single_step_breakpoint and remove_single_step_breakpoints.
70 Remove unused statics.
71 * arm-tdep.c (arm_software_single_step): Likewise. Add a note.
72 * cris-tdep.c (cris_software_single_step): Likewise.
73 * mips-tdep.c (mips_software_single_step): Likewise.
74 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
75 * sparc-tdep.c (sparc_software_single_step): Likewise.
76 * wince.c (struct thread_info_struct): Remove step_prev.
77 (undoSStep): Use remove_single_step_breakpoints.
78 (wince_software_single_step): Use insert_single_step_breakpoint.
79
80 * corelow.c (ignore): Remove unneeded prototype. Update arguments.
81 * exec.c (ignore): Likewise.
82 * sol-thread.c (ignore): Likewise.
83
84 * procfs.c (dbx_link_shadow_contents): Delete.
85 (dbx_link_bpt): New.
86 (procfs_mourn_inferior): Remove it if necessary.
87 (remove_dbx_link_breakpoint): Use it.
88 (insert_dbx_link_bpt_in_file): Set it.
89 (procfs_init_inferior): Don't update dbx_link_bpt_addr.
90 * rs6000-nat.c (exec_one_dummy_insn): Use
91 deprecated_insert_raw_breakpoint and
92 deprecated_remove_raw_breakpoint.
93 * solib-irix.c (shadow_contents, breakpoint_addr): Delete.
94 (base_breakpoint): New.
95 (disable_break): Use it.
96 (enable_break): Set it.
97
98 * i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
99 Update.
100 * ia64-tdep.c (ia64_memory_insert_breakpoint)
101 (ia64_memory_remove_breakpoint): Likewise.
102 * m32r-tdep.c (m32r_memory_insert_breakpoint)
103 (m32r_memory_remove_breakpoint): Likewise.
104 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
105 Likewise. Remove unnecessary prototypes. Use placed_address
106 and placed_size. Removed useless read from memory.
107 * nto-procfs.c (procfs_insert_breakpoint)
108 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
109 (procfs_remove_hw_breakpoint): Update.
110 * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
111 * ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
112 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
113 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
114 * remote-e7000.c (e7000_insert_breakpoint)
115 (e7000_remove_breakpoint): Likewise.
116 * remote-m32r-sdi.c (m32r_insert_breakpoint)
117 (m32r_remove_breakpoint): Likewise.
118 * remote-mips.c (mips_insert_breakpoint)
119 (mips_remove_breakpoint): Likewise.
120 * remote-rdp.c (remote_rdp_insert_breakpoint)
121 (remote_rdp_remove_breakpoint): Likewise.
122 (rdp_step): Use deprecated_insert_raw_breakpoint and
123 deprecated_remove_raw_breakpoint.
124 * remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
125 Update.
126 * remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
127 Delete.
128 (init_gdbsim_ops): Use memory_insert_breakpoint and
129 memory_remove_breakpoint.
130 * remote-st.c (st2000_insert_breakpoint)
131 (st2000_remove_breakpoint): Update. Remove unused
132 BREAKPOINT_FROM_PC.
133 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
134 Update. Use placed_address and placed_size.
135 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
136
01d3a6ce
DJ
1372006-04-12 Daniel Jacobowitz <dan@codesourcery.com>
138
139 * remote.c (extended_remote_restart): Pass the correct length
140 to getpkt.
141
2821caf1
JB
1422006-04-11 Jim Blandy <jimb@codesourcery.com>
143
144 * serial.c (serial_open): Check for special cases at the front of
145 the "device" name before scanning for the ':' that would indicate
146 an IP-based connection.
147
02c5aecd
CF
1482006-04-10 Christopher Faylor <cgf@timesys.com>
149
150 * win32-nat.c (open_symbol_file_object): New function.
151 (in_dynsym_resolve_code): Ditto.
152 (init_win32_ops): Fill in fields which ought not to be NULL.
153
cb832706
CF
1542006-04-10 Christopher Faylor <cgf@timesys.com>
155
156 * win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything
157 with saved context if __COPY_CONTEXT_SIZE is not defined.
158 (handle_output_debug_string): Ditto.
159
03926e1f
DJ
1602006-04-10 Daniel Jacobowitz <dan@codesourcery.com>
161
162 * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
163
b2a0b9b2
DM
1642006-04-09 David S. Miller <davem@sunset.davemloft.net>
165
166 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
167 frame sniffer.
168 * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
169 dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
170 that the latter can override.
171 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
172
ee1b3323
UW
1732006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
174
175 * s390-tdep.c (struct s390_prologue_data): New field 'stack'.
176 (s390_store): Call pv_area_store to track stack slots.
177 (s390_load): Call pv_area_fetch to track stack slots.
178 (s390_check_for_saved): New function.
179 (s390_analyze_prologue): Call pv_area_scan. Allocate and free stack.
180
3fc46200
UW
1812006-04-09 Ulrich Weigand <uweigand@de.ibm.com>
182
183 * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
184 * s390-tdep.c: Include "prologue-value.h".
185 (struct prologue_value): Remove.
186 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
187 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
188 pv_logical_and, pv_is_identical, pv_is_register): Remove.
189 (compute_x_addr): Remove, replace by ...
190 (s390_addr): ... this new function.
191 (struct s390_prologue_data): Use pv_t instead of prologue_value.
192 (s390_store, s390_load): Likewise.
193 (s390_prologue_frame_unwind_cache): Likewise.
194 (s390_analyze_prologue): Likewise. Also, simplify and combine
195 several conditional statements.
196
d750b939
JB
1972006-04-08 Jim Blandy <jimb@codesourcery.com>
198
199 * Makefile.in (COMMON_OBS): List prologue-value.o. (Omitted from
200 last patch.)
201
0b4294d3
DM
2022006-04-08 David S. Miller <davem@sunset.davemloft.net>
203
204 * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
205 (sparc32_linux_init_abi): Hook it into tdep->step_trap.
07c5f590
DM
206 (sparc32_linux_core_gregset,
207 sparc32_linux_supply_core_gregset,
208 sparc32_linux_collect_core_gregset,
209 sparc32_linux_supply_core_fpregset,
210 sparc32_linux_collect_core_fpregset): New.
211 (sparc32_linux_init_abi): Register them with generic sparc
212 core regset infrastructure.
0b4294d3
DM
213 * sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
214 (sparc64_linux_init_abi): Hook it into tdep->step_trap.
07c5f590
DM
215 (sparc64_linux_core_gregset,
216 sparc64_linux_supply_core_gregset,
217 sparc64_linux_collect_core_gregset,
218 sparc64_linux_supply_core_fpregset,
219 sparc64_linux_collect_core_fpregset): New.
220 (sparc64_linux_init_abi): Register them with generic sparc
221 core regset infrastructure.
0b4294d3
DM
222 * Makefile.in: Update dependencies.
223
9c0dd46b
DM
2242006-04-07 David S. Miller <davem@sunset.davemloft.net>
225
226 * linux-nat.c (linux_nat_thread_alive): Handle targets that
227 do not implement PTRACE_PEEKUSER.
228
670aa98f
DJ
2292006-04-07 Daniel Jacobowitz <dan@codesourcery.com>
230
231 * remote.c (remote_wait): Convert warning to error before
232 parsing corrupt packets.
233
e28493f2
AS
2342006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
235
236 * cli/cli-script.c (struct user_args): Add command field.
237 (arg_cleanup): Free command string.
238 (setup_user_args): Copy the command line before relying on it.
239
7f198e01
JB
2402006-04-06 Joel Brobecker <brobecker@adacore.com>
241
242 * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
243 of the "delete" command.
244
c9f7217e
RC
2452006-04-06 Randolph Chung <tausq@debian.org>
246
247 * MAINTAINERS (Patch champions): Add myself.
248
d993720d
AS
2492006-04-05 Andreas Schwab <schwab@suse.de>
250
251 * Makefile.in: Update dependencies.
252
f5a9b87d
DM
2532006-04-05 David S. Miller <davem@sunset.davemloft.net>
254
255 * sparc-tdep.c (sparc32_dwarf2_frame_init_reg): New.
256 (sparc32_gdbarch_init): Pass it to dwarf2_frame_set_init_reg.
257 * Makefile.in (sparc-tdep.o): Update dependencies.
80f9e3aa
DM
258 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): Pull register
259 window out of the correct stack frame.
260 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): Likewise.
aff37fc1
DM
261 * dwarf2-frame.c (dwarf2_frame_ops init_reg): Add "next_frame"
262 argument.
263 (dwarf2_frame_default_init_reg): Likewise.
264 (dwarf2_frame_set_init_reg): Update init_reg arg.
265 (dwarf2_frame_init_reg): Take "next_frame" and pass it to
266 ops->init_reg().
267 (dwarf2_frame_cache): Pass next_frame to dwarf2_frame_init_reg.
268 * dwarf2-frame.h (dwarf2-frame_set_init_reg): Update declaration.
269 * cris-tdep.c (cris_dwarf2_frame_init_reg): Add next_frame arg.
270 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
271 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
272 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
273 * sparc-tdep.c (sparc32_struct_return_from_sym): New function.
274 (sparc32_frame_cache): Call it.
275 (sparc32_dwarf2_struct_return_p): New function.
276 (sparc_dwarf2_frame_init_reg): Use it to determine if the function
277 returns a structure and thus we have to indicate the return PC and
278 NPC are 4 bytes later than usual.
faea95b1
DM
279 * sparc-linux-tdep.c (sparc32_linux_init_abi): Append
280 dwarf2 frame sniffer.
281 * Makefile.in (sparc-linux-tdep.o): Update dependencies.
f5a9b87d 282
75e192e6
DM
2832006-04-04 David S. Miller <davem@davemloft.net>
284
285 * config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
286 * config/linux64.h (NATDEPFILES): Likewise
287 * sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
288 fill_fpregset): New.
289 * sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
290 fill_fpregset): New.
0a59b3af
DM
291 * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
292 new includes.
293
dbcd679b
AS
2942006-04-04 Andreas Schwab <schwab@suse.de>
295
296 * Makefile.in (elf_common_h): Define.
297
357d3800
AS
2982006-04-03 Andrew Stubbs <andrew.stubbs@st.com>
299
300 * sh-tdep.c (sh_dwarf2_frame_init_reg): New function.
301 (sh_gdbarch_init): Call dwarf2_frame_set_init_reg().
302
d3c139e9
AS
3032006-03-31 Andrew Stubbs <andrew.stubbs@st.com>
304
305 * value.h (struct internalvar): Add field 'endian'.
306 * value.c (lookup_internalvar): Initialise endian.
307 (value_of_internalvar): Flip the endian of built-in types if required.
308 (set_internalvar): Set the endian.
309 (show_convenience): Access the value through value_of_internalvar().
310
bb858e6a
DJ
3112006-03-30 Vladimir Prus <ghost@cs.msu.su>
312
313 * remote.c (watchpoint_to_Z_packet): Use values of Z_packet_type enum
314 instead of hardcoded integer literals.
315
61d9b92f
DJ
3162006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
317
318 * cli/cli-script.c (insert_args): Handle NULL user_args.
319
f7060f85
DJ
3202006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
321
322 * arm-tdep.c (thumb_scan_prologue): Don't try to analyze
323 the function at zero if we have no symbols.
324
295bf0ff
DJ
3252006-03-30 Adrien Kunysz <a_kunysz@yahoo.com>
326
327 * i386-stub.c (getpacket): Fix array overflow.
328 * m32r-stub.c (getpacket): Likewise.
329 * m68k-stub.c (getpacket): Likewise.
330 * sh-stub.c (getpacket): Likewise.
331 * sparc-stub.c (getpacket): Likewise.
332
7abfe014
DJ
3332006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
334
335 * frame.h (set_current_sal_from_frame): New prototype.
336 * stack.c (set_current_sal_from_frame): Make global.
337 * infrun.c (normal_stop): Call set_current_sal_from_frame.
338
0ec9a092
DJ
3392006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
340
341 * linux-thread-db.c: Include "linux-nat.h".
342 (check_for_thread_db): New function, split out from
343 thread_db_new_objfile. Remove dead check for active
344 thread_db on inapplicable targets.
345 (thread_db_new_objfile): Call check_for_thread_db.
346 * Makefile.in (linux-thread-db.o): Update.
347 * linux-nat.c (child_post_attach): Call check_for_thread_db.
348 (linux_child_post_startup_inferior): Likewise.
349 (lin_lwp_attach_lwp): Call target_post_attach instead of
350 child_post_attach.
351 * linux-nat.h (check_for_thread_db): New prototype.
352
6d820c5c
DJ
3532006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
354
355 * remote.c (struct remote_state): Add BUF and BUF_SIZE.
356 (init_remote_state): Initialize the new fields.
357 (get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
358 (set_thread, remote_thread_alive, remote_unpack_thread_info_response)
359 (remote_get_threadinfo, parse_threadlist_response)
360 (remote_get_threadlist, remote_current_thread, remote_threads_info)
361 (remote_threads_extra_info, extended_remote_restart, get_offsets)
362 (remote_check_symbols, remote_open_1, remote_detach)
363 (remove_vcont_probe, remote_vcont_resume, remote_resume)
364 (remote_wait, remote_async_wait, fetch_register_using_p)
365 (remote_fetch_registers, store_register_using_P)
366 (remote_store_registers, check_binary_download, remote_write_bytes)
367 (remote_read_bytes, remote_insert_breakpoint)
368 (remote_remove_breakpoint, remote_insert_watchpoint)
369 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
370 (remote_remove_hw_breakpoint, compare_sections_command)
371 (remote_xfer_partial, remote_rcmd, packet_command)
372 (remote_get_thread_local_address): Use the global incoming buffer
373 instead of alloca or xmalloc. Limit outgoing packets to
374 rs->remote_packet_size and incoming packets to rs->buf_size.
375 Update calls to getpkt and remote_send.
376 (remote_send): Take arguments by reference.
377 (putpkt_binary): Eliminate junkbuf. Use skip_frame.
378 (skip_frame): New function.
379 (read_frame): Take arguments by reference. Expand the packet
380 buffer instead of issuing an error.
381 (getpkt, getpkt_sane): Take arguments by reference.
382 * remote.h (getpkt): Update prototype and doc.
383 * tracepoint.c (remote_get_noisy_reply): Take arguments by
384 reference.
385 (target_buf): Change from array to pointer.
386 (target_buf_size): New variable.
387 (remote_set_transparent_ranges): Update call to getpkt.
388 (trace_start_command, trace_stop_command, trace_status_command):
389 Update calls to remote_get_noisy_reply.
390 (finish_tfind_command): Take arguments by reference.
391 (trace_find_command, trace_find_pc_command)
392 (trace_find_tracepoint_command, trace_find_line_command):
393 (trace_find_range_command, trace_find_outside_command): Update
394 calls to finish_tfind_command.
395 (_initialize_tracepoint): Initialize target_buf_size and target_buf.
396
3d8dcac6
RC
3972005-03-30 Randolph Chung <tausq@debian.org>
398
399 * hppa-linux-tdep.c: Include regset.h.
400 (GR_REGNUM, TR_REGNUM, greg_map): New.
401 (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
402 (hppa_linux_regset, hppa_linux_fpregset): New.
403 (hppa_linux_regset_from_core_section): New.
404 (hppa_linux_init_abi): Set regset_from_core_section.
405 (_initialize_hppa_linux_tdep): Register osabi handler for
406 64-bit Linux.
407 * Makefile.in (hppa-linux-tdep.o): Update dependencies.
408 * config/pa/linux.mh: Stop using core-regset.o
409
29d375ac
RC
4102006-03-30 Randolph Chung <tausq@debian.org>
411
412 * hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
413 (hppa_frame_cache): Use new function to find unwind entry.
414 (hppa_frame_this_id): Likewise.
415 (hppa_frame_unwind_sniffer): Likewise.
416
f4267320
DJ
4172006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
418
419 * NEWS: Mention the removal of NLM.
420
4212006-03-29 Steve Ellcey <sje@cup.hp.com>
422
423 * Makefile.in (nlm): Remove target.
424 * configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
425 * configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
426 * configure: Regenerate.
427 * doc/gdb.texinfo: Remove gdbserve.nlm documentation.
428 * nlm: Remove directory.
429
698ba934
DJ
4302006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
431
432 * Makefile.in (utils.o): Update.
433 * top.c (in_user_command): New.
434 (command_line_input): Use input_from_terminal_p.
435 (input_from_terminal_p): Don't check caution. Handle
436 stdin == NULL for Insight.
437 * top.h (in_user_command, caution): New declarations.
438 * utils.c: Include "top.h".
439 (query, defaulted_query): Check caution here. Move the call
440 to input_from_terminal_p higher.
441 * cli/cli-script.c (do_restore_user_call_depth): Only decrement
442 the depth. Update in_user_command if necessary.
443 (execute_user_command): Don't clobber old_chain. Set
444 in_user_command. Let do_restore_user_call_depth handle
445 user_call_depth.
446 (read_command_lines): Check whether to prompt before calling
447 Insight hooks.
448 * tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
449 input_from_terminal_p check.
450
2f00de94
UW
4512006-03-29 Ulrich Weigand <uweigand@de.ibm.com>
452
453 * s390-nat.c (s390_insert_watchpoint): Add missing argument.
454 (s390_remove_watchpoint): Likewise.
455
7d30c22d
JB
4562006-03-28 Jim Blandy <jimb@codesourcery.com>
457
458 * prologue-value.c, prologue-value.h: New files.
459 * Makefile.in (prologue_value_h): New variable.
460 (HFILES_NO_SRCDIR): List prologue-value.h.
461 (SFILES): List prologue-value.c.
462 (COMMON_OBS): List prologue-value.o.
463 (prologue-value.o): New rule.
464
05c6a9a1
MS
4652006-03-27 Michael Snyder <msnyder@redhat.com>
466
467 * xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
468 xstormy16_pointer_to_address, xstormy16_address_to_pointer,
469 xstormy16_frame_prev_register): Change void* to gdb_byte*.
470 (xstormy16_push_dummy_call): Add block-local char* val,
471 to avoid type conflict with outer scope variable.
472
4e6cbc38
AS
4732006-03-27 Andrew Stubbs <andrew.stubbs@st.com>
474
475 * sh-tdep.c (sh_gdbarch_init): Add missing architectures.
476
75483fbe
NR
4772006-03-27 Nick Roberts <nickrob@snap.net.nz>
478
479 * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
480 offsets for languages like Fortran.
481
97ce3a05
RC
4822006-03-26 Randolph Chung <tausq@debian.org>
483
484 * config/pa/hppa64.mt: Use HPUX version of the tm file.
485
be85b69f
NR
4862006-03-25 Nick Roberts <nickrob@snap.net.nz>
487
488 * mi/gdb-mi.el (gdbmi-send): Improve regexp to repeat commands.
489 Try to deal with continuation line.
490 (gdbmi, gdbmi-prompt1, gud-gdbmi-marker-filter): Update to new
491 variable names.
492 (gdb-break-list-regexp, gdb-stack-list-frames-regexp):
493 Future proof against new fields being added to MI output.
494 (gdbmi-prompt2, gdb-break-list-handler,gdb-get-source-file)
495 (gdbmi-frame-handler): Update to new variable name
496 gdb-get-buffer-create.
497 (gdbmi-frame-handler): Use hollow-right-triangle for all selected
498 frames which except the innermost (where execution has stopped).
499
7fc4b1a1
RC
5002006-03-24 Randolph Chung <tausq@debian.org>
501
502 * solib-som.c (link_map_start): Don't error out if there is
503 not yet a link map.
504
f973ed9c
DJ
5052006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
506
507 * linux-nat.c (linux_ops_saved): New.
508 (super_mourn_inferior, kill_inferior, threaded, linux_nat_ops)
509 (child_mourn_inferior, child_wait, linux_nat_create_inferior)
510 (linux_nat_fetch_registers, linux_nat_store_registers)
511 (linux_nat_child_post_startup_inferior, init_linux_nat_ops): Delete.
512 (init_lwp_list): Don't set threaded.
513 (add_lwp): Don't modify threaded.
514 (delete_lwp): Don't mention non-threaded mode.
515 (linux_nat_switch_fork): New.
516 (linux_nat_attach): Update inferior_ptid.
517 (linux_nat_wait): Handle num_lwps == 0 at entry. Don't check
518 threaded flag.
519 (linux_nat_kill): Handle pending forks and saved forks.
520 (linux_nat_mourn_inferior): Handle saved forks.
521 (linux_nat_pid_to_str): Don't use the LWP form when there is
522 only one thread.
523 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
524 (linux_nat_add_target): New.
525 (_initialize_linux_nat): Don't initialize the linux native target
526 here.
527 * linux-nat.h (linux_nat_add_target, linux_nat_switch_fork): New
528 prototypes.
529 * linux-fork.c: Include "linux-nat.h".
530 (add_fork): Update initial PID.
531 (fork_load_infrun_state): Call linux_nat_switch_fork.
532 * Makefile.in (linux-fork.o): Update.
533
534 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
535 linux_nat_add_target instead of add_target.
536 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Likewise.
537 * arm-linux-nat.c (_initialize_arm_linux_nat): Likewise.
538 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Likewise.
539 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Likewise.
540 * i386-linux-nat.c (_initialize_i386_linux_nat): Likewise.
541 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Likewise.
542 * m68klinux-nat.c (_initialize_m68k_linux_nat): Likewise.
543 * mips-linux-nat.c (_initialize_mips_linux_nat): Likewise.
544 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Likewise.
545 * s390-nat.c (_initialize_s390_nat): Likewise.
546 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Likewise.
547 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Likewise.
548
791b663b
DJ
5492006-03-24 Daniel Jacobowitz <dan@codesourcery.com>
550
551 * linux-fork.c: Include "gdb_assert.h".
552 (fork_load_infrun_state): Set inferior_ptid and stop_pc here.
553 Update the register cache and selected frame also.
554 (linux_fork_mourn_inferior): Use fork_load_infrun_state. Return
555 to single fork mode if necessary.
556 (linux_fork_context): Remove bits handled by fork_load_infrun_state.
557 * Makefile.in (linux_fork_h): New.
558 (linux-fork.o, linux-nat.o): Update.
559
d311d956
AS
5602006-03-23 Andreas Schwab <schwab@suse.de>
561
562 * config/s390/s390.mh (NATDEPFILES): Add linux-fork.o.
563
a849c9ab
JB
5642006-03-18 Jim Blandy <jimb@codesourcery.com>
565
566 * symtab.h (enum address_class): Doc fix.
567
cf913f37
MS
5682006-03-16 Michael Snyder <msnyder@redhat.com>
569
712e3020 570 * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
88c231eb 571 * target.c (push_target): Fix typo in comment.
94e08568 572 * remote.c (remote_watch_data_address): Fix typo in comment.
cf913f37
MS
573 * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
574
7c699b81
KB
5752006-03-15 Kevin Buettner <kevinb@redhat.com>
576
577 * frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
578 Include.
579 (FRV_ELF_NGREG, FRV_PT_PSR, FRV_PT_ISR, FRV_PT_CCR, FRV_PT_CCCR)
580 (FRV_PT_LR, FRV_PT_LCR, FRV_PT_PC, FRV_PT_GNER0, FRV_PT_GNER1)
581 (FRV_PT_IACC0H, FRV_PT_IACC0L, FRV_PT_GR, FRV_PT_TBR)
582 (FRV_PT_EXEC_FDPIC_LOADMAP, FRV_PT_INTERP_FDPIC_LOADMAP): Define.
583 (frv_elf_greg_t, frv_elf_gregset_t, frv_elf_fpreg_t)
584 (frv_elf_fpregset_t): Define types.
585 (frv_linux_supply_gregset, frv_linux_supply_fpregset)
586 (frv_linux_regset_from_core_section: New functions.
587 (frv_linux_gregset, frv_linux_fpregset): New static globals.
588 (frv_linux_init_abi): Register the `regset_from_core_section' method.
589 * Makefile.in (frv-linux-tdep.o): Update dependencies.
590 * solib-frv.c (frv_current_sos): Relocate main executable after
591 loading core file.
592 (frv_clear_solib): Clean up space associated with
593 `main_executable_lm_info'.
594 * config/frv/frv.mt (TDEPFILES): Add corelow.o to this list.
595
d37eb719
DJ
5962006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
597
598 * Makefile.in (mips_linux_tdep_h): New.
599 (mpis-linux-nat.o, mips-linux-tdep.o): Update.
600 * mips-linux-nat.c: Include "inferior.h", "mips-linux-tdep.h", and
601 <sys/ptrace.h>.
602 (have_ptrace_regsets, super_fetch_registers, super_store_registers)
603 (mips64_linux_regsets_fetch_registers)
604 (mips64_linux_regsets_store_registers, mips64_linux_fetch_registers)
605 (mips64_linux_store_registers): New.
606 (_initialize_mips_linux_nat): Override to_fetch_registers and
607 to_store_registers.
608 * mips-linux-tdep.h: New file.
609 * mips-linux-tdep.c: Include "mips-linux-tdep.c".
610 (ELF_NGREG, ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t)
611 (elf_fpregset_t, FPR_BASE, PC, CAUSE, BADVADDR, MMHI, MMLO)
612 (FPC_CSR, FPC_EIR, EF_REG0, EF_REG31, EF_LO, EF_HI, EF_CP0_EPC)
613 (EF_CP0_BADVADDR, EF_CP0_STATUS, EF_CP0_CAUSE, EF_SIZE)
614 (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, mips64_elf_greg_t)
615 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
616 (MIPS64_FPR_BASE, MIPS64_PC, MIPS64_CAUSE, MIPS64_BADVADDR)
617 (MIPS64_MMHI, MIPS64_MMLO, MIPS64_FPC_CSR, MIPS64_FPC_EIR)
618 (MIPS64_EF_REG0, MIPS64_EF_REG31, MIPS64_EF_LO, MIPS64_EF_HI)
619 (MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR, MIPS64_EF_CP0_STATUS)
620 (MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE): Delete.
621 (supply_32bit_reg): Use gdb_byte.
622 (supply_64bit_reg): New.
623 (mips_supply_gregset, mips_fill_gregset, mips_supply_fpregset)
624 (mips_fill_fpregset, fetch_core_registers, supply_gregset)
625 (fill_gregset, supply_fpregset): Update for renamed types.
626 (mips64_supply_gregset): Use gdb_byte and supply_64bit_reg.
627 (mips64_fill_gregset): Make global. Handle 32-bit register
628 sizes.
629 (mips64_fill_fpregset): Make global. Use gdb_byte. Handle
630 FP regsets properly.
631
9f62d0e2
DJ
6322006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
633
634 * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.
635 (mips_fill_gregset): Renamed from fill_gregset.
636 (mips_supply_fpregset): Renamed from supply_fpregset.
637 (mips_fill_fpregset): Renamed from fill_fpregset.
638 (fetch_core_registers): Update calls.
639 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): New
640 functions.
641
26c53e50
DJ
6422006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
643
644 * mips-tdep.c (mips_gdbarch_init): Default 64-bit ELF files to N64.
645
5b652102
DJ
6462006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
647
648 * mips-tdep.c (is_mips16_addr, mips32_next_pc, add_offset_16):
649 Correct arithmetic for 64-bit CORE_ADDR.
650
d05f6826
DJ
6512006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
652
653 * mips-linux-tdep.c: Include "floatformat.h".
654 (mips_linux_init_abi): Use 128-bit long double for N32 and N64.
0a407ead
DJ
655 * mips-tdep.c (mips_n32n64_return_value): Support 128-bit long
656 double.
d05f6826
DJ
657 (print_gp_register_row): Don't print spaces before ignored
658 or floating point registers.
6367c6b1 659 * Makefile.in (mips-linux-tdep.o): Update.
d05f6826 660
3e5af19e
DJ
6612006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
662
663 * mips-mdebug-tdep.c (compare_pdr_entries): Use bfd_get_signed_32
664 for code addresses.
665 (non_heuristic_proc_desc): Likewise.
666
dc60ece8
DJ
6672006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
668
669 * mips-linux-nat.c: Include "gdb_proc_service.h".
670 (PTRACE_GET_THREAD_AREA): Define.
671 (ps_get_thread_area): New.
672 * Makefile.in (mips-linux-nat.o): Update.
673
2f83030f
JB
6742006-03-13 Jim Blandy <jimb@codesourcery.com>
675
676 * MAINTAINERS: Use my work address.
677
56aac7e8 6782006-03-09 Michael Snyder <msnyder@redhat.com>
a9877905 679
56aac7e8
MS
680 * linux-nat.c (kill_inferior): Just call target_mourn_inferior
681 instead of getting tricky for the multi-fork case.
682 * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
683 for each fork, and then use init_fork_list to delete them.
a9877905 684
831004b7
AO
6852006-03-08 Alexandre Oliva <aoliva@redhat.com>
686
687 * solib-svr4.c (svr4_current_sos): Move up initialization of
688 l_addr, such that it clearly covers all cases.
689
f1b4b38e
AS
6902006-03-08 Andreas Schwab <schwab@suse.de>
691
692 * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
693 libunwind_frame_prev_register to use a gdb_byte buffer and
694 extract_unsigned_integer.
695 (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
696
697 * libunwind-frame.c (libunwind_frame_prev_register): Change type
698 of last argument to `gdb_byte *'
699 * libunwind-frame.h: Adjust declaration.
700
f53f0d0b
PB
7012006-03-08 Paul Brook <paul@codesourcery.com>
702
703 * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
704 (arm_frame_align): New function.
705 (arm_gdbarch_init): Use it.
706
b67fd56f
AC
7072006-03-03 Khem Raj <khem@mvista.com>
708
709 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
710 Committed by Andrew Cagney.
711
a64ae7e0
CV
7122006-03-02 Corinna Vinschen <vinschen@redhat.com>
713
714 * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
715 address to MDR register.
716
9733fc94
DJ
7172006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
718
719 * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
720 calls.
721
4897bfb9
RC
7222006-03-01 Randolph Chung <tausq@debian.org>
723
724 * somread.c (som_symfile_read): Update comment and remove unneeded
725 use of a deprecated variable.
726
6fcecea0
RC
7272006-03-01 Randolph Chung <tausq@debian.org>
728
729 * hppa-tdep.h (unwind_table_entry): Update field names to match HP
730 runtime specification.
731 * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
732 (unwind_command): Likewise.
733
46acf081
RC
7342006-03-01 Randolph Chung <tausq@debian.org>
735
736 * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
737 Pseudo_SP_Set in unwind record.
738
477e69e8
RC
7392006-03-01 Randolph Chung <tausq@debian.org>
740
741 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
742 TDEP->is_elf to determine if we are working with a SOM binary.
743 (null_symtab_and_line): Remove unused variable.
744 * config/pa/hppa64.mt: Use tm-hppa.h.
745 * config/pa/tm-hppa64.h: Remove file.
746
848359ac
WZ
7472006-03-01 Wu Zhou <woodzltc@cn.ibm.com>
748
749 * f-typeprint.c (f_type_print_base): Delete the redundant space.
750
f9ec92b6
KB
7512006-02-28 Kevin Buettner <kevinb@redhat.com>
752
753 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
754 * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
755 Include.
756 (am33_linux_sigframe_cache_init): New function.
757 (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
758 descriptions.
759 (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
760 (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
761 (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
762 (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
763 (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
764 (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
765 (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
766 (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
767 (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
768 New constants.
769 (am33_linux_init_osabi): Register signal frame unwinders.
770
e92e42f5
KB
7712006-02-28 Kevin Buettner <kevinb@redhat.com>
772
773 * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack
774 out of pattern match by saving relevant state. Fix stack size
775 adjustment bug.
776
cc10cae3
AO
7772006-02-28 Alexandre Oliva <aoliva@redhat.com>
778
779 * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
780 l_ld_size fields.
781 * solib-svr4.c (struct lm_info): Add l_addr field.
782 (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
783 (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
784 (LM_DYNAMIC_FROM_LINK_MAP): New.
785 (LM_ADDR_CHECK): New. Use it instead of LM_ADDR.
786 (svr4_current_sos): Initialize l_addr. Adjust.
787 (svr4_relocate_section_addresses): Adjust.
788 (svr4_ilp32_fetch_link_map_offsets): Define new members.
789 (svr4_lp64_fetch_link_map_offsets): Likewise.
790 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
791 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
792 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
793 * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
794
691342f9
DM
7952006-02-26 David S. Miller <davem@sunset.davemloft.net>
796
797 * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
798 * config/sparc/linux64.mt (TDEPFILES): Likewise.
799
2c387241
AM
8002006-02-27 Alan Modra <amodra@bigpond.net.au>
801
802 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
803 (ppc_linux_remove_watchpoint): Likewise, and args.
804
3597fb82
MK
8052006-02-26 Mark Kettenis <kettenis@gnu.org>
806
807 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
808 "soft" interrupts.
809
637d6690
CW
8102006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm>
811
812 * gdb/defs.h: unconditionally include <fcntl.h>, and
813 ensure that O_BINARY is defined.
814 * gdb/solib.c(solib_open): ensure solib files are opened in
815 binary mode.
816 * gdb/corelow.c: Remove O_BINARY macro definition.
817 * gdb/exec.c: Remove O_BINARY macro definition
818 * gdb/remote-rdp.c: Remove O_BINARY macro definition
819 * gdb/source.c: Remove O_BINARY macro definition
820 * gdb/symfile.c: Remove O_BINARY macro definition
821
9846e541
RC
8222006-02-24 Randolph Chung <tausq@debian.org>
823
824 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
825 argreg.
826 * solib-som.c (som_solib_remove_inferior_hook): Remove unused
827 function.
828
2a5e440c
WZ
8292006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
830
831 * f-exp.y: Symbol '%' is not used as the modulus operator in
832 Fortran. Delete this from Fortran expression.
833 It is now used by Fortran 90 and later to access the member
834 of derived type. Add this into Fortran expression.
835 * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
836 Print each elements in the derived type.
837 * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
838 level into the function definition to do indented printing. And
839 call fprintfi_filtered instead to do indented printing.
840 (f_type_print_base): Replace fprintf_filtered with the indented
841 version (fprintfi_filtered).
842 (f_type_print_base): Call indented print_equivalent_f77_float_type.
843 (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print
844 the definition of the derived type.
845
92128691
DJ
8462006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
847
848 * gdb_curses.h: Provide a fallback prototype for tgetnum.
849
a6205f53
DJ
8502006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
851
852 * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
853 also.
854 (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
855 (DOUBLEST_SCAN_FORMAT): New.
856 * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
857 (processReal): Use DOUBLEST_SCAN_FORMAT.
858 * c-exp.y (parse_number): Likewise.
859 * jv-exp.y (parse_number): Likewise.
860 * objc-exp.y (parse_number): Likewise.
861 * p-exp.y (parse_number): Likewise.
862
0f0b8dcd
DJ
8632006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
864
865 * event-top.c (async_do_nothing, async_disconnect)
866 (async_stop_sig, async_float_handler): Remove duplicated
867 prototypes.
868 (handle_sighup): Guard prototype with SIGHUP.
869 (async_do_nothing): Guard function and prototype with
870 SIGQUIT || SIGHUP.
871 (async_disconnect): Guard prototype with SIGHUP.
872 (async_stop_sig): Guard prototype with STOP_SIGNAL.
873
4e91d01c
DJ
8742006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
875
876 * maint.c (maintenance_dump_me): Remove unnecessary prototype.
877
1e0600be
DJ
8782006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
879
880 * win32-termcap.c (tputs): Return 0.
881
094a342e
MK
8822006-02-21 Mark Kettenis <kettenis@gnu.org>
883
884 * configure.ac: Introduce ---enable-werror, which adds -Werror to
885 the compiler command line. Enabled by default. Disable with
886 --disable-werror.
887 * configure regenerate.
888
74763737
DJ
8892006-02-21 Daniel Jacobowitz <dan@codesourcery.com>
890
891 * elfread.c (elf_symtab_read): Skip symbols which BFD considers
892 special.
893
13d35ae5
AS
8942006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
895
896 * defs.h (directory_switch): Add prototype.
897 * main.c (captured_main): Use directory_switch() instead of
898 directory_command() to add directories from the -d switch.
899 * source.c (directory_switch): New function.
900 (add_path): Use buildargv() to parse spaces in filenames properly.
901 Strip multiple trailing '/' rather than just one.
902
5b96932b
AS
9032006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
904
905 * symfile.c (add_symbol_file_command): Use buildargv(), instead of
906 hand decoding the command line, to allow use of quotes and spaces.
907 (_initialize_symfile): Reorganize the help message for add-symbol-file
908 such that 'help files' shows a better message.
909
a6b0a3f3
AS
9102006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
911
912 * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
913 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
914 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
915 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
916
17fbb0bd
DJ
9172006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
918
919 * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
920 and __SIGRTMIN + 1.
921
444abaca
DJ
9222006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
923
924 * remote.c: Add an enumeration for configurable remote
925 packets.
926 (remote_protocol_packets, set_remote_protocol_packet_cmd)
927 (show_remote_protocol_packet_cmd): New.
928 (remote_protocol_vcont)
929 (set_remote_protocol_vcont_packet_cmd)
930 (show_remote_protocol_vcont_packet_cmd)
931 (remote_protocol_qSymbol)
932 (set_remote_protocol_qSymbol_packet_cmd)
933 (show_remote_protocol_qSymbol_packet_cmd)
934 (remote_protocol_P, set_remote_protocol_P_packet_cmd)
935 (show_remote_protocol_P_packet_cmd)
936 (remote_protocol_Z)
937 (set_remote_protocol_Z_software_bp_packet_cmd)
938 (show_remote_protocol_Z_software_bp_packet_cmd)
939 (set_remote_protocol_Z_hardware_bp_packet_cmd)
940 (show_remote_protocol_Z_hardware_bp_packet_cmd)
941 (set_remote_protocol_Z_write_wp_packet_cmd)
942 (show_remote_protocol_Z_write_wp_packet_cmd)
943 (set_remote_protocol_Z_read_wp_packet_cmd)
944 (show_remote_protocol_Z_read_wp_packet_cmd)
945 (set_remote_protocol_Z_access_wp_packet_cmd)
946 (show_remote_protocol_Z_access_wp_packet_cmd)
947 (remote_protocol_binary_download)
948 (set_remote_protocol_binary_download_cmd)
949 (show_remote_protocol_binary_download_cmd)
950 (remote_protocol_qPart_auxv)
951 (set_remote_protocol_qPart_auxv_packet_cmd)
952 (show_remote_protocol_qPart_auxv_packet_cmd)
953 (remote_protocol_qGetTLSAddr)
954 (set_remote_protocol_qGetTLSAddr_packet_cmd)
955 (show_remote_protocol_qGetTLSAddr_packet_cmd)
956 (remote_protocol_p)
957 (set_remote_protocol_p_packet_cmd)
958 (show_remote_protocol_p_packet_cmd): Delete.
959
960 (init_all_packet_configs): Simplify.
961 (set_remote_protocol_Z_packet_cmd)
962 (show_remote_protocol_Z_packet_cmd)
963 (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
964 (remote_fetch_registers, remote_prepare_to_store)
965 (remote_store_registers, check_binary_download)
966 (remote_write_bytes, remote_insert_breakpoint)
967 (remote_remove_breakpoint, remote_insert_watchpoint)
968 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
969 (remote_remove_hw_breakpoint, remote_xfer_partial)
970 (remote_get_thread_local_address): Update for packet array.
971 (_initialize_remote): Likewise; also update for common
972 set/show commands.
973
3bd72c6f
DJ
9742006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
975
976 * symfile.c (place_section): Correct retry logic.
977
a244bdca
CF
9782006-02-19 Christopher Faylor <cgf@timesys.com>
979
980 * win32_nat.c (cygwin_load_start): New variable.
981 (cygwin_load_end): Ditto.
982 (have_saved_context): Ditto.
983 (saved_context): Ditto.
984 (max_dll_name_len): Delete obsolete variable.
985 (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
986 if we are in a cygwin signal rather than a windows signal.
987 (solib_symbols_add): Detect and store beginning and end of cygwin DLL
988 if dll being loaded is the cygwin DLL.
989 (register_loaded_dll): Remove calculation of max_dll_name_len.
990 (win32_clear_solib): Ditto.
991 (handle_load_dll): Delete obsolete variable. Remove unneeded call to
992 solib_add.
993 (handle_output_debug_string): Detect and store signal information sent
994 by Cygwin here.
995 (handle_exception): Silently pass on errors in the cygwin DLL. Return
996 -1 on first pass exception.
997 (win32_continue): Remove spurious clearing of continue_status.
998 (get_win32_debug_event): Deal differently first chance exception.
999
806e23c0
RC
10002006-02-19 Randolph Chung <tausq@debian.org>
1001
1002 * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
1003 unwind entry.
1004
d843c49c
FF
10052006-02-16 Fred Fish <fnf@specifix.com>
1006
1007 * eval.c (evaluate_subexp_standard): For OP_TYPE, return
1008 a non lval value zero, of the appropriate type, when avoiding
1009 side effects.
1010 * typeprint.c (ptype_eval): Remove function and declaration.
1011 (ptype_command): Simplify to just a call to whatis_exp.
1012
1c5bada0
PB
10132006-02-15 Paul Brook <paul@codesourcery.com>
1014
1015 * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
1016 Load insn opcodes as unsigned values.
1017
96c1eda2
AO
10182006-02-14 Alexandre Oliva <aoliva@redhat.com>
1019
1020 * doublest.h (DOUBLEST): Use long double only if we can scan
1021 it in. Undefine HAVE_LONG_DOUBLE otherwise.
1022 (DOUBLEST_FORMAT): New.
1023 * c-exp.y (parse_number): Use it.
1024 * jv-exp.y (parse_number): Likewise.
1025 * objc-exp.y (parse_number): Likewise.
1026 * p-exp.y (parse_number): Likewise.
1027 * varobj.c (free_variable): Silence type-punning warnings.
1028 * tui/tui-data.h (struct tui_list): Change type of list member.
1029 * tui/tui-data.c: Remove no-longer-needed type casts.
1030 (source_windows): Silence type-punning warnings.
1031 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
1032
92dd43fa
MK
10332006-02-13 Mark Kettenis <kettenis@gnu.org>
1034
1035 Fix PR breakpoints/2080.
1036 * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
1037 (i386_analyze_stack_align): New function.
1038 (i386_analyze_prologue): Use i386_analyze_stack_align.
1039 (i386_frame_cache): Deal with stack realignment.
1040
7314787a
NR
10412006-02-14 Nick Roberts <nickrob@snap.net.nz>
1042
1043 * mi/gdb-mi.el: Use more functions from gdb-ui.el.
1044 (gdb-break-list-regexp): Match "what" field if present.
be85b69f 1045 (gdb-stack-list-frames-regexp): Match "from" field if present.
7314787a
NR
1046 (gdb-stack-list-frames-handler): Present output like "info
1047 breakpoints" so regexps can be shared with gdb-ui
1048
0ea3f30e
DJ
10492006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
1050
1051 * NEWS: Mention native Windows support.
1052 * Makefile.in (gdb_select_h, ser_tcp_h): New.
1053 (ALLDEPFILES): Add ser-mingw.c.
1054 (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
1055 (ser-tcp.o, ser-unix.o): Update.
1056 (ser-mingw.o): New rule.
1057 * configure: Regenerated.
1058 * configure.ac: Add ser-mingw.o for mingw32.
1059 * ser-mingw.c: New file.
1060 * event-loop.c: Include "gdb_select.h".
1061 (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
1062 * ser-base.c: Include "gdb_select.h".
1063 (ser_base_wait_for): Use gdb_select.
1064 * serial.c (serial_for_fd): New function.
1065 (serial_fdopen): Try "terminal" before "hardwire". Initialize
1066 the allocated struct serial.
1067 (serial_wait_handle): New function.
1068 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
1069 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
1070 * gdb_select.h: New file.
1071 * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include.
1072 (net_close, net_read_prim, net_write_prim): Make global.
1073 (net_open): Likewise. Pass an exception set to select. Whitespace fix.
1074 Document why we can not use gdb_select.
1075 (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
1076 * ser-tcp.h: New file.
1077 * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
1078 (handle_sigio): Use gdb_select.
1079 (initialize_stdin_serial): New function.
1080 * terminal.h (initialize_stdin_serial): New prototype.
1081 * top.c (gdb_init): Call initialize_stdin_serial.
1082 * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
1083 event-loop.c. Add exception condition support. Use serial_for_fd
1084 and serial_wait_handle. Fix timeout handling.
1085 * posix-hdep.c: Include "gdb_select.h".
1086 (gdb_select): New function.
1087 * remote-st.c (connect_command): Use gdb_select.
1088 * ser-unix.c: Include "gdb_select.h".
1089 (hardwire_send_break, wait_for): Use gdb_select.
1090
121ce6e5
DJ
10912006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
1092
1093 * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
1094 (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
1095 * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs
1096 to posix-hdep.o by default.
1097 * configure: Regenerated.
1098 * configure.host: Document gdb_host_obs. Add an entry for
1099 i[34567]86-*-mingw32*.
1100 * mingw-hdep.c, posix-hdep.c: New files.
1101 * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
1102
1f82754b
JB
11032006-02-10 Joel Brobecker <brobecker@adacore.com>
1104
1105 * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
1106 * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
1107 * rs6000-tdep.h: New file.
1108 * rs6000-tdep.c: Include "rs6000-tdep.h".
1109 (rs6000_gdbarch_init): Remove enabling of software single step.
1110 Will be done in the AIX-specific initialization routine.
1111 * rs6000-aix-tdep.c: New file.
1112 * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
1113 * Makefile.in (rs6000_tdep_h): New variable.
1114 (rs6000-tdep.o): Update dependencies.
1115 (rs6000-aix-tdep.o): New rule.
1116
577b7047
JB
11172006-02-10 Joel Brobecker <brobecker@adacore.com>
1118
1119 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
1120 instead of add_setshow_zinteger_cmd to defined the aix-thread
1121 boolean setting.
1122
ff800d76
NR
11232006-02-10 Nick Roberts <nickrob@snap.net.nz>
1124
1125 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
1126
5afb4e99
DJ
11272006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1128
1129 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
1130 30 bits. Add load_all_dies flag.
1131 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
1132 Load DW_TAG_member by default. Remove internal_error call.
1133 (find_partial_die): Reload the compilation unit if we can not find
1134 a DIE in the cache. Call internal_error here if we still can not
1135 find the DIE.
1136
a832795c
NR
11372006-02-10 Nick Roberts <nickrob@snap.net.nz>
1138
1139 * breakpoint.c (print_one_breakpoint): Add break to case
1140 bp_catch_vfork in switch statement.
1141
c9dd6fef
WZ
11422006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
1143
1144 * config/i386/nm-i386sol2.h: Update copyright year.
1145 * config/mips/nm-irix5.h: Ditto.
1146 * config/sparc/nm-sol2.h: Ditto.
1147 * s390-nat.c: Ditto.
1148 * ppc-linux-nat.c: Ditto.
1149
2a3cdf79
WZ
11502006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
1151
1152 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
1153 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
1154 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1155 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
1156 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1157 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
1158 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1159 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
1160 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
1161 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
1162 add to_region_ok_for_hw_watchpoint.
1163 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
1164 (s390_region_ok_for_hw_watchpoint): New.
1165 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
1166 and add to_region_ok_for_hw_watchpoint.
1167 * target.c (default_region_size_ok_for_hw_watchpoint,
1168 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
1169 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
1170 inheritance and default_region_size_ok_for_hw_watchpoint.
1171 (default_region_ok_for_hw_watchpoint): If len is less than or equal
1172 the length of void pointer, return ok.
1173 (default_region_size_ok_for_hw_watchpoint): Delete.
1174 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
1175 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
1176 * target.h (struct target_ops): Delete
1177 to_region_size_ok_for_hw_watchpoint.
1178 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
1179
e0d24f8d
WZ
11802006-02-08 Ben Elliston <bje@au1.ibm.com>
1181 Wu Zhou <woodzltc@cn.ibm.com>
1182
1183 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
1184 PTRACE_GETSIGINFO): Define.
1185 (last_stopped_data_address): New.
1186 (ppc_linux_check_watch_resources): New function.
1187 (ppc_linux_region_ok_for_hw_watchpoint): New function.
1188 (ppc_linux_insert_watchpoint): New function.
1189 (ppc_linux_remove_watchpoint): New function.
1190 (ppc_linux_stopped_data_address): New function.
1191 (ppc_linux_stopped_by_watchpoint): New function.
1192 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
1193 related target vectors.
1194 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
1195 to have nonsteppable watchpoint.
1196 * target.c (default_region_ok_for_hw_watchpoint,
1197 debug_to_region_ok_for_hw_watchpoint): New prototypes.
1198 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
1199 and set default to_region_ok_for_hw_watchpoint.
1200 (default_region_ok_for_hw_watchpoint): New function.
1201 (debug_to_region_ok_for_hw_watchpoint): New function.
1202 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
1203 debug_target.
1204 * target.h (struct target_ops): Add a new target vector
1205 to_region_ok_for_hw_watchpoint.
1206 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
1207 defined anyplace else.
927890d0 1208
e0d24f8d 12092005-02-07 Joel Brobecker <brobecker@adacore.com>
927890d0
JB
1210 * symfile.c (add_symbol_file_command): Abort if the user forgot
1211 to provide the address when the file has been loaded.
1212
f4d408c6
DJ
12132006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1214
1215 * MAINTAINERS: Update file based on maintainers survey. Add
1216 a note to Past Maintainers. Move unresponsive or inactive
1217 maintainers to Authorized Committers or Past Maintainers as
1218 appropriate. Correct Jim Kingdon's email address. Remove
1219 vacant areas of responsibility.
1220
38fcd64c
DJ
12212006-02-06 Vladimir Prus <ghost@cs.msu.su>
1222
1223 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
1224 fullname field.
1225
7b871fab
DJ
12262006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
1227
1228 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
1229 * exceptions.c (exception_none, exceptions_state_mc_init)
1230 (throw_vfatal): Use GDB_NO_ERROR.
1231
e4cd0d6a
MK
12322006-02-02 Mark Kettenis <kettenis@gnu.org>
1233
1234 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
1235 r_map_size members. Add r_version_offset, r_version_size and
1236 r_ldsomap_offset members.
1237 * solib-svr4.c (solib_svr4_r_map): Renamed from
1238 fetch_link_map_member. Simplify using read_memory_typed_address.
1239 (solib_svr4_r_ldsomap): New function.
1240 (open_symbol_file_object): Use solib_svr_r_map.
1241 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
1242 linker by using solib_svr4_r_ldsomap.
1243 (svr4_ilp32_fetch_link_map_offsets)
1244 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
1245 link_map_offsets'.
1246 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
1247 changes to `struct link_map_offsets'.
1248 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
1249 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
1250 `struct link_map_offsets'.
1251
e26af52f
DJ
12522006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1253
1254 * linux-nat.c (struct saved_ptids, threads_to_delete)
1255 (record_dead_thread, prune_lwps, find_thread_from_lwp)
1256 (exit_lwp): New.
1257 (linux_nat_resume): Call prune_lwps.
1258 (wait_lwp, linux_nat_wait): Call exit_lwp.
1259
46e9880c
DJ
12602006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1261
1262 * printcmd.c (printf_command): Make format string checking
1263 stricter. Add separate cases for long_arg, ptr_arg, and
1264 long_double_arg.
1265 * utils.c (xstrvprintf): Improve the error message issued
1266 for a bad format string.
1267 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
1268 New variables.
1269 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
1270 $(NO_WERROR_CFLAGS).
1271 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
1272 enable -Werror.
1273
37a105a1
DJ
12742006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1275
1276 * Makefile.in (remote.o): Update.
1277 * remote.c (show_packet_config_cmd): Shorten messages.
1278 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
1279 (show_remote_cmd): Iterate.
1280 (_initialize_remote): Remove remote_set_cmdlist,
1281 remote_show_cmdlist.
1282
ae5a43e0
DJ
12832006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1284
1285 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
1286 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
1287 prototypes.
1288 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
1289 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
1290 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
1291 ...here.
1292 * gdbtypes.c: Include "hashtab.h".
1293 (build_gdbtypes): Remove extra prototype.
1294 (struct type_pair, type_pair_hash, type_pair_eq)
1295 (create_copied_types_hash, copy_type_recursive): New.
1296 * gdbtypes.h: Include "hashtab.h".
1297 (TYPE_ZALLOC): New.
1298 (create_copied_types_hash, copy_type_recursive): New prototypes.
1299 * objfiles.c (free_objfile): Call preserve_values.
1300 * symfile.c (reread_symbols): Likewise.
1301 (clear_symtab_users): Remove calls to clear_value_history and
1302 clear_internalvars.
1303 * value.c (clear_value_history, clear_internalvars): Removed.
1304 (preserve_one_value, preserve_values): New functions.
1305 * value.h (clear_value_history, clear_internalvars): Removed.
1306 (preserve_values): New prototype.
1307
1308 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
1309 variables here.
1310
b929c77f
MK
13112006-01-29 Mark Kettenis <kettenis@gnu.org>
1312
1313 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
1314 Fixes PR tdep/2075.
1315
1581f359
JB
13162006-01-27 Joel Brobecker <brobecker@adacore.com>
1317
1318 * MAINTAINERS: Use a consistent email address for brobecker.
1319
37706b70
JB
13202006-01-27 Joel Brobecker <brobecker@adacore.com>
1321
1322 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
1323 in the previous change.
1324
9353355f
DJ
13252006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
1326
1327 PR gdb/1914
1328 * fork-child.c (fork_inferior): Don't call
1329 solib_create_inferior_hook.
1330 * infcmd.c (post_create_inferior): Call solib_add,
1331 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
1332 (attach_command): Don't call solib_add or
1333 re_enable_breakpoints_in_shlibs. Call post_create_inferior
1334 instead.
1335 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
1336 or observer_notify_inferior_created. Call post_create_inferior
1337 instead.
1338 * corelow.c: Don't include "observer.h".
1339 (solib_add_stub): Deleted.
1340 (core_open): Don't call observer_notify_inferior_created or
1341 solib_add_stub. Call post_create_inferior instead.
1342 * inf-ptrace.c: Don't include "observer.h".
1343 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
1344 * inf-ttrace.c: Don't include "observer.h".
1345 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
1346 * inferior.h (solib_create_inferior_hook): Remove redundant
1347 prototype.
1348 * inftarg.c: Don't include "observer.h".
1349 (child_attach): Don't call observer_notify_inferior_created.
1350 * Makefile.in: Update dependencies.
1351
281b533b
DJ
13522006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
1353
1354 * infcmd.c: Include "observer.h".
1355 (post_create_inferior): New function.
1356 (run_command_1): Call it. Also call proceed.
1357 * inferior.h (post_create_inferior): New prototype.
1358 * Makefile.in (infcmd.o): Update.
1359
1360 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
1361 * go32-nat.c (go32_create_inferior): Likewise.
1362 * nto-procfs.c (procfs_create_inferior): Likewise.
1363 * procfs.c (procfs_create_inferior): Likewise.
1364 * remote-sim.c (gdbsim_create_inferior): Likewise.
1365 * remote.c (extended_remote_create_inferior)
1366 (extended_remote_async_create_inferior): Likewise.
1367 * win32-nat.c (win32_create_inferior): Likewise.
1368 * wince.c (child_create_inferior): Likewise.
1369
1370 * monitor.c (monitor_create_inferior): Don't call proceed.
1371 Set the PC manually.
1372 * ocd.c (ocd_create_inferior): Likewise.
1373 * remote-e7000.c (e7000_create_inferior): Likewise.
1374 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
1375 * remote-mips.c (mips_create_inferior): Likewise.
1376 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
1377 * remote-sds.c (sds_create_inferior): Likewise.
1378 * remote-st.c (st2000_create_inferior): Likewise.
1379
1380 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
1381 proceed or observer_notify_inferior_created.
1382 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
1383 * inftarg.c (child_create_inferior): Likewise.
1384
e23fc6de
DJ
13852006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
1386
1387 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
1388 after mourning the inferior.
1389
13d6656b
JB
13902006-01-24 Jim Blandy <jimb@redhat.com>
1391
1392 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
1393
59f92a09
FF
13942006-01-24 Fred Fish <fnf@specifix.com>
1395
1396 * parse.c (source.h): Include.
1397 (parse_exp_in_context): Use static source context if no
1398 other context found.
1399
dda63807
AS
14002006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1401
1402 * sh-tdep.c: Include reggroups.h.
1403 (sh_register_reggroup_p): New function.
1404 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
1405 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
1406
4b505b12
AS
14072006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1408
1409 * cli/cli-cmds.c: Include fcntl.h.
1410 (source_command): Use the GDB search path to find script files.
1411
721d14ba
DJ
14122006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
1413
1414 PR tdep/2029
1415 Suggested by Till Straumann <strauman@slac.stanford.edu>:
1416 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
1417 instructions. Handle PIC bcl.
1418
3d64d617
DJ
14192006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
1420
1421 * config/djgpp/README: Typo fix.
1422 * config/djgpp/fnchange.lst: Update.
1423
0a8f48b9
MK
14242006-01-22 Mark Kettenis <kettenis@gnu.org>
1425
c893be75
MK
1426 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
1427 (sparc_address_from_register): New prototype.
1428 (sparcnbsd_step_trap): New prototype.
1429 * sparc-tdep.c (sparc_address_from_register): Make globally
1430 visible.
1431 (sparc_analyze_control_transfer): Change prototype to accept
1432 `struct gdbarch *' as first argument. Allow for optional hnadling
1433 for trap instructions.
1434 (sparc_step_trap): New function.
1435 (sparc_software_single_step): Adjust call to
1436 sparc_analyze_control_trabsfer.
1437 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
1438 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
1439 (sparc32nbsd_init_abi): Set TDEP->step_trap.
1440 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
1441 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
1442
0a8f48b9
MK
1443 * sparc-tdep.c (sparc32_return_value): Convert to use
1444 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
1445 RETURN_VALUE_STRUCT_CONVENTION.
1446 (sparc32_extract_struct_value_address): Remove.
1447
1f3a99d5
DJ
14482006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1449
1450 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
1451 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
1452
84eb3c4f
DJ
14532006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1454
1455 * solib.c (info_sharedlibrary_command): Avoid internal_error.
1456
878d9193
MK
14572006-01-21 Mark Kettenis <kettenis@gnu.org>
1458
1459 * i386-tdep.c (i386_mxcsr_type): New variable.
1460 (i386_init_types): Initialize i386_mxcsr_type.
1461 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
1462 * i386-tdep.c (i386_mxcsr_type): New extern.
1463 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
1464 %mxcsr.
1465
acab6ab2
MM
14662006-01-20 Mark Mitchell <mark@codesourcery.com>
1467
1468 * Makefile.in (remote-rdi.o): Remove.
1469 (rdi-share/libangsd.a): Likewise.
1470 * README: Don't mention remote-rdi.c.
1471 * NEWS: Mention removal of rdi-share.
1472 * configure.ac: Don't configure rdi-share subdirectory.
1473 * remote-rdi.c: Remove.
1474 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
1475 (TDEPLIBS): Remove rdi-share/libangsd.a.
1476 * rdi-share/Makefile.am: Remove.
1477 * rdi-share/Makefile.in: Likewise.
1478 * rdi-share/README.CYGNUS: Likewise.
1479 * rdi-share/aclocal.m4: Likewise.
1480 * rdi-share/adp.h: Likewise.
1481 * rdi-share/adperr.h: Likewise.
1482 * rdi-share/angel.h: Likewise.
1483 * rdi-share/angel_bytesex.c: Likewise.
1484 * rdi-share/angel_bytesex.h: Likewise.
1485 * rdi-share/angel_endian.h: Likewise.
1486 * rdi-share/ardi.c: Likewise.
1487 * rdi-share/ardi.h: Likewise.
1488 * rdi-share/armdbg.h: Likewise.
1489 * rdi-share/buffers.h: Likewise.
1490 * rdi-share/chandefs.h: Likewise.
1491 * rdi-share/channels.h: Likewise.
1492 * rdi-share/chanpriv.h: Likewise.
1493 * rdi-share/configure: Likewise.
1494 * rdi-share/configure.in: Likewise.
1495 * rdi-share/crc.c: Likewise.
1496 * rdi-share/crc.h: Likewise.
1497 * rdi-share/dbg_conf.h: Likewise.
1498 * rdi-share/dbg_cp.h: Likewise.
1499 * rdi-share/dbg_hif.h: Likewise.
1500 * rdi-share/dbg_rdi.h: Likewise.
1501 * rdi-share/devclnt.h: Likewise.
1502 * rdi-share/devices.h: Likewise.
1503 * rdi-share/devsw.c: Likewise.
1504 * rdi-share/devsw.h: Likewise.
1505 * rdi-share/drivers.c: Likewise.
1506 * rdi-share/drivers.h: Likewise.
1507 * rdi-share/etherdrv.c: Likewise.
1508 * rdi-share/ethernet.h: Likewise.
1509 * rdi-share/host.h: Likewise.
1510 * rdi-share/hostchan.c: Likewise.
1511 * rdi-share/hostchan.h: Likewise.
1512 * rdi-share/hsys.c: Likewise.
1513 * rdi-share/hsys.h: Likewise.
1514 * rdi-share/logging.c: Likewise.
1515 * rdi-share/logging.h: Likewise.
1516 * rdi-share/msgbuild.c: Likewise.
1517 * rdi-share/msgbuild.h: Likewise.
1518 * rdi-share/params.c: Likewise.
1519 * rdi-share/params.h: Likewise.
1520 * rdi-share/rx.c: Likewise.
1521 * rdi-share/rxtx.h: Likewise.
1522 * rdi-share/serdrv.c: Likewise.
1523 * rdi-share/serpardr.c: Likewise.
1524 * rdi-share/sys.h: Likewise.
1525 * rdi-share/tx.c: Likewise.
1526 * rdi-share/unixcomm.c: Likewise.
1527 * rdi-share/unixcomm.h: Likewise.
1528
4577207e
MK
15292006-01-21 Mark Kettenis <kettenis@gnu.org>
1530
1531 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
1532 Change type of last argument to `gdb_byte *'.
1533
34f55018
MK
15342006-01-20 Mark Kettenis <kettenis@gnu.org>
1535
1536 * hppa-tdep.h (hppa_in_solib_call_trampoline)
1537 (hppa_skip_trampoline_code): New prototypes.
1538 * hppa-tdep.c (struct insn_pattern): New.
1539 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
1540 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
1541 here from hppa-linux-tdep.c
1542 (HPPA_MAX_INSN_PATTERN_LEN): New define.
1543 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
1544 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
1545 functions based on functions removed from hppa-linux-tdep.c.
1546 * hppa-linux-tdep.c (hppa_long_branch_stub)
1547 (hppa_long_branch_pic_stub, hppa_import_stub)
1548 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
1549 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
1550 (hppa_linux_in_solib_call_trampoline)
1551 (hppa_linux_skip_trampoline_code): Removed.
1552 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
1553 hppa_in_solib_call_trampoline and skip_trampoline_code to
1554 hppa_skip_trampoline_code.
1555 * hppabsd-tdep.c (hppabsd_init_abi): Set
1556 TDEP->in_solib_call_trampoline and skip_trampoline_code.
1557
7be93b9e
JB
15582006-01-20 Jim Blandy <jimb@redhat.com>
1559
f408839d
JB
1560 * MAINTAINERS: Change my E-mail address.
1561
7be93b9e
JB
1562 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
1563 * configure: Regenerated.
1564
b2a74f99
DJ
15652006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1566
1567 * MAINTAINERS: Overhaul.
1568
4f2aea11
MK
15692006-01-18 Mark Kettenis <kettenis@gnu.org>
1570
5ae96ec1
MK
1571 Based on a previous patch form Michal Ludvig:
1572 * amd64-tdep.c (amd64_sse_type): Remove.
1573 (amd64_register_info): Use i386_eflags_type and i386_sse_type
1574 where appropriate.
1575 (AMD64_NUM_REGS): Use ARRAY_SIZE.
1576 (amd64_register_type): Remove code to build amd_sse_type.
1577 * i386-tdep.c (i386_eflag_type): New variable.
1578 (i386_mmx_type, i386_sse_type): Make global.
1579 (i386_init_types): New function.
1580 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
1581 (i386_register_type): Return i386_eflag_type, i386_sse_type and
1582 i386_mmx_type when appropriate.
1583 (_initialize_i386_tdep): Call i386_init_types.
1584 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
1585 Declare extern.
1586
4f2aea11
MK
1587 Based on a previous patch form Michal Ludvig:
1588 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
1589 functions.
1590 (is_integral_type, rank_one_type, recursive_dump_type): Add
1591 support for TYPE_CODE_FLAGS.
1592 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
1593 (append_flags_type_field, init_flags_type): New prototypes.
1594 * ada-valprint.c (ada_val_print_1): Add support for
1595 TYPE_CODE_FLAGS.
1596 * c-valprint.c (c_val_print): Likewise.
1597 * f-valprint.c (f_val_print): Likewise.
1598 * p-valprint.c (pascal_val_print): Likewise.
1599 * valprint.c (val_print_type_code_flags): New function.
1600 * valprint.h (val_print_type_code_flags): New prototype.
1601 * value.c (unpack_long, value_from_longest): Add support for
1602 TYPE_CODE_FLAGS.
1603
4cdb5adf
CF
16042006-01-17 Christopher Faylor <cgf@timesys.com>
1605
1606 * MAINTAINERS: Very belatedly remove myself from from the list of
1607 people caught up in the paper trail.
1608
1193688d
JB
16092006-01-17 Jim Blandy <jimb@redhat.com>
1610
4e38b386
JB
1611 * symtab.h (struct general_symbol_info): Use gdb_byte for
1612 value.bytes.
1613 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
1614 a floating-point constant's value.
1615 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
1616 to char *.
1617 * findvar.c (read_var_value): Eliminate needless temporary.
1618
1193688d
JB
1619 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
1620 to match prior change to dwarf2_read_section's type.
1621
0d1243d9
PG
16222006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
1623
1624 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
1625 * rs6000-tdep.c (insn_changes_sp_or_jumps)
1626 (rs6000_in_function_epilogue_p): New functions.
1627 (rs6000_gdbarch_init): Set in_function_epilogue_p.
1628
fe1b8b76
JB
16292006-01-17 Jim Blandy <jimb@redhat.com>
1630
1631 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
1632 (struct line_header, struct partial_die_info, struct dwarf_block):
1633 Use gdb_byte for members that refer to Dwarf section contents.
1634 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
1635 dwarf_decode_macros, load_comp_unit, load_partial_dies,
1636 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
1637 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
1638 read_8_bytes, read_address, read_attribute, read_attribute_value,
1639 read_comp_unit, read_comp_unit_head, read_die_and_children,
1640 read_die_and_siblings, read_full_die, read_indirect_string,
1641 read_initial_length, read_n_bytes, read_offset, read_partial_die,
1642 read_signed_leb128, read_string, read_unsigned_leb128,
1643 skip_children, skip_leb128, skip_one_die): Same.
1644
a0841d7a
DJ
16452006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1646
1647 * complaints.c (stop_whining): Make signed.
1648 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
1649
939b2b42
DJ
16502006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1651
1652 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
1653 notices.
1654
891d2f0b
DJ
16552006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1656
1657 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
1658 (read_offset): Change BYTES_READ argument to unsigned int.
1659 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
1660 (create_all_comp_units, dwarf2_get_pc_bounds)
1661 (dwarf_decode_line_header, var_decode_location)
1662 (dwarf_decode_macros): Change local BYTES_READ variables to
1663 unsigned int.
1664 (read_indirect_string): Remove obsolete cast.
1665
cfd77fa1
DJ
16662006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1667
1668 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
1669 argument.
1670 (remote_fileio_func_open, remote_fileio_func_rename)
1671 (remote_fileio_func_unlink, remote_fileio_func_stat)
1672 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
1673 (remote_fileio_func_system): Cast the arguments to
1674 remote_read_bytes and remote_write_bytes.
1675 (remote_fileio_func_read, remote_fileio_func_write): Use a
1676 gdb_byte buffer.
1677 * remote.h (remote_read_bytes, remote_write_bytes): Update
1678 prototypes.
1679 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
1680 (threadref_to_int): Replace bogus char * cast.
1681 (remote_unpack_thread_info_response): Use int for tag.
1682 (remote_threads_extra_info, remote_check_symbols): Cast string
1683 arguments to hex2bin.
1684 (remote_wait): Use a char buffer for packets and a gdb_byte
1685 buffer for registers.
1686 (remote_async_wait): Likewise.
1687 (remote_prepare_to_store, store_register_using_P)
1688 (remote_store_registers): Use gdb_byte buffers.
1689 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
1690 for MYADDR and char buffers for strings.
1691 (remote_xfer_partial): Add casts for string operations on READBUF.
1692 (remote_rcmd): Cast strings passed to bin2hex.
1693
60bf0650
MM
16942006-01-16 Mark Mitchell <mark@codesourcery.com>
1695
1696 * aclocal.m4: Regenerate.
1697
60e81fcc
NS
16982006-01-16 Nathan Sidwell <nathan@codesourcery.com>
1699
1700 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
1701 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
1702 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
1703 (mt_register_name): Lazily synthesize name for coprocessor pseudo
1704 array registers.
1705 (mt_copro_register_type): New. Broken out of ...
1706 (mt_register_type): ... here. Use it. Deal with coprocessor
1707 pseudo array.
1708 (mt_select_coprocessor): New.
1709 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
1710 coprocessor pseudo array.
1711
f365de73
AS
17122006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
1713
1714 * breakpoint.c (insert_breakpoints): Check that a thread exists
1715 before inserting thread specific breakpoints.
1716
9d519230
MK
17172006-01-15 Mark Kettenis <kettenis@gnu.org>
1718
6062517a
MK
1719 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
1720 commit.
1721
9d519230
MK
1722 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
1723 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
1724 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
1725 * config/alpha/nm-nbsd.h: Remove file.
1726 * config/alpha/nm-fbsd.h: Remove file
1727 * config/alpha/nbsd.mh (NAT_FILE): Remove.
1728 * config/alpha/fbsd.mh (NAT_FILE): Remove.
1729
0a029df5
DJ
17302006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1731
1732 * macroexp.c (expand): Initialize argc.
1733 * stabsread.c (read_type): Handle errors from read_args.
1734 (read_args): Return NULL for errors.
1735
1731e543
MK
17362006-01-15 Mark Kettenis <kettenis@gnu.org>
1737
1738 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
1739 strcmp to compare string to a byte buffer.
1740
777ea8f1
DJ
17412006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1742
1743 * printcmd.c (output_command): Always initialize fmt.size.
1744 (printf_command): Use gdb_byte.
1745 * symfile.c (separate_debug_file_exists): Use gdb_byte.
1746 (load_section_callback, read_target_long_array): Likewise.
1747 (simple_read_overlay_table, simple_read_overlay_region_table)
1748 (simple_overlay_update_1): Correct calls to read_target_long_array.
1749 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
1750 Also change local pointers.
1751 (val_print_string): Use gdb_byte.
1752
4b17b389
MK
17532006-01-15 Mark Kettenis <kettenis@gnu.org>
1754
1755 * alphafbsd-tdep.c: Include "solib-svr4.h".
1756 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1757 svr4_lp64_fetch_link_map_offsets.
1758 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
1759 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
1760 solib-svr4.o.
1761 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
1762 and solib-legacy.o.
1763 * config/alpha/nm-fbsd.h: Don't include "solib.h".
1764
bd4109fb
DJ
17652006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1766
1767 * source.c (_initialize_source): Use add_setshow_integer_cmd.
1768
1dce6535
DJ
17692006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1770
1771 * linux-fork.c (delete_fork_command, detach_fork_command): Use
1772 PIDGET.
1773
76a9d10f
MK
17742006-01-15 Mark Kettenis <kettenis@gnu.org>
1775
1776 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
1777 Remove.
1778 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1779 svr4_ilp32_fetch_link_map_offsets.
1780 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
1781 function.
1782 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1783 svr4_ilp32_fetch_link_map_offsets.
1784 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
1785 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
1786 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1787 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1788 where appropriate.
1789 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
1790 Simply call svr4_ilp32_fetch_link_map_offsets.
1791 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
1792 svr4_lp64_fetch_link_map_offsets.
1793 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
1794 function.
1795 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1796 svr4_ilp32_fetch_link_map_offsets.
1797 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
1798 (s390x_svr4_fetch_link_map_offsets): Remove functions.
1799 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1800 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1801 where appropriate.
1802
469db033
MK
18032006-01-15 Mark Kettenis <kettenis@gnu.org>
1804
25224166
MK
1805 * arm-tdep.c (arm_return_value): Change type of readbuf and
1806 writebuf arguments to `gdb_byte *'.
1807
469db033
MK
1808 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
1809 * Makefile.in (s390-tdep.o): Update dependencies.
1810
4dd7c9f6
MK
18112006-01-14 Mark Kettenis <kettenis@gnu.org>
1812
081bf9da
MK
1813 * sol2-tdep.h. sol2-tdep.c: New files.
1814 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
1815 (amd64_sol2_init_abi): Set skip_solib_resolver.
1816 * i386-sol2-tdep.c: Include "sol2-tdep.h".
1817 (i386_sol2_init_abi): Set skip_solib_resolver.
1818 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
1819 (sparc32_sol2_init_abi): Set skip_solib_resolver.
1820 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
1821 (sparc64_sol2_init_abi): Set skip_solib_resolver.
1822 * Makefile.in (sol2_tdep_h): New variable.
1823 (ALLDEPFILES): Add sol2-tdep.c.
1824 (sol2-tdep.o): New target.
1825 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
1826 (sparc64-sol2-tdep.o): Update dependencies
1827 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
1828 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1829 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
1830 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1831
c0f96416
MK
1832 * hppa-linux-tdep.c: Fix copyright indentation.
1833
4dd7c9f6
MK
1834 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
1835 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
1836 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
1837 functions.
1838 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
1839 floating-point registers.
1840
6da86618
MM
18412006-01-13 Mark Mitchell <mark@codesourcery.com>
1842
1843 * event-loop.c (gdb_select): Detect file descriptors that have
1844 been closed.
1845
ed944ce7
MK
18462006-01-13 Mark Kettenis <kettenis@gnu.org>
1847
1848 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
1849 and long_double_format accordingly.
1850
03ee6b2e
PH
18512006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
1852
1853 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
1854 translation problems.
1855 * ada-lang.c (ada_value_struct_elt): Change interface and handling
1856 of errors to avoid translation problem (and less than optimal error
1857 messages).
1858 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
1859 Use new interface to ada_value_struct_elt.
1860 * ada_lang.h (ada_value_struct_elt): Update declaration to new
1861 interface.
1862
1863 * ChangeLog: remove reference to ada-tasks.c from entry of
1864 2006-01-07.
1865
24b06219
MK
18662006-01-11 Mark Kettenis <kettenis@gnu.org>
1867
1868 * remote.c (get_memory_packet_size, set_thread)
1869 (remote_unpack_thread_info_response, remote_get_threadinfo)
1870 (parse_threadlist_response, remote_get_threadlist)
1871 (remote_current_thread, remote_threads_info)
1872 (remote_threads_extra_info, extended_remote_restart, get_offsets)
1873 (remote_check_symbols, remote_open_1, remote_detach)
1874 (remote_async_wait, remote_fetch_registers)
1875 (remote_store_registers, check_binary_download, putpkt_binary)
1876 (remote_insert_breakpoint, remote_insert_watchpoint)
1877 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1878 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
1879 (packet_command): Remove redundant parenthesis.
1880
15550d6b
MK
18812006-01-10 Mark Kettenis <kettenis@gnu.org>
1882
dfb65433
MK
1883 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
1884 (read_memory_typed_address, write_memory)
1885 (write_memory_unsigned_integer, write_memory_signed_integer): Use
1886 gdb_byte where appropriate.
1887
508416a1
MK
1888 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
1889 'gdb_byte *'.
1890
f6519ebc
MK
1891 * target.h (target_read_memory_partial, target_write_memory_partial):
1892 Change second argument to 'gdb_byte *'.
1893 * target.c (target_xfer_memory_partial): Change third argument to
1894 'gdb_byte *'.
1895 (target_read_memory_partial, target_write_memory_partial): Change
1896 second argument to 'gdb_byte *'.
1897
15550d6b
MK
1898 * linespec.c (decode_objc): Make i1 and i2 unsigned.
1899 (find_method): Set values.sals to NULL.
1900
d7a30af7
MK
19012006-01-09 Mark Kettenis <kettenis@gnu.org>
1902
1903 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
1904 of 'char *' in cast.
1905
e1d5a0d2
PH
19062006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
1907
1908 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 1909 * ada-lang.c: I18n markup.
e1d5a0d2
PH
1910 Editorial: change "can not" => "cannot" throughout.
1911
790124be
MK
19122006-01-07 Mark Kettenis <kettenis@gnu.org>
1913
1914 * Makefile.in: Sort dependencies.
1915
3c481fdc
EZ
19162006-01-07 Eli Zaretskii <eliz@gnu.org>
1917
1918 * top.c (control_level): Remove unused variable.
1919
cb5d864f
FF
19202006-01-06 Fred Fish <fnf@specifix.com>
1921
1922 * objfiles.c (source.h): Include.
1923 (free_objfile): Update comment about clear_symtab_users().
1924 (free_objfile): Check all symtabs of objfile being freed and if
1925 one of them is the current source symtab, call
1926 clear_current_source_symtab_and_line().
1927
ac264b3b
MS
19282006-01-04 Michael Snyder <msnyder@redhat.com>
1929
1930 Checkpoint/Restart for Linux.
1931 * linux-nat.c: Add support for debugging multiple forks.
1932 Add #include for linux-fork.h (interface spec).
1933 (super_mourn_inferior): New function pointer.
1934 (child_mourn_inferior): New function / target method.
1935 (linux_target): Claim to_mourn_inferior method pointer.
1936 (child_follow_fork): Call interface to linux-fork, conditionally
1937 add new fork processes to list of debugged processes.
1938 (kill_inferior): Use interface to linux-fork to kill
1939 multiple processes.
1940
1941 * linux-fork.h: New file.
1942 * linux-fork.c: New file. Support for debugging multiple forks
1943 of the same program. Support for checkpoint and restart commands.
1944
1945 * infrun.c (nullify_last_target_wait_ptid): New function.
1946
1947 * Makefile.in: Add linux-fork.
1948 * config/*/linux.mh: Add linux-fork.
1949 * NEWS: Mention new functionality.
1950
f98ce7c2
PH
19512006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1952
1953 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
1954 Change uses of "illegal" to "invalid".
1955
52ce6436
PH
19562006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
1957
1958 * ada-exp.y: Considerable reorganization to move functionality
1959 from ada-lex.l to here, where it is logically more appropriate.
1960 The original reason, however, was to prevent premature name
1961 lookups for selector names in record aggregates.
1962 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
1963 NAME for all of these.
1964 (VAR): New artificial token to clarify precedence rules.
1965 (OTHERS): New lexeme.
1966 (empty_stoken): New symbol.
1967 (%union): Remove ssym, voidval.
1968 (%type): Remove <voidval> type declarations.
1969 (syntax definitions): Add aggregates.
1970 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
1971 Rename some non-terminals to be closer to reference manual usage.
1972 Tighten up expression syntax to disallow certain non-Ada
1973 constructions such as X and then Y or else Z.
1974 (ada_parse): Remove initialization of left_block_context.
1975 (write_var_from_name): Remove.
1976 (write_var_or_type): New function, containing previous code from
1977 defunct write_var_from_name and name_lookup.
1978 (block_lookup): New function, moved from ada-lex.l
1979 (select_possible_type_sym): New function, factored out of
1980 name_lookup, which used to be in ada-lex.l.
1981 (find_primitive_type): Ditto.
1982 (chop_selector): Ditto.
1983 (write_ambiguous_var): New function, factored out of defunct
1984 write_var_from_name.
1985 (write_selectors): New function.
1986 (write_name_assoc): New function.
1987 (write_exp_op_with_string): New function.
1988
1989 * ada-lex.l (processId): Change interface to return stoken.
1990 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
1991 (block_lookup, name_lookup): Remove. Functionality moved to
1992 ada-exp.y.
1993 (state IN_STRING): Remove.
1994 (rules): Handle string escapes in processString.
1995 Add 'others' token.
1996 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
1997 yylval.sval (as simple strings).
1998 All name look-ups now handled in ada-exp.y.
1999 Introduce "::" (COLONCOLON) token and return as separate token.
2000 (processId): Change return convention. Comment.
2001 Leave leading "'" in place.
2002 (processString): New function.
2003 (find_dot_all): Add note to comment.
2004 Fix problem that allowed match only at the end.
2005
2006 * ada-lang.c: Introduce aggregates.
2007 (find_struct_field): Add new parameter to count fields skipped, and
2008 allow other output parameters to be NULL.
2009 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
2010 new find_struct_field.
2011 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
2012 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
2013 (num_component_specs, assign_component, assign_aggregate):
2014 (aggregate_assign_from_choices,aggregate_assign_positional)
2015 (aggregate_assign_others,add_component_interval):
2016 New functions.
2017 (ada_evaluate_subexp): Declare.
2018 Add aggregate-related operators.
2019 (ada_forward_operator_length): Declare.
2020 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
2021 Consolidate Ada operators, using ada_forward_operator_length.
2022 (ada_search_struct_field): Search in forward order.
2023 (ADA_OPERATORS): Add new aggregate operators.
2024 (ada_operator_length, ada_op_name, ada_forward_operator_length)
2025 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
2026 operators and OP_NAME.
2027 (ada_type_of_array): Use longest_to_int.
2028 (value_assign_to_component): New function.
2029 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
2030 Add OP_NAME case.
2031 (ada_forward_operator_length, ada_dump_subexp_body):
2032 Add OP_STRING case.
2033
2034 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
2035 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
2036
529cad9c
PH
20372006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
2038
2039 * ada-lang.c (process_raise_exception_name): Remove extraneous
2040 definition from unsubmitted code.
2041
2042 (is_lower_alphanum): New function.
2043 (ada_decode): Add support for decoding protected object subprograms
2044 and entries, and of entities declared inside protected object
2045 subprograms.
2046 Also add missing handling for__{DIGITS}+ suffixes.
2047 Allow '$<digits>' as valid overloading suffix.
2048 (is_name_suffix): Add handling for protected type entriy suffixes.
2049 Also add support for protected type subprogram suffixes, but keep
2050 it commented out for now, as there is an ambiguity between these
2051 entities and other internally generated entities.
2052 Allow '$<digits>' as valid overloading suffix.
2053 (is_valid_name_for_wild_match): New function.
2054 (wild_match): Add an exra level of verification of the entity name
2055 before declaring it a match for the given pattern.
2056
2057 (ada_type_of_array, ada_evaluate_subexp): Use more proper
2058 longest_to_int rather than cast.
2059
2060 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
2061
2062 (ada_coerce_to_simple_array): Call check_size to make sure
2063 that the object size is reasonable.
2064
2065 (ada_value_primitive_packed_val): Use correct location in target
2066 buffer for extracting packed record fields that are themselves records.
2067
2068 (add_defn_to_vec): Do not try to replace a stub type by its full
2069 type. Avoids a potential infinite loop.
2070
2071 (ada_lookup_symbol): Move return incorrectly placed return statement,
2072 causing a loop that should be scanning all object files to only
2073 scan the first one.
2074
2075 (ada_tag_name_2): New function.
2076 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
2077 use alternative representation.
2078
2079 (ada_find_renaming_symbol): Strip the function name suffix when
2080 computing the XR type name.
2081
2082 (ada_to_fixed_type): Try determining the tag only if we have the
2083 object's address.
2084 (to_fixed_array_type): Add comments.
2085
2086 (ada_check_typedef): Replace expression checking whether the given
2087 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
2088 consistent.
2089
2090 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
2091 '$' in addition to '.' for runtime auxiliary function name suffixes.
2092 See changes to ada_decode above.
2093
2094 (struct task_control_block): Add field called_task. (This change is
2095 to keep synchronized with our local sources; it does not affect the
2096 public version yet.)
2097
2098 * ada-typeprint.c (ada_print_type): Use int_string for printing
2099 modulus of modular type.
2100
2101 (print_range): Trivial editorial comment fix.
2102
2103 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
2104 double quote in string.
2105
9b799fe6
JB
21062006-01-01 Joel Brobecker <brobecker@adacore.com>
2107
2108 * top.c: Add 2006 to list of copyright years in file header.
2109
0bee0712
JB
21102006-01-01 Joel Brobecker <brobecker@adacore.com>
2111
2112 * top.c (print_gdb_version): Update copyright year to 2006.
2113
13c763f4
JB
21142006-01-01 Roger Sayle <roger@eyesopen.com>
2115 Elena Zannoni <ezannoni@redhat.com>
2116
2117 PR symtab/1651
2118 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
2119 for NULL before assigning this_symtab_psymtab->objfile to objfile.
2120 (scan_xcoff_symtab): Initialize next_symbol_text_func.
2121 (Committed by Jim Blandy)
2122
e50f0da1 2123For older changes see ChangeLog-2005.
c906108c
SS
2124\f
2125Local Variables:
2126mode: change-log
2127left-margin: 8
2128fill-column: 74
2129version-control: never
2130End:
This page took 0.834378 seconds and 4 git commands to generate.