7b6f6755cbc8ccbfbc6a6ab11616ca5470ab04f2
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2008-07-12 Pedro Alves <pedro@codesourcery.com>
2
3 Replace struct continuation_args by void* and per command structs.
4
5 * top.c (execute_command): Remove unused arg1 and arg2 locals.
6
7 * breakpoint.c (struct until_break_command_continuation_args):
8 New.
9 (until_break_command_continuation): Take a void* instead of a
10 continuations_arg. Adjust.
11 (until_break_command): Adjust to use struct
12 until_break_command_continuation_args instead of struct
13 continuation_arg.
14
15 * infcmd.c (struct step_1_continuation_args): New.
16 (step_1_continuation): Take a void* instead of a
17 continuations_arg. Adjust to use struct step_1_continuation_args.
18 (step_once): Adjust to use struct step_1_continuation_args.
19
20 (struct finish_command_continuation_args): New.
21 (finish_command_continuation): Take a void* instead of a
22 continuations_arg. Adjust to use struct
23 finish_command_continuation_args.
24 (finish_command): Adjust to use struct
25 finish_command_continuation_args.
26 (struct attach_command_continuation_args): New.
27 (attach_command_continuation): Take a void* instead of a
28 continuations_arg. Adjust to use struct
29 attach_command_continuation_args.
30 (attach_command): Adjust to use struct
31 attach_command_continuation_args.
32
33 * defs.h (struct continuation_arg): Delete.
34 (struct continuation): Replace the struct continuation_arg*
35 parameter of continuation_hook by a void*. Replace "arg_list"
36 member by a new "args" member with void* type.
37 (add_continuation, add_intermediate_continuation): Replace struct
38 continuation_arg type usages by void* usages.
39
40 * utils.c (add_continuation, do_all_continuations)
41 (add_intermediate_continuation)
42 (do_all_intermediate_continuations): Replace struct
43 continuation_arg type usages by void* usages. Pass "args" instead
44 of "arg_list".
45
46 2008-07-12 Pedro Alves <pedro@codesourcery.com>
47
48 * infrun.c (struct thread_stepping_state): Delete sal member.
49 (init_thread_stepping_state): Add local sal. Use it instead of
50 tss->sal.
51 (handle_inferior_event): New local stop_pc_sal. Use it instead of
52 tss->sal.
53 (step_into_function): Add local stop_func_sal. Use it instead of
54 tss->sal.
55
56 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
57
58 Implement -exec-continue/-exec-interrupt --all.
59 * infcmd.c (continue_1): New, extracted from
60 (continue_command): ...here.
61 (interrupt_target_1): New, extracted from
62 (interrupt_target_command): ...here.
63 * inferior.h (continue_1, interrupt_target_1): New.
64 * mi/mi-main.c (mi_cmd_exec_continue)
65 (mi_cmd_exec_interrupt): Handle --all.
66
67 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
68
69 Implement --thread and --frame.
70 * gdbthread.h (find_thread_id): Declare.
71 * thread.c (find_thread_id): Make non-static.
72 * mi/mi-main.c (mi_cmd_execute): Switch to the right
73 thread and frame, if necessary.
74 * mi/mi-parse.c (mi_parse): Handle --thread and --frame.
75 * mi/mi-parse.h (strcut mi_parse): New fields thread and frame.
76
77 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
78
79 * infrun.c (resume): Discard cleanups on early exit path.
80
81 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
82
83 * infrun.c (normal_stop): For MI, report which threads
84 were stopped.
85
86 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
87
88 Report thread state in -thread-info output.
89 * thread.c (print_thread_info): Add new field "state".
90
91 2008-07-11 Pedro Alves <pedro@codesourcery.com>
92
93 * infrun.c (handle_inferior_event): Also ignore a
94 TARGET_SIGNAL_TRAP on a STOP_QUIETLY_NO_SIGSTOP.
95
96 2008-07-11 Tom Tromey <tromey@redhat.com>
97
98 * completer.c (complete_line_internal): New function, from
99 complete_line. Add 'for_help' parameter.
100 (complete_line): Use it.
101 (command_completer): Move later. Rewrite.
102
103 2008-07-11 Pedro Alves <pedro@codesourcery.com>
104
105 * thread.c (thread_apply_command): Move making the cleanup out of
106 the loop.
107
108 2008-07-11 Pedro Alves <pedro@codesourcery.com>
109
110 Exited threads.
111
112 * thread.c (enum thread_state): New.
113 (thread_state main_thread_running): Delete, in favor of...
114 (thread_state main_thread_state): ... this. Update throughout.
115 (clear_thread_inferior_resources): New, split from free_thread.
116 (free_thread): Call clear_thread_inferior_resources.
117 (init_thread_list): Set main thread to stopped state.
118 (add_thread_silent): Take care of PTID reuses.
119 (delete_thread): If deleting inferior_ptid or a thread with
120 refcount > 0, mark it as exited, but still keep it in the list.
121 Only notify of thread exits, if we haven't done so yet.
122 (iterate_over_threads): Make it safe to delete threads while
123 iterating over them.
124 (do_captured_list_thread_ids): Don't account for exited threads.
125 (thread_alive): Check for the THREAD_EXITED state, and don't set
126 ptid to -1 on exited threads.
127 (set_running): Update to account for extra possible states.
128 (is_thread_state): New.
129 (is_stopped, is_exited): New.
130 (is_running): Implement in terms of is_thread_state.
131 (any_running): Update.
132 (print_thread_info): Update. Account for exited threads. Don't
133 warn about missed frame restoring here, its done in the cleanup.
134 (switch_to_thread): Don't read from a thread that has gone.
135 (restore_current_thread): In non-stop mode, do a full context
136 switch.
137 (restore_selected_frame): Add a frame_level argument. Rewrite.
138 (struct current_thread_cleanup): Add selected_frame_level and
139 was_stopped members.
140 (do_restore_current_thread_cleanup): Check if thread was stopped
141 and still is, and if the target has registers, stack and memory
142 before restoring the selected frame. Don't delete the cleanup
143 argument here.
144 (restore_current_thread_cleanup_dtor): New.
145 (make_cleanup_restore_current_thread): Remove all arguments.
146 Rewrite.
147 (thread_apply_all_command): Update. Prune threads.
148 (thread_apply_command): Update.
149 (thread_command): Account for currently selected exited thread.
150 (do_captured_thread_select): Check for a running thread. Prune
151 threads.
152 (_initialize_thread): Make "info threads", "thread", "thread
153 apply", and "thread apply all" appliable without a selected thread.
154 * gdbthread.h (struct thread_info): Replace running_ by state_.
155 Add refcount.
156 (is_exited, is_stopped): Declare.
157 (make_cleanup_restore_current_thread): Remove all arguments.
158 * infrun.c: Include "event-top.h".
159 (fetch_inferior_event): In non-stop mode, restore selected thread
160 and frame after handling the event and running breakpoint
161 commands. Display GDB prompt if needed.
162 (normal_stop): In non-stop mode, don't print thread switching
163 notice.
164 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
165 (get_cmd_no_selected_thread_ok): New.
166 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): New.
167 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
168 Declare.
169 * cli/cli-cmds.c: Set "pwd", "help", "info", "show" as
170 no-selected-thread ok.
171 * top.c (execute_command): Check for non no-selected-thread-ok
172 commands.
173 * linux-nat.c (struct saved_ptids, threads_to_delete)
174 (record_dead_thread, prune_lwps): Delete.
175 (exit_lwp): Unconditionally delete thread.
176 (linux_nat_resume): Remove prune_lwps call.
177 * infcmd.c (proceed_thread_callback): Check if !is_stopped instead
178 of is_running. Adjust to make_cleanup_restore_current_thread
179 interface change.
180 * mi/mi-main.c (mi_cmd_execute): Only allow a few commands if the
181 selected thread has exited.
182 * inf-loop.c (inferior_event_handler): Don't display the prompt
183 here.
184 * varobj.c (c_value_of_root): Update.
185 * defs.h (make_cleanup_dtor): Declare.
186 * utils.c (make_cleanup_dtor): New.
187
188 * Makefile.in (infrun.o): Depend on $(event_top_h).
189
190 2008-07-11 Pedro Alves <pedro@codesourcery.com>
191
192 Add "continue -a" and "interrupt -a" options for non-stop mode.
193
194 * infcmd.c (proceed_thread_callback, do_context_switch_to): New.
195 (continue_command): Add "-a" option.
196 (interrupt_target_command): Add "-a" option.
197 (_initialize_infcmd): Add extend help of continue and interrupt
198 command to mention the new "-a" option. Mark "continue" async ok.
199
200 2008-07-10 Doug Evans <dje@google.com>
201
202 Add "set print symbol-loading on|off".
203 * NEWS: Document new option.
204 * symfile.h (print_symbol_loading): Declare.
205 * symfile.c (print_symbol_loading): New global.
206 (symbol_file_add_with_addrs_or_offsets): Only print "Reading symbols
207 from ..." if print_symbol_loading.
208 (_initialize_symfile): Add set/show print symbol-loading.
209 * solib.c (solib_read_symbols): Only print "Loaded symbols for ..."
210 if print_symbol_loading.
211
212 2008-07-10 Pedro Alves <pedro@codesourcery.com>
213
214 Non-stop linux native.
215
216 * linux-nat.c (linux_test_for_tracefork): Block events while we're
217 here.
218 (get_pending_status): Implement non-stop mode.
219 (linux_nat_detach): Stop threads before detaching.
220 (linux_nat_resume): In non-stop mode, always resume only a single
221 PTID.
222 (linux_handle_extended_wait): On a clone event, in non-stop mode,
223 add new lwp to GDB's thread table, and mark as running, executing
224 and stopped appropriately.
225 (linux_nat_filter_event): Don't assume there are other running
226 threads when a thread exits.
227 (linux_nat_wait): Mark the main thread as running and executing.
228 In non-stop mode, don't stop all lwps.
229 (linux_nat_kill): Stop lwps before killing them.
230 (linux_nat_thread_alive): Use signal 0 to detect if a thread is
231 alive.
232 (send_sigint_callback): New.
233 (linux_nat_stop): New.
234 (linux_nat_add_target): Set to_stop to linux_nat_stop.
235
236 * linux-nat.h (thread_db_attach_lwp): Declare.
237
238 * linux-thread-db.c (thread_get_info_callback): Check for new
239 threads if we have none.
240 (thread_from_lwp, enable_thread_event): Set proc_handle.pid to the
241 stopped lwp. Check for new threads if we have none.
242 (thread_db_attach_lwp): New.
243 (thread_db_init): Set proc_handle.pid to inferior_ptid.
244 (check_event): Set proc_handle.pid to the stopped lwp.
245 (thread_db_find_new_threads): Set proc_handle.pid to any stopped
246 lwp available, bail out if there is none.
247
248 * linux-fork.c (linux_fork_killall): Use SIGKILL instead of
249 PTRACE_KILL.
250
251 2008-07-10 Kevin Buettner <kevinb@redhat.com>
252
253 * rs6000-tdep.c (ppc_displaced_step_fixup): Change type of
254 `current_pc' from CORE_ADDR to ULONGEST.
255
256 * remote-sim.c (gdbsim_cntrl_c): Pass remote_sim_ptid to
257 gdbsim_stop().
258
259 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
260
261 * NEWS (New commands): Mention "set disable-randomization".
262 * configure.ac: Add check for HAVE_PERSONALITY and
263 HAVE_DECL_ADDR_NO_RANDOMIZE.
264 * configure, config.in: Regenerate.
265 * linux-nat.c [HAVE_PERSONALITY]: New include <sys/personality.h>.
266 [HAVE_PERSONALITY] [!HAVE_DECL_ADDR_NO_RANDOMIZE]: Set
267 ADDR_NO_RANDOMIZE.
268 (disable_randomization, show_disable_randomization)
269 (set_disable_randomization): New.
270 (linux_nat_create_inferior) [HAVE_PERSONALITY]: New variables
271 PERSONALITY_ORIG and PERSONALITY_SET. Disable randomization upon the
272 variable DISABLE_RANDOMIZATION.
273 (_initialize_linux_nat): Call ADD_SETSHOW_BOOLEAN_CMD for the variable
274 DISABLE_RANDOMIZATION.
275
276 2008-07-09 Pedro Alves <pedro@codesourcery.com>
277
278 Adjust all targets to new target_stop interface.
279
280 * gnu-nat.c (gnu_stop): Add ptid argument.
281 * go32-nat.c (go32_stop): Add ptid argument.
282 (go32_create_inferior): Pass inferior_ptid to go32_stop.
283 * hpux-thread.c (hpux_thread_stop): Add ptid argument.
284 * monitor.c (monitor_stop): Add ptid argument.
285 (monitor_open): Pass inferior_ptid to monitor_stop.
286 (monitor_interrupt): Pass inferior_ptid to target_stop.
287 (monitor_stop): Add ptid argument.
288 * nto-procfs.c (nto_interrupt): Pass inferior_ptid to target_stop.
289 (procfs_create_inferior): Add ptid argument.
290 * procfs.c (procfs_stop): Add ptid argument.
291 * remote-m32r-sdi.c (m32r_stop): Add ptid argument.
292 * remote-sim.c (gdbsim_stop): Add ptid argument.
293 * sol-thread.c (sol_thread_stop): Add ptid argument.
294 * win32-nat.c (win32_stop): Add ptid argument.
295
296 2008-07-09 Pedro Alves <pedro@codesourcery.com>
297
298 Non-stop inferior control.
299
300 * infrun.c (resume): In non-stop mode, always resume just one
301 thread.
302 (proceed): Don't call prepare_to_proceed in non-stop mode.
303 (fetch_inferior_event): In non-stop mode, switch context before
304 handling the event.
305 (error_is_running, ensure_not_running): New.
306 (handle_inferior_event): In non-stop mode: Mark only the event
307 thread as stopped. Require that the target module manages adding
308 threads to the thread list. Assert that there isn't a
309 deferred_step_ptid set. Don't switch to infwait_thread_hop_state.
310 (normal_stop): Only mark not-running if inferior hasn't exited.
311 In non-stop mode, only mark the event thread.
312
313 * thread.c:Include "cli/cli-decode.h".
314 (print_thread_info): Don't read from a running thread.
315 Output "(running)" if thread is running.
316 (switch_to_thread): Don't read stop_pc if thread is executing.
317 (do_restore_current_thread_cleanup): Don't write to a running
318 thread.
319 (thread_apply_all_command): Don't read from a running thread. In
320 non-stop mode, do a full context-switch instead of just switching
321 threads.
322 (thread_apply_command): In non-stop mode, do a full context-switch
323 instead of just switching threads.
324 (do_captured_thread_select): Likewise. Inform user if selected
325 thread is running.
326 (_initialize_thread): Mark "info threads" and "thread" and
327 async_ok.
328
329 * inf-loop.c (inferior_event_handler): In non-stop mode, don't
330 unregister the target from the event loop.
331
332 * infcmd.c (continue_command, step_1, jump_command)
333 (signal_command): Ensure the selected thread isn't running.
334 (interrupt_target_command): In non-stop mode, interrupt only the
335 selected thread.
336
337 * inferior.h (error_is_running, ensure_not_running): Declare.
338
339 * target.h (struct target_ops): Add ptid argument to the to_stop
340 member.
341 (target_stop): Add ptid_t argument.
342
343 * target.c (update_current_target): Add ptid argument to to_stop's
344 type.
345 (debug_to_stop): Add ptid_t argument.
346 (debug_to_rcmd): Set to_stop_ptid.
347
348 * remote.c (remote_stop): Add ptid_t argument.
349 (async_remote_interrupt): Add inferior_ptid to target_stop.
350 * inf-ptrace.c (inf_ptrace_stop): Add ptid argument.
351
352 * Makefile.in (thread.o): Depend on $(cli_decode_h).
353
354 2008-07-09 Pedro Alves <pedro@codesourcery.com>
355
356 Don't rely on ecs->wait_for_more.
357
358 * infrun.c (proceed): Clear the stepping state, set
359 previous_inferior_ptid and clear infwait state.
360 (wait_for_inferior): Don't clear the stepping state, set
361 previous_inferior_ptid, or clear the infwait state here.
362 (fetch_inferior_event): Don't clear the stepping state, set
363 previous_inferior_ptid, or clear the infwait state here. Don't
364 condition on wait_for_more.
365
366 2008-07-09 Pedro Alves <pedro@codesourcery.com>
367
368 Refactor infrun a bit.
369
370 * infrun.c (currently_stepping): Take a struct
371 thread_stepping_state instead of an execution_control_state.
372 (struct thread_stepping_state): New, split from
373 execution_control_state.
374 (gtss, tss): New globals.
375 (proceed): Clear the stepping state, set previous_inferior_ptid
376 and clear infwait state.
377 (init_wait_for_inferior): Clear the stepping state,
378 previous_inferior_ptid and infwait state.
379 (waiton_ptid, infwait_state): New, split from
380 execution_control_state.
381 (struct execution_control_state): Members that persist through
382 events moved out to either struct thred_stepping_state or made
383 global. Deleted unneeded wp, saved_inferior_ptid, tmpstatus.
384 (wait_for_inferior, fetch_inferior_event): Use local
385 execution_control_state. Update to execution_control_state split.
386 (init_execution_control_state): Adjust.
387 (init_thread_stepping_state): New, extracted from
388 init_execution_control_state.
389 (context_switch): Take a ptid instead of an
390 execution_control_state.
391 (context_switch_to): Adjust.
392 (adjust_pc_after_break): Adjust.
393 (init_infwait_state): New.
394 (handle_inferior_event): Adjust.
395
396 2008-07-09 Pedro Alves <pedro@codesourcery.com>
397 Vladimir Prus <vladimir@codesourcery.com>
398
399 Per-thread commands.
400
401 * gdbthread.h: Remove unneeded forward declarations.
402 Include "inferior.h".
403 (struct thread_info): Add continuations,
404 intermediate_continuations, proceed_to_finish, step_over_calls,
405 stop_step, step_multi and stop_signal members.
406 (save_infrun_state): Add continuations,
407 intermediate_continuations, proceed_to_finish, step_over_calls,
408 stop_step, step_multi, stop_signal and stop_bpstat parameters.
409 (load_infrun_state): Add continuations,
410 intermediate_continuations, proceed_to_finish, step_over_calls,
411 stop_step, step_multi, stop_signal and stop_bpstat parameters.
412
413 * thread.c (load_infrun_state): In non-stop mode, load
414 continuations, intermediate_continuations, proceed_to_finish,
415 step_over_calls, stop_step, step_multi and stop_signal.
416 (save_infrun_state): Store continuations,
417 intermediate_continuations, proceed_to_finish, step_over_calls,
418 stop_step, step_multi, stop_signal and stop_bpstat.
419 (save_infrun_state): Store continuations,
420 intermediate_continuations, proceed_to_finish, step_over_calls,
421 stop_step, step_multi, stop_signal and stop_bpstat.
422 (free_thread): Clear The thread's stop_bpstat.
423
424 * inferior.h (context_switch_to): Declare.
425
426 * infrun.c (ecss): New global.
427 (context_switch): Context switch continuations,
428 intermediate_continuations, proceed_to_finish, step_over_calls,
429 stop_step, step_multi, stop_signal and stop_bpstat.
430 (wait_for_inferior): Use global ecss.
431 (async_ecss, async_ecs): Delete.
432 (fetch_inferior_event): Use global ecss.
433 (context_switch_to): New.
434
435 * top.c (execute_command): In non-stop, only check if the current
436 thread is running, in all-stop, check if there's any thread
437 running.
438
439 * breakpoint.c (bpstat_remove_breakpoint): New.
440 (bpstat_remove_breakpoint_callback): New.
441 (delete_breakpoint): Clear the stop_bpstats of all threads.
442
443 * mi/mi-main.c (mi_cmd_execute): In non-stop, only check if the
444 current thread is running, in all-stop, check if there's any
445 thread running.
446
447 * Makefile.in (gdbthread_h): Depend on $(inferior_h).
448
449 2008-07-09 Pedro Alves <pedro@codesourcery.com>
450
451 Add non_stop global.
452
453 * inferior.h (non_stop): Declare.
454 * infrun.c (non_stop, non_stop_1): New.
455 (set_non_stop, show_non_stop): New.
456 (_initialize_infrun): Add "set/show non-stop" command.
457
458 2008-07-09 Pedro Alves <pedro@codesourcery.com>
459
460 Adjust fork/vfork/exec to pass ptids around.
461
462 * target.h (struct target_waitstatus): Store related_pid as a ptid.
463 (inferior_has_forked, inferior_has_vforked, inferior_has_execd):
464 Take a ptid_t.
465 * breakpoint.h (struct breakpoint): Change forked_inferior_pid
466 type to ptid.
467 * breakpoint.c (print_it_typical, bpstat_check_location)
468 (print_one_breakpoint_location, set_raw_breakpoint_without_location)
469 (create_fork_vfork_event_catchpoint): Adjust.
470 * infrun.c (fork_event): Change parent_pid and child_pid types to
471 ptid.
472 (follow_exec, inferior_has_forked, inferior_has_vforked)
473 (inferior_has_execd): Take a ptid_t and don't trim it.
474 * linux-thread-db.c (thread_db_wait): Don't trim the returned ptid.
475 * linux-nat.c (linux_child_follow_fork): Adjust.
476 * inf-ptrace.c (inf_ptrace_wait): Adjust.
477 * inf-ttrace.c (inf_ttrace_wait): Adjust.
478 * win32-nat.c (get_win32_debug_event): Don't set related_pid.
479
480 2008-07-09 Pedro Alves <pedro@codesourcery.com>
481
482 Add "executing" property to threads.
483
484 * inferior.h (target_executing): Delete.
485 * gdbthread.h (struct thread_info): Add executing_ field.
486 (set_executing, is_executing): New.
487 * thread.c (main_thread_executing): New.
488 (init_thread_list): Clear it and also main_thread_running.
489 (is_running): Return false if target has no execution.
490 (any_running, is_executing, set_executing): New.
491
492 * top.c: Include "gdbthread.h".
493 (target_executing): Delete.
494 (execute_command): Replace target_executing check by any_running.
495 * event-top.c: Include "gdbthread.h".
496 (display_gdb_prompt, command_handler): Replace target_executing by
497 is_running.
498 * inf-loop.c: Include "gdbthread.h". Don't mark as not executing
499 here. Replace target_executing by is_running.
500 * infrun.c (handle_inferior_event): Mark all threads as
501 not-executing.
502 * linux-nat.c (linux_nat_resume): Don't mark thread as executing
503 here.
504 * stack.c (get_selected_block): Return null if inferior is
505 executing.
506 * target.c (target_resume): Mark resumed ptid as executing.
507 * breakpoint.c (until_break_command): Replace target_executing
508 check by is_executing.
509 * remote.c (remote_async_resume): Don't mark inferior as executing
510 here.
511 * mi/mi-interp.c (mi_cmd_interpreter_exec): Replace target_executing
512 by any_running.
513
514 * mi/mi-main.c (mi_cmd_exec_interrupt, mi_cmd_execute)
515 (mi_execute_async_cli_command): Replace target_executing by
516 is_running.
517
518 * frame.c (get_current_frame): Error out if the current thread is
519 executing.
520 (has_stack_frames): New.
521 (get_selected_frame, deprecated_safe_get_selected_frame): Check
522 has_stack_frames.
523
524 * Makefile.in (event-top.o, frame.o, inf-loop.o, top.o): Depend on
525 $(gdbthread_h).
526
527 2008-07-09 Pedro Alves <pedro@codesourcery.com>
528
529 * symfile.c (load_command): Reopen the exec file and reread
530 symbols before anything else.
531
532 2008-07-09 Pedro Alves <pedro@codesourcery.com>
533
534 * remote-sim.c: Include gdbthread.h.
535 (remote_sim_ptid): New global.
536 (gdbsim_create_inferior): Silently add the main task to GDB's
537 thread list.
538 (gdbsim_close, gdbsim_mourn_inferior): Silently delete the main
539 task from GDB's thread list.
540 (gdbsim_resume): Adjust to use remote_sim_ptid.
541 (gdbsim_thread_alive, gdbsim_pid_to_str): New.
542 (init_gdbsim_ops): Register gdbsim_thread_alive and
543 gdbsim_pid_to_str.
544 (_initialize_remote_sim): Initialize remote_sim_ptid.
545 * Makefile.in (remote-sim.o): Depend on $(gdbthread_h).
546
547 2008-07-09 Pedro Alves <pedro@codesourcery.com>
548
549 * monitor (monitor_ptid): New global.
550 (monitor_open): Silently add the main task to GDB's thread list.
551 (monitor_close, monitor_mourn_inferior): Silently delete the main
552 task from GDB's thread list.
553 (monitor_thread_alive, monitor_pid_to_str): New.
554 (init_base_monitor_ops): Register monitor_thread_alive and
555 monitor_pid_to_str.
556 (_initialize_remote_monitors): Initialize monitor_ptid.
557
558 * gdbthread.h (delete_thread_silent): Declare.
559 * thread.c (delete_thread): Rename to ...
560 (delete_thread_1): ... this. Add "silent" parameter. If silent,
561 don't do exit notifications.
562 (delete_thread, delete_thread_silent): New, as wrappers to
563 delete_thread_1.
564
565 2008-07-08 Pedro Alves <pedro@codesourcery.com>
566
567 * breakpoint.c (update_global_location_list): Add boolean
568 "should_insert" argument. Only insert locations if caller told it
569 too.
570 (update_global_location_list_nothrow): Add boolean "should_insert"
571 argument. Pass it to update_global_location_list.
572 (insert_breakpoints, create_longjmp_breakpoint)
573 (create_overlay_event_breakpoint, enable_overlay_breakpoints)
574 (create_thread_event_breakpoint, create_solib_event_breakpoint)
575 (create_fork_vfork_event_catchpoint, create_exec_event_catchpoint)
576 (enable_watchpoints_after_interactive_call_stop)
577 (set_momentary_breakpoint, create_breakpoints)
578 (break_command_really, watch_command_1)
579 (create_ada_exception_breakpoint, update_breakpoint_locations)
580 (do_enable_breakpoint, enable_command): Pass true to
581 update_global_location_list.
582 (bpstat_stop_status, disable_overlay_breakpoints)
583 (disable_watchpoints_before_interactive_call_start)
584 (delete_breakpoint, disable_breakpoint, disable_command): Pass
585 false to update_global_location_list.
586 (update_breakpoints_after_exec): Don't temporarily disable
587 always-inserted mode.
588
589 2008-07-08 Pedro Alves <pedro@codesourcery.com>
590
591 * breakpoint.c (mark_breakpoints_out): Make public.
592 (update_breakpoints_after_exec): Don't call mark_breakpoints_out
593 here. Update comment.
594 * breakpoint.h (mark_breakpoints_out): Declare.
595
596 * linux-nat.c (linux_handle_extended_wait): On
597 TARGET_WAITKIND_EXECD, call mark_breakpoints_out.
598 * inf-ttrace.c (inf_ttrace_wait): Likewise.
599
600 2008-07-08 Pedro Alves <pedro@codesourcery.com>
601
602 * infrun.c (follow_exec): Reset shared libraries before adding the
603 main exec file.
604
605 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
606
607 * breakpoint.c (bpstat_copy): Call RELEASE_VALUE on the new OLD_VAL.
608
609 2008-07-07 Pedro Alves <pedro@codesourcery.com>
610
611 * i386-dicos-tdep.c: Include "inferior.h".
612 (i386_dicos_frame_align): New.
613 (i386_dicos_init_abi): Register i386_dicos_frame_align. Set call
614 dummy location ON_STACK.
615 * Makefile.in (i386-dicos-tdep.o): Depend on $(inferior_h).
616
617 2008-07-07 Joel Brobecker <brobecker@adacore.com>
618
619 * gstdint.h: New file.
620
621 2008-07-05 Vladimir Prus <vladimir@codesourcery.com>
622
623 * mi/mi-interp.c (mi_on_resume): Don't try to report
624 resumed thread it the thread list is empty.
625
626 2008-07-05 Pierre Muller <muller@ics.u-strasbg.fr>
627
628 * cli/cli-decode.c (add_setshow_optional_filename_cmd): Set
629 completer for set to filename_completer.
630
631 NEWS: Mention it.
632
633 2008-07-04 Vladimir Prus <vladimir@codesourcery.com>
634
635 Implement -target-attach.
636 * mi/mi-cmds.c (mi_cmds): Forward -target-attach to CLI attach.
637
638 2008-06-21 Hui Zhu <teawater@gmail.com>
639
640 * target-descriptions.c (maint_print_c_tdesc_cmd): Fix a memory leak.
641
642 2008-07-03 Pedro Alves <pedro@codesourcery.com>
643
644 * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.
645 * config/i386/nm-i386gnu.h (ATTACH_NO_WAIT): Delete.
646
647 * target.h (struct target_ops): Add to_attach_no_wait member.
648 (target_attach_no_wait): New.
649 * target.c (update_current_target): Inherit to_attach_no_wait.
650
651 * infcmd.c: Replace ATTACH_NO_WAIT compile time check by
652 target_attach_no_wait runtime check.
653
654 * gnu-nat.c (init_gnu_ops): Set to_attach_no_wait in gnu_ops.
655 * win32-nat.c (init_win32_ops): Set to_attach_no_wait in
656 win32_ops.
657
658 2008-07-03 Pedro Alves <pedro@codesourcery.com>
659
660 * i386-tdep.c (i386_displaced_step_fixup): Condition log printing
661 on debug_displaced being set.
662
663 2008-06-30 Daniel Jacobowitz <dan@codesourcery.com>
664
665 * frame.c (get_prev_frame_1): Call frame_unwind_find_by_frame
666 directly instead of get_frame_id.
667
668 2008-06-30 Luis Machado <luisgpm@br.ibm.com>
669
670 * rs6000-tdep.c (ppc_displaced_step_fixup): New function.
671 (deal_with_atomic_sequence): Update BC masks.
672 (rs6000_gdbarch_init): Init displaced stepping infra-structure.
673 Define BRANCH_MASK, B_INSN, BC_INSN, BXL_INSN, BP_MASK and BP_INSN.
674
675 2008-06-30 Daniel Jacobowitz <dan@codesourcery.com>
676
677 * cris-tdep.c (crisv32_single_step_through_delay): Get this frame's
678 register, not the previous frame's.
679
680 2008-06-30 Luis Machado <luisgpm@br.ibm.com>
681
682 * source.c (select_source_symtab): Make sure we skip namespace
683 symtabs when showing cpp source code.
684
685 2008-06-30 Hans-Peter Nilsson <hp@axis.com>
686
687 * MAINTAINERS (Authorized committers): Fix my email address.
688
689 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
690
691 * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,
692 -target-download and -target-select via CLI, so that
693 the quoting rules are the same as they were (unfortunately)
694 in all prior gdb releases.
695 * mi/mi-cmds.h (mi_cmd_exec_run, mi_cmd_exec_until)
696 (mi_cmd_target_download, mi_cmd_target_select): Remove.
697 * mi/mi-main.c (mi_cmd_exec_run, mi_cmd_exec_until)
698 (mi_cmd_target_download, mi_cmd_target_select): Remove.
699 (mi_cmd_execute): Set current_token even for commands
700 routed via CLI.
701
702 2008-06-28 Ulrich Weigand <uweigand@de.ibm.com>
703
704 * alphafbsd-tdep.c: Update for unwinder changes.
705 * alpha-linux-tdep.c: Likewise.
706 * alphanbsd-tdep.c: Likewise.
707 * alphaobsd-tdep.c: Likewise.
708 * avr-tdep.c: Likewise.
709 * cris-tdep.c: Likewise.
710 * frv-linux-tdep.c: Likewise.
711 * frv-tdep.c: Likewise.
712 * h8300-tdep.c: Likewise.
713 * hppa-linux-tdep.c: Likewise.
714 * iq2000-tdep.c: Likewise.
715 * m32c-tdep.c: Likewise.
716 * m32r-linux-tdep.c: Likewise.
717 * m32r-tdep.c: Likewise.
718 * m68hc11-tdep.c: Likewise.
719 * mep-tdep.c: Likewise.
720 * mn10300-tdep.c: Likewise.
721 * mt-tdep.c: Likewise.
722 * score-tdep.c: Likewise.
723 * sh64-tdep.c: Likewise.
724 * sh-tdep.c: Likewise.
725 * sparc64fbsd-tdep.c: Likewise.
726 * sparc64nbsd-tdep.c: Likewise.
727 * sparc64obsd-tdep.c: Likewise.
728 * v850-tdep.c: Likewise.
729 * vaxobsd-tdep.c: Likewise.
730 * vax-tdep.c: Likewise.
731 * xstormy16-tdep.c: Likewise.
732
733 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
734
735 * mi/mi-main.c (enum captured_mi_execute_command_actions)
736 (captured_mi_execute_command_args): Remove.
737 (captured_mi_execute_command): Cast the closure to mi_parse
738 pointer, not to captured_mi_execute_command_args, and don't
739 set the action field thereof.
740 (mi_execute_command): Pass struct mi_parse, not
741 captured_mi_execute_command_args to captured_mi_execute_command.
742 (mi_execute_command): Remove (dead) code for suppressing
743 printing prompt.
744
745 2008-06-28 Pedro Alves <pedro@codesourcery.com>
746
747 * linux-nat.c (enum sigchld_state): New.
748 (linux_nat_async_events_state): Renamed from
749 linux_nat_async_events_enabled.
750 (linux_nat_event_pipe_push, my_waitpid): Adjust.
751 (sigchld_default_action): New.
752 (lin_lwp_attach_lwp): Adjust. Call linux_nat_async_events
753 unconditionally.
754 (linux_nat_create_inferior): Set events state to sigchld_default
755 state.
756 (linux_nat_resume): Adjust.
757 (linux_nat_wait): Call linux_nat_async_events unconditionally.
758 (sigchld_handler): Adjust.
759 (linux_nat_async_mask): Don't set SIGCHLD actions here.
760 (get_pending_events): Adjust.
761 (linux_nat_async_events): Rewrite to handle enum sigchld_state
762 instead of a boolean.
763 (linux_nat_async): Adjust.
764 (_initialize_linux_nat): Capture default SIGCHLD action into
765 sigchld_default_action.
766
767 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
768
769 * breakpoint.c (moribund_locations): New.
770 (bpstat_stop_status): Process moribund locations.
771 (update_global_location_list): Add removed
772 locations to moribund_locations.
773 (breakpoint_retire_moribund): New.
774 * breakpoint.h (struct bp_location): New field
775 events_till_retirement.
776 (breakpoint_retire_moribund): Declare.
777 * thread.c (thread_count): New.
778 * infrun.c (handle_inferior_event): Call
779 breakpoint_retire_moribund.
780 * gdbthread.h (thread_count): Declare.
781
782 2008-06-27 Joseph Myers <joseph@codesourcery.com>
783
784 * dfp.c (decimal_convert): Call match_endianness before and after
785 conversion.
786
787 2008-06-27 Jonathan Larmour <jifl@eCosCentric.com>
788
789 * remote.c (remote_insert_breakpoint): Ensure that if Z0
790 unsupported and we fall back to memory_insert_breakpoint, we
791 use the unmodified requested address.
792
793 2008-06-27 Joel Brobecker <brobecker@adacore.com>
794
795 * dwarf2read.c (read_attribute_value): Issue a complaint when
796 adjusting size attribute values of 0xffffffff as zero.
797
798 2008-06-27 Joseph Myers <joseph@codesourcery.com>
799
800 * i386-tdep.c (i386_16_byte_align_p): New.
801 (i386_push_dummy_call): Determine stack space required for
802 arguments going forwards allowing for 16-byte alignment, then push
803 arguments going forwards.
804
805 2008-06-27 Pedro Alves <pedro@codesourcery.com>
806
807 * infrun.c (start_remote): Don't clear thread list here.
808 * monitor.c (monitor_open): Include "gdbthread.h". Clear thread
809 list here.
810 * remote.c (record_currthread): Upgrade the main thread and its
811 entry in the thread list if this is the first time we hear about
812 threads.
813 (remote_thread_alive): Consider magic_null_ptid or a ptid without
814 a tid member always alive.
815 (remote_find_new_threads): Don't update the main thread here.
816 (remote_start_remote): Clear thread list here. Always add the
817 main thread.
818 (extended_remote_attach_1): Add the main thread here.
819 (extended_remote_mourn_1): Re-add the main thread here.
820 (extended_remote_create_inferior_1): Add a main thread.
821
822 * Makefile.in (monitor.o): Depend on $(gdbthread_h).
823
824 2008-06-27 Pedro Alves <pedro@codesourcery.com>
825
826 Use ptid_t.tid to store thread ids instead of ptid_t.pid.
827
828 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): New
829 globals.
830 (general_thread, continue_thread): Change type to ptid_t.
831 (record_currthread): Take a ptid_t parameter instead of an
832 integer.
833 (MAGIC_NULL_PID): Delete.
834 (set_thread): Take a ptid_t parameter and adjust.
835 (set_general_thread, set_continue_thread): New.
836 (remote_thread_alive, remote_newthread_step)
837 (remote_current_thread, remote_find_new_threads)
838 (remote_threads_info, remote_start_remote, remote_vcont_resume)
839 (remote_resume_1, remote_wait, extended_remote_create_inferior_1)
840 (threadalive_test, remote_pid_to_str)
841 (remote_get_thread_local_address): Adjust.
842 (_initialize_remote): Initialize magic_null_ptid, not_sent_ptid
843 and any_thread_ptid.
844
845 2008-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 * configure.ac (--enable-tui): AC_MSG_ERROR for explicit --enable-tui.
848 * configure: Regenerated.
849
850 2008-06-26 Joel Brobecker <brobecker@adacore.com>
851
852 * dwarf2read.c (read_attribute_value): Treat size attribute
853 values of 0xffffffff as if the attribute value was zero.
854
855 2008-06-26 Vladimir Prus <vladimir@codesourcery.com>
856
857 * linux-nat.c: Add description of overall logic.
858
859 2008-06-26 Daniel Jacobowitz <dan@codesourcery.com>
860
861 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
862 (gdb_stdint_h, gdb_stdint.h, stamp-int): Delete. Remove
863 all dependencies on $(gdb_stdint_h).
864 (distclean): Do not delete gdb_stdint.h.
865 * acinclude.m4: Do not use stdint.m4.
866 * configure.ac: Set GNULIB_STDINT_H. Remove tests for stdint.h,
867 uintptr_t, and gdb_stdint.h.
868 * defs.h: Include <stdint.h>.
869 * gdb_thread_db.h: Assume stdint.h is already included.
870 * breakpoint.c, findcmd.c, hppa-tdep.c, inf-ptrace.c, proc-service.c,
871 rs6000-nat.c, spu-linux-nat.c, target.c, win32-nat.c: Do not
872 include gdb_stdint.h.
873 * configure, config.in: Regenerate.
874
875 2008-06-26 Joseph Myers <joseph@codesourcery.com>
876
877 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle passing
878 decimal floating-point values in GPRs for soft-float.
879 (do_ppc_sysv_return_value): Handle returning decimal
880 floating-point values in GPRs for soft-float.
881
882 2008-06-26 Vladimir Prus <vladimir@codesourcery.com>
883
884 * target.c (target_read_until_error): New.
885 * target.h (target_read_until_error): Declare.
886 * mi/mi-main.c (mi_cmd_data_read_memory): Use
887 target_read_until_error.
888
889 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
890
891 Fix a memory leak found by Hui Zhu <teawater@gmail.com>.
892 * c-exp.y (parse_number): Move the S and SAVED_CHAR initialization
893 after the DECFLOAT detection to fix a memory leak. Remove the
894 redundant NUM initialization. Protect the DECFLOAT detection memory
895 access before the P block. Restore the P memory content for the
896 DECFLOAT detection.
897
898 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
899
900 Kill the return value for all MI command functions.
901 * mi/mi-cmds.h (enum mi_cmd_result): Remove.
902 (mi_cmd_argv_ftype): Change return type to void.
903
904 * mi/mi-main.c: Adjust all function that implement
905 MI commands to return nothing.
906 (struct captured_mi_execute_command_actions):
907 Remove the rc field.
908 (mi_cmd_execute): Return nothing.
909 (mi_execute_async_cli_command): Return nothing.
910 (mi_cmd_exec_interrupt): Don't print ^done here.
911 (mi_cmd_target_select): Don't print ^connected here.
912 (captured_mi_execute_command): Don't check for MI_CMD_DONE.
913 Special-case -target-select and output ^connected, not ^done.
914
915 * mi/mi-cmd-break.c: Adjust.
916 * mi/mi-cmd-disas.c: Adjust.
917 * mi/mi-cmd-env.c: Adjust.
918 * mi/mi-cmd-file.c: Adjust.
919 * mi/mi-cmd-stack.c: Adjust.
920 * mi/mi-cmd-target.c: Adjust.
921 * mi/mi-cmd-var.c: Adjust.
922 * mi/mi-interp.c: Adjust.
923 * mi/mi-symbol-cmds.c: Adjust.
924
925 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
926
927 Emit ^running via observer.
928 * mi/mi-interp.c (mi_cmd_interpreter_exec): Do no print
929 ^running here.
930 (mi_on_resume): Print ^running if not previously output.
931 * mi/mi-main.c (running_result_record_printed): New.
932 (captured_mi_execute_command): Reset
933 running_result_record_printed. Use running_result_record_printed
934 to decide if we should skip ^done.
935 (mi_execute_async_cli_command): Don't print ^running here.
936 * mi/mi-main.h (current_token, running_result_record_printed):
937 Declare.
938
939 2008-06-24 Michael Snyder <msnyder@specifix.com>
940
941 * infrun.c (_initialize_infrun): White space and typo fix.
942
943 2008-06-23 Christopher Faylor <me.gdb.changelog@cgf.cx>
944
945 * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
946 (do_initial_win32_stuff): Fix problem with inability to set breakpoints
947 when first loading DLL with "dll" command.
948
949 2008-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
950
951 * gnu-nat.c (proc_string): Use capital T for "Thread".
952
953 2008-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
954
955 * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".
956
957 2008-06-18 Joel Brobecker <brobecker@adacore.com>
958
959 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
960 the target cannot run.
961
962 2008-06-18 Joel Brobecker <brobecker@adacore.com>
963
964 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
965 we're attaching to a running process.
966
967 2008-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
968
969 * win32-nat.c (handle_load_dll): Give dll name and load address
970 if debug_events is on.
971 (handle_unload_dll): Likewise.
972
973 2008-06-14 Vladimir Prus <vladimir@codesourcery.com>
974
975 Don't suppress *running when doing finish.
976 * infcall.c (call_function_by_hand): Set both
977 suppress_resume_observer and suppress_stop_observer.
978 * infcmd.c (suppress_run_stop_observers): Split into...
979 (suppress_resume_observer, suppress_stop_observer): ...those.
980 (finish_command_continuation): Clear suppress_stop_observer.
981 (finish_command): Set suppress_stop_observer.
982 * inferior.h (suppress_run_stop_observers): Split into...
983 (suppress_resume_observer, suppress_stop_observer): ...those.
984 * infrun.c (normal_stop): Check for suppress_stop_observer.
985 * thread.c (set_running): Check for suppress_resume_observer.
986
987 2008-06-12 Pedro Alves <pedro_alves@portugalmail.pt>
988 Pierre Muller <muller@ics.u-strasbg.fr>
989
990 * gdbarch.sh (gdbarch_skip_main_prologue): New.
991 * gdbarch.h, gdbarch.c: Regenerate.
992 * i386-tdep.h (i386_skip_main_prologue): Declare.
993 * i386-tdep.c (i386_skip_main_prologue): New.
994 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Register
995 i386_skip_main_prologue as gdbarch_skip_main_prologue gdbarch callback.
996 * symtab.c (find_function_start_sal): When pc points at the "main"
997 function, call gdbarch_skip_main_prologue.
998
999 2008-06-11 Daniel Jacobowitz <dan@codesourcery.com>
1000
1001 * value.c (value_primitive_field): Fetch lazy register values.
1002
1003 2008-06-11 Pedro Alves <pedro@codesourcery.com>
1004
1005 * NEWS: Mention support removal of undocumented S AA p PID stop
1006 reply packet.
1007
1008 * remote.c (remote_wait): Remove undocumented S AA p PID support.
1009
1010 2008-06-10 Stan Shebs <stan@codesourcery.com>
1011
1012 * MAINTAINERS: Update my affiliation and address.
1013
1014 2008-06-10 Andreas Schwab <schwab@suse.de>
1015
1016 * top.c (print_gdb_version): Don't print final newline.
1017
1018 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1019
1020 Implement *running.
1021 * Makefile.in: Update dependencies.
1022 * gdbthread.h (struct thread_info): New field
1023 running_.
1024 (set_running, is_running): New.
1025 * thread.c (set_running, is_running): New.
1026 * inferior.h (suppress_normal_stop_observer): Rename to...
1027 (suppress_run_stop_observers): ..this.
1028 * infcmd.c (suppress_normal_stop_observer): Rename to...
1029 (suppress_run_stop_observers): ..this.
1030 (finish_command_continuation, finish_command): Adjust.
1031 * infcall.c (call_function_by_hand): Adjust.
1032 * infrun.c (normal_stop): Call set_running.
1033 * target.c (target_resume): New. Call set_running.
1034 * target.h (target_resume): Convert from macro to
1035 a function.
1036
1037 * mi/mi-interp.c (mi_on_resume): New.
1038 (mi_interpreter_init): Register mi_on_resume.
1039
1040 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1041
1042 Use observers to report stop events in MI.
1043 * mi/mi-interp.c (mi_on_normal_stop): New.
1044 (mi_interpreter_init): Register mi_on_normal_stop.
1045 (mi_interpreter_exec_continuation): Remove.
1046 (mi_cmd_interpreter_exec): Don't register the above.
1047 * mi/mi-main.c (captured_mi_execute_command): Don't care
1048 about sync_execution.
1049 (mi_execute_async_cli_command): Don't install continuation. Don't
1050 print *stopped.
1051 (mi_exec_async_cli_cmd_continuation): Remove.
1052
1053 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1054
1055 Suppress normal stop observer when it's problematic.
1056 * inferior.h (suppress_normal_stop_observer): New.
1057 * infcall.c (call_function_by_hand): Disable stop events when
1058 doing function calls.
1059 * infmcd.c (suppress_normal_stop_observer): New.
1060 (finish_command_continuation): Call normal_stop observer
1061 explicitly.
1062 (finish_command): Disable stop events inside proceed.
1063 * infrun.c (normal_stop): Don't call normal stop observer if
1064 suppressed of if multi-step is in progress.
1065
1066 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1067
1068 Remove stale code.
1069 * infrun.c (finish_command): Don't pass cleanup
1070 to continuation.
1071 (finish_command_continuation): Don't grab cleanup from
1072 the passed data, as we don't use, and cannot, use it anyway.
1073
1074 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1075
1076 Introduce common cleanup for restoring integers.
1077 * defs.h (make_cleanup_restore_integer): New declaration.
1078 (struct cleanup): New field free_arg.
1079 (make_my_cleanup_2): New.
1080 * utils.c (restore_integer_closure, restore_integer)
1081 (make_cleanup_restore_integer): New.
1082 (make_my_cleanup): Initialize the free_arg field and
1083 renamed to make_my_cleanup_2.
1084 (do_my_cleanups): Call free_arg.
1085 (discard_cleanups): Call free_arg.
1086 * breakpoint.c (restore_always_inserted_mode): Remove.
1087 (update_breakpoints_after_exec): Use make_cleanup_restore_integer.
1088
1089 2008-06-09 Doug Evans <dje@google.com>
1090
1091 * remote.c (remote_wait): Include beginning of malformed packet
1092 in error output.
1093
1094 2008-06-09 Tom Tromey <tromey@redhat.com>
1095
1096 * completer.c (complete_line): Don't special-case
1097 expression_completer.
1098 (expression_completer): Only pass last word to
1099 location_completer.
1100 * c-exp.y (yylex): Check 'token', not 'operator'.
1101
1102 2008-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1103
1104 * configure.ac (build_warnings): Add -Wno-format for mingw.
1105 * configure: Regenerated.
1106
1107 2008-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1108
1109 * NEWS: Make indentation consistent. Move exec tracing entry out
1110 of remote packet list.
1111
1112 2008-06-06 Tom Tromey <tromey@redhat.com>
1113
1114 * value.h (evaluate_subexpression_type, extract_field_op):
1115 Declare.
1116 * printcmd.c (_initialize_printcmd): Use expression_completer for
1117 'p', 'inspect', 'call'.
1118 * parser-defs.h (parse_field_expression): Declare.
1119 * parse.c: Include exceptions.h.
1120 (in_parse_field, expout_last_struct): New globals.
1121 (mark_struct_expression): New function.
1122 (prefixify_expression): Return int.
1123 (prefixify_subexp): Return int. Use expout_last_struct.
1124 (parse_exp_1): Update.
1125 (parse_exp_in_context): Add 'out_subexp' argument. Handle
1126 in_parse_field.
1127 (parse_field_expression): New function.
1128 * expression.h (parse_field_expression): Declare.
1129 (in_parse_field): Likewise.
1130 * eval.c (evaluate_subexpression_type): New function.
1131 (extract_field_op): Likewise.
1132 * completer.h (expression_completer): Declare.
1133 * completer.c (expression_completer): New function.
1134 (count_struct_fields, add_struct_fields): New functions.
1135 * c-exp.y (yyparse): Redefine.
1136 (COMPLETE): New token.
1137 (exp): New productions.
1138 (saw_name_at_eof, last_was_structop): New globals.
1139 (yylex): Return COMPLETE when needed. Recognize in_parse_field.
1140 (c_parse): New function.
1141 * breakpoint.c (_initialize_breakpoint): Use expression_completer
1142 for watch, awatch, and rwatch.
1143 * Makefile.in (parse.o): Depend on exceptions_h.
1144
1145 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1146
1147 PR gdb/1147
1148 * gdb/valopts.c (find_overload_match): Handle references
1149 to pointers.
1150
1151 2008-06-06 Paul N. Hilfinger <hilfinger@adacore.com>
1152
1153 * ada-lang.c (ada_value_assign): Correct big-endian case to take into
1154 account the bitsize of the 'from' operand.
1155
1156 2008-06-06 Pedro Alves <pedro@codesourcery.com>
1157
1158 * annotate.h (annotate_thread_changed): Declare.
1159
1160 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
1161
1162 * annotate.c (annotate_thread_changed): New function.
1163 * thread.c (thread_command) : Use it.
1164 * infrun.c (normal_stop): Use it.
1165
1166 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
1167 Nathan Sidwell <nathan@codesourcery.com>
1168 Joseph Myers <joseph@codesourcery.com>
1169
1170 * acinclude.m4: Include ../config/acx.m4.
1171 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
1172 * configure, config.in: Regenerate.
1173 * main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting
1174 address.
1175 * top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO.
1176
1177 2008-06-05 Pedro Alves <pedro@codesourcery.com>
1178
1179 Replace 'target async' by 'maintenance set remote-async' and
1180 'target remote' combination.
1181
1182 * remote.c (remote_async_wait): Merge into remote_wait, and
1183 remove.
1184 (remote_async_permitted, remote_async_permitted_set): New
1185 variables.
1186 (set_maintenance_remote_async_permitted)
1187 (show_maintenance_remote_async_permitted): New functions.
1188 (remote_async_ops, extended_async_remote_ops): Delete.
1189 (remote_async_open, extended_remote_async_open): Delete.
1190 (remote_open_1): Drop async_p parameter. Update callers. Replace
1191 async_p with remote_async_permitted checks.
1192 (extended_async_remote_attach): Delete.
1193 (remote_resume, remote_async_resume): Merge and leave remote_resume.
1194 (remote_async_terminal_inferior): Rename to...
1195 (remote_terminal_inferior): ... this, and add
1196 remote_async_termitted check.
1197 (remote_async_terminal_ours): Rename to...
1198 (remote_terminal_ours): ... this, and add remote_async_termitted
1199 check.
1200 (remote_wait, remote_async_wait): Merge and leave remote_wait
1201 only.
1202 (remote_kill, remote_async_kill): Merge and leave remote_kill
1203 only.
1204 (remote_async_mourn, extended_async_remote_mourn): Delete.
1205 (extended_remote_create_inferior_1): Drop async_p parameter.
1206 Update callers. Always use extended_remote_ops.
1207 (extended_remote_async_create_inferior): Delete.
1208 (remote_return_zero): Delete.
1209 (init_remote_ops): Register remote_can_async_p, remote_async,
1210 remote_async_mask, remote_terminal_inferior and
1211 remote_terminal_ours.
1212 (remote_can_async_p, remote_is_async_p): Check for
1213 remote_async_permitted.
1214 (init_remote_async_ops, init_extended_async_remote_ops): Remove.
1215 (set_remote_cmd): Don't add async and extended-async targets.
1216 (_initialize_remote): Add set/show remote-async maintenance
1217 commands.
1218
1219 2008-06-05 Pedro Alves <pedro@codesourcery.com>
1220
1221 * remote.c (kill_kludge): Delete.
1222 (remote_wait, remote_async_wait): Don't set it.
1223 (remote_kill, remote_async_kill): Don't do anything with it.
1224
1225 2008-06-05 Pedro Alves <pedro@codesourcery.com>
1226
1227 * linux-thread-db.c (thread_db_wait): Don't trim event ptid.
1228
1229 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
1230
1231 * bcache.c (bcache_data): Call deprecated_bcache_added function.
1232 (deprecated_bcache_added): New function name. Body of function
1233 bcache_data is used here with the addition of 'added' argument.
1234 * bcache.h (deprecated_bcache_added): New function.
1235 * symfile.c (add_psymbol_to_bcache): New helper function, takes part of
1236 work from add_psymbol_to_list - initialises partial symbol and stashes
1237 it in objfile's cache.
1238 (append_psymbol_to_list): New helper function, takes other part of
1239 work from add_psymbol_to_list - adds partial symbol to the given list.
1240 (add_psymbol_to_list): Call helper functions instead of doing work
1241 here. If adding to global list, do not duplicate partial symbols in the
1242 partial symtab.
1243
1244 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
1245
1246 * breakpoint.c (print_exception_catchpoint): Put 'exception' back to
1247 'exception caught|thrown' message.
1248
1249 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * Makefile.in: Update dependencies.
1252 * dwarf2expr.c: New include "gdb_assert.h".
1253 (new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH.
1254 (dwarf_expr_eval): Sanity check the RECURSION_DEPTH count.
1255 (execute_stack_op): Error out on too large RECURSION_DEPTH.
1256 Increase/decrease RECURSION_DEPTH around the function.
1257
1258 2008-06-05 Daniel Jacobowitz <dan@codesourcery.com>
1259
1260 * remote.c (get_offsets): Handle a single segment.
1261 * symfile.c (symfile_map_offsets_to_segments): Allow more bases
1262 than segments.
1263
1264 2008-06-03 Daniel Jacobowitz <dan@codesourcery.com>
1265
1266 * solib-svr4.c (struct lm_info): Add lm_addr.
1267 (main_lm_addr): New.
1268 (svr4_default_sos): Set lm_addr.
1269 (svr4_current_sos): Set lm_addr and main_lm_addr.
1270 (svr4_fetch_objfile_link_map): Rewrite.
1271 (svr4_clear_solib): Clear main_lm_addr.
1272
1273 2008-06-03 Michael Snyder <msnyder@redhat.com>
1274 Joseph Myers <joseph@codesourcery.com>
1275
1276 * mips-tdep.c (mips_eabi_return_value): Replace stub that always
1277 returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
1278
1279 2008-06-02 Roman Zippel <zippel@linux-m68k.org>
1280
1281 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Fix incorrect test.
1282
1283 2008-06-02 Roman Zippel <zippel@linux-m68k.org>
1284
1285 * m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.
1286
1287 2008-06-01 Joel Brobecker <brobecker@adacore.com>
1288
1289 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Do not
1290 treat pointers in data space as function descriptors if the
1291 target address is also in the data space.
1292
1293 2008-05-30 Joel Brobecker <brobecker@adacore.com>
1294
1295 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
1296 the trad-frame register value for the SP register.
1297
1298 2008-05-29 Mark Kettenis <kettenis@gnu.org>
1299
1300 * sparcnbsd-tdep.c, sparcobsd-tdep.c: Update for unwinder changes.
1301
1302 2008-05-28 Joel Brobecker <brobecker@adacore.com>
1303
1304 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Improve the heuristic
1305 that identifies function descriptors outside of the .opd section.
1306
1307 2008-05-28 Aleksandar Ristovski <aristovski@qnx.com>
1308
1309 * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for
1310 temporary catchpoints. In MI add missing fields 'reason', 'disp',
1311 'bkptno'.
1312 (print_mention_exception_catchpoint): Add 'Temporary' for temporary
1313 catchpoints.
1314 (handle_gnu_v3_exceptions): Use tempflag.
1315
1316 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
1317
1318 Refactor varobj_update interface.
1319 * varobj.c (varobj_update): Report changes as vector. Also
1320 return not just a list of varobj, but a list of special structures
1321 that tell what exactly has changed.
1322 * varobj.h (enum varobj_update_error): Rename to
1323 varobj_scope_status.
1324 (struct varobj_update_result_t): New.
1325 (varobj_update): Adjust prototype.
1326 * mi/mi-cmd-var.c: Adjust for changes.
1327
1328 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
1329
1330 * varobj.c (varobj_update): Fix comment typo.
1331 Fix indentation.
1332
1333 2008-05-26 Joel Brobecker <brobecker@adacore.com>
1334
1335 Set the symtab field of symbols read from ECOFF debugging entries.
1336 * mdebugread.c (add_symbol): Add new parameter symtab.
1337 (parse_symbol): Update calls to add_symbol throughout.
1338
1339 2008-05-27 Andreas Schwab <schwab@suse.de>
1340
1341 * symtab.h (enum address_class): Remove LOC_REGPARM and
1342 LOC_COMPUTED_ARG.
1343 (struct symbol): Add is_argument.
1344 (SYMBOL_IS_ARGUMENT): Define.
1345
1346 * ada-lang.c (ada_add_block_symbols): Use SYMBOL_IS_ARGUMENT.
1347 * buildsym.c (finish_block): Likewise.
1348 * stack.c (print_frame_args, print_block_frame_locals)
1349 (print_frame_arg_vars): Likewise.
1350 * symtab.c (lookup_block_symbol): Likewise.
1351 * tracepoint.c (add_local_symbols): Likewise.
1352 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
1353
1354 * coffread.c (process_coff_symbol): Set SYMBOL_IS_ARGUMENT.
1355 * dwarf2read.c (new_symbol): Likewise.
1356 * mdebugread.c (parse_symbol): Likewise.
1357 * stabsread.c (define_symbol): Likewise.
1358
1359 * ada-exp.y (select_possible_type_sym): Don't handle LOC_REGPARM
1360 and LOC_COMPUTED_ARG.
1361 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
1362 * ax-gdb.c (gen_var_ref): Likewise.
1363 * eval.c (evaluate_subexp_for_address): Likewise.
1364 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1365 * m2-exp.y (yylex): Likewise.
1366 * printcmd.c (address_info): Likewise.
1367 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1368 * tracepoint.c (collect_symbol, scope_info): Likewise.
1369
1370 2008-05-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1371
1372 * gdbarch.sh: Added new gdbarch struct
1373 core_regset_sections.
1374 * gdbarch.c: Refreshed.
1375 * gdbarch.h: Refreshed.
1376 * regset.h (core_regset_section): Declared.
1377 * linux-nat.c (linux_nat_do_thread_registers): Added
1378 support for the new gdbarch struct core_regset_sections.
1379 * utils.c (host_address_to_string): New function.
1380 * defs.h (host_address_to_string): New prototype.
1381 * i386-linux-tdep.c (i386_regset_rections): New register
1382 sections list for i386.
1383 (i386_linux_init_abi): Initialized new gdbarch struct
1384 core_regset_sections.
1385 * Makefile.in: Updated to reflect dependency changes.
1386 * ppc-linux-tdep.c (ppc_regset_sections): Register
1387 sections list for ppc.
1388 (ppc_linux_init_abi): Initialized new gdbarch struct
1389 core_regset_sections
1390
1391 2008-05-24 Andreas Schwab <schwab@suse.de>
1392
1393 * linespec.c (decode_objc): Save current language around call to
1394 get_selected_block.
1395
1396 2008-05-23 Joel Brobecker <brobecker@adacore.com>
1397
1398 * valprint.h (get_array_bounds): Renames get_array_low_bound.
1399 * valprint.c (get_array_bounds): Renames get_array_low_bound.
1400 Return the proper bound value if the array index type is an
1401 enumerated type. Compute the high bound if requested.
1402 (val_print_array_elements): Handle the case when the array
1403 element has a null size.
1404 * ada-valprint.c (print_optional_low_bound): Add handling
1405 for empty arrays or arrays of zero-size elements.
1406 (ada_val_print_array): New function, extracted out from
1407 ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
1408 handle empty arrays and arrays of zero-size elements.
1409 (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
1410 code by call to ada_val_print_array.
1411 (ada_value_print): Remove handling of null array. The handling
1412 was incomplete and is now better handled by ada_val_print_array.
1413
1414 2008-05-23 Markus Deuling <deuling@de.ibm.com>
1415
1416 * annotate.c (annotate_source, annotate_frame_begin): Replace
1417 deprecated_print_address_numeric with paddress.
1418 * cli/cli-cmds.c (list_command, edit_command): Likewise.
1419 * tui/tui-stack.c (tui_make_status_line): Likewise.
1420
1421 * defs.h (deprecated_print_address_numeric): Remove.
1422 * printcmd.c (deprecated_print_address_numeric): Remove.
1423 * maint.c (maint_print_section_info): Fix comment.
1424
1425 2008-05-23 Markus Deuling <deuling@de.ibm.com>
1426
1427 * valprint.c (print_hex_chars, print_octal_chars, print_decimal_chars,
1428 print_binary_chars, print_char_chars): Add byte_order parameter and
1429 replace gdbarch_byte_order.
1430 (print_decimal_chars): Replace START_P, NOT_END_P and NEXT_P by their
1431 expressions and remove them. Remove unused TWO_TO_FOURTH.
1432 (val_print_type_code_int): Introduce gdbarch_byte_order to get at the
1433 endianness. Update call to print_hex_chars.
1434 * valprint.h (print_hex_chars, print_octal_chars, print_decimal_chars,
1435 print_binary_chars, print_char_chars): Add byte_order parameter.
1436 * printcmd.c (print_scalar_formatted): Introduce gdbarch_byte_order to
1437 get at the endianness. Update print_*_char calls to use byte_order.
1438
1439 2008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
1440
1441 * symtab.h (struct symbol): Make "aux_value" member a void pointer
1442 instead of a union.
1443 (SYMBOL_LOCATION_BATON): Update.
1444
1445 2008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
1446
1447 * symtab.h (enum address_class): Remove LOC_BASEREG and
1448 LOC_BASEREG_ARG.
1449 (struct symbol): Remove "basereg" member of "aux_value" union.
1450 (SYMBOL_BASEREG): Remove.
1451
1452 * ada-exp.y (select_possible_type_sym): Do not handle LOC_BASEREG
1453 or LOC_BASEREG_ARG.
1454 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
1455 (ada_add_block_symbols): Likewise.
1456 * ax-gdb.c (gen_var_ref): Likewise.
1457 * buildsym.c (finish_block): Likewise.
1458 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1459 * m2-exp.y (yylex): Likewise.
1460 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
1461 * printcmd.c (address_info): Likewise.
1462 * stack.c (print_frame_args, print_block_frame_locals): Likewise.
1463 (print_frame_arg_vars): Likewise.
1464 * symmisc.c (print_symbol): Likewise.
1465 * symtab.c (lookup_block_symbol): Likewise.
1466 * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
1467 (scope_info): Likewise.
1468
1469 2008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
1470
1471 * symtab.h (enum address_class): Remove LOC_LOCAL_ARG.
1472
1473 * ada-exp.y (select_possible_type_sym): Do not handle LOC_LOCAL_ARG.
1474 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
1475 (ada_add_block_symbols): Likewise.
1476 * ax-gdb.c (gen_var_ref): Likewise.
1477 * buildsyms.c (finish_block): Likewise.
1478 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1479 * m2-exp.y (yylex): Likewise.
1480 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
1481 * printcmd.c (address_info): Likewise.
1482 * stack.c (print_frame_args, print_frame_arg_vars): Likewise.
1483 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1484 * symtab.c (lookup_block_symbol): Likewise.
1485 * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
1486 (scope_info): Likewise.
1487
1488 2008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
1489
1490 * symtab.h (enum address_class): Remove LOC_INDIRECT and
1491 LOC_HP_THREAD_LOCAL_STATIC.
1492
1493 * findvar.c (symbol_read_needs_frame, read_var_value): Do not
1494 handle LOC_INDIRECT or LOC_HP_THREAD_LOCAL_STATIC.
1495 (read_var_value): Likewise.
1496 * buildsym.c (finish_block): Likewise.
1497 * objfiles.c (objfile_relocate): Likewise.
1498 * printcmd.c (address_info): Likewise.
1499 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1500 * tracepoint.c (scope_info): Likewise.
1501
1502 2008-05-21 Markus Deuling <deuling@de.ibm.com>
1503 Maxim Grigoriev <maxim2405@gmail.com>
1504
1505 * xtensa-tdep.c (xtensa_read_register): Remove.
1506 (xtensa_frame_cache): Get rid of xtensa_read_register. Pass extra
1507 argument litbase to call0_frame_cache().
1508 (call0_track_op, call0_analyze_prologue)
1509 (call0_frame_cache): Use extra argument litbase.
1510
1511 2008-05-21 Joel Brobecker <brobecker@adacore.com>
1512
1513 * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
1514
1515 2008-05-21 Ulrich Weigand <uweigand@de.ibm.com>
1516
1517 * frame.h (SIZEOF_FRAME_SAVED_REGS): Remove.
1518
1519 2008-05-21 Ulrich Weigand <uweigand@de.ibm.com>
1520
1521 * alpha-mdebug-tdep.c: Include "trad-frame.h".
1522 (struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
1523 struct trad_frame_saved_reg *.
1524 (alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
1525 trad_frame_alloc_saved_regs. Update accesses. Record previous
1526 value of SP as being vfp.
1527 (alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
1528 * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
1529
1530 2008-05-21 Markus Deuling <deuling@de.ibm.com>
1531
1532 * score-tdep.c (score_print_insn): Get the current endianess from
1533 disassemble_info instead of gdbarch_byte_order.
1534
1535 2008-05-21 Pedro Alves <pedro@codesourcery.com>
1536
1537 * frame.c (get_prev_frame_1): Build frame id before setting
1538 this_frame->prev_p, not after.
1539
1540 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
1541
1542 * annotate.c (annotate_new_thread): New function for new-thread
1543 annotation.
1544 * annotate.h: (annotate_new_thread): New extern.
1545 * thread.c (add_thread_with_info): Use it.
1546 * Makefile.in (thread.o): Add dependency on annotate.h.
1547
1548 2008-05-20 Joel Brobecker <brobecker@adacore.com>
1549
1550 * win32-nat.c (win32_wait): Block the control-c event while
1551 waiting for a debug event.
1552
1553 2008-05-19 Pedro Alves <pedro@codesourcery.com>
1554
1555 * symtab.h (lookup_symbol_in_language): Update comment.
1556 * symtab.c (lookup_symbol_aux_block): Update comment.
1557 * ada-lang.c (ada_lookup_symbol_list): Update comment.
1558
1559 2008-05-19 Ulrich Weigand <uweigand@de.ibm.com>
1560
1561 * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
1562 (lookup_symbol): Likewise.
1563 * symtab.c (lookup_symbol_in_language): Remove SYMTAB parameter.
1564 (lookup_symbol): Likewise.
1565 (search_symbols): Update.
1566
1567 * linespec.c (find_methods, collect_methods): Update.
1568 (add_matching_methods, add_constructors): Update.
1569 (decode_compound, decode_dollar, decode_variable): Update.
1570 (lookup_prefix_sym): Update.
1571
1572 (symbol_found): Remove SYM_SYMTAB parameter.
1573 Use SYMBOL_SYMTAB (sym) instead.
1574
1575 * gdbtypes.c (lookup_typename): Update.
1576 (lookup_struct, lookup_union, lookup_enum): Update.
1577 (lookup_template_type): Update.
1578 (check_typedef): Update.
1579 * language.c (lang_bool_type): Update.
1580 * mdebugread.c (parse_procedure): Update.
1581 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
1582 * parse.c (write_dollar_variable): Update.
1583 * printcmd.c (address_info): Update.
1584 * source.c (select_source_symtab): Update.
1585 * stack.c (print_frame_args, print_frame_arg_vars): Update.
1586 * valops.c (find_function_in_inferior): Update.
1587 (value_struct_elt_for_reference): Update.
1588 * value.c (value_static_field, value_fn_field): Update.
1589
1590 * alpha-mdebug-tdep.c (find_proc_desc): Update.
1591 * arm-tdep.c (arm_skip_prologue): Update.
1592 * mt-tdep.c (mt_skip_prologue): Update.
1593 * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
1594
1595 * ada-lang.h (struct ada_symbol_info): Remove SYMTAB member.
1596 * ada-lang.c (ada_add_block_symbols): Remove SYMTAB parameter.
1597 (add_defn_to_vec): Likewise.
1598 (ada_add_block_symbols): Likewise.
1599 (lookup_cached_symbol, cache_symbol): Likewise.
1600 (standard_lookup): Update.
1601 (ada_lookup_symbol_list): Update.
1602
1603 * c-valprint.c (c_val_print): Update.
1604 * cp-support.c (cp_lookup_rtti_type): Update.
1605 * jv-lang.c (java_lookup_class, get_java_object_type): Update.
1606 * objc-lang.c (lookup_struct_typedef, find_imps): Update.
1607 * p-valprint.c (pascal_val_print): Update.
1608 * scm-lang.c (scm_lookup_name): Update.
1609
1610 * c-exp.y: Update.
1611 * f-exp.y: Update.
1612 * jv-exp.y: Update.
1613 * m2-exp.y: Update.
1614 * objc-exp.y: Update.
1615 * p-exp.y: Update.
1616
1617 2008-05-19 Ulrich Weigand <uweigand@de.ibm.com>
1618
1619 * language.h (struct language_defn): Remove SYMTAB parameter from
1620 la_lookup_symbol_nonlocal callback function pointer.
1621
1622 * ada-lang.h (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
1623 (ada_lookup_encoded_symbol): Likewise.
1624 * ada-lang.c (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
1625 Always call fixup_symbol_section.
1626 (ada_lookup_symbol): Remove SYMTAB parameter.
1627 (ada_lookup_symbol_nonlocal): Likewise.
1628 * ada-exp.y (write_object_renaming): Update.
1629 (find_primitive_type): Likewise.
1630
1631 * cp-support.h (cp_lookup_symbol_nonlocal): Remove SYMTAB parameter.
1632 (cp_lookup_symbol_namespace): Likewise.
1633 * cp-namespace.c (lookup_namespace_scope): Remove SYMTAB parameter.
1634 (lookup_symbol_file): Likewise.
1635 (lookup_possible_namespace_symbol): Likewise.
1636 (cp_lookup_symbol_nonlocal): Likewise.
1637 (cp_lookup_symbol_namespace): Likewise.
1638 (cp_lookup_nested_type): Update.
1639
1640 * scm-valprint.c (scm_inferior_print): Update.
1641 * valops.c (value_maybe_namespace_elt): Update.
1642
1643 * solist.h (struct target_so_ops): Remove SYMTAB parameter from
1644 lookup_lib_global_symbol callback function pointer.
1645 (solib_global_lookup): Remove SYMTAB parameter.
1646 * solib.c (solib_global_lookup): Remove SYMTAB parameter.
1647 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
1648
1649 * symtab.h (basic_lookup_symbol_nonlocal): Remove SYMTAB parameter.
1650 (lookup_symbol_static): Likewise.
1651 (lookup_symbol_global): Likewise.
1652 (lookup_symbol_aux_block): Likewise.
1653 (lookup_global_symbol_from_objfile): Likewise.
1654 * symtab.c (lookup_symbol_aux): Remove SYMTAB parameter.
1655 (lookup_symbol_aux_local): Likewise.
1656 (lookup_symbol_aux_block): Likewise.
1657 (lookup_symbol_aux_symtabs): Likewise.
1658 (lookup_symbol_aux_psymtabs): Likewise.
1659 (lookup_global_symbol_from_objfile): Likewise.
1660 (basic_lookup_symbol_nonlocal): Likewise.
1661 (lookup_symbol_static): Likewise.
1662 (lookup_symbol_global): Likewise.
1663
1664 (lookup_symbol_in_language): Do not pass SYMTAB to lookup_symbol_aux.
1665
1666 2008-05-17 Pedro Alves <pedro@codesourcery.com>
1667
1668 * remote.c (init_extended_remote_ops): Fix typo.
1669
1670 2008-05-16 Pedro Alves <pedro@codesourcery.com>
1671
1672 * NEWS: Mention new DICOS x86 target configuration.
1673
1674 2008-05-16 Pedro Alves <pedro@codesourcery.com>
1675 Ulrich Weigand <uweigand@de.ibm.com>
1676
1677 * minsyms.c (lookup_minimal_symbol_by_pc_name): New function.
1678 * symtab.h (lookup_minimal_symbol_by_pc_name): Add prototype.
1679
1680 * symtab.c (fixup_section): Remove prototype. Add ADDR parameter;
1681 use it instead of ginfo->value.address. Look up minimal symbol by
1682 address and name. Assume OBJFILE is non-NULL.
1683 (fixup_symbol_section): Ensure we always have an objfile to look
1684 into. Extract and pass to fixup_section the symbol's address that
1685 will match the minimal symbol's address.
1686 (fixup_psymbol_section): Likewise.
1687
1688 (find_pc_sect_psymtab): Fall back to non-addrmap case when debugging
1689 overlays and the addrmap returned the wrong section.
1690
1691 * dwarf2read.c (var_decode_location): Set SYMBOL_CLASS before
1692 calling fixup_symbol_section.
1693
1694 2008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
1695
1696 * minsyms.c: Include "target.h".
1697 (find_solib_trampoline_target): Handle minimal symbols pointing
1698 to function descriptors as well.
1699 * Makefile.in (minsyms.o): Update dependencies.
1700
1701 * ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
1702 (ppc64_standard_linkage1): ... this. Fix optional instructions.
1703 (PPC64_STANDARD_LINKAGE_LEN): Rename to ...
1704 (PPC64_STANDARD_LINKAGE1_LEN): ... this.
1705 (ppc64_standard_linkage2, ppc64_standard_linkage3): New.
1706 (PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
1707 (ppc64_standard_linkage_target): Rename to ...
1708 (ppc64_standard_linkage1_target): ... this.
1709 (ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
1710 (ppc64_skip_trampoline_code): Support three variants of standard
1711 linkage stubs. Call find_solib_trampoline_target to handle
1712 glink stubs.
1713
1714 2008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
1715
1716 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
1717 ppc64_sysv_abi_adjust_breakpoint_address.
1718 * ppc-sysv-tdep.c (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
1719 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
1720
1721 2008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
1722
1723 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Remove.
1724 (ppc_linux_init_abi): Install find_solib_trampoline_target instead
1725 of ppc_linux_skip_trampoline_code.
1726
1727 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1728
1729 * gdbarch.sh: Delete dwarf_reg_to_regnum.
1730 * gdbarch.c, gdbarch.h: Regenerated.
1731 * amd64-tdep.c, arm-tdep.c, h8300-tdep.c, hppa-linux-tdep.c,
1732 hppa-tdep.c, i386-tdep.c, m32c-tdep.c, m68k-tdep.c, mips-tdep.c,
1733 s390-tdep.c, xtensa-tdep.c: Do not set dwarf_reg_to_regnum.
1734
1735 2008-05-15 Pedro Alves <pedro@codesourcery.com>
1736
1737 * linux-nat.c (trap_ptid): Delete.
1738 (linux_nat_detach, linux_nat_wait, linux_nat_mourn_inferior):
1739 Adjust.
1740 * linux-thread-db.c (thread_db_wait): Adjust.
1741
1742 2008-05-15 Joel Brobecker <brobecker@adacore.com>
1743
1744 * linespec.c (decode_line_1): Fix a couple of comments.
1745
1746 2008-05-15 Alan Modra <amodra@bigpond.net.au>
1747
1748 * dbxread.c: Formatting.
1749 (INTERNALIZE_SYMBOL): Init n_other.
1750 (set_namestring): Take pointer to nlist arg rather than struct
1751 copy. Update all callers.
1752
1753 2008-05-15 Andreas Schwab <schwab@suse.de>
1754
1755 * Makefile.in (dwarf2loc.o): Remove $(addrmap_h).
1756 (dwarf2read.o): Add $(addrmap_h).
1757
1758 2008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
1759
1760 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ...
1761 (ppc64_linux_convert_from_func_ptr_addr): ... to this. No longer try
1762 to handle ppc32 PLT entries.
1763 (ppc_linux_init_abi): Install ppc64_linux_convert_from_func_ptr_addr
1764 only on ppc64.
1765
1766 2008-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1767
1768 * elfread.c (elf_symtab_read): Create trampolines for @plt symbols.
1769 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Renamed from
1770 lookup_minimal_symbol_by_pc_section. Prefer trampolines if requested.
1771 (lookup_minimal_symbol_by_pc_section): Use
1772 lookup_minimal_symbol_by_pc_section_1.
1773 (lookup_solib_trampoline_symbol_by_pc): Likewise.
1774
1775 2008-05-13 Joel Brobecker <brobecker@adacore.com>
1776
1777 * findcmd.c: Add #include "gdb_stdint.h".
1778 * Makefile.in (findcmd.o): Update dependencies.
1779
1780 2008-05-11 David S. Miller <davem@davemloft.net>
1781
1782 * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
1783 long double size override, Linux does use 128-bit now.
1784
1785 * sparc-linux-tdep.c (PSR_SYSCALL): Define.
1786 (sparc_linux_write_pc): New function.
1787 (sparc32_linux_init_abi): Register it.
1788 * sparc64-linux-tdep.c (TSTATE_SYSCALL): Define.
1789 (sparc64_linux_write_pc): New function.
1790 (sparc64_linux_init_abi): Register it.
1791
1792 * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
1793 dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
1794
1795 2008-05-11 Ulrich Weigand <uweigand@de.ibm.com>
1796
1797 * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc
1798 and info.tdep_info before calling gdbarch_init_osabi.
1799
1800 2008-05-09 Joel Brobecker <brobecker@adacore.com>
1801
1802 * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force
1803 the type of the right hand side of the assignment to the type
1804 of the left hand side if the left hand side is a convenience
1805 variable.
1806
1807 2008-05-09 Ulrich Weigand <uweigand@de.ibm.com>
1808
1809 * NEWS: Mention gdbserver bi-arch capability.
1810
1811 2008-05-09 Doug Evans <dje@google.com>
1812
1813 New "find" command.
1814 * NEWS: Document find command and qSearch:memory packet.
1815 * Makefile.in (SFILES): Add findcmd.c.
1816 (COMMON_OBJS): Add findcmd.o.
1817 (findcmd.o): New rule.
1818 * findcmd.c: New file.
1819 * target.h (target_ops): New member to_search_memory.
1820 (simple_search_memory): Declare.
1821 (target_search_memory): Declare.
1822 * target.c (simple_search_memory): New fn.
1823 (target_search_memory): New fn.
1824 * remote.c (PACKET_qSearch_memory): New packet kind.
1825 (remote_search_memory): New fn.
1826 (init_remote_ops): Init to_search_memory.
1827 (init_extended_remote_ops): Ditto.
1828 (_initialize_remote): Add qSearch:memory packet config command.
1829
1830 2008-05-09 Eli Zaretskii <eliz@gnu.org>
1831
1832 * thread.c (_initialize_thread): Don't use commas and periods in
1833 first line of doc string of "set/show print thread-events".
1834
1835 2008-05-08 Joel Brobecker <brobecker@adacore.com>
1836
1837 * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c:
1838 Update for unwinder changes.
1839
1840 2008-05-08 Joel Brobecker <brobecker@adacore.com>
1841
1842 * frame.c (get_frame_base_address, get_frame_locals_address)
1843 (get_frame_args_address): Pass the correct frame when calling
1844 frame_base_find_by_frame.
1845
1846 2008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
1847
1848 * remote.c (extended_remote_attach_1): Call target_find_description.
1849
1850 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
1851
1852 * remote.c (extended_remote_create_inferior_1): Clean up
1853 before marking the target running.
1854
1855 2008-05-08 Joel Brobecker <brobecker@adacore.com>
1856
1857 * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
1858 changes.
1859
1860 2008-05-07 Joel Brobecker <brobecker@adacore.com>
1861
1862 * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c,
1863 sparc64-sol2-tdep.c: Update for unwinder changes.
1864
1865 2008-05-07 Daniel Jacobowitz <dan@codesourcery.com>
1866
1867 * cp-support.c (mangled_name_to_comp): Initialize storage.
1868 (unqualified_name_from_comp): Likewise.
1869
1870 2008-05-07 Jie Zhang <jie.zhang@analog.com>
1871
1872 * remote.c (remote_insert_breakpoint): Call get_remote_state
1873 after gdbarch_breakpoint_from_pc is called.
1874 (remote_insert_hw_breakpoint): Likewise.
1875
1876 2008-05-06 Joel Brobecker <brobecker@adacore.com>
1877
1878 * valprint.c (val_print): Add new language parameter and use it
1879 instead of using the current_language. Update calls to val_print
1880 throughout.
1881 (common_val_print): Add new langauge parameter and pass it to
1882 val_print.
1883 * value.h (struct language_defn): Add opaque declaration.
1884 (val_print, common_val_print): Update declarations.
1885 * stack.c (print_frame_args): Update call to common_val_print
1886 using the appropriate language.
1887 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
1888 * c-valprint, f-valprint.c, m2-valprint.c, mt-tdep.c, infcmd.c,
1889 mi/mi-main.c, jv-valprint.c, ada-valprint.c, varobj.c, p-valprint.c,
1890 scm-valprint.c, cp-valprint.c, sh64-tdep.c, printcmd.c:
1891 #include "language.h" if necessary.
1892 Update calls to val_print and common_val_print.
1893 * Makefile.in (mt-tdep.o, sh64-tdep.o, mi-cmds.o, mi-main.o):
1894 Update dependencies.
1895
1896 2008-05-06 Joel Brobecker <brobecker@adacore.com>
1897
1898 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses
1899 pointing inside a non-executable section as function descriptors.
1900
1901 2008-05-06 Pedro Alves <pedro@codesourcery.com>
1902
1903 * inf-loop.c (inferior_event_handler): Run all continuations and
1904 print any language change before running the breakpoint commands.
1905
1906 2008-05-06 Joel Brobecker <brobecker@adacore.com>
1907
1908 * frame-unwind.c (frame_unwind_got_bytes): New function.
1909 * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
1910 * libunwind-frame.h, libunwind-frame.c, ia64-tdep.c: Update
1911 for unwinder changes.
1912
1913 2008-05-05 Doug Evans <dje@google.com>
1914
1915 * NEWS: Mention new /m modifier for disassemble command.
1916 * cli/cli-cmds.c (print_disassembly): New function.
1917 (disassemble_current_function): New function
1918 (disassemble_command): Recognize /m modifier, print mixed
1919 source+assembly.
1920 (init_cli_cmds): Update disassemble help text.
1921
1922 2008-05-05 Maxim Grigoriev <maxim2405@gmail.com>
1923
1924 * xtensa-tdep.c: Update for unwinder changes.
1925
1926 2008-05-05 Andreas Schwab <schwab@suse.de>
1927
1928 Update m68k port for unwinder changes.
1929 * m68k-tdep.c (m68k_frame_cache): Expect this_frame.
1930 (m68k_frame_this_id, m68k_frame_prev_register): Update signature.
1931 (m68k_frame_unwind): Use default_frame_sniffer.
1932 (m68k_frame_sniffer): Remove.
1933 (m68k_frame_base_address): Expect this_frame.
1934 (m68k_dummy_id): Renamed from m68k_unwind_dummy_id. Expect
1935 this_frame.
1936 (m68k_gdbarch_init): Use set_gdbarch_dummy_id,
1937 dwarf2_append_unwinders, and frame_unwind_append_unwinder.
1938 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Expect frame_info
1939 parameter instead of pc value.
1940 (m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
1941 Expect this_frame.
1942 (m68k_linux_sigtramp_frame_this_id)
1943 (m68k_linux_sigtramp_frame_prev_register)
1944 (m68k_linux_sigtramp_frame_sniffer): Update signature.
1945 (m68k_linux_sigtramp_frame_unwind): Use
1946 m68k_linux_sigtramp_frame_sniffer.
1947 (m68k_linux_init_abi): Use frame_unwind_append_unwinder.
1948
1949 * m68klinux-nat.c (store_register): Fix typo.
1950
1951 2008-05-05 Pedro Alves <pedro@codesourcery.com>
1952
1953 * infcmd.c (step_1): Put thread id on the stack to avoid possible
1954 NULL dereferencing.
1955
1956 2008-05-05 Luis Machado <luisgpm@br.ibm.com>
1957
1958 * symfile.c (reread_symbols): Update objfile's entry point.
1959
1960 2008-05-05 Aleksandar Ristovski <aristovski@qnx.com>
1961 Joel Brobecker <brobecker@adacore.com>
1962
1963 * ada-lang.c: Update throughout to use symbol_matches_domain
1964 instead of matching the symbol domain explictly.
1965 * dwarf2read.c (add_partial_symbol): Do not add new psym for
1966 STRUCT_DOMAIN. Make sure you recognize c++ struct and java and ada
1967 class as typedefs. See lookup_partial_symbol function.
1968 (new_symbol): Similar to add_partial_symbol, do not create
1969 symbol for the typedef. See lookup_block_symbol.
1970 * symtab.c (symbol_matches_domain): New function, takes care
1971 of dual meaning of STRUCT_DOMAIN symbol for c++, ada and java.
1972 (lookup_partial_symbol): Use symbol_matches_domain to see if the
1973 found psym domain matches the given domain.
1974 (lookup_block_symbol): Likewise.
1975
1976 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
1977
1978 * top.c (command_line_handler_continuation): Remove.
1979 (execute_command): Do not install the above.
1980
1981 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
1982
1983 * inf-loop.c (inferior_event_handler): Call bpstat_do_action,
1984 and catch all exceptions from it.
1985 * top.c (command_line_handler_continuation): Don't
1986 call bpstat_do_action here.
1987
1988 2008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
1989
1990 * dwarf2read.c (struct dwarf2_cu): Add type_hash.
1991 (struct die_info): Remove type.
1992 (read_type_die, read_typedef, read_base_type, read_subrange_type)
1993 (read_structure_type, read_enumeration_type, read_array_type)
1994 (read_tag_pointer_type, read_tag_ptr_to_member_type)
1995 (read_tag_reference_type, read_tag_const_type, read_tag_volatile_type)
1996 (read_tag_string_type, read_subroutine_type, read_set_type)
1997 (read_unspecified_type): Delete prototypes. Remove check for
1998 already-loaded type. Return the new type.
1999 (set_die_type): Return the new type.
2000 (reset_die_and_siblings_types): Delete.
2001 (load_comp_unit, load_full_comp_unit): Set type_hash.
2002 (process_queue): Remove call to reset_die_and_siblings_types.
2003 (process_die): Do not read most types here. Use read_type_die
2004 for others.
2005 (read_func_scope, dwarf2_add_member_fn): Use read_type_die.
2006 (quirk_gcc_member_function_pointer): Return the new type.
2007 (process_structure_scope, process_enumeration_scope): Use
2008 get_die_type and read the DIE's type.
2009 (read_full_die): Do not initialize die->type.
2010 (tag_type_to_type): Use read_type_die.
2011 (read_type_die): Check for already defined types. Return the
2012 type.
2013 (determine_prefix): Use get_die_type.
2014 (set_die_type): Return the type.
2015 (get_die_type): Take a CU argument. Check for no type_hash.
2016
2017 2008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
2018
2019 * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize
2020 locals.
2021
2022 2008-05-04 Pedro Alves <pedro@codesourcery.com>
2023
2024 * breakpoint.c (update_breakpoints_after_exec): Delete bp_longjmp
2025 and bp_longjmp_resume breakpoints.
2026 (breakpoint_address_is_meaningful): Claim bp_longjmp_resume as
2027 meaningful.
2028 (create_longjmp_breakpoint): Don't create bp_longjmp_resume
2029 breakpoints. Create bp_longjmp breakpoints as momentary
2030 breakpoints.
2031 (enable_longjmp_breakpoint): Delete.
2032 (set_longjmp_breakpoint): New.
2033 (disable_longjmp_breakpoint): Delete.
2034 (delete_longjmp_breakpoint): New.
2035 (set_longjmp_resume_breakpoint): Delete.
2036 (set_momentary_breakpoint_at_pc): New.
2037 (breakpoint_re_set_one): Don't delete bp_longjmp and
2038 bp_longjmp_resume breakpoints.
2039 (breakpoint_re_set): Don't create longjmp and longjmp-resume
2040 breakpoints.
2041
2042 * infrun.c (step_resume_breakpoint): Add comment.
2043 (struct execution_control_state): Delete handling_longjmp member.
2044 (init_execution_control_state). Don't clear handling_longjmp.
2045 (context_switch): Don't context switch handling_longjmp.
2046 (handle_inferior_event): If handling a bp_longjmp breakpoint,
2047 create a bp_longjmp_resume breakpoint, and set it as current
2048 step_resume_breakpoint, then step over the longjmp breakpoint. If
2049 handling a bp_longjmp_resume breakpoint, don't delete the longjmp
2050 breakpoint, delete the longjmp-resume breakpoint, and stop
2051 stepping.
2052 (currently_stepping): Remove handling_longjmp from expression.
2053 (insert_step_resume_breakpoint_at_sal): Update comment.
2054 (insert_longjmp_resume_breakpoint): New.
2055
2056 * breakpoint.h (set_momentary_breakpoint_at_pc): Declare.
2057 (enable_longjmp_breakpoint, disable_longjmp_breakpoint): Delete
2058 declarations.
2059 (set_longjmp_breakpoint, delete_longjmp_breakpoint): Declare.
2060 (set_longjmp_resume_breakpoint): Delete declaration.
2061
2062 * gdbthread.h (save_infrun_state): Remove handling_longjmp
2063 parameter.
2064 (load_infrun_state): Delete *handling_longjmp parameter.
2065 * thread.c (save_infrun_state): Remove handling_longjmp parameter.
2066 Update body.
2067 (load_infrun_state): Delete *handling_longjmp parameter. Update
2068 body.
2069
2070 * infcmd.c (disable_longjmp_breakpoint_cleanup): Delete.
2071 (delete_longjmp_breakpoint_cleanup): New.
2072 (step_1): Call set_longjmp_breakpoint instead of
2073 enable_longjmp_breakpoint. Use delete_longjmp_breakpoint_cleanup
2074 instead of disable_longjmp_breakpoint_cleanup when making cleanup.
2075 (step_1_continuation): Pass thread id in the continuation args to
2076 step_once.
2077 (step_once): Add thread parameter. Pass thread id the the
2078 continuation.
2079
2080 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 Set CU BASE_ADDRESS already from partial DIEs.
2083 * dwarf2read.c (read_partial_die): New variables BASE_ADDRESS and
2084 BASE_ADDRESS_TYPE. Set these variables from DW_AT_LOW_PC and
2085 DW_AT_ENTRY_PC. Set CU->HEADER.BASE_KNOWN and CU->HEADER.BASE_ADDRESS
2086 from these variables if it was still unset.
2087
2088 * Makefile.in: Update dependencies.
2089 * dwarf2read.c: Include "addrmap.h"
2090 (struct dwarf2_cu): New fields RANGES_OFFSET and HAS_RANGES_OFFSET.
2091 (dwarf2_ranges_read): New prototype.
2092 (dwarf2_build_psymtabs_hard): Initialize and prepare PSYMTABS_ADDRMAP.
2093 Add discontiguous range to PSYMTABS_ADDRMAP by DWARF2_RANGES_READ on
2094 HAS_RANGES_OFFSET, otherwise add there the contiguous range.
2095 (dwarf2_ranges_read): New parameter RANGES_PST, update the function
2096 comment for it. Add the found ranges to RANGES_PST. New variable
2097 BASEADDR, initialize it the common way.
2098 (dwarf2_get_pc_bounds): Update the caller for the new parameter.
2099 (read_partial_die): `DW_AT_ranges' now only sets RANGES_OFFSET and
2100 HAS_RANGES_OFFSET for the later processing.
2101 * objfiles.h (struct objfile): New field PSYMTABS_ADDRMAP.
2102 * symtab.c: Include "addrmap.h"
2103 (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP.
2104 Move the psymtab locator into ...
2105 (find_pc_sect_psymtab_closer): ... a new function.
2106
2107 2008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
2108
2109 * arch-utils.c (gdbarch_update_p): Use default values for
2110 info.abfd and info.target_desc if they are NULL.
2111 (gdbarch_from_bfd): Remove assertion.
2112 (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
2113 using the current target description.
2114 (gdbarch_info_fill): Do not use default values for info->abfd
2115 and info->target_desc.
2116
2117 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2118
2119 * symfile.c (reread_symbols): Reload EXEC_BFD on its change.
2120
2121 2008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
2122
2123 * inferior.h (read_pc_pid, write_pc_pid): Remove.
2124 * regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.
2125
2126 * regcache.c (read_pc_pid): Remove, replace by ...
2127 (regcache_read_pc): ... this function.
2128 (write_pc_pid): Remove, replace by ...
2129 (regcache_write_pc): ... this function.
2130 (read_pc, write_pc): Update.
2131
2132 * infrun.c (displaced_step_prepare): Replace read_pc_pid and
2133 write_pc_pid by regcache_read_pc and regcache_write_pc.
2134 (displaced_step_fixup): Likewise.
2135 (resume): Likewise. Use regcache arch instead of current_gdbarch.
2136 (prepare_to_proceed): Likewise.
2137 (proceed): Likewise.
2138 (adjust_pc_after_break): Likewise.
2139 (handle_inferior_event): Likewise.
2140
2141 * linux-nat.c (cancel_breakpoint): Likewise.
2142 * linux-thread-db.c (check_event): Likewise.
2143 * aix-thread.c (aix_thread_wait): Likewise.
2144 * tracepoint.c (trace_dump_command): Likewise.
2145
2146 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2147
2148 * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing
2149 SYMBOL_LOCATION_BATON.
2150
2151 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
2152
2153 * target.h (struct target_ops): New field to_auxv_parse.
2154 * auxv.c (default_auxv_parse): New, renamed from previous
2155 target_auxv_parse.
2156 (target_auxv_parse): Try to call target method. Fallback to
2157 default_auxv_parse if not found.
2158 * procfs.c (procfs_auxv_parse): New.
2159 (init_procfs_ops): On Solaris, in 64-bit mode, install
2160 procfs_auxv_parse.
2161
2162 2008-05-03 Adam Nemet <anemet@caviumnetworks.com>
2163
2164 * symfile.c (add_symbol_file_command): Use paddress rather than
2165 hex_string to print the address.
2166
2167 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
2168
2169 * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
2170 return the null frame ID to terminate the backtrace.
2171
2172 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
2173
2174 * rs6000-tdep.c: Do not include "rs6000-tdep.h".
2175 (rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
2176 (SIG_FRAME_PC_OFFSET): Likewise.
2177 (SIG_FRAME_LR_OFFSET): Likewise.
2178 (SIG_FRAME_FP_OFFSET): Likewise.
2179 (rs6000_push_dummy_call): Likewise.
2180 (rs6000_return_value): Likewise.
2181 (rs6000_convert_from_func_ptr_addr): Likewise.
2182 (branch_dest, rs6000_software_single_step): Likewise.
2183 (deal_with_atomic_sequence): Rename to ...
2184 (ppc_deal_with_atomic_sequence): ... this. Adapt all callers.
2185 Do not call branch_dest; inline required parts of that function.
2186 (rs6000_skip_trampoline_code): Replace DEPRECATED_SYMBOL_NAME
2187 with SYMBOL_LINKAGE_NAME.
2188 (struct reg, regsize): Delete.
2189 (read_memory_addr): Delete; inline into callers.
2190 (rs6000_skip_prologue): Move after skip_prologue.
2191 (skip_prologue): Remove prototype.
2192 (rs6000_gdbarch_init): Remove sysv_abi variable; perform all
2193 initialization as if this variable were true. Do not install
2194 ppc64_sysv_abi_adjust_breakpoint_address.
2195
2196 * rs6000-aix-tdep.c: Include "gdb_assert.h", "gdbtypes.h",
2197 "gdbcore.h", "target.h", "value.h", "infcall.h", "objfiles.h",
2198 and "breakpoint.h".
2199 (rs6000_find_toc_address_hook): Move here from rs6000-tdep.c.
2200 (SIG_FRAME_PC_OFFSET): Likewise.
2201 (SIG_FRAME_LR_OFFSET): Likewise.
2202 (SIG_FRAME_FP_OFFSET): Likewise.
2203 (rs6000_push_dummy_call): Likewise.
2204 (rs6000_return_value): Likewise.
2205 (rs6000_convert_from_func_ptr_addr): Likewise.
2206 (branch_dest, rs6000_software_single_step): Likewise. Replace
2207 tdep->text_segment_base by AIX_TEXT_SEGMENT_BASE.
2208 (rs6000_aix_init_osabi): Install rs6000_push_dummy_call,
2209 rs6000_return_value, and rs6000_convert_from_func_ptr_addr.
2210 Call set_gdbarch_long_double_bit and set_gdbarch_frame_red_zone_size.
2211 Set tdep->lr_frame_offset. Do not set tdep->text_segment_base.
2212
2213 * rs6000-tdep.h (rs6000_software_single_step): Remove prototype.
2214 (AIX_TEXT_SEGMENT_BASE): New macro.
2215 * rs6000-nat.c (exec_one_dummy_insn): Replace tdep->text_segment_base
2216 by AIX_TEXT_SEGMENT_BASE.
2217
2218 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Add prototype.
2219 (struct gdbarch_tdep): Remove text_segment_base member.
2220 * ppc-linux-tdep.c (ppc_linux_init_abi): On 64-bit, install
2221 ppc64_sysv_abi_adjust_breakpoint_address.
2222
2223 * Makefile.in (rs6000-tdep.o): Update dependencies.
2224 (rs6000-aix-tdep.o): Likewise.
2225
2226 2008-05-03 Luis Machado <luisgpm@br.ibm.com>
2227 Thiago Jung Bauermann <bauerman@br.ibm.com>
2228
2229 * cli/cli-decode.c (lookup_cmd_1): Fix indentation.
2230 * doublest.c (convert_typed_floating): Fix typo in comment.
2231 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2232 * frame-unwind.h (frame_sniffer_ftype): Likewise.
2233 * frame.c (frame_unwind_address_in_block): Likewise.
2234 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
2235 * symtab.h (struct symbol): Likewise.
2236 * tramp-frame.h (struct trad_frame_cache): Likewise.
2237 * value.c (allocate_repeat_value): Likewise.
2238
2239 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
2240
2241 * infrun.c (handle_inferior_event): Do not insert breakpoints at
2242 TARGET_WAITKIND_LOADED events during startup (i.e. in the shell).
2243
2244 2008-05-03 Pedro Alves <pedro@codesourcery.com>
2245
2246 * parse.c (parse_exp_in_context): Don't override
2247 expression_context_pc if get_selected_block returned a valid
2248 block.
2249
2250 2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
2251
2252 * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
2253 * arm-tdep.h (STATUS_REGISTER_SIZE): Delete.
2254 * breakpoint.c (args_for_catchpoint_enable, current_exception_event):
2255 Delete.
2256 * c-typeprint.c (c_type_print_base): Delete handling of template
2257 instantiations.
2258 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
2259 (METHOD_PTR_TO_VOFFSET): Delete.
2260 * defs.h (QUIT_FIXME): Delete.
2261 * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77)
2262 (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete.
2263 * gdbtypes.h (struct cplus_struct_type): Delete is_inlined,
2264 ninstantiations, and instantiations.
2265 (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION)
2266 (TYPE_FN_FIELD_INLINED): Delete.
2267 * srec.h (SREC_BINARY): Delete.
2268 * symtab.c (symbol_init_demangled_name): Delete.
2269 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name)
2270 (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND)
2271 (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE)
2272 (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC)
2273 (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE)
2274 (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete.
2275 * target.h (enum thread_control_capabilities): Delete tc_switch.
2276 (target_can_switch_threads): Delete.
2277
2278 2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
2279
2280 * Makefile.in (objfiles.o): Update.
2281 * exec.c (exec_set_section_address): Support p->addr != 0.
2282 * objfiles.c (objfile_relocate): Update exec_ops section
2283 addresses.
2284 * symfile.c (place_section): Move exec_set_section_address call...
2285 (default_symfile_offsets): ...to here.
2286
2287 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
2288
2289 * Makefile.in (ppc_linux_tdep_h): New macro.
2290 (powerpc_32l_c, powerpc_altivec32_c, powerpc_altivec32l_c): Likewise.
2291 (powerpc_64l_c, powerpc_altivec64_c, powerpc_altivec64l_c): Likewise.
2292 (powerpc_e500l_c): Likewise.
2293 (ppc-linux-nat.o): Update dependencies.
2294 (ppc-linux-tdep.o): Update dependencies.
2295 (rs6000-tdep.o): Update dependencies.
2296
2297 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Remove.
2298 (ppc_linux_svr4_fetch_link_map_offsets): Remove.
2299 (ppc_linux_gregset, ppc_linux_fpregset): Move to ppc-linux-tdep.h
2300 (ppc_supply_reg, ppc_collect_reg): Add prototypes.
2301 (tdesc_powerpc_e500): Remove.
2302
2303 * rs6000.c: Include "features/rs6000/powerpc-altivec32.c"
2304 and "features/rs6000/powerpc-altivec64.c".
2305 (ppc_supply_reg, ppc_collect_reg): Make global.
2306 (variants): Use tdesc_powerpc_32 for "powerpc" and
2307 tdesc_powerpc_altivec64 for "powerpc64".
2308 (_initialize_rs6000_tdep): Initialize AltiVec descriptions.
2309
2310 * ppc-linux-tdep.h: New file.
2311
2312 * ppc-linux-tdep.c: Include "ppc-linux-tdep.c".
2313 Include "features/rs6000/powerpc-32l.c".
2314 Include "features/rs6000/powerpc-altivec32l.c".
2315 Include "features/rs6000/powerpc-64l.c".
2316 Include "features/rs6000/powerpc-altivec64l.c".
2317 Include "features/rs6000/powerpc-e500l.c".
2318 (ppc_linux_supply_gregset): New function.
2319 (ppc_linux_collect_gregset): Handle orig_r3 and trap registers.
2320 (ppc32_linux_gregset): Use ppc_linux_supply_gregset.
2321 (ppc64_linux_gregset): Likewise.
2322 (ppc_linux_sigtramp_cache): Handle orig_r3 and trap registers.
2323 (ppc_linux_trap_reg_p): New function.
2324 (ppc_linux_write_pc): New function.
2325 (ppc_linux_core_read_description): New function.
2326 (ppc_linux_init_abi): Install ppc_linux_write_pc and
2327 ppc_linux_core_read_description. Install orig_r3 and trap
2328 registers if present in the target description.
2329 (_initialize_ppc_linux_tdep): Initialize Linux target descriptions.
2330
2331 * ppc-linux-nat.c: Include "ppc-linux-tdep.h".
2332 (PT_ORIG_R3, PT_TRAP): Define if necessary.
2333 (ppc_register_u_addr): Handle orig_r3 and trap registers.
2334 (fetch_ppc_registers): Likewise.
2335 (store_ppc_registers): Likewise.
2336 (store_register): Likewise.
2337 (ppc_linux_read_description): Check whether AltiVec is supported.
2338 Check whether inferior is 32-bit or 64-bit. Return the appropriate
2339 Linux target description.
2340
2341 * features/Makefile (WHICH): Use rs6000/powerpc-32l and
2342 rs6000/powerpc-altivec32l instead of rs6000/powerpc-32.
2343 Use rs6000/powerpc-64l and rs6000/powerpc-altivec64l instead
2344 of rs6000/powerpc-64. Use rs6000/powerpc-e500l instead of
2345 rs6000/powerpc-e500. Update -expedite variables accordingly.
2346
2347 * features/rs6000/power-spe.xml: Use regnum 73 for "acc".
2348 * features/rs6000/powerpc-32.xml: Do not include power-altivec.xml.
2349 * features/rs6000/powerpc-64.xml: Do not include power-altivec.xml.
2350 * features/rs6000/powerpc-e500.c: Regenerate.
2351 * features/rs6000/powerpc-32.c: Regenerate.
2352 * features/rs6000/powerpc-64.c: Regenerate.
2353
2354 * features/rs6000/power-linux.xml: New file.
2355 * features/rs6000/power64-linux.xml: New file.
2356 * features/rs6000/powerpc-32l.xml: New file.
2357 * features/rs6000/powerpc-altivec32l.xml: New file.
2358 * features/rs6000/powerpc-64l.xml: New file.
2359 * features/rs6000/powerpc-altivec64l.xml: New file.
2360 * features/rs6000/powerpc-e500l.xml: New file.
2361 * features/rs6000/powerpc-32l.c: New (generated) file.
2362 * features/rs6000/powerpc-altivec32l.c: New (generated) file.
2363 * features/rs6000/powerpc-64l.c: New (generated) file.
2364 * features/rs6000/powerpc-altivec64l.c: New (generated) file.
2365 * features/rs6000/powerpc-e500l.xml: New (generated) file.
2366
2367 * regformats/reg-ppc.dat: Remove.
2368 * regformats/reg-ppc64.dat: Remove.
2369 * regformats/rs6000/powerpc-32.dat: Remove.
2370 * regformats/rs6000/powerpc-64.dat: Remove.
2371 * regformats/rs6000/powerpc-e500.dat: Remove.
2372 * regformats/rs6000/powerpc-32l.dat: New (generated) file.
2373 * regformats/rs6000/powerpc-altivec32l.dat: New (generated) file.
2374 * regformats/rs6000/powerpc-64l.dat: New (generated) file.
2375 * regformats/rs6000/powerpc-altivec64l.dat: New (generated) file.
2376 * regformats/rs6000/powerpc-e500l.dat: New (generated) file.
2377
2378 2008-05-03 Pedro Alves <pedro@codesourcery.com>
2379
2380 * thread.c (delete_thread): Call observer_notify_thread_exit.
2381 * mi/mi-interp.c (mi_interpreter_init): Register mi_thread_exit as
2382 thread_exit observer.
2383 (mi_thread_exit): New.
2384
2385 2008-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
2386
2387 * breakpoint.c (create_exception_catchpoint): Remove prototype
2388 for already deleted function.
2389 * breakpoint.h (ep_is_exception_catchpoint): Likewise.
2390 * frame.h (show_stack_frame): Remove prototype.
2391 * stack.c (show_stack_frame): Remove empty, unused function.
2392 * source.c (symtab_to_fullname, print_source_lines): Small fix
2393 in comment.
2394 * value.c (show_values): Update comments to mention "show values"
2395 command instead of "info history".
2396
2397 2008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
2398
2399 * linespec.c: Include "target.h".
2400 (minsym_found): Handle minimal symbols pointing to function
2401 descriptors. Use find_function_start_pc.
2402 * minsyms.c (msymbol_objfile): New function.
2403 * parse.c (write_exp_msymbol): Handle minimal symbols pointing
2404 to function descriptors.
2405 * symtab.c (fixup_section): Only use minimal symbol at the same
2406 address to determine section of a symbol.
2407 (find_function_start_pc): New function.
2408 (find_function_start_sal): Use it.
2409 * symtab.h (msymbol_objfile): Add prototype.
2410 (find_function_start_pc): Likewise.
2411 * value.c: Include "objfiles.h".
2412 (value_fn_field): Handle minimal symbols pointing to function
2413 descriptors.
2414 * Makefile.in (linespec.o): Update dependencies.
2415 (value.o): Likewise.
2416
2417 2008-05-02 Joel Brobecker <brobecker@adacore.com>
2418
2419 * ada-lang.c (unwrap_value): Handle the case where the "F" field
2420 inside a PAD type is a bitfield.
2421
2422 2008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
2423
2424 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
2425 TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
2426 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
2427 Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
2428 Allow typedefs when checking for function pointer arguments.
2429 Right-align small structs passed on the stack.
2430 (ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
2431 TYPE_CODE_CHAR the same as TYPE_CODE_INT.
2432 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
2433
2434 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2435
2436 * Makefile.in (arm-tdep.o): Update.
2437 * arm-tdep.c (arm_objfile_data_key, struct arm_mapping_symbol)
2438 (struct arm_per_objfile, arm_compare_mapping_symbols): New.
2439 (arm_pc_is_thumb): Use mapping symbols.
2440 (arm_objfile_data_cleanup, arm_record_special_symbol): New.
2441 (arm_gdbarch_init): Call set_gdbarch_record_special_symbol.
2442 (_initialize_arm_tdep): Initialize arm_objfile_data_key.
2443 * elfread.c (elf_symtab_read): Use gdbarch_record_special_symbol.
2444 * gdbarch.sh: Add record_special_symbol.
2445 * gdbarch.c, gdbarch.h: Regenerated.
2446 * objfiles.c (struct objfile_data): Add cleanup member.
2447 (register_objfile_data_with_cleanup): New function, from
2448 register_objfile_data.
2449 (register_objfile_data): Use it.
2450 (objfile_free_data): Call clear_objfile_data.
2451 (clear_objfile_data): Call cleanup functions.
2452 * objfiles.h (register_objfile_data_with_cleanup): Declare.
2453
2454 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2455
2456 * objfiles.c (init_entry_point_info): Handle shared libraries.
2457
2458 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2459
2460 * arm-tdep.c (arm_prologue_this_id): Compare pc, not func, to
2461 lowest_pc.
2462
2463 2008-05-02 Jim Blandy <jimb@codesourcery.com>
2464 Pedro Alves <pedro@codesourcery.com>
2465
2466 Implement displaced stepping.
2467
2468 * gdbarch.sh (max_insn_length): New 'variable'.
2469 (displaced_step_copy, displaced_step_fixup)
2470 (displaced_step_free_closure, displaced_step_location): New
2471 functions.
2472 (struct displaced_step_closure): Add forward declaration.
2473 * gdbarch.c, gdbarch.h: Regenerated.
2474
2475 * arch-utils.c: #include "objfiles.h".
2476 (simple_displaced_step_copy_insn)
2477 (simple_displaced_step_free_closure)
2478 (displaced_step_at_entry_point): New functions.
2479 * arch-utils.h (simple_displaced_step_copy_insn)
2480 (simple_displaced_step_free_closure)
2481 (displaced_step_at_entry_point): New prototypes.
2482
2483 * i386-tdep.c (I386_MAX_INSN_LEN): Rename to...
2484 (I386_MAX_MATCHED_INSN_LEN): ... this.
2485 (i386_absolute_jmp_p, i386_absolute_call_p)
2486 (i386_ret_p, i386_call_p, i386_breakpoint_p, i386_syscall_p)
2487 (i386_displaced_step_fixup): New functions.
2488 (struct i386_insn, i386_match_insn): Update.
2489 (i386_gdbarch_init): Set gdbarch_max_insn_length.
2490 * i386-tdep.h (I386_MAX_INSN_LEN): New.
2491 (i386_displaced_step_fixup): New prototype.
2492 * i386-linux-tdep.c (i386_linux_init_abi): Include "arch-utils.h".
2493 Register gdbarch_displaced_step_copy,
2494 gdbarch_displaced_step_fixup, gdbarch_displaced_step_free_closure,
2495 and gdbarch_displaced_step_location functions.
2496
2497 * infrun.c (debug_displaced): New variable.
2498 (show_debug_displaced): New function.
2499 (struct displaced_step_request): New struct.
2500 (displaced_step_request_queue, displaced_step_ptid)
2501 (displaced_step_gdbarch, displaced_step_closure)
2502 (displaced_step_original, displaced_step_copy)
2503 (displaced_step_saved_copy, can_use_displaced_stepping): New
2504 variables.
2505 (show_can_use_displaced_stepping, use_displaced_stepping)
2506 (displaced_step_clear, cleanup_displaced_step_closure)
2507 (displaced_step_dump_bytes, displaced_step_prepare)
2508 (displaced_step_clear_cleanup, write_memory_ptid)
2509 (displaced_step_fixup): New functions.
2510 (resume): Call displaced_step_prepare.
2511 (proceed): Call read_pc once, and remember the value. If using
2512 displaced stepping, don't remove breakpoints.
2513 (handle_inferior_event): Call displaced_step_fixup. Add some
2514 debugging output. When we try to step over a breakpoint, but get
2515 a signal to deliver to the thread instead, ensure the step-resume
2516 breakpoint is actually inserted. If a thread hop is needed, and
2517 displaced stepping is enabled, don't remove breakpoints.
2518 (init_wait_for_inferior): Call displaced_step_clear.
2519 (_initialize_infrun): Add "set debug displaced" command. Add
2520 "maint set can-use-displaced-stepping" command. Clear
2521 displaced_step_ptid.
2522 * inferior.h (debug_displaced): Declare variable.
2523 (displaced_step_dump_bytes): Declare function.
2524
2525 * Makefile.in (arch-utils.o, i386-linux-tdep.o): Update
2526 dependencies.
2527
2528 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2529
2530 * arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
2531 (arm_force_mode_string, arm_show_fallback_mode)
2532 (arm_show_force_mode): New.
2533 (arm_pc_is_thumb): Honor fallback-mode and force-mode. Use
2534 arm_frame_is_thumb.
2535 (_initialize_arm_tdep): Add "set arm fallback-mode"
2536 and "set arm force-mode".
2537 * NEWS: Document new commands.
2538
2539 2008-05-02 Andrew Stubbs <andrew.stubbs@st.com>
2540
2541 * main.h (batch_silent): Declare.
2542 * event-top.c: Include main.h.
2543 (gdb_setup_readline): Remove extern batch_silent declaration.
2544 * infrun.c (normal_stop): Don't print source location when running in
2545 --batch-silent mode.
2546 * Makefile.in (event-top.o): Add main.h dependency.
2547
2548 2008-05-02 Andreas Schwab <schwab@suse.de>
2549
2550 * target.h (struct target_ops): Add
2551 to_watchpoint_addr_within_range.
2552 (target_watchpoint_addr_within_range): New function.
2553 * target.c (update_current_target): Inherit
2554 to_watchpoint_addr_within_range, defaulting to
2555 default_watchpoint_addr_within_range.
2556 (default_watchpoint_addr_within_range): New function.
2557 (debug_to_watchpoint_addr_within_range): New function.
2558 (setup_target_debug): Set to_watchpoint_addr_within_range.
2559 * ppc-linux-nat.c (ppc_linux_watchpoint_addr_within_range):
2560 New function.
2561 (_initialize_ppc_linux_nat): Set to_watchpoint_addr_within_range.
2562 * breakpoint.c (watchpoints_triggered): Use
2563 target_watchpoint_addr_within_range.
2564
2565 2008-05-01 Pedro Alves <pedro@codesourcery.com>
2566
2567 * configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
2568 (i[34567]86-*-dicos*, x86_64-*-dicos*):
2569 Set gdb_osabi to GDB_OSABI_DICOS.
2570
2571 * defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
2572 * osabi.c (gdb_osabi_name): Add "DICOS".
2573
2574 * i386-dicos-tdep.c: New file.
2575
2576 * Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
2577 (ALLDEPFILES): Add i386-dicos-tdep.c.
2578 (i386-dicos-tdep.o): New rule.
2579
2580 2008-05-01 Pedro Alves <pedro@codesourcery.com>
2581
2582 * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread list
2583 and register the fork's PTID as a thread.
2584
2585 2008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
2586
2587 PR gdb/1665
2588 * breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
2589 assign its value to the breakpoint created.
2590 (create_breakpoints): Add breakpoint_ops argument and pass it
2591 to create_breakpoint call.
2592 (break_command_really): Add breakpoint_ops argument and pass/assign
2593 appropriately.
2594 (break_command_1): Pass NULL as ops argument.
2595 (set_breakpoint): Pass NULL as ops argument.
2596 (print_one_exception_catchpoint): Print <PENDING> if no loc available.
2597 (handle_gnu_v3_exceptions): Call generic breakpoint code to insert
2598 catch and throw catchpoints.
2599
2600 2008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
2601
2602 PR gdb/2343
2603 * corelow.c (core_open): Use gdbarch_target_signal_from_host to
2604 translate signal numeric value from the target to GDB's enum
2605 target_signal.
2606 * gdbarch.c, gdbarch.h: Regenerated.
2607 * gdbarch.sh: Added two new functions target_signal_from_host and
2608 target_signal_to_host.
2609 * target.h (default_target_signal_from_host,
2610 default_target_signal_to_host): New functions - declarations.
2611 * signals/signals.c (struct gdbarch): New declaration.
2612 (default_target_signal_to_host, default_target_signal_from_host): New
2613 functions.
2614
2615 2008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2616 Pedro Alves <pedro@codesourcery.com>
2617
2618 Based on work by Jan Kratochvil <jan.kratochvil@redhat.com> and Jeff
2619 Johnston <jjohnstn@redhat.com>.
2620
2621 * NEWS: Mention attach to stopped process fix.
2622 * infcmd.c (detach_command, disconnect_command): Discard the thread
2623 list.
2624 * infrun.c (handle_inferior_event): Do not ignore non-SIGSTOP while
2625 attaching. Use signal_stop_state.
2626 (signal_stop_state): Check stop_soon.
2627 * linux-nat.c (kill_lwp): Declare earlier.
2628 (pid_is_stopped, linux_nat_post_attach_wait): New.
2629 (lin_lwp_attach_lwp): Use linux_nat_post_attach_wait. Update
2630 comments.
2631 (linux_nat_attach): Use linux_nat_post_attach_wait.
2632 (detach_callback, linux_nat_detach): Improve handling for signalled
2633 processes.
2634 (linux_nat_pid_to_str): Always print out the LWP ID if it differs
2635 from the process ID.
2636 * Makefile.in (infcmd.o): Update.
2637
2638 2008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2639
2640 * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition.
2641 * arm-tdep.c (arm_frame_is_thumb): New.
2642 (arm_pc_is_thumb): Clarify comment.
2643 (thumb_analyze_prologue): Remove PC special case.
2644 (thumb_scan_prologue): Take a block_addr argument. Use it for
2645 find_pc_partial_function. Remove unused variables.
2646 (arm_scan_prologue): Use arm_frame_is_thumb. Use the block address
2647 for find_pc_partial_function. Remove PC special case.
2648 (arm_prologue_prev_register): Add special handling for PC and CPSR.
2649 (arm_dwarf2_prev_register, arm_dwarf2_frame_init_reg): New.
2650 (arm_get_next_pc): Use arm_frame_is_thumb.
2651 (arm_write_pc): Use CPSR_T instead of 0x20.
2652 (arm_gdbarch_init): Call dwarf2_frame_set_init_reg.
2653 * arm-tdep.h (enum gdb_regnum): Add ARM_CPSR_REGNUM.
2654 (CPSR_T): Define.
2655 * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
2656 DWARF2_FRAME_REG_FN.
2657 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
2658 DWARF2_FRAME_REG_FN.
2659 (struct dwarf2_frame_state_reg): Add FN to loc union.
2660
2661 2008-05-01 Nick Roberts <nickrob@snap.net.nz>
2662
2663 * exec.c (print_section_info): Add missing '\n'.
2664
2665 2008-05-01 Vladimir Prus <vladimir@codesourcery.com>
2666
2667 * thread.c (add_thread): Move observer call to ...
2668 (add_thread_silent): ... here.
2669
2670 2008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
2671
2672 * rs6000-tdep.c: Update for unwinder changes.
2673 * ppcobsd-tdep.c: Likewise.
2674
2675 2008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
2676
2677 * s390-tdep.c: Update for unwinder changes.
2678
2679 2008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
2680
2681 * spu-tdep.c: Update for unwinder changes.
2682
2683 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2684
2685 * hppanbsd-tdep.c, m68kbsd-tdep.c, mn10300-linux-tdep.c,
2686 ppc-linux-tdep.c, ppcnbsd-tdep.c, sparc-linux-tdep.c,
2687 sparc64-linux-tdep.c: Update for unwinder changes.
2688
2689 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2690
2691 * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: Update
2692 for unwinder changes.
2693 * mips-tdep.c: Likewise.
2694 (mips_stub_frame_cache): Unwind the ABI stack pointer, not the
2695 raw one.
2696
2697 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2698
2699 * arm-linux-tdep.c, arm-tdep.c, armobsd-tdep.c: Update for
2700 unwinder changes.
2701
2702 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2703
2704 Update i386 and amd64 ports for unwinder changes.
2705
2706 * amd64-tdep.c (amd64_frame_cache): Expect this_frame.
2707 (amd64_frame_this_id, amd64_frame_prev_register): Update signature.
2708 (amd64_frame_unwind): Use default_frame_sniffer.
2709 (amd64_frame_sniffer): Delete.
2710 (amd64_sigtramp_frame_cache): Expect this_frame.
2711 (amd64_sigtramp_frame_this_id, amd64_sigtramp_frame_prev_register)
2712 (amd64_sigtramp_frame_sniffer): Update signature.
2713 (amd64_sigtramp_frame_unwind): Add amd64_sigtramp_frame_sniffer.
2714 (amd64_frame_base_address): Expect this_frame.
2715 (amd64_dummy_id): Renamed from amd64_unwind_dummy_id. Expect
2716 this_frame.
2717 (amd64_init_abi): Use set_gdbarch_dummy_id and
2718 frame_unwind_append_unwinder.
2719 * i386-tdep.c (i386_frame_cache): Expect this_frame.
2720 (i386_frame_this_id, i386_frame_prev_register): Update signature.
2721 (i386_frame_unwind): Use default_frame_sniffer.
2722 (i386_frame_sniffer): Delete.
2723 (i386_sigtramp_frame_cache): Expect this_frame.
2724 (i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register)
2725 (i386_sigtramp_frame_sniffer): Update signature.
2726 (i386_sigtramp_frame_unwind): Use i386_sigtramp_frame_sniffer.
2727 (i386_frame_base_address): Update signature.
2728 (i386_dummy_id): Rename from i386_unwind_dummy_id. Expect this_frame.
2729 (i386_push_dummy_call): Update comment.
2730 (i386_sigtramp_p, i386_svr4_sigtramp_p, i386_svr4_sigcontext_addr):
2731 Expect this_frame.
2732 (i386_gdbarch_init): Use set_gdbarch_dummy_id, dwarf2_append_unwinders,
2733 and frame_unwind_append_unwinder.
2734 * amd64-linux-tdep.c, amd64-sol2-tdep.c, amd64fbsd-tdep.c,
2735 amd64nbsd-tdep.c, amd64obsd-tdep.c, i386-linux-tdep.c,
2736 i386-nto-tdep.c, i386bsd-tdep.c, i386-sol2-tdep.c, i386obsd-tdep.c,
2737 i386nbsd-tdep.c: Update for unwinder changes.
2738
2739 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2740
2741 * trad-frame.c (struct trad_frame_cache): Rename next_frame to this_frame.
2742 (trad_frame_cache_zalloc, trad_frame_alloc_saved_regs): Expect
2743 this_frame.
2744 (trad_frame_get_prev_register, trad_frame_get_register): Update signature.
2745 * trad-frame.h (trad_frame_cache_zalloc, trad_frame_get_register)
2746 (trad_frame_alloc_saved_regs, trad_frame_get_prev_register): Update
2747 signature.
2748 * tramp-frame.c (tramp_frame_cache, tramp_frame_start): Expect
2749 this_frame.
2750 (tramp_frame_this_id, tramp_frame_prev_register, tramp_frame_sniffer):
2751 Update signature.
2752 * tramp-frame.h (struct tramp_frame): Update signature of init.
2753 * Makefile.in (trad-frame.o): Update.
2754
2755 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2756
2757 * dwarf2-frame.c (read_reg): Expect this_frame in the baton.
2758 (execute_stack_op): Put this_frame in the baton.
2759 (execute_cfa_program): Take this_frame.
2760 (struct dwarf2_frame_ops): Update comment for signal_frame_p.
2761 (dwarf2_frame_default_init_reg, dwarf2_frame_init_reg)
2762 (dwarf2_frame_signal_frame_p, dwarf2_frame_cache)
2763 (dwarf2_frame_this_id): Adjust to work on this_frame.
2764 (dwarf2_signal_frame_this_id): Delete.
2765 (dwarf2_frame_prev_register): Update signature. Use new frame
2766 unwind methods.
2767 (dwarf2_frame_sniffer): Update signature. Expect this_frame.
2768 (dwarf2_frame_unwind, dwarf2_signal_frame_unwind): Add
2769 dwarf2_frame_sniffer.
2770 (dwarf2_append_unwinders): New.
2771 (dwarf2_frame_base_address, dwarf2_frame_base_sniffer): Expect
2772 this_frame.
2773 * sparc-tdep.c (sparc32_dwarf2_struct_return_p)
2774 (sparc32_dwarf2_frame_init_reg): Expect this_frame.
2775 * cris-tdep.c (cris_dwarf2_frame_init_reg): Likewise.
2776 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
2777 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
2778 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
2779 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
2780 * dwarf2-frame.h (dwarf2_frame_sniffer): Delete declaration.
2781 (dwarf2_append_unwinders): Declare.
2782 (dwarf2_frame_base_sniffer): Update declaration.
2783 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): Expect
2784 this_frame.
2785
2786 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2787
2788 Convert frame unwinders to use the current frame and
2789 "struct value".
2790
2791 * frame.c (frame_debug): Make global.
2792 (get_frame_id): Pass this frame to unwinder routines.
2793 (frame_pc_unwind): Remove unused unwind->prev_pc support.
2794 (do_frame_register_read): Do not discard the return value of
2795 frame_register_read.
2796 (frame_register_unwind): Remove debug messages. Use
2797 frame_unwind_register_value.
2798 (frame_unwind_register_value, get_frame_register_value): New
2799 functions.
2800 (create_new_frame, get_frame_base_address, get_frame_locals_address)
2801 (get_frame_args_address, get_frame_type): Pass this frame to
2802 unwinder routines.
2803 (frame_cleanup_after_sniffer, frame_prepare_for_sniffer): New
2804 functions.
2805 * frame.h: Update comments.
2806 (frame_debug, frame_unwind_register_value, get_frame_register_value)
2807 (frame_prepare_for_sniffer): Declare.
2808 * frame-unwind.h: Update comments and parameter names.
2809 (default_frame_sniffer): Declare.
2810 (frame_prev_register_ftype): Return a struct value *.
2811 (struct frame_unwind): Remove prev_pc member.
2812 (frame_unwind_sniffer_ftype, frame_unwind_append_sniffer): Delete.
2813 (frame_unwind_append_unwinder, frame_unwind_got_optimized)
2814 (frame_unwind_got_register, frame_unwind_got_memory)
2815 (frame_unwind_got_constant, frame_unwind_got_address): Declare.
2816 * frame-base.h: Update comments and parameter names.
2817 * valops.c (value_fetch_lazy): Use get_frame_register_value. Iterate
2818 if necessary. Add debugging output.
2819 * sentinel-frame.c (sentinel_frame_prev_register)
2820 (sentinel_frame_this_id): Update for new signature.
2821 (sentinel_frame_prev_pc): Delete.
2822 (sentinel_frame_unwinder): Remove prev_pc.
2823 * ia64-tdep.c (ia64_libunwind_frame_unwind): Do not initialize
2824 prev_pc.
2825 * libunwind-frame.c (libunwind_frame_unwind): Likewise.
2826 * frame-unwind.c (struct frame_unwind_table_entry): Remove sniffer.
2827 (frame_unwind_append_sniffer): Delete.
2828 (frame_unwind_append_unwinder): New function.
2829 (frame_unwind_find_by_frame): Take this frame. Only use sniffers
2830 from unwinders. Use frame_prepare_for_sniffer.
2831 (default_frame_sniffer, frame_unwind_got_optimized)
2832 (frame_unwind_got_register, frame_unwind_got_memory)
2833 (frame_unwind_got_constant, frame_unwind_got_address): New functions.
2834 * dummy-frame.c (dummy_frame_sniffer): Use gdbarch_dummy_id.
2835 (dummy_frame_prev_register, dummy_frame_this_id): Update for new
2836 signature.
2837 * gdbarch.sh: Replace unwind_dummy_id with dummy_id.
2838 * gdbarch.c, gdbarch.c: Regenerated.
2839 * frame-base.c (default_frame_base_address)
2840 (default_frame_locals_address, default_frame_args_address): Update
2841 for new signature.
2842 (frame_base_find_by_frame): Pass this frame to unwinder routines.
2843 * infcall.c (call_function_by_hand): Update comments.
2844 * Makefile.in (frame-unwind.o): Update dependencies.
2845
2846 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2847
2848 * ada-lang.c (ada_value_primitive_packed_val): Only check
2849 value_lazy for memory lvals.
2850 * findvar.c (value_of_register_lazy): New function.
2851 (locate_var_value): Only check value_lazy for memory lvals.
2852 * valarith.c (value_subscripted_rvalue): Likewise.
2853 * valops.c (value_fetch_lazy): Handle both memory and register
2854 lvals.
2855 (search_struct_field, value_slice): Only check value_lazy for memory
2856 lvals.
2857 * value.c (struct value): Update comment for lazy.
2858 (value_primitive_field): Only check value_lazy for memory lvals.
2859 * value.h (value_lazy): Update comment.
2860 (value_of_register_lazy): Declare.
2861
2862 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2863
2864 * corefile.c (reopen_exec_file): Close any open files.
2865
2866 2008-04-29 Joel Brobecker <brobecker@adacore.com>
2867
2868 * ia64-tdep.c (ia64_memory_remove_breakpoint): Set
2869 show_memory_breakpoints to 1 while reading the instruction bundle.
2870
2871 2008-04-29 Joel Brobecker <brobecker@adacore.com>
2872
2873 * gdbarch.sh: Document the return_value method. Explain that
2874 the FUNCTYPE parameter might be NULL.
2875 * gdbarch.h: Regenerated.
2876 * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
2877 type when calling using_struct_return, as this is unnecessary
2878 on this target.
2879
2880 2008-04-28 Joel Brobecker <brobecker@adacore.com>
2881
2882 * terminal.h (create_tty_session): Fix return type.
2883
2884 2008-04-26 Vladimir Prus <vladimir@codesourcery.com>
2885
2886 * mi/mi-interp.c (mi_new_thread): Quote the thread id.
2887
2888 2008-04-26 Joel Brobecker <brobecker@adacore.com>
2889
2890 * breakpoint.c (condition_command, commands_from_control_command)
2891 (break_command_really): Minor reformatting.
2892
2893 2008-04-25 Pedro Alves <pedro@codesourcery.com>
2894
2895 * dwarf2read.c (dwarf2_const_value): Handle DW_FORM_strp.
2896
2897 2008-04-25 Pedro Alves <pedro@codesourcery.com>
2898
2899 * amd64-tdep.c (amd64_get_longjmp_target): New.
2900 (amd64_init_abi): Register amd64_get_longjmp_target as
2901 gdbarch_get_longjmp_target callback.
2902 * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
2903
2904 2008-04-25 Pedro Alves <pedro@codesourcery.com>
2905
2906 * breakpoint.h (enum bpstat_what_main_action): Delete
2907 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
2908
2909 * breakpoint.c (clrs): Delete.
2910 (bpstat_what): Update table.
2911
2912 * infrun.c (handle_inferior_event): Remove
2913 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
2914
2915 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2916
2917 * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
2918 Adjust all prototypes using mi_cmd_args_ftype to use
2919 mi_cmd_argv_ftype.
2920 (struct mi_cmd): Remove the args_func field.
2921 * mi/mi-cmds.c: Don't provide value for the args_func field.
2922 * mi/mi-main.c (mi_execute_async_cli_command)
2923 (mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
2924 (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
2925 (mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
2926 (mi_cmd_exec_continue, mi_cmd_exec_interrupt)
2927 (mi_cmd_target_download): Adjust.
2928 (mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
2929 (mi_cmd_execute): Do not check for args_func.
2930 (mi_execute_async_cli_command): Adjust.
2931 * mi/mi-parse.c: Don't check for args_func.
2932
2933 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2934
2935 * breakpoint.c (bpstat_check_location)
2936 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions):
2937 New, extracted from bpstat_stop_status.
2938 (bpstat_stop_status): Use the above.
2939
2940 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2941
2942 * mi/mi-main.c (last_async_command): Rename to current_token.
2943 (previous_async_command): Remove.
2944 (mi_cmd_gdb_exit): Adjust.
2945 (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
2946 (mi_cmd_target_select): Adjust.
2947 (mi_cmd_execute): Don't set previous_async_command. Free token
2948 here even in async mode.
2949 (mi_execute_async_cli_command): Adjust.
2950 (mi_exec_async_cli_cmd_continuation): Adjust. Do not free the
2951 token.
2952 (mi_load_progress): Adjust.
2953
2954 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2955
2956 * infcmd.c (step_1_continuation): Always disable longjmp
2957 breakpoint if we're not going to do another step.
2958
2959 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2960
2961 exec_cleanup murder.
2962 * breakpoint.c (until_break_command_continuation): Add
2963 the 'error' parameter. Directly delete the breakoint as
2964 opposed to running cleanups.
2965 (until_break_command): Install continuation only
2966 after starting the target. Don't use exec cleanups,
2967 use ordinary cleanups. Discard cleanups is successfully
2968 started the target in async mode.
2969 (make_cleanup_delete_breakpoint): Remove.
2970 * breakpoint.h (make_cleanup_delete_breakpoint): Remove
2971 declaration.
2972 * defs.h (do_exec_cleanups, make_exec_cleanup): Remove
2973 declarations.
2974 (struct continations): Add the 'error' parameter to the
2975 continuation_hook field.
2976 (add_continuation, do_all_continuations)
2977 (add_intermediate_continuation)
2978 (do_all_intermediate_continuations): Add the 'error' parameter.
2979 * exceptions.c (throw_exception): Don't call do_exec_cleanups.
2980 * inf-loop.c (inferior_event_handler): Instead of calling
2981 discard_all_continuations, use do_all_continuations with 1 as
2982 'error' parameter. Pass 0 as 'error' parameter in existing uses
2983 of discard_all_continuations.
2984 * infcmd.c (step_1): Do not use exec cleanup. For async case, discard
2985 cleanups.
2986 (step_once): Install continuation only after resuming the target.
2987 (step_1_continuation): Disable longjmp breakpoint on error.
2988 (finish_command_continuation): Add the error parameter. Delete
2989 the finish breakpoint directly, do not use cleanups.
2990 (finish_command): Do not use exec_cleanups. Always setup
2991 continuation. For sync case, immediately run them.
2992 (attach_command_continuation): Add the error parameter.
2993 * infrun.c (fetch_inferior_event): Do not use exec cleanups to
2994 remove step_resume_breakpoint -- adjust delete it directly.
2995 * interps.c (interp_set): Adjust call to do_all_continations.
2996 * mi/mi-interp.c (mi_interpreter_exec_continuation): Do not
2997 do exec cleanups.
2998 * mi/mi-main.c (mi_cmd_target_select): Do not do exec
2999 cleanups.
3000 (mi_cmd_execute): Do not use exec_cleanup.
3001 (mi_execute_async_cli_command): Simplify the string concatenation
3002 logic. Do no use exec cleanup.
3003 (mi_exec_async_cli_cmd_continuation): New parameter error.
3004 Free last_async_command.
3005 * top.c (command_line_handler_continuation): New parameter error.
3006 * utils.c (exec_cleanup_chain, make_exec_cleanup)
3007 (do_exec_cleanups): Remove.
3008 (add_continuation, do_all_continations)
3009 (add_intermediate_continuation)
3010 (do_all_intermediate_continuations): New parameter error.
3011
3012 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3013
3014 * breakpoint.h (bp_location_p): New typedef.
3015 Register a vector of bp_location_p.
3016 * breakpoint.c (always_inserted_mode)
3017 (show_always_inserted_mode): New.
3018 (unlink_locations_from_global_list): Remove.
3019 (update_global_location_list)
3020 (update_global_location_list_nothrow): New.
3021 (update_watchpoint): Don't free locations.
3022 (should_insert_location): New.
3023 (insert_bp_location): Use should_insert_location.
3024 (insert_breakpoint_locations): Copied from
3025 insert_breakpoints.
3026 (insert_breakpoint): Use insert_breakpoint_locations.
3027 (bpstat_stop_status): Call update_global_location_list
3028 when disabling breakpoint.
3029 (allocate_bp_location): Don't add to bp_location_chain.
3030 (set_raw_breakpoint)
3031 (create_longjmp_breakpoint, enable_longjmp_breakpoint)
3032 (disable_longjmp_breakpoint, create_overlay_event_breakpoint)
3033 (enable_overlay_breakpoints, disable_overlay_breakpoints)
3034 (set_longjmp_resume_breakpoint)
3035 (enable_watchpoints_after_interactive_call_stop)
3036 (disable_watchpoints_before_interactive_call_start)
3037 (create_internal_breakpoint)
3038 (create_fork_vfork_event_catchpoint)
3039 (create_exec_event_catchpoint, set_momentary_breakpoint)
3040 (create_breakpoints, break_command_1, watch_command_1)
3041 (create_exception_catchpoint)
3042 (handle_gnu_v3_exceptions)
3043 (disable_breakpoint, breakpoint_re_set_one)
3044 (create_thread_event_breakpoint, create_solib_event_breakpoint)
3045 (create_ada_exception_breakpoint): : Don't call check_duplicates.
3046 Call update_global_location_list.
3047 (delete_breakpoint): Don't remove locations and don't
3048 try to reinsert them. Call update_global_location_list.
3049 (update_breakpoint_locations): Likewise.
3050 (restore_always_inserted_mode): New.
3051 (update_breakpoints_after_exec): Temporary disable
3052 always inserted mode.
3053 * Makefile.in: Update dependencies.
3054
3055 * infrun.c (proceed): Remove breakpoints while stepping
3056 over breakpoint.
3057 (handle_inferior_event): Don't remove or insert
3058 breakpoints.
3059 * linux-fork.c (checkpoint_command): Remove breakpoints
3060 before fork and insert after.
3061 (linux_fork_context): Remove breakpoints before switch
3062 and insert after.
3063 * target.c (target_disconnect, target_detach): Remove
3064 breakpoints from target.
3065
3066
3067 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3068
3069 * breakpoint.c (print_one_breakpoint_location): In MI
3070 mode, report the location string the breakpoint was
3071 originally created with.
3072
3073 2008-04-23 Maxim Grigoriev <maxim2405@gmail.com>
3074
3075 * Makefile.in (xtensa-tdep.o): Update dependencies.
3076 * configure.tgt (xtensa*): Update dependencies.
3077 * xtensa-tdep.c (arreg_number): Renamed from areg_number.
3078 Local variable areg renamed to arreg.
3079 (areg_number): New function.
3080 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
3081 (xtensa_extract_return_value, xtensa_store_return_value): areg_number
3082 replaced by arreg_number.
3083 (xtensa_windowed_frame_cache, struct xtensa_frame_cache): New comments.
3084 (xtensa_alloc_frame_cache): Initialize cache->wd.ws.
3085 (xtensa_scan_prologue): New function.
3086 (xtensa_frame_cache): New local fp_regnum. Handle separately the case,
3087 when ENTRY instraction hasn't been executed yet. Get the frame pointer
3088 value based on prologue analysis. Fix the bugs preventing WS and
3089 AR4-AR7/A11 registers from getting right values for intermediate frames,
3090 whose registers have been already spilled.
3091 (xtensa_frame_prev_register): Fix WS register value. Use are_number
3092 and arreg_number appropriately.
3093 (xtensa_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
3094 svr4_ilp32_fetch_link_map_offsets.
3095
3096 2008-04-23 Andrew Stubbs <andrew.stubbs@st.com>
3097
3098 * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
3099 (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
3100
3101 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
3102
3103 * acinclude.m4: Add override.m4.
3104 * configure: Regenerate.
3105
3106 2008-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3107
3108 * ada-lang.c (get_selections): Variable PROMPT made non-const and
3109 initialized with a trailing space now. Use PROMPT_ARG of
3110 COMMAND_LINE_INPUT instead of printing it ourselves.
3111
3112 2008-04-22 Joel Brobecker <brobecker@adacore.com>
3113
3114 * NEWS: Document support for 64-bit core file.
3115
3116 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
3117
3118 * NEWS: Add information on calling convention and new SH CLI options.
3119
3120 * sh-tdep.c (sh_cc_gcc): New static string.
3121 (sh_cc_renesas): Ditto.
3122 (sh_cc_enum): New static string array.
3123 (sh_active_calling_convention): New static string pointer denoting
3124 active user chosen ABI.
3125 (sh_is_renesas_calling_convention): New function to return function
3126 specific ABI, or user choice if necessary.
3127 (sh_use_struct_convention): Rename first argument and turn around its
3128 meaning. Check for renesas ABI and return accordingly.
3129 (sh_use_struct_convention_nofpu): New function.
3130 (sh_next_flt_argreg): Get function type as third parameter. Check
3131 for renesas ABI and choose floating registers accordingly.
3132 (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
3133 struct return slot accordingly.
3134 (sh_push_dummy_call_nofpu): Ditto.
3135 (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
3136 Evaluate ABI and give to sh_use_struct_convention_nofpu.
3137 (sh_return_value_fpu): Evaluate ABI and give to
3138 sh_use_struct_convention.
3139 (show_sh_command): New function.
3140 (set_sh_command): Ditto.
3141 (_initialize_sh_tdep): Initialize `set/show sh calling-convention
3142 CLI command.
3143
3144 * gdbarch.sh (return_value): Add func_type argument.
3145 * gdbarch.c: Regenerate.
3146 * gdbarch.h: Ditto.
3147 * eval.c (evaluate_subexp_standard): Rename local variable value_type to
3148 val_type so as not to collide with value_type function. Call
3149 using_struct_return with additional function type argument.
3150 * infcall.c (call_function_by_hand): Call using_struct_return and
3151 gdbarch_return_value with additional function type argument.
3152 * infcmd.c (print_return_value): Take addition func_type argument.
3153 Call gdbarch_return_value with additional function type argument.
3154 (finish_command_continuation): Call print_return_value with additional
3155 function type argument.
3156 (finish_command): Ditto.
3157 * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
3158 additional function type argument.
3159 * stack.c (return_command): Call using_struct_return and
3160 gdbarch_return_value with additional function type argument.
3161 * value.c (using_struct_return): Take additional function type argument.
3162 * value.h (using_struct_return): Accommodate declaration.
3163 * alpha-tdep.c (alpha_return_value): Add func_type argument.
3164 * amd64-tdep.c (amd64_return_value): Ditto.
3165 * arm-tdep.c (arm_return_value): Ditto.
3166 * avr-tdep.c (avr_return_value): Ditto.
3167 * cris-tdep.c (cris_return_value): Ditto.
3168 * frv-tdep.c (frv_return_value): Ditto.
3169 * h8300-tdep.c (h8300_return_value): Ditto.
3170 (h8300h_return_value): Ditto.
3171 * hppa-tdep.c (hppa32_return_value): Ditto.
3172 (hppa64_return_value): Ditto.
3173 * i386-tdep.c (i386_return_value): Ditto.
3174 * ia64-tdep.c (ia64_return_value): Ditto.
3175 * iq2000-tdep.c (iq2000_return_value): Ditto.
3176 * m32c-tdep.c (m32c_return_value): Ditto.
3177 * m32r-tdep.c (m32r_return_value): Ditto.
3178 * m68hc11-tdep.c (m68hc11_return_value): Ditto.
3179 * m68k-tdep.c (m68k_return_value): Ditto.
3180 (m68k_svr4_return_value): Ditto.
3181 * m88k-tdep.c (m88k_return_value): Ditto.
3182 * mep-tdep.c (mep_return_value): Ditto.
3183 * mips-tdep.c (mips_eabi_return_value): Ditto.
3184 (mips_n32n64_return_value): Ditto.
3185 (mips_o32_return_value): Ditto.
3186 (mips_o64_return_value): Ditto.
3187 * mn10300-tdep.c (mn10300_return_value): Ditto.
3188 * mt-tdep.c (mt_return_value): Ditto.
3189 * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
3190 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
3191 (ppc_sysv_abi_broken_return_value): Ditto.
3192 (ppc64_sysv_abi_return_value): Ditto.
3193 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
3194 (ppc_sysv_abi_broken_return_value): Ditto.
3195 (ppc64_sysv_abi_return_value): Ditto.
3196 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
3197 * rs6000-tdep.c (rs6000_return_value): Ditto.
3198 * s390-tdep.c (s390_return_value): Ditto.
3199 * score-tdep.c (score_return_value): Ditto.
3200 * sh-tdep.c (sh_return_value_nofpu): Ditto.
3201 (sh_return_value_fpu): Ditto.
3202 * sh64-tdep.c (sh64_return_value): Ditto.
3203 * sparc-tdep.c (sparc32_return_value): Ditto.
3204 * sparc64-tdep.c (sparc64_return_value): Ditto.
3205 * spu-tdep.c (spu_return_value): Ditto.
3206 * v850-tdep.c (v850_return_value): Ditto.
3207 * vax-tdep.c (vax_return_value): Ditto.
3208 * xstormy16-tdep.c (xstormy16_return_value): Ditto.
3209 * xtensa-tdep.c (xtensa_return_value): Ditto.
3210
3211 * gdbtypes.h (struct type): Add calling_convention member.
3212 * dwarf2read.c (read_subroutine_type): Add calling convention read
3213 from DW_AT_calling_convention attribute to function type.
3214
3215 2008-04-22 Markus Deuling <deuling@de.ibm.com>
3216
3217 * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
3218 multi_f77_subscript to support values from registers.
3219 * valarith.c (value_subscripted_rvalue): Remove prototype and static.
3220 * value.h (value_subscripted_rvalue): Add prototype.
3221
3222 * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
3223 Fix output.
3224 * f-valprint.c (f_val_print): Likewise.
3225
3226 2008-04-21 Craig Silverstein <csilvers@google.com>
3227
3228 * dwarf2read.c (zlib_decompress_section): Define abfd in the
3229 !HAVE_ZLIB_H case.
3230
3231 2008-04-21 Pedro Alves <pedro@codesourcery.com>
3232
3233 * symfile.c (syms_from_objfile): Don't warn if lowest loadable
3234 section is not a code section.
3235
3236 2008-04-19 Craig Silverstein <csilvers@google.com>
3237
3238 * NEWS: Add information on compressed debug sections.
3239
3240 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
3241
3242 * mi/mi-cmd-var.c (varobj_update_one): Print new
3243 value for variable objects that changed type.
3244
3245 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
3246
3247 * varobj.c (varobj_invalidate): Don't touch floating
3248 varobjs.
3249
3250 2008-04-19 Mark Kettenis <kettenis@gnu.org>
3251
3252 * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
3253 (multiple_symbols_cancel): Remove extra const.
3254 * symtab.h: Likewise.
3255
3256 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * interps.c (top_level_interpreter): Rename static variable...
3259 (top_level_interpreter_ptr): ...to this.
3260 (top_level_interpreter): New function.
3261
3262 * interps.h: New extern for top_level_interpreter.
3263
3264 * linespec.c: Include interps.h and mi/mi-cmds.h.
3265 (decode_line_2): When using MI, always set all breakpoints in menu.
3266
3267 * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
3268
3269 2008-04-18 Craig Silverstein <csilvers@google.com>
3270
3271 * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
3272 * config.in, configure: Regenerate.
3273 * dwarf2read.c: Include zlib.h if present.
3274 Modified *_SECTION macros.
3275 (section_is_p): New.
3276 (dwarf2_locate_sections): Use section_is_p instead of strcmp
3277 (dwarf2_resize_section): New.
3278 to determine whether a given section has a given name.
3279 (zlib_decompress_section): New.
3280 (dwarf2_read_section): Read the compressed section if present
3281 in the binary.
3282 * MAINTAINERS: Added myself to section Write After Approval.
3283
3284 2008-04-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3285
3286 * defs.h (exec_set_section_offsets): Remove prototype.
3287 * exec.c (exec_set_section_offsets): Remove function.
3288
3289 2008-04-18 Joel Brobecker <brobecker@adacore.com>
3290
3291 * stabsread.c (cleanup_undefined_types_1): Add instance flags check
3292 in the search for the matching symbol.
3293
3294 2008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>
3295
3296 * breakpoint.c (update_watchpoint): Always reparse
3297 condition.
3298
3299 2008-04-17 Joel Brobecker <brobecker@adacore.com>
3300
3301 * breakpoint.c (print_one_breakpoint_location): Make sure to print
3302 the breakpoint address only once.
3303
3304 2008-04-17 Dennis Roberts <dennis.roberts@sunquestinfo.com>
3305
3306 * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
3307 rather than a hard-coded architecture, for xcoff executables.
3308
3309 2008-04-17 Doug Evans <dje@google.com>
3310
3311 * buildsym.c (watch_main_source_file_lossage): New fn.
3312 (end_symtab): Call it.
3313
3314 * source.c (find_and_open_source): Add some comments clarifying
3315 handling of FULLNAME argument. Make static. Remove pointless
3316 xstrdup/xfree.
3317
3318 2008-04-17 Pedro Alves <pedro@codesourcery.com>
3319
3320 * inf-loop.c (inferior_event_handler): Also run the intermediate
3321 continuations in the INF_EXEC_COMPLETE case.
3322
3323 2008-04-16 Tom Tromey <tromey@redhat.com>
3324
3325 * cli/cli-decode.h (CMD_ASYNC_OK): New define.
3326 (set_cmd_async_ok, get_cmd_async_ok): Declare.
3327 * cli/cli-decode.c (set_cmd_async_ok): New function.
3328 (get_cmd_async_ok): New function.
3329 * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
3330 "show" as async-ok.
3331 * top.c (execute_command): Use get_cmd_async_ok.
3332 * infcmd.c: Include cli/cli-decode.h.
3333 (_initialize_infcmd): Mark "interrupt" as async-ok.
3334 * Makefile.in (infcmd.o): Depend on cli_decode_h.
3335
3336 2008-04-16 Daniel Jacobowitz <dan@codesourcery.com>
3337
3338 PR gdb/2445
3339 * exec.c: Correct "arch-utils.h" include.
3340
3341 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
3342
3343 PR gdb/2424
3344 * infrun.c (normal_stop) Move breakpoint_auto_delete further down
3345 to allow printing to 'see' real reason of stop. This fixes PR 2424.
3346 * breakpoint.c (bpdisp_texst): New function. The function takes over
3347 the role of bpstats static array in print_one_breakpoint_location.
3348 (print_it_typical): Print "Temporary breakpoint" instead
3349 of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
3350 protocols, print disp field.
3351 (print_one_breakpoint_location): Removed bpdisps static definition.
3352 Call new bpstat_text function to get value for 'disp' field.
3353 (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
3354
3355 2008-04-15 Daniel Jacobowitz <dan@codesourcery.com>
3356
3357 * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
3358 gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
3359 by rerunning gnulib-tool with --aux-dir=gnulib/extra.
3360 * gnulib/Makefile.in: Regenerate.
3361
3362 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3363
3364 * Makefile.in (GNULIB_H): New. Trigger all-lib.
3365 (defs_h): Use $(GNULIB_H).
3366 (all-lib): Depend on gnulib/Makefile.
3367 (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
3368 * config.in, gnulib/Makefile.in: Regenerated.
3369
3370 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3371
3372 * Makefile.in (LIBGNU, INCGNU): Define.
3373 (INTERNAL_CFLAGS_BASE): Add INCGNU.
3374 (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
3375 (CLEANDIRS): New.
3376 ($(LIBGNU), all-lib): New rules.
3377 (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
3378 * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
3379 Simplify AC_CONFIG_AUX_DIR. Generate gnulib/Makefile.
3380 * gnulib: New directory, from gnulib-tool.
3381 * configure, aclocal.m4: Regenerated.
3382
3383 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3384
3385 * linux-thread-db.c (have_threads_callback): Check thread->private.
3386
3387 2008-04-13 Nick Roberts <nickrob@snap.net.nz>
3388 Vladimir Prus <vladimir@codesourcery.com>
3389
3390 Fix @-varobjs.
3391 * varobj.c (value_of_root): Update the expression for
3392 floating varobjs.
3393 * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
3394 report that.
3395
3396 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3397
3398 * mi/mi-cmd-var.c: Include "mi-getopt.h".
3399 (mi_parse_format): New. Factored out from mi_cmd_var_set_format.
3400 (mi_cmd_var_set_format): Use new mi_parse_format.
3401 (mi_cmd_var_evaluate_expression): Support for -f option to specify
3402 format.
3403 * Makefile.in (mi-cmd-var.o): Update dependencies.
3404
3405 * varobj.h (varobj_get_formatted_value): Declare.
3406 * varobj.c (my_value_of_variable): Added format parameter.
3407 (cplus_value_of_variable): Likewise.
3408 (java_value_of_variable): Likewise.
3409 (c_value_of_variable): Likewise. Evaluate expression based
3410 on format parameter.
3411 (struct language_specific): Add format parameter to function member
3412 *value_of_variable.
3413 (varobj_get_formatted_value): New.
3414 (varobj_get_value): Added format parameter to method call.
3415
3416 2008-04-08 Joel Brobecker <brobecker@adacore.com>
3417
3418 * stabsread.c (cleanup_undefined_types_noname): Manually set the
3419 instance flags of the undefined type before calling replace_type.
3420
3421 2008-04-08 Vladimir Prus <vladimir@codesourcery.com>
3422
3423 * target.h (enum strata): Remove the download_stratum.
3424
3425 2008-04-07 Doug Evans <dje@google.com>
3426
3427 * buildsym.h (last_source_file): Add dwarf info to comment.
3428 (last_source_start_addr): Ditto.
3429
3430 2008-04-07 Pedro Alves <pedro@codesourcery.com>
3431
3432 * alphanbsd-tdep.c: Include "target.h".
3433 * mn10300-tdep.c: Include "target.h".
3434 * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
3435
3436 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
3437
3438 Fix breakpoint condition that use member variables.
3439 * valops.c (check_field): Remove.
3440 (check_field_in): Rename to check_field.
3441 (value_of_this): Use la_name_of_this.
3442 * value.h (check_field): Adjust prototype.
3443
3444 * language.h (la_value_of_this): Rename to la_name_of_this.
3445 * language.c (unknown_language_defn): Specify "this" for
3446 name_of_this.
3447 (auto_language_defn): Likewise.
3448 (local_language_defn): Likewise.
3449 * ada-lang.c (ada_language_defn): Adjust comment.
3450 * c-lang.c (c_language_defn): Adjust comment.
3451 (cplus_language_defn): Specify "this" for name_of_this.
3452 (asm_language_defn): Adjust comment.
3453 (minimal_language_defn): Adjust comment.
3454 * f-lang.c (f_language_defn): Specify NULL for name_of_this.
3455 * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
3456 * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
3457 * objc-lang.c (objc_language_defn): Specify "self" for
3458 name_of_this.
3459 * p-lang.c (pascal_language_defn): Specify "this" for
3460 name_of_this.
3461 * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
3462
3463 * symtab.c (lookup_symbol_aux): Lookup "this" in the
3464 proper scope, and check for field in type of "this", without
3465 trying to create a value.
3466
3467 2008-04-04 Pedro Alves <pedro@codesourcery.com>
3468
3469 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
3470 (mi_error_message): Delete declaration.
3471 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
3472 returning MI_CMD_ERROR.
3473 * mi/mi-main.c (mi_error_message): Delete.
3474 (mi_cmd_exec_interrupt):
3475 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3476 (mi_cmd_thread_info): Call error instead of returning
3477 MI_CMD_ERROR.
3478 (mi_cmd_data_list_register_values): Call error instead of
3479 returning MI_CMD_ERROR. Adapt to new get_register interface.
3480 (get_register): Change return typo to void. Call error instead of
3481 returning MI_CMD_ERROR.
3482 (mi_cmd_data_write_register_values): Call error instead of
3483 returning MI_CMD_ERROR.
3484 (mi_cmd_list_features): Return MI_CMD_DONE.
3485 (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
3486 (mi_execute_command): Always print exceptions with -error.
3487
3488 2008-04-04 Joel Brobecker <brobecker@adacore.com>
3489
3490 * NEWS: Mention new commands set/show multiple-symbols.
3491
3492 2008-04-03 Joel Brobecker <brobecker@adacore.com>
3493
3494 * symtab.c (multiple_symbols_ask, multiple_symbols_all)
3495 (multiple_symbols_cancel): New constants.
3496 (multiple_symbols_modes, multiple_symbols_mode): New static globals.
3497 (multiple_symbols_select_mode): New function.
3498 (_initialize_symtab): Add new set/show multiple-symbols commands.
3499 * symtab.h (multiple_symbols_ask, multiple_symbols_all)
3500 (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
3501 * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
3502 setting.
3503 * linespec.c (decode_line_2): Likewise.
3504
3505 2008-04-03 Doug Evans <dje@sebabeach.org>
3506
3507 * symtab.h (enum free_code): Delete free_contents, unused.
3508 * symmisc.c (free_symtab_block): Delete.
3509 (free_symtab, case free_code): Delete.
3510
3511 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3512
3513 * valops.c (value_cast_structs): New function. Cast related
3514 STRUCT types up/down and return cast value. The body of this
3515 function comes mostly from value_cast_pointers.
3516 (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
3517 to value_cast_structs. Now value_cast_pointers needs only create
3518 appropriate reference after using value_cast_structs for actual
3519 casting.
3520 (value_cast): Handle references.
3521
3522 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
3523
3524 * MAINTAINERS: Added myself to section Write After Approval.
3525
3526 2008-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3527
3528 * ia64-tdep.c (examine_prologue): Correct array access.
3529
3530 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3531
3532 * cp-support.c (first_component_command): Return if no arguments.
3533
3534 2008-03-28 Carlos O'Donell <carlos@codesourcery.com>
3535
3536 * ser-mingw.c (ser_windows_open): Open requested name.
3537
3538 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3539
3540 * MAINTAINERS: Added myself.
3541
3542 2008-03-28 Pedro Alves <pedro@codesourcery.com>
3543
3544 * target.c (find_default_run_target): Allow a NULL `do_mesg'
3545 parameter. If it is NULL, don't call error.
3546 (find_default_can_async_p, find_default_is_async_p): Pass NULL as
3547 `do_mesg' parameter to find_default_run_target. If no target was
3548 found, return 0.
3549
3550 2008-03-28 Daniel Jacobowitz <dan@codesourcery.com>
3551
3552 * mips-linux-tdep.c: Update N32/N64 signal frame comments.
3553 (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
3554 (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
3555 Delete.
3556 (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
3557
3558 2008-03-27 Joel Brobecker <brobecker@adacore.com>
3559
3560 GDB 6.8 released.
3561
3562 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3563
3564 * features/Makefile (%.dat): Set xmltarget to the base filename
3565 of the XML source, without subdirectory.
3566 * regformats/rs6000/powerpc-32.dat: Regenerate.
3567 * regformats/rs6000/powerpc-64.dat: Regenerate.
3568 * regformats/rs6000/powerpc-e500.dat: Regenerate.
3569
3570 2008-03-27 Markus Deuling <deuling@de.ibm.com>
3571
3572 * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
3573 objfile arch.
3574
3575 2008-03-27 Nick Roberts <nickrob@snap.net.nz>
3576
3577 * mi/mi-main.c (enum captured_mi_execute_command_actions):
3578 Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
3579
3580 2008-03-26 Ulrich Weigand <uweigand@de.ibm.com>
3581
3582 * objfiles.h (struct objfile): New GDBARCH member.
3583 (get_objfile_arch): Add prototype.
3584 * objfiles.c: Include "arch-utils.h".
3585 (allocate_objfile): Look up gdbarch associated with bfd.
3586 (get_objfile_arch): New function.
3587 * Makefile (objfiles.o): Update dependencies.
3588
3589 * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
3590 by objfile arch.
3591 * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
3592 by frame arch.
3593 (locexpr_describe_location): Replace current_gdbarch by
3594 objfile arch.
3595 * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
3596 (dwarf2_add_field): Likewise.
3597 (read_tag_pointer_type): Likewise.
3598 (read_base_type): Likewise.
3599 (new_symbol): Likewise.
3600
3601 * coffread.c (decode_type): Add OBJFILE argument. Update callers.
3602 (decode_base_type, decode_function_type): Likewise.
3603 (coff_read_struct_type, coff_read_enum_type): Likewise.
3604 (coff_symtab_read): Replace current_gdbarch by objfile arch.
3605 (decode_base_type): Likewise.
3606 (coff_read_enum_type): Likewise.
3607 (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
3608 (coff_read_enum_type): Likewise.
3609
3610 * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
3611 (end_psymtab): Likewise.
3612 (process_one_symbol): Likewise.
3613
3614 * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
3615 (parse_procedure): Likewise.
3616 (parse_partial_symbols): Likewise.
3617
3618 * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
3619
3620 * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
3621 Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
3622 built-in types.
3623 (read_range_type): Replace current_gdbarch by objfile arch. Replace
3624 static range_index_type by built-in type.
3625 (read_one_struct_field): Replace current_gdbarch by objfile arch.
3626 (read_enum_type): Likewise.
3627
3628 * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
3629 objfile arch.
3630
3631 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3632
3633 * varobj.h (varobj_floating_p): Declare.
3634 * varobj.c (varobj_floating_p): New.
3635 * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
3636 '@' as the name, update all floating varobjs.
3637
3638 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3639
3640 * varobj.c (struct varobj_root): Rename use_selected_frame to
3641 floating, and clarify the meaning.
3642 (varobj_create, varobj_update, new_root_variable): Adjust.
3643 (value_of_root): Don't use type_changed as in variable,
3644 adjust comment.
3645 (c_value_of_root): Adjust.
3646
3647 2008-03-25 Pedro Alves <pedro@codesourcery.com>
3648
3649 * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
3650 gdb's thread list.
3651 (linux_nat_wait): Add main lwp to gdb's thread list.
3652 * linux-thread-db.c (find_new_threads_callback): Also attach to
3653 already listed threads which thread_db didn't know about yet.
3654
3655 2008-03-25 Pedro Alves <pedro@codesourcery.com>
3656
3657 * linux-nat.c (drain_queued_events): Fix comment typo.
3658 (linux_nat_attach): In async mode, don't rely on storing a pending
3659 status. Instead place the wait status on the pipe.
3660 (linux_nat_resume): Remove unreacheable shortcut code in async
3661 mode.
3662 (stop_wait_callback): In async mode, don't store pending status.
3663 Instead, cancel breakpoints or resend the signal appropriatelly.
3664 (cancel_breakpoint): New, refactored from
3665 cancel_breakpoints_callback.
3666 (cancel_breakpoints_callback): Call cancel_breakpoint.
3667 (pipe_to_local_event_queue): Remove special token processing.
3668 (linux_nat_wait): Issue an internal error if a pending status is
3669 found in async mode.
3670
3671 2008-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3672
3673 * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
3674
3675 2008-03-24 Nick Roberts <nickrob@snap.net.nz>
3676 Vladimir Prus <vladimir@codesourcery.com>
3677
3678 * varobj.c (struct varobj_root): New component thread_id.
3679 (varobj_get_thread_id, check_scope): New functions.
3680 (c_value_of_root): Use check_scope. Switch to the
3681 proper thread if necessary.
3682
3683 * varobj.h (varobj_get_thread_id): New extern.
3684
3685 * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
3686
3687 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3688
3689 PR gdb/544
3690 * top.c: Revert 2008-03-21 changes.
3691
3692 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
3693
3694 * thread.c (make_cleanup_restore_current_thread): Make it
3695 globally visible.
3696 * gdbthread.h (make_cleanup_restore_current_thread): Declare.
3697 * varobj.c (varobj_update): Don't save/restore frame.
3698 (c_value_of_root): Save/restore thread and frame here,
3699 using make_cleanup_restore_current_thread.
3700 * Makefile.in: Update dependecies.
3701
3702 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
3703
3704 * varobj.c (struct varobj_root): Clarify
3705 comment on the frame field.
3706 (varobj_create): Don't set frame if we have no
3707 block.
3708
3709 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3710
3711 PR gdb/544
3712 Suggested by Jan Kratochvil:
3713 * top.c (gdb_rl_operate_and_get_next_completion): Call
3714 rl_redisplay_function.
3715 (gdb_rl_redisplay): New.
3716 (init_main): Set rl_redisplay_function.
3717
3718 2008-03-21 Thomas Mittelstaedt <T.Mittelstaedt@cadenas.de> (tiny change)
3719
3720 * aix-thread.c (pdc_read_regs): Fix compiler warning.
3721 (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
3722 (store_regs_kernel_thread): Likewise.
3723
3724 2008-03-21 Pedro Alves <pedro@codesourcery.com>
3725
3726 Linux native async support.
3727
3728 * target.h (struct target_ops): Delete to_async_mask_value and add
3729 to_async_mask.
3730 (target_is_async_p, target_async): Formatting.
3731 (target_async_mask_value): Delete.
3732 (target_async_mask): Delete function declaration, and add new
3733 target macro with the same name.
3734
3735 * target.c (update_current_target): Replace to_async_mask_value by
3736 to_async_mask. Default to_async_mask to return_one.
3737 (target_async_mask): Delete.
3738 (find_default_can_async_p, find_default_is_async_p): New.
3739 (init_dummy_target): register find_default_can_async_p and
3740 find_default_is_async_p on the dummy target.
3741
3742 * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
3743 (debug_linux_nat_async): New global.
3744 (show_debug_linux_nat_async): New function.
3745 (linux_nat_async_enabled, linux_nat_async_mask_value)
3746 (linux_nat_event_pipe, linux_nat_num_queued_events)
3747 (linux_nat_async_events_enabled): New globals.
3748 (struct waitpid_result): New struct.
3749 (waitpid_queue): New global.
3750 (queued_waitpid, push_waitpid, drain_queued_events): New.
3751 (my_waitpid): Call queued_waitpid.
3752 (linux_child_follow_fork): Disable async events during the call.
3753 (blocked_mask): Delete.
3754 (sync_sigchld_action, async_sigchld_action): New globals.
3755 (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD. In
3756 async mode, block events during the call.
3757 (linux_nat_create_inferior): New.
3758 (linux_nat_attach): In sync mode, restore the mask states. In
3759 async mode, wake the event loop immediatelly.
3760 (detach_callback): Drain all queued events of the lwp we're
3761 detaching from.
3762 (linux_nat_detach): Block async mode, and drain events of the main
3763 process.
3764 (linux_nat_resume): If in async mode, mask async events during the
3765 call. If short circuiting, force event loop to wake up. If
3766 resuming, set target_executing, and register target events in the
3767 event loop.
3768 (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
3769 (linux_nat_wait): In async mode, block events during the call.
3770 Only enable/disable passing SIGINT to the inferior in sync mode.
3771 Get events from local waitpid queue. If no interesting events was
3772 found, return to events loop. Reregister target events in the
3773 event loop on exit. In sync mode, no need to reblock SIGCHLD.
3774 (linux_nat_kill): Disable events on entry.
3775 (linux_nat_mourn_inferior): In sync mode, don't restore the masks
3776 here. Detach async mode from the event loop if there are no more
3777 forks available, otherwise leave it on.
3778 (sigchld_handler): Assure this is called only in sync mode.
3779 (linux_async_permitted, linux_async_permitted_1): New globals.
3780 (set_maintenance_linux_async_permitted)
3781 (show_maintenance_linux_async_permitted): New functions.
3782 (linux_nat_is_async_p, linux_nat_can_async_p)
3783 (linux_nat_async_mask): New.
3784 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
3785 (get_pending_events, async_sigchld_handler): New.
3786 (linux_nat_async_events): New.
3787 (async_terminal_is_ours): New global.
3788 (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
3789 (async_client_callback, async_client_context): New.
3790 (linux_nat_async_file_handler, linux_nat_async)
3791 (linux_nat_disable_async, linux_nat_enable_async): New.
3792 (linux_nat_add_target): Register linux_nat_create_inferior,
3793 linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
3794 linux_nat_async_mask, linux_nat_terminal_inferior and
3795 linux_nat_terminal_ours.
3796 (_initialize_linux_nat): Remove local action variable, and update
3797 code that used it to use sync_sigchld_action. Add new
3798 "lin-lwp-async" debug set/show command. Put the "lin-lwp" debug
3799 set/show command in the maintenance class. Add new "linux-async"
3800 maintenance set/show command. Block SIGCHLD by default. Setup
3801 async_sichld_action, and sync_sigchld_action. Install the default
3802 async mode.
3803 (lin_thread_get_thread_signals): Use a local sigset_t for blocking
3804 the cancel signals.
3805
3806 * linux-thread-db.c (re_check_for_thread_db): New.
3807 (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
3808 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
3809 (thread_db_async_mask): New.
3810 (init_thread_db_ops): Register thread_db_can_async_p,
3811 thread_db_is_async_p, thread_db_async and thread_db_async_mask.
3812
3813 * remote.c (remote_async_mask_value): New.
3814 (remote_return_zero): New.
3815 (init_remote_ops): Register remote_return_zero as callbacks of
3816 to_can_async_p and to_is_async_p.
3817 (remote_can_async_p, remote_is_async_p, remote_async): Update to
3818 use remote_async_mask_value.
3819 (remote_async_mask): New.
3820 (init_remote_async_ops): Remove to_async_mask_value setting and
3821 register remote_async_mask as to_async_mask callback in
3822 remote_async_ops.
3823
3824 * Makefile.in (linux-nat.o): Update.
3825
3826 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3827
3828 * gdbthread.h (add_thread_with_info): New.
3829 * linux-thread-db.c: Add some documentation.
3830 (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
3831 (struct private_thread_info): Remove th_valid and ti_valid.
3832 Replace ti with tid.
3833 (thread_get_info_callback): Do not add TID to the new ptid. Do
3834 not cache th or ti.
3835 (thread_db_map_id2thr, lwp_from_thread): Delete functions.
3836 (thread_from_lwp): Assert that the LWP is set. Do not add TID to the
3837 new PTID.
3838 (attach_thread): Handle an already-existing thread. Use
3839 add_thread_with_info. Cache the th and tid.
3840 (detach_thread): Verify that private was set. Remove verbose
3841 argument and printing. Update caller.
3842 (thread_db_detach): Do not adjust inferior_ptid.
3843 (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
3844 (check_event, find_new_threads_callback): Do not add TID to the new PTID.
3845 (thread_db_wait): Do not use lwp_from_thread.
3846 (thread_db_pid_to_str): Use the cached TID.
3847 (thread_db_extra_thread_info): Check that private is set.
3848 (same_ptid_callback): Delete.
3849 (thread_db_get_thread_local_address): Do not use it or check
3850 is_thread. Check that private is set. Assume that the thread
3851 handle is already cached.
3852 (init_thread_db_ops): Remove to_resume and to_kill.
3853 * thread.c (add_thread_with_info): New.
3854 (add_thread): Use it.
3855 * linux-nat.c (find_thread_from_lwp): Delete.
3856 (exit_lwp): Do not use it. Check print_thread_events. Print before
3857 deleting the thread.
3858 (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
3859 * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
3860 * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
3861 printf_unfiltered for thread exits.
3862 * procfs.c (procfs_wait): Likewise.
3863
3864 2008-03-21 Chris Demetriou <cgd@google.com>
3865
3866 * symtab.c (rbreak_command): Quote symbol name before passing
3867 it to break_command.
3868
3869 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3870
3871 * eval.c (evaluate_subexp_for_address): Clarify error message.
3872 Use value_must_coerce_to_target.
3873 * infcall.c (value_arg_coerce): Call value_coerce_to_target.
3874 * valops.c (value_assign): Call value_coerce_to_target when
3875 assigning to anything but internalvars. Leave GDB-side arrays
3876 as arrays when assigning to internalvars.
3877 (value_must_coerce_to_target, value_coerce_to_target): New.
3878 (value_coerce_array, value_addr): Call value_coerce_to_target.
3879 (value_array): Create the array in GDB's memory instead of
3880 the inferior's.
3881 * value.h (value_must_coerce_to_target, value_coerce_to_target):
3882 Declare.
3883
3884 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3885
3886 * top.c (quit_confirm): Warn that we will kill the program.
3887
3888 2008-03-19 Pedro Alves <pedro@codesourcery.com>
3889
3890 * inflow.c (terminal_ours_1): Guard access to
3891 inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
3892
3893 2008-03-18 Ulrich Weigand <uweigand@de.ibm.com>
3894 Jim Blandy <jimb@codesourcery.com>
3895 Daniel Jacobowitz <drow@false.org>
3896
3897 * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
3898 (dwarf2_read_address): Update prototype.
3899
3900 * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
3901 (signed_address_type): Likewise.
3902 (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
3903 (execute_stack_op): Update calls to unsigned_address_type,
3904 signed_address_type and dwarf2_read_address. Fix implementation
3905 of DW_OP_deref_size.
3906
3907 * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
3908 (dwarf2_per_cu_addr_size): Likewise.
3909 (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
3910 (struct dwarf2_loclist_baton): Likewise.
3911
3912 * dwarf2loc.c (find_location_expression): Update calls to
3913 dwarf2_read_address. Use dwarf2_per_cu_objfile and
3914 dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
3915 (locexpr_describe_location): Likewise.
3916 (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
3917 Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
3918 (dwarf2_loc_desc_needs_frame): Add PER_CU parameter. Set ctx->addr_size
3919 to dwarf2_per_cu_addr_size (per_cu).
3920 (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
3921 (loclist_read_variable): Likewise.
3922 (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
3923
3924 * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
3925 instead of baton->objfile.
3926 (dwarf2_per_cu_obfile): New function.
3927 (dwarf2_per_cu_addr_size): Likewise.
3928
3929 * dwarf2-frame.c (struct comp_unit): Move higher.
3930 (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
3931 (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
3932 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
3933 parameter by using fde->eh_frame_p. Use read_encoded_value
3934 to implement DW_CFA_set_loc.
3935 (struct dwarf2_frame_cache): Add ADDR_SIZE member.
3936 (dwarf2_frame_cache): Set cache->addr_size. Update calls to
3937 execute_stack_op and execute_cfa_program.
3938 (dwarf2_frame_prev_register): Update calls to execute_stack_op.
3939 (size_of_encoded_value): Remove.
3940 (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
3941 Remove call to size_of_encoded_value. Implement DW_EH_PE_funcrel.
3942 (add_cie): Set cie->unit backlink.
3943 (decode_frame_entry_1): Set cie->addr_size. Update calls to
3944 read_encoded_value.
3945 (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
3946
3947 2008-03-17 Markus Deuling <deuling@de.ibm.com>
3948
3949 * i386-tdep.c (i386_print_insn): Remove unnecessary call to
3950 gdbarch_bfd_arch_info.
3951
3952 2008-03-17 Joel Brobecker <brobecker@adacore.com>
3953
3954 * aix-thread.c (pdc_read_regs): Minor reformatting.
3955
3956 2008-03-17 Vladimir Prus <vladimir@codesourcery.com>
3957
3958 * thread.c (print_thread_info): Don't insist
3959 on having current thread if there are no
3960 threads at all.
3961
3962 2008-03-17 Pedro Alves <pedro@codesourcery.com>
3963
3964 * infcmd.c (attach_command_post_wait)
3965 (attach_command_continuation): New.
3966 (attach_command): Support background async execution, and async
3967 execution in synchronous mode.
3968
3969 2008-03-17 Daniel Jacobowitz <dan@codesourcery.com>
3970
3971 * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
3972 * symmisc.c (dump_symtab_1): Likewise.
3973 * wrapper.c (gdb_value_struct_elt): Likewise.
3974
3975 2008-03-17 Pedro Alves <pedro@codesourcery.com>
3976
3977 * linux-nat.c (linux_nat_filter_event): Fix comment typo.
3978
3979 2008-03-17 Pedro Alves <pedro@codesourcery.com>
3980
3981 * linux-nat.c (linux_nat_filter_event): New, refactored from
3982 linux_nat_wait.
3983 (linux_nat_wait): Call linux_nat_filter_event.
3984
3985 2008-03-17 Ulrich Weigand <uweigand@de.ibm.com>
3986
3987 * top.c (execute_command): Fix uninitialized variable error.
3988
3989 2008-03-16 Nick Hudson <nick.hudson@dsl.pipex.com>
3990
3991 * Makefile.in (amd64nbsd-nat.o): New dependency.
3992 * amd64nbsd-nat.c: Include "nbsd-nat.h".
3993 (_initialize_amd64nbsd_nat): Update target vector to use
3994 nbsd_pid_to_exec_file.
3995 * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
3996
3997 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3998
3999 Remove ignoring leading exec events code.
4000 * fork-child.c (startup_inferior): Do not set
4001 inferior_ignoring_leading_exec_events.
4002 * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
4003 (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
4004 * infrun.c (inferior_ignoring_leading_exec_events): Remove.
4005 (handle_inferior_event): Remove code for ignoring leading exec
4006 events.
4007 * target.c (update_current_target): Do not inherit, or default,
4008 to_reported_exec_events_per_exec_call.
4009 (debug_to_reported_exec_events_per_exec_call): Remove.
4010 (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
4011 * target.h (target_reported_exec_events_per_exec_call): Remove.
4012 (struct target): Remove the to_reported_exec_events_per_exec_call
4013 field.
4014
4015 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4016
4017 Implement -thread-info.
4018 * gdbthread.h (print_thread_info): Declare.
4019
4020 * thread.c (print_thread_info): New, extracted
4021 from info_threads_command and adjusted to
4022 work for CLI and MI.
4023 (info_threads_command): Use print_thread_info.
4024 * Makefile.in: Update dependencies.
4025
4026 * mi/mi-cmds.c (mi_cmds): Specify a handler
4027 for -thread-info.
4028 * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
4029 * mi/mi-main.c (mi_cmd_thread_info): New.
4030 (mi_cmd_list_features): Include 'thread-info'.
4031
4032 2008-03-14 Kevin Buettner <kevinb@redhat.com>
4033
4034 * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
4035 to decide whether to match instruction patterns using "sw" and "sd".
4036
4037 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4038
4039 * infcmd.c (jump_command): Postpone disabling stdin until after
4040 the possible query.
4041
4042 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4043
4044 * inflow.c (gdb_getpgrp): New.
4045 (gdb_has_a_terminal): Use get_getpgrp.
4046 (terminal_ours_1): If attach_flag is set, don't refetch
4047 inferior_process_group.
4048
4049 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4050
4051 * features/library-list.dtd: Allow "section" elements as children
4052 of "library". Add "section" element and describe its attributes.
4053
4054 * solib-target.c (struct lm_info): Add section_bases member.
4055 (library_list_start_segment): Error out if seen a section element.
4056 (library_list_start_section): New.
4057 (library_list_end_library): New.
4058 (solib_target_free_library_list): Free section_bases.
4059 (section_attributes): New.
4060 (library_children): Make "segment" optional. Add "section" child.
4061 (library_list_children): Register library_list_end_library.
4062 (solib_target_relocate_section_addresses): Handle section bases.
4063
4064 * NEWS: Mention new qXfer:libraries:read section offsets support.
4065
4066 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
4067
4068 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
4069 (make_exec_error_cleanup): Remove declarations.
4070 * utils.c (exec_error_cleanup_chain): Remove.
4071 (do_exec_error_cleanups, discard_exec_error_cleanups)
4072 (make_exec_error_cleanup): Remove.
4073 * event-loop.c (start_event_loop): Adjust call to
4074 async_enable_stdin.
4075 * event-top.c (async_enable_stdin): Remove the paramater dummy.
4076 (async_disable_stdin): Don't register async_enable_stdin via
4077 cleanup.
4078 * inf-loop.c (inferior_event_handler): Don't
4079 call do_exec_error_cleanups. Call async_enable_stdin instead.
4080 * event-loop.c (start_event_loop): Adjust call to
4081 async_enable_stdin.
4082 * tui/tui-interp.c (tui_command_loop): Adjust call to
4083 async_enable_stdin.
4084
4085 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
4086
4087 Async mode fixes.
4088 * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
4089 * breakpoint.c (bpstat_do_actions): In async mode,
4090 don't jump to top expecting stop_bpstat to be already
4091 updated.
4092 * event-loop.c (start_event_loop): Call async_enable_stdin
4093 on exception.
4094 * event-top.c (async_enable_stdin): Do nothing if sync_execution
4095 is not set.
4096 (command_handler): Do not setup continuation here.
4097 (command_line_handler_continuation): Move to...
4098 * top.c (command_line_handler_continuation): ... here.
4099 (execute_command): In async mode, register continuation.
4100 Don't check frame's language in running in async mode.
4101 * exceptions.c (throw_exception): Don't do exec_error_cleanups.
4102 * inf-loop.c (complete_execution): Inline into...
4103 (inferior_event_handler): ... here. Clear target_executing before
4104 doing any cleanups. Don't try to show prompt if the target was
4105 resumed.
4106 * infcmd.c (signal_command): Add support for async mode.
4107 (finish_command): Only add continuation if the target was
4108 successfully resumed.
4109 * remote.c (init_async_opts): Register to_get_thread_local_address
4110 handler.
4111 * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
4112 with sync_execution.
4113 * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
4114 on exception.
4115
4116 2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4117
4118 * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
4119 * exec.c (exec_bfd_mtime): Define.
4120 (exec_close): Clear it.
4121 (exec_file_attach): Set it.
4122 * gdbcore.h (exec_bfd_mtime): Declare.
4123 * source.c (find_source_lines): Do not use bfd_get_mtime.
4124
4125 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
4126
4127 * top.c (simplified_command_loop): Remove.
4128
4129 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
4130
4131 Remove unused remote.c hooks.
4132 * remote.c (deprecated_target_resume_hook)
4133 (deprecated_target_wait_loop_hook): Remove.
4134 (remote_resume): Do not call deprecated_target_resume_hook.
4135 (remote_wait): Do not call deprecated_target_wait_loop_hook.
4136 (remote_async_wait): Likewise.
4137
4138 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
4139
4140 Implement MI notification for new threads.
4141 * doc/observer.texi (new_thread): Document.
4142 * observer.sh: Forward declare struct thread_info.
4143 * thread.c (add_thread): Notify observer.
4144
4145 * interps.h (interp_init_ftype): New parameter
4146 top_level.
4147 (interp_set): Likewise.
4148 (top_level_interpreter_data): Declare.
4149 * interps.c (interp_set): New parameter top_level.
4150 Pass it to interpreter's init function. Remember
4151 top level interpreter.
4152 (interpreter_exec_cmd): Adjust.
4153 (top_level_interpreter_data): New.
4154 * main.c (captured_main): Pass 1 for top_level
4155 parameter of interp_set.
4156 * cli/cli-interp.c (cli_interpreter_init): New
4157 parameter top_level.
4158 * tui/tui-interp.c (tui_init): New parameter top_level.
4159
4160 * mi/mi-interp.c (mi_new_thread): New.
4161 (mi_interpreter_init): If top level, register
4162 observer for new threads.
4163
4164 * Makefile.in (mi-interp.o, thread.o): Update dependencies.
4165
4166 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4167
4168 * top.c (execute_command): Disable break and stop
4169 commands in async mode.
4170
4171 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4172
4173 revert:
4174 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4175 * inf-loop.c (inferior_event_handler): Don't include remote.h.
4176 Call target_stop in the INF_QUIT_REQ case.
4177 * Makefile.in (inf-loop.o): Update.
4178
4179 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4180
4181 * inf-loop.c (inferior_event_handler): Don't include remote.h.
4182 Call target_stop in the INF_QUIT_REQ case.
4183 * Makefile.in (inf-loop.o): Update.
4184
4185 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4186
4187 * top.c (execute_command): Enable break, info and interrupt
4188 commands in async mode.
4189
4190 2008-03-13 Vladimir Prus <vladimir@codesourcery.com>
4191 Daniel Jacobowitz <dan@codesourcery.com>
4192
4193 * breakpoint.h (breakpoint_restore_shadows): New
4194 declaration.
4195 * breakpoint.c (breakpoint_restore_shadows): New.
4196 (read_memory_nobpt): Delete.
4197 * gdbcore.h (read_memory_nobpt): Delete declaration.
4198 * target.c (memory_xfer_partial): Call
4199 breakpoint_restore_shadows.
4200 (restore_show_memory_breakpoints)
4201 (make_show_memory_beakpoints_cleanup): New.
4202 (show_memory_breakpoints): New.
4203 * target.h (make_show_memory_beakpoints_cleanup): Declare.
4204 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
4205 Make sure we see memory breakpoints when checking if
4206 breakpoint is still there.
4207 * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
4208 hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
4209 m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
4210 sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
4211
4212 2008-03-12 Pedro Alves <pedro@codesourcery.com>
4213
4214 * thread.c (add_thread): Use printf_unfiltered to print.
4215
4216 2008-03-12 Joel Brobecker <brobecker@gnat.com>
4217
4218 * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
4219 that is true only on x86-solaris and x86_64-solaris.
4220 * procfs.c: Likewise. Move procfs_find_LDT_entry up together
4221 with proc_get_LDT_entry.
4222
4223 2008-03-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4224
4225 * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
4226 * config.in, configure: Regenerate.
4227 * fork-child.c (fork_inferior): Call create_tty_session.
4228 * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
4229 (create_tty_session): New function.
4230 * terminal.h: Declare create_tty_session.
4231
4232 2008-03-12 Alan Modra <amodra@bigpond.net.au>
4233
4234 PR 5900
4235 * elfread.c (elf_symtab_read): Make shndx an unsigned int.
4236 * mipsread.c: Include elf/internal.h.
4237 (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
4238 to internal range.
4239
4240 2008-03-11 Markus Deuling <deuling@de.ibm.com>
4241
4242 * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
4243 to get at the current architecture and at the target specific vector.
4244 Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
4245 remove define of I387_ST0_REGNUM.
4246
4247 * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
4248
4249 (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
4250 get at the current architecture
4251 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
4252 parameter.
4253
4254 * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
4255 I387_NUM_XMM_REGS and I387_MM0_REGNUM.
4256
4257 (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
4258 I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
4259 (I387_FSTAT_REGNUM): Add target specific vector as parameter.
4260
4261 (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
4262 at the target specific vector.
4263
4264 (i386_get_longjmp_target): Use get_frame_arch to get at the current
4265 architecture. Use gdbarch_tdep to get at the target specific vector.
4266
4267 (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
4268 update caller. Use gdbarch_tdep to get at the target specific vector.
4269
4270 (i386_register_to_value: Use get_frame_arch to get at the current
4271 architecture.
4272
4273 * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
4274 parameter.
4275
4276 * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
4277 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
4278 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
4279 FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
4280
4281 (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
4282 undef's.
4283
4284 (i387_convert_register_p, i387_register_to_value,
4285 i387_value_to_register): Update call for i386_fp_regnum_p.
4286
4287 * i387-tdep.h: Remove comment.
4288 (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
4289 (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
4290 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
4291 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
4292 I387_MXCSR_REGNUM): Add target specific vector as parameter.
4293
4294 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4295
4296 * Makefile.in (fork-child.o): Update.
4297 * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
4298 argument. Gather all gdbserver features together.
4299 * fork-child.c (exec_wrapper): New variable.
4300 (fork_inferior): Use it.
4301 (startup_inferior): Skip an extra trap if using "set exec-wrapper".
4302 (unset_exec_wrapper_command, _initialize_fork_child): New.
4303
4304 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
4305
4306 * source.c (directory_command): Modify the determination of
4307 condition of terminal "from_tty".
4308
4309 2008-03-10 Matt Rice <ratmice@gmail.com>
4310
4311 * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
4312
4313 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
4314
4315 * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
4316 of the data passing to strtoulst function.
4317 (info_spu_signal_command): Likewise.
4318
4319 2008-03-08 Vladimir Prus <vladimir@codesourcery.com>
4320
4321 * mi/mi-interp.c (mi_command_loop): Remove
4322 commented-out code.
4323
4324 2008-03-07 Joel Brobecker <brobecker@adacore.com>
4325
4326 * remote.c (extended_remote_attach_1): Make local variable pid an int
4327 instead of a pid_t.
4328
4329 2008-03-07 Joel Brobecker <brobecker@adacore.com>
4330
4331 * solib-svr4.c (svr4_same_1): New function, originally extracted
4332 from svr4_same and expanded to handle the sparc64 case.
4333 (svr4_same): Move up and reimplement using svr4_same_1.
4334 (enable_break): Use svr4_same_1 to do shared library name comparisons.
4335
4336 2008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com>
4337
4338 * MAINTAINERS: Move self to Paper trail.
4339
4340 2008-03-05 Daniel Jacobowitz <dan@codesourcery.com>
4341
4342 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
4343 * event-loop.c (call_async_signal_handler): New.
4344 * event-loop.h (call_async_signal_handler)
4345 (gdb_call_async_signal_handler): Declare.
4346 (mark_async_signal_handler): Add comments.
4347 * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
4348 * mingw-hdep.c (sigint_event, sigint_handler): New.
4349 (gdb_select): Use them. Wait for the readline signal handler
4350 to finish.
4351 (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
4352 * posix-hdep.c (gdb_call_async_signal_handler): New function.
4353 * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
4354 New.
4355 (remote_fileio_ctrl_c_signal_handler): Use
4356 gdb_call_async_signal_handler.
4357 (initialize_remote_fileio): Initialize sigint_fileio_token.
4358 * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
4359 not initialize tokens here.
4360 (handle_remote_sigint_twice): Likewise. Reinstall
4361 handle_remote_sigint.
4362 (async_remote_interrupt_twice): Just call interrupt_query.
4363 (cleanup_sigint_signal_handler): Do not delete tokens.
4364 (remote_interrupt, remote_interrupt_twice): Use
4365 gdb_call_async_signal_handler.
4366 (interrupt_query): Reinstall the default signal handler.
4367 (_initialize_remote): Initialize tokens here.
4368
4369 2008-03-04 Joel Brobecker <brobecker@adacore.com>
4370
4371 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
4372 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
4373 Change the type of the lr register to code_ptr.
4374 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
4375 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
4376 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
4377 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
4378 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
4379 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
4380 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
4381
4382 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4383
4384 * MAINTAINERS: Update my email address.
4385
4386 2008-03-03 Keith Seitz <keiths@redhat.com>
4387
4388 From Dave Murphy <davem@devkitpro.org>:
4389 * configure.ac: Set tcl configdir to win under mingw.
4390 * configure: Regenerate.
4391
4392 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4393
4394 * breakpoint.c (fetch_watchpoint_value): New function.
4395 (update_watchpoint): Set and clear val_valid. Use
4396 fetch_watchpoint_value. Handle unreadable values on the
4397 value chain. Correct check for user-requested array watchpoints.
4398 (breakpoint_init_inferior): Clear val_valid.
4399 (watchpoint_value_print): New function.
4400 (print_it_typical): Use it. Do not free or clear old_val. Print
4401 watchpoints even if old_val == NULL.
4402 (watchpoint_check): Use fetch_watchpoint_value. Check for values
4403 becoming readable or unreadable.
4404 (watch_command_1): Use fetch_watchpoint_value. Set val_valid.
4405 (do_enable_watchpoint): Likewise.
4406 * breakpoint.h (struct breakpoint): Update comment for val. Add
4407 val_valid.
4408 * NEWS: Mention watchpoints on inaccessible memory.
4409
4410 2007-02-29 Daniel Jacobowitz <dan@codesourcery.com>
4411
4412 * Makefile.in (i386-nat.o): Update.
4413 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
4414 i386_use_watchpoints.
4415 * i386-linux-nat.c (_initialize_i386_linux_nat): Call
4416 i386_use_watchpoints.
4417 * i386-nat.c (i386_stopped_data_address): Take two arguments.
4418 (i386_stopped_by_watchpoint): Update call.
4419 (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
4420 * config/i386/nm-i386.h: Conditionalize definitions on
4421 ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
4422 (i386_use_watchpoints): Declare.
4423 (i386_stopped_data_address): Update.
4424 * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
4425 * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
4426
4427 2008-02-29 Joel Brobecker <brobecker@adacore.com>
4428
4429 GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
4430 * version.in: Bump version to 6.8.50.20080229-cvs.
4431
4432 2008-02-28 Markus Deuling <deuling@de.ibm.com>
4433
4434 * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
4435 properly.
4436
4437 2008-02-28 Tom Tromey <tromey@redhat.com>
4438
4439 * infcmd.c (notice_args_read): Print result of get_inferior_args.
4440
4441 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4442
4443 * infcmd.c (kill_if_already_running): Make static. Use
4444 target_require_runnable.
4445 * target.c (target_require_runnable): New.
4446 * target.h (target_require_runnable): Declare.
4447
4448 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4449
4450 * frame.c (reinit_frame_cache): Only annotate if frames were
4451 previously valid.
4452
4453 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4454
4455 * regformats/reg-ppc.dat: Rename "ps" to "msr".
4456 * regformats/reg-ppc64.dat: Likewise.
4457
4458 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4459
4460 * features/Makefile (%.dat): Emit xmltarget statement.
4461
4462 * regformats/regdat.sh: Support xmltarget and xmlarch statments.
4463 Generate code to set gdbserver_xmltarget in init_registers_${name}.
4464
4465 * regformats/arm-with-iwmmxt.dat: Regenerate.
4466 * regformats/mips64-linux.dat: Regenerate.
4467 * regformats/mips-linux.dat: Regenerate.
4468 * regformats/rs6000/powerpc-32.dat: Regenerate.
4469 * regformats/rs6000/powerpc-64.dat: Regenerate.
4470 * regformats/rs6000/powerpc-e500.dat: Regenerate.
4471
4472 * regformats/reg-arm.dat: Add xmlarch statement.
4473 * regformats/reg-i386.dat: Likewise.
4474 * regformats/reg-i386-linux.dat: Likewise.
4475 * regformats/reg-x86-64-linux.dat: Likewise.
4476 * regformats/reg-spu.dat: Likewise.
4477
4478 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4479
4480 * remote.c (remote_wait, remote_async_wait): Stop if we receive
4481 an error.
4482
4483 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4484
4485 * utils.c (debug_timestamp): New.
4486 (vfprintf_unfiltered): Print timestamps if requested.
4487 (show_debug_timestamp): New.
4488 (initialize_utils): Register "set debug timestamp".
4489 * NEWS: Mention "set debug timestamp". Add GDB 6.8 section.
4490
4491 2008-02-27 Joel Brobecker <brobecker@adacore.com>
4492
4493 * breakpoint.c (skip_prologue_sal): New function.
4494 (resolve_sal_pc): Adjust SAL past prologue if the SAL was
4495 computed from a line number.
4496
4497 2008-02-27 Joel Brobecker <brobecker@adacore.com>
4498
4499 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
4500 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
4501 Set PC register type to "code_ptr".
4502 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
4503 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
4504 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
4505 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
4506 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
4507 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
4508 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
4509 Regenerate.
4510
4511 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4512
4513 * regformats/regdat.sh: Rename init_registers function in
4514 generated file to init_registers_${name}.
4515
4516 * regformats/reg-crisv32.dat: Set "name" to crisv32.
4517 * regformats/reg-ppc64.dat: Set "name" to ppc64.
4518 * regformats/reg-s390x.dat: Set "name" to s390x.
4519
4520 2008-02-26 Greg Law <glaw@undo-software.com>
4521
4522 * regcache.c (registers_changed): Call reinit_frame_cache.
4523
4524 2008-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4525
4526 * configure.tgt (sh-*-linux*): Match sh*. Add glibc-tdep.o.
4527 * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
4528 and svr4_fetch_objfile_link_map.
4529 * Makefile.in (sh-linux-tdep.o): Update.
4530
4531 2008-02-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4532
4533 * amd64-tdep.c (amd64_classify): Add support for decimal float
4534 types.
4535 * i386-tdep.c (i386_return_value): Make 128-bit decimal float
4536 use the struct return convention.
4537
4538 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * breakpoint.c (print_one_breakpoint_location): Revert Enb field
4541 to old format. Discard breakpoint address if shared library is
4542 unloaded.
4543 (breakpoint_1): Adjust formatting of table header accordingly.
4544
4545 2008-02-25 Vladimir Prus <vladimir@codesourcery.com>
4546
4547 * remote.c (remote_get_threadlist): If the response
4548 is empty, don't try to parse it.
4549
4550 2008-02-23 Vladimir Prus <vladimir@codesourcery.com>
4551
4552 Unbreak 'target async'.
4553 * serial.c (serial_async): Set the
4554 handler function before enabling async
4555 mode.
4556
4557 2008-02-22 Daniel Jacobowitz <dan@codesourcery.com>
4558
4559 * solib-svr4.c (enable_break): Convert r_brk to a code address.
4560
4561 2008-02-21 Pedro Alves <pedro@codesourcery.com>
4562
4563 * remote.c (extended_remote_attach_1): Set attach_flag.
4564 (extended_remote_create_inferior_1): Clear attach_flag.
4565
4566 2008-02-20 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
4569 r_brk_offset.
4570 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
4571 * solib-svr4.c (solib_svr4_r_brk): New.
4572 (open_symbol_file_object, svr4_current_sos): Always check the
4573 debug base.
4574 (svr4_fetch_objfile_link_map): Do not set debug_base.
4575 (enable_break): Use r_brk if it is set.
4576 (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
4577 (svr4_lp64_fetch_link_map_offsets): Likewise.
4578 * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
4579
4580 2008-02-20 Markus Deuling <deuling@de.ibm.com>
4581 Mark Kettenis <kettenis@gnu.org>
4582
4583 * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
4584 trad_frame_saved_reg.
4585 (trad-frame.h): New include.
4586
4587 (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
4588 instead of frame_obstack_zalloc.
4589 (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
4590
4591 * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
4592
4593 2008-02-20 Markus Deuling <deuling@de.ibm.com>
4594
4595 * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
4596 from disassemble_info instead of gdbarch_byte_order.
4597
4598 * mips-tdep.c (gdb_print_insn_mips): Likewise.
4599 * arm-tdep.c (gdb_print_insn_arm): Likewise.
4600
4601 2008-02-20 Markus Deuling <deuling@de.ibm.com>
4602
4603 * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
4604 gdbarch as parameter.
4605
4606 * gdbarch.{c,h}: Regenerate.
4607
4608 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
4609 parameter.
4610 * mem-break.c (default_memory_insert_breakpoint)
4611 (default_memory_remove_breakpoint): Likewise.
4612 * target.h (default_memory_remove_breakpoint)
4613 (default_memory_insert_breakpoint): Likewise.
4614
4615 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
4616 parameter. Replace current_gdbarch by gdbarch.
4617 * m32r-tdep.c (m32r_memory_insert_breakpoint)
4618 (m32r_memory_remove_breakpoint): Likewise.
4619
4620 2008-02-19 Daniel Jacobowitz <dan@codesourcery.com>
4621
4622 * MAINTAINERS: Add Vladimir Prus as MI maintainer.
4623
4624 2008-02-19 Joel Brobecker <brobecker@adacore.com>
4625
4626 * NEWS: Add entry describing Add support improvements.
4627
4628 2008-02-18 Markus Deuling <deuling@de.ibm.com>
4629
4630 * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
4631 M68K_FP0_REGNUM.
4632
4633 2008-02-18 Markus Deuling <deuling@de.ibm.com>
4634
4635 * sentinel-frame.c (sentinel_frame_prev_register): Do not call
4636 register_offset_hack anymore.
4637
4638 * regcache.{c,h} (register_offset_hack): Remove.
4639
4640 2008-02-18 Markus Deuling <deuling@de.ibm.com>
4641
4642 * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
4643
4644 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
4645 current_gdbarch by gdbarch.
4646 (hppa64_hpux_find_global_pointer): Likewise.
4647 * hppa-tdep.c (hppa_find_global_pointer): Likewise.
4648 (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
4649 find_global_pointer.
4650
4651 * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
4652 parameter.
4653 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4654
4655 * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
4656 of gdbarch_num_regs.
4657
4658 * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
4659 replace current_gdbarch by gdbarch.
4660 (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
4661
4662 2008-02-18 Markus Deuling <deuling@de.ibm.com>
4663
4664 * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
4665 and replace current_gdbarch by gdbarch.
4666
4667 (store_register): Update call for exec_one_dummy_insn.
4668 (fetch_register, store_register): Update call of regmap.
4669
4670 * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
4671 parameter and replace current_gdbarch by gdbarch.
4672
4673 (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
4674 the current architecture. Update call for getregs_supplies and
4675 getfpregs_supplies.
4676 (ppcnbsd_fetch_inferior_registers): Likewise.
4677
4678 * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
4679 replace current_gdbarch by gdbarch.
4680 (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
4681 get_regcache_arch to get at the current architecture. Update call for
4682 getfpregs_supplies.
4683
4684 2008-02-18 Markus Deuling <deuling@de.ibm.com>
4685
4686 * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
4687 variables.
4688
4689 2008-02-15 Markus Deuling <deuling@de.ibm.com>
4690
4691 * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
4692
4693 2008-02-14 Vladimir Prus <vladimir@codesourcery.com>
4694
4695 * NEWS: Mention pending breakpints in MI.
4696
4697 2008-02-14 Markus Deuling <deuling@de.ibm.com>
4698
4699 * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
4700
4701 2008-02-13 Markus Deuling <deuling@de.ibm.com>
4702
4703 Add script to build and test GDB using enable-targets=all.
4704
4705 * gdb_buildall.sh: New file.
4706
4707 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
4708
4709 * NEWS (New native configurations): Xtensa GNU/Linux.
4710 (New targets): Xtensa GNU/Linux.
4711 * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
4712 xtensa-linux-tdep.o
4713 (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
4714 (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
4715 * configure.tgt (xtensa*-*-linux*): New entry.
4716 * xtensa-config.c (xtensa_tdep): New variable.
4717 (xtensa_config_byte_order, xtensa_config_tdep): Removed.
4718 (rmap): Change format based on new macro XTREG.
4719 (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
4720 * xtensa-linux-nat.c: New.
4721 * xtensa-linux-tdep.c: New.
4722 * xtensa-xtregs.c: New.
4723 * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
4724 (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
4725 (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
4726 (xtensa_register_t): New field coprocessor.
4727 (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
4728 * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
4729 (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
4730 Update to handle privileged registers.
4731 (xtensa_supply_gregset) Remove exccause and excvaddr registers.
4732 (xtensa_push_dummy_call): Set windowstart register correctly.
4733 (call0_analyze_prologue): Initialize xtensa_default_isa.
4734 (xtensa_derive_tdep): New.
4735 (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
4736 xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
4737 Call xtensa_derive_tdep().
4738 * config/xtensa/linux.mh: New.
4739 * regformats/reg-xtensa.dat: New.
4740
4741 2008-02-09 Aleksandar Ristovski <aristovski@qnx.com> (tiny change)
4742
4743 * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
4744 (filenames.h): New include.
4745 * Makefile.in (corelow.o): Add dependency for filenames.h.
4746
4747 2008-02-08 Doug Evans <dje@google.com>
4748
4749 * source.c (find_and_open_source): Always rewrite absolute filenames.
4750
4751 2008-02-07 Doug Evans <dje@google.com>
4752
4753 * breakpoint.c: #include "hashtab.h".
4754 (ambiguous_names_p): New fn.
4755 (update_breakpoint_locations): When restoring bp enable status, don't
4756 compare function names if any functions have same name.
4757 * Makefile.in (breakpoint.o): Add hashtab.h dependency.
4758
4759 2008-02-07 Joel Brobecker <brobecker@adacore.com>
4760
4761 * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
4762 instead of just a VEC*. Update use of SV.
4763 (ada_make_symbol_completion_list): Update symbol_completion_add calls.
4764
4765 2007-02-07 Joel Brobecker <brobecker@adacore.com>
4766
4767 * NEWS: Put all new commands since gdb-6.7 together.
4768
4769 2007-02-07 Joel Brobecker <brobecker@adacore.com>
4770
4771 * ada-lang.c: #include "vec.h".
4772 (struct string_vector, new_string_vector, string_vector_append):
4773 Delete.
4774 (char_ptr): New typedef.
4775 (DEF_VEC_P (char_ptr)): New VEC type.
4776 (symbol_completion_add): Update profile to take the new VEC type
4777 instead of the old string_vector structure. Update code accordingly.
4778 (ada_make_symbol_completion_list): Use the new VEC type instead of
4779 the old string_vector structure, and update the code accordingly.
4780 * Makefile.in (ada-lang.o): Add dependency on vec.h.
4781
4782 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
4783
4784 * p-exp.y: Set current_type in missing places.
4785 (leftdiv_is_integer): New static variable.
4786 Typecast right operand of BINOP_DIV to long_double if both operands
4787 are integers.
4788
4789 2008-02-06 Maciej W. Rozycki <macro@mips.com>
4790
4791 * remote-mips.c (set_breakpoint): Rename to...
4792 (mips_set_breakpoint): ... this.
4793 (clear_breakpoint): Rename to...
4794 (mips_clear_breakpoint): ... this.
4795 (common_breakpoint): Rename to...
4796 (mips_common_breakpoint): ... this.
4797 (check_lsi_error): Rename to...
4798 (mips_check_lsi_error): ... this.
4799
4800 2007-02-05 Joel Brobecker <brobecker@adacore.com>
4801
4802 * language.h (struct language_defn): Add new field
4803 la_make_symbol_completion_list.
4804 * symtab.c (default_make_symbol_completion_list): Renames
4805 make_symbol_completion_list.
4806 (make_symbol_completion_list): New function.
4807 * symtab.h (default_make_symbol_completion_list): Add declaration.
4808 * langauge.c (unknown_language): Set la_make_symbol_completion_list.
4809 (auto_language, local_language): Likewise.
4810 * objc-lang.c (objc_language_defn): Likewise.
4811 * scm-lang.c (scm_language_defn): Likewise.
4812 * m2-lang.c (m2_language_defn): Likewise.
4813 * f-lang.c (f_language_defn): Likewise.
4814 * jv-lang.c (java_language_defn): Likewise.
4815 * p-lang.c (pascal_language_defn): Likewise.
4816 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
4817 (minimal_language_defn): Likewise.
4818 * ada-lang.c (struct string_vector): New structure.
4819 (new_string_vector, string_vector_append, ada_unqualified_name)
4820 (add_angle_brackets, symbol_completion_match, symbol_completion_add)
4821 (ada_make_symbol_completion_list): New functions.
4822 (ada_language_defn): Set la_make_symbol_completion_list.
4823 * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
4824 this function is static.
4825
4826 2008-02-05 Kevin Buettner <kevinb@redhat.com>
4827
4828 * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
4829 to account for call site optimizations.
4830
4831 2008-02-05 Andrzej Zaborowski <balrogg@gmail.com>
4832
4833 * tracepoint.c (read_actions): Handle end-of-text indicator
4834 in action list properly. (Committed by Jim Blandy)
4835
4836 2008-02-05 Jim Blandy <jimb@red-bean.com>
4837
4838 * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
4839 pseudoregister, not an internal error.
4840 Reported by: Andrzej Zaborowski
4841
4842 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
4843
4844 * varobj.c (c_value_of_variable): Use xstrdup.
4845
4846 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
4847
4848 Update stored rendition of varobj value when format changes.
4849 * varobj.c (varobj_set_display_format): Recomputed
4850 print_value.
4851 (c_value_of_variable): Return print_value.
4852
4853 2008-02-03 Doug Evans <dje@google.com>
4854
4855 * eval.c (evaluate_subexp_standard): Fix type of result of mixed
4856 integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
4857 * valops.c (value_one): New function.
4858 * value.h (value_one): Declare.
4859
4860 Fix argument promotion for binary arithmetic ops for C.
4861 * valarith.c (unop_result_type): New fn.
4862 (binop_result_type): New fn.
4863 (value_binop): Move result type computation to binop_result_type.
4864 (value_pos, value_neg, value_complement): Move result type
4865 computation to unop_result_type.
4866
4867 PR 2384
4868 * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
4869 Return basetype, fieldno if found. All callers updated.
4870 Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
4871 objfile.
4872 * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
4873 * symfile.h (fill_in_vptr_fieldno): Delete.
4874
4875 2008-02-02 Doug Evans <dje@google.com>
4876
4877 * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
4878
4879 * typeprint.c (*): Whitespace cleanup.
4880
4881 2008-02-02 Mark Kettenis <kettenis@gnu.org>
4882 Luis Machado <luisgpm@br.ibm.com>
4883 Thiago Jung Bauermann <bauerman@br.ibm.com>
4884
4885 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
4886 don't fit into registerson the stack the way GCC does.
4887
4888 2008-02-01 Joel Brobecker <brobecker@adacore.com>
4889
4890 * symtab.c (symbol_set_names): Do not add an entry in the demangling
4891 hash table for Ada symbols. Just store the linkage name as is,
4892 and leave the demangled_name as NULL.
4893
4894 2007-02-01 Joel Brobecker <brobecker@adacore.com>
4895
4896 * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
4897 in the global scope.
4898 (new_symbol): Likewise.
4899
4900 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
4901
4902 * breakpoint.c (break_command_1): Return void.
4903 (break_command_really): Return void. Rethrow
4904 exceptions instead of returning.
4905 (gdb_breakpoint): Remove the error_message parameter.
4906 Return void. Rename to set_breakpoint.
4907 * gdb.h (gdb_breakpoint): Rename and move to...
4908 * breakpoint.h (set_breakpoint): ...here.
4909 * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
4910 event hooks even if exception is thrown. Adjust to
4911 gdb_breakpoint interface changes.
4912
4913
4914 2008-02-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
4915
4916 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
4917 float in both first and second word in the doubleword, to support
4918 old and new ABIs.
4919
4920 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
4921
4922 Properly rethrow exception. This fixes errors
4923 about non-existent functions for -break-insert.
4924 * breakpoint.c (break_command_really): Use throw_exception
4925 for rethrowing. If rethrowing, don't print the exception.
4926
4927 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4928
4929 * NEWS: Mention Decimal Floating Point support.
4930
4931 2008-01-31 Joel Brobecker <brobecker@adacore.com>
4932
4933 * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
4934 value type to builtin_type_void_func_ptr.
4935
4936 2008-01-31 Andreas Krebbel <krebbel1@de.ibm.com>
4937
4938 * s390-tdep.c (is_float_singleton, is_float_like,
4939 alignment_of, s390_return_value): Make checks for
4940 TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
4941
4942 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
4943 Thiago Jung Bauermann <bauerman@br.ibm.com>
4944
4945 * infcmd.c (default_print_registers_info): Also print hex
4946 raw contents for TYPE_CODE_DECFLOAT registers.
4947 * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
4948 * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
4949 (rs6000_register_name): Add support for DFP pseudo-registers.
4950 (rs6000_pseudo_register_type): Likewise.
4951 rs6000_pseudo_register_reggroup_p): Likewise.
4952 (ppc_pseudo_register_read): New function.
4953 (ppc_pseudo_register_write): Likewise.
4954 (rs6000_pseudo_register_read): Likewise.
4955 (rs6000_pseudo_register_write): Likewise.
4956 (e500_pseudo_register_read): Move checks to
4957 rs6000_pseudo_register_read.
4958 (e500_pseudo_register_write): Move checks to
4959 rs6000_pseudo_register_write.
4960 (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum. Install
4961 rs6000_pseudo_register_read and rs6000_pseudo_register_write
4962 in gdbarch if SPE or DFP is available. Adjust gdbarch's
4963 num_pseudo_regs to account for DFP pseudo regs.
4964
4965 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4966
4967 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
4968 * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
4969 (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
4970 rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
4971 e500_pseudo_register_read, e500_pseudo_register_write): Use
4972 IS_SPE_PSEUDOREG macro.
4973 (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
4974 (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
4975 Remove initialization of tdep->ppc_ev31_regnum.
4976
4977 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
4978
4979 * printcmd.c (print_formatted): Handle references as for unformatted
4980 prints.
4981
4982 2008-01-30 Joel Brobecker <brobecker@adacore.com>
4983
4984 * eval.c (evaluate_subexp_standard): Add handling of user
4985 registers when in EVAL_AVOID_SIDE_EFFECTS mode.
4986
4987 2008-01-30 Pierre Muller <muller@ics.u-strasbg.fr>
4988
4989 * eval.c (evaluate_subexp_standard): Support
4990 BINOP_INTDIV opcode.
4991
4992 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
4993
4994 * valarith.c (value_binop): Add floating-point BINOP_MIN and
4995 BINOP_MAX cases.
4996 For BINOP_EXP, use length and signedness of left operand only for
4997 result, as for shifts.
4998 For integral operands to BINOP_EXP, use new integer_pow and
4999 uinteger_pow functions so as to get full range of results.
5000 (integer_pow): New function.
5001 (uinteger_pow): New function.
5002
5003 2008-01-30 Vladimir Prus <vladimir@codesourcery.com>
5004
5005 Use vector for varobj_list_children interface.
5006 * gdb/varobj.c (varobj_list_children): Return vector
5007 of varobjs.
5008 * gdb/varobj.h (varobj_list_children): Adjust
5009 prototype.
5010 (varobj_p): Declare. Declare vector thereof.
5011 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
5012 for varobj_list_children change.
5013 * Makefile.in (varobj_h): Update dependencies.
5014
5015 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5016
5017 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
5018 TYPE_CODE_DECFLOAT arguments.
5019 (ppc64_sysv_abi_push_dummy_call) Likewise.
5020 (get_decimal_float_return_value): New function.
5021 (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
5022 values by calling get_decimal_float_return_value.
5023 (ppc64_sysv_abi_return_value): Likewise.
5024
5025 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5026
5027 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field
5028 for preprocessor macro information. Formatting changes.
5029
5030 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5031
5032 * remote.c (struct remote_state): Add cached_wait_status.
5033 (remote_exec_file): New variable.
5034 (PACKET_vAttach, PACKET_vRun): New constants.
5035 (extended_remote_restart): Do not query for status.
5036 (struct start_remote_args): New.
5037 (remote_start_remote): Take it as a second argument. Check
5038 whether the target is running. Issue an error for non-running
5039 non-extended targets. Cache the wait status. Set inferior_ptid
5040 here.
5041 (remote_open_1): Prompt to disconnect non-running targets. Make
5042 sure the target is marked running. Do not set inferior_ptid here.
5043 Update call to remote_start_remote. Do not call remote_check_symbols
5044 if the target is not running.
5045 (remote_detach_1): Rename from remote_detach. Take an EXTENDED
5046 argument. Handle a non-running target.
5047 (remote_detach): Use it.
5048 (extended_remote_detach): New.
5049 (remote_disconnect): Fix typo. Use remoute_mourn_1.
5050 (extended_remote_attach_1, extended_remote_attach)
5051 (extended_async_remote_attach): New.
5052 (remote_vcont_resume): Remove unused variable.
5053 (remote_wait, remote_async_wait): Use any cached wait status.
5054 (putpkt_binary, getpkt): Clear any cached wait status.
5055 (extended_remoute_mourn_1): New.
5056 (extended_remote_mourn): Use it.
5057 (extended_async_remote_mourn, extended_remote_run): New.
5058 (extended_remote_create_inferior_1): New.
5059 (extended_remote_create_inferior): Use it.
5060 (extended_remote_async_create_inferior): Likewise.
5061 (remote_xfer_partial): Skip for non-executing targets.
5062 (init_extended_remote_ops): Set to_detach and to_attach.
5063 (init_extended_async_remote_ops): Likewise. Use
5064 extended_async_remote_mourn.
5065 (_initialize_remote): Register vAttach, vRun, and
5066 set remote exec-file.
5067 * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
5068
5069 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5070
5071 * Makefile.in (symfile.o): Update.
5072 * NEWS: Mention exec tracing support.
5073 * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
5074 exec events.
5075 * infcmd.c (kill_if_already_running, detach_command)
5076 (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
5077 * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
5078 (follow_exec): Do not check may_follow_exec. Do not mourn and push
5079 targets. Apply the sysroot path to the loaded executable. Use
5080 no_shared_libraries.
5081 * linux-nat.c (linux_child_follow_fork): Print fork following
5082 messages if verbose.
5083 (kill_wait_callback): Kill again before waiting a second time.
5084 * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
5085 no_shared_libraries.
5086
5087 2008-01-29 Joel Brobecker <brobecker@adacore.com>
5088
5089 * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
5090
5091 2008-01-29 Joel Brobecker <brobecker@adacore.com>
5092
5093 * nto-tdep.h: Remove #include "defs.h".
5094 * nto-tdep.c: Add #include "defs.h".
5095 * Makefile.in (nto_tdep_h): Update dependencies.
5096 (nto-tdep.o): Likewise.
5097
5098 2008-01-29 Joel Brobecker <brobecker@adacore.com>
5099
5100 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
5101 and use it.
5102 (proceed, start_remote): Update call to wait_for_inferior.
5103 * inferior.h (wait_for_inferior): Update declaration.
5104 * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
5105 solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
5106 * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
5107 TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
5108
5109 2008-01-29 Aleksandar Ristovski <aristovski@qnx.com>
5110
5111 * varobj (adjust_value_for_child_access): Added checking for
5112 returned value from gdb_value_ind.
5113 (c_describe_child): Likewise.
5114 (cplus_describe_child): Fixed a typo.
5115
5116 2008-01-29 Jim Blandy <jimb@red-bean.com>
5117
5118 * MAINTAINERS: Update my info.
5119
5120 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5121
5122 Use multiple locations for hardware watchpoints.
5123 This eliminates the need to traverse value chain, doing
5124 various checks, in three different places.
5125
5126 * breakpoint.h (struct bp_location): New fields
5127 lengths and watchpoint_type.
5128 (struct breakpoint): Remove the val_chain field.
5129 * breakpoint.c (is_hardware_watchpoint): New.
5130 (free_valchain): Remove.
5131 (update_watchpoint): New.
5132 (insert_bp_location): For hardware watchpoint, just
5133 directly insert it.
5134 (insert_breakpoints): Call update_watchpoint_locations
5135 on all watchpoints. If we have failed to insert
5136 any location of a hardware watchpoint, remove all inserted
5137 locations.
5138 (remove_breakpoint): For hardware watchpoints, directly
5139 remove location.
5140 (watchpoints_triggered): Iterate over locations.
5141 (bpstat_stop_status): Use only first location of
5142 a resource watchpoint.
5143 (delete_breakpoint): Don't call free_valchain.
5144 (print_one_breakpoint): Don't print all
5145 locations for watchpoints.
5146 (breakpoint_re_set_one): Use update_watchpoint for
5147 watchpoints.
5148
5149 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5150
5151 Don't reset watchpoint block on solib load.
5152
5153 * breakpoint.c (insert_bp_location): For watchpoints,
5154 recompute condition.
5155 (breakpoint_re_set_one): Instead of recomputing value
5156 and condition for watchpoints, just reset value and
5157 let insert_breakpoints/insert_bp_location recompute it.
5158 Don't do anything about disabled watchpoint.
5159
5160 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5161
5162 * valarith.c (value_binop): Handle unsigned integer
5163 division by zero.
5164
5165 2008-01-28 Kevin Buettner <kevinb@redhat.com>
5166
5167 * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
5168 instruction pattern that appears frequently in position
5169 independent code. Fix bug in code which looks for "fmov" and
5170 backtracks if no "fmov" is found.
5171
5172 2008-01-28 Doug Evans <dje@google.com>
5173
5174 * dbxread.c (read_dbx_symtab): Fix indentation.
5175 Reformat comments to 80 columns.
5176 Move local var def closer to only use.
5177
5178 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5179
5180 * fork-child.c (SHELL_FILE): Remove #ifndef.
5181 (fork_inferior): Remove SHELL_COMMAND_CONCAT.
5182
5183 2008-01-25 Pierre Muller <muller@ics.u-strasbg.fr>
5184
5185 * i386-tdep.c (i386_skip_noop): New function.
5186 (i386_analyze_prologue): Call i386_skip_noop function.
5187
5188 2008-01-24 Michael Snyder <msnyder@specifix.com>
5189
5190 * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
5191 * win32-nat.c (win32_xfer_partial): Ditto.
5192 * target.c (default_xfer_partial): Minor whitespace adjustment.
5193
5194 2008-01-24 Pedro Alves <pedro@codesourcery.com>
5195
5196 * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
5197 strip bit 1 even if pc doesn't point to thumb code.
5198
5199 2008-01-23 Daniel Jacobowitz <dan@codesourcery.com>
5200
5201 * remote.c (remote_wait): Handle SIGINT between packets.
5202 (remote_async_wait): Likewise.
5203
5204 2008-01-23 Vladimir Prus <vladimir@codesourcery.com>
5205 Chris Demetriou <cgd@google.com>
5206
5207 * thread.c (add_thread_silent): Renamed
5208 from add_thread.
5209 (print_thread_events): New variable definition.
5210 (show_print_thread_events): New function.
5211 (_initialize_thread): Add "set print thread-events" and
5212 "show print thread-events" commands.
5213 (add_thread): Announce new thread.
5214 * gdbthread.h (add_thread_silent): Declare.
5215 (print_thread_events): New variable declaration.
5216 * inf-ttrace.c (inf_ttrace_wait): Don't
5217 inform about new thread, as add_thread is always
5218 called too, and will take care of that.
5219 * infrun.c (handle_inferior_event): Likewise.
5220 * procfs.c (procfs_wait): Likewise.
5221 * remote.c (remote_currthread): Likewise.
5222 * sol-thread.c (sol_thread_wait): Likewise.
5223 * win32-nat.c (get_win32_debug_event): Likewise.
5224 * linux-thread-db.c (attach_thread): Likewise.
5225 Remove the verbose parameter.
5226 (check_event): Make detach_thread be verbose
5227 only if print_thread_events is set.
5228 * linux-nat.c (lin_lwp_attach_lwp): Don't inform
5229 about new thread. This is called only from
5230 linux-thread-db.c:attach_thread, which will take care.
5231 Remove the verbose parameter.
5232 * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
5233
5234 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
5235
5236 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
5237
5238 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5239
5240 * breakpoint.c (break_command_really): New parameter
5241 ignore_count.
5242 (break_command_1): Pass 0 as
5243 ignore_count to break_command_really.
5244 (gdb_breakpoint): Pass ignore_count to
5245 break_command_really.
5246
5247 2008-01-21 Kevin Buettner <kevinb@redhat.com>
5248
5249 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
5250 sigcontext struct via pointer.
5251 (struct sigframe comment): Update to show new field `psc'.
5252
5253 2008-01-21 Vladimir Prus <vladimir@codesourcery.com>
5254
5255 * infrun.c (handle_inferior_event): If
5256 we failed to remove breakpoints, error,
5257 don't try to increment PC by hand.
5258
5259 2008-01-18 Nick Hudson <nick.hudson@dsl.pipex.com>
5260
5261 Add NetBSD/hppa target and host support.
5262
5263 * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
5264 (hppabsd_gregset): Move to ...
5265 (hppabsd_regset_from_core_section): Rename
5266 hppaobsd_regset_from_core_section and move to ...
5267 (hppabsd_find_global_pointer): Update comment.
5268 (hppabsd_init_abi): Make global. Do not register
5269 hppabsd_regset_from_core_section.
5270 (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
5271 move to ...
5272 (_initialize_hppabsd_tdep): Move to ...
5273 * hppaobsd-tdep.c: ... here. New file.
5274 * hppnbsd-tdep.c: New file.
5275 * hppnbsd-nat.c: New file.
5276 * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
5277 (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5278 (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
5279 (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
5280 * configure.host (hppa*-*-netbsd*): New entry.
5281 * configure.tgt (hppa*-*-netbsd*): New entry.
5282 (hppa*-*-openbsd*): Update.
5283 * NEWS (New native configuration): Mention NetBSD/hppa.
5284 (New targets): Mention NetBSD/hppa.
5285
5286 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5287
5288 * gdbarch.sh (function_list): Add new property bits_big_endian to
5289 gdbarch structure.
5290 * gdbarch.{c,h}: Regenerate.
5291
5292 * value.c (struct value): Replace BITS_BIG_ENDIAN by
5293 gdbarch_bits_big_endian (comment).
5294 (unpack_field_as_long, modify_field): Likewise.
5295 * value.h: Likewise (comment).
5296 * valops.c (value_slice): Likewise.
5297 * valarith.c (value_subscript, value_bit_index): Likewise.
5298 * gdbtypes.h (field): Likewise (comment).
5299 * eval.c (evaluate_subexp_standard): Likewise.
5300 * dwarf2read.c (dwarf2_add_field): Likewise.
5301 * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
5302 (move_bits, ada_value_assign, value_assign_to_component): Likewise.
5303
5304 * defs.h (BITS_BIG_ENDIAN): Remove.
5305
5306 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5307
5308 * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
5309 function calls.
5310 * m2-exp.y (yylex): Likewise.
5311 * objc-exp.y (yylex): Likewise.
5312
5313 * defs.h (DEPRECATED_STREQN): Remove.
5314
5315 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
5316
5317 * MAINTAINERS: Update my email address.
5318
5319 2008-01-17 Jim Blandy <jimb@codesourcery.com>
5320
5321 * README: Mention gdbserver/README.
5322
5323 2008-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
5324
5325 * valarith.c (value_binop): Handle BINOP_INTDIV
5326 for unsigned and signed integers.
5327
5328 2008-01-17 Ulrich Weigand <uweigand@de.ibm.com>
5329
5330 * s390-tdep.c (s390_gdbarch_init): Set default long double
5331 type to 128-bit IEEE quad.
5332
5333 2008-01-17 Joel Brobecker <brobecker@adacore.com>
5334
5335 * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
5336
5337 2008-01-16 Mark Kettenis <kettenis@gnu.org>
5338
5339 * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
5340
5341 * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
5342 * value.c: All callers changed.
5343
5344 2008-01-16 Markus Deuling <deuling@de.ibm.com>
5345
5346 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
5347 DEPRECATED_STREQ by its expression.
5348 * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
5349 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
5350 (scan_xcoff_symtab): Likewise.
5351 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
5352 * f-lang.c (find_common_for_function): Likewise.
5353 * objc-exp.y (parse_number): Likewise.
5354
5355 * defs.h (DEPRECATED_STREQ): Remove.
5356
5357 2008-01-16 Markus Deuling <deuling@de.ibm.com>
5358
5359 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
5360 * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
5361 get_frame_arch to get at the current_architecture. Update AM33_MODE
5362 call.
5363 (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
5364 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
5365 architecture.
5366 (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
5367
5368 2008-01-16 Markus Deuling <deuling@de.ibm.com>
5369
5370 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
5371 parameter.
5372 * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
5373
5374 (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
5375 current_gdbarch by gdbarch. Update caller.
5376
5377 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
5378 (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
5379 the current architecture. Update calls of
5380 amd64_native_gregset_supplies_p.
5381 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
5382 (amd64bsd_store_inferior_registers): Likewise.
5383
5384 2008-01-16 Markus Deuling <deuling@de.ibm.com>
5385
5386 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
5387 Replace current_gdbarch by gdbarch. Update caller.
5388
5389 2008-01-16 Markus Deuling <deuling@de.ibm.com>
5390
5391 * dbxread.c (repeated_header_complaint, dbx_symfile_init)
5392 (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
5393 (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
5394 (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
5395 (stabsect_build_psymtabs): Fix indentation.
5396
5397 2008-01-15 Michael Snyder <msnyder@specifix.com>
5398
5399 * corelow.c (core_xfer_partial): Comment, cut/paste error.
5400
5401 2008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
5402
5403 * win32-nat.c (win32_create_inferior): Restore code calling
5404 CloseHandle on ProcessInformation structure.
5405
5406 2008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
5407
5408 * configure.ac: Check for void * as 3 argument of ptrace.
5409 * configure: regenerate.
5410
5411 2008-01-11 Markus Deuling <deuling@de.ibm.com>
5412
5413 * alpha-tdep.c (alpha_heuristic_proc_start)
5414 (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
5415 current_gdbarch by gdbarch.
5416
5417 (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
5418 current architecture by frame_info. Update alpha_heuristic_proc_start
5419 call.
5420
5421 (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
5422 get_frame_arch to get at the current architecture by frame_info. Update
5423 alpha_sigtramp_register_address call.
5424
5425 * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
5426 current_gdbarch by gdbarch. Update caller.
5427 (convert_to_extended, convert_from_extended): Add endianess parameter
5428 for comparison. Update caller.
5429 (arm_extract_return_value, arm_store_return_value): Use
5430 get_regcache_arch to get at the current architecture.
5431
5432 * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
5433 current_gdbarch by gdbarch. Update caller.
5434 (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
5435 gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
5436
5437 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
5438 gdbarch as parameter. Update caller.
5439 (h8300_init_frame_cache): Add gdbarch as parameter. Replace
5440 current_gdbarch by gdbarch. Update caller.
5441
5442 * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
5443 update caller. Replace current_gdbarch by gdbarch.
5444
5445 * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
5446 the current architecture. Replace current_gdbarch by gdbarch.
5447 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
5448 (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
5449 expression. Add gdbarch as parameter and replace current_gdbarch with
5450 it. Update caller.
5451 (M6811_TDEP): Remove.
5452 (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
5453 architecture.
5454 (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
5455 current_gdbarch by gdbarch. Update caller.
5456
5457 * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
5458 update caller.
5459 (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
5460 by gdbarch.
5461
5462 * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
5463 caller. Relace current_gdbarch by gdbarch.
5464 (altivec_register_p, spe_register_p): Likewise.
5465 * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
5466 parameter.
5467 * ppc-linux-nat.c (fetch_register, store_register): Update caller of
5468 altivec_register_p and spe_register_p.
5469
5470 * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
5471 caller. Replace current_gdbarch by gdbarch.
5472 (score_analyze_prologue): use get_frame_arch to get at the current
5473 architecture.
5474
5475 * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
5476 * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
5477 current_gdbarch by gdbarch. Update caller.
5478 (sparc_frame_cache): Use get_frame_arch to get at the current
5479 architecture.
5480 * sparce64-tdep.c (sparc64_skip_prologue): Update call of
5481 sparc_analyze_prologue.
5482
5483 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
5484 parameter.
5485
5486 2008-01-11 Markus Deuling <deuling@de.ibm.com>
5487
5488 * exec.c: #include "arch-utils.h"
5489 (print_section_info): Use gdbarch_from_bfd to get at the
5490 current architecture. Replace current_gdbarch. Fix indention. Replace
5491 deprecated_print_address_numeric by paddress.
5492 * Makefile.in (exec.o) Add dependency to arch-utils.h.
5493
5494 * valprint.c (val_print_string): Replace
5495 deprecated_print_address_numeric.
5496 * tracepoint.c (trace_mention, scope_info): Likewise.
5497 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
5498 (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
5499 (maintenance_check_symtabs): Likewise.
5500 * symfile.c (list_overlays_command): Likewise.
5501 * stack.c (frame_info, print_block_frame_labels): Likewise.
5502 * printcmd.c (print_address, print_address_demangle)
5503 (address_info): Likewise.
5504 * corefile.c (memory_error): Likewise.
5505 * infcmd.c (jump_command): Likewise.
5506 * breakpoint.c (insert_bp_location, describe_other_breakpoints)
5507 (mention, delete_breakpoint): Likewise.
5508 * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
5509 * dwarf2read.c (dump_die): Likewise.
5510 * ada-valprint.c (ada_val_print_1): Likewise.
5511 * f-valprint.c (f_val_print): Likewise.
5512 * linux-fork.c (info_forks_command): Likewise.
5513 * m32r-com.c (m32r_load_section, m32r_load)
5514 (m32r_upload_command): Likewise.
5515
5516 * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
5517
5518 2008-01-11 Markus Deuling <deuling@de.ibm.com>
5519
5520 * gdbarch.sh (skip_prologue): Add gdbarch
5521 as parameter.
5522 * gdbarch.{c,h}: Regenerate.
5523
5524 * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
5525 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5526 * avr-tdep.c (avr_skip_prologue): Likewise.
5527 * cris-tdep.c (cris_skip_prologue): Likewise.
5528 * frv-tdep.c (frv_skip_prologue): Likewise.
5529 * h8300-tdep.c (h8300_skip_prologue): Likewise.
5530 * hppa-tdep.c (hppa_skip_prologue): Likewise.
5531 * i386-tdep.c (i386_skip_prologue): Likewise.
5532 * ia64-tdep.c (ia64_skip_prologue): Likewise.
5533 * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
5534 * m32r-tdep.c (m32r_skip_prologue): Likewise.
5535 * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
5536 * m68k-tdep.c (m68k_skip_prologue): Likewise.
5537 * m88k-tdep.c (m88k_skip_prologue): Likewise.
5538 * mep-tdep.c (mep_skip_prologue): Likewise.
5539 * mips-tdep.c (mips_skip_prologue): Likewise.
5540 * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
5541 * mt-tdep.c (mt_skip_prologue): Likewise.
5542 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
5543 * score-tdep.c (score_skip_prologue): Likewise.
5544 * sh64-tdep.c (sh64_skip_prologue): Likewise.
5545 * sh-tdep.c (sh_skip_prologue): Likewise.
5546 * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
5547 * sparc-tdep.c (sparc32_skip_prologue): Likewise.
5548 * spu-tdep.c (spu_skip_prologue): Likewise.
5549 * v850-tdep.c (v850_skip_prologue): Likewise.
5550 * vax-tdep.c (vax_skip_prologue): Likewise.
5551 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5552 * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
5553
5554 * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
5555 current_gdbarch by gdbarch.
5556 * m32c-tdep.c (m32c_skip_prologue): Likewise.
5557 * s390-tdep.c (s390_skip_prologue): Likewise.
5558
5559 2008-01-10 Doug Evans <dje@google.com>
5560
5561 * defs.h (struct continuation_arg): Fix typo in comment.
5562 * target.c (target_translate_tls_address): Fix comment spelling error.
5563
5564 2008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
5565
5566 * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
5567 (DOUBLEST_SCAN_FORMAT): Likewise.
5568 * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
5569 * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
5570 * c-exp.y (parse_number): Likewise.
5571 * jv-exp.y (parse_number): Likewise.
5572 * objc-exp.y (parse_number): Likewise.
5573 * p-exp.y (parse_number): Likewise.
5574
5575 2008-01-09 Joel Brobecker <brobecker@adacore.com>
5576
5577 * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
5578 (check_typedef): Likewise.
5579
5580 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5581
5582 * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
5583 seen_double_big_d, treat the new H, D, and DD modifiers as length
5584 modifiers.
5585
5586 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5587
5588 * dwarf2read.c (read_enumeration_type): Add comment.
5589
5590 2008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
5591
5592 * config.in: Regenerate.
5593
5594 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5595
5596 * ada-lang.c (ada_convert_actual): Renames convert_actual.
5597 Make non-static.
5598 (ada_convert_actuals): Delete.
5599 * ada-lang.h (ada_convert_actual): Add declaration.
5600 (ada_convert_actuals): Remove declaration.
5601 * infcall.c: #include "ada-lang.h".
5602 (value_arg_coerce): Add new parameter sp. Update function
5603 documetnation. Add handling of Ada function call parameters.
5604 * Makefile.in (infcall.o): Update dependencies.
5605
5606 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
5607
5608 * ada-lang.c (ensure_lval): Fix value lval kind.
5609 (convert_actual): Add handling for arguments passed by reference.
5610
5611 2008-01-08 Doug Evans <dje@google.com>
5612
5613 * dbxread.c (read_dbx_symtab): Fix indentation.
5614
5615 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5616
5617 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
5618 (valarith.o): Depend on dfp.h.
5619 (valops.o): Likewise.
5620 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
5621 (set_decnumber_context): New function.
5622 (decimal_check_errors): Likewise.
5623 (decimal_from_number): Likewise.
5624 (decimal_to_number): Likewise.
5625 (decimal_from_string): Use set_decnumber_context and
5626 decimal_check_errors.
5627 (decimal_from_integral): New function.
5628 (decimal_from_floating): Likewise.
5629 (decimal_to_double): Likewise.
5630 (promote_decimal): Likewise.
5631 (decimal_binop): Likewise.
5632 (decimal_is_zero): Likewise.
5633 (decimal_compare): Likewise.
5634 (decimal_convert): Likewise.
5635 * dfp.h (decimal_from_integral): New prototype.
5636 (decimal_from_floating): Likewise.
5637 (decimal_to_double): Likewise.
5638 (decimal_binop): Likewise.
5639 (decimal_is_zero): Likewise.
5640 (decimal_compare): Likewise.
5641 (decimal_convert): Likewise.
5642 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
5643 call to value_from_decfloat.
5644 * valarith.c: Include dfp.h.
5645 (value_args_as_decimal): New function.
5646 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
5647 (value_logical_not): Likewise.
5648 (value_equal): Likewise.
5649 (value_less): Likewise.
5650 (value_pos): Likewise.
5651 (value_neg): Formatting fix.
5652 * valops.c: Include dfp.h.
5653 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
5654 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
5655 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
5656 (value_from_decfloat): Remove expect_type argument.
5657 * value.h (value_from_decfloat): Update prototype.
5658
5659 2008-01-07 Vladimir Prus <vladimir@codesourcery.com>
5660
5661 Ignore change in name of dynamic linker during
5662 execution on Solaris. This also unbreaks pending breakpoints.
5663
5664 * solist.h (struct target_so_ops): New field same.
5665 * solib-svr4.c (svr4_same): New.
5666 (_initialize_svr4_solib): Register svr4_same.
5667 * solib.c (update_solib_list): Use ops->same, if available.
5668
5669 2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
5670
5671 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
5672 when using MS-DOS paths.
5673
5674 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5675
5676 * NEWS: Mention --pid and --core command line behaviour changes.
5677
5678 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5679
5680 * main.c (captured_main): Remove 'count' varible and the
5681 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
5682 --pid options were issued simultaneously. If an explicit pid
5683 option was passed, don't fallback to core file. Detect extra
5684 arguments better in the presence of explicit pid or core
5685 arguments.
5686
5687 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5688
5689 * ada-lang.c (ada_which_variant_applies): Correctly compute
5690 the value of the discriminant when the variant record is packed.
5691
5692 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5693
5694 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
5695 that are used to differentiate homonyms.
5696
5697 2008-01-04 Jerome Guitton <guitton@adacore.com>
5698
5699 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
5700 when the type is an anonymous pointer type.
5701 (ada_check_typedef): Avoid a seg fault when the type is null.
5702 * ada-typeprint.c (print_array_type): Add support for pointer
5703 to packed arrays.
5704
5705 2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
5706
5707 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
5708
5709 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5710
5711 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
5712 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
5713
5714 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5715
5716 * ada-exp.y (chop_separator): New function.
5717 (write_selectors): Rewrite to re-use chop_separator.
5718 (ada_nget_field_index, get_symbol_field_type): New functions.
5719 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
5720 expressions.
5721
5722 2008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
5723
5724 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
5725 of SYMBOL_VALUE when working with function symbols.
5726
5727 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5728
5729 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
5730 expressions. These expressions do not need to be rewriten.
5731
5732 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5733
5734 * dwarf2read.c (read_enumeration_type): Flag type as stub if
5735 the given die is a declaration.
5736
5737 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5738
5739 * ada-lang.c (ada_array_bound_from_type): Make non-static.
5740 Handle properly the case when the index type is an enumerated type.
5741 Do not return the subtype of the bounds type, just return the
5742 bounds type directly - this is not needed and is more consistent
5743 with what we do for arrays when no XA parallel type exists.
5744
5745 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5746
5747 * ada-lang.c (static_unwrap_type): Add forward declaration.
5748 (template_to_static_fixed_type): Fields of dynamic types sometimes
5749 also need to be unwrapped. Take this into account.
5750 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
5751 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
5752 * ada-typeprint.c (ada_print_type): Get the typename from
5753 the original type, not the base type.
5754
5755 2008-01-03 Jerome Guitton <guitton@adacore.com>
5756
5757 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
5758 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
5759 Update calls to ada_to_fixed_type.
5760 (ada_template_to_fixed_record_type_1): Ditto, but without looking
5761 for the tag.
5762 (ada_to_fixed_type): Add check_tag parameter; do not look for
5763 tag if null. When looking for a tag, use a fixed record type.
5764 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
5765 * ada-valprint.c (printable_val_type, ada_value_print): Update
5766 calls to ada_to_fixed_type.
5767
5768 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
5769
5770 * doublest.c (convert_floatformat_to_doublest): Call
5771 floatformat_to_doublest instead of floatformat_to_double and use
5772 DOUBLEST variables.
5773 (convert_doublest_to_floatformat): Call floatformat_from_doublest
5774 instead of floatformat_from_double and use DOUBLEST variables.
5775
5776 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
5777
5778 * MAINTAINERS (Write After Approval): Add self.
5779
5780 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5781
5782 * symfile.c (set_initial_language): Make non-static.
5783 * symfile.h (set_initial_language): Add declaration.
5784 * language.c: #include "symfile.h".
5785 (set_language): Call set_initial_language if the frame language
5786 could not be determined.
5787
5788 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
5789
5790 * eval.c (evaluate_subexp_for_address): Provide frame address to
5791 locate_var_value only if it will be needed.
5792
5793 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5794
5795 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
5796
5797 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5798
5799 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
5800 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
5801 This is needed to make sure that any other treatment applied
5802 to the resulting value does not fail for spurious reason,
5803 such as trying to take the address of this value.
5804
5805 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5806
5807 * ada-lang.c (ada_value_equal): Dereference reference types when
5808 comparing arrays.
5809
5810 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
5811
5812 Updated copyright notices for most files.
5813
5814 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
5815
5816 * win32-nat.c (psapi_module_handle): Remove static.
5817 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
5818 return first module found if base_address is zero. Don't initialize
5819 psapi function pointers here. Convert to cygwin paths when
5820 appropriate.
5821 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
5822 executable name. Use get_module_name when that fails or when
5823 !__CYGWIN__.
5824 (_initialize_psapi): New function. Initialize psapi stuff before it is
5825 needed or issue a warning if it is not found. Move psapi_module_handle
5826 here.
5827
5828 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5829
5830 * ada-lang.c (ada_remove_trailing_digits): New function.
5831 (ada_remove_po_subprogram_suffix): New function.
5832 (ada_decode): Improve. Move the description of the algorithm
5833 directly inside the code, instead of in the function global
5834 description.
5835
5836 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5837
5838 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
5839 and always print the dereferenced value.
5840
5841 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5842
5843 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
5844 of the case where the first argument is a reference.
5845 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
5846
5847 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5848
5849 Implement support for Ada interface types.
5850
5851 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
5852 (ada_is_ignored_field): Ignore fields that are a dispatch table
5853 of a tagged type.
5854
5855 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5856
5857 * top.c (print_gdb_version): Update copyright year.
5858
5859 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5860
5861 * ChangeLog-2007: New ChangeLog rotation.
5862 * ChangeLog: Reset for 2008.
5863 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
5864 ChangeLog-2007.
5865
5866 For older changes see ChangeLog-2007.
5867 \f
5868 Local Variables:
5869 mode: change-log
5870 left-margin: 8
5871 fill-column: 74
5872 version-control: never
5873 coding: utf-8
5874 End:
This page took 0.189262 seconds and 4 git commands to generate.