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