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