* Makefile.in (SUBDIR_CLI_OBS): Don't mention cli-utils.o.
[external/binutils.git] / gdb / ChangeLog
1 2008-10-28  Tom Tromey  <tromey@redhat.com>
2
3         * Makefile.in (SUBDIR_CLI_OBS): Don't mention cli-utils.o.
4         (SUBDIR_CLI_DEPS): Don't mention cli-utils.c.
5         (HFILES_NO_SRCDIR): Don't mention cli-utils.h.
6         (cli-utils.o): Remove.
7         * cli/cli-utils.c: Remove.
8         * cli/cli-utils.h: Remove.
9
10 2008-10-28  Tom Tromey  <tromey@redhat.com>
11
12         * varobj.c (value_get_print_value): Include valprint.h.
13         (value_get_print_value): Use get_formatted_print_options.
14         * value.h (struct value_print_options): Declare.
15         (value_print, val_print, common_val_print, val_print_string):
16         Update.
17         * value.c: Include valprint.h.
18         (show_values): Use get_user_print_options.
19         (show_convenience): Likewise.
20         * valprint.h (prettyprint_arrays, prettyprint_structs): Don't
21         declare.
22         (struct value_print_options): New type.
23         (vtblprint, unionprint, addressprint, objectprint, print_max,
24         inspect_it, repeat_count_threshold, output_format,
25         stop_print_at_null): Don't declare.
26         (user_print_options, get_user_print_options,
27         get_raw_print_options, get_formatted_print_options): Declare.
28         (print_array_indexes_p): Don't declare.
29         (maybe_print_array_index, val_print_array_elements): Update.
30         * valprint.c (print_max): Remove.
31         (user_print_options): New global.
32         (get_user_print_options, get_raw_print_options,
33         get_formatted_print_options): New functions.
34         (print_array_indexes, repeat_count_threshold, stop_print_at_null,
35         prettyprint_structs, prettyprint_arrays, unionprint,
36         addressprint): Remove.
37         (val_print): Remove format, deref_ref, pretty arguments; add
38         options.  Update.
39         (common_val_print): Likewise.
40         (print_array_indexes_p): Remove.
41         (maybe_print_array_index): Remove format, pretty arguments; add
42         options.  Update.
43         (val_print_array_elements): Remove format, deref_ref, pretty
44         arguments; add options.  Update.
45         (val_print_string): Add options argument.  Update.
46         (_initialize_valprint): Use user_print_options.
47         (output_format): Remove.
48         (set_output_radix_1): Use user_print_options.
49         * typeprint.c: Include valprint.h.
50         (objectprint): Don't declare.
51         (whatis_exp): Use get_user_print_options.
52         * tui/tui-regs.c: Include valprint.h.
53         (tui_register_format): Use get_formatted_print_options.
54         * tracepoint.c: Include valprint.h.
55         (addressprint): Don't declare.
56         (trace_mention): Use get_user_print_options.
57         (tracepoints_info): Likewise.
58         * stack.c (print_frame_args): Use get_raw_print_options.
59         (print_frame_info): Use get_user_print_options.
60         (print_frame): Likewise.
61         * sh64-tdep.c: Include valprint.h
62         (sh64_do_register): Use get_formatted_print_options.
63         * scm-valprint.c (scm_inferior_print): Remove format, deref_ref,
64         pretty arguments; add options.
65         (scm_scmlist_print): Likewise.  Update.
66         (scm_scmval_print): Likewise.
67         (scm_val_print): Likewise.
68         (scm_value_print): Remove format, pretty arguments; add options.
69         Update.
70         * scm-lang.h (scm_value_print, scm_val_print, scm_scmval_print):
71         Update.
72         * scm-lang.c (scm_printstr): Add options argument.
73         * python/python-value.c: Include valprint.h.
74         (valpy_str): Use get_user_print_options.
75         * printcmd.c: Include valprint.h.
76         (addressprint): Don't declare.
77         (inspect_it): Remove.
78         (print_formatted): Remove format option; add options.  Update.
79         (print_scalar_formatted): Likewise.
80         (print_address_demangle): Use get_user_print_options.
81         (do_examine): Use get_formatted_print_options.
82         (print_command_1): Likewise.
83         (output_command): Use get_formatted_print_options.
84         (do_one_display): Likewise.
85         (print_variable_value): Use get_user_print_options.
86         * p-valprint.c (pascal_val_print): Remove format, deref_ref,
87         pretty arguments; add options.  Update.
88         (pascal_value_print): Remove format, pretty arguments; add
89         options.  Update.
90         (vtblprint, objectprint): Don't declare.
91         (pascal_static_field_print): Remove.
92         (pascal_object_print_value_fields): Remove format, pretty
93         arguments; add options.  Update.
94         (pascal_object_print_static_field): Likewise.
95         (_initialize_pascal_valprint): Use user_print_options.  Update.
96         * p-lang.h (pascal_val_print, pascal_value_print,
97         pascal_printstr, pascal_object_print_value_fields): Update.
98         (vtblprint, static_field_print): Don't declare.
99         * p-lang.c (pascal_printstr): Add options argument.  Update.
100         * objc-lang.c (objc_printstr): Add options argument.  Update.
101         * mt-tdep.c: Include valprint.h.
102         (mt_registers_info): Use get_raw_print_options.
103         * mips-tdep.c: Include valprint.h.
104         (mips_print_fp_register): Use get_formatted_print_options.
105         (mips_print_register): Likewise.
106         * mi/mi-main.c: Include valprint.h.
107         (get_register): Use get_user_print_options.
108         (mi_cmd_data_evaluate_expression): Likewise.
109         (mi_cmd_data_read_memory): Use get_formatted_print_options.
110         * mi/mi-cmd-stack.c: Include valprint.h.
111         (list_args_or_locals): Use get_raw_print_options.
112         * m2-valprint.c (print_function_pointer_address): Add addressprint
113         argument.
114         (m2_print_long_set): Remove format, pretty arguments.
115         (m2_print_unbounded_array): Remove format, deref_ref, pretty
116         arguments; add options.  Update.
117         (print_unpacked_pointer): Remove format argument; add options.
118         Now static.  Update.
119         (print_variable_at_address): Remove format, deref_ref, pretty
120         arguments; add options.  Update.
121         (m2_print_array_contents): Likewise.
122         (m2_val_print): Likewise.
123         * m2-lang.h (m2_val_print): Update.
124         * m2-lang.c (m2_printstr): Add options argument. Update.
125         * language.h (struct value_print_options): Declare.
126         (struct language_defn) <la_printstr>: Add options argument.
127         <la_val_print>: Remove format, deref_ref, pretty argument; add
128         options.
129         <la_value_print>: Remove format, pretty arguments; add options.
130         <la_print_array_index>: Likewise.
131         (LA_VAL_PRINT, LA_VALUE_PRINT, LA_PRINT_STRING,
132         LA_PRINT_ARRAY_INDEX): Update.
133         (default_print_array_index): Update.
134         * language.c (default_print_array_index): Remove format, pretty
135         arguments; add options.  Update.
136         (unk_lang_printstr): Add options argument.
137         (unk_lang_val_print): Remove format, deref_ref, pretty arguments;
138         add options.
139         (unk_lang_value_print): Remove format, pretty arguments; add
140         options.
141         * jv-valprint.c (java_value_print): Remove format, pretty
142         arguments; add options.  Update.
143         (java_print_value_fields): Likewise.
144         (java_val_print): Remove format, deref_ref, pretty arguments; add
145         options.  Update.
146         * jv-lang.h (java_val_print, java_value_print): Declare.
147         * infcmd.c: Include valprint.h.
148         (print_return_value): Use get_raw_print_options.
149         (default_print_registers_info): Use get_user_print_options,
150         get_formatted_print_options.
151         (registers_info): Use get_formatted_print_options.
152         * gdbtypes.h (struct value_print_options): Declare.
153         (print_scalar_formatted): Update.
154         * f-valprint.c (f77_print_array_1): Remove format, deref_ref,
155         pretty arguments; add options.  Update.
156         (f77_print_array): Likewise.
157         (f_val_print): Likewise.
158         * f-lang.h (f_val_print): Update.
159         * f-lang.c (f_printstr): Add options argument.  Update.
160         (c_value_print): Update declaration.
161         * expprint.c: Include valprint.h.
162         (print_subexp_standard): Use get_raw_print_options,
163         get_user_print_options.
164         * eval.c: Include valprint.h.
165         (objectprint): Don't declare.
166         (evaluate_subexp_standard): Use get_user_print_options.
167         * cp-valprint.c (vtblprint, objectprint, static_field_print):
168         Remove.
169         (cp_print_value_fields): Remove format, pretty arguments; add
170         options.  Update.
171         (cp_print_value): Likewise.
172         (cp_print_static_field): Likewise.
173         (_initialize_cp_valprint): Use user_print_options.  Update.
174         * c-valprint.c (print_function_pointer_address): Add addressprint
175         argument.
176         (c_val_print): Remove format, deref_ref, pretty arguments; add
177         options.  Update.
178         (c_value_print): Add options argument.  Update.
179         * c-lang.h (c_val_print, c_value_print, c_printstr): Update.
180         (vtblprint, static_field_print): Don't declare.
181         (cp_print_value_fields): Update.
182         * c-lang.c (c_printstr): Add options argument.  Update.
183         * breakpoint.c: Include valprint.h.
184         (addressprint): Don't declare.
185         (watchpoint_value_print): Use get_user_print_options.
186         (print_one_breakpoint_location): Likewise.
187         (breakpoint_1, print_it_catch_fork, print_it_catch_vfork, mention,
188         print_exception_catchpoint): Likewise.
189         * auxv.c (fprint_target_auxv): Don't declare addressprint.  Use
190         get_user_print_options.
191         * ada-valprint.c (struct ada_val_print_args): Remove format,
192         deref_ref, and pretty; add options.
193         (print_optional_low_bound): Add options argument.
194         (val_print_packed_array_elements): Remove format and pretty
195         arguments; add options.  Update.
196         (printstr): Add options argument.  Update.
197         (ada_printstr): Likewise.
198         (ada_val_print): Remove format, deref_ref, pretty arguments; add
199         options argument.  Update.
200         (ada_val_print_stub): Update.
201         (ada_val_print_array): Remove format, deref_ref, pretty arguments;
202         add options.  Update.
203         (ada_val_print_1): Likewise.
204         (print_variant_part): Likewise.
205         (ada_value_print): Remove format, pretty arguments; add options.
206         Update.
207         (print_record): Likewise.
208         (print_field_values): Likewise.
209         * ada-lang.h (ada_val_print, ada_value_print, ada_printstr):
210         Update.
211         * ada-lang.c (ada_print_array_index): Add options argument; remove
212         format and pretty arguments.
213         (print_one_exception): Use get_user_print_options.
214
215 2008-10-28  Tom Tromey  <tromey@redhat.com>
216
217         * cli/cli-script.c (do_fclose_cleanup): Remove.
218         (script_from_file): Use make_cleanup_fclose.
219         * xml-tdesc.c (do_cleanup_fclose): Remove.
220         (fetch_xml_from_file): Use make_cleanup_fclose.
221         * tracepoint.c (tracepoint_save_command): Use
222         make_cleanup_fclose.  Always free pathname.
223         * source.c (print_source_lines_base): Use make_cleanup_fclose.
224         * remote.c (fclose_cleanup): Remove.
225         (remote_file_put): Use make_cleanup_fclose.
226         (remote_file_get): Likewise.
227         * linux-nat.c (linux_nat_find_memory_regions): Use
228         make_cleanup_fclose.
229         (linux_nat_info_proc_cmd): Likewise.
230         (linux_proc_pending_signals): Likewise.
231         * fbsd-nat.c (fbsd_find_memory_regions): Use make_cleanup_fclose.
232         Free file name.
233         * cli/cli-dump.c (do_fclose_cleanup): Remove.
234         (make_cleanup_fclose): Remove.
235         * defs.h (make_cleanup_fclose): Declare.
236         * utils.c (do_fclose_cleanup): New function.
237         (make_cleanup_fclose): Likewise.
238
239 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
240
241         * inflow.c (kill_command): If the target claims there is still
242         execution, don't clear the thread list.
243
244 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
245
246         * cp-name-parser.y: Include defs.h instead of config.h.
247         (parse_escape): Rename to ...
248         (cp_parse_escape): ... this.
249         (yylex): Update.
250         (xfree) [TEST_CPNAMES]: New.
251
252 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
253
254         * CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of
255         2.13 and configure.in.
256
257 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
258
259         * target.h (struct target_ops) <to_supports_multi_process>: New
260         field.
261         (target_supports_multi_process): New define.
262         * target.c (update_current_target): Inherit and de_fault
263         to_supports_multi_process.
264         * infcmd.c (attach_command): Allow attaching to multiple processes
265         if the target supports it.
266         (detach_command): If the target claims there is still execution,
267         don't clear the thread list.
268         * remote.c (remote_supports_multi_process): New.
269         (init_remote_ops): Register remote_supports_multi_process.
270
271 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
272
273         * Makefile.in (.y.c, .l.c): sed free to xfree.
274
275 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
276
277         * Makefile.in (INSTALLED_LIBS, CLIBS): Remove reference to
278         $(TM_CLIBS).
279         (CDEPS): Remove reference to $(TM_CDEPS).
280
281 2008-10-26  Michael Snyder  <msnyder@vmware.com>
282
283         * infrun.c (handle_inferior_event): Handle dynamic symbol
284         resolution in reverse.
285
286 2008-10-25  Joel Brobecker  <brobecker@adacore.com>
287
288         * infrun.c: Minor comment reformatting.
289
290 2008-10-25  Pedro Alves  <pedro@codesourcery.com>
291
292         * ada-exp.y (write_object_renaming): Use malloc instead of
293         xmalloc.
294         * p-exp.y (pop_current_type): Use free instead of xfree.
295
296 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
297
298         * fork-child.c (startup_inferior): Only set threads not-executing
299         after getting all the pending execs.  On TARGET_WAITKIND_IGNORE,
300         keep waiting, don't resume.  On all other cases but
301         TARGET_WAITKIND_SIGNALLED and TARGET_WAITKIND_EXITED, switch to
302         the event ptid.
303
304 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
305
306         Remote non-stop mode support.
307
308         * remote.c (pending_stop_reply): New.
309         (struct remote_state) <non_stop_aware, support_vCont_t>: New
310         fields.
311         (remote_async_inferior_event_token)
312         (remote_async_get_pending_events_token): New.
313         (notice_new_inferiors): New, abstracted out from record_currthread.
314         (record_currthread): Call it.
315         (remote_threads_info): Default threads to running in non-stop
316         mode.  In non-stop mode, only qfThreadInfo is supported.
317         (remote_close): Discard all pending stop_replies.  Close the event
318         sources.
319         (set_stop_requested_callback): New.
320         (remote_start_remote): Implement non-stop mode startup.  In
321         all-stop, don't clear the thread list here.
322         (remote_non_stop_feature): New.
323         (remote_protocol_features): Add a "QNonStop" feature.
324         (remote_open_1): Clear cached_wait_status and non_stop_aware.
325         Clear the thread list here.
326         (remote_detach_1): Discard pending stop replies of the process we
327         detached from.
328         (extended_remote_attach_1): Implement non-stop mode.
329         (remote_vcont_probe): Recognize `vCont;t'.
330         (remote_vcont_resume): Implement non-stop mode.
331         (remote_resume): Don't set waiting_for_stop_reply in non-stop
332         mode.
333         (remote_stop_ns): New.
334         (remote_stop): Rename to ...
335         (remote_stop_as): ... this.  If we have a cached wait status,
336         don't bother interrupting the remote.
337         (remote_stop): Reimplement as wrapper around remote_stop_as and
338         remote_stop_ns.
339         (interrupt_query): Don't query in async mode.
340         (struct cached_reg, cahed_reg_t): New.
341         (struct stop_reply): New.
342         (stop_reply_queue): New.
343         (stop_reply_xmalloc, stop_reply_xfree)
344         (discard_pending_stop_replies, do_stop_reply_xfree)
345         (queued_stop_reply, push_stop_reply, peek_stop_reply)
346         (remote_parse_stop_reply, remote_get_pending_stop_replies)
347         (process_stop_reply): New.
348         (remote_wait_ns): New.
349         (remote_wait_as): Use remote_parse_stop_reply.  Invalidate the
350         notion of current general thread is a process exit was reported.
351         (remote_wait): Call remote_wait_ns in non-stop mode.
352         (handle_notification): New.
353         (putpkt_binary): Handle notifications.  Don't care for
354         waiting_for_stop_reply in non-stop mode.
355         (getpkt_sane): Rename to ...
356         (getpkt_or_notif_sane_1): ... this.  Add `expecting_notif'
357         argument.  Handle it.  Handle notifications.
358         (getpkt_sane): Reimplement as wrapper around getpkt_or_notif_sane_1.
359         (getpkt_or_notif_sane): New.
360         (select_new_thread_callback): Check for exited state instead of
361         comparing the ptid against minus_one_ptid.
362         (extended_remote_create_inferior_1): Query the remote about the
363         current thread.
364         (remote_supports_non_stop): New.
365         (init_remote_ops): Register it.
366         (remote_async_inferior_event_handler): New.
367         (remote_async_get_pending_events_handler): New.
368
369         * infcmd.c (proceed_thread_callback): Comment.
370         (proceed_after_attach_callback, proceed_after_attach): New.
371         (attach_command_post_wait): In background attach, resume all
372         threads, but only if they are unsignalled, and not explicitly
373         stopped.  In foreground attach, in non-stop mode, make sure to
374         stop all threads of the just attached to process.
375         (attach_command): In non-stop mode: If doing a background attach,
376         stop at least one thread.  If a foreground attach, stop all
377         threads.
378
379 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
380
381         * event-loop.h: Mention async_event_handlers.
382         (async_event_handler): Forward declare.
383         (async_event_handler_func): New typedef.
384         (create_async_event_handler, delete_async_event_handler)
385         (mark_async_event_handler): Declare.
386         * event-loop.c (event_data): New.
387         (event_handler_func): Take an event_data instead of an integer.
388         (struct gdb_event): Replace the integer file descriptor by a
389         generic event_data.
390         (async_event_handler): New.
391         (async_handler_ready): Delete.
392         (async_event_handler_list): New.
393         (create_event): New.
394         (create_file_event): Use it.
395         (process_event): Adjust.
396         (gdb_do_one_event): Poll from the event sources in round-robin
397         fashion across calls.  Be sure to consult all sources before
398         blocking.
399         (handle_file_event): Take an event_data instead of an integer.
400         Adjust.
401         (gdb_wait_for_event): Add `block' argument.  Handle it.
402         (mark_async_signal_handler): Remove unneeded cast.
403         (invoke_async_signal_handler): Rename to ...
404         (invoke_async_signal_handlres): ... this.  Return true if any was
405         handled.
406         (check_async_ready): Delete
407         (create_async_event_handler): New.
408         (mark_async_event_handler): New.
409         (struct async_event_handler_data): New.
410         (invoke_async_event_handler): New.
411         (check_async_event_handlers): New.
412         (delete_async_event_handler): New.
413         (handle_timer_event): Adjust.
414
415 2008-10-24  Doug Evans  <dje@google.com>
416
417         * dwarf2read.c (typename_concat): Don't segv if prefix or suffix
418         is NULL.  Simplify obs == NULL case.
419
420 2008-10-24  Hui Zhu  <teawater@gmail.com>
421             Pedro Alves  <pedro@codesourcery.com>
422
423         * infrun.c (can_use_displaced_stepping): Change type to
424         const char pointer.
425         (can_use_displaced_stepping_auto): New string.
426         (can_use_displaced_stepping_on): New string.
427         (can_use_displaced_stepping_off): New string.
428         (can_use_displaced_stepping_enum): New array.
429         (show_can_use_displaced_stepping): In auto mode, also show
430         the current effect of the option.
431         (use_displaced_stepping): Return non-zero if displaced
432         stepping is auto, and can be used with GDBARCH, and in
433         non-stop mode.  Return non-zero if displaced stepping is on,
434         and can be used with GDBARCH.  Return zero otherwise.
435         (_initialize_infrun): Make the "set displaced-stepping"
436         command an enum command.  Change its class to class_run.
437         Place it in the top level set list.  Extend help to describe
438         the auto mode.
439
440 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
441
442         * defs.h: Mention ptid_is_pid.
443         * inferior.h (ptid_is_pid): Declare.
444         * gdbthread.h (struct thread_info) <stop_requested>: New field.
445         (set_stop_requested): Declare.
446         * infcmd.c (interrupt_target_1): Call set_stop_requested.
447         * infrun.c (clear_proceed_status): Clear stop_requested.
448         (infrun_thread_stop_requested_callback,
449         infrun_thread_stop_requested): New.
450         (handle_inferior_event): If a TARGET_SIGNAL_TRAP is reported on a
451         thread that had an explicit stop request, pretend we got a
452         TARGET_SIGNAL_0.  Always stop if the thread had an explicit stop
453         request.
454         (print_stop_reason): In the SIGNAL_RECEIVED case, if we're not
455         outputting to MI, and we got a TARGET_SIGNAL_0, print "# Stopped",
456         instead of mentioning signal 0.
457         (ptid_is_pid): New.
458         * thread.c (set_stop_requested): New.
459
460         * linux-nat.c (queued_waitpid): Rename to ...
461         (queued_waitpid_1): ... this.  Add `peek' argument.  Handle it.
462         (queued_waitpid): New, as wrapper to queued_waitpid_1.
463         (push_waitpid): Push the SIGTRAP to the local event queue, to the
464         kernel's.
465         (send_sigint_callback): Delete.
466         (linux_nat_stop_lwp): New.
467         (linux_nat_stop): Use it.
468
469 2008-10-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
470
471         * python/python-value (valpy_getitem): Fix heap corruption.
472         
473 2008-10-23  Aleksandar Ristovski  <aristovski@qnx.com>
474
475         * nto-procfs.c (do_attach): Form proper ptid including pid and tid.
476         (procfs_create_inferior): Fetch list of threads.
477
478 2008-10-23  Aleksandar Ristovski  <aristovski@qnx.com>
479
480         * nto-procfs.c (procfs_files_info): Fix a typo.
481         (procfs_create_inferior): Make attach_flag per-inferior.
482
483 2008-10-23  Tom Tromey  <tromey@redhat.com>
484
485         * python/python-value.c (value_to_value_object): Initialize
486         owned_by_gdb field.
487         (valpy_new): Likewise.
488         
489 2008-10-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
490             Joel Brobecker  <brobecker@adacore.com>
491
492         * ada-tasks.c (task_states, long_task_states): Use constant N_()
493         initializer.  Define the strings as const.
494         (short_task_info, info_task): Translate the strings above.
495
496 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
497
498         * NEWS: Add entry for new feature (Ada tasking support).
499
500 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
501
502         * configure.ac: On alpha-osf, error out if enable_tui is set to
503         "yes", and set enable_tui to "no" if previously set to "auto".
504         Check for waddstr only if TUI support was requested. Move the
505         part of the configure script that updates various Makefile
506         variables up, together with the check for waddstr.
507         * configure: Regenerate.
508
509 2008-10-22  Joel brobecker  <brobecker@adacore.com>
510
511         * gdbtypes.c (copy_type): New function.
512         * gdbtypes.h (copy_type): Add declaration.
513         * ada-lang.c (ada_to_fixed_type_1): If there is a parallel XVZ
514         variable, then use it.
515
516 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
517
518         * target.h (struct target_ops): Add new field to_get_ada_task_ptid.
519         (target_get_ada_task_ptid): New macro.
520         * target.c (default_get_ada_task_ptid): New function.
521         (update_current_target): Inherit field default_get_ada_task_ptid.
522         (update_current_target): Make default_get_ada_task_ptid the default
523         value for field to_get_ada_task_ptid.
524         * ada-lang.h (struct task_control_block): Delete. Never used.
525         (struct task_ptid, task_ptid_t, struct task_entry, task_list):
526         Likewise.
527         (struct ada_task_info): New.
528         (ada_task_is_alive, ada_find_printable_frame)
529         (ada_task_list_iterator_ftype, iterate_over_live_ada_tasks): Add
530         declarations.
531         (ada_build_task_list): Update prototype.
532         (init_task_list, ada_is_exception_breakpoint): Remove prototypes.
533         * ada-lang.c (ada_find_printable_frame): Make non-static.
534         * ada-tasks.c: New file.
535         * Makefile.in (SFILES): Add ada-tasks.c.
536         (COMMON_OBS): Add ada-tasks.o.
537         * linux-thread-db.c (thread_db_find_thread_from_tid)
538         (thread_db_get_ada_task_ptid): New functions.
539         (init_thread_db_ops): Set thread_db_ops.to_get_ada_task_ptid.
540
541 2008-10-22  Tom Tromey  <tromey@redhat.com>
542
543         PR gdb/2506:
544         * c-exp.y (string_exp): New production.
545         (exp): Use it.
546
547 2008-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
548
549         * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): Update TYPE_FIELD_STATIC
550         removed before.
551
552 2008-10-20  Joel Brobecker  <brobecker@adacore.com>
553
554         * NEWS: Add entry mentioning thread-support on Tru64
555
556 2008-10-19  Joel Brobecker  <brobecker@adacore.com>
557
558         * dec-thread.c: New file.
559         * config/alpha/alpha-osf3.mh (NATDEPFILES): Add dec-thread.o.
560         (NAT_CLIBS): Define.
561
562 2008-10-19  Hui Zhu  <teawater@gmail.com>
563
564         * infrun.c (handle_inferior_event): Set "stop_pc" when
565         TARGET_WAITKIND_NO_HISTORY.
566
567 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
568
569         * python/python-value.c (value_object_methods)
570         (value_object_as_number, value_object_as_mapping): Move to bottom
571         of file.
572         (valpy_dealloc, valpy_new, valpy_length, valpy_getitem)
573         (valpy_setitem, valpy_str, valpy_add, valpy_subtract)
574         (valpy_multiply, valpy_divide, valpy_remainder, valpy_power)
575         (valpy_negative, valpy_positive, valpy_absolute, valpy_nonzero)
576         (valpy_richcompare, valpy_dereference): Don't forward-declare.
577         (valpy_length) [HAVE_LIBPYTHON2_4]: Change return type to `int'.
578
579 2008-10-18  Pedro Alves  <pedro@codesourcery.com>
580
581         * infrun.c (adjust_pc_after_break): Do nothing if executing in
582         reverse.
583
584 2008-10-17  Pedro Alves  <pedro@codesourcery.com>
585
586         * infcmd.c (GO_USAGE): Delete.
587         (go_command): Adjust.
588
589 2008-10-17  Michael Snyder  <msnyder@vmware.com>
590         Target interface for reverse debugging.
591         * target.h (enum target_waitkind): 
592         Add new wait event, TARGET_WAITKIND_NO_HISTORY.
593         (struct target_ops): New method to_can_execute_reverse.
594         (target_can_execute_reverse): New macro.
595         * target.c (update_current_target): Inherit to_can_execute_reverse.
596
597         Remote interface for reverse debugging.
598         * remote.c (remote_can_execute_reverse): New target method.
599         (remote_resume): Check for reverse exec direction, and send 
600         appropriate command to target.
601         (remote_wait_as): Check target response for NO_HISTORY status.
602         Also check for empty reply (target doesn't understand "bs" or "bc).
603         (remote_vcont_resume): Jump out if attempting reverse execution.
604
605         Event handling interface for reverse debugging.
606         * infrun.c (execution_direction): New state variable.
607         (enum inferior_stop_reason): Add NO_HISTORY reason.
608         (handle_inferior_event): Handle TARGET_WAITKIND_NO_HISTORY.
609         Handle stepping over a function call in reverse.
610         Handle stepping thru a line range in reverse.
611         Handle setting a step-resume breakpoint in reverse.
612         Handle stepping into a function in reverse.
613         Handle stepping between line ranges in reverse.
614         (print_stop_reason): Print reason for NO_HISTORY.
615         (step_into_function): Rename to handle_step_into_function.
616         (handle_step_into_function_backward): New function.
617         (set_exec_direction_func, show_exec_direction_func): New funcs.
618         (proceed): No need to singlestep over a breakpoint
619         when resuming in reverse.
620         
621         * inferior.h (enum exec_direction_kind): New enum.
622         (execution_direction): Export new execution state variable.
623
624         * breakpoint.c (make_breakpoint_silent): New function.
625         * breakpoint.h (make_breakpoint_silent): Export.
626         * infcmd.c (finish_command): Check for reverse exec direction.
627         (finish_backward): New function, handle finish cmd in reverse.
628
629         User interface for reverse execution.
630         * Makefile.in (reverse.c): New file.
631         * reverse.c: New file.  User interface for reverse execution.
632
633 2008-10-17  Pedro Alves  <pedro@codesourcery.com>
634
635         * remote.c (record_currthread): Add inferior before child threads.
636         (remote_threads_info): Check for exited threads.  Mention
637         notification order.
638
639 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
640
641         * breakpoint.h (enum bptype): New enum bp_catchpoint.
642         Delete bp_catch_fork and bp_catch_vfork.
643         (struct breakpoint_ops): Add new methods "insert", "remove"
644         and "breakpoint_hit".
645         * breakpoint.c (create_fork_vfork_event_catchpoint)
646         (create_fork_event_catchpoint, create_vfork_event_catchpoint): Remove.
647         (insert_catchpoint): Remove handling of bp_catch_fork and
648         bp_catch_vfork catchpoints, and handle them as bp_catchpoint
649         catchpoints instead.
650         (insert_bp_location, update_breakpoints_after_exec)
651         (remove_breakpoint, bpstat_check_location, bpstat_what)
652         (allocate_bp_location): Likewise.
653         (print_it_typical, print_one_breakpoint_location, mention): Remove
654         handling of bp_catch_fork and bp_catch_vfork breakpoints.
655         (ep_is_catchpoint, user_settable_breakpoint)
656         (breakpoint_address_is_meaningful, adjust_breakpoint_address)
657         (breakpoint_re_set_one, disable_command, enable_command):
658         Remove use of bp_catch_fork and bp_catch_vfork.  Add handling of
659         bp_catchpoint breakpoints.
660         (insert_catch_fork, remove_catch_fork, breakpoint_hit_catch_fork)
661         (print_it_catch_fork, print_one_catch_fork, print_mention_catch_fork):
662         New functions.
663         (catch_fork_breakpoint_ops): New static constant.
664         (insert_catch_vfork, remove_catch_vfork, breakpoint_hit_catch_vfork)
665         (print_it_catch_vfork, print_one_catch_vfork)
666         (print_mention_catch_vfork): New functions.
667         (catch_vfork_breakpoint_ops): New static constant.
668         (create_catchpoint, create_fork_vfork_event_catchpoint): New functions.
669         (catch_fork_command_1): Use create_fork_vfork_event_catchpoint
670         to create the fork and vfork catchpoints.
671         (gnu_v3_exception_catchpoint_ops): Set new breakpoint_ops fields.
672         * ada-lang.c (catch_exception_breakpoint_ops): Set new breakpoint_ops
673         fields.
674         (catch_exception_unhandled_breakpoint_ops): Likewise.
675         (catch_assert_breakpoint_ops): Likewise.
676
677 2008-10-16  Pedro Alves  <pedro@codesourcery.com>
678
679         * remote.c (set_general_process): New.
680         (remote_check_symbols): Use it.
681
682 2008-10-16  Pedro Alves  <pedro@codesourcery.com>
683
684         * remote.c (push_remote_target): Delete.
685         * target.h (push_remote_target): Delete declaration.
686
687 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
688
689         * remote.c (remote_close): Unregister remote_desc from the event
690         loop.  Always restore the SIGINT handler.  Discard all inferiors
691         here.
692         (remote_detach_1, remote_disconnect): Don't unregister the file
693         descriptor from the event loop here.
694         (interrupt_query, readchar, getpkt_sane): Pop the target instead
695         of morning the current inferior.
696         (remote_kill): Don't unregister the file descriptor from the event
697         loop here.
698         (remote_mourn_1): Don't discard inferiors here.
699
700 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
701
702         * breakpoint.c (breakpoint_init_inferior): Clean up the moribund
703         locations list.
704         (moribund_breakpoint_here_p): Record the moribund
705         location in the moribund_locations vector.
706         * breakpoint.h (moribund_breakpoint_here_p): Declare.
707         (displaced_step_fixup): Check if the breakpoint the thread was
708         trying to step over has been removed since having been placed in
709         the displaced stepping queue.
710         (adjust_pc_after_break): In non-stop mode, check for a moribund
711         breakpoint at the stop pc.
712         (handle_inferior_event): Don't retire moribund breakpoints on
713         TARGET_WAITKIND_IGNORE.
714
715 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
716
717         * infrun.c (displaced_step_prepare): Switch thread temporarily
718         while we're here.
719         (displaced_step_fixup): Make sure target_resume sees ptid as
720         inferior_ptid.  Add debug output.
721
722 2008-10-14  Pedro Alves  <pedro@codesourcery.com>
723
724         Remove dead code.
725
726         * breakpoint.c (show_breakpoint_hit_counts): Delete.
727         (print_one_breakpoint_location): Adjust.
728         (breakpoint_clear_ignore_counts): Delete.
729         * breakpoint.h (breakpoint_clear_ignore_counts): Remove
730         declaration.
731         * target.c (generic_mourn_inferior): Don't clear ignore
732         counts (never reached).
733
734 2008-10-10  Doug Evans  <dje@google.com>
735
736         * dwarf2read.c (comp_unit_head): Use unsigned int consistently
737         for dwarf section offsets and sizes.
738         (dwarf2_cu): Ditto.
739         (dwarf2_per_cu_data): Ditto.
740         (create_all_comp_units): Change offset to unsigned int.
741         (load_full_comp_unit,find_partial_die_in_comp_unit,find_partial_die,
742         dwarf2_find_containing_comp_unit,dwarf2_find_comp_unit): Ditto.
743
744         * dwarf2read.c (read_initial_length): Delete cu_header arg.
745         All callers updated.
746         (read_checked_initial_length_and_offset): New function.
747         (read_offset_1): New function.
748         (read_offset): Call it.
749         (dwarf_decode_line_header): Call read_checked_initial_length_and_offset
750         instead of read_initial_length.  Call read_offset_1 instead of
751         read_offset.
752
753         * dwarf2read.c (dwarf2_get_ref_die_offset): Remove unused arg `cu'.
754         All callers updated.
755
756         * dwarf2read.c (dwarf_attr_name): Unconditionally support all
757         DW_AT_MIPS_* except DW_AT_MIPS_fde which collides with
758         DW_AT_HP_block_index.
759
760 2008-10-10  Pedro Alves  <pedro@codesourcery.com>
761
762         * remote.c (remote_start_remote): Always tell the stub if we're in
763         extended-remote.
764
765 2008-10-09  Pedro Alves  <pedro@codesourcery.com>
766
767         * remote.c (remote_wait): Rename to...
768         (remote_wait_as): ... this.  Don't loop here.  If the remote
769         didn't stop, return TARGET_WAITKIND_IGNORE.
770         (remote_wait): New, reimplemented on top of remote_wait_as.
771
772 2008-10-09  Thomas Schwinge  <tschwinge@gnu.org>
773
774         * Makefile.in (gnu-nat.o): Revert the 2008-09-10 change, as the problem
775         is fixed upstream.
776
777         * reply_mig_hack.awk: Use the `BAD_TYPECHECK' macro.
778
779         * MAINTAINERS (Write After Approval): Add myself.
780
781 2008-10-09  Pedro Alves  <pedro@codesourcery.com>
782
783         Make it compile without warnings.
784
785         * procfs.c (create_procinfo): Initialize `parent'.
786         (dead_procinfo): Pass a constant string as format to error.
787         (procfs_address_to_host_pointer): Add cast to gdb_type *.
788         (procfs_find_LDT_entry): Adjust format string to long int
789         ptid.tid.
790         (procfs_xfer_partial): Adjust prototype.  Add gdb_byte* cast.
791         (procfs_xfer_memory): Adjust prototype.
792         (info_mappings_callback, info_proc_mappings): Adjust to not pass a
793         variable as printf_filtered format.
794         (procfs_make_note_section): Change type of auxv local to gdb_byte.
795         * Makefile.in: Remove special rule.
796
797 2008-10-09  Pedro Alves  <pedro@codesourcery.com>
798             Daniel Jacobowitz  <dan@codesourcery.com>
799
800         * remote.c (remote_open_1): Move acknowledging any pending ack,
801         querying supported features, activating noack mode, finding the
802         target description, enabling extended remote, and checking remote
803         symbols from here ...
804         (remote_start_remote): ... to here.
805         (remote_open_1): Don't pop the target if it is already gone.
806         * target.c (unpush_target): Check for the dummy target.
807
808 2008-10-09  Pedro Alves  <pedro@codesourcery.com>
809
810         * ser-mingw.c: Include "command.h".
811         (pipe_windows_open): Declare locals at the beginning of the scope.
812
813 2008-10-08  Pedro Alves  <pedro@codesourcery.com>
814
815         * remote.c (struct remote_state) <waiting_for_stop_reply>: New
816         field.
817         (remote_open_1): Clear waiting_for_stop_reply.
818         (remote_resume): Set waiting_for_stop_reply.
819         (remote_wait): Clear or set waiting_for_stop_reply accordingly.
820         (putpkt_binary): If we're in async mode and waiting for a stop
821         reply, bail out with an error.
822         (extended_remote_mourn_1): Clear waiting_for_stop_reply.
823
824 2008-10-08  Pedro Alves  <pedro@codesourcery.com>
825
826         * remote.c (remote_get_thread_info): If the remote doesn't support
827         the query, bail out.
828
829 2008-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
830
831         Convert static_kind into loc_kind enum.
832         * gdbtypes.h (enum field_loc_kind): New.
833         (union field_location): New field dwarf_block.
834         (struct field): Rename static_kind as loc_kind.
835         (FIELD_STATIC_KIND): Rename to ...
836         (FIELD_LOC_KIND): ... here.
837         (TYPE_FIELD_STATIC_KIND): Rename to ...
838         (TYPE_FIELD_LOC_KIND): ... here and use there now new FIELD_LOC_KIND.
839         (TYPE_FIELD_STATIC_HAS_ADDR): Remove.
840         (TYPE_FIELD_STATIC): Remove.
841         (TYPE_FIELD_BITPOS): Reformat.
842         (SET_FIELD_BITPOS): New.
843         (FIELD_PHYSADDR): Rename to ...
844         (FIELD_STATIC_PHYSADDR): ... here.
845         (TYPE_FIELD_STATIC_PHYSADDR): Follow the FIELD_PHYSADDR rename.
846         (SET_FIELD_PHYSADDR): Use new FIELD_LOC_KIND.
847         (FIELD_PHYSNAME): Rename to ...
848         (FIELD_STATIC_PHYSNAME): ... here.
849         (TYPE_FIELD_STATIC_PHYSNAME): Follow the FIELD_PHYSNAME rename.
850         (SET_FIELD_PHYSNAME): Use new FIELD_LOC_KIND.
851         (FIELD_DWARF_BLOCK, TYPE_FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK): New.
852         (field_is_static): New declaration.
853         * gdbtypes.c (field_is_static): New function.
854         (copy_type_recursive): Update throughout.
855         * amd64-tdep.c, c-typeprint.c, coffread.c, cp-valprint.c, dwarf2read.c,
856         eval.c, jv-typeprint.c, jv-valprint.c, mdebugread.c, p-typeprint.c,
857         p-valprint.c, valops.c, value.c, varobj.c: Update throughout.
858
859 2008-10-07  Thomas Schwinge  <tschwinge@gnu.org>
860             Pedro Alves  <pedro@codesourcery.com>
861
862         * gnu-nat.h: Rename `current_inferior' to `gnu_current_inf' to
863         avoid a name collision.
864         * gnu-nat.c: Likewise.
865         * i386gnu-nat.c: Likewise.
866
867 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
868
869         * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Add handling
870         of arguments that are references.
871
872 2008-10-06  Doug Evans  <dje@google.com>
873
874         * dwarf2read.c (dwarf2_die_debug): New static global.
875         (dump_die_shallow): Renamed from dump_die, New args f, indent.
876         Print to specified file, indented by the specified amount.
877         (dump_die_for_error): New fn.  Point all existing callers of
878         dump_die here.
879         (dump_die_die_1,dump_die): New fns, replaces ...
880         (dump_die_list): ... deleted.
881         (read_die_and_children_1): Old contents of read_die_and_children
882         moved here.
883         (read_die_and_children): Rewrite.
884         (read_die_and_siblings): Call read_die_and_children_1 instead of
885         read_die_and_children.
886         (_initialize_dwarf2_read): New option "debug dwarf2-die".
887         * gdbinit.in (pdie): New macro.
888
889         * dwarf2read.c (offset_in_cu_p): New function.
890         (find_partial_die,follow_die_ref): Use it.
891
892         * symmisc.c (maintenance_info_symtabs): Watch for ^c.
893         (maintenance_info_psymtabs): Ditto.
894
895 2008-10-05  Michael Snyder  <msnyder@vmware.com>
896
897         * infrun.c (handle_inferior_event): Fix typo in comment.
898
899 2008-10-04  Vladimir Prus  <vladimir@codesourcery.com>
900
901         * mi/mi-interp.c (mi_on_resume): Flush raw_stdout.
902
903 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
904
905         PR gdb/2384:
906         * gdbtypes.c (get_vptr_fieldno): baseclass and basetype may have
907         different lifetimes.
908         
909 2008-10-03  Joel Brobecker  <brobecker@adacore.com>
910
911         * solib-osf.c: Include "solib.h".
912
913 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
914         
915         * utils.c, defs.h (gdb_buildargv): New fn. Wrap buildargv
916         and check for out-of-memory condition.
917         * exec.c (exec_file_command): Call it.
918         * infrun.c (handle_command, xdb_handle_command): Likewise.
919         * interps.c (interpreter_exec_cmd): Likewise.
920         * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
921         * procfs.c (info_proc_cmd): Likewise.
922         * remote-mips.c (common_open): Likewise.
923         * remote-sim.c (gdbsim_kill, gdbsim_create_inferior)
924         (gdbsim_open): Likewise.
925         * remote.c (extended_remote_run, remote_put_command)
926         (remote_get_command, remote_delete_command): Likewise.
927         * ser-mingw.c (pipe_windows_open): Likesise.
928         * source.c (add_path, show_substitute_path_command)
929         (unset_substitute_path_command, set_substitute_path_command):
930         Likewise.
931         * stack.c (backtrace_command): Likewise.
932         * symfile.c (symbol_file_command, generic_load)
933         (add_symbol_file_command): Likesise.
934         * symmisc.c (maintenance_print_symbols, maintenance_print_psymbols)
935         (maintenance_print_msymbols): Likewise.
936
937 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
938
939         Replace TYPE_ARRAY_{UPPER,LOWER}_BOUND_TYPE by a bit if {un,}defined.
940         * c-typeprint.c (c_type_print_varspec_suffix), m2-typeprint.c
941         (m2_array), p-typeprint.c (pascal_type_print_varspec_prefix),
942         valops.c (value_cast), varobj.c (c_number_of_children): Replace
943         TYPE_ARRAY_UPPER_BOUND_TYPE compared to BOUND_CANNOT_BE_DETERMINED by
944         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
945         * parse.c (follow_types): Use TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
946         * f-valprint.c (f77_get_dynamic_upperbound): Replace with ...
947         (f77_get_upperbound): ... this function handling now only
948         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
949         (f77_get_dynamic_lowerbound): Replace with ...
950         (f77_get_lowerbound): ... this function handling now only
951         TYPE_ARRAY_LOWER_BOUND_IS_UNDEFINED.
952         (f77_get_dynamic_length_of_aggregate, f77_create_arrayprint_offset_tbl):
953         Update their callers.
954         * eval.c (evaluate_subexp_standard): Update their callers.
955         * f-lang.h (f77_get_dynamic_upperbound, f77_get_upperbound)
956         (f77_get_dynamic_lowerbound, f77_get_lowerbound): Update their
957         prototypes.
958         (BOUND_FETCH_OK, BOUND_FETCH_ERROR): Remove.
959         * f-typeprint.c (f_type_print_varspec_suffix, f_type_print_base): Remove
960         the lower_bound_was_default variable.  Update the
961         f77_get_dynamic_upperbound, f77_get_upperbound and
962         TYPE_ARRAY_UPPER_BOUND_TYPE calls.
963         * gdbtypes.c (print_bound_type): Remove the function.
964         (recursive_dump_type): Remove its calls printing UPPER_BOUND_TYPE and
965         LOWER_BOUND_TYPE.
966         * gdbtypes.h (enum array_bound_type): Remove.
967         (struct main_type): Remove the fields upper_bound_type and
968         lower_bound_type.  Comment the new overload of the field artificial.
969         (TYPE_ARRAY_UPPER_BOUND_TYPE): Replace by ...
970         (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): ... this macro.
971         (TYPE_ARRAY_LOWER_BOUND_TYPE): Replace by ...
972         (TYPE_ARRAY_LOWER_BOUND_IS_UNDEFINED): ... this macro.
973
974 2008-10-02  Tom Tromey  <tromey@redhat.com>
975
976         * Makefile.in (HFILES_NO_SRCDIR): Remove gdb-events.h, gstdint.h.
977
978 2008-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
979
980         * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code): Update
981         comments.
982         (mips_linux_skip_resolver): Also use glibc_skip_solib_resolver.
983         (mips_linux_init_abi): Do not override skip_trampoline_code.
984         * configure.tgt (mips*-*-linux*): Add glibc-tdep.o.
985         * mips-tdep.c (mips32_scan_prologue): Stop scanning at branches.
986         (mips_stub_frame_sniffer): Use the stub frame sniffer for PIC stubs.
987         (mips_skip_mips16_trampoline_code): Rename from
988         mips_skip_trampoline_code.
989         (mips_skip_pic_trampoline_code, mips_skip_trampoline_code): New.
990         * infrun.c (handle_inferior_event): Do not pass zero to
991         in_solib_dynsym_resolve_code.
992
993 2008-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
994             Pedro Alves  <pedro@codesourcery.com>
995
996         * win32-nat.c (do_initial_win32_stuff): Set inferior_ptid.
997
998
999 2008-10-01  Tom Tromey  <tromey@redhat.com>
1000
1001         * symtab.c (search_symbols): Update.
1002         * symtab.h (domain_enum_tag) <METHODS_DOMAIN>: Remove.
1003
1004 2008-10-01  Tom Tromey  <tromey@redhat.com>
1005
1006         * symfile.c (syms_from_objfile): Update.
1007         (reread_symbols): Update.
1008         * objfiles.h (OBJF_SYMS): Remove.
1009         (OBJF_REORDERED): Renumber.
1010         (OBJF_SHARED): Likewise.
1011         (OBJF_READNOW): Likewise.
1012         (OBJF_USERLOADED): Likewise.
1013
1014 2008-10-01  Tom Tromey  <tromey@redhat.com>
1015
1016         * symtab.c (find_pc_sect_psymtab): Use MSYMBOL_TYPE.
1017         (find_pc_sect_symtab): Likewise.
1018         * symmisc.c (dump_msymbols): Use MSYMBOL_TYPE.
1019         * solib-som.c (som_solib_desire_dynamic_linker_symbols): Use
1020         MSYMBOL_TYPE, not SYMBOL_TYPE.
1021         * parse.c (write_exp_msymbol): Use MSYMBOL_TYPE.
1022         * objc-lang.c (find_methods): Use MSYMBOL_TYPE.
1023         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Use
1024         MSYMBOL_TYPE.
1025         * m2-exp.y (yylex): Use SYMBOL_CLASS.
1026
1027 2008-10-01  Tom Tromey  <tromey@redhat.com>
1028
1029         * xcoffread.c (RECORD_MINIMAL_SYMBOL): Update.
1030         (scan_xcoff_symtab): Update.
1031         * mdebugread.c (record_minimal_symbol): Update.
1032         (parse_partial_symbols): Update.
1033         * elfread.c (record_minimal_symbol): Update.
1034         * dbxread.c (record_minimal_symbol): Update.
1035         * coffread.c (record_minimal_symbol): Update.
1036         * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Redefine.
1037         (sh64_elf_make_msymbol_special): Update.
1038         * mips-tdep.c (mips_elf_make_msymbol_special): Use
1039         MSYMBOL_TARGET_FLAG_1.
1040         (mips_elf_make_msymbol_special): Likewise.
1041         (msymbol_is_special): Likewise.
1042         * minsyms.c (prim_record_minimal_symbol_and_info): Update.
1043         (install_minimal_symbols): Likewise.
1044         (prim_record_minimal_symbol): Update.
1045         (prim_record_minimal_symbol_and_info): Remove 'info' argument.
1046         * m68hc11-tdep.c (MSYMBOL_SET_RTC): Redefine.
1047         (MSYMBOL_SET_RTI): Redefine.
1048         (MSYMBOL_IS_RTC): Redefine.
1049         (MSYMBOL_IS_RTI): Redefine.
1050         * arm-tdep.c (MSYMBOL_SET_SPECIAL): Redefine.
1051         (MSYMBOL_IS_SPECIAL): Redefine.
1052         * symtab.h (struct minimal_symbol) <info>: Remove.
1053         <target_flag_1, target_flag_2>: New fields.
1054         (MSYMBOL_INFO): Remove.
1055         (MSYMBOL_TARGET_FLAG_1): New macro.
1056         (MSYMBOL_TARGET_FLAG_2): Likewise.
1057         (prim_record_minimal_symbol_and_info): Update.
1058
1059 2008-09-30  Joel Brobecker  <brobecker@adacore.com>
1060
1061         * ada-lang.c (is_digits_suffix): Delete unused function.
1062
1063 2008-09-30  Paul Hilfinger  <hilfinger@adacore.com>
1064
1065         * ada-lang.c (ada_modulus): Correct to avoid sign problem with
1066         moduli >= 2**31.
1067
1068 2008-09-30  Paul Hilfinger  <hilfinger@adacore.com>
1069
1070         * ada-lang.c (ada_lookup_struct_elt_type): Handle case of a "naked"
1071         variant branch.
1072         (empty_record): Use INIT_CPLUS_SPECIFIC, since this field is not
1073         supposed to be null.  Fixes debugger segfaults.
1074         (is_unchecked_variant): New function.
1075         (to_fixed_variant_branch_type): Modify to leave unchecked unions
1076         untouched.
1077         (ada_template_to_fixed_record_type_1): Fix comment.
1078
1079 2008-09-30  Joel Brobecker  <brobecker@adacore.com>
1080
1081         * ada-lang.c (standard_exc): New static constant.
1082         (ada_exception_catchpoint_cond_string): Add special handling
1083         for the predefined exceptions.
1084
1085 2008-09-30  Joel Brobecker  <brobecker@adacore.com>
1086
1087         * ada-lang.c (ADA_RETAIN_DOTS): Delete this dead macro.  Update
1088         the code accordingly.
1089
1090 2008-09-30  Joel Brobecker  <brobecker@adacore.com>
1091
1092         * ada-lang.c (ada_evaluate_subexp) [UNOP_IND]: Remove strange
1093         treatment of expect_type. Return the correct type when dereferencing
1094         an integer.
1095
1096 2008-09-30  Tom Tromey  <tromey@redhat.com>
1097
1098         PR gdb/2484:
1099         * symtab.c (struct add_macro_name_data): New struct.
1100         (add_macro_name): New function.
1101         (default_make_symbol_completion_list): Complete macro names.
1102         * scm-lang.c (scm_language_defn): Update.
1103         * p-lang.c (pascal_language_defn): Update.
1104         * objc-lang.c (objc_language_defn): Update.
1105         * macrotab.h (macro_callback_fn): Add user_data argument.
1106         (macro_for_each): Likewise.
1107         (macro_for_each_in_scope): Declare.
1108         * macrotab.c: (struct macro_for_each_data): New struct.
1109         (foreach_macro): Use it.
1110         (macro_for_each): Likewise.
1111         (foreach_macro_in_scope): New function.
1112         (macro_for_each_in_scope): Likewise.
1113         * macrocmd.c (print_one_macro): Add argument.
1114         (macro_list_command): Pass NULL to macro_for_each.
1115         * m2-lang.c (m2_language_defn): Update.
1116         * language.h (struct language_defn) <la_macro_expansion>: New
1117         field.
1118         (macro_expansion): New enum.
1119         * language.c (unknown_language_defn): Update.  Fix order of
1120         initializers.
1121         (auto_language_defn): Likewise.
1122         (local_language_defn): Update.
1123         * jv-lang.c (java_language_defn): Update.
1124         * f-lang.c (f_language_defn): Update.
1125         * c-lang.c (c_language_defn): Update.
1126         (cplus_language_defn): Likewise.
1127         (asm_language_defn): Likewise.
1128         (minimal_language_defn): Likewise.
1129         * ada-lang.c (ada_language_defn): Update.
1130
1131 2008-09-30  Joel Brobecker  <brobecker@adacore.com>
1132
1133         * dwarf2read.c (dwarf2_get_subprogram_pc_bounds): New function.
1134         (get_scope_pc_bounds): Use it.
1135
1136 2008-09-27  Tom Tromey  <tromey@redhat.com>
1137
1138         * NEWS: Update.
1139         * macrocmd.c (extract_identifier): Add is_parameter argument.
1140         (macro_define_command): Update.
1141         (macro_undef_command): Likewise.
1142         * macroexp.c (stringify): New function.
1143         (find_parameter): Likewise.
1144         (gather_arguments): Add nargs argument.  Handle varargs.
1145         (substitute_args): Add is_varargs and va_arg_name arguments.
1146         Handle varargs, splicing, stringification.  Use find_parameter.
1147         (expand): Handle varargs.
1148
1149 2008-09-27  Tom Tromey  <tromey@redhat.com>
1150
1151         * scm-lang.c (scm_language_defn): Update.
1152         * p-typeprint.c (pascal_print_typedef): New function.
1153         * p-lang.h: (pascal_print_typedef): Declare.
1154         * p-lang.c (pascal_language_defn): Update.
1155         * objc-lang.c (objc_language_defn): Update.
1156         * m2-typeprint.c (m2_print_typedef): New function.
1157         * m2-lang.h (m2_print_typedef): Declare.
1158         * m2-lang.c (m2_language_defn): Update.
1159         * language.h (_LANG_c, _LANG_m2, _LANG_fortran, _LANG_pascal):
1160         Remove.
1161         (struct language_defn) <la_print_typedef>: New field.
1162         (default_print_typedef): Declare.
1163         (LA_PRINT_TYPEDEF): New define.
1164         * language.c (unknown_language_defn): Update.
1165         (auto_language_defn): Update.
1166         (local_language_defn): Update.
1167         * jv-lang.c (java_language_defn): Update.
1168         * f-lang.c (f_language_defn): Update.
1169         * c-typeprint.c (c_print_typedef): New function.
1170         * c-lang.h (c_print_typedef): Declare.
1171         * c-lang.c (c_language_defn): Update.
1172         (cplus_language_defn): Update.
1173         (asm_language_defn): Update.
1174         (minimal_language_defn): Update.
1175         * ada-lang.c (ada_language_defn): Update.
1176         * typeprint.c (default_print_typedef): New function.
1177
1178 2008-09-27  Tom Tromey  <tromey@redhat.com>
1179
1180         * jv-exp.y (insert_exp): Define using ISO syntax.
1181         (copy_exp): Likewise.
1182         (push_expression_name): Likewise.
1183         (push_fieldnames): Likewise.
1184         (java_type_from_name): Likewise.
1185         (yyerror): Likewise.
1186         (yylex): Likewise.
1187         (parse_number): Likewise.
1188
1189 2008-09-26  Joel Brobecker  <brobecker@adacore.com>
1190
1191         * MAINTAINERS (GLOBAL MAINTAINERS): Add Pedro Alves.
1192
1193 2008-09-25  Stephan Springl  <springl-gdb@bfw-online.de> (tiny change)
1194
1195         * stack.c (print_frame_args): Fix typos in comments.
1196
1197 2008-09-25  Sérgio Durigan Júnior  <sergiodj@linux.vnet.ibm.com>
1198
1199         * linux-nat.c (get_pending_status): Fix argument to WIFSTOPPED.
1200
1201 2008-09-24  Vladimir Prus  <vladimir@codesourcery.com>
1202
1203         * remote-sim.c (gdbsim_create_inferior): Fix missing parenthesis.
1204         
1205 2008-09-24  Andreas Schwab  <schwab@suse.de>
1206
1207         * frame.c (get_frame_register_bytes): Take pseudo registers into
1208         account.  Avoid excessive function calls.
1209
1210 2008-09-23  Doug Evans  <dje@google.com>
1211
1212         * dcache.c (state_chars): New static global.
1213         (ENTRY_INVALID,ENTRY_VALID): Renamed from ENTRY_BAD,ENTRY_OK.
1214         All uses updated.
1215         (dcache_info): Print cache state as mnemonically useful letters instead
1216         of magic numbers.
1217
1218         * dwarf2read.c (comp_unit_head): Reorganize for better packing.
1219
1220 2008-09-22  Tom Tromey  <tromey@redhat.com>
1221
1222         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
1223         printf_filtered.
1224
1225 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1226
1227         * infrun.c (follow_exec): Don't do a generic mourn.  Instead
1228         inline the required bits.
1229         * breakpoint.h (enum inf_context): Add inf_execd.
1230
1231 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1232
1233         * infrun.c (handle_inferior_event): In the follow exec case,
1234         context-switch before doing anything else.
1235
1236 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1237
1238         * top.c (any_thread_of, kill_or_detach): New functions.
1239         (quit_target): Iterate over all inferiors, killing or detaching
1240         accordingly.
1241
1242 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1243
1244         Remove the attach_flag global, and make it per-inferior.
1245
1246         * inferior.h (attach_flag): Delete.
1247         (inferior_process): Declare.
1248         * solib.c (update_solib_list): Adjust.
1249         * gnu-nat.c (gnu_create_inferior, gnu_attach): Adjust.
1250         * inf-ptrace.c (inf_ptrace_detach): Adjust.
1251         (inf_ptrace_files_info): Get it from the current inferior.
1252         * inf-ttrace.c (inf_ttrace_attach): Adjust.
1253         (inf_ttrace_files_info): Get it from the current
1254         inferior.
1255         * inflow.c (terminal_inferior, terminal_ours_1, set_sigint_trap)
1256         (clear_sigint_trap): Get it from the current process.
1257         * remote.c (extended_remote_attach_1)
1258         (extended_remote_create_inferior_1): Adjust.
1259         * top.c (quit_confirm, quit_target): Get it from the current inferior.
1260         * procfs.c (do_detach): Adjust.
1261         (procfs_wait): Get it from the event inferior.
1262         (procfs_files_info): Get it from the current inferior.
1263         * nto-procfs.c (procfs_files_info): Likewise.
1264         (procfs_attach): Adjust.  Set the attach_flag here.
1265         (do_attach): Don't set it here.
1266         (procfs_detach): Don't clear it.
1267         (procfs_mourn_inferior): Don't clear it.
1268         * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
1269         * target.c (attach_flag): Delete.
1270         (generic_mourn_inferior): Don't clear it.
1271         * win32-nat.c (get_win32_debug_event): Get it from the event
1272         process.
1273         (do_initial_win32_stuff): Add attaching argument.  Set attach_flag
1274         in the inferior accordingly.
1275         (win32_attach): Don't set the attach_flag here.  Pass 1 to
1276         do_intial_win32_stuff.
1277         (win32_files_info): Get it from the current inferior.
1278         (win32_create_inferior): Dont clear attach_flag here.  Pass 0 to
1279         do_intial_win32_stuff.
1280
1281 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1282
1283         Make the stop_soon global be per-inferior instead.
1284
1285         * infcmd.c (attach_command_post_wait): Adjust.
1286         (attach_command): Likewise.
1287
1288         * inferior.h (stop_soon): Delete.
1289         (struct inferior): Add stop_soon member.
1290
1291         * infrun.c (stop_soon): Delete.
1292         (clear_proceed_status, start_remote)
1293         (fetch_inferior_event, handle_inferior_event): Adjust.
1294         (signal_stop_state): Don't check stop_soon here.  Check in callers
1295         instead.
1296         (save_inferior_status, restore_inferior_status): Adjust.
1297
1298         * linux-nat.c (linux_nat_resume, linux_nat_wait): Always pass
1299         signals to common code if starting up the inferior.
1300         
1301         * inferior.h (struct inferior_info): Added stop_soon member.
1302         * inferior.c (add_inferior) Clear stop_soon.
1303
1304         * mips-tdep.c (heuristic_proc_start): Adjust.
1305         * nto-procfs.c (procfs_create_inferior): Adjust.
1306         * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
1307         * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
1308         * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
1309         * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
1310
1311         * win32-nat.c (do_initial_win32_stuff): Adjust.
1312
1313         * alpha-tdep.c (alpha_heuristic_proc_start): Adjust.
1314
1315 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1316
1317         Implement remote multi-process extensions.
1318
1319         * remote.c (struct remote_state): Add extended and
1320         multi_process_aware fields.
1321         (remote_multi_process_p): New.
1322         (PACKET_vKill): New.
1323         (record_currthread): Use thread_change_ptid.  Notice new
1324         inferiors.
1325         (set_thread, remote_thread_alive): Use write_ptid.
1326         (write_ptid, read_ptid): New.
1327         (remote_current_thread, remote_threads_extra_info): Use them.
1328         (remote_threads_info): Likewise.  Detect new inferiors.
1329         (remote_start_remote): Add inferior to inferior list.
1330         (remote_multi_process_feature): New.
1331         (remote_protocol_features): Add "multiprocess" feature.
1332         (remote_query_supported): Pass "multiprocess+" as supported
1333         features.
1334         (remote_open_1): Clear multi_process_aware.  Set extended
1335         accordingly.
1336         (remote_detach_1): Detach current process.  Use extended packet
1337         format for extended-remote multi-process.  Detach process from the
1338         inferior list.  Only mourn after printing output.
1339         (extended_remote_attach_1): Add process to the inferior list.
1340         (remote_vcont_resume): Use write_ptid to pass the thread ids.
1341         (remote_wait): Use read_ptid.  Implement the extended
1342         multi-process extension format of the 'W' and 'X' reply packets.
1343         Remove exited inferiors from inferior list.
1344         (remote_xfer_memory): Set general thread.
1345         (remote_vkill): New.
1346         (extended_remote_kill): New.
1347         (remote_mourn_1): Discard all inferiors.
1348         (select_new_thread_callback): New.
1349         (extended_remote_mourn_1): If there are more processes to debug,
1350         switch to a thread in another process, and don't pop the target.
1351         (extended_remote_create_inferior_1): Add the new process to the
1352         inferior list.
1353         (remote_stopped_by_watchpoint): Indenting.
1354         (remote_xfer_partial): Set the general thread.
1355         (remote_pid_to_str): If the remote is multi-process aware, print
1356         the process id as well as the thread id.
1357         (remote_get_thread_local_address): Use write_ptid.
1358         (init_extended_remote_ops): Register extended_remote_kill.
1359         (_initialize_remote): Register new packets.  Change
1360         magic_null_ptid's, not_sent_ptid's and any_thread_ptid's pid
1361         member to 42000.
1362
1363         * thread.c (thread_change_ptid): Also account for the inferior pid
1364         changing.
1365
1366         * inferior.h (discard_all_inferiors): Declare.
1367         * inferior.c (discard_all_inferiors): New.
1368
1369 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1370
1371         * gnu-nat.c (gnu_attach): Add process to inferiors table.
1372         (gnu_detach): Remove it.
1373         * go32-nat.c (go32_create_inferior): Add process to gdb's inferior
1374         table.
1375         * inf-ptrace.c (inf_ptrace_follow_fork): Delete and add inferiors
1376         to inferior table accordingly.
1377         (inf_ptrace_attach): Add new process to inferior table.
1378         (inf_ptrace_detach): Remove it.
1379         * inf-ttrace.c (inf_ttrace_follow_fork): Delete and add inferiors
1380         to inferior table accordingly.
1381         (inf_ttrace_attach): Add process to inferior table.
1382         (inf_ttrace_detach): Remove it.
1383         * linux-fork.c (init_fork_list): Delete any left over inferior.
1384         (linux_fork_mourn_inferior, detach_fork_command): Also delete
1385         processes from inferior list.
1386         * monitor.c (monitor_open): Add process to inferior list.
1387         (monitor_close): Remove it.
1388         * nto-procfs.c (procfs_attach): Add process to inferior list.
1389         Find threads after pushing the target.
1390         (procfs_detach): Remove process from inferior list.
1391         (procfs_create_inferior): Add process to inferior list.
1392         * procfs.c (procfs_detach): Remove process from inferior list.
1393         (do_attach): Add process to inferior list.
1394         * remote-sim.c (sim_create_inferior): Add process to inferior list.
1395         (gdbsim_close): Remove it.
1396         * target.c (generic_mourn_inferior): If inferior_ptid is not
1397         null_ptid, remove the corresponding inferior from inferior list.
1398         * win32-nat.c (do_initial_win32_stuff): Add process to inferior list.
1399         (win32_detach): Remove it.
1400         * linux-nat.c (linux_child_follow_fork): Delete and add inferiors
1401         to inferior list accordingly.
1402         * fork-child.c (fork_inferior): Add process to inferior list.
1403         * corelow.c (CORELOW_PID): Define.
1404         (core_close): Remove core from inferior list.
1405         (core_open): Add it.
1406
1407 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1408
1409         * inferior.h: Forward declare struct ui_out.
1410         Forward declare struct private_inferior.
1411         (struct inferior): New.
1412         (init_inferior_list, add_inferior, add_inferior_silent)
1413         (delete_inferior, delete_inferior_silent, detach_inferior)
1414         (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
1415         (valid_inferior_id, find_inferior_pid): New functions.
1416         (inferior_callback_func): New typedef.
1417         (iterate_over_inferiors, print_inferior, have_inferiors)
1418         (current_inferior): New functions.
1419         * inferior.c: New file.
1420
1421         * Makefile.in (SFILES): Add inferior.c.
1422         (COMMON_OBS): Add inferior.o.
1423
1424 2008-09-22  Jonathan Larmour  <jifl@eCosCentric.com>
1425
1426         * arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal
1427         instead of determining symbol and line info directly.
1428         * MAINTAINERS: Update my email address.
1429
1430 2008-09-22  Daniel Jacobowitz  <dan@codesourcery.com>
1431
1432         * symtab.c (skip_prologue_using_sal): Treat two consecutive lines
1433         at the same address as a prologue marker.  Do not skip an entire
1434         function.
1435
1436 2008-09-22  Andrew Stubbs  <ams@codesourcery.com>
1437
1438         * frame.c (get_frame_register_bytes): Comment improvments.
1439
1440 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
1441
1442         * linux-nat.c (linux_nat_wait): Only use set_ignore_sigint in
1443         all-stop mode.
1444
1445 2008-09-19  Andrew Stubbs  <ams@codesourcery.com>
1446
1447         * MAINTAINERS: Update my email address.
1448
1449 2008-09-19  Andrew Stubbs  <ams@codesourcery.com>
1450
1451         * frame.c (get_frame_register_bytes): Detect bad debug info.
1452
1453 2008-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1454
1455         Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.
1456         * infrun.c (wait_for_inferior): Move this ECS->EVENT_THREAD
1457         initialization ...
1458         (fetch_inferior_event): ... and this ECS->EVENT_THREAD initialization
1459         ...
1460         (handle_inferior_event): ... here after the add_thread call together
1461         with the local adjust_pc_after_break and reinit_frame_cache calls.
1462
1463 2008-09-16  David Daney  <ddaney@avtrex.com>
1464
1465         * breakpoint.c (bpstat_stop_status): Clear breakpoint_at for
1466         all hardware bpstats.
1467
1468 2008-09-16  Joel Brobecker  <brobecker@adacore.com>
1469
1470         * gstdint.h: Delete.
1471
1472 2008-09-15  Mark Kettenis  <kettenis@gnu.org>
1473
1474         * infcall.c (generic_push_dummy_code): Remove.
1475         (push_dummy_code): Unconditionally call gdbarch_push_dummy_code.
1476
1477 2008-09-15  Doug Evans  <dje@google.com>
1478
1479         * dwarf2read.c (struct abbrev_info): Make members name, form 16 bits.
1480         (struct attribute): Ditto.
1481
1482 2008-09-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1483
1484         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Record
1485         HPPA_IPSW_REGNUM and HPPA_SAR_REGNUM values.
1486
1487         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Remove surrounding
1488         "#if 0" "#endif".  Fix mapping of DWARF DBX registers to GDB registers.
1489         Correct arguments and improve comments.
1490         (hppa_linux_init_abi): Call set_gdbarch_dwarf2_reg_to_regnum.  Delete
1491         disabled code.
1492         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Fix check for floating
1493         point DBX register, change error to warning, and improve comments.
1494
1495 2008-09-14  Doug Evans  <dje@google.com>
1496
1497         * dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits.
1498
1499 2008-09-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1500
1501         * hppa-linux-tdep.c (hppa_linux_supply_fpregset): Correct iteration.
1502
1503 2008-09-13  Joel Brobecker  <brobecker@adacore.com>
1504
1505         * defs.h (GCC_GENERATED_STDINT_H): Define.
1506
1507 2008-09-13  Tom Tromey  <tromey@redhat.com>
1508
1509         * varobj.c (varobj_set_display_format): Use xfree.
1510         * tracepoint.c (stringify_collection_list): Use xfree.
1511         * remote-fileio.c (remote_fileio_reset): Use xfree.
1512         * mipsread.c (read_alphacoff_dynamic_symtab): Use xfree.
1513         * dfp.c (decimal_from_floating): Use xfree, xstrprintf.  Don't use
1514         asprintf.
1515         * cp-support.c (mangled_name_to_comp): Use xfree.
1516
1517 2008-09-13  Joel Brobecker  <brobecker@adacore.com>
1518
1519         * ada-lang.c (remove_extra_symbols): Remove stub symbols if
1520         the associated complete symbol is also in the list.
1521         (ada_add_local_symbols, ada_add_non_local_symbols): New functions,
1522         extracted out from ada_lookup_symbol_list.
1523         (ada_lookup_symbol_list): Use them.  Remove the search through
1524         the minimal symbols.
1525
1526 2008-09-13  Joel Brobecker  <brobecker@adacore.com>
1527
1528         * dwarf2read.c (add_partial_subprogram): New procedure.
1529         (scan_partial_symbols): Use it.
1530         (load_partial_dies): Read in children of subprogram and lexical
1531         blocks for Ada compilation units.
1532
1533 2008-09-13  Tom Tromey  <tromey@redhat.com>
1534
1535         * symfile.c (build_id_verify): Free 'found'.
1536         (find_separate_debug_file): Use xfree, not free.
1537
1538 2008-09-12  Doug Evans  <dje@google.com>
1539
1540         * corefile.c (write_memory): Remove unnecessary copying.
1541
1542         * sol-thread.c (_initialize_sol_thread): Add FIXME regarding
1543         order of _initialize_* fns.
1544
1545         * dwarf2read.c (comp_unit_head): Rename first_die_ptr to
1546         first_die_offset.  All uses updated.
1547         Delete unused members cu_head_ptr, next.
1548         Move members base_known, base_address to ...
1549         (dwarf2_cu) ... here.  All uses updated.
1550
1551 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
1552
1553         * Makefile.in (generated_files): Add $(NAT_GENERATED_FILES).
1554         * config/i386/i386gnu.mh (NAT_GENERATED_FILES): New.
1555
1556 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1557
1558         * fork-child.c (startup_inferior): Use target_wait and target_resume
1559         directly instead of calling wait_for_inferior / resume.
1560
1561         * infcmd.c (kill_if_already_running): Do not call no_shared_libraries
1562         or init_wait_for_inferior.
1563         (run_command_1): Call init_wait_for_inferior.
1564
1565 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1566
1567         * gdbtypes.h (builtin_type_void_data_ptr, builtin_type_void_func_ptr,
1568         builtin_type_CORE_ADDR, builtin_type_char, builtin_type_short,
1569         builtin_type_int, builtin_type_long, builtin_type_signed_char,
1570         builtin_type_unsigned_char, builtin_type_unsigned_short,
1571         builtin_type_unsigned_int, builtin_type_unsigned_long,
1572         builtin_type_float, builtin_type_double, builtin_type_long_double,
1573         builtin_type_complex, builtin_type_double_complex, builtin_type_string,
1574         builtin_type_bool, builtin_type_long_long,
1575         builtin_type_unsigned_long_long): Remove macros.
1576
1577         (builtin_type_f_character, builtin_type_f_integer,
1578         builtin_type_f_integer_s2, builtin_type_f_logical,
1579         builtin_type_f_logical_s1, builtin_type_f_logical_s2,
1580         builtin_type_f_real, builtin_type_f_real_s8, builtin_type_f_real_s16,
1581         builtin_type_f_complex_s8, builtin_type_f_complex_s16,
1582         builtin_type_f_complex_s32): Likewise.
1583
1584         (builtin_type_m2_char, builtin_type_m2_int, builtin_type_m2_card,
1585         builtin_type_m2_real, builtin_type_m2_bool): Likewise.
1586
1587         (struct builtin_f_type, builtin_f_type): Move to f-lang.h.
1588         (struct builtin_m2_type, builtin_m2_type): Move to m2-lang.h.
1589
1590         * f-lang.h (struct builtin_f_type, builtin_f_type): Move here.
1591         * m2-lang.h (struct builtin_m2_type, builtin_m2_type): Move here.
1592
1593 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1594
1595         * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use builtin types of
1596         target_gdbarch instead of builtin_type_void_data_ptr.
1597         (LM_DYNAMIC_FROM_LINK_MAP, LM_NEXT, LM_NAME,
1598         IGNORE_FIRST_LINK_MAP_ENTRY, scan_dyntag, elf_locate_base,
1599         solib_svr4_r_map, solib_svr4_r_brk, solib_svr4_r_ldsomap,
1600         open_symbol_file_object): Likewise.
1601         * nto-tdep.c (LM_ADDR): Likewise.
1602
1603 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1604
1605         * bsd-uthread.c (bsd_uthread_read_memory_address): New function.
1606         (bsd_uthread_fetch_registers, bsd_uthread_store_registers,
1607         bsd_uthread_wait, bsd_uthread_find_new_threads): Use it.
1608
1609 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1610
1611         * procfs.c (procfs_address_to_host_pointer): Use target_gdbarch
1612         and its associated types to perform pointer conversion.
1613         (procfs_can_use_hw_breakpoint): Likewise.
1614         (procfs_auxv_parse): Remove unused variable.
1615
1616 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1617
1618         * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)
1619         instead of builtin_type_void_data_ptr.
1620         * target.c (default_region_ok_for_hw_watchpoint): Likewise.
1621
1622 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1623
1624         * expprint.c (print_subexp_standard): Compare against builtin type
1625         associated with exp->gdbarch instead of builtin_type_char.
1626
1627         * f-valprint.c (f_val_print): Use extract_unsigned_integer to
1628         extract values of arbitrary logical type.  Handle arbitrary
1629         complex types.
1630
1631         * printcmd.c (float_type_from_length): New function.
1632         (print_scalar_formatted, printf_command): Use it.
1633
1634 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1635
1636         * valops.c: Include "objfiles.h" and "symtab.h".
1637         (find_function_in_inferior): New argument OBJF_P.  Use it to return
1638         objfile where function is defined.  Use per-objfile arch types
1639         instead of builtin_type_ to define default return type.
1640
1641         * linux-fork.c (checkpoint_command): Update calls.  Use per-objfile
1642         architecture to define inferior call argument types.
1643         * gcore.c (derive_heap_segment): Likewise.
1644         * objc-lang.c (value_nsstring): Likewise.
1645         * scm-lang.c (scm_lookup_name): Likewise.
1646         * scm-valprint.c (scm_inferior_print): Likewise.
1647         * valops.c (value_allocate_space_in_inferior): Likewise.
1648
1649         * eval.c (evaluate_subexp_standard): Update calls.
1650         * objc-lang.c (lookup_objc_class, print_object_command): Likewise.
1651
1652         * linux-fork.c: Include "objfiles.h".
1653         * scm-lang.c: Include "objfiles.h".
1654         * scm-valprint.c: Include "objfiles.h".
1655
1656 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1657
1658         * gdbarch.sh (name_of_malloc): Remove.
1659         * gdbarch.c, gdbarch.h: Re-generate.
1660         * valops.c (value_allocate_space_in_inferior): Do not call
1661         gdbarch_name_of_malloc.
1662
1663 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1664
1665         * valarith.c (value_x_unop): Use builtin_type_int8 as type for
1666         UNOP_POSTINCREMENT/UNOP_POSTDECREMENT constant 0 argument.
1667         (value_bit_index): Use extract_unsigned_integer
1668         instead of unpack_long to read single byte.
1669
1670 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1671
1672         * infcall.c (value_arg_coerce): Add GDBARCH parameter.  Use its
1673         associates types instead of builtin_type_ macros.
1674         (find_function_addr): Leave output VALUE_TYPE NULL if unknown.
1675         (call_function_by_hand): Use per-architecture "int" type as
1676         fall-back if find_function_addr returns NULL VALUE_TYPE.
1677         Update call to value_arg_coerce.
1678
1679 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1680
1681         * cp-abi.h (cplus_method_ptr_size): Add TO_TYPE parameter.
1682         (cplus_make_method_ptr): Add TYPE parameter.
1683         * cp-abi.c (cplus_method_ptr_size): Add TO_TYPE parameter.  Pass it
1684         on to current_cp_abi.method_ptr_size callback.
1685         (cplus_make_method_ptr): Add TYPE parameter.  Pass it on to
1686         current_cp_abi.make_method_ptr callback.
1687
1688         * gdbtypes.c (lookup_methodptr_type): Pass target type
1689         argument to cplus_method_ptr_size.
1690         * valops.c (value_cast): Pass type argument to cplus_make_method_ptr.
1691         (value_struct_elt_for_reference): Likewise.
1692
1693         * gnu-v3-abi.c (get_class_arch): New function.
1694         (vtable_address_point_offset): Add GDBARCH parameter.  Use it
1695         instead of current_gdbarch.  Update all callers.
1696         (gnuv3_get_vtable): Likewise.
1697         (gnuv3_get_virtual_fn): Likewise.
1698         (gnuv3_decode_method_ptr): Likewise.
1699         (gnuv3_rtti_type): Call get_class_arch to determine architecture.
1700         Use it instead of current_gdbarch.
1701         (gnuv3_virtual_fn_field): Likewise.
1702         (gnuv3_baseclass_offset): Likewise.
1703         (gnuv3_print_method_ptr): Likewise.
1704         (gnuv3_method_ptr_to_value): Likewise.
1705         (gnuv3_method_ptr_size): Add TYPE parameter.  Use it to determine
1706         class architecture.  Use architecture types instead of builtin types.
1707         (gnuv3_make_method_ptr): Likewise.
1708
1709         * cp-valprint.c (cp_print_class_member): Expect pointer type
1710         instead of class type.  Use its length when extracting value.
1711         * c-valprint.c (c_val_print): Update call to cp_print_class_member.
1712
1713 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1714
1715         * stack.c (return_command): Use frame architecture to determine
1716         default integer return type.
1717
1718         * f-valprint.c (f77_get_dynamic_lowerbound): Use frame architecture
1719         to determine pointer types.
1720         (f77_get_dynamic_upperbound): Likewise.
1721
1722         * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Remove.
1723         (resolve_msgsend): Use architecture of current frame to determine
1724         pointer types.  Inline OBJC_FETCH_POINTER_ARGUMENT.
1725         (resolve_msgsend_stret, resolve_msgsend_super,
1726         resolve_msgsend_super_stret): Likewise.
1727
1728 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1729
1730         * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)
1731         instead of builtin_type_ macros.
1732         * amd64-tdep.c (amd64_register_type): Likewise.
1733         (amd64_get_longjmp_target): Likewise.
1734         * arm-tdep.c (arm_register_type): Likewise.
1735         * avr-tdep.c (avr_register_type): Likewise.
1736         * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
1737         * frv-tdep.c (frv_register_type): Likewise.
1738         * h8300-tdep.c (h8300_register_type): Likewise.
1739         * hppa-tdep.c (hppa32_convert_from_func_ptr_addr, 
1740         hppa_skip_trampoline_code): Likewise.
1741         * i386-tdep.c (i386_register_type): Likewise.
1742         (i386_unwind_pc, i386_sse_type): Likewise.
1743         * ia64-tdep.c (ia64_register_type): Likewise.
1744         * m32r-tdep.c (m32r_register_type): Likewise.
1745         * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
1746         * m88k-tdep.c (m88k_register_type): Likewise.
1747         * mep-tdep.c (mep_register_type): Likewise.
1748         * mips-tdep.c (mips_pseudo_register_type): Likewise.
1749         * mn10300-tdep.c (mn10300_register_type): Likewise.
1750         * mt-tdep.c (mt_copro_register_type): Likewise.
1751         * rs6000-tdep.c (rs6000_builtin_type_vec64): Likewise.
1752         (rs6000_convert_register_p, rs6000_register_to_value,
1753         rs6000_value_to_register): Likewise.
1754         * s390-tdep.c (s390_register_type): Likewise.
1755         * sh64-tdep.c (sh64_register_type): Likewise.
1756         (sh64_build_float_register_type, sh64_do_fp_register): Likewise.
1757         * sh-tdep.c (sh_sh2a_register_type, sh_sh3e_register_type,
1758         sh_sh4_build_float_register_type, sh_sh4_register_type,
1759         sh_default_register_type): Likewise.
1760         * sparc64-tdep.c (sparc64_register_type): Likewise.
1761         * sparc-tdep.c (sparc32_register_type): Likewise.
1762         * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
1763         * v850-tdep.c (v850_register_type): Likewise.
1764         * vax-tdep.c (vax_register_type): Likewise.
1765         * xtensa-tdep.c (xtensa_register_type, xtensa_unwind_pc,
1766         xtensa_push_dummy_call): Likewise.
1767
1768         * std-regs.c (value_of_builtin_frame_fp_reg,
1769         value_of_builtin_frame_pc_reg): Likewise.
1770         * target-descriptions.c (tdesc_register_type): Likewise.
1771
1772 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1773
1774         * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32
1775         instead of builtin_type_int as default unspecified integral type.
1776         (ada_index_type, ada_array_bound_from_type, ada_variant_discrim_type,
1777         assign_component, to_fixed_range_type): Likewise.
1778         * ada-typeprint.c (print_range, print_range_bound,
1779         print_range_type_named): Likewise.
1780         * ada-valprint.c (print_optional_low_bound, ada_val_print_1): Likewise.
1781         * eval.c (evaluate_subexp_standard): Likewise.
1782         * gnu-v2-abi.c (gnuv2_virtual_fn_field): Likewise.
1783         * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
1784         build_gdb_vtable_type): Likewise.
1785         * jv-lang.c (java_array_type): Likewise.
1786         * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Likewise.
1787         * m2-valprint.c (m2_print_long_set): Likewise.
1788         * parse.c (follow_types): Likewise.
1789         * p-typeprint.c (pascal_type_print_base): Likewise.
1790         * valops.c (value_one, value_array, value_string,
1791         value_bitstring): Likewise.
1792         * value.c (allocate_repeat_value, value_from_string): Likewise.
1793         * varobj.c (c_describe_child): Likewise.
1794         * mt-tdep.c (mt_register_type): Likewise.
1795         * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
1796         * sh64-tdep.c (sh64_build_float_register_type): Likewise.
1797
1798 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1799
1800         * defs.h (struct gdbarch): Add forward declaration.
1801         (set_next_address): Add GDBARCH argument.
1802         * printcmd.c (set_next_address): Use it to find pointer type.
1803         * breakpoint.c (breakpoint_1): Update call.
1804         * source.c (line_info): Likewise.
1805         * findcmd.c (find_command): Use current_gdbarch to find pointer type.
1806
1807         * breakpoint.c (set_breakpoint_count): Use platform-neutral
1808         types for internal variable values.
1809         * infrun.c (handle_inferior_event): Likewise.
1810         * source.c (forward_search_command, reverse_search_command): Likewise.
1811         * tracepoint.c (set_tracepoint_count, set_traceframe_num,
1812         set_tracepoint_num, set_traceframe_context): Likewise.
1813
1814 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1815
1816         * gdbtypes.h (struct builtin_type): Remove builtin_true_char
1817         and builtin_true_unsigned_char.
1818         (builtin_type_true_char): Remove macro, add extern declaration.
1819         (builtin_type_true_unsigned_char): Add extern declaration.
1820         * gdbtypes.c (builtin_type_true_char): New global variable.
1821         (builtin_type_true_unsigned_char): Likewise.
1822         (_initialize_gdbtypes): Initialize them.
1823         (gdbtypes_post_init): Do not initialize builtin_true_char
1824         and builtin_true_unsigned_char members of struct builtin_type.
1825
1826         * printcmd.c (print_scalar_formatted): Do not use builtin_type;
1827         use builtin_type_true_unsigned_char instead.
1828
1829         * ada-valprint.c (ada_val_print_1): Use builtin_type_true_char
1830         instead of builtin_type_char for internal string.
1831
1832 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1833
1834         * gdbtypes.h (builtin_type_void): Remove macro, add declaration.
1835         (builtin_type_f_void): Remove macro.
1836         * gdbtypes.c (builtin_type_void): New global variable.
1837         (_initialize_gdbtypes): Initialize it.
1838
1839         * gnu-v3-abi.c (build_gdb_vtable_type): Do not call
1840         lookup_pointer_type or lookup_function_type on builtin_type_void.
1841         * printcmd.c (set_next_address): Likewise.
1842         * objc-lang.c (value_nsstring): Likewise.
1843         * mt-tdep.c (mt_copro_register_type): Likewise.
1844         * xtensa-tdep.c (xtensa_register_type): Likewise.
1845
1846         * symfile.c (syms_from_objfile): Remove special handling
1847         of builtin_type_void and builtin_type_char.
1848
1849 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1850
1851         * eval.c (evaluate_subexp_standard): Use exp->gdbarch types instead
1852         of builtin_type_ macros when handling OP_OBJC_ operations.
1853         * objc-lang.c (print_object_command): Likewise.
1854
1855 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1856
1857         * ada-valprint.c: Include "objfiles.h".
1858         (ada_val_print_1): Use the gdbarch associated with the objfile whether
1859         a System.Address type is defined to retrieve the proper pointer type
1860         to use to print it.
1861
1862 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1863
1864         * ada-lang.c (value_pos_atr): Add TYPE argument.  Use it as
1865         result type instead of builtin_type_int.
1866         (value_subscript_packed): Use pos_atr instead of value_pos_atr.
1867         (ada_value_subscript): Update call to value_pos_atr.
1868         (ada_value_ptr_subscript): Likewise.
1869         (ada_evaluate_subexp): Likewise.
1870
1871 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1872
1873         * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.
1874         (cast_from_fixed_to_double): Rename to ...
1875         (cast_from_fixed): ... this.  Add TYPE parameter.  Use it instead
1876         of builtin_type_double.
1877         (ada_value_cast): Use cast_from_fixed instead of casting result
1878         of cast_from_fixed_to_double.
1879         (ada_evaluate_subexp): Update calls to cast_from_fixed_to_double. 
1880
1881 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1882
1883         * valops.c (value_ind): No longer allow dereferencing an
1884         integer type.
1885         * eval.c (evaluate_subexp_standard): Handle deferencing an
1886         integer type here.
1887         * ada-lang.c (ada_evaluate_subexp): Likewise.
1888
1889 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1890
1891         * ada-valprint.c (ada_val_print_1): When implicitly dereferencing
1892         a reference type, pass the reference type directly to unpack_pointer.
1893         * c-valprint.c (c_val_print): Likewise.
1894         * f-valprint.c (f_val_print): Likewise.
1895         * m2-valprint.c (print_variable_at_address, m2_val_print): Likewise.
1896         * p-valprint.c (pascal_val_print): Likewise.
1897
1898 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1899
1900         * eval.c (evaluate_subexp_standard): Use builtin_type_int8
1901         to construct the EVAL_SKIP dummy return value.
1902         * ada-lang.c (ada_evaluate_subexp): Likewise.
1903         * jv-lang.c (evaluate_subexp_java): Likewise.
1904         * m2-lang.c (evaluate_subexp_modula2): Likewise.
1905         * scm-lang.c (evaluate_exp): Likewise.
1906
1907 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1908
1909         * value.h (coerce_enum, coerce_number): Remove prototypes.
1910         * value.c (coerce_enum, coerce_number): Remove.
1911         * valarith.c (value_x_binop): Do not call coerce_enum.
1912         (value_x_unop): Likewise.
1913         (value_logical_not): Call coerce_array instead of coerce_number.
1914
1915 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1916
1917         * ax-gdb.c: Include "language.h".
1918         (gen_frame_args_address): Add GDBARCH parameter; use it
1919         instead of current_gdbarch.
1920         (gen_frame_locals_address): Likewise.
1921         (gen_var_ref): Add GDBARCH parameter.  Update calls to
1922         gen_frame_args_address and gen_frame_locals_address.  Use
1923         pointer type from gdbarch.
1924         (gen_usual_unary): Add EXP parameter.  Use integer type
1925         from exp->gdbarch.
1926         (gen_usual_arithmetic): Likewise.
1927         (gen_integral_promotions): Likewise.
1928         (gen_add, gen_sub): Remove.
1929         (gen_ptradd, gen_ptrsub, gen_ptrdiff): New functions.
1930         (gen_logical_not): Use passed-in boolean result type
1931         instead of builtin_type_int.
1932         (gen_complement): Do not call gen_usual_unary or
1933         gen_integral_promotions.
1934         (gen_struct_ref): Call require_rvalue instead of gen_usual_unary.
1935         (gen_repeat): Add EXP parameter.  Update call to gen_expr.
1936         Use builtin_type_int32 as internal range type.
1937         (gen_sizeof): Add EXP and SIZE_TYPE parameters.  Use SIZE_TYPE
1938         as result type.  Update call to gen_expr.
1939         (gen_expr): Add EXP parameter.  Update calls to gen_expr,
1940         gen_repeat, gen_var_ref, gen_usual_unary, gen_usual_arithmetic,
1941         and gen_integral_promotions.  Call gen_ptradd, gen_ptrsub,
1942         gen_ptrdiff, or gen_binop instead of gen_add or gen_sub.
1943         Use exp->gdbarch instead of current_gdbarch.
1944         Call language_bool_type to determine result type of UNOP_LOGICAL_NOT.
1945
1946 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1947
1948         * eval.c (evaluate_subexp_standard): Add calls to binop_promote
1949         and unop_promote before calling value_binop et. al.
1950         * ada-lang.c (ada_evaluate_subexp): Add calls to binop_promote
1951         and unop_promote before calling value_binop et. al.
1952
1953         * valarith.c (value_binop): Do not call binop_promote or unop_promote.
1954         (value_pos): Do not call unop_promote.
1955         (value_neg, value_complement): Likewise.
1956
1957 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1958
1959         * value.h (unop_promote, binop_promote): Add prototypes.
1960         * eval.c (unop_promote, binop_promote): New functions.
1961         * valarith.c (unop_result_type, binop_result_type): Remove.
1962         (value_binop): Call binop_promote or unop_promote.
1963         Inline remaining parts of binop_result_type.  Remove special
1964         code to truncate integer values for unsigned operations.
1965         (value_pos): Call unop_promote.  Inline remaining parts of
1966         unop_result_type.
1967         (value_neg, value_complement): Likewise.
1968
1969 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1970
1971         * value.h (value_add, value_sub): Remove.
1972         (value_ptradd, value_ptrsub, value_ptrdiff): Add prototypes.
1973         * valarith.c (value_add, value_sub): Remove.
1974         (value_ptradd, value_ptrsub, value_ptrdiff): New functions.
1975         (find_size_for_pointer_math): Add assertion.  Update comment.
1976         (value_binop): Update comment.
1977
1978         * eval.c (ptrmath_type_p): New function.
1979         (evaluate_subexp_standard): Replace value_add and value_sub
1980         by value_ptradd, value_ptrsub, value_ptrdiff or value_binop.
1981         Use builtin_type_uint8 instead of builtin_type_char to hold
1982         the increment for BINOP_{PRE,POST}{IN,DE}CREMENT operations.
1983         * valarith.c (value_subscript): Replace value_add by
1984         value_ptradd.  Replace value_sub by value_binop.
1985         * ada-lang.c (ada_value_ptr_subscript): Likewise.
1986         (ada_tag_name_2): Replace value_add by value_ptradd.
1987         (ada_evaluate_subexp): Replace value_add and value_sub by
1988         value_binop.
1989         * m2-lang.c (evaluate_subexp_modula2): Replace value_add
1990         by value_ptradd.
1991         * gnu-v2-abi.c (gnuv2_virtual_fn_field): Likewise.
1992         * gnu-v3-abi.c (gnuv3_method_ptr_to_value): Likewise.
1993
1994 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
1995
1996         * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type of
1997         the expression architecture instead of builtin_type_int as the
1998         sizeof return type.
1999
2000 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
2001
2002         * expression.h (enum exp_opcode): Document OP_COMPLEX to take
2003         a type parameter as expression element.
2004         * eval.c (evaluate_subexp_standard) [OP_COMPLEX]: Retrieve result
2005         type as expression element.
2006         * f-exp.y: Pass in type when buildin OP_COMPLEX expression.
2007         * parse.c (operator_length_standard): Update length of OP_COMPLEX.
2008
2009 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
2010
2011         * language.h (struct language_arch_info): New members
2012         bool_type_default and bool_type_symbol.
2013         (lang_bool_type): Remove prototype.
2014         (LA_BOOL_TYPE): Remove macro.
2015         (language_bool_type): Add prototype.
2016         * language.c (lang_bool_type): Remove.
2017         (language_bool_type): New function.
2018
2019         * value.h (value_in): Change return value to int.
2020         * value.c (value_in): Return int instead of struct value *.
2021
2022         * eval.c (evaluate_subexp_standard): Call language_bool_type instead
2023         of using LA_BOOL_TYPE.  Update call to value_in.
2024         * ada-lang.c (ada_evaluate_subexp): Call language_bool_type instead
2025         of using LA_BOOL_TYPE or builtin_type_int for boolean values.
2026
2027         * language.c (unknown_language_arch_info): Set bool_type_default member
2028         of struct language_arch_info.
2029         * ada-lang.c (ada_language_arch_info): Set bool_type_symbol and
2030         bool_type_default members of struct language_arch_info.
2031         * c-lang.c (c_language_arch_info): Set bool_type_default member
2032         of struct language_arch_info.
2033         (cplus_language_arch_info): Set bool_type_symbol and bool_type_default
2034         members of struct language_arch_info.
2035         * f-lang.c (f_language_arch_info): Set bool_type_symbol and
2036         bool_type_default members of struct language_arch_info.
2037         * jv-lang.c (java_language_arch_info): Set bool_type_symbol and
2038         bool_type_default members of struct language_arch_info.
2039         * m2-lang.c (m2_language_arch_info): Set bool_type_symbol and
2040         bool_type_default members of struct language_arch_info.
2041         * p-lang.c (p_language_arch_info): Set bool_type_symbol and
2042         bool_type_default members of struct language_arch_info.
2043
2044 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
2045
2046         * jv-lang.c (enum java_primitive_types): New type.
2047         (java_language_arch_info): New function.
2048         (java_language): Use it instead of c_language_arch_info.
2049
2050 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
2051
2052         * value.h (value_bitstring_subscript): New prototype.
2053         * valarith.h (value_bitstring_subscript): New function.
2054         (value_subscript): No longer handle TYPE_CODE_BITSTRING.
2055         * eval.c (evaluate_subexp_standard): Call value_bitstring_subscript
2056         instead of value_subscript to handle TYPE_CODE_BITSTRING.
2057
2058 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
2059
2060         * expression.h (struct expression): New member GDBARCH.
2061         * parse.c (parse_exp_in_context): Initialize it.
2062         * parser-def.h (parse_gdbarch, parse_language): New macros.
2063
2064         * ada-exp.y (parse_type): New macro.
2065         Replace builtin_type_ macros by using parse_type.
2066         Replace current_language by parse_language.
2067         * ada-lex.l (processInt): Replace current_gdbarch by parse_gdbarch.
2068         Replace builtin_type_ macros.
2069
2070         * c-exp.y (parse_type): New macro.
2071         Replace builtin_type_ macros by using parse_type.
2072         (parse_number): Replace current_gdbarch by parse_gdbarch.
2073         (yylex): Replace current_language by parse_language.
2074
2075         * f-exp.y (parse_type, parse_f_type): New macros.
2076         Replace builtin_type_ macros by using parse_{f_,}type.
2077         (parse_number): Replace current_gdbarch by parse_gdbarch.
2078         (yylex): Replace current_language by parse_language.
2079
2080         * jv-exp.y (parse_type): New macro.
2081         (parse_number): Replace builtin_type_ macros by using parse_type.
2082
2083         * m2-exp.y (parse_type, parse_m2_type): New macros.
2084         Replace builtin_type_ macros by using parse_{m2_,}type.
2085
2086         * objc-exp.y (parse_type): New macro.
2087         Replace builtin_type_ macros by using parse_type.
2088         (parse_number): Replace current_gdbarch by parse_gdbarch.
2089         (yylex): Replace current_language by parse_language.
2090
2091         * p-exp.y (parse_type): New macro.
2092         Replace builtin_type_ macros by using parse_type.
2093         (parse_number): Replace current_gdbarch by parse_gdbarch.
2094         (yylex): Replace current_language by parse_language.
2095
2096 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
2097
2098         * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE
2099         and DATA_SYMBOL_TYPE arguments.
2100         * parse.c (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE and
2101         DATA_SYMBOL_TYPE arguments.  Replace use of builtin_type_CORE_ADDR.
2102         (write_dollar_variable): Update call.
2103
2104         * ada-exp.y (write_var_or_type): Update call.
2105         * c-exp.y: Likewise.
2106         * f-exp.y: Likewise.
2107         * jv-exp.y: Likewise.
2108         * m2-exp.y: Likewise.
2109         * objc-exp.y: Likewise.
2110         * p-exp.y: Likewise.
2111
2112 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
2113
2114         * ada-lang.c (ada_parent_type): Add handling of the case where
2115         the _parent field is a pointer and/or has a parallel XVS type.
2116         (ada_evaluate_subexp) [OP_VAR_VALUE]: When doing an
2117         EVAL_AVOID_SIDE_EFFECTS evaluation of a tagged type, return
2118         the type of the tag instead of doing forcing an EVAL_NORMAL
2119         expression evaluation.
2120
2121 2008-09-10  Paul N. Hilfinger  <hilfinger@adacore.com> 
2122             Joel Brobecker  <brobecker@adacore.com>
2123
2124         * ada-lang.c (is_digits_suffix): New function.
2125         (is_dot_digits_suffix): Remove.
2126         (ada_lookup_symbol_list): Remove digits suffix from minimal symbols
2127         before looking up in symbol table, and do not use wild matches on them.
2128         (wild_match): Reimplement for speed and to allow matching of operator
2129         symbols.
2130         (is_valid_name_for_wild_match): Return zero for names that do not
2131         follow the GNAT encoding.
2132
2133         (is_name_suffix): Fix typo in comment.
2134         (to_record_with_fixed_variant_part): Ditto.
2135
2136 2008-09-10  Pedro Alves  <pedro@codesourcery.com>
2137
2138         * Makefile.in (gnu-nat.o): New rule.
2139
2140 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
2141
2142         * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Use
2143         archecture-neutral builtin_type_int32 instead of builtin_type_int.
2144
2145 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
2146
2147         * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:
2148         Add special handling for pointer types.
2149
2150 2008-09-10  Pedro Alves  <pedro@codesourcery.com>
2151
2152         * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at the
2153         right scope level.
2154         (inf_ttrace_resume, inf_ttrace_wait): Typos.
2155
2156 2008-09-10  Ulrich Weigand  <uweigand@de.ibm.com>
2157
2158         * ada-lang.c (ada_array_length): Use builtin_type_int32 instead
2159         of builtin_type_int.
2160         (ada_evaluate_subexp) [UNOP_IN_RANGE]: Use operand range type
2161         instead of builtin_type_int.
2162
2163 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
2164
2165         * infrun.c (normal_stop): Run hook-stop last.
2166
2167 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
2168
2169         * gnu-nat.c (gnu_pid_to_exec_file): Delete.
2170         (init_gnu_ops): Don't register it.
2171
2172 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
2173
2174         * gnu-nat.c (gnu_attach): Push target before fetching the list of
2175         threads.
2176
2177 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
2178
2179         * valops.c (value_cast_structs): Return NULL for failure.
2180         (value_cast): Handle NULL from value_cast_structs.
2181         (value_fetch_lazy): Call check_typedef.  Remove unused variable.
2182
2183 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2184
2185         * inferior.h (context_switch_to): Delete.
2186         * infrun.c (context_switch): Don't save and load infrun state.
2187         (context_switch_to): Delete.
2188
2189         * infcmd.c (proceed_thread_callback): Replace context_switch_to
2190         calls by switch_to_thread calls.
2191
2192         * gdbthread.h (save_infrun_state, load_infrun_state): Delete.
2193         * thread.c (main_thread_state, main_thread_executing): Delete.
2194         (inferior_thread): Delete references to them.
2195         (add_thread_silent): Fix case where we're adding a thread with the
2196         same ptid as an exited thread.  Remove references to
2197         context-switching.
2198         (load_infrun_state, save_infrun_state): Delete.
2199         (thread_alive, is_thread_state, any_running, is_executing)
2200         (set_executing): Remove the special handling for targets that
2201         don't register any thread.
2202         (restore_current_thread, thread_apply_all_command)
2203         (do_captured_thread_select): Unconditionally call
2204         switch_to_thread.
2205
2206         * mi/mi-main.c (mi_cmd_execute): Check for exited threads.
2207         Call switch_to_thread instead of context_switch_to.
2208
2209 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2210
2211         Remove global continuations in favour of a per-thread
2212         continuations.
2213
2214         * gdbthread.h (struct thread_info): Add comments around
2215         continuations and intermediate_continuations.
2216         (save_infrun_state, load_infrun_state): Delete continuations and
2217         intermediate_continuations arguments.
2218         * infrun.c (context_switch): Don't context-switch the continuations.
2219         * thread.c (clear_thread_inferior_resources): Discard all
2220         continuations of the thread we're clearing.
2221         (save_infrun_state, load_infrun_state): Delete continuations and
2222         intermediate_continuations arguments, and the code referencing
2223         them.
2224         * utils.c: Include "gdbthread.h".
2225         (cmd_continuation, intermediate_continuation): Delete.
2226         (add_continuation): Add thread_info* argument.  Install the
2227         continuation on it.
2228         (restore_thread_cleanup): New.
2229         (do_all_continuations_ptid, do_all_continuations_thread_callback):
2230         New.
2231         (do_all_continuations): Reimplement.
2232         (discard_all_continuations_thread_callback,
2233         discard_all_continuations_thread): New.
2234         (discard_all_continuations): Reimplement.
2235         (add_intermediate_continuation): Add thread_info* argument.
2236         Install the continuation on it.
2237         (do_all_intermediate_continuations_thread_callback)
2238         (do_all_intermediate_continuations_thread): New.
2239         (do_all_intermediate_continuations): Reimplement.
2240         (discard_all_intermediate_continuations_thread_callback): New.
2241         (discard_all_intermediate_continuations_thread): New.
2242         (discard_all_intermediate_continuations): Reimplement.
2243
2244         * breakpoint.c (until_break_command): Install the continuation on
2245         the current thread.
2246
2247         * defs.h (cmd_continuation, intermediate_continuation): Delete.
2248         (struct thread_info): Forward declare.
2249         (add_continuation, add_intermediate_continuation): Add
2250         thread_info* argument.
2251         (do_all_continuations_thread, discard_all_continuations_thread)
2252         (do_all_intermediate_continuations_thread)
2253         (discard_all_intermediate_continuations_thread): Declare.
2254         * inf-loop.c (inferior_event_handler): In non-stop only run
2255         continuations on the thread that stopped.  In all-stop, run
2256         continuations on all threads.
2257         * infcmd.c (step_once, finish_command): Adjust.
2258
2259 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2260
2261         Remove the global stop_step in favour of a per-thread
2262         stop_step.
2263
2264         * inferior.h (stop_step): Delete.
2265
2266         * gdbthread.h (struct thread_info): Add comments to stop_step.
2267         (save_infrun_state, load_infrun_state): Remove stop_step argument.
2268         * thread.c (load_infrun_state, save_infrun_state): Remove
2269         stop_step argument, and references to it.
2270
2271         * infrun.c (clear_proceed_status): Clear stop_step.
2272         (fetch_inferior_event): Adjust.
2273         (context_switch): Don't context-switch stop_step.
2274         (handle_inferior_event): Adjust.
2275         (normal_stop): Adjust.
2276         (save_inferior_status, restore_inferior_status): Adjust.
2277
2278         * infcmd.c (stop_step): Delete.
2279         (step_1, step_1_continuation, step_once, until_next_command):
2280         Adjust.
2281
2282 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2283
2284         Remove the global step_multi in favour of a per-thread
2285         step_multi.
2286
2287         * inferior.h (step_multi): Delete.
2288         * gdbthread.h (struct thread_info): Add comments around
2289         step_multi.
2290         (save_infrun_state, load_infrun_state): Remove step_multi
2291         parameter.
2292         * thread.c (load_infrun_state, save_infrun_state): Remove
2293         step_multi argument, and references to it.
2294         * infcmd.c (step_multi): Delete.
2295         (step_1): Adjust.
2296         (step_1_continuation, until_next_command): Adjust.
2297         * infrun.c (fetch_inferior_event): Adjust.
2298         (context_switch): Don't context-switch step_multi.
2299         (print_stop_reason, normal_stop): Adjust.
2300
2301 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2302
2303         Remove the global stop_signal in favour of a per-thread
2304         stop_signal.
2305
2306         * inferior.h (stop_signal): Delete.
2307         * gdbthread.h (save_infrun_state, load_infrun_state): Remove
2308         stop_signal argument.
2309         * thread.c (load_infrun_state, save_infrun_state): Remove
2310         stop_signal argument.  Don't reference it.
2311
2312         * infcmd.c (stop_signal): Delete.
2313         (program_info): Adjust.
2314         * infrun.c (resume): Clear stop_signal.
2315         (proceed): Adjust.  Pass the last stop_signal to the thread we're
2316         resuming.
2317         (context_switch): Don't context-switch stop_signal.
2318         (handle_inferior_event, keep_going): Adjust.
2319         (save_inferior_status, restore_inferior_status): Adjust.
2320
2321         * fbsd-nat.c: Include "gdbthread.h".
2322         (find_signalled_thread, find_stop_signal): New.
2323         (fbsd_make_corefile_notes): Use it.
2324         * fork-child.c (startup_inferior): Adjust.
2325
2326         * linux-nat.c (get_pending_status): Adjust.
2327         (linux_nat_do_thread_registers): Adjust.
2328         (find_signalled_thread, find_stop_signal): New.
2329         (linux_nat_do_thread_registers): Add stop_signal parameter.
2330         (struct linux_nat_corefile_thread_data): Add stop_signal member.
2331         (linux_nat_corefile_thread_callback): Pass stop_signal.
2332         (linux_nat_do_registers): Delete.
2333         (linux_nat_make_corefile_notes): Use find_stop_signal.  Assume
2334         there's always a thread.
2335
2336         * procfs.c (find_signalled_thread, find_stop_signal): New.
2337         (find_stop_signal): New.
2338         (procfs_do_thread_registers): Add stop_signal parameter.
2339         (struct procfs_corefile_thread_data): Add stop_signal member.
2340         (procfs_corefile_thread_callback): Pass args->stop_signal.
2341         (procfs_make_note_section): Find the last stop_signal.
2342
2343         * solib-irix.c: Include gdbthread.h.
2344         (irix_solib_create_inferior_hook): Adjust.
2345         * solib-osf.c: Include gdbthread.h.
2346         (osf_solib_create_inferior_hook): Adjust.
2347         * solib-sunos.c: Include gdbthread.h.
2348         (sunos_solib_create_inferior_hook): Adjust.
2349         * solib-svr4.c: Include gdbthread.h.
2350         (svr4_solib_create_inferior_hook): Adjust.
2351
2352         * win32-nat.c (do_initial_win32_stuff): Adjust.
2353
2354 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2355
2356         * gdbthread.h (struct thread_info): Add comments around
2357         proceed_to_finish.
2358         (save_infrun_state, load_infrun_state): Remove proceed_to_finish
2359         argument.
2360         * thread.c (load_infrun_state, save_infrun_state): Delete
2361         proceed_to_finish argument and references to it.
2362
2363         * infcall.c (call_function_by_hand): Adjust.
2364         * infcmd.c (finish_command): Adjust.
2365         * infrun.c (proceed_to_finish): Delete.
2366         (clear_proceed_status): Adjust.
2367         (context_switch): Don't context-switch proceed_to_finish.
2368         (normal_stop, save_inferior_status, restore_inferior_status):
2369         Adjust.
2370
2371 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2372
2373         * inferior.h (stop_bpstat): Delete.
2374
2375         * breakpoint.h (bpstat_do_actions): Remove bpstat* argument.
2376         
2377         * breakpoint.c (bpstat_do_actions): Rename to ...
2378         (bpstat_do_actions_1): ... this.  Make static.  Change return type
2379         to int.  Return true if a breakpoint proceeded.
2380         (bpstat_do_actions): New, as wrapper around bpstat_do_actions_1.
2381         (delete_breakpoint): Don't reference the global stop_bpstat; it's
2382         gone.
2383
2384         * gdbthread.h (struct thread_info): Add stop_bpstat.
2385         (save_infrun_state, load_infrun_state): Remove stop_bpstat
2386         argument.
2387         * thread.c (load_infrun_state, save_infrun_state): Remove
2388         stop_bpstat argument, and the code referencing it.
2389
2390         * infcall.c: Include "gdbthread.h".
2391         (call_function_by_hand): Adjust.
2392         * exceptions.c: Include "gdbthread.h".
2393         (throw_exception): Adjust.
2394         * infcmd.c (stop_bpstat): Delete.
2395         (continue_command): In all-stop, set the ignore count on the
2396         thread that reported the stop.  In non-stop, set it on the current
2397         thread.
2398         (finish_command_continuation): Adjust.
2399         (program_info): Adjust.
2400         * infrun.c (clear_proceed_status): Adjust.
2401         (context_switch): Don't context-switch stop_bpstat.
2402         (handle_inferior_event): Adjust.
2403         (normal_stop): Adjust.
2404         (save_inferior_status, restore_inferior_status): Adjust.
2405
2406         * inf-loop.c (inferior_event_handler): Remove parameter to
2407         bpstat_do_actions call.
2408         * top.c (command_loop): Remove parameter to bpstat_do_actions
2409         call.  Call it unconditionally.
2410         * event-top.c (command_handler): Ditto.
2411         * python/python.c (execute_gdb_command): Ditto.
2412
2413 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2414
2415         * inferior.h (step_over_calls): Delete.
2416
2417         * gdbthread.h (save_infrun_state, load_infrun_state): Remove
2418         step_over_calls argument.
2419         * thread.c (save_infrun_state, load_infrun_state): Remove
2420         step_over_calls argument.  Adjust.
2421
2422         * infcmd.c (step_over_calls): Delete.
2423         (step_1): Adjust.
2424         * infrun.c (clear_proceed_status): Adjust.
2425         (context_switch): Don't context-switch step_over_calls.
2426         (handle_inferior_event, save_inferior_status)
2427         (restore_inferior_status): Adjust.
2428
2429 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2430
2431         Remove context switching in favour of accessing thread_info fields
2432         directly.
2433
2434         * infrun.c (stepping_over_breakpoint, step_resume_breakpoint):
2435         Delete.
2436         (struct thread_stepping_state): Delete.
2437         (gtss, tss): Delete.
2438         (follow_inferior_reset_breakpoints, follow_exec)
2439         (resume, clear_proceed_status): Adjust.
2440         (prev_pc): Delete.
2441         (proceed, start_remote, init_wait_for_inferior): Adjust.
2442         (struct execution_control_state): Add event_thread member.
2443         (delete_step_resume_breakpoint_callback)
2444         (delete_step_thread_step_resume_breakpoint)
2445         (delete_step_thread_step_resume_breakpoint_cleanup)
2446         (delete_step_thread_step_resume_breakpoint): New.
2447         (wait_for_inferior, init_execution_control_state): Use
2448         delete_step_thread_step_resume_breakpoint_cleanup.
2449         (wait_for_inferior): Set the event_thread.
2450         (fetch_inferior_event): Ditto.  Delete the step-resume breakpoint
2451         with delete_step_thread_step_resume_breakpoint.
2452         (init_thread_stepping_state): Change parameter type to
2453         thread_info.  Adjust.
2454         (context_switch): Don't context switch prev_pc,
2455         stepping_over_breakpoint, step_resume_breakpoint,
2456         step_range_start, step_range_end, step_frame_id,
2457         tss->stepping_over_breakpoint,
2458         tss->stepping_through_solib_after_catch,
2459         tss->stepping_through_solib_catchpoints, tss->current_line, or
2460         tss->current_symtab.
2461         (adjust_pc_after_break, handle_inferior_event)
2462         (currently_stepping, step_into_function)
2463         (insert_step_resume_breakpoint_at_sal)
2464         (insert_longjmp_resume_breakpoint, keep_going): Adjust.
2465         (clear_stepping_state): New.
2466         (normal_stop): Adjust.
2467         (save_inferior_status, restore_inferior_status): Adjust.
2468
2469         * gdbthread.h (struct thread_info): Comments describing the
2470         members moved here.  Add step_after_step_resume_breakpoint.
2471         (delete_step_resume_breakpoint): Add thread_info argument.
2472         (save_infrun_state, load_infrun_state): Remove prev_pc,
2473         trap_expected, step_resume_breakpoint, step_range_start,
2474         step_range_end, step_frame_id, another_trap,
2475         stepping_through_solib_after_catch,
2476         stepping_through_solib_catchpoints, current_line and
2477         current_symtab function arguments.
2478         (inferior_thread): Declare.
2479
2480         * thread.c (inferior_thread): New.
2481         (delete_step_resume_breakpoint): Add a thread_info parameter and
2482         rewrite.
2483         (load_infrun_state, save_infrun_state): Remove prev_pc,
2484         trap_expected, step_resume_breakpoint, step_range_start,
2485         step_range_end, step_frame_id, stepping_over_breakpoint,
2486         stepping_through_solib_after_catch,
2487         stepping_through_solib_catchpoints, current_line and
2488         current_symtab args.  Remove code referencing them.
2489
2490         * infcmd.c (step_range_start, step_range_end, step_frame_id):
2491         Delete.
2492         (step_1, step_once, until_next_command): Adjust.
2493
2494         * inferior.h (step_range_start, step_range_end, step_frame_id):
2495         Delete.
2496
2497         * linux-nat.c (linux_child_follow_fork): If following the child,
2498         move the step state to it.  Adjust.
2499         * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
2500         * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
2501
2502 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2503
2504         * bsd-uthread.c (bsd_uthread_find_new_threads): Claim the main
2505         thread.
2506
2507 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2508
2509         * corelow.c (add_to_thread_list): If this is the first time we
2510         hear about thread info, update inferior_ptid.
2511         (core_open): Clear the thread list and set inferior_ptid before
2512         acknowledging a new inferior.  Find threads before fetching
2513         register info.  Give an upper target layer a chance to find and
2514         claim new threads.  Print core generation and stop signal info
2515         after finding new threads.
2516         (get_core_register_section): Look at the lwp member of
2517         inferior_ptid for detecting if we have threads info, instead of
2518         the pid member.
2519         (core_pid_to_str): New.
2520         (init_core_ops): Register core_pid_to_str.
2521
2522 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2523
2524         * spu-linux-nat.c (spu_child_post_startup_inferior)
2525         (spu_child_post_attach): Don't add the main thread here.
2526
2527 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2528
2529         Use ptid_t.tid to store thread ids instead of ptid_t.pid.
2530
2531         * gnu-nat.c (inf_validate_procs): If this is the first time we're
2532         seeing a thread id, extend the main thread's ptid.  If we still
2533         have pending execs, don't be verbose about new threads.
2534         (gnu_wait, gnu_resume, gnu_attach, gnu_thread_alive)
2535         (gnu_pid_to_str, cur_thread, sig_thread_cmd): Adjust.
2536         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers):
2537         Adjust.
2538
2539 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2540
2541         * procfs.c (to_attach): Create a procinfo for the current lwp.
2542         Add it to gdb's thread list.
2543         (procfs_fetch_registers, procfs_store_registers): Assume there's
2544         always an lwp.
2545         (procfs_wait): Don't add the main thread here.
2546         (procfs_init_inferior): Create a procinfo for the main lwp here.
2547         Change main thread's ptid with thread_change_ptid.
2548         (procfs_notice_thread): Check for exited threads.
2549         (procfs_corefile_thread_callback): Remove check for the main
2550         process.
2551         (procfs_make_note_section): Assume there is always a thread.
2552
2553         * sol-thread.c (sol_thread_attach): Clear sol_thread_active before
2554         attaching.  Change the main thread ptid with thread_change_ptid.
2555         (sol_thread_detach): Clear sol_thread_active.
2556         (sol_thread_wait): Check for exited threads.
2557         (sol_thread_create_inferior): Clear sol_thread_active before
2558         creating a new inferior.  Change the main thread ptid with
2559         thread_change_ptid.
2560         (sol_thread_mourn_inferior): Clear sol_thread_active.
2561         (sol_find_new_threads_callback): Check for exited threads.
2562
2563 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2564
2565         * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE and
2566         LWP_TERMINATE, resume the caller thread.  On TTEVT_LWP_CREATE,
2567         TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE, don't stop the whole
2568         process, and return TARGET_WAITKIND_IGNORE.
2569
2570 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2571
2572         * inf-ttrace.c: Include <signal.h>
2573         (inf_ttrace_delete_dead_threads_callback): New.
2574         (inf_ttrace_resume_lwp): New.
2575         (inf_ttrace_resume_callback, inf_ttrace_resume): Rewrite.  Don't
2576         delete dying threads until they are really dead.
2577         (inf_ttrace_wait): After stopping the whole process, delete any
2578         dying thread that is really dead by now.
2579         (inf_ttrace_thread_alive): Return 1.
2580         (inf_ttrace_extra_thread_info): New.
2581         (inf_ttrace_target): Register inf_ttrace_extra_thread_info.
2582
2583 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2584
2585         * inf-ttrace.c (inf_ttrace_follow_fork): Register the main thread
2586         of the child fork.
2587         (inf_ttrace_attach): Add the main thread.
2588         (inf_ttrace_resume_callback): Check for exited threads.  Adjust
2589         for always a thread.
2590         (inf_ttrace_wait): Decorate the main thread's ptid with lwp info
2591         using thread_change_ptid, and set its private data.  Don't add the
2592         main thread here.
2593         (inf_ttrace_pid_to_str): Adjust.
2594
2595 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2596
2597         * bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
2598         thread_change_ptid.  Check for exited threads.
2599         (bsd_uthread_find_new_threads): Check for exited threads.
2600
2601 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2602
2603         * inf-ptrace.c: Include "gdbthread.h".
2604         (inf_ptrace_attach): Add the main thread here.
2605         * linux-nat.c (linux_nat_attach): Don't add the main thread here.
2606         Decorate the main thread id with the lwp id.
2607
2608 2008-09-08  Pedro Alves  <pedro@codesourcery.com>
2609
2610         * linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with
2611         thread_change_ptid.  Don't add or mark the main thread as running
2612         and executing here.
2613         * fork-child.c (fork_inferior): Add the main thread here.
2614
2615 2008-09-08  Jerome Guitton  <guitton@adacore.com>
2616
2617         * rs6000-tdep.c (rs6000_fetch_instruction)
2618         (rs6000_skip_stack_check): New functions.
2619         (skip_prologue): Skip stack check sequence.
2620         
2621 2008-09-08  David Daney  <ddaney@avtrex.com>
2622
2623         * dummy-frame.h (frame.h): Include it.
2624         (struct frame_id): Remove declaration.
2625
2626 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2627
2628         * spu-tdep.c (spu_push_dummy_code): New function.
2629         (spu_gdbarch_init): Install it.
2630
2631 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2632
2633         * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz
2634         instead of paddr_nz.
2635         * gdbarch.c: Regenerate.
2636
2637         * target.c (target_xfer_partial, debug_print_register): Use
2638         core_addr_to_string_nz instead of paddr_nz.
2639
2640 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2641
2642         * rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
2643         *before* calling gdbarch_init_osabi.
2644         (rs6000_aix_init_osabi): Disable displaced stepping.
2645
2646 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2647
2648         * target.c (update_current_target): Do not inherit to_open
2649         or to_close.
2650         (pop_target): Call target_close on target_stack instead
2651         of current_target.
2652         (pop_all_targets_above): Likewise.
2653
2654 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2655
2656         * gnu-v3-abi.c (gnuv3_decode_method_ptr): New function.
2657         (gnuv3_print_method_ptr): Use it.
2658         (gnuv3_method_ptr_to_value): Likewise.
2659
2660 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2661
2662         * nto-tdep.h (struct nto_target_ops): Add gdbarch parameter to
2663         register_area callback function.
2664         * i386-nto-tdep.c (i386nto_register_area): Add gdbarch parameter.
2665         Use it instead of current_gdbarch.
2666         * nto-procfs.c (procfs_store_registers): Update call.
2667
2668 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2669
2670         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
2671         regcache architecture instead of current_gdbarch.
2672
2673 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2674
2675         * mep-tdep.c (struct mep_prologue): Add gdbarch member.
2676         (check_for_saved): Use it instead of current_gdbarch.
2677         (is_arg_spill): Add gdbarch paramter.  Use it instead
2678         of current_gdbarch.
2679         (mep_analyze_prologue): Add gdbarch parameter.  Pass it
2680         to is_arg_spill and check_for_saved.
2681         (mep_skip_prologue, mep_analyze_frame_prologue): Update calls.
2682
2683 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2684
2685         * hppa-tdep.c (internalize_unwinds): Use objfile architecture
2686         instead of current_gdbarch.
2687
2688 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2689
2690         * m68k-tdep.h (m68kbsd_fpreg_offset): Add gdbarch parameter.
2691         * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Add gdbarch paramter.
2692         Use it instead of current_gdbarch.
2693         (m68kbsd_supply_fpregset): Update call.
2694         * m68kbsd-nat.c (m68kbsd_supply_fpregset): Likewise.
2695         (m68kbsd_collect_fpregset): Likewise.
2696
2697 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2698
2699         * cris-tdep.c (cris_version, cris_mode): Remove.
2700         (crisv32_single_step_through_delay): Use tdep->cris_mode.
2701         (cris_breakpoint_from_pc): Likewise.
2702         (cris_frame_unwind_cache): Use tdep->cris_version.
2703         (crisv32_scan_prologue): Likewise.
2704         (cris_spec_reg_applicable): Add gdbarch argument.
2705         Use tdep->cris_version.
2706         (cris_register_size, cris_special_register_name): Update calls.
2707         (cris_special_register_name): Add gdbarch argument.
2708         (cris_register_name, crisv32_register_name): Update calls.
2709
2710 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2711
2712         * m68hc11-tdep.c (gdb_print_insn_m68hc11): Use info->arch
2713         instead of current_gdbarch.
2714
2715         * sh64-tdep.c (gdb_print_insn_sh64): Remove.
2716         (sh64_gdbarch_init): Install print_insn_sh64 directly.
2717         * sh-tdep.c (gdb_print_insn_sh): Remove.
2718         (sh_gdbarch_init): Install print_insn_sh directly.
2719
2720         * mips-tdep.c (gdb_print_insn_mips): Do not check mips_abi
2721         from current_gdbarch.
2722         (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): New functions.
2723         (mips_gdbarch_init): Install them instead of gdb_print_insn_mips
2724         depending on mips_abi.
2725
2726 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2727
2728         * gdbarch.sh (addr_bits_remove): Change type to 'm'.
2729         (smash_text_address): Likewise.
2730         * gdbarch.c, gdbarch.h: Regenerate.
2731
2732         * arch-utils.c (core_addr_identity): Add gdbarch parameter.
2733         * arch-utils.h (core_addr_identity): Likewise.
2734         * arm-tdep.c (arm_addr_bits_remove): Likewise.
2735         (arm_smash_text_address): Likewise.
2736         * hppa-tdep.c (hppa_smash_text_address): Likewise.
2737         * m88k-tdep.c (m88k_addr_bits_remove): Likewise.
2738         * s390-tdep.c (s390_addr_bits_remove): Likewise.
2739
2740         * mips-tdep.c (mips_addr_bits_remove): Add gdbarch parameter.
2741         Use it instead of current_gdbarch.
2742
2743         * arm-tdep.c (arm_prologue_prev_register, arm_unwind_pc,
2744         arm_dwarf2_prev_register): Update calls.
2745         * m88k-tdep.c (m88k_unwind_pc): Update call.
2746
2747 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2748
2749         * dwarf2expr.h (dwarf2_read_address): Add gdbarch argument.
2750         * dwarf2expr.c (dwarf2_read_address): Add gdbarch argument.
2751         Call gdbarch_integer_to_address directly instead of converting
2752         to value and back.  Update comment.
2753         (execute_stack_op): Update call site.
2754         * dwarf2loc.c (find_location_expression): Likewise.
2755         (locexpr_describe_location): Update
2756
2757         * dwarf2expr.h (struct dwarf_expr_context): Add gdbarch member.
2758         * dwarf2-frame.c (execute_stack_op): Initialize ctx->gdbarch.
2759         * dwarf2loc. (dwarf2_evaluate_loc_desc): Likewise.
2760         (dwarf2_loc_desc_needs_frame): Likewise.
2761
2762 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2763
2764         * breakpoint.h (struct bp_location): Change type of section
2765         member to "struct obj_section *".
2766         * tracepoint.h (struct tracepoint): Likewise.
2767         * symtab.h (struct general_symbol_info): Replace bfd_section
2768         member with obj_section.
2769         (struct symtab_and_line): Change type of section member to
2770         "struct obj_section *".
2771         (SYMBOL_BFD_SECTION): Remove macro, replace by ...
2772         (SYMBOL_OBJ_SECTION): ... this.
2773
2774         * minsym.c (prim_record_minimal_symbol_and_info): Record symbol
2775         section as obj_section instead of bfd_section.
2776
2777         * ada-lang.c (ada_decode_symbol): Use gsymbol->obj_section
2778         directly instead of looking of obj_section from bfd_section.
2779
2780         * objfiles.h (find_pc_sect_section): Remove.
2781         * objfiles.c (find_pc_sect_section): Remove.
2782         (find_pc_section): Inline find_pc_sect_section code.
2783
2784         * symfile.h (find_pc_overlay): Return struct obj_section *.
2785         (find_pc_mapped_section): Likewise.
2786         (section_is_overlay, section_is_mapped): Change type of section
2787         argument to struct obj_section *.
2788         (pc_in_mapped_range, pc_in_unmapped_range): Likewise.
2789         (overlay_mapped_address, overlay_unmapped_address): Likewise.
2790         (symbol_overlayed_address): Likewise.
2791         * symtab.h (symbol_overlayed_address): Likewise.
2792         * symfile.c (overlay_is_mapped): Remove.
2793         (section_is_mapped): Inline overlay_is_mapped code.  Update.
2794         (overlay_invalidate_all): Update.
2795         (section_is_overlay): Change section argument to type
2796         "struct obj_section *".  Use bfd_ methods.
2797         (pc_in_unmapped_range): Likewise.  Handle relocated sections.
2798         (pc_in_mapped_range): Likewise.  Handle relocated sections.
2799         (sections_overlap): Likewise.
2800         (overlay_unmapped_address): Likewise.
2801         (overlay_mapped_address): Likewise.
2802         (symbol_overlayed_address): Likewise.
2803         (find_pc_overlay): Return struct obj_section *.
2804         (find_pc_mapped_section): Likewise.
2805         (list_overlays_command): Update.
2806         (map_overlay_command, unmap_overlay_command): Update.
2807         (simple_overlay_update): Update.
2808
2809         * block.h (blockvector_for_pc_sect): Change section argument
2810         to type "struct obj_section *".
2811         (block_for_pc_sect): Likewise.
2812         * block.c (blockvector_for_pc_sect): Change section argument
2813         to type "struct obj_section *".
2814         (block_for_pc_sect): Likewise.
2815         * symtab.h (find_pc_sect_function, find_pc_sect_psymtab,
2816         find_pc_sect_symtab, find_pc_sect_psymbol, find_pc_sect_line,
2817         lookup_minimal_symbol_by_pc_section, find_function_start_pc): Likewise.
2818         (matching_bfd_sections): Rename to ...
2819         (matching_obj_sections): ... this.  Update argument types.
2820         * blockframe.c (find_pc_sect_function): Likewise.
2821         * breakpoint.c (describe_other_breakpoints): Likewise.
2822         (breakpoint_has_pc, check_duplicates_for): Likewise.
2823         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
2824         (lookup_minimal_symbol_by_pc_section): Likewise.
2825         * symtab.c (find_pc_sect_psymtab_closer): Likewise.
2826         (find_pc_sect_psymtab, find_pc_sect_psymbol, find_pc_sect_symtab,
2827         find_pc_sect_line, find_function_start_pc): Likewise.
2828         (matching_bfd_sections): Rename to ...
2829         (matching_obj_sections): ... this.  Update argument types.
2830
2831         * blockframe.c (find_pc_partial_function): Update to section
2832         type changes.  No longer call find_pc_sect_section.
2833         (cache_pc_function_section): Change to type "struct obj_section *".
2834         * breakpoint.c (resolve_sal_pc): Update to section type changes.
2835         * exec.c (xfer_memory): Likewise.
2836         * findvar.c (read_var_value): Likewise.
2837         * infcmd.c (jump_command): Likewise.
2838         * linespec.c (minsym_found): Likewise.
2839         * maint.c (maintenance_translate_address): Likewise.
2840         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
2841         (lookup_solib_trampoline_symbol_by_pc): Likewise.
2842         * parse.c (write_exp_msymbol): Likewise.
2843         * printcmd.c (build_address_symbolic): Likewise.
2844         (address_info, sym_info): Likewise.
2845         * symmisc.c (dump_msymbols, print_symbol): Likewise.
2846         * symtab.c (fixup_section): Likewise.
2847         (fixup_symbol_section, fixup_psymbol_section): Likewise.
2848         (find_pc_line, find_function_start_sal): Likewise.
2849         * target.c (memory_xfer_partial): Likewise.
2850         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline): Likewise.
2851         * spu-tdep.c (spu_overlay_update): Likewise.
2852
2853 2008-09-04  Doug Evans  <dje@google.com>
2854
2855         * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.
2856         Change argument of pulongest from CORE_ADDR to ULONGEST.
2857         All callers updated.
2858         * utils.c (plongest): Renamed from paddr_d.
2859         (pulongest): Renamed from paddr_u, change arg type to ULONGEST.
2860         * remote-mips.c (send_srec): Use paddr_nz instead of paddr_u in
2861         `CORE_ADDR addr' arg of error message.
2862
2863 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
2864
2865         * ser-tcp.c (ser_tcp_send_break): New function.
2866         (_initialize_ser_tcp): Use ser_tcp_send_break.
2867         * ser-tcp.h (ser_tcp_send_break): New prototype.
2868
2869 2008-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
2870
2871         * spu-tdep.c (spu_push_dummy_call): Update all stack pointer slots
2872         when allocating stack frame for inferior call.
2873
2874 2008-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
2875
2876         * spu-tdep.c (spu_frame_unwind_cache): Do not attempt to unwind
2877         SP or return address if we failed to find a valid frame.
2878
2879 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
2880
2881         * breakpoint.c (breakpoint_init_inferior): Mark as not inserted only
2882         non-permanent breakpoints.
2883         (bpstat_stop_status): Change enable_state to bp_disabled only for
2884         non-permanent breakpoints.
2885         (bp_loc_is_permanent): New function.
2886         (create_breakpoint): Check if the location points to a permanent
2887         breakpoint and if it does, make breakpoint permanent.
2888         (update_breakpoint_locations): Make sure new locations of permanent
2889         breakpoints are properly initialized.
2890         * i386-tdep.c (i386_skip_permanent_breakpoint): New function.
2891         (i386_gdbarch_init): Set gdbarch_skip_permanent_breakpoint.
2892
2893 2008-09-02  Pedro Alves  <pedro@codesourcery.com>
2894
2895         * breakpoint.c (insert_breakpoints, update_global_location_list):
2896         Check breakpoints_always_inserted_mode instead of
2897         always_inserted_mode directly.
2898
2899 2008-09-02  Andreas Schwab  <schwab@suse.de>
2900
2901         * ia64-tdep.c (ia64_get_dyn_info_list): Use obj_section_addr.
2902
2903 2008-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2904
2905         Stay compatible after the GCC PR fortran/29635 fix.
2906         * dwarf2read.c (process_die <DW_TAG_imported_module>)
2907         (process_die <DW_TAG_imported_module>): Do not assert anything about
2908         these unsupported tags.
2909
2910 2008-08-29  Tom Tromey  <tromey@redhat.com>
2911
2912         * maint.c (_initialize_maint_cmds): Fix typo.
2913
2914 2008-08-29  Tom Tromey  <tromey@redhat.com>
2915
2916         * dwarf2read.c (dwarf2_build_psymtabs_hard): Copy dirname on
2917         obstack.
2918
2919 2008-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
2920
2921         * remote.c: Include "gdb_stat.h".
2922
2923 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
2924
2925         * dummy-frame.h (dummy_frame_pop): Add prototype.
2926         * dummy-frame.c: Include "observer.h".
2927         (dummy_frame_push): Do not check for stale frames.
2928         (dummy_frame_pop): New function.
2929         (cleanup_dummy_frames): New function.
2930         (_initialize_dummy_frame): Install it as inferior_created observer.
2931
2932         * frame.h (struct frame_id): Update comments.
2933         (frame_id_inner): Remove prototype.
2934         * frame.c (frame_id_inner): Make static.  Add comments.
2935         (frame_find_by_id): Update frame_id_inner safety net check to avoid
2936         false positives for targets using non-contiguous stack ranges.
2937         (get_prev_frame_1): Update frame_id_inner safety net check.
2938         (frame_pop): Call dummy_frame_pop when popping a dummy frame.
2939
2940         * stack.c (return_command): Directly pop the selected frame.
2941         * infrun.c (handle_inferior_event): Remove dead code.
2942         * i386-tdep.c (i386_push_dummy_call): Update comment.
2943
2944 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
2945
2946         * breakpoint.c (remove_breakpoint): Do not fail if unable to remove
2947         breakpoint from shared library.
2948
2949 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
2950
2951         * solib-svr4.c (read_program_header): New function.
2952         (scan_dyntag_auxv): New function.
2953         (elf_locate_base): Use it if scan_dyntag fails.
2954         (find_program_interpreter): New function.
2955         (enable_break): Use it instead of .interp section.
2956
2957 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
2958
2959         * remote.h (remote_filename_p, remote_bfd_open): Add prototypes.
2960         * remote.c (remote_bfd_iovec_open, remote_bfd_iovec_close,
2961         remote_bfd_iovec_pread, remote_bfd_iovec_stat, remote_filename_p,
2962         remote_bfd_open): New functions.
2963         (remote_hostio_send_command): Fail safely if remote connection
2964         is not set up.
2965
2966         * solist.h (solib_open): Remove prototype.
2967         (solib_bfd_open): Add prototype.
2968         * solib.c: Include "remote.h".
2969         (solib_open): Remove, replace by ...
2970         (solib_bfd_open): ... this new function.  Handle remote BFDs.
2971         (solib_map_sections): Replace solib_open by solib_bfd_open.
2972         * solib-frv.c: Include "exceptions.h".
2973         (enable_break2): Replace solib_open by solib_bfd_open.
2974         * solib-svr4.c: Include "exceptions.h".
2975         (enable_break): Replace solib_open by solib_bfd_open.
2976
2977         * symfile.c: Include "remote.h".
2978         (build_id_verify): Handle remote BFDs.
2979         (separate_debug_file_exists): Use BFD to access file.  Handle
2980         remote BFDs.
2981         (symfile_bfd_open): Handle remote BFDs.
2982         (reread_symbols): Handle remote BFDs.
2983
2984         * NEWS: Mention "remote:" argument prefix to "set sysroot".
2985
2986 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
2987
2988         * gdbarch.sh (target_gdbarch): New global variable.
2989         (deprecated_current_gdbarch_select_hack): Set it.
2990         * gdbarch.c, gdbarch.h: Regenerate.
2991
2992         * arch-utils.c (gdbarch_update_p): Use target_gdbarch instead
2993         of current_gdbarch.
2994         * target-descriptions.c (target_find_description): Likewise.
2995         * arm-tdep.c (arm_update_current_architecture): Likewise.
2996         (show_fp_model, arm_show_abi, arm_show_fallback_mode, 
2997         arm_show_force_mode): Likewise.
2998         * mips-tdep.c (show_mask_address, show_mipsfpu_command,
2999         show_mips_abi): Likewise.
3000         * mep-tdep.c (me_module_register_set, current_me_module): Likewise.
3001
3002         * target.c (target_translate_tls_address): Use target_gdbarch
3003         instead of current_gdbarch.
3004         * remote.c (struct packet_reg): Likewise.
3005         (get_remote_arch_state, packet_reg_from_regnum,
3006         packet_reg_from_pnum, remote_check_symbols, remote_wait,
3007         remote_address_masked, remote_insert_breakpoint,
3008         remote_insert_hw_breakpoint, remote_read_description): Likewise.
3009         * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
3010         * remote-mips.c (mips_open, mips_common_breakpoint): Likewise.
3011         * cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise.
3012
3013         * solib.c (solib_open, solib_map_sections, solib_read_symbols,
3014         solib_add, info_sharedlibrary_command, solib_address, 
3015         solib_create_inferior_hook, in_solib_dynsym_resolve_code,
3016         solib_global_lookup): Likewise.
3017         * solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise.
3018         * solib-irix.c (irix_current_sos, irix_open_symbol_file_object):
3019         Likewise.
3020         * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
3021         * solib-svr4.c (exec_entry_point, enable_break, svr4_free_so,
3022         set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets):
3023         Likewise.
3024         * nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix,
3025         nto_truncate_ptr): Likewise.
3026         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
3027
3028 2008-08-26  Luis Machado  <luisgpm@br.ibm.com>
3029
3030         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections) New structure.
3031         (ppc_linux_vmx_regset_sections): New structure.
3032         (ppc_linux_fp_regset_sections): New structure.
3033         (ppc_linux_init_abi): Select core-file regset  based on target
3034         features.
3035
3036 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
3037
3038         * target.c (debug_print_register): Use regcache_raw_collect
3039         instead of regcache_cooked_read.  Only handle raw registers.
3040
3041 2008-08-25  Pedro Alves  <pedro@codesourcery.com>
3042
3043         * cp-name-parser.y: Include config.h before system headers.
3044
3045 2008-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
3046
3047         * m88k-tdep.c: Update for unwinder changes.
3048
3049 2008-08-24  Tom Tromey  <tromey@redhat.com>
3050
3051         * s390-tdep.c (s390_address_class_type_flags): Use
3052         TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1.
3053         (s390_address_class_type_flags_to_name): Likewise.
3054         (s390_address_class_name_to_type_flags): Likewise.
3055
3056 2008-08-24  Tom Tromey  <tromey@redhat.com>
3057
3058         * rs6000-tdep.c (rs6000_builtin_type_vec128): Don't use
3059         TYPE_FLAGS.
3060         * features/rs6000/powerpc-vsx32l.c
3061         (initialize_tdesc_powerpc_vsx32l): Update.
3062         * features/rs6000/powerpc-vsx32.c
3063         (initialize_tdesc_powerpc_vsx32): Update.
3064         * features/rs6000/powerpc-vsx64.c
3065         (initialize_tdesc_powerpc_vsx64): Update.
3066         * features/rs6000/powerpc-vsx64l.c
3067         (initialize_tdesc_powerpc_vsx64l): Update.
3068         * target-descriptions.c (maint_print_c_tdesc_cmd): Emit
3069         TYPE_VECTOR, not TYPE_FLAGS.
3070
3071 2008-08-24  Tom Tromey  <tromey@redhat.com>
3072
3073         * xml-tdesc.c (tdesc_end_union): Update.
3074         * stabsread.c (define_symbol): Update.
3075         (read_type): Update.
3076         (read_struct_type): Update.
3077         (read_enum_type): Update.
3078         * spu-tdep.c (spu_builtin_type_vec128): Update.
3079         * sh-tdep.c (sh_push_dummy_call_fpu): Update.
3080         (sh_push_dummy_call_nofpu): Update.
3081         * mdebugread.c (parse_symbol): Update.
3082         (parse_symbol): Update.
3083         (parse_symbol): Update.
3084         (upgrade_type): Update.
3085         * jv-lang.c (java_lookup_class): Update.
3086         * iq2000-tdep.c (iq2000_pointer_to_address): Update.
3087         * i386-tdep.c (i386_mmx_type): Update.
3088         (i386_sse_type): Update.
3089         * gdbtypes.h (enum type_flag_value): New enum.
3090         (enum type_instance_flag_value): New enum.
3091         (TYPE_FLAG_UNSIGNED, TYPE_FLAG_NOSIGN, TYPE_FLAG_STUB,
3092         TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC, TYPE_FLAG_PROTOTYPED,
3093         TYPE_FLAG_INCOMPLETE, TYPE_FLAG_VARARGS, TYPE_FLAG_VECTOR,
3094         TYPE_FLAG_FIXED_INSTANCE, TYPE_FLAG_STUB_SUPPORTED,
3095         TYPE_FLAG_NOTTEXT): Now enum constants.
3096         (TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_CODE_SPACE,
3097         TYPE_FLAG_DATA_SPACE, TYPE_FLAG_ADDRESS_CLASS_1,
3098         TYPE_FLAG_ADDRESS_CLASS_2): Remove.
3099         (TYPE_INSTANCE_FLAG_CONST, TYPE_INSTANCE_FLAG_VOLATILE,
3100         TYPE_INSTANCE_FLAG_CODE_SPACE, TYPE_INSTANCE_FLAG_DATA_SPACE,
3101         TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1,
3102         TYPE_INSTANCE_FLAG_ADDRESS_CLASS_2): New constants.
3103         (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB, TYPE_TARGET_STUB,
3104         TYPE_STATIC, TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_VARARGS,
3105         TYPE_VECTOR, TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED,
3106         TYPE_NOTTEXT): Update.
3107         (TYPE_FLAG_ADDRESS_CLASS_ALL): Remove.
3108         (TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL): New define.
3109         (TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE,
3110         TYPE_ADDRESS_CLASS_1, TYPE_ADDRESS_CLASS_2,
3111         TYPE_ADDRESS_CLASS_ALL): Update.
3112         (struct main_type) <flags>: Remove.
3113         <flag_unsigned, flag_nosign, flag_stub, flag_target_stub,
3114         flag_static, flag_prototyped, flag_incomplete, flag_varargs,
3115         flag_vector, flag_stub_supported, flag_nottext,
3116         flag_fixed_instance>: New fields.
3117         <nfields, vptr_fieldno>: Move earlier.
3118         (TYPE_FLAGS): Remove.
3119         * gdbtypes.c (make_pointer_type): Update.
3120         (address_space_name_to_int): Update.
3121         (address_space_int_to_name): Update.
3122         (make_type_with_address_space): Update.
3123         (make_cv_type): Update.
3124         (create_range_type): Update.
3125         (get_discrete_bounds): Update.
3126         (create_set_type): Update.
3127         (make_vector_type): Update.
3128         (smash_to_method_type): Update.
3129         (check_typedef): Update.
3130         (check_stub_method): Update.
3131         (init_type): Individually assign flag fields.
3132         (recursive_dump_type): Don't print entire TYPE_FLAGS field.  Do
3133         print TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, and TYPE_NOTTEXT.
3134         (copy_type_recursive): Copy the entire main type.  Don't use
3135         TYPE_FLAGS.
3136         * features/rs6000/powerpc-altivec64l.c
3137         (initialize_tdesc_powerpc_altivec64l): Update.
3138         * features/rs6000/powerpc-altivec64.c
3139         (initialize_tdesc_powerpc_altivec64): Update.
3140         * features/rs6000/powerpc-altivec32l.c
3141         (initialize_tdesc_powerpc_altivec32l): Update.
3142         * features/rs6000/powerpc-altivec32.c
3143         (initialize_tdesc_powerpc_altivec32): Update.
3144         * features/rs6000/powerpc-7400.c (initialize_tdesc_powerpc_7400):
3145         Update.
3146         * features/arm-with-iwmmxt.c (initialize_tdesc_arm_with_iwmmxt):
3147         Update.
3148         * dwarf2read.c (read_structure_type): Update.
3149         (read_enumeration_type): Likewise.
3150         (process_enumeration_scope): Likewise.
3151         (read_tag_pointer_type): Likewise.
3152         (read_subroutine_type): Likewise.
3153         (read_subroutine_type): Likewise.
3154         (read_base_type): Likewise.
3155         * coffread.c (coff_read_enum_type): Update.
3156         * ada-valprint.c (adjust_type_signedness): Update.
3157         * ada-typeprint.c (print_record_field_types): Update.
3158         * ada-lang.c (packed_array_type): Update.
3159         (empty_record): Don't reset TYPE_FLAGS.
3160         (ada_template_to_fixed_record_type_1): Update.
3161         (ada_template_to_fixed_record_type_1): Likewise.
3162         (template_to_static_fixed_type): Likewise.
3163         (to_record_with_fixed_variant_part): Likewise.
3164         (to_fixed_record_type): Likewise.
3165         (to_fixed_array_type): Likewise.
3166         (to_static_fixed_type): Likewise.
3167
3168 2008-08-23  Jim Blandy  <jimb@redhat.com>
3169
3170         PR macros/607:
3171         * symmisc.c (print_symbol_bcache_statistics): Include statistics
3172         for the macro bcache.
3173
3174 2008-08-23  Tom Tromey  <tromey@redhat.com>
3175
3176         * macrotab.h (struct macro_definition) <kind>: Shrink to one bit.
3177         (argc): Now 31 bits.
3178
3179 2008-08-22  Tom Tromey  <tromey@redhat.com>
3180
3181         * NEWS: Move macro entries back under "New commands".
3182
3183 2008-08-22  Ulrich Weigand  <uweigand@de.ibm.com>
3184
3185         * breakpoint.c (create_overlay_event_breakpoint): Rename to ...
3186         (create_overlay_event_breakpoint_1): ... this.  Add OBJFILE parameter.
3187         (create_overlay_event_breakpoint): Loop over all objfiles to install
3188         multiple instances of the overlay event breakpoint if present.
3189
3190 2008-08-22  Ulrich Weigand  <uweigand@de.ibm.com>
3191
3192         * spu-tdep.c (spu_overlay_new_objfile): Only consider SPU objfiles.
3193         (info_spu_event_command): Command only supported on SPU architecture.
3194         (info_spu_signal_command): Likewise.
3195         (info_spu_mailbox_command): Likewise.
3196         (info_spu_dma_command): Likewise.
3197         (info_spu_proxydma_command): Likewise.
3198
3199 2008-08-22  Ulrich Weigand  <uweigand@de.ibm.com>
3200
3201         * infrun.c (adjust_pc_after_break): Do not call get_thread_regcache
3202         if the thread has already exited.
3203
3204 2008-08-22  Pedro Alves  <pedro@codesourcery.com>
3205
3206         * infrun.c (proceed): Move back setting previous_inferior_ptid
3207         from here ...
3208         (wait_for_inferior): ... to here.
3209         (fetch_inferior_event): ... and here.
3210
3211 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
3212
3213         * gdbarch.sh: Include "regcache.h" into gdbarch.c.
3214         (deprecated_current_gdbarch_select_hack): Call registers_changed
3215         instead of reinit_frame_cache.
3216         * gdbarch.c: Regenerate.
3217
3218 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
3219
3220         * elfread.c (elf_symtab_read): Do not relocate thread-local symbols.
3221
3222 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
3223
3224         * xcoffread.c (SYMNAME_ALLOC): Correct syntax.
3225
3226 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
3227
3228         * findvar.c (locate_var_value): Do not call get_frame_arch
3229         with a NULL frame argument.
3230
3231 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
3232
3233         * frame.h (frame_map_regnum_to_name): Remove prototype.
3234         (frame_map_name_to_regnum): Remove prototype.
3235         * frame.c (frame_map_regnum_to_name): Remove.
3236         (frame_map_name_to_regnum): Remove.
3237         (frame_unwind_register_value): Use user_reg_map_regnum_to_name
3238         instead of frame_map_regnum_to_name.
3239         * ax-gdb.c: Include "user-regs.h".
3240         (gen_expr): Use user_reg_map_name_to_regnum instead of
3241         frame_map_name_to_regnum.
3242         * eval.c:  Include "user-regs.h".
3243         (evaluate_subexp_standard): Use user_reg_map_name_to_regnum
3244         instead of frame_map_name_to_regnum.
3245         * infcmd.c (registers_info): Likewise.
3246         * parse.c: Include "user-regs.h".
3247         (write_dollar_variable): Use user_reg_map_name_to_regnum
3248         instead of frame_map_name_to_regnum.
3249         * tracepoint.c: Include "user-regs.h".
3250         (encode_actions): Use user_reg_map_name_to_regnum
3251         instead of frame_map_name_to_regnum.
3252         * valops.c: Include "user-regs.h".
3253         (value_fetch_lazy): Use user_reg_map_regnum_to_name instead
3254         of frame_map_regnum_to_name.
3255
3256 2008-08-21  Ulrich Weigand  <uweigand@de.ibm.com>
3257
3258         * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Read
3259         and manually relocate .opd contents from BFD instead of reading
3260         them from target memory.
3261
3262 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
3263
3264         * dwarf2read.c (processing_current_prefix): Delete static
3265         variable.
3266         (process_full_comp_unit): Do not set processing_current_prefix.
3267         (dwarf2_full_name): New function.
3268         (read_func_scope): Do not set processing_current_prefix.  Use
3269         determine_prefix.
3270         (read_structure_type): Do not set processing_current_prefix.  Remove
3271         unused inner cleanup.
3272         (process_structure_scope): Do not set processing_current_prefix.
3273         (read_enumeration_type): Use dwarf2_full_name.
3274         (determine_class_name): Return a const char *.  Put the result
3275         on the objfile obstack.  Use dwarf2_full_name.
3276         (read_namespace_type): New function.
3277         (read_namespace): Do not create the type here.  Use
3278         determine_prefix.
3279         (read_typedef): Use dwarf2_full_name.  Do not pass the name
3280         to init_type.
3281         (read_base_type): Do not pass the name to init_type.  Handle
3282         TYPE_FLAG_NOSIGN.
3283         (read_unspecified_type): Do not pass the name to init_type.
3284         (new_symbol): Use dwarf2_full_name instead of
3285         processing_current_prefix.
3286         (read_type_die): Do not set processing_current_prefix.  Handle
3287         DW_TAG_namespace.
3288         (determine_prefix): Handle specifications.  Return the result
3289         on the objfile obstack.  Handle unions correctly.
3290
3291 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
3292
3293         * buildsym.c (add_symbol_to_list): Do not call
3294         cp_scan_for_anonymous_namespaces here.
3295         (finish_block): Do not call cp_set_block_scope here.
3296         * cp-namespace.c (processing_has_namespace_info)
3297         (processing_current_prefix): Delete.
3298         (cp_initialize_namespace): Do not initialize
3299         processing_has_namespace_info.
3300         (cp_scan_for_anonymous_namespaces): Use SYMBOL_DEMANGLED_NAME.  Do
3301         not check processing_has_namespace_info.
3302         (cp_set_block_scope): Take prefix and namespace info flag as
3303         arguments.  Honor namespaces regardless of a demangled name.
3304         * cp-support.h (processing_has_namespace_info)
3305         (processing_current_prefix): Delete declarations.
3306         (cp_set_block_scope): Update prototype.
3307         * dwarf2read.c (processing_has_namespace_info)
3308         (processing_current_prefix): New static variables.
3309         (read_file_scope): Initialize processing_has_namespace_info.
3310         (read_func_scope): Call cp_set_block_scope for C++.
3311         (new_symbol): Call cp_scan_for_anonymous_namespaces for C++.
3312         * symtab.c (symbol_demangled_name): Accept a const argument.
3313         * symtab.h (symbol_demangled_name): Update prototype.
3314
3315 2008-08-21  Daniel Jacobowitz  <dan@codesourcery.com>
3316
3317         * ax-gdb.c (gen_var_ref): Use SYMBOL_LINKAGE_NAME.
3318         * blockframe.c (find_pc_partial_function): Likewise.
3319         * buildsym.c (find_symbol_in_list): Likewise.
3320         * c-valprint.c (c_val_print): Likewise.
3321         * coffread.c (patch_opaque_types, process_coff_symbol): Likewise.
3322         (coff_read_enum_type): Likewise.  Use SYMBOL_SET_LINKAGE_NAME.
3323         * cp-support.c (cp_remove_params): Renamed from remove_params and
3324         made global.
3325         (overload_list_add_symbol): Update call to remove_params.
3326         * cp-support.h (cp_remove_params): Declare.
3327         * dwarf2read.c (process_enumeration_scope): Use SYMBOL_LINKAGE_NAME.
3328         (dwarf2_const_value): Use SYMBOL_PRINT_NAME.
3329         * expprint.c (dump_subexp_body_standard): Likewise.
3330         * f-valprint.c (info_common_command, there_is_a_visible_common_named):
3331         Use SYMBOL_LINKAGE_NAME to find symbols and SYMBOL_PRINT_NAME
3332         for messages.
3333         * findvar.c (read_var_value): Use SYMBOL_LINKAGE_NAME.
3334         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
3335         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3336         (hppa_hpux_skip_trampoline_code): Use SYMBOL_LINKAGE_NAME to find
3337         symbols and SYMBOL_PRINT_NAME for messages.
3338         * jv-lang.c (add_class_symbol): Use SYMBOL_SET_LINKAGE_NAME.
3339         * linespec.c (decode_line_2): Use SYMBOL_LINKAGE_NAME.
3340         * mdebugread.c (parse_symbol): Use SYMBOL_LINKAGE_NAME and
3341         SYMBOL_SET_LINKAGE_NAME.
3342         (mylookup_symbol): Use SYMBOL_LINKAGE_NAME.
3343         * minsyms.c (add_minsym_to_demangled_hash_table): Use
3344         SYMBOL_SEARCH_NAME.
3345         (lookup_minimal_symbol): Use SYMBOL_LINKAGE_NAME or
3346         SYMBOL_MATCHES_SEARCH_NAME, depending on the pass.
3347         * objfiles.h (ALL_OBJFILE_MSYMBOLS): Use SYMBOL_LINKAGE_NAME.
3348         * printcmd.c (build_address_symbolic): Use SYMBOL_LINKAGE_NAME.
3349         (address_info): Use SYMBOL_PRINT_NAME for messages and
3350         SYMBOL_LINKAGE_NAME for lookups.
3351         * sol-thread.c (info_cb): Use SYMBOL_PRINT_NAME for messages.
3352         * stabsread.c (patch_block_stabs, define_symbol)
3353         (read_type, read_enum_type, common_block_end)
3354         (cleanup_undefined_types_1, scan_file_globals): Use
3355         SYMBOL_LINKAGE_NAME, SYMBOL_SET_LINKAGE_NAME, ALL_OBJFILE_MSYMBOLS,
3356         and SYMBOL_PRINT_NAME.
3357         * stack.c (print_frame_args): Use SYMBOL_LINKAGE_NAME.
3358         (print_frame, frame_info): Use SYMBOL_PRINT_NAME for output.  Use
3359         cp_remove_params instead of cplus_demangle.
3360         (print_block_frame_labels, print_frame_arg_vars): Use
3361         SYMBOL_LINKAGE_NAME.
3362         * symmisc.c (dump_msymbols): Use ALL_OBJFILE_MSYMBOLS and
3363         SYMBOL_LINKAGE_NAME.
3364         (dump_symtab_1, print_symbol, print_partial_symbols)
3365         (maintenance_check_symtabs): Use SYMBOL_LINKAGE_NAME.
3366         * symtab.h (DEPRECATED_SYMBOL_NAME): Delete.
3367         (SYMBOL_SET_LINKAGE_NAME): New.
3368         (SYMBOL_SET_NAMES): Add a comment.
3369         * tracepoint.c (set_traceframe_context, validate_actionline)
3370         (collect_symbol, scope_info): Use SYMBOL_LINKAGE_NAME for
3371         lookups and SYMBOL_PRINT_NAME for output.
3372         * typeprint.c (typedef_print): Use SYMBOL_LINKAGE_NAME.
3373         * xcoffread.c (process_xcoff_symbol): Use SYMBOL_SET_LINKAGE_NAME.
3374
3375 2008-08-21  Pedro Alves  <pedro@codesourcery.com>
3376
3377         * arm-tdep.c (arm_pc_is_thumb): Use obj_section_addr.
3378         * hppa-hpux-tdep.c (hppa_hpux_find_dummy_bpaddr): Likewise.
3379         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Use
3380         obj_section_addr and obj_section_endaddr.
3381         * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Likewise.
3382         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3383         * ia64-tdep.c (ia64_find_global_pointer): Likewise.
3384         (find_extant_func_descr): Likewise.
3385         * solib-frv.c (frv_relocate_main_executable): Use
3386         obj_section_addr.
3387         * xstormy16-tdep.c (xstormy16_find_jmp_table_entry): Use
3388         obj_section_addr and obj_section_endaddr.
3389
3390 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
3391
3392         * NEWS: Amplify last entry on boolean types in Ada.
3393
3394 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
3395
3396         * dwarf2read.c (die_specification, dwarf2_extension, follow_die_ref):
3397         Make the dwarf2_cu * parameter output as well as input.  Update it if
3398         we follow a reference to another CU.
3399         (read_func_scope, determine_class_name, namespace_name, dwarf2_attr)
3400         (die_type, die_containing_type): Update calls to changed functions.
3401         Use the returned CU along with the returned DIE.
3402         (read_namespace): Use dwarf2_attr instead of dwarf2_extension.
3403
3404 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
3405
3406         * dwarf2read.c (queue_comp_unit): Take an objfile argument.  Read
3407         in the DIEs here.
3408         (process_queue): Do not read in the DIEs here.
3409         (psymtab_to_symtab_1): Update call to queue_comp_unit.
3410         (read_full_die): Do not call queue_comp_unit from here.
3411         (maybe_queue_comp_unit): New function.
3412         (follow_die_ref): Use it.
3413
3414 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
3415
3416         * dwarf2read.c (struct attribute): Move earlier.
3417         (struct die_info): Change attrs to a trailing array.
3418         (dwarf_alloc_die): Take the number of attributes.  Allocate space
3419         for them.
3420         (read_full_die): Update call to dwarf_alloc_die.  Do not manually
3421         allocate attributes.
3422
3423 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
3424
3425         * dwarf2read.c (REF_HASH_SIZE): Delete.
3426         (struct dwarf2_cu): Replace die_ref_table with die_hash.
3427         (struct die_info): Remove next_ref.
3428         (store_in_ref_table): Remove offset argument.  Rewrite to use
3429         htab_find_slot_with_hash.
3430         (die_hash, die_eq): New.
3431         (read_comp_unit): Allocate the die_hash.
3432         (read_die_and_children): Update call to store_die_ref.
3433         (follow_die_ref): Rewrite to use htab_find_with_hash.
3434
3435 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
3436
3437         * dwarf2read.c (free_die_list, copy_die): Delete.
3438         (dwarf_alloc_die): Take a CU argument.  Allocate the new DIE
3439         on the obstack.
3440         (read_full_die): Update call to dwarf_alloc_die.  Allocate
3441         attributes on the CU obstack.
3442         (free_one_comp_unit): Do not call free_die_list.
3443
3444 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
3445
3446         * dwarf2read.c (read_die_and_children): Ignore NULL DIEs.
3447         (read_die_and_siblings): Likewise.  Do not add padding DIEs to the
3448         sibling list.
3449         (read_full_die): Do not allocate DIEs for abbrev 0.
3450         (follow_die_ref): Correct error message.
3451
3452 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
3453
3454         * linespec.c (symtab_from_filename): Also throw NOT_FOUND_ERROR if
3455         there are no symbols loaded, instead of throwing a generic error.
3456         (decode_variable): Likewise.
3457
3458 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
3459
3460         * objfiles.h (struct obj_section): Remove addr and endaddr fields.
3461         (obj_section_offset, obj_section_addr, obj_section_endaddr): New
3462         macros.
3463         * objfiles.c (add_to_objfile_sections): Don't set addr, endaddr
3464         and offset.  Use size_t instead of unsigned long.
3465         (build_objfile_section_table): Use size_t instead of unsigned
3466         long.
3467         (objfile_relocate): Don't relocate s->addr and s->endaddr, they're
3468         gone.
3469         (find_pc_sect_section): Use obj_section_addr and
3470         obj_section_endaddr.
3471         * symfile.c (symfile.c): Remove code that maps sections
3472         offsets in "addr" to the object's sections.
3473         * blockframe.c (find_pc_partial_function): Use obj_section_endaddr.
3474         * gcore.c (gcore_create_callback): Use obj_section_addr and
3475         obj_section_endaddr.
3476         * maint.c (print_objfile_section_info): Likewise.
3477         * printcmd.c (sym_info): Use obj_section_addr and
3478         obj_section_endaddr.
3479         * symtab.c (fixup_section): Likewise.
3480
3481 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
3482
3483         * sparc-tdep.c: Make some comments catch up with reality.
3484
3485 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
3486
3487         * NEWS: Mention 'set target-async'
3488
3489 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
3490
3491         * infrun.c (resume): If the thread is placed to the deferred step
3492         queue, mark it as running.
3493
3494 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
3495
3496         Make sure target supports non-stop.
3497         * infcmd.c (run_command_1, attach_command): If non-stop mode
3498         is requested, verify the target supports it.
3499         * linux-nat.c (linux_nat_supports_non_stop): New.
3500         (linux_nat_add_target): Register the above.
3501         * target.c (find_default_supports_non_stop)
3502         (target_supports_non_stop): New.
3503         (init_dummy_target): Register find_default_supports_non_stop.
3504         * target.h (struct target_ops): New field to_supports_non_stop.
3505         (target_supports_non_stop): New.
3506
3507 2008-08-19  Pedro Alves  <pedro@codesourcery.com>
3508             Vladimir Prus  <vladimir@codesourcery.com>
3509
3510         * target.c (target_async_permitted, target_async_permitted_1)
3511         (set_maintenance_target_async_permitted)
3512         (show_maintenance_target_async_permitted): New.
3513         (initialize_targets): Register 'set target-async'.
3514         * target.h (target_async_permitted): Declare.
3515         * linux-nat.c (linux_nat_async_enabled)
3516         (linux_nat_async_permitted, set_maintenance_linux_async_permitted)
3517         (show_maintenance_linux_async_permitted): Remove.
3518         (sigchld_handler, linux_nat_is_async_p, linux_nat_can_async_p)
3519         (get_pending_events, linux_nat_async): Use target_async_permitted.
3520         (linux_nat_set_async_mode): Remove, moving the only used bits
3521         into...
3522         (linux_nat_setup_async): This.
3523         (_initialize_linux_nat): Do not register 'maint set linux-async'.
3524         Use linux_nat_setup_async.
3525         * remote.c (remote_async_permitted, remote_async_permitted_set)
3526         (set_maintenance_remote_async_permitted)
3527         (show_maintenance_remote_async_permitted): Remove.
3528         (remote_open_1, remote_terminal_inferior, remote_can_async_p)
3529         (remote_is_async_p): Use target_async_permitted.
3530         (_initialize_remote): Don't register 'main set remote-async'.
3531         * mi/mi-cmds.c (mi_cmds): Register -list-target-features.
3532         * mi/mi-cmds.h (mi_cmd_list_target_features): New.
3533         * mi/mi-main.c (mi_cmd_list_target_features): New.
3534
3535 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
3536
3537         * target.c (maybe_kill_then_attach)
3538         (maybe_kill_then_create_inferior): Remove.
3539         (update_current_target): Do not default to_attach,
3540         to_create_inferiour, to_is_async_p.
3541
3542 2008-08-19  Paul N. Hilfinger  <hilfinger@adacore.com>
3543         
3544         Changes for supporting boolean types in debugging data.
3545         * ada-lang.c (discrete_type_high_bound,discrete_type_low_bound): Change 
3546         API to return LONGEST values rather than struct values.
3547         (ada_evaluate_subexp): Change to use new API of discrete_type_low_bound
3548         and discrete_type_high_bound.
3549         (to_fixed_range_type): Create a range type in cases where 
3550         argument is base type and its limits are representable as ints.
3551         (ada_is_modular_type): Correct so that base type must be integral.
3552         * ada-lex.l (TRUEKEYWORD,FALSEKEYWORD): Make 'true' and 'false' 
3553         keywords when they appear alone, since we are phasing out 
3554         direct representation of these identifiers in debugging data.
3555         * ada-exp.y: Define 'true' and 'false' as primaries.
3556         (type_boolean): New function.
3557         (type_int,type_long,type_long_long,type_floattype_double)
3558         (type_long_double): Remove uses of current_gdbarch for consistency
3559         with type_boolean.
3560         (write_int): Change comment to indicate that it might write boolean 
3561         constant as well.
3562         * ada-typeprint.c (ada_print_type): Print '(false, true)' for boolean
3563         type, since will no longer be represented as enumerated type in 
3564         debugging data.
3565         * ada-valprint.c (print_optional_low_bound): Handle boolean case
3566         as well.
3567         * NEWS: Note support boolean types.
3568         
3569 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
3570
3571         * bsd-uthread.c (bsd_uthread_close): New.
3572         (bsd_uthread_deactivate): Don't cleanup here, just unpush the
3573         target.
3574         (bsd_uthread_solib_loaded): Fix typo.
3575         (bsd_uthread_target): Register bsd_uthread_close.
3576
3577 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
3578
3579         * corelow.c (core_open): Assume there was no upper layer left
3580         behind from a previous inferior.
3581         * target.c (pop_all_targets): Rename to ...
3582         (pop_all_targets_above): ... this.  Add a target stratum
3583         parameter.  Use it instead of hardcoding the dummy_stratum.
3584         (pop_all_targets): New, defer to pop_all_targets_above.
3585         (target_preopen): Use pop_all_targets_above.
3586         * target.h (pop_all_targets_above): Declare.
3587
3588 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
3589
3590         * gdbthread.h (thread_change_ptid): Declare.
3591         * infrun.c (infrun_thread_ptid_changed): New.
3592         (_initialize_infrun): Attach infrun_thread_ptid_changed to the
3593         thread_ptid_changed observer.
3594         * regcache.c (regcache_thread_ptid_changed): New.
3595         (_initialize_regcache): Attach regcache_thread_ptid_changed to the
3596         thread_ptid_changed observer.
3597         * thread.c (thread_change_ptid): New.
3598
3599 2008-08-18  Tom Tromey  <tromey@redhat.com>
3600
3601         * symfile.c (reread_symbols): Update.
3602         * solib-sunos.c (allocate_rt_common_objfile): Update.
3603         * objfiles.c (allocate_objfile): Update.
3604         * objfiles.h (struct objfile) <md, mmfd, deprecated_obj_private>:
3605         Remove.
3606
3607 2008-08-18  Tom Tromey  <tromey@redhat.com>
3608
3609         * gdbtypes.c (copy_type_recursive): Allocate 'stored' on objfile's
3610         obstack.
3611
3612 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
3613
3614         * rs6000-tdep.c (struct rs6000_framedata): Add gpr_mask, used_bl,
3615         lr_register.
3616         (rs6000_in_function_epilogue_p): Check for bctr.
3617         (skip_prologue): Initialize lr_register.  Set lr_reg to a register
3618         number.  Set gpr_mask and used_bl.  Continue scanning while some
3619         expected registers are not saved.  Set lr_register if LR is not
3620         stored.
3621         (rs6000_frame_cache): Handle gpr_mask and lr_register.
3622
3623 2008-08-17  Tom Tromey  <tromey@redhat.com>
3624
3625         PR gdb/1535:
3626         * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): New macros.
3627         (ep_find_event_name_end): Remove.
3628         (catch_fork_temporary, catch_vfork_temporary,
3629         catch_fork_permanent, catch_vfork_permanent): New constants.
3630         (catch_vfork, catch_fork): Remove.
3631         (catch_fork_command_1): Add 'command' argument.  Remove
3632         'fork_kind' and 'tempflag'.  Handle NULL 'arg'.  Update switch for
3633         all cases.
3634         (catch_exec_command_1): Add 'command' argument; remove
3635         'tempflag'.  Handle NULL 'arg'.
3636         (catch_load_command_1): Likewise.
3637         (catch_unload_command_1): Likewise.
3638         (catch_ada_exception_command): Likewise.
3639         (catch_assert_command): Likewise.
3640         (catch_catch_command): New function.
3641         (catch_throw_command): Likewise.
3642         (catch_command_1): Remove.
3643         (catch_command): Just call error.
3644         (tcatch_command): Likewise.
3645         (catch_cmdlist): New global.
3646         (tcatch_cmdlist): Likewise.
3647         (add_catch_command): New function.
3648         (_initialize_breakpoint): Create "catch" and "tcatch" as prefix
3649         commands.  Create all catch sub-commands.
3650
3651 2008-08-17  Pedro Alves  <pedro@codesourcery.com>
3652
3653         * gdbthread.h: Add comments.
3654         * stack.c (get_selected_block): Return 0 on an exited thread.
3655         * top.c (execute_command): Check for is_stopped, not !is_running.
3656         * event-top.c (command_handler): Likewise.
3657
3658 2008-08-16  Pedro Alves  <pedro@codesourcery.com>
3659
3660         * mi/mi-main.c (mi_cmd_exec_next, mi_cmd_exec_next_instruction)
3661         (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
3662         (mi_cmd_exec_finish): Remove "return".
3663
3664 2008-08-16  Pedro Alves  <pedro@codesourcery.com>
3665
3666         * target.h (pop_all_targets): Declare.
3667         * target.c (pop_all_targets): New.
3668         * top.c (quit_target): Pop all targets instead of just closing the
3669         current.
3670
3671 2008-08-16  Vladimir Prus  <vladimir@codesourcery.com>
3672             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3673
3674         * cli-script.c (read_next_line): Add parse_commands argument.
3675         (recurse_read_control_structure): Adapt to new read_next_line
3676         signature.
3677         (read_command_lines): Add parse_commands argument.
3678         (define_command): Adapt to new read_command_lines signature.
3679         (document_command): Likewise.
3680         * breakpoint.c (commands_command): Likewise.
3681         * defs.h (read_command_lines): Adjust function prototype.
3682
3683 2008-08-16  Paul N. Hilfinger  <hilfinger@adacore.com>
3684
3685         * ada-lang.c (pos_atr): Account for the possibility that the 
3686         argument may be a reference.
3687
3688 2008-08-16  Paul N. Hilfinger  <hilfingr@adacore.com>
3689
3690         * xcoffread.c (scan_xcoff_symtab): Do not include global symbols
3691         ('F' format) for @FIX names generated by the loader, retaining only
3692         the minimal symbols (and no partial symbol tables) for these names.
3693         Fixes warning messages about symbols that are found in partial 
3694         symbol tables, but not full symbol tables.
3695
3696 2008-08-16  Pedro Alves  <pedro@codesourcery.com>
3697
3698         * infrun.c (fetch_inferior_event): Only call normal_stop if not
3699         stopping quietly.
3700
3701 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
3702
3703         * rs6000-tdep: Include "features/rs6000/powerpc-vsx32.c".
3704         Include "features/rs6000/powerpc-vsx64.c".
3705         (ppc_supply_vsxregset): New function.
3706         (ppc_collect_vsxregset): New function.
3707         (IS_VSX_PSEUDOREG): New macro.
3708         (IS_EFP_PSEUDOREG): New macro.
3709         (vsx_register_p): New function.
3710         (ppc_vsx_support_p): New function.
3711         (rs6000_builtin_type_vec128): New function.
3712         (rs6000_register_name): Hide upper halves of vs0~vs31.  Return
3713         correct names for VSX registers and EFPR registers.
3714         (rs6000_pseudo_register_type): Return correct types for VSX
3715         and EFPR registers.
3716         (rs6000_pseudo_register_reggroup_p): Return correct group for
3717         VSX and EFPR registers.
3718         (ppc_pseudo_register_read): Rename to dfp_pseudo_register_read.
3719         (ppc_pseudo_register_write): Rename to dfp_pseudo_register_write.
3720         (vsx_pseudo_register_read): New function.
3721         (vsx_pseudo_register_write): New function.
3722         (efpr_pseudo_register_read): New function.
3723         (efpr_pseudo_register_write): New function.
3724         (rs6000_pseudo_register_read): Call new VSX and EFPR read functions.
3725         (rs6000_pseudo_register_write): Call new VSX and EFPR write functions.
3726         (rs6000_gdbarch_init): Declare have_vsx.
3727         Initialize new upper half VSX registers.
3728         Initialize VSX-related and EFPR-related pseudo-registers variables.
3729         Adjust the number of pseudo registers accordingly.
3730
3731         * ppc-linux-nat.c: Define PTRACE_GETVSXREGS, PTRACE_SETVSXREGS
3732         and SIZEOF_VSRREGS.
3733         (gdb_vsxregset_t): New type.
3734         (have_ptrace_getsetvsxregs): New variable.
3735         (fetch_vsx_register): New function.
3736         (fetch_register): Handle VSX registers.
3737         (fetch_vsx_registers): New function.
3738         (fetch_ppc_registers): Handle VSX registers.
3739         (store_ppc_registers): Handle VSX registers.
3740         (store_vsx_register): New function.
3741         (store_register): Handle VSX registers.
3742         (store_vsx_registers): New function.
3743         (ppc_linux_read_description): Handle VSX-enabled inferiors.
3744         (gdb_vsxregset_t): New type.
3745         (supply_vsxregset): New function.
3746         (fill_vsxregset): New function.
3747
3748         * ppc-tdep.h (vsx_register_p): New prototype.
3749         (vsx_support_p): New prototype.
3750         (ppc_vsr0_regnum): New variable.
3751         (ppc_vsr0_upper_regnum): Likewise.
3752         (ppc_efpr0_regnum): Likewise.
3753         (ppc_builtin_type_vec128): New type.
3754         (ppc_num_vsrs): New constant.
3755         (ppc_num_vshrs): New constant.
3756         (ppc_num_efprs): Likewise.
3757         Define POWERPC_VEC_VSX PPC_VSR0_UPPER_REGNUM and PPC_VSR31_UPPER_REGNUM.
3758         (ppc_supply_vsxregset): New prototype.
3759         (ppc_collect_vsxregset): New prototype.
3760
3761         * ppc-linux-tdep.c: Include "features/rs6000/powerpc-vsx32l.c"
3762         Include "features/rs6000/powerpc-vsx64l.c".
3763         (_initialize_ppc_linux_tdep): Initialize VSX-enabled targets.
3764         (ppc_linux_regset_sections): Add new ".reg-ppc-vsx" field.
3765         (ppc32_linux_vsxregset): New 32-bit VSX-enabled regset.
3766         (ppc_linux_regset_from_core_section): Handle VSX core section.
3767         (ppc_linux_core_read_description): Support VSX-enabled core files.
3768
3769         * ppc-linux-tdep.h: Declare *tdesc_powerpc_vsx32l
3770         Declare tdesc_powerpc_vsx64l
3771
3772         * corelow.c (get_core_register_section): Support VSX-enabled
3773         core files.
3774
3775         * features/rs6000/power-vsx.xml: New VSX descriptions.
3776         * features/rs6000/powerpc-vsx32.xml: New file.
3777         * features/rs6000/powerpc-vsx32l.xml: New file.
3778         * features/rs6000/powerpc-vsx64.xml: New file.
3779         * features/rs6000/powerpc-vsx64l.xml: New file.
3780         * features/rs6000/powerpc-vsx32.c: New file (generated).
3781         * features/rs6000/powerpc-vsx32l.c: New file (generated).
3782         * features/rs6000/powerpc-vsx64.c: New file (generated).
3783         * features/rs6000/powerpc-vsx64l.c: New file (generated).
3784         * features/Makefile: Updated with new descriptions.
3785         * regformats/rs6000/powerpc-vsx32l.dat: New file (generated).
3786         * regformats/rs6000/powerpc-vsx64l.dat: New file (generated).
3787
3788 2008-08-15  Vladimir Prus  <vladimir@codesourcery.com>
3789
3790         * ia64-linux.nat (_initialize_ia64_linux_nat): Don't
3791         call linux_target twice.
3792
3793 2008-08-14  Aleksandar Ristovski  <aristovski@qnx.com>
3794
3795         * nto-tdep.c (lm_info): Updated struct lm_info definition from
3796         solib-svr4.c
3797         (LM_ADDR): Use l_addr if available; if not, use link map and set 
3798         l_addr.
3799
3800 2008-08-14  Tom Tromey  <tromey@redhat.com>
3801
3802         * macrocmd.c (macro_define_command): Check for NULL argument.
3803         (macro_undef_command): Likewise.
3804
3805 2008-08-14  Pedro Alves  <pedro@codesourcery.com>
3806
3807         * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.
3808
3809 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
3810
3811         * breakpoint.c (always_inserted_auto, always_inserted_on)
3812         (always_inserted_off, always_inserted_enums): New.
3813         (always_inserted_mode): Change type to char* and point to
3814         always_inserted_auto.
3815         (show_always_inserted_mode): In auto mode, also show the current
3816         effect of the option.
3817         (breakpoints_always_inserted_mode): Adjust for the new auto mode.
3818         (_initialize_breakpoint): Make the "set breakpoints
3819         always-inserted" command an enum command.  Extend help to describe
3820         the auto mode.
3821
3822 2008-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
3823
3824         * spu-tdep.c (info_spu_dma_command): Respect TSQV (tag status
3825         query valid) bit.  Ignore bits outside the condition field.
3826         (info_spu_proxydma_command): Ignore bits outside the field.
3827
3828 2008-08-12  Michael Snyder  <msnyder@vmware.com>
3829
3830         * MAINTAINERS: Update my email address.
3831
3832 2008-08-12  Ulrich Weigand  <uweigand@de.ibm.com>
3833
3834         * ppc-linux-nat.c (ppc_linux_get_hwcap): Really get AT_HWCAP.
3835
3836 2008-08-12  Pedro Alves  <pedro@codesourcery.com>
3837
3838         Add no-ack mode to the remote protocol --- optionally stop ACKing
3839         packets and responses when we have a reliable communication
3840         medium.
3841
3842         Based on Apple's GDB, by Jason Molenda <jmolenda@apple.com>
3843
3844         * remote.c (struct remote_state): Add noack_mode field.
3845         (PACKET_QStartNoAckMode): New.
3846         (remote_start_remote): Don't any outstanding packet here.
3847         (remote_open_1): Clear noack_mode.  Ack any outstanding packet
3848         here.  Activate noack mode if requested.
3849         (remote_protocol_features): Add QStartNoAckMode.
3850         (remote_open_1):
3851         (putpkt_binary): Don't send ack in noack mode.
3852         (read_frame): Don't recompute the checksum in noack mode.
3853         (getpkt_sane): Skip sending ack if in noack mode.
3854         (_initialize_remote): Add set/show remote noack mode.
3855         * NEWS:  Note the new features.
3856
3857 2008-08-11  Kevin Buettner  <kevinb@redhat.com>
3858
3859         * rs6000-tdep.c (BL_MASK, BL_INSTRUCTION, BL_DISPLACEMENT_MASK):
3860         New macros.
3861         (rs6000_skip_main_prologue): New function.
3862         (rs6000_gdb_arch_init): Register rs6000_skip_main_prologue.
3863
3864 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
3865
3866         * MAINTAINERS (Write After Approval):  Add self.
3867
3868 2008-08-11  Stan Shebs  <stan@codesourcery.com>
3869
3870         ARM BE8 support.
3871         * disasm.c (gdb_disassemble_info): Set endian_code.
3872         * gdbarch.sh (gdbarch_info): New field byte_order_for_code.
3873         * gdbarch.h, gdbarch.c: Regenerate.
3874         * arch-utils.c (initialize_current_architecture): Set the
3875         default byte_order_for_code.
3876         (gdbarch_info_init): Ditto.
3877         (gdbarch_info_fill): Ditto.
3878         * arm-tdep.c (SWAP_INT, SWAP_SHORT): New macros.
3879         (thumb_analyze_prologue): Swap halfword if code endianness is
3880         different from general endianness.
3881         (arm_skip_prologue): Similarly.
3882         (arm_scan_prologue): Ditto.
3883         (thumb_get_next_pc): Ditto.
3884         (arm_get_next_pc): Ditto.
3885         (arm_gdbarch_init): Set byte_order_for_code from BE8 flag,
3886         choose correct endianness for breakpoints.
3887
3888 2008-08-10  Pedro Alves  <pedro@codesourcery.com>
3889
3890         * bsd-kvm.c: Include "gdbthread.h".
3891         (bsd_kvm_ptid): New.
3892         (bsd_kvm_open): Add a main thread.
3893         (bsd_kvm_close): Delete it.
3894         (bsd_kvm_thread_alive): New.
3895         (bsd_kvm_pid_to_str): New.
3896         (bsd_kvm_add_target): Register bsd_kvm_thread_alive and
3897         bsd_kvm_pid_to_str.
3898         (bsd_kvm_add_target): Initialize bsd_kvm_ptid.
3899
3900 2008-08-09  Pedro Alves  <pedro@codesourcery.com>
3901
3902         * buildsym.c (start_subfile): Properly cast sentinel in concat
3903         call.
3904         * cp-name-parser.y: Include "config.h".
3905         * xml-tdesc.c (fetch_xml_from_file): Properly cast sentinel in
3906         concat call.
3907         * gdb_select.h: Include sys/time.h if sys/select.h is not
3908         available.
3909
3910 2008-08-09  Pedro Alves  <pedro@codesourcery.com>
3911
3912         * go32-nat.c: Include "gdbthread.h".
3913         (go32_stop, go32_kill_inferior): Delete the main thread.
3914         (go32_create_inferior): Add it.
3915         (go32_thread_alive, go32_pid_to_str): New.
3916         (init_go32_ops): Register go32_thread_alive and go32_pid_to_str.
3917
3918 2008-08-09  Pedro Alves  <pedro@codesourcery.com>
3919
3920         * go32-nat.c (fetch_register, store_register): Pass the regcache
3921         gdbarch to i386_fp_regnum_p and i386_fpc_regnum_p.
3922         (go32_xfer_memory): Change type of myaddr parameter to gdb_byte.
3923         (struct seg_descr, struct seg_descr): pack the whole struct
3924         instead of each member individually.
3925
3926 2008-08-09  Andreas Schwab  <schwab@suse.de>
3927
3928         * python/python.c (_initialize_python): Use unabbreviated commands
3929         in prefix name.
3930
3931 2008-08-09  Daniel Jacobowitz  <dan@codesourcery.com>
3932
3933         * Makefile.in (stamp-h): Also create .deps.
3934
3935 2008-08-09  Tom Tromey  <tromey@redhat.com>
3936
3937         * Makefile.in (generated_files): Add GNULIB_H.
3938
3939 2008-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3940
3941         * solib-pa64.c (pa64_solib_create_inferior_hook): Don't set
3942         DT_HP_DEBUG_PRIVATE.  Add warning if DT_HP_DEBUG_PRIVATE is not set.
3943         Revise comment.
3944         (pa64_current_sos): Remove map private warning warning.
3945         * solib-som.c: Include string.h and sys/utsname.h.
3946         (get_hpux_major_release): New function.
3947         (som_solib_create_inferior_hook): Read dynamic linker header.  Warn
3948         about shared library private mapping on HP-UX 11 and later.  Only force
3949         private mapping of shared libraries on HP-UX 10 and earlier.
3950         (link_map_start): Delete warning.
3951
3952 2008-08-09  Xuepeng Guo  <xuepeng.guo@intel.com>
3953             H.J. Lu  <hongjiu.lu@intel.com>
3954             Mark Kettenis <kettenis@gnu.org>
3955
3956         * amd64-tdep.c (amd64_frame_cache): Add saved_sp_reg.
3957         (amd64_init_frame_cache): Initialize saved_sp_reg.
3958         (amd64_analyze_stack_align): New.
3959         (amd64_analyze_prologue): Call it.
3960         (amd64_frame_cache): Use saved_sp_reg if it is invalid.  Don't set
3961         %rip to 8 when halfway aligning the stack.
3962
3963         * amd64-tdep.h (amd64_regnum): Add AMD64_R9_REGNUM to
3964         AMD64_R14_REGNUM.
3965
3966         * i386-tdep.c (i386_frame_cache): Remove stack_align.  Add
3967         saved_sp_reg.
3968         (i386_alloc_frame_cache): Remove stack_align.  Initialize
3969         saved_sp_reg to -1.
3970         (i386_analyze_stack_align): Rewrite.
3971         (i386_frame_cache): Use saved_sp_reg if it is valid.
3972
3973 2008-08-09  Ulrich Weigand  <uweigand@de.ibm.com>
3974
3975         * target.c: Include "solib.h".
3976         (target_pre_inferior): Call no_shared_libraries.
3977         * infcmd.c (run_command_1): Do not call objfile_purge_solibs
3978         or clear_solib.
3979         (attach_command): Do not call clear_solib.
3980
3981 2008-08-09  Mark Kettenis  <kettenis@gnu.org>
3982
3983         * i386obsd-nat.c (i386obsd_supply_pcb): Supply the right bytes for
3984         the %eip register.
3985
3986 2008-08-08  Tom Tromey  <tromey@redhat.com>
3987
3988         * Makefile.in (python.o): Remove dependencies.  Use COMPILE and
3989         POSTCOMPILE.
3990         (python-utils.o): Likewise.
3991
3992 2008-08-08  Andreas Schwab  <schwab@suse.de>
3993
3994         * corefile.c (_initialize_core): Remove spurious paren from set
3995         gnutarget doc string.
3996
3997 2008-08-08  Luis Machado  <luisgpm@br.ibm.com>
3998
3999         * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h".
4000         Define PPC_FEATURE_BOOKE.
4001         (ppc_linux_get_hwcap): New function.
4002         (ppc_linux_region_ok_for_hw_watchpoint): Handle PowerPC 440
4003         4-bytes alignment restrictions.
4004         (ppc_linux_insert_watchpoint): Handle PowerPC 440-specific
4005         positioning of the read/write flags.
4006         (ppc_linux_watchpoint_addr_within_range): Handle PowerPC 440
4007         4-bytes alignment.
4008
4009 2008-08-08  Pedro Alves  <pedro@codesourcery.com>
4010
4011         Use ptid_t.tid to store thread ids instead of ptid_t.pid.
4012
4013         * win32-nat.c (win32_add_thread): Change thread argument type to
4014         ptid_t.  Adjust.
4015         (win32_add_thread): Adjust.
4016         (win32_delete_thread): Change thread argument type to ptid_t.
4017         Adjust.
4018         (win32_fetch_inferior_registers, win32_store_inferior_registers)
4019         (win32_resume, get_win32_debug_event, get_win32_debug_event)
4020         (win32_wait, win32_pid_to_exec_file, win32_pid_to_str): Adjust.
4021         (init_win32_ops): Put to_magic last.
4022         (win32_win32_thread_alive): Adjust.
4023
4024 2008-08-08  Pedro Alves  <pedro@codesourcery.com>
4025
4026         * remote-m32r-sdi.c (m32r_thread_alive, m32r_pid_to_str): New.
4027         (init_m32r_ops): Register m32r_thread_alive and m32r_pid_to_str.
4028
4029 2008-08-08  Pedro Alves  <pedro@codesourcery.com>
4030
4031         * remote-m32r-sdi.c: Include "gdbthread.h".
4032         (remote_m32r_ptid): New.
4033         (m32r_close): Delete the main thread.
4034         (m32r_resume): Set inferior_ptid toA remote_m32r_ptid. Add the
4035         main thread.
4036         (m32r_kill, m32r_load, sdireset_command): Delete the main thread.
4037         (_initialize_remote_m32r): Initialize remote_m32r_ptid.
4038
4039 2008-08-07  Tom Tromey  <tromey@redhat.com>
4040             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4041
4042         * aclocal.m4, configure: Rebuild.
4043         * configure.in: Call ZW_CREATE_DEPDIR,
4044         ZW_PROG_COMPILER_DEPENDENCIES, AC_PROG_MAKE_SET.
4045         (MAKE, GMAKE): New substs.
4046         * acinclude.m4: Include depstand.m4.
4047         * Makefile.in (DEPMODE, DEPDIR, COMPILE.post, COMPILE.pre,
4048         COMPILE, POSTCOMPILE, depcomp): New variables.
4049         Remove all _h variables.
4050         Remove many .o targets.
4051         ($(srcdir)/copying.c): avoid backslash-newline after comment
4052         sign (@maintainer_mode_true@).
4053         (HFILES_NO_SRCDIR): Regenerate.
4054         (generated_files): New variable.
4055         (all_gdbtk_cflags): Likewise.
4056         (.c.o): Rewrote.
4057         (init.o, version.o, copying.o): Remove.
4058         (distclean): Remove DEPDIR.
4059         (test-cp-name-parser.o, hpux-thread.o, main.o, monitor.o,
4060         printcmd.o, procfs.o, v850ice.o): Rewrite.
4061         (cli-cmds.o, cli-decode.o, cli-dump.o, cli-interp.o, cli-logging.o,
4062         cli-script.o, cli-setshow.o, cli-utils.o): Likewise.
4063         (gdbtk.o, gdbtk-bp.o, gdbtk-cmds.o, gdbtk-hooks.o, gdbtk-interp.o,
4064         gdbtk-main.o, gdbtk-register.o, gdbtk-stack.o, gdbtk-varobj.o,
4065         gdbtk-wrapper.o): Likewise.
4066         (mi-cmd-break.o, mi-cmd-disas.o, mi-cmd-env.o, mi-cmd-file.o,
4067         mi-cmds.o, mi-cmd-stack.o, mi-cmd-target.o, mi-cmd-var.o,
4068         mi-console.o, mi-getopt.o, mi-interp.o, mi-main.o, mi-out.o,
4069         mi-parse.o, mi-symbol-cmds.o, mi-common.o, signals.o, tui.o,
4070         tui-command.o, tui-data.o, tui-disasm.o, tui-file.o, tui-hooks.o,
4071         tui-interp.o, tui-io.o, tui-layout.o, tui-main.o, tui-out.o,
4072         tui-regs.o, tui-source.o, tui-stack.o, tui-win.o, tui-windata.o,
4073         tui-wingeneral.o, tui-winsource.o): Likewise.
4074         (all_object_files): New variable.
4075         ($(all_object_files)): New target.
4076         Include dependency files, when using GNU Make.
4077
4078 2008-08-07  Ulrich Weigand  <uweigand@de.ibm.com>
4079
4080         * spu-tdep.c (info_spu_dma_cmdlist): Only show entries with
4081         the valid bit set.  Ensure display order respects partial
4082         order defined by dependency bits.
4083
4084 2008-08-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4085
4086         * solib-pa64.c (read_dld_descriptor): Return zero if load map is not
4087         setup.
4088
4089 2008-08-06  Mark Kettenis  <kettenis@gnu.org>
4090
4091         * i386obsd-nat.c (i386obsd_supply_pcb): Adjust for changes in
4092         OpenBSD 4.3.
4093
4094 2008-08-06  Vladimir Prus  <vladimir@codesourcery.com>
4095             Tom Tromey  <tromey@redhat.com>
4096             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4097             Doug Evans  <dje@google.com>
4098
4099         * Makefile.in (SUBDIR_PYTHON_OBS, SUBDIR_PYTHON_SRCS,
4100         SUBDIR_PYTHON_DEPS, SUBDIR_PYTHON_LDFLAGS, SUBDIR_PYTHON_CFLAGS,
4101         PYTHON_CFLAGS): New.
4102         (python_h, python_internal_h): New.
4103         (cli-script.o): Depend on python.h
4104         (python.o, python-utils.o): New.
4105         * cli/cli-script.c (print_command_lines): Handle python_control.
4106         (execute_control_command): Handle python_control.
4107         (execute_control_command_untraced): New function.
4108         (while_command): Call execute_control_command_untraced.
4109         (if_command): Likewise.
4110         (get_command_line): Remove static attribute.
4111         (read_next_line): Handle "python".
4112         (recurse_read_control_structure): Handle python_control.
4113         (read_command_lines): Handle python_control.
4114         Include python.h.
4115         * cli/cli-script.h (get_command_line): Add prototype.
4116         (execute_control_command_untraced): Likewise.
4117         * configure.ac: Add --with-python.
4118         * defs.h (enum command_control_type) <python_control>: New
4119         constant.
4120         * python/python-internal.h: New file.
4121         * python/python.c: New file.
4122         * python/python.h: New file.
4123         * python/python-utils.c: New file.
4124         * NEWS: Mention Python scripting support and its new commands.
4125
4126 2008-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
4127
4128         * spu-tdep.c (spu_gdbarch_init): Call set_gdbarch_frame_red_zone_size.
4129
4130 2008-08-06  Phil Muldoon  <pmuldoon@redhat.com>
4131
4132         * MAINTAINERS (Write After Approval): Add self.
4133
4134 2008-08-06  Phil Muldoon  <pmuldoon@redhat.com>
4135
4136         * breakpoint.c (hw_breakpoint_used_count): Use breakpoint_enabled.
4137         (insert_breakpoint_locations): Likewise.
4138
4139 2008-08-05  Phil Muldoon  <pmuldoon@redhat.com>
4140
4141         * breakpoint.c (create_longjmp_breakpoint): Remove unused struct
4142         breakpoint.
4143         (set_longjmp_breakpoint): Likewise.
4144
4145 2008-08-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4146
4147         PR build/2490
4148         * solib-pa64.c: Only compile if both HAVE_ELF_HP_H and __LP64__ are
4149         defined.
4150
4151 2008-08-05  Tom Tromey  <tromey@redhat.com>
4152
4153         * bcache.c (deprecated_bcache_added): Initialize obstack.
4154         (bcache_xmalloc): Don't initialize obstack.
4155         (bcache_xfree): Conditionally free obstack.
4156         (bcache_memory_used): Update.
4157
4158 2008-08-05  Tom Tromey  <tromey@redhat.com>
4159
4160         * symfile.c (add_psymbol_to_bcache): Return a const pointer.  Use
4161         bcache_full.
4162         (append_psymbol_to_list): Accept a const pointer.
4163         (add_psymbol_to_list): Fix const correctness.
4164         * bcache.h: (deprecated_bcache_added, deprecated_bcache): Remove.
4165         (bcache_full): Declare.
4166         * bcache.c (bcache_data, deprecated_bcache): Remove.
4167         (bcache): Use bcache_full.
4168         (bcache_full): Rename from deprecated_bcache_added.  Change return
4169         type.
4170
4171 2008-08-04  Stan Shebs  <stan@codesourcery.com>
4172
4173         * solib-svr4.c (BKPT_AT_SYMBOL): Remove, always defined.
4174         (bkpt_names): Remove SOLIB_BKPT_NAME, never defined.
4175         (enable_break): Remove test of BKPT_AT_SYMBOL.
4176
4177 2008-08-02  Keith Seitz  <keiths@redhat.com>
4178
4179         * acinclude.m4: Include ../config/tcl.m4 to pick up
4180         standard Tcl configury bits.
4181         Remove all Tcl, Tk, Itcl, Itk, etc definitions.
4182         * configure.ac: Don't check if ../itcl exists when building
4183         gdbtk. It could be installed.
4184         Rewrite gdbtk configury to allow for using system-supplied
4185         Tcl and Tk. Gdbtk no longer requires build-time access to
4186         itcl and itk.
4187         * Makefile.in: Remove everything related to itcl and itk.
4188         Rewrite the Tcl bits for gdbtk to correspond to rewrite of
4189         configure.ac.
4190         Remove v850ice.o build rule.
4191         (ALL_TCL_CFLAGS): New convenience defintion. Change all
4192         gdbtk sources to use it.
4193         * configure: Regenerate.
4194
4195 2008-07-31  Stan Shebs  <stan@codesourcery.com>
4196
4197         * coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
4198
4199 2008-07-30  Stan Shebs  <stan@codesourcery.com>
4200
4201         * objfiles.c (TARGET_KEEP_SECTION): Remove.
4202         (add_to_objfile_sections): Remove use.
4203
4204 2008-07-29  Tom Tromey  <tromey@redhat.com>
4205
4206         * cli/cli-decode.c (lookup_cmd_1): Use memcpy.
4207         (lookup_cmd_composition): Likewise.
4208
4209 2008-07-29  Tom Tromey  <tromey@redhat.com>
4210
4211         * cli/cli-cmds.c (edit_command): Remove unused variables.  Delete
4212         dead code.  Fix indentation.
4213
4214 2008-07-29  Stan Shebs  <stan@codesourcery.com>
4215
4216         * main.c (captured_main): Remove long-unused #if 0 blocks.
4217
4218 2008-07-28  Tom Tromey  <tromey@redhat.com>
4219
4220         * annotate.h (deprecated_annotate_starting_hook): Remove.
4221         (deprecated_annotate_stopped_hook): Remove.
4222         (deprecated_annotate_exited_hook): Remove.
4223         * Makefile.in (annotate.o): Depend on observer_h.
4224         * top.c (deprecated_delete_breakpoint_hook): Remove.
4225         (deprecated_create_breakpoint_hook): Likewise.
4226         (deprecated_modify_breakpoint_hook): Likewise.
4227         * interps.c (clear_interpreter_hooks): Update for removed hooks.
4228         * breakpoint.c (mention): Don't call removed hook.
4229         (delete_breakpoint): Likewise.
4230         (disable_breakpoint): Likewise.
4231         (do_enable_breakpoint): Likewise.
4232         * annotate.c: Include observer.h.
4233         (breakpoint_changed): Change type of argument.
4234         (_initialize_annotate): Register observers.
4235         (deprecated_annotate_starting_hook): Remove.
4236         (deprecated_annotate_stopped_hook): Remove.
4237         (deprecated_annotate_exited_hook): Remove.
4238         (annotate_starting): Update for hook removal.
4239         (annotate_stopped): Likewise.
4240         (annotate_exited): Likewise.
4241         * defs.h (deprecated_delete_breakpoint_hook): Remove.
4242         (deprecated_create_breakpoint_hook): Likewise.
4243         (deprecated_modify_breakpoint_hook): Likewise.
4244
4245 2008-07-28  Tom Tromey  <tromey@redhat.com>
4246
4247         * main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK.
4248
4249 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
4250
4251         * configure.ac: Check for the GNU/Linux ptrace signature.
4252         * configure: Regenerated.
4253
4254 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
4255
4256         * linux-nat.c (resume_callback): Add more debugging output.
4257         (linux_nat_has_pending_sigint): New function, based on
4258         linux_nat_has_pending.
4259         (set_ignore_sigint, maybe_clear_ignore_sigint): New functions.
4260         (stop_wait_callback): Remove flush_mask handling.  Honor
4261         ignore_sigint.  Call maybe_clear_ignore_sigint.  Pass NULL
4262         to recursive calls.
4263         (linux_nat_has_pending, flush_callback): Remove.
4264         (linux_nat_filter_event): Check for ignore_sigint.
4265         (linux_nat_wait): Remove flush_mask support and call to
4266         flush_callback.  Use set_ignore_sigint and maybe_clear_ignore_sigint.
4267         * linux-nat.h (struct lwp_info): Add ignore_sigint field.
4268
4269 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
4270
4271         * linux-nat.c (count_events_callback, select_event_lwp_callback): Only
4272         report events from resumed threads.
4273
4274 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
4275
4276         * mips-linux-tdep.c (mips_linux_syscall_next_pc): New function.
4277         (mips_linux_init_abi): Set tdep->syscall_next_pc.
4278         * mips-tdep.c (enum mips_fpu_type, struct gdbarch_tdep): Move to
4279         mips-tdep.h.
4280         (mips32_next_pc): Handle the syscall instruction.
4281         * mips-tdep.h (enum mips_fpu_type, struct gdbarch_tdep): New,
4282         from mips-tdep.c.  Add syscall_next_pc to gdbarch_tdep.
4283
4284 2008-07-26  Tom Tromey  <tromey@redhat.com>
4285
4286         PR gdb/1158:
4287         * valops.c (value_struct_elt): Treat function-valued field as a
4288         static method.
4289
4290 2008-07-26  Tom Tromey  <tromey@redhat.com>
4291
4292         PR gdb/1136:
4293         * macroexp.c (get_punctuator) <punctuators>: Rearrange to put
4294         longer tokens first.
4295
4296 2008-07-26  Vladimir Prus  <vladimir@codesourcery.com>
4297
4298         Kill cmd_async_ok.
4299         * cli/cli-decode.h (CMD_ASYNC_OK, set_cmd_async_ok)
4300         (get_cmd_async_ok): Remove.
4301         * cli/cli-decode.c (set_cmd_async_ok, get_cmd_async_ok): Remove.
4302         * cli/cli-cmds.c (init_cli_cmds): Don't use set_cmd_async_ok.
4303         * infcmd.c (_initialize_infcmd): Likewise.
4304         * thread.c (_initialize_thread): Likewise.
4305
4306 2008-07-25  Joseph Myers  <joseph@codesourcery.com>
4307
4308         * mips-tdep.c (mips_n32n64_push_dummy_call): Handle passing
4309         128-bit long doubles in even-odd pairs of FPRs.  Do not
4310         right-align float arguments for big-endian.
4311         (mips_n32n64_return_value): Apply return value convention for
4312         structs containing one or two floating-point values to soft-float
4313         as well as hard-float.  Handle 128-bit long doubles in such
4314         structs.
4315         (mips_o32_push_dummy_call): Only skip one integer register for a
4316         float argument passed in an FPR.
4317
4318 2008-07-25  Tom Tromey  <tromey@redhat.com>
4319
4320         * tui/tui-hooks.c: Include observer.h.
4321         (tui_event_default, tui_old_event_hooks, tui_event_hooks):
4322         Remove.
4323         (tui_bp_created_observer, tui_bp_deleted_observer,
4324         tui_bp_modified_observer): New globals.
4325         (tui_install_hooks): Use observers, not events.
4326         (tui_remove_hooks): Likewise.
4327         * mi/mi-cmd-break.c: Include observer.h, not gdb-events.h.
4328         (mi_breakpoint_observers_installed, mi_can_breakpoint_notify): New
4329         globals.
4330         (breakpoint_notify): Check mi_can_breakpoint_notify.
4331         (breakpoint_hooks): Remove.
4332         (mi_cmd_break_insert): Attach observers.  Don't use events.
4333         * tracepoint.c: Include observer.h, not gdb-events.h.
4334         (tracepoint_operation, trace_pass_command): Notify observer.
4335         * interps.c: Don't include gdb-events.h.
4336         (clear_interpreter_hooks): Don't call clear_gdb_event_hooks.
4337         * gdbarch.c: Rebuild.
4338         * gdbarch.sh: Emit include for observer.h, not gdb-events.h.
4339         (deprecated_current_gdbarch_select_hack): Notify observer.
4340         * breakpoint.h: Don't include gdb-events.h.
4341         * breakpoint.c: Don't include gdb-events.h.
4342         (condition_command): Notify observer.
4343         (commands_command): Likewise.
4344         (commands_from_control_command): Likewise.
4345         (mention, delete_breakpoint, set_ignore_count): Likewise.
4346         (disable_breakpoint, do_enable_breakpoint): Likewise.
4347         * Makefile.in (gdb_events_h): Remove.
4348         (breakpoint_h): Update.
4349         (COMMON_OBS): Remove gdb-events.o.
4350         (gdb-events.o): Remove.
4351         (breakpoint.o, gdbarch.o, interps.o, tracepoint.o, gdbtk-bp.o,
4352         gdbtk-hooks.o, mi-cmd-break.o, tui-hooks.o): Update.
4353         * gdb-events.c: Remove.
4354         * gdb-events.h: Remove.
4355         * gdb-events.sh: Remove.
4356
4357 2008-07-24  Pedro Alves  <pedro@codesourcery.com>
4358
4359         * remote.c (remote_threads_extra_info): Don't query the remote
4360         server about info on the internally added main thread.
4361
4362 2008-07-24  Aleksandar Ristovski  <aristovski@qnx.com>
4363
4364         * nto-procfs.c (procfs_attach): Populate initial thread list.
4365         (procfs_wait): Return new pid, built from the inferior status.
4366
4367 2008-07-23  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4368
4369         * configure.ac (CONFIG_INITS): Delete long obsoleted variable.
4370         * configure: Regenerate.
4371
4372 2008-07-23  Aleksandar Ristovski  <aristovski@qnx.com>
4373
4374         * nto-procfs.c (procfs_xfer_memory): Changed signature.
4375         (procfs_resume): Workaround for dereferencing type-punned pointer
4376         warning.
4377         * nto-tdep.c (nto_parse_redirection): Change signature to be const
4378         correct.
4379         * nto-tdep.h (nto_parse_redirection): Likewise.
4380
4381 2008-07-21  Stan Shebs  <stan@codesourcery.com>
4382
4383         Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4384         * gdbarch.sh: Adjust comment to refer to
4385         in_solib_dynsym_resolve_code().
4386         * gdbarch.h, gdbarch.c: Update.
4387         * solib-osf.c: Ditto.
4388         * infrun.c: Ditto.
4389         (handle_inferior_event): Use in_solib_dynsym_resolve_code
4390         unconditionally.
4391         * config/mips/nm-irix5.h: Remove undef of
4392         IN_SOLIB_DYNSYM_RESOLVE_CODE.
4393
4394 2008-07-21  Tom Tromey  <tromey@redhat.com>
4395
4396         * symfile.c (reread_symbols): Don't pass argument to observer.
4397         * exec.c (exec_file_attach): Don't pass argument to observer.
4398         * ada-lang.c (ada_executable_changed_observer): Remove argument.
4399         * symtab.c (symtab_observer_executable_changed): Remove argument.
4400         * observer.sh: Handle functions with no arguments.
4401
4402 2008-07-20  Sergei Poselenov  <sposelenov@emcraft.com>
4403             Chris Demetriou  <cgd@google.com>
4404
4405         * elfread.c (elf_symfile_segments): Fix the check that each loadable
4406         section fits within an ELF segment to handle ELF segments that hit
4407         the end of the address space.
4408
4409 2008-07-20  Chris Demetriou  <cgd@google.com>
4410
4411         * MAINTAINERS (Write After Approval): Add self.
4412
4413 2008-07-18  Tom Tromey  <tromey@redhat.com>
4414
4415         PR gdb/855:
4416         * NEWS: Add entry for macro commands.
4417         * Makefile.in (macrocmd.o): Add gdb_string.h.
4418         * macroscope.h (user_macro_scope): Declare.
4419         (default_macro_scope): Update documentation.
4420         (macro_user_macros): Declare.
4421         * c-lang.c (c_preprocess_and_parse): Always attempt macro lookup.
4422         Use user_macro_scope.
4423         (null_macro_lookup): Remove.
4424         * macrotab.h (macro_callback_fn): Declare.
4425         (macro_for_each): Likewise.
4426         (macro_allow_redefinitions): Likewise.
4427         * macrotab.c (foreach_macro): New function
4428         (macro_for_each): Likewise.
4429         (struct macro_table) <redef_ok>: New field.
4430         (macro_allow_redefinitions): New function.
4431         (new_macro_table): Update.
4432         (macro_define_function): Likewise.
4433         (macro_define_object): Likewise.
4434         * macroscope.c (user_macro_scope): New function.
4435         (default_macro_scope): Use it.
4436         (macro_user_macros): New global.
4437         (standard_macro_lookup): Look in macro_user_macros.
4438         (_initialize_macroscope): New function.
4439         * macroexp.h (macro_is_whitespace, macro_is_digit,
4440         macro_is_identifier_nondigit): Declare.
4441         * macroexp.c (macro_is_whitespace): Rename.  No longer static.
4442         (macro_is_digit): Likewise.
4443         (macro_is_identifier_nondigit): Likewise.
4444         (get_identifier): Update.
4445         (get_pp_number): Likewise.
4446         (get_token): Likewise.
4447         * macrocmd.c (skip_ws): New function.
4448         (extract_identifier): Likewise.
4449         (free_macro_definition_ptr): Likewise.
4450         (user_macros): Remove.
4451         (macro_define_command): Implement.
4452         (_initialize_macrocmd): Update.
4453         (macro_undef_command): Implement.
4454         (print_one_macro): New function.
4455         (macro_list_command): Implement.
4456
4457 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
4458
4459         * configure.ac: Put old value of $LIBS after -lbfd -liberty $intl
4460         in BFD ELF check.
4461         * configure: Regenerate.
4462
4463 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4464
4465         * auxv.c (fprint_target_auxv): Stop at AT_NULL.
4466
4467 2008-07-15  Andreas Schwab  <schwab@suse.de>
4468
4469         * valops.c (value_cast_pointers): Follow typedefs when checking
4470         result of coercion.
4471
4472 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
4473
4474         * block.c (block_function): Renamed to ...
4475         (block_linkage_function): ... this.  All callers changed.
4476         * block.h (block_function): Renamed to ...
4477         (block_linkage_function): ... this.
4478
4479 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
4480
4481         * mn10300-tdep.c (set_reg_offsets): Use get_frame_register_unsigned.
4482
4483 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
4484
4485         * frame.c (frame_sp_unwind): Delete.
4486         (get_frame_sp): Do not use it.
4487         * frame.h (frame_sp_unwind): Delete prototype.
4488
4489 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
4490
4491         * ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.
4492
4493 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
4494
4495         * dwarf2-frame.c (dwarf2_frame_cache): Update comment.
4496         * frame.c (frame_unwind_address_in_block): Delete.
4497         (get_frame_address_in_block): Do not use it.  Check the type
4498         of the next frame first.
4499         (frame_cleanup_after_sniffer): Update comment.
4500         * frame.h (frame_unwind_address_in_block): Delete prototype.
4501         * hppa-tdep.c (hppa_find_unwind_entry_in_block): Update comment.
4502
4503 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
4504
4505         * frame.c (frame_func_unwind): Delete.
4506         (get_frame_func): Do not use it.
4507         * frame.h (frame_func_unwind): Delete prototype.
4508         * hppa-tdep.c (hppa_frame_cache): Update comment.
4509         * rs6000-tdep.c (rs6000_frame_cache): Update comment.
4510
4511 2008-07-14  Stan Shebs  <stan@codesourcery.com>
4512
4513         * remote-sim.c (init_gdbsim_ops): Remove
4514         TARGET_REDEFINE_DEFAULT_OPS.
4515
4516 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
4517
4518         * findvar.c (read_var_value): Remove unused variable.
4519
4520 2008-07-15  Luis Machado  <luisgpm@br.ibm.com>
4521
4522         * infrun.c (handle_inferior_event): Tag threads as stopped
4523         before inserting breakpoints.
4524
4525 2008-07-15  Hui Zhu  <teawater@gmail.com>
4526
4527         * MAINTAINERS: Added myself to section Write After Approval.
4528
4529 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
4530
4531         PR gdb/2477
4532         * cp-abi.c (value_virtual_fn_field): Handle invalid pointers.
4533
4534 2008-07-14  Pedro Alves  <pedro@codesourcery.com>
4535
4536         * i386-dicos-tdep.c (i386_dicos_frame_align): Delete.
4537         (i386_dicos_push_dummy_code): New.
4538         (i386_dicos_init_abi): Don't register i386_dicos_frame_align.
4539         Register i386_dicos_push_dummy_code.
4540
4541 2008-07-14  Markus Deuling  <deuling@de.ibm.com>
4542
4543         * mips-tdep.c (fp_register_arg_p): Add gdbarch as paramter.
4544         (mips_n32n64_push_dummy_call, mips_o64_return_value)
4545         (mips_eabi_push_dummy_call): Update call to fp_register_arg_p.
4546
4547         (MIPS_FPU_TYPE): Add gdbarch as parameter and replace current_gdbarch.
4548         (fp_register_arg_p, mips_dump_tdep, show_mipsfpu_command)
4549         (mips_n32n64_fp_arg_chunk_p): Update caller.
4550
4551         (mips_n32n64_fp_arg_chunk_p): Add gdbarch as paramter.
4552         (mips_n32n64_push_dummy_call): Update caller.
4553
4554         (MIPS_LAST_ARG_REGNUM): Add gdbarch as parameter and replace
4555         current_gdbarch.
4556         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4557         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update caller.
4558
4559
4560         (MIPS_LAST_FP_ARG_REGNUM): Add gdbarch as parameter and replace
4561         current_gdbarch.
4562         (mips_eabi_push_dummy_call, mips_o32_push_dummy_call)
4563         (mips_o64_push_dummy_call): Update caller.
4564
4565         (MIPS_EABI): Add gdbarch as parameter and replace current_gdbarch.
4566         (fp_register_arg_p, mips_dump_tdep): Update caller.
4567
4568         (set_reg_offset): Add gdbarch as parameter and replace current_gdbarch.
4569         (mips16_scan_prologue, mips32_scan_prologue): Update caller.
4570
4571         (reset_saved_regs): Make static.  Add gdbarch as parameter.  Replace
4572         current_gdbarch.
4573         (mips32_scan_prologue): Update caller.
4574
4575         (heuristic_proc_start): Add gdbarch as parameter. Replace
4576         current_gdbarch.
4577         (mips_insn16_frame_cache, mips_insn32_frame_cache): Update caller.
4578
4579         * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
4580         (mipsnbsd_store_inferior_registers): Use get_regcache_arch to get at
4581         the current architecture. Update call to getregs_supplies.
4582         (getregs_supplies): Add gdbarch as parameter and replace
4583         current_gdbarch.
4584
4585         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use get_frame_arch to
4586         get at the current architecture. Update call to NBSD_MIPS_JB_OFFSET and
4587         NBSD_MIPS_JB_ELEMENT_SIZE.
4588         (NBSD_MIPS_JB_ELEMENT_SIZE, NBSD_MIPS_JB_OFFSET): Add gdbarch and
4589         replace current_gdbarch.
4590
4591         * remote-mips.c (mips_map_regno): Add gdbarch as parameter and replace
4592         current_gdbarch.
4593         (mips_fetch_registers, mips_store_registers): Update call
4594         to mips_map_regno.
4595         (mips_load): Use get_regcache_arch to get at the current_architecture
4596         and replace current_gdbarch.
4597
4598 2008-07-13  Pedro Alves  <pedro@codesourcery.com>
4599
4600         * thread.c (restore_selected_frame): On fail to restore, select
4601         the innermost frame, and don't crash when warning the user.
4602
4603 2008-07-13  Hui Zhu  <teawater@gmail.com>
4604
4605         * symtab.c (expand_line_sal): Fix a memory leak.
4606
4607 2008-07-13  Pedro Alves  <pedro@codesourcery.com>
4608
4609         * utils.c (struct continuation): Define as inheriting struct
4610         cleanup.
4611         (add_continuation, do_all_continuations)
4612         (discard_all_continuations, add_intermediate_continuation)
4613         (do_all_intermediate_continuations)
4614         (discard_all_intermediate_continuations): Adjust.
4615
4616 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
4617
4618         Skip varobj in running threads.
4619         * mi/mi-cmd-var.c (mi_cmd_var_update): If varobj's
4620         thread is not stopped, skip the varobj.
4621         * Makefile.in: Update dependencies.
4622
4623 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
4624
4625         Enable all commands while inferiour is running
4626         * mi/mi-main.c (mi_cmd_execute): Don't check if
4627         inferiour is executing.
4628
4629 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
4630
4631         Allow all CLI command even if target is executing.
4632         * gdb/top.c (execute_command_1): Don't check if the inferiour
4633         is running.
4634
4635 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
4636
4637         * mi/mi-main.c (mi_cmd_execute): Remove unused variable.
4638         Fix printing of frame, when frame is wrong.
4639
4640 2008-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
4641
4642         * spu-tdep.c (spu_frame_unwind_cache): Do not error if
4643         backchain is unreadable.
4644
4645 2008-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
4646
4647         * spu-linux-nat.c: Include "gdbthread.h".
4648         (spu_child_post_startup_inferior): Register main thread.
4649         (spu_child_post_attach): Likewise.
4650         * Makefile.in (spu-linux-nat.o): Update dependencies.
4651
4652 2008-07-12  Pedro Alves  <pedro@codesourcery.com>
4653
4654         Rewrite continuations internals on top of cleanups and plug
4655         continuation arguments leaks.
4656
4657         * defs.h (struct continuation): Make it opaque.
4658         (add_continuation, add_intermediate_continuation): Drop the int
4659         argument of the continuation hook argument.  Add
4660         continuation_free_args argument.
4661         (do_all_continuations, do_all_intermediate_continuations): Drop
4662         the error_p argument.
4663
4664         * utils.c (add_continuation): Drop the int argument of the
4665         continuation hook argument.  Add continuation_free_args argument.
4666         Reimplement on top of cleanups.
4667         (do_all_continuations): Drop error argument.  Reimplement on top
4668         of cleanups.
4669         (discard_all_continuations): Reimplement on top of cleanups.
4670         (add_intermediate_continuation): Drop the int argument of the
4671         continuation hook argument.  Add continuation_free_args argument.
4672         Reimplement on top of cleanups.
4673         (do_all_intermediate_continuations): Drop error argument.
4674         Reimplement on top of cleanups.
4675         (discard_all_intermediate_continuations): Reimplement on top of
4676         cleanups.
4677
4678         * breakpoint.c (until_break_command_continuation): Drop error
4679         argument.  Add xfree as continuation argument deleter.
4680
4681         * inf-loop.c (inferior_event_handler): On error, discard all
4682         continuations.  Adjust to new do_all_intermediate_continuations
4683         and do_all_continuations interfaces.
4684
4685         * infcmd.c (step_1_continuation): Drop error_p argument.  Adjust.
4686         Pass xfree as continuation argument deleter.
4687         (finish_command_continuation): Drop error_p argument.  Adjust.
4688         (finish_command_continuation_free_arg): New.
4689         (finish_command): Pass finish_command_continuation_free_arg as
4690         continuation argument deleter.  Adjust to new do_all_continuations
4691         interfaces.
4692         (attach_command_continuation): Drop error_p argument.
4693         (attach_command_continuation_free_args): New.
4694         (attach_command): Pass attach_command_continuation_free_args as
4695         continuation argument deleter.
4696
4697         * interps.c (interp_set): Adjust to new do_all_continuations
4698         interfaces.
4699
4700         * event-top.c (stdin_event_handler): In error, also discard the
4701         intermediate continuations.
4702
4703 2008-07-12  Pedro Alves  <pedro@codesourcery.com>
4704
4705         Replace struct continuation_args by void* and per command structs.
4706
4707         * top.c (execute_command): Remove unused arg1 and arg2 locals.
4708
4709         * breakpoint.c (struct until_break_command_continuation_args):
4710         New.
4711         (until_break_command_continuation): Take a void* instead of a
4712         continuations_arg.  Adjust.
4713         (until_break_command): Adjust to use struct
4714         until_break_command_continuation_args instead of struct
4715         continuation_arg.
4716
4717         * infcmd.c (struct step_1_continuation_args): New.
4718         (step_1_continuation): Take a void* instead of a
4719         continuations_arg.  Adjust to use struct step_1_continuation_args.
4720         (step_once): Adjust to use struct step_1_continuation_args.
4721
4722         (struct finish_command_continuation_args): New.
4723         (finish_command_continuation): Take a void* instead of a
4724         continuations_arg.  Adjust to use struct
4725         finish_command_continuation_args.
4726         (finish_command): Adjust to use struct
4727         finish_command_continuation_args.
4728         (struct attach_command_continuation_args): New.
4729         (attach_command_continuation): Take a void* instead of a
4730         continuations_arg.  Adjust to use struct
4731         attach_command_continuation_args.
4732         (attach_command): Adjust to use struct
4733         attach_command_continuation_args.
4734
4735         * defs.h (struct continuation_arg): Delete.
4736         (struct continuation): Replace the struct continuation_arg*
4737         parameter of continuation_hook by a void*.  Replace "arg_list"
4738         member by a new "args" member with void* type.
4739         (add_continuation, add_intermediate_continuation): Replace struct
4740         continuation_arg type usages by void* usages.
4741
4742         * utils.c (add_continuation, do_all_continuations)
4743         (add_intermediate_continuation)
4744         (do_all_intermediate_continuations): Replace struct
4745         continuation_arg type usages by void* usages.  Pass "args" instead
4746         of "arg_list".
4747
4748 2008-07-12  Pedro Alves  <pedro@codesourcery.com>
4749
4750         * infrun.c (struct thread_stepping_state): Delete sal member.
4751         (init_thread_stepping_state): Add local sal.  Use it instead of
4752         tss->sal.
4753         (handle_inferior_event): New local stop_pc_sal.  Use it instead of
4754         tss->sal.
4755         (step_into_function): Add local stop_func_sal.  Use it instead of
4756         tss->sal.
4757
4758 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
4759
4760         Implement -exec-continue/-exec-interrupt --all.
4761         * infcmd.c (continue_1): New, extracted from
4762         (continue_command): ...here.
4763         (interrupt_target_1): New, extracted from
4764         (interrupt_target_command): ...here.
4765         * inferior.h (continue_1, interrupt_target_1): New.
4766         * mi/mi-main.c (mi_cmd_exec_continue)
4767         (mi_cmd_exec_interrupt): Handle --all.
4768
4769 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
4770
4771         Implement --thread and --frame.
4772         * gdbthread.h (find_thread_id): Declare.
4773         * thread.c (find_thread_id): Make non-static.
4774         * mi/mi-main.c (mi_cmd_execute): Switch to the right
4775         thread and frame, if necessary.
4776         * mi/mi-parse.c (mi_parse): Handle --thread and --frame.
4777         * mi/mi-parse.h (strcut mi_parse): New fields thread and frame.
4778
4779 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
4780
4781         * infrun.c (resume): Discard cleanups on early exit path.
4782
4783 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
4784
4785         * infrun.c (normal_stop): For MI, report which threads
4786         were stopped.
4787
4788 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
4789
4790         Report thread state in -thread-info output.
4791         * thread.c (print_thread_info): Add new field "state".
4792
4793 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
4794
4795         * infrun.c (handle_inferior_event): Also ignore a
4796         TARGET_SIGNAL_TRAP on a STOP_QUIETLY_NO_SIGSTOP.
4797
4798 2008-07-11  Tom Tromey  <tromey@redhat.com>
4799
4800         * completer.c (complete_line_internal): New function, from
4801         complete_line.  Add 'for_help' parameter.
4802         (complete_line): Use it.
4803         (command_completer): Move later.  Rewrite.
4804
4805 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
4806
4807         * thread.c (thread_apply_command): Move making the cleanup out of
4808         the loop.
4809
4810 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
4811
4812         Exited threads.
4813
4814         * thread.c (enum thread_state): New.
4815         (thread_state main_thread_running): Delete, in favor of...
4816         (thread_state main_thread_state): ... this.  Update throughout.
4817         (clear_thread_inferior_resources): New, split from free_thread.
4818         (free_thread): Call clear_thread_inferior_resources.
4819         (init_thread_list): Set main thread to stopped state.
4820         (add_thread_silent): Take care of PTID reuses.
4821         (delete_thread): If deleting inferior_ptid or a thread with
4822         refcount > 0, mark it as exited, but still keep it in the list.
4823         Only notify of thread exits, if we haven't done so yet.
4824         (iterate_over_threads): Make it safe to delete threads while
4825         iterating over them.
4826         (do_captured_list_thread_ids): Don't account for exited threads.
4827         (thread_alive): Check for the THREAD_EXITED state, and don't set
4828         ptid to -1 on exited threads.
4829         (set_running): Update to account for extra possible states.
4830         (is_thread_state): New.
4831         (is_stopped, is_exited): New.
4832         (is_running): Implement in terms of is_thread_state.
4833         (any_running): Update.
4834         (print_thread_info): Update.  Account for exited threads.  Don't
4835         warn about missed frame restoring here, its done in the cleanup.
4836         (switch_to_thread): Don't read from a thread that has gone.
4837         (restore_current_thread): In non-stop mode, do a full context
4838         switch.
4839         (restore_selected_frame): Add a frame_level argument.  Rewrite.
4840         (struct current_thread_cleanup): Add selected_frame_level and
4841         was_stopped members.
4842         (do_restore_current_thread_cleanup): Check if thread was stopped
4843         and still is, and if the target has registers, stack and memory
4844         before restoring the selected frame.  Don't delete the cleanup
4845         argument here.
4846         (restore_current_thread_cleanup_dtor): New.
4847         (make_cleanup_restore_current_thread): Remove all arguments.
4848         Rewrite.
4849         (thread_apply_all_command): Update.  Prune threads.
4850         (thread_apply_command): Update.
4851         (thread_command): Account for currently selected exited thread.
4852         (do_captured_thread_select): Check for a running thread.  Prune
4853         threads.
4854         (_initialize_thread): Make "info threads", "thread", "thread
4855         apply", and "thread apply all" appliable without a selected thread.
4856         * gdbthread.h (struct thread_info): Replace running_ by state_.
4857         Add refcount.
4858         (is_exited, is_stopped): Declare.
4859         (make_cleanup_restore_current_thread): Remove all arguments.
4860         * infrun.c: Include "event-top.h".
4861         (fetch_inferior_event): In non-stop mode, restore selected thread
4862         and frame after handling the event and running breakpoint
4863         commands.  Display GDB prompt if needed.
4864         (normal_stop): In non-stop mode, don't print thread switching
4865         notice.
4866         * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
4867         (get_cmd_no_selected_thread_ok): New.
4868         * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): New.
4869         (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
4870         Declare.
4871         * cli/cli-cmds.c: Set "pwd", "help", "info", "show" as
4872         no-selected-thread ok.
4873         * top.c (execute_command): Check for non no-selected-thread-ok
4874         commands.
4875         * linux-nat.c (struct saved_ptids, threads_to_delete)
4876         (record_dead_thread, prune_lwps): Delete.
4877         (exit_lwp): Unconditionally delete thread.
4878         (linux_nat_resume): Remove prune_lwps call.
4879         * infcmd.c (proceed_thread_callback): Check if !is_stopped instead
4880         of is_running.  Adjust to make_cleanup_restore_current_thread
4881         interface change.
4882         * mi/mi-main.c (mi_cmd_execute): Only allow a few commands if the
4883         selected thread has exited.
4884         * inf-loop.c (inferior_event_handler): Don't display the prompt
4885         here.
4886         * varobj.c (c_value_of_root): Update.
4887         * defs.h (make_cleanup_dtor): Declare.
4888         * utils.c (make_cleanup_dtor): New.
4889
4890         * Makefile.in (infrun.o): Depend on $(event_top_h).
4891
4892 2008-07-11  Pedro Alves  <pedro@codesourcery.com>
4893
4894         Add "continue -a" and "interrupt -a" options for non-stop mode.
4895
4896         * infcmd.c (proceed_thread_callback, do_context_switch_to): New.
4897         (continue_command): Add "-a" option.
4898         (interrupt_target_command): Add "-a" option.
4899         (_initialize_infcmd): Add extend help of continue and interrupt
4900         command to mention the new "-a" option.  Mark "continue" async ok.
4901
4902 2008-07-10  Doug Evans  <dje@google.com>
4903
4904         Add "set print symbol-loading on|off".
4905         * NEWS: Document new option.
4906         * symfile.h (print_symbol_loading): Declare.
4907         * symfile.c (print_symbol_loading): New global.
4908         (symbol_file_add_with_addrs_or_offsets): Only print "Reading symbols
4909         from ..." if print_symbol_loading.
4910         (_initialize_symfile): Add set/show print symbol-loading.
4911         * solib.c (solib_read_symbols): Only print "Loaded symbols for ..."
4912         if print_symbol_loading.
4913
4914 2008-07-10  Pedro Alves  <pedro@codesourcery.com>
4915
4916         Non-stop linux native.
4917
4918         * linux-nat.c (linux_test_for_tracefork): Block events while we're
4919         here.
4920         (get_pending_status): Implement non-stop mode.
4921         (linux_nat_detach): Stop threads before detaching.
4922         (linux_nat_resume): In non-stop mode, always resume only a single
4923         PTID.
4924         (linux_handle_extended_wait): On a clone event, in non-stop mode,
4925         add new lwp to GDB's thread table, and mark as running, executing
4926         and stopped appropriately.
4927         (linux_nat_filter_event): Don't assume there are other running
4928         threads when a thread exits.
4929         (linux_nat_wait): Mark the main thread as running and executing.
4930         In non-stop mode, don't stop all lwps.
4931         (linux_nat_kill): Stop lwps before killing them.
4932         (linux_nat_thread_alive): Use signal 0 to detect if a thread is
4933         alive.
4934         (send_sigint_callback): New.
4935         (linux_nat_stop): New.
4936         (linux_nat_add_target): Set to_stop to linux_nat_stop.
4937
4938         * linux-nat.h (thread_db_attach_lwp): Declare.
4939
4940         * linux-thread-db.c (thread_get_info_callback): Check for new
4941         threads if we have none.
4942         (thread_from_lwp, enable_thread_event): Set proc_handle.pid to the
4943         stopped lwp.  Check for new threads if we have none.
4944         (thread_db_attach_lwp): New.
4945         (thread_db_init): Set proc_handle.pid to inferior_ptid.
4946         (check_event): Set proc_handle.pid to the stopped lwp.
4947         (thread_db_find_new_threads): Set proc_handle.pid to any stopped
4948         lwp available, bail out if there is none.
4949
4950         * linux-fork.c (linux_fork_killall): Use SIGKILL instead of
4951         PTRACE_KILL.
4952
4953 2008-07-10  Kevin Buettner  <kevinb@redhat.com>
4954
4955         * rs6000-tdep.c (ppc_displaced_step_fixup): Change type of
4956         `current_pc' from CORE_ADDR to ULONGEST.
4957
4958         * remote-sim.c (gdbsim_cntrl_c): Pass remote_sim_ptid to
4959         gdbsim_stop().
4960
4961 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4962
4963         * NEWS (New commands): Mention "set disable-randomization".
4964         * configure.ac: Add check for HAVE_PERSONALITY and
4965         HAVE_DECL_ADDR_NO_RANDOMIZE.
4966         * configure, config.in: Regenerate.
4967         * linux-nat.c [HAVE_PERSONALITY]: New include <sys/personality.h>.
4968         [HAVE_PERSONALITY] [!HAVE_DECL_ADDR_NO_RANDOMIZE]: Set
4969         ADDR_NO_RANDOMIZE.
4970         (disable_randomization, show_disable_randomization)
4971         (set_disable_randomization): New.
4972         (linux_nat_create_inferior) [HAVE_PERSONALITY]: New variables
4973         PERSONALITY_ORIG and PERSONALITY_SET.  Disable randomization upon the
4974         variable DISABLE_RANDOMIZATION.
4975         (_initialize_linux_nat): Call ADD_SETSHOW_BOOLEAN_CMD for the variable
4976         DISABLE_RANDOMIZATION.
4977
4978 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
4979
4980         Adjust all targets to new target_stop interface.
4981
4982         * gnu-nat.c (gnu_stop): Add ptid argument.
4983         * go32-nat.c (go32_stop): Add ptid argument.
4984         (go32_create_inferior): Pass inferior_ptid to go32_stop.
4985         * hpux-thread.c (hpux_thread_stop): Add ptid argument.
4986         * monitor.c (monitor_stop): Add ptid argument.
4987         (monitor_open): Pass inferior_ptid to monitor_stop.
4988         (monitor_interrupt): Pass inferior_ptid to target_stop.
4989         (monitor_stop): Add ptid argument.
4990         * nto-procfs.c (nto_interrupt): Pass inferior_ptid to target_stop.
4991         (procfs_create_inferior): Add ptid argument.
4992         * procfs.c (procfs_stop): Add ptid argument.
4993         * remote-m32r-sdi.c (m32r_stop): Add ptid argument.
4994         * remote-sim.c (gdbsim_stop): Add ptid argument.
4995         * sol-thread.c (sol_thread_stop): Add ptid argument.
4996         * win32-nat.c (win32_stop): Add ptid argument.
4997
4998 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
4999
5000         Non-stop inferior control.
5001
5002         * infrun.c (resume): In non-stop mode, always resume just one
5003         thread.
5004         (proceed): Don't call prepare_to_proceed in non-stop mode.
5005         (fetch_inferior_event): In non-stop mode, switch context before
5006         handling the event.
5007         (error_is_running, ensure_not_running): New.
5008         (handle_inferior_event): In non-stop mode: Mark only the event
5009         thread as stopped.  Require that the target module manages adding
5010         threads to the thread list.  Assert that there isn't a
5011         deferred_step_ptid set.  Don't switch to infwait_thread_hop_state.
5012         (normal_stop): Only mark not-running if inferior hasn't exited.
5013         In non-stop mode, only mark the event thread.
5014
5015         * thread.c:Include "cli/cli-decode.h".
5016         (print_thread_info): Don't read from a running thread.
5017         Output "(running)" if thread is running.
5018         (switch_to_thread): Don't read stop_pc if thread is executing.
5019         (do_restore_current_thread_cleanup): Don't write to a running
5020         thread.
5021         (thread_apply_all_command): Don't read from a running thread.  In
5022         non-stop mode, do a full context-switch instead of just switching
5023         threads.
5024         (thread_apply_command): In non-stop mode, do a full context-switch
5025         instead of just switching threads.
5026         (do_captured_thread_select): Likewise.  Inform user if selected
5027         thread is running.
5028         (_initialize_thread): Mark "info threads" and "thread" and
5029         async_ok.
5030
5031         * inf-loop.c (inferior_event_handler): In non-stop mode, don't
5032         unregister the target from the event loop.
5033
5034         * infcmd.c (continue_command, step_1, jump_command)
5035         (signal_command): Ensure the selected thread isn't running.
5036         (interrupt_target_command): In non-stop mode, interrupt only the
5037         selected thread.
5038
5039         * inferior.h (error_is_running, ensure_not_running): Declare.
5040
5041         * target.h (struct target_ops): Add ptid argument to the to_stop
5042         member.
5043         (target_stop): Add ptid_t argument.
5044
5045         * target.c (update_current_target): Add ptid argument to to_stop's
5046         type.
5047         (debug_to_stop): Add ptid_t argument.
5048         (debug_to_rcmd): Set to_stop_ptid.
5049
5050         * remote.c (remote_stop): Add ptid_t argument.
5051         (async_remote_interrupt): Add inferior_ptid to target_stop.
5052         * inf-ptrace.c (inf_ptrace_stop): Add ptid argument.
5053
5054         * Makefile.in (thread.o): Depend on $(cli_decode_h).
5055
5056 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5057
5058         Don't rely on ecs->wait_for_more.
5059
5060         * infrun.c (proceed): Clear the stepping state, set
5061         previous_inferior_ptid and clear infwait state.
5062         (wait_for_inferior): Don't clear the stepping state, set
5063         previous_inferior_ptid, or clear the infwait state here.
5064         (fetch_inferior_event): Don't clear the stepping state, set
5065         previous_inferior_ptid, or clear the infwait state here.  Don't
5066         condition on wait_for_more.
5067
5068 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5069
5070         Refactor infrun a bit.
5071
5072         * infrun.c (currently_stepping): Take a struct
5073         thread_stepping_state instead of an execution_control_state.
5074         (struct thread_stepping_state): New, split from
5075         execution_control_state.
5076         (gtss, tss): New globals.
5077         (proceed): Clear the stepping state, set previous_inferior_ptid
5078         and clear infwait state.
5079         (init_wait_for_inferior): Clear the stepping state,
5080         previous_inferior_ptid and infwait state.
5081         (waiton_ptid, infwait_state): New, split from
5082         execution_control_state.
5083         (struct execution_control_state): Members that persist through
5084         events moved out to either struct thred_stepping_state or made
5085         global.  Deleted unneeded wp, saved_inferior_ptid, tmpstatus.
5086         (wait_for_inferior, fetch_inferior_event): Use local
5087         execution_control_state.  Update to execution_control_state split.
5088         (init_execution_control_state): Adjust.
5089         (init_thread_stepping_state): New, extracted from
5090         init_execution_control_state.
5091         (context_switch): Take a ptid instead of an
5092         execution_control_state.
5093         (context_switch_to): Adjust.
5094         (adjust_pc_after_break): Adjust.
5095         (init_infwait_state): New.
5096         (handle_inferior_event): Adjust.
5097
5098 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5099             Vladimir Prus  <vladimir@codesourcery.com>
5100
5101         Per-thread commands.
5102
5103         * gdbthread.h: Remove unneeded forward declarations.
5104         Include "inferior.h".
5105         (struct thread_info): Add continuations,
5106         intermediate_continuations, proceed_to_finish, step_over_calls,
5107         stop_step, step_multi and stop_signal members.
5108         (save_infrun_state): Add continuations,
5109         intermediate_continuations, proceed_to_finish, step_over_calls,
5110         stop_step, step_multi, stop_signal and stop_bpstat parameters.
5111         (load_infrun_state): Add continuations,
5112         intermediate_continuations, proceed_to_finish, step_over_calls,
5113         stop_step, step_multi, stop_signal and stop_bpstat parameters.
5114
5115         * thread.c (load_infrun_state): In non-stop mode, load
5116         continuations, intermediate_continuations, proceed_to_finish,
5117         step_over_calls, stop_step, step_multi and stop_signal.
5118         (save_infrun_state): Store continuations,
5119         intermediate_continuations, proceed_to_finish, step_over_calls,
5120         stop_step, step_multi, stop_signal and stop_bpstat.
5121         (save_infrun_state): Store continuations,
5122         intermediate_continuations, proceed_to_finish, step_over_calls,
5123         stop_step, step_multi, stop_signal and stop_bpstat.
5124         (free_thread): Clear The thread's stop_bpstat.
5125
5126         * inferior.h (context_switch_to): Declare.
5127
5128         * infrun.c (ecss): New global.
5129         (context_switch): Context switch continuations,
5130         intermediate_continuations, proceed_to_finish, step_over_calls,
5131         stop_step, step_multi, stop_signal and stop_bpstat.
5132         (wait_for_inferior): Use global ecss.
5133         (async_ecss, async_ecs): Delete.
5134         (fetch_inferior_event): Use global ecss.
5135         (context_switch_to): New.
5136
5137         * top.c (execute_command): In non-stop, only check if the current
5138         thread is running, in all-stop, check if there's any thread
5139         running.
5140
5141         * breakpoint.c (bpstat_remove_breakpoint): New.
5142         (bpstat_remove_breakpoint_callback): New.
5143         (delete_breakpoint): Clear the stop_bpstats of all threads.
5144
5145         * mi/mi-main.c (mi_cmd_execute): In non-stop, only check if the
5146         current thread is running, in all-stop, check if there's any
5147         thread running.
5148
5149         * Makefile.in (gdbthread_h): Depend on $(inferior_h).
5150
5151 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5152
5153         Add non_stop global.
5154
5155         * inferior.h (non_stop): Declare.
5156         * infrun.c (non_stop, non_stop_1): New.
5157         (set_non_stop, show_non_stop): New.
5158         (_initialize_infrun): Add "set/show non-stop" command.
5159
5160 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5161
5162         Adjust fork/vfork/exec to pass ptids around.
5163
5164         * target.h (struct target_waitstatus): Store related_pid as a ptid.
5165         (inferior_has_forked, inferior_has_vforked, inferior_has_execd):
5166         Take a ptid_t.
5167         * breakpoint.h (struct breakpoint): Change forked_inferior_pid
5168         type to ptid.
5169         * breakpoint.c (print_it_typical, bpstat_check_location)
5170         (print_one_breakpoint_location, set_raw_breakpoint_without_location)
5171         (create_fork_vfork_event_catchpoint): Adjust.
5172         * infrun.c (fork_event): Change parent_pid and child_pid types to
5173         ptid.
5174         (follow_exec, inferior_has_forked, inferior_has_vforked)
5175         (inferior_has_execd): Take a ptid_t and don't trim it.
5176         * linux-thread-db.c (thread_db_wait): Don't trim the returned ptid.
5177         * linux-nat.c (linux_child_follow_fork): Adjust.
5178         * inf-ptrace.c (inf_ptrace_wait): Adjust.
5179         * inf-ttrace.c (inf_ttrace_wait): Adjust.
5180         * win32-nat.c (get_win32_debug_event): Don't set related_pid.
5181
5182 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5183
5184         Add "executing" property to threads.
5185
5186         * inferior.h (target_executing): Delete.
5187         * gdbthread.h (struct thread_info): Add executing_ field.
5188         (set_executing, is_executing): New.
5189         * thread.c (main_thread_executing): New.
5190         (init_thread_list): Clear it and also main_thread_running.
5191         (is_running): Return false if target has no execution.
5192         (any_running, is_executing, set_executing): New.
5193
5194         * top.c: Include "gdbthread.h".
5195         (target_executing): Delete.
5196         (execute_command): Replace target_executing check by any_running.
5197         * event-top.c: Include "gdbthread.h".
5198         (display_gdb_prompt, command_handler): Replace target_executing by
5199         is_running.
5200         * inf-loop.c: Include "gdbthread.h".  Don't mark as not executing
5201         here.  Replace target_executing by is_running.
5202         * infrun.c (handle_inferior_event): Mark all threads as
5203         not-executing.
5204         * linux-nat.c (linux_nat_resume): Don't mark thread as executing
5205         here.
5206         * stack.c (get_selected_block): Return null if inferior is
5207         executing.
5208         * target.c (target_resume): Mark resumed ptid as executing.
5209         * breakpoint.c (until_break_command): Replace target_executing
5210         check by is_executing.
5211         * remote.c (remote_async_resume): Don't mark inferior as executing
5212         here.
5213         * mi/mi-interp.c (mi_cmd_interpreter_exec): Replace target_executing
5214         by any_running.
5215
5216         * mi/mi-main.c (mi_cmd_exec_interrupt, mi_cmd_execute)
5217         (mi_execute_async_cli_command): Replace target_executing by
5218         is_running.
5219
5220         * frame.c (get_current_frame): Error out if the current thread is
5221         executing.
5222         (has_stack_frames): New.
5223         (get_selected_frame, deprecated_safe_get_selected_frame): Check
5224         has_stack_frames.
5225
5226         * Makefile.in (event-top.o, frame.o, inf-loop.o, top.o): Depend on
5227         $(gdbthread_h).
5228
5229 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5230
5231         * symfile.c (load_command): Reopen the exec file and reread
5232         symbols before anything else.
5233
5234 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5235
5236         * remote-sim.c: Include gdbthread.h.
5237         (remote_sim_ptid): New global.
5238         (gdbsim_create_inferior): Silently add the main task to GDB's
5239         thread list.
5240         (gdbsim_close, gdbsim_mourn_inferior): Silently delete the main
5241         task from GDB's thread list.
5242         (gdbsim_resume): Adjust to use remote_sim_ptid.
5243         (gdbsim_thread_alive, gdbsim_pid_to_str): New.
5244         (init_gdbsim_ops): Register gdbsim_thread_alive and
5245         gdbsim_pid_to_str.
5246         (_initialize_remote_sim): Initialize remote_sim_ptid.
5247         * Makefile.in (remote-sim.o): Depend on $(gdbthread_h).
5248
5249 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5250
5251         * monitor (monitor_ptid): New global.
5252         (monitor_open): Silently add the main task to GDB's thread list.
5253         (monitor_close, monitor_mourn_inferior): Silently delete the main
5254         task from GDB's thread list.
5255         (monitor_thread_alive, monitor_pid_to_str): New.
5256         (init_base_monitor_ops): Register monitor_thread_alive and
5257         monitor_pid_to_str.
5258         (_initialize_remote_monitors): Initialize monitor_ptid.
5259
5260         * gdbthread.h (delete_thread_silent): Declare.
5261         * thread.c (delete_thread): Rename to ...
5262         (delete_thread_1): ... this.  Add "silent" parameter.  If silent,
5263         don't do exit notifications.
5264         (delete_thread, delete_thread_silent): New, as wrappers to
5265         delete_thread_1.
5266
5267 2008-07-08  Pedro Alves  <pedro@codesourcery.com>
5268
5269         * breakpoint.c (update_global_location_list): Add boolean
5270         "should_insert" argument.  Only insert locations if caller told it
5271         too.
5272         (update_global_location_list_nothrow): Add boolean "should_insert"
5273         argument.  Pass it to update_global_location_list.
5274         (insert_breakpoints, create_longjmp_breakpoint)
5275         (create_overlay_event_breakpoint, enable_overlay_breakpoints)
5276         (create_thread_event_breakpoint, create_solib_event_breakpoint)
5277         (create_fork_vfork_event_catchpoint, create_exec_event_catchpoint)
5278         (enable_watchpoints_after_interactive_call_stop)
5279         (set_momentary_breakpoint, create_breakpoints)
5280         (break_command_really, watch_command_1)
5281         (create_ada_exception_breakpoint, update_breakpoint_locations)
5282         (do_enable_breakpoint, enable_command): Pass true to
5283         update_global_location_list.
5284         (bpstat_stop_status, disable_overlay_breakpoints)
5285         (disable_watchpoints_before_interactive_call_start)
5286         (delete_breakpoint, disable_breakpoint, disable_command): Pass
5287         false to update_global_location_list.
5288         (update_breakpoints_after_exec): Don't temporarily disable
5289         always-inserted mode.
5290
5291 2008-07-08  Pedro Alves  <pedro@codesourcery.com>
5292
5293         * breakpoint.c (mark_breakpoints_out): Make public.
5294         (update_breakpoints_after_exec): Don't call mark_breakpoints_out
5295         here.  Update comment.
5296         * breakpoint.h (mark_breakpoints_out): Declare.
5297
5298         * linux-nat.c (linux_handle_extended_wait): On
5299         TARGET_WAITKIND_EXECD, call mark_breakpoints_out.
5300         * inf-ttrace.c (inf_ttrace_wait): Likewise.
5301
5302 2008-07-08  Pedro Alves  <pedro@codesourcery.com>
5303
5304         * infrun.c (follow_exec): Reset shared libraries before adding the
5305         main exec file.
5306
5307 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5308
5309         * breakpoint.c (bpstat_copy): Call RELEASE_VALUE on the new OLD_VAL.
5310
5311 2008-07-07  Pedro Alves  <pedro@codesourcery.com>
5312
5313         * i386-dicos-tdep.c: Include "inferior.h".
5314         (i386_dicos_frame_align): New.
5315         (i386_dicos_init_abi): Register i386_dicos_frame_align.  Set call
5316         dummy location ON_STACK.
5317         * Makefile.in (i386-dicos-tdep.o): Depend on $(inferior_h).
5318
5319 2008-07-07  Joel Brobecker  <brobecker@adacore.com>
5320
5321         * gstdint.h: New file.
5322
5323 2008-07-05  Vladimir Prus  <vladimir@codesourcery.com>
5324
5325         * mi/mi-interp.c (mi_on_resume): Don't try to report
5326         resumed thread it the thread list is empty.
5327
5328 2008-07-05  Pierre Muller  <muller@ics.u-strasbg.fr>
5329
5330         * cli/cli-decode.c (add_setshow_optional_filename_cmd): Set
5331         completer for set to filename_completer.
5332
5333         NEWS: Mention it.
5334
5335 2008-07-04  Vladimir Prus  <vladimir@codesourcery.com>
5336
5337         Implement -target-attach.
5338         * mi/mi-cmds.c (mi_cmds): Forward -target-attach to CLI attach.
5339
5340 2008-06-21  Hui Zhu  <teawater@gmail.com>
5341
5342         * target-descriptions.c (maint_print_c_tdesc_cmd): Fix a memory leak.
5343
5344 2008-07-03  Pedro Alves  <pedro@codesourcery.com>
5345
5346         * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.
5347         * config/i386/nm-i386gnu.h (ATTACH_NO_WAIT): Delete.
5348
5349         * target.h (struct target_ops): Add to_attach_no_wait member.
5350         (target_attach_no_wait): New.
5351         * target.c (update_current_target): Inherit to_attach_no_wait.
5352
5353         * infcmd.c: Replace ATTACH_NO_WAIT compile time check by
5354         target_attach_no_wait runtime check.
5355
5356         * gnu-nat.c (init_gnu_ops): Set to_attach_no_wait in gnu_ops.
5357         * win32-nat.c (init_win32_ops): Set to_attach_no_wait in
5358         win32_ops.
5359
5360 2008-07-03  Pedro Alves  <pedro@codesourcery.com>
5361
5362         * i386-tdep.c (i386_displaced_step_fixup): Condition log printing
5363         on debug_displaced being set.
5364
5365 2008-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
5366
5367         * frame.c (get_prev_frame_1): Call frame_unwind_find_by_frame
5368         directly instead of get_frame_id.
5369
5370 2008-06-30  Luis Machado  <luisgpm@br.ibm.com>
5371
5372         * rs6000-tdep.c (ppc_displaced_step_fixup): New function.
5373         (deal_with_atomic_sequence): Update BC masks.
5374         (rs6000_gdbarch_init): Init displaced stepping infra-structure.
5375         Define BRANCH_MASK, B_INSN, BC_INSN, BXL_INSN, BP_MASK and BP_INSN.
5376
5377 2008-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
5378
5379         * cris-tdep.c (crisv32_single_step_through_delay): Get this frame's
5380         register, not the previous frame's.
5381
5382 2008-06-30  Luis Machado  <luisgpm@br.ibm.com>
5383
5384         * source.c (select_source_symtab): Make sure we skip namespace
5385         symtabs when showing cpp source code.
5386
5387 2008-06-30  Hans-Peter Nilsson  <hp@axis.com>
5388
5389         * MAINTAINERS (Authorized committers): Fix my email address.
5390
5391 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
5392
5393         * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,
5394         -target-download and -target-select via CLI, so that
5395         the quoting rules are the same as they were (unfortunately)
5396         in all prior gdb releases.
5397         * mi/mi-cmds.h (mi_cmd_exec_run, mi_cmd_exec_until)
5398         (mi_cmd_target_download, mi_cmd_target_select): Remove.
5399         * mi/mi-main.c (mi_cmd_exec_run, mi_cmd_exec_until)
5400         (mi_cmd_target_download, mi_cmd_target_select): Remove.
5401         (mi_cmd_execute): Set current_token even for commands
5402         routed via CLI.
5403
5404 2008-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
5405
5406         * alphafbsd-tdep.c: Update for unwinder changes.
5407         * alpha-linux-tdep.c: Likewise.
5408         * alphanbsd-tdep.c: Likewise.
5409         * alphaobsd-tdep.c: Likewise.
5410         * avr-tdep.c: Likewise.
5411         * cris-tdep.c: Likewise.
5412         * frv-linux-tdep.c: Likewise.
5413         * frv-tdep.c: Likewise.
5414         * h8300-tdep.c: Likewise.
5415         * hppa-linux-tdep.c: Likewise.
5416         * iq2000-tdep.c: Likewise.
5417         * m32c-tdep.c: Likewise.
5418         * m32r-linux-tdep.c: Likewise.
5419         * m32r-tdep.c: Likewise.
5420         * m68hc11-tdep.c: Likewise.
5421         * mep-tdep.c: Likewise.
5422         * mn10300-tdep.c: Likewise.
5423         * mt-tdep.c: Likewise.
5424         * score-tdep.c: Likewise.
5425         * sh64-tdep.c: Likewise.
5426         * sh-tdep.c: Likewise.
5427         * sparc64fbsd-tdep.c: Likewise.
5428         * sparc64nbsd-tdep.c: Likewise.
5429         * sparc64obsd-tdep.c: Likewise.
5430         * v850-tdep.c: Likewise.
5431         * vaxobsd-tdep.c: Likewise.
5432         * vax-tdep.c: Likewise.
5433         * xstormy16-tdep.c: Likewise.
5434
5435 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
5436
5437         * mi/mi-main.c (enum captured_mi_execute_command_actions)
5438         (captured_mi_execute_command_args): Remove.
5439         (captured_mi_execute_command): Cast the closure to mi_parse
5440         pointer, not to captured_mi_execute_command_args, and don't
5441         set the action field thereof.
5442         (mi_execute_command): Pass struct mi_parse, not
5443         captured_mi_execute_command_args to captured_mi_execute_command.
5444         (mi_execute_command): Remove (dead) code for suppressing
5445         printing prompt.
5446
5447 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
5448
5449         * linux-nat.c (enum sigchld_state): New.
5450         (linux_nat_async_events_state): Renamed from
5451         linux_nat_async_events_enabled.
5452         (linux_nat_event_pipe_push, my_waitpid): Adjust.
5453         (sigchld_default_action): New.
5454         (lin_lwp_attach_lwp): Adjust.  Call linux_nat_async_events
5455         unconditionally.
5456         (linux_nat_create_inferior): Set events state to sigchld_default
5457         state.
5458         (linux_nat_resume): Adjust.
5459         (linux_nat_wait): Call linux_nat_async_events unconditionally.
5460         (sigchld_handler): Adjust.
5461         (linux_nat_async_mask): Don't set SIGCHLD actions here.
5462         (get_pending_events): Adjust.
5463         (linux_nat_async_events): Rewrite to handle enum sigchld_state
5464         instead of a boolean.
5465         (linux_nat_async): Adjust.
5466         (_initialize_linux_nat): Capture default SIGCHLD action into
5467         sigchld_default_action.
5468
5469 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
5470
5471         * breakpoint.c (moribund_locations): New.
5472         (bpstat_stop_status): Process moribund locations.
5473         (update_global_location_list): Add removed
5474         locations to moribund_locations.
5475         (breakpoint_retire_moribund): New.
5476         * breakpoint.h (struct bp_location): New field
5477         events_till_retirement.
5478         (breakpoint_retire_moribund): Declare.
5479         * thread.c (thread_count): New.
5480         * infrun.c (handle_inferior_event): Call
5481         breakpoint_retire_moribund.
5482         * gdbthread.h (thread_count): Declare.
5483
5484 2008-06-27  Joseph Myers  <joseph@codesourcery.com>
5485
5486         * dfp.c (decimal_convert): Call match_endianness before and after
5487         conversion.
5488
5489 2008-06-27  Jonathan Larmour  <jifl@eCosCentric.com>
5490
5491         * remote.c (remote_insert_breakpoint): Ensure that if Z0
5492         unsupported and we fall back to memory_insert_breakpoint, we
5493         use the unmodified requested address.
5494
5495 2008-06-27  Joel Brobecker  <brobecker@adacore.com>
5496
5497         * dwarf2read.c (read_attribute_value): Issue a complaint when
5498         adjusting size attribute values of 0xffffffff as zero.
5499
5500 2008-06-27  Joseph Myers  <joseph@codesourcery.com>
5501
5502         * i386-tdep.c (i386_16_byte_align_p): New.
5503         (i386_push_dummy_call): Determine stack space required for
5504         arguments going forwards allowing for 16-byte alignment, then push
5505         arguments going forwards.
5506
5507 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
5508
5509         * infrun.c (start_remote): Don't clear thread list here.
5510         * monitor.c (monitor_open): Include "gdbthread.h".  Clear thread
5511         list here.
5512         * remote.c (record_currthread): Upgrade the main thread and its
5513         entry in the thread list if this is the first time we hear about
5514         threads.
5515         (remote_thread_alive): Consider magic_null_ptid or a ptid without
5516         a tid member always alive.
5517         (remote_find_new_threads): Don't update the main thread here.
5518         (remote_start_remote): Clear thread list here.  Always add the
5519         main thread.
5520         (extended_remote_attach_1): Add the main thread here.
5521         (extended_remote_mourn_1): Re-add the main thread here.
5522         (extended_remote_create_inferior_1): Add a main thread.
5523
5524         * Makefile.in (monitor.o): Depend on $(gdbthread_h).
5525
5526 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
5527
5528         Use ptid_t.tid to store thread ids instead of ptid_t.pid.
5529
5530         * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): New
5531         globals.
5532         (general_thread, continue_thread): Change type to ptid_t.
5533         (record_currthread): Take a ptid_t parameter instead of an
5534         integer.
5535         (MAGIC_NULL_PID): Delete.
5536         (set_thread): Take a ptid_t parameter and adjust.
5537         (set_general_thread, set_continue_thread): New.
5538         (remote_thread_alive, remote_newthread_step)
5539         (remote_current_thread, remote_find_new_threads)
5540         (remote_threads_info, remote_start_remote, remote_vcont_resume)
5541         (remote_resume_1, remote_wait, extended_remote_create_inferior_1)
5542         (threadalive_test, remote_pid_to_str)
5543         (remote_get_thread_local_address): Adjust.
5544         (_initialize_remote): Initialize magic_null_ptid, not_sent_ptid
5545         and any_thread_ptid.
5546
5547 2008-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5548
5549         * configure.ac (--enable-tui): AC_MSG_ERROR for explicit --enable-tui.
5550         * configure: Regenerated.
5551
5552 2008-06-26  Joel Brobecker  <brobecker@adacore.com>
5553
5554         * dwarf2read.c (read_attribute_value): Treat size attribute
5555         values of 0xffffffff as if the attribute value was zero.
5556
5557 2008-06-26  Vladimir Prus  <vladimir@codesourcery.com>
5558
5559         * linux-nat.c: Add description of overall logic.
5560
5561 2008-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
5562
5563         * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
5564         (gdb_stdint_h, gdb_stdint.h, stamp-int): Delete.  Remove
5565         all dependencies on $(gdb_stdint_h).
5566         (distclean): Do not delete gdb_stdint.h.
5567         * acinclude.m4: Do not use stdint.m4.
5568         * configure.ac: Set GNULIB_STDINT_H.  Remove tests for stdint.h,
5569         uintptr_t, and gdb_stdint.h.
5570         * defs.h: Include <stdint.h>.
5571         * gdb_thread_db.h: Assume stdint.h is already included.
5572         * breakpoint.c, findcmd.c, hppa-tdep.c, inf-ptrace.c, proc-service.c,
5573         rs6000-nat.c, spu-linux-nat.c, target.c, win32-nat.c: Do not
5574         include gdb_stdint.h.
5575         * configure, config.in: Regenerate.
5576
5577 2008-06-26  Joseph Myers  <joseph@codesourcery.com>
5578
5579         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle passing
5580         decimal floating-point values in GPRs for soft-float.
5581         (do_ppc_sysv_return_value): Handle returning decimal
5582         floating-point values in GPRs for soft-float.
5583
5584 2008-06-26  Vladimir Prus  <vladimir@codesourcery.com>
5585
5586         * target.c (target_read_until_error): New.
5587         * target.h (target_read_until_error): Declare.
5588         * mi/mi-main.c (mi_cmd_data_read_memory): Use
5589         target_read_until_error.
5590
5591 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5592
5593         Fix a memory leak found by Hui Zhu <teawater@gmail.com>.
5594         * c-exp.y (parse_number): Move the S and SAVED_CHAR initialization
5595         after the DECFLOAT detection to fix a memory leak.  Remove the
5596         redundant NUM initialization.  Protect the DECFLOAT detection memory
5597         access before the P block.  Restore the P memory content for the
5598         DECFLOAT detection.
5599
5600 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
5601
5602         Kill the return value for all MI command functions.
5603         * mi/mi-cmds.h (enum mi_cmd_result): Remove.
5604         (mi_cmd_argv_ftype): Change return type to void.
5605
5606         * mi/mi-main.c: Adjust all function that implement
5607         MI commands to return nothing.
5608         (struct captured_mi_execute_command_actions):
5609         Remove the rc field.
5610         (mi_cmd_execute): Return nothing.
5611         (mi_execute_async_cli_command): Return nothing.
5612         (mi_cmd_exec_interrupt): Don't print ^done here.
5613         (mi_cmd_target_select): Don't print ^connected here.
5614         (captured_mi_execute_command): Don't check for MI_CMD_DONE.
5615         Special-case -target-select and output ^connected, not ^done.
5616
5617         * mi/mi-cmd-break.c: Adjust.
5618         * mi/mi-cmd-disas.c: Adjust.
5619         * mi/mi-cmd-env.c: Adjust.
5620         * mi/mi-cmd-file.c: Adjust.
5621         * mi/mi-cmd-stack.c: Adjust.
5622         * mi/mi-cmd-target.c: Adjust.
5623         * mi/mi-cmd-var.c: Adjust.
5624         * mi/mi-interp.c: Adjust.
5625         * mi/mi-symbol-cmds.c: Adjust.
5626
5627 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
5628
5629         Emit ^running via observer.
5630         * mi/mi-interp.c (mi_cmd_interpreter_exec): Do no print
5631         ^running here.
5632         (mi_on_resume): Print ^running if not previously output.
5633         * mi/mi-main.c (running_result_record_printed): New.
5634         (captured_mi_execute_command): Reset
5635         running_result_record_printed.  Use running_result_record_printed
5636         to decide if we should skip ^done.
5637         (mi_execute_async_cli_command): Don't print ^running here.
5638         * mi/mi-main.h (current_token, running_result_record_printed):
5639         Declare.
5640
5641 2008-06-24  Michael Snyder  <msnyder@specifix.com>
5642
5643         * infrun.c (_initialize_infrun): White space and typo fix.
5644
5645 2008-06-23  Christopher Faylor  <me.gdb.changelog@cgf.cx>
5646
5647         * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
5648         (do_initial_win32_stuff): Fix problem with inability to set breakpoints
5649         when first loading DLL with "dll" command.
5650
5651 2008-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5652
5653         * gnu-nat.c (proc_string): Use capital T for "Thread".
5654
5655 2008-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5656
5657         * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".
5658
5659 2008-06-18  Joel Brobecker  <brobecker@adacore.com>
5660
5661         * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
5662         the target cannot run.
5663
5664 2008-06-18  Joel Brobecker  <brobecker@adacore.com>
5665
5666         * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
5667         we're attaching to a running process.
5668
5669 2008-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
5670
5671         * win32-nat.c (handle_load_dll): Give dll name and load address
5672         if debug_events is on.
5673         (handle_unload_dll): Likewise.
5674
5675 2008-06-14  Vladimir Prus  <vladimir@codesourcery.com>
5676
5677         Don't suppress *running when doing finish.
5678         * infcall.c (call_function_by_hand): Set both
5679         suppress_resume_observer and suppress_stop_observer.
5680         * infcmd.c (suppress_run_stop_observers): Split into...
5681         (suppress_resume_observer, suppress_stop_observer): ...those.
5682         (finish_command_continuation): Clear suppress_stop_observer.
5683         (finish_command): Set suppress_stop_observer.
5684         * inferior.h (suppress_run_stop_observers): Split into...
5685         (suppress_resume_observer, suppress_stop_observer): ...those.
5686         * infrun.c (normal_stop): Check for suppress_stop_observer.
5687         * thread.c (set_running): Check for suppress_resume_observer.
5688
5689 2008-06-12  Pedro Alves  <pedro_alves@portugalmail.pt>
5690             Pierre Muller  <muller@ics.u-strasbg.fr>
5691
5692         * gdbarch.sh (gdbarch_skip_main_prologue): New.
5693         * gdbarch.h, gdbarch.c: Regenerate.
5694         * i386-tdep.h (i386_skip_main_prologue): Declare.
5695         * i386-tdep.c (i386_skip_main_prologue): New.
5696         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Register
5697         i386_skip_main_prologue as gdbarch_skip_main_prologue gdbarch callback.
5698         * symtab.c (find_function_start_sal): When pc points at the "main"
5699         function, call gdbarch_skip_main_prologue.
5700
5701 2008-06-11  Daniel Jacobowitz  <dan@codesourcery.com>
5702
5703         * value.c (value_primitive_field): Fetch lazy register values.
5704
5705 2008-06-11  Pedro Alves  <pedro@codesourcery.com>
5706
5707         * NEWS: Mention support removal of undocumented S AA p PID stop
5708         reply packet.
5709
5710         * remote.c (remote_wait): Remove undocumented S AA p PID support.
5711
5712 2008-06-10  Stan Shebs  <stan@codesourcery.com>
5713
5714         * MAINTAINERS: Update my affiliation and address.
5715
5716 2008-06-10  Andreas Schwab  <schwab@suse.de>
5717
5718         * top.c (print_gdb_version): Don't print final newline.
5719
5720 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5721
5722         Implement *running.
5723         * Makefile.in: Update dependencies.
5724         * gdbthread.h (struct thread_info): New field
5725         running_.
5726         (set_running, is_running): New.
5727         * thread.c (set_running, is_running): New.
5728         * inferior.h (suppress_normal_stop_observer): Rename to...
5729         (suppress_run_stop_observers): ..this.
5730         * infcmd.c (suppress_normal_stop_observer): Rename to...
5731         (suppress_run_stop_observers): ..this.
5732         (finish_command_continuation, finish_command): Adjust.
5733         * infcall.c (call_function_by_hand): Adjust.
5734         * infrun.c (normal_stop): Call set_running.
5735         * target.c (target_resume): New.  Call set_running.
5736         * target.h (target_resume): Convert from macro to
5737         a function.
5738
5739         * mi/mi-interp.c (mi_on_resume): New.
5740         (mi_interpreter_init): Register mi_on_resume.
5741
5742 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5743
5744         Use observers to report stop events in MI.
5745         * mi/mi-interp.c (mi_on_normal_stop): New.
5746         (mi_interpreter_init): Register mi_on_normal_stop.
5747         (mi_interpreter_exec_continuation): Remove.
5748         (mi_cmd_interpreter_exec): Don't register the above.
5749         * mi/mi-main.c (captured_mi_execute_command): Don't care
5750         about sync_execution.
5751         (mi_execute_async_cli_command): Don't install continuation.  Don't
5752         print *stopped.
5753         (mi_exec_async_cli_cmd_continuation): Remove.
5754
5755 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5756
5757         Suppress normal stop observer when it's problematic.
5758         * inferior.h (suppress_normal_stop_observer): New.
5759         * infcall.c (call_function_by_hand): Disable stop events when
5760         doing function calls.
5761         * infmcd.c (suppress_normal_stop_observer): New.
5762         (finish_command_continuation): Call normal_stop observer
5763         explicitly.
5764         (finish_command): Disable stop events inside proceed.
5765         * infrun.c (normal_stop): Don't call normal stop observer if
5766         suppressed of if multi-step is in progress.
5767
5768 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5769
5770         Remove stale code.
5771         * infrun.c (finish_command): Don't pass cleanup
5772         to continuation.
5773         (finish_command_continuation): Don't grab cleanup from
5774         the passed data, as we don't use, and cannot, use it anyway.
5775
5776 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5777
5778         Introduce common cleanup for restoring integers.
5779         * defs.h (make_cleanup_restore_integer): New declaration.
5780         (struct cleanup): New field free_arg.
5781         (make_my_cleanup_2): New.
5782         * utils.c (restore_integer_closure, restore_integer)
5783         (make_cleanup_restore_integer): New.
5784         (make_my_cleanup): Initialize the free_arg field and
5785         renamed to make_my_cleanup_2.
5786         (do_my_cleanups): Call free_arg.
5787         (discard_cleanups): Call free_arg.
5788         * breakpoint.c (restore_always_inserted_mode): Remove.
5789         (update_breakpoints_after_exec): Use make_cleanup_restore_integer.
5790
5791 2008-06-09  Doug Evans  <dje@google.com>
5792
5793         * remote.c (remote_wait): Include beginning of malformed packet
5794         in error output.
5795
5796 2008-06-09  Tom Tromey  <tromey@redhat.com>
5797
5798         * completer.c (complete_line): Don't special-case
5799         expression_completer.
5800         (expression_completer): Only pass last word to
5801         location_completer.
5802         * c-exp.y (yylex): Check 'token', not 'operator'.
5803
5804 2008-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
5805
5806         * configure.ac (build_warnings): Add -Wno-format for mingw.
5807         * configure: Regenerated.
5808
5809 2008-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
5810
5811         * NEWS: Make indentation consistent.  Move exec tracing entry out
5812         of remote packet list.
5813
5814 2008-06-06  Tom Tromey  <tromey@redhat.com>
5815
5816         * value.h (evaluate_subexpression_type, extract_field_op):
5817         Declare.
5818         * printcmd.c (_initialize_printcmd): Use expression_completer for
5819         'p', 'inspect', 'call'.
5820         * parser-defs.h (parse_field_expression): Declare.
5821         * parse.c: Include exceptions.h.
5822         (in_parse_field, expout_last_struct): New globals.
5823         (mark_struct_expression): New function.
5824         (prefixify_expression): Return int.
5825         (prefixify_subexp): Return int.  Use expout_last_struct.
5826         (parse_exp_1): Update.
5827         (parse_exp_in_context): Add 'out_subexp' argument.  Handle
5828         in_parse_field.
5829         (parse_field_expression): New function.
5830         * expression.h (parse_field_expression): Declare.
5831         (in_parse_field): Likewise.
5832         * eval.c (evaluate_subexpression_type): New function.
5833         (extract_field_op): Likewise.
5834         * completer.h (expression_completer): Declare.
5835         * completer.c (expression_completer): New function.
5836         (count_struct_fields, add_struct_fields): New functions.
5837         * c-exp.y (yyparse): Redefine.
5838         (COMPLETE): New token.
5839         (exp): New productions.
5840         (saw_name_at_eof, last_was_structop): New globals.
5841         (yylex): Return COMPLETE when needed.  Recognize in_parse_field.
5842         (c_parse): New function.
5843         * breakpoint.c (_initialize_breakpoint): Use expression_completer
5844         for watch, awatch, and rwatch.
5845         * Makefile.in (parse.o): Depend on exceptions_h.
5846
5847 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
5848
5849         PR gdb/1147
5850         * gdb/valopts.c (find_overload_match): Handle references
5851         to pointers.
5852
5853 2008-06-06  Paul N. Hilfinger  <hilfinger@adacore.com>
5854
5855         * ada-lang.c (ada_value_assign): Correct big-endian case to take into
5856         account the bitsize of the 'from' operand.
5857
5858 2008-06-06  Pedro Alves  <pedro@codesourcery.com>
5859
5860         * annotate.h (annotate_thread_changed): Declare.
5861
5862 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
5863
5864         * annotate.c (annotate_thread_changed): New function.
5865         * thread.c (thread_command) : Use it.
5866         * infrun.c (normal_stop): Use it.
5867
5868 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
5869             Nathan Sidwell  <nathan@codesourcery.com>
5870             Joseph Myers  <joseph@codesourcery.com>
5871
5872         * acinclude.m4: Include ../config/acx.m4.
5873         * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
5874         * configure, config.in: Regenerate.
5875         * main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting
5876         address.
5877         * top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO.
5878
5879 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
5880
5881         Replace 'target async' by 'maintenance set remote-async' and
5882         'target remote' combination.
5883
5884         * remote.c (remote_async_wait): Merge into remote_wait, and
5885         remove.
5886         (remote_async_permitted, remote_async_permitted_set): New
5887         variables.
5888         (set_maintenance_remote_async_permitted)
5889         (show_maintenance_remote_async_permitted): New functions.
5890         (remote_async_ops, extended_async_remote_ops): Delete.
5891         (remote_async_open, extended_remote_async_open): Delete.
5892         (remote_open_1): Drop async_p parameter.  Update callers.  Replace
5893         async_p with remote_async_permitted checks.
5894         (extended_async_remote_attach): Delete.
5895         (remote_resume, remote_async_resume): Merge and leave remote_resume.
5896         (remote_async_terminal_inferior): Rename to...
5897         (remote_terminal_inferior): ... this, and add
5898         remote_async_termitted check.
5899         (remote_async_terminal_ours): Rename to...
5900         (remote_terminal_ours): ... this, and add remote_async_termitted
5901         check.
5902         (remote_wait, remote_async_wait): Merge and leave remote_wait
5903         only.
5904         (remote_kill, remote_async_kill): Merge and leave remote_kill
5905         only.
5906         (remote_async_mourn, extended_async_remote_mourn): Delete.
5907         (extended_remote_create_inferior_1): Drop async_p parameter.
5908         Update callers.  Always use extended_remote_ops.
5909         (extended_remote_async_create_inferior): Delete.
5910         (remote_return_zero): Delete.
5911         (init_remote_ops): Register remote_can_async_p, remote_async,
5912         remote_async_mask, remote_terminal_inferior and
5913         remote_terminal_ours.
5914         (remote_can_async_p, remote_is_async_p): Check for
5915         remote_async_permitted.
5916         (init_remote_async_ops, init_extended_async_remote_ops): Remove.
5917         (set_remote_cmd): Don't add async and extended-async targets.
5918         (_initialize_remote): Add set/show remote-async maintenance
5919         commands.
5920
5921 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
5922
5923         * remote.c (kill_kludge): Delete.
5924         (remote_wait, remote_async_wait): Don't set it.
5925         (remote_kill, remote_async_kill): Don't do anything with it.
5926
5927 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
5928
5929         * linux-thread-db.c (thread_db_wait): Don't trim event ptid.
5930
5931 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
5932
5933         * bcache.c (bcache_data): Call deprecated_bcache_added function.
5934         (deprecated_bcache_added): New function name. Body of function
5935         bcache_data is used here with the addition of 'added' argument.
5936         * bcache.h (deprecated_bcache_added): New function.
5937         * symfile.c (add_psymbol_to_bcache): New helper function, takes part of
5938         work from add_psymbol_to_list - initialises partial symbol and stashes
5939         it in objfile's cache.
5940         (append_psymbol_to_list): New helper function, takes other part of
5941         work from add_psymbol_to_list - adds partial symbol to the given list.
5942         (add_psymbol_to_list): Call helper functions instead of doing work
5943         here. If adding to global list, do not duplicate partial symbols in the
5944         partial symtab.
5945
5946 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
5947
5948         * breakpoint.c (print_exception_catchpoint): Put 'exception' back to
5949         'exception caught|thrown' message.
5950
5951 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5952
5953         * Makefile.in: Update dependencies.
5954         * dwarf2expr.c: New include "gdb_assert.h".
5955         (new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH.
5956         (dwarf_expr_eval): Sanity check the RECURSION_DEPTH count.
5957         (execute_stack_op): Error out on too large RECURSION_DEPTH.
5958         Increase/decrease RECURSION_DEPTH around the function.
5959
5960 2008-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
5961
5962         * remote.c (get_offsets): Handle a single segment.
5963         * symfile.c (symfile_map_offsets_to_segments): Allow more bases
5964         than segments.
5965
5966 2008-06-03  Daniel Jacobowitz  <dan@codesourcery.com>
5967
5968         * solib-svr4.c (struct lm_info): Add lm_addr.
5969         (main_lm_addr): New.
5970         (svr4_default_sos): Set lm_addr.
5971         (svr4_current_sos): Set lm_addr and main_lm_addr.
5972         (svr4_fetch_objfile_link_map): Rewrite.
5973         (svr4_clear_solib): Clear main_lm_addr.
5974
5975 2008-06-03  Michael Snyder  <msnyder@redhat.com>
5976             Joseph Myers  <joseph@codesourcery.com>
5977
5978         * mips-tdep.c (mips_eabi_return_value): Replace stub that always
5979         returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
5980
5981 2008-06-02  Roman Zippel <zippel@linux-m68k.org>
5982
5983         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Fix incorrect test.
5984
5985 2008-06-02  Roman Zippel <zippel@linux-m68k.org>
5986
5987         * m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.
5988
5989 2008-06-01  Joel Brobecker  <brobecker@adacore.com>
5990
5991         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Do not
5992         treat pointers in data space as function descriptors if the
5993         target address is also in the data space.
5994
5995 2008-05-30  Joel Brobecker  <brobecker@adacore.com>
5996
5997         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
5998         the trad-frame register value for the SP register.
5999
6000 2008-05-29  Mark Kettenis  <kettenis@gnu.org>
6001
6002         * sparcnbsd-tdep.c, sparcobsd-tdep.c: Update for unwinder changes.
6003
6004 2008-05-28  Joel Brobecker  <brobecker@adacore.com>
6005
6006         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Improve the heuristic
6007         that identifies function descriptors outside of the .opd section.
6008
6009 2008-05-28  Aleksandar Ristovski  <aristovski@qnx.com>
6010
6011         * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for
6012         temporary catchpoints.  In MI add missing fields 'reason', 'disp',
6013         'bkptno'.
6014         (print_mention_exception_catchpoint): Add 'Temporary' for temporary
6015         catchpoints.
6016         (handle_gnu_v3_exceptions): Use tempflag.
6017
6018 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
6019
6020         Refactor varobj_update interface.
6021         * varobj.c (varobj_update): Report changes as vector.  Also
6022         return not just a list of varobj, but a list of special structures
6023         that tell what exactly has changed.
6024         * varobj.h (enum varobj_update_error): Rename to
6025         varobj_scope_status.
6026         (struct varobj_update_result_t): New.
6027         (varobj_update): Adjust prototype.
6028         * mi/mi-cmd-var.c: Adjust for changes.
6029
6030 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
6031
6032         * varobj.c (varobj_update): Fix comment typo.
6033         Fix indentation.
6034
6035 2008-05-26  Joel Brobecker  <brobecker@adacore.com>
6036
6037         Set the symtab field of symbols read from ECOFF debugging entries.
6038         * mdebugread.c (add_symbol): Add new parameter symtab.
6039         (parse_symbol): Update calls to add_symbol throughout.
6040
6041 2008-05-27  Andreas Schwab  <schwab@suse.de>
6042
6043         * symtab.h (enum address_class): Remove LOC_REGPARM and
6044         LOC_COMPUTED_ARG.
6045         (struct symbol): Add is_argument.
6046         (SYMBOL_IS_ARGUMENT): Define.
6047
6048         * ada-lang.c (ada_add_block_symbols): Use SYMBOL_IS_ARGUMENT.
6049         * buildsym.c (finish_block): Likewise.
6050         * stack.c (print_frame_args, print_block_frame_locals)
6051         (print_frame_arg_vars): Likewise.
6052         * symtab.c (lookup_block_symbol): Likewise.
6053         * tracepoint.c (add_local_symbols): Likewise.
6054         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6055
6056         * coffread.c (process_coff_symbol): Set SYMBOL_IS_ARGUMENT.
6057         * dwarf2read.c (new_symbol): Likewise.
6058         * mdebugread.c (parse_symbol): Likewise.
6059         * stabsread.c (define_symbol): Likewise.
6060
6061         * ada-exp.y (select_possible_type_sym): Don't handle LOC_REGPARM
6062         and LOC_COMPUTED_ARG.
6063         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
6064         * ax-gdb.c (gen_var_ref): Likewise.
6065         * eval.c (evaluate_subexp_for_address): Likewise.
6066         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6067         * m2-exp.y (yylex): Likewise.
6068         * printcmd.c (address_info): Likewise.
6069         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6070         * tracepoint.c (collect_symbol, scope_info): Likewise.
6071
6072 2008-05-24  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
6073
6074         * gdbarch.sh: Added new gdbarch struct
6075         core_regset_sections.
6076         * gdbarch.c: Refreshed.
6077         * gdbarch.h: Refreshed.
6078         * regset.h (core_regset_section): Declared.
6079         * linux-nat.c (linux_nat_do_thread_registers): Added
6080         support for the new gdbarch struct core_regset_sections.
6081         * utils.c (host_address_to_string): New function.
6082         * defs.h (host_address_to_string): New prototype.
6083         * i386-linux-tdep.c (i386_regset_rections): New register
6084         sections list for i386.
6085           (i386_linux_init_abi): Initialized new gdbarch struct
6086           core_regset_sections.
6087         * Makefile.in: Updated to reflect dependency changes.
6088         * ppc-linux-tdep.c (ppc_regset_sections): Register
6089         sections list for ppc.
6090           (ppc_linux_init_abi): Initialized new gdbarch struct
6091           core_regset_sections
6092
6093 2008-05-24  Andreas Schwab  <schwab@suse.de>
6094
6095         * linespec.c (decode_objc): Save current language around call to
6096         get_selected_block.
6097
6098 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
6099
6100         * valprint.h (get_array_bounds): Renames get_array_low_bound.
6101         * valprint.c (get_array_bounds): Renames get_array_low_bound.
6102         Return the proper bound value if the array index type is an
6103         enumerated type. Compute the high bound if requested.
6104         (val_print_array_elements): Handle the case when the array
6105         element has a null size.
6106         * ada-valprint.c (print_optional_low_bound): Add handling
6107         for empty arrays or arrays of zero-size elements.
6108         (ada_val_print_array): New function, extracted out from
6109         ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
6110         handle empty arrays and arrays of zero-size elements.
6111         (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
6112         code by call to ada_val_print_array.
6113         (ada_value_print): Remove handling of null array.  The handling
6114         was incomplete and is now better handled by ada_val_print_array.
6115
6116 2008-05-23 Markus Deuling  <deuling@de.ibm.com>
6117
6118         * annotate.c (annotate_source, annotate_frame_begin): Replace
6119         deprecated_print_address_numeric with paddress.
6120         * cli/cli-cmds.c (list_command, edit_command): Likewise.
6121         * tui/tui-stack.c (tui_make_status_line): Likewise.
6122
6123         * defs.h (deprecated_print_address_numeric): Remove.
6124         * printcmd.c (deprecated_print_address_numeric): Remove.
6125         * maint.c (maint_print_section_info): Fix comment.
6126
6127 2008-05-23 Markus Deuling  <deuling@de.ibm.com>
6128
6129         * valprint.c (print_hex_chars, print_octal_chars, print_decimal_chars,
6130         print_binary_chars, print_char_chars): Add byte_order parameter and
6131         replace gdbarch_byte_order.
6132         (print_decimal_chars): Replace START_P, NOT_END_P and NEXT_P by their
6133         expressions and remove them.  Remove unused TWO_TO_FOURTH.
6134         (val_print_type_code_int): Introduce gdbarch_byte_order to get at the
6135         endianness.  Update call to print_hex_chars.
6136         * valprint.h (print_hex_chars, print_octal_chars, print_decimal_chars,
6137         print_binary_chars, print_char_chars): Add byte_order parameter.
6138         * printcmd.c (print_scalar_formatted): Introduce gdbarch_byte_order to
6139         get at the endianness.  Update print_*_char calls to use byte_order.
6140
6141 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
6142
6143         * symtab.h (struct symbol): Make "aux_value" member a void pointer
6144         instead of a union.
6145         (SYMBOL_LOCATION_BATON): Update.
6146
6147 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
6148
6149         * symtab.h (enum address_class): Remove LOC_BASEREG and
6150         LOC_BASEREG_ARG.
6151         (struct symbol): Remove "basereg" member of "aux_value" union.
6152         (SYMBOL_BASEREG): Remove.
6153
6154         * ada-exp.y (select_possible_type_sym): Do not handle LOC_BASEREG
6155         or LOC_BASEREG_ARG.
6156         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
6157         (ada_add_block_symbols): Likewise.
6158         * ax-gdb.c (gen_var_ref): Likewise.
6159         * buildsym.c (finish_block): Likewise.
6160         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6161         * m2-exp.y (yylex): Likewise.
6162         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6163         * printcmd.c (address_info): Likewise.
6164         * stack.c (print_frame_args, print_block_frame_locals): Likewise.
6165         (print_frame_arg_vars): Likewise.
6166         * symmisc.c (print_symbol): Likewise.
6167         * symtab.c (lookup_block_symbol): Likewise.
6168         * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
6169         (scope_info): Likewise.
6170
6171 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
6172
6173         * symtab.h (enum address_class): Remove LOC_LOCAL_ARG.
6174
6175         * ada-exp.y (select_possible_type_sym): Do not handle LOC_LOCAL_ARG.
6176         * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
6177         (ada_add_block_symbols): Likewise.
6178         * ax-gdb.c (gen_var_ref): Likewise.
6179         * buildsyms.c (finish_block): Likewise.
6180         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6181         * m2-exp.y (yylex): Likewise.
6182         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6183         * printcmd.c (address_info): Likewise.
6184         * stack.c (print_frame_args, print_frame_arg_vars): Likewise.
6185         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6186         * symtab.c (lookup_block_symbol): Likewise.
6187         * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
6188         (scope_info): Likewise.
6189
6190 2008-05-22  Ulrich Weigand  <uweigand@de.ibm.com>
6191
6192         * symtab.h (enum address_class): Remove LOC_INDIRECT and
6193         LOC_HP_THREAD_LOCAL_STATIC.
6194
6195         * findvar.c (symbol_read_needs_frame, read_var_value): Do not
6196         handle LOC_INDIRECT or LOC_HP_THREAD_LOCAL_STATIC.
6197         (read_var_value): Likewise.
6198         * buildsym.c (finish_block): Likewise.
6199         * objfiles.c (objfile_relocate): Likewise.
6200         * printcmd.c (address_info): Likewise.
6201         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6202         * tracepoint.c (scope_info): Likewise.
6203
6204 2008-05-21 Markus Deuling  <deuling@de.ibm.com>
6205            Maxim Grigoriev  <maxim2405@gmail.com>
6206
6207         * xtensa-tdep.c (xtensa_read_register): Remove.
6208         (xtensa_frame_cache): Get rid of xtensa_read_register. Pass extra
6209         argument litbase to call0_frame_cache().
6210         (call0_track_op, call0_analyze_prologue)
6211         (call0_frame_cache): Use extra argument litbase.
6212
6213 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6214
6215         * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
6216
6217 2008-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
6218
6219         * frame.h (SIZEOF_FRAME_SAVED_REGS): Remove.
6220
6221 2008-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
6222
6223         * alpha-mdebug-tdep.c: Include "trad-frame.h".
6224         (struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
6225         struct trad_frame_saved_reg *.
6226         (alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
6227         trad_frame_alloc_saved_regs.  Update accesses.  Record previous
6228         value of SP as being vfp.
6229         (alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
6230         * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
6231
6232 2008-05-21  Markus Deuling  <deuling@de.ibm.com>
6233
6234         * score-tdep.c (score_print_insn): Get the current endianess from
6235         disassemble_info instead of gdbarch_byte_order.
6236
6237 2008-05-21  Pedro Alves  <pedro@codesourcery.com>
6238
6239         * frame.c (get_prev_frame_1): Build frame id before setting
6240         this_frame->prev_p, not after.
6241
6242 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6243
6244         * annotate.c (annotate_new_thread): New function for new-thread
6245         annotation.
6246         * annotate.h: (annotate_new_thread): New extern.
6247         * thread.c (add_thread_with_info): Use it.
6248         * Makefile.in (thread.o): Add dependency on annotate.h.
6249
6250 2008-05-20  Joel Brobecker  <brobecker@adacore.com>
6251
6252         * win32-nat.c (win32_wait): Block the control-c event while
6253         waiting for a debug event.
6254
6255 2008-05-19  Pedro Alves  <pedro@codesourcery.com>
6256
6257         * symtab.h (lookup_symbol_in_language): Update comment.
6258         * symtab.c (lookup_symbol_aux_block): Update comment.
6259         * ada-lang.c (ada_lookup_symbol_list): Update comment.
6260
6261 2008-05-19  Ulrich Weigand  <uweigand@de.ibm.com>
6262
6263         * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
6264         (lookup_symbol): Likewise.
6265         * symtab.c (lookup_symbol_in_language): Remove SYMTAB parameter.
6266         (lookup_symbol): Likewise.
6267         (search_symbols): Update.
6268
6269         * linespec.c (find_methods, collect_methods): Update.
6270         (add_matching_methods, add_constructors): Update.
6271         (decode_compound, decode_dollar, decode_variable): Update.
6272         (lookup_prefix_sym): Update.
6273
6274         (symbol_found): Remove SYM_SYMTAB parameter.
6275         Use SYMBOL_SYMTAB (sym) instead.
6276
6277         * gdbtypes.c (lookup_typename): Update.
6278         (lookup_struct, lookup_union, lookup_enum): Update.
6279         (lookup_template_type): Update.
6280         (check_typedef): Update.
6281         * language.c (lang_bool_type): Update.
6282         * mdebugread.c (parse_procedure): Update.
6283         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6284         * parse.c (write_dollar_variable): Update.
6285         * printcmd.c (address_info): Update.
6286         * source.c (select_source_symtab): Update.
6287         * stack.c (print_frame_args, print_frame_arg_vars): Update.
6288         * valops.c (find_function_in_inferior): Update.
6289         (value_struct_elt_for_reference): Update.
6290         * value.c (value_static_field, value_fn_field): Update.
6291
6292         * alpha-mdebug-tdep.c (find_proc_desc): Update.
6293         * arm-tdep.c (arm_skip_prologue): Update.
6294         * mt-tdep.c (mt_skip_prologue): Update.
6295         * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
6296
6297         * ada-lang.h (struct ada_symbol_info): Remove SYMTAB member.
6298         * ada-lang.c (ada_add_block_symbols): Remove SYMTAB parameter.
6299         (add_defn_to_vec): Likewise.
6300         (ada_add_block_symbols): Likewise.
6301         (lookup_cached_symbol, cache_symbol): Likewise.
6302         (standard_lookup): Update.
6303         (ada_lookup_symbol_list): Update.
6304
6305         * c-valprint.c (c_val_print): Update.
6306         * cp-support.c (cp_lookup_rtti_type): Update.
6307         * jv-lang.c (java_lookup_class, get_java_object_type): Update.
6308         * objc-lang.c (lookup_struct_typedef, find_imps): Update.
6309         * p-valprint.c (pascal_val_print): Update.
6310         * scm-lang.c (scm_lookup_name): Update.
6311
6312         * c-exp.y: Update.
6313         * f-exp.y: Update.
6314         * jv-exp.y: Update.
6315         * m2-exp.y: Update.
6316         * objc-exp.y: Update.
6317         * p-exp.y: Update.
6318
6319 2008-05-19  Ulrich Weigand  <uweigand@de.ibm.com>
6320
6321         * language.h (struct language_defn): Remove SYMTAB parameter from
6322         la_lookup_symbol_nonlocal callback function pointer.
6323
6324         * ada-lang.h (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
6325         (ada_lookup_encoded_symbol): Likewise.
6326         * ada-lang.c (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
6327         Always call fixup_symbol_section.
6328         (ada_lookup_symbol): Remove SYMTAB parameter.
6329         (ada_lookup_symbol_nonlocal): Likewise.
6330         * ada-exp.y (write_object_renaming): Update.
6331         (find_primitive_type): Likewise.
6332
6333         * cp-support.h (cp_lookup_symbol_nonlocal): Remove SYMTAB parameter.
6334         (cp_lookup_symbol_namespace): Likewise.
6335         * cp-namespace.c (lookup_namespace_scope): Remove SYMTAB parameter.
6336         (lookup_symbol_file): Likewise.
6337         (lookup_possible_namespace_symbol): Likewise.
6338         (cp_lookup_symbol_nonlocal): Likewise.
6339         (cp_lookup_symbol_namespace): Likewise.
6340         (cp_lookup_nested_type): Update.
6341
6342         * scm-valprint.c (scm_inferior_print): Update.
6343         * valops.c (value_maybe_namespace_elt): Update.
6344
6345         * solist.h (struct target_so_ops): Remove SYMTAB parameter from
6346         lookup_lib_global_symbol callback function pointer.
6347         (solib_global_lookup): Remove SYMTAB parameter.
6348         * solib.c (solib_global_lookup): Remove SYMTAB parameter.
6349         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6350
6351         * symtab.h (basic_lookup_symbol_nonlocal): Remove SYMTAB parameter.
6352         (lookup_symbol_static): Likewise.
6353         (lookup_symbol_global): Likewise.
6354         (lookup_symbol_aux_block): Likewise.
6355         (lookup_global_symbol_from_objfile): Likewise.
6356         * symtab.c (lookup_symbol_aux): Remove SYMTAB parameter.
6357         (lookup_symbol_aux_local): Likewise.
6358         (lookup_symbol_aux_block): Likewise.
6359         (lookup_symbol_aux_symtabs): Likewise.
6360         (lookup_symbol_aux_psymtabs): Likewise.
6361         (lookup_global_symbol_from_objfile): Likewise.
6362         (basic_lookup_symbol_nonlocal): Likewise.
6363         (lookup_symbol_static): Likewise.
6364         (lookup_symbol_global): Likewise.
6365
6366         (lookup_symbol_in_language): Do not pass SYMTAB to lookup_symbol_aux.
6367
6368 2008-05-17  Pedro Alves  <pedro@codesourcery.com>
6369
6370         * remote.c (init_extended_remote_ops): Fix typo.
6371
6372 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
6373
6374         * NEWS: Mention new DICOS x86 target configuration.
6375
6376 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
6377             Ulrich Weigand  <uweigand@de.ibm.com>
6378
6379         * minsyms.c (lookup_minimal_symbol_by_pc_name): New function.
6380         * symtab.h (lookup_minimal_symbol_by_pc_name): Add prototype.
6381
6382         * symtab.c (fixup_section): Remove prototype.  Add ADDR parameter;
6383         use it instead of ginfo->value.address.  Look up minimal symbol by
6384         address and name.  Assume OBJFILE is non-NULL.
6385         (fixup_symbol_section): Ensure we always have an objfile to look
6386         into.  Extract and pass to fixup_section the symbol's address that
6387         will match the minimal symbol's address.
6388         (fixup_psymbol_section): Likewise.
6389
6390         (find_pc_sect_psymtab): Fall back to non-addrmap case when debugging
6391         overlays and the addrmap returned the wrong section.
6392
6393         * dwarf2read.c (var_decode_location): Set SYMBOL_CLASS before
6394         calling fixup_symbol_section.
6395
6396 2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
6397
6398         * minsyms.c: Include "target.h".
6399         (find_solib_trampoline_target): Handle minimal symbols pointing
6400         to function descriptors as well.
6401         * Makefile.in (minsyms.o): Update dependencies.
6402
6403         * ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
6404         (ppc64_standard_linkage1): ... this.  Fix optional instructions.
6405         (PPC64_STANDARD_LINKAGE_LEN): Rename to ...
6406         (PPC64_STANDARD_LINKAGE1_LEN): ... this.
6407         (ppc64_standard_linkage2, ppc64_standard_linkage3): New.
6408         (PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
6409         (ppc64_standard_linkage_target): Rename to ...
6410         (ppc64_standard_linkage1_target): ... this.
6411         (ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
6412         (ppc64_skip_trampoline_code): Support three variants of standard
6413         linkage stubs.  Call find_solib_trampoline_target to handle
6414         glink stubs.
6415
6416 2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
6417
6418         * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
6419         ppc64_sysv_abi_adjust_breakpoint_address.
6420         * ppc-sysv-tdep.c (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
6421         * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
6422
6423 2008-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
6424
6425         * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Remove.
6426         (ppc_linux_init_abi): Install find_solib_trampoline_target instead
6427         of ppc_linux_skip_trampoline_code.
6428
6429 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6430
6431         * gdbarch.sh: Delete dwarf_reg_to_regnum.
6432         * gdbarch.c, gdbarch.h: Regenerated.
6433         * amd64-tdep.c, arm-tdep.c, h8300-tdep.c, hppa-linux-tdep.c,
6434         hppa-tdep.c, i386-tdep.c, m32c-tdep.c, m68k-tdep.c, mips-tdep.c,
6435         s390-tdep.c, xtensa-tdep.c: Do not set dwarf_reg_to_regnum.
6436
6437 2008-05-15  Pedro Alves  <pedro@codesourcery.com>
6438
6439         * linux-nat.c (trap_ptid): Delete.
6440         (linux_nat_detach, linux_nat_wait, linux_nat_mourn_inferior):
6441         Adjust.
6442         * linux-thread-db.c (thread_db_wait): Adjust.
6443
6444 2008-05-15  Joel Brobecker  <brobecker@adacore.com>
6445
6446         * linespec.c (decode_line_1): Fix a couple of comments.
6447
6448 2008-05-15  Alan Modra  <amodra@bigpond.net.au>
6449
6450         * dbxread.c: Formatting.
6451         (INTERNALIZE_SYMBOL): Init n_other.
6452         (set_namestring): Take pointer to nlist arg rather than struct
6453         copy.  Update all callers.
6454
6455 2008-05-15  Andreas Schwab  <schwab@suse.de>
6456
6457         * Makefile.in (dwarf2loc.o): Remove $(addrmap_h).
6458         (dwarf2read.o): Add $(addrmap_h).
6459
6460 2008-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
6461
6462         * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ...
6463         (ppc64_linux_convert_from_func_ptr_addr): ... to this.  No longer try
6464         to handle ppc32 PLT entries.
6465         (ppc_linux_init_abi): Install ppc64_linux_convert_from_func_ptr_addr
6466         only on ppc64.
6467
6468 2008-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
6469
6470         * elfread.c (elf_symtab_read): Create trampolines for @plt symbols.
6471         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Renamed from
6472         lookup_minimal_symbol_by_pc_section.  Prefer trampolines if requested.
6473         (lookup_minimal_symbol_by_pc_section): Use
6474         lookup_minimal_symbol_by_pc_section_1.
6475         (lookup_solib_trampoline_symbol_by_pc): Likewise.
6476
6477 2008-05-13  Joel Brobecker  <brobecker@adacore.com>
6478
6479         * findcmd.c: Add #include "gdb_stdint.h".
6480         * Makefile.in (findcmd.o): Update dependencies.
6481
6482 2008-05-11  David S. Miller  <davem@davemloft.net>
6483
6484         * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
6485         long double size override, Linux does use 128-bit now.
6486
6487         * sparc-linux-tdep.c (PSR_SYSCALL): Define.
6488         (sparc_linux_write_pc): New function.
6489         (sparc32_linux_init_abi): Register it.
6490         * sparc64-linux-tdep.c (TSTATE_SYSCALL): Define.
6491         (sparc64_linux_write_pc): New function.
6492         (sparc64_linux_init_abi): Register it.
6493
6494         * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
6495         dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
6496
6497 2008-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6498
6499         * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc
6500         and info.tdep_info before calling gdbarch_init_osabi.
6501
6502 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
6503
6504         * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force
6505         the type of the right hand side of the assignment to the type
6506         of the left hand side if the left hand side is a convenience
6507         variable.
6508
6509 2008-05-09  Ulrich Weigand  <uweigand@de.ibm.com>
6510
6511         * NEWS: Mention gdbserver bi-arch capability.
6512
6513 2008-05-09  Doug Evans  <dje@google.com>
6514
6515         New "find" command.
6516         * NEWS: Document find command and qSearch:memory packet.
6517         * Makefile.in (SFILES): Add findcmd.c.
6518         (COMMON_OBJS): Add findcmd.o.
6519         (findcmd.o): New rule.
6520         * findcmd.c: New file.
6521         * target.h (target_ops): New member to_search_memory.
6522         (simple_search_memory): Declare.
6523         (target_search_memory): Declare.
6524         * target.c (simple_search_memory): New fn.
6525         (target_search_memory): New fn.
6526         * remote.c (PACKET_qSearch_memory): New packet kind.
6527         (remote_search_memory): New fn.
6528         (init_remote_ops): Init to_search_memory.
6529         (init_extended_remote_ops): Ditto.
6530         (_initialize_remote): Add qSearch:memory packet config command.
6531
6532 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
6533
6534         * thread.c (_initialize_thread): Don't use commas and periods in
6535         first line of doc string of "set/show print thread-events".
6536
6537 2008-05-08  Joel Brobecker  <brobecker@adacore.com>
6538
6539         * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c:
6540         Update for unwinder changes.
6541
6542 2008-05-08  Joel Brobecker  <brobecker@adacore.com>
6543
6544         * frame.c (get_frame_base_address, get_frame_locals_address)
6545         (get_frame_args_address): Pass the correct frame when calling
6546         frame_base_find_by_frame.
6547
6548 2008-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6549
6550         * remote.c (extended_remote_attach_1): Call target_find_description.
6551
6552 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
6553
6554         * remote.c (extended_remote_create_inferior_1): Clean up
6555         before marking the target running.
6556
6557 2008-05-08  Joel Brobecker  <brobecker@adacore.com>
6558
6559         * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
6560         changes.
6561
6562 2008-05-07  Joel Brobecker  <brobecker@adacore.com>
6563
6564         * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c,
6565         sparc64-sol2-tdep.c: Update for unwinder changes.
6566
6567 2008-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
6568
6569         * cp-support.c (mangled_name_to_comp): Initialize storage.
6570         (unqualified_name_from_comp): Likewise.
6571
6572 2008-05-07  Jie Zhang  <jie.zhang@analog.com>
6573
6574         * remote.c (remote_insert_breakpoint): Call get_remote_state
6575         after gdbarch_breakpoint_from_pc is called.
6576         (remote_insert_hw_breakpoint): Likewise.
6577
6578 2008-05-06  Joel Brobecker  <brobecker@adacore.com>
6579
6580         * valprint.c (val_print): Add new language parameter and use it
6581         instead of using the current_language. Update calls to val_print
6582         throughout.
6583         (common_val_print): Add new langauge parameter and pass it to
6584         val_print.
6585         * value.h (struct language_defn): Add opaque declaration.
6586         (val_print, common_val_print): Update declarations.
6587         * stack.c (print_frame_args): Update call to common_val_print
6588         using the appropriate language.
6589         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6590         * c-valprint, f-valprint.c, m2-valprint.c, mt-tdep.c, infcmd.c,
6591         mi/mi-main.c, jv-valprint.c, ada-valprint.c, varobj.c, p-valprint.c,
6592         scm-valprint.c, cp-valprint.c, sh64-tdep.c, printcmd.c:
6593         #include "language.h" if necessary.
6594         Update calls to val_print and common_val_print.
6595         * Makefile.in (mt-tdep.o, sh64-tdep.o, mi-cmds.o, mi-main.o):
6596         Update dependencies.
6597
6598 2008-05-06  Joel Brobecker  <brobecker@adacore.com>
6599
6600         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses
6601         pointing inside a non-executable section as function descriptors.
6602
6603 2008-05-06  Pedro Alves  <pedro@codesourcery.com>
6604
6605         * inf-loop.c (inferior_event_handler): Run all continuations and
6606         print any language change before running the breakpoint commands.
6607
6608 2008-05-06  Joel Brobecker  <brobecker@adacore.com>
6609
6610         * frame-unwind.c (frame_unwind_got_bytes): New function.
6611         * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
6612         * libunwind-frame.h, libunwind-frame.c, ia64-tdep.c: Update
6613         for unwinder changes.
6614
6615 2008-05-05  Doug Evans  <dje@google.com>
6616
6617         * NEWS: Mention new /m modifier for disassemble command.
6618         * cli/cli-cmds.c (print_disassembly): New function.
6619         (disassemble_current_function): New function
6620         (disassemble_command): Recognize /m modifier, print mixed
6621         source+assembly.
6622         (init_cli_cmds): Update disassemble help text.
6623
6624 2008-05-05  Maxim Grigoriev  <maxim2405@gmail.com>
6625
6626         * xtensa-tdep.c: Update for unwinder changes.
6627
6628 2008-05-05  Andreas Schwab  <schwab@suse.de>
6629
6630         Update m68k port for unwinder changes.
6631         * m68k-tdep.c (m68k_frame_cache): Expect this_frame.
6632         (m68k_frame_this_id, m68k_frame_prev_register): Update signature.
6633         (m68k_frame_unwind): Use default_frame_sniffer.
6634         (m68k_frame_sniffer): Remove.
6635         (m68k_frame_base_address): Expect this_frame.
6636         (m68k_dummy_id): Renamed from m68k_unwind_dummy_id.  Expect
6637         this_frame.
6638         (m68k_gdbarch_init): Use set_gdbarch_dummy_id,
6639         dwarf2_append_unwinders, and frame_unwind_append_unwinder.
6640         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Expect frame_info
6641         parameter instead of pc value.
6642         (m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
6643         Expect this_frame.
6644         (m68k_linux_sigtramp_frame_this_id)
6645         (m68k_linux_sigtramp_frame_prev_register)
6646         (m68k_linux_sigtramp_frame_sniffer): Update signature.
6647         (m68k_linux_sigtramp_frame_unwind): Use
6648         m68k_linux_sigtramp_frame_sniffer.
6649         (m68k_linux_init_abi): Use frame_unwind_append_unwinder.
6650
6651         * m68klinux-nat.c (store_register): Fix typo.
6652
6653 2008-05-05  Pedro Alves  <pedro@codesourcery.com>
6654
6655         * infcmd.c (step_1): Put thread id on the stack to avoid possible
6656         NULL dereferencing.
6657
6658 2008-05-05  Luis Machado  <luisgpm@br.ibm.com>
6659
6660         * symfile.c (reread_symbols): Update objfile's entry point.
6661
6662 2008-05-05  Aleksandar Ristovski  <aristovski@qnx.com>
6663             Joel Brobecker  <brobecker@adacore.com>
6664
6665         * ada-lang.c: Update throughout to use symbol_matches_domain
6666         instead of matching the symbol domain explictly.
6667         * dwarf2read.c (add_partial_symbol): Do not add new psym for
6668         STRUCT_DOMAIN. Make sure you recognize c++ struct and java and ada
6669         class as typedefs. See lookup_partial_symbol function.
6670         (new_symbol): Similar to add_partial_symbol, do not create
6671         symbol for the typedef. See lookup_block_symbol.
6672         * symtab.c (symbol_matches_domain): New function, takes care
6673         of dual meaning of STRUCT_DOMAIN symbol for c++, ada and java.
6674         (lookup_partial_symbol): Use symbol_matches_domain to see if the
6675         found psym domain matches the given domain.
6676         (lookup_block_symbol): Likewise.
6677
6678 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6679
6680         * top.c (command_line_handler_continuation): Remove.
6681         (execute_command): Do not install the above.
6682
6683 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6684
6685         * inf-loop.c (inferior_event_handler): Call bpstat_do_action,
6686         and catch all exceptions from it.
6687         * top.c (command_line_handler_continuation): Don't
6688         call bpstat_do_action here.
6689
6690 2008-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
6691
6692         * dwarf2read.c (struct dwarf2_cu): Add type_hash.
6693         (struct die_info): Remove type.
6694         (read_type_die, read_typedef, read_base_type, read_subrange_type)
6695         (read_structure_type, read_enumeration_type, read_array_type)
6696         (read_tag_pointer_type, read_tag_ptr_to_member_type)
6697         (read_tag_reference_type, read_tag_const_type, read_tag_volatile_type)
6698         (read_tag_string_type, read_subroutine_type, read_set_type)
6699         (read_unspecified_type): Delete prototypes.  Remove check for
6700         already-loaded type.  Return the new type.
6701         (set_die_type): Return the new type.
6702         (reset_die_and_siblings_types): Delete.
6703         (load_comp_unit, load_full_comp_unit): Set type_hash.
6704         (process_queue): Remove call to reset_die_and_siblings_types.
6705         (process_die): Do not read most types here.  Use read_type_die
6706         for others.
6707         (read_func_scope, dwarf2_add_member_fn): Use read_type_die.
6708         (quirk_gcc_member_function_pointer): Return the new type.
6709         (process_structure_scope, process_enumeration_scope): Use
6710         get_die_type and read the DIE's type.
6711         (read_full_die): Do not initialize die->type.
6712         (tag_type_to_type): Use read_type_die.
6713         (read_type_die): Check for already defined types.  Return the
6714         type.
6715         (determine_prefix): Use get_die_type.
6716         (set_die_type): Return the type.
6717         (get_die_type): Take a CU argument.  Check for no type_hash.
6718
6719 2008-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
6720
6721         * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize
6722         locals.
6723
6724 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
6725
6726         * breakpoint.c (update_breakpoints_after_exec): Delete bp_longjmp
6727         and bp_longjmp_resume breakpoints.
6728         (breakpoint_address_is_meaningful): Claim bp_longjmp_resume as
6729         meaningful.
6730         (create_longjmp_breakpoint): Don't create bp_longjmp_resume
6731         breakpoints.  Create bp_longjmp breakpoints as momentary
6732         breakpoints.
6733         (enable_longjmp_breakpoint): Delete.
6734         (set_longjmp_breakpoint): New.
6735         (disable_longjmp_breakpoint): Delete.
6736         (delete_longjmp_breakpoint): New.
6737         (set_longjmp_resume_breakpoint): Delete.
6738         (set_momentary_breakpoint_at_pc): New.
6739         (breakpoint_re_set_one): Don't delete bp_longjmp and
6740         bp_longjmp_resume breakpoints.
6741         (breakpoint_re_set): Don't create longjmp and longjmp-resume
6742         breakpoints.
6743
6744         * infrun.c (step_resume_breakpoint): Add comment.
6745         (struct execution_control_state): Delete handling_longjmp member.
6746         (init_execution_control_state). Don't clear handling_longjmp.
6747         (context_switch): Don't context switch handling_longjmp.
6748         (handle_inferior_event): If handling a bp_longjmp breakpoint,
6749         create a bp_longjmp_resume breakpoint, and set it as current
6750         step_resume_breakpoint, then step over the longjmp breakpoint.  If
6751         handling a bp_longjmp_resume breakpoint, don't delete the longjmp
6752         breakpoint, delete the longjmp-resume breakpoint, and stop
6753         stepping.
6754         (currently_stepping): Remove handling_longjmp from expression.
6755         (insert_step_resume_breakpoint_at_sal): Update comment.
6756         (insert_longjmp_resume_breakpoint): New.
6757
6758         * breakpoint.h (set_momentary_breakpoint_at_pc): Declare.
6759         (enable_longjmp_breakpoint, disable_longjmp_breakpoint): Delete
6760         declarations.
6761         (set_longjmp_breakpoint, delete_longjmp_breakpoint): Declare.
6762         (set_longjmp_resume_breakpoint): Delete declaration.
6763
6764         * gdbthread.h (save_infrun_state): Remove handling_longjmp
6765         parameter.
6766         (load_infrun_state): Delete *handling_longjmp parameter.
6767         * thread.c (save_infrun_state): Remove handling_longjmp parameter.
6768         Update body.
6769         (load_infrun_state): Delete *handling_longjmp parameter.  Update
6770         body.
6771
6772         * infcmd.c (disable_longjmp_breakpoint_cleanup): Delete.
6773         (delete_longjmp_breakpoint_cleanup): New.
6774         (step_1): Call set_longjmp_breakpoint instead of
6775         enable_longjmp_breakpoint.  Use delete_longjmp_breakpoint_cleanup
6776         instead of disable_longjmp_breakpoint_cleanup when making cleanup.
6777         (step_1_continuation): Pass thread id in the continuation args to
6778         step_once.
6779         (step_once): Add thread parameter.  Pass thread id the the
6780         continuation.
6781
6782 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6783
6784         Set CU BASE_ADDRESS already from partial DIEs.
6785         * dwarf2read.c (read_partial_die): New variables BASE_ADDRESS and
6786         BASE_ADDRESS_TYPE.  Set these variables from DW_AT_LOW_PC and
6787         DW_AT_ENTRY_PC.  Set CU->HEADER.BASE_KNOWN and CU->HEADER.BASE_ADDRESS
6788         from these variables if it was still unset.
6789
6790         * Makefile.in: Update dependencies.
6791         * dwarf2read.c: Include "addrmap.h"
6792         (struct dwarf2_cu): New fields RANGES_OFFSET and HAS_RANGES_OFFSET.
6793         (dwarf2_ranges_read): New prototype.
6794         (dwarf2_build_psymtabs_hard): Initialize and prepare PSYMTABS_ADDRMAP.
6795         Add discontiguous range to PSYMTABS_ADDRMAP by DWARF2_RANGES_READ on
6796         HAS_RANGES_OFFSET, otherwise add there the contiguous range.
6797         (dwarf2_ranges_read): New parameter RANGES_PST, update the function
6798         comment for it.  Add the found ranges to RANGES_PST.  New variable
6799         BASEADDR, initialize it the common way.
6800         (dwarf2_get_pc_bounds): Update the caller for the new parameter.
6801         (read_partial_die): `DW_AT_ranges' now only sets RANGES_OFFSET and
6802         HAS_RANGES_OFFSET for the later processing.
6803         * objfiles.h (struct objfile): New field PSYMTABS_ADDRMAP.
6804         * symtab.c: Include "addrmap.h"
6805         (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP.
6806         Move the psymtab locator into ...
6807         (find_pc_sect_psymtab_closer): ... a new function.
6808
6809 2008-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
6810
6811         * arch-utils.c (gdbarch_update_p): Use default values for
6812         info.abfd and info.target_desc if they are NULL.
6813         (gdbarch_from_bfd): Remove assertion.
6814         (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
6815         using the current target description.
6816         (gdbarch_info_fill): Do not use default values for info->abfd
6817         and info->target_desc.
6818
6819 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6820
6821         * symfile.c (reread_symbols): Reload EXEC_BFD on its change.
6822
6823 2008-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
6824
6825         * inferior.h (read_pc_pid, write_pc_pid): Remove.
6826         * regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.
6827
6828         * regcache.c (read_pc_pid): Remove, replace by ...
6829         (regcache_read_pc): ... this function.
6830         (write_pc_pid): Remove, replace by ...
6831         (regcache_write_pc): ... this function.
6832         (read_pc, write_pc): Update.
6833
6834         * infrun.c (displaced_step_prepare): Replace read_pc_pid and
6835         write_pc_pid by regcache_read_pc and regcache_write_pc.
6836         (displaced_step_fixup): Likewise.
6837         (resume): Likewise.  Use regcache arch instead of current_gdbarch.
6838         (prepare_to_proceed): Likewise.
6839         (proceed): Likewise.
6840         (adjust_pc_after_break): Likewise.
6841         (handle_inferior_event): Likewise.
6842
6843         * linux-nat.c (cancel_breakpoint): Likewise.
6844         * linux-thread-db.c (check_event): Likewise.
6845         * aix-thread.c (aix_thread_wait): Likewise.
6846         * tracepoint.c (trace_dump_command): Likewise.
6847
6848 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6849
6850         * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing
6851         SYMBOL_LOCATION_BATON.
6852
6853 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
6854
6855         * target.h (struct target_ops): New field to_auxv_parse.
6856         * auxv.c (default_auxv_parse): New, renamed from previous
6857         target_auxv_parse.
6858         (target_auxv_parse): Try to call target method.  Fallback to
6859         default_auxv_parse if not found.
6860         * procfs.c (procfs_auxv_parse): New.
6861         (init_procfs_ops): On Solaris, in 64-bit mode, install
6862         procfs_auxv_parse.
6863
6864 2008-05-03  Adam Nemet  <anemet@caviumnetworks.com>
6865
6866         * symfile.c (add_symbol_file_command):  Use paddress rather than
6867         hex_string to print the address.
6868
6869 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
6870
6871         * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
6872         return the null frame ID to terminate the backtrace.
6873
6874 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
6875
6876         * rs6000-tdep.c: Do not include "rs6000-tdep.h".
6877         (rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
6878         (SIG_FRAME_PC_OFFSET): Likewise.
6879         (SIG_FRAME_LR_OFFSET): Likewise.
6880         (SIG_FRAME_FP_OFFSET): Likewise.
6881         (rs6000_push_dummy_call): Likewise.
6882         (rs6000_return_value): Likewise.
6883         (rs6000_convert_from_func_ptr_addr): Likewise.
6884         (branch_dest, rs6000_software_single_step): Likewise.
6885         (deal_with_atomic_sequence): Rename to ...
6886         (ppc_deal_with_atomic_sequence): ... this.  Adapt all callers.
6887         Do not call branch_dest; inline required parts of that function.
6888         (rs6000_skip_trampoline_code): Replace DEPRECATED_SYMBOL_NAME
6889         with SYMBOL_LINKAGE_NAME.
6890         (struct reg, regsize): Delete.
6891         (read_memory_addr): Delete; inline into callers.
6892         (rs6000_skip_prologue): Move after skip_prologue.
6893         (skip_prologue): Remove prototype.
6894         (rs6000_gdbarch_init): Remove sysv_abi variable; perform all
6895         initialization as if this variable were true.  Do not install
6896         ppc64_sysv_abi_adjust_breakpoint_address.
6897
6898         * rs6000-aix-tdep.c: Include "gdb_assert.h", "gdbtypes.h",
6899         "gdbcore.h", "target.h", "value.h", "infcall.h", "objfiles.h",
6900         and "breakpoint.h".
6901         (rs6000_find_toc_address_hook): Move here from rs6000-tdep.c.
6902         (SIG_FRAME_PC_OFFSET): Likewise.
6903         (SIG_FRAME_LR_OFFSET): Likewise.
6904         (SIG_FRAME_FP_OFFSET): Likewise.
6905         (rs6000_push_dummy_call): Likewise.
6906         (rs6000_return_value): Likewise.
6907         (rs6000_convert_from_func_ptr_addr): Likewise.
6908         (branch_dest, rs6000_software_single_step): Likewise.  Replace
6909         tdep->text_segment_base by AIX_TEXT_SEGMENT_BASE.
6910         (rs6000_aix_init_osabi): Install rs6000_push_dummy_call,
6911         rs6000_return_value, and rs6000_convert_from_func_ptr_addr.
6912         Call set_gdbarch_long_double_bit and set_gdbarch_frame_red_zone_size.
6913         Set tdep->lr_frame_offset.  Do not set tdep->text_segment_base.
6914
6915         * rs6000-tdep.h (rs6000_software_single_step): Remove prototype.
6916         (AIX_TEXT_SEGMENT_BASE): New macro.
6917         * rs6000-nat.c (exec_one_dummy_insn): Replace tdep->text_segment_base
6918         by AIX_TEXT_SEGMENT_BASE.
6919
6920         * ppc-tdep.h (ppc_deal_with_atomic_sequence): Add prototype.
6921         (struct gdbarch_tdep): Remove text_segment_base member.
6922         * ppc-linux-tdep.c (ppc_linux_init_abi): On 64-bit, install
6923         ppc64_sysv_abi_adjust_breakpoint_address.
6924
6925         * Makefile.in (rs6000-tdep.o): Update dependencies.
6926         (rs6000-aix-tdep.o): Likewise.
6927
6928 2008-05-03  Luis Machado  <luisgpm@br.ibm.com>
6929             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6930
6931         * cli/cli-decode.c (lookup_cmd_1): Fix indentation.
6932         * doublest.c (convert_typed_floating): Fix typo in comment.
6933         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
6934         * frame-unwind.h (frame_sniffer_ftype): Likewise.
6935         * frame.c (frame_unwind_address_in_block): Likewise.
6936         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
6937         * symtab.h (struct symbol): Likewise.
6938         * tramp-frame.h (struct trad_frame_cache): Likewise.
6939         * value.c (allocate_repeat_value): Likewise.
6940
6941 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
6942
6943         * infrun.c (handle_inferior_event): Do not insert breakpoints at
6944         TARGET_WAITKIND_LOADED events during startup (i.e. in the shell).
6945
6946 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6947
6948         * parse.c (parse_exp_in_context): Don't override
6949         expression_context_pc if get_selected_block returned a valid
6950         block.
6951
6952 2008-05-03  Daniel Jacobowitz  <dan@codesourcery.com>
6953
6954         * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
6955         * arm-tdep.h (STATUS_REGISTER_SIZE): Delete.
6956         * breakpoint.c (args_for_catchpoint_enable, current_exception_event):
6957         Delete.
6958         * c-typeprint.c (c_type_print_base): Delete handling of template
6959         instantiations.
6960         * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
6961         (METHOD_PTR_TO_VOFFSET): Delete.
6962         * defs.h (QUIT_FIXME): Delete.
6963         * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77)
6964         (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete.
6965         * gdbtypes.h (struct cplus_struct_type): Delete is_inlined,
6966         ninstantiations, and instantiations.
6967         (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION)
6968         (TYPE_FN_FIELD_INLINED): Delete.
6969         * srec.h (SREC_BINARY): Delete.
6970         * symtab.c (symbol_init_demangled_name): Delete.
6971         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name)
6972         (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND)
6973         (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE)
6974         (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC)
6975         (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE)
6976         (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete.
6977         * target.h (enum thread_control_capabilities): Delete tc_switch.
6978         (target_can_switch_threads): Delete.
6979
6980 2008-05-03  Daniel Jacobowitz  <dan@codesourcery.com>
6981
6982         * Makefile.in (objfiles.o): Update.
6983         * exec.c (exec_set_section_address): Support p->addr != 0.
6984         * objfiles.c (objfile_relocate): Update exec_ops section
6985         addresses.
6986         * symfile.c (place_section): Move exec_set_section_address call...
6987         (default_symfile_offsets): ...to here.
6988
6989 2008-05-03  Ulrich Weigand  <uweigand@de.ibm.com>
6990
6991         * Makefile.in (ppc_linux_tdep_h): New macro.
6992         (powerpc_32l_c, powerpc_altivec32_c, powerpc_altivec32l_c): Likewise.
6993         (powerpc_64l_c, powerpc_altivec64_c, powerpc_altivec64l_c): Likewise.
6994         (powerpc_e500l_c): Likewise.
6995         (ppc-linux-nat.o): Update dependencies.
6996         (ppc-linux-tdep.o): Update dependencies.
6997         (rs6000-tdep.o): Update dependencies.
6998
6999         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Remove.
7000         (ppc_linux_svr4_fetch_link_map_offsets): Remove.
7001         (ppc_linux_gregset, ppc_linux_fpregset): Move to ppc-linux-tdep.h
7002         (ppc_supply_reg, ppc_collect_reg): Add prototypes.
7003         (tdesc_powerpc_e500): Remove.
7004
7005         * rs6000.c: Include "features/rs6000/powerpc-altivec32.c"
7006         and "features/rs6000/powerpc-altivec64.c".
7007         (ppc_supply_reg, ppc_collect_reg): Make global.
7008         (variants): Use tdesc_powerpc_32 for "powerpc" and
7009         tdesc_powerpc_altivec64 for "powerpc64".
7010         (_initialize_rs6000_tdep): Initialize AltiVec descriptions.
7011
7012         * ppc-linux-tdep.h: New file.
7013
7014         * ppc-linux-tdep.c: Include "ppc-linux-tdep.c".
7015         Include "features/rs6000/powerpc-32l.c".
7016         Include "features/rs6000/powerpc-altivec32l.c".
7017         Include "features/rs6000/powerpc-64l.c".
7018         Include "features/rs6000/powerpc-altivec64l.c".
7019         Include "features/rs6000/powerpc-e500l.c".
7020         (ppc_linux_supply_gregset): New function.
7021         (ppc_linux_collect_gregset): Handle orig_r3 and trap registers.
7022         (ppc32_linux_gregset): Use ppc_linux_supply_gregset.
7023         (ppc64_linux_gregset): Likewise.
7024         (ppc_linux_sigtramp_cache): Handle orig_r3 and trap registers.
7025         (ppc_linux_trap_reg_p): New function.
7026         (ppc_linux_write_pc): New function.
7027         (ppc_linux_core_read_description): New function.
7028         (ppc_linux_init_abi): Install ppc_linux_write_pc and
7029         ppc_linux_core_read_description.  Install orig_r3 and trap
7030         registers if present in the target description.
7031         (_initialize_ppc_linux_tdep): Initialize Linux target descriptions.
7032
7033         * ppc-linux-nat.c: Include "ppc-linux-tdep.h".
7034         (PT_ORIG_R3, PT_TRAP): Define if necessary.
7035         (ppc_register_u_addr): Handle orig_r3 and trap registers.
7036         (fetch_ppc_registers): Likewise.
7037         (store_ppc_registers): Likewise.
7038         (store_register): Likewise.
7039         (ppc_linux_read_description): Check whether AltiVec is supported.
7040         Check whether inferior is 32-bit or 64-bit.  Return the appropriate
7041         Linux target description.
7042
7043         * features/Makefile (WHICH): Use rs6000/powerpc-32l and
7044         rs6000/powerpc-altivec32l instead of rs6000/powerpc-32.
7045         Use rs6000/powerpc-64l and rs6000/powerpc-altivec64l instead
7046         of rs6000/powerpc-64.  Use rs6000/powerpc-e500l instead of
7047         rs6000/powerpc-e500.  Update -expedite variables accordingly.
7048
7049         * features/rs6000/power-spe.xml: Use regnum 73 for "acc".
7050         * features/rs6000/powerpc-32.xml: Do not include power-altivec.xml.
7051         * features/rs6000/powerpc-64.xml: Do not include power-altivec.xml.
7052         * features/rs6000/powerpc-e500.c: Regenerate.
7053         * features/rs6000/powerpc-32.c: Regenerate.
7054         * features/rs6000/powerpc-64.c: Regenerate.
7055
7056         * features/rs6000/power-linux.xml: New file.
7057         * features/rs6000/power64-linux.xml: New file.
7058         * features/rs6000/powerpc-32l.xml: New file.
7059         * features/rs6000/powerpc-altivec32l.xml: New file.
7060         * features/rs6000/powerpc-64l.xml: New file.
7061         * features/rs6000/powerpc-altivec64l.xml: New file.
7062         * features/rs6000/powerpc-e500l.xml: New file.
7063         * features/rs6000/powerpc-32l.c: New (generated) file.
7064         * features/rs6000/powerpc-altivec32l.c: New (generated) file.
7065         * features/rs6000/powerpc-64l.c: New (generated) file.
7066         * features/rs6000/powerpc-altivec64l.c: New (generated) file.
7067         * features/rs6000/powerpc-e500l.xml: New (generated) file.
7068
7069         * regformats/reg-ppc.dat: Remove.
7070         * regformats/reg-ppc64.dat: Remove.
7071         * regformats/rs6000/powerpc-32.dat: Remove.
7072         * regformats/rs6000/powerpc-64.dat: Remove.
7073         * regformats/rs6000/powerpc-e500.dat: Remove.
7074         * regformats/rs6000/powerpc-32l.dat: New (generated) file.
7075         * regformats/rs6000/powerpc-altivec32l.dat: New (generated) file.
7076         * regformats/rs6000/powerpc-64l.dat: New (generated) file.
7077         * regformats/rs6000/powerpc-altivec64l.dat: New (generated) file.
7078         * regformats/rs6000/powerpc-e500l.dat: New (generated) file.
7079
7080 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
7081
7082         * thread.c (delete_thread): Call observer_notify_thread_exit.
7083         * mi/mi-interp.c (mi_interpreter_init): Register mi_thread_exit as
7084         thread_exit observer.
7085         (mi_thread_exit): New.
7086
7087 2008-05-03  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7088
7089         * breakpoint.c (create_exception_catchpoint): Remove prototype
7090         for already deleted function.
7091         * breakpoint.h (ep_is_exception_catchpoint): Likewise.
7092         * frame.h (show_stack_frame): Remove prototype.
7093         * stack.c (show_stack_frame): Remove empty, unused function.
7094         * source.c (symtab_to_fullname, print_source_lines): Small fix
7095         in comment.
7096         * value.c (show_values): Update comments to mention "show values"
7097         command instead of "info history".
7098
7099 2008-05-02  Ulrich Weigand  <uweigand@de.ibm.com>
7100
7101         * linespec.c: Include "target.h".
7102         (minsym_found): Handle minimal symbols pointing to function
7103         descriptors.  Use find_function_start_pc.
7104         * minsyms.c (msymbol_objfile): New function.
7105         * parse.c (write_exp_msymbol): Handle minimal symbols pointing
7106         to function descriptors.
7107         * symtab.c (fixup_section): Only use minimal symbol at the same
7108         address to determine section of a symbol.
7109         (find_function_start_pc): New function.
7110         (find_function_start_sal): Use it.
7111         * symtab.h (msymbol_objfile): Add prototype.
7112         (find_function_start_pc): Likewise.
7113         * value.c: Include "objfiles.h".
7114         (value_fn_field): Handle minimal symbols pointing to function
7115         descriptors.
7116         * Makefile.in (linespec.o): Update dependencies.
7117         (value.o): Likewise.
7118
7119 2008-05-02  Joel Brobecker  <brobecker@adacore.com>
7120
7121         * ada-lang.c (unwrap_value): Handle the case where the "F" field
7122         inside a PAD type is a bitfield.
7123
7124 2008-05-02  Ulrich Weigand  <uweigand@de.ibm.com>
7125
7126         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
7127         TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
7128         Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
7129         Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
7130         Allow typedefs when checking for function pointer arguments.
7131         Right-align small structs passed on the stack.
7132         (ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
7133         TYPE_CODE_CHAR the same as TYPE_CODE_INT.
7134         Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
7135
7136 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
7137
7138         * Makefile.in (arm-tdep.o): Update.
7139         * arm-tdep.c (arm_objfile_data_key, struct arm_mapping_symbol)
7140         (struct arm_per_objfile, arm_compare_mapping_symbols): New.
7141         (arm_pc_is_thumb): Use mapping symbols.
7142         (arm_objfile_data_cleanup, arm_record_special_symbol): New.
7143         (arm_gdbarch_init): Call set_gdbarch_record_special_symbol.
7144         (_initialize_arm_tdep): Initialize arm_objfile_data_key.
7145         * elfread.c (elf_symtab_read): Use gdbarch_record_special_symbol.
7146         * gdbarch.sh: Add record_special_symbol.
7147         * gdbarch.c, gdbarch.h: Regenerated.
7148         * objfiles.c (struct objfile_data): Add cleanup member.
7149         (register_objfile_data_with_cleanup): New function, from
7150         register_objfile_data.
7151         (register_objfile_data): Use it.
7152         (objfile_free_data): Call clear_objfile_data.
7153         (clear_objfile_data): Call cleanup functions.
7154         * objfiles.h (register_objfile_data_with_cleanup): Declare.
7155
7156 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
7157
7158         * objfiles.c (init_entry_point_info): Handle shared libraries.
7159
7160 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
7161
7162         * arm-tdep.c (arm_prologue_this_id): Compare pc, not func, to
7163         lowest_pc.
7164
7165 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
7166             Pedro Alves  <pedro@codesourcery.com>
7167
7168         Implement displaced stepping.
7169
7170         * gdbarch.sh (max_insn_length): New 'variable'.
7171         (displaced_step_copy, displaced_step_fixup)
7172         (displaced_step_free_closure, displaced_step_location): New
7173         functions.
7174         (struct displaced_step_closure): Add forward declaration.
7175         * gdbarch.c, gdbarch.h: Regenerated.
7176
7177         * arch-utils.c: #include "objfiles.h".
7178         (simple_displaced_step_copy_insn)
7179         (simple_displaced_step_free_closure)
7180         (displaced_step_at_entry_point): New functions.
7181         * arch-utils.h (simple_displaced_step_copy_insn)
7182         (simple_displaced_step_free_closure)
7183         (displaced_step_at_entry_point): New prototypes.
7184
7185         * i386-tdep.c (I386_MAX_INSN_LEN): Rename to...
7186         (I386_MAX_MATCHED_INSN_LEN): ... this.
7187         (i386_absolute_jmp_p, i386_absolute_call_p)
7188         (i386_ret_p, i386_call_p, i386_breakpoint_p, i386_syscall_p)
7189         (i386_displaced_step_fixup): New functions.
7190         (struct i386_insn, i386_match_insn): Update.
7191         (i386_gdbarch_init): Set gdbarch_max_insn_length.
7192         * i386-tdep.h (I386_MAX_INSN_LEN): New.
7193         (i386_displaced_step_fixup): New prototype.
7194         * i386-linux-tdep.c (i386_linux_init_abi): Include "arch-utils.h".
7195         Register gdbarch_displaced_step_copy,
7196         gdbarch_displaced_step_fixup, gdbarch_displaced_step_free_closure,
7197         and gdbarch_displaced_step_location functions.
7198
7199         * infrun.c (debug_displaced): New variable.
7200         (show_debug_displaced): New function.
7201         (struct displaced_step_request): New struct.
7202         (displaced_step_request_queue, displaced_step_ptid)
7203         (displaced_step_gdbarch, displaced_step_closure)
7204         (displaced_step_original, displaced_step_copy)
7205         (displaced_step_saved_copy, can_use_displaced_stepping): New
7206         variables.
7207         (show_can_use_displaced_stepping, use_displaced_stepping)
7208         (displaced_step_clear, cleanup_displaced_step_closure)
7209         (displaced_step_dump_bytes, displaced_step_prepare)
7210         (displaced_step_clear_cleanup, write_memory_ptid)
7211         (displaced_step_fixup): New functions.
7212         (resume): Call displaced_step_prepare.
7213         (proceed): Call read_pc once, and remember the value.  If using
7214         displaced stepping, don't remove breakpoints.
7215         (handle_inferior_event): Call displaced_step_fixup.  Add some
7216         debugging output.  When we try to step over a breakpoint, but get
7217         a signal to deliver to the thread instead, ensure the step-resume
7218         breakpoint is actually inserted.  If a thread hop is needed, and
7219         displaced stepping is enabled, don't remove breakpoints.
7220         (init_wait_for_inferior): Call displaced_step_clear.
7221         (_initialize_infrun): Add "set debug displaced" command.  Add
7222         "maint set can-use-displaced-stepping" command.  Clear
7223         displaced_step_ptid.
7224         * inferior.h (debug_displaced): Declare variable.
7225         (displaced_step_dump_bytes): Declare function.
7226
7227         * Makefile.in (arch-utils.o, i386-linux-tdep.o): Update
7228         dependencies.
7229
7230 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
7231
7232         * arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
7233         (arm_force_mode_string, arm_show_fallback_mode)
7234         (arm_show_force_mode): New.
7235         (arm_pc_is_thumb): Honor fallback-mode and force-mode.  Use
7236         arm_frame_is_thumb.
7237         (_initialize_arm_tdep): Add "set arm fallback-mode"
7238         and "set arm force-mode".
7239         * NEWS: Document new commands.
7240
7241 2008-05-02  Andrew Stubbs  <andrew.stubbs@st.com>
7242
7243         * main.h (batch_silent): Declare.
7244         * event-top.c: Include main.h.
7245         (gdb_setup_readline): Remove extern batch_silent declaration.
7246         * infrun.c (normal_stop): Don't print source location when running in
7247         --batch-silent mode.
7248         * Makefile.in (event-top.o): Add main.h dependency.
7249
7250 2008-05-02  Andreas Schwab  <schwab@suse.de>
7251
7252         * target.h (struct target_ops): Add
7253         to_watchpoint_addr_within_range.
7254         (target_watchpoint_addr_within_range): New function.
7255         * target.c (update_current_target): Inherit
7256         to_watchpoint_addr_within_range, defaulting to
7257         default_watchpoint_addr_within_range.
7258         (default_watchpoint_addr_within_range): New function.
7259         (debug_to_watchpoint_addr_within_range): New function.
7260         (setup_target_debug): Set to_watchpoint_addr_within_range.
7261         * ppc-linux-nat.c (ppc_linux_watchpoint_addr_within_range):
7262         New function.
7263         (_initialize_ppc_linux_nat): Set to_watchpoint_addr_within_range.
7264         * breakpoint.c (watchpoints_triggered): Use
7265         target_watchpoint_addr_within_range.
7266
7267 2008-05-01  Pedro Alves  <pedro@codesourcery.com>
7268
7269         * configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
7270         (i[34567]86-*-dicos*, x86_64-*-dicos*):
7271         Set gdb_osabi to GDB_OSABI_DICOS.
7272
7273         * defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
7274         * osabi.c (gdb_osabi_name): Add "DICOS".
7275
7276         * i386-dicos-tdep.c: New file.
7277
7278         * Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
7279         (ALLDEPFILES): Add i386-dicos-tdep.c.
7280         (i386-dicos-tdep.o): New rule.
7281
7282 2008-05-01  Pedro Alves  <pedro@codesourcery.com>
7283
7284         * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread list
7285         and register the fork's PTID as a thread.
7286
7287 2008-05-01  Aleksandar Ristovski  <aristovski@qnx.com>
7288
7289         PR gdb/1665
7290         * breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
7291         assign its value to the breakpoint created.
7292         (create_breakpoints): Add breakpoint_ops argument and pass it
7293         to create_breakpoint call.
7294         (break_command_really): Add breakpoint_ops argument and pass/assign
7295         appropriately.
7296         (break_command_1): Pass NULL as ops argument.
7297         (set_breakpoint): Pass NULL as ops argument.
7298         (print_one_exception_catchpoint): Print <PENDING> if no loc available.
7299         (handle_gnu_v3_exceptions): Call generic breakpoint code to insert
7300         catch and throw catchpoints.
7301
7302 2008-05-01  Aleksandar Ristovski  <aristovski@qnx.com>
7303
7304         PR gdb/2343
7305         * corelow.c (core_open): Use gdbarch_target_signal_from_host to
7306         translate signal numeric value from the target to GDB's enum
7307         target_signal.
7308         * gdbarch.c, gdbarch.h: Regenerated.
7309         * gdbarch.sh: Added two new functions target_signal_from_host and
7310         target_signal_to_host.
7311         * target.h (default_target_signal_from_host,
7312         default_target_signal_to_host): New functions - declarations.
7313         * signals/signals.c (struct gdbarch): New declaration.
7314         (default_target_signal_to_host, default_target_signal_from_host): New
7315         functions.
7316
7317 2008-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
7318             Pedro Alves  <pedro@codesourcery.com>
7319
7320         Based on work by Jan Kratochvil <jan.kratochvil@redhat.com> and Jeff
7321         Johnston <jjohnstn@redhat.com>.
7322
7323         * NEWS: Mention attach to stopped process fix.
7324         * infcmd.c (detach_command, disconnect_command): Discard the thread
7325         list.
7326         * infrun.c (handle_inferior_event): Do not ignore non-SIGSTOP while
7327         attaching.  Use signal_stop_state.
7328         (signal_stop_state): Check stop_soon.
7329         * linux-nat.c (kill_lwp): Declare earlier.
7330         (pid_is_stopped, linux_nat_post_attach_wait): New.
7331         (lin_lwp_attach_lwp): Use linux_nat_post_attach_wait.  Update
7332         comments.
7333         (linux_nat_attach): Use linux_nat_post_attach_wait.
7334         (detach_callback, linux_nat_detach): Improve handling for signalled
7335         processes.
7336         (linux_nat_pid_to_str): Always print out the LWP ID if it differs
7337         from the process ID.
7338         * Makefile.in (infcmd.o): Update.
7339
7340 2008-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
7341
7342         * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition.
7343         * arm-tdep.c (arm_frame_is_thumb): New.
7344         (arm_pc_is_thumb): Clarify comment.
7345         (thumb_analyze_prologue): Remove PC special case.
7346         (thumb_scan_prologue): Take a block_addr argument.  Use it for
7347         find_pc_partial_function.  Remove unused variables.
7348         (arm_scan_prologue): Use arm_frame_is_thumb.  Use the block address
7349         for find_pc_partial_function.  Remove PC special case.
7350         (arm_prologue_prev_register): Add special handling for PC and CPSR.
7351         (arm_dwarf2_prev_register, arm_dwarf2_frame_init_reg): New.
7352         (arm_get_next_pc): Use arm_frame_is_thumb.
7353         (arm_write_pc): Use CPSR_T instead of 0x20.
7354         (arm_gdbarch_init): Call dwarf2_frame_set_init_reg.
7355         * arm-tdep.h (enum gdb_regnum): Add ARM_CPSR_REGNUM.
7356         (CPSR_T): Define.
7357         * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
7358         DWARF2_FRAME_REG_FN.
7359         * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
7360         DWARF2_FRAME_REG_FN.
7361         (struct dwarf2_frame_state_reg): Add FN to loc union.
7362
7363 2008-05-01  Nick Roberts  <nickrob@snap.net.nz>
7364
7365         * exec.c (print_section_info): Add missing '\n'.
7366
7367 2008-05-01  Vladimir Prus  <vladimir@codesourcery.com>
7368
7369         * thread.c (add_thread): Move observer call to ...
7370         (add_thread_silent): ... here.
7371
7372 2008-04-30  Ulrich Weigand  <uweigand@de.ibm.com>
7373
7374         * rs6000-tdep.c: Update for unwinder changes.
7375         * ppcobsd-tdep.c: Likewise.
7376
7377 2008-04-30  Ulrich Weigand  <uweigand@de.ibm.com>
7378
7379         * s390-tdep.c: Update for unwinder changes.
7380
7381 2008-04-30  Ulrich Weigand  <uweigand@de.ibm.com>
7382
7383         * spu-tdep.c: Update for unwinder changes.
7384
7385 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7386
7387         * hppanbsd-tdep.c, m68kbsd-tdep.c, mn10300-linux-tdep.c,
7388         ppc-linux-tdep.c, ppcnbsd-tdep.c, sparc-linux-tdep.c,
7389         sparc64-linux-tdep.c: Update for unwinder changes.
7390
7391 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7392
7393         * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: Update
7394         for unwinder changes.
7395         * mips-tdep.c: Likewise.
7396         (mips_stub_frame_cache): Unwind the ABI stack pointer, not the
7397         raw one.
7398
7399 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7400
7401         * arm-linux-tdep.c, arm-tdep.c, armobsd-tdep.c: Update for
7402         unwinder changes.
7403
7404 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7405
7406         Update i386 and amd64 ports for unwinder changes.
7407
7408         * amd64-tdep.c (amd64_frame_cache): Expect this_frame.
7409         (amd64_frame_this_id, amd64_frame_prev_register): Update signature.
7410         (amd64_frame_unwind): Use default_frame_sniffer.
7411         (amd64_frame_sniffer): Delete.
7412         (amd64_sigtramp_frame_cache): Expect this_frame.
7413         (amd64_sigtramp_frame_this_id, amd64_sigtramp_frame_prev_register)
7414         (amd64_sigtramp_frame_sniffer): Update signature.
7415         (amd64_sigtramp_frame_unwind): Add amd64_sigtramp_frame_sniffer.
7416         (amd64_frame_base_address): Expect this_frame.
7417         (amd64_dummy_id): Renamed from amd64_unwind_dummy_id.  Expect
7418         this_frame.
7419         (amd64_init_abi): Use set_gdbarch_dummy_id and
7420         frame_unwind_append_unwinder.
7421         * i386-tdep.c (i386_frame_cache): Expect this_frame.
7422         (i386_frame_this_id, i386_frame_prev_register): Update signature.
7423         (i386_frame_unwind): Use default_frame_sniffer.
7424         (i386_frame_sniffer): Delete.
7425         (i386_sigtramp_frame_cache): Expect this_frame.
7426         (i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register)
7427         (i386_sigtramp_frame_sniffer): Update signature.
7428         (i386_sigtramp_frame_unwind): Use i386_sigtramp_frame_sniffer.
7429         (i386_frame_base_address): Update signature.
7430         (i386_dummy_id): Rename from i386_unwind_dummy_id.  Expect this_frame.
7431         (i386_push_dummy_call): Update comment.
7432         (i386_sigtramp_p, i386_svr4_sigtramp_p, i386_svr4_sigcontext_addr):
7433         Expect this_frame.
7434         (i386_gdbarch_init): Use set_gdbarch_dummy_id, dwarf2_append_unwinders,
7435         and frame_unwind_append_unwinder.
7436         * amd64-linux-tdep.c, amd64-sol2-tdep.c, amd64fbsd-tdep.c,
7437         amd64nbsd-tdep.c, amd64obsd-tdep.c, i386-linux-tdep.c,
7438         i386-nto-tdep.c, i386bsd-tdep.c, i386-sol2-tdep.c, i386obsd-tdep.c,
7439         i386nbsd-tdep.c: Update for unwinder changes.
7440
7441 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7442
7443         * trad-frame.c (struct trad_frame_cache): Rename next_frame to this_frame.
7444         (trad_frame_cache_zalloc, trad_frame_alloc_saved_regs): Expect
7445         this_frame.
7446         (trad_frame_get_prev_register, trad_frame_get_register): Update signature.
7447         * trad-frame.h (trad_frame_cache_zalloc, trad_frame_get_register)
7448         (trad_frame_alloc_saved_regs, trad_frame_get_prev_register): Update
7449         signature.
7450         * tramp-frame.c (tramp_frame_cache, tramp_frame_start): Expect
7451         this_frame.
7452         (tramp_frame_this_id, tramp_frame_prev_register, tramp_frame_sniffer):
7453         Update signature.
7454         * tramp-frame.h (struct tramp_frame): Update signature of init.
7455         * Makefile.in (trad-frame.o): Update.
7456
7457 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7458
7459         * dwarf2-frame.c (read_reg): Expect this_frame in the baton.
7460         (execute_stack_op): Put this_frame in the baton.
7461         (execute_cfa_program): Take this_frame.
7462         (struct dwarf2_frame_ops): Update comment for signal_frame_p.
7463         (dwarf2_frame_default_init_reg, dwarf2_frame_init_reg)
7464         (dwarf2_frame_signal_frame_p, dwarf2_frame_cache)
7465         (dwarf2_frame_this_id): Adjust to work on this_frame.
7466         (dwarf2_signal_frame_this_id): Delete.
7467         (dwarf2_frame_prev_register): Update signature.  Use new frame
7468         unwind methods.
7469         (dwarf2_frame_sniffer): Update signature.  Expect this_frame.
7470         (dwarf2_frame_unwind, dwarf2_signal_frame_unwind): Add
7471         dwarf2_frame_sniffer.
7472         (dwarf2_append_unwinders): New.
7473         (dwarf2_frame_base_address, dwarf2_frame_base_sniffer): Expect
7474         this_frame.
7475         * sparc-tdep.c (sparc32_dwarf2_struct_return_p)
7476         (sparc32_dwarf2_frame_init_reg): Expect this_frame.
7477         * cris-tdep.c (cris_dwarf2_frame_init_reg): Likewise.
7478         * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
7479         * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
7480         * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
7481         * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
7482         * dwarf2-frame.h (dwarf2_frame_sniffer): Delete declaration.
7483         (dwarf2_append_unwinders): Declare.
7484         (dwarf2_frame_base_sniffer): Update declaration.
7485         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): Expect
7486         this_frame.
7487
7488 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7489
7490         Convert frame unwinders to use the current frame and
7491         "struct value".
7492
7493         * frame.c (frame_debug): Make global.
7494         (get_frame_id): Pass this frame to unwinder routines.
7495         (frame_pc_unwind): Remove unused unwind->prev_pc support.
7496         (do_frame_register_read): Do not discard the return value of
7497         frame_register_read.
7498         (frame_register_unwind): Remove debug messages.  Use
7499         frame_unwind_register_value.
7500         (frame_unwind_register_value, get_frame_register_value): New
7501         functions.
7502         (create_new_frame, get_frame_base_address, get_frame_locals_address)
7503         (get_frame_args_address, get_frame_type): Pass this frame to
7504         unwinder routines.
7505         (frame_cleanup_after_sniffer, frame_prepare_for_sniffer): New
7506         functions.
7507         * frame.h: Update comments.
7508         (frame_debug, frame_unwind_register_value, get_frame_register_value)
7509         (frame_prepare_for_sniffer): Declare.
7510         * frame-unwind.h: Update comments and parameter names.
7511         (default_frame_sniffer): Declare.
7512         (frame_prev_register_ftype): Return a struct value *.
7513         (struct frame_unwind): Remove prev_pc member.
7514         (frame_unwind_sniffer_ftype, frame_unwind_append_sniffer): Delete.
7515         (frame_unwind_append_unwinder, frame_unwind_got_optimized)
7516         (frame_unwind_got_register, frame_unwind_got_memory)
7517         (frame_unwind_got_constant, frame_unwind_got_address): Declare.
7518         * frame-base.h: Update comments and parameter names.
7519         * valops.c (value_fetch_lazy): Use get_frame_register_value.  Iterate
7520         if necessary.  Add debugging output.
7521         * sentinel-frame.c (sentinel_frame_prev_register)
7522         (sentinel_frame_this_id): Update for new signature.
7523         (sentinel_frame_prev_pc): Delete.
7524         (sentinel_frame_unwinder): Remove prev_pc.
7525         * ia64-tdep.c (ia64_libunwind_frame_unwind): Do not initialize
7526         prev_pc.
7527         * libunwind-frame.c (libunwind_frame_unwind): Likewise.
7528         * frame-unwind.c (struct frame_unwind_table_entry): Remove sniffer.
7529         (frame_unwind_append_sniffer): Delete.
7530         (frame_unwind_append_unwinder): New function.
7531         (frame_unwind_find_by_frame): Take this frame.  Only use sniffers
7532         from unwinders.  Use frame_prepare_for_sniffer.
7533         (default_frame_sniffer, frame_unwind_got_optimized)
7534         (frame_unwind_got_register, frame_unwind_got_memory)
7535         (frame_unwind_got_constant, frame_unwind_got_address): New functions.
7536         * dummy-frame.c (dummy_frame_sniffer): Use gdbarch_dummy_id.
7537         (dummy_frame_prev_register, dummy_frame_this_id): Update for new
7538         signature.
7539         * gdbarch.sh: Replace unwind_dummy_id with dummy_id.
7540         * gdbarch.c, gdbarch.c: Regenerated.
7541         * frame-base.c (default_frame_base_address)
7542         (default_frame_locals_address, default_frame_args_address): Update
7543         for new signature.
7544         (frame_base_find_by_frame): Pass this frame to unwinder routines.
7545         * infcall.c (call_function_by_hand): Update comments.
7546         * Makefile.in (frame-unwind.o): Update dependencies.
7547
7548 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7549
7550         * ada-lang.c (ada_value_primitive_packed_val): Only check
7551         value_lazy for memory lvals.
7552         * findvar.c (value_of_register_lazy): New function.
7553         (locate_var_value): Only check value_lazy for memory lvals.
7554         * valarith.c (value_subscripted_rvalue): Likewise.
7555         * valops.c (value_fetch_lazy): Handle both memory and register
7556         lvals.
7557         (search_struct_field, value_slice): Only check value_lazy for memory
7558         lvals.
7559         * value.c (struct value): Update comment for lazy.
7560         (value_primitive_field): Only check value_lazy for memory lvals.
7561         * value.h (value_lazy): Update comment.
7562         (value_of_register_lazy): Declare.
7563
7564 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7565
7566         * corefile.c (reopen_exec_file): Close any open files.
7567
7568 2008-04-29  Joel Brobecker  <brobecker@adacore.com>
7569
7570         * ia64-tdep.c (ia64_memory_remove_breakpoint): Set
7571         show_memory_breakpoints to 1 while reading the instruction bundle.
7572
7573 2008-04-29  Joel Brobecker  <brobecker@adacore.com>
7574
7575         * gdbarch.sh: Document the return_value method. Explain that
7576         the FUNCTYPE parameter might be NULL.
7577         * gdbarch.h: Regenerated.
7578         * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
7579         type when calling using_struct_return, as this is unnecessary
7580         on this target.
7581
7582 2008-04-28  Joel Brobecker  <brobecker@adacore.com>
7583
7584         * terminal.h (create_tty_session): Fix return type.
7585
7586 2008-04-26  Vladimir Prus  <vladimir@codesourcery.com>
7587
7588         * mi/mi-interp.c (mi_new_thread): Quote the thread id.
7589
7590 2008-04-26  Joel Brobecker  <brobecker@adacore.com>
7591
7592         * breakpoint.c (condition_command, commands_from_control_command)
7593         (break_command_really): Minor reformatting.
7594
7595 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
7596
7597         * dwarf2read.c (dwarf2_const_value): Handle DW_FORM_strp.
7598
7599 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
7600
7601         * amd64-tdep.c (amd64_get_longjmp_target): New.
7602         (amd64_init_abi): Register amd64_get_longjmp_target as
7603         gdbarch_get_longjmp_target callback.
7604         * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
7605
7606 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
7607
7608         * breakpoint.h (enum bpstat_what_main_action): Delete
7609         BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
7610
7611         * breakpoint.c (clrs): Delete.
7612         (bpstat_what): Update table.
7613
7614         * infrun.c (handle_inferior_event): Remove
7615         BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
7616
7617 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7618
7619         * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
7620         Adjust all prototypes using mi_cmd_args_ftype to use
7621         mi_cmd_argv_ftype.
7622         (struct mi_cmd): Remove the args_func field.
7623         * mi/mi-cmds.c: Don't provide value for the args_func field.
7624         * mi/mi-main.c (mi_execute_async_cli_command)
7625         (mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
7626         (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
7627         (mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
7628         (mi_cmd_exec_continue, mi_cmd_exec_interrupt)
7629         (mi_cmd_target_download): Adjust.
7630         (mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
7631         (mi_cmd_execute): Do not check for args_func.
7632         (mi_execute_async_cli_command): Adjust.
7633         * mi/mi-parse.c: Don't check for args_func.
7634
7635 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7636
7637         * breakpoint.c (bpstat_check_location)
7638         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions):
7639         New, extracted from bpstat_stop_status.
7640         (bpstat_stop_status): Use the above.
7641
7642 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7643
7644         * mi/mi-main.c (last_async_command): Rename to current_token.
7645         (previous_async_command): Remove.
7646         (mi_cmd_gdb_exit): Adjust.
7647         (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
7648         (mi_cmd_target_select): Adjust.
7649         (mi_cmd_execute): Don't set previous_async_command.  Free token
7650         here even in async mode.
7651         (mi_execute_async_cli_command): Adjust.
7652         (mi_exec_async_cli_cmd_continuation): Adjust.  Do not free the
7653         token.
7654         (mi_load_progress): Adjust.
7655
7656 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7657
7658         * infcmd.c (step_1_continuation): Always disable longjmp
7659         breakpoint if we're not going to do another step.
7660
7661 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7662
7663         exec_cleanup murder.
7664         * breakpoint.c (until_break_command_continuation): Add
7665         the 'error' parameter.  Directly delete the breakoint as
7666         opposed to running cleanups.
7667         (until_break_command): Install continuation only
7668         after starting the target.  Don't use exec cleanups,
7669         use ordinary cleanups.  Discard cleanups is successfully
7670         started the target in async mode.
7671         (make_cleanup_delete_breakpoint): Remove.
7672         * breakpoint.h (make_cleanup_delete_breakpoint): Remove
7673         declaration.
7674         * defs.h (do_exec_cleanups, make_exec_cleanup): Remove
7675         declarations.
7676         (struct continations): Add the 'error' parameter to the
7677         continuation_hook field.
7678         (add_continuation, do_all_continuations)
7679         (add_intermediate_continuation)
7680         (do_all_intermediate_continuations): Add the 'error' parameter.
7681         * exceptions.c (throw_exception): Don't call do_exec_cleanups.
7682         * inf-loop.c (inferior_event_handler): Instead of calling
7683         discard_all_continuations, use do_all_continuations with 1 as
7684         'error' parameter.  Pass 0 as 'error' parameter in existing uses
7685         of discard_all_continuations.
7686         * infcmd.c (step_1): Do not use exec cleanup.  For async case, discard
7687         cleanups.
7688         (step_once): Install continuation only after resuming the target.
7689         (step_1_continuation): Disable longjmp breakpoint on error.
7690         (finish_command_continuation): Add the error parameter.  Delete
7691         the finish breakpoint directly, do not use cleanups.
7692         (finish_command): Do not use exec_cleanups. Always setup
7693         continuation.  For sync case, immediately run them.
7694         (attach_command_continuation): Add the error parameter.
7695         * infrun.c (fetch_inferior_event): Do not use exec cleanups to
7696         remove step_resume_breakpoint -- adjust delete it directly.
7697         * interps.c (interp_set): Adjust call to do_all_continations.
7698         * mi/mi-interp.c (mi_interpreter_exec_continuation): Do not
7699         do exec cleanups.
7700         * mi/mi-main.c (mi_cmd_target_select): Do not do exec
7701         cleanups.
7702         (mi_cmd_execute): Do not use exec_cleanup.
7703         (mi_execute_async_cli_command): Simplify the string concatenation
7704         logic.  Do no use exec cleanup.
7705         (mi_exec_async_cli_cmd_continuation): New parameter error.
7706         Free last_async_command.
7707         * top.c (command_line_handler_continuation): New parameter error.
7708         * utils.c (exec_cleanup_chain, make_exec_cleanup)
7709         (do_exec_cleanups): Remove.
7710         (add_continuation, do_all_continations)
7711         (add_intermediate_continuation)
7712         (do_all_intermediate_continuations): New parameter error.
7713
7714 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7715
7716         * breakpoint.h (bp_location_p): New typedef.
7717         Register a vector of bp_location_p.
7718         * breakpoint.c (always_inserted_mode)
7719         (show_always_inserted_mode): New.
7720         (unlink_locations_from_global_list): Remove.
7721         (update_global_location_list)
7722         (update_global_location_list_nothrow): New.
7723         (update_watchpoint): Don't free locations.
7724         (should_insert_location): New.
7725         (insert_bp_location): Use should_insert_location.
7726         (insert_breakpoint_locations): Copied from
7727         insert_breakpoints.
7728         (insert_breakpoint): Use insert_breakpoint_locations.
7729         (bpstat_stop_status): Call update_global_location_list
7730         when disabling breakpoint.
7731         (allocate_bp_location): Don't add to bp_location_chain.
7732         (set_raw_breakpoint)
7733         (create_longjmp_breakpoint, enable_longjmp_breakpoint)
7734         (disable_longjmp_breakpoint, create_overlay_event_breakpoint)
7735         (enable_overlay_breakpoints, disable_overlay_breakpoints)
7736         (set_longjmp_resume_breakpoint)
7737         (enable_watchpoints_after_interactive_call_stop)
7738         (disable_watchpoints_before_interactive_call_start)
7739         (create_internal_breakpoint)
7740         (create_fork_vfork_event_catchpoint)
7741         (create_exec_event_catchpoint, set_momentary_breakpoint)
7742         (create_breakpoints, break_command_1, watch_command_1)
7743         (create_exception_catchpoint)
7744         (handle_gnu_v3_exceptions)
7745         (disable_breakpoint, breakpoint_re_set_one)
7746         (create_thread_event_breakpoint, create_solib_event_breakpoint)
7747         (create_ada_exception_breakpoint): : Don't call check_duplicates.
7748         Call update_global_location_list.
7749         (delete_breakpoint): Don't remove locations and don't
7750         try to reinsert them. Call update_global_location_list.
7751         (update_breakpoint_locations): Likewise.
7752         (restore_always_inserted_mode): New.
7753         (update_breakpoints_after_exec): Temporary disable
7754         always inserted mode.
7755         * Makefile.in: Update dependencies.
7756
7757         * infrun.c (proceed): Remove breakpoints while stepping
7758         over breakpoint.
7759         (handle_inferior_event): Don't remove or insert
7760         breakpoints.
7761         * linux-fork.c (checkpoint_command): Remove breakpoints
7762         before fork and insert after.
7763         (linux_fork_context): Remove breakpoints before switch
7764         and insert after.
7765         * target.c (target_disconnect, target_detach): Remove
7766         breakpoints from target.
7767
7768
7769 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7770
7771         * breakpoint.c (print_one_breakpoint_location): In MI
7772         mode, report the location string the breakpoint was
7773         originally created with.
7774
7775 2008-04-23  Maxim Grigoriev  <maxim2405@gmail.com>
7776
7777         * Makefile.in (xtensa-tdep.o): Update dependencies.
7778         * configure.tgt (xtensa*): Update dependencies.
7779         * xtensa-tdep.c (arreg_number): Renamed from areg_number.
7780         Local variable areg renamed to arreg.
7781         (areg_number): New function.
7782         (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
7783         (xtensa_extract_return_value, xtensa_store_return_value): areg_number
7784         replaced by arreg_number.
7785         (xtensa_windowed_frame_cache, struct xtensa_frame_cache): New comments.
7786         (xtensa_alloc_frame_cache): Initialize cache->wd.ws.
7787         (xtensa_scan_prologue): New function.
7788         (xtensa_frame_cache): New local fp_regnum. Handle separately the case,
7789         when ENTRY instraction hasn't been executed yet. Get the frame pointer
7790         value based on prologue analysis. Fix the bugs preventing WS and
7791         AR4-AR7/A11 registers from getting right values for intermediate frames,
7792         whose registers have been already spilled.
7793         (xtensa_frame_prev_register): Fix WS register value. Use are_number
7794         and arreg_number appropriately.
7795         (xtensa_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
7796         svr4_ilp32_fetch_link_map_offsets.
7797
7798 2008-04-23  Andrew Stubbs  <andrew.stubbs@st.com>
7799
7800         * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
7801         (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
7802
7803 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
7804
7805         * acinclude.m4: Add override.m4.
7806         * configure: Regenerate.
7807
7808 2008-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7809
7810         * ada-lang.c (get_selections): Variable PROMPT made non-const and
7811         initialized with a trailing space now.  Use PROMPT_ARG of
7812         COMMAND_LINE_INPUT instead of printing it ourselves.
7813
7814 2008-04-22  Joel Brobecker  <brobecker@adacore.com>
7815
7816         * NEWS: Document support for 64-bit core file.
7817
7818 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
7819
7820         * NEWS: Add information on calling convention and new SH CLI options.
7821
7822         * sh-tdep.c (sh_cc_gcc): New static string.
7823         (sh_cc_renesas): Ditto.
7824         (sh_cc_enum): New static string array.
7825         (sh_active_calling_convention): New static string pointer denoting
7826         active user chosen ABI.
7827         (sh_is_renesas_calling_convention): New function to return function
7828         specific ABI, or user choice if necessary.
7829         (sh_use_struct_convention): Rename first argument and turn around its
7830         meaning.  Check for renesas ABI and return accordingly.
7831         (sh_use_struct_convention_nofpu): New function.
7832         (sh_next_flt_argreg): Get function type as third parameter.  Check
7833         for renesas ABI and choose floating registers accordingly.
7834         (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
7835         struct return slot accordingly.
7836         (sh_push_dummy_call_nofpu): Ditto.
7837         (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
7838         Evaluate ABI and give to sh_use_struct_convention_nofpu.
7839         (sh_return_value_fpu):  Evaluate ABI and give to
7840         sh_use_struct_convention.
7841         (show_sh_command): New function.
7842         (set_sh_command): Ditto.
7843         (_initialize_sh_tdep): Initialize `set/show sh calling-convention
7844         CLI command.
7845
7846         * gdbarch.sh (return_value): Add func_type argument.
7847         * gdbarch.c: Regenerate.
7848         * gdbarch.h: Ditto.
7849         * eval.c (evaluate_subexp_standard): Rename local variable value_type to
7850         val_type so as not to collide with value_type function.  Call
7851         using_struct_return with additional function type argument.
7852         * infcall.c (call_function_by_hand): Call using_struct_return and
7853         gdbarch_return_value with additional function type argument.
7854         * infcmd.c (print_return_value): Take addition func_type argument.
7855         Call gdbarch_return_value with additional function type argument.
7856         (finish_command_continuation): Call print_return_value with additional
7857         function type argument.
7858         (finish_command): Ditto.
7859         * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
7860         additional function type argument.
7861         * stack.c (return_command): Call using_struct_return and
7862         gdbarch_return_value with additional function type argument.
7863         * value.c (using_struct_return): Take additional function type argument.
7864         * value.h (using_struct_return): Accommodate declaration.
7865         * alpha-tdep.c (alpha_return_value): Add func_type argument.
7866         * amd64-tdep.c (amd64_return_value): Ditto.
7867         * arm-tdep.c (arm_return_value): Ditto.
7868         * avr-tdep.c (avr_return_value): Ditto.
7869         * cris-tdep.c (cris_return_value): Ditto.
7870         * frv-tdep.c (frv_return_value): Ditto.
7871         * h8300-tdep.c (h8300_return_value): Ditto.
7872         (h8300h_return_value): Ditto.
7873         * hppa-tdep.c (hppa32_return_value): Ditto.
7874         (hppa64_return_value): Ditto.
7875         * i386-tdep.c (i386_return_value): Ditto.
7876         * ia64-tdep.c (ia64_return_value): Ditto.
7877         * iq2000-tdep.c (iq2000_return_value): Ditto.
7878         * m32c-tdep.c (m32c_return_value): Ditto.
7879         * m32r-tdep.c (m32r_return_value): Ditto.
7880         * m68hc11-tdep.c (m68hc11_return_value): Ditto.
7881         * m68k-tdep.c (m68k_return_value): Ditto.
7882         (m68k_svr4_return_value): Ditto.
7883         * m88k-tdep.c  (m88k_return_value): Ditto.
7884         * mep-tdep.c (mep_return_value): Ditto.
7885         * mips-tdep.c (mips_eabi_return_value): Ditto.
7886         (mips_n32n64_return_value): Ditto.
7887         (mips_o32_return_value): Ditto.
7888         (mips_o64_return_value): Ditto.
7889         * mn10300-tdep.c (mn10300_return_value): Ditto.
7890         * mt-tdep.c (mt_return_value): Ditto.
7891         * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
7892         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
7893         (ppc_sysv_abi_broken_return_value): Ditto.
7894         (ppc64_sysv_abi_return_value): Ditto.
7895         * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
7896         (ppc_sysv_abi_broken_return_value): Ditto.
7897         (ppc64_sysv_abi_return_value): Ditto.
7898         * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
7899         * rs6000-tdep.c (rs6000_return_value): Ditto.
7900         * s390-tdep.c (s390_return_value): Ditto.
7901         * score-tdep.c (score_return_value): Ditto.
7902         * sh-tdep.c (sh_return_value_nofpu): Ditto.
7903         (sh_return_value_fpu): Ditto.
7904         * sh64-tdep.c (sh64_return_value): Ditto.
7905         * sparc-tdep.c (sparc32_return_value): Ditto.
7906         * sparc64-tdep.c (sparc64_return_value): Ditto.
7907         * spu-tdep.c (spu_return_value): Ditto.
7908         * v850-tdep.c (v850_return_value): Ditto.
7909         * vax-tdep.c (vax_return_value): Ditto.
7910         * xstormy16-tdep.c (xstormy16_return_value): Ditto.
7911         * xtensa-tdep.c (xtensa_return_value): Ditto.
7912
7913         * gdbtypes.h (struct type): Add calling_convention member.
7914         * dwarf2read.c (read_subroutine_type): Add calling convention read
7915         from DW_AT_calling_convention attribute to function type.
7916
7917 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
7918
7919         * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
7920         multi_f77_subscript to support values from registers.
7921         * valarith.c (value_subscripted_rvalue): Remove prototype and static.
7922         * value.h (value_subscripted_rvalue): Add prototype.
7923
7924         * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
7925         Fix output.
7926         * f-valprint.c (f_val_print): Likewise.
7927
7928 2008-04-21  Craig Silverstein  <csilvers@google.com>
7929
7930         * dwarf2read.c (zlib_decompress_section): Define abfd in the
7931         !HAVE_ZLIB_H case.
7932
7933 2008-04-21  Pedro Alves  <pedro@codesourcery.com>
7934
7935         * symfile.c (syms_from_objfile): Don't warn if lowest loadable
7936         section is not a code section.
7937
7938 2008-04-19  Craig Silverstein  <csilvers@google.com>
7939
7940         * NEWS: Add information on compressed debug sections.
7941
7942 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
7943
7944         * mi/mi-cmd-var.c (varobj_update_one): Print new
7945         value for variable objects that changed type.
7946
7947 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
7948
7949         * varobj.c (varobj_invalidate): Don't touch floating
7950         varobjs.
7951
7952 2008-04-19  Mark Kettenis  <kettenis@gnu.org>
7953
7954         * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
7955         (multiple_symbols_cancel): Remove extra const.
7956         * symtab.h: Likewise.
7957
7958 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
7959
7960         * interps.c (top_level_interpreter): Rename static variable...
7961         (top_level_interpreter_ptr): ...to this.
7962         (top_level_interpreter): New function.
7963
7964         * interps.h: New extern for top_level_interpreter.
7965
7966         * linespec.c: Include interps.h and mi/mi-cmds.h.
7967         (decode_line_2): When using MI, always set all breakpoints in menu.
7968
7969         * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
7970
7971 2008-04-18  Craig Silverstein  <csilvers@google.com>
7972
7973         * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
7974         * config.in, configure: Regenerate.
7975         * dwarf2read.c: Include zlib.h if present.
7976         Modified *_SECTION macros.
7977         (section_is_p): New.
7978         (dwarf2_locate_sections): Use section_is_p instead of strcmp
7979         (dwarf2_resize_section): New.
7980         to determine whether a given section has a given name.
7981         (zlib_decompress_section): New.
7982         (dwarf2_read_section): Read the compressed section if present
7983         in the binary.
7984         * MAINTAINERS: Added myself to section Write After Approval.
7985
7986 2008-04-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7987
7988         * defs.h (exec_set_section_offsets): Remove prototype.
7989         * exec.c (exec_set_section_offsets): Remove function.
7990
7991 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
7992
7993         * stabsread.c (cleanup_undefined_types_1): Add instance flags check
7994         in the search for the matching symbol.
7995
7996 2008-04-17  Marc Khouzam  <marc.khouzam@ericsson.com>
7997
7998         * breakpoint.c (update_watchpoint): Always reparse
7999         condition.
8000
8001 2008-04-17  Joel Brobecker  <brobecker@adacore.com>
8002
8003         * breakpoint.c (print_one_breakpoint_location): Make sure to print
8004         the breakpoint address only once.
8005
8006 2008-04-17  Dennis Roberts  <dennis.roberts@sunquestinfo.com>
8007
8008         * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
8009         rather than a hard-coded architecture, for xcoff executables.
8010
8011 2008-04-17  Doug Evans  <dje@google.com>
8012
8013         * buildsym.c (watch_main_source_file_lossage): New fn.
8014         (end_symtab): Call it.
8015
8016         * source.c (find_and_open_source): Add some comments clarifying
8017         handling of FULLNAME argument.  Make static.  Remove pointless
8018         xstrdup/xfree.
8019
8020 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
8021
8022         * inf-loop.c (inferior_event_handler): Also run the intermediate
8023         continuations in the INF_EXEC_COMPLETE case.
8024
8025 2008-04-16  Tom Tromey  <tromey@redhat.com>
8026
8027         * cli/cli-decode.h (CMD_ASYNC_OK): New define.
8028         (set_cmd_async_ok, get_cmd_async_ok): Declare.
8029         * cli/cli-decode.c (set_cmd_async_ok): New function.
8030         (get_cmd_async_ok): New function.
8031         * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
8032         "show" as async-ok.
8033         * top.c (execute_command): Use get_cmd_async_ok.
8034         * infcmd.c: Include cli/cli-decode.h.
8035         (_initialize_infcmd): Mark "interrupt" as async-ok.
8036         * Makefile.in (infcmd.o): Depend on cli_decode_h.
8037
8038 2008-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
8039
8040         PR gdb/2445
8041         * exec.c: Correct "arch-utils.h" include.
8042
8043 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
8044
8045         PR gdb/2424
8046         * infrun.c (normal_stop) Move breakpoint_auto_delete further down
8047         to allow printing to 'see' real reason of stop. This fixes PR 2424.
8048         * breakpoint.c (bpdisp_texst): New function. The function takes over
8049         the role of bpstats static array in print_one_breakpoint_location.
8050         (print_it_typical): Print "Temporary breakpoint" instead
8051         of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
8052         protocols, print disp field.
8053         (print_one_breakpoint_location): Removed bpdisps static definition.
8054         Call new bpstat_text function to get value for 'disp' field.
8055         (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
8056
8057 2008-04-15  Daniel Jacobowitz  <dan@codesourcery.com>
8058
8059         * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
8060         gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
8061         by rerunning gnulib-tool with --aux-dir=gnulib/extra.
8062         * gnulib/Makefile.in: Regenerate.
8063
8064 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
8065
8066         * Makefile.in (GNULIB_H): New.  Trigger all-lib.
8067         (defs_h): Use $(GNULIB_H).
8068         (all-lib): Depend on gnulib/Makefile.
8069         (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
8070         * config.in, gnulib/Makefile.in: Regenerated.
8071
8072 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
8073
8074         * Makefile.in (LIBGNU, INCGNU): Define.
8075         (INTERNAL_CFLAGS_BASE): Add INCGNU.
8076         (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
8077         (CLEANDIRS): New.
8078         ($(LIBGNU), all-lib): New rules.
8079         (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
8080         * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
8081         Simplify AC_CONFIG_AUX_DIR.  Generate gnulib/Makefile.
8082         * gnulib: New directory, from gnulib-tool.
8083         * configure, aclocal.m4: Regenerated.
8084
8085 2008-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
8086
8087         * linux-thread-db.c (have_threads_callback): Check thread->private.
8088
8089 2008-04-13  Nick Roberts  <nickrob@snap.net.nz>
8090             Vladimir Prus  <vladimir@codesourcery.com>
8091
8092         Fix @-varobjs.
8093         * varobj.c (value_of_root): Update the expression for
8094         floating varobjs.
8095         * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
8096         report that.
8097
8098 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
8099
8100         * mi/mi-cmd-var.c: Include "mi-getopt.h".
8101         (mi_parse_format): New.  Factored out from mi_cmd_var_set_format.
8102         (mi_cmd_var_set_format): Use new mi_parse_format.
8103         (mi_cmd_var_evaluate_expression): Support for -f option to specify
8104         format.
8105         * Makefile.in (mi-cmd-var.o): Update dependencies.
8106
8107         * varobj.h (varobj_get_formatted_value): Declare.
8108         * varobj.c (my_value_of_variable): Added format parameter.
8109         (cplus_value_of_variable): Likewise.
8110         (java_value_of_variable): Likewise.
8111         (c_value_of_variable): Likewise.  Evaluate expression based
8112         on format parameter.
8113         (struct language_specific): Add format parameter to function member
8114         *value_of_variable.
8115         (varobj_get_formatted_value): New.
8116         (varobj_get_value): Added format parameter to method call.
8117
8118 2008-04-08  Joel Brobecker  <brobecker@adacore.com>
8119
8120         * stabsread.c (cleanup_undefined_types_noname): Manually set the
8121         instance flags of the undefined type before calling replace_type.
8122
8123 2008-04-08  Vladimir Prus  <vladimir@codesourcery.com>
8124
8125         * target.h (enum strata): Remove the download_stratum.
8126
8127 2008-04-07  Doug Evans  <dje@google.com>
8128
8129         * buildsym.h (last_source_file): Add dwarf info to comment.
8130         (last_source_start_addr): Ditto.
8131
8132 2008-04-07  Pedro Alves  <pedro@codesourcery.com>
8133
8134         * alphanbsd-tdep.c: Include "target.h".
8135         * mn10300-tdep.c: Include "target.h".
8136         * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
8137
8138 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
8139
8140         Fix breakpoint condition that use member variables.
8141         * valops.c (check_field): Remove.
8142         (check_field_in): Rename to check_field.
8143         (value_of_this): Use la_name_of_this.
8144         * value.h (check_field): Adjust prototype.
8145
8146         * language.h (la_value_of_this): Rename to la_name_of_this.
8147         * language.c (unknown_language_defn): Specify "this" for
8148         name_of_this.
8149         (auto_language_defn): Likewise.
8150         (local_language_defn): Likewise.
8151         * ada-lang.c (ada_language_defn): Adjust comment.
8152         * c-lang.c (c_language_defn): Adjust comment.
8153         (cplus_language_defn): Specify "this" for name_of_this.
8154         (asm_language_defn): Adjust comment.
8155         (minimal_language_defn): Adjust comment.
8156         * f-lang.c (f_language_defn): Specify NULL for name_of_this.
8157         * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
8158         * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
8159         * objc-lang.c (objc_language_defn): Specify "self" for
8160         name_of_this.
8161         * p-lang.c (pascal_language_defn): Specify "this" for
8162         name_of_this.
8163         * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
8164
8165         * symtab.c (lookup_symbol_aux): Lookup "this" in the
8166         proper scope, and check for field in type of "this", without
8167         trying to create a value.
8168
8169 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
8170
8171         * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
8172         (mi_error_message): Delete declaration.
8173         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
8174         returning MI_CMD_ERROR.
8175         * mi/mi-main.c (mi_error_message): Delete.
8176         (mi_cmd_exec_interrupt):
8177         (mi_cmd_thread_select, mi_cmd_thread_list_ids)
8178         (mi_cmd_thread_info): Call error instead of returning
8179         MI_CMD_ERROR.
8180         (mi_cmd_data_list_register_values): Call error instead of
8181         returning MI_CMD_ERROR.  Adapt to new get_register interface.
8182         (get_register): Change return typo to void.  Call error instead of
8183         returning MI_CMD_ERROR.
8184         (mi_cmd_data_write_register_values): Call error instead of
8185         returning MI_CMD_ERROR.
8186         (mi_cmd_list_features): Return MI_CMD_DONE.
8187         (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
8188         (mi_execute_command): Always print exceptions with -error.
8189
8190 2008-04-04  Joel Brobecker  <brobecker@adacore.com>
8191
8192         * NEWS: Mention new commands set/show multiple-symbols.
8193
8194 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
8195
8196         * symtab.c (multiple_symbols_ask, multiple_symbols_all)
8197         (multiple_symbols_cancel): New constants.
8198         (multiple_symbols_modes, multiple_symbols_mode): New static globals.
8199         (multiple_symbols_select_mode): New function.
8200         (_initialize_symtab): Add new set/show multiple-symbols commands.
8201         * symtab.h (multiple_symbols_ask, multiple_symbols_all)
8202         (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
8203         * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
8204         setting.
8205         * linespec.c (decode_line_2): Likewise.
8206
8207 2008-04-03  Doug Evans  <dje@sebabeach.org>
8208
8209         * symtab.h (enum free_code): Delete free_contents, unused.
8210         * symmisc.c (free_symtab_block): Delete.
8211         (free_symtab, case free_code): Delete.
8212
8213 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
8214
8215         * valops.c (value_cast_structs): New function. Cast related
8216         STRUCT types up/down and return cast value. The body of this
8217         function comes mostly from value_cast_pointers.
8218         (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
8219         to value_cast_structs. Now value_cast_pointers needs only create
8220         appropriate reference after using value_cast_structs for actual
8221         casting.
8222         (value_cast): Handle references.
8223
8224 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
8225
8226         * MAINTAINERS: Added myself to section Write After Approval.
8227
8228 2008-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
8229
8230         * ia64-tdep.c (examine_prologue): Correct array access.
8231
8232 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
8233
8234         * cp-support.c (first_component_command): Return if no arguments.
8235
8236 2008-03-28  Carlos O'Donell  <carlos@codesourcery.com>
8237
8238         * ser-mingw.c (ser_windows_open): Open requested name.
8239
8240 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
8241
8242         * MAINTAINERS: Added myself.
8243
8244 2008-03-28  Pedro Alves  <pedro@codesourcery.com>
8245
8246         * target.c (find_default_run_target): Allow a NULL `do_mesg'
8247         parameter.  If it is NULL, don't call error.
8248         (find_default_can_async_p, find_default_is_async_p): Pass NULL as
8249         `do_mesg' parameter to find_default_run_target.  If no target was
8250         found, return 0.
8251
8252 2008-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
8253
8254         * mips-linux-tdep.c: Update N32/N64 signal frame comments.
8255         (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
8256         (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
8257         Delete.
8258         (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
8259
8260 2008-03-27  Joel Brobecker  <brobecker@adacore.com>
8261
8262         GDB 6.8 released.
8263
8264 2008-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
8265
8266         * features/Makefile (%.dat): Set xmltarget to the base filename
8267         of the XML source, without subdirectory.
8268         * regformats/rs6000/powerpc-32.dat: Regenerate.
8269         * regformats/rs6000/powerpc-64.dat: Regenerate.
8270         * regformats/rs6000/powerpc-e500.dat: Regenerate.
8271
8272 2008-03-27  Markus Deuling  <deuling@de.ibm.com>
8273
8274         * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
8275         objfile arch.
8276
8277 2008-03-27  Nick Roberts  <nickrob@snap.net.nz>
8278
8279         * mi/mi-main.c (enum captured_mi_execute_command_actions):
8280         Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
8281
8282 2008-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
8283
8284         * objfiles.h (struct objfile): New GDBARCH member.
8285         (get_objfile_arch): Add prototype.
8286         * objfiles.c: Include "arch-utils.h".
8287         (allocate_objfile): Look up gdbarch associated with bfd.
8288         (get_objfile_arch): New function.
8289         * Makefile (objfiles.o): Update dependencies.
8290
8291         * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
8292         by objfile arch.
8293         * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
8294         by frame arch.
8295         (locexpr_describe_location): Replace current_gdbarch by
8296         objfile arch.
8297         * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
8298         (dwarf2_add_field): Likewise.
8299         (read_tag_pointer_type): Likewise.
8300         (read_base_type): Likewise.
8301         (new_symbol): Likewise.
8302
8303         * coffread.c (decode_type): Add OBJFILE argument.  Update callers.
8304         (decode_base_type, decode_function_type): Likewise.
8305         (coff_read_struct_type, coff_read_enum_type): Likewise.
8306         (coff_symtab_read): Replace current_gdbarch by objfile arch.
8307         (decode_base_type): Likewise.
8308         (coff_read_enum_type): Likewise.
8309         (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
8310         (coff_read_enum_type): Likewise.
8311
8312         * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
8313         (end_psymtab): Likewise.
8314         (process_one_symbol): Likewise.
8315
8316         * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
8317         (parse_procedure): Likewise.
8318         (parse_partial_symbols): Likewise.
8319
8320         * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
8321
8322         * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
8323         Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
8324         built-in types.
8325         (read_range_type): Replace current_gdbarch by objfile arch.  Replace
8326         static range_index_type by built-in type.
8327         (read_one_struct_field): Replace current_gdbarch by objfile arch.
8328         (read_enum_type): Likewise.
8329
8330         * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
8331         objfile arch.
8332
8333 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
8334
8335         * varobj.h (varobj_floating_p): Declare.
8336         * varobj.c (varobj_floating_p): New.
8337         * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
8338         '@' as the name, update all floating varobjs.
8339
8340 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
8341
8342         * varobj.c (struct varobj_root): Rename use_selected_frame to
8343         floating, and clarify the meaning.
8344         (varobj_create, varobj_update,  new_root_variable): Adjust.
8345         (value_of_root): Don't use type_changed as in variable,
8346         adjust comment.
8347         (c_value_of_root): Adjust.
8348
8349 2008-03-25  Pedro Alves  <pedro@codesourcery.com>
8350
8351         * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
8352         gdb's thread list.
8353         (linux_nat_wait): Add main lwp to gdb's thread list.
8354         * linux-thread-db.c (find_new_threads_callback): Also attach to
8355         already listed threads which thread_db didn't know about yet.
8356
8357 2008-03-25  Pedro Alves  <pedro@codesourcery.com>
8358
8359         * linux-nat.c (drain_queued_events): Fix comment typo.
8360         (linux_nat_attach): In async mode, don't rely on storing a pending
8361         status.  Instead place the wait status on the pipe.
8362         (linux_nat_resume): Remove unreacheable shortcut code in async
8363         mode.
8364         (stop_wait_callback): In async mode, don't store pending status.
8365         Instead, cancel breakpoints or resend the signal appropriatelly.
8366         (cancel_breakpoint): New, refactored from
8367         cancel_breakpoints_callback.
8368         (cancel_breakpoints_callback): Call cancel_breakpoint.
8369         (pipe_to_local_event_queue): Remove special token processing.
8370         (linux_nat_wait): Issue an internal error if a pending status is
8371         found in async mode.
8372
8373 2008-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
8374
8375         * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
8376
8377 2008-03-24  Nick Roberts  <nickrob@snap.net.nz>
8378             Vladimir Prus  <vladimir@codesourcery.com>
8379
8380         * varobj.c  (struct varobj_root): New component thread_id.
8381         (varobj_get_thread_id, check_scope): New functions.
8382         (c_value_of_root): Use check_scope.  Switch to the
8383         proper thread if necessary.
8384
8385         * varobj.h (varobj_get_thread_id): New extern.
8386
8387         * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
8388
8389 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
8390
8391         PR gdb/544
8392         * top.c: Revert 2008-03-21 changes.
8393
8394 2008-03-23  Vladimir Prus  <vladimir@codesourcery.com>
8395
8396         * thread.c (make_cleanup_restore_current_thread): Make it
8397         globally visible.
8398         * gdbthread.h (make_cleanup_restore_current_thread): Declare.
8399         * varobj.c (varobj_update): Don't save/restore frame.
8400         (c_value_of_root): Save/restore thread and frame here,
8401         using make_cleanup_restore_current_thread.
8402         * Makefile.in: Update dependecies.
8403
8404 2008-03-23  Vladimir Prus  <vladimir@codesourcery.com>
8405
8406         * varobj.c (struct varobj_root): Clarify
8407         comment on the frame field.
8408         (varobj_create): Don't set frame if we have no
8409         block.
8410
8411 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
8412
8413         PR gdb/544
8414         Suggested by Jan Kratochvil:
8415         * top.c (gdb_rl_operate_and_get_next_completion): Call
8416         rl_redisplay_function.
8417         (gdb_rl_redisplay): New.
8418         (init_main): Set rl_redisplay_function.
8419
8420 2008-03-21  Thomas Mittelstaedt  <T.Mittelstaedt@cadenas.de>  (tiny change)
8421
8422         * aix-thread.c (pdc_read_regs): Fix compiler warning.
8423         (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
8424         (store_regs_kernel_thread): Likewise.
8425
8426 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
8427
8428         Linux native async support.
8429
8430         * target.h (struct target_ops): Delete to_async_mask_value and add
8431         to_async_mask.
8432         (target_is_async_p, target_async): Formatting.
8433         (target_async_mask_value): Delete.
8434         (target_async_mask): Delete function declaration, and add new
8435         target macro with the same name.
8436
8437         * target.c (update_current_target): Replace to_async_mask_value by
8438         to_async_mask.  Default to_async_mask to return_one.
8439         (target_async_mask): Delete.
8440         (find_default_can_async_p, find_default_is_async_p): New.
8441         (init_dummy_target): register find_default_can_async_p and
8442         find_default_is_async_p on the dummy target.
8443
8444         * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
8445         (debug_linux_nat_async): New global.
8446         (show_debug_linux_nat_async): New function.
8447         (linux_nat_async_enabled, linux_nat_async_mask_value)
8448         (linux_nat_event_pipe, linux_nat_num_queued_events)
8449         (linux_nat_async_events_enabled): New globals.
8450         (struct waitpid_result): New struct.
8451         (waitpid_queue): New global.
8452         (queued_waitpid, push_waitpid, drain_queued_events): New.
8453         (my_waitpid): Call queued_waitpid.
8454         (linux_child_follow_fork): Disable async events during the call.
8455         (blocked_mask): Delete.
8456         (sync_sigchld_action, async_sigchld_action): New globals.
8457         (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD.  In
8458         async mode, block events during the call.
8459         (linux_nat_create_inferior): New.
8460         (linux_nat_attach): In sync mode, restore the mask states.  In
8461         async mode, wake the event loop immediatelly.
8462         (detach_callback): Drain all queued events of the lwp we're
8463         detaching from.
8464         (linux_nat_detach): Block async mode, and drain events of the main
8465         process.
8466         (linux_nat_resume): If in async mode, mask async events during the
8467         call.  If short circuiting, force event loop to wake up.  If
8468         resuming, set target_executing, and register target events in the
8469         event loop.
8470         (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
8471         (linux_nat_wait): In async mode, block events during the call.
8472         Only enable/disable passing SIGINT to the inferior in sync mode.
8473         Get events from local waitpid queue.  If no interesting events was
8474         found, return to events loop.  Reregister target events in the
8475         event loop on exit.  In sync mode, no need to reblock SIGCHLD.
8476         (linux_nat_kill): Disable events on entry.
8477         (linux_nat_mourn_inferior): In sync mode, don't restore the masks
8478         here.  Detach async mode from the event loop if there are no more
8479         forks available, otherwise leave it on.
8480         (sigchld_handler): Assure this is called only in sync mode.
8481         (linux_async_permitted, linux_async_permitted_1): New globals.
8482         (set_maintenance_linux_async_permitted)
8483         (show_maintenance_linux_async_permitted): New functions.
8484         (linux_nat_is_async_p, linux_nat_can_async_p)
8485         (linux_nat_async_mask): New.
8486         (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
8487         (get_pending_events, async_sigchld_handler): New.
8488         (linux_nat_async_events): New.
8489         (async_terminal_is_ours): New global.
8490         (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
8491         (async_client_callback, async_client_context): New.
8492         (linux_nat_async_file_handler, linux_nat_async)
8493         (linux_nat_disable_async, linux_nat_enable_async): New.
8494         (linux_nat_add_target): Register linux_nat_create_inferior,
8495         linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
8496         linux_nat_async_mask, linux_nat_terminal_inferior and
8497         linux_nat_terminal_ours.
8498         (_initialize_linux_nat): Remove local action variable, and update
8499         code that used it to use sync_sigchld_action.  Add new
8500         "lin-lwp-async" debug set/show command.  Put the "lin-lwp" debug
8501         set/show command in the maintenance class.  Add new "linux-async"
8502         maintenance set/show command.  Block SIGCHLD by default.  Setup
8503         async_sichld_action, and sync_sigchld_action.  Install the default
8504         async mode.
8505         (lin_thread_get_thread_signals): Use a local sigset_t for blocking
8506         the cancel signals.
8507
8508         * linux-thread-db.c (re_check_for_thread_db): New.
8509         (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
8510         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
8511         (thread_db_async_mask): New.
8512         (init_thread_db_ops): Register thread_db_can_async_p,
8513         thread_db_is_async_p, thread_db_async and thread_db_async_mask.
8514
8515         * remote.c (remote_async_mask_value): New.
8516         (remote_return_zero): New.
8517         (init_remote_ops): Register remote_return_zero as callbacks of
8518         to_can_async_p and to_is_async_p.
8519         (remote_can_async_p, remote_is_async_p, remote_async): Update to
8520         use remote_async_mask_value.
8521         (remote_async_mask): New.
8522         (init_remote_async_ops): Remove to_async_mask_value setting and
8523         register remote_async_mask as to_async_mask callback in
8524         remote_async_ops.
8525
8526         * Makefile.in (linux-nat.o): Update.
8527
8528 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
8529
8530         * gdbthread.h (add_thread_with_info): New.
8531         * linux-thread-db.c: Add some documentation.
8532         (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
8533         (struct private_thread_info): Remove th_valid and ti_valid.
8534         Replace ti with tid.
8535         (thread_get_info_callback): Do not add TID to the new ptid.  Do
8536         not cache th or ti.
8537         (thread_db_map_id2thr, lwp_from_thread): Delete functions.
8538         (thread_from_lwp): Assert that the LWP is set.  Do not add TID to the
8539         new PTID.
8540         (attach_thread): Handle an already-existing thread.  Use
8541         add_thread_with_info.  Cache the th and tid.
8542         (detach_thread): Verify that private was set.  Remove verbose
8543         argument and printing.  Update caller.
8544         (thread_db_detach): Do not adjust inferior_ptid.
8545         (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
8546         (check_event, find_new_threads_callback): Do not add TID to the new PTID.
8547         (thread_db_wait): Do not use lwp_from_thread.
8548         (thread_db_pid_to_str): Use the cached TID.
8549         (thread_db_extra_thread_info): Check that private is set.
8550         (same_ptid_callback): Delete.
8551         (thread_db_get_thread_local_address): Do not use it or check
8552         is_thread.  Check that private is set.  Assume that the thread
8553         handle is already cached.
8554         (init_thread_db_ops): Remove to_resume and to_kill.
8555         * thread.c (add_thread_with_info): New.
8556         (add_thread): Use it.
8557         * linux-nat.c (find_thread_from_lwp): Delete.
8558         (exit_lwp): Do not use it.  Check print_thread_events.  Print before
8559         deleting the thread.
8560         (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
8561         * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
8562         * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
8563         printf_unfiltered for thread exits.
8564         * procfs.c (procfs_wait): Likewise.
8565
8566 2008-03-21  Chris Demetriou  <cgd@google.com>
8567
8568         * symtab.c (rbreak_command): Quote symbol name before passing
8569         it to break_command.
8570
8571 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
8572
8573         * eval.c (evaluate_subexp_for_address): Clarify error message.
8574         Use value_must_coerce_to_target.
8575         * infcall.c (value_arg_coerce): Call value_coerce_to_target.
8576         * valops.c (value_assign): Call value_coerce_to_target when
8577         assigning to anything but internalvars.  Leave GDB-side arrays
8578         as arrays when assigning to internalvars.
8579         (value_must_coerce_to_target, value_coerce_to_target): New.
8580         (value_coerce_array, value_addr): Call value_coerce_to_target.
8581         (value_array): Create the array in GDB's memory instead of
8582         the inferior's.
8583         * value.h (value_must_coerce_to_target, value_coerce_to_target):
8584         Declare.
8585
8586 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
8587
8588         * top.c (quit_confirm): Warn that we will kill the program.
8589
8590 2008-03-19  Pedro Alves  <pedro@codesourcery.com>
8591
8592         * inflow.c (terminal_ours_1): Guard access to
8593         inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
8594
8595 2008-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
8596             Jim Blandy  <jimb@codesourcery.com>
8597             Daniel Jacobowitz  <drow@false.org>
8598
8599         * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
8600         (dwarf2_read_address): Update prototype.
8601
8602         * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
8603         (signed_address_type): Likewise.
8604         (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
8605         (execute_stack_op): Update calls to unsigned_address_type,
8606         signed_address_type and dwarf2_read_address.  Fix implementation
8607         of DW_OP_deref_size.
8608
8609         * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
8610         (dwarf2_per_cu_addr_size): Likewise.
8611         (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
8612         (struct dwarf2_loclist_baton): Likewise.
8613
8614         * dwarf2loc.c (find_location_expression): Update calls to
8615         dwarf2_read_address.  Use dwarf2_per_cu_objfile and
8616         dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
8617         (locexpr_describe_location): Likewise.
8618         (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
8619         Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
8620         (dwarf2_loc_desc_needs_frame): Add PER_CU parameter.  Set ctx->addr_size
8621         to dwarf2_per_cu_addr_size (per_cu).
8622         (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
8623         (loclist_read_variable): Likewise.
8624         (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
8625
8626         * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
8627         instead of baton->objfile.
8628         (dwarf2_per_cu_obfile): New function.
8629         (dwarf2_per_cu_addr_size): Likewise.
8630
8631         * dwarf2-frame.c (struct comp_unit): Move higher.
8632         (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
8633         (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
8634         (execute_cfa_program): Add FDE parameter.  Replace EH_FRAME_P
8635         parameter by using fde->eh_frame_p.  Use read_encoded_value
8636         to implement DW_CFA_set_loc.
8637         (struct dwarf2_frame_cache): Add ADDR_SIZE member.
8638         (dwarf2_frame_cache): Set cache->addr_size.  Update calls to
8639         execute_stack_op and execute_cfa_program.
8640         (dwarf2_frame_prev_register): Update calls to execute_stack_op.
8641         (size_of_encoded_value): Remove.
8642         (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
8643         Remove call to size_of_encoded_value.  Implement DW_EH_PE_funcrel.
8644         (add_cie): Set cie->unit backlink.
8645         (decode_frame_entry_1): Set cie->addr_size.  Update calls to
8646         read_encoded_value.
8647         (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
8648
8649 2008-03-17  Markus Deuling  <deuling@de.ibm.com>
8650
8651         * i386-tdep.c (i386_print_insn): Remove unnecessary call to
8652         gdbarch_bfd_arch_info.
8653
8654 2008-03-17  Joel Brobecker  <brobecker@adacore.com>
8655
8656         * aix-thread.c (pdc_read_regs): Minor reformatting.
8657
8658 2008-03-17  Vladimir Prus  <vladimir@codesourcery.com>
8659
8660         * thread.c (print_thread_info): Don't insist
8661         on having current thread if there are no
8662         threads at all.
8663
8664 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
8665
8666         * infcmd.c (attach_command_post_wait)
8667         (attach_command_continuation): New.
8668         (attach_command): Support background async execution, and async
8669         execution in synchronous mode.
8670
8671 2008-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
8672
8673         * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
8674         * symmisc.c (dump_symtab_1): Likewise.
8675         * wrapper.c (gdb_value_struct_elt): Likewise.
8676
8677 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
8678
8679         * linux-nat.c (linux_nat_filter_event): Fix comment typo.
8680
8681 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
8682
8683         * linux-nat.c (linux_nat_filter_event): New, refactored from
8684         linux_nat_wait.
8685         (linux_nat_wait): Call linux_nat_filter_event.
8686
8687 2008-03-17  Ulrich Weigand  <uweigand@de.ibm.com>
8688
8689         * top.c (execute_command): Fix uninitialized variable error.
8690
8691 2008-03-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
8692
8693         * Makefile.in (amd64nbsd-nat.o): New dependency.
8694         * amd64nbsd-nat.c: Include "nbsd-nat.h".
8695         (_initialize_amd64nbsd_nat): Update target vector to use
8696         nbsd_pid_to_exec_file.
8697         * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
8698
8699 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
8700
8701         Remove ignoring leading exec events code.
8702         * fork-child.c (startup_inferior): Do not set
8703         inferior_ignoring_leading_exec_events.
8704         * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
8705         (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
8706         * infrun.c (inferior_ignoring_leading_exec_events): Remove.
8707         (handle_inferior_event): Remove code for ignoring leading exec
8708         events.
8709         * target.c (update_current_target): Do not inherit, or default,
8710         to_reported_exec_events_per_exec_call.
8711         (debug_to_reported_exec_events_per_exec_call): Remove.
8712         (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
8713         * target.h (target_reported_exec_events_per_exec_call): Remove.
8714         (struct target): Remove the to_reported_exec_events_per_exec_call
8715         field.
8716
8717 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
8718
8719         Implement -thread-info.
8720         * gdbthread.h (print_thread_info): Declare.
8721
8722         * thread.c (print_thread_info): New, extracted
8723         from info_threads_command and adjusted to
8724         work for CLI and MI.
8725         (info_threads_command): Use print_thread_info.
8726         * Makefile.in: Update dependencies.
8727
8728         * mi/mi-cmds.c (mi_cmds): Specify a handler
8729         for -thread-info.
8730         * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
8731         * mi/mi-main.c (mi_cmd_thread_info): New.
8732         (mi_cmd_list_features): Include 'thread-info'.
8733
8734 2008-03-14  Kevin Buettner  <kevinb@redhat.com>
8735
8736         * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
8737         to decide whether to match instruction patterns using "sw" and "sd".
8738
8739 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8740
8741         * infcmd.c (jump_command): Postpone disabling stdin until after
8742         the possible query.
8743
8744 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8745
8746         * inflow.c (gdb_getpgrp): New.
8747         (gdb_has_a_terminal): Use get_getpgrp.
8748         (terminal_ours_1): If attach_flag is set, don't refetch
8749         inferior_process_group.
8750
8751 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8752
8753         * features/library-list.dtd: Allow "section" elements as children
8754         of "library".  Add "section" element and describe its attributes.
8755
8756         * solib-target.c (struct lm_info): Add section_bases member.
8757         (library_list_start_segment): Error out if seen a section element.
8758         (library_list_start_section): New.
8759         (library_list_end_library): New.
8760         (solib_target_free_library_list): Free section_bases.
8761         (section_attributes): New.
8762         (library_children): Make "segment" optional.  Add "section" child.
8763         (library_list_children): Register library_list_end_library.
8764         (solib_target_relocate_section_addresses): Handle section bases.
8765
8766         * NEWS: Mention new qXfer:libraries:read section offsets support.
8767
8768 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
8769
8770         * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
8771         (make_exec_error_cleanup): Remove declarations.
8772         * utils.c (exec_error_cleanup_chain): Remove.
8773         (do_exec_error_cleanups, discard_exec_error_cleanups)
8774         (make_exec_error_cleanup): Remove.
8775         * event-loop.c (start_event_loop): Adjust call to
8776         async_enable_stdin.
8777         * event-top.c (async_enable_stdin): Remove the paramater dummy.
8778         (async_disable_stdin): Don't register async_enable_stdin via
8779         cleanup.
8780         * inf-loop.c (inferior_event_handler): Don't
8781         call do_exec_error_cleanups.  Call async_enable_stdin instead.
8782         * event-loop.c (start_event_loop): Adjust call to
8783         async_enable_stdin.
8784         * tui/tui-interp.c (tui_command_loop): Adjust call to
8785         async_enable_stdin.
8786
8787 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
8788
8789         Async mode fixes.
8790         * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
8791         * breakpoint.c (bpstat_do_actions): In async mode,
8792         don't jump to top expecting stop_bpstat to be already
8793         updated.
8794         * event-loop.c (start_event_loop): Call async_enable_stdin
8795         on exception.
8796         * event-top.c (async_enable_stdin): Do nothing if sync_execution
8797         is not set.
8798         (command_handler): Do not setup continuation here.
8799         (command_line_handler_continuation): Move to...
8800         * top.c (command_line_handler_continuation): ... here.
8801         (execute_command): In async mode, register continuation.
8802         Don't check frame's language in running in async mode.
8803         * exceptions.c (throw_exception): Don't do exec_error_cleanups.
8804         * inf-loop.c (complete_execution): Inline into...
8805         (inferior_event_handler): ... here.  Clear target_executing before
8806         doing any cleanups.  Don't try to show prompt if the target was
8807         resumed.
8808         * infcmd.c (signal_command): Add support for async mode.
8809         (finish_command): Only add continuation if the target was
8810         successfully resumed.
8811         * remote.c (init_async_opts): Register to_get_thread_local_address
8812         handler.
8813         * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
8814         with sync_execution.
8815         * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
8816         on exception.
8817
8818 2008-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8819
8820         * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
8821         * exec.c (exec_bfd_mtime): Define.
8822         (exec_close): Clear it.
8823         (exec_file_attach): Set it.
8824         * gdbcore.h (exec_bfd_mtime): Declare.
8825         * source.c (find_source_lines): Do not use bfd_get_mtime.
8826
8827 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
8828
8829         * top.c (simplified_command_loop): Remove.
8830
8831 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
8832
8833         Remove unused remote.c hooks.
8834         * remote.c (deprecated_target_resume_hook)
8835         (deprecated_target_wait_loop_hook): Remove.
8836         (remote_resume): Do not call deprecated_target_resume_hook.
8837         (remote_wait): Do not call deprecated_target_wait_loop_hook.
8838         (remote_async_wait): Likewise.
8839
8840 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
8841
8842         Implement MI notification for new threads.
8843         * doc/observer.texi (new_thread): Document.
8844         * observer.sh: Forward declare struct thread_info.
8845         * thread.c (add_thread): Notify observer.
8846
8847         * interps.h (interp_init_ftype): New parameter
8848         top_level.
8849         (interp_set): Likewise.
8850         (top_level_interpreter_data): Declare.
8851         * interps.c (interp_set): New parameter top_level.
8852         Pass it to interpreter's init function.  Remember
8853         top level interpreter.
8854         (interpreter_exec_cmd): Adjust.
8855         (top_level_interpreter_data): New.
8856         * main.c (captured_main): Pass 1 for top_level
8857         parameter of interp_set.
8858         * cli/cli-interp.c (cli_interpreter_init): New
8859         parameter top_level.
8860         * tui/tui-interp.c (tui_init): New parameter top_level.
8861
8862         * mi/mi-interp.c (mi_new_thread): New.
8863         (mi_interpreter_init): If top level, register
8864         observer for new threads.
8865
8866         * Makefile.in (mi-interp.o, thread.o): Update dependencies.
8867
8868 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8869
8870         * top.c (execute_command): Disable break and stop
8871         commands in async mode.
8872
8873 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8874
8875         revert:
8876         2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8877         * inf-loop.c (inferior_event_handler): Don't include remote.h.
8878         Call target_stop in the INF_QUIT_REQ case.
8879         * Makefile.in (inf-loop.o): Update.
8880
8881 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8882
8883         * inf-loop.c (inferior_event_handler): Don't include remote.h.
8884         Call target_stop in the INF_QUIT_REQ case.
8885         * Makefile.in (inf-loop.o): Update.
8886
8887 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
8888
8889         * top.c (execute_command): Enable break, info and interrupt
8890         commands in async mode.
8891
8892 2008-03-13  Vladimir Prus  <vladimir@codesourcery.com>
8893             Daniel Jacobowitz  <dan@codesourcery.com>
8894
8895         * breakpoint.h (breakpoint_restore_shadows): New
8896         declaration.
8897         * breakpoint.c (breakpoint_restore_shadows): New.
8898         (read_memory_nobpt): Delete.
8899         * gdbcore.h (read_memory_nobpt): Delete declaration.
8900         * target.c (memory_xfer_partial): Call
8901         breakpoint_restore_shadows.
8902         (restore_show_memory_breakpoints)
8903         (make_show_memory_breakpoints_cleanup): New.
8904         (show_memory_breakpoints): New.
8905         * target.h (make_show_memory_breakpoints_cleanup): Declare.
8906         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
8907         Make sure we see memory breakpoints when checking if
8908         breakpoint is still there.
8909         * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
8910         hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
8911         m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
8912         sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
8913
8914 2008-03-12  Pedro Alves  <pedro@codesourcery.com>
8915
8916         * thread.c (add_thread): Use printf_unfiltered to print.
8917
8918 2008-03-12  Joel Brobecker  <brobecker@gnat.com>
8919
8920         * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
8921         that is true only on x86-solaris and x86_64-solaris.
8922         * procfs.c: Likewise. Move procfs_find_LDT_entry up together
8923         with proc_get_LDT_entry.
8924
8925 2008-03-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8926
8927         * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
8928         * config.in, configure: Regenerate.
8929         * fork-child.c (fork_inferior): Call create_tty_session.
8930         * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
8931         (create_tty_session): New function.
8932         * terminal.h: Declare create_tty_session.
8933
8934 2008-03-12  Alan Modra  <amodra@bigpond.net.au>
8935
8936         PR 5900
8937         * elfread.c (elf_symtab_read): Make shndx an unsigned int.
8938         * mipsread.c: Include elf/internal.h.
8939         (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
8940         to internal range.
8941
8942 2008-03-11  Markus Deuling  <deuling@de.ibm.com>
8943
8944         * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
8945         to get at the current architecture and at the target specific vector.
8946         Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
8947         remove define of I387_ST0_REGNUM.
8948
8949         * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
8950
8951         (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
8952         get at the current architecture
8953         (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
8954         parameter.
8955
8956         * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
8957         I387_NUM_XMM_REGS and I387_MM0_REGNUM.
8958
8959         (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
8960         I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
8961         (I387_FSTAT_REGNUM): Add target specific vector as parameter.
8962
8963         (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
8964         at the target specific vector.
8965
8966         (i386_get_longjmp_target): Use get_frame_arch to get at the current
8967         architecture. Use gdbarch_tdep to get at the target specific vector.
8968
8969         (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
8970         update caller. Use gdbarch_tdep to get at the target specific vector.
8971
8972         (i386_register_to_value: Use get_frame_arch to get at the current
8973         architecture.
8974
8975         * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
8976         parameter.
8977
8978         * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
8979         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
8980         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
8981         FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
8982
8983         (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
8984         undef's.
8985
8986         (i387_convert_register_p, i387_register_to_value,
8987         i387_value_to_register): Update call for i386_fp_regnum_p.
8988
8989         * i387-tdep.h: Remove comment.
8990         (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
8991         (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
8992         I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
8993         I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
8994         I387_MXCSR_REGNUM): Add target specific vector as parameter.
8995
8996 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
8997
8998         * Makefile.in (fork-child.o): Update.
8999         * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
9000         argument.  Gather all gdbserver features together.
9001         * fork-child.c (exec_wrapper): New variable.
9002         (fork_inferior): Use it.
9003         (startup_inferior): Skip an extra trap if using "set exec-wrapper".
9004         (unset_exec_wrapper_command, _initialize_fork_child): New.
9005
9006 2008-03-10  Hidetaka Takano  <hidetaka.takano@glb.toshiba.co.jp>
9007
9008         * source.c (directory_command): Modify the determination of
9009         condition of terminal "from_tty".
9010
9011 2008-03-10  Matt Rice  <ratmice@gmail.com>
9012
9013         * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
9014
9015 2008-03-10  Hidetaka Takano  <hidetaka.takano@glb.toshiba.co.jp>
9016
9017         * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
9018         of the data passing to strtoulst function.
9019         (info_spu_signal_command): Likewise.
9020
9021 2008-03-08  Vladimir Prus  <vladimir@codesourcery.com>
9022
9023         * mi/mi-interp.c (mi_command_loop): Remove
9024         commented-out code.
9025
9026 2008-03-07  Joel Brobecker  <brobecker@adacore.com>
9027
9028         * remote.c (extended_remote_attach_1): Make local variable pid an int
9029         instead of a pid_t.
9030
9031 2008-03-07  Joel Brobecker  <brobecker@adacore.com>
9032
9033         * solib-svr4.c (svr4_same_1): New function, originally extracted
9034         from svr4_same and expanded to handle the sparc64 case.
9035         (svr4_same): Move up and reimplement using svr4_same_1.
9036         (enable_break): Use svr4_same_1 to do shared library name comparisons.
9037
9038 2008-03-07  Ramana Radhakrishnan  <ramana.r@gmail.com>
9039
9040         * MAINTAINERS: Move self to Paper trail.
9041
9042 2008-03-05  Daniel Jacobowitz  <dan@codesourcery.com>
9043
9044         * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
9045         * event-loop.c (call_async_signal_handler): New.
9046         * event-loop.h (call_async_signal_handler)
9047         (gdb_call_async_signal_handler): Declare.
9048         (mark_async_signal_handler): Add comments.
9049         * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
9050         * mingw-hdep.c (sigint_event, sigint_handler): New.
9051         (gdb_select): Use them.  Wait for the readline signal handler
9052         to finish.
9053         (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
9054         * posix-hdep.c (gdb_call_async_signal_handler): New function.
9055         * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
9056         New.
9057         (remote_fileio_ctrl_c_signal_handler): Use
9058         gdb_call_async_signal_handler.
9059         (initialize_remote_fileio): Initialize sigint_fileio_token.
9060         * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
9061         not initialize tokens here.
9062         (handle_remote_sigint_twice): Likewise.  Reinstall
9063         handle_remote_sigint.
9064         (async_remote_interrupt_twice): Just call interrupt_query.
9065         (cleanup_sigint_signal_handler): Do not delete tokens.
9066         (remote_interrupt, remote_interrupt_twice): Use
9067         gdb_call_async_signal_handler.
9068         (interrupt_query): Reinstall the default signal handler.
9069         (_initialize_remote): Initialize tokens here.
9070
9071 2008-03-04  Joel Brobecker  <brobecker@adacore.com>
9072
9073         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
9074         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
9075         Change the type of the lr register to code_ptr.
9076         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
9077         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
9078         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
9079         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
9080         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
9081         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
9082         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
9083
9084 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
9085
9086         * MAINTAINERS: Update my email address.
9087
9088 2008-03-03  Keith Seitz  <keiths@redhat.com>
9089
9090         From Dave Murphy  <davem@devkitpro.org>:
9091         * configure.ac: Set tcl configdir to win under mingw.
9092         * configure: Regenerate.
9093
9094 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
9095
9096         * breakpoint.c (fetch_watchpoint_value): New function.
9097         (update_watchpoint): Set and clear val_valid.  Use
9098         fetch_watchpoint_value.  Handle unreadable values on the
9099         value chain.  Correct check for user-requested array watchpoints.
9100         (breakpoint_init_inferior): Clear val_valid.
9101         (watchpoint_value_print): New function.
9102         (print_it_typical): Use it.  Do not free or clear old_val.  Print
9103         watchpoints even if old_val == NULL.
9104         (watchpoint_check): Use fetch_watchpoint_value.  Check for values
9105         becoming readable or unreadable.
9106         (watch_command_1): Use fetch_watchpoint_value.  Set val_valid.
9107         (do_enable_watchpoint): Likewise.
9108         * breakpoint.h (struct breakpoint): Update comment for val.  Add
9109         val_valid.
9110         * NEWS: Mention watchpoints on inaccessible memory.
9111
9112 2007-02-29  Daniel Jacobowitz  <dan@codesourcery.com>
9113
9114         * Makefile.in (i386-nat.o): Update.
9115         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
9116         i386_use_watchpoints.
9117         * i386-linux-nat.c (_initialize_i386_linux_nat): Call
9118         i386_use_watchpoints.
9119         * i386-nat.c (i386_stopped_data_address): Take two arguments.
9120         (i386_stopped_by_watchpoint): Update call.
9121         (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
9122         * config/i386/nm-i386.h: Conditionalize definitions on
9123         ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
9124         (i386_use_watchpoints): Declare.
9125         (i386_stopped_data_address): Update.
9126         * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
9127         * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
9128
9129 2008-02-29  Joel Brobecker  <brobecker@adacore.com>
9130
9131         GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
9132         * version.in: Bump version to 6.8.50.20080229-cvs.
9133
9134 2008-02-28  Markus Deuling  <deuling@de.ibm.com>
9135
9136         * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
9137         properly.
9138
9139 2008-02-28  Tom Tromey  <tromey@redhat.com>
9140
9141         * infcmd.c (notice_args_read): Print result of get_inferior_args.
9142
9143 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
9144
9145         * infcmd.c (kill_if_already_running): Make static.  Use
9146         target_require_runnable.
9147         * target.c (target_require_runnable): New.
9148         * target.h (target_require_runnable): Declare.
9149
9150 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
9151
9152         * frame.c (reinit_frame_cache): Only annotate if frames were
9153         previously valid.
9154
9155 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
9156
9157         * regformats/reg-ppc.dat: Rename "ps" to "msr".
9158         * regformats/reg-ppc64.dat: Likewise.
9159
9160 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
9161
9162         * features/Makefile (%.dat): Emit xmltarget statement.
9163
9164         * regformats/regdat.sh: Support xmltarget and xmlarch statments.
9165         Generate code to set gdbserver_xmltarget in init_registers_${name}.
9166
9167         * regformats/arm-with-iwmmxt.dat: Regenerate.
9168         * regformats/mips64-linux.dat: Regenerate.
9169         * regformats/mips-linux.dat: Regenerate.
9170         * regformats/rs6000/powerpc-32.dat: Regenerate.
9171         * regformats/rs6000/powerpc-64.dat: Regenerate.
9172         * regformats/rs6000/powerpc-e500.dat: Regenerate.
9173
9174         * regformats/reg-arm.dat: Add xmlarch statement.
9175         * regformats/reg-i386.dat: Likewise.
9176         * regformats/reg-i386-linux.dat: Likewise.
9177         * regformats/reg-x86-64-linux.dat: Likewise.
9178         * regformats/reg-spu.dat: Likewise.
9179
9180 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
9181
9182         * remote.c (remote_wait, remote_async_wait): Stop if we receive
9183         an error.
9184
9185 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
9186
9187         * utils.c (debug_timestamp): New.
9188         (vfprintf_unfiltered): Print timestamps if requested.
9189         (show_debug_timestamp): New.
9190         (initialize_utils): Register "set debug timestamp".
9191         * NEWS: Mention "set debug timestamp".  Add GDB 6.8 section.
9192
9193 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
9194
9195         * breakpoint.c (skip_prologue_sal): New function.
9196         (resolve_sal_pc): Adjust SAL past prologue if the SAL was
9197         computed from a line number.
9198
9199 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
9200
9201         * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
9202         features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
9203         Set PC register type to "code_ptr".
9204         * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
9205         features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
9206         features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
9207         features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
9208         features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
9209         features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
9210         features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
9211         Regenerate.
9212
9213 2008-02-27  Ulrich Weigand  <uweigand@de.ibm.com>
9214
9215         * regformats/regdat.sh: Rename init_registers function in
9216         generated file to init_registers_${name}.
9217
9218         * regformats/reg-crisv32.dat: Set "name" to crisv32.
9219         * regformats/reg-ppc64.dat: Set "name" to ppc64.
9220         * regformats/reg-s390x.dat: Set "name" to s390x.
9221
9222 2008-02-26  Greg Law  <glaw@undo-software.com>
9223
9224         * regcache.c (registers_changed): Call reinit_frame_cache.
9225
9226 2008-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9227
9228         * configure.tgt (sh-*-linux*): Match sh*.  Add glibc-tdep.o.
9229         * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
9230         and svr4_fetch_objfile_link_map.
9231         * Makefile.in (sh-linux-tdep.o): Update.
9232
9233 2008-02-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9234
9235         * amd64-tdep.c (amd64_classify): Add support for decimal float
9236         types.
9237         * i386-tdep.c (i386_return_value): Make 128-bit decimal float
9238         use the struct return convention.
9239
9240 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
9241
9242         * breakpoint.c (print_one_breakpoint_location): Revert Enb field
9243         to old format.  Discard breakpoint address if shared library is
9244         unloaded.
9245         (breakpoint_1): Adjust formatting of table header accordingly.
9246
9247 2008-02-25  Vladimir Prus  <vladimir@codesourcery.com>
9248
9249        * remote.c (remote_get_threadlist): If the response
9250        is empty, don't try to parse it.
9251
9252 2008-02-23  Vladimir Prus  <vladimir@codesourcery.com>
9253
9254         Unbreak 'target async'.
9255         * serial.c (serial_async): Set the
9256         handler function before enabling async
9257         mode.
9258
9259 2008-02-22  Daniel Jacobowitz  <dan@codesourcery.com>
9260
9261         * solib-svr4.c (enable_break): Convert r_brk to a code address.
9262
9263 2008-02-21  Pedro Alves  <pedro@codesourcery.com>
9264
9265         * remote.c (extended_remote_attach_1): Set attach_flag.
9266         (extended_remote_create_inferior_1): Clear attach_flag.
9267
9268 2008-02-20  Daniel Jacobowitz  <dan@codesourcery.com>
9269
9270         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
9271         r_brk_offset.
9272         (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
9273         * solib-svr4.c (solib_svr4_r_brk): New.
9274         (open_symbol_file_object, svr4_current_sos): Always check the
9275         debug base.
9276         (svr4_fetch_objfile_link_map): Do not set debug_base.
9277         (enable_break): Use r_brk if it is set.
9278         (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
9279         (svr4_lp64_fetch_link_map_offsets): Likewise.
9280         * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
9281
9282 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
9283             Mark Kettenis  <kettenis@gnu.org>
9284
9285         * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
9286         trad_frame_saved_reg.
9287         (trad-frame.h): New include.
9288
9289         (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
9290         instead of frame_obstack_zalloc.
9291         (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
9292
9293         * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
9294
9295 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
9296
9297         * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
9298         from disassemble_info instead of gdbarch_byte_order.
9299
9300         * mips-tdep.c (gdb_print_insn_mips): Likewise.
9301         * arm-tdep.c (gdb_print_insn_arm): Likewise.
9302
9303 2008-02-20  Markus Deuling  <deuling@de.ibm.com>
9304
9305         * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
9306         gdbarch as parameter.
9307
9308         * gdbarch.{c,h}: Regenerate.
9309
9310         * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
9311         parameter.
9312         * mem-break.c (default_memory_insert_breakpoint)
9313         (default_memory_remove_breakpoint): Likewise.
9314         * target.h (default_memory_remove_breakpoint)
9315         (default_memory_insert_breakpoint): Likewise.
9316
9317         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
9318         parameter. Replace current_gdbarch by gdbarch.
9319         * m32r-tdep.c (m32r_memory_insert_breakpoint)
9320         (m32r_memory_remove_breakpoint): Likewise.
9321
9322 2008-02-19  Daniel Jacobowitz  <dan@codesourcery.com>
9323
9324         * MAINTAINERS: Add Vladimir Prus as MI maintainer.
9325
9326 2008-02-19  Joel Brobecker  <brobecker@adacore.com>
9327
9328         * NEWS: Add entry describing Add support improvements.
9329
9330 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
9331
9332         * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
9333         M68K_FP0_REGNUM.
9334
9335 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
9336
9337         * sentinel-frame.c (sentinel_frame_prev_register): Do not call
9338         register_offset_hack anymore.
9339
9340         * regcache.{c,h} (register_offset_hack): Remove.
9341
9342 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
9343
9344         * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
9345
9346         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
9347         current_gdbarch by gdbarch.
9348         (hppa64_hpux_find_global_pointer): Likewise.
9349         * hppa-tdep.c (hppa_find_global_pointer): Likewise.
9350         (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
9351         find_global_pointer.
9352
9353         * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
9354         parameter.
9355         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
9356
9357         * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
9358         of gdbarch_num_regs.
9359
9360         * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
9361         replace current_gdbarch by gdbarch.
9362         (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
9363
9364 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
9365
9366         * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
9367         and replace current_gdbarch by gdbarch.
9368
9369         (store_register): Update call for exec_one_dummy_insn.
9370         (fetch_register, store_register): Update call of regmap.
9371
9372         * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
9373         parameter and replace current_gdbarch by gdbarch.
9374
9375         (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
9376         the current architecture. Update call for getregs_supplies and
9377         getfpregs_supplies.
9378         (ppcnbsd_fetch_inferior_registers): Likewise.
9379
9380         * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
9381         replace current_gdbarch by gdbarch.
9382         (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
9383         get_regcache_arch to get at the current architecture. Update call for
9384         getfpregs_supplies.
9385
9386 2008-02-18  Markus Deuling  <deuling@de.ibm.com>
9387
9388         * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
9389         variables.
9390
9391 2008-02-15  Markus Deuling  <deuling@de.ibm.com>
9392
9393         * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
9394
9395 2008-02-14  Vladimir Prus  <vladimir@codesourcery.com>
9396
9397         * NEWS: Mention pending breakpints in MI.
9398
9399 2008-02-14  Markus Deuling  <deuling@de.ibm.com>
9400
9401         * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
9402
9403 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
9404
9405         Add script to build and test GDB using enable-targets=all.
9406
9407         * gdb_buildall.sh: New file.
9408
9409 2008-02-11  Maxim Grigoriev  <maxim2405@gmail.com>
9410
9411         * NEWS (New native configurations): Xtensa GNU/Linux.
9412         (New targets): Xtensa GNU/Linux.
9413         * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
9414         xtensa-linux-tdep.o
9415         (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
9416         (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
9417         * configure.tgt (xtensa*-*-linux*): New entry.
9418         * xtensa-config.c (xtensa_tdep): New variable.
9419         (xtensa_config_byte_order, xtensa_config_tdep): Removed.
9420         (rmap): Change format based on new macro XTREG.
9421         (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
9422         * xtensa-linux-nat.c: New.
9423         * xtensa-linux-tdep.c: New.
9424         * xtensa-xtregs.c: New.
9425         * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
9426         (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
9427         (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
9428         (xtensa_register_t): New field coprocessor.
9429         (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
9430         * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
9431         (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
9432         Update to handle privileged registers.
9433         (xtensa_supply_gregset) Remove exccause and excvaddr registers.
9434         (xtensa_push_dummy_call): Set windowstart register correctly.
9435         (call0_analyze_prologue): Initialize xtensa_default_isa.
9436         (xtensa_derive_tdep): New.
9437         (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
9438         xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
9439         Call xtensa_derive_tdep().
9440         * config/xtensa/linux.mh: New.
9441         * regformats/reg-xtensa.dat: New.
9442
9443 2008-02-09  Aleksandar Ristovski  <aristovski@qnx.com>  (tiny change)
9444
9445         * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
9446         (filenames.h): New include.
9447         * Makefile.in (corelow.o): Add dependency for filenames.h.
9448
9449 2008-02-08  Doug Evans  <dje@google.com>
9450
9451         * source.c (find_and_open_source): Always rewrite absolute filenames.
9452
9453 2008-02-07  Doug Evans  <dje@google.com>
9454
9455         * breakpoint.c: #include "hashtab.h".
9456         (ambiguous_names_p): New fn.
9457         (update_breakpoint_locations): When restoring bp enable status, don't
9458         compare function names if any functions have same name.
9459         * Makefile.in (breakpoint.o): Add hashtab.h dependency.
9460
9461 2008-02-07  Joel Brobecker  <brobecker@adacore.com>
9462
9463         * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
9464         instead of just a VEC*. Update use of SV.
9465         (ada_make_symbol_completion_list): Update symbol_completion_add calls.
9466
9467 2007-02-07  Joel Brobecker  <brobecker@adacore.com>
9468
9469         * NEWS: Put all new commands since gdb-6.7 together.
9470
9471 2007-02-07  Joel Brobecker  <brobecker@adacore.com>
9472
9473         * ada-lang.c: #include "vec.h".
9474         (struct string_vector, new_string_vector, string_vector_append):
9475         Delete.
9476         (char_ptr): New typedef.
9477         (DEF_VEC_P (char_ptr)): New VEC type.
9478         (symbol_completion_add): Update profile to take the new VEC type
9479         instead of the old string_vector structure. Update code accordingly.
9480         (ada_make_symbol_completion_list): Use the new VEC type instead of
9481         the old string_vector structure, and update the code accordingly.
9482         * Makefile.in (ada-lang.o): Add dependency on vec.h.
9483
9484 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
9485
9486         * p-exp.y: Set current_type in missing places.
9487         (leftdiv_is_integer): New static variable.
9488         Typecast right operand of BINOP_DIV to long_double if both operands
9489         are integers.
9490
9491 2008-02-06  Maciej W. Rozycki  <macro@mips.com>
9492
9493         * remote-mips.c (set_breakpoint): Rename to...
9494         (mips_set_breakpoint): ... this.
9495         (clear_breakpoint): Rename to...
9496         (mips_clear_breakpoint): ... this.
9497         (common_breakpoint): Rename to...
9498         (mips_common_breakpoint): ... this.
9499         (check_lsi_error): Rename to...
9500         (mips_check_lsi_error): ... this.
9501
9502 2007-02-05  Joel Brobecker  <brobecker@adacore.com>
9503
9504         * language.h (struct language_defn): Add new field
9505         la_make_symbol_completion_list.
9506         * symtab.c (default_make_symbol_completion_list): Renames
9507         make_symbol_completion_list.
9508         (make_symbol_completion_list): New function.
9509         * symtab.h (default_make_symbol_completion_list): Add declaration.
9510         * langauge.c (unknown_language): Set la_make_symbol_completion_list.
9511         (auto_language, local_language): Likewise.
9512         * objc-lang.c (objc_language_defn): Likewise.
9513         * scm-lang.c (scm_language_defn): Likewise.
9514         * m2-lang.c (m2_language_defn): Likewise.
9515         * f-lang.c (f_language_defn): Likewise.
9516         * jv-lang.c (java_language_defn): Likewise.
9517         * p-lang.c (pascal_language_defn): Likewise.
9518         * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
9519         (minimal_language_defn): Likewise.
9520         * ada-lang.c (struct string_vector): New structure.
9521         (new_string_vector, string_vector_append, ada_unqualified_name)
9522         (add_angle_brackets, symbol_completion_match, symbol_completion_add)
9523         (ada_make_symbol_completion_list): New functions.
9524         (ada_language_defn): Set la_make_symbol_completion_list.
9525         * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
9526         this function is static.
9527
9528 2008-02-05  Kevin Buettner  <kevinb@redhat.com>
9529
9530         * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
9531         to account for call site optimizations.
9532
9533 2008-02-05  Andrzej Zaborowski  <balrogg@gmail.com>
9534
9535         * tracepoint.c (read_actions): Handle end-of-text indicator
9536         in action list properly.  (Committed by Jim Blandy)
9537
9538 2008-02-05  Jim Blandy  <jimb@red-bean.com>
9539
9540         * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
9541         pseudoregister, not an internal error.
9542         Reported by: Andrzej Zaborowski
9543
9544 2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
9545
9546         * varobj.c (c_value_of_variable): Use xstrdup.
9547
9548 2008-02-04  Vladimir Prus  <vladimir@codesourcery.com>
9549
9550         Update stored rendition of varobj value when format changes.
9551         * varobj.c (varobj_set_display_format): Recomputed
9552         print_value.
9553         (c_value_of_variable): Return print_value.
9554
9555 2008-02-03  Doug Evans  <dje@google.com>
9556
9557         * eval.c (evaluate_subexp_standard): Fix type of result of mixed
9558         integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
9559         * valops.c (value_one): New function.
9560         * value.h (value_one): Declare.
9561
9562         Fix argument promotion for binary arithmetic ops for C.
9563         * valarith.c (unop_result_type): New fn.
9564         (binop_result_type): New fn.
9565         (value_binop): Move result type computation to binop_result_type.
9566         (value_pos, value_neg, value_complement): Move result type
9567         computation to unop_result_type.
9568
9569         PR 2384
9570         * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
9571         Return basetype, fieldno if found.  All callers updated.
9572         Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
9573         objfile.
9574         * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
9575         * symfile.h (fill_in_vptr_fieldno): Delete.
9576
9577 2008-02-02  Doug Evans  <dje@google.com>
9578
9579         * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
9580
9581         * typeprint.c (*): Whitespace cleanup.
9582
9583 2008-02-02  Mark Kettenis  <kettenis@gnu.org>
9584             Luis Machado  <luisgpm@br.ibm.com>
9585             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9586
9587         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
9588         don't fit into registerson the stack the way GCC does.
9589
9590 2008-02-01  Joel Brobecker  <brobecker@adacore.com>
9591
9592         * symtab.c (symbol_set_names): Do not add an entry in the demangling
9593         hash table for Ada symbols. Just store the linkage name as is,
9594         and leave the demangled_name as NULL.
9595
9596 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
9597
9598         * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
9599         in the global scope.
9600         (new_symbol): Likewise.
9601
9602 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
9603
9604         * breakpoint.c (break_command_1): Return void.
9605         (break_command_really): Return void.  Rethrow
9606         exceptions instead of returning.
9607         (gdb_breakpoint): Remove the error_message parameter.
9608         Return void.  Rename to set_breakpoint.
9609         * gdb.h (gdb_breakpoint): Rename and move to...
9610         * breakpoint.h (set_breakpoint): ...here.
9611         * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
9612         event hooks even if exception is thrown.  Adjust to
9613         gdb_breakpoint interface changes.
9614
9615
9616 2008-02-01  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9617
9618         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
9619         float in both first and second word in the doubleword, to support
9620         old and new ABIs.
9621
9622 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
9623
9624         Properly rethrow exception.  This fixes errors
9625         about non-existent functions for -break-insert.
9626         * breakpoint.c (break_command_really): Use throw_exception
9627         for rethrowing.  If rethrowing, don't print the exception.
9628
9629 2008-01-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9630
9631         * NEWS: Mention Decimal Floating Point support.
9632
9633 2008-01-31  Joel Brobecker  <brobecker@adacore.com>
9634
9635         * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
9636         value type to builtin_type_void_func_ptr.
9637
9638 2008-01-31  Andreas Krebbel  <krebbel1@de.ibm.com>
9639
9640         * s390-tdep.c (is_float_singleton, is_float_like,
9641         alignment_of, s390_return_value): Make checks for
9642         TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
9643
9644 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
9645             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9646
9647         * infcmd.c (default_print_registers_info): Also print hex
9648         raw contents for TYPE_CODE_DECFLOAT registers.
9649         * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
9650         * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
9651         (rs6000_register_name): Add support for DFP pseudo-registers.
9652         (rs6000_pseudo_register_type): Likewise.
9653         rs6000_pseudo_register_reggroup_p): Likewise.
9654         (ppc_pseudo_register_read): New function.
9655         (ppc_pseudo_register_write): Likewise.
9656         (rs6000_pseudo_register_read): Likewise.
9657         (rs6000_pseudo_register_write): Likewise.
9658         (e500_pseudo_register_read): Move checks to
9659         rs6000_pseudo_register_read.
9660         (e500_pseudo_register_write): Move checks to
9661         rs6000_pseudo_register_write.
9662         (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum.  Install
9663         rs6000_pseudo_register_read and rs6000_pseudo_register_write
9664         in gdbarch if SPE or DFP is available.  Adjust gdbarch's
9665         num_pseudo_regs to account for DFP pseudo regs.
9666
9667 2008-01-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9668
9669         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
9670         * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
9671         (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
9672         rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
9673         e500_pseudo_register_read, e500_pseudo_register_write): Use
9674         IS_SPE_PSEUDOREG macro.
9675         (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
9676         (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
9677         Remove initialization of tdep->ppc_ev31_regnum.
9678
9679 2008-01-08  Paul Hilfinger  <hilfinger@adacore.com>
9680
9681         * printcmd.c (print_formatted): Handle references as for unformatted
9682         prints.
9683
9684 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
9685
9686         * eval.c (evaluate_subexp_standard): Add handling of user
9687         registers when in EVAL_AVOID_SIDE_EFFECTS mode.
9688
9689 2008-01-30  Pierre Muller  <muller@ics.u-strasbg.fr>
9690
9691         * eval.c (evaluate_subexp_standard): Support
9692         BINOP_INTDIV opcode.
9693
9694 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
9695
9696         * valarith.c (value_binop): Add floating-point BINOP_MIN and
9697         BINOP_MAX cases.
9698         For BINOP_EXP, use length and signedness of left operand only for
9699         result, as for shifts.
9700         For integral operands to BINOP_EXP, use new integer_pow and
9701         uinteger_pow functions so as to get full range of results.
9702         (integer_pow): New function.
9703         (uinteger_pow): New function.
9704
9705 2008-01-30  Vladimir Prus  <vladimir@codesourcery.com>
9706
9707         Use vector for varobj_list_children interface.
9708         * gdb/varobj.c (varobj_list_children): Return vector
9709         of varobjs.
9710         * gdb/varobj.h (varobj_list_children): Adjust
9711         prototype.
9712         (varobj_p): Declare.  Declare vector thereof.
9713         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
9714         for varobj_list_children change.
9715         * Makefile.in (varobj_h): Update dependencies.
9716
9717 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9718
9719         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
9720         TYPE_CODE_DECFLOAT arguments.
9721         (ppc64_sysv_abi_push_dummy_call) Likewise.
9722         (get_decimal_float_return_value): New function.
9723         (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
9724         values by calling get_decimal_float_return_value.
9725         (ppc64_sysv_abi_return_value): Likewise.
9726
9727 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
9728
9729         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):  Add field
9730         for preprocessor macro information.  Formatting changes.
9731
9732 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9733
9734         * remote.c (struct remote_state): Add cached_wait_status.
9735         (remote_exec_file): New variable.
9736         (PACKET_vAttach, PACKET_vRun): New constants.
9737         (extended_remote_restart): Do not query for status.
9738         (struct start_remote_args): New.
9739         (remote_start_remote): Take it as a second argument.  Check
9740         whether the target is running.  Issue an error for non-running
9741         non-extended targets.  Cache the wait status.  Set inferior_ptid
9742         here.
9743         (remote_open_1): Prompt to disconnect non-running targets.  Make
9744         sure the target is marked running.  Do not set inferior_ptid here.
9745         Update call to remote_start_remote.  Do not call remote_check_symbols
9746         if the target is not running.
9747         (remote_detach_1): Rename from remote_detach.  Take an EXTENDED
9748         argument.  Handle a non-running target.
9749         (remote_detach): Use it.
9750         (extended_remote_detach): New.
9751         (remote_disconnect): Fix typo.  Use remoute_mourn_1.
9752         (extended_remote_attach_1, extended_remote_attach)
9753         (extended_async_remote_attach): New.
9754         (remote_vcont_resume): Remove unused variable.
9755         (remote_wait, remote_async_wait): Use any cached wait status.
9756         (putpkt_binary, getpkt): Clear any cached wait status.
9757         (extended_remoute_mourn_1): New.
9758         (extended_remote_mourn): Use it.
9759         (extended_async_remote_mourn, extended_remote_run): New.
9760         (extended_remote_create_inferior_1): New.
9761         (extended_remote_create_inferior): Use it.
9762         (extended_remote_async_create_inferior): Likewise.
9763         (remote_xfer_partial): Skip for non-executing targets.
9764         (init_extended_remote_ops): Set to_detach and to_attach.
9765         (init_extended_async_remote_ops): Likewise.  Use
9766         extended_async_remote_mourn.
9767         (_initialize_remote): Register vAttach, vRun, and
9768         set remote exec-file.
9769         * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
9770
9771 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9772
9773         * Makefile.in (symfile.o): Update.
9774         * NEWS: Mention exec tracing support.
9775         * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
9776         exec events.
9777         * infcmd.c (kill_if_already_running, detach_command)
9778         (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
9779         * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
9780         (follow_exec): Do not check may_follow_exec.  Do not mourn and push
9781         targets.  Apply the sysroot path to the loaded executable.  Use
9782         no_shared_libraries.
9783         * linux-nat.c (linux_child_follow_fork): Print fork following
9784         messages if verbose.
9785         (kill_wait_callback): Kill again before waiting a second time.
9786         * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
9787         no_shared_libraries.
9788
9789 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
9790
9791         * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
9792
9793 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
9794
9795         * nto-tdep.h: Remove #include "defs.h".
9796         * nto-tdep.c: Add #include "defs.h".
9797         * Makefile.in (nto_tdep_h): Update dependencies.
9798         (nto-tdep.o): Likewise.
9799
9800 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
9801
9802         * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
9803         and use it.
9804         (proceed, start_remote): Update call to wait_for_inferior.
9805         * inferior.h (wait_for_inferior): Update declaration.
9806         * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
9807         solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
9808         * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
9809         TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
9810
9811 2008-01-29  Aleksandar Ristovski  <aristovski@qnx.com>
9812
9813         * varobj (adjust_value_for_child_access): Added checking for
9814         returned value from gdb_value_ind.
9815         (c_describe_child): Likewise.
9816         (cplus_describe_child): Fixed a typo.
9817
9818 2008-01-29  Jim Blandy  <jimb@red-bean.com>
9819
9820         * MAINTAINERS: Update my info.
9821
9822 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
9823
9824         Use multiple locations for hardware watchpoints.
9825         This eliminates the need to traverse value chain, doing
9826         various checks, in three different places.
9827
9828         * breakpoint.h (struct bp_location): New fields
9829         lengths and watchpoint_type.
9830         (struct breakpoint): Remove the val_chain field.
9831         * breakpoint.c (is_hardware_watchpoint): New.
9832         (free_valchain): Remove.
9833         (update_watchpoint): New.
9834         (insert_bp_location): For hardware watchpoint, just
9835         directly insert it.
9836         (insert_breakpoints): Call update_watchpoint_locations
9837         on all watchpoints.  If we have failed to insert
9838         any location of a hardware watchpoint, remove all inserted
9839         locations.
9840         (remove_breakpoint): For hardware watchpoints, directly
9841         remove location.
9842         (watchpoints_triggered): Iterate over locations.
9843         (bpstat_stop_status): Use only first location of
9844         a resource watchpoint.
9845         (delete_breakpoint): Don't call free_valchain.
9846         (print_one_breakpoint): Don't print all
9847         locations for watchpoints.
9848         (breakpoint_re_set_one): Use update_watchpoint for
9849         watchpoints.
9850
9851 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
9852
9853         Don't reset watchpoint block on solib load.
9854
9855         * breakpoint.c (insert_bp_location): For watchpoints,
9856         recompute condition.
9857         (breakpoint_re_set_one): Instead of recomputing value
9858         and condition for watchpoints, just reset value and
9859         let insert_breakpoints/insert_bp_location recompute it.
9860         Don't do anything about disabled watchpoint.
9861
9862 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
9863
9864         * valarith.c (value_binop): Handle unsigned integer
9865         division by zero.
9866
9867 2008-01-28  Kevin Buettner  <kevinb@redhat.com>
9868
9869         * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
9870         instruction pattern that appears frequently in position
9871         independent code.  Fix bug in code which looks for "fmov" and
9872         backtracks if no "fmov" is found.
9873
9874 2008-01-28  Doug Evans  <dje@google.com>
9875
9876         * dbxread.c (read_dbx_symtab): Fix indentation.
9877         Reformat comments to 80 columns.
9878         Move local var def closer to only use.
9879
9880 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
9881
9882         * fork-child.c (SHELL_FILE): Remove #ifndef.
9883         (fork_inferior): Remove SHELL_COMMAND_CONCAT.
9884
9885 2008-01-25  Pierre Muller  <muller@ics.u-strasbg.fr>
9886
9887         * i386-tdep.c (i386_skip_noop): New function.
9888         (i386_analyze_prologue): Call i386_skip_noop function.
9889
9890 2008-01-24  Michael Snyder  <msnyder@specifix.com>
9891
9892         * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
9893         * win32-nat.c (win32_xfer_partial): Ditto.
9894         * target.c (default_xfer_partial): Minor whitespace adjustment.
9895
9896 2008-01-24  Pedro Alves  <pedro@codesourcery.com>
9897
9898         * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
9899         strip bit 1 even if pc doesn't point to thumb code.
9900
9901 2008-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
9902
9903         * remote.c (remote_wait): Handle SIGINT between packets.
9904         (remote_async_wait): Likewise.
9905
9906 2008-01-23  Vladimir Prus  <vladimir@codesourcery.com>
9907             Chris Demetriou  <cgd@google.com>
9908
9909         * thread.c (add_thread_silent): Renamed
9910         from add_thread.
9911         (print_thread_events): New variable definition.
9912         (show_print_thread_events): New function.
9913         (_initialize_thread): Add "set print thread-events" and
9914         "show print thread-events" commands.
9915         (add_thread): Announce new thread.
9916         * gdbthread.h (add_thread_silent): Declare.
9917         (print_thread_events): New variable declaration.
9918         * inf-ttrace.c (inf_ttrace_wait): Don't
9919         inform about new thread, as add_thread is always
9920         called too, and will take care of that.
9921         * infrun.c (handle_inferior_event): Likewise.
9922         * procfs.c (procfs_wait): Likewise.
9923         * remote.c (remote_currthread): Likewise.
9924         * sol-thread.c (sol_thread_wait): Likewise.
9925         * win32-nat.c (get_win32_debug_event): Likewise.
9926         * linux-thread-db.c (attach_thread): Likewise.
9927         Remove the verbose parameter.
9928         (check_event): Make detach_thread be verbose
9929         only if print_thread_events is set.
9930         * linux-nat.c (lin_lwp_attach_lwp): Don't inform
9931         about new thread.  This is called only from
9932         linux-thread-db.c:attach_thread, which will take care.
9933         Remove the verbose parameter.
9934         * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
9935
9936 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
9937
9938         * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
9939
9940 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
9941
9942         * breakpoint.c (break_command_really): New parameter
9943         ignore_count.
9944         (break_command_1): Pass 0 as
9945         ignore_count to break_command_really.
9946         (gdb_breakpoint): Pass ignore_count to
9947         break_command_really.
9948
9949 2008-01-21  Kevin Buettner  <kevinb@redhat.com>
9950
9951         * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
9952         sigcontext struct via pointer.
9953         (struct sigframe comment): Update to show new field `psc'.
9954
9955 2008-01-21  Vladimir Prus  <vladimir@codesourcery.com>
9956
9957         * infrun.c (handle_inferior_event): If
9958         we failed to remove breakpoints, error,
9959         don't try to increment PC by hand.
9960
9961 2008-01-18  Nick Hudson  <nick.hudson@dsl.pipex.com>
9962
9963         Add NetBSD/hppa target and host support.
9964
9965         * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
9966         (hppabsd_gregset): Move to ...
9967         (hppabsd_regset_from_core_section): Rename
9968         hppaobsd_regset_from_core_section and move to ...
9969         (hppabsd_find_global_pointer): Update comment.
9970         (hppabsd_init_abi): Make global. Do not register
9971         hppabsd_regset_from_core_section.
9972         (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
9973         move to ...
9974         (_initialize_hppabsd_tdep): Move to ...
9975         * hppaobsd-tdep.c: ... here. New file.
9976         * hppnbsd-tdep.c: New file.
9977         * hppnbsd-nat.c: New file.
9978         * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
9979         (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
9980         (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
9981         (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
9982         * configure.host (hppa*-*-netbsd*): New entry.
9983         * configure.tgt (hppa*-*-netbsd*): New entry.
9984         (hppa*-*-openbsd*): Update.
9985         * NEWS (New native configuration): Mention NetBSD/hppa.
9986         (New targets): Mention NetBSD/hppa.
9987
9988 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
9989
9990         * gdbarch.sh (function_list): Add new property bits_big_endian to
9991         gdbarch structure.
9992         * gdbarch.{c,h}: Regenerate.
9993
9994         * value.c (struct value): Replace BITS_BIG_ENDIAN by
9995         gdbarch_bits_big_endian (comment).
9996         (unpack_field_as_long, modify_field): Likewise.
9997         * value.h: Likewise (comment).
9998         * valops.c (value_slice): Likewise.
9999         * valarith.c (value_subscript, value_bit_index): Likewise.
10000         * gdbtypes.h (field): Likewise (comment).
10001         * eval.c (evaluate_subexp_standard): Likewise.
10002         * dwarf2read.c (dwarf2_add_field): Likewise.
10003         * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
10004         (move_bits, ada_value_assign, value_assign_to_component): Likewise.
10005
10006         * defs.h (BITS_BIG_ENDIAN): Remove.
10007
10008 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
10009
10010         * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
10011         function calls.
10012         * m2-exp.y (yylex): Likewise.
10013         * objc-exp.y (yylex): Likewise.
10014
10015         * defs.h (DEPRECATED_STREQN): Remove.
10016
10017 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
10018
10019         * MAINTAINERS: Update my email address.
10020
10021 2008-01-17  Jim Blandy  <jimb@codesourcery.com>
10022
10023         * README: Mention gdbserver/README.
10024
10025 2008-01-17  Pierre Muller  <muller@ics.u-strasbg.fr>
10026
10027         * valarith.c (value_binop): Handle BINOP_INTDIV
10028         for unsigned and signed integers.
10029
10030 2008-01-17  Ulrich Weigand  <uweigand@de.ibm.com>
10031
10032         * s390-tdep.c (s390_gdbarch_init): Set default long double
10033         type to 128-bit IEEE quad.
10034
10035 2008-01-17  Joel Brobecker  <brobecker@adacore.com>
10036
10037         * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
10038
10039 2008-01-16  Mark Kettenis  <kettenis@gnu.org>
10040
10041         * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
10042
10043         * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
10044         * value.c: All callers changed.
10045
10046 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
10047
10048         * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
10049         DEPRECATED_STREQ by its expression.
10050         * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
10051         * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
10052         (scan_xcoff_symtab): Likewise.
10053         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
10054         * f-lang.c (find_common_for_function): Likewise.
10055         * objc-exp.y (parse_number): Likewise.
10056
10057         * defs.h (DEPRECATED_STREQ): Remove.
10058
10059 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
10060
10061         * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
10062         * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
10063         get_frame_arch to get at the current_architecture. Update AM33_MODE
10064         call.
10065         (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
10066         (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
10067         architecture.
10068         (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
10069
10070 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
10071
10072         * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
10073         parameter.
10074         * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
10075
10076         (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
10077         current_gdbarch by gdbarch. Update caller.
10078
10079         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
10080         (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
10081         the current architecture. Update calls of
10082         amd64_native_gregset_supplies_p.
10083         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
10084         (amd64bsd_store_inferior_registers): Likewise.
10085
10086 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
10087
10088         * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
10089         Replace current_gdbarch by gdbarch. Update caller.
10090
10091 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
10092
10093         * dbxread.c (repeated_header_complaint, dbx_symfile_init)
10094         (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
10095         (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
10096         (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
10097         (stabsect_build_psymtabs): Fix indentation.
10098
10099 2008-01-15  Michael Snyder  <msnyder@specifix.com>
10100
10101         * corelow.c (core_xfer_partial): Comment, cut/paste error.
10102
10103 2008-01-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10104
10105         * win32-nat.c (win32_create_inferior): Restore code calling
10106         CloseHandle on ProcessInformation structure.
10107
10108 2008-01-13  Nick Hudson  <nick.hudson@dsl.pipex.com>
10109
10110         * configure.ac: Check for void * as 3 argument of ptrace.
10111         * configure: regenerate.
10112
10113 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
10114
10115         * alpha-tdep.c (alpha_heuristic_proc_start)
10116         (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
10117         current_gdbarch by gdbarch.
10118
10119         (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
10120         current architecture by frame_info. Update alpha_heuristic_proc_start
10121         call.
10122
10123         (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
10124         get_frame_arch to get at the current architecture by frame_info. Update
10125         alpha_sigtramp_register_address call.
10126
10127         * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
10128         current_gdbarch by gdbarch. Update caller.
10129         (convert_to_extended, convert_from_extended): Add endianess parameter
10130         for comparison. Update caller.
10131         (arm_extract_return_value, arm_store_return_value): Use
10132         get_regcache_arch to get at the current architecture.
10133
10134         * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
10135         current_gdbarch by gdbarch. Update caller.
10136         (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
10137         gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
10138
10139         * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
10140         gdbarch as parameter. Update caller.
10141         (h8300_init_frame_cache): Add gdbarch as parameter. Replace
10142         current_gdbarch by gdbarch. Update caller.
10143
10144         * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
10145         update caller. Replace current_gdbarch by gdbarch.
10146
10147         * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
10148         the current architecture. Replace current_gdbarch by gdbarch.
10149         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
10150         (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
10151         expression. Add gdbarch as parameter and replace current_gdbarch with
10152         it. Update caller.
10153         (M6811_TDEP): Remove.
10154         (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
10155         architecture.
10156         (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
10157         current_gdbarch by gdbarch. Update caller.
10158
10159         * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
10160         update caller.
10161         (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
10162         by gdbarch.
10163
10164         * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
10165         caller. Relace current_gdbarch by gdbarch.
10166         (altivec_register_p, spe_register_p): Likewise.
10167         * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
10168         parameter.
10169         * ppc-linux-nat.c (fetch_register, store_register): Update caller of
10170         altivec_register_p and spe_register_p.
10171
10172         * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
10173         caller. Replace current_gdbarch by gdbarch.
10174         (score_analyze_prologue): use get_frame_arch to get at the current
10175         architecture.
10176
10177         * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
10178         * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
10179         current_gdbarch by gdbarch. Update caller.
10180         (sparc_frame_cache): Use get_frame_arch to get at the current
10181         architecture.
10182         * sparce64-tdep.c (sparc64_skip_prologue): Update call of
10183         sparc_analyze_prologue.
10184
10185         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
10186         parameter.
10187
10188 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
10189
10190         * exec.c: #include "arch-utils.h"
10191          (print_section_info): Use gdbarch_from_bfd to get at the
10192         current architecture. Replace current_gdbarch. Fix indention. Replace
10193         deprecated_print_address_numeric by paddress.
10194         * Makefile.in (exec.o) Add dependency to arch-utils.h.
10195
10196         * valprint.c (val_print_string): Replace
10197         deprecated_print_address_numeric.
10198         * tracepoint.c (trace_mention, scope_info): Likewise.
10199         * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
10200         (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
10201         (maintenance_check_symtabs): Likewise.
10202         * symfile.c (list_overlays_command): Likewise.
10203         * stack.c (frame_info, print_block_frame_labels): Likewise.
10204         * printcmd.c (print_address, print_address_demangle)
10205         (address_info): Likewise.
10206         * corefile.c (memory_error): Likewise.
10207         * infcmd.c (jump_command): Likewise.
10208         * breakpoint.c (insert_bp_location, describe_other_breakpoints)
10209         (mention, delete_breakpoint): Likewise.
10210         * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
10211         * dwarf2read.c (dump_die): Likewise.
10212         * ada-valprint.c (ada_val_print_1): Likewise.
10213         * f-valprint.c (f_val_print): Likewise.
10214         * linux-fork.c (info_forks_command): Likewise.
10215         * m32r-com.c (m32r_load_section, m32r_load)
10216         (m32r_upload_command): Likewise.
10217
10218         * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
10219
10220 2008-01-11  Markus Deuling  <deuling@de.ibm.com>
10221
10222         * gdbarch.sh (skip_prologue): Add gdbarch
10223         as parameter.
10224         * gdbarch.{c,h}: Regenerate.
10225
10226         * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
10227         * amd64-tdep.c (amd64_skip_prologue): Likewise.
10228         * avr-tdep.c (avr_skip_prologue): Likewise.
10229         * cris-tdep.c (cris_skip_prologue): Likewise.
10230         * frv-tdep.c (frv_skip_prologue): Likewise.
10231         * h8300-tdep.c (h8300_skip_prologue): Likewise.
10232         * hppa-tdep.c (hppa_skip_prologue): Likewise.
10233         * i386-tdep.c (i386_skip_prologue): Likewise.
10234         * ia64-tdep.c (ia64_skip_prologue): Likewise.
10235         * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
10236         * m32r-tdep.c (m32r_skip_prologue): Likewise.
10237         * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
10238         * m68k-tdep.c (m68k_skip_prologue): Likewise.
10239         * m88k-tdep.c (m88k_skip_prologue): Likewise.
10240         * mep-tdep.c (mep_skip_prologue): Likewise.
10241         * mips-tdep.c (mips_skip_prologue): Likewise.
10242         * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
10243         * mt-tdep.c (mt_skip_prologue): Likewise.
10244         * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
10245         * score-tdep.c (score_skip_prologue): Likewise.
10246         * sh64-tdep.c (sh64_skip_prologue): Likewise.
10247         * sh-tdep.c (sh_skip_prologue): Likewise.
10248         * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
10249         * sparc-tdep.c (sparc32_skip_prologue): Likewise.
10250         * spu-tdep.c (spu_skip_prologue): Likewise.
10251         * v850-tdep.c (v850_skip_prologue): Likewise.
10252         * vax-tdep.c (vax_skip_prologue): Likewise.
10253         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
10254         * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
10255
10256         * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
10257         current_gdbarch by gdbarch.
10258         * m32c-tdep.c (m32c_skip_prologue): Likewise.
10259         * s390-tdep.c (s390_skip_prologue): Likewise.
10260
10261 2008-01-10  Doug Evans  <dje@google.com>
10262
10263         * defs.h (struct continuation_arg): Fix typo in comment.
10264         * target.c (target_translate_tls_address): Fix comment spelling error.
10265
10266 2008-01-09  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10267
10268         * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
10269         (DOUBLEST_SCAN_FORMAT): Likewise.
10270         * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
10271         * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
10272         * c-exp.y (parse_number): Likewise.
10273         * jv-exp.y (parse_number): Likewise.
10274         * objc-exp.y (parse_number): Likewise.
10275         * p-exp.y (parse_number): Likewise.
10276
10277 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
10278
10279         * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
10280         (check_typedef): Likewise.
10281
10282 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
10283
10284         * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
10285         seen_double_big_d, treat the new H, D, and DD modifiers as length
10286         modifiers.
10287
10288 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
10289
10290         * dwarf2read.c (read_enumeration_type): Add comment.
10291
10292 2008-01-08  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10293
10294         * config.in: Regenerate.
10295
10296 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
10297
10298         * ada-lang.c (ada_convert_actual): Renames convert_actual.
10299         Make non-static.
10300         (ada_convert_actuals): Delete.
10301         * ada-lang.h (ada_convert_actual): Add declaration.
10302         (ada_convert_actuals): Remove declaration.
10303         * infcall.c: #include "ada-lang.h".
10304         (value_arg_coerce): Add new parameter sp.  Update function
10305         documetnation.  Add handling of Ada function call parameters.
10306         * Makefile.in (infcall.o): Update dependencies.
10307
10308 2008-01-08  Paul Hilfinger  <hilfinger@adacore.com>
10309
10310         * ada-lang.c (ensure_lval): Fix value lval kind.
10311         (convert_actual): Add handling for arguments passed by reference.
10312
10313 2008-01-08  Doug Evans  <dje@google.com>
10314
10315         * dbxread.c (read_dbx_symtab): Fix indentation.
10316
10317 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10318
10319         * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
10320         (valarith.o): Depend on dfp.h.
10321         (valops.o): Likewise.
10322         * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
10323         (set_decnumber_context): New function.
10324         (decimal_check_errors): Likewise.
10325         (decimal_from_number): Likewise.
10326         (decimal_to_number): Likewise.
10327         (decimal_from_string): Use set_decnumber_context and
10328         decimal_check_errors.
10329         (decimal_from_integral): New function.
10330         (decimal_from_floating): Likewise.
10331         (decimal_to_double): Likewise.
10332         (promote_decimal): Likewise.
10333         (decimal_binop): Likewise.
10334         (decimal_is_zero): Likewise.
10335         (decimal_compare): Likewise.
10336         (decimal_convert): Likewise.
10337         * dfp.h (decimal_from_integral): New prototype.
10338         (decimal_from_floating): Likewise.
10339         (decimal_to_double): Likewise.
10340         (decimal_binop): Likewise.
10341         (decimal_is_zero): Likewise.
10342         (decimal_compare): Likewise.
10343         (decimal_convert): Likewise.
10344         * eval.c (evaluate_subexp_standard): Remove expect_type argument from
10345         call to value_from_decfloat.
10346         * valarith.c: Include dfp.h.
10347         (value_args_as_decimal): New function.
10348         (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
10349         (value_logical_not): Likewise.
10350         (value_equal): Likewise.
10351         (value_less): Likewise.
10352         (value_pos): Likewise.
10353         (value_neg): Formatting fix.
10354         * valops.c: Include dfp.h.
10355         (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
10356         * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
10357         (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
10358         (value_from_decfloat): Remove expect_type argument.
10359         * value.h (value_from_decfloat): Update prototype.
10360
10361 2008-01-07  Vladimir Prus  <vladimir@codesourcery.com>
10362
10363         Ignore change in name of dynamic linker during
10364         execution on Solaris.  This also unbreaks pending breakpoints.
10365
10366         * solist.h (struct target_so_ops): New field same.
10367         * solib-svr4.c (svr4_same): New.
10368         (_initialize_svr4_solib): Register svr4_same.
10369         * solib.c (update_solib_list): Use ops->same, if available.
10370
10371 2008-01-06  Christopher Faylor  <me+cygwin@cgf.cx>
10372
10373         * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
10374         when using MS-DOS paths.
10375
10376 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
10377
10378         * NEWS: Mention --pid and --core command line behaviour changes.
10379
10380 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
10381
10382         * main.c (captured_main): Remove 'count' varible and the
10383         ALIGN_STACK_ON_ENTRY block that used it.  Error out if --core and
10384         --pid options were issued simultaneously.  If an explicit pid
10385         option was passed, don't fallback to core file.  Detect extra
10386         arguments better in the presence of explicit pid or core
10387         arguments.
10388
10389 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
10390
10391         * ada-lang.c (ada_which_variant_applies): Correctly compute
10392         the value of the discriminant when the variant record is packed.
10393
10394 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10395
10396         * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
10397         that are used to differentiate homonyms.
10398
10399 2008-01-04  Jerome Guitton  <guitton@adacore.com>
10400
10401         * ada-lang.c (decode_packed_array_type): Avoid a seg fault
10402         when the type is an anonymous pointer type.
10403         (ada_check_typedef): Avoid a seg fault when the type is null.
10404         * ada-typeprint.c (print_array_type): Add support for pointer
10405         to packed arrays.
10406
10407 2008-01-04  Paul N. Hilfinger  <hilfinger@adacore.com>
10408
10409         * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
10410
10411 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10412
10413         * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
10414         EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
10415
10416 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10417
10418         * ada-exp.y (chop_separator): New function.
10419         (write_selectors): Rewrite to re-use chop_separator.
10420         (ada_nget_field_index, get_symbol_field_type): New functions.
10421         (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
10422         expressions.
10423
10424 2008-01-03  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10425
10426         * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
10427         of SYMBOL_VALUE when working with function symbols.
10428
10429 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10430
10431         * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
10432         expressions.  These expressions do not need to be rewriten.
10433
10434 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10435
10436         * dwarf2read.c (read_enumeration_type): Flag type as stub if
10437         the given die is a declaration.
10438
10439 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10440
10441         * ada-lang.c (ada_array_bound_from_type): Make non-static.
10442         Handle properly the case when the index type is an enumerated type.
10443         Do not return the subtype of the bounds type, just return the
10444         bounds type directly - this is not needed and is more consistent
10445         with what we do for arrays when no XA parallel type exists.
10446
10447 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10448
10449         * ada-lang.c (static_unwrap_type): Add forward declaration.
10450         (template_to_static_fixed_type): Fields of dynamic types sometimes
10451         also need to be unwrapped. Take this into account.
10452         (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
10453         (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
10454         * ada-typeprint.c (ada_print_type): Get the typename from
10455         the original type, not the base type.
10456
10457 2008-01-03  Jerome Guitton  <guitton@adacore.com>
10458
10459         * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
10460         (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
10461         Update calls to ada_to_fixed_type.
10462         (ada_template_to_fixed_record_type_1): Ditto, but without looking
10463         for the tag.
10464         (ada_to_fixed_type): Add check_tag parameter; do not look for
10465         tag if null.  When looking for a tag, use a fixed record type.
10466         * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
10467         * ada-valprint.c (printable_val_type, ada_value_print): Update
10468         calls to ada_to_fixed_type.
10469
10470 2008-01-03  Luis Machado  <luisgpm@br.ibm.com>
10471
10472         * doublest.c (convert_floatformat_to_doublest): Call
10473         floatformat_to_doublest instead of floatformat_to_double and use
10474         DOUBLEST variables.
10475         (convert_doublest_to_floatformat): Call floatformat_from_doublest
10476         instead of floatformat_from_double and use DOUBLEST variables.
10477
10478 2008-01-03  Nick Hudson  <nick.hudson@dsl.pipex.com>
10479
10480         * MAINTAINERS (Write After Approval): Add self.
10481
10482 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10483
10484         * symfile.c (set_initial_language): Make non-static.
10485         * symfile.h (set_initial_language): Add declaration.
10486         * language.c: #include "symfile.h".
10487         (set_language): Call set_initial_language if the frame language
10488         could not be determined.
10489
10490 2008-01-03  Paul N. Hilfinger  <hilfinger@adacore.com>
10491
10492         * eval.c (evaluate_subexp_for_address): Provide frame address to
10493         locate_var_value only if it will be needed.
10494
10495 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10496
10497         * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
10498
10499 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
10500
10501         * ada-lang.c (ada_evaluate_subexp): Modify the value returned
10502         when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
10503         This is needed to make sure that any other treatment applied
10504         to the resulting value does not fail for spurious reason,
10505         such as trying to take the address of this value.
10506
10507 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
10508
10509         * ada-lang.c (ada_value_equal): Dereference reference types when
10510         comparing arrays.
10511
10512 2008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
10513
10514         Updated copyright notices for most files.
10515
10516 2008-01-01  Christopher Faylor  <me+gdb@cgf.cx>
10517
10518         * win32-nat.c (psapi_module_handle): Remove static.
10519         (get_module_name): Rename from psapi_get_dll_name.  Revamp slightly to
10520         return first module found if base_address is zero.  Don't initialize
10521         psapi function pointers here.  Convert to cygwin paths when
10522         appropriate.
10523         (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
10524         executable name.  Use get_module_name when that fails or when
10525         !__CYGWIN__.
10526         (_initialize_psapi): New function.  Initialize psapi stuff before it is
10527         needed or issue a warning if it is not found.  Move psapi_module_handle
10528         here.
10529
10530 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10531
10532         * ada-lang.c (ada_remove_trailing_digits): New function.
10533         (ada_remove_po_subprogram_suffix): New function.
10534         (ada_decode): Improve. Move the description of the algorithm
10535         directly inside the code, instead of in the function global
10536         description.
10537
10538 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10539
10540         * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
10541         and always print the dereferenced value.
10542
10543 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10544
10545         * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
10546         of the case where the first argument is a reference.
10547         (ada_evaluate_subexp, case BINOP_ADD): Likewise.
10548
10549 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10550
10551         Implement support for Ada interface types.
10552
10553         * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
10554         (ada_is_ignored_field): Ignore fields that are a dispatch table
10555         of a tagged type.
10556
10557 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10558
10559         * top.c (print_gdb_version): Update copyright year.
10560
10561 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10562
10563         * ChangeLog-2007: New ChangeLog rotation.
10564         * ChangeLog: Reset for 2008.
10565         * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
10566         ChangeLog-2007.
10567
10568 For older changes see ChangeLog-2007.
10569 \f
10570 Local Variables:
10571 mode: change-log
10572 left-margin: 8
10573 fill-column: 74
10574 version-control: never
10575 coding: utf-8
10576 End: