2009-06-19 Tristan Gingold <gingold@adacore.com>
[external/binutils.git] / gdb / ChangeLog
1 2009-06-19  Tristan Gingold  <gingold@adacore.com>
2
3         * machoread.c (macho_symtab_read): Adjust for bfd changes.
4         * darwin-nat.h (struct darwin_exception_msg): New type to describe
5         a mach exception.
6         (struct private_thread_info): New type to describe the state of the
7         thread.
8         (DEF_VEC_I thread_t): Removed, replaced by ...
9         (DEF_VEC_O darwin_thread_t): ... this new type.
10         (struct darwin_inferior): Renamed to ...
11         (struct private_inferior): ... this type.  Fields added.
12         (darwin_not_port): Moved into the private inferior structure.
13         * darwin-nat.c: Add includes, improve comments.
14         Rewrite to handle multiple threads and processes.
15         (darwin_resume_to): New function and protype.
16         (darwin_resume, darwin_wait_to, darwin_wait): Ditto.
17         (darwin_kill_inferior): Add ops argument.
18         (darwin_pid_to_str): New function.
19         (darwin_thread_alive): Ditto.
20         (darwin_inf, darwin_not_port): Removed.
21         (darwin_inf_fake_stop): New variable.
22         (msgin, msgout, msg_state, exc_msg): Removed.
23         (mach_check_error): Use warning instead of error.
24         (darwin_ptrace): Adjust debug level.
25         (cmp_thread_t): Fix names (typo).
26         (darwin_check_new_threads): Argument is now an inferior,
27         adjust for new structures, add no change check, ignore dead ports,
28         handle first thread case.
29         (find_inferior_task_it): New function.
30         (find_inferior_notify_it): Ditto.
31         (darwin_find_inferior_by_task): Ditto.
32         (darwin_find_inferior_by_notify): Ditto.
33         (darwin_find_thread): Ditto.
34         (darwin_suspend_inferior): Ditto.
35         (darwin_resume_inferior): Ditto.
36         (catch_exception_raise_state): Removed.
37         (catch_exception_raise_state_identity): Removed.
38         (darwin_suspend_inferior_it): New function.
39         (darwin_resume_inferior_it): Ditto.
40         (darwin_dump_message): New function, extracted from darwin_wait.
41         (darwin_decode_exception_message): New function.
42         (darwin_encode_reply): New function.
43         (catch_exception_raise): Removed.
44         (darwin_send_reply): New function, extracted from darwin_resume.
45         (darwin_resume_thread): New function, extracted from darwin_resume.
46         (struct resume_inferior_threads_param): New type.
47         (darwin_resume_inferior_threads_it): New function.
48         (darwin_resume_inferior_threads): New function.
49         (darwin_suspend_inferior_threads): New function.
50         (darwin_resume): Mostly rewritten to handle multiple threads and
51         some corner cases.
52         (darwin_decode_message): New function extracted from darwin_wait.
53         (cancel_breakpoint): New function.
54         (darwin_wait): Mostly rewritten.  Handle multiple threads.
55         (darwin_mourn_inferior): Adjust for per process structures.
56         (darwin_reply_to_all_pending_messages): New function.
57         (darwin_stop_inferior): Adjust for per inferior structures.
58         (darwin_attach_pid): Ditto.
59         (darwin_init_thread_list): Ditto.
60         (darwin_attach): Ditto.
61         (darwin_detach): Ditto.
62         (darwin_files_info): Now empty.
63         (darwin_pid_to_str): Adjust returns string to match one expected by
64         the testsuite.
65         (darwin_read_write_inferior): Rename err variable to match other uses.
66         Adjust debug message.  Handle submaps.
67         (darwin_xfer_memory): Adjust for per inferior structures.
68         (set_enable_mach_exceptions): Ditto.
69         (darwin_pid_to_exec_file): New function.
70         (darwin_get_ada_task_ptid): Ditto.
71         (darwin_supports_multi_process): Ditto.
72         (_initialize_darwin_inferior): Remove useless assertion, adjust for
73         per inferior structures.  Add new target operations.
74
75 2009-06-18  Hui Zhu  <teawater@gmail.com>
76             Michael Snyder  <msnyder@vmware.com>
77
78         * infrun.c (handle_inferior_event): Improve reverse stepping
79         through function epilogue.
80
81         * infrun.c (handle_inferior_event): Reverse-next through
82         trampoline.
83
84 2009-06-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
85
86         * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
87         dwarf_frame_size.
88
89 2009-06-17  Tom Tromey  <tromey@redhat.com>
90
91         * dwarf2read.c (zlib_decompress_section): Use a cleanup.
92
93 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
94
95         * gdbarch.sh (pointer_to_address): Change to type 'm'.
96         (address_to_pointer): Likewise.
97         * gdbarch.c, gdbarch.h: Regenerate.
98
99         * inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
100         (signed_pointer_to_address): Likewise.
101         (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
102         * findvar.c (unsigned_pointer_to_address): Likewise.
103         (signed_pointer_to_address): Likewise.
104         (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
105
106         * avr-tdep.c (avr_address_to_pointer): Likewise.
107         (avr_pointer_to_address): Likewise.
108         * iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
109         (iq2000_address_to_pointer): Likewise.
110         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
111         (m32c_m16c_pointer_to_address): Likewise.
112         * spu-tdep.c (spu_pointer_to_address): Likewise.
113         * xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
114         (xstormy16_address_to_pointer): Likewise.
115
116 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
117
118         * printcmd.c (print_scalar_formatted): Always truncate
119         unsigned data types.
120
121         * cli-dump.c (struct callback_data): Change type of load_offset
122         to CORE_ADDR.
123         (restore_binary_file): Update type casts.
124         (restore_command): Parse load_offset as address, not long.
125
126         * utils.c (string_to_core_addr): Do not sign-extend value.
127         * varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
128         before comparing against requested frame address.
129
130 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
131
132         * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
133         * gdbarch.h, gdbarch.c: Regenerate.
134
135         * gcore.c (default_gcore_target): Make return value const.
136         Call gdbarch_gcore_bfd_target if present.
137         (default_gcore_arch, default_gcore_mach): Use target_gdbarch.
138
139         * corelow.c (core_read_description): Call gdbarch_core_read_description
140         on core_gdbarch instead of current_gdbarch.
141
142         * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
143
144 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
145
146         * gdbtypes.c (create_string_type): Receive character type as argument.
147         * gdbtypes.h (create_string_type): Add character type argument.
148         * dwarf2read.c (read_tag_string_type): Pass character type to
149         create_string_type.
150
151         * value.h (value_string): Add character type argument.
152         * valops.c (value_string): Add character type argument.  Pass it to
153         create_string_type.  Do not allocate space in inferior.
154         * valarith.c (value_concat): Pass character type to value_string.
155
156         * value.h (value_typed_string): Rename to ...
157         (value_cstring): ... this.
158         * valops.c (value_typed_string): Rename to ...
159         (value_cstring): ... this.
160         * c-lang.c (evaluate_subexp_c): Update.
161
162         * python/python-value.c (builtin_type_pychar): New define.
163         (convert_value_from_python): Call value_cstring instead
164         of value_from_string.
165         * value.c (value_from_string): Remove.
166         * value.h (value_from_string): Remove.
167
168         * eval.c (evaluate_subexp_standard): Pass character type to
169         value_string.  Pass expression architecture to value_nsstring
170         and lookup_child_selector.
171         * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
172         (lookup_child_selector): Likewise.
173         (value_nsstring): Likewise.
174         * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
175         Pass character type to value_string..
176         (lookup_child_selector): Likewise.
177         (value_nsstring): Add GDBARCH parameter, use it instead of
178         objfile architecture.  Pass architecture to lookup_objc_class
179         and lookup_child_selector. Pass character type to value_string.
180         (end_msglist): Pass architecture to lookup_objc_class.
181         * objc-exp.y: Pass architecture to lookup_objc_class.
182
183 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
184
185         * gdbtypes.h (struct language_defn): Add forward declaration.
186         (lookup_typename): Add LANGUAGE and GDBARCH parameters.
187         (lookup_unsigned_typename): Likewise.
188         (lookup_signed_typename): Likewise.
189         * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
190         Use them instead of current_language and current_gdbarch.
191         (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
192         Pass them to lookup_typename.
193         (lookup_signed_typename): Likewise.
194
195         * c-exp.y: Pass parse_language and parse_gdbarch to
196         lookup_unsigned_typename and lookup_signed_typename.
197         * objc-exp.y: Likewise.
198         * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
199
200         * c-lang.c (evaluate_subexp_c): Pass expression language and
201         gdbarch to lookup_typename.
202         * printcmd.c (printf_command): Pass current language and
203         gdbarch to lookup_typename.
204         * python/python-type.c (typy_lookup_typename): Likewise.
205         Include "language.h".
206
207 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
208
209         * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
210         Use it instead of current_gdbarch.  Pass architecture to
211         sparc32_gregset_supplies_p.
212         (sparc64_fpregset_supplies_p): Add GDBARCH parameter.  Use it instead
213         of current_gdbarch.  Pass architecture to sparc32_fpregset_supplies_p.
214         * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
215         sparc64nbsd_fpregset_supplies_p): Likewise.
216         * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
217         Add GDBARCH parameter.
218         (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
219         (sparc_fetch_inferior_registers): Pass regcache architecture to
220         sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
221         (sparc_store_inferior_registers): Likewise.
222         * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
223         Add GDBARCH parameter.
224         (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
225
226 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
227
228         * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
229         of current_gdbarch.
230         * aix-thread.c (pd_enable): Likewise.
231         * amd64-linux-nat.c (ps_get_thread_area): Likewise.
232         * bsd-uthread.c (bsd_uthread_activate): Likewise.
233         * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
234         * linux-thread-db.c (enable_thread_event): Likewise.
235         * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
236         * nto-procfs.c (procfs_open): Likewise.
237         * procfs.c (invalidate_cache, procfs_insert_watchpoint,
238         info_proc_mappings, info_mappings_callback): Likewise.
239         * record.c (record_open): Likewise.
240         * rs6000-nat.c (ARCH64): Likewise.
241         * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
242         (darwin_bfd_open): Likewise.
243         * memattr.c (mem_info_command): Likewise.
244
245         * windows-nat.c (win32_resume): Use current regcache architecture
246         instead of current_gdbarch.
247
248         * dbug-rom.c (dbug_regname): Remove check against number of
249         registers in current_gdbarch.
250         * solib-pa64.c (read_dynamic_info): Remove unused variable.
251
252 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
253
254         * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
255         use it instead of current_gdbarch.
256         * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
257         * arm-tdep.c (arm_skip_prologue): Pass architecture to
258         deprecated_pc_in_call_dummy.
259
260         * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
261         Use it instead of current_gdbarch.
262         * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
263         * breakpoint.c (expand_line_sal_maybe): Pass architecture to
264         skip_prologue_using_sal.
265         * arm-tdep.c (skip_prologue_using_sal): Likewise.
266         * lm32-tdep.c (lm32_skip_prologue): Likewise.
267         * m32-tdep.c (m32c_skip_prologue): Likewise.
268         * mips-tdep.c (mips_skip_prologue): Likewise.
269         * moxie-tdep.c (moxie_skip_prologue): Likewise.
270         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
271         * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
272         * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
273         it to skip_prologue_using_sal.  Update call sites ...
274         (frv_skip_prologue, frv_frame_unwind_cache): ... here.
275
276         * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
277         (check_for_saved): Use it instead of current_gdbarch.
278         (mn10300_analyze_prologue): Set it.
279
280         * value.c (using_struct_return): Add GDBARCH parameter.  Use it
281         instead of current_gdbarch.
282         * value.h (using_struct_return): Add GDBARCH parameter.
283         * eval.c (evaluate_subexp_standard): Pass architecture to
284         using_struct_return.
285         * infcall.c (call_function_by_hand): Likewise.
286         * stack.c (return_command): Likewise.
287         * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
288
289         * symtab.c (in_prologue): Add GDBARCH parameter.  Use it instead of
290         current_gdbarch.
291         * symtab.h (in_prologue): Add GDBARCH parameter.
292         * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
293
294         * eval.c (evaluate_subexp_standard): Use expression architecture
295         instead of current_gdbarch.
296
297         * c-lang.c (evaluate_subexp_c): Use expression architecture and
298         language instead of current_gdbarch and current_language.
299
300         * printcmd.c (do_one_display): Use expression architecture instead
301         of current_gdbarch.
302
303         * infcmd.c (print_return_value): Use architecture of stop_regcache
304         instead of current_gdbarch.
305         (print_vector_info, print_float_info): Remove GDBARCH argument,
306         use frame architecture instead.
307         (vector_info, float_info): Update calls.
308
309         * objc-lang.c (objc_skip_trampoline): Use frame architecture
310         instead of current_gdbarch.
311
312         * parse.c (write_dollar_variable): Use parse architecture instead
313         of current_gdbarch.
314
315         * source.c (line_info): Use objfile architecture instead of
316         current_gdbarch.
317
318         * symtab.c (find_function_start_sal): Use gdbarch instead of
319         current_gdbarch.
320         (print_msymbol_info): Use objfile architecture instead of
321         current_gdbarch.
322
323         * valops.c (value_assign): Use frame architecture instead of
324         current_gdbarch.
325
326 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
327
328         * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
329
330         * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
331         calling record_line.
332         (enter_linenos): Likewise.
333         * dbxread.c (process_one_symbol): Likewise.
334         * dwarf2read.c (dwarf_decode_lines): Likewise.
335         * mdebugread.c (psymtab_to_symtab_1): Likewise.
336         * xcoffread.c (enter_line_range): Likewise.
337
338 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
339
340         * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
341         architecture instead of current_gdbarch.
342         (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
343         (gen_expr): Pass expression to get_struct_ref.
344
345         * symtab.h (struct symbol_ops): Add GDBARCH parameter to
346         tracepoint_var_ref callback.
347         * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
348         symbol operation callback.
349         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
350         Use it instead of current_gdbarch.
351         (locexpr_tracepoint_var_ref): Add GDBARCH parameter.  Pass it to
352         dwarf2_tracepoint_var_ref.
353         (loclist_tracepoint_var_ref): Likewise.
354
355 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
356
357         * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
358         Use it instead of address bits of current_gdbarch.
359         * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
360         * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
361         make_pv_area.
362         (arm_scan_prologue): Likewise.
363         * m32c-tdep.c (m32c_analyze_prologue): Likewise.
364         * mep-tdep.c (mep_analyze_prologue): Likewise.
365         * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
366         * s390-tdep.c (s390_analyze_prologue): Likewise.
367
368 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
369
370         * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
371         frame architecture instead of current_gdbarch.
372         (mi_cmd_data_list_changed_registers): Likewise.
373         (mi_cmd_data_list_register_values): Likewise.  Pass selected
374         frame to get_register.
375         (get_register): Add FRAME argument, use it as frame to retrieve
376         registers from (instead of selected frame).  Use frame architecture
377         instead of current_gdbarch.
378         (mi_cmd_data_write_register_values): Use current regcache
379         architecture instead of current_gdbarch.
380
381 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
382
383         * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
384         use frame architecture instead.  Replace current_gdbarch uses.
385         (tui_show_registers): Update call.
386         (tui_get_register): Remove GDBARCH parameter; use frame architecture
387         instead.
388         (tui_show_register_group): Update call.
389         (tui_check_register_values): Likewise.
390         (tui_register_format): Remove GDBARCH parameter; use frame
391         architecture instead.  Replace current_gdbarch uses.
392         (tui_get_register): Update call.
393
394 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
395
396         * gdbarch.sh (construct_inferior_arguments): Remove.
397         * gdbarch.c, gdbarch.h: Regenerate.
398         * infcmd.c (get_inferior_args): Call construct_inferior_arguments
399         directly instead of gdbarch_construct_inferior_arguments.
400         (construct_inferior_arguments): Remove GDBARCH argument.
401         * inferior.h (construct_inferior_arguments): Likewise.
402
403 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
404
405         * symfile.c (section_is_mapped): Use objfile architecture instead
406         of current_gdbarch.
407         (TARGET_LONG_BYTES): Remove.
408         (read_target_long_array): Add SIZE argument.  Use it instead of
409         TARGET_LONG_BYTES.
410         (simple_read_overlay_table): Retrieve long size from objfile
411         architecture; pass it to read_target_long_array.
412         (simple_read_overlay_region_table): Likewise.
413         (simple_overlay_update_1): Likewise.
414
415 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
416
417         * infrun.c (cleanup_displaced_step_closure): Remove.
418         (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
419         (displaced_step_prepare): Use displaced_step_clear_cleanup instead
420         of cleanup_displaced_step_closure.
421         (handle_inferior_event, keep_going): Use thread architecture instead
422         of current_gdbarch.
423
424 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
425
426         * infrun.c (handle_inferior_event): Use current frame architecture
427         or thread architecture instead of current_gdbarch.  Pass to
428         handle_step_into_function and handle_step_into_function_backward.
429         (handle_step_into_function): Add GDBARCH parameter.  Use it instead
430         of current_gdbarch.
431         (handle_step_into_function_backward): Likewise.
432         (insert_step_resume_breakpoint_at_frame): Use frame architecture
433         instead of current_gdbarch.
434         (insert_step_resume_breakpoint_at_caller): Likewise.
435
436 2009-06-17  Pierre Muller  <muller@ics.u-strasbg.fr>
437         Pedro Alves  <pedro@codesourcery.com>
438         
439         * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
440         is pushed for watchpoint promotion to hardware watchpoint.
441
442 2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
443
444         * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
445         (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
446         (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
447         (dwarf_ranges_section, dwarf_frame_section)
448         (dwarf_eh_frame_section): Removed.
449         (dwarf2_resize_section): Likewise.
450         (dwarf2_read_section): Now static, use bfd_mmap() if possible.
451         (dwarf2_get_section_info): New function.
452         (munmap_section_buffer): Likewise.
453         (dwarf2_per_objfile_cleanup): Likewise.
454         (section_is_p): Signature change.
455         * dwarf2-frame.c (dwarf2_build_frame_info): Use
456         dwarf2_get_section_info instead of dwarf2_read_section.
457         
458 2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
459
460         * solib.c (symbol_add_stub): New FLAGS parameter.
461         (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
462         directly.
463         (solib_add): Defer breakpoint_re_set until after all solibs.
464         * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
465         * rs6000-nat.c (objfile_symbol_add): Adjust.
466         * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
467         (new_symfile_objfile): Likewise.
468         (symbol_file_add_with_addrs_or_offsets): Likewise.
469         (symbol_file_add_from_bfd): Likewise.
470         (symbol_file_add): Likewise.
471         * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
472         * symfile-mem.c (symbol_file_add_from_memory): Adjust.
473         * windows-nat.c (safe_symbol_file_add_stub): Adjust.
474         * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
475         
476 2009-06-16  Keith Seitz  <keiths@redhat.com>
477
478         * linespec.c (collect_methods): Delete.
479         (add_matching_methods): Reove destructor special case.
480         (find_method): Call find_methods directly instead of
481         collect_methods.
482         * valops.c (value_struct_elt): Remove destructor
483         special cases.
484         (check_field): Likewise.
485         (value_struct_elt_for_reference): Likewise.
486         (destructor_name_p): Remove misleading comment about dtors
487         being "special cases". 
488         * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
489         * gdbtypes.c (get_destructor_fn_field): Likewise. 
490
491 2009-06-16  Pedro Alves  <pedro@codesourcery.com>
492
493         * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
494         TARGET_OJECT_MEMORY reads to the topmost target, not to the
495         flattened current_target.
496
497 2009-06-16  Tristan Gingold  <gingold@adacore.com>
498
499         * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
500         call_length field.
501         (avr_register_name): Add const to register_names.
502         (avr_scan_arg_moves): Move inside avr_scan_prologue.
503         (avr_scan_prologue): Add pc_end argument.
504         Only read prologue bytes that can be read.
505         Limit the scan to the known prologue length.
506         Makes pattern variables static and const.
507         Fix indentation.
508         (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
509         Fix indentation.
510         (avr_breakpoint_from_pc): Constify avr_break_insn.
511         (avr_extract_return_value): Fix function comment.
512         (avr_frame_unwind_cache): Fix GNU style violations.
513         Pass current_pc argument to avr_scan_prologue to stop prologue
514         analysis to the current pc.  This fixes the bug with the 'next'
515         command.
516         Correctly set the SP register of the previous frame (use call_length).
517         (avr_frame_prev_register): Fix indentation.
518         Correctly read PC from the stack on avr6 architectures.
519         (avr_push_dummy_call): Fix indentation.
520         (avr_gdbarch_init): Set call_length according to the architecture.
521
522 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
523
524         * infcall.c (show_unwind_on_terminating_exception_p): New
525         function.
526         (call_function_by_hand): Create breakpoint and clean-up call for
527         std::terminate.breakpoint. Add unwind_on_terminating_exception_p
528         gate. Pop frame on breakpoint hit.
529         (_initialize_infcall): Add add_setshow_boolean_cmd for
530         unwind-on-terminating-exception.
531
532 2009-06-12  Kevin Buettner  <kevinb@redhat.com>
533
534         * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
535         `has_section_at_zero' flag from stripped objfile to separate,
536         debug info only, objfile.
537
538 2009-06-12  Pedro Alves  <pedro@codesourcery.com>
539
540         * exec.h (section_table_xfer_memory_partial): Improve description,
541         mention SECTION_NAME.
542         * exec.c (section_table_xfer_memory_partial): Remove stale
543         description.
544
545 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
546
547         * nto-tdep.h (nto_generic_supply_gpregset)
548         (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
549         * nto-tdep.c (nto_generic_supply_gpregset)
550         (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
551
552 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
553
554         * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
555         (i386nto_sigcontext_addr): Change the way context address is calculated.
556         (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
557         sc_sp_offset and set sc_reg_offset and sc_num_regs.
558
559 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
560
561         * i386-nto-tdep.c (i386_nto_target): Remove definition.
562         (init_i386nto_ops): Use macros to set fields to global
563         current_nto_target directly.
564         (i386nto_init_abi): Remove unused nto_set_target call.
565         * nto-tdep.h (nto_set_target): Remove unused declaration.
566         * nto-tdep.c (nto_set_target): Remove unused function.
567
568 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
569
570         * breakpoint.c (break_command_really): Rename local variable
571         breakpoint_chain to bkpt_chain.
572
573 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
574
575         Add support for XMM registers.
576         * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
577         (i386nto_register_area): Correctly calculate offsets and sizes for
578         all supported registers.
579
580 2009-06-11  Tom Tromey  <tromey@redhat.com>
581
582         * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
583         'static' from local variable definitions.
584
585 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
586
587         * symtab.c (append_expanded_sal): Remove unused local variables.
588
589 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
590
591         * infrun.c (sched_multi): New global.
592         (resume): If sched_multi is set, resume only threads of the
593         current inferior.
594         (prepare_to_proceed): Don't switch over to wait_ptid if we're
595         resuming a different inferior, and sched_multi is off.
596         (show_schedule_multiple): New.
597         (_initialize_infrun): Register new "set schedule-multiple" command.
598         * inferior.h (sched_multi): Declare.
599         * NEWS: Mention new "schedule-multiple" setting.
600
601 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
602
603         * varobj.c (varobj_create): Properly restore the selected frame.
604
605 2009-06-05  Tom Tromey  <tromey@redhat.com>
606
607         * inferior.c (print_inferior): Make a table, not a list.  Emit
608         table headers.
609
610 2009-06-10  Jonas Maebe  <jonas.maebe@elis.ugent.be>
611
612         * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
613         darwin_wait (blocking wait).
614         (darwin_kill_inferior): Likewise.
615
616 2009-06-10  Pedro Alves  <pedro@codesourcery.com>
617
618         * infrun.c (handle_inferior_event): Update comment around trying
619         to revert back to a stepping thread that has exited.
620
621 2009-06-10  Cary Coutant  <ccoutant@google.com>
622
623         * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
624         DW_LNE_set_discriminator.
625
626 2009-06-10  Pierre Muller  <muller@ics.u-strasbg.fr>
627
628         * breakpoint.c: ARI fixes.
629         (create_overlay_event_breakpoint): Avoid assignment inside if statement.
630         (print_one_breakpoint_location): Likewise.
631         (create_longjmp_breakpoint): Likewise.
632         (tracepoint_save_command): Likewise
633         (bpstat_find_step_resume_breakpoint): No operator at end of line.
634         (bpstat_stop_status): Likewise.
635         (describe_other_breakpoints): Likewise.
636         (hw_watchpoint_used_count): Likewise.
637         (expand_line_sal_maybe): Likewise.
638         (break_command_really): Likewise.
639         (delete_command): Likewise.
640         (do_enable_breakpoint): Likewise.
641         (delete_trace_command): Likewise.
642         (catch_exception_command_1): Likewise and remove extra parentheses.
643
644 2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
645
646         * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
647         "ubreak" command that does not exist.
648
649 2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
650
651         * cli/cli-decode.c (add_alias_cmd): Correct assertion.
652
653 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
654
655         * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
656
657 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
658
659         * procfs.h: New.
660         * proc-utils.h (procfs_first_available): Don't declare here.
661         * sol-thread.c: Include procfs.h instead of sys/procfs.h and
662         proc-utils.h.
663         * procfs.c: Include procfs.h.
664         (procfs_target): Make it public.  Don't register
665         procfs_can_use_hw_breakpoint here.
666         (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
667         defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
668         (procfs_can_use_hw_breakpoint): Remove check of
669         TARGET_HAS_HARDWARE_WATCHPOINTS.
670         (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
671         here.
672         (_initialize_procfs): Don't add the procfs target here.
673
674         * i386-sol2-nat.c: Include target.h and procfs.h.
675         (_initialize_amd64_sol2_nat): Install the procfs target here,
676         customized with watchpoints support.
677         * irix5-nat.c: Include target.h.
678         (_initialize_core_irix5): Rename to ...
679         (_initialize_irix5_nat): ... this.  Install the procfs target
680         here, customized with watchpoints support.
681         * alpha-nat.c: Include procfs.h.
682         (_initialize_core_alpha): Rename to...
683         (_initialize_alpha_nat): ... this.  Install the procfs target
684         here, customized with watchpoints support.
685         * sparc-sol2-nat.c: Include target.h and procfs.h.
686         (_initialize_sparc_sol2_nat): New.
687
688         * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
689         * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
690         * config/mips/irix5.mh (NAT_FILE): Delete.
691         * config/mips/irix6.mh (NAT_FILE): Delete.
692         * config/mips/nm-irix5.h: Delete.
693
694 20009-06-07  Pedro  Alves  <pedro@codesourcery.com>
695
696         * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
697         to enum target_object.  Cleanup comments.
698         * auxv.h: Include "target.h".  Cleanup comments to not mention
699         NATIVE_XFER_AUXV anymore.
700
701 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
702
703         * inferior.h (procfs_first_available): Move declaration to...
704         * proc-utils.h: ... here.
705         * sol-thread.c: Include procfs.h and proc-utils.h.
706
707 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
708
709         * inferior.h (proc_iterate_over_mappings): Delete declaration.
710         * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
711         * procfs.c (proc_iterate_over_mappings): Delete.
712
713 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
714
715         * target.h (struct target_ops): Make to_has_all_memory,
716         to_has_memory, to_has_stack, to_has_registers and to_has_execution
717         methods instead of variables.
718         (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
719         (target_has_registers_1, target_has_execution_1): Declare
720         functions.
721         (target_has_all_memory): Rewrite to call target_has_all_memory_1.
722         (target_has_memory): Rewrite to call target_has_memory_1.
723         (target_has_stack): Rewrite to call target_has_all_stack_1.
724         (target_has_registers): Rewrite to call target_has_registers_1.
725         (target_has_execution): Rewrite to call target_has_execution_1.
726         (default_child_has_all_memory, default_child_has_memory)
727         (default_child_has_stack, default_child_has_registers)
728         (default_child_has_execution): Declare.
729         (target_mark_running, target_mark_exited): Delete declarations.
730         * target.c (default_child_has_all_memory,
731         default_child_has_memory, default_child_has_stack,
732         default_child_has_registers, default_child_has_execution): New.
733         (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
734         target_has_registers_1, target_has_execution_1): New.
735         (add_target): Default the to_has_all_memory, to_has_all_memory,
736         to_has_memory, to_has_stack, to_has_registers and to_has_execution
737         callbacks to return 0.
738         (update_current_target): Do not inherit to_has_all_memory,
739         to_has_memory, to_has_stack, to_has_registers or to_has_execution.
740         (target_mark_running, target_mark_exited): Delete.
741         (memory_xfer_partial): Adjust.
742         (target_read_memory, target_write_memory, target_search_memory):
743         Dispatch to the the top-most target, not the flattened
744         current_target.
745         (target_info): Adjust.
746         (init_dummy_target): Install return_zero as callback for
747         to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
748         to_has_execution.
749         (set_maintenance_target_async_permitted): Use have_live_inferiors
750         instead of target_has_execution.
751         * target-memory.c (target_write_memory_blocks): Dispatch memory
752         writes to the the top-most target, not the flattened
753         current_target.
754
755         * breakpoint.c (insert_breakpoints): Don't check for
756         target_has_execution here.
757         (update_global_location_list): Check if there are live inferiors
758         to debug instead of target_has_execution.
759         * infcmd.c (kill_command, detach_command): Check if there are
760         inferiors instead of target_has_execution.
761         * inferior.h (have_live_inferiors): Declare.
762         * inferior.c (have_live_inferiors): New.
763         * infrun.c (normal_stop): Don't check for target_has_execution to
764         finish the thread states.
765         * thread.c (is_thread_state, is_stopped, is_exited, is_running)
766         (any_running, is_executing): Remove checks for
767         target_has_execution.
768         * top.c (kill_or_detach): Don't try to kill core inferiors.
769         (quit_target): Don't check for target_has_execution.
770
771         * corelow.c (core_has_memory, core_has_stack, core_has_registers):
772         New.
773         (init_core_ops): Install core_has_memory, core_has_stack and
774         core_has_registers.
775         * exec.c (exec_has_memory): New.
776         (init_exec_ops): Install exec_has_memory.
777         * remote.c (remote_add_inferior): Don't call target_mark_running.
778         (remote_start_remote): Don't call target_mark_exited or call
779         target_mark_running.
780         (remote_open_1): Use have_inferiors instead of
781         target_has_execution.  Don't use target_mark_exited.
782         (init_remote_ops): Install deafult_child_has_all_memory,
783         default_child_has_memory, default_child_has_stack,
784         default_child_has_registers, default_child_has_execution.
785         * bsd-kvm.c (bsd_kvm_return_one): New.
786         (bsd_kvm_add_target): Register bsd_kvm_return_one as
787         to_has_memory, to_has_stack and to_has_registers callbacks.
788         * remote-m32r-sdi.c (m32r_return_one): New.
789         (init_m32r_ops): Register it.
790         * inf-child.c (inf_child_target): Adjust to register
791         default_child_has_all_memory, default_child_has_memory,
792         default_child_has_stack, default_child_has_registers,
793         default_child_has_execution callbacks.
794         * gnu-nat.c (init_gnu_ops): Likewise.
795         * go32-nat.c (init_go32_ops): Likewise.
796         * hpux-thread.c (init_hpux_thread_ops): Likewise.
797         * monitor.c (init_base_monitor_ops): Likewise.
798         * nto-procfs.c (init_procfs_ops): Likewise.
799         * remote-mips.c (_initialize_remote_mips): Likewise.
800         * windows-nat.c (init_windows_ops): Likewise.
801         * remote-sim.c (gdbsim_create_inferior): Don't use
802         target_mark_running or target_mark_exited.
803         (gdbsim_mourn_inferior): Don't call target_mark_exited.
804         (init_gdbsim_ops): Adjust to register
805         default_child_has_all_memory, default_child_has_memory,
806         default_child_has_stack, default_child_has_registers,
807         default_child_has_execution callbacks.
808
809         * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
810         there's no inferior selected, defer to a lower stratum.
811
812 2009-06-05  Tom Tromey  <tromey@redhat.com>
813
814         * varobj.c (update_dynamic_varobj_children): Wrap error text in
815         _().
816         (install_visualizer): Likewise.
817         (varobj_set_visualizer): Likewise.
818
819 2009-06-05  Marc Khouzam  <marc.khouzam@ericsson.com>
820
821         * mi/mi-main.c (mi_cmd_exec_continue)
822         (mi_cmd_exec_interrupt): Adjust parsing of thread group
823         ids to current reality, where they don't have any 'p' prefix.
824
825 2009-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
826
827         * corelow.c (core_open): Check for core_gdbarch before calling
828         gdbarch_target_signal_from_host.
829
830 2009-06-05  Tom Tromey  <tromey@redhat.com>
831
832         * c-exp.y (parse_number): Don't use K&R definition.
833         (yylex): Likewise.
834         (yyerror): Likewise.
835
836 2009-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
837
838         * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
839
840 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
841
842         * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
843         * ax-gdb.c (gen_var_ref): Likewise.
844         * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
845         * printcmd.c (address_info): Likewise.
846         * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
847         * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
848         * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
849         * dwarf2loc.h: Likewise.
850         * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
851
852         * symtab.h: (struct symbol_register_ops): New struct definition.
853         (struct symbol): Make "ops" member a union of symbol_computed_ops and
854         symbol_register_ops callback pointers.
855         (SYMBOL_REGISTER_OPS): New macro.
856         * tracepoint.c: Include "objfiles.h".
857         (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
858         callback to retrieve register numbers.
859         * ax-gdb.c (gen_var_ref): Likewise.
860         * findvar.c (read_var_value): Likewise.
861         * printcmd.c (address_info): Likewise.
862
863         * coffread.c (coff_reg_to_regnum): New function.
864         (coff_register_funcs): New static variable.
865         (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
866         Install SYMBOL_REGISTER_OPS callbacks.
867         * mdebugread.c (mdebug_reg_to_regnum): New function.
868         (mdebug_register_funcs): New static variable.
869         (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
870         Install SYMBOL_REGISTER_OPS callbacks.
871         * stabsread.c (stab_reg_to_regnum): New function.
872         (stab_register_funcs): New static variable.
873         (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
874         Install SYMBOL_REGISTER_OPS callbacks.
875
876 2009-06-03  Doug Evans  <dje@google.com>
877
878         * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
879         after discarding its contents.
880
881 2009-06-03  Pedro Alves  <pedro@codesourcery.com>
882
883         * target.c: Include "exec.h".
884         (update_current_target): Don't inherit to_sections or
885         to_sections_end.
886         (target_get_section_table): New.
887         (target_section_by_addr): Fetch the section table from the passed
888         in target.
889         (memory_xfer_partial): Handle unmapped overlay sections before
890         anything else.  Get the overlay mapped address here.  Adjust to
891         use section_table_xfer_memory_partial.
892         (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
893         instead of TARGET_OBJECT_MEMORY.
894         (target_resize_to_sections): Delete.
895         (remove_target_sections): Adjust to remove target sections from
896         `current_target_sections', and use resize_section_table.
897         * target.h (struct target_ops) <to_sections, to_sections_end>:
898         Remove fields.
899         <to_get_section_table>: New method.
900         (xfer_memory, print_section_info): Delete declarations.
901         (struct target_section_table): New type.
902         (target_get_section_table): Declare.
903         (target_resize_to_sections): Delete declaration.
904         (remove_target_sections): Delete declaration.
905         * bfd-target.c (target_bfd_xfer_partial): Get the section table
906         from to_data.
907         (target_bfd_get_section_table): New.
908         (target_bfd_xclose): Adjust.
909         (target_bfd_reopen): Store the section table in the to_data field.
910         * corelow.c (core_data): New.
911         (core_close): Adjust to release core_data and its sections.
912         (core_open): Allocate core_data, and build its target sections
913         table.
914         (deprecated_core_resize_section_table): New.
915         (core_files_info): Pass core_data to print_section_info.
916         (core_xfer_partial): Adjust to use
917         section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
918         (init_core_ops): Do not install a deprecated_xfer_memory callback
919         anymore.
920         * solib.c (update_solib_list): Add the shared library sections
921         to the current target sections table.
922         * exec.c (current_target_sections_1): New global.
923         (current_target_sections): New global.
924         (exec_close_1): New function, refactored from exec_close.  Remove
925         the exec_bfd's sections from the current target sections table.
926         Adjust to not use to_sections.
927         (exec_close): Remove all target sections.  Call exec_close_1.
928         (exec_file_clear): Use exec_close_1 instead of unpushing the
929         target.
930         (exec_file_attach): Likewise.  Adjust to not use to_sections.  Add
931         exec_bfd's sections to the current target sections table.  Don't
932         push the exec_ops target here.
933         (resize_section_table): New.
934         (add_target_sections): New.
935         (remove_target_sections): Moved here.
936         (section_table_xfer_memory): Adjust to implement the xfer_partial
937         interface, and rename to...
938         (section_table_xfer_memory_partial): ... this, replacing the
939         current function of that same name.
940         (exec_get_section_table): New.
941         (exec_xfer_partial): New.
942         (xfer_memory): Delete.
943         (print_section_info): Replace the target_ops parameter by a
944         target_section_table parameter.
945         (exec_files_info, set_section_command, exec_set_section_address):
946         Adjust to use the current sections table.
947         (init_exec_ops): Do not register a deprecated_xfer_memory
948         callback.  Register to_xfer_partial and to_get_section_table
949         callbacks.
950         * infrun.c (handle_inferior_event): Update comments around
951         solib_add.
952         * rs6000-nat.c (xcoff_relocate_core): Adjust to use
953         deprecated_core_resize_section_table.
954         * exec.h (resize_section_table): Declare.
955         (section_table_xfer_memory_partial): Add const char * argument.
956         (remove_target_sections): Declare here.
957         (add_target_sections): Declare.
958         (print_section_info): Declare here.
959         * gdbcore.h (deprecated_core_resize_section_table): Declare.
960
961 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
962
963         * value.h (struct internalvar): Remove.
964         (get_internalvar_integer): Add prototype.
965         (set_internalvar_integer): Add prototype.
966         (clear_internalvar): Add prototype.
967
968         * value.c (struct internalvar): Move here.  Add type member.  Remove
969         endian member.  Add union_internalvar member instead of value member.
970         (init_if_undefined_command): Use intvar->type.
971         (create_internalvar): Do not initialize value/endian, but type.
972         (create_internalvar_type_lazy): Call create_internalvar.
973         (value_of_internalvar): Handle host-side internalvar contents.
974         (set_internalvar_component): Likewise.
975         (set_internalvar): Likewise.
976         (get_internalvar_integer): New function.
977         (clear_internalvar): Likewise.
978         (set_internalvar_integer): Likewise.
979         (preserve_values): Handle host-side internalvar contents.
980
981         * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
982         set_internalvar_integer instead of set_internalvar.
983         * findcmd.c (find_command): Likewise.
984         * infrun.c (handle_inferior_event): Likewise.
985         * source.c (forward_search_command, reverse_search_command): Likewise.
986         * tracepoint.c (set_traceframe_num, set_tracepoint_num,
987         set_traceframe_context): Likewise.
988
989         * printcmd.c (x_command): Call clear_internalvar instead of
990         set_internalvar.
991         * tracepoint.c (set_traceframe_context): Likewise.
992         
993         * breakpoint.c (get_number_trailer): Call get_internalvar_integer
994         instead of value_of_internalvar.
995         * linespec.c (decode_dollar): Likewise.
996
997         * expprint.c (dump_subexp_body_standard): Use internalvar_name
998         instead of accessing internalvar private elements.
999         * valops.c (value_assign): Copy from original source instead of
1000         accessing internalvar private elements.
1001
1002 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
1003
1004         * scm-lang.c (builtin_type_scm): Remove.
1005         (scm_lookup_name): Add GDBARCH parameter.  Use it instead of
1006         objfile architecture.  Use per-architecture builtin_scm_type instead
1007         of builtin_type_scm.
1008         (evaluate_exp): Pass expression architecture to scm_lookup_name.
1009
1010         (scm_get_field): Add SIZE parameter.  Use it instead of 
1011         TYPE_LENGTH (builtin_type_scm).
1012
1013         (build_scm_types): New function.
1014         (scm_type_data): New variable.
1015         (builtin_scm_type): New function.
1016         (_initialize_scheme_language): Do not initialize builtin_type_scm.
1017         Register build_scm_types as post-init function for scm_type_data.
1018
1019         * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
1020         instead of builtin_type_scm.
1021
1022         * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
1023         (scm_get_field): Add SIZE paramter.
1024         (scm_scmval_print): Remove prototype.
1025         (builtin_type_scm): Remove.
1026         (struct builtin_scm_type): Add structure definition.
1027         (builtin_scm_type): Add prototype.
1028
1029         * scm-valprint.c (scm_inferior_print): Add TYPE parameter.  Use it
1030         instead of builtin_core_addr type; do not use objfile architecture.
1031         (scm_scmlist_print): Add TYPE parameter.  Use it to define SCM_SIZE.
1032         Pass type to scm_scmval_print.
1033         (scm_ipruk): Add TYPE parameter.  Use it to define SCM_SIZE.
1034         (scm_scmval_print): Make static.  Add TYPE parameter.  Use it to
1035         define SCM_SIZE.  Pass type to scm_ipruk and scm_scmlist_print.
1036         (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
1037
1038 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
1039
1040         * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
1041         mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
1042         mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
1043         mdebug_type_unsigned_char, mdebug_type_unsigned_short,
1044         mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
1045         mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
1046         mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
1047         mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
1048         mdebug_type_complex, mdebug_type_double_complex,
1049         mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
1050         Remove.
1051
1052         (basic_type_data): New global variable.
1053         (basic_type): New function.
1054         (parse_type): Remove static basic type map map_bt.  Call basic_type
1055         to get basic types instead of using mdebug_type_ variables.
1056
1057         (parse_symbol): Use builtin types instead of mdebug_type_ variables.
1058         (upgrade_type): Likewise.
1059         (parse_procedure): Likewise.
1060         (psymtab_to_symtab_1): Likewise.
1061
1062         (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
1063         Initialize basic_type_data.
1064
1065 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
1066
1067         * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
1068         * dfp.c (promote_decimal): Remove.
1069         (decimal_binop): Convert LEN_RESULT to input parameter.
1070         Remove call to decimal_binop.
1071         (decimal_compare): Remove call to decimal_binop.
1072
1073         * valarith.c (value_binop): Pass desired result type length
1074         to decimal_binop.
1075
1076 2009-06-01  Tristan Gingold  <gingold@adacore.com>
1077
1078         * configure.tgt (avr): Set gdb_sim to use the simulator.
1079
1080 2009-05-29  Doug Evans  <dje@google.com>
1081
1082         * infrun.c (prepare_to_proceed): Document.  Assert !non_stop.
1083         If scheduler-locking is enabled, we're not going to be singlestepping
1084         any other previously stopped thread.
1085
1086 2009-05-29  Pedro Alves  <pedro@codesourcery.com>
1087
1088         * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
1089
1090 2009-05-29  Eli Zaretskii  <eliz@gnu.org>
1091
1092         * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
1093         for stabs and COFF debug info.
1094
1095 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
1096
1097         * infrun.c (handle_inferior_event): When thread hoping, switch
1098         inferior_ptid to the event thread before removing breakpoints from
1099         the target.  If not stopping, also try to revert back to a thread
1100         that was doing a "next".  Check if that thread still exists before
1101         resuming.
1102         (currently_stepping_thread): Delete and merge with ...
1103         (currently_stepping): ... this.
1104         (currently_stepping_callback): Rename to ...
1105         (currently_stepping_or_nexting_callback): ... this, and also
1106         return true if the thread was stepping over a call (has a
1107         step-resume breakpoint).
1108
1109 2009-05-28  Tom Tromey  <tromey@redhat.com>
1110
1111         * python/python.c (gdbpy_parameter): Rename.  Fix error message.
1112         (GdbMethods): Change "get_parameter" to "parameter".
1113
1114 2009-05-28  Pierre Muller  <muller@ics.u-strasbg.fr>
1115             Paul Pluzhnikov  <ppluzhnikov@google.com>
1116
1117         * configure.ac (!have_libpython): Add python-prettyprint source
1118         and object files.
1119         * configure: Regenerate.
1120         * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
1121         python headers.
1122         
1123 2009-05-27  Vladimir Prus  <vladimir@codesourcery.com>
1124             Tom Tromey  <tromey@redhat.com>
1125             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1126
1127         * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
1128         * varobj.h (varobj_set_visualizer): Declare.
1129         (varobj_get_display_hint): Likewise.
1130         (varobj_update_result_t) <children_changed, value_installed>: New
1131         fields.
1132         * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
1133         * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
1134         mi_cmd_var_set_child_range): Declare.
1135         * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
1136         (mi_cmd_var_list_children): Emit display hint.
1137         (varobj_update_one): Emit display hint.  Handle dynamic children.
1138         * python/python.c (GdbMethods): Add "default_visualizer".
1139         * python/python-internal.h (apply_varobj_pretty_printer,
1140         gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
1141         Declare.
1142         (gdbpy_default_visualizer): Likewise.
1143         * varobj.c: Include python.h, python-internal.h.
1144         (PyObject): New typedef.
1145         (struct varobj) <children_requested, pretty_printer>: New fields.
1146         (varobj_create): Call install_default_visualizer.
1147         (instantiate_pretty_printer): New function.
1148         (varobj_set_display_format): Update.
1149         (varobj_get_display_hint): New function.
1150         (update_dynamic_varobj_children): New function.
1151         (varobj_get_num_children): Handle dynamic children.
1152         (varobj_list_children): Likewise.
1153         (install_new_value): Likewise.
1154         (varobj_add_child): New function.
1155         (install_visualizer): Likewise.
1156         (install_default_visualizer): Likewise.
1157         (varobj_set_visualizer): Likewise.
1158         (varobj_update): Handle dynamic children.
1159         (create_child): Use create_child_with_value.
1160         (create_child_with_value): New function.
1161         (value_get_print_value): Call pretty printer.  Add value_formatter
1162         argument.
1163         (c_value_of_variable): Update.
1164         (varobj_invalidate): Always free all_rootvarobj.
1165         * python/python-prettyprint.c (apply_varobj_pretty_printer): New
1166         function.
1167         (gdbpy_get_varobj_pretty_printer): Likewise.
1168         (gdbpy_default_visualizer): Likewise.
1169
1170 2009-05-27  Tom Tromey  <tromey@redhat.com>
1171             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1172             Phil Muldoon  <pmuldoon@redhat.com>
1173             Paul Pluzhnikov  <ppluzhnikov@google.com>
1174             Vladimir Prus  <vladimir@codesourcery.com>
1175
1176         * python/python-value.c (value_object_to_value): New function.
1177         * python/python-internal.h: Include frameobject.h.
1178         (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
1179         Declare.
1180         (value_object_to_value): Declare.
1181         * printcmd.c (struct format_data) <raw>: New field.
1182         (last_format): Default to 0.
1183         (decode_format): Initialize val.raw.  Handle /r flag.
1184         (print_command_1): Initialize fmt.raw and opts.raw.
1185         (output_command): Likewise.
1186         (x_command): Fix initialization of fmt.format.  Initialize
1187         fmt.raw.
1188         (display_command): Initialize fmt.raw.
1189         (do_one_display): Set opts.raw.
1190         * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
1191         gdbpy_display_hint_cst): New globals.
1192         (_initialize_python): Initialize them.  Set gdb.pretty_printers.
1193         * cp-valprint.c: Include python.h.
1194         (cp_print_value): Call apply_val_pretty_printer.
1195         * python/python.h (apply_val_pretty_printer): Declare.
1196         * stack.c (print_this_frame_argument_p): Remove.
1197         (print_frame_args): Compute summary flag.  Don't use
1198         print_this_frame_argument_p.
1199         * valprint.c: Include python.h.
1200         (user_print_options): Initialize new fields.
1201         (scalar_type_p): New function.
1202         (val_print): Handle 'raw' and 'summary' modes.  Call
1203         apply_val_pretty_printer.
1204         (value_print): Handle 'raw' mode.
1205         * valprint.h (struct value_print_options) <raw, summary>: New
1206         fields.
1207         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
1208         (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
1209         (python-prettyprint.o): New target.
1210         * python/python-prettyprint.c: New file.
1211
1212 2009-05-27  Tom Tromey  <tromey@redhat.com>
1213             Paul Pluzhnikov  <ppluzhnikov@google.com>
1214
1215         * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
1216         value_address.
1217         * cli/cli-dump.c (dump_value_to_file): Use value_address.
1218         * valprint.c (common_val_print): Likewise.
1219         * v850-tdep.c (v850_push_dummy_call): Use value_address.
1220         * tracepoint.c (encode_actions): Use value_address.
1221         * printcmd.c (print_formatted): Use value_address.
1222         (x_command): Likewise.
1223         * p-valprint.c (pascal_object_print_static_field): Use
1224         value_address.
1225         * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
1226         * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
1227         * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
1228         * jv-valprint.c (java_value_print): Use value_address.
1229         * infcall.c (find_function_addr): Use value_address.
1230         * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
1231         * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
1232         * frv-tdep.c (frv_push_dummy_call): Use value_address.
1233         * frame.c (frame_register_unwind): Use value_address.
1234         (frame_unwind_register_value): Likewise.
1235         * darwin-nat-info.c (info_mach_region_command): Use
1236         value_address.
1237         * cp-valprint.c (cp_print_static_field): Use value_address.
1238         * c-valprint.c (c_value_print): Use value_address.
1239         * breakpoint.c (update_watchpoint): Use value_address.
1240         (can_use_hardware_watchpoint): Likewise.
1241         * ada-valprint.c (ada_val_print_1): Use value_address.
1242         (ada_value_print): Likewise.
1243         * ada-tasks.c (read_fat_string_value): Use value_address.
1244         * jv-lang.c (java_link_class_type): Use set_value_address.
1245         (java_link_class_type): Likewise.
1246         (get_java_utf8_name): Use value_address.
1247         (type_from_class): Likewise.
1248         (java_link_class_type): Likewise.
1249         * findvar.c (value_of_register): Use set_value_address.
1250         (read_var_value): Likewise.
1251         (read_var_value): Likewise.
1252         * eval.c (evaluate_subexp_standard): Use set_value_address.
1253         (evaluate_subexp_standard): Use value_address.
1254         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
1255         * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
1256         (ada_value_primitive_packed_val): Likewise.
1257         (ensure_lval): Likewise.
1258         (thin_data_pntr): Use value_address.
1259         (desc_bounds): Likewise.
1260         (ada_value_primitive_packed_val): Likewise.
1261         (value_assign_to_component): Likewise.
1262         (ensure_lval): Likewise.
1263         (make_array_descriptor): Likewise.
1264         (ada_to_fixed_value): Likewise.
1265         (unwrap_value): Likewise.
1266         * value.c (deprecated_value_address_hack): Remove.
1267         (value_address): New function.
1268         (value_raw_address): Likewise.
1269         (set_value_address): Likewise.
1270         (value_fn_field): Use set_value_address.
1271         (value_from_contents_and_address): Likewise.
1272         (value_fn_field): Likewise.
1273         (allocate_value_lazy): Don't use VALUE_ADDRESS.
1274         (value_as_address): Use value_address.
1275         (value_static_field): Likewise.
1276         * valops.c (search_struct_field): Use set_value_address.
1277         (value_at): Likewise.
1278         (value_at_lazy): Likewise.
1279         (value_repeat): Likewise.
1280         (value_cast_structs): Use value_address.
1281         (value_cast): Likewise.
1282         (value_fetch_lazy): Likewise.
1283         (value_assign): Likewise.
1284         (value_repeat): Likewise.
1285         (address_of_variable): Likewise.
1286         (value_coerce_array): Likewise.
1287         (value_coerce_function): Likewise.
1288         (value_addr): Likewise.
1289         (search_struct_field): Likewise.
1290         (search_struct_method): Likewise.
1291         (find_method_list): Likewise.
1292         (value_struct_elt_for_reference): Likewise.
1293         (value_full_object): Likewise.
1294         * jv-valprint.c (java_value_print): Use set_value_address.
1295         * value.h (deprecated_value_address_hack): Remove.
1296         (VALUE_ADDRESS): Remove.
1297         (value_address): Declare.
1298         (value_raw_address): Declare.
1299         (set_value_address): Declare.
1300
1301 2009-05-27  Tom Tromey  <tromey@redhat.com>
1302             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1303             Phil Muldoon  <pmuldoon@redhat.com>
1304             Paul Pluzhnikov  <ppluzhnikov@google.com>
1305
1306         * python/python.c (_initialize_python): Call
1307         gdbpy_initialize_types.
1308         (GdbMethods): Add "lookup_type".
1309         * python/python-value.c (value_object) <type>: New field.
1310         (valpy_dealloc): Decref type.
1311         (valpy_new): Initialize type.
1312         (valpy_get_type): New function.
1313         (value_to_value_object): Initialize type.
1314         (valpy_cast): New function.
1315         (value_object_getset): Add "type".
1316         (value_object_methods): Add "cast".
1317         * python/python-internal.h (type_to_type_object): Declare.
1318         (type_object_to_type): Likewise.
1319         (gdbpy_initialize_types): Likewise.
1320         (gdbpy_lookup_type): Declare.
1321         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
1322         (SUBDIR_PYTHON_SRCS): Add python-type.c.
1323         (python-type.o): New target.
1324         * python/python-type.c: New file.
1325
1326 2009-05-27  Tom Tromey  <tromey@redhat.com>
1327             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1328             Phil Muldoon  <pmuldoon@redhat.com>
1329
1330         * python/python.c: Include objfiles.h, observer.h.
1331         (gdbpy_auto_load): New global.
1332         (gdbpy_current_objfile): Likewise.
1333         (GDBPY_AUTO_FILENAME): New define.
1334         (gdbpy_new_objfile): New function.
1335         (gdbpy_get_current_objfile): Likewise.
1336         (gdbpy_objfiles): Likewise.
1337         (_initialize_python): Add "maint set auto-load".  Call
1338         gdbpy_initialize_objfile.  Attach objfile observer.
1339         (GdbMethods): New methods current_objfile, objfiles.
1340         * python/python-objfile.c: New file.
1341         * python/python-internal.h (objfile_to_objfile_object): Declare.
1342         (objfpy_get_printers): Likewise.
1343         (gdbpy_initialize_objfile): Likewise.
1344         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
1345         (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
1346         (python-objfile.o): New target.
1347
1348 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
1349
1350         * infrun.c (follow_exec): Clear the stop_requested flag.
1351         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
1352         Add debug output.
1353
1354 2009-05-27  Aleksandar Ristovski  <aristovski@qnx.com>
1355
1356         * nto-procfs.c (get_regset): Pass correct pointer.
1357
1358 2009-05-26  Doug Evans  <dje@google.com>
1359
1360         * dwarf2read.c (follow_die_ref): Add comment.
1361         (dwarf2_mark_helper): Tweak comment.
1362         (dwarf2_mark): Move description to its proper place.
1363
1364 2009-05-25  Pierre Muller  <muller@ics.u-strasbg.fr>
1365
1366         * procfs.c (procfs_wait): Add options parameter.
1367
1368 2009-05-24  Doug Evans  <dje@google.com>
1369
1370         Global renaming of find_thread_pid to find_thread_ptid.
1371         * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
1372         * thread.c (find_thread_ptid): Renamed from find_thread_pid.
1373         All callers updated.
1374
1375         * infrun.c (follow_fork): Initialize new step_* locals
1376         to avoid "may be used uninitialized" warnings.
1377
1378 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
1379
1380         * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
1381
1382 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
1383
1384         * gdbthread.h (struct thread_info): New `pending_follow' field.
1385         * thread.c (new_thread): New function.
1386         (add_thread_silent): Use it.
1387         * breakpoint.c (internal_breakpoint_number): New global, moved
1388         from inside...
1389         (create_internal_breakpoint): ... this.
1390         (clone_momentary_breakpoint): New.
1391         * breakpoint.h (clone_momentary_breakpoint): Declare.
1392         * infrun.c (nullify_last_target_wait_ptid): Move declaration
1393         higher.
1394         (pending_follow): Delete.
1395         (follow_fork): Handle pending follow fork event here.  Moved the
1396         preserving of thread stepping state here.
1397         (resume): Don't handle pending follow fork events here.  Only
1398         install the inferior's terminal modes if we're about to resume it.
1399         (proceed): Handle possible pending follow fork events here.
1400         (init_wait_for_inferior): No need to clear pending_follow anymore,
1401         it's gone.
1402         (handle_inferior_event): Adjust to per-thread `pending_follow'.
1403         Call `follow_fork' to handle following the fork.  If the
1404         follow-fork is cancelled, stop stepping.
1405         * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
1406         `pending_follow' events.  Remove code that handled preserving the
1407         thread stepping state.
1408         * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
1409         * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
1410
1411 2009-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
1412
1413         * symfile.c (add_shared_symbol_files_command): Remove
1414         prototype and function.
1415         (_initialize _symfile): Move "add-shared-symbol-files"
1416         command and "assf" alias.
1417         * windows-nat.c (_initialize_windows_nat): to here.
1418         Change "add-shared-symbol-files" to alias.
1419         
1420         * config/i386/cygwin.mh: Remove NAT_FILE.
1421         * config/i386/mingw.mh: Remove NAT_FILE.
1422         * config/i386/mingw64.mh: Remove NAT_FILE.
1423         * config/i386/nm-cygwin.h: Remove file.
1424         * config/i386/nm-cygwin64.h: Remove file.
1425
1426 2009-05-24  Hui Zhu  <teawater@gmail.com>
1427
1428         * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
1429         I386_LINUX_RECORD_IOCTL_*,
1430         I386_LINUX_RECORD_FCNTL_*) Removed.
1431         (i386_linux_init_abi): Change size of record from macros to
1432         numbers.
1433
1434 2009-05-24  Hui Zhu  <teawater@gmail.com>
1435
1436         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
1437         * linux-record.c (record_linux_system_call): Ditto.
1438         * linux-record.h (linux_record_tdep): Ditto.
1439
1440 2009-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1441
1442         Replace the savestring calls by xstrdup calls where possible.
1443         * breakpoint.c (condition_command, set_raw_breakpoint)
1444         (create_catchpoint, update_breakpoint_locations): Replace the
1445         savestring calls by xstrdup calls where possible.
1446         * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
1447         (record_producer): Likewise.
1448         * coffread.c (coff_start_symtab, complete_symtab): Likewise.
1449         * corefile.c (set_gnutarget): Likewise.
1450         * dbxread.c (add_new_header_file): Likewise.
1451         * demangle.c (set_demangling_command, set_demangling_style): Likewise.
1452         * event-top.c (push_prompt, pop_prompt, command_line_handler)
1453         (set_async_prompt): Likewise.
1454         * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
1455         Likewise.
1456         * language.c (set_language_command, _initialize_language): Likewise.
1457         * linespec.c (decode_line_2): Likewise.
1458         * rs6000-nat.c (add_vmap): Likewise.
1459         * top.c (set_prompt, init_history, init_main): Likewise.
1460         * tracepoint.c (stringify_collection_list): Likewise.
1461         * varobj.c (varobj_create): Remove variable expr_len.  Replace the 
1462         savestring calls by xstrdup calls where possible.
1463         (value_of_root, c_name_of_variable, c_describe_child): Replace the
1464         savestring calls by xstrdup calls where possible.
1465         * xcoffread.c (complete_symtab): Likewise.
1466         * cli/cli-script.c (build_command_line, define_command): Likewise.
1467         * cli/cli-setshow.c (do_setshow_command): Likewise.
1468
1469 2009-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1470
1471         Remove already unreachable code.
1472         * varobj.c (varobj_get_handle): Fix comment when error is called.
1473         All callers updated.
1474
1475 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
1476
1477         * README (`configure' options): Document GDB-specific options to
1478         `configure'.
1479
1480         * symtab.c (skip_prologue_using_lineinfo): New function.
1481         (find_function_start_sal): Use it to get to the first line of
1482         function's body that has an entry in the lineinfo table.
1483
1484         * symmisc.c (dump_symtab): Switch the current language to
1485         the language of the symtab we are dumping only if the symtab's
1486         language is neither language_auto nor language_unknown.
1487
1488         * coffread.c (coff_symtab_read): Set language_minimal as the
1489         language for the "_globals_" pseudo-file.
1490         (process_coff_symbol): Set the symbol's language to the language
1491         of current_subfile.
1492
1493 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
1494
1495         * target.h (struct section_table): Rename to ...
1496         (struct target_section): ... this.
1497         * exec.c: Adjust all references.
1498         * exec.h: Adjust all references.
1499         * nto-tdep.c: Adjust all references.
1500         * nto-tdep.h: Adjust all references.
1501         * ppc-linux-tdep.c: Adjust all references.
1502         * rs6000-nat.c: Adjust all references.
1503         * s390-tdep.c: Adjust all references.
1504         * solib-darwin.c: Adjust all references.
1505         * solib-frv.c: Adjust all references.
1506         * solib-irix.c: Adjust all references.
1507         * solib-null.c: Adjust all references.
1508         * solib-osf.c: Adjust all references.
1509         * solib-pa64.c: Adjust all references.
1510         * solib-som.c: Adjust all references.
1511         * solib-sunos.c: Adjust all references.
1512         * solib-svr4.c: Adjust all references.
1513         * solib-target.c: Adjust all references.
1514         * solib.c: Adjust all references.
1515         * solist.h: Adjust all references.
1516         * symfile.c: Adjust all references.
1517         * symfile.h: Adjust all references.
1518         * target.c: Adjust all references.
1519
1520 2009-05-22  Hui Zhu  <teawater@gmail.com>
1521
1522         Add sys_fcntl argument interfaces to linux_record_tdep.
1523
1524         * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
1525         fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
1526         interfaces.
1527         * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
1528         I386_LINUX_RECORD_FCNTL_F_GETLK64,
1529         I386_LINUX_RECORD_FCNTL_F_SETLK64,
1530         I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
1531         of I386 Linux sys_fcntl arguments.
1532         (i386_linux_init_abi): Set macros values to linux_record_tdep.
1533         * linux-record.c (record_linux_system_call): Change to use
1534         the interface in linux_record_tdep in sys_fcntl and
1535         sys_fcntl64.
1536
1537         * linux-record.c (record_linux_system_call): Fix the process
1538         record build error about type in CYGWIN.
1539
1540 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
1541
1542         * inflow.c (kill_command): Delete left over static declaration.
1543
1544 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
1545
1546         * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
1547         Include exec.h.
1548         (struct section_closure): Delete.
1549         (add_to_section_table): Delete.
1550         (build_target_sections_from_bfd): Delete.
1551         (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
1552         (target_bfd_reopen): Use build_section_table.
1553         * exec.c (xfer_memory): Move most code except for overlay
1554         debugging support from here...
1555         (section_table_xfer_memory): ... to this new function.
1556         (section_table_xfer_memory_partial): New.
1557         * exec.h (section_table_xfer_memory_partial): Declare.
1558         * bfd-target.h (build_target_sections_from_bfd): Delete
1559         declaration.
1560
1561 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
1562
1563         * remote.c (compare_sections_command): Don't declare exec_bfd.
1564         * tracepoint.c: Include "gdbcore.h".
1565         (remote_set_transparent_ranges): Don't declare exec_bfd.
1566
1567 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
1568
1569         * aix-thread.c (init_aix_thread_ops): Whitespace.
1570
1571 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
1572
1573         * dec-thread.c (dec_thread_wait): Add options parameter.  Use it
1574         to call the to_wait method in the target beneath.
1575         * remote-m32r-sdi.c (m32r_wait): Add options parameter.
1576
1577 2009-05-21  Joel Brobecker  <brobecker@adacore.com>
1578
1579         * aix-thread.c (aix_thread_wait): Add options parameter.  Use it
1580         to call the to_wait method in the target_beneath.
1581
1582 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
1583
1584         * linux-nat.c (linux_nat_terminal_inferior)
1585         (linux_nat_terminal_ours): Don't check sync_execution.
1586         * remote.c (remote_terminal_inferior, remote_terminal_ours):
1587         Don't check sync_execution.  Update comments.
1588         * target.c (target_terminal_inferior): New.
1589         * target.h (target_terminal_inferior): Delete macro, and declare
1590         as function.
1591         * event-top.c (async_disable_stdin): Make idempotent.  Don't give
1592         the target the terminal here.
1593         * inflow.c (terminal_ours_1): Don't return early without setting
1594         `terminal_is_ours'.
1595
1596 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
1597
1598         * target.h (TARGET_WNOHANG): New.
1599         * target.c (target_wait): Add `options' argument.  Adjust.
1600         (struct target_ops) <to_wait>: Add `options' argument.
1601         (target_wait): Add `options' argument.
1602         * infrun.c (wait_for_inferior): Pass 0 as options to
1603         target_wait (blocking wait).
1604         (fetch_inferior_event): Pass TARGET_WNOHANG as options to
1605         target_wait.
1606         * fork-child.c (startup_inferior): Pass 0 as options to
1607         target_wait (blocking wait).
1608         * linux-nat.c (linux_nat_create_inferior): Remove async masking.
1609         (linux_nat_wait_1): Add `target_options' argument.  Use it instead
1610         of checking on target_can_async_p.
1611         (linux_nat_wait): Add `target_options' argument.  Adjust.
1612         * remote.c (remote_wait_ns): Add `options' argument.  Adjust to
1613         check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
1614         (remote_wait_as): Add `options' argument.  Adjust to check on
1615         TARGET_WNOWAIT instead of checking on remote_is_async_p.  If doing
1616         a blocking wait, keep waiting until an interesting event comes
1617         out.
1618         (remote_wait): Add `options' argument.  Don't loop here if the
1619         target is in async mode, and a blocking wait has been requested.
1620
1621         * top.c (deprecated_target_wait_hook): Add `options' argument.
1622         * linux-thread-db.c (thread_db_wait): Add `options' argument, and
1623         pass it down to the layer beneath.
1624         * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
1625         * record.c (record_beneath_to_wait): Add `options' argument.
1626         (record_wait): Add `options' argument, and pass it down to the
1627         layer beneath.
1628         * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
1629         * darwin-nat.c (darwin_wait): Likewise.
1630         * defs.h (deprecated_target_wait_hook): Likewise.
1631         * gnu-nat.c (gnu_wait): Add `options' argument.
1632         * go32-nat.c (go32_wait): Likewise.
1633         * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
1634         pass it down to the layer beneath.
1635         * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
1636         * monitor.c (monitor_wait): Likewise.
1637         * nto-procfs.c (procfs_wait): Likewise.
1638         * remote-mips.c (mips_wait): Add `options' argument.
1639         * remote-sim.c (gdbsim_wait): Likewise.
1640         * rs6000-nat.c (rs6000_wait): Add `options' argument.
1641         * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
1642         it down to the layer beneath.
1643         * spu-linux-nat.c (spu_child_wait): Add `options' argument.
1644         * windows-nat.c (windows_wait): Likewise.
1645         * tui/tui-hooks.c (tui_target_wait_hook): Likewise.  Adjust.
1646
1647 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
1648
1649         * mi/mi-interp.c (mi_on_resume): Account for whole process
1650         resumes.
1651
1652 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1653
1654         * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
1655
1656 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1657
1658         * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
1659
1660 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1661
1662         Fix parsing DW_AT_const_value using DW_FORM_string.
1663         * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
1664
1665 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
1666
1667         * aix-thread.c (giter_count): Do not count the main thread.
1668         (giter_accum): Do not include the main thread.
1669
1670 2009-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1671
1672         Remove the PROT parameter from openp.
1673         * source.c (openp): Remove the parameter PROT.  Assertion check MODE.
1674         defs.h (openp): Update the prototype.
1675         Update all the openp callers.
1676
1677 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
1678
1679         * inflow.c (kill_command): Moved to infcmd.c.
1680         (_initialize_inflow): Don't add the "kill" command or clear
1681         inferior_ptid here.
1682         * infcmd.c (kill_command): Moved here from inflow.c.
1683         (_initialize_infcmd): Add the "kill" command here.
1684
1685 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
1686
1687         * fork-child.c: Don't include frame.h.  Include terminal.h.
1688         (fork_inferior): Call new_tty_postfork after forking adn adding
1689         the child to the inferior list.
1690         * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
1691         here.
1692         * inflow.c (struct terminal_info): Remove const qualifier from
1693         `run_terminal' field.
1694         (inferior_thisrun_terminal): Tweak comment.
1695         (inflow_inferior_exit): Release the `run_terminal' field.
1696         (copy_terminal_info): New function.
1697         (new_tty_postfork): New function.
1698         * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
1699         (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
1700         * inf-ptrace.c: Include terminal.h.
1701         (inf_ptrace_follow_fork): Copy the parent's terminal info to the
1702         child.
1703         * linux-nat.c: Include terminal.h.
1704         (linux_child_follow_fork): Copy the parent's terminal info to the
1705         child.
1706         * inf-ttrace.c: Include terminal.h.
1707         (inf_ttrace_follow_fork): Copy the parent's terminal info to the
1708         child.
1709
1710 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
1711
1712         * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
1713         (update_global_location_list): Use gdbarch_has_global_breakpoints
1714         instead of gdbarch_has_global_solist and
1715         target_supports_multi_process.
1716         * dicos-tdep.c (dicos_init_abi): Set
1717         gdbarch_has_global_breakpoints.
1718         * gdbarch.sh (has_global_solist): Update comment.
1719         (has_global_breakpoints): New.
1720         * remote.c (remote_start_remote): Use
1721         gdbarch_has_global_breakpoints instead of
1722         gdbarch_has_global_solist.
1723         * target.c (target_detach): Use gdbarch_has_global_breakpoints
1724         instead of gdbarch_has_global_solist.
1725         * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
1726         of target_supports_multi_process.
1727
1728 2009-05-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
1729
1730         * objc-lang.c (find_methods): Plug a small memory leak.
1731
1732 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
1733
1734         * solib-svr4.c: Include observer.h.
1735         (debug_base, debug_loader_offset_p, debug_loader_offset)
1736         (debug_loader_name, main_lm_addr): Move these globals...
1737         (struct svr4_info): ... into this new structure.
1738         (svr4_info_p): New typedef.
1739         (svr4_info): New global.
1740         (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
1741         functions.
1742         (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
1743         (solib_svr4_r_ldsomap): Add svr4_info argument.  Adjust to
1744         per-inferior svr4.
1745         (open_symbol_file_object): Adjust to per-inferior svr4.
1746         (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
1747         Ditto.
1748         (enable_break): Add svr4_info argument.  Adjust to per-inferior
1749         svr4.
1750         (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
1751         Adjust to per-inferior svr4.
1752         (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
1753         observer.
1754
1755 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
1756
1757         * linux-nat.h (linux_proc_get_tgid): Declare.
1758         * linux-nat.c (linux_proc_get_tgid): New.
1759         * linux-thread-db.c (struct thread_db_info): New field
1760         `need_stale_parent_threads_check'.
1761         (add_thread_db_info): Set it.
1762         (find_new_threads_callback): Ignore stale fork parent threads.
1763         (thread_db_resume): New.
1764         (init_thread_db_ops): Install thread_db_resume.
1765
1766 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
1767
1768         * fork-child.c (fork_inferior): Only reset the thread list if this
1769         is the first inferior.
1770         (startup_inferior): If the target support multi-process, tell it
1771         to resume only the new process.
1772         * linux-nat.c (num_lwps): Delete global.
1773         (purge_lwp_list): New function.
1774         (num_lwps): New function.
1775         (add_lwp, delete_lwp): Adjust.
1776         (ptid_match): New.
1777         (iterate_over_lwps): Add filter argument.  Handle it.
1778         (linux_nat_attach): Remove FIXME note.
1779         (linux_nat_detach): Adjust to iterate over threads of the inferior
1780         we're detaching from.  Adjust to num_lwps being a function.  Don't
1781         assume the head of the lwp list is the main thread of the process
1782         we're detaching from.  Don't destroy the LWP list.
1783         (resume_callback): Add debug output.
1784         (linux_nat_resume): Handle resuming a single inferior.  Allow a
1785         wildcard resume in non-stop mode.
1786         (linux_handle_extended_wait): Don't assume inferior_ptid is the
1787         correct inferior of the parent LWP.
1788         (status_callback): Also check lp->waitstatus.
1789         (select_event_lwp): Add new filter parameter.  Handle it.
1790         (linux_nat_filter_event): Adjust to num_lwps being a function.
1791         (linux_nat_wait_1): When adding the first lwp of the inferior, use
1792         an is_lwp check instead of checking for the number of lwps.
1793         (linux_nat_wait_1): Handle waiting for a specific tgid.  Handle
1794         pending process exit statuses.
1795         (linux_nat_mourn_inferior): Don't destroy all the LWP info.
1796         Instead delete LWPs of the inferior that we're mourning.  Don't
1797         unregister from the event loop here.
1798         (linux_nat_pid_to_str): Use `num_lwps'.
1799         (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
1800         single inferior.
1801         (linux_nat_is_async_p): Check if async was masked out.
1802         (linux_multi_process): New global.
1803         (linux_nat_supports_multi_process): New.
1804         (linux_nat_stop_lwp): Remove LWP filtering.  It is done by the
1805         caller.
1806         (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
1807         LWP filtering.
1808         (linux_nat_close): New.
1809         (linux_nat_add_target): Register linux_nat_close and
1810         linux_nat_supports_multi_process.
1811         * linux-nat.h (iterate_over_lwps): Add filter argument.
1812         * linux-thread-db.c (thread_db_handle): Delete.
1813         (proc_handle, thread_agent, td_init_p, td_ta_new_p)
1814         (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
1815         (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
1816         (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
1817         (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
1818         longer globals, moved to...
1819         (struct thread_db_info): ... this new structure.
1820         (thread_db_list): New.
1821         (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
1822         New.
1823         (have_threads_callback): Filter out threads of all inferiors but
1824         the one specified by the ARGS argument.
1825         (have_threads): Add ptid argument specifying the inferior we're
1826         interested in.  Handle it.
1827         (struct thread_get_info_inout): New.
1828         (thread_get_info_callback, thread_from_lwp): Adjust to use it.
1829         (thread_db_attach_lwp): Check that inferior of the passed in
1830         thread is using thread-db.  Adjust.
1831         (enable_thread_event): Remove thread_agent parameter.  Instead,
1832         get it from the per-inferior thread-db info.
1833         (dladdr_to_soname): Move higher up.
1834         (enable_thread_event_reporting): Adjust to use per-inferior
1835         thread-db info.
1836         (try_thread_db_load_1): Replace `handle' parameter by a
1837         thread_db_info parameter.  Adjust to use per-inferior thread-db
1838         info.
1839         (try_thread_db_load): Adjust to use per-inferior thread-db info.
1840         (thread_db_load, disable_thread_event_reporting): Ditto.
1841         (check_for_thread_db): Remove conditional reporting of which
1842         libthread_db is in use.
1843         (thread_db_new_objfile): Add comment about inferior_ptid.
1844         (attach_thread): Adjust to use per-inferior thread-db info.
1845         (thread_db_detach): Adjust to use per-inferior thread-db info.
1846         Remove thread event breakpoints of the current inferior.  Only
1847         unpush the thread-db target if there are no more processes using
1848         it.
1849         (check_event): Adjust to use per-inferior thread-db info.
1850         (thread_db_wait): Adjust to use per-inferior thread-db info.  Only
1851         unpush the thread-db target if there are no more processes using
1852         it.
1853         (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
1854         info.  Mark breakpoints of the current inferior out before
1855         deleting them.  Only unpush the thread-db target if there are no
1856         more processes using it.
1857         (find_new_threads_callback): Adjust to use per-inferior thread_db
1858         info.
1859         (thread_db_find_new_threads_1): Add new ptid argument.  Adjust to
1860         use per-inferior thread-db info.
1861         (thread_db_find_new_threads): Adjust to use per-inferior thread-db
1862         info.
1863         (thread_db_get_thread_local_address): Adjust.
1864         (thread_db_get_ada_task_ptid): Adjust.
1865         * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
1866         if there no more processes left to debug.
1867         * thread.c (set_running, set_executing): Handle resuming all
1868         threads of a single inferior.
1869         * mi/mi-interp.c (mi_output_running_pid): New.
1870         (mi_inferior_count): New.
1871         (mi_on_resume): For backwards compatibility, if resuming all
1872         threads of an inferior, and there is only one inferior, output
1873         "all".
1874
1875 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
1876
1877         * ada-lang.c (ada_find_any_type): Move check for primitive types ...
1878         (to_fixed_range_type): ... to here.
1879
1880 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
1881
1882         * ada-lang.c (desc_data_type): Remove, replace by ...
1883         (desc_data_target_type): ... this.
1884         (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
1885         (ada_is_array_descriptor_type): Likewise.
1886         (ada_type_of_array): Likewise.
1887         (ada_coerce_to_simple_array_type): Likewise.
1888         (ada_array_element_type): Likewise.
1889
1890 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
1891
1892         * ada-valprint.c (ada_val_print_1): Use val_print_string to print
1893         result of ada_vax_float_print_function inferior call.
1894
1895 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
1896
1897         * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
1898         avoid creating a dummy value.
1899
1900 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
1901
1902         * p-valprint.c (pascal_val_print): Use extract_typed_address
1903         to extract reference value.
1904
1905 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
1906
1907         * doublest.c (NAN): Remove unused define.
1908         (extract_floating_by_length, deprecated_extract_floating): Remove.
1909         (store_floating_by_length, deprecated_store_floating): Remove.
1910         (extract_typed_floating): Do not call extract_floating_by_length.
1911         (store_typed_floating): Do not call store_floating_by_length.
1912         (convert_typed_floating): Remove redundant assertions.
1913         * doublest.h (deprecated_extract_floating): Remove.
1914         (deprecated_store_floating): Remove.
1915         * sh64-tdep.c (sh64_register_convert_to_raw): Call
1916         extract_typed_floating instead of deprecated_extract_floating.
1917
1918 2009-05-18  Jon Beniston <jon@beniston.com>
1919         
1920         * MAINTAINERS: Add lm32 target.        
1921         * Makefile.in: Add lm32 dependencies.        
1922         * NEWS: Indicate lm32 is a new target.
1923         * configure.tgt: Add lm32 targets.
1924         * lm32-tdep.c: New file.
1925
1926 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
1927
1928         * corelow.c (core_open): Flush the register cache before doing
1929         anything with registers.
1930
1931 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
1932
1933         * inflow.h (our_process_group): Remove declaration.
1934         (inferior_process_group): Delete global variable declaration.
1935         (inferior_process_group): New function declaration.
1936         * inflow.c: Include observer.h.
1937         (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
1938         Delete.
1939         (struct terminal_info): New struct.
1940         (our_terminal_info): New global.
1941         (inferior_process_group): New function.
1942         (inferior_thisrun_terminal): Extend description comment.
1943         (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
1944         instead of globals.
1945         (terminal_init_inferior_with_pgrp): Adjust to per-inferior
1946         terminal settings.
1947         (terminal_inferior): Ditto.
1948         (terminal_ours_1): Ditto.
1949         (inflow_new_inferior, inflow_inferior_exit): New functions.
1950         (child_terminal_info): Adjust to per-inferior terminal settings.
1951         (osig_set): New global.
1952         (set_sigint_trap): Adjust to per-inferior terminal settings.  Set
1953         or clear `osig_set' accordingly.
1954         (clear_sigint_trap): Check `osig_set' to decide wheater to restore
1955         SIGINT handler, instead of checking the current inferior (which
1956         may be none).
1957         (_initialize_inflow): Attach inflow_new_inferior and
1958         inflow_inferior_exit to the "new_inferior" and "inferior_exit"
1959         notifications, respectively.
1960         * inferior.h (struct terminal_info): Forward declare.
1961         (struct inferior): Add `terminal_info' field.
1962         * inferior.c (delete_inferior_1): Notify the inferior_exit
1963         observers before removing the inferior from the lists and deleting
1964         it.
1965         * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
1966         a function instead of a variable.  Adjust.
1967         * procfs.c (procfs_stop): Ditto.
1968
1969 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
1970
1971         * infrun.c (handle_inferior_event): When handling a
1972         TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
1973         immediatelly.
1974         * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
1975         from the child if vforking.
1976         * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
1977         breakpoints from the child here.
1978
1979 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
1980
1981         * infrun.c (pending_follow): Remove execd_pathname member.
1982         (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
1983         (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
1984         event, don't copy `execd_pathname' to pending_follow, use the
1985         event copy instead.  Release `execd_pathname' once done with
1986         handling the event.
1987
1988         * infrun.c (pending_follow): Remove mention of exec events.
1989
1990 2009-05-17  Hui Zhu  <teawater@gmail.com>
1991
1992         * i386-tdep.c (i386_process_record): Make it extern.
1993         (i386_gdbarch_init): Don't call set_gdbarch_process_record
1994         here.
1995         * i386-tdep.h (i386_process_record): Declare.
1996         * i386-linux-tdep.c (i386_linux_init_abi): Call
1997         set_gdbarch_process_record.
1998
1999 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
2000
2001         Always report varobj as changed when in_scope attribute changes.
2002
2003         * varobj.c (install_new_value): If non-NULL-ness of value
2004         changed, return 1.
2005
2006 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
2007         
2008         * NEWS: Mention set/show libthread-db-search-path.
2009         * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
2010         (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
2011         * linux-thread-db.c (libthread_db_search_path): New setting.
2012         (thread_db_handle): New variable (replaces using_thread_db).
2013         (try_thread_db_load_1): New function.
2014         (try_thread_db_load, thread_db_load_search): Likewise.
2015         (dladdr_to_soname): Likewise.
2016         (thread_db_load): Iterate over possibly multiple libthread_db's.
2017         (check_for_thread_db): Attempt to load new libthread_db.
2018         (thread_db_detach, thread_db_wait): Unload libthread_db.
2019         (thread_db_mourn_inferior): Likewise.
2020         (_initialize_thread_db): Add new libthread-db-search-path option.
2021         Defer loading of libthread_db to check_for_thread_db.
2022         * solib.c (libpthread_name_p): New function.
2023         (libpthread_solib_p): Call it.
2024         * solib.h (libpthread_name_p): New prototype.
2025         
2026 2009-05-15  Pierre Muller  <muller@ics.u-strasbg.fr>
2027
2028         * MAINTAINERS: Update my email address.
2029         
2030 2009-05-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2031
2032         * breakpoint.h: Add breakpoint_re_set_objfile prototype.
2033         * breakpoint.c (create_overlay_event_breakpoint): Renamed
2034         from create_overlay_event_breakpoint_1, old
2035         create_overlay_event_breakpoint deleted.
2036         (breakpoint_re_set_objfile): Don't rescan all objfiles
2037         unnecessarily.
2038         (breakpoint_re_set): New function.
2039         * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
2040         instead of breakpoint_re_set.
2041         * objfiles.c (objfile_relocate): Likewise.
2042         
2043 2009-05-14  Joel Brobecker  <brobecker@adacore.com>
2044
2045         * gdbarch.sh: Add comment documenting the target_gdbarch global.
2046         gdbarch.h does NOT need to be regenerated as the corresponding
2047         change has already been made in a previous commit.
2048
2049 2009-05-14  Pierre Muller  <muller@ics.u-strasbg.fr>
2050
2051         Remove all i386 debug register low level macros in config nm files.
2052         (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
2053         (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
2054         (I386_USE_GENERIC_WATCHPOIINTS): Remove.
2055
2056         * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
2057         (struct i386_dr_low_type): New type.
2058         (i386_dr_low): New global variable.
2059         * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
2060         (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
2061         i386_dr_low struct variable fields.
2062         (i386_remove_aligned_watchpoint): Likewise.
2063         (i386_stopped_data_address): Likewise.
2064         (i386_stopped_by_hwbp): Likewise.
2065         (show_debug_regs_command_added): New static variable.
2066         (add_show_debug_regs_command): New static function.
2067         (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
2068         (i386_set_debug_register_length): New function.
2069         (_initialize_i386_nat): Delete.
2070         
2071         * amd64-linux-nat.c: Include "i386-nat.h".
2072         (amd64_linux_dr_set_control):  Change to static.
2073         (amd64_linux_dr_get_status): Change to static.
2074         (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
2075         (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
2076         
2077         * go32-nat.c: Include "i386-nat.h".
2078         (go32_set_addr): Change to static.
2079         (go32_set_dr7): Change to static. Change arg type to unisgned long.
2080         (go32_get_dr6): Change to static. Change return type to unisnged long.
2081         (init_go32_ops):  Set i386_dr_low variable fields.
2082         * i386-linux-nat.c: Include "i386-nat.h".
2083         (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
2084         (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
2085         (_initialize_i386_linux_nat):  Set i386_dr_low variable fields.
2086         * i386bsd-nat.h: Declare functions used for
2087         i386_dr_low fields in i386fbsd-nat.c.
2088         * i386fbsd-nat.c: Include "i386-nat.h".
2089         (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
2090         * windows-nat.c: Include "i386-nat.h".
2091         (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
2092         Change to static.
2093         (cygwin_get_dr6): Change return type to unisnged long.
2094         (cygwin_set_dr7): Change arg type to unisgned long.
2095         (init_windows_ops): Set i386_dr_low function fields.
2096
2097         * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call 
2098         i386_set_debug_register_length.
2099         * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
2100
2101         * config/i386/nm-cygwin.h: Remove all I386_* macros.
2102         * config/i386/nm-cygwin64.h: Likewise.
2103         * config/i386/nm-fbsd.h: Likewise.
2104         * config/i386/nm-linux.h: Likewise.
2105         * config/i386/nm-i386.h: Remove completely.
2106         * config/i386/nm-go32.h: Remove completely.
2107         * config/i386/nm-linux64.h: Remove completely.
2108         * config/i386/go32.mh (NAT_FILE): Remove entry.
2109         * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
2110
2111 2009-05-14  Jon Beniston  <jon@beniston.com>
2112
2113         * MAINTAINERS: Add Jon Beniston to write after approval list.
2114
2115 2009-05-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
2116
2117         * objc-lang.c (objc_objfile_data): New variable.
2118         (find_methods): Skip objfiles without Obj-C methods.
2119         (_initialize_objc_lang): New function.
2120
2121 2009-05-13  Joel Brobecker  <brobecker@adacore.com>
2122
2123         * c-lang.c (print_wchar): Remove unnecessary cast.
2124
2125 2009-05-12  Jim Blandy  <jimb@red-bean.com>
2126
2127         * MAINTAINERS: Remove self as m32c target maintainer.
2128
2129 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
2130
2131         * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
2132         * command.h (deprecated_add_set_cmd): Delete declaration.
2133         * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
2134         'set debug gnu-nat' and 'show debug gnu-nat'.
2135         * i386-nat.c (_initialize_i386_nat): Replace 'maint
2136         show-debug-registers' with 'maint set show-debug-registers' and
2137         'maint show show-debug-registers'.
2138         * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
2139         show-debug-registers' with 'maint set show-debug-registers' and
2140         'maint show show-debug-registers'.
2141
2142 2009-05-12  Joel Brobecker <brobecker@adacore.com>
2143
2144         * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
2145         pushing it on the output obstack.
2146
2147 2009-05-11  Joel Brobecker <brobecker@adacore.com>
2148
2149         Fix internal error on breaking at a multi-locations caller source line.
2150         * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
2151         command with no parameters.
2152
2153 2009-05-11  Pedro Alves  <pedro@codesourcery.com>
2154
2155         * linux-nat.c (enum sigchld_state): Delete.
2156         (linux_nat_async_events_state): Delete.
2157         (struct waitpid_result): Delete.
2158         (waitpid_queue): Delete.
2159         (queued_waitpid_1): Delete.
2160         (async_file_flush): New.
2161         (queued_waitpid, push_waitpid): Delete.
2162         (async_file_mark): New.
2163         (drain_queued_events): Delete.
2164         (my_waitpid): Remove locally queued events handling.
2165         (linux_test_for_tracefork): Upjust.
2166         (linux_child_follow_fork): Ditto.
2167         (sync_sigchld_action): Delete.
2168         (blocked_mask): Reinstate.
2169         (async_sigchld_action): Rename to...
2170         (sigchld_action): ... this.
2171         (block_child_signals): New.
2172         (restore_child_signals_mask): New.
2173         (lin_lwp_attach_lwp): Adjust.
2174         (linux_nat_create_inferior): Ditto.
2175         (linux_nat_attach): Also use lp->status in async mode.
2176         (get_pending_status): Don't use queued_waitpid.
2177         (linux_nat_detach): Don't drain locally queued events.
2178         (linux_nat_resume): Allow pending wait statuses stored lp->status
2179         in async mode.  If returning early due to a pending event,
2180         re-register the event source.
2181         (stop_wait_callback): Allow pending wait statuses stored
2182         lp->status in async mode.
2183         (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
2184         (linux_nat_wait): Rename to ...
2185         (linux_nat_wait_1): ... this.  Allow pending wait statuses stored
2186         lp->status in async mode.  Always add WNOHANG to the waitpid
2187         options in async mode.
2188         (linux_nat_wait): New.
2189         (kill_callback): Don't drain locally queued events.
2190         (sigchld_handler): Rewrite.
2191         (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
2192         refer to "set target-async".
2193         (linux_nat_async_mask): If in non-stop, and re-enabling async
2194         mode, re-register the target event source in the event loop.
2195         (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
2196         (get_pending_events, async_sigchld_handler)
2197         (linux_nat_async_events): Delete.
2198         (handle_target_event): New.
2199         (linux_nat_async_file_handler): Delete.
2200         (linux_async_pipe): New.
2201         (linux_nat_async): Only re-register in the event loop if not
2202         registered yet.  Always notify the event-loop once if enabling the
2203         event source.
2204         (linux_nat_stop_lwp): Rewrite to handle pending events stored in
2205         lp->status, not in the locally queued event list.
2206         (linux_nat_stop): Don't mask out async event handling.
2207         (linux_nat_setup_async): Delete.
2208         (_initialize_linux_nat): Adjust.
2209         (lin_thread_get_thread_signals): blocked_mask is global again.
2210         Adjust.
2211
2212 2009-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
2213
2214         Unify target macros.
2215
2216         * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
2217         (target_stoppped_by_watchpoint): New macro.
2218         (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
2219         (target_have_steppable_watchpoint): New macro.
2220         (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
2221         (target_have_continuable_watchpoint): New macro.
2222         (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
2223         (target_can_use_hardware_watchpoint): New macro.
2224         (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
2225         (target_region_ok_for_hw_watchpoint): New macro.
2226
2227         * breakpoint.c (update_watchpoint): Use new macros.
2228         (bpstat_alloc): Likewise.
2229         (create_breakpoint): Likewise.
2230         (watch_command_1): Likewise.
2231         (can_use_hardware_watchpoint): Likewise.
2232         (do_enable_breakpoint): Likewise.
2233         * infrun.c (handle_inferior_event): Adapt to new macros.
2234         * mips-tdep.c (mips_gdbarch_init): Update comments.
2235         * procfs.c (procfs_set_watchpoint): Update comment.
2236         (procfs_insert_watchpoint): Adapt to new macros.
2237         * remote-m32r-sdi.c (m32r_stop):
2238         * remote-mips.c (mips_remove_breakpoint):
2239         * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
2240         (debug_to_stopped_by_watchpoint): Likewise.
2241
2242
2243 2009-05-10  Pierre Muller  <muller@ics.u-strasbg.fr>
2244
2245         * src/gdb/target.h: Remove all tests for already defined
2246         macros. All macros defined here should not be set in config
2247         headers anymore.
2248
2249 2009-05-08  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2250
2251         * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
2252         (have_ptrace_getsetfpregs): Likewise.
2253         fetch_all_gp_regs): New function.
2254         (fetch_gp_regs): New function.
2255         (fetch_all_fp_regs): Likewise.
2256         (fetch_fp_regs): New function.
2257         (fetch_ppc_registers): Using the new methods to fetch general-
2258         purpose and floating-pointer registers.
2259         (store_all_gp_regs): New function.
2260         (store_gp_regs): Likewise.
2261         (store_all_fp_regs): New function.
2262         (store_fp_regs): Likewise.
2263         (store_ppc_registers): Using the new methods to store general-
2264         purpose and floating-pointer registers.
2265
2266 2009-05-08  Doug Evans  <dje@google.com>
2267
2268         * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
2269
2270 2009-05-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
2271
2272         * MAINTAINERS (Write After Approval): Add self.
2273
2274 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
2275
2276         * gdbarch.h (target_gdbarch): Add comment documenting this global.
2277
2278 2009-05-06  Joel Brobecker  <brobecker@adacore.com>
2279
2280         * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
2281         system iconv.
2282         * configure: Regenerate.
2283
2284 2009-05-06  Joel Brobecker  <brobecker@adacore.com>
2285
2286         * utils.c: Add include of gdb_usleep.h.
2287         (defaulted_query): Detect false EOF conditions that happen
2288         on terminals opened with the O_NONBLOCK flag when there is
2289         nothing to read.
2290
2291 2009-05-06  Pedro Alves  <pedro@codesourcery.com>
2292
2293         * inferior.c (add_inferior): Move observer_notify_new_inferior
2294         call to ...
2295         (add_inferior_silent): ... here.
2296
2297 2009-05-06  Pierre Muller  <muller@ics.u-strasbg.fr>
2298             Pedro Alves  <pedro@codesourcery.com>
2299
2300         * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
2301         (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
2302         functions.
2303         (procfs_stopped_by_watchpoint): Made static, ptid argument
2304         removed.
2305         (_initialize_procfs): Register new watchpoint related target
2306         functions.
2307         * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
2308         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
2309         (HAVE_CONTINUABLE_WATCHPOINT): Delete.
2310         (target_insert_watchpoint, target_remove_watchpoint): Delete.
2311         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2312         declarations.
2313         * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
2314         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
2315         (target_insert_watchpoint, target_remove_watchpoint): Delete.
2316         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2317         declarations.
2318         * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
2319         (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
2320         (target_insert_watchpoint, target_remove_watchpoint): Delete.
2321         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
2322         declarations.
2323
2324 2009-05-06  Hui Zhu  <teawater@gmail.com>
2325
2326         * i386-tdep.c (i386_process_record): Change bzero to memset.
2327
2328 2009-05-06  Hui Zhu  <teawater@gmail.com>
2329
2330         * NEWS: Add item for process record and replay.
2331
2332 2009-05-05  Maxim Grigoriev  <maxim2405@gmail.com>
2333
2334         * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
2335
2336 2009-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
2337
2338         * inferior.h (read_pc, write_pc): Remove.
2339         * regcache.c (read_pc, write_pc): Remove.
2340
2341         * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
2342         of read_pc.
2343         (handle_inferior_event): Use regcache_read_pc instead of read_pc
2344         when determining value of stop_pc.  Replace subsequent uses of
2345         read_pc by inspecting already-retrieved stop_pc value.
2346         (keep_going): Use regcache_read_pc instead of read_pc.
2347
2348         * breakpoint.c (watchpoint_check): Use current frame architecture
2349         and PC instead of current_gdbarch and read_pc ().
2350         * tracepoint.c (set_traceframe_context): Replace PC argument
2351         with FRAME argument.
2352         (trace_start_command, finish_tfind_command): Update calls.
2353         (finish_tfind_command): Compare frame IDs to identify transitions
2354         between frames.
2355         (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
2356         * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
2357         of gdbarch.  Use regcache_read_pc and regcache_write_pc instead
2358         of read_pc and write_pc.
2359         (store_register): Make regcache argument non-const.  Update call
2360         to exec_one_dummy_insn.
2361
2362         * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
2363         * infcmd.c (post_create_inferior): Likewise.
2364         * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
2365         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
2366         * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
2367         * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
2368         * linux-fork.c (fork_load_infrun_state): Likewise.
2369         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
2370         * record.c (record_wait): Likewise.
2371         * procfs.c (procfs_wait): Likewise.
2372         * remote-mips.c (common_open, mips_wait): Likewise.
2373         * remote-m32r-sdi.c (m32r_resume): Likewise.
2374
2375         * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
2376         * monitor.c (monitor_create_inferior, monitor_load): Likewise.
2377         * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
2378         * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
2379         * remote-mips.c (mips_create_inferior, mips_load): Likewise.
2380
2381         * solib-darwin.c: Include "regcache.h".
2382         * solib-pa64.c: Include "regcache.h".
2383         * solib-svr4.c: Include "regcache.h.".
2384
2385         * symfile.c: Do not mention read_pc or write_pc in comments.
2386         * dink32-rom.c: Likewise.
2387         * m32r-rom.c: Likewise.
2388         * mips-tdep.c: Likewise.
2389
2390 2009-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
2391
2392         * fork-child.c (startup_inferior): Move setting stop_pc ...
2393         * infcmd.c (post_create_inferior): ... to here.
2394
2395 2009-05-04  Michael Snyder  <msnyder@vmware.com>
2396
2397         * NEWS: Add item for reverse debugging commands.
2398
2399 2009-05-04  Pedro Alves  <pedro@codesourcery.com>
2400
2401         * go32-nat.c (go32_stop): Delete.
2402         (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
2403         (go32_create_inferior): Don't call go32_stop or
2404         go32_kill_inferior.
2405         (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
2406         here.
2407         (init_go32_ops): Don't register go32_stop.
2408
2409 2009-05-02  Eli Zaretskii  <eliz@gnu.org>
2410
2411         * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
2412         sym_name.
2413
2414         * infcall.c (find_function_addr): Avoid compiler warnings for
2415         funaddr.
2416
2417 2009-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2418
2419         * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
2420         (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
2421
2422 2009-05-01  Doug Evans  <dje@google.com>
2423
2424         * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
2425         to thread_info.
2426
2427 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
2428
2429         * record.c (_initialize_record): Reformat and clarify doc strings
2430         for stop-at-limit and insn-number-max.
2431
2432         * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
2433
2434 2009-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2435
2436         Make specifiable the make_function_type type memory ownership.
2437         * gdbtypes.c (make_function_type): New parameter `objfile', use it
2438         explicitely instead of TYPE-initialized removed local variable
2439         `objfile'.  Describe `objfile' it in the function comment.
2440         (lookup_function_type): Update make_function_type callers.
2441         * gdbtypes.h (make_function_type): Update the prototype.
2442         * jv-lang.c (java_link_class_type): Update make_function_type callers.
2443         * dwarf2read.c (read_subroutine_type): Likewise.
2444         * stabsread.c (read_type): Likewise.
2445
2446 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
2447
2448         * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
2449         printing a bogus "Thread <main>".
2450         (go32_thread_alive): Don't return 1 for null_ptid.
2451
2452         * i386-tdep.c (i386_go32_init_abi): Override the number of
2453         registers due to non-support of SSE.
2454
2455 2009-04-30  Anthony Green  <green@moxielogic.com>
2456
2457         * configure.tgt: Link the moxie simulator in with gdb.
2458
2459 2009-04-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
2460
2461         * elfread.c (elf_symtab_read): Don't assume .data and .rodata
2462         are present.
2463
2464 2009-04-30  Hui Zhu  <teawater@gmail.com>
2465             Michael Snyder  <msnyder@vmware.com>
2466
2467         I386 Linux process record and replay support.
2468
2469         * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
2470         This struct has the argument for the function
2471         "record_linux_system_call".
2472         (i386_linux_intx80_sysenter_record): New function. Parse the
2473         system call instruction and call function
2474         "record_linux_system_call" to record execute log.
2475         (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
2476         Set "i386_linux_intx80_sysenter_record" to
2477         "i386_intx80_record" and "i386_sysenter_record".
2478
2479 2009-04-30  Hui Zhu  <teawater@gmail.com>
2480             Michael Snyder  <msnyder@vmware.com>
2481
2482         I386 architecture process record and replay support.
2483
2484         * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
2485         PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
2486         instruction set.
2487         (aflag, dflag, override, modrm, mod, reg, rm, ot,
2488         i386_record_pc): New variables. Ditto.
2489         (i386_record_modrm, i386_record_lea_modrm_addr,
2490         i386_record_lea_modrm): New functions. Ditto.
2491         (i386_process_record): New function. Parse the instruction in
2492         address "addr" and record the values of registers and memory
2493         that will be changed by this instruction.
2494         (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
2495         "process_record" interface.
2496         * i386-tdep.h (gdbarch_tdep): New function pointers
2497         "i386_intx80_record" and "i386_sysenter_record" that point to
2498         the function that can record "intx80" and "sysenter" execute
2499         log.
2500
2501 2009-04-30  Hui Zhu  <teawater@gmail.com>
2502             Michael Snyder  <msnyder@vmware.com>
2503
2504         * infrun.c (use_displaced_stepping): Return false if process
2505         record and replay target is used.
2506         (proceed): Call function "record_not_record_set" if pocess
2507         record and replay target is used.
2508
2509 2009-04-30  Hui Zhu  <teawater@gmail.com>
2510             Michael Snyder  <msnyder@vmware.com>
2511
2512         Linux process record and replay support.
2513
2514         * Makefile.in (ALLDEPFILES): Add linux-record.c.
2515         (ALL_TARGET_OBS): Add linux-record.o.
2516         * configure.tgt (x86_64-*-linux*): Add linux-record.o.
2517         (i[34567]86-*-linux*): Add linux-record.o.
2518         * linux-record.c, linux-record.h: New file.
2519
2520 2009-04-30  Hui Zhu  <teawater@gmail.com>
2521             Michael Snyder  <msnyder@vmware.com>
2522
2523         Process record and replay target.
2524
2525         * Makefile.in (SFILES): Add record.c.
2526         (COMMON_OBS): Add record.o.
2527         * record.c, record.h: New file.
2528
2529 2009-04-30  Hui Zhu  <teawater@gmail.com>
2530             Michael Snyder  <msnyder@vmware.com>
2531
2532         * target.h (strata): New stratum "record_stratum".
2533
2534 2009-04-30  Hui Zhu  <teawater@gmail.com>
2535             Michael Snyder  <msnyder@vmware.com>
2536
2537         GDBARCH interface for process record and replay.
2538
2539         * gdbarch.sh (process_record): This interface point to the
2540         function that records the inferior execute log.
2541
2542 2009-04-29  Doug Evans  <dje@google.com>
2543
2544         * i386-nat.c (child_post_startup_inferior): Delete, unused.
2545
2546 2009-04-29  Pedro Alves  <pedro@codesourcery.com>
2547
2548         * breakpoint.c (print_exception_catchpoint): Access `b' directly
2549         instead of `b->loc->owner'.
2550         (print_mention_exception_catchpoint): Ditto.
2551
2552 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2553
2554         * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
2555
2556 2009-04-27  Tom Tromey  <tromey@redhat.com>
2557
2558         * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
2559
2560 2009-04-27  Jerome Guitton  <guitton@adacore.com>
2561
2562         * symtab.c (append_exact_match_to_sals): New function, extracted
2563         from expand_line_sal.
2564         (expand_line_sal): Use append_exact_match_to_sals to append exact
2565         matches. If none found, append all best items.
2566
2567 2009-04-27  Jerome Guitton  <guitton@adacore.com>
2568
2569         * main.c (captured_main): Move gdbinit lookups after gdb_init.
2570
2571 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2572
2573         PR gdb/9675:
2574         * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
2575         (read_func_scope): Call inherit_abstract_dies.
2576
2577 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
2578
2579         * Makefile.in (ALLDEPFILES): Remove duplicate entries for
2580         sparc-sol2-nat.c and sparc-sol2-tdep.c.
2581
2582         * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
2583
2584 2009-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
2585
2586         ARI change: Use "/* ARI: rule */" pattern.
2587         * utils.c: Update ARI patterns.
2588         * gdb_dirent.h: Likewise.
2589
2590 2009-04-23  Anthony Green  <green@moxielogic.com>
2591
2592         * MAINTAINERS: Add moxie target.
2593         * configure.tgt: Add moxie-*-elf target.
2594         * moxie-tdep.c: New file.
2595         * moxie-tdep.h: New file.
2596
2597 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
2598
2599         * ada-lang.c: Remove an extra empty line. No code change.
2600
2601 2009-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2602
2603         Fix double free on error inserting the breakpoint instruction.
2604         * breakpoint.c (create_breakpoints): Move the
2605         update_global_location_list call to ...
2606         (break_command_really): ... here together with the second local call
2607         both unified after all the cleanups.
2608
2609 2009-04-23  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2610             Tom Tromey  <tromey@redhat.com>
2611
2612         * configure, config.in: Regenerate.
2613         * configure.ac: Support for relocatable GDB datadir.  Use
2614         GDB_AC_WITH_DIR.  Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
2615         * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
2616         * top.c (init_main): Add "set data-directory".
2617         * defs.h (gdb_datadir): Declare.
2618         * main.c (gdb_datadir): New global.
2619         (captured_main): Initialize gdb_datadir.  Use relocate_directory.
2620         (relocate_path): New function.
2621         (relocate_directory): Likewise.
2622         (get_init_files): Use relocate_path.
2623         (README): Mention --with-gdb-datadir.
2624
2625 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
2626
2627         * ada-tasks (task_command_1): Call target_find_new_threads.
2628
2629 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
2630
2631         * stack.c (do_gdb_disassembly): Print the exception message if an
2632         error was thrown while trying to perform the disassembly.
2633
2634 2009-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2635
2636         * varobj.c (free_variable): Replace free_current_contents by xfree.
2637
2638 2009-04-22  Kazu Hirata  <kazu@codesourcery.com>
2639
2640         * arm-linux-nat.c (fetch_register, store_register): Use
2641         ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
2642         * arm-linux-tdep.c (arm_linux_supply_gregset,
2643         arm_linux_collect_gregset): Likewise.
2644         * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
2645         * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
2646
2647 2009-04-22  Hui Zhu  <teawater@gmail.com>
2648
2649         * stack.c (_initialize_stack): Set the default of
2650         disassemble-next-line to off.
2651
2652 2009-04-21  Tom Tromey  <tromey@redhat.com>
2653
2654         * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
2655         * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
2656
2657 2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
2658
2659         * configure.ac: Add quotes to not lose brackets in help text.
2660         * configure: Rebuild.
2661
2662 2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
2663
2664         * configure.ac: Don't postprocess Makefile in config.status.
2665         Substitute GDB_NM_FILE.  Don't substitute nm_h.
2666         * Makefile.in (GDB_NM_FILE): Substitute.
2667         (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
2668         * configure: Regenerate.
2669         * gnulib/Makefile.in: Regenerate.
2670
2671 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2672
2673         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2674         --with-htmldir): New.
2675         * configure: Regenerate.
2676
2677 2009-04-21  Tom Tromey  <tromey@redhat.com>
2678
2679         * configure: Rebuild.
2680         * configure.ac: Use lower case for start of help strings.  Clean
2681         up --with-sysroot help.
2682
2683 2009-04-21  Tom Tromey  <tromey@redhat.com>
2684
2685         * configure: Rebuild.
2686         * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
2687         * configure.ac: Use AC_HELP_STRING.  Use upper case for variables
2688         in help.
2689
2690 2009-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2691
2692         ARI fix: remove "%p".
2693         * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
2694         (ia64_sigtramp_frame_this_id): Ditto.
2695         (ia64_libunwind_frame_this_id): Ditto.
2696         (ia64_libunwind_sigtramp_frame_this_id): Ditto.
2697         * symmisc.c (maintenance_info_psymtabs): Ditto.
2698
2699 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2700
2701         * configure.ac (--with-relocated-sources): New.
2702         * configure, config.in: Regenerate.
2703         * source.c (add_substitute_path_rule): Remove static.
2704         * source.h (add_substitute_path_rule): Declare.
2705         * main.c: Include "source.h".
2706         (captured_main): Add substitution rule if RELOC_SRCDIR.
2707
2708 2009-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2709
2710         * gnu-nat.h (proc_debug): Add missing continuation line in macro.
2711
2712 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
2713
2714         * NEWS: Mention MIPS/Linux hardware watchpoint support.
2715
2716 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
2717
2718         * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
2719         (maint_show_dr, super_close): New variables.
2720         (super_fetch_registers, super_store_registers): Make static.
2721         (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
2722         (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
2723         (pt_watch_style): Define new enum.
2724         (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
2725         Define new structs.
2726         (watch_readback_valid, watch_readback, current_watches, watch_mirror):
2727         New variables.
2728         (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
2729         (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
2730         (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
2731         (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
2732         (type_to_irw, fill_mask, try_one_watch)
2733         (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
2734         (mips_linux_new_thread, populate_regs_from_watches)
2735         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
2736         (mips_linux_close): New functions.
2737         (_initialize_mips_linux_nat): Register watchpoint functions with
2738         the target_ops.  Add show-debug-regs maintenance command.
2739
2740 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
2741
2742         * infrun.c (handle_inferior_event): Move gegisters_changed call down.
2743
2744 2009-04-19  Pedro Alves  <pedro@codesourcery.com>
2745
2746         * NEWS: Mention gdbserver support for x86 Windows CE.
2747
2748 2009-04-19  Eli Zaretskii  <eliz@gnu.org>
2749
2750         * config/djgpp/fnchange.lst: Fix typos.
2751
2752         Set default host and target charsets in the DJGPP port.
2753
2754         * config/djgpp/config.sed (am_cv_langinfo_codeset)
2755         (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
2756         in all configure scripts that define ac_cv_env_CPP_value.
2757
2758         * go32-nat.c (dos_codepage, nl_langinfo): New functions.
2759         Include langinfo.h.
2760
2761         * config/djgpp/nl_types.h: New file.
2762
2763         * config/djgpp/langinfo.h: New file.
2764
2765         * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
2766
2767 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
2768
2769         * Makefile.in (MAKEHTML): Set to makeinfo --html.
2770         (MAKEHTMLFLAGS): Set to empty.
2771
2772 2009-04-18  Eli Zaretskii  <eliz@gnu.org>
2773
2774         * NEWS: Mention all new set/show commands added since GDB 6.8 was
2775         released.
2776
2777         * go32-nat.c (go32_sysinfo): Check if the call to
2778         __dpmi_get_capabilities fills the buffer with information, and
2779         don't use the buffer if not.
2780
2781 2009-04-17  Tom Tromey  <tromey@redhat.com>
2782
2783         * charset.c (_initialize_charset): Add special case for "646".
2784
2785 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
2786
2787         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2788         * configure: Regenerate.
2789         * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
2790         configure substitutions.
2791         (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
2792
2793 2009-04-17  Pierre Muller  <muller@ics.u-strasbg.fr>
2794
2795         ARI fix: Do not use %p, replace by call to host_address_to_string
2796         for host pointers.
2797         * darwin-nat.c (darwin_xfer_partial): Apply change.
2798         * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
2799         * gnu-nat.h (proc_debug): Ditto.
2800         * symmisc.c (maintenance_info_symtabs): Ditto.
2801         (maintenance_info_psymtabs): Ditto.
2802         * windows-nat.c (handle_load_dll): Ditto.
2803         (handle_unload_dll, info_w32_command, handle_exception): Ditto.
2804         * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
2805
2806 2009-04-17  Joseph Myers  <joseph@codesourcery.com>
2807
2808         * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
2809         --enable-64-bit-bfd.
2810         (sparc-*-linux*): Likewise.
2811
2812 2009-04-17  Eli Zaretskii  <eliz@gnu.org>
2813
2814         * go32-nat.c (go32_sysinfo): Update list of Windows versions of
2815         the NT family.
2816
2817 2009-04-16  Pedro Alves  <pedro@codesourcery.com>
2818
2819         * remote.c (remote_query_attached): Fix pasto in packet_ok result
2820         checking.
2821
2822 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
2823
2824         * procfs.c (solib_mappings_callback, find_memory_regions_callback):
2825         Revert the previous change.  Might not be correct, actually.
2826
2827 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
2828
2829         * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
2830         (ada_get_current_task, ada_print_exception_breakpoint_nontask)
2831         (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
2832         Remove declaration. These are non-existent functions.
2833
2834 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
2835
2836         * procfs.c (solib_mappings_callback, find_memory_regions_callback):
2837         Fix a compilation warning on mips-irix due to casting from
2838         a pointer of different size.
2839
2840 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
2841
2842         * ada-lang.c (symtab_for_sym): Delete.
2843         (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
2844
2845 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
2846
2847         * ada-lang.c (extract_string): Delete.
2848         (ada_main_name): Reimplement using target_read_string instead of
2849         extract_string.
2850
2851 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
2852
2853         * m68klinux-nat.c: Remove obsolete comment.
2854         (fetch_register, store_register): Don't call
2855         gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
2856         which are always nops here.
2857
2858 2009-04-14  Tom Tromey  <tromey@redhat.com>
2859
2860         * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
2861         (c_printstr): Likewise.
2862         * charset.c: Include gdb_wait.h.
2863         (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
2864         (find_charset_names): Use pexecute.  Handle libiconv's output.
2865         Detect errors.
2866         (_initialize_charset): Use xstrdup.
2867         * gdb_wchar.h: Check HAVE_BTOWC.  Split PHONY_ICONV and wchar
2868         cases.
2869         (INTERMEDIATE_ENCODING): New define.
2870         * configure, config.in: Rebuild.
2871         * configure.ac: Check for btowc.
2872
2873 2009-04-15  Tom Tromey  <tromey@redhat.com>
2874
2875         * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
2876
2877 2009-04-15  Eli Zaretskii  <eliz@gnu.org>
2878
2879         * utils.c (parse_escape): Initialize target_char to pacify GCC.
2880
2881 2009-04-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2882
2883         * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
2884
2885 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
2886
2887         ARI fix: sprintf rule.
2888         * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
2889         * ada-lang.c (add_angle_brackets): Use xstrprintf.
2890         (ada_decode): Replace sprintf by xsnprintf.
2891         (find_old_style_renaming_symbol): Ditto.
2892         (ada_to_fixed_type_1, ada_enum_name): Ditto.
2893
2894
2895 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
2896
2897         * target.c (target_mourn_inferior): Call bfd_cache_close_all
2898         after having executed the target mourn_inferior routine.
2899
2900 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
2901
2902         * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
2903         undefined.
2904
2905 2009-04-13  David Daney  <ddaney@caviumnetworks.com>
2906
2907         * infrun.c (maybe_software_singlestep): New function.
2908         (resume): Call maybe_software_singlestep.
2909         (handle_inferior_event): Same.
2910
2911 2009-04-13  Tom Tromey  <tromey@redhat.com>
2912
2913         * python/python-frame.c (frapy_richcompare): Return
2914         Py_NotImplemented, not an error.  Handle Py_NE as well.
2915
2916 2009-04-13  Eli Zaretskii  <eliz@gnu.org>
2917
2918         * charset.c (EILSEQ): Define if not defined by system headers.
2919
2920 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2921
2922         * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
2923         to be consistent with renaming config.intl.in into config_intl.in.
2924
2925         * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
2926         consistent with the change from 2008-11-09.
2927
2928 2009-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2929
2930         * gdbtypes.c: Remove excessive parentheses at the return keywords.
2931         * varobj.c (varobj_invalidate): Fix indentation.
2932         * varobj.c (varobj_invalidate): Fix formatting text width.
2933
2934 2009-04-08  Vladimir Prus  <vladimir@codesourcery.com>
2935
2936         Implement -exec-jump.
2937
2938         * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
2939         * mi/mi-main.c (mi_cmd_exec_jump): New.
2940         * mi/mi-cmds.c (mi_cmds): Register exec-jump.
2941
2942 2009-04-07  Doug Evans  <dje@google.com>
2943
2944         * symfile.c (symbol_file_clear): Fix indentation.
2945
2946 2009-04-06  Mark Kettenis  <kettenis@gnu.org>
2947
2948         * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
2949
2950 2009-04-03  Ulrich Weigand  <uweigand@de.ibm.com>
2951
2952         * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
2953         (ppc_linux_auxv_parse): New function.
2954         (ppc_linux_read_description): Use ppc_linux_target_wordsize.
2955         (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
2956
2957 2009-04-03  Ulrich Weigand  <uweigand@de.ibm.com>
2958
2959         * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
2960         BFD to contents of SPU name note.
2961         (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
2962         with "from_tty" argument 1 instead of 0.
2963
2964 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2965
2966         * dwarf2read.c
2967         (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
2968         Create the symbol in local scope.
2969         * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
2970
2971 2009-04-02  Keith Seitz  <keiths@redhat.com>
2972
2973         * stabsread.c (read_member_functions): GCC may emit an extra space
2974         at the end of the names "__base_ctor" and "__base_dtor"; so ignore
2975         whitespace when looking for these functions.
2976
2977 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
2978
2979         Change the default value for "set print frame-arguments" to scalars.
2980
2981         * stack.c (print_frame_arguments): Set initial value to "scalars".
2982
2983 2009-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
2984
2985         * mips-tdep.c (mips_numeric_register_alieses): New definition.
2986         (mips_gdbarch_init): Add user registers from
2987         mips_numeric_register_aliases.
2988
2989 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
2990
2991         * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
2992
2993 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
2994
2995         * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
2996         this is the last one.
2997
2998 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
2999
3000         * remote.c (append_resumption): New.
3001         (remote_vcont_resume): Use it.
3002
3003 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
3004
3005         * windows-nat.c (+windows_get_ada_task_ptid): New function.
3006         (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
3007
3008 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
3009             Keith Seitz  <keiths@redhat.com>
3010             Jan Kratochvil  <jan.kratochvil@redhat.com>
3011
3012         PR gdb/6817
3013         * Makefile.in (dbxread.o): Update.
3014         * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
3015         * dwarf2read.c (GDB_FORM_cached_string): New.
3016         (read_partial_die): Use dwarf2_canonicalize_name.
3017         (dwarf2_linkage_name): Use dwarf2_name.
3018         (dwarf2_canonicalize_name): New.
3019         (dwarf2_name): Use dwarf2_canonicalize_name.
3020         (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
3021         * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
3022         * symtab.c (lookup_symbol_in_language): Canonicalize input before
3023         searching.
3024         * cp-name-parser.y: operator() requires two parameters,
3025         according to libiberty.
3026         * minsyms.c (lookup_minimal_symbol): Canonicalize input
3027         before searching.
3028         * NEWS: Update.
3029
3030 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
3031
3032         Provide support for (Ada) task-specific breakpoints.
3033
3034         * ada-lang.h (ada_get_task_number): Add declaration.
3035         (breakpoint_ada_task_match): Delete declaration.
3036         * ada-tasks.c (ada_get_task_number): Make non-static.
3037         * breakpoint.h (struct breakpoint): Add field "task".
3038         * breakpoint.c (print_one_breakpoint_location): Add handling of
3039         task-specific breakpoints.
3040         (create_breakpoint, create_breakpoints, find_condition_and_thread):
3041         New parameter "task".
3042         (break_command_really): Update calls to find_condition_and_thread
3043         and create_breakpoints.
3044         (breakpoint_re_set_one): Update call to find_condition_and_thread.
3045         Set b->task.
3046
3047 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
3048
3049         * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
3050
3051 2009-03-31  Pedro Alves  <pedro@codesourcery.com>
3052
3053         * remote.c (remote_notice_new_inferior): Use ptid_is_pid.  Check
3054         if the thread's ptid without a thread id field is in the list
3055         before calling thread_change_ptid.
3056         (extended_remote_attach_1): In non-stop mode, do not rely on
3057         querying the current thread, instead, query the thread list, and
3058         select the first thread of the process.
3059         * gdbthread.h (first_thread_of_process): Declare.
3060         * thread.c (first_thread_of_process): Define.
3061
3062 2009-03-30  Stan Shebs  <stan@codesourcery.com>
3063
3064         Make tracepoints into a type of breakpoint.
3065         * breakpoint.h (enum bptype): Add bp_tracepoint.
3066         (struct breakpoint): Add fields step_count, pass_count, actions.
3067         (get_tracepoint, get_tracepoint_by_number): Declare.
3068         (all_tracepoints): Declare.
3069         * breakpoint.c: Include tracepoint.h, readline.h.
3070         (ALL_TRACEPOINTS): Move here from tracepoint.c.
3071         (tracepoint_count): Ditto.
3072         (should_be_inserted): GDB does not insert tracepoints itself.
3073         (print_it_typical): Add tracepoint case.
3074         (bpstat_what): Ditto.
3075         (print_one_breakpoint_location): Ditto, and add printing for
3076         pass count, step count, and action list.
3077         (user_settable_breakpoint): Add tracepoint case.
3078         (allocate_bp_location): Ditto.
3079         (set_breakpoint_location_function): Ditto.
3080         (disable_breakpoints_in_shlibs): Ditto.
3081         (mention): Ditto.
3082         (break_command_really): Add argument traceflag, use to choose
3083         basic breakpoint type.
3084         (break_command_1): Pass extra argument.
3085         (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
3086         (breakpoint_re_set_one): Add tracepoint case.
3087         (disable_command, enable_command): Ditto.
3088         (set_tracepoint_count): Move here from tracepoint.c.
3089         (trace_command): Move here from tracepoint.c and use
3090         break_command_really.
3091         (tracepoints_info): Move here from tracepoint.c and call
3092         breakpoints_info.
3093         (enable_trace_command): Move here from tracepoint.c and call
3094         enable_command.
3095         (disable_trace_command): Move here from tracepoint.c and call
3096         disable_command.
3097         (delete_trace_command): Move here from tracepoint.c and call
3098         delete_breakpoint.
3099         (trace_pass_command): Move here from tracepoint.c.
3100         (get_tracepoint_by_number): Ditto.
3101         (tracepoint_save_command): Ditto.
3102         (get_tracepoint): New function.
3103         (all_tracepoints): New function.
3104         (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
3105         deprecate "enable trace" and "disable trace" commands.
3106         * tracepoint.h (struct tracepoint): Remove.
3107         (tracepoint_chain): Remove decl.
3108         (deprecated_create_tracepoint_hook): Remove decl.
3109         (deprecated_delete_tracepoint_hook): Remove decl.
3110         (deprecated_modify_tracepoint_hook): Remove decl.
3111         (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
3112         (free_actions): Update signature.
3113         (validate_actionline): Update signature.
3114         (end_actions_pseudocommand): Declare.
3115         (while_stepping_pseudocommand): Declare.
3116         * tracepoint.c: Include breakpoint.h.
3117         (tracepoint_chain, tracepoint_count): Remove.
3118         (free_actions, make_cleanup_free_actions): Update signature.
3119         (trace_command, set_raw_tracepoint): Remove.
3120         (trace_mention): Remove.
3121         (tracepoints_info): Remove.
3122         (tracepoint_operation, map_args_over_tracepoints): Remove.
3123         (get_tracepoint_by_number): Remove.
3124         (enable_trace_command, disable_trace_command): Remove.
3125         (delete_trace_command, trace_pass_command): Remove.
3126         (trace_actions_command, read_actions): Update signature.
3127         (validate_actionline): Update signature, use bp loc.
3128         (encode_actions): Ditto.
3129         (download_tracepoint): New function, body of trace_start_command.
3130         (trace_start_command): Call it, use all_tracepoints.
3131         (tracepoint_save_command): Remove.
3132         (tracepoint_dump_command): Use get_tracepoint.
3133         (end_actions_pseudocommand): Make globally visible.
3134         (while_stepping_pseudocommand): Ditto.
3135         (_initialize_tracepoint): Move command definitions to breakpoint.c.
3136
3137 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3138
3139         Expose frames to Python.
3140         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
3141         (SUBDIR_PYTHON_SRCS): Add python-frame.c.
3142         (python-frame.o): New target.
3143         * python/python-frame.c: New file.
3144         * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
3145         gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
3146         gdbpy_initialize_frames): New prototypes.
3147         * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
3148         (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
3149         entries.
3150         * stack.c (find_frame_funname): New function, factored out of
3151         print_frame.
3152         (print_frame): Call find_frame_funname.
3153         * stack.h (find_frame_funname): Add prototype.
3154
3155 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3156
3157         Remove unused value_object attribute `owned_by_gdb'.
3158         * python/python-value.c (value_object): Remove owned_by_gdb
3159         attribute.
3160         (valpy_dealloc): Remove reference to self->owned_by_gdb.
3161         (valpy_new): Likewise.
3162         (value_to_value_object): Likewise.
3163
3164 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3165
3166         Change gdb.Value.address from a method to an attribute.
3167         * python/python-value.c (value_object): Add `address' element.
3168         (valpy_dealloc): Decrement reference to self->address if set.
3169         (valpy_new): Initialize val_obj->address.
3170         (valpy_address): Rename to ...
3171         (valpy_get_address): ... this.  Change signature from method to
3172         attribute.  Update self->address if not set.
3173         (value_to_value_object): Initialize val_obj->address.
3174         (value_object_getset): Add `address' element.
3175         (value_object_methods): Remove `address' element.
3176
3177 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
3178
3179         * observer.sh: Set LANG/LC_ALL to C, not c.
3180
3181 2009-03-28  Kevin Buettner  <kevinb@redhat.com>
3182
3183         * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
3184         `char' is unsigned.
3185
3186 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
3187
3188         * remote.c (remote_stop_ns): If multi-process extensions are off,
3189         and GDB is requesting the whole process to stop, sent "vCont;t",
3190         not "vCont;t:-1"
3191
3192 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
3193
3194         * inf-loop.c (inferior_event_handler): Avoid calling is_running on
3195         null inferior_ptid.
3196
3197 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
3198
3199         * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
3200
3201 2009-03-26  Doug Evans  <dje@google.com>
3202
3203         * thread.c (do_restore_current_thread_cleanup): Redo test for
3204         whether to restore old->inferior_ptid.
3205
3206 2009-03-26  Tom Tromey  <tromey@redhat.com>
3207
3208         * breakpoint.c (resolve_sal_pc): Preserve original line number
3209         when skipping prologue.
3210
3211 2009-03-26  Doug Evans  <dje@google.com>
3212
3213         * thread.c (inferior_thread) Remove "extern" in definition.
3214
3215 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3216
3217         Add gdb.Value.is_optimized_out attribute.
3218         * python/python-value.c (valpy_get_is_optimized_out): New
3219         function.
3220         (value_object_getset): New variable.
3221         (value_object_type): Initialize tp_getset element.
3222
3223 2009-03-26  Joel Brobecker  <brobecker@adacore.com>
3224
3225         Recognize missing DW_AT_location as <value optimized out>.
3226         * dwarf2read.c
3227         (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
3228         Call add_symbol_to_list.
3229
3230 2009-03-25  Tom Tromey  <tromey@redhat.com>
3231
3232         * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
3233         * stack.c (print_this_frame_argument_p): Use check_typedef.
3234
3235 2009-03-25  Tom Tromey  <tromey@redhat.com>
3236
3237         * configure: Rebuild.
3238         * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
3239         Rearrange flags setting.  Add comments.
3240
3241 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3242
3243         * config/i386/nm-i386.h: Remove code within
3244         I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
3245         * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
3246         macro.
3247         * config/i386/nm-cygwin64.h: Ditto.
3248         * config/i386/nm-fbsd.h: Ditto.
3249         * config/i386/nm-go32.h: Ditto.
3250         * config/i386/nm-linux.h: Ditto.
3251         * config/i386/nm-linux64.h: Ditto.
3252
3253 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3254
3255         ARI fix: "xasprintf" rule.
3256         * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
3257
3258 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
3259
3260         * remote.c (remote_start_remote): In non-stop mode, call
3261         init_wait_for_inferior before adding threads and inferiors.
3262
3263 2009-03-25  Joel Brobecker  <brobecker@adacore.com>
3264
3265         * breakpoint.c (breakpoint_thread_match): Split a large condition
3266         into several smaller conditions.  No behavior change.
3267
3268 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
3269
3270         * infrun.c (infrun_thread_thread_exit): New.
3271         (_initialize_infrun): Attach it to the thread_exit observer.
3272         * thread.c (delete_thread_1): Always call the observer, passing it
3273         the silent flag.
3274         * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter.  If
3275         SILENT, return immediately.
3276
3277 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
3278
3279         * infrun.c (normal_stop): Use has_stack_frames instead of
3280         target_has_stack.
3281         * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
3282         when there is no thread selected.
3283         (mi_cmd_execute): Don't special case commands that can run without
3284         a valid selected thread.
3285         * top.c (execute_command): Don't special case commands that can
3286         run without a valid selected thread.  Use has_stack_frames.
3287         * infcmd.c (ensure_valid_thread): New.
3288         (continue_1, step_1, jump_command, signal_command): Use it.
3289         (detach_command): Error out if there's no selected thread/inferior.
3290         * thread.c (print_thread_info): Allow having no thread selected.
3291         (switch_to_thread): Don't read the PC if there is no current thread.
3292         (do_restore_current_thread_cleanup): Don't record the current
3293         frame if there is no current thread.
3294         (make_cleanup_restore_current_thread): Don't read frame info if
3295         there is no selected thread.
3296         (_initialize_thread): Don't mark commands as
3297         "no_selected_thread_ok".
3298         * frame.c (get_current_frame): Error out if there is no valid
3299         selected thread.
3300         (has_stack_frames): Return false if there is no valid
3301         selected thread.
3302         * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
3303         "no_selected_thread_ok".
3304         * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
3305         (get_cmd_no_selected_thread_ok): Delete.
3306         * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
3307         (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
3308         Delete declaration.
3309         * stack.c (get_selected_block): Use has_stack_frames.
3310
3311 2009-03-25  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3312
3313         Fix size of FPSCR in Power 7 processors.
3314         * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
3315         (PPC_FEATURE_HAS_DFP): New #define.
3316         (ppc_linux_read_description): Check for DFP feature instead of
3317         ISA 2.05 to decide on size of the FPSCR.
3318
3319 2009-03-25  Kevin Buettner  <kevinb@redhat.com>
3320
3321         * mn10300-tdep.c (trad-frame.h): Don't include.
3322         (prologue-value.h): Include.
3323         (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
3324         (struct mn10300_prologue): Define.
3325         (push_reg, translate_rreg, check_for_saved): New functions.
3326         (mn10300_analyze_prologue): Rewrite, using prologue-value
3327         machinery.  Handle more instructions than before.  Permit
3328         instructions to occur in any order.
3329         (mn10300_skip_prologue): Find the extents of the function
3330         in question; mn10300_analyze_prologue no longer does this.
3331         (mn10300_analyze_frame_prologue): New function.
3332         (mn10300_frame_base): New function.
3333         (mn10300_frame_this_id): Rewrite, no longer using trad-frame
3334         implementation.
3335         (mn10300_frame_prev_register): Likewise.
3336         (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
3337         (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
3338         `this_frame'.
3339         (mn10300_frame_unwind_init): Don't call frame_base_set_default().
3340
3341 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3342
3343         Fix completer problem for filename completion on the first try.
3344
3345         * gdb/completer.h (gdb_completion_word_break_characters): New function.
3346         * gdb/completer.c: Include gdb_assert.h.
3347         (complete_line_internal_reason): New enum.
3348         (complete_line_internal): Change last argument type to
3349         complete_line_internal_reason.
3350         Modify function to handle the different complete_line_internal_reason
3351         argument values.
3352         (complete_line): Adapt to change in complete_line_internal.
3353         (command_completer): Ditto.
3354         (gdb_completion_word_break_characters): Implement new function.
3355         * top.c (init_main): Set  rl_completion_word_break_hook to
3356         gdb_completion_word_break_characters.
3357
3358
3359 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3360
3361         ARI fix: "strlen d_name" rule.
3362         * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
3363
3364
3365 2009-03-24  Tom Tromey  <tromey@redhat.com>
3366             Pedro Alves  <pedro@codesourcery.com>
3367
3368         * configure, config.in: Rebuild.
3369         * configure.ac: Check for libiconvlist.
3370         * charset.c: Check HAVE_LIBICONVLIST.
3371         * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
3372         LIBICONV_LIBDIR.  Update CPPFLAGS and LIBS.
3373         * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
3374         Remove.
3375         (INTERNAL_CFLAGS_BASE): Update.
3376         (INTERNAL_LDFLAGS): Update.
3377         (CLIBS): Update.
3378
3379 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3380
3381         * configure.ac: Initialize the variable $PREFER_CURSES.
3382         * configure: Regenerated.
3383
3384 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3385
3386         * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
3387         * configure: Regenerated.
3388
3389 2009-03-24  Pierre Muller  <muller@ics.u-strasbg.fr>
3390
3391         ARI fix: "strerror" rule.
3392         * darwin-nat.c (darwin_ptrace): Use safe_strerror.
3393         (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
3394
3395 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3396
3397         * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
3398         before looking up the fields inside our struct type.
3399
3400 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3401
3402         * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
3403         trying to resolve the type qualification.
3404
3405 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3406
3407         * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
3408         we try to apply the attribute on the real type, rather than
3409         its associated typedef.
3410
3411 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3412
3413         * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
3414         to make sure we try to get the modulus of the actual type, not the
3415         associated typedef.
3416
3417 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3418
3419         * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
3420         [OP_ATR_LENGTH]: When using the attribute on a type, make sure
3421         to get the real type, not the associated typedef.
3422
3423 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3424
3425         * ada-lang.c (ada_get_field_index): Add handling of the case
3426         when TYPE is a typedef of a struct.
3427
3428 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3429
3430         Add gdb_usleep as a portable version of usleep based on gdb_select.
3431         * gdb_usleep.h, gdb_usleep.c: New files.
3432         * Makefile.in (SFILES): Add gdb_usleep.c.
3433         (HFILES_NO_SRCDIR): Add gdb_usleep.h.
3434         (COMMON_OBS): Add gdb_usleep.o.
3435         * ser-unix.c (hardwire_send_break): Replace call to gdb_select
3436         by call to gdb_usleep.
3437
3438 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
3439
3440         * buildsym.c (end_symtab): If we ignore the subfiles, then
3441         unlink the associated symtabs if they were already allocated.
3442
3443 2009-03-23  Jerome Guitton  <guitton@adacore.com>
3444
3445         Provide a way to force building of GDB with libcurses.
3446         * configure.ac: Add --with-curses.
3447         * configure: Regenerated.
3448
3449 2009-03-23  Tom Tromey  <tromey@redhat.com>
3450
3451         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
3452         error message.
3453
3454 2009-03-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
3455
3456         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
3457         solib_contains_address_p instead of searching.
3458
3459 2009-03-23  Tom Tromey  <tromey@redhat.com>
3460
3461         * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
3462         (iconv): Make 'inbuf' argument const.
3463         (convert_between_encodings): Use ICONV_CONST.
3464         (wchar_iterate): Likewise.
3465
3466 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
3467
3468         * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
3469         dynamically loaded function.
3470         (LookupPrivilegeValueA): Ditto.
3471         (OpenProcessToken): Ditto.
3472         (AdjustTokenPrivileges): Rename and define placeholder for address of
3473         dynamically loaded function.
3474         (LookupPrivilegeValueA): Ditto.
3475         (OpenProcessToken): Ditto.
3476         (set_process_privilege): Remove check for loaded functions.
3477         (bad_OpenProcessToken): Define.
3478         (_initialize_loadable): Load token functions from advapi here, setting
3479         OpenProcessToken function to a dummy static function which always return
3480         error if OS doesn't support this functionality.
3481
3482 2009-03-22   Nicolas Roche  <roche@adacore.com>
3483              Christopher Faylor <me+cygwin@cgf.cx>
3484
3485         * win32-nat.c (ctrl_c_handler): New function.
3486         (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
3487         is run in a separate console.
3488
3489 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
3490
3491         * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
3492         for dynamically loaded function.
3493         (DebugBreakProcess): Ditto.
3494         (DebugSetProcessKillOnExit): Ditto.
3495         (EnumProcessModules): Ditto.
3496         (GetModuleFileNameExA): Ditto.
3497         (GetModuleInformation): Ditto.
3498         (DebugActiveProcessStop): Rename and define placeholder for address of
3499         dynamically loaded function.
3500         (DebugBreakProcess): Ditto.
3501         (DebugSetProcessKillOnExit): Ditto.
3502         (EnumProcessModules): Ditto.
3503         (GetModuleFileNameExA): Ditto.
3504         (GetModuleInformation): Ditto.
3505         (psapi_loaded): Delete.
3506         (get_module_name): Don't check psapi_loaded, just rely on the fact that
3507         dynamically loaded functions will return failure if they weren't
3508         previously found.
3509         (has_detach_ability): Delete.
3510         (windows_attach): Remove call to has_detach_ability ().  Just rely on
3511         functions being callable.
3512         (bad_DebugActiveProcessStop): Define.
3513         (bad_DebugBreakProcess): Ditto.
3514         (bad_DebugSetProcessKillOnExit): Ditto.
3515         (bad_EnumProcessModules): Ditto.
3516         (bad_GetModuleFileNameExA): Ditto.
3517         (bad_GetModuleInformation): Ditto.
3518         (_initialize_loadable): Rename from _initialize_psapi.  Initialize all
3519         dynamic storage here, setting nonexistent functions to dummy static
3520         functions which always return error.
3521
3522 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
3523
3524         * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
3525         to the about_to_proceed observer notification.
3526         (mi_about_to_proceed): New.
3527         (mi_on_resume): Only output ^running and the prompt here if the
3528         target was proceeded.
3529         * breakpoint.c (breakpoint_proceeded): New static.
3530         (breakpoint_about_to_proceed): New.
3531         (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
3532         the about_to_proceed observer notification.
3533         * inferior.h (breakpoint_proceeded): Delete declaration.
3534         * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
3535         Notify the about_to_proceed observers.
3536         (struct inferior_status): Delete breakpoint_proceeded member.
3537         (save_inferior_status): Don't save it.
3538         (restore_inferior_status): Don't restore it.
3539         * mi-main.h (mi_proceeded): Declare.
3540         * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
3541         a command.
3542
3543 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
3544
3545         * gdbthread.h (struct thread_info): Add in_infcall member.
3546         * infcall.c (run_inferior_call): Save, set and restore in_infcall.
3547         Remove reverences to suppress_resume_observer.  Refresh
3548         `call_thread' after returning from `proceed'.
3549         * infcmd.c (suppress_resume_observer): Delete.
3550         * inferior.h (suppress_resume_observer): Delete declaration.
3551         * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
3552         inferior function.
3553         * thread.c (set_running): Remove references to
3554         suppress_resume_observer.
3555         * infrun.c (struct inferior_status): Add in_infcall member.
3556         (save_inferior_status): Save it.
3557         (restore_inferior_status): Restore it.
3558
3559 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
3560
3561         * infcall.c (run_inferior_call): Remove references to
3562         suppress_stop_observer.
3563         * infcmd.c (suppress_stop_observer): Delete.
3564         (finish_command_continuation): Remove NOTE.  Don't clear
3565         suppress_stop_observer anymore.
3566         (finish_command_continuation_free_arg): Likewise.
3567         (finish_forward): Remove references to suppress_stop_observer.
3568         Call normal_stop observer if we haven't already.
3569         * inferior.h (suppress_stop_observer): Delete.
3570         * infrun.c (normal_stop): When deciding to suppress the
3571         normal_stop observer, check for proceed_to_finish instead of
3572         suppress_stop_observer.
3573
3574 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
3575
3576         * symfile.c (symfile_relocate_debug_section): Remove check for
3577         SEC_DEBUGGING.
3578
3579 2009-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3580             Jim Blandy  <jimb@red-bean.com>
3581             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3582             Tom Tromey  <tromey@redhat.com>
3583
3584         Miscellaneous fixes to the Python code.
3585         * python/python-cmd.c (cmdpy_init): Accept keyword
3586         arguments.
3587         * python/python-value.c (valpy_string): Accept keyword
3588         arguments.
3589         (valpy_binop): Use `break' to exit from the TRY_CATCH block.
3590         Do not call value_to_value_object on NULL RES_VAL.
3591         (value_object_methods): Change `string' entry to also accept
3592         keyword arguments.
3593         (convert_value_from_python): Return a copy of the value if obj is
3594         a gdb.Value object.
3595         (value_object_methods): Mark the `string' method as accepting
3596         keywords, and show method "prototype" in the doc string.
3597         * python/python.c (get_parameter): Don't return inside a
3598         TRY_CATCH.
3599
3600 2009-03-20  Tom Tromey  <tromey@redhat.com>
3601
3602         Add support for convenience functions in Python.
3603         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
3604         (SUBDIR_PYTHON_SRCS): Add python-function.c.
3605         (python-function.o): New target.
3606         * eval.c: Include "python/python.h" and <ctype.h>.
3607         (evaluate_subexp_standard): Handle values of type
3608         TYPE_CODE_INTERNAL_FUNCTION.
3609         * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
3610         * parse.c (write_exp_string): Remove duplicate word in comment.
3611         * python/python-function.c: New file.
3612         * python/python-internal.h (gdbpy_initialize_functions): Add
3613         prototype.
3614         * python/python.c (_initialize_python): Call
3615         gdbpy_initialize_functions.
3616         * valprint.c (value_check_printable): Handle values of type
3617         TYPE_CODE_INTERNAL_FUNCTION.
3618         * value.c: Include "cli/cli-decode.h".
3619         (internal_function): New struct.
3620         (functionlist, internal_fn_type): New static variables.
3621         (lookup_only_internalvar,
3622         lookup_internalvar): Add const qualifier to name argument.
3623         (create_internalvar): Likewise.  Initialize new field.
3624         (set_internal_var): Fix typo in comment.  Don't allow assignment
3625         to canonical variable.
3626         (value_create_internal_function, value_internal_function_name,
3627         call_internal_function, function_command, function_destroyer,
3628         add_internal_function): New functions.
3629         (_initialize_values): Create `function' placeholder command.
3630         Initialize internal_fn_type.
3631         * value.h (lookup_only_internalvar, create_internalvar,
3632         lookup_internalvar): Add const qualifier to name argument.
3633         (internal_function_fn, add_internal_function, call_internal_function,
3634         value_internal_function_name): Add prototypes.
3635         (struct internalvar) <canonical>: New field.
3636
3637 2009-03-20  Tom Tromey  <tromey@redhat.com>
3638
3639         * c-lang.c (evaluate_subexp_c): Call check_typedef.
3640
3641 2009-03-20  Tom Tromey  <tromey@redhat.com>
3642             Julian Brown  <julian@codesourcery.com>
3643
3644         PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
3645         PR i18n/9401, PR exp/9613:
3646         * NEWS: Update
3647         * value.h (value_typed_string): Declare.
3648         (val_print_string): Update.
3649         * valprint.h (print_char_chars): Update.
3650         * valprint.c (print_char_chars): Add type argument.  Update.
3651         (val_print_string): Likewise.
3652         * valops.c (value_typed_string): New function.
3653         * utils.c (host_char_to_target): New function.
3654         (parse_escape): Use host_char_to_target, host_hex_value.  Update.
3655         Remove '^' case.
3656         (no_control_char_error): Remove.
3657         * typeprint.c (print_type_scalar): Update.
3658         * scm-valprint.c (scm_scmval_print): Update.
3659         * scm-lang.h (scm_printchar, scm_printstr): Update.
3660         * scm-lang.c (scm_printchar): Add type argument.
3661         (scm_printstr): Likewise.
3662         * printcmd.c (print_formatted): Update.
3663         (print_scalar_formatted): Update.
3664         (printf_command) <wide_string_arg, wide_char_arg>: New constants.
3665         Handle '%lc' and '%ls'.
3666         * parser-defs.h (struct typed_stoken): New type.
3667         (struct stoken_vector): Likewise.
3668         (write_exp_string_vector): Declare.
3669         * parse.c (write_exp_string_vector): New function.
3670         * p-valprint.c (pascal_val_print): Update.
3671         * p-lang.h (is_pascal_string_type, pascal_printchar,
3672         pascal_printstr): Update.
3673         * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
3674         Add 'char_type' argument.
3675         (pascal_emit_char): Add type argument.
3676         (pascal_printchar): Likewise.
3677         (pascal_printstr): Likewise.
3678         * objc-lang.c (objc_emit_char): Add type argument.
3679         (objc_printchar): Likewise.
3680         (objc_printstr): Likewise.
3681         * macroexp.c (get_character_constant): Handle unicode characters.
3682         Use c_parse_escape.
3683         (get_string_literal): Handle unicode strings.  Use
3684         c_parse_escape.
3685         * m2-valprint.c (print_unpacked_pointer): Update.
3686         (m2_print_array_contents): Update.
3687         (m2_val_print): Update.
3688         * m2-lang.c (m2_emit_char): Add type argument.
3689         (m2_printchar): Likewise.
3690         (m2_printstr): Likewise.
3691         * language.h (struct language_defn) <la_printchar>: Add type
3692         argument.
3693         <la_printstr, la_emitchar>: Likewise.
3694         (LA_PRINT_CHAR): Likewise.
3695         (LA_PRINT_STRING): Likewise.
3696         (LA_EMIT_CHAR): Likewise.
3697         * language.c (unk_lang_emit_char): Add type argument.
3698         (unk_lang_printchar): Likewise.
3699         (unk_lang_printstr): Likewise.
3700         * jv-valprint.c (java_val_print): Update.
3701         * jv-lang.c (java_emit_char): Add type argument.
3702         * f-valprint.c (f_val_print): Update.
3703         * f-lang.c (f_emit_char): Add type argument.
3704         (f_printchar): Likewise.
3705         (f_printstr): Likewise.
3706         * expprint.c (print_subexp_standard): Update.
3707         * charset.h (target_wide_charset): Declare.
3708         (c_target_char_has_backslash_escape, c_parse_backslash,
3709         host_char_print_literally, host_char_to_target,
3710         target_char_to_host, target_char_to_control_char): Remove.
3711         (enum transliterations): New type.
3712         (convert_between_encodings): Declare.
3713         (HOST_ESCAPE_CHAR): New define.
3714         (host_letter_to_control_character, host_hex_value): Declare.
3715         (enum wchar_iterate_result): New enum.
3716         (struct wchar_iterator): Declare.
3717         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
3718         wchar_push_back): Declare.
3719         * charset-list.h: New file.
3720         * c-valprint.c (textual_name): New function.
3721         (textual_element_type): Handle wide character types.
3722         (c_val_print): Pass original type to textual_element_type.  Handle
3723         wide character types.
3724         (c_value_print): Use textual_element_type.  Pass original type of
3725         value to val_print.
3726         * c-lang.h (enum c_string_type): New type.
3727         (c_printchar, c_printstr): Update.
3728         * c-lang.c (classify_type): New function.
3729         (print_wchar): Likewise.
3730         (c_emit_char): Add type argument.  Handle wide characters.
3731         (c_printchar): Likewise.
3732         (c_printstr): Add type argument.  Handle wide and multibyte
3733         character sets.
3734         (convert_ucn): New function.
3735         (emit_numeric_character): Likewise.
3736         (convert_octal): Likewise.
3737         (convert_hex): Likewise.
3738         (ADVANCE): New macro.
3739         (convert_escape): New function.
3740         (parse_one_string): Likewise.
3741         (evaluate_subexp_c): Likewise.
3742         (exp_descriptor_c): New global.
3743         (c_language_defn): Use exp_descriptor_c.
3744         (cplus_language_defn): Likewise.
3745         (asm_language_defn): Likewise.
3746         (minimal_language_defn): Likewise.
3747         (charset_for_string_type): New function.
3748         * c-exp.y (%union): Add 'svec' and 'tsval'.
3749         (CHAR): New token.
3750         (exp): Add CHAR production.
3751         (string_exp): Rewrite.
3752         (exp) <string_exp>: Rewrite.
3753         (tempbuf): Now global.
3754         (tempbuf_init): New global.
3755         (parse_string_or_char): New function.
3756         (yylex) <tempbuf>: Now global.
3757         <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
3758         Remove.
3759         Handle 'u', 'U', and 'L' prefixes.  Call parse_string_or_char.
3760         (c_parse_escape): New function.
3761         * auxv.c (fprint_target_auxv): Update.
3762         * ada-valprint.c (ada_emit_char): Add type argument.
3763         (ada_printchar): Likewise.
3764         (ada_print_scalar): Update.
3765         (printstr): Add type argument.  Update calls to ada_emit_char.
3766         (ada_printstr): Add type argument.
3767         (ada_val_print_array): Update.
3768         (ada_val_print_1): Likewise.
3769         * ada-lang.c (emit_char): Add type argument.
3770         * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
3771         type arguments.
3772         * gdb_locale.h: Include langinfo.h.
3773         * charset.c (_initialize_charset): Set default host charset from
3774         the locale.  Don't register charsets.  Add target-wide-charset
3775         commands.  Call find_charset_names.
3776         (struct charset, struct translation): Remove.
3777         (GDB_DEFAULT_HOST_CHARSET): Remove.
3778         (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
3779         (target_wide_charset_name): New global.
3780         (show_host_charset_name): Handle "auto".
3781         (show_target_wide_charset_name): New function.
3782         (host_charset_enum, target_charset_enum): Remove.
3783         (charset_enum): New global.
3784         (all_charsets, register_charset, lookup_charset, all_translations,
3785         register_translation, lookup_translation): Remove.
3786         (simple_charset, ascii_print_literally, ascii_to_control): Remove.
3787         (iso_8859_print_literally, iso_8859_to_control,
3788         iso_8859_family_charset): Remove.
3789         (ebcdic_print_literally, ebcdic_to_control,
3790         ebcdic_family_charset): Remove.
3791         (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
3792         register_iconv_charsets): Remove.
3793         (target_wide_charset_be_name, target_wide_charset_le_name): New
3794         globals.
3795         (identity_either_char_to_other): Remove.
3796         (set_be_le_names, validate): New functions.
3797         (backslashable, backslashed, represented): Remove.
3798         (default_c_target_char_has_backslash_escape): Remove.
3799         (default_c_parse_backslash, iconv_convert): Remove.
3800         (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
3801         ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
3802         iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
3803         ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
3804         ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
3805         ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
3806         (table_convert_char, table_translation, simple_table_translation):
3807         Remove.
3808         (current_host_charset, current_target_charset,
3809         c_target_char_has_backslash_escape_func,
3810         c_target_char_has_backslash_escape_baton): Remove.
3811         (c_parse_backslash_func, c_parse_backslash_baton): Remove.
3812         (host_char_to_target_func, host_char_to_target_baton): Remove.
3813         (target_char_to_host_func, target_char_to_host_baton): Remove.
3814         (cached_iconv_host_to_target, cached_iconv_target_to_host):
3815         Remove.
3816         (lookup_charset_or_error, check_valid_host_charset): Remove.
3817         (set_host_and_target_charsets): Remove.
3818         (set_host_charset, set_target_charset): Remove.
3819         (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
3820         (set_target_wide_charset_sfunc): New function.
3821         (show_charset): Print target wide character set.
3822         (host_charset, target_charset): Rewrite.
3823         (target_wide_charset): New function.
3824         (c_target_char_has_backslash_escape): Remove.
3825         (c_parse_backslash): Remove.
3826         (host_letter_to_control_character): New function.
3827         (host_char_print_literally): Remove.
3828         (host_hex_value): New function.
3829         (target_char_to_control_char): Remove.
3830         (cleanup_iconv): New function.
3831         (convert_between_encodings): New function.
3832         (target_char_to_host): Remove.
3833         (struct wchar_iterator): Define.
3834         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
3835         wchar_push_back): New functions.
3836         (do_cleanup_iterator): New function.
3837         (char_ptr): New typedef.
3838         (charsets): New global.
3839         (add_one, find_charset_names): New functions.
3840         (default_charset_names): New global.
3841         (auto_host_charset_name): Likewise.
3842         * aclocal.m4, config.in, configure: Rebuild.
3843         * configure.ac: Call AM_LANGINFO_CODESET.
3844         (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
3845         (AM_ICONV): Invoke earlier.
3846         * acinclude.m4: Include codeset.m4.  Subst LIBICONV_INCLUDE and
3847         LIBICONV_LIBDIR.  Check for libiconv in build tree.
3848         * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
3849         (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
3850         (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
3851         * gdb_obstack.h (obstack_grow_wstr): New define.
3852         * gdb_wchar.h: New file.
3853         * defs.h: Include it.
3854
3855 2009-03-20  Tom Tromey  <tromey@redhat.com>
3856             Jan Kratochvil  <jan.kratochvil@redhat.com>
3857
3858         * dwarf2read.c (process_die): Handle DW_TAG_typedef.
3859         * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
3860         typedef.
3861         * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
3862         SYMBOL_TYPE result.
3863         * ada-typeprint.c (print_array_type): Do the NULL check
3864         unconditionally.
3865
3866 2009-03-19  Tom Tromey  <tromey@redhat.com>
3867
3868         * utils.c (do_obstack_free): New function.
3869         (make_cleanup_obstack_free): Likewise.
3870         * defs.h (make_cleanup_obstack_free): Declare.
3871
3872 2009-03-18  Doug Evans  <dje@google.com>
3873
3874         * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
3875         int, not a long long.
3876         (linux_nat_info_proc_cmd): Store pid in long instead of long long.
3877
3878         * expprint.c (dump_raw_expression): Print note if non-NULL.
3879
3880         * printcmd.c (display_uses_solib_p): Redo loop, scan element list
3881         backwards.
3882
3883 2009-03-18  Nathan Sidwell  <nathan@codesourcery.com>
3884
3885         * Makefile.in: Update license to GPLv3.
3886         * ada-exp.y: Update license to GPLv3.
3887         * ada-lex.l: Update license to GPLv3.
3888         * c-exp.y: Update license to GPLv3.
3889         * cp-name-parser.y: Update license to GPLv3.
3890         * darwin-nat-info.c: Update license to GPLv3.
3891         * f-exp.y: Update license to GPLv3.
3892         * gdb_thread_db.h: Update license to GPLv3.
3893         * hppanbsd-nat.c: Update license to GPLv3.
3894         * hppanbsd-tdep.c: Update license to GPLv3.
3895         * hppaobsd-tdep.c: Update license to GPLv3.
3896         * jv-exp.y: Update license to GPLv3.
3897         * m2-exp.y: Update license to GPLv3.
3898         * objc-exp.y: Update license to GPLv3.
3899         * p-exp.y: Update license to GPLv3.
3900         * reply_mig_hack.awk: Update license to GPLv3.
3901         * reverse.c: Update license to GPLv3.
3902         * xtensa-xtregs.c: Update license to GPLv3.
3903
3904 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
3905
3906         * remote.c (remote_close): Don't call generic_mourn_inferior.
3907         (remote_mourn_1): Call generic_mourn_inferior after closing the
3908         target.
3909
3910 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
3911
3912         * remote.c (remote_start_remote): Add missing call to
3913         init_wait_for_inferior in non-stop mode.
3914
3915 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
3916
3917         * breakpoint.c (bpstat_should_step): Only consider software
3918         watchpoints that have a location.
3919
3920 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
3921
3922         Add a target_ops parameter to the to_kill method in struct target_ops.
3923
3924         * target.h (struct target_ops): Add a "target_ops *" parameter to
3925         method to_kill.
3926         (target_kill): Remove macro. Add declaration.
3927         * target.c (debug_to_kill): Delete, no longer necessary.
3928         (target_kill): New function.
3929         (update_current_target):  Stop inheriting the to_kill method.
3930         Do not de_fault it to no_process either.
3931         (setup_target_debug): Do not set current_target.to_kill.
3932         * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
3933         linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
3934         remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
3935         accordingly.
3936
3937 2009-03-17  Doug Evans  <dje@google.com>
3938
3939         * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
3940         glibc 2.3.2 and earlier.
3941
3942 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
3943
3944         * frame.c (get_prev_frame_1): Do not perform the inner_frame
3945         sanity check if this_frame is not NORMAL.
3946         (frame_id_inner): Update the description of this function.
3947
3948 2009-03-17  Hui Zhu  <teawater@gmail.com>
3949
3950         * stack.c: Change the introduce of "disassemble-next-line".
3951
3952 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
3953
3954         * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
3955         declare as extern.
3956
3957 2009-03-17  Hui Zhu  <teawater@gmail.com>
3958
3959         * stack.c: Include valprint.h.
3960         (disassemble_next_line): New enum.
3961         (show_disassemble_next_line): New function.  Show the current
3962         value of disassemble-next-line.
3963         (gdb_disassembly_stub_args): New struct for argument passing
3964         between function do_gdb_disassembly and function
3965         gdb_disassembly_stub.
3966         (gdb_disassembly_stub): New function.  Helper for
3967         gdb_disassembly.
3968         (do_gdb_disassembly): New function.  Use TRY_CATCH to catch
3969         the exception from the gdb_disassembly because it will be
3970         broken by filter sometime.
3971         (print_frame_info): If disassemble-next-line is set to auto
3972         or on and doesn't have the line debug messages for $pc,
3973         output the next instruction.
3974         If disassemble-next-line is set to on and there is line debug
3975         messages, output assembly codes for next line.
3976         (_initialize_stack): Make the "set disassemble-next-line"
3977         command an auto-boolean command.  Change its class to
3978         class_stack.  Place it in the top level set list.  Extend help
3979         to describe the auto mode.
3980
3981 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
3982
3983         * infrun.c (normal_stop): Don't overwrite old_chain.
3984
3985 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
3986
3987         * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
3988         which is undefined, by call to regcache_invalidate, which should
3989         do what the original author wanted to do.
3990
3991 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
3992
3993         * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
3994         (mips_create_inferior): Likewise.
3995
3996 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
3997
3998         * go32-nat.c (go32_create_inferior): Add missing ops parameter.
3999
4000 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
4001
4002         * darwin-nat.c (darwin_resume): Fix a compiler warning when
4003         building on x86_64-darwin.
4004
4005 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4006
4007         * configure.tgt: Add handling for x86_64-darwin.
4008
4009 2009-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4010
4011         * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
4012
4013 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
4014
4015         * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
4016         Use the ops parameter to get to the target beneath, rather than
4017         using the current_target global.  Using the current_target global
4018         was an unintended accident.
4019
4020 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
4021
4022         Fix an error happening while loading symbols from a core file
4023         (on AIX).
4024
4025         * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
4026         to detect whether we're debugging a core file or not.
4027
4028 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
4029
4030         Modernize the aix-thread later by getting rid of the base_target
4031         global.  This brings back to life the AIX port which was otherwise
4032         crashing all the time.
4033
4034         * aix-thread.c (base_target): Delete.
4035         (pd_enable): Do not set base_target.
4036         (aix_thread_attach): Use find_target_beneath instead of base_target.
4037         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
4038         (aix_thread_fetch_registers, aix_thread_store_registers),
4039         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
4040         (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
4041         (aix_thread_kill): Delete. Does not seem necessary.
4042         (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
4043
4044 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4045
4046         * stack.c (return_command <retval_exp>): New variables retval_expr
4047         and old_chain.  Inline parse_and_eval to initialize retval_expr.  Check
4048         RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
4049         if RETURN_TYPE is NULL.
4050
4051 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
4052
4053         * remote.c (PACKET_qAttached): New.
4054         (remote_query_attached): New.
4055         (remote_add_inferior): Add new `attached' argument.  Handle it.
4056         (remote_notice_new_inferior, remote_start_remote): Adjust to pass
4057         -1 to remote_add_inferior in new parameter.
4058         (extended_remote_attach_1): Adjust to pass 1 to
4059         remote_add_inferior in the new parameter.
4060         (extended_remote_create_inferior_1): Adjust to pass 0 to
4061         remote_add_inferior in the new parameter.
4062         (_initialize_remote): Add "set/show remote query-attached-packet"
4063         commands.
4064
4065 2009-03-13  Tom Tromey  <tromey@redhat.com>
4066
4067         * symtab.c (lookup_symbol_in_language): Use a cleanup.
4068
4069 2009-03-13  Doug Evans  <dje@google.com>
4070
4071         * exceptions.h: Clean up some comments on catch_exceptions usage.
4072         * exceptions.c: Ditto.  Plus mark catch_errors as superseded by
4073         catch_exceptions.
4074
4075 2009-02-17  Joel Brobecker  <brobecker@adacore.com>
4076
4077         The following patch helps getting rid of a warning inside solib-som.c.
4078
4079         * source.c (source_full_path_of): Constify parameter filename.
4080         * defs.h (source_full_path_of): Update declaration accordingly.
4081
4082 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4083
4084         * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
4085         BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
4086         Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
4087
4088 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4089
4090         * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
4091         promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
4092
4093 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4094
4095         * ada-tasks.c (ada_task_is_alive): Move up and make static.
4096         * ada-lang.h (ada_task_is_alive): Remove declaration.
4097
4098 2009-03-12  Jerome Guitton  <guitton@adacore.com>
4099
4100         * ada-lang.c (ada_delta): Change the type of numerators and
4101         denominators to DOUBLEST, as they may not fit into a long.
4102         (scaling_factor): Ditto.
4103
4104 2009-03-12  Jerome Guitton  <guitton@adacore.com>
4105
4106         * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
4107
4108 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4109
4110         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
4111         types, if we are unable to determine the actual symbol type
4112         from its tag, then use the static approximation instead.
4113
4114 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4115
4116         Fix crash printing packed record with packed array.
4117
4118         * ada-lang.c (ada_modulus_from_name): New function.
4119         (ada_modulus): In the case where the type length is bigger than
4120         the size of the type used to hold the bounds, try determining
4121         the modulus from the type name.
4122         (ada_value_primitive_packed_val): Fix bug in the computation of
4123         ntarg causing an out-of-buffer invalid access.
4124
4125 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4126
4127         Fix segfault when printing short_integer'last.
4128
4129         * ada-lang.c (ada_find_any_type): Search in the primitive types
4130         if a symbol could not be found.
4131
4132 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4133
4134         * ada-tasks.c (task_states,long_task_states): Add new states
4135         Activating and Acceptor_Delay_Sleep.  Update the description
4136         of state Acceptor_Sleep.
4137
4138 2009-03-12  Jonas Maebe <jonas.maebe@elis.ugent.be>  (obvious change)
4139
4140         Fix a build failure on Darwin following some changes in
4141         the profile of some target_ops methods.
4142
4143         * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
4144         where missing.
4145         (darwin_stop_inferior, darwin_detach): Likewise.
4146
4147 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
4148
4149         Include token in ^running notification for CLI commands.
4150
4151         * mi/mi-main.c (mi_execute_command): Set current_token here.
4152         (mi_cmd_execute): Do not set current_token here.
4153
4154 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
4155
4156         Fix MI timings.
4157
4158         * mi/mi-main.c (mi_print_timing_maybe): New.
4159         (captured_mi_execute_command): Simplify. Output timings to
4160         CLI commands, too.
4161         (mi_execute_async_cli_command): Do not print timings.
4162         * mi/mi-main.h (mi_print_timing_maybe): Declare.
4163         * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
4164
4165 2009-03-12  Jerome Guitton  <guitton@adacore.com>
4166
4167         * xcoffread.c (process_linenos): Check if the line in the
4168         include table refers to the main source file and, if so,
4169         add them to the main subfile.
4170
4171 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4172
4173         Fix a build failure on AIX introduced after a change in the profile
4174         of some of the "methods" in the target_ops structure.
4175         * aix-thread.c: Add missing target_ops parameter throughout.
4176
4177         Implement Ada task switching on AIX.
4178         * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
4179         (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
4180
4181 2009-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
4182
4183         * breakpoint.c (bpstat_check_breakpoint_conditions): Use
4184         value_mark and value_free_to_mark.
4185         * objfiles.c (free_objfile): Call objfile_free_data before
4186         freeing the BFD.
4187
4188 2009-03-10  Hui Zhu  <teawater@gmail.com>
4189
4190         * disasm.c (gdb_disassembly): Remove unused argument
4191         "line_num".
4192         * disasm.h (gdb_disassembly): Ditto.
4193         * cli/cli-cmds.c (print_disassembly): Ditto.
4194         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
4195
4196 2009-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4197
4198         * solib.c (solib_contains_address_p): New function.
4199         (solib_name_from_address): Use it.
4200         * printcmd.c (display_uses_solib_p): Use it.
4201         * solib.h (solib_contains_address_p): Declare it.
4202
4203 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4204
4205         * varobj.c (free_variable): Call value_free.
4206
4207 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4208
4209         PR gdb/9873:
4210         * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
4211         Move the variable `macinfo_type' out of the loop.  Create a new
4212         processing pass before the current one to pre-create `current_file'.
4213         New complaint on misplaced zero/non-zero definitions/includes.
4214         Skip first DW_MACINFO_start_file with `at_commandline' set.
4215
4216 2008-03-09  Vladimir Prus  <vladimir@codesourcery.com>
4217
4218        * solib.c (reload_shared_libraries): Give
4219        inferior a chance to reset solib breakpoint.
4220        Reinit frame cache.
4221
4222 2009-03-08  Christopher Faylor  <me+cygwin@cgf.cx>
4223
4224         * windows-nat.c (dr): Redefine to use largest possible integer which
4225         holds a pointer.
4226         (cygwin_set_dr): Avoid coercion.
4227
4228 2009-03-08  Oswald Buddenhagen  <oswald.buddenhagen@trolltech.de>
4229
4230         * windows-nat.c (windows_create_inferior): Implement --tty handling on
4231         non-cygwin.
4232
4233 2009-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4234
4235         Rename solib_address to solib_name_from_address.
4236         * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
4237         (disable_breakpoints_in_unloaded_shlib): Update.
4238         * printcmd.c (display_uses_solib_p): Likewise.
4239         * stack.c (print_frame): Likewise.
4240         * solib.c: Rename.
4241         * solib.h: Rename.
4242
4243 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
4244
4245         * printcmd.c (do_one_display): Reparse exp_string.
4246         (display_uses_solib_p): New function.
4247         (clear_dangling_display_expressions): New function.
4248         (_initialize_printcmd): Add observer.
4249         * solib.c (no_shared_libraries): Swap order of calls to
4250         clear_solib and objfile_purge_solibs.
4251
4252 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
4253
4254         Implement the target-specific part of Ada tasking support
4255         on Tru64.
4256
4257         * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
4258         (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
4259
4260 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
4261
4262         Get rid of the global "base_target" and use "find_target_beneath"
4263         to find the underlying target.
4264         * dec-thread.c (base_target): Delete.
4265         (enable_dec_thread): Remove assignement to base_target.
4266         (dec_thread_detach, dec_thread_wait, dec_thread_wait)
4267         (dec_thread_fetch_registers, dec_thread_store_registers)
4268         (dec_thread_mourn_inferior, dec_thread_pid_to_str):
4269         Update the function profile if necessary.
4270         Use find_target_beneath to call the same method but from
4271         the underlying target, removing the need for "base_target".
4272
4273         * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
4274         Fix a copy/paste error in a few debug traces...
4275
4276         * solib-osf.c (init_so): Use a simpler method for computing
4277         the size of lm_info structure. This also gets rid of warning
4278         emitted by the compiler.
4279
4280 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
4281
4282         * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
4283         duplicates of permanent breakpoints.
4284
4285 2009-03-04  Pedro Alves  <pedro@codesourcery.com>
4286
4287         * inferior.h (notice_new_inferior): Declare.
4288         * infcmd.c (notice_new_inferior): New.
4289         * remote.c (remote_add_inferior, remote_add_thread): New.
4290         (notice_new_inferiors): Rename to...
4291         (remote_notice_new_inferior): ... this.  Add RUNNING argument.
4292         Use remote_add_thread instead of add_thread, passing it the
4293         RUNNING argument.  Add an inferior with remote_add_inferior.  If
4294         we just learned about an inferior, call notice_new_inferior.
4295         (record_currthread): Adjust.
4296         (remote_threads_info): Adjust to use remote_notice_new_inferior.
4297         (remote_start_remote, extended_remote_attach_1): Use
4298         remote_add_inferior.
4299         (process_stop_reply): Adjust.  Call remote_notice_new_inferior
4300         after handling expedited registers and watchpoint state.
4301         (extended_remote_create_inferior_1): Use remote_add_inferior.
4302
4303 2009-03-04  Aleksandar Ristovski  <aristovski@qnx.com>
4304
4305         * infcmd.c (registers_info): Remove register number case.
4306
4307 2009-03-03  Pedro Alves  <pedro@codesourcery.com>
4308
4309         * top.c (quit_target): Check for target_has_execution before
4310         killing or detaching from inferiors.
4311
4312 2009-03-02  Joel Brobecker  <brobecker@adacore.com>
4313
4314         Remove some unused routines.
4315
4316         * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
4317         Delete.
4318         * ada-lang.c (ada_task_list_iterator_ftype)
4319         (iterate_over_live_ada_tasks): Delete.
4320         * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
4321         Delete.
4322
4323 2009-03-01  Doug Evans  <dje@google.com>
4324
4325         * symtab.c: Remove trailing whitespace throughout the file.
4326         (expand_line_sal): Fix some typos and whitespace.
4327
4328         * Makefile.in (clean): rm -f $(DEPDIR)/*.
4329
4330         * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
4331         (init.c): signals/ -> common/.
4332         (signals.o): Update.
4333         * target.h (target_signal_to_string,target_signal_to_string)
4334         (target_signal_from_name,target_signal_to_host_p)
4335         (target_signal_from_host,target_signal_to_host): Move to ...
4336         * common/gdb_signals.h: ... here.  New file.
4337         * common/signals.c: Moved here from signals/signals.c.
4338         #include gdb_signals.h, remove #include of target.h in gdb case.
4339         (target_signal_from_command,default_target_signal_to_host)
4340         (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
4341
4342         Include thread ID in target_wait debugging output.
4343         * infrun.c (print_target_wait_results): New function.
4344         (wait_for_inferior,fetch_inferior_event): Call it.
4345
4346 2009-02-27  Pedro Alves  <pedro@codesourcery.com>
4347
4348         * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
4349         with a ptid_t field.
4350         * linux-thread-db.c (thread_get_info_callback): Build the ptid
4351         using the pid stored in proc_handle.ptid.
4352         (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
4353         (check_for_thread_db, thread_db_detach, check_event)
4354         (thread_db_mourn_inferior, find_new_threads_callback)
4355         (thread_db_find_new_threads_1): Adjust.
4356         * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
4357         (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
4358
4359 2009-02-27  Phil Muldoon  <pmuldoon@redhat.com>
4360
4361         * valprint.c (read_string): Rework clean-up logic. Use
4362         free_current_contents to clean-up buffer.
4363
4364 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4365
4366         * MAINTAINERS: Update e-mail address.
4367
4368 2009-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4369
4370         * python/python-utils.c (python_string_to_unicode): Always return
4371         a new reference.
4372         (python_string_to_target_string): Decrement transient python
4373         instance.
4374         (python_string_to_host_string): Likewise.
4375
4376 2007-02-26  Pedro Alves  <pedro@codesourcery.com>
4377
4378         * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
4379         call to super_fetch_registers.
4380         (mips64_linux_store_registers): Pass `ops' to call to
4381         super_store_registers.
4382
4383 2009-02-25  Doug Evans  <dje@google.com>
4384
4385         * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
4386         error message.
4387
4388         * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
4389         disabled_shlib_breaks, unused.
4390
4391         * printcmd.c (build_address_symbolic): Fix comment.
4392
4393 2009-02-25  Hui Zhu  <teawater@gmail.com>
4394
4395         * cli/cli-script.c (define_command): Add _() to query.
4396         * gnu-nat.c (inf_validate_task_sc): Ditto.
4397         * infcmd.c (kill_if_already_running): Ditto.
4398         (jump_command): Ditto.
4399         (attach_command): Ditto.
4400         * inflow.c (kill_command): Ditto.
4401         * infrun.c (handle_command): Ditto.
4402         * maint.c (maintenance_dump_me): Ditto.
4403         * memattr.c (mem_delete_command): Ditto.
4404         * monitor.c (monitor_interrupt_query): Ditto.
4405         * nto-procfs.c (interrupt_query): Ditto.
4406         * printcmd.c (undisplay_command): Ditto.
4407         * remote-mips.c (mips_kill): Ditto.
4408         * remote.c (interrupt_query): Ditto.
4409         * solib-irix.c (irix_open_symbol_file_object): Ditto.
4410         * solib-osf.c (osf_open_symbol_file_object): Ditto.
4411         * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
4412         * solib-som.c (som_open_symbol_file_object): Ditto.
4413         * solib-svr4.c (open_symbol_file_object): Ditto.
4414         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4415         * target.c (kill_or_be_killed): Ditto.
4416         * tracepoint.c (delete_trace_command): Ditto.
4417         * top.c (quit_confirm): Add _() to s that will be used
4418         in query.
4419
4420 2009-02-24  Pierre Muller  <muller@ics.u-strasbg.fr>
4421
4422         Fix windows-nat.c compilation failure.
4423
4424         * windows-nat.c (windows_thread_alive): Fix forward declaration.
4425         (get_windows_debug_event): Add ops parameter to call to windows_resume.
4426
4427 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
4428
4429         * remote-sim.c (gdbsim_resume): Add target_ops* argument.
4430
4431 2009-02-23  Jay Krell  <jay.krell@cornell.edu>  (tiny change)
4432
4433         * symtab.c (find_line_symtab): Initialize exact to avoid
4434         a compiler warning.
4435
4436 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
4437
4438         * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
4439         `ops' to recursive call.
4440
4441 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
4442
4443         * corelow.c (get_core_registers): Adjust.
4444         (core_file_thread_alive): Rename to...
4445         (core_thread_alive): ... this.
4446         (core_pid_to_str): Try gdbarch_core_pid_to_str first.
4447         (init_core_ops): Adjust.
4448         (coreops_suppress_target): Delete.
4449         (_initialize_corelow): Unconditionally add core_ops.
4450         * procfs.c: Include "inf-child.h".
4451         (procfs_ops): Delete.
4452         (init_procfs_ops): Delete.  Reimplement as...
4453         (procfs_target): ... this, inheriting from inf-child.
4454         (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
4455         (procfs_prepare_to_store): Delete.
4456         (procfs_store_registers, procfs_resume): Adjust.
4457         (procfs_open): Delete.
4458         (procfs_suppress_run): Delete.
4459         (procfs_can_run): Delete.
4460         (procfs_mourn_inferior): Adjust.
4461         (procfs_init_inferior): Add target_ops parameter.  Adjust.
4462         (procfs_create_inferior): Don't pass procfs_init_inferior to
4463         fork_inferior.  Instead call it after fork_inferior returns.
4464         (procfs_find_new_threads): Adjust.
4465         (_initialize_procfs): Adjust to use procfs_target instead of
4466         init_procfs_ops.
4467         * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
4468         (lwp_to_thread): Use target_thread_alive.
4469         (sol_thread_open): Delete.
4470         (sol_thread_attach): Delete.
4471         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
4472         (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
4473         to use find_target_beneath.
4474         (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
4475         (sol_thread_xfer_partial): Adjust to use find_target_beneath.
4476         (sol_thread_files_info, sol_thread_kill_inferior): Delete.
4477         (check_for_thread_db): New.
4478         (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
4479         (sol_thread_new_objfile): Call check_for_thread_db.
4480         (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
4481         (sol_thread_can_run): Delete.
4482         (sol_thread_alive): Adjust to use find_target_beneath.
4483         (sol_thread_stop): Delete.
4484         (rw_common): Use target_write_memory or target_read_memory.
4485         (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
4486         (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
4487         (solaris_pid_to_str): Remove check for libthread_db initialization
4488         failing.
4489         (sol_find_new_threads): Remove check for libthread_db
4490         initialization failing, or for an invalid inferior_ptid.  Adjust
4491         to use find_target_beneath.
4492         (sol_core_open, sol_core_close, sol_core_detach,
4493         sol_core_files_info, sol_find_memory_regions,
4494         sol_make_note_section, ignore): Delete.
4495         (init_sol_thread_ops): Make it a thread_stratum target.  Remove
4496         unneeded callback settings.
4497         (init_sol_core_ops): Delete.
4498         (_initialize_sol_thread): No longer call init_sol_core_ops, set
4499         procfs_suppress_run, or hack with core_ops.
4500
4501         * target.h (struct target_ops): Add a target_ops * parameter to
4502         to_resume, to_fetch_registers, to_store_registers, to_thread_alive
4503         and to_find_new_threads.
4504         (target_fetch_registers, target_store_registers)
4505         (target_thread_alive, target_find_new_threads): Redeclare as
4506         function.
4507
4508         * target.c (update_current_target): Do not inherit or de_fault
4509         to_resume, to_fetch_registers, to_store_registers,
4510         to_thread_alive, to_find_new_threads.
4511         (target_resume): Adjust.
4512         (target_thread_alive, target_find_new_threads): New.
4513         (debug_to_resume, debug_to_fetch_registers): Delete.
4514         (target_fetch_registers): New.
4515         (debug_to_store_registers): Delete.
4516         (target_store_registers): New.
4517         (debug_to_thread_alive, debug_to_find_new_threads): Delete.
4518         (setup_target_debug): Adjust.
4519
4520         * gdbcore.h (core_ops): Delete declaration.
4521
4522         * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
4523         inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
4524         i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
4525         hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
4526         nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
4527         alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
4528         bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
4529         hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
4530         ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
4531         m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
4532         mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
4533         ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
4534         shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
4535         vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
4536
4537         * gdbarch.sh (core_pid_to_str): New gdbarch callback.
4538         * gdbarch.h, gdbarch.c: Regenerate.
4539
4540         * sol2-tdep.c: Include "inferior.h".
4541         (sol2_core_pid_to_str): New.
4542         * sol2-tdep.h (sol2_core_pid_to_str): Declare.
4543
4544         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
4545         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
4546         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
4547         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
4548
4549 2009-02-22  Doug Evans  <dje@google.com>
4550
4551         * exec.c (exec_file_attach): Fix comment.
4552
4553 2009-02-22  Pedro Alves  <pedro@codesourcery.com>
4554
4555         Silence a few -Wmissing-prototypes warnings.
4556
4557         PR build/9877:
4558         * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
4559         it static.
4560         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
4561         * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
4562         * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
4563         (_initialize_amd64nbsd_tdep): ... this.
4564         * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
4565         (_initialize_arm_linux_tdep): Declare.
4566         * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
4567         * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
4568         * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
4569         * avr-tdep.c (avr_return_value): Make it static.
4570         (avr_frame_unwind_cache): Ditto.
4571         * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
4572         (bsd_uthread_solib_loaded): Ditto.
4573         (bsd_uthread_solib_unloaded): Ditto.
4574         (bsd_uthread_target): Ditto.
4575         (_initialize_bsd_uthread): Declare.
4576         * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
4577         (cris_frame_unwind_cache): Ditto.
4578         * frv-tdep.c (frv_return_value): Ditto.
4579         * h8300-tdep.c (h8300_use_struct_convention): Ditto.
4580         (h8300h_use_struct_convention): Ditto.
4581         * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
4582         Ditto.
4583         * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
4584         declarations.
4585         * hppabsd-tdep.c: Include hppabsd-tdep.h.
4586         (hppabsd_find_global_pointer): Make it static.
4587         * hppabsd-tdep.h: New.
4588         * hppanbsd-tdep.c: Include hppabsd-tdep.h.
4589         (hppabsd_init_abi): Remove declaration.
4590         (_initialize_hppabsd_tdep): Remove declaration.
4591         (_initialize_hppanbsd_tdep): Declare.
4592         * hppaobsd-tdep.c: Include hppabsd-tdep.h.
4593         (hppabsd_init_abi): Delete declaration.
4594         (hppaobsd_init_abi): Make it static.
4595         * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
4596         * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
4597         * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
4598         * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
4599         * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
4600         * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
4601         (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
4602         (_initialize_m32c_tdep): Declare.
4603         * m32r-rom.c (_initialize_m32r_rom): Declare.
4604         * m32r-tdep.c (m32r_skip_prologue): Make it static.
4605         (m32r_return_value): Ditto.
4606         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
4607         (m68hc11_return_value): Ditto.
4608         * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
4609         * m88k-tdep.c (m88k_frame_cache): Make it static.
4610         * mep-tdep.c (mep_gdb_print_insn): Ditto.
4611         (mep_return_value): Ditto.
4612         (_initialize_mep_tdep): Declare.
4613         * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
4614         * mips-linux-tdep.c (supply_64bit_reg): Make it static.
4615         (mips_linux_syscall_next_pc): Ditto.
4616         (_initialize_mips_linux_tdep): Declare.
4617         * mips-tdep.c (mips_single_step_through_delay): Make it static.
4618         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
4619         * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
4620         * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
4621         * mt-tdep.c (_initialize_mt_tdep): Declare.
4622         * nbsd-tdep.c: Include nbsd-tdep.h.
4623         * nto-tdep.c (find_load_phdr): Make it static.
4624         (_initialize_nto_tdep): Declare.
4625         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
4626         static.
4627         (_initialize_ppc_linux_tdep): Declare.
4628         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
4629         (m32r_insert_watchpoint, m32r_remove_watchpoint)
4630         (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
4631         static.
4632         * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
4633         * rs6000-nat.c: Include xcoffread.h.
4634         (find_toc_address): Don't extern declare get_toc_offset.  Adjust
4635         to call xcoff_get_to_offset.
4636         * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
4637         (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
4638         (rs6000_skip_trampoline_code): Make static.
4639         * s390-tdep.c (s390_regset_from_core_section): Ditto.
4640         * sh-tdep.c (sh_register_reggroup_p): Ditto.
4641         * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
4642         (_initialize_shnbsd_tdep): Declare.
4643         * solib-frv.c (displacement_from_map): Make static.
4644         (_initialize_frv_solib): Declare.
4645         * solib-irix.c (fetch_lm_info): Make static.
4646         (_initialize_irix_solib): Declare.
4647         * solib-som.c: Include solib-som.h.
4648         (som_solib_select): Line break.
4649         * sparc-tdep.c (sparc_regset_from_core_section): Make static.
4650         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
4651         (_initialize_sparcnbsd_tdep): ... this.
4652         * spu-tdep.c (spu_software_single_step): Make it static.
4653         (_initialize_spu_tdep): Declare.
4654         * vax-tdep.c (vax_frame_cache): Make it static.
4655         * xcoffread.c: Include xcoffread.h.
4656         (get_toc_offset): Rename to ...
4657         (xcoff_get_toc_offset): ... this.
4658         (_initialize_xcoffread): Declare.
4659         * xcoffread.h: New.
4660         * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
4661         * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
4662         static.
4663         (_initialize_xtensa_tdep): Declare.
4664
4665 2008-02-21  Pedro Alves  <pedro@codesorcery.com>
4666
4667         Silence a few -Wmissing-prototypes warnings.
4668
4669         PR build/9877:
4670         * amd64-nat.c: Include "amd64-nat.h".
4671         * fork-child.c (_initialize_fork_child): Ditto.
4672         * gcore.c (_initialize_gcore): Ditto.
4673         * inf-ptrace.c: Include "inf-ptrace.h".
4674         (inf_ptrace_store_registers): Make it static.
4675         * linux-nat.c (linux_nat_terminal_ours): Make it static.
4676         (_initialize_linux_nat): Declare before definition.
4677         * linux-tdep.c: Include "linux-tdep.h".
4678         * linux-thread-db.c (_initialize_thread_db): Declare before
4679         definition.
4680         * proc-service.c (_initialize_proc_service): Ditto.
4681         * remote.c (remote_send_printf): Make it static.
4682         * solib.c: Include "solib.h".
4683         * symfile-mem.c (_initialize_symfile_mem): Declare before
4684         definition.
4685         * ada-lang.c (ada_la_decode, ada_match_name)
4686         (ada_suppress_symbol_printing, ada_is_array_type)
4687         (ada_value_ptr_subscript, ada_array_length)
4688         (ada_to_static_fixed_value): Make them static.
4689         (_initialize_ada_language): Declare before definition.
4690         * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
4691         (ada_task_list_changed, ada_new_objfile_observer): Make them
4692         static.
4693         (_initialize_tasks): Declare before definition.
4694         * addrmap.c (_initialize_addrmap): Declare before definition.
4695         * auxv.c (default_auxv_parse): Make it static.
4696         * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
4697         them static.
4698         * breakpoint.c (remove_sal): Add line break.
4699         (expand_line_sal_maybe): Make it static.
4700         * cp-name-parser.y: Include "cp-support.h".
4701         * cp-valprint.c (cp_find_class_member): Make it static.
4702         * eval.c (value_f90_subarray): Ditto.
4703         * exceptions.c (print_any_exception): Ditto.
4704         * findcmd.c (_initialize_mem_search): Declare before definition.
4705         * frame.c (frame_observer_target_changed): Make it static.
4706         * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
4707         * inf-child.c: Include "inf-child.h".
4708         * inferior.h (valid_inferior_id): Rename to ...
4709         (valid_gdb_inferior_id): ... this.
4710         * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
4711         Make them static.
4712         * jv-lang.c (java_language_arch_info): Make it static.
4713         * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
4714         * osdata.c (info_osdata_command): Make it static.
4715         * regcache.c (regcache_observer_target_changed): Make it static.
4716         * reverse.c (_initialize_reverse): Declare before definition.
4717         * stabsread.c (cleanup_undefined_types_noname)
4718         (cleanup_undefined_types_1): Make them static.
4719         * symfile.c (place_section): Make it static.
4720         * symtab.c (find_pc_sect_psymtab_closer): Make it static.
4721         * target-descriptions.c (_initialize_target_descriptions): Declare
4722         before definition.
4723         * target.c (default_get_ada_task_ptid, find_default_can_async_p)
4724         (find_default_is_async_p, find_default_supports_non_stop): Make
4725         them static.
4726         (target_supports_non_stop): Add prototype.
4727         (dummy_pid_to_str): Make it static.
4728         * utils.c (_initialize_utils): Declare before definition.
4729         * ada-exp.y (_initialize_ada_exp): Declare before definition.
4730         * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
4731         * target.h (struct target_ops): Add a prototype to the
4732         to_can_execute_reverse callback.
4733         * macroscope.c (_initialize_macroscope): Declare before definition.
4734         * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
4735         * python/python.c (_initialize_python): Declare before definition.
4736         * tui/tui-command.c: Include "tui/tui-command.h".
4737         * tui/tui-data.c (init_content_element, init_win_info): Make them
4738         static.
4739         * tui/tui-disasm.c: Include "tui/tui-disasm.h".
4740         * tui/tui-interp.c (_initialize_tui_interp): Declare before
4741         definition.
4742         * tui/tui-layout.c: Include "tui/tui-layout.h".
4743         (_initialize_tui_layout): Declare before definition.
4744         * tui/tui-regs.c: Include "tui/tui-regs.h".
4745         (tui_display_reg_element_at_line): Make it static.
4746         (_initialize_tui_regs): Declare before definition.
4747         * tui/tui-stack.c (_initialize_tui_stack): Declare before
4748         definition.
4749         * tui/tui-win.c: Include "tui/tui-win.h".
4750         (_initialize_tui_win): Declare before definition.
4751         (tui_sigwinch_handler): Make it static.  Wrap in ifdef SIGWINCH.
4752         * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
4753         (tui_get_cmd_list): Add a prototype.
4754         * tui/tui-windata.c: Include tui-windata.h.
4755         * tui/tui-wingeneral.c (box_win): Make it static.
4756         * cli/cli-logging.c (show_logging_command): Make it static.
4757         (_initialize_cli_logging): Declare before definition.
4758         * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
4759         definition.
4760
4761 2009-02-20  Pierre Muller  <muller@ics.u-strasbg.fr>
4762
4763         Extend use of i386_use_watchpoints to all i386 native files
4764         using hardware watchpoints.
4765         * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
4766         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
4767         * windows-nat.c (init_windows_ops): Ditto.
4768         * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
4769         * config/i386/nm-cygwin64.h: Ditto.
4770         * config/i386/nm-fbsd.h: Ditto.
4771         * config/i386/nm-go32.h: Ditto.
4772
4773 2009-02-19  Joel Brobecker  <brobecker@adacore.com>
4774
4775         * ada-typeprint.c (ada_typedef_print): Remove.  Unused.
4776
4777 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
4778
4779         * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
4780         (mi_interpreter_init): Register the above.
4781         * solib.c (clear_solib): Notify solib unload.
4782         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
4783         disable breakpoints on a.out targets.
4784
4785 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
4786
4787         * observer.c (observer_test_first_notification_function)
4788         (observer_test_second_notification_function)
4789         (observer_test_third_notification_function): Adjust prototype.
4790
4791 2009-02-17  Pedro Alves  <pedro@codesourcery.com>
4792
4793         * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
4794         (ALL_TARGET_OBS): Add dicos-tdep.o.
4795         (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
4796         * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
4797         gdb_target_obs.
4798         (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
4799         gdb_target_obs.
4800         * dicos-tdep.h, dicos-tdep.c: New.
4801         * amd64-dicos-tdep.c: New.
4802         * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
4803         inferior.h.  Include dicos-tdep.h.
4804         (i386_dicos_init_abi): Call dicos_init_abi.
4805         (i386_dicos_bfd_has_symbol_p): Delete.
4806         (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
4807
4808         * NEWS: Mention x86-64 DICOS target support.
4809
4810 2009-02-16  Doug Evans  <dje@google.com>
4811
4812         * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
4813         All callers updated.
4814         (amd64_get_insn_details): Handle more 3-byte opcode insns.
4815         (amd64_breakpoint_p): Delete.
4816         (amd64_displaced_step_fixup): When fixing up after stepping an int3,
4817         don't back up pc to the start of the int3.
4818         * i386-tdep.c: #include opcode/i386.h.
4819         (i386_skip_prefixes): New function.
4820         (i386_absolute_jmp_p): Constify argument.
4821         (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
4822         (i386_breakpoint_p): Delete.
4823         (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
4824         When fixing up after stepping an int3, don't back up pc to the start
4825         of the int3.
4826
4827 2009-02-16  Pedro Alves  <pedro@codesourcery.com>
4828
4829         * corelow.c (core_close): Don't hardcode the core's pid.
4830         (core_open): Find core threads before calling
4831         post_create_inferior.
4832         (add_to_thread_list, get_core_register_section): Take into account
4833         systems where the regset section names encode the pid of the
4834         inferior.
4835
4836         * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
4837         * gdbarch.h, gdbarch.c: Regenerate.
4838
4839         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
4840         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
4841         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
4842         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
4843
4844 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
4845
4846         Include frame information for *stopped due to CLI commands.
4847
4848         * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
4849         * infcmd.c (finish_command_continuation): Pass '1' for
4850         'print_frame' parameter to the observer.
4851         * infrun.c (normal_stop): Don't print mi-specific information
4852         here. Pass 'stop_print_frame' to the 'print_frame' parameter
4853         of the observer.
4854         * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
4855         If we need to print frame, and current uiout is not the MI one,
4856         print frame again.
4857
4858 2009-02-13  Pierre Muller  <muller@ics.u-strasbg.fr>
4859
4860         * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
4861         Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
4862
4863 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4864
4865         PR fortran/9806
4866         * dwarf2read.c (process_die <DW_TAG_module>, read_module)
4867         (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
4868
4869 2009-02-11  Pierre Muller  <muller@ics.u-strasbg.fr>
4870
4871         * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
4872         for DW_ATE_signed_char and DW_ATE_unsigned_char
4873         for pascal language.
4874
4875 2009-02-11  Jim Meyering  <meyering@redhat.com>
4876             Jan Kratochvil  <jan.kratochvil@redhat.com>
4877
4878         Avoid NULL dereference.
4879         * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
4880         New variable func_type.
4881
4882 2009-02-11  Pedro Alves  <pedro@codesourcery.com>
4883
4884         * gdbarch.c: Regenerate.
4885
4886 2009-02-10  Pierre Muller  <muller@ics.u-strasbg.fr>
4887
4888         * p-lang.c (is_pascal_string_type): Fix comment.
4889         Determine exact size of char elements for GPC
4890         strings.
4891         (pascal_printstr): Handle char width of 2 or 4.
4892         * p-valprint.c (pascal_val_print): Handle char
4893         of width 2 or 4.
4894
4895 2009-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
4896
4897         * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
4898         inside the loop.  Only call addrmap_set_empty if the compilation unit
4899         had DW_AT_high_pc and DW_AT_low_pc.  Update call to
4900         scan_partial_symbols.
4901         (scan_partial_symbols): Take NEED_PC argument and pass it along with
4902         LOWPC and HIGHPC.
4903         (add_partial_namespace): Take NEED_PC argument and pass it through.
4904         (add_partial_subprogram): Take NEED_PC argument.  Update the addrmap
4905         if necessary.
4906
4907 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
4908
4909         * NEWS: Mention inspecting extra signal information, $_siginfo,
4910         and the qXfer:siginfo:read and qXfer:siginfo:write packets.
4911
4912 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
4913
4914         * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
4915         isn't defined.
4916
4917 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
4918
4919         * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
4920         (compat_timer_t, compat_clock_t, struct compat_timeval)
4921         (compat_sigval_t, compat_siginfo_t): New types.
4922         (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
4923         (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
4924         (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
4925         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
4926         (amd64_linux_siginfo_fixup): New.
4927         * linux-nat.c (linux_nat_siginfo_fixup): New.
4928         (siginfo_fixup): New.
4929         (linux_xfer_siginfo): Use siginfo_fixup to convert between the
4930         siginfo layout expected by ptrace and the siginfo layout of the
4931         inferior.
4932         (linux_nat_set_siginfo_fixup): New.
4933         * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
4934
4935 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
4936
4937         * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
4938         * infrun.c (siginfo_value_read, siginfo_value_write): New.
4939         (siginfo_value_funcs): New.
4940         (siginfo_make_value): New.
4941         (_initialize_infrun): Create the $_siginfo convenience variable.
4942         * gdbtypes.h (append_composite_type_field_aligned): Declare.
4943         * gdbtypes.c (append_composite_type_field): Rename to...
4944         (append_composite_type_field_aligned): ... this.  Add ALIGNMENT
4945         argument.  Handle it.
4946         (append_composite_type_field): Rewrite on top of
4947         append_composite_type_field_aligned.
4948         * value.h (internalvar_make_value): New typedef.
4949         (struct internalvar) <make_value>: New field.
4950         (create_internalvar_type_lazy): Declare.
4951         * value.c (create_internalvar): Clear make_value.
4952         (create_internalvar_type_lazy): New.
4953         (value_of_internalvar): If make_value is set use it.
4954         (preserve_values): Skip internal variables that don't have a
4955         value.
4956         * gdbarch.sh (get_siginfo_type): New.
4957         * gdbarch.h, gdbarch.c: Regenerate.
4958
4959         * linux-tdep.h, linux-tdep.c: New.
4960         * amd64-linux-tdep.c: Include "linux-tdep.h".
4961         (amd64_linux_init_abi): Register linux_get_siginfo_type and
4962         linux_get_siginfo_mapper.
4963         * i386-linux-tdep.c: Include "linux-tdep.h".
4964         (i386_linux_init_abi): Register linux_get_siginfo_type and
4965         linux_get_siginfo_mapper.
4966         * arm-linux-tdep.c: Include "linux-tdep.h".
4967         (i386_linux_init_abi): Register linux_get_siginfo_type and
4968         linux_get_siginfo_mapper.
4969
4970         * linux-nat.c (linux_xfer_siginfo): New.
4971         (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
4972         * remote.c (PACKET_qXfer_siginfo_read)
4973         (PACKET_qXfer_siginfo_write): New.
4974         (feature remote_protocol_features): Add "qXfer:siginfo:read" and
4975         "qXfer:siginfo:write" features.
4976         (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
4977         (_initialize_remote): Add "set/show remote read-siginfo-object"
4978         and "set/show remote write-siginfo-object" commands.
4979
4980         * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
4981         (HFILES_NO_SRCDIR): Add linux-tdep.h.
4982         (ALLDEPFILES): Add linux-tdep.c.
4983
4984         * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
4985         (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
4986         gdb_target_obs.
4987
4988 2009-02-06  Jim Blandy  <jimb@codesourcery.com>
4989             Daniel Jacobowitz  <dan@codesourcery.com>
4990             Vladimir Prus  <vladimir@codesourcery.com>
4991             Pedro Alves  <pedro@codesourcery.com>
4992
4993         * defs.h (enum lval_type): New value: lval_computed.
4994         * value.h (struct lval_funcs): New type.
4995         (allocate_computed_value, value_computed_funcs)
4996         (value_computed_closure): New declarations.
4997         * value.c (struct value): Add a structure to the location union
4998         for computed lvalues, containing 'funcs' and 'closure' members.
4999         (allocate_computed_value, value_computed_funcs)
5000         (value_computed_closure): New functions.
5001         (value_free): For computed lvalues, call the closure's
5002         'free_closure' function before freeing the value itself.
5003         (value_copy): If we're copying an lval_computed value, call the
5004         closure's 'copy_closure' function.
5005         (set_value_component_location): If the original value is a
5006         computed lvalue, then call the closure's 'copy_closure' function.
5007         (value_of_internalvar): If an internal variable's value is a
5008         computed lvalue, make retrieving its value produce an equivalent
5009         computed lvalue.
5010         * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
5011         their read function.
5012         (value_assign): Assign to computed lvalues by calling their write
5013         function.
5014
5015 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5016
5017         * linux-nat.c (linux_nat_wait): Adjust.
5018         (linux_nat_pid_to_str): Adjust.  Remove call to thread_db_init.
5019         * linux-nat.h (thread_db_init): Delete declaration.
5020         * linux-thread-db.c (target_beneath): Delete.
5021         (thread_db_init): Delete.
5022         (thread_db_detach): Use find_target_beneath.
5023         (thread_db_wait): Adjust interface.  Use find_target_beneath.
5024         (thread_db_mourn_inferior): Use find_target_beneath.
5025         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
5026         (thread_db_async_mask): Delete.
5027         (thread_db_pid_to_str): Adjust interface.  Use
5028         find_target_beneath.
5029         (thread_db_get_thread_local_address): Adjust interface.  Use
5030         find_target_beneath.
5031         (init_thread_db_ops): Delete references to delete functions.
5032         * target.c (update_current_target): Don't inherit or default
5033         to_wait.  Don't inherit to_pid_to_str and
5034         to_get_thread_local_address.
5035         (target_translate_tls_address): Look for a pushed target that
5036         implements to_get_thread_local_address, and use it instead of
5037         checking for target_get_thread_local_address_p.
5038         (target_wait, target_pid_to_str): Reimplement as functions.
5039         (dummy_pid_to_str): New.
5040         (init_dummy_target): Register it.
5041         (debug_to_wait): Delete.
5042         * target.h (struct target_ops): Make to_wait, to_pid_to_str and
5043         to_get_thread_local_address accept a pointer to struct target_ops.
5044         (target_wait): Delete macro, and declare as function.
5045         (target_pid_to_str): Likewise.
5046         (target_get_thread_local_address)
5047         (target_get_thread_local_address_p): Delete.
5048         (noprocess): Add NORETURN and ATTR_NORETURN tags.
5049         * inf-ptrace.c (inf_ptrace_wait): Adjust.
5050         (inf_ptrace_pid_to_str): New.
5051         (inf_ptrace_target): Use inf_ptrace_pid_to_str.
5052         * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
5053         * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
5054         * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
5055         Adjust.
5056         * corelow.c (core_pid_to_str): Adjust.
5057         * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
5058         * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
5059         * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
5060         * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
5061         * hpux-thread.c (hpux_thread_wait): Adjust.
5062         * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
5063         * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
5064         * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
5065         * procfs.c (procfs_pid_to_str): Adjust.
5066         * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
5067         * remote-mips.c (mips_wait): Adjust.
5068         * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
5069         * remote.c (remote_wait, remote_pid_to_str)
5070         (remote_get_thread_local_address): Adjust.
5071         * rs6000-nat.c (rs6000_wait): Adjust.
5072         * sol-thread.c (procfs_pid_to_str): Adjust declaration.
5073         (sol_thread_wait, solaris_pid_to_str): Adjust.
5074         * spu-linux-nat.c (spu_child_wait): Adjust.
5075         * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
5076
5077 2009-02-06  Tom Tromey  <tromey@redhat.com>
5078
5079         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
5080         (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
5081         (python-cmd.o): New target.
5082         * cli/cli-decode.c (set_cmd_completer): Add self parameter to
5083         completer prototype.
5084         (add_cmd): Initialize destroyer member of cmd_list_element. Use
5085         make_symbol_completion_list_fn as completer.
5086         (delete_cmd): Call destroyer if one is set.
5087         * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
5088         completer member.  Add destroyer member.
5089         (set_cmd_completer): Add self parameter to
5090         completer prototype.
5091         * command.h (set_cmd_completer): Add cmd parameter to
5092         completer prototype.
5093         * completer.c (noop_completer, filename_completer,
5094         location_completer, expression_completer, command_completer): Adapt
5095         to new completer prototype.
5096         (complete_line_internal): Pass new parameter to completer function.
5097         * completer.h (noop_completer, filename_completer,
5098         location_completer, expression_completer, command_completer): Adapt
5099         prototypes to new completer prototype.
5100         * interps.c (interpreter_completer): Adapt to new completer
5101         prototype.
5102         * python/python-cmd.c: New file.
5103         * python/python-internal.h (gdbpy_initialize_commands): Add
5104         prototype.
5105         (gdbpy_doc_cst): Add forward declaration.
5106         * python/python.c (gdbpy_doc_cst): Declare.
5107         (_initialize_python): Call gdbpy_initialize_commands.  Initialize
5108         gdbpy_doc_cst.
5109         * symtab.c (make_symbol_completion_list_fn): New function.
5110         * symtab.h (make_symbol_completion_list_fn): Add prototype.
5111
5112 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5113
5114         * target.c (target_get_osdata): Check for equal or higher than
5115         process_stratum, not dummy_stratum.
5116
5117 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5118
5119         * remote.c (extended_remote_can_run): Delete.
5120         (init_remote_ops): Don't register it.
5121         * target.c (target_get_osdata): Don't check for target_can_run.
5122         Instead any target that has already been pushed, otherwise
5123         fallback to the default run target.
5124
5125 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5126
5127         * target.c (target_create_inferior, target_detach)
5128         (target_mourn_inferior, target_attach, target_close): Do target
5129         debug output.
5130         (debug_to_attach, debug_to_detach, debug_to_create_inferior)
5131         (debug_to_mourn_inferior, debug_to_close): Delete.
5132         (setup_target_debug): Adjust.
5133
5134 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
5135
5136         * target.h (target_stopped_data_address_p): Delete declaration,
5137         and don't define as macro.
5138         * target.c (target_stopped_data_address_p): Delete.
5139
5140 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5141             Tom Tromey  <tromey@redhat.com>
5142
5143         * python/python-utils.c (target_string_to_unicode): New function.
5144         * python/python-internal.h (target_string_to_unicode): New prototype.
5145         * python/python-value.c (valpy_string): New function.
5146         (value_object_methods): Add `string' entry.
5147
5148 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
5149
5150         * target.h (target_tid_to_str): Delete.
5151         * thread.c (print_thread_info, thread_apply_all_command)
5152         (thread_apply_command, thread_command, do_captured_thread_select):
5153         Use target_pid_to_str instead of target_tid_to_str.
5154         * linux-fork.c (delete_fork_command): Likewise.
5155
5156 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
5157
5158         * frame.c (has_stack_frames): Make public.
5159         (get_prev_frame): Don't allow a NULL this_frame anymore.
5160         * frame.h (has_stack_frames): Declare.
5161         * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
5162         to get_prev_frame, instead start at get_current_frame.
5163         (varobj_create): Check has_stack_frames before getting any frame;
5164         eliminate one usage of deprecated_safe_get_selected_frame.
5165
5166 2009-02-05  Tom Tromey  <tromey@redhat.com>
5167             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5168
5169         * python/python.c (GdbMethods): Move to bottom of file.
5170         (get_parameter, execute_gdb_command, gdbpy_write,
5171         gdbpy_flush): Remove forward declarations.
5172         (eval_python_from_control_command): Fix error checking of function
5173         PyRun_SimpleString.  Fix error string.
5174         (python_command): Likewise.
5175         (execute_gdb_command): Added from_tty argument.
5176
5177 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5178
5179         * language.h (language_dfn): Add la_get_string member.
5180         (LA_GET_STRING): New macro.
5181         (default_get_string): New prototype.
5182         * language.c (default_get_string): New function.
5183         (unknown_language_defn, auto_language_defn, local_language_defn): Use
5184         default_get_string for la_get_string.
5185         * c-lang.c (c_get_string): New function.
5186         (c_language_defn, cplus_language_defn, asm_language_defn): Use
5187         c_get_string for la_get_string.
5188         (minimal_language_defn): Likewise
5189         * ada-lang.c (ada_language_defn): Likewise.
5190         * f-lang.c (f_language_defn): Use default_get_string for
5191         la_get_string.
5192         * jv-lang.c (java_language_defn): Likewise.
5193         * m2-lang.c (m2_language_defn): Likewise.
5194         * objc-lang.c (objc_language_defn): Likewise.
5195         * p-lang.c (p_language_defn): Likewise.
5196         * scm-lang.c (scm_language_defn): Likewise.
5197         * typeprint.c (type_to_string): New function.
5198         * value.h (type_to_string): New prototype.
5199         * valprint.c (val_print_string): Factor out code for reading string
5200         from the inferior into its own function.  Put 2 spaces after period
5201         in comments.
5202         (read_string): New function.
5203         * valprint.h (read_string): New prototype.
5204
5205 2009-01-07  Pierre Muller  <muller@ics.u-strasbg.fr>
5206             Tom Tromey  <tromey@redhat.com>
5207
5208         PR breakpoints/8079:
5209         * breakpoint.c (print_one_breakpoint): Use exp_string field
5210         to display expression of watchpoints.
5211         (mention): Likewise.
5212         (watch_command_1): Remove trailing whitespace from expression.
5213         * printcmd.c (struct display) <exp_string>: New field.
5214         (display_command): Set exp_string.
5215         (free_display): Free exp_string.
5216         (clear_displays): Use free_display.
5217         (do_one_display): Print exp_string.
5218         (display_info): Likewise.
5219
5220 2009-02-04  Tom Tromey  <tromey@redhat.com>
5221             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5222             Phil Muldoon  <pmuldoon@redhat.com>
5223
5224         * python/python-internal.h (gdbpy_get_value_from_history): Rename
5225         prototype to gdbpy_history.
5226         (gdbpy_is_string): Declare.
5227         (python_string_to_host_string): Declare.
5228         * python/python-utils.c (gdbpy_is_string): New function.
5229         (unicode_to_encoded_string): New function.
5230         (unicode_to_target_string): Use it.
5231         (python_string_to_host_string): New function.
5232         * python/python-value.c (valpy_address): New function.
5233         (convert_value_from_python): Use gdbpy_is_string.  Change to throw
5234         Python exception instead of a GDB exception on error.  Properly check
5235         Python booleans.
5236         (valpy_getitem): Convert field name to host string.  Handle array
5237         accesses.  Adapt to new behaviour of convert_value_from_python.
5238         (valpy_new): Adapt to new behaviour of convert_value_from_python.
5239         (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
5240         VALPY_BITXOR, VALPY_BITOR>: New constants.
5241         (valpy_binop): Update.  Adapt to new behaviour of
5242         convert_value_from_python.
5243         (valpy_invert): New function.
5244         (valpy_lsh): Likewise.
5245         (valpy_rsh): Likewise.
5246         (valpy_and): Likewise.
5247         (valpy_or): Likewise.
5248         (valpy_xor): Likewise.
5249         (valpy_richcompare): Call convert_value_from_python instead of doing
5250         conversions itself.
5251         (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
5252         (gdbpy_get_value_from_history): Rename
5253         function to gdbpy_history.
5254         (gdbpy_initialize_values): Don't set tp_new.
5255         (value_object_type): Add valpy_new.
5256         (value_object_methods): Add `address' entry.
5257         (value_object_as_number): Update for new methods.
5258         * python/python.c (GdbMethods): Rename entry from
5259         `get_value_from_history' to `history'.
5260
5261 2009-02-04  Jerome Guitton  <guitton@adacore.com>
5262
5263         * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
5264         of type to guard against a crash.
5265
5266 2009-02-04  Jerome Guitton  <guitton@adacore.com>
5267
5268         * value.c (value_from_contents_and_address): Always return
5269         a lval_memory value, even if address is null.
5270
5271 2009-02-04  Tristan Gingold  <gingold@adacore.com>
5272
5273         * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
5274         (amd64_darwin_sigcontext_addr): Ditto.
5275         (darwin_dwarf_signal_frame_p): Ditto.
5276         (i386_darwin_init_abi): Handle signal frames, use the const for
5277         sc_num_regs.
5278         (x86_darwin_init_abi_64): Ditto.
5279
5280 2009-02-04  Tristan Gingold  <gingold@adacore.com>
5281
5282         * i386-tdep.c (i386_sigtramp_p): Make it public.
5283         * i386-tdep.h (i386_sigtramp_p): Declare.
5284
5285 2009-02-04  Tristan Gingold  <gingold@adacore.com>
5286
5287         * machoread.c (macho_symfile_read): Read minsymtab also from
5288         shared libraries.
5289         (macho_symfile_read): Try to read dwarf2 frame info from main
5290         object file, but not from OSO files.
5291         (macho_symfile_offsets): Update section names for latest BFD
5292         changes.
5293         * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
5294         (x86_darwin_init_abi_64): Ditto.
5295         * solib-darwin.c: New file.
5296         * solib-darwin.h: New file.
5297         * configure.tgt: Add solib.o solib-darwin.o for Darwin.
5298
5299 2009-02-04  Tristan Gingold  <gingold@adacore.com>
5300
5301         * solist.h (struct target_so_ops): Comment fallback behavior for
5302         operation same.
5303
5304 2009-02-03  Tom Tromey  <tromey@redhat.com>
5305
5306         * completer.c (add_struct_fields): Check type_name against NULL
5307         before use.
5308
5309 2009-02-03  Joel Brobecker  <brobecker@adacore.com>
5310
5311         * MAINTAINERS: Update Elena's email address.
5312
5313 2009-02-02  Joel Brobecker  <brobecker@adacore.com>
5314
5315         * breakpoint (update_watchpoint): Minor comment adjustment.
5316
5317 2009-02-02  Tom Tromey  <tromey@redhat.com>
5318
5319         PR gdb/9594:
5320         * completer.c (count_struct_fields): Count method names.
5321         (add_struct_fields): Add matching method names.
5322
5323 2009-02-02  Doug Evans  <dje@google.com>
5324
5325         * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
5326         doing any further tcl/tk configury.  Don't configure gdbtk if
5327         tcl or tk check fails.
5328         * aclocal.m4: Regenerate.
5329         * configure: Regenerate.
5330
5331 2009-02-02  Tom Tromey  <tromey@redhat.com>
5332
5333         PR exp/9059:
5334         * valops.c (find_overload_match): Follow typedefs before taking
5335         address of object argument.
5336
5337 2009-02-01  Doug Evans  <dje@google.com>
5338
5339         * target.h (target_waitstatus_to_string): Declare.
5340         * target.c (target_waitstatus_to_string): New function.  Copied from
5341         debug_to_wait.  Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
5342         TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
5343         TARGET_WAITKIND_NO_HISTORY.
5344         (debug_to_wait): Call it.
5345         * infrun.c (wait_for_inferior): If debug_infrun, print result of
5346         target_wait.
5347         (fetch_inferior_event): Ditto.
5348
5349 2009-01-30  Tom Tromey  <tromey@redhat.com>
5350
5351         * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
5352
5353 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5354
5355         PR 8145.
5356         * thread.c (do_captured_list_thread_ids): Report the current
5357         thread id.
5358
5359 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5360
5361         * breakpoint.c (create_breakpoint, create_breakpoints)
5362         (break_command_really, set_breakpoint): New parameter enabled.
5363         (create_breakpoint, break_command_really): Make breakpoint
5364         disabled if so requested.
5365         * breakpoint.h (set_breakpoint): New parameter enabled.
5366         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
5367
5368 2009-01-28  Doug Evans  <dje@google.com>
5369
5370         * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
5371         (amd64_displaced_step_fixup): Declare.
5372         * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
5373         (amd64_arch_regmap): Move out of amd64_analyze_stack_align
5374         and make static global.
5375         (amd64_arch_regmap_len): New static global.
5376         (amd64_arch_reg_to_regnum): New function.
5377         (struct amd64_insn): New struct.
5378         (struct displaced_step_closure): New struct.
5379         (onebyte_has_modrm,twobyte_has_modrm): New static globals.
5380         (rex_prefix_p,skip_prefixes)
5381         (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
5382         (amd64_insn_length,amd64_get_unused_input_int_reg)
5383         (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
5384         (amd64_displaced_step_copy_insn)
5385         (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
5386         (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
5387         (amd64_displaced_step_fixup): New functions.
5388         * amd64-linux-tdep.c: #include arch-utils.h.
5389         (amd64_linux_init_abi): Install displaced stepping support.
5390
5391 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5392             Jerome Guitton  <guitton@adacore.com>
5393
5394         * configure, config.in: Regenerated.
5395         * configure.ac: Add --with-system-gdbinit.
5396         * main.c (get_init_files): New.
5397         (captured_main): Use get_init_files.  Load system gdbinit before
5398         $HOME/.gdbinit.
5399         (print_gdb_help): Print location of init files.
5400
5401 2009-01-28  Pedro Alves  <pedro@codesourcery.com>
5402
5403         * corefile.c (generic_search): Delete disabled code.
5404         * gdbcore.h (generic_search): Delete declaration.
5405
5406 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5407
5408         * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
5409         parent to the child.
5410         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
5411         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.  Use
5412         remove_breakpoints to remove breakpoints from the parent.
5413
5414 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5415
5416         PR backtrace/9458, PR backtrace/8864:
5417         * frame.c (create_new_frame): Update the frame's cached PC before
5418         finding its unwinder.  Use frame_id_build to build the new frame's
5419         id.
5420         * stack.c (parse_frame_specification_1): Correct setting ``addrs''
5421         array values from the ``args'' array values.
5422
5423 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5424
5425         * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
5426         (create_array_type, create_set_type, init_flags_type)
5427         (copy_type_recursive): Replace pairs of calls to XALLOC and memset
5428         with a call to XZALLOC or XCALLOC, and pairs of calls to
5429         obstack_alloc and memset with a call to OBSTACK_ZALLOC.
5430
5431 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5432
5433         Add "maint set|show internal-error|internal-warning quit|corefile
5434         ask|yes|no" commands.
5435
5436         PR gdb/7580:
5437         * utils.c (internal_problem_ask, internal_problem_yes)
5438         (internal_problem_no, internal_problem_modes): New.
5439         (struct internal_problem): Remove FIXME.  Make should_quit and
5440         should_dump_core types to char *.
5441         (internal_vproblem, internal_error_problem)
5442         (internal_warning_problem): Adjust.
5443         (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
5444         functions.
5445         (add_internal_problem_command): New.
5446         (_initialize_utils): New.
5447
5448 2009-01-25  Pedro Alves  <pedro@codesourcery.com>
5449
5450         * infcmd.c (program_info): Use paddress instead of casting stop_pc
5451         to unsigned long.
5452
5453 2009-01-24  Pedro Alves  <pedro@codesourcery.com>
5454
5455         * infrun.c (normal_stop): Don't call
5456         deprecated_update_frame_pc_hack.
5457         * frame.c (deprecated_update_frame_pc_hack)
5458         (deprecated_update_frame_base_hack): Delete, and ...
5459         (create_new_frame): ... inline here.
5460         * frame.h (deprecated_update_frame_pc_hack)
5461         (deprecated_update_frame_base_hack): Delete declarations.
5462
5463 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
5464
5465         * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
5466         * cli/cli-setshow.c (do_setshow_command): Handle it.
5467         * command.h (enum var_types): Add var_zuinteger.
5468         (add_setshow_zuinteger_cmd): Declare.
5469
5470         * valprint.c (_initialize_valprint): Change the set input-radix
5471         and set output-radix commands to zuinteger type.
5472
5473 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
5474
5475         PR gdb/9664:
5476         * infrun.c (normal_stop): Tag threads as stopped, and run the
5477         hook-stop before printing the stack frame.
5478
5479 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
5480
5481         PR c++/9631:
5482         * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
5483         vbasetype.
5484
5485 2009-01-20  Kazu Hirata  <kazu@codesourcery.com>
5486
5487         * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
5488         unsigned long.
5489
5490 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
5491
5492         PR gdb/9346
5493         * infcmd.c (signal_command): Do not specify a resume PC.
5494
5495 2009-01-19  Doug Evans  <dje@google.com>
5496
5497         * dummy-frame.c (dummy_frame): Replace regcache member with
5498         caller_state.
5499         (dummy_frame_push): Replace caller_regcache arg with caller_state.
5500         All callers updated.
5501         (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
5502         (dummy_frame_pop): Rewrite.  Verify requested frame is in the
5503         dummy frame stack.  Restore program state.
5504         (cleanup_dummy_frames): Rewrite.
5505         (dummy_frame_sniffer): Update.  Make static.
5506         * dummy-frame.h (regcache,frame_info): Delete forward decls.
5507         (inferior_thread_state): New forward decl.
5508         (dummy_frame_push): Update prototype.
5509         * frame.c (frame_pop): dummy_frame_pop now does all the work for
5510         DUMMY_FRAMEs.
5511         * infcall.c (breakpoint_auto_delete_contents): Delete.
5512         (get_function_name,run_inferior_call): New fns.
5513         (call_function_by_hand): Simplify by moving some code to
5514         get_function_name, run_inferior_call.  Inferior function call wrapped
5515         in TRY_CATCH so there's less need for cleanups and all exits from
5516         proceed are handled similarily.  Detect program exit.
5517         Detect program stopping in a different thread.
5518         Make error messages more consistent.
5519         * inferior.h (inferior_thread_state): Declare (opaque type).
5520         (save_inferior_thread_state,restore_inferior_thread_state,
5521         make_cleanup_restore_inferior_thread_state,
5522         discard_inferior_thread_state, get_inferior_thread_state_regcache):
5523         Declare.
5524         (save_inferior_status): Update prototype.
5525         * infrun.c: (normal_stop): When stopped for the completion of an
5526         inferior function call, verify the expected stack frame kind.
5527         (inferior_thread_state): New struct.
5528         (save_inferior_thread_state,restore_inferior_thread_state,
5529         do_restore_inferior_thread_state_cleanup,
5530         make_cleanup_restore_inferior_thread_state,
5531         discard_inferior_thread_state,
5532         get_inferior_thread_state_regcache): New functions.
5533         (inferior_status): Move stop_signal, stop_pc, registers to
5534         inferior_thread_state.  Remove restore_stack_info.
5535         (save_inferior_status): Remove arg restore_stack_info.
5536         All callers updated.  Remove saving of state now saved by
5537         save_inferior_thread_state.
5538         (restore_inferior_status): Remove restoration of state now done by
5539         restore_inferior_thread_state.
5540         (discard_inferior_status): Remove freeing of registers, now done by
5541         discard_inferior_thread_state.
5542
5543 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
5544
5545         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
5546         at a time, times NUM_TO_SCROLL.
5547         * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
5548         fetch the selected frame if there is no stack.
5549
5550 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
5551
5552         PR gdb/9747:
5553         * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
5554         Declare.
5555         * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
5556         * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
5557         is thrown while handling an event, finish the thread state.
5558         (normal_stop): Use finish_thread_state cleanup.
5559         * infcmd.c (run_command_1): If an error is thrown while starting
5560         the inferior, finish the thread state.
5561
5562 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
5563
5564         * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
5565         skip breakpoints without a location (pending breakpoints).
5566
5567 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
5568
5569         PR build/9186:
5570         * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
5571
5572 2009-01-18  Nick Roberts  <nickrob@snap.net.nz>
5573
5574         * thread.c (thread_command): Move call to annotate_thread_changed
5575         to...
5576         (do_captured_thread_select): ... here, to avoid printing an
5577         annotation if the thread change generates an exception.
5578
5579 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
5580
5581         * NEWS: Document x86_64/MinGW as a new native configuration.
5582
5583 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
5584
5585         * NEWS: Move the documentation of "info os processes" to
5586         the appropriate section (documenting the new commands).
5587
5588 2009-01-15  Doug Evans  <dje@google.com>
5589
5590         * target.h (target_signal_to_string): Make return type const char *.
5591         (target_signal_to_name): Ditto.
5592         (target_signal_from_name): Make arg const char *.
5593         * infrun.c (sig_print_info): Update.
5594         * signals/signals.c (signals): Make array and struct members const.
5595         (target_signal_to_string): Make return type const char *.
5596         (target_signal_to_name): Ditto.
5597         (target_signal_from_name): Make arg const char *.
5598
5599 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
5600             Tristan Gingold  <gingold@adacore.com>
5601
5602         * solist.h (struct target_so_ops): New member bfd_open.
5603         (solib_find): Add prototype.
5604         (solib_bfd_fopen): Add prototype.
5605         * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
5606         from solib_bfd_open.
5607         (solib_bfd_open): Use ops->bfd_open override if present.  Call
5608         solib_find and solib_bfd_open otherwise.
5609
5610         * objfiles.h (OBJF_KEEPBFD): New define.
5611         * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
5612         objfile flag is set.
5613         * solib.c (symbol_add_stub): Do not allocate second BFD for
5614         shared library; use OBJF_KEEPBFD flag on solib objfile.
5615
5616 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
5617
5618         * frame.c (get_frame_arch): Abort if called with NULL this_frame.
5619
5620 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
5621
5622         * value.h (address_of_variable): Add prototype.
5623         (locate_var_value): Remove prototype.
5624
5625         * findvar.c (read_var_value): Do not attempt to default frame
5626         to selected frame.
5627         (locate_var_value): Remove function.
5628         * valops.c (value_of_variable): Retrieve selected frame for
5629         symbols that require a frame when called with NULL block.
5630         * valops.c (address_of_variable): New function.
5631
5632         * eval.c (evaluate_subexp_for_address): Call address_of_variable
5633         instead of calling locate_var_value.
5634         (evaluate_subexp_with_coercion): Likewise.
5635
5636 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5637
5638         * NEWS: Document "define" for prefixed commands.
5639         * cli/cli-cmds.c (show_user): Update calls to show_user_1.  Call
5640         show_user_1 for prefix commands.
5641         * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
5642         * cli/cli-script.c (validate_comname): Rewrite to handle prefix
5643         commands.  Return the containing command list.
5644         (define_command, document_command): Update to handle prefix commands.
5645         (show_user_1): Add prefix and name arguments.  Handle prefix
5646         commands.
5647         * cli/cli-script.h (show_user_1): Update prototype.
5648
5649 2009-01-14  Kai Tietz  <kai.tietz@onevision.com>
5650
5651         * ser-mingw.c (console_select_thread): Add return to make
5652         compiler happy.
5653         (pipe_select_thread): Likewise.
5654         (file_select_thread): Likewise.
5655
5656 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
5657
5658         * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
5659         previous change.
5660
5661 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
5662
5663         * remote.c (extended_remote_mourn_1): Invalidate our notion of
5664         current general thread.
5665
5666 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
5667
5668         * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
5669         without a live selected thread.
5670
5671 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
5672
5673         Update the copyright notice of some of the files I missed
5674         in the previous copyright update.
5675
5676 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
5677
5678         * windows-nat.c (handle_unload_dll): Use %p to print the DLL
5679         base address instead of casting it to DWORD.
5680
5681 2009-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
5682
5683         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
5684         for NULL frame pointers.
5685
5686 2009-01-13  Mark Kettenis  <kettenis@gnu.org>
5687
5688         * utils.c (host_address_to_string): Reimplement in a way that
5689         avoids the cast of the address to long.
5690
5691 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
5692
5693         * mdebugread.c (parse_symbol): Save the symbol private data
5694         using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
5695         (psymtab_to_symtab_1): Likewise.
5696         (parse_procedure): Declare variable "e" only in the scope
5697         where it is used. Extract the symbol private data using
5698         SYMBOL_VALUE_BYTES.
5699
5700 2009-01-13  Jim Blandy  <jimb@codesourcery.com>
5701
5702         Abstract out common code for copying value locations.
5703
5704         * value.h (set_value_component_location): New declaration.
5705         * value.c (set_value_component_location): New function.
5706         (value_primitive_field): Use it.
5707         * valarith.c (value_subscript, value_subscripted_rvalue): Same.
5708         * valops.c (search_struct_field, value_slice): Same.
5709         * ada-lang.c (coerce_unspec_val_to_type)
5710         (ada_value_primitive_packed_val): Same.
5711
5712 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
5713
5714         * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
5715
5716 2009-01-12  Christopher Faylor  <me+cygwin@cgf.cx>
5717
5718         * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
5719         throughout.
5720         * i386-cygwin-tdep.c: Ditto.
5721         * i386-windows-nat.c: Ditto.
5722         * windows-nat.h: Ditto.
5723         * windows-tdep.c: Ditto.
5724         * windows-tdep.h: Ditto.
5725         * windows-nat.c: Ditto.
5726         (cygwin_load_start): Redefine as CORE_ADDR.
5727         (cygwin_load_end): Ditto.
5728         (windows_make_so): Coerce result of address arithmetic to uintptr_t
5729         before coercing to CORE_ADDR to avoid a compiler warning.
5730         (handle_exception): Define addr as CORE_ADDR and coerce
5731         ExceptionAddress to uintptr_t before assigining to avoid a compiler
5732         warning.
5733         * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
5734         files.
5735
5736 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5737
5738         Fix linking with --enable-targets=all:
5739         * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
5740         (HFILES_NO_SRCDIR): Add windows-tdep.h.
5741         (ALLDEPFILES): Add windows-tdep.c.
5742
5743 2009-01-11  Chris Faylor  <me.gdb@cgf.cx>
5744
5745         * win32-nat.h: Delete.
5746         * windows-nat.h: Rename from win32-nat.h.
5747         * win32-nat.c: Delete.
5748         * windows-nat.c: Rename from win32-nat.c.
5749         * win32-termcap.c: Delete.
5750         * windows-termcap.c: Rename from win32-termcap.c.
5751         * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
5752         * configure.ac: Handle rename from win32-termcap.c ->
5753         windows-termcap.c.
5754         * configure: Regenerate.
5755         * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
5756         -> windows-termcap.c.
5757         * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
5758         windows-tdep.h.
5759         * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
5760         * windows-nat.c: Ditto.  Also reflect rename from from win32-tdep.h ->
5761         windows-tdep.h.
5762         (win32_make_so): Handle cygwin compiler warning due to change of
5763         load_addr from DWORD to LPVOID.
5764         (handle_load_dll): Use %p in format string to properly print address
5765         and avoid a compiler warning.
5766         (DEBUG_EXCEPTION_SIMPLE): Ditto.
5767         (handle_exception): Ditto.
5768         * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
5769         * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
5770         windows-nat.o.
5771         * config/i386/mingw.mh: Ditto.
5772         * config/i386/mingw64.mh: Ditto.
5773
5774 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5775
5776         * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
5777         arrayprint_recurse_level to a parameter.  Update all the callers.  New
5778         comment at autovariables.
5779
5780 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5781
5782         * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
5783         coding style.
5784
5785 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
5786
5787         * target.c (target_xfer_partial): Use host_address_to_string to
5788         print the address of readbuf and writebuf. Cast the address of
5789         elements inside the myaddr buffer into intptr_t.
5790         (deprecated_debug_xfer_memory): Use paddress to print memaddr.
5791         Cast the address of elements inside the myaddr buffer into
5792         intptr_t.
5793
5794 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
5795
5796         * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
5797         * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
5798         * configure.host, configure.tgt: Add handling for x86_64/windows.
5799         * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
5800         and amd64-windows-tdep.c.
5801
5802 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
5803
5804         * win32-tdep.h, win32-tdep.c: New files.
5805         * i386-cygwin-tdep.h: Delete.
5806         * i386-cygwin-tdep.c: Include win32-tdep.h instead of
5807         i386-cygwin-tdep.h.
5808         (win32_xfer_shared_library): Delete.  Moved to win32-tdep.c.
5809         * win32-nat.c: Likewise.
5810         * configure.tgt: Add win32-tdep.o to the list of target object
5811         files for i386-cygwin and i386-mingw targets.
5812
5813 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
5814
5815         * win32-nat.h: New file.
5816         * win32-nat.c (mappings): Initialize to NULL.
5817         (win32_set_context_register_offsets): New function.
5818         * i386-windows-nat.c: New file.
5819         (mappings): Moved here from win32-nat.c.
5820         (_initialize_i386_windows_nat): New function.
5821         * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
5822         * config/i386/cygwin.mh (NATDEPFILES): Likewise.
5823
5824 2009-01-09  Andreas Schwab  <schwab@suse.de>
5825
5826         * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
5827
5828 2009-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
5829
5830         * gdbtypes.c (append_composite_type_field): Correct the location of
5831         appended fields.
5832
5833 2009-01-09  Pedro Alves  <pedro@codesourcery.com>
5834
5835         * defs.h (deprecated_error_hook): Delete declaration.
5836         * interps.c (clear_interpreter_hooks): Adjust.
5837         * remote-sim.c (gdb_os_error): Don't try to call
5838         deprecated_error_hook.  No need to call exit anymore.
5839         * top.c (deprecated_error_hook): Delete.
5840
5841 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5842
5843         * arch-utils.c (gdbarch_update_p): Use host_address_to_string
5844         to print the address of the gdbarch pointer.
5845
5846 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5847
5848         * gdbarch.sh: Fix all the compilation errors on amd64-windows
5849         due to casting a pointer to a long when printing a function
5850         address. Instead, use host_address_to_string to convert our
5851         address to a string.
5852         * gdbarch.c: Regenerate.
5853
5854 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5855
5856         * event-top.c (async_disconnect, async_stop_sig): use "raise"
5857         instead of "kill" to raise a signal.
5858
5859 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5860
5861         * win32-nat.c (get_module_name): Change the type of parameter
5862         "base_address" to LPVOID.  Remove unnecessary cast.
5863         (struct lm_info): Change type of load_addr to LPVOID.
5864         (win32_make_so): Change the type of parameter "load_addr"
5865         to LPVOID.  Remove some unnecessary casts.
5866         (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
5867         (win32_xfer_shared_libraries): Add missing cast.
5868
5869 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5870
5871         * win32-nat.c (has_detach_ability, set_process_privilege):
5872         Cast the result of GetProcAddress to (void *) to avoid
5873         a compilation warning.
5874
5875 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5876
5877         * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
5878         already defined.
5879
5880 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5881
5882         * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
5883         definition of local variable "done".
5884         (info_w32_command, handle_exception): Remove unnecessary cast.
5885
5886 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5887
5888         * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
5889         DebugSetProcessKillOnExit.  Update all uses in this file.
5890         (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
5891         Update all uses in this file.
5892
5893 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5894
5895         * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
5896         and use it when pushing the target.
5897         (win32_attach, win32_create_inferior): Update call to
5898         do_initial_win32_stuff.
5899         (win32_detach, win32_mourn_inferior): Use our ops parameter
5900         instead of the global win32_ops to unpush the target.
5901
5902 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5903
5904         * ser-mingw.c (ser_windows_open): Use proper type when casting
5905         in call to _open_osfhandle.
5906
5907 2009-01-09  Kai Tietz  <kai.tietz@onevision.com>
5908
5909         * coff-pe-read.c (read_pe_exported_syms): Fix typo.
5910
5911 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
5912
5913         * CONTRIBUTE: Minor reformatting.
5914
5915 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
5916
5917         * MAINTAINERS: Add myself to Write After Approval.
5918         * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
5919         export directory.
5920
5921 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
5922
5923         * remote-sim.c (gdb_os_error): Mark as a noreturn function.
5924         Call exit to make it obvious to GCC.
5925
5926 2009-01-08  Tom Tromey  <tromey@redhat.com>
5927
5928         PR breakpoints/9350:
5929         * varobj.c (varobj_invalidate): Unconditionally free
5930         all_rootvarobj.
5931         * symfile.c (syms_from_objfile): Free local_addr when returning
5932         normally.
5933         * exec.c (exec_file_attach): Do cleanups before returning.
5934         (exec_file_command): Likewise.
5935         * corefile.c (reopen_exec_file): Do cleanups before returning.
5936         * breakpoint.c (insert_breakpoint_locations): Do cleanups before
5937         returning.
5938         (do_vec_free): New function.
5939         (update_global_location_list): Make a cleanup for old_locations.
5940         Do cleanups before returning.  Remove unused variable 'e'.
5941         (find_condition_and_thread): Free result of parsing the
5942         expression.
5943         (print_it_typical): Do cleanups before returning.
5944         (breakpoint_re_set_one): Always free sals.sals.
5945
5946 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
5947             Emi Suzuki  <emi-suzuki@tjsys.co.jp>
5948
5949         * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
5950         watchpoints.
5951
5952 2009-01-07  Doug Evans  <dje@google.com>
5953
5954         * top.c (gdb_prompt_string): Delete, unused.
5955
5956 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5957
5958         Delete ONE_PROCESS_WRITETEXT leftovers.
5959
5960         * breakpoint.c (insert_bp_location): Delete process_warning
5961         argument.  Adjust.
5962         (insert_breakpoint_locations): Adjust.
5963         (reattach_breakpoints): Adjust.
5964         * infrun.c (normal_stop): Drop "It might be running in another
5965         process" notice.
5966
5967 2009-01-07  Stan Shebs  <stan@codesourcery.com>
5968
5969         * config/pa/linux.mh (XDEPFILES): Remove.
5970
5971 2009-01-07  Doug Evans  <dje@google.com>
5972
5973         * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
5974
5975 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5976
5977         * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
5978         spacing, a regression from 2008-04-22.
5979
5980 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5981
5982         * utils.c (gdb_print_host_address): Adjust implementation to
5983         reuse host_address_to_string. Move comment explaining the conversion
5984         from host address to string from here...
5985         (host_address_to_string): ... to there.
5986
5987 2009-01-07  Emi Suzuki  <emi-suzuki@tjsys.co.jp>
5988
5989         * MAINTAINERS: Add myself for write after approval privileges.
5990
5991 2009-01-06  Tom Tromey  <tromey@redhat.com>
5992
5993         * value.c (set_internalvar): Use value_free, not xfree.
5994
5995 2009-01-06  Jim Blandy  <jimb@red-bean.com>
5996
5997         Check return values of functions declared with warn_unused_result
5998         attribute in GLIBC 2.8.
5999         * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
6000         * inflow.c (check_syscall): New function.
6001         (new_tty): Use check_syscall to check return values from open and dup.
6002         * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
6003         * main.c (captured_main): Call cwd after setting up gdb_stderr;
6004         check for errors from getcwd.
6005         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
6006         * ui-file.c (stdio_file_write): Ignore return value from fwrite.
6007         (stdio_file_fputs): Same.
6008         * utils.c (internal_vproblem): abort if last-ditch error message
6009         write fails.
6010
6011         * top.c (gdb_init): Don't set the current directory here; that's
6012         already been done in captured_main.
6013
6014 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
6015
6016         * ser-tcp.c: Adjust includes.
6017         (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
6018         (tcp_auto_retry, tcp_retry_limit): Declare.
6019         (TIMEOUT): Remove, in favor of tcp_retry_limit.
6020         (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
6021         (wait_for_connect): New function.
6022         (net_open): Use it.  Add auto-retry logic.
6023         (set_tcp_cmd, show_tcp_cmd): New functions.
6024         (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
6025         and "set/show tcp connect-timeout" commands.
6026         * NEWS: Document new commands.
6027
6028 2009-01-05  Tom Tromey  <tromey@redhat.com>
6029
6030         * python/python-internal.h (Py_ssize_t): Define as int.
6031
6032 2009-01-05  Jim Blandy  <jimb@red-bean.com>
6033
6034         * MAINTAINERS: Fix my e-mail address as steering committee member.
6035
6036 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
6037
6038         Updated copyright notices for most files.
6039
6040 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
6041
6042         * top.c (print_gdb_version): Update copyright year.
6043
6044 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
6045
6046         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
6047
6048 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
6049
6050         PR breakpoints/9681:
6051         * exceptions.h (enum errors): New error type, MEMORY_ERROR.
6052         * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
6053         * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
6054         retrow all other exceptions.
6055
6056 For older changes see ChangeLog-2008.
6057 \f
6058 Local Variables:
6059 mode: change-log
6060 left-margin: 8
6061 fill-column: 74
6062 version-control: never
6063 coding: utf-8
6064 End: