gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2008-04-04 Pedro Alves <pedro@codesourcery.com>
2
3 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
4 (mi_error_message): Delete declaration.
5 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
6 returning MI_CMD_ERROR.
7 * mi/mi-main.c (mi_error_message): Delete.
8 (mi_cmd_exec_interrupt):
9 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
10 (mi_cmd_thread_info): Call error instead of returning
11 MI_CMD_ERROR.
12 (mi_cmd_data_list_register_values): Call error instead of
13 returning MI_CMD_ERROR. Adapt to new get_register interface.
14 (get_register): Change return typo to void. Call error instead of
15 returning MI_CMD_ERROR.
16 (mi_cmd_data_write_register_values): Call error instead of
17 returning MI_CMD_ERROR.
18 (mi_cmd_list_features): Return MI_CMD_DONE.
19 (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
20 (mi_execute_command): Always print exceptions with -error.
21
22 2008-04-04 Joel Brobecker <brobecker@adacore.com>
23
24 * NEWS: Mention new commands set/show multiple-symbols.
25
26 2008-04-03 Joel Brobecker <brobecker@adacore.com>
27
28 * symtab.c (multiple_symbols_ask, multiple_symbols_all)
29 (multiple_symbols_cancel): New constants.
30 (multiple_symbols_modes, multiple_symbols_mode): New static globals.
31 (multiple_symbols_select_mode): New function.
32 (_initialize_symtab): Add new set/show multiple-symbols commands.
33 * symtab.h (multiple_symbols_ask, multiple_symbols_all)
34 (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
35 * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
36 setting.
37 * linespec.c (decode_line_2): Likewise.
38
39 2008-04-03 Doug Evans <dje@sebabeach.org>
40
41 * symtab.h (enum free_code): Delete free_contents, unused.
42 * symmisc.c (free_symtab_block): Delete.
43 (free_symtab, case free_code): Delete.
44
45 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
46
47 * valops.c (value_cast_structs): New function. Cast related
48 STRUCT types up/down and return cast value. The body of this
49 function comes mostly from value_cast_pointers.
50 (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
51 to value_cast_structs. Now value_cast_pointers needs only create
52 appropriate reference after using value_cast_structs for actual
53 casting.
54 (value_cast): Handle references.
55
56 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
57
58 * MAINTAINERS: Added myself to section Write After Approval.
59
60 2008-03-30 Daniel Jacobowitz <dan@codesourcery.com>
61
62 * ia64-tdep.c (examine_prologue): Correct array access.
63
64 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
65
66 * cp-support.c (first_component_command): Return if no arguments.
67
68 2008-03-28 Carlos O'Donell <carlos@codesourcery.com>
69
70 * ser-mingw.c (ser_windows_open): Open requested name.
71
72 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
73
74 * MAINTAINERS: Added myself.
75
76 2008-03-28 Pedro Alves <pedro@codesourcery.com>
77
78 * target.c (find_default_run_target): Allow a NULL `do_mesg'
79 parameter. If it is NULL, don't call error.
80 (find_default_can_async_p, find_default_is_async_p): Pass NULL as
81 `do_mesg' parameter to find_default_run_target. If no target was
82 found, return 0.
83
84 2008-03-28 Daniel Jacobowitz <dan@codesourcery.com>
85
86 * mips-linux-tdep.c: Update N32/N64 signal frame comments.
87 (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
88 (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
89 Delete.
90 (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
91
92 2008-03-27 Joel Brobecker <brobecker@adacore.com>
93
94 GDB 6.8 released.
95
96 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
97
98 * features/Makefile (%.dat): Set xmltarget to the base filename
99 of the XML source, without subdirectory.
100 * regformats/rs6000/powerpc-32.dat: Regenerate.
101 * regformats/rs6000/powerpc-64.dat: Regenerate.
102 * regformats/rs6000/powerpc-e500.dat: Regenerate.
103
104 2008-03-27 Markus Deuling <deuling@de.ibm.com>
105
106 * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
107 objfile arch.
108
109 2008-03-27 Nick Roberts <nickrob@snap.net.nz>
110
111 * mi/mi-main.c (enum captured_mi_execute_command_actions):
112 Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
113
114 2008-03-26 Ulrich Weigand <uweigand@de.ibm.com>
115
116 * objfiles.h (struct objfile): New GDBARCH member.
117 (get_objfile_arch): Add prototype.
118 * objfiles.c: Include "arch-utils.h".
119 (allocate_objfile): Look up gdbarch associated with bfd.
120 (get_objfile_arch): New function.
121 * Makefile (objfiles.o): Update dependencies.
122
123 * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
124 by objfile arch.
125 * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
126 by frame arch.
127 (locexpr_describe_location): Replace current_gdbarch by
128 objfile arch.
129 * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
130 (dwarf2_add_field): Likewise.
131 (read_tag_pointer_type): Likewise.
132 (read_base_type): Likewise.
133 (new_symbol): Likewise.
134
135 * coffread.c (decode_type): Add OBJFILE argument. Update callers.
136 (decode_base_type, decode_function_type): Likewise.
137 (coff_read_struct_type, coff_read_enum_type): Likewise.
138 (coff_symtab_read): Replace current_gdbarch by objfile arch.
139 (decode_base_type): Likewise.
140 (coff_read_enum_type): Likewise.
141 (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
142 (coff_read_enum_type): Likewise.
143
144 * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
145 (end_psymtab): Likewise.
146 (process_one_symbol): Likewise.
147
148 * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
149 (parse_procedure): Likewise.
150 (parse_partial_symbols): Likewise.
151
152 * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
153
154 * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
155 Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
156 built-in types.
157 (read_range_type): Replace current_gdbarch by objfile arch. Replace
158 static range_index_type by built-in type.
159 (read_one_struct_field): Replace current_gdbarch by objfile arch.
160 (read_enum_type): Likewise.
161
162 * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
163 objfile arch.
164
165 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
166
167 * varobj.h (varobj_floating_p): Declare.
168 * varobj.c (varobj_floating_p): New.
169 * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
170 '@' as the name, update all floating varobjs.
171
172 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
173
174 * varobj.c (struct varobj_root): Rename use_selected_frame to
175 floating, and clarify the meaning.
176 (varobj_create, varobj_update, new_root_variable): Adjust.
177 (value_of_root): Don't use type_changed as in variable,
178 adjust comment.
179 (c_value_of_root): Adjust.
180
181 2008-03-25 Pedro Alves <pedro@codesourcery.com>
182
183 * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
184 gdb's thread list.
185 (linux_nat_wait): Add main lwp to gdb's thread list.
186 * linux-thread-db.c (find_new_threads_callback): Also attach to
187 already listed threads which thread_db didn't know about yet.
188
189 2008-03-25 Pedro Alves <pedro@codesourcery.com>
190
191 * linux-nat.c (drain_queued_events): Fix comment typo.
192 (linux_nat_attach): In async mode, don't rely on storing a pending
193 status. Instead place the wait status on the pipe.
194 (linux_nat_resume): Remove unreacheable shortcut code in async
195 mode.
196 (stop_wait_callback): In async mode, don't store pending status.
197 Instead, cancel breakpoints or resend the signal appropriatelly.
198 (cancel_breakpoint): New, refactored from
199 cancel_breakpoints_callback.
200 (cancel_breakpoints_callback): Call cancel_breakpoint.
201 (pipe_to_local_event_queue): Remove special token processing.
202 (linux_nat_wait): Issue an internal error if a pending status is
203 found in async mode.
204
205 2008-03-24 Daniel Jacobowitz <dan@codesourcery.com>
206
207 * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
208
209 2008-03-24 Nick Roberts <nickrob@snap.net.nz>
210 Vladimir Prus <vladimir@codesourcery.com>
211
212 * varobj.c (struct varobj_root): New component thread_id.
213 (varobj_get_thread_id, check_scope): New functions.
214 (c_value_of_root): Use check_scope. Switch to the
215 proper thread if necessary.
216
217 * varobj.h (varobj_get_thread_id): New extern.
218
219 * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
220
221 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
222
223 PR gdb/544
224 * top.c: Revert 2008-03-21 changes.
225
226 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
227
228 * thread.c (make_cleanup_restore_current_thread): Make it
229 globally visible.
230 * gdbthread.h (make_cleanup_restore_current_thread): Declare.
231 * varobj.c (varobj_update): Don't save/restore frame.
232 (c_value_of_root): Save/restore thread and frame here,
233 using make_cleanup_restore_current_thread.
234 * Makefile.in: Update dependecies.
235
236 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
237
238 * varobj.c (struct varobj_root): Clarify
239 comment on the frame field.
240 (varobj_create): Don't set frame if we have no
241 block.
242
243 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
244
245 PR gdb/544
246 Suggested by Jan Kratochvil:
247 * top.c (gdb_rl_operate_and_get_next_completion): Call
248 rl_redisplay_function.
249 (gdb_rl_redisplay): New.
250 (init_main): Set rl_redisplay_function.
251
252 2008-03-21 Thomas Mittelstaedt <T.Mittelstaedt@cadenas.de> (tiny change)
253
254 * aix-thread.c (pdc_read_regs): Fix compiler warning.
255 (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
256 (store_regs_kernel_thread): Likewise.
257
258 2008-03-21 Pedro Alves <pedro@codesourcery.com>
259
260 Linux native async support.
261
262 * target.h (struct target_ops): Delete to_async_mask_value and add
263 to_async_mask.
264 (target_is_async_p, target_async): Formatting.
265 (target_async_mask_value): Delete.
266 (target_async_mask): Delete function declaration, and add new
267 target macro with the same name.
268
269 * target.c (update_current_target): Replace to_async_mask_value by
270 to_async_mask. Default to_async_mask to return_one.
271 (target_async_mask): Delete.
272 (find_default_can_async_p, find_default_is_async_p): New.
273 (init_dummy_target): register find_default_can_async_p and
274 find_default_is_async_p on the dummy target.
275
276 * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
277 (debug_linux_nat_async): New global.
278 (show_debug_linux_nat_async): New function.
279 (linux_nat_async_enabled, linux_nat_async_mask_value)
280 (linux_nat_event_pipe, linux_nat_num_queued_events)
281 (linux_nat_async_events_enabled): New globals.
282 (struct waitpid_result): New struct.
283 (waitpid_queue): New global.
284 (queued_waitpid, push_waitpid, drain_queued_events): New.
285 (my_waitpid): Call queued_waitpid.
286 (linux_child_follow_fork): Disable async events during the call.
287 (blocked_mask): Delete.
288 (sync_sigchld_action, async_sigchld_action): New globals.
289 (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD. In
290 async mode, block events during the call.
291 (linux_nat_create_inferior): New.
292 (linux_nat_attach): In sync mode, restore the mask states. In
293 async mode, wake the event loop immediatelly.
294 (detach_callback): Drain all queued events of the lwp we're
295 detaching from.
296 (linux_nat_detach): Block async mode, and drain events of the main
297 process.
298 (linux_nat_resume): If in async mode, mask async events during the
299 call. If short circuiting, force event loop to wake up. If
300 resuming, set target_executing, and register target events in the
301 event loop.
302 (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
303 (linux_nat_wait): In async mode, block events during the call.
304 Only enable/disable passing SIGINT to the inferior in sync mode.
305 Get events from local waitpid queue. If no interesting events was
306 found, return to events loop. Reregister target events in the
307 event loop on exit. In sync mode, no need to reblock SIGCHLD.
308 (linux_nat_kill): Disable events on entry.
309 (linux_nat_mourn_inferior): In sync mode, don't restore the masks
310 here. Detach async mode from the event loop if there are no more
311 forks available, otherwise leave it on.
312 (sigchld_handler): Assure this is called only in sync mode.
313 (linux_async_permitted, linux_async_permitted_1): New globals.
314 (set_maintenance_linux_async_permitted)
315 (show_maintenance_linux_async_permitted): New functions.
316 (linux_nat_is_async_p, linux_nat_can_async_p)
317 (linux_nat_async_mask): New.
318 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
319 (get_pending_events, async_sigchld_handler): New.
320 (linux_nat_async_events): New.
321 (async_terminal_is_ours): New global.
322 (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
323 (async_client_callback, async_client_context): New.
324 (linux_nat_async_file_handler, linux_nat_async)
325 (linux_nat_disable_async, linux_nat_enable_async): New.
326 (linux_nat_add_target): Register linux_nat_create_inferior,
327 linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
328 linux_nat_async_mask, linux_nat_terminal_inferior and
329 linux_nat_terminal_ours.
330 (_initialize_linux_nat): Remove local action variable, and update
331 code that used it to use sync_sigchld_action. Add new
332 "lin-lwp-async" debug set/show command. Put the "lin-lwp" debug
333 set/show command in the maintenance class. Add new "linux-async"
334 maintenance set/show command. Block SIGCHLD by default. Setup
335 async_sichld_action, and sync_sigchld_action. Install the default
336 async mode.
337 (lin_thread_get_thread_signals): Use a local sigset_t for blocking
338 the cancel signals.
339
340 * linux-thread-db.c (re_check_for_thread_db): New.
341 (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
342 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
343 (thread_db_async_mask): New.
344 (init_thread_db_ops): Register thread_db_can_async_p,
345 thread_db_is_async_p, thread_db_async and thread_db_async_mask.
346
347 * remote.c (remote_async_mask_value): New.
348 (remote_return_zero): New.
349 (init_remote_ops): Register remote_return_zero as callbacks of
350 to_can_async_p and to_is_async_p.
351 (remote_can_async_p, remote_is_async_p, remote_async): Update to
352 use remote_async_mask_value.
353 (remote_async_mask): New.
354 (init_remote_async_ops): Remove to_async_mask_value setting and
355 register remote_async_mask as to_async_mask callback in
356 remote_async_ops.
357
358 * Makefile.in (linux-nat.o): Update.
359
360 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
361
362 * gdbthread.h (add_thread_with_info): New.
363 * linux-thread-db.c: Add some documentation.
364 (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
365 (struct private_thread_info): Remove th_valid and ti_valid.
366 Replace ti with tid.
367 (thread_get_info_callback): Do not add TID to the new ptid. Do
368 not cache th or ti.
369 (thread_db_map_id2thr, lwp_from_thread): Delete functions.
370 (thread_from_lwp): Assert that the LWP is set. Do not add TID to the
371 new PTID.
372 (attach_thread): Handle an already-existing thread. Use
373 add_thread_with_info. Cache the th and tid.
374 (detach_thread): Verify that private was set. Remove verbose
375 argument and printing. Update caller.
376 (thread_db_detach): Do not adjust inferior_ptid.
377 (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
378 (check_event, find_new_threads_callback): Do not add TID to the new PTID.
379 (thread_db_wait): Do not use lwp_from_thread.
380 (thread_db_pid_to_str): Use the cached TID.
381 (thread_db_extra_thread_info): Check that private is set.
382 (same_ptid_callback): Delete.
383 (thread_db_get_thread_local_address): Do not use it or check
384 is_thread. Check that private is set. Assume that the thread
385 handle is already cached.
386 (init_thread_db_ops): Remove to_resume and to_kill.
387 * thread.c (add_thread_with_info): New.
388 (add_thread): Use it.
389 * linux-nat.c (find_thread_from_lwp): Delete.
390 (exit_lwp): Do not use it. Check print_thread_events. Print before
391 deleting the thread.
392 (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
393 * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
394 * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
395 printf_unfiltered for thread exits.
396 * procfs.c (procfs_wait): Likewise.
397
398 2008-03-21 Chris Demetriou <cgd@google.com>
399
400 * symtab.c (rbreak_command): Quote symbol name before passing
401 it to break_command.
402
403 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
404
405 * eval.c (evaluate_subexp_for_address): Clarify error message.
406 Use value_must_coerce_to_target.
407 * infcall.c (value_arg_coerce): Call value_coerce_to_target.
408 * valops.c (value_assign): Call value_coerce_to_target when
409 assigning to anything but internalvars. Leave GDB-side arrays
410 as arrays when assigning to internalvars.
411 (value_must_coerce_to_target, value_coerce_to_target): New.
412 (value_coerce_array, value_addr): Call value_coerce_to_target.
413 (value_array): Create the array in GDB's memory instead of
414 the inferior's.
415 * value.h (value_must_coerce_to_target, value_coerce_to_target):
416 Declare.
417
418 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
419
420 * top.c (quit_confirm): Warn that we will kill the program.
421
422 2008-03-19 Pedro Alves <pedro@codesourcery.com>
423
424 * inflow.c (terminal_ours_1): Guard access to
425 inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
426
427 2008-03-18 Ulrich Weigand <uweigand@de.ibm.com>
428 Jim Blandy <jimb@codesourcery.com>
429 Daniel Jacobowitz <drow@false.org>
430
431 * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
432 (dwarf2_read_address): Update prototype.
433
434 * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
435 (signed_address_type): Likewise.
436 (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
437 (execute_stack_op): Update calls to unsigned_address_type,
438 signed_address_type and dwarf2_read_address. Fix implementation
439 of DW_OP_deref_size.
440
441 * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
442 (dwarf2_per_cu_addr_size): Likewise.
443 (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
444 (struct dwarf2_loclist_baton): Likewise.
445
446 * dwarf2loc.c (find_location_expression): Update calls to
447 dwarf2_read_address. Use dwarf2_per_cu_objfile and
448 dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
449 (locexpr_describe_location): Likewise.
450 (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
451 Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
452 (dwarf2_loc_desc_needs_frame): Add PER_CU parameter. Set ctx->addr_size
453 to dwarf2_per_cu_addr_size (per_cu).
454 (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
455 (loclist_read_variable): Likewise.
456 (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
457
458 * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
459 instead of baton->objfile.
460 (dwarf2_per_cu_obfile): New function.
461 (dwarf2_per_cu_addr_size): Likewise.
462
463 * dwarf2-frame.c (struct comp_unit): Move higher.
464 (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
465 (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
466 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
467 parameter by using fde->eh_frame_p. Use read_encoded_value
468 to implement DW_CFA_set_loc.
469 (struct dwarf2_frame_cache): Add ADDR_SIZE member.
470 (dwarf2_frame_cache): Set cache->addr_size. Update calls to
471 execute_stack_op and execute_cfa_program.
472 (dwarf2_frame_prev_register): Update calls to execute_stack_op.
473 (size_of_encoded_value): Remove.
474 (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
475 Remove call to size_of_encoded_value. Implement DW_EH_PE_funcrel.
476 (add_cie): Set cie->unit backlink.
477 (decode_frame_entry_1): Set cie->addr_size. Update calls to
478 read_encoded_value.
479 (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
480
481 2008-03-17 Markus Deuling <deuling@de.ibm.com>
482
483 * i386-tdep.c (i386_print_insn): Remove unnecessary call to
484 gdbarch_bfd_arch_info.
485
486 2008-03-17 Joel Brobecker <brobecker@adacore.com>
487
488 * aix-thread.c (pdc_read_regs): Minor reformatting.
489
490 2008-03-17 Vladimir Prus <vladimir@codesourcery.com>
491
492 * thread.c (print_thread_info): Don't insist
493 on having current thread if there are no
494 threads at all.
495
496 2008-03-17 Pedro Alves <pedro@codesourcery.com>
497
498 * infcmd.c (attach_command_post_wait)
499 (attach_command_continuation): New.
500 (attach_command): Support background async execution, and async
501 execution in synchronous mode.
502
503 2008-03-17 Daniel Jacobowitz <dan@codesourcery.com>
504
505 * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
506 * symmisc.c (dump_symtab_1): Likewise.
507 * wrapper.c (gdb_value_struct_elt): Likewise.
508
509 2008-03-17 Pedro Alves <pedro@codesourcery.com>
510
511 * linux-nat.c (linux_nat_filter_event): Fix comment typo.
512
513 2008-03-17 Pedro Alves <pedro@codesourcery.com>
514
515 * linux-nat.c (linux_nat_filter_event): New, refactored from
516 linux_nat_wait.
517 (linux_nat_wait): Call linux_nat_filter_event.
518
519 2008-03-17 Ulrich Weigand <uweigand@de.ibm.com>
520
521 * top.c (execute_command): Fix uninitialized variable error.
522
523 2008-03-16 Nick Hudson <nick.hudson@dsl.pipex.com>
524
525 * Makefile.in (amd64nbsd-nat.o): New dependency.
526 * amd64nbsd-nat.c: Include "nbsd-nat.h".
527 (_initialize_amd64nbsd_nat): Update target vector to use
528 nbsd_pid_to_exec_file.
529 * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
530
531 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
532
533 Remove ignoring leading exec events code.
534 * fork-child.c (startup_inferior): Do not set
535 inferior_ignoring_leading_exec_events.
536 * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
537 (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
538 * infrun.c (inferior_ignoring_leading_exec_events): Remove.
539 (handle_inferior_event): Remove code for ignoring leading exec
540 events.
541 * target.c (update_current_target): Do not inherit, or default,
542 to_reported_exec_events_per_exec_call.
543 (debug_to_reported_exec_events_per_exec_call): Remove.
544 (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
545 * target.h (target_reported_exec_events_per_exec_call): Remove.
546 (struct target): Remove the to_reported_exec_events_per_exec_call
547 field.
548
549 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
550
551 Implement -thread-info.
552 * gdbthread.h (print_thread_info): Declare.
553
554 * thread.c (print_thread_info): New, extracted
555 from info_threads_command and adjusted to
556 work for CLI and MI.
557 (info_threads_command): Use print_thread_info.
558 * Makefile.in: Update dependencies.
559
560 * mi/mi-cmds.c (mi_cmds): Specify a handler
561 for -thread-info.
562 * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
563 * mi/mi-main.c (mi_cmd_thread_info): New.
564 (mi_cmd_list_features): Include 'thread-info'.
565
566 2008-03-14 Kevin Buettner <kevinb@redhat.com>
567
568 * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
569 to decide whether to match instruction patterns using "sw" and "sd".
570
571 2008-03-14 Pedro Alves <pedro@codesourcery.com>
572
573 * infcmd.c (jump_command): Postpone disabling stdin until after
574 the possible query.
575
576 2008-03-14 Pedro Alves <pedro@codesourcery.com>
577
578 * inflow.c (gdb_getpgrp): New.
579 (gdb_has_a_terminal): Use get_getpgrp.
580 (terminal_ours_1): If attach_flag is set, don't refetch
581 inferior_process_group.
582
583 2008-03-14 Pedro Alves <pedro@codesourcery.com>
584
585 * features/library-list.dtd: Allow "section" elements as children
586 of "library". Add "section" element and describe its attributes.
587
588 * solib-target.c (struct lm_info): Add section_bases member.
589 (library_list_start_segment): Error out if seen a section element.
590 (library_list_start_section): New.
591 (library_list_end_library): New.
592 (solib_target_free_library_list): Free section_bases.
593 (section_attributes): New.
594 (library_children): Make "segment" optional. Add "section" child.
595 (library_list_children): Register library_list_end_library.
596 (solib_target_relocate_section_addresses): Handle section bases.
597
598 * NEWS: Mention new qXfer:libraries:read section offsets support.
599
600 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
601
602 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
603 (make_exec_error_cleanup): Remove declarations.
604 * utils.c (exec_error_cleanup_chain): Remove.
605 (do_exec_error_cleanups, discard_exec_error_cleanups)
606 (make_exec_error_cleanup): Remove.
607 * event-loop.c (start_event_loop): Adjust call to
608 async_enable_stdin.
609 * event-top.c (async_enable_stdin): Remove the paramater dummy.
610 (async_disable_stdin): Don't register async_enable_stdin via
611 cleanup.
612 * inf-loop.c (inferior_event_handler): Don't
613 call do_exec_error_cleanups. Call async_enable_stdin instead.
614 * event-loop.c (start_event_loop): Adjust call to
615 async_enable_stdin.
616 * tui/tui-interp.c (tui_command_loop): Adjust call to
617 async_enable_stdin.
618
619 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
620
621 Async mode fixes.
622 * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
623 * breakpoint.c (bpstat_do_actions): In async mode,
624 don't jump to top expecting stop_bpstat to be already
625 updated.
626 * event-loop.c (start_event_loop): Call async_enable_stdin
627 on exception.
628 * event-top.c (async_enable_stdin): Do nothing if sync_execution
629 is not set.
630 (command_handler): Do not setup continuation here.
631 (command_line_handler_continuation): Move to...
632 * top.c (command_line_handler_continuation): ... here.
633 (execute_command): In async mode, register continuation.
634 Don't check frame's language in running in async mode.
635 * exceptions.c (throw_exception): Don't do exec_error_cleanups.
636 * inf-loop.c (complete_execution): Inline into...
637 (inferior_event_handler): ... here. Clear target_executing before
638 doing any cleanups. Don't try to show prompt if the target was
639 resumed.
640 * infcmd.c (signal_command): Add support for async mode.
641 (finish_command): Only add continuation if the target was
642 successfully resumed.
643 * remote.c (init_async_opts): Register to_get_thread_local_address
644 handler.
645 * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
646 with sync_execution.
647 * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
648 on exception.
649
650 2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
651
652 * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
653 * exec.c (exec_bfd_mtime): Define.
654 (exec_close): Clear it.
655 (exec_file_attach): Set it.
656 * gdbcore.h (exec_bfd_mtime): Declare.
657 * source.c (find_source_lines): Do not use bfd_get_mtime.
658
659 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
660
661 * top.c (simplified_command_loop): Remove.
662
663 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
664
665 Remove unused remote.c hooks.
666 * remote.c (deprecated_target_resume_hook)
667 (deprecated_target_wait_loop_hook): Remove.
668 (remote_resume): Do not call deprecated_target_resume_hook.
669 (remote_wait): Do not call deprecated_target_wait_loop_hook.
670 (remote_async_wait): Likewise.
671
672 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
673
674 Implement MI notification for new threads.
675 * doc/observer.texi (new_thread): Document.
676 * observer.sh: Forward declare struct thread_info.
677 * thread.c (add_thread): Notify observer.
678
679 * interps.h (interp_init_ftype): New parameter
680 top_level.
681 (interp_set): Likewise.
682 (top_level_interpreter_data): Declare.
683 * interps.c (interp_set): New parameter top_level.
684 Pass it to interpreter's init function. Remember
685 top level interpreter.
686 (interpreter_exec_cmd): Adjust.
687 (top_level_interpreter_data): New.
688 * main.c (captured_main): Pass 1 for top_level
689 parameter of interp_set.
690 * cli/cli-interp.c (cli_interpreter_init): New
691 parameter top_level.
692 * tui/tui-interp.c (tui_init): New parameter top_level.
693
694 * mi/mi-interp.c (mi_new_thread): New.
695 (mi_interpreter_init): If top level, register
696 observer for new threads.
697
698 * Makefile.in (mi-interp.o, thread.o): Update dependencies.
699
700 2008-03-14 Pedro Alves <pedro@codesourcery.com>
701
702 * top.c (execute_command): Disable break and stop
703 commands in async mode.
704
705 2008-03-14 Pedro Alves <pedro@codesourcery.com>
706
707 revert:
708 2008-03-14 Pedro Alves <pedro@codesourcery.com>
709 * inf-loop.c (inferior_event_handler): Don't include remote.h.
710 Call target_stop in the INF_QUIT_REQ case.
711 * Makefile.in (inf-loop.o): Update.
712
713 2008-03-14 Pedro Alves <pedro@codesourcery.com>
714
715 * inf-loop.c (inferior_event_handler): Don't include remote.h.
716 Call target_stop in the INF_QUIT_REQ case.
717 * Makefile.in (inf-loop.o): Update.
718
719 2008-03-14 Pedro Alves <pedro@codesourcery.com>
720
721 * top.c (execute_command): Enable break, info and interrupt
722 commands in async mode.
723
724 2008-03-13 Vladimir Prus <vladimir@codesourcery.com>
725 Daniel Jacobowitz <dan@codesourcery.com>
726
727 * breakpoint.h (breakpoint_restore_shadows): New
728 declaration.
729 * breakpoint.c (breakpoint_restore_shadows): New.
730 (read_memory_nobpt): Delete.
731 * gdbcore.h (read_memory_nobpt): Delete declaration.
732 * target.c (memory_xfer_partial): Call
733 breakpoint_restore_shadows.
734 (restore_show_memory_breakpoints)
735 (make_show_memory_beakpoints_cleanup): New.
736 (show_memory_breakpoints): New.
737 * target.h (make_show_memory_beakpoints_cleanup): Declare.
738 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
739 Make sure we see memory breakpoints when checking if
740 breakpoint is still there.
741 * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
742 hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
743 m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
744 sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
745
746 2008-03-12 Pedro Alves <pedro@codesourcery.com>
747
748 * thread.c (add_thread): Use printf_unfiltered to print.
749
750 2008-03-12 Joel Brobecker <brobecker@gnat.com>
751
752 * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
753 that is true only on x86-solaris and x86_64-solaris.
754 * procfs.c: Likewise. Move procfs_find_LDT_entry up together
755 with proc_get_LDT_entry.
756
757 2008-03-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
758
759 * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
760 * config.in, configure: Regenerate.
761 * fork-child.c (fork_inferior): Call create_tty_session.
762 * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
763 (create_tty_session): New function.
764 * terminal.h: Declare create_tty_session.
765
766 2008-03-12 Alan Modra <amodra@bigpond.net.au>
767
768 PR 5900
769 * elfread.c (elf_symtab_read): Make shndx an unsigned int.
770 * mipsread.c: Include elf/internal.h.
771 (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
772 to internal range.
773
774 2008-03-11 Markus Deuling <deuling@de.ibm.com>
775
776 * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
777 to get at the current architecture and at the target specific vector.
778 Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
779 remove define of I387_ST0_REGNUM.
780
781 * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
782
783 (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
784 get at the current architecture
785 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
786 parameter.
787
788 * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
789 I387_NUM_XMM_REGS and I387_MM0_REGNUM.
790
791 (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
792 I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
793 (I387_FSTAT_REGNUM): Add target specific vector as parameter.
794
795 (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
796 at the target specific vector.
797
798 (i386_get_longjmp_target): Use get_frame_arch to get at the current
799 architecture. Use gdbarch_tdep to get at the target specific vector.
800
801 (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
802 update caller. Use gdbarch_tdep to get at the target specific vector.
803
804 (i386_register_to_value: Use get_frame_arch to get at the current
805 architecture.
806
807 * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
808 parameter.
809
810 * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
811 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
812 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
813 FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
814
815 (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
816 undef's.
817
818 (i387_convert_register_p, i387_register_to_value,
819 i387_value_to_register): Update call for i386_fp_regnum_p.
820
821 * i387-tdep.h: Remove comment.
822 (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
823 (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
824 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
825 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
826 I387_MXCSR_REGNUM): Add target specific vector as parameter.
827
828 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
829
830 * Makefile.in (fork-child.o): Update.
831 * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
832 argument. Gather all gdbserver features together.
833 * fork-child.c (exec_wrapper): New variable.
834 (fork_inferior): Use it.
835 (startup_inferior): Skip an extra trap if using "set exec-wrapper".
836 (unset_exec_wrapper_command, _initialize_fork_child): New.
837
838 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
839
840 * source.c (directory_command): Modify the determination of
841 condition of terminal "from_tty".
842
843 2008-03-10 Matt Rice <ratmice@gmail.com>
844
845 * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
846
847 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
848
849 * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
850 of the data passing to strtoulst function.
851 (info_spu_signal_command): Likewise.
852
853 2008-03-08 Vladimir Prus <vladimir@codesourcery.com>
854
855 * mi/mi-interp.c (mi_command_loop): Remove
856 commented-out code.
857
858 2008-03-07 Joel Brobecker <brobecker@adacore.com>
859
860 * remote.c (extended_remote_attach_1): Make local variable pid an int
861 instead of a pid_t.
862
863 2008-03-07 Joel Brobecker <brobecker@adacore.com>
864
865 * solib-svr4.c (svr4_same_1): New function, originally extracted
866 from svr4_same and expanded to handle the sparc64 case.
867 (svr4_same): Move up and reimplement using svr4_same_1.
868 (enable_break): Use svr4_same_1 to do shared library name comparisons.
869
870 2008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com>
871
872 * MAINTAINERS: Move self to Paper trail.
873
874 2008-03-05 Daniel Jacobowitz <dan@codesourcery.com>
875
876 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
877 * event-loop.c (call_async_signal_handler): New.
878 * event-loop.h (call_async_signal_handler)
879 (gdb_call_async_signal_handler): Declare.
880 (mark_async_signal_handler): Add comments.
881 * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
882 * mingw-hdep.c (sigint_event, sigint_handler): New.
883 (gdb_select): Use them. Wait for the readline signal handler
884 to finish.
885 (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
886 * posix-hdep.c (gdb_call_async_signal_handler): New function.
887 * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
888 New.
889 (remote_fileio_ctrl_c_signal_handler): Use
890 gdb_call_async_signal_handler.
891 (initialize_remote_fileio): Initialize sigint_fileio_token.
892 * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
893 not initialize tokens here.
894 (handle_remote_sigint_twice): Likewise. Reinstall
895 handle_remote_sigint.
896 (async_remote_interrupt_twice): Just call interrupt_query.
897 (cleanup_sigint_signal_handler): Do not delete tokens.
898 (remote_interrupt, remote_interrupt_twice): Use
899 gdb_call_async_signal_handler.
900 (interrupt_query): Reinstall the default signal handler.
901 (_initialize_remote): Initialize tokens here.
902
903 2008-03-04 Joel Brobecker <brobecker@adacore.com>
904
905 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
906 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
907 Change the type of the lr register to code_ptr.
908 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
909 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
910 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
911 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
912 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
913 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
914 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
915
916 2008-03-03 James E. Wilson <wilson@tuliptree.org>
917
918 * MAINTAINERS: Update my email address.
919
920 2008-03-03 Keith Seitz <keiths@redhat.com>
921
922 From Dave Murphy <davem@devkitpro.org>:
923 * configure.ac: Set tcl configdir to win under mingw.
924 * configure: Regenerate.
925
926 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
927
928 * breakpoint.c (fetch_watchpoint_value): New function.
929 (update_watchpoint): Set and clear val_valid. Use
930 fetch_watchpoint_value. Handle unreadable values on the
931 value chain. Correct check for user-requested array watchpoints.
932 (breakpoint_init_inferior): Clear val_valid.
933 (watchpoint_value_print): New function.
934 (print_it_typical): Use it. Do not free or clear old_val. Print
935 watchpoints even if old_val == NULL.
936 (watchpoint_check): Use fetch_watchpoint_value. Check for values
937 becoming readable or unreadable.
938 (watch_command_1): Use fetch_watchpoint_value. Set val_valid.
939 (do_enable_watchpoint): Likewise.
940 * breakpoint.h (struct breakpoint): Update comment for val. Add
941 val_valid.
942 * NEWS: Mention watchpoints on inaccessible memory.
943
944 2007-02-29 Daniel Jacobowitz <dan@codesourcery.com>
945
946 * Makefile.in (i386-nat.o): Update.
947 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
948 i386_use_watchpoints.
949 * i386-linux-nat.c (_initialize_i386_linux_nat): Call
950 i386_use_watchpoints.
951 * i386-nat.c (i386_stopped_data_address): Take two arguments.
952 (i386_stopped_by_watchpoint): Update call.
953 (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
954 * config/i386/nm-i386.h: Conditionalize definitions on
955 ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
956 (i386_use_watchpoints): Declare.
957 (i386_stopped_data_address): Update.
958 * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
959 * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
960
961 2008-02-29 Joel Brobecker <brobecker@adacore.com>
962
963 GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
964 * version.in: Bump version to 6.8.50.20080229-cvs.
965
966 2008-02-28 Markus Deuling <deuling@de.ibm.com>
967
968 * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
969 properly.
970
971 2008-02-28 Tom Tromey <tromey@redhat.com>
972
973 * infcmd.c (notice_args_read): Print result of get_inferior_args.
974
975 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
976
977 * infcmd.c (kill_if_already_running): Make static. Use
978 target_require_runnable.
979 * target.c (target_require_runnable): New.
980 * target.h (target_require_runnable): Declare.
981
982 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
983
984 * frame.c (reinit_frame_cache): Only annotate if frames were
985 previously valid.
986
987 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
988
989 * regformats/reg-ppc.dat: Rename "ps" to "msr".
990 * regformats/reg-ppc64.dat: Likewise.
991
992 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
993
994 * features/Makefile (%.dat): Emit xmltarget statement.
995
996 * regformats/regdat.sh: Support xmltarget and xmlarch statments.
997 Generate code to set gdbserver_xmltarget in init_registers_${name}.
998
999 * regformats/arm-with-iwmmxt.dat: Regenerate.
1000 * regformats/mips64-linux.dat: Regenerate.
1001 * regformats/mips-linux.dat: Regenerate.
1002 * regformats/rs6000/powerpc-32.dat: Regenerate.
1003 * regformats/rs6000/powerpc-64.dat: Regenerate.
1004 * regformats/rs6000/powerpc-e500.dat: Regenerate.
1005
1006 * regformats/reg-arm.dat: Add xmlarch statement.
1007 * regformats/reg-i386.dat: Likewise.
1008 * regformats/reg-i386-linux.dat: Likewise.
1009 * regformats/reg-x86-64-linux.dat: Likewise.
1010 * regformats/reg-spu.dat: Likewise.
1011
1012 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1013
1014 * remote.c (remote_wait, remote_async_wait): Stop if we receive
1015 an error.
1016
1017 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1018
1019 * utils.c (debug_timestamp): New.
1020 (vfprintf_unfiltered): Print timestamps if requested.
1021 (show_debug_timestamp): New.
1022 (initialize_utils): Register "set debug timestamp".
1023 * NEWS: Mention "set debug timestamp". Add GDB 6.8 section.
1024
1025 2008-02-27 Joel Brobecker <brobecker@adacore.com>
1026
1027 * breakpoint.c (skip_prologue_sal): New function.
1028 (resolve_sal_pc): Adjust SAL past prologue if the SAL was
1029 computed from a line number.
1030
1031 2008-02-27 Joel Brobecker <brobecker@adacore.com>
1032
1033 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
1034 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
1035 Set PC register type to "code_ptr".
1036 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
1037 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
1038 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
1039 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
1040 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
1041 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
1042 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
1043 Regenerate.
1044
1045 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
1046
1047 * regformats/regdat.sh: Rename init_registers function in
1048 generated file to init_registers_${name}.
1049
1050 * regformats/reg-crisv32.dat: Set "name" to crisv32.
1051 * regformats/reg-ppc64.dat: Set "name" to ppc64.
1052 * regformats/reg-s390x.dat: Set "name" to s390x.
1053
1054 2008-02-26 Greg Law <glaw@undo-software.com>
1055
1056 * regcache.c (registers_changed): Call reinit_frame_cache.
1057
1058 2008-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1059
1060 * configure.tgt (sh-*-linux*): Match sh*. Add glibc-tdep.o.
1061 * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
1062 and svr4_fetch_objfile_link_map.
1063 * Makefile.in (sh-linux-tdep.o): Update.
1064
1065 2008-02-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1066
1067 * amd64-tdep.c (amd64_classify): Add support for decimal float
1068 types.
1069 * i386-tdep.c (i386_return_value): Make 128-bit decimal float
1070 use the struct return convention.
1071
1072 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
1073
1074 * breakpoint.c (print_one_breakpoint_location): Revert Enb field
1075 to old format. Discard breakpoint address if shared library is
1076 unloaded.
1077 (breakpoint_1): Adjust formatting of table header accordingly.
1078
1079 2008-02-25 Vladimir Prus <vladimir@codesourcery.com>
1080
1081 * remote.c (remote_get_threadlist): If the response
1082 is empty, don't try to parse it.
1083
1084 2008-02-23 Vladimir Prus <vladimir@codesourcery.com>
1085
1086 Unbreak 'target async'.
1087 * serial.c (serial_async): Set the
1088 handler function before enabling async
1089 mode.
1090
1091 2008-02-22 Daniel Jacobowitz <dan@codesourcery.com>
1092
1093 * solib-svr4.c (enable_break): Convert r_brk to a code address.
1094
1095 2008-02-21 Pedro Alves <pedro@codesourcery.com>
1096
1097 * remote.c (extended_remote_attach_1): Set attach_flag.
1098 (extended_remote_create_inferior_1): Clear attach_flag.
1099
1100 2008-02-20 Daniel Jacobowitz <dan@codesourcery.com>
1101
1102 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
1103 r_brk_offset.
1104 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
1105 * solib-svr4.c (solib_svr4_r_brk): New.
1106 (open_symbol_file_object, svr4_current_sos): Always check the
1107 debug base.
1108 (svr4_fetch_objfile_link_map): Do not set debug_base.
1109 (enable_break): Use r_brk if it is set.
1110 (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
1111 (svr4_lp64_fetch_link_map_offsets): Likewise.
1112 * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
1113
1114 2008-02-20 Markus Deuling <deuling@de.ibm.com>
1115 Mark Kettenis <kettenis@gnu.org>
1116
1117 * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
1118 trad_frame_saved_reg.
1119 (trad-frame.h): New include.
1120
1121 (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
1122 instead of frame_obstack_zalloc.
1123 (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
1124
1125 * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
1126
1127 2008-02-20 Markus Deuling <deuling@de.ibm.com>
1128
1129 * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
1130 from disassemble_info instead of gdbarch_byte_order.
1131
1132 * mips-tdep.c (gdb_print_insn_mips): Likewise.
1133 * arm-tdep.c (gdb_print_insn_arm): Likewise.
1134
1135 2008-02-20 Markus Deuling <deuling@de.ibm.com>
1136
1137 * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
1138 gdbarch as parameter.
1139
1140 * gdbarch.{c,h}: Regenerate.
1141
1142 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
1143 parameter.
1144 * mem-break.c (default_memory_insert_breakpoint)
1145 (default_memory_remove_breakpoint): Likewise.
1146 * target.h (default_memory_remove_breakpoint)
1147 (default_memory_insert_breakpoint): Likewise.
1148
1149 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
1150 parameter. Replace current_gdbarch by gdbarch.
1151 * m32r-tdep.c (m32r_memory_insert_breakpoint)
1152 (m32r_memory_remove_breakpoint): Likewise.
1153
1154 2008-02-19 Daniel Jacobowitz <dan@codesourcery.com>
1155
1156 * MAINTAINERS: Add Vladimir Prus as MI maintainer.
1157
1158 2008-02-19 Joel Brobecker <brobecker@adacore.com>
1159
1160 * NEWS: Add entry describing Add support improvements.
1161
1162 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1163
1164 * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
1165 M68K_FP0_REGNUM.
1166
1167 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1168
1169 * sentinel-frame.c (sentinel_frame_prev_register): Do not call
1170 register_offset_hack anymore.
1171
1172 * regcache.{c,h} (register_offset_hack): Remove.
1173
1174 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1175
1176 * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
1177
1178 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
1179 current_gdbarch by gdbarch.
1180 (hppa64_hpux_find_global_pointer): Likewise.
1181 * hppa-tdep.c (hppa_find_global_pointer): Likewise.
1182 (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
1183 find_global_pointer.
1184
1185 * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
1186 parameter.
1187 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
1188
1189 * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
1190 of gdbarch_num_regs.
1191
1192 * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
1193 replace current_gdbarch by gdbarch.
1194 (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
1195
1196 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1197
1198 * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
1199 and replace current_gdbarch by gdbarch.
1200
1201 (store_register): Update call for exec_one_dummy_insn.
1202 (fetch_register, store_register): Update call of regmap.
1203
1204 * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
1205 parameter and replace current_gdbarch by gdbarch.
1206
1207 (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
1208 the current architecture. Update call for getregs_supplies and
1209 getfpregs_supplies.
1210 (ppcnbsd_fetch_inferior_registers): Likewise.
1211
1212 * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
1213 replace current_gdbarch by gdbarch.
1214 (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
1215 get_regcache_arch to get at the current architecture. Update call for
1216 getfpregs_supplies.
1217
1218 2008-02-18 Markus Deuling <deuling@de.ibm.com>
1219
1220 * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
1221 variables.
1222
1223 2008-02-15 Markus Deuling <deuling@de.ibm.com>
1224
1225 * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
1226
1227 2008-02-14 Vladimir Prus <vladimir@codesourcery.com>
1228
1229 * NEWS: Mention pending breakpints in MI.
1230
1231 2008-02-14 Markus Deuling <deuling@de.ibm.com>
1232
1233 * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
1234
1235 2008-02-13 Markus Deuling <deuling@de.ibm.com>
1236
1237 Add script to build and test GDB using enable-targets=all.
1238
1239 * gdb_buildall.sh: New file.
1240
1241 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
1242
1243 * NEWS (New native configurations): Xtensa GNU/Linux.
1244 (New targets): Xtensa GNU/Linux.
1245 * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
1246 xtensa-linux-tdep.o
1247 (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
1248 (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
1249 * configure.tgt (xtensa*-*-linux*): New entry.
1250 * xtensa-config.c (xtensa_tdep): New variable.
1251 (xtensa_config_byte_order, xtensa_config_tdep): Removed.
1252 (rmap): Change format based on new macro XTREG.
1253 (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
1254 * xtensa-linux-nat.c: New.
1255 * xtensa-linux-tdep.c: New.
1256 * xtensa-xtregs.c: New.
1257 * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
1258 (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
1259 (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
1260 (xtensa_register_t): New field coprocessor.
1261 (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
1262 * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
1263 (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
1264 Update to handle privileged registers.
1265 (xtensa_supply_gregset) Remove exccause and excvaddr registers.
1266 (xtensa_push_dummy_call): Set windowstart register correctly.
1267 (call0_analyze_prologue): Initialize xtensa_default_isa.
1268 (xtensa_derive_tdep): New.
1269 (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
1270 xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
1271 Call xtensa_derive_tdep().
1272 * config/xtensa/linux.mh: New.
1273 * regformats/reg-xtensa.dat: New.
1274
1275 2008-02-09 Aleksandar Ristovski <aristovski@qnx.com> (tiny change)
1276
1277 * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
1278 (filenames.h): New include.
1279 * Makefile.in (corelow.o): Add dependency for filenames.h.
1280
1281 2008-02-08 Doug Evans <dje@google.com>
1282
1283 * source.c (find_and_open_source): Always rewrite absolute filenames.
1284
1285 2008-02-07 Doug Evans <dje@google.com>
1286
1287 * breakpoint.c: #include "hashtab.h".
1288 (ambiguous_names_p): New fn.
1289 (update_breakpoint_locations): When restoring bp enable status, don't
1290 compare function names if any functions have same name.
1291 * Makefile.in (breakpoint.o): Add hashtab.h dependency.
1292
1293 2008-02-07 Joel Brobecker <brobecker@adacore.com>
1294
1295 * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
1296 instead of just a VEC*. Update use of SV.
1297 (ada_make_symbol_completion_list): Update symbol_completion_add calls.
1298
1299 2007-02-07 Joel Brobecker <brobecker@adacore.com>
1300
1301 * NEWS: Put all new commands since gdb-6.7 together.
1302
1303 2007-02-07 Joel Brobecker <brobecker@adacore.com>
1304
1305 * ada-lang.c: #include "vec.h".
1306 (struct string_vector, new_string_vector, string_vector_append):
1307 Delete.
1308 (char_ptr): New typedef.
1309 (DEF_VEC_P (char_ptr)): New VEC type.
1310 (symbol_completion_add): Update profile to take the new VEC type
1311 instead of the old string_vector structure. Update code accordingly.
1312 (ada_make_symbol_completion_list): Use the new VEC type instead of
1313 the old string_vector structure, and update the code accordingly.
1314 * Makefile.in (ada-lang.o): Add dependency on vec.h.
1315
1316 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
1317
1318 * p-exp.y: Set current_type in missing places.
1319 (leftdiv_is_integer): New static variable.
1320 Typecast right operand of BINOP_DIV to long_double if both operands
1321 are integers.
1322
1323 2008-02-06 Maciej W. Rozycki <macro@mips.com>
1324
1325 * remote-mips.c (set_breakpoint): Rename to...
1326 (mips_set_breakpoint): ... this.
1327 (clear_breakpoint): Rename to...
1328 (mips_clear_breakpoint): ... this.
1329 (common_breakpoint): Rename to...
1330 (mips_common_breakpoint): ... this.
1331 (check_lsi_error): Rename to...
1332 (mips_check_lsi_error): ... this.
1333
1334 2007-02-05 Joel Brobecker <brobecker@adacore.com>
1335
1336 * language.h (struct language_defn): Add new field
1337 la_make_symbol_completion_list.
1338 * symtab.c (default_make_symbol_completion_list): Renames
1339 make_symbol_completion_list.
1340 (make_symbol_completion_list): New function.
1341 * symtab.h (default_make_symbol_completion_list): Add declaration.
1342 * langauge.c (unknown_language): Set la_make_symbol_completion_list.
1343 (auto_language, local_language): Likewise.
1344 * objc-lang.c (objc_language_defn): Likewise.
1345 * scm-lang.c (scm_language_defn): Likewise.
1346 * m2-lang.c (m2_language_defn): Likewise.
1347 * f-lang.c (f_language_defn): Likewise.
1348 * jv-lang.c (java_language_defn): Likewise.
1349 * p-lang.c (pascal_language_defn): Likewise.
1350 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
1351 (minimal_language_defn): Likewise.
1352 * ada-lang.c (struct string_vector): New structure.
1353 (new_string_vector, string_vector_append, ada_unqualified_name)
1354 (add_angle_brackets, symbol_completion_match, symbol_completion_add)
1355 (ada_make_symbol_completion_list): New functions.
1356 (ada_language_defn): Set la_make_symbol_completion_list.
1357 * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
1358 this function is static.
1359
1360 2008-02-05 Kevin Buettner <kevinb@redhat.com>
1361
1362 * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
1363 to account for call site optimizations.
1364
1365 2008-02-05 Andrzej Zaborowski <balrogg@gmail.com>
1366
1367 * tracepoint.c (read_actions): Handle end-of-text indicator
1368 in action list properly. (Committed by Jim Blandy)
1369
1370 2008-02-05 Jim Blandy <jimb@red-bean.com>
1371
1372 * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
1373 pseudoregister, not an internal error.
1374 Reported by: Andrzej Zaborowski
1375
1376 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
1377
1378 * varobj.c (c_value_of_variable): Use xstrdup.
1379
1380 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
1381
1382 Update stored rendition of varobj value when format changes.
1383 * varobj.c (varobj_set_display_format): Recomputed
1384 print_value.
1385 (c_value_of_variable): Return print_value.
1386
1387 2008-02-03 Doug Evans <dje@google.com>
1388
1389 * eval.c (evaluate_subexp_standard): Fix type of result of mixed
1390 integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
1391 * valops.c (value_one): New function.
1392 * value.h (value_one): Declare.
1393
1394 Fix argument promotion for binary arithmetic ops for C.
1395 * valarith.c (unop_result_type): New fn.
1396 (binop_result_type): New fn.
1397 (value_binop): Move result type computation to binop_result_type.
1398 (value_pos, value_neg, value_complement): Move result type
1399 computation to unop_result_type.
1400
1401 PR 2384
1402 * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
1403 Return basetype, fieldno if found. All callers updated.
1404 Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
1405 objfile.
1406 * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
1407 * symfile.h (fill_in_vptr_fieldno): Delete.
1408
1409 2008-02-02 Doug Evans <dje@google.com>
1410
1411 * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
1412
1413 * typeprint.c (*): Whitespace cleanup.
1414
1415 2008-02-02 Mark Kettenis <kettenis@gnu.org>
1416 Luis Machado <luisgpm@br.ibm.com>
1417 Thiago Jung Bauermann <bauerman@br.ibm.com>
1418
1419 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
1420 don't fit into registerson the stack the way GCC does.
1421
1422 2008-02-01 Joel Brobecker <brobecker@adacore.com>
1423
1424 * symtab.c (symbol_set_names): Do not add an entry in the demangling
1425 hash table for Ada symbols. Just store the linkage name as is,
1426 and leave the demangled_name as NULL.
1427
1428 2007-02-01 Joel Brobecker <brobecker@adacore.com>
1429
1430 * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
1431 in the global scope.
1432 (new_symbol): Likewise.
1433
1434 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
1435
1436 * breakpoint.c (break_command_1): Return void.
1437 (break_command_really): Return void. Rethrow
1438 exceptions instead of returning.
1439 (gdb_breakpoint): Remove the error_message parameter.
1440 Return void. Rename to set_breakpoint.
1441 * gdb.h (gdb_breakpoint): Rename and move to...
1442 * breakpoint.h (set_breakpoint): ...here.
1443 * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
1444 event hooks even if exception is thrown. Adjust to
1445 gdb_breakpoint interface changes.
1446
1447
1448 2008-02-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
1449
1450 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
1451 float in both first and second word in the doubleword, to support
1452 old and new ABIs.
1453
1454 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
1455
1456 Properly rethrow exception. This fixes errors
1457 about non-existent functions for -break-insert.
1458 * breakpoint.c (break_command_really): Use throw_exception
1459 for rethrowing. If rethrowing, don't print the exception.
1460
1461 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1462
1463 * NEWS: Mention Decimal Floating Point support.
1464
1465 2008-01-31 Joel Brobecker <brobecker@adacore.com>
1466
1467 * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
1468 value type to builtin_type_void_func_ptr.
1469
1470 2008-01-31 Andreas Krebbel <krebbel1@de.ibm.com>
1471
1472 * s390-tdep.c (is_float_singleton, is_float_like,
1473 alignment_of, s390_return_value): Make checks for
1474 TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
1475
1476 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
1477 Thiago Jung Bauermann <bauerman@br.ibm.com>
1478
1479 * infcmd.c (default_print_registers_info): Also print hex
1480 raw contents for TYPE_CODE_DECFLOAT registers.
1481 * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
1482 * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
1483 (rs6000_register_name): Add support for DFP pseudo-registers.
1484 (rs6000_pseudo_register_type): Likewise.
1485 rs6000_pseudo_register_reggroup_p): Likewise.
1486 (ppc_pseudo_register_read): New function.
1487 (ppc_pseudo_register_write): Likewise.
1488 (rs6000_pseudo_register_read): Likewise.
1489 (rs6000_pseudo_register_write): Likewise.
1490 (e500_pseudo_register_read): Move checks to
1491 rs6000_pseudo_register_read.
1492 (e500_pseudo_register_write): Move checks to
1493 rs6000_pseudo_register_write.
1494 (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum. Install
1495 rs6000_pseudo_register_read and rs6000_pseudo_register_write
1496 in gdbarch if SPE or DFP is available. Adjust gdbarch's
1497 num_pseudo_regs to account for DFP pseudo regs.
1498
1499 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1500
1501 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
1502 * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
1503 (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
1504 rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
1505 e500_pseudo_register_read, e500_pseudo_register_write): Use
1506 IS_SPE_PSEUDOREG macro.
1507 (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
1508 (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
1509 Remove initialization of tdep->ppc_ev31_regnum.
1510
1511 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
1512
1513 * printcmd.c (print_formatted): Handle references as for unformatted
1514 prints.
1515
1516 2008-01-30 Joel Brobecker <brobecker@adacore.com>
1517
1518 * eval.c (evaluate_subexp_standard): Add handling of user
1519 registers when in EVAL_AVOID_SIDE_EFFECTS mode.
1520
1521 2008-01-30 Pierre Muller <muller@ics.u-strasbg.fr>
1522
1523 * eval.c (evaluate_subexp_standard): Support
1524 BINOP_INTDIV opcode.
1525
1526 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
1527
1528 * valarith.c (value_binop): Add floating-point BINOP_MIN and
1529 BINOP_MAX cases.
1530 For BINOP_EXP, use length and signedness of left operand only for
1531 result, as for shifts.
1532 For integral operands to BINOP_EXP, use new integer_pow and
1533 uinteger_pow functions so as to get full range of results.
1534 (integer_pow): New function.
1535 (uinteger_pow): New function.
1536
1537 2008-01-30 Vladimir Prus <vladimir@codesourcery.com>
1538
1539 Use vector for varobj_list_children interface.
1540 * gdb/varobj.c (varobj_list_children): Return vector
1541 of varobjs.
1542 * gdb/varobj.h (varobj_list_children): Adjust
1543 prototype.
1544 (varobj_p): Declare. Declare vector thereof.
1545 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
1546 for varobj_list_children change.
1547 * Makefile.in (varobj_h): Update dependencies.
1548
1549 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1550
1551 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
1552 TYPE_CODE_DECFLOAT arguments.
1553 (ppc64_sysv_abi_push_dummy_call) Likewise.
1554 (get_decimal_float_return_value): New function.
1555 (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
1556 values by calling get_decimal_float_return_value.
1557 (ppc64_sysv_abi_return_value): Likewise.
1558
1559 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
1560
1561 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field
1562 for preprocessor macro information. Formatting changes.
1563
1564 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1565
1566 * remote.c (struct remote_state): Add cached_wait_status.
1567 (remote_exec_file): New variable.
1568 (PACKET_vAttach, PACKET_vRun): New constants.
1569 (extended_remote_restart): Do not query for status.
1570 (struct start_remote_args): New.
1571 (remote_start_remote): Take it as a second argument. Check
1572 whether the target is running. Issue an error for non-running
1573 non-extended targets. Cache the wait status. Set inferior_ptid
1574 here.
1575 (remote_open_1): Prompt to disconnect non-running targets. Make
1576 sure the target is marked running. Do not set inferior_ptid here.
1577 Update call to remote_start_remote. Do not call remote_check_symbols
1578 if the target is not running.
1579 (remote_detach_1): Rename from remote_detach. Take an EXTENDED
1580 argument. Handle a non-running target.
1581 (remote_detach): Use it.
1582 (extended_remote_detach): New.
1583 (remote_disconnect): Fix typo. Use remoute_mourn_1.
1584 (extended_remote_attach_1, extended_remote_attach)
1585 (extended_async_remote_attach): New.
1586 (remote_vcont_resume): Remove unused variable.
1587 (remote_wait, remote_async_wait): Use any cached wait status.
1588 (putpkt_binary, getpkt): Clear any cached wait status.
1589 (extended_remoute_mourn_1): New.
1590 (extended_remote_mourn): Use it.
1591 (extended_async_remote_mourn, extended_remote_run): New.
1592 (extended_remote_create_inferior_1): New.
1593 (extended_remote_create_inferior): Use it.
1594 (extended_remote_async_create_inferior): Likewise.
1595 (remote_xfer_partial): Skip for non-executing targets.
1596 (init_extended_remote_ops): Set to_detach and to_attach.
1597 (init_extended_async_remote_ops): Likewise. Use
1598 extended_async_remote_mourn.
1599 (_initialize_remote): Register vAttach, vRun, and
1600 set remote exec-file.
1601 * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
1602
1603 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1604
1605 * Makefile.in (symfile.o): Update.
1606 * NEWS: Mention exec tracing support.
1607 * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
1608 exec events.
1609 * infcmd.c (kill_if_already_running, detach_command)
1610 (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
1611 * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
1612 (follow_exec): Do not check may_follow_exec. Do not mourn and push
1613 targets. Apply the sysroot path to the loaded executable. Use
1614 no_shared_libraries.
1615 * linux-nat.c (linux_child_follow_fork): Print fork following
1616 messages if verbose.
1617 (kill_wait_callback): Kill again before waiting a second time.
1618 * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
1619 no_shared_libraries.
1620
1621 2008-01-29 Joel Brobecker <brobecker@adacore.com>
1622
1623 * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
1624
1625 2008-01-29 Joel Brobecker <brobecker@adacore.com>
1626
1627 * nto-tdep.h: Remove #include "defs.h".
1628 * nto-tdep.c: Add #include "defs.h".
1629 * Makefile.in (nto_tdep_h): Update dependencies.
1630 (nto-tdep.o): Likewise.
1631
1632 2008-01-29 Joel Brobecker <brobecker@adacore.com>
1633
1634 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
1635 and use it.
1636 (proceed, start_remote): Update call to wait_for_inferior.
1637 * inferior.h (wait_for_inferior): Update declaration.
1638 * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
1639 solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
1640 * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
1641 TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
1642
1643 2008-01-29 Aleksandar Ristovski <aristovski@qnx.com>
1644
1645 * varobj (adjust_value_for_child_access): Added checking for
1646 returned value from gdb_value_ind.
1647 (c_describe_child): Likewise.
1648 (cplus_describe_child): Fixed a typo.
1649
1650 2008-01-29 Jim Blandy <jimb@red-bean.com>
1651
1652 * MAINTAINERS: Update my info.
1653
1654 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
1655
1656 Use multiple locations for hardware watchpoints.
1657 This eliminates the need to traverse value chain, doing
1658 various checks, in three different places.
1659
1660 * breakpoint.h (struct bp_location): New fields
1661 lengths and watchpoint_type.
1662 (struct breakpoint): Remove the val_chain field.
1663 * breakpoint.c (is_hardware_watchpoint): New.
1664 (free_valchain): Remove.
1665 (update_watchpoint): New.
1666 (insert_bp_location): For hardware watchpoint, just
1667 directly insert it.
1668 (insert_breakpoints): Call update_watchpoint_locations
1669 on all watchpoints. If we have failed to insert
1670 any location of a hardware watchpoint, remove all inserted
1671 locations.
1672 (remove_breakpoint): For hardware watchpoints, directly
1673 remove location.
1674 (watchpoints_triggered): Iterate over locations.
1675 (bpstat_stop_status): Use only first location of
1676 a resource watchpoint.
1677 (delete_breakpoint): Don't call free_valchain.
1678 (print_one_breakpoint): Don't print all
1679 locations for watchpoints.
1680 (breakpoint_re_set_one): Use update_watchpoint for
1681 watchpoints.
1682
1683 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
1684
1685 Don't reset watchpoint block on solib load.
1686
1687 * breakpoint.c (insert_bp_location): For watchpoints,
1688 recompute condition.
1689 (breakpoint_re_set_one): Instead of recomputing value
1690 and condition for watchpoints, just reset value and
1691 let insert_breakpoints/insert_bp_location recompute it.
1692 Don't do anything about disabled watchpoint.
1693
1694 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
1695
1696 * valarith.c (value_binop): Handle unsigned integer
1697 division by zero.
1698
1699 2008-01-28 Kevin Buettner <kevinb@redhat.com>
1700
1701 * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
1702 instruction pattern that appears frequently in position
1703 independent code. Fix bug in code which looks for "fmov" and
1704 backtracks if no "fmov" is found.
1705
1706 2008-01-28 Doug Evans <dje@google.com>
1707
1708 * dbxread.c (read_dbx_symtab): Fix indentation.
1709 Reformat comments to 80 columns.
1710 Move local var def closer to only use.
1711
1712 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1713
1714 * fork-child.c (SHELL_FILE): Remove #ifndef.
1715 (fork_inferior): Remove SHELL_COMMAND_CONCAT.
1716
1717 2008-01-25 Pierre Muller <muller@ics.u-strasbg.fr>
1718
1719 * i386-tdep.c (i386_skip_noop): New function.
1720 (i386_analyze_prologue): Call i386_skip_noop function.
1721
1722 2008-01-24 Michael Snyder <msnyder@specifix.com>
1723
1724 * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
1725 * win32-nat.c (win32_xfer_partial): Ditto.
1726 * target.c (default_xfer_partial): Minor whitespace adjustment.
1727
1728 2008-01-24 Pedro Alves <pedro@codesourcery.com>
1729
1730 * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
1731 strip bit 1 even if pc doesn't point to thumb code.
1732
1733 2008-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1734
1735 * remote.c (remote_wait): Handle SIGINT between packets.
1736 (remote_async_wait): Likewise.
1737
1738 2008-01-23 Vladimir Prus <vladimir@codesourcery.com>
1739 Chris Demetriou <cgd@google.com>
1740
1741 * thread.c (add_thread_silent): Renamed
1742 from add_thread.
1743 (print_thread_events): New variable definition.
1744 (show_print_thread_events): New function.
1745 (_initialize_thread): Add "set print thread-events" and
1746 "show print thread-events" commands.
1747 (add_thread): Announce new thread.
1748 * gdbthread.h (add_thread_silent): Declare.
1749 (print_thread_events): New variable declaration.
1750 * inf-ttrace.c (inf_ttrace_wait): Don't
1751 inform about new thread, as add_thread is always
1752 called too, and will take care of that.
1753 * infrun.c (handle_inferior_event): Likewise.
1754 * procfs.c (procfs_wait): Likewise.
1755 * remote.c (remote_currthread): Likewise.
1756 * sol-thread.c (sol_thread_wait): Likewise.
1757 * win32-nat.c (get_win32_debug_event): Likewise.
1758 * linux-thread-db.c (attach_thread): Likewise.
1759 Remove the verbose parameter.
1760 (check_event): Make detach_thread be verbose
1761 only if print_thread_events is set.
1762 * linux-nat.c (lin_lwp_attach_lwp): Don't inform
1763 about new thread. This is called only from
1764 linux-thread-db.c:attach_thread, which will take care.
1765 Remove the verbose parameter.
1766 * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
1767
1768 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
1769
1770 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
1771
1772 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
1773
1774 * breakpoint.c (break_command_really): New parameter
1775 ignore_count.
1776 (break_command_1): Pass 0 as
1777 ignore_count to break_command_really.
1778 (gdb_breakpoint): Pass ignore_count to
1779 break_command_really.
1780
1781 2008-01-21 Kevin Buettner <kevinb@redhat.com>
1782
1783 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
1784 sigcontext struct via pointer.
1785 (struct sigframe comment): Update to show new field `psc'.
1786
1787 2008-01-21 Vladimir Prus <vladimir@codesourcery.com>
1788
1789 * infrun.c (handle_inferior_event): If
1790 we failed to remove breakpoints, error,
1791 don't try to increment PC by hand.
1792
1793 2008-01-18 Nick Hudson <nick.hudson@dsl.pipex.com>
1794
1795 Add NetBSD/hppa target and host support.
1796
1797 * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
1798 (hppabsd_gregset): Move to ...
1799 (hppabsd_regset_from_core_section): Rename
1800 hppaobsd_regset_from_core_section and move to ...
1801 (hppabsd_find_global_pointer): Update comment.
1802 (hppabsd_init_abi): Make global. Do not register
1803 hppabsd_regset_from_core_section.
1804 (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
1805 move to ...
1806 (_initialize_hppabsd_tdep): Move to ...
1807 * hppaobsd-tdep.c: ... here. New file.
1808 * hppnbsd-tdep.c: New file.
1809 * hppnbsd-nat.c: New file.
1810 * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
1811 (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
1812 (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
1813 (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
1814 * configure.host (hppa*-*-netbsd*): New entry.
1815 * configure.tgt (hppa*-*-netbsd*): New entry.
1816 (hppa*-*-openbsd*): Update.
1817 * NEWS (New native configuration): Mention NetBSD/hppa.
1818 (New targets): Mention NetBSD/hppa.
1819
1820 2008-01-18 Markus Deuling <deuling@de.ibm.com>
1821
1822 * gdbarch.sh (function_list): Add new property bits_big_endian to
1823 gdbarch structure.
1824 * gdbarch.{c,h}: Regenerate.
1825
1826 * value.c (struct value): Replace BITS_BIG_ENDIAN by
1827 gdbarch_bits_big_endian (comment).
1828 (unpack_field_as_long, modify_field): Likewise.
1829 * value.h: Likewise (comment).
1830 * valops.c (value_slice): Likewise.
1831 * valarith.c (value_subscript, value_bit_index): Likewise.
1832 * gdbtypes.h (field): Likewise (comment).
1833 * eval.c (evaluate_subexp_standard): Likewise.
1834 * dwarf2read.c (dwarf2_add_field): Likewise.
1835 * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
1836 (move_bits, ada_value_assign, value_assign_to_component): Likewise.
1837
1838 * defs.h (BITS_BIG_ENDIAN): Remove.
1839
1840 2008-01-18 Markus Deuling <deuling@de.ibm.com>
1841
1842 * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
1843 function calls.
1844 * m2-exp.y (yylex): Likewise.
1845 * objc-exp.y (yylex): Likewise.
1846
1847 * defs.h (DEPRECATED_STREQN): Remove.
1848
1849 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
1850
1851 * MAINTAINERS: Update my email address.
1852
1853 2008-01-17 Jim Blandy <jimb@codesourcery.com>
1854
1855 * README: Mention gdbserver/README.
1856
1857 2008-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
1858
1859 * valarith.c (value_binop): Handle BINOP_INTDIV
1860 for unsigned and signed integers.
1861
1862 2008-01-17 Ulrich Weigand <uweigand@de.ibm.com>
1863
1864 * s390-tdep.c (s390_gdbarch_init): Set default long double
1865 type to 128-bit IEEE quad.
1866
1867 2008-01-17 Joel Brobecker <brobecker@adacore.com>
1868
1869 * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
1870
1871 2008-01-16 Mark Kettenis <kettenis@gnu.org>
1872
1873 * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
1874
1875 * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
1876 * value.c: All callers changed.
1877
1878 2008-01-16 Markus Deuling <deuling@de.ibm.com>
1879
1880 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
1881 DEPRECATED_STREQ by its expression.
1882 * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
1883 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
1884 (scan_xcoff_symtab): Likewise.
1885 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
1886 * f-lang.c (find_common_for_function): Likewise.
1887 * objc-exp.y (parse_number): Likewise.
1888
1889 * defs.h (DEPRECATED_STREQ): Remove.
1890
1891 2008-01-16 Markus Deuling <deuling@de.ibm.com>
1892
1893 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
1894 * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
1895 get_frame_arch to get at the current_architecture. Update AM33_MODE
1896 call.
1897 (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
1898 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
1899 architecture.
1900 (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
1901
1902 2008-01-16 Markus Deuling <deuling@de.ibm.com>
1903
1904 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
1905 parameter.
1906 * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
1907
1908 (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
1909 current_gdbarch by gdbarch. Update caller.
1910
1911 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
1912 (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
1913 the current architecture. Update calls of
1914 amd64_native_gregset_supplies_p.
1915 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
1916 (amd64bsd_store_inferior_registers): Likewise.
1917
1918 2008-01-16 Markus Deuling <deuling@de.ibm.com>
1919
1920 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
1921 Replace current_gdbarch by gdbarch. Update caller.
1922
1923 2008-01-16 Markus Deuling <deuling@de.ibm.com>
1924
1925 * dbxread.c (repeated_header_complaint, dbx_symfile_init)
1926 (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
1927 (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
1928 (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
1929 (stabsect_build_psymtabs): Fix indentation.
1930
1931 2008-01-15 Michael Snyder <msnyder@specifix.com>
1932
1933 * corelow.c (core_xfer_partial): Comment, cut/paste error.
1934
1935 2008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
1936
1937 * win32-nat.c (win32_create_inferior): Restore code calling
1938 CloseHandle on ProcessInformation structure.
1939
1940 2008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
1941
1942 * configure.ac: Check for void * as 3 argument of ptrace.
1943 * configure: regenerate.
1944
1945 2008-01-11 Markus Deuling <deuling@de.ibm.com>
1946
1947 * alpha-tdep.c (alpha_heuristic_proc_start)
1948 (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
1949 current_gdbarch by gdbarch.
1950
1951 (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
1952 current architecture by frame_info. Update alpha_heuristic_proc_start
1953 call.
1954
1955 (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
1956 get_frame_arch to get at the current architecture by frame_info. Update
1957 alpha_sigtramp_register_address call.
1958
1959 * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
1960 current_gdbarch by gdbarch. Update caller.
1961 (convert_to_extended, convert_from_extended): Add endianess parameter
1962 for comparison. Update caller.
1963 (arm_extract_return_value, arm_store_return_value): Use
1964 get_regcache_arch to get at the current architecture.
1965
1966 * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
1967 current_gdbarch by gdbarch. Update caller.
1968 (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
1969 gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
1970
1971 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
1972 gdbarch as parameter. Update caller.
1973 (h8300_init_frame_cache): Add gdbarch as parameter. Replace
1974 current_gdbarch by gdbarch. Update caller.
1975
1976 * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
1977 update caller. Replace current_gdbarch by gdbarch.
1978
1979 * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
1980 the current architecture. Replace current_gdbarch by gdbarch.
1981 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1982 (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
1983 expression. Add gdbarch as parameter and replace current_gdbarch with
1984 it. Update caller.
1985 (M6811_TDEP): Remove.
1986 (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
1987 architecture.
1988 (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
1989 current_gdbarch by gdbarch. Update caller.
1990
1991 * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
1992 update caller.
1993 (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
1994 by gdbarch.
1995
1996 * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
1997 caller. Relace current_gdbarch by gdbarch.
1998 (altivec_register_p, spe_register_p): Likewise.
1999 * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
2000 parameter.
2001 * ppc-linux-nat.c (fetch_register, store_register): Update caller of
2002 altivec_register_p and spe_register_p.
2003
2004 * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
2005 caller. Replace current_gdbarch by gdbarch.
2006 (score_analyze_prologue): use get_frame_arch to get at the current
2007 architecture.
2008
2009 * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
2010 * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
2011 current_gdbarch by gdbarch. Update caller.
2012 (sparc_frame_cache): Use get_frame_arch to get at the current
2013 architecture.
2014 * sparce64-tdep.c (sparc64_skip_prologue): Update call of
2015 sparc_analyze_prologue.
2016
2017 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
2018 parameter.
2019
2020 2008-01-11 Markus Deuling <deuling@de.ibm.com>
2021
2022 * exec.c: #include "arch-utils.h"
2023 (print_section_info): Use gdbarch_from_bfd to get at the
2024 current architecture. Replace current_gdbarch. Fix indention. Replace
2025 deprecated_print_address_numeric by paddress.
2026 * Makefile.in (exec.o) Add dependency to arch-utils.h.
2027
2028 * valprint.c (val_print_string): Replace
2029 deprecated_print_address_numeric.
2030 * tracepoint.c (trace_mention, scope_info): Likewise.
2031 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
2032 (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
2033 (maintenance_check_symtabs): Likewise.
2034 * symfile.c (list_overlays_command): Likewise.
2035 * stack.c (frame_info, print_block_frame_labels): Likewise.
2036 * printcmd.c (print_address, print_address_demangle)
2037 (address_info): Likewise.
2038 * corefile.c (memory_error): Likewise.
2039 * infcmd.c (jump_command): Likewise.
2040 * breakpoint.c (insert_bp_location, describe_other_breakpoints)
2041 (mention, delete_breakpoint): Likewise.
2042 * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
2043 * dwarf2read.c (dump_die): Likewise.
2044 * ada-valprint.c (ada_val_print_1): Likewise.
2045 * f-valprint.c (f_val_print): Likewise.
2046 * linux-fork.c (info_forks_command): Likewise.
2047 * m32r-com.c (m32r_load_section, m32r_load)
2048 (m32r_upload_command): Likewise.
2049
2050 * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
2051
2052 2008-01-11 Markus Deuling <deuling@de.ibm.com>
2053
2054 * gdbarch.sh (skip_prologue): Add gdbarch
2055 as parameter.
2056 * gdbarch.{c,h}: Regenerate.
2057
2058 * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
2059 * amd64-tdep.c (amd64_skip_prologue): Likewise.
2060 * avr-tdep.c (avr_skip_prologue): Likewise.
2061 * cris-tdep.c (cris_skip_prologue): Likewise.
2062 * frv-tdep.c (frv_skip_prologue): Likewise.
2063 * h8300-tdep.c (h8300_skip_prologue): Likewise.
2064 * hppa-tdep.c (hppa_skip_prologue): Likewise.
2065 * i386-tdep.c (i386_skip_prologue): Likewise.
2066 * ia64-tdep.c (ia64_skip_prologue): Likewise.
2067 * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
2068 * m32r-tdep.c (m32r_skip_prologue): Likewise.
2069 * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
2070 * m68k-tdep.c (m68k_skip_prologue): Likewise.
2071 * m88k-tdep.c (m88k_skip_prologue): Likewise.
2072 * mep-tdep.c (mep_skip_prologue): Likewise.
2073 * mips-tdep.c (mips_skip_prologue): Likewise.
2074 * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
2075 * mt-tdep.c (mt_skip_prologue): Likewise.
2076 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
2077 * score-tdep.c (score_skip_prologue): Likewise.
2078 * sh64-tdep.c (sh64_skip_prologue): Likewise.
2079 * sh-tdep.c (sh_skip_prologue): Likewise.
2080 * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
2081 * sparc-tdep.c (sparc32_skip_prologue): Likewise.
2082 * spu-tdep.c (spu_skip_prologue): Likewise.
2083 * v850-tdep.c (v850_skip_prologue): Likewise.
2084 * vax-tdep.c (vax_skip_prologue): Likewise.
2085 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
2086 * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
2087
2088 * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
2089 current_gdbarch by gdbarch.
2090 * m32c-tdep.c (m32c_skip_prologue): Likewise.
2091 * s390-tdep.c (s390_skip_prologue): Likewise.
2092
2093 2008-01-10 Doug Evans <dje@google.com>
2094
2095 * defs.h (struct continuation_arg): Fix typo in comment.
2096 * target.c (target_translate_tls_address): Fix comment spelling error.
2097
2098 2008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
2099
2100 * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
2101 (DOUBLEST_SCAN_FORMAT): Likewise.
2102 * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
2103 * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
2104 * c-exp.y (parse_number): Likewise.
2105 * jv-exp.y (parse_number): Likewise.
2106 * objc-exp.y (parse_number): Likewise.
2107 * p-exp.y (parse_number): Likewise.
2108
2109 2008-01-09 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
2112 (check_typedef): Likewise.
2113
2114 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
2115
2116 * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
2117 seen_double_big_d, treat the new H, D, and DD modifiers as length
2118 modifiers.
2119
2120 2008-01-08 Joel Brobecker <brobecker@adacore.com>
2121
2122 * dwarf2read.c (read_enumeration_type): Add comment.
2123
2124 2008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
2125
2126 * config.in: Regenerate.
2127
2128 2008-01-08 Joel Brobecker <brobecker@adacore.com>
2129
2130 * ada-lang.c (ada_convert_actual): Renames convert_actual.
2131 Make non-static.
2132 (ada_convert_actuals): Delete.
2133 * ada-lang.h (ada_convert_actual): Add declaration.
2134 (ada_convert_actuals): Remove declaration.
2135 * infcall.c: #include "ada-lang.h".
2136 (value_arg_coerce): Add new parameter sp. Update function
2137 documetnation. Add handling of Ada function call parameters.
2138 * Makefile.in (infcall.o): Update dependencies.
2139
2140 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
2141
2142 * ada-lang.c (ensure_lval): Fix value lval kind.
2143 (convert_actual): Add handling for arguments passed by reference.
2144
2145 2008-01-08 Doug Evans <dje@google.com>
2146
2147 * dbxread.c (read_dbx_symtab): Fix indentation.
2148
2149 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2150
2151 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
2152 (valarith.o): Depend on dfp.h.
2153 (valops.o): Likewise.
2154 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
2155 (set_decnumber_context): New function.
2156 (decimal_check_errors): Likewise.
2157 (decimal_from_number): Likewise.
2158 (decimal_to_number): Likewise.
2159 (decimal_from_string): Use set_decnumber_context and
2160 decimal_check_errors.
2161 (decimal_from_integral): New function.
2162 (decimal_from_floating): Likewise.
2163 (decimal_to_double): Likewise.
2164 (promote_decimal): Likewise.
2165 (decimal_binop): Likewise.
2166 (decimal_is_zero): Likewise.
2167 (decimal_compare): Likewise.
2168 (decimal_convert): Likewise.
2169 * dfp.h (decimal_from_integral): New prototype.
2170 (decimal_from_floating): Likewise.
2171 (decimal_to_double): Likewise.
2172 (decimal_binop): Likewise.
2173 (decimal_is_zero): Likewise.
2174 (decimal_compare): Likewise.
2175 (decimal_convert): Likewise.
2176 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
2177 call to value_from_decfloat.
2178 * valarith.c: Include dfp.h.
2179 (value_args_as_decimal): New function.
2180 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
2181 (value_logical_not): Likewise.
2182 (value_equal): Likewise.
2183 (value_less): Likewise.
2184 (value_pos): Likewise.
2185 (value_neg): Formatting fix.
2186 * valops.c: Include dfp.h.
2187 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
2188 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
2189 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
2190 (value_from_decfloat): Remove expect_type argument.
2191 * value.h (value_from_decfloat): Update prototype.
2192
2193 2008-01-07 Vladimir Prus <vladimir@codesourcery.com>
2194
2195 Ignore change in name of dynamic linker during
2196 execution on Solaris. This also unbreaks pending breakpoints.
2197
2198 * solist.h (struct target_so_ops): New field same.
2199 * solib-svr4.c (svr4_same): New.
2200 (_initialize_svr4_solib): Register svr4_same.
2201 * solib.c (update_solib_list): Use ops->same, if available.
2202
2203 2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
2204
2205 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
2206 when using MS-DOS paths.
2207
2208 2008-01-05 Pedro Alves <pedro@codesourcery.com>
2209
2210 * NEWS: Mention --pid and --core command line behaviour changes.
2211
2212 2008-01-05 Pedro Alves <pedro@codesourcery.com>
2213
2214 * main.c (captured_main): Remove 'count' varible and the
2215 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
2216 --pid options were issued simultaneously. If an explicit pid
2217 option was passed, don't fallback to core file. Detect extra
2218 arguments better in the presence of explicit pid or core
2219 arguments.
2220
2221 2008-01-05 Joel Brobecker <brobecker@adacore.com>
2222
2223 * ada-lang.c (ada_which_variant_applies): Correctly compute
2224 the value of the discriminant when the variant record is packed.
2225
2226 2008-01-04 Joel Brobecker <brobecker@adacore.com>
2227
2228 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
2229 that are used to differentiate homonyms.
2230
2231 2008-01-04 Jerome Guitton <guitton@adacore.com>
2232
2233 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
2234 when the type is an anonymous pointer type.
2235 (ada_check_typedef): Avoid a seg fault when the type is null.
2236 * ada-typeprint.c (print_array_type): Add support for pointer
2237 to packed arrays.
2238
2239 2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
2240
2241 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
2242
2243 2008-01-04 Joel Brobecker <brobecker@adacore.com>
2244
2245 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
2246 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
2247
2248 2008-01-04 Joel Brobecker <brobecker@adacore.com>
2249
2250 * ada-exp.y (chop_separator): New function.
2251 (write_selectors): Rewrite to re-use chop_separator.
2252 (ada_nget_field_index, get_symbol_field_type): New functions.
2253 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
2254 expressions.
2255
2256 2008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
2257
2258 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
2259 of SYMBOL_VALUE when working with function symbols.
2260
2261 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2262
2263 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
2264 expressions. These expressions do not need to be rewriten.
2265
2266 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2267
2268 * dwarf2read.c (read_enumeration_type): Flag type as stub if
2269 the given die is a declaration.
2270
2271 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2272
2273 * ada-lang.c (ada_array_bound_from_type): Make non-static.
2274 Handle properly the case when the index type is an enumerated type.
2275 Do not return the subtype of the bounds type, just return the
2276 bounds type directly - this is not needed and is more consistent
2277 with what we do for arrays when no XA parallel type exists.
2278
2279 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2280
2281 * ada-lang.c (static_unwrap_type): Add forward declaration.
2282 (template_to_static_fixed_type): Fields of dynamic types sometimes
2283 also need to be unwrapped. Take this into account.
2284 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
2285 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
2286 * ada-typeprint.c (ada_print_type): Get the typename from
2287 the original type, not the base type.
2288
2289 2008-01-03 Jerome Guitton <guitton@adacore.com>
2290
2291 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
2292 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
2293 Update calls to ada_to_fixed_type.
2294 (ada_template_to_fixed_record_type_1): Ditto, but without looking
2295 for the tag.
2296 (ada_to_fixed_type): Add check_tag parameter; do not look for
2297 tag if null. When looking for a tag, use a fixed record type.
2298 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
2299 * ada-valprint.c (printable_val_type, ada_value_print): Update
2300 calls to ada_to_fixed_type.
2301
2302 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
2303
2304 * doublest.c (convert_floatformat_to_doublest): Call
2305 floatformat_to_doublest instead of floatformat_to_double and use
2306 DOUBLEST variables.
2307 (convert_doublest_to_floatformat): Call floatformat_from_doublest
2308 instead of floatformat_from_double and use DOUBLEST variables.
2309
2310 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
2311
2312 * MAINTAINERS (Write After Approval): Add self.
2313
2314 2008-01-03 Joel Brobecker <brobecker@adacore.com>
2315
2316 * symfile.c (set_initial_language): Make non-static.
2317 * symfile.h (set_initial_language): Add declaration.
2318 * language.c: #include "symfile.h".
2319 (set_language): Call set_initial_language if the frame language
2320 could not be determined.
2321
2322 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
2323
2324 * eval.c (evaluate_subexp_for_address): Provide frame address to
2325 locate_var_value only if it will be needed.
2326
2327 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2328
2329 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
2330
2331 2008-01-02 Joel Brobecker <brobecker@adacore.com>
2332
2333 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
2334 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
2335 This is needed to make sure that any other treatment applied
2336 to the resulting value does not fail for spurious reason,
2337 such as trying to take the address of this value.
2338
2339 2008-01-02 Joel Brobecker <brobecker@adacore.com>
2340
2341 * ada-lang.c (ada_value_equal): Dereference reference types when
2342 comparing arrays.
2343
2344 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
2345
2346 Updated copyright notices for most files.
2347
2348 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
2349
2350 * win32-nat.c (psapi_module_handle): Remove static.
2351 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
2352 return first module found if base_address is zero. Don't initialize
2353 psapi function pointers here. Convert to cygwin paths when
2354 appropriate.
2355 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
2356 executable name. Use get_module_name when that fails or when
2357 !__CYGWIN__.
2358 (_initialize_psapi): New function. Initialize psapi stuff before it is
2359 needed or issue a warning if it is not found. Move psapi_module_handle
2360 here.
2361
2362 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2363
2364 * ada-lang.c (ada_remove_trailing_digits): New function.
2365 (ada_remove_po_subprogram_suffix): New function.
2366 (ada_decode): Improve. Move the description of the algorithm
2367 directly inside the code, instead of in the function global
2368 description.
2369
2370 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2371
2372 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
2373 and always print the dereferenced value.
2374
2375 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2376
2377 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
2378 of the case where the first argument is a reference.
2379 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
2380
2381 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2382
2383 Implement support for Ada interface types.
2384
2385 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
2386 (ada_is_ignored_field): Ignore fields that are a dispatch table
2387 of a tagged type.
2388
2389 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2390
2391 * top.c (print_gdb_version): Update copyright year.
2392
2393 2008-01-01 Joel Brobecker <brobecker@adacore.com>
2394
2395 * ChangeLog-2007: New ChangeLog rotation.
2396 * ChangeLog: Reset for 2008.
2397 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
2398 ChangeLog-2007.
2399
2400 For older changes see ChangeLog-2007.
2401 \f
2402 Local Variables:
2403 mode: change-log
2404 left-margin: 8
2405 fill-column: 74
2406 version-control: never
2407 coding: utf-8
2408 End:
This page took 0.080451 seconds and 4 git commands to generate.