2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
[external/binutils.git] / gdb / ChangeLog
1 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
2
3         * mips-tdep.c (mips_insn16_frame_this_id): Mark the outermost
4         frame.
5         (mips_insn32_frame_this_id): Likewise.
6
7 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
8
9         * elfread.c (elf_symtab_read): Only mark a minimal symbol as
10         special if it actually exists.  Merge the checks for this
11         conditions.
12
13 2009-11-13  Kazu Hirata  <kazu@codesourcery.com>
14             Maxim Kuvyrkov  <maxim@codesourcery.com>
15
16         * remote-fileio.c (remote_fileio_request): Send Ctrl-C if it is
17         pending.
18         * remote-fileio.h: Update the prototype for remote_fileio_request.
19         * remote.c (struct remote_state): Add ctrlc_pending_p.
20         (remote_open_1): Clear ctrlc_pending_p.
21         (remote_stop_as): Set ctrlc_pending_p to 1.
22         (remote_wait_as): Pass ctrlc_pending_p to remote_fileio_request.
23
24 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
25
26         * arm-tdep.c (arm_skip_stub): Recognize RealView veneer functions.
27
28 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
29
30         * breakpoint.c (update_watchpoint): Only fiddle with frames for
31         local watchpoints.
32
33 2009-11-13  Pedro Alves  <pedro@codesourcery.com>
34
35         * infrun.c (handle_inferior_event): Set stop_print_frame on
36         TARGET_WAITKIND_LOADED events, if stopping on solib-events.
37
38 2009-11-13  Doug Evans  <dje@google.com>
39
40         * dcache.c (dcache_block): Replace member newer with next,prev.
41         (dcache_struct): Delete member newest.
42         (block_func): New typedef.
43         (append_block, remove_block, for_each_block): New functions.
44         (invalidate_block, free_block): New functions.
45         (dcache_invalidate): Update
46         (dcache_invalidate_line, dcache_alloc): Update to use new list
47         accessors.
48         (dcache_free): Ditto.  Fix memory leak.
49
50 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
51
52         * python/py-prettyprint.c (print_string_repr): Suppress
53         address printing
54         
55 2009-11-13  Tristan Gingold  <gingold@adacore.com>
56
57         * avr-tdep.c (avr_push_dummy_call): Fix endianness issue and avoid
58         overlap between returned structure and return address/parameters.
59
60 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
61
62         * remote-fileio.c (remote_fileio_func_read): Limit console
63         reads to 16K.
64
65 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
66             Paul Brook  <paul@codesourcery.com>
67
68         * c-typeprint.c (c_type_print_base): Skip artificial fields.
69         Use get_vptr_fieldno to skip the vtable pointer.
70         * dwarf2read.c (dwarf2_add_field): Set FIELD_ARTIFICIAL on artificial
71         fields.
72         (dwarf2_add_member_fn): Complain about virtual member functions
73         without DW_AT_vtable_elem_location and force TYPE_CPLUS_DYNAMIC.
74         * gdbtypes.c (get_vptr_fieldno): Update comment.
75         * gdbtypes.h (struct cplus_struct_type): Add is_dynamic.
76         (TYPE_CPLUS_DYNAMIC): New macro.
77         * gnu-v3-abi.c (gnuv3_dynamic_class): New.
78         (gnuv3_get_vtable): Rewrite to use gnuv3_dynamic_class.  Move higher.
79         (gnuv3_rtti_type, gnuv3_get_virtual_fn, gnuv3_baseclass_offset): Use
80         gnuv3_get_vtable.
81         * varobj.c (cplus_class_num_children, cplus_describe_child): Skip
82         artificial fields.  Use get_vptr_fieldno to skip the vtable pointer.
83
84 2009-11-12  Paul Brook  <paul@codesourcery.com>
85             Daniel Jacobowitz  <dan@codesourcery.com>
86
87         * dwarf2read.c (dwarf2_add_member_fn): Calculate virtual function
88         offset for classes without DW_AT_containing_type.
89
90 2009-11-12  Paul Brook  <paul@codesourcery.com>
91             Daniel Jacobowitz  <dan@codesourcery.com>
92
93         * dwarf2read.c (struct field_info): Add baseclasses.
94         (dwarf2_add_field): Add base classes to a separate list.
95         (dwarf2_attach_fields_to_type): Merge base classes and fields.
96
97 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
98
99         * dwarf2read.c (process_psymtab_comp_unit): Initialize per_cu backlink
100         at the same time as the forward link.
101         (load_partial_comp_unit): Initialize per_cu links before calling
102         init_cu_die_reader.
103
104 2009-11-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
105
106         PR gdb/10838
107         * linux-thread-db.c (thread_db_info): New member.
108         (disable_thread_event_reporting): Call td_ta_clear_event.
109
110 2009-11-11  Keith Seitz  <keiths@redhat.com>
111
112         * linespec.c (lookup_prefix_sym): Lookup the symbol
113         in both STRUCT_DOMAIN and VAR_DOMAIN.
114
115 2009-11-11  Michael Snyder  <msnyder@vmware.com>
116
117         * darwin-nat-info.c: Update copyright.
118         * dbxread.c: Ditto.
119         * gdbarch.sh: Ditto.
120         * gdbarch.c: Ditto.
121         * gdbarch.h: Ditto.
122         * inline-frame.c: Ditto.
123         * inline-frame.h: Ditto.
124         * s390-nat.c: Ditto.
125
126 2009-11-11  Michael Snyder  <msnyder@vmware.com>
127
128         * findvar.c (top level): Fix and add comments.
129
130 2009-11-10  Keith Seitz  <keiths@redhat.com>
131
132         * c-exp.y (operator_stoken): New function.
133         (OPERATOR): New token.
134         (NEW): New token.
135         (DELETE): New token.
136         (operator): New rule.
137         (name): Add operator.
138         (ident_tokens): Add "new", "delete", and "operator".
139         * gdbtypes.c (rank_one_type): Don't complain about
140         void pointer conversion badness if both types are
141         void pointers.
142
143 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
144
145         * symfile.c (separate_debug_file_exists): Change parameter parent_name
146         to parent_objfile.  New variables parent_stat and abfd_stat.  Call
147         strcmp and then bfd_stat functions to verify if NAME matches.
148         (find_separate_debug_file): Update the passed parameter at caller.
149
150 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
151
152         * objfiles.c (objfile_relocate): Update also the field psymtabs_addrmap.
153
154 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
155
156         * configure.ac: Call ACX_LARGEFILE.
157         * aclocal.m4: Call m4_include for ../config/largefile.m4 and
158         ../config/plugins.m4.
159         * configure: Regenerate.
160         * config.in: Regenerate.
161
162 2009-11-10  Keith Seitz  <keiths@redhat.com>
163
164         * c-exp.y: Add new rule for resolving method overloads.
165         * eval.c (make_params): New function.
166         (free_param_types): New function.
167         (evaluate_subexp_standard): Pass expect_type to value_aggregate_elt.
168         Handle case TYPE_INSTANCE.
169         (evaluate_subexp_for_address): Pass expect_type to value_aggregate_elt.
170         * expression.h (enum exp_opcode): Add TYPE_INSTANCE.
171         (compare_parameters): Add declaration.
172         * parse.c (operator_length_standard): Add TYPE_INSTANCE.
173         * valops.c (value_aggregate_elt): Add new expect_type parameter.
174         Pass expect_type to value_struct_elt_for_reference.
175         (value_struct_elt_for_reference): Add expect_type parameter and use
176         compare_parameters.
177         Check for overload matches with and without artificial parameters.
178         Skip artificial methods.
179         (compare_parameters): New function.
180         * value.h (value_aggregate_elt): Add new expect_type parameter.
181
182 2009-11-10  Joseph Myers  <joseph@codesourcery.com>
183
184         * solib-svr4.c (enable_break): Call
185         gdbarch_convert_from_func_ptr_addr on results of looking up
186         fallback symbol names.
187
188 2009-11-10  Daniel Gutson  <dgutson@codesourcery.com>
189
190         * procfs.c (procfs_do_thread_registers): Added a call to fetch
191         register values before saving them in the core file
192         through the gcore command.
193         (procfs_corefile_thread_callback): Removed the backup of
194         inferior_ptid before calling procfs_do_thread_registers since
195         the function already saves and restores it before returning.
196
197 2009-11-10  Michael Snyder  <msnyder@vmware.com>
198
199         * dcache.c (dcache_invalidate_line): Remove block from used list
200         when adding it to freed list.
201
202 2009-11-10  Michael Snyder  <msnyder@vmware.com>
203
204         * dcache.c: Fix typo, shorten long lines in comment.
205
206 2009-11-10  Tristan Gingold  <gingold@adacore.com>
207
208         * avr-tdep.c: Add AVR_PSEUDO_PC_REGNUM and AVR_NUM_PSEUDO_REGS.
209         (struct gdbarch_tdep): Add void_type, func_void_type and pc_type
210         fields.
211         (avr_register_name): Add "pc" name, renames "PC" to "PC2".
212         (avr_register_type): Handle AVR_PSEUDO_PC_REGNUM.
213         (avr_write_pc): Fix indentation.
214         (avr_pseudo_register_read): New function.
215         (avr_pseudo_register_write): New function.
216         (avr_frame_prev_register): Handle AVR_PSEUDO_PC_REGNUM.
217         (avr_gdbarch_init): Create types for pc.  Register pseudo regs.
218
219 2009-11-10  Tristan Gingold  <gingold@adacore.com>
220
221         * avr-tdep.c (avr_integer_to_address): New function.
222         (avr_gdbarch_init): Set integer_to_address.
223
224 2009-11-10  Tristan Gingold  <gingold@adacore.com>
225
226         * avr-tdep.c (avr_skip_prologue): First try to skip prologue
227         using skip_prologue_using_sal.
228
229 2009-11-10  Tristan Gingold  <gingold@adacore.com>
230
231         * avr-tdep.c (avr_extract_return_value): Remove.
232         (avr_return_value): Mostly rewritten.  Fix handling for structures.
233         (avr_push_dummy_call): Handle struct_return.
234
235 2009-11-10  Tristan Gingold  <gingold@adacore.com>
236
237         * avr-tdep.c (avr_scan_prologue): Decode instructions used for
238         small stack allocation.
239         Adjust code for prologue that don't write SP.
240
241 2009-11-10  Tristan Gingold  <gingold@adacore.com>
242
243         * avr-tdep.c (avr_make_saddr): Return 0 for NULL.
244
245 2009-11-10  Tristan Gingold  <gingold@adacore.com>
246
247         * avr-tdep.c (avr_dwarf_reg_to_regnum): New function.
248         (avr_gdbarch_init): Call set_gdbarch_dwarf2_reg_to_regnum.
249
250 2009-11-09  Sebastien Granjoux  <seb.sfo@free.fr>
251
252         PR mi/9583:
253         * symtab.c (find_line_symtab, append_exact_match_to_sals)
254         (expand_line_sal): Use full filename when setting breakpoints if
255         available
256
257 2009-11-09  Cary Coutant  <ccoutant@google.com>
258
259         * dwarf2read.c (read_import_statement): Don't clobber original cu.
260
261 2009-11-09  Tom Tromey  <tromey@redhat.com>
262
263         * python/python.c (execute_gdb_command): Copy the argument text.
264
265 2009-11-06  Vladimir Prus  <vladimir@codesourcery.com>
266
267         * m68k-tdep.c (m68k_convert_register_p): Correct
268         messup.
269
270 2009-11-06  Vladimir Prus  <vladimir@codesourcery.com>
271
272         * m68k-tdep.c (m68k_convert_register_p): Compare with
273         the actual type of fp registers, not one of the possible
274         values.
275
276 2009-11-06  Vladimir Prus  <vladimir@codesourcery.com>
277
278         Prevent program output from mix with "^running".
279
280         gdb/
281         * mi/mi-interp.c (mi_on_resume): Output token
282         and "^running" together, so that nothing else gets
283         in between.
284
285 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
286
287         * dwarf2read.c (struct dwarf2_cu): Remove ranges_offset and
288         has_ranges_offset.
289         (struct partial_die_info): Remove language, has_stmt_list, dirname,
290         and line_offset.
291         (dwarf2_build_include_psymtabs): Take a die_info.  Handle a missing
292         line table.
293         (dwarf2_get_pc_bounds): Take PST argument.  Pass it
294         to dwarf2_ranges_read.  Update all callers.
295         (init_cu_die_reader): Move earlier.
296         (dwarf2_find_base_address): New function.
297         (process_psymtab_comp_unit): Rewrite to use a full DIE for the
298         compilation unit.  Use dwarf2_get_pc_bounds and
299         dwarf2_find_base_address.
300         (load_comp_unit): Rewrite to use a full DIE for the compilation unit.
301         (process_full_comp_unit): Use dwarf2_find_base_address.
302         (read_partial_die): Remove support for attributes only used
303         in the compilation unit DIE.
304         * symfile.c (allocate_psymtab): Make FILENAME const.
305         (start_psymtab_common): Likewise.
306         * symfile.h (allocate_psymtab, start_psymtab_common): Update
307         prototypes.
308
309 2009-11-05  Tom Tromey  <tromey@redhat.com>
310
311         * symmisc.c (print_symbol_bcache_statistics): Print filename cache
312         statistics.
313         (print_objfile_statistics): Likewise.
314         * symfile.c (reread_symbols): Initialize filename_cache.
315         (allocate_symtab): Cache the file name.
316         (allocate_psymtab): Likewise.
317         * solib-sunos.c (allocate_rt_common_objfile): Initialize
318         filename_cache.
319         * objfiles.h (struct objfile) <filename_cache>: New field.
320         * objfiles.c (allocate_objfile): Initialize filename_cache.
321         (free_objfile): Free filename_cache.
322
323 2009-11-05  Tom Tromey  <tromey@redhat.com>
324
325         * symfile.c (add_psymbol_to_bcache): Make 'psymbol' static again.
326         Zero the 'value' field.
327
328 2009-11-05  Doug Evans  <dje@google.com>
329
330         * amd64-tdep.c (amd64_init_frame_cache): Enhance comment describing
331         saved_regs.
332
333 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
334
335         * top.c (execute_command): Select a frame before checking the current
336         language.  Only output a message if verbose.
337
338 2009-11-05  Tom Tromey  <tromey@redhat.com>
339
340         * symtab.h (SYMBOL_SET_LINKAGE_NAME): Update comment.
341         * symfile.c (allocate_symtab): Don't use obsavestring on a
342         constant string.
343         * stabsread.c (define_symbol): Don't use obsavestring on a
344         constant string.
345         * mdebugread.c (parse_type): Don't use obsavestring on a constant
346         string.
347         (new_symtab): Likewise.
348         * elfread.c (elf_symtab_read): Don't use obsavestring on a
349         constant string.
350
351 2009-11-04  Tom Tromey  <tromey@redhat.com>
352
353         * symfile.c (add_psymbol_to_bcache): Don't copy name.  Make
354         'psymbol' non-static.
355
356 2009-11-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
357
358         * linux-thread-db.c (disable_thread_event_reporting): Adjust.
359         
360 2009-11-03  Joel Brobecker  <brobecker@adacore.com>
361
362         * MAINTAINERS (Responsible Maintainers): Add Tristan Gingold as
363         maintainer of the avr target.
364
365 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
366
367         * elfread.c (elf_symfile_segments): Do not warn about
368         uninitialized sections outside of load segments.
369
370 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
371
372         * symfile.c (build_id_to_debug_filename): New variable debugdir.  Move
373         variables size, s and data into a new inner block.  Change xmalloc for
374         alloca, use direct BUILDID->SIZE there now.  Loop for the
375         DEBUG_FILE_DIRECTORY components.
376         (find_separate_debug_file): New variable debugdir and debugdir_end.
377         Loop for the DEBUG_FILE_DIRECTORY components.
378         (_initialize_symfile): For "debug-file-directory" use plural and note
379         one can use multiple components now.
380
381 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
382
383         * symfile.c (find_separate_debug_file): Initialize dir, debugfile and
384         canon_name to NULL.  Change alloca to xmalloc, newly call xfree for it.
385         New label cleanup_return_debugfile, jump to it from the failure paths.
386
387 2009-11-02  Andrew Cagney  <cagney@gnu.org>
388
389         * symfile.c (separate_debug_file_exists): When the CRCs mismatch
390         print a warning.
391         (find_separate_debug_file): Pass in the objfile's name.
392
393 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
394
395         Remove INVALID_ENTRY_POINT.
396         * frame.c (inside_entry_func): New variable entry_point.  Return 0 if
397         the entry point is not known.
398         * solib-irix.c (enable_break): Likewise.
399         * objfiles.c (init_entry_point_info): Stop using INVALID_ENTRY_POINT.
400         Initialize EI.ENTRY_POINT_P.
401         (entry_point_address): Rename to ...
402         (entry_point_address_query): ... a new function.  Use EI.ENTRY_POINT_P.
403         (entry_point_address): New function.
404         (objfile_relocate): Use EI.ENTRY_POINT_P.
405         * objfiles.h (struct entry_info): Simplify entry_point comment.  New
406         field entry_point_p.
407         (INVALID_ENTRY_POINT): Remove.
408         (entry_point_address_query): New prototype.
409         * solib-frv.c (enable_break): Check for NULL SYMFILE_OBJFILE and its
410         EI.ENTRY_POINT_P.  Return 0 if ".interp" is not found.
411
412 2009-11-01  Michael Snyder  <msnyder@vmware.com>
413
414         * NEWS (New Commands): Mention record save/restore.
415
416 2009-10-31  Michael Snyder  <msnyder@vmware.com>
417
418         * breakpoint.c (bpstat_stop_status): Fix broken comment.
419
420 2009-10-31  Pedro Alves  <pedro@codesourcery.com>
421
422         * record.c (record_restore, cmd_record_save): Debug output goes to
423         gdb_stdlog.
424
425 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
426
427         * breakpoint.c (catch_syscall_split_args): Remove unecessary warning
428         displayed when the user provided a syscall name and there is no
429         XML support.
430         * xml-syscall.c: Renamed `_sysinfo' to `sysinfo'.
431         (set_xml_syscall_file_name): Remove syscall_warn_user.
432         (xml_init_syscalls_info): Remove warning.
433         (init_sysinfo): Update warnings.
434
435 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
436
437         Fix breakpoint commands in MI.
438
439         * mi/mi-main.c (mi_execute_command): Run bpstat_do_actions.
440         * mi/mi-cmd-break.c (mi_cmd_break_commands): Pass 1 to
441         read_command_line_1 to actually parse composite commands.
442
443 2009-10-29  Sandra Loosemore  <sandra@codesourcery.com>
444
445         PR gdb/10783
446
447         * target.c (simple_search_memory): Correct read_addr initialization
448         in loop for searching subsequent chunks.
449
450 2009-10-28  Daniel Jacobowitz  <dan@codesourcery.com>
451
452         Reported by Antti Hatala <ahatala@nvidia.com>.
453
454         * arm-tdep.c (thumb_get_next_pc): Limit check to IT instructions
455         correctly.
456
457 2009-10-28  Pedro Alves  <pedro@codesourcery.com>
458
459         * dwarf2-frame.c (dwarf2_build_frame_info): Discard --gc-section
460         leftover FDEs.
461
462 2009-10-28  Pedro Alves  <pedro@codesourcery.com>
463
464         * infrun.c (keep_going): Wrap with resume_cleanups.
465
466 2009-10-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
467         
468         * MAINTAINERS: Add self to "modify-after-approval" maintainers.
469
470 2009-10-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
471
472         PR gdb/10757
473         * linux-thread-db.c (attach_thread): Return success/failure
474         indicator.
475         (thread_db_find_new_threads_silently): Retry until no new threads.
476         (struct callback_data): New.
477         (find_new_threads_callback): Count new threads, stop iteration
478         on error.
479         (find_new_threads_once): New function.
480         (thread_db_find_new_threads_2): Rename from
481         thread_db_find_new_threads_1 and adjust.
482         (thread_db_find_new_threads_1): New function.
483         
484 2009-10-26  Michael Eager  <eager@eagercon.com>
485
486         * MAINTAINERS: Add self to "modify-after-approval" maintainers.
487
488 2009-10-26  Michael Snyder  <msnyder@vmware.com>
489             Hui Zhu  <teawater@gmail.com>
490
491         * Makefile.in (SFILES): Add gcore.c.
492         (COMMON_OBS): Add gcore.o.
493         * config/alpha/alpha-linux.mh (NATDEPFILES): Delete gcore.o.
494         * config/alpha/fbsd.mh (NATDEPFILES): Ditto.
495         * config/arm/linux.mh (NATDEPFILES): Ditto.
496         * config/i386/fbsd.mh (NATDEPFILES): Ditto.
497         * config/i386/fbsd64.mh (NATDEPFILES): Ditto.
498         * config/i386/i386sol2.mh (NATDEPFILES): Ditto.
499         * config/i386/linux.mh (NATDEPFILES): Ditto.
500         * config/i386/linux64.mh (NATDEPFILES): Ditto.
501         * config/i386/sol2-64.mh (NATDEPFILES): Ditto.
502         * config/ia64/linux.mh (NATDEPFILES): Ditto.
503         * config/m32r/linux.mh (NATDEPFILES): Ditto.
504         * config/m68k/linux.mh (NATDEPFILES): Ditto.
505         * config/mips/linux.mh (NATDEPFILES): Ditto.
506         * config/pa/linux.mh (NATDEPFILES): Ditto.
507         * config/powerpc/linux.mh (NATDEPFILES): Ditto.
508         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
509         * config/s390/s390.mh (NATDEPFILES): Ditto.
510         * config/sparc/fbsd.mh (NATDEPFILES): Ditto.
511         * config/sparc/linux.mh (NATDEPFILES): Ditto.
512         * config/sparc/linux64.mh (NATDEPFILES): Ditto.
513         * config/sparc/sol2.mh (NATDEPFILES): Ditto.
514         * config/xtensa/linux.mh (NATDEPFILES): Ditto.
515         * target.c (dummy_find_memory_regions): Change output.
516         (dummy_make_corefile_notes): Ditto.
517
518 2009-10-26  Tristan Gingold  <gingold@adacore.com>
519         
520         * charset.c (_initialize_charset): Set a default value to
521         auto_host_charset_name if empty.
522
523 2009-10-26  Tristan Gingold  <gingold@adacore.com>
524
525         * avr-tdep.c (avr_push_dummy_call): Handle avr6 architecture.
526         Fix the returned value.  Fix style.
527
528 2009-10-26  Joel Brobecker  <brobecker@adacore.com>
529
530         * MAINTAINERS (Responsible Maintainers): Add info about the microblaze
531         targets.  Add Michael Eager as the maintainer for this target.
532
533 2009-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
534
535         Performance optimize large bp_location count.
536         * breakpoint.c (ALL_BP_LOCATIONS_SAFE): Remove.
537         (ALL_BP_LOCATIONS): New parameter BP_TMP.  Use now bp_location and
538         bp_location_count.
539         (bp_location_chain): Remove variable.
540         (bp_location, bp_location_count)
541         (bp_location_placed_address_before_address_max)
542         (bp_location_shadow_len_after_address_max): New variables.
543         (moribund_locations, update_watchpoint): Update the bp_location
544         variable name.
545         (breakpoint_restore_shadows): Extend the comment.  Move the variable
546         b to local blocks.  Move the variables bp_addr, bp_size and bptoffset
547         to a local block.  New variables bc_l, bc_r and bc.  New binary search
548         for the left range boundary.  New break on reaching the right range
549         boundary.  Move shadow existence conditionals to ...
550         (bp_location_has_shadow): ... a new function.
551         (insert_breakpoint_locations): Replace the temp variable by bp_tmp.
552         Use now ALL_BP_LOCATIONS instead of ALL_BP_LOCATIONS_SAFE.
553         (remove_breakpoints, remove_hw_watchpoints, reattach_breakpoints)
554         (detach_breakpoints): New variable bp_tmp.  Update the ALL_BP_LOCATIONS
555         calling convention.
556         (update_breakpoints_after_exec): New variable bplocp_tmp.  Update the
557         ALL_BP_LOCATIONS calling convention.
558         (breakpoint_here_p, software_breakpoint_inserted_here_p)
559         (breakpoint_thread_match): New variable bptp_tmp.  Drop the const
560         attribute of bpt.  Update the ALL_BP_LOCATIONS calling convention.
561         (regular_breakpoint_inserted_here_p): Likewise.  Update the bp_location
562         variable name.
563         (mark_breakpoints_out, breakpoint_init_inferior): New variable
564         bptp_tmp.  Update the ALL_BP_LOCATIONS calling convention.
565         (bpstat_stop_status): New variables blp_tmp and update_locations.  Drop
566         the const attribute of bl.  Update the ALL_BP_LOCATIONS calling
567         convention.  Protect HIT_COUNT increment by an ENABLE_STATE check.
568         Delay the update_global_location_list call using update_locations.
569         (set_default_breakpoint): Drop the check_duplicates name from comment.
570         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib):
571         New variable locp_tmp.  Update the ALL_BP_LOCATIONS calling convention.
572         (bp_location_compare, bp_location_compare_for_qsort)
573         (bp_location_target_extensions_update): New functions.
574         (check_duplicates, check_duplicates_for): Remove, moving their code ...
575         (update_global_location_list): ... into this existing function.  Remove
576         variables next, loc2, old_locations, ret and ix.  New variables locp,
577         loc_first, old_location, old_locp and old_location_count.  Stop using
578         global_next, create now the array bp_location, sort it by
579         bp_location_compare_for_qsort and call
580         bp_location_target_extensions_update.  Change quadratic iteration by
581         loc2 into an in-sync scanning by locp and loc2p.  Rename former loc
582         usage as old_loc.
583         (do_vec_free): Remove.
584         (breakpoint_program_space_exit): Update the ALL_BP_LOCATIONS calling
585         convention.
586         (remove_breakpoints_pid): New variable b_tmp.  Update the
587         ALL_BP_LOCATIONS calling convention.
588         * breakpoint.h (struct bp_location <global_next>): Remove.
589
590 2009-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
591
592         * mep-tdep.c: Update include for the new location cgen/bitset.h.
593
594 2009-10-23  Tom Tromey  <tromey@redhat.com>
595
596         * blockframe.c (_initialize_blockframe): Remove declaration.
597
598 2009-10-23  Doug Evans  <dje@google.com>
599
600         * record.c (record_core_xfer_partial): Pass correct offset to
601         record_beneath_to_xfer_partial.
602
603 2009-10-23  Michael Snyder  <msnyder@vmware.com>
604
605         * record.c (top level): Don't include byteswap.h.
606         (netorder64): Use store_unsigned_integer instead of bswap_64.
607         (netorder32): Use store_unsigned_integer instead of bswap_32.
608         (netorder16): Use store_unsigned_integer instead of bswap_16.
609
610 2009-10-23  Michael Snyder  <msnyder@vmware.com>
611
612         * record.c (netorder64): Use BFD_ENDIAN_LITTLE not LITTLE_ENDIAN.
613         (netorder32): Ditto.
614         (netorder16): Ditto.
615
616 2009-10-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
617
618         * objfiles.c (allocate_objfile): Use xzalloc.
619
620 2009-10-23  Hui Zhu  <teawater@gmail.com>
621
622         * record.c (record_restore): Use phex_nz.
623
624 2009-10-23  Tristan Gingold  <gingold@adacore.com>
625
626         * frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
627
628 2009-10-23  Tristan Gingold  <gingold@adacore.com>
629         
630         * objfiles.c (allocate_objfile): Remove useless test.  Move
631         declaration of last_one to the block that uses it.
632
633 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
634
635         * record.c (record_restore, cmd_record_save): Fix warnings.
636         
637 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
638
639         * disasm.h (DISASSEMBLY_OMIT_FNAME) New define.
640         (gdb_disassembly): Correct parameter name.
641         * disasm.c (dump_insns): Adjust.
642         (gdb_disassembly): Fix indentation.
643         * cli/cli-cmds.c (disassemble_command): Adjust.
644         
645 2009-10-22  Michael Snyder  <msnyder@vmware.com>
646
647         * infrun.c (keep_going): If insert_breakpoints fails, 
648         print the reason.
649
650 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
651
652         PR gdb/10819
653         * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table.
654         * objfiles.c (find_pc_section): Likewise.
655         (update_section_map): Don't allocate empty table.
656         
657 2009-10-22  Hui Zhu  <teawater@gmail.com>
658             Michael Snyder  <msnyder@vmware.com>
659
660         * record.c (RECORD_FILE_MAGIC): New constant.
661         (record_arch_list_cleanups): Renamed from record_message_cleanups.
662         (bfdcore_read): New function.
663         (netorder64): New function.
664         (netorder32): New function.
665         (netorder16): New function.
666         (record_restore): New function.  Restore a saved record log.
667         (bfdcore_write): New function.
668         (cmd_record_restore): New function.
669         (cmd_record_save): New function.  Save a record log to a file.
670         (_initialize_record): Set up commands for save and restore.
671
672 2009-10-22  Michael Snyder  <msnyder@vmware.com>
673
674         * gcore.h: New file.
675         * gcore.c (create_gcore_bfd): New function.
676         (write_gcore_file): New function.
677         (call_target_sbrk): New function.  Abstracted from gcore_command.
678         (gcore_command): Call call_target_sbrk.
679
680 2009-10-22  Hui Zhu  <teawater@gmail.com>
681             Michael Snyder  <msnyder@vmware.com>
682
683         * record.c (record_core_ops): New ops target vector.
684         (record_core_open_1): New function.  Open core target.
685         (record_open_1): New function.  Open normal process record.
686         (record_open): Call one of the above.
687         (record_close): Allow for both core and normal targets.
688         (record_core_resume): New function.
689         (record_core_kill): New function.
690         (record_core_fetch_registers): New function.
691         (record_core_prepare_to_store): New function.
692         (record_core_store_registers): New function.
693         (record_core_xfer_partial): New function.
694         (record_core_insert_breakpoint): New function.
695         (record_core_remove_breakpoint): New function.
696         (record_core_has_execution): New function.
697         (init_record_core_ops): New function.
698         (_initialize_record): Call init_record_core_ops, add_target.
699
700 2009-10-22  Tristan Gingold  <gingold@adacore.com>
701
702         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
703         amd64_supply_fxsave for amd64.  Fix the offset.
704         (i386_darwin_store_inferior_registers): Use amd64_collect_fxsave
705         for amd64.
706
707 2009-10-21  Maxim Grigoriev  <maxim2405@gmail.com>
708
709         * xtensa-tdep.c (XTENSA_ISA_BADPC): New.
710         (xtensa_scan_prologue): Replace read_memory with target_read_memory.
711         (call0_analyze_prologue): Use XTENSA_ISA_BADPC instead of "0".
712         (call0_frame_cache): Check error conditions on call0_analyze_prologue.
713
714 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
715
716         * defs.h (pc_prefix): New prototype.
717         * disasm.c (dump_insns): Mark current instruction.
718         * printcmd.c (do_examine): Likewise.
719         (pc_prefix): New function.
720         * stack.c (print_frame_info): Disassemble entire current line.
721
722 2009-10-21  Michael Snyder  <msnyder@vmware.com>
723
724         Elaborate "info record".
725         * record.c (struct record_end_entry): New field 'insn_num'.
726         (record_insn_count): New variable.
727         (record_open): Initialize record_insn_count.
728         (info_record_command): Display contents of record log as
729         lowest, current, and highest instruction counts.
730         (show_record_insn_number): Delete.
731         (_initialize_record): Remove add_cmd show_record_insn_number.
732
733 2009-10-21  Andrew Stubbs  <ams@codesourcery.com>
734             Joel Brobecker  <brobecker@adacore.com>
735
736         * Makefile.in (HFILES_NO_SRCDIR): Remove shnbsd-tdep.h
737         * configure.tgt (sh*-*-linux*): Add corelow.o to gdb_target_obs.
738         * sh-linux-tdep.c: Include sh-tdep.h.
739         (REGSx16): New macro.
740         (gregs_table, fpregs_table): New variables.
741         (sh_linux_init_abi): Set core_gregmap and fpregmap.
742         * sh-tdep.c: Include regset.h.
743         (sh_corefile_supply_regset): New function.
744         (sh_corefile_collect_regset): New function.
745         (sh_corefile_gregset, sh_corefile_fpregset): New variables.
746         (sh_regset_from_core_section): New function.
747         (sh_gdbarch_init): Set up tdep value.
748         Call set_gdbarch_regset_from_core_section.
749         * sh-tdep.h (PC_REGNUM): New enum value.
750         (struct sh_corefile_regs): New type.
751         (sh_corefile_gregset): Export variable.
752         (sh_corefile_supply_regset): New prototype.
753         (sh_corefile_collect_regset): New prototype.
754         * shnbsd-tdep.c: Remove include of regcache.h, gdb_assert.h and
755         shnbsd-tdep.h.
756         (regmap): Use new definition using struct sh_corefile_regs.
757         (shnbsd_supply_gregset, shnbsd_collect_gregset): Delete.
758         (shnbsd_gregset): Delete.
759         (shnbsd_regset_from_core_section): Delete.
760         (shnbsd_supply_reg, shnbsd_fill_reg): Use new regset interface.
761         (shnbsd_init_abi): Set core_gregmap.
762         (shnbsd_supply_reg): Delete.
763         (shnbsd_fill_reg): Delete.
764         (SHNBSD_SIZEOF_GREGS): Move ...
765         * shnbsd-nat.c (SHNBSD_SIZEOF_GREGS): ... to here.
766         Remove include of shnbsd-tdep.h.
767         (shnbsd_fetch_inferior_registers): Replace shnbsd_supply_reg call
768         with sh_corefile_supply_regset.
769         (shnbsd_store_inferior_registers): Replace shnbsd_fill_reg call with
770         sh_corefile_collect_regset.
771         * shnbsd-tdep.h: Delete file.
772
773 2009-10-21  Pierre Muller  <muller@ics.u-strasbg.fr>
774
775         * rs6000-nat.c (exec_one_dummy_insn): Add missing new ASPACE parameter
776         to depreacted_insert_raw_breakpoint function call.
777         * procfs.c (insert_dbx_link_bpt_in_file): Likewise.
778
779 2009-10-20  Michael Snyder  <msnyder@vmware.com>
780
781         * record.c: Add some top-level comments for general explanation.
782
783 2009-10-20  Hui Zhu  <teawater@gmail.com>
784             Michael Snyder  <msnyder@vmware.com>
785
786         * record.c (record_exec_insn): New function.  Emulate one
787         instruction, forward or backward.  Abstracted from record_wait.
788         (record_wait) Call record_exec_insn.
789
790 2009-10-20  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
791
792         * infrun.c (handle_inferior_event): Add pspace field to sal
793         for reverse execution cases.
794
795 2009-10-20  Ken Werner  <ken@linux.vnet.ibm.com>
796
797         * go32-nat.c (go32_create_inferior): Use inferior_appeared, not
798         inferior_appeared_silent.
799         * remote-sim.c (gdbsim_create_inferior): Ditto.
800
801 2009-10-20  Pedro Alves  <pedro@codesourcery.com>
802
803         * darwin-nat.c (cancel_breakpoint): Pass the regcache's address
804         space to breakpoint_inserted_here_p.
805
806 2009-10-20  Pedro Alves  <pedro@codesourcery.com>
807
808         * linux-nat.c (linux_nat_thread_address_space): New.
809         (linux_nat_add_target): Install it.
810         * progspace.c (address_space_num): New.
811         * progspace.h (address_space_num): Declare.
812         * target.c (target_thread_address_space): Really query the target.
813         * target.h (struct target_ops) <to_thread_address_space>: New
814         field.
815
816 2009-10-19  Joel Brobecker  <brobecker@adacore.com>
817
818         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Add comment.
819
820 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
821             Stan Shebs  <stan@codesourcery.com>
822
823         Add base multi-executable/process support to GDB.
824
825         * Makefile.in (SFILES): Add progspace.c.
826         (COMMON_OBS): Add progspace.o.
827         * progspace.h: New.
828         * progspace.c: New.
829
830         * breakpoint.h (struct bp_target_info) <placed_address_space>: New
831         field.
832         (struct bp_location) <pspace>: New field.
833         (struct breakpoint) <pspace>: New field.
834         (bpstat_stop_status, breakpoint_here_p)
835         (moribund_breakpoint_here_p, breakpoint_inserted_here_p)
836         (regular_breakpoint_inserted_here_p)
837         (software_breakpoint_inserted_here_p, breakpoint_thread_match)
838         (set_default_breakpoint): Adjust prototypes.
839         (remove_breakpoints_pid, breakpoint_program_space_exit): Declare.
840         (insert_single_step_breakpoint, deprecated_insert_raw_breakpoint):
841         Adjust prototypes.
842         * breakpoint.c (executing_startup): Delete.
843         (default_breakpoint_sspace): New.
844         (breakpoint_restore_shadows): Skip if the address space doesn't
845         match.
846         (update_watchpoint): Record the frame's program space in the
847         breakpoint location.
848         (insert_bp_location): Record the address space in target_info.
849         Adjust to pass the symbol space to solib_name_from_address.
850         (breakpoint_program_space_exit): New.
851         (insert_breakpoint_locations): Switch the symbol space and thread
852         when inserting breakpoints.  Don't insert breakpoints in a vfork
853         parent waiting for vfork done if we're not attached to the vfork
854         child.
855         (remove_breakpoints_pid): New.
856         (reattach_breakpoints): Switch to a thread of PID.  Ignore
857         breakpoints of other symbol spaces.
858         (create_internal_breakpoint): Store the symbol space in the sal.
859         (create_longjmp_master_breakpoint): Iterate over all symbol
860         spaces.
861         (update_breakpoints_after_exec): Ignore breakpoints for other
862         symbol spaces.
863         (remove_breakpoint): Rename to ...
864         (remove_breakpoint_1): ... this.  Pass the breakpoints symbol
865         space to solib_name_from_address.
866         (remove_breakpoint): New.
867         (mark_breakpoints_out): Ignore breakpoints from other symbol
868         spaces.
869         (breakpoint_init_inferior): Ditto.
870         (breakpoint_here_p): Add an address space argument and adjust to
871         use breakpoint_address_match.
872         (moribund_breakpoint_here_p): Ditto.
873         (regular_breakpoint_inserted_here_p): Ditto.
874         (breakpoint_inserted_here_p): Ditto.
875         (software_breakpoint_inserted_here_p): Ditto.
876         (breakpoint_thread_match): Ditto.
877         (bpstat_check_location): Ditto.
878         (bpstat_stop_status): Ditto.
879         (print_breakpoint_location): If there's a location to print,
880         switch the current symbol space.
881         (print_one_breakpoint_location): Add `allflag' argument.
882         (print_one_breakpoint): Ditto.  Adjust.
883         (do_captured_breakpoint_query): Adjust.
884         (breakpoint_1): Adjust.
885         (breakpoint_has_pc): Also match the symbol space.
886         (describe_other_breakpoints): Add a symbol space argument and
887         adjust.
888         (set_default_breakpoint): Add a symbol space argument.  Set
889         default_breakpoint_sspace.
890         (breakpoint_address_match): New.
891         (check_duplicates_for): Add an address space argument, and adjust.
892         (set_raw_breakpoint): Record the symbol space in the location and
893         in the breakpoint.
894         (set_longjmp_breakpoint): Skip longjmp master breakpoints from
895         other symbol spaces.
896         (remove_thread_event_breakpoints, remove_solib_event_breakpoints)
897         (disable_breakpoints_in_shlibs): Skip breakpoints from other
898         symbol spaces.
899         (disable_breakpoints_in_unloaded_shlib): Match symbol spaces.
900         (create_catchpoint): Set the symbol space in the sal.
901         (disable_breakpoints_before_startup): Skip breakpoints from other
902         symbol spaces.  Set executing_startup in the current symbol space.
903         (enable_breakpoints_after_startup): Clear executing_startup in the
904         current symbol space.  Skip breakpoints from other symbol spaces.
905         (clone_momentary_breakpoint): Also copy the symbol space.
906         (add_location_to_breakpoint): Set the location's symbol space.
907         (bp_loc_is_permanent): Switch thread and symbol space.
908         (create_breakpoint): Adjust.
909         (expand_line_sal_maybe): Expand comment to mention symbol spaces.
910         Switch thread and symbol space when reading memory.
911         (parse_breakpoint_sals): Set the symbol space in the sal.
912         (break_command_really): Ditto.
913         (skip_prologue_sal): Switch and space.
914         (resolve_sal_pc): Ditto.
915         (watch_command_1): Record the symbol space in the sal.
916         (create_ada_exception_breakpoint): Adjust.
917         (clear_command): Adjust.  Match symbol spaces.
918         (update_global_location_list): Use breakpoint_address_match.
919         (breakpoint_re_set_one): Switch thread and space.
920         (breakpoint_re_set): Save symbol space.
921         (breakpoint_re_set_thread): Also reset the symbol space.
922         (deprecated_insert_raw_breakpoint): Add an address space argument.
923         Adjust.
924         (insert_single_step_breakpoint): Ditto.
925         (single_step_breakpoint_inserted_here_p): Ditto.
926         (clear_syscall_counts): New.
927         (_initialize_breakpoint): Install it as inferior_exit observer.
928
929         * exec.h: Include "progspace.h".
930         (exec_bfd, exec_bfd_mtime): New defines.
931         (exec_close): Declare.
932         * exec.c: Include "gdbthread.h" and "progspace.h".
933         (exec_bfd, exec_bfd_mtime, current_target_sections_1): Delete.
934         (using_exec_ops): New.
935         (exec_close_1): Rename to exec_close, and make public.
936         (exec_close): Rename to exec_close_1, and adjust all callers.  Add
937         description.  Remove target sections and close executables from
938         all program spaces.
939         (exec_file_attach): Add comment.
940         (add_target_sections): Check on `using_exec_ops' to check if the
941         target should be pushed.
942         (remove_target_sections): Only unpush the target if there are no
943         more target sections in any symbol space.
944         * gdbcore.h: Include "exec.h".
945         (exec_bfd, exec_bfd_mtime): Remove declarations.
946
947         * frame.h (get_frame_program_space, get_frame_address_space)
948         (frame_unwind_program_space): Declare.
949         * frame.c (struct frame_info) <pspace, aspace>: New fields.
950         (create_sentinel_frame): Add program space argument.  Set the
951         pspace and aspace fields of the frame object.
952         (get_current_frame, create_new_frame): Adjust.
953         (get_frame_program_space): New.
954         (frame_unwind_program_space): New.
955         (get_frame_address_space): New.
956         * stack.c (print_frame_info): Adjust.
957         (print_frame): Use the frame's program space.
958
959         * gdbthread.h (any_live_thread_of_process): Declare.
960         * thread.c (any_live_thread_of_process): New.
961         (switch_to_thread): Switch the program space as well.
962         (restore_selected_frame): Don't warn if trying to restore frame
963         level 0.
964
965         * inferior.h: Include "progspace.h".
966         (detach_fork): Declare.
967         (struct inferior) <removable, aspace, pspace>
968         <vfork_parent, vfork_child, pending_detach>
969         <waiting_for_vfork_done>: New fields.
970         <terminal_info>: Remove field.
971         <data, num_data>: New fields.
972         (register_inferior_data, register_inferior_data_with_cleanup)
973         (clear_inferior_data, set_inferior_data, inferior_data): Declare.
974         (exit_inferior, exit_inferior_silent, exit_inferior_num_silent)
975         (inferior_appeared): Declare.
976         (find_inferior_pid): Typo.
977         (find_inferior_id, find_inferior_for_program_space): Declare.
978         (set_current_inferior, save_current_inferior, prune_inferiors)
979         (number_of_inferiors): Declare.
980         (inferior_list): Declare.
981         * inferior.c: Include "gdbcore.h" and "symfile.h".
982         (inferior_list): Make public.
983         (delete_inferior_1): Always delete thread silently.
984         (find_inferior_id): Make public.
985         (current_inferior_): New.
986         (current_inferior): Use it.
987         (set_current_inferior): New.
988         (restore_inferior): New.
989         (save_current_inferior): New.
990         (free_inferior): Free the per-inferior data.
991         (add_inferior_silent): Allocate per-inferior data.
992         Call inferior_appeared.
993         (delete_threads_of_inferior): New.
994         (delete_inferior_1): Adjust interface to take an inferior pointer.
995         (delete_inferior): Adjust.
996         (delete_inferior_silent): Adjust.
997         (exit_inferior_1): New.
998         (exit_inferior): New.
999         (exit_inferior_silent): New.
1000         (exit_inferior_num_silent): New.
1001         (detach_inferior): Adjust.
1002         (inferior_appeared): New.
1003         (discard_all_inferiors): Adjust.
1004         (find_inferior_id): Make public.  Assert pid is not zero.
1005         (find_inferior_for_program_space): New.
1006         (have_inferiors): Check if we have any inferior with pid not zero.
1007         (have_live_inferiors): Go over all pushed targets looking for
1008         process_stratum.
1009         (prune_inferiors): New.
1010         (number_of_inferiors): New.
1011         (print_inferior): Add executable column.  Print vfork parent/child
1012         relationships.
1013         (inferior_command): Adjust to cope with not running inferiors.
1014         (remove_inferior_command): New.
1015         (add_inferior_command): New.
1016         (clone_inferior_command): New.
1017         (struct inferior_data): New.
1018         (struct inferior_data_registration): New.
1019         (struct inferior_data_registry): New.
1020         (inferior_data_registry): New.
1021         (register_inferior_data_with_cleanup): New.
1022         (register_inferior_data): New.
1023         (inferior_alloc_data): New.
1024         (inferior_free_data): New.
1025         (clear_inferior_data): New.
1026         (set_inferior_data): New.
1027         (inferior_data): New.
1028         (initialize_inferiors): New.
1029         (_initialize_inferiors): Register "add-inferior",
1030         "remove-inferior" and "clone-inferior" commands.
1031
1032         * objfiles.h: Include "progspace.h".
1033         (struct objfile) <pspace>: New field.
1034         (symfile_objfile, object_files): Don't declare.
1035         (ALL_PSPACE_OBJFILES): New.
1036         (ALL_PSPACE_OBJFILES_SAFE): New.
1037         (ALL_OBJFILES, ALL_OBJFILES_SAFE): Adjust.
1038         (ALL_PSPACE_SYMTABS): New.
1039         (ALL_PRIMARY_SYMTABS): Adjust.
1040         (ALL_PSPACE_PRIMARY_SYMTABS): New.
1041         (ALL_PSYMTABS): Adjust.
1042         (ALL_PSPACE_PSYMTABS): New.
1043         * objfiles.c (object_files, symfile_objfile): Delete.
1044         (struct objfile_sspace_info): New.
1045         (objfiles_pspace_data): New.
1046         (objfiles_pspace_data_cleanup): New.
1047         (get_objfile_pspace_data): New.
1048         (objfiles_changed_p): Delete.
1049         (allocate_objfile): Set the objfile's program space.  Adjust to
1050         reference objfiles_changed_p in pspace data.
1051         (free_objfile): Adjust to reference objfiles_changed_p in pspace
1052         data.
1053         (objfile_relocate): Ditto.
1054         (update_section_map): Add pspace argument.  Adjust to iterate over
1055         objfiles in the passed in pspace.
1056         (find_pc_section): Delete sections and num_sections statics.
1057         Adjust to refer to program space's objfiles_changed_p.  Adjust to
1058         refer to sections and num_sections store in the objfile's pspace
1059         data.
1060         (objfiles_changed): Adjust to reference objfiles_changed_p in
1061         pspace data.
1062         (_initialize_objfiles): New.
1063         * linespec.c (decode_all_digits, decode_dollar): Set the sal's
1064         program space.
1065         * source.c (current_source_pspace): New.
1066         (get_current_source_symtab_and_line): Set the sal's program space.
1067         (set_current_source_symtab_and_line): Set current_source_pspace.
1068         (select_source_symtab): Ditto.  Use ALL_OBJFILES.
1069         (forget_cached_source_info): Iterate over all program spaces.
1070         * symfile.c (clear_symtab_users): Adjust.
1071         * symmisc.c (print_symbol_bcache_statistics): Iterate over all
1072         program spaces.
1073         (print_objfile_statistics): Ditto.
1074         (maintenance_print_msymbols): Ditto.
1075         (maintenance_print_objfiles): Ditto.
1076         (maintenance_info_symtabs): Ditto.
1077         (maintenance_info_psymtabs): Ditto.
1078         * symtab.h (SYMTAB_PSPACE): New.
1079         (struct symtab_and_line) <pspace>: New field.
1080         * symtab.c (init_sal): Clear the sal's program space.
1081         (find_pc_sect_symtab): Set the sal's program space.  Switch thread
1082         and space.
1083         (append_expanded_sal): Add program space argument.  Iterate over
1084         all program spaces.
1085         (expand_line_sal): Iterate over all program spaces.  Switch
1086         program space.
1087
1088         * target.h (enum target_waitkind) <TARGET_WAITKIND_VFORK_DONE>: New.
1089         (struct target_ops) <to_thread_address_space>: New field.
1090         (target_thread_address_space): Define.
1091         * target.c (target_detach): Only remove breakpoints from the
1092         inferior we're detaching.
1093         (target_thread_address_space): New.
1094
1095         * defs.h (initialize_progspace): Declare.
1096         * top.c (gdb_init): Call it.
1097
1098         * solist.h (struct so_list) <sspace>: New field.
1099         * solib.h (struct program_space): Forward declare.
1100         (solib_name_from_address): Adjust prototype.
1101         * solib.c (so_list_head): Replace with a macro referencing the
1102         program space.
1103         (update_solib_list): Set the so's program space.
1104         (solib_name_from_address): Add a program space argument and adjust.
1105
1106         * solib-svr4.c (struct svr4_info) <pid>: Delete field.
1107         <interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low>
1108         <interp_plt_sect_high>: New fields.
1109         (svr4_info_p, svr4_info): Delete.
1110         (solib_svr4_sspace_data): New.
1111         (get_svr4_info): Rewrite.
1112         (svr4_sspace_data_cleanup): New.
1113         (open_symbol_file_object): Adjust.
1114         (svr4_default_sos): Adjust.
1115         (svr4_fetch_objfile_link_map): Adjust.
1116         (interp_text_sect_low, interp_text_sect_high, interp_plt_sect_low)
1117         (interp_plt_sect_high): Delete.
1118         (svr4_in_dynsym_resolve_code): Adjust.
1119         (enable_break): Adjust.
1120         (svr4_clear_solib): Revert bit that removed the svr4_info here,
1121         and reinstate clearing debug_base, debug_loader_offset_p,
1122         debug_loader_offset and debug_loader_name.
1123         (_initialize_svr4_solib): Register solib_svr4_pspace_data.  Don't
1124         install an inferior_exit observer anymore.
1125
1126         * printcmd.c (struct display) <pspace>: New field.
1127         (display_command): Set the display's sspace.
1128         (do_one_display): Match the display's sspace.
1129         (display_uses_solib_p): Ditto.
1130
1131         * linux-fork.c (detach_fork): Moved to infrun.c.
1132         (_initialize_linux_fork): Moved "detach-on-fork" command to
1133         infrun.c.
1134         * infrun.c (detach_fork): Moved from linux-fork.c.
1135         (proceed_after_vfork_done): New.
1136         (handle_vfork_child_exec_or_exit): New.
1137         (follow_exec_mode_replace, follow_exec_mode_keep)
1138         (follow_exec_mode_names, follow_exec_mode_string)
1139         (show_follow_exec_mode_string): New.
1140         (follow_exec): New.  Reinstate the mark_breakpoints_out call.
1141         Remove shared libraries before attaching new executable.  If user
1142         wants to keep the inferior, keep it.
1143         (displaced_step_fixup): Adjust to pass an address space to the
1144         breakpoints module.
1145         (resume): Ditto.
1146         (clear_proceed_status): In all-stop mode, always clear the proceed
1147         status of all threads.
1148         (prepare_to_proceed): Adjust to pass an address space to the
1149         breakpoints module.
1150         (proceed): Ditto.
1151         (adjust_pc_after_break): Ditto.
1152         (handle_inferior_event): When handling a process exit, switch the
1153         program space to the inferior's that had exited.  Call
1154         handle_vfork_child_exec_or_exit.  Adjust to pass an address space
1155         to the breakpoints module.  In non-stop mode, when following a
1156         fork and detach-fork is off, also resume the other branch.  Handle
1157         TARGET_WAITKIND_VFORK_DONE.  Set the program space in sals.
1158         (normal_stop): Prune inferiors.
1159         (_initialize_infrun): Install the new "follow-exec-mode" command.
1160         "detach-on-fork" moved here.
1161
1162         * regcache.h (get_regcache_aspace): Declare.
1163         * regcache.c (struct regcache) <aspace>: New field.
1164         (regcache_xmalloc): Clear the aspace.
1165         (get_regcache_aspace): New.
1166         (regcache_cpy): Copy the aspace field.
1167         (regcache_cpy_no_passthrough): Ditto.
1168         (get_thread_regcache): Fetch the thread's address space from the
1169         target, and store it in the regcache.
1170
1171         * infcall.c (call_function_by_hand): Set the sal's pspace.
1172
1173         * arch-utils.c (default_has_shared_address_space): New.
1174         * arch-utils.h (default_has_shared_address_space): Declare.
1175
1176         * gdbarch.sh (has_shared_address_space): New.
1177         * gdbarch.h, gdbarch.c: Regenerate.
1178
1179         * linux-tdep.c: Include auxv.h, target.h, elf/common.h.
1180         (linux_has_shared_address_space): New.
1181         (_initialize_linux_tdep): Declare.
1182
1183         * arm-tdep.c (arm_software_single_step): Pass the frame's address
1184         space to insert_single_step_breakpoint.
1185         * arm-linux-tdep.c (arm_linux_software_single_step): Pass the
1186         frame's pspace to breakpoint functions.
1187         * cris-tdep.c (crisv32_single_step_through_delay): Ditto.
1188         (cris_software_single_step): Ditto.
1189         * mips-tdep.c (deal_with_atomic_sequence): Add frame argument.
1190         Pass the frame's pspace to breakpoint functions.
1191         (mips_software_single_step): Adjust.
1192         (mips_single_step_through_delay): Adjust.
1193         * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
1194         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
1195         * solib-irix.c (enable_break): Adjust to pass the current frame's
1196         address space to breakpoint functions.
1197         * sparc-tdep.c (sparc_software_single_step): Ditto.
1198         * spu-tdep.c (spu_software_single_step): Ditto.
1199         * alpha-tdep.c (alpha_software_single_step): Ditto.
1200         * record.c (record_wait): Adjust to pass an address space to the
1201         breakpoints module.
1202
1203         * fork-child.c (fork_inferior): Set the new inferior's program and
1204         address spaces.
1205         * inf-ptrace.c (inf_ptrace_follow_fork): Copy the parent's program
1206         and address spaces.
1207         (inf_ptrace_attach): Set the inferior's program and address spaces.
1208         * linux-nat.c: Include "solib.h".
1209         (linux_child_follow_fork): Manage parent and child's program and
1210         address spaces.  Clone the parent's program space if necessary.
1211         Don't wait for the vfork to be done here.  Refuse to resume if
1212         following the vfork parent while leaving the child stopped.
1213         (resume_callback): Don't resume a vfork parent.
1214         (linux_nat_resume): Also check for pending events in the
1215         lp->waitstatus field.
1216         (linux_handle_extended_wait): Report TARGET_WAITKIND_VFORK_DONE
1217         events to the core.
1218         (stop_wait_callback): Don't wait for SIGSTOP on vfork parents.
1219         (cancel_breakpoint): Adjust.
1220         * linux-thread-db.c (thread_db_wait): Don't remove thread event
1221         breakpoints here.
1222         (thread_db_mourn_inferior): Don't mark breakpoints out here.
1223         Remove thread event breakpoints after mourning.
1224         * corelow.c: Include progspace.h.
1225         (core_open): Set the inferior's program and address spaces.
1226         * remote.c (remote_add_inferior): Set the new inferior's program
1227         and address spaces.
1228         (remote_start_remote): Update address spaces.
1229         (extended_remote_create_inferior_1): Don't init the thread list if
1230         we already debugging other inferiors.
1231         * darwin-nat.c (darwin_attach): Set the new inferior's program and
1232         address spaces.
1233         * gnu-nat.c (gnu_attach): Ditto.
1234         * go32-nat.c (go32_create_inferior): Ditto.
1235         * inf-ttrace.c (inf_ttrace_follow_fork, inf_ttrace_attach): Ditto.
1236         * monitor.c (monitor_open): Ditto.
1237         * nto-procfs.c (procfs_attach, procfs_create_inferior): Ditto.
1238         * procfs.c (do_attach): Ditto.
1239         * windows-nat.c (do_initial_windows_stuff): Ditto.
1240
1241         * inflow.c (inferior_process_group)
1242         (terminal_init_inferior_with_pgrp, terminal_inferior,
1243         (terminal_ours_1, inflow_inferior_exit, copy_terminal_info)
1244         (child_terminal_info, new_tty_postfork, set_sigint_trap): Adjust
1245         to use per-inferior data instead of inferior->terminal_info.
1246         (inflow_inferior_data): New.
1247         (inflow_new_inferior): Delete.
1248         (inflow_inferior_data_cleanup): New.
1249         (get_inflow_inferior_data): New.
1250
1251         * mi/mi-interp.c (mi_new_inferior): Rename to...
1252         (mi_inferior_appeared): ... this.
1253         (mi_interpreter_init): Adjust.
1254
1255         * tui/tui-disasm.c: Include "progspace.h".
1256         (tui_set_disassem_content): Pass an address space to
1257         breakpoint_here_p.
1258
1259         * NEWS: Mention multi-program debugging support.  Mention new
1260         commands "add-inferior", "clone-inferior", "remove-inferior",
1261         "maint info program-spaces", and new option "set
1262         follow-exec-mode".
1263
1264 2009-10-19  Don Lee  <don.lee@sunplusct.com>
1265
1266         * score-tdep.c: Delete dead codes.
1267
1268 2009-10-15  Michael Snyder  <msnyder@vmware.com>
1269
1270         * record.c (struct record_reg_entry): Replace ptr with union 
1271         of ptr and buf.
1272         (struct record_mem_entry): Ditto.
1273         (record_reg_alloc): Don't alloc ptr if reg will fit into buf.
1274         (record_mem_alloc): Ditto.
1275         (record_reg_release): Don't free ptr if reg was stored in buf.
1276         (record_mem_release): Ditto.
1277         (record_get_loc): New function.  Return a pointer to where the
1278         value (mem or reg) is to be stored.
1279         (record_arch_list_add_reg): Call record_get_loc instead of using ptr.
1280         (record_arch_list_add_mem): Ditto.
1281         (record_wait): Ditto.
1282
1283 2009-10-16  Michael Eager  <eager@eagercon.com>
1284
1285         * microblaze-linux-tdep.c:
1286         microblaze_linux_memory_remove_breakpoint(): Add gdbarch to param,
1287         replace frame_pc_unwind with get_frame_address_in_block.
1288         * microblaze-tdep.c: Remove MICROBLAZE_REGISTER_SIZE.
1289         * microblaze-tdep.h: Add MICROBLAZE_REGISTER_SIZE.
1290
1291 2008-10-15  Steven G. Kargl  <kargl@gcc.gnu.org>  (tiny patch)
1292
1293         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in
1294         support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0.
1295
1296 2009-10-15  Michael Eager  <eager@eagercon.com>
1297
1298         * config/djgpp/fnchange.lst: Add translations for cpu-microblaze.c,
1299         elf32-microblaze.c, microblaze-rom.c, microblaze-linux-tdep.c,
1300         microblaze-tdep.h, microblaze-tdep.c, microblaze-opc.h,
1301         microblaze-opcm.h, microblaze-dis.c, microblaze-dis.h, sim/microblaze,
1302         microblaze.h, and microblaze.isa.
1303         * configure.tgt: Add targets microblaze*-linux-*, microblaze*-xilinx-*.
1304         * Makefile.in: Build microblaze-tdep.o, microblaze-linux-tdep.o.
1305         HFILES_NO_SRCDIR: Add microblaze-tdep.h.
1306         * microblaze-linux-tdep.c: New.
1307         * microblaze-tdep.c: New.
1308         * microblaze-tdep.h: New.
1309         * NEWS: Announce Xilinx MicroBlaze support.
1310
1311 2009-10-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
1312
1313         PR gdb/10757
1314         * linux-nat.c (linux_nat_post_attach_wait): Adjust assert.
1315         (lin_lwp_attach_lwp, linux_nat_attach): Handle disappearing LWP.
1316         
1317 2009-10-15  Michael Snyder  <msnyder@vmware.com>
1318
1319         * record.c (record_insn_max_num): Make unsigned.
1320         (_initialize_record): Use uinteger instead of zinteger for
1321         set command, so that it will report "unlimited" for zero.
1322
1323 2009-10-15  Michael Snyder  <msnyder@vmware.com>
1324
1325         * record.c (record_reg_alloc): New function.
1326         (record_reg_release): New function.
1327         (record_mem_alloc): New function.
1328         (record_mem_release): New function.
1329         (record_end_alloc): New function.
1330         (record_end_release): New function.
1331         (record_entry_release): New function.
1332         (record_list_release): Simplify, call record_entry_release.
1333         (record_list_release_next): Rename to record_list_release_following.
1334         Simplify and call record_entry_release.
1335         (record_list_release_first): Simplify, comment, and use
1336         record_entry_release.
1337         (record_arch_list_add_reg): Simplify, call record_reg_alloc.
1338         (record_arch_list_add_mem): Simplify, call record_mem_alloc.
1339         (record_arch_list_add_end): Simplify, call record_end_alloc.
1340
1341 2009-10-14  Michael Snyder  <msnyder@vmware.com>
1342
1343         * record.c (record_list_release_first): Do not decrement
1344         record_insn_num.
1345         (set_insn_num_max): Remove printf.
1346         Decrement record_insn_num in the loop.
1347
1348 2009-10-14  Cary Coutant  <ccoutant@google.com>
1349
1350         * dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.
1351
1352 2009-10-14  Keith Seitz  <keiths@redhat.com>
1353
1354         * dwarf2read.c (dwarf2_const_value): Fix order of arguments to
1355         store_unsigned_integer.
1356
1357 2009-10-14  Pedro Alves  <pedro@codesourcery.com>
1358
1359         * configure.ac (build_warnings): Add -Wunused-value.
1360         * configure: Regenerate.
1361
1362 2009-10-14  Tristan Gingold  <gingold@adacore.com>
1363
1364         * solib-darwin.c: Remove trailing whitespaces.
1365         (darwin_dyld_version_ok): Fix typo.
1366
1367 2009-10-14  Andrew Stubbs  <ams@codesourcery.com>
1368
1369         * sh-tdep.c (sh_gdbarch_init): Add show_regs settings for
1370         bfd_mach_sh3_nommu, bfd_mach_sh2a_nofpu_or_sh3_nommu,
1371         bfd_mach_sh2a_or_sh3e, bfd_mach_sh2a_or_sh4, bfd_mach_sh4_nommu_nofpu,
1372         and bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu.
1373         Move bfd_mach_sh2a_or_sh4 to use the same configuration as
1374         bfd_mach_sh4.
1375
1376 2009-10-13  Daniel Jacobowitz  <dan@codesourcery.com>
1377
1378         * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for
1379         a Thumb entry point.
1380         (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions.  Refuse
1381         to single step into IT blocks.
1382
1383 2009-10-13  Pedro Alves  <pedro@codesourcery.com>
1384
1385         * infcall.c (call_function_by_hand): Formatting.
1386
1387 2009-10-13  Tristan Gingold  <gingold@adacore.com>
1388
1389         * solib-darwin.c: Add an empty line after comment for functions.
1390         (struct gdb_dyld_all_image_infos): Improve comment.
1391         (DYLD_VERSION): Removed and replaced by ...
1392         (DYLD_VERSION_MAX, DYLD_VERSION_MIN): ... New macros.
1393         (darwin_dyld_version_ok): New function.
1394         (darwin_load_image_infos): Call darwin_dyld_version_ok.
1395         (darwin_current_sos): Ditto.
1396         (darwin_solib_create_inferior_hook): Ditto.
1397
1398 2009-10-13  Tristan Gingold  <gingold@adacore.com>
1399
1400         * machoread.c: Add an empty line after comment for functions.
1401         (oso_el_compare_name): New function.
1402         (macho_add_oso_symfile): New function.
1403         (macho_oso_symfile): Use macho_add_oso_symfile.  Sort the oso
1404         and optimize accesses to libraries.
1405
1406 2009-10-13  Tristan Gingold  <gingold@adacore.com>
1407
1408         * objfiles.c (objfile_has_symbols): New function.
1409         * objfiles.h (objfile_has_symbols): Add prototype.
1410         * symfile.c (symbol_file_add_with_addrs_or_offsets): Call
1411         objfile_has_symbols.
1412         (reread_symbols): Ditto.
1413
1414 2009-10-12  Jiang Jilin  <freephp@gmail.com>
1415
1416         * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
1417         instructions support.
1418
1419 2009-10-11  Pedro Alves  <pedro@codesourcery.com>
1420
1421         * procfs.c (procfs_make_note_section): Go back to only outputing
1422         an NT_PSTATUS note when UNIXWARE is defined.
1423
1424 2009-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1425
1426         * features/xinclude.dtd: Correct EMPTY typo.
1427
1428 2009-10-10  Michael Snyder  <msnyder@vmware.com>
1429
1430         * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
1431
1432 2009-10-10  Pedro Alves  <pedro@codesourcery.com>
1433
1434         * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
1435         Put "break" statements on their own line.
1436
1437 2009-10-09  Pedro Alves  <pedro@codesourcery.com>
1438
1439         * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
1440         we found no event while waiting for a specific LWP.
1441         * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
1442         before anything else.
1443
1444 2009-10-09  Pedro Alves  <pedro@codesourcery.com>
1445
1446         * procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
1447         note when NEW_PROC_API is defined.
1448
1449 2009-10-09  Pedro Alves  <pedro@codesourcery.com>
1450
1451         * corelow.c (core_has_fake_pid): New.
1452         (core_close): Clear it.
1453         (add_to_thread_list): Fake a pid if one is not found on a Solaris
1454         core.  Add the inferior here.  Always add the thread, don't use
1455         thread_change_ptid.
1456         (core_open): Don't add the main thread or the inferior here unless
1457         we find that the core had no .reg/NN sections.
1458         (get_core_register_section): Handle Solaris cores with fake pids.
1459
1460         * corelow.c (add_to_thread_list): Fix typo.
1461
1462 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1463
1464         PR gdb/10457
1465         * elfread.c (elf_symtab_read): Don't use alloca in a loop.
1466         
1467 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1468
1469         * i386-nat.c (i386_stopped_by_hwbp): Remove.
1470
1471 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
1472
1473         * NEWS: Update following the GDB 7.0 release.
1474
1475 2009-10-07  Pierre Muller  <muller@ics.u-strasbg.fr>
1476
1477         ARI fix: OP eol rule.
1478         * doublest.c (floatformat_from_length): Avoid operator at end of line.
1479         * dwarf2-frame.c (dwarf2_build_frame_info): Idem.
1480         * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem.
1481         * eval.c (evaluate_subexp_standard): Idem.
1482         * event-loop.c (create_timer, handle_timer_event): Idem.
1483         * expprint.c (print_subexp_standard): Idem.
1484         * f-exp.y (variable): Idem.
1485         * f-typeprint.c (f_print_type): Idem.
1486
1487 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
1488
1489         ARI fix: OP eol rule.
1490         * blockframe.c (find_pc_partial_function): Avoid operator at end of
1491         line.
1492         * buildsym.c (find_symbol_in_list): Idem.
1493         (start_subfile, patch_subfile_names): Idem.
1494         * c-exp.y (variable, yylex): Idem.
1495         * c-typeprint.c (c_print_type, c_type_print_base): Idem.
1496         * c-valprint.c (c_val_print): Idem.
1497         * coffread.c (patch_opaque_types, process_coff_symbol): Idem.
1498         * corelow.c (core_open): Idem.
1499         * cris-tdep.c (move_reg_to_mem_movem_op): Idem.
1500         * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
1501
1502 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
1503
1504         ARI fix: OP eol rule.
1505         * ada-exp.y (block_lookup): Avoid operator at end of line.
1506         * aix-thread.c (pd_enable): Idem.
1507         * alpha-tdep.c (alpha_next_pc): Idem.
1508         * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem.
1509         (condition_true, coff_sym_is_thumb): Idem.
1510
1511 2009-10-06  Joel Brobecker  <brobecker@adacore.com>
1512
1513         GDB 7.0 released.
1514
1515 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
1516
1517         ARI fix: "%p" rule.
1518         * target.c (debug_to_thread_architecture): Replace %p by %s using
1519         host_address_to_string function.
1520
1521 2009-10-06  Tristan Gingold  <gingold@adacore.com>
1522
1523         * darwin-nat.c: Add __TEXT __info_plist content.
1524         (darwin_attach_pid): Update error message.
1525
1526 2009-10-06  Joel Brobecker  <brobecker@adacore.com>
1527
1528         * MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.
1529
1530 2009-10-06  Joel Brobecker  <brobecker@adacore.com>
1531
1532         * MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.
1533
1534 2009-10-05  Pedro Alves  <pedro@codesourcery.com>
1535
1536         Revert:
1537         2009-10-04  Pedro Alves  <pedro@codesourcery.com>
1538         * gdbinit.in: Set data-directory to @srcdir@.
1539
1540 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
1541
1542         * NEWS: Mention non-stop mode.
1543
1544 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
1545
1546         * gdbinit.in: Set data-directory to @srcdir@.
1547
1548 2009-10-02  Pedro Alves  <pedro@codesourcery.com>
1549
1550         * linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.
1551         (SYSCALL_SIGTRAP): New.
1552         (status_to_str): Adjust.
1553         (get_pending_status): Pending events in lp->waitstatus don't map
1554         to any signal.  Simplify.
1555         (linux_handle_syscall_trap): New.
1556         (linux_handle_extended_wait): When handling PTRACE_EVENT_CLONE
1557         events, use linux_ops->to_resume instead of direct ptrace with
1558         PTRACE_CONT.  Remove all TRAP_IS_SYSCALL handling.
1559         (wait_lwp): Handle syscall traps with linux_handle_syscall_trap,
1560         and clear the sysgood bit.
1561         (status_callback): Make it clearer and add comments.
1562         (cancel_breakpoints_callback): Ignore if LP has waitstatus set.
1563         (linux_nat_filter_event): Handle syscall traps with
1564         linux_handle_syscall_trap, and clear the sysgood bit.  Move the
1565         check for storing siginfo to after handling extended statuses and
1566         syscall traps.  Store status in the lwp object.
1567         (linux_wait_1): Don't swap the pending status out of the lwp
1568         object until after deciding we found an lwp with an interesting
1569         event.  Requeue a new pending signal if we find one while getting
1570         rid or a pending SIGSTOP we sent ourselves.  Don't clear the
1571         sysgood bit here.
1572
1573         * infrun.c (deal_with_syscall_event): Rename to ...
1574         (handle_syscall_event): ... this.  Always context switch and set
1575         stop_pc, even if not catching the syscall.  If not catching the
1576         syscall, always resume with keep_going.
1577         (handle_inferior_event): Adjust.
1578
1579 2009-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1580
1581         Fix compatibility of --with-system-readline and readline-6.0+.
1582         * configure.ac <--with-system-readline> (for readline_echoing_p): New
1583         test.
1584         * config.in: Regenerate.
1585         * configure: Regenerate.
1586
1587 2009-10-01  Joel Brobecker  <brobecker@adacore.com>
1588
1589         * MAINTAINERS: Move Don Lee to the correct section (Write After
1590         Approval).
1591
1592 2009-10-01  Phil Muldoon  <pmuldoon@redhat.com>
1593
1594         * infcall.c (call_function_by_hand): Add a new cleanup branch for
1595         std::terminate breakpoints.
1596
1597 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1598
1599         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf.
1600         Check first the descriptor memory is readable.
1601
1602 2009-09-29  Tom Tromey  <tromey@redhat.com>
1603
1604         * python/py-value.c (valpy_string): NULL-terminate 'keywords'.
1605
1606 2009-09-29  Ulrich Weigand  <uweigand@de.ibm.com>
1607
1608         * s390-tdep.c (s390_displaced_step_fixup): Use type ULONGEST
1609         instead of CORE_ADDR for "amode".
1610
1611 2009-09-29  Joel Brobecker  <brobecker@adacore.com>
1612
1613         * ia64-tdep.c: Update the comments on how we insert/remove
1614         breakpoints for L-X instructions.
1615         (ia64_memory_insert_breakpoint, ia64_memory_remove_breakpoint):
1616         Update the comments inside these functions.
1617
1618 2009-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
1619
1620         * gdbarch.sh (displaced_step_hw_singlestep): New callback.
1621         * gdbarch.c, gdbarch.h: Regenerate.
1622         * arch-utils.c (default_displaced_step_hw_singlestep): New function.
1623         * arch-utils.h (default_displaced_step_hw_singlestep): Add prototype.
1624
1625         * ppc-linux-tdep.c (ppc_displaced_step_hw_singlestep): New function.
1626         (rs6000_gdbarch_init): Install it.
1627
1628         * infrun.c (displaced_step_fixup): Use new callback to determine
1629         whether to "step" or "continue" displaced copy.
1630         (resume): Likewise.  Do not call maybe_software_singlestep
1631         for displaced stepping.
1632         (maybe_software_singlestep): Do not handle displaced stepping.
1633
1634 2009-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
1635
1636         * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
1637         platforms that use function descriptors.  Prefer to use function
1638         pointer types instead of function types.
1639         * linespec.c (decode_objc): Support function descriptors.  Fully
1640         initialize SAL result.
1641         * objc-lang.c (find_methods): Support function descriptors.
1642         Do not require function symbol to point to text section.
1643
1644         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling
1645         via a function pointer, use the descriptor it points to.
1646
1647 2009-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1648
1649         Fix ia64 breakpoints in the L-X slot.
1650         * ia64-tdep.c (ia64_memory_insert_breakpoint): Extend the comment.
1651         New variable shadow_slotnum, use it appropriately instead of slotnum.
1652         Move shadow_len initialization before SLOTNUM adjustment, cover now the
1653         whole remaining bundle.  Error now on breakpoints requested for the
1654         slot 2 of L-X bundles.  Better sanity check the requested slot 1 of L-X
1655         bundles.
1656         (ia64_memory_remove_breakpoint): New variable shadow_slotnum, use it
1657         appropriately instead of slotnum.  Warn now on breakpoints requested
1658         for the slot 2 of L-X bundles.  Better sanity check the requested slot
1659         1 of L-X bundles.  Update the assertio check of PLACED_SIZE.
1660         (ia64_breakpoint_from_pc): New variable shadow_slotnum, use it
1661         appropriately instead of slotnum.  Move *lenptr initialization before
1662         SLOTNUM adjustment, cover now the whole remaining bundle.  Error now
1663         on breakpoints requested for the slot 2 of L-X bundles.  Better sanity
1664         check the requested slot 1 of L-X bundles.  Simplify the returned
1665         expression.
1666
1667 2009-09-28  Joel Brobecker  <brobecker@adacore.com>
1668
1669         * ia64-tdep.c (ia64_memory_insert_breakpoint): Check the slotnum
1670         and the type of instruction before deciding which slot to save
1671         in the breakpoint shadown contents.
1672
1673 2009-09-28  Doug Evans  <dje@google.com>
1674
1675         * linux-nat.c (status_to_str): Handle TRAP_IS_SYSCALL.
1676         (TRAP_REMOVE_SYSCALL_FLAG): New macro.
1677         (linux_nat_wait_1): Mask off is-syscall bit in wait status for
1678         TRAP_IS_SYSCALL before passing value to caller.
1679
1680 2009-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
1681
1682         * valops.c (value_assign): Respect parent offset when
1683         assigning to a bitfield.
1684
1685 2009-09-28  Hui Zhu  <teawater@gmail.com>
1686
1687         * i386-tdep.c (i386_process_record): Remove "0x" that
1688         don't need.
1689
1690 2009-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1691
1692         * s390-tdep.c (op_bctr, op_bctgr, op_bct, op1_bctg, op2_bctg,
1693         op_bxh, op1_bxhg, op2_bxhg, op_bxle, op1_bxleg, op2_bxleg,
1694         op1_brct, op2_brct, op1_brctg, op2_brctg, op_brxh, op1_brxhg,
1695         op2_brxhg, op_brxle, op1_brxlg, op2_brxlg): New enum values.
1696         (is_rsi, is_rie): New insn format decoder routines.
1697         (s390_displaced_step_fixup): New function.
1698         (s390_gdbarch_init): Install displaced stepping routines.
1699
1700 2009-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1701
1702         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
1703         Add linux-tdep.o to gdb_target_obs.
1704         (s390*-*-*): Likewise.
1705
1706 2009-09-27  Don Lee  <don.lee@sunplusct.com>
1707
1708         * score-tdep.c: Comment out some simulator dependent codes.
1709         * score-tdep.h: Delete some simulator dependent macro definitions.
1710
1711 2009-09-27  Hui Zhu  <teawater@gmail.com>
1712
1713         * record.c (record_open): Change "query" to "error".
1714         (cmd_record_stop): Change "query" to "printf_unfiltered".
1715
1716 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1717
1718         * i386-nat.c (i386_stopped_data_address): Also check that
1719         hitted watch register is not vacant.
1720
1721 2009-09-25  Tom Tromey  <tromey@redhat.com>
1722
1723         PR python/10664:
1724         * language.h (struct language_defn) <la_get_string>: Add
1725         'char_type' argument.
1726         (LA_GET_STRING): Likewise.
1727         (default_get_string, c_get_string): Update.
1728         * language.c (default_get_string): Add 'char_type' argument.
1729         * c-valprint.c (c_textual_element_type): Rename from
1730         textual_element_type.  No longer static.  Update callers.
1731         * c-lang.h (c_textual_element_type): Declare.
1732         * c-lang.c (c_get_string): Add 'char_type' argument.
1733
1734 2009-09-25  Tom Tromey  <tromey@redhat.com>
1735
1736         * charset.c (iconv_open): Use UTF-16 and UTF-32, not UCS-2 and
1737         UCS-4.
1738         (iconv): Rename 'ucs_flag'.
1739         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
1740         * c-lang.c (charset_for_string_type): Use UTF-16 and UTF-32, not
1741         UCS-2 and UCS-4.
1742         (convert_ucn): Use UTF-32.
1743
1744 2009-09-25  Nick Roberts  <nickrob@snap.net.nz>
1745
1746         * mi/gdb-mi.el: Remove file.
1747
1748 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
1749
1750         * record.c (record_open, record_store_registers, record_xfer_partial):
1751         Replace calls to nquery by calls to query.
1752
1753 2009-09-23  John Wright  <john.wright@hp.com>
1754
1755         PR gdb/10684:
1756         * event-top.c (command_line_handler): Terminate linebuffer before
1757         xstrdup.
1758
1759 2009-09-22  Joel Brobecker  <brobecker@adacore.com>
1760
1761         * solib.c (solib_bfd_open): Relax a bit the compatibility check.
1762
1763 2009-09-22  Daniel Jacobowitz  <dan@codesourcery.com>
1764
1765         * source.c (forget_cached_source_info): Clear last_source_visited.
1766         (init_last_source_visited): Delete.
1767         (directory_command): Do not clear last_source_visited.  Call
1768         forget_cached_source_info only if required.
1769         (unset_substitute_path_command, set_substitute_path_command): Call
1770         forget_cached_source_info.
1771         * mi/mi-cmd-env.c (mi_cmd_env_dir): Do not call
1772         init_last_source_visited.
1773         * defs.h (init_last_source_visited): Delete declaration.
1774
1775 2009-09-22  Tom Tromey  <tromey@redhat.com>
1776
1777         PR gdb/10583:
1778         * python/py-value.c (valpy_int): Use PyLong_FromLongLong.
1779         (valpy_long): Likewise.
1780
1781 2009-09-22  Tom Tromey  <tromey@redhat.com>
1782
1783         PR python/10680:
1784         * eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal
1785         functions in EVAL_AVOID_SIDE_EFFECTS case.
1786
1787 2009-09-22  Jie Zhang  <jie.zhang@analog.com>
1788
1789         * MAINTAINERS: Add myself under Write After Approval.
1790
1791 2009-09-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1792
1793         * windows-nat.c (ctrl_c_handler): Also handle CTRL_BREAK_EVENT.
1794
1795 2009-09-18  Keith Seitz  <keiths@redhat.com>
1796
1797         * cp-support.h (cp_validate_operator): Declare new function.
1798         * cp-support.c (cp_validate_operator): New function.
1799         * linespec.c (decode_compound): For C++ check for a valid operator.
1800
1801 2009-09-21  Keith Seitz  <keiths@redhat.com>
1802
1803         * c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding
1804         that a type is not an aggregate type.
1805
1806 2009-09-21  Jason Orendorff  <jason.orendorff@gmail.com>
1807
1808         PR python/10666:
1809         * python/py-function.c (fnpy_init): Use xstrdup.
1810
1811 2009-09-21  Jie Zhang  <jie.zhang@analog.com>
1812
1813         * doc/gdb.texinfo: Escape "{" and "}".
1814
1815 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
1816
1817         PR python/10633
1818
1819         * c-lang.c (c_printstr): Do not loop past  options->print_max when
1820         iterating with wchar_iterate.
1821
1822 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
1823
1824         * python/py-value.c (valpy_getitem): Test value before allowing
1825         subscript operation.
1826
1827 2009-09-21  Hui Zhu  <teawater@gmail.com>
1828             Michael Snyder  <msnyder@vmware.com>
1829
1830         * amd64-linux-tdep.c (amd64_all_but_ip_registers_record): New
1831         function.
1832         (amd64_linux_syscall_record): Call
1833         amd64_all_but_ip_registers_record if syscall is
1834         sys_rt_sigreturn.
1835         (AMD64_LINUX_redzone, AMD64_LINUX_xstate,
1836         AMD64_LINUX_frame_size): New macros.
1837         (amd64_linux_record_signal): New function.
1838         (amd64_linux_init_abi): Call set_gdbarch_process_record_signal.
1839
1840 2009-09-21  Hui Zhu  <teawater@gmail.com>
1841             Michael Snyder  <msnyder@vmware.com>
1842
1843         * i386-linux-tdep.c (i386_all_but_ip_registers_record): New
1844         function.
1845         (i386_linux_intx80_sysenter_record): Call
1846         i386_all_but_ip_registers_record if syscall is sys_sigreturn
1847         or sys_rt_sigreturn.
1848         (I386_LINUX_xstate, I386_LINUX_frame_size): New macros.
1849         (i386_linux_record_signal): New function.
1850         (i386_linux_init_abi): Call set_gdbarch_process_record_signal.
1851
1852 2009-09-21  Hui Zhu  <teawater@gmail.com>
1853             Michael Snyder  <msnyder@vmware.com>
1854
1855         * record.c (record_end_entry): New struct.
1856         (record_type): Add end.
1857         (record_arch_list_add_end): Set rec->u.end.sigval to
1858         TARGET_SIGNAL_0.
1859         (record_message_args): New struct.
1860         (record_message): Call gdbarch_process_record_signal.
1861         (do_record_message): Add argument "signal".
1862         (record_resume): Ditto.
1863         (record_wait): Ditto.  Check record_list->u.end.sigval
1864         in replay mode.
1865
1866 2009-09-21  Hui Zhu  <teawater@gmail.com>
1867             Michael Snyder  <msnyder@vmware.com>
1868
1869         * gdbarch.sh (process_record_signal): New interface.
1870
1871 2009-09-19  Matt Rice <ratmice@gmail.com>  (tiny change)
1872
1873         Checked in by Joel Brobecker  <brobecker@gnat.com>
1874         * varobj.c (varobj_update): Initialize children_changed.
1875
1876 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
1877
1878         * mi/mi-cmd-stack.c (list_args_or_locals): Workaround
1879         gcc warning.
1880
1881 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
1882
1883         * mi/mi-cmds.h (mi_cmd_stack_list_variables): Declare.
1884         * mi/mi-cmds.c (mi_cmds): Register -stack-list-variables.
1885         * mi/mi-cmd-stack.c (enum what_to_list): New.
1886         (list_args_or_locals): Accept what_to_list parameter.
1887         Use 'variables' as output name of all are requested.
1888         (mi_cmd_stack_list_variables): New.
1889         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Adjust.
1890
1891 2009-09-19  Eli Zaretskii  <eliz@gnu.org>
1892
1893         * config/djgpp/fnchange.lst: Add missing edits.
1894
1895 2009-09-18  Maxim Grigoriev  <maxim2405@gmail.com>
1896
1897         * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX.
1898
1899 2009-09-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1900
1901         * objfiles.c (free_objfile): Clear SYMFILE_OBJFILE if it is OBJFILE.
1902         * rs6000-nat.c (vmap_ldinfo): Only assertion check SYMFILE_OBJFILE now.
1903         * symfile.c (syms_from_objfile, symbol_file_clear): Likewise.
1904
1905 2009-09-18  Ulrich Weigand  <uweigand@de.ibm.com>
1906
1907         * rs6000-tdep.c (rs6000_builtin_type_vec128): Add v2_double
1908         union member.
1909
1910 2009-09-17  Joel Brobecker  <brobecker@adacore.com>
1911
1912         Fix a build failure on pa-hpux:
1913         * gdb_ptrace.h (PT_SYSCALL): Define here if not already defined.
1914         * inf-ttrace.c (inf_ttrace_wait): Fix compilation failure
1915         introduced after field syscall_id inside struct target_waitstatus
1916         has been renamed into syscall_number.
1917
1918 2009-09-16  H.J. Lu  <hongjiu.lu@intel.com>
1919
1920         PR gdb/10649
1921         * Makefile.in (GDB_DATADIR_PATH): Renamed to ...
1922         (GDB_DATADIR): This.
1923         (xml-syscall-install): Updated.
1924
1925 2009-09-16  Joel Brobecker  <brobecker@adacore.com>
1926
1927         GDB 7.0 branch created (branch timestamp: 2009-09-16 19:00 UTC)
1928         * version.in: Bump version to 7.0.50.20090916-cvs.
1929
1930 2009-09-15  Tom Tromey  <tromey@redhat.com>
1931
1932         * varobj.h (varobj_update_result_t) <new>: New field.
1933         (varobj_get_child_range, varobj_set_child_range): Declare.
1934         (varobj_list_children): Update.
1935         (varobj_enable_pretty_printing, varobj_has_more)
1936         (varobj_pretty_printed_p): Declare.
1937         * varobj.c (pretty_printing): New global.
1938         (varobj_enable_pretty_printing): New function.
1939         (struct varobj_root) <from, to, constructor, child_iter,
1940         saved_item>: New fields.
1941         (varobj_create): Don't call install_default_visualizer.
1942         (instantiate_pretty_printer): Don't use value_copy.
1943         (varobj_has_more): New function.
1944         (restrict_range): New function.
1945         (install_dynamic_child): Likewise.
1946         (dynamic_varobj_has_child_method): Likewise.
1947         (update_dynamic_varobj_children): Remove 'new_and_unchanged'
1948         argument; add 'new', 'unchanged', 'from', and 'to' arguments.
1949         Rewrite.
1950         (varobj_get_num_children): Call update_dynamic_varobj_children.
1951         (varobj_list_children): Add 'from' and 'to' arguments.  Ignore
1952         result of update_dynamic_varobj_children.  Don't call
1953         install_default_visualizer.  Restrict result range.
1954         (varobj_add_child): Don't call install_default_visualizer.
1955         (varobj_pretty_printed_p): New function.
1956         (install_visualizer): Rewrite.  Move earlier in file.
1957         (install_default_visualizer): Likewise.
1958         (construct_visualizer): New function.
1959         (install_new_value_visualizer): Likewise.
1960         (install_new_value): Don't call release_value.  Special case
1961         pretty-printed objects.  Use value_incref.  Rearrange "changed"
1962         logic.
1963         (varobj_get_child_range): New function.
1964         (varobj_set_child_range): Likewise.
1965         (varobj_set_visualizer): Rewrite.
1966         (varobj_update): Rewrite pretty-printing logic.
1967         (new_variable): Initialize new fields.
1968         (free_variable): Destroy new fields.
1969         (value_of_root): Copy 'from' and 'to'.
1970         (my_value_of_variable): Handle pretty-printers.
1971         (value_get_print_value): Rework pretty-printing logic.
1972         (cplus_describe_child): Don't use release_value.
1973         * mi/mi-cmds.h (mi_cmd_enable_pretty_printing)
1974         (mi_cmd_var_set_update_range): Declare.
1975         * mi/mi-cmds.c (mi_cmds): Add enable-pretty-printing and
1976         var-set-update-range.
1977         * mi/mi-cmd-var.c (print_varobj): Update.  Emit "dynamic"
1978         attribute.
1979         (mi_cmd_var_create): Emit "has_more" attribute.
1980         (mi_cmd_var_set_format): Plug memory leak.
1981         (mi_print_value_p): Replace 'type' argument with 'var'.  Handle
1982         pretty-printed varobjs.
1983         (mi_cmd_var_list_children): Accept 'from' and 'to' arguments.
1984         Emit "has_more" attribute.
1985         (mi_cmd_var_evaluate_expression): Plug memory leak.
1986         (mi_cmd_var_assign): Likewise.
1987         (varobj_update_one): Likewise.  Emit "dynamic", "has_more", and
1988         "new_children" attributes.
1989         (mi_cmd_enable_pretty_printing): New function.
1990         (mi_cmd_var_set_update_range): Likewise.
1991
1992 2009-09-15  Doug Evans  <dje@google.com>
1993
1994         * dwarf2expr.h (dwarf_value_location): Add more comments describing
1995         enum values.
1996         (struct dwarf_stack_value): New struct.
1997         (struct dwarf_expr_context): Change type of `stack' from CORE_ADDR*
1998         to struct dwarf_stack_value*.
1999         (struct dwarf_expr_piece): Move `v.value' into its own struct, v.expr,
2000         all uses updated.  Add v.expr.in_stack_memory.
2001         (dwarf_expr_push): Update declaration.
2002         (dwarf_expr_fetch_in_stack_memory): Declare.
2003         * dwarf2expr.c (dwarf_expr_grow_stack): Update calculation of
2004         size of stack value.
2005         (dwarf_expr_push): New arg in_stack_memory, all callers updated.
2006         (dwarf_expr_fetch_in_stack_memory): New function.
2007         (add_piece): Set in_stack_memory for non-literal values.
2008         (execute_stack_op): Allow ops to specify whether the value is on the
2009         program's stack.
2010         (execute_stack_op, case DW_OP_fbreg): Mark value as in stack memory.
2011         (execute_stack_op, case DW_OP_call_frame_cfa): Ditto.
2012         (execute_stack_op, case DW_OP_dup): Copy in_stack_memory flag.
2013         (execute_stack_op, cases DW_OP_pick, DW_OP_over): Ditto.
2014         (execute_stack_op, cases DW_OP_swap, DW_OP_rot): Update type of
2015         dwarf stack value.
2016         * dwarf2loc.c (read_pieced_value): Call read_stack for values known
2017         to be on the program's stack.
2018         (dwarf2_evaluate_loc_desc, case DWARF_VALUE_MEMORY): Call
2019         set_value_stack only for objects known to be in stack memory.
2020         * dwarf2-frame.c (execute_stack_op): New arg initial_in_stack_memory,
2021         all callers updated.
2022
2023         * target.c (memory_xfer_partial): Pass correct length to dcache_update.
2024
2025 2009-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2026
2027         Fix gcc-4.5 HEAD warnings for enum ada_operator.
2028         * Makefile.in (HFILES_NO_SRCDIR): Add ada-operator.inc.
2029         * ada-lang.h (enum ada_operator): Move it to ...
2030         * ada-operator.inc: ... a new file.
2031         * expression.h (enum exp_opcode): Include ada-operator.inc.
2032         New element OP_UNUSED_LAST.  Update comment for OP_EXTENDED0.
2033
2034         Fix gcc-4.5 HEAD warnings for GDB_FORM_cached_string.
2035         * dwarf2read.c (GDB_FORM_cached_string)
2036         (dwarf_form_name <GDB_FORM_cached_string>): Remove.
2037         (struct attribute <dwarf_form>): Reduce the bit width.
2038         (struct attribute <string_is_canonical>, DW_STRING_IS_CANONICAL): New.
2039         (read_attribute_value <DW_FORM_string>)
2040         (read_attribute_value <DW_FORM_strp>): Initialize
2041         DW_STRING_IS_CANONICAL.
2042         (dwarf2_name, dump_die_shallow <DW_FORM_string>)
2043         (dump_die_shallow <DW_FORM_strp>): Update the code using former
2044         GDB_FORM_cached_string.
2045
2046 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2047
2048         * amd64-linux-tdep.c: Include xml-syscall.h header, define the XML
2049         syscall name for the architecture.
2050         (amd64_linux_get_syscall_number): New function.
2051         (amd64_linux_init_abi): Register the correct functions for syscall
2052         catchpoint; set the correct syscall file name.
2053         * breakpoint.c: New include: xml-syscall.h.
2054         (set_raw_breakpoint_without_location): Setting the parameters
2055         for the catch syscall feature.
2056         (insert_catch_syscall): New.
2057         (remove_catch_syscall): New.
2058         (breakpoint_hit_catch_syscall): New.
2059         (print_it_catch_syscall): New.
2060         (print_one_catch_syscall): New.
2061         (print_mention_catch_syscall): New.
2062         (catch_syscall_breakpoint_ops): New.
2063         (syscall_catchpoint_p): New.
2064         (create_catchpoint_without_mention): New.
2065         (create_catchpoint): Modified in order to use
2066         create_catchpoint_without_mention.
2067         (create_syscall_event_catchpoint): New.
2068         (clean_up_filters): New.
2069         (catch_syscall_split_args): New.
2070         (catch_syscall_command_1): New.
2071         (delete_breakpoint): Add cleanup for catch syscall.
2072         (is_syscall_catchpoint_enabled): New.
2073         (catch_syscall_enabled): New.
2074         (catching_syscall_number): New.
2075         (catch_syscall_completer): New completer function.
2076         (add_catch_command): Add the completer function for catchpoints.
2077         * breakpoint.h (syscalls_to_be_caught): New vector.
2078         (catch_syscall_enabled): New.
2079         (catching_syscall_number): New.
2080         * gdbarch.c: Regenerated.
2081         * gdbarch.h: Regenerated.
2082         * gdbarch.sh: Add syscall catchpoint functions and structures.
2083         (get_syscall_number): New.
2084         (UNKNOWN_SYSCALL): New definition.
2085         * i386-linux-nat.c (i386_linux_resume): Select the proper request
2086         to be made for ptrace() considering if we are catching syscalls
2087         or not.
2088         * i386-linux-tdep.c: Include xml-syscall.h header, define the XML
2089         syscall name for the architecture.
2090         (i386_linux_get_syscall_number): New.
2091         (i386_linux_init_abi): Register the correct functions for syscall
2092         catchpoint; set the correct syscall file name.
2093         * inf-child.c (inf_child_set_syscall_catchpoint): New.
2094         (inf_child_target): Assign default values to target_ops.
2095         * inf-ptrace.c (inf_ptrace_resume): Select the proper request
2096         to be made for ptrace() considering if we are catching syscalls
2097         or not.
2098         * inferior.h (struct inferior): Included new variables
2099         any_syscall_count, syscalls_counts and total_syscalls_count,
2100         used to keep track of requested syscall catchpoints.
2101         * infrun.c (resume): Add syscall catchpoint.
2102         (deal_with_syscall_event): New.
2103         (handle_inferior_event): Add syscall entry/return events.
2104         (inferior_has_called_syscall): New.
2105         * linux-nat.c: Define some helpful variables to track wether we have
2106         support for the needed ptrace option.
2107         (linux_test_for_tracesysgood): New.
2108         (linux_supports_tracesysgood): New.
2109         (linux_enable_tracesysgood): New.
2110         (linux_enable_event_reporting): Save the current used ptrace
2111         options.
2112         (linux_child_post_attach): Calling linux_enable_tracesysgood.
2113         (linux_child_post_startup_inferior): Likewise.
2114         (linux_child_set_syscall_catchpoint): New function.
2115         (linux_handle_extended_wait): Handle the case which the inferior stops
2116         because it has called or returned from a syscall.
2117         (linux_target_install_ops): Install the necessary functions to handle
2118         syscall catchpoints.
2119         * linux-nat.h (struct lwp_info): Include syscall_state into the
2120         structure, which indicates if we are in a syscall entry or return.
2121         * ppc-linux-tdep.c: Include xml-syscall.h header, define the XML
2122         syscall filename for the arch.
2123         (ppc_linux_get_syscall_number): New.
2124         (ppc_linux_init_abi): Register the correct functions for syscall
2125         catchpoint; setting the correct name for the XML syscall file.
2126         * target.c (update_current_target): Update/copy functions related to
2127         syscall catchpoint.
2128         (target_waitstatus_to_string): Add syscall catchpoint entry/return
2129         events.
2130         * target.h (struct target_waitstatus): Add syscall number.
2131         (struct syscall): New struct to hold information about syscalls
2132         in the system.
2133         (struct target_ops): Add ops for syscall catchpoint.
2134         (inferior_has_called_syscall): New.
2135         (target_set_syscall_catchpoint): New.
2136         * xml-support.c (xml_fetch_content_from_file): New function,
2137         transferred from xml-tdesc.c.
2138         * xml-support.h (xml_fetch_content_from_file): New.
2139         * xml-tdesc.c (fetch_xml_from_file): Function removed;
2140         transferred to xml-support.c.
2141         (file_read_description_xml): Updated to use the new
2142         xml_fetch_content_from_file function.
2143         * syscalls/gdb-syscalls.dtd: New definition file for syscall's XML
2144         support.
2145         * syscalls/amd64-linux.xml: New file containing information about
2146         syscalls for GNU/Linux systems that use amd64 architecture.
2147         * syscalls/i386-linux.xml: New file containing information about
2148         syscalls for GNU/Linux systems that use i386 architecture.
2149         * syscalls/ppc-linux.xml: New file containing information about
2150         syscalls for GNU/Linux systems that use PPC architecture.
2151         * syscalls/ppc64-linux.xml: New file containing information about
2152         syscalls for GNU/Linux systems that use PPC64 architecture.
2153         * xml-syscall.c: New file containing functions for manipulating
2154         syscall's XML files.
2155         * xml-syscall.h: New file, exporting the functions above mentioned.
2156         * Makefile.in: Support for relocatable GDB datadir and XML
2157         syscall.
2158         * NEWS: Added information about the catch syscall feature.
2159
2160 2009-09-14  Doug Evans  <dje@google.com>
2161
2162         * target.c (memory_xfer_partial): Only update dcache after we know
2163         the write succeeded.
2164
2165 2009-09-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2166
2167         *minsyms.c (lookup_minimal_symbol_by_pc_section_1): Assert non-NULL
2168         section.
2169         (lookup_minimal_symbol_by_pc_section): Check for NULL section.
2170         (lookup_minimal_symbol_by_pc): Adjust.
2171
2172 2009-09-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2173
2174         * objfiles.c (qsort_cmp): Remove asserts.
2175         (insert_section_p, filter_debuginfo_sections): New function.
2176         (filter_overlapping_sections): Likewise.
2177         (update_section_map): Adjust.   
2178
2179 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
2180
2181         * frame.c (get_frame_id): Default to outer_frame_id if the this_id
2182         method does not supply an ID.  Assert that the result is not
2183         null_frame_id.
2184         (outer_frame_id): New.
2185         (frame_id_p): Accept outer_frame_id.
2186         (frame_id_eq): Allow outer_frame_id to be equal to itself.
2187         (frame_find_by_id): Revert previous local workarounds.
2188         (get_prev_frame_1): Adjust end-of-stack check to test outer_frame_id.
2189         * frame.h (null_frame_id, frame_id_p): Update comments.
2190         (outer_frame_id): Declare.
2191         * infrun.c (handle_inferior_event): Do not treat all steps from the
2192         outermost frame as subroutine calls.
2193
2194         * libunwind-frame.c (libunwind_frame_this_id): Do not clear THIS_ID.
2195         * hppa-tdep.c (hppa_stub_frame_this_id): Likewise.
2196         * ia64-tdep.c (ia64_frame_this_id): Likewise.
2197         (ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id):
2198         Use outer_frame_id instead of null_frame_id.
2199         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Use outer_frame_id.
2200         * i386obsd-tdep.c (i386obsd_trapframe_cache): Likewise.
2201         * inline-frame.c (inline_frame_this_id): Refuse outer_frame_id.
2202         * thread.c (restore_selected_frame): Update comment and remove
2203         frame_id_p check.
2204
2205 2009-09-11  Doug Evans  <dje@google.com>
2206
2207         * dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
2208         local addr_or_regnum.
2209
2210         * objfiles.c (struct objfile_data): Delete member cleanup and replace
2211         with save, free.
2212         (register_objfile_data_with_cleanup): Delete arg cleanup and replace
2213         with save, free.  All callers updated.
2214         (clear_objfile_data): Replace cleanup loop with separate save and
2215         free loops.
2216         * objfiles.h (register_objfile_data_with_cleanup): Update.
2217         * arm-tdep.c (arm_objfile_data_free): Renamed from
2218         arm_objfile_data_cleanup, all callers updated.
2219         * dwarf2read.c (dwarf2_per_objfile_free): Renamed from
2220         dwarf2_per_objfile_cleanup, all callers updated.
2221         * python/py-objfile.c (py_free_objfile): Renamed from clean_up_objfile,
2222         all callers updated.
2223         * python/py-type.c (save_objfile_types): Renamed from
2224         clean_up_objfile_types, all callers updated.
2225
2226 2009-09-11  Tom Tromey  <tromey@redhat.com>
2227
2228         * dwarf2loc.c (struct piece_closure) <arch>: New field.
2229         (dwarf2_evaluate_loc_desc): Update.
2230         (dwarf2_loc_desc_needs_frame): Likewise.
2231         (allocate_piece_closure): Initialize new field.
2232         (read_pieced_value): Update.
2233         (write_pieced_value): Update.
2234         (copy_pieced_value_closure): Update.
2235         * dwarf2expr.h (enum dwarf_value_location): New.
2236         (struct dwarf_expr_context) <in_reg>: Remove.
2237         <location, len, data>: New fields.
2238         (struct dwarf_expr_piece) <in_reg, value>: Remove.
2239         <location, v>: New fields.
2240         * dwarf2expr.c (add_piece): Remove in_reg, value arguments.
2241         Update.
2242         (require_composition): New function.
2243         (execute_stack_op): Update.
2244         <DW_OP_implicit_value, DW_OP_stack_value>: New cases.
2245         <DW_OP_reg0>: Set location, not in_reg.
2246         <DW_OP_regx>: Likewise.  Use require_composition.
2247         <DW_OP_fbreg>: Update.
2248         <DW_OP_piece>: Likewise.
2249         * dwarf2-frame.c (execute_stack_op): Update.
2250
2251 2009-09-10  Anthony Green  <green@moxielogic.com>
2252
2253         * moxie-tdep.c (moxie_analyze_prologue): Recognize new prologue
2254         sequences.
2255
2256 2009-09-10  Michael Snyder  <msnyder@vmware.com>
2257
2258         * remote.c (PACKET_bc, PACKET_bs): New enums.
2259         (remote_protocol_features): Add ReverseStep, ReverseContinue.
2260         (remote_resume): Check for reverse capability.
2261         (_initialize_remote): Add packet config for "bs" and "bc" packets.
2262         * NEWS (new options): Mention set/show for "bs" and "bc" packets.
2263
2264 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
2265
2266         * top.c (interactive_mode): New static variable.
2267         (show_interactive_mode): New function.
2268         (input_from_terminal_p): If interactive_mode is not auto, then
2269         use that rather than checking the stdin settings.
2270         (init_main): Add "set/show interactive-mode" command.
2271         * NEWS: Add entry for new "set/show interactive-mode" command.
2272
2273 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
2274
2275         * configure.ac: Fix the names of the python source and object files
2276         following the renaming done in an earlier change.
2277         * configure: Regenerate.
2278
2279 2009-09-08  Joel Brobecker  <brobecker@adacore.com>
2280
2281         Fix a build failure on AIX.
2282         * rs6000-nat.c (vmap_exec): Rewrite using target_get_section_table
2283         instead of relying on the to_sections/to_section_end target_ops
2284         field, since the latter have been removed in a previous patch.
2285
2286 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
2287
2288         * Makefile.in (py-cmd.o): Renamed from python-cmd.o.  Updated
2289         references.
2290         (py-frame.o): Renamed from python-frame.o.  Updated references.
2291         (py-function.o): Renamed from python-function.o.  Updated references.
2292         (py-objfile.o): Renamed from python-objfile.o.  Updated references.
2293         (py-prettyprint.o): Renamed from python-prettyprint.o.  Updated
2294         references.
2295         (py-type.o): Renamed from python-type.o.  Updated references.
2296         (py-utils.o): Renamed from python-utils.o.  Updated references.
2297         (py-value.o): Renamed from python-value.o.  Updated references.
2298         * py-cmd.c: Renamed from python-cmd.c.
2299         * py-frame.c: Renamed from python-frame.c.
2300         * py-function.c: Renamed from python-function.c.
2301         * py-objfile.c: Renamed from python-objfile.c.
2302         * py-prettyprint.c: Renamed from python-prettyprint.c.
2303         * py-type.c: Renamed from python-type.c.
2304         * py-utils.c: Renamed from python-utils.c.
2305         * py-value.c: Renamed from python-value.c.
2306
2307 2009-09-08  Joel Brobecker  <brobecker@adacore.com>
2308
2309         Avoid quadratic behavior when computing the value of a register.
2310         * frame.c (frame_stash): New static constant.
2311         (frame_stash_add, frame_stash_find, frame_stash_invalidate):
2312         New functions.
2313         (get_frame_id): Minor reformatting. Add the frame to the frame stash.
2314         (frame_find_by_id): Search the frame stash first before walking all
2315         frames starting from te current_frame.
2316         (reinit_frame_stash): Add call to frame_stash_invalidate ();
2317
2318 2009-09-08  Joel Brobecker  <brobecker@adacore.com>
2319
2320         * block.c (contained_in): Return zero for nested functions.
2321         * blockframe.c (block_innermost_frame): Delete unreferenced local
2322         variable.
2323
2324 2009-09-08  Doug Evans  <dje@google.com>
2325
2326         * target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
2327
2328 2009-09-08  Michael Snyder  <msnyder@vmware.com>
2329
2330         * amd64-linux-tdep.h (enum amd64_syscall): New enum consts, 
2331         to replace literal consts used in amd64-linux-tdep.c
2332         * linux-record.h (enum gdb_syscall): New enum consts, to replace
2333         literal consts used in amd64-linux-tdep.c and linux-record.c.
2334         * amd64-linux-tdep.c (amd64_canonicalize_syscall): New function,
2335         translate from native amd64 Linux syscall id to internal gdb id.
2336         (amd64_linux_syscall_record): Switch statement abstracted out 
2337         and replaced with a call to amd64_canonicalize_syscall.
2338         * linux-record.c (record_linux_system_call): Replace literal
2339         consts with enum consts.
2340         * i386-linux-tdep.c (i386_canonicalize_syscall): New function,
2341         trivially translate from native i386 Linux syscalls to gdb syscalls.
2342         (i386_linux_intx80_sysenter_record): 
2343
2344 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2345
2346         * gdb/Makefile.in (check//%): Parse 'config.status --version'
2347         output to recreate the configuration from the testsuite directory,
2348         rather than running 'config.status --recheck' from a different
2349         build directory.  Let configure do the recursion rather than
2350         doing it manually.
2351
2352 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2353
2354         * ia64-tdep.c (ia64_memory_remove_breakpoint): Call do_cleanups
2355         before a return.
2356
2357 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2358
2359         * ia64-tdep.c (ia64_memory_insert_breakpoint)
2360         (ia64_memory_remove_breakpoint): Return immediately if any of memory
2361         reads fail.  Do not combine the VAL values.
2362
2363 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2364
2365         Fix ia64 shadowing of breakpoints in multiple slots of a single bundle.
2366         * ia64-tdep.c (ia64_memory_insert_breakpoint): New call
2367         of make_show_memory_breakpoints_cleanup with parameter 0.  Move the
2368         reading of SHADOW_CONTENTS to this memory state point of code.  Update
2369         comment for the memory re-read.
2370
2371 2009-09-07  Michael Snyder  <msnyder@vmware.com>
2372
2373         * record.c: Minor comment and white space fix-ups.
2374
2375 2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2376
2377         * m68k-tdep.c (m68k_gdbarch_init): Allocate TDEP as cleared.
2378         * sparc-tdep.c (sparc32_gdbarch_init): Allocate TDEP as cleared.
2379         Remove explicit clearing of TDEP fields.
2380
2381 2009-09-06  Hui Zhu  <teawater@gmail.com>
2382
2383         * i386-tdep.c (i386_record_check_override): Deleted.
2384         (i386_record_lea_modrm): Ditto.
2385         (i386_process_record): Ditto.
2386
2387 2009-09-05  Eli Zaretskii  <eliz@gnu.org>
2388
2389         * config/djgpp/djconfig.sh: Fix for Autoconf 2.64.
2390         * config/djgpp/config.sed: Fix for Autoconf 2.64.
2391
2392 2009-09-05  Hui Zhu  <teawater@gmail.com>
2393
2394         * i386-tdep.c (i386_record_s): Add orig_addr.
2395         (i386_record_check_override): New function.
2396         (i386_record_lea_modrm): Call i386_record_check_override.
2397         (i386_process_record): Ditto.
2398
2399 2009-09-03  Nathan Froyd  <froydnj@codesourcery.com>
2400
2401         * dwarf2loc.c (struct piece_closure): New.
2402         (allocate_piece_closure): New function.
2403         (read_pieced_value): New function.
2404         (write_pieced_value): New function.
2405         (copy_pieced_value_closure): New function.
2406         (free_pieced_value_closure): New function.
2407         (pieced_value_funcs): Define.
2408         (dwarf2_evaluate_loc_desc): Return a computed value for a variable
2409         described with pieces.
2410
2411 2009-09-03  Pierre Muller <muller@ics.u-strasbg.fr>
2412             Richard Earnshaw <rearnsha@arm.com>
2413
2414         * arm-tdep.c (displaced_write_reg): Replace call to abort by call
2415         to internal_error.
2416
2417 2009-09-02  Tom Tromey  <tromey@redhat.com>
2418
2419         * frame.h (frame_unwinder_is): Declare.
2420         * frame.c (frame_unwinder_is): New function.
2421         * dwarf2loc.c: Include dwarf2-frame.h.
2422         (dwarf_expr_frame_cfa): New function.
2423         (dwarf2_evaluate_loc_desc): Use it.
2424         (needs_frame_frame_cfa): New function.
2425         (dwarf2_loc_desc_needs_frame): Use it.
2426         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_cfa>: New
2427         field.
2428         * dwarf2expr.c (execute_stack_op) <DW_OP_call_frame_cfa>: New
2429         case.
2430         * dwarf2-frame.h (dwarf2_frame_cfa): Declare.
2431         * dwarf2-frame.c (no_get_frame_cfa): New function.
2432         (execute_stack_op): Use it.
2433         (dwarf2_frame_cfa): New function.
2434
2435 2009-09-02  Hui Zhu  <teawater@gmail.com>
2436
2437         * record.c (record_resume): Change "signal" to "siggnal".
2438
2439 2009-09-01  Hui Zhu  <teawater@gmail.com>
2440
2441         * record.c (record_resume): Change "siggnal" to "signal".
2442
2443 2009-09-01  Hui Zhu  <teawater@gmail.com>
2444
2445         * record.c (record_resume_siggnal): Deleted.
2446         (record_resume): Ditto.
2447         (record_wait): Change record_resume_siggnal to
2448         TARGET_SIGNAL_0.
2449
2450 2009-08-31  Jacob Potter  <jdpotter@google.com>
2451             Doug Evans  <dje@google.com>
2452
2453         Implement TARGET_OBJECT_STACK_MEMORY.
2454         * NEWS: Add note on new "set stack-cache" option.
2455         * corefile.c (read_stack): New function.
2456         * dcache.c (dcache_struct): New member ptid.
2457         (dcache_enable_p): Mark as obsolete.
2458         (show_dcache_enabled_p): Flag option as deprecated.
2459         (dcache_invalidate): Update ptid.
2460         (dcache_invalidate_line): New function.
2461         (dcache_read_line): No longer check cacheable attribute, stack
2462         accesses get cached despite attribute.
2463         (dcache_init): Set ptid.
2464         (dcache_xfer_memory): Flush cache if from different ptid than before.
2465         Update cache after write.
2466         (dcache_update): New function.
2467         (dcache_info): Report ptid.
2468         (_initialize_dcache): Update text for `remotecache' to indicate it
2469         is obsolete.
2470         * dcache.h (dcache_update): Declare.
2471         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Mark values on stack with
2472         set_value_stack.
2473         * frame-unwind.c (frame_unwind_got_memory): Ditto.
2474         * gdbcore.h (read_stack): Declare.
2475         * memattr.c (mem_enable_command): Call target_dcache_invalidate
2476         instead of dcache_invalidate.
2477         (mem_disable_command, mem_delete_command): Ditto.
2478         * target.c (stack_cache_enabled_p_1): New static global.
2479         (stack_cache_enabled_p): New static global.
2480         (set_stack_cache_enabled_p): New function.
2481         (show_stack_cache_enabled_p): New function.
2482         (target_dcache): Make static.
2483         (target_dcache_invalidate): New function.
2484         (target_load, target_resume): Call target_dcache_invalidate
2485         instead of dcache_invalidate.
2486         (memory_xfer_partial): New arg object, all callers updated.
2487         Check for existing inferior before calling dcache routines.
2488         When writing non-TARGET_OBJECT_STACK_MEMORY, notify dcache.
2489         (target_xfer_partial): Call memory_xfer_partial for
2490         TARGET_OBJECT_STACK_MEMORY.
2491         (target_read_stack): New function.
2492         (initialize_targets): Install new option `stack-cache'.
2493         * target.h: Remove #include of dcache.h.
2494         (enum target_object): New value TARGET_OBJECT_STACK_MEMORY.
2495         (target_dcache): Delete.
2496         (target_dcache_invalidate): Declare.
2497         (target_read_stack): Declare.
2498         * top.c (prepare_execute_command): New function.
2499         (execute_command): Call prepare_execute_command
2500         instead of free_all_values.
2501         * top.h (prepare_execute_command): Declare.
2502         * valops.c (get_value_at): New function.
2503         (value_at): Guts moved to get_value_at.
2504         (value_at_lazy): Similarly.
2505         (value_fetch_lazy): Call read_stack for stack values.
2506         * value.c (struct value): New member `stack'.
2507         (value_stack, set_value_stack): New functions.
2508         * value.h (value_stack, set_value_stack): Declare.
2509         * mi/mi-main.c (mi_cmd_execute): Call prepare_execute_command
2510         instead of free_all_values.
2511
2512 2009-08-29  Hui Zhu  <teawater@gmail.com>
2513
2514         * i386-tdep.c (i386_process_record): Fix the error of string
2515         ops instructions's handler.
2516
2517 2009-08-28  Doug Evans  <dje@google.com>
2518
2519         * top.c (execute_command): Remove redundant comment.
2520
2521 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
2522
2523         PR gdb/10565
2524
2525         * value.c (value_primitive_field): Do not save value_offset for
2526         bitfields.
2527         (unpack_bits_as_long): Do not read an entire ULONGEST.
2528
2529 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2530
2531         Support constant DW_AT_data_member_location by GCC PR debug/40659.
2532         * dwarf2read.c
2533         (dwarf2_add_field <DW_TAG_member> <DW_AT_data_member_location>):
2534         Initialize BYTE_OFFSET to 0 by default.  Explicitly check if
2535         attr_form_is_block.
2536         (dwarf2_add_field <DW_TAG_inheritance> <DW_AT_data_member_location>)
2537         (read_common_block <DW_AT_data_member_location>): New variable
2538         byte_offset.  Fix crash on non-DW_BLOCK ATTR values.
2539
2540 2009-08-28  Hui Zhu  <teawater@gmail.com>
2541
2542         * record.c (record_list_release_next): Change the first
2543         record_reg to record_end.
2544
2545 2009-08-27  Doug Evans  <dje@google.com>
2546
2547         * value.c (free_all_values): Tweak comment.
2548
2549         * NEWS: Add note on "info sharedlibrary".
2550         Remove note on "set print symbol-loading".
2551         * main.c (captured_main): Pass !batch for from_tty when calling
2552         symbol_file_add_main.
2553         * objfiles.h (objfile_has_partial_symbols): Declare.
2554         (objfile_has_full_symbols): Declare.
2555         * objfiles.c (objfile_has_partial_symbols): New function.
2556         (have_partial_symbols): Use it.
2557         (objfile_has_full_symbols): New function.
2558         (have_full_symbols): Use it.
2559         * solib.c: Include interps.h.
2560         (solib_read_symbols): Back out patch of 2008-07-10.
2561         Add test for info_verbose for symbol loading messages for
2562         consistency with symfile.c.
2563         (info_sharedlibrary_command): Handle optional parameter of regex of
2564         libraries to list.  Inform user of libraries without debugging info.
2565         Rewrite to use ui_out routines to format output.
2566         * symfile.c (print_symbol_loading): Delete.
2567         (symbol_file_add_with_addrs_or_offsets): Back out patch of 2008-07-10.
2568         Print "no debugging symbols found" only if from_tty || info_verbose;
2569         and only check file being loaded, not all files.
2570         (reread_symbols): Test file being loaded for whether it has symbols,
2571         not all files.
2572         (__initialize_symfile): Delete `set print symbol-loading'.
2573         * symfile.h (print_symbol_loading): Delete.
2574
2575 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2576
2577         * varobj.c (varobj_create): Error if the specified frame was not found
2578         and it is needed.
2579
2580 2009-08-26  Michael Snyder  <msnyder@vmware.com>
2581
2582         * i386-tdep.c (i386_process_record): Break out of prefix loop
2583         if not amd64.  Otherwise inc/dec instructions are lost.
2584
2585 2009-08-25  Keith Seitz  <keiths@redhat.com>
2586
2587         * c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3
2588         searches. 
2589         (tokentab3): Add cxx_only for DOT_STAR.
2590
2591 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
2592
2593         * inferior.c (print_inferior): Align columns left.  Remove header
2594         for the the "current" column.  Rename column "Id" to "Num".
2595         Rename column "PID" to "Description".  Print if there's no selected
2596         inferior.
2597
2598 2009-08-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2599
2600         Fix ia64 start crash when GDB built with -lmcheck.
2601         * ia64-tdep.c (ia64_gdbarch_init): Allocate TDEP as cleared.  Remove
2602         specific clearing of TDEP SIGCONTEXT_REGISTER_ADDRESS and
2603         PC_IN_SIGTRAMP.
2604
2605 2009-08-24  Keith Seitz  <keiths@redhat.com>
2606
2607         * c-exp.y (tokentab3): Add new token, ARROW_STAR. Changed all users.
2608         (tokentab2): Add new token, DOT_STAR. Changed all users.
2609
2610 2009-08-24  Keith Seitz  <keiths@redhat.com>
2611
2612         * symtab.c (default_make_symbol_completion_list): Keep
2613         ':', too, so that we can limit searches in namespaces
2614         and classes. 
2615
2616 2009-08-24  Tom Tromey  <tromey@redhat.com>
2617
2618         * python/python-value.c (valpy_richcompare): Don't return from
2619         inside a TRY_CATCH.
2620
2621 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2622
2623         * CONTRIBUTE: Bump documented Autoconf version.
2624         * configure.ac: Do not substitute datarootdir, htmldir,
2625         pdfdir, docdir.  Do not process --with-datarootdir,
2626         --with-htmldir, --with-pdfdir, --with-docdir.
2627         * configure: Regenerate.
2628
2629         * aclocal.m4: Regenerate.
2630         * config.in: Likewise.
2631         * configure: Likewise.
2632         * gnulib/Makefile.in: Likewise.
2633
2634         * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of
2635         AC_GNU_SOURCE, AC_AIX, AC_ISC_POSIX.
2636
2637 2009-08-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
2638
2639         * objfiles.h (gdb_bfd_ref): New prototype.
2640         * objfiles.c (gdb_bfd_ref): New function.
2641         (allocate_objfile): Call it.
2642         (gdb_bfd_unref): Adjust assertion.
2643         * solib.c (solib_map_sections): Add reference.
2644         (symbol_add_stub): Don't add reference here.
2645         * symfile.c (reread_symbols): Add reference.
2646
2647 2009-08-21  Ken Werner <ken@linux.vnet.ibm.com>
2648             Doug Evans  <dje@google.com>
2649
2650         * jit.c (jit_event_handler): Use paddress to print target addresses.
2651         Wrap printf string in _().
2652
2653 2009-08-21  Doug Evans  <dje@google.com>
2654
2655         * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.
2656         (jit_read_code_entry, jit_register_code): Ditto.
2657         (jit_event_handler): Ditto.
2658         (jit_inferior_init): Renamed from previous jit_inferior_created_hook.
2659         (jit_inferior_created_hook, jit_breakpoint_re_set): New functions.
2660         (jit_inferior_created_observer): Renamed from
2661         jit_inferior_created_hook1, all callers updated.
2662         * jit.h (jit_breakpoint_re_set): Declare.
2663         (jit_event_handler): Update prototype.
2664         * breakpoint.c (breakpoint_re_set): Call jit_breakpoint_re_set instead
2665         of jit_inferior_created_hook.
2666
2667 2009-08-21  Hui Zhu  <teawater@gmail.com>
2668
2669         * record.c (record_wait): Change the argument of
2670         record_beneath_to_wait to options.
2671
2672 2009-08-20  Jacob Potter  <jdpotter@google.com>
2673
2674         Replace dcache with splay tree.
2675         Remove partially implemented writeback support.
2676         * dcache.c: Include splay-tree.h.
2677         (LINE_SIZE_POWER): Change from 5 to 6.
2678         (DCACHE_SIZE): Change from 64 to 4096.
2679         (ENTRY_INVALID, ENTRY_VALID, ENTRY_DIRTY): Delete.
2680         (state_chars): Delete.
2681         (struct dcache_block): Clean up; remove state and anydirty fields.
2682         (struct dcache_struct): Redefine as a splay tree and linked list.
2683         (last_cache): Make static.
2684         (dcache_invalidate, dcache_hit): Rewrite for new cache structure.
2685         (dcache_read_line, dcache_alloc): Rewrite for new cache structure.
2686         (dcache_write_line): Delete.
2687         (dcache_writeback): Delete.
2688         (dcache_peek_byte): Clean up; remove "invalid" state check.
2689         (dcache_poke_byte): Rewrite for new cache structure; clarify comment.
2690         (dcache_splay_tree_compare): New function.
2691         (dcache_init, dcache_free): Rewrite for new cache structure.
2692         (dcache_xfer_memory): Rewrite for new write-through cache structure.
2693         (dcache_print_line): New function.
2694         (dcache_info): Rewrite for new cache structure.
2695         (_initialize_dcache): Update "info dcache" help text.
2696         * dcache.h (dcache_xfer_memory): Update declaration.
2697         * target.c (memory_xfer_partial): Update calls to dcache_xfer_memory.
2698
2699 2009-08-19  Reid Kleckner  <reid@kleckner.net>
2700
2701         Add interface for JIT code generation.
2702         * NEWS: Announce JIT interface.
2703         * Makefile.in (SFILES): Add jit.c.
2704         (HFILES_NO_SRCDIR): Add jit.h.
2705         (COMMON_OBS): Add jit.o.
2706         * jit.c: New file.
2707         * jit.h: New file.
2708         * breakpoint.h (enum bptype): Add bp_jit_event to enum.
2709         * breakpoint.c:
2710         (update_breakpoints_after_exec): Delete jit breakpoints after exec.
2711         (bpstat_what): Update event table for bp_jit_event.
2712         (print_it_typical): Added case for bp_jit_event.
2713         (print_one_breakpoint_location): Added case for bp_jit_event.
2714         (allocate_bp_location): Added case for bp_jit_event.
2715         (mention): Added case for bp_jit_event.
2716         (delete_command): Added case for bp_jit_event.
2717         (breakpoint_re_set_one): Added case for bp_jit_event.
2718         (breakpoint_re_set): Added call to jit_inferior_created_hook.
2719         (create_jit_event_breakpoint): New.
2720         * infrun.c (handle_inferior_event): Add handler for jit event.
2721         (follow_exec): Add call to jit_inferior_created_hook.
2722
2723 2009-08-19  Ulrich Weigand  <uweigand@de.ibm.com>
2724
2725         * value.c (enum internalvar_kind): Replace INTERNALVAR_SCALAR by
2726         INTERNALVAR_INTEGER and INTERNALVAR_POINTER.
2727         (union internalvar_data): Replace "scalar" member by "integer"
2728         and "pointer".
2729         (value_of_internalvar): Handle INTERNALVAR_INTEGER and
2730         INTERNALVAR_POINTER instead of INTERNALVAR_SCALAR.
2731         (get_internalvar_integer): Likewise.
2732         (set_internalvar): Likewise.
2733         (set_internalvar_integer): Likewise.
2734         (preserve_one_internalvar): Likewise.
2735         (value_from_pointer): Handle typedef'd pointer types.
2736
2737 2009-08-18  Tom Tromey  <tromey@redhat.com>
2738
2739         * utils.c (add_internal_problem_command): Free set_doc and
2740         show_doc.
2741         * remote.c (add_packet_config_cmd): Free set_doc and show_doc.
2742         * language.c (add_language): Free language_set_doc.
2743
2744 2009-08-18  Tom Tromey  <tromey@redhat.com>
2745
2746         * Makefile.in (ALL_TARGET_OBS): Remove prologue-value.o, solib.o.
2747
2748 2009-08-17  Ulrich Weigand  <uweigand@de.ibm.com>
2749
2750         * symfile.c (reread_symbols): Call objfiles_changed *before*
2751         calling clear_symtab_users.
2752
2753 2009-08-17  Michael Snyder  <msnyder@vmware.com>
2754
2755         * amd64-tdep.c: Add a frame unwinder for function epilogues.
2756         (amd64_in_function_epilogue_p): New function.
2757         (amd64_epilogue_frame_sniffer): New function.
2758         (amd64_epilogue_frame_cache): New function.
2759         (amd64_epilogue_frame_this_id): New function.
2760         (amd64_epilogue_frame_unwind): New struct frame_unwind.
2761         (amd64_init_abi): Hook the new unwinder.
2762
2763         * amd64-linux-tdep.c (amd64_linux_init_abi): Set gdbarch to use
2764         SVR4 method for skip_trampoline_code.
2765
2766 2009-08-17  Pedro Alves  <pedro@codesourcery.com>>
2767
2768         * objfiles.c (objfile_relocate): Relocate the entry point before
2769         relocating the section offsets.  Flush the section map before
2770         resetting breakpoints.
2771
2772 2009-08-14  Doug Evans  <dje@google.com>
2773
2774         * symfile.c (find_separate_debug_file): Remove double free of
2775         canon_name.
2776
2777 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
2778
2779         * top.c (any_thread_of): Delete.
2780         (kill_or_detach): Use any_thread_of_process.
2781         * top.c (print_inferior_quit_action): New.
2782         (quit_confirm): Rewrite to print info about all inferiors.
2783         * target.c (dispose_inferior): New.
2784         (target_preopen): Use it.
2785
2786 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
2787
2788         * ui-file.h (ui_file_xstrdup): Mention that the length argument
2789         may be NULL.
2790         * ui-file.c (ui_file_xstrdup): Don't dereference LENGTH if it is
2791         NULL.
2792         * aix-thread.c (aix_thread_extra_thread_info): Pass NULL as length
2793         parameter to ui_file_xstrdup.
2794         * arm-tdep.c (_initialize_arm_tdep): Ditto.
2795         * infrun.c (print_target_wait_results): Ditto.
2796         * language.c (add_language): Ditto.
2797         * linespec.c (cplusplus_error): Ditto.
2798         * remote.c (escape_buffer): Ditto.
2799         * typeprint.c (type_to_string): Ditto.
2800         * utils.c (error_stream): Ditto.
2801         * varobj.c (value_get_print_value): Ditto.
2802         * xtensa-tdep.c (xtensa_verify_config): Replace `dummy' local with
2803         `length' local.  Pass it to ui_file_xstrdup, and avoid an strlen
2804         call.
2805         * gdbarch.sh (verify_gdbarch): Ditto.
2806         * gdbarch.c: Regenerate.
2807         * cli/cli-setshow.c (do_setshow_command): Pass NULL as length
2808         parameter to ui_file_xstrdup.
2809         * python/python-frame.c (frapy_str): Ditto.
2810         * python/python-type.c (typy_str): Use the length local instead of
2811         calling strlen.
2812         * python/python-value.c (valpy_str): Pass NULL as length parameter
2813         to ui_file_xstrdup.
2814
2815 2009-08-13  Doug Evans  <dje@google.com>
2816
2817         * utils.c (gnu_debuglink_crc32): Store crc32_table as unsigned int
2818         instead of unsigned long.
2819
2820 2009-08-13  Tom Tromey  <tromey@redhat.com>
2821
2822         * varobj.c (update_dynamic_varobj_children): Don't use
2823         value_copy.
2824         * value.h: (preserve_one_value): Declare.
2825         (value_prepend_to_list, value_remove_from_list): Remove.
2826         * value.c (preserve_one_value): No longer static.
2827         (preserve_values): Call preserve_python_values.
2828         (value_prepend_to_list): Remove.
2829         (value_remove_from_list): Remove.
2830         * python/python.h (values_in_python): Don't declare.
2831         (preserve_python_values): Declare.
2832         * python/python-value.c (values_in_python): Change type.  Move
2833         lower.  Now static.
2834         (struct value_object): Add struct tag.
2835         <next, prev>: New fields.
2836         (valpy_dealloc): Update.
2837         (note_value): New function.
2838         (valpy_new): Use value_incref, note_value.
2839         (preserve_python_values): New function.
2840         (valpy_positive): Don't use value_copy.
2841         (value_to_value_object): Use value_incref, note_value.
2842         (convert_value_from_python): Update comment.
2843
2844 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
2845
2846         * remote.c (remote_pid_to_str): If printing a process id and we
2847         don't know what the remote pid could be, output "Remote target";
2848         otherwise, use normal_pid_to_str.
2849
2850 2009-08-13  Tom Tromey  <tromey@redhat.com>
2851
2852         * language.h (longest_raw_hex_string): Remove unused declaration.
2853
2854 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
2855
2856         PR gdb/8869:
2857
2858         * language.c (language, type, range, case_sensitive): Make const.
2859         (show_language_command): Don't call deprecated_show_value_hack.
2860         Special case "auto".
2861         (set_language_command): An unrecognized language is now an
2862         internal error instead of a user error.  Don't call set_lang_str.
2863         (show_type_command): Don't call deprecated_show_value_hack.
2864         Special case "auto".  Use warning.
2865         (set_type_command): An unrecognized type is now an internal error
2866         instead of a user error.  Output type check mismatch with language
2867         here.  Don't call set_type_str.
2868         (show_range_command): Don't call deprecated_show_value_hack.
2869         Special case "auto".  Use warning.
2870         (set_range_command): An unrecognized range check is now an
2871         internal error instead of a warning.  Output range check mismatch
2872         with language here.  Don't call set_range_str.
2873         (show_case_command): Don't call deprecated_show_value_hack.
2874         Special case "auto".  Use warning.
2875         (set_case_command): Don't call set_case_str.  An unrecognized case
2876         check is now an internal error instead of a warning.  Output range
2877         check mismatch with language here.  Don't call set_case_str.
2878         (set_type_range_case): Don't call set_type_str, set_range_str or
2879         set_case_str here.
2880         (set_lang_str, set_type_str, set_range_str, set_case_str): Delete.
2881         (add_language): Install or reinstall the "set language" command
2882         here, and make it an enum command.  Build the enumeration and the
2883         help string from the current list of known languages.
2884         (_initialize_language): Don't install "set language" here.  Make
2885         "set check type", "set check range" and "set case-sensitive" enum
2886         commands.  Register the "auto" "local" and "unknown" languages in
2887         that order.
2888
2889 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
2890
2891         Revert 2009-08-07 changes for PR gdb/8869:
2892
2893         * language.c (set_language_command): Strip whitespace.
2894         (set_type_command): Likewise.
2895         (set_range_command): Likewise.
2896
2897         * language.c (language_completer): New function.
2898         (range_or_type_completer): New function.
2899         (case_completer): New function.
2900         (_initialize_language): Set completers.
2901         * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
2902         command.
2903         (add_setshow_string_noescape_cmd): Likewise.
2904         (add_setshow_integer_cmd): Likewise.
2905         (add_setshow_uinteger_cmd): Likewise.
2906         (add_setshow_zinteger_cmd): Likewise.
2907         (add_setshow_zuinteger_cmd): Likewise.
2908         * command.h (add_setshow_string_cmd,
2909         add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
2910         add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
2911
2912 2009-08-12  Michael Snyder  <msnyder@vmware.com>
2913
2914         * remote.c (remote_add_inferior): Remove unused local.
2915         (remote_add_thread): Ditto.
2916         (read_ptid): Ditto.
2917         (remote_current_thread): Ditto.
2918         (remote_stop_ns): Ditto.
2919         (remote_parse_stop_reply): Ditto.
2920         (remote_get_pending_stop_replies): Ditto.
2921         (remote_wait_ns): Ditto.
2922         (remote_wait_as): Ditto.
2923         (send_g_packet): Ditto.
2924         (remote_fetch_registers): Ditto.
2925         (store_register_using_P): Ditto.
2926         (remote_store_registers): Ditto.
2927         (remote_remove_breakpoint): Ditto.
2928         (remote_write_qxfer): Ditto.
2929         (remote_read_qxfer): Ditto.
2930
2931 2009-08-11  Tom Tromey  <tromey@redhat.com>
2932
2933         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make a cleanup.
2934         (dwarf2_loc_desc_needs_frame): Likewise.
2935         * dwarf2expr.h (make_cleanup_free_dwarf_expr_context): Declare.
2936         * dwarf2expr.c (free_dwarf_expr_context_cleanup): New function.
2937         (make_cleanup_free_dwarf_expr_context): Likewise.
2938         * dwarf2-frame.c (execute_stack_op): Make a cleanup.
2939
2940 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2941
2942         * objfiles.c (gdb_bfd_unref): Use the bfd_usrdata accessor.
2943         * solib.c (symbol_add_stub): Likewise.
2944         * symfile.c (symfile_bfd_open): Assert BFD_USRDATA is NULL.
2945
2946 2009-08-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
2947
2948         * objfiles.c (qsort_cmp): Remove assert.
2949         (preferred_obj_section): New function.
2950         (update_section_map): Filter duplicates.
2951         
2952 2009-08-10  Tristan Gingold  <gingold@adacore.com>
2953
2954         * solib-darwin.c (find_program_interpreter): Simplify the code by
2955         looking up for the load_dylinker command instead of reading the
2956         corresponding (but deprecated) section.
2957         (darwin_solib_create_inferior_hook): Adjust: do not free the
2958         interpreter path.
2959
2960 2009-08-10  Tristan Gingold  <gingold@adacore.com>
2961
2962         * i386-darwin-tdep.c (i386_m128_p): New function.
2963         (i386_darwin_arg_type_alignment): Ditto.
2964         (i386_darwin_push_dummy_call): Ditto.
2965         (i386_darwin_init_abi): Define Darwin specific push_dummy_call.
2966         Adjust long_double size.  Adjust pc offset in setjump buffer.
2967
2968 2009-08-10  Hui Zhu  <teawater@gmail.com>
2969
2970         Add Linux AMD64 process record support.
2971
2972         * amd64-linux-tdep.c (amd64_linux_record_tdep): New variable.
2973         This struct has the argument for the function
2974         "record_linux_system_call".
2975         (amd64_linux_syscall_record): New function. Parse the
2976         system call instruction and call function
2977         "record_linux_system_call" to record execute log.
2978         (i386_linux_init_abi): Initialize "amd64_linux_record_tdep".
2979         Set "amd64_linux_syscall_record" to "i386_syscall_record".
2980
2981 2009-08-10  Hui Zhu  <teawater@gmail.com>
2982
2983         Add process record Linux system call 64 bits support.
2984
2985         * linux-record.h (linux_record_tdep): Add size_pointer,
2986         size_size_t, size_iovec and arg6.  Change the values of
2987         size_int, size_long and size_ulong to
2988         gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
2989         gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT,
2990         gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT.
2991         * i386-linux-tdep.c (i386_linux_init_abi): Ditto.
2992         (i386_linux_intx80_sysenter_record): Add a check for system
2993         call number.
2994         * linux-record.c (record_linux_system_call): Make this
2995         function support 64 bits.
2996
2997 2009-08-10  Hui Zhu  <teawater@gmail.com>
2998
2999         Add AMD64 process record instruction set support.
3000
3001         * i386-tdep.h (gdbarch_tdep): Add record_regmap for registers
3002         because the AMD64's registers order in GDB is not same with
3003         I386 instructions.
3004         Add i386_syscall_record to be the syscall function handle
3005         interface.
3006         (record_i386_regnum): Number for record_regmap.
3007         * i386-tdep.c (OT_QUAD): For 64 bits.
3008         (i386_record_s): Add rex_x, rex_b, rip_offset and
3009         popl_esp_hack for AMD64 instruction set. And regmap for
3010         record_regmap.
3011         (i386_record_lea_modrm_addr): Support AMD64 instruction set
3012         64 bits lea.
3013         (i386_record_lea_modrm): Ditto.
3014         (i386_record_push): New function.  Record the execution log
3015         of push.
3016         (I386_RECORD_ARCH_LIST_ADD_REG): New macro to record the
3017         register.
3018         (i386_process_record): Support AMD64 instruction set.
3019         * amd64-tdep.c (amd64_record_regmap): For record_regmap.
3020         (amd64_init_abi): Set amd64_record_regmap to record_regmap.
3021
3022 2009-08-08  Pedro Alves  <pedro@codesourcery.com>
3023
3024         * bfd-target.c (struct target_bfd_data): New.
3025         (target_bfd_xfer_partial): Adjust to get at the section table from
3026         the new structure.
3027         (target_bfd_get_section_table): Ditto.
3028         (target_bfd_xclose): Ditto.  Get the bfd pointer from the
3029         target_bfd_data structure, from the section table.
3030         (target_bfd_reopen): Store a struct target_bfd_data in the
3031         target_ops to_data field, instead of a target_section_table.
3032
3033 2009-08-08  Aleksandar Ristovski  <aristovski@qnx.com>
3034             Hui Zhu  <teawater@gmail.com>
3035
3036         * record.c (record_store_registers): Remove unused variable.
3037
3038 2009-08-07  Tom Tromey  <tromey@redhat.com>
3039
3040         * language.c (set_language_command): Strip whitespace.
3041         (set_type_command): Likewise.
3042         (set_range_command): Likewise.
3043
3044 2009-08-07  Tom Tromey  <tromey@redhat.com>
3045
3046         PR gdb/8869:
3047         * language.c (language_completer): New function.
3048         (range_or_type_completer): New function.
3049         (case_completer): New function.
3050         (_initialize_language): Set completers.
3051         * cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
3052         command.
3053         (add_setshow_string_noescape_cmd): Likewise.
3054         (add_setshow_integer_cmd): Likewise.
3055         (add_setshow_uinteger_cmd): Likewise.
3056         (add_setshow_zinteger_cmd): Likewise.
3057         (add_setshow_zuinteger_cmd): Likewise.
3058         * command.h (add_setshow_string_cmd,
3059         add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
3060         add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
3061
3062 2009-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3063         
3064         gold/10400
3065         * dwarf2-frame.c (qsort_fde_cmp): Use stable sort.      
3066         
3067 2009-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3068
3069         * dwarf2-frame.c (struct dwarf2_cie): Remove 'next'.
3070         (struct dwarf2_cie_table): New.
3071         (struct dwarf2_fde): Remove 'next'.
3072         (struct dwarf2_fde_table): New.
3073         (struct comp_unit): Remove 'cie'.
3074         (bsearch_cie_cmp, bsearch_fde_cmp): New function.
3075         (find_cie, dwarf2_frame_find_fde): Use bsearch.
3076         (add_cie, add_fde): Use array instead of linked list.
3077         (decode_frame_entry, decode_frame_entry_1): New parameters.
3078         (qsort_fde_cmp): New function.
3079         (dwarf2_build_frame_info): Adjust.
3080         
3081 2009-08-06  Don Lee <don.lee@sunplusct.com>
3082
3083         * score-tdep.c: Support a new Sunplus CT S+core variant, S+core 3.
3084         * score-tdep.h: Ditto.
3085         * NEWS: Ditto.
3086         * configure.tgt: Test do we have a simulator.
3087         * MAINTAINERS: Add myself under target score
3088
3089 2009-08-06  Nick Roberts  <nickrob@snap.net.nz>
3090
3091         * utils.c (defaulted_query): Don't ask for confirmation if server
3092         prefix is used.
3093
3094 2009-08-05  Tom Tromey  <tromey@redhat.com>
3095
3096         * spu-tdep.h (SPUADDR_SPU): Cast result to int.
3097
3098 2009-08-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
3099
3100         * objfiles.h (OBJF_KEEPBFD): Delete.
3101         (gdb_bfd_unref): New prototype.
3102         * objfiles.c (gdb_bfd_unref): New function.
3103         (free_objfile): Call gdb_bfd_unref.
3104         * solib.c (free_so): Likewise.
3105         (symbol_add_stub): Set refcount.
3106
3107 2009-08-04  Hui Zhu  <teawater@gmail.com>
3108             Michael Snyder  <msnyder@vmware.com>
3109
3110         * record.c (record_mem_entry): New field 'mem_entry_not_accessible'.
3111         (record_arch_list_add_mem): Initialize 'mem_entry_not_accessible'.
3112         (record_wait): Set 'mem_entry_not_accessible' flag if target
3113         memory not readable.  Don't try to change target memory if
3114         'mem_entry_not_accessible' is set.
3115
3116 2009-08-03  Richard Guenther  <rguenther@suse.de>
3117             Jan Kratochvil  <jan.kratochvil@redhat.com>
3118
3119         Fix memory corruption on reread of file through a symbolic link.
3120         * symfile.c (find_separate_debug_file): Initialize CANON_NAME earlier.
3121         Allocate DEBUGFILE with length based on CANON_NAME.  Free CANON_NAME on
3122         all the return paths.
3123
3124 2009-08-03  Jim Ingham  <jingham@apple.com>
3125             Vladimir Prus  <vladimir@codesourcery.com>
3126
3127         Implement -break-commands
3128
3129         * breakpoint.c (get_breakpoint, breakpoint_set_commands): New.
3130         (commands_command): Use breakpoint_set_commands.
3131         * breakpoint.h (get_breakpoint, breakpoint_set_commands): Declare.
3132
3133         * mi/mi-cmds.h (mi_cmd_break_commands): New.
3134         * mi/mi-cmds.c: Register -break-commands.
3135         * mi/mi-cmd-break.c (mi_cmd_break_commands, mi_read_next_line)
3136         (mi_command_line_array, mi_command_line_array_cnt)
3137         (mi_command_line_array_ptr): New.
3138
3139 2009-08-03  Jim Ingham  <jingham@apple.com>
3140             Vladimir Prus  <vladimir@codesourcery.com>
3141
3142         Refactor reading of commands
3143
3144         * defs.h (read_command_lines_1): Declare.
3145         * cli/cli-script.c (read_next_line): Only return string,
3146         do not process.
3147         (process_next_line): New, extracted from read_next_line.
3148         (recurse_read_control_structure): Take a function pointer to the
3149         read function.
3150         (get_command_line) Pass the read_next_line as reader function
3151         into recurse_read_control_structure.
3152         (read_command_lines_1): New, extracted from...
3153         (read_command_lines): ...here.
3154
3155 2009-07-31  Kazu Hirata  <kazu@codesourcery.com>
3156
3157         * procfs.c (proc_set_current_signal): Populate mysinfo before
3158         copying it to arg.
3159         (proc_clear_current_signal): Likewise.
3160         (proc_set_watchpoint): Populate pwatch before copying it to arg.
3161
3162 2009-07-31  Michael Snyder  <msnyder@vmware.com>
3163
3164         * remote.c (store_register_using_P): Call putpkt and getpkt
3165         directly instead of calling remote_send.
3166         (store_registers_using_G): Ditto.
3167         (fetch_register_using_p): Ditto.
3168
3169         * remote.c (store_register_using_P): Make error msg more verbose.
3170         (store_registers_using_G): Ditto.
3171         (fetch_register_using_p): Ditto.
3172
3173 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3174
3175         * spu-tdep.c: Include "infcall.h".
3176         (spu_address_class_type_flags): New function.
3177         (spu_address_class_type_flags_to_name): Likewise.
3178         (spu_address_class_name_to_type_flags): Likewise.
3179         (spu_pointer_to_address): Handle __ea pointers.
3180         (spu_auto_flush_cache_p): New static variable.
3181         (spu_objfile_from_frame): New function.
3182         (flush_ea_cache, spu_attach_normal_stop): Likewise.
3183         (show_spu_auto_flush_cache): Likewise.
3184         (spu_gdbarch_init): Install address class handlers.
3185         (_initialize_spu_tdep): Attach to normal_stop observer.
3186         Install "set spu auto-flush-cache" / "show spu auto-flush-cache"
3187         commands.
3188
3189         * NEWS: Mention "set/show spu auto-flush-cache" commands.
3190
3191 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3192
3193         * spu-tdep.c: Include "block.h".
3194         (setspucmdlist, showspucmdlist): New static variables.
3195         (spu_stop_on_load_p): Likewise.
3196         (spu_catch_start): New function.
3197         (show_spu_command, set_spu_command): New functions.
3198         (show_spu_stop_on_load): Likewise.
3199         (_initialize_spu_tdep): Attach spu_catch_start to new_objfile observer.
3200         Install "set spu" / "show spu" prefix command handler.
3201         Install "set spu stop-on-load" / "show spu stop-on-load" command.
3202
3203         * NEWS: Mention "set/show spu stop-on-load" commands.
3204
3205 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3206
3207         * ppc-linux-tdep.c: Include "solib.h", "solist.h", "exceptions.h",
3208         "arch-utils.h", and "spu-tdep.h".
3209         (spu_context_objfile, spe_context_lm_addr, spe_context_offset):
3210         New static variables.
3211         (spe_context_cache_ptid, spe_context_cache_address): Likewise.
3212         (ppc_linux_spe_context_lookup): New function.
3213         (ppc_linux_spe_context_inferior_created): Likewise.
3214         (ppc_linux_spe_context_solib_loaded): Likewise.
3215         (ppc_linux_spe_context_solib_unloaded): Likewise.
3216         (ppc_linux_spe_context): Likewise.
3217         (struct ppu2spu_cache, struct ppu2spu_data): New data types.
3218         (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register,
3219         ppu2spu_unwind_register, ppu2spu_sniffer,
3220         ppu2spu_dealloc_cache): New functions.
3221         (ppu2spu_unwind): New static variable.
3222         (ppc_linux_init_abi): Install cross-architecture unwinder.
3223         (_initialize_ppc_linux_tdep): Attach to observers.
3224
3225         * spu-tdep.c (struct spu2ppu_cache): New data type.
3226         (spu2ppu_prev_arch, spu2ppu_this_id, spu2ppu_prev_register,
3227         spu2ppu_sniffer, spu2ppu_dealloc_cache): New functions.
3228         (spu2ppu_unwind): New static variable.
3229         (spu_gdbarch_init): Install cross-architecture unwinder.
3230
3231 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3232
3233         * target.h (enum strata): New value arch_stratum.
3234         * target.c (target_require_runnable): Skip arch_stratum targets.
3235
3236         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
3237         solib-spu.o and spu-multiarch.o to gdb_target_obs.
3238         * Makefile.in (ALL_TARGET_OBS): Add solib-spu.o and spu-multiarch.o.
3239         (ALLDEPFILES): Add solib-spu.c and spu-multiarch.c.
3240
3241         * solib-spu.c: New file.
3242         * solib-spu.h: New file.
3243         * spu-multiarch.c: New file.
3244
3245         * spu-tdep.h (SPUADDR, SPUADDR_SPU, SPUADDR_ADDR): New macros.
3246
3247         * spu-tdep.c (struct gdbarch_tdep): New member id.
3248         (spu_gdbarch_id): New function.
3249         (spu_lslr): New function.
3250
3251         (spu_address_to_pointer): New function.
3252         (spu_pointer_to_address): Support SPU ID address encoding.  Use
3253         spu_gdbarch_id and spu_lslr.
3254         (spu_integer_to_address): Likewise.
3255         (spu_frame_unwind_cache): Update for encoded addresses.
3256         (spu_unwind_pc, spu_unwind_sp): Likewise.
3257         (spu_read_pc, spu_write_pc): Likewise.
3258         (spu_push_dummy_call): Likewise.
3259         (spu_software_single_step): Likewise.
3260         (spu_get_longjmp_target): Likewise.
3261         (spu_overlay_update_osect): Likewise.
3262
3263         (spu_dis_asm_print_address): New function.
3264         (gdb_print_insn_spu): Likewise.
3265
3266         (spu_gdbarch_init): Store SPU ID in tdep structure.
3267         Install spu_address_to_pointer and gdb_print_insn_spu.
3268
3269         * ppc-linux-tdep.c: Include "observer.h", "auxv.h", "elf/common.h"
3270         and "solib-spu.h".
3271         (ppc_linux_entry_point_addr): New static variable.
3272         (ppc_linux_inferior_created): New function.
3273         (ppc_linux_displaced_step_location): Likewise.
3274         (ppc_linux_init_abi): Enable Cell/B.E. support if supported
3275         by the target.
3276         (_initialize_ppc_linux_tdep): Attach to inferior_created observer.
3277
3278         * NEWS: Mention multi-architecture and Cell/B.E. debugging
3279         capabilities.
3280
3281 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3282
3283         * linux-nat.c: Include <sys/vfs.h>.
3284         (SPUFS_MAGIC): Define.
3285         (spu_enumerate_spu_ids): New function.
3286         (linux_proc_xfer_spu): New function.
3287         (linux_xfer_partial): Handle TARGET_OBJECT_SPU.
3288
3289         (iterate_over_spus): New function.
3290         (struct linux_spu_corefile_data): New data type.
3291         (linux_spu_corefile_callback): New function.
3292         (linux_spu_make_corefile_notes): New function.
3293         (linux_nat_make_corefile_notes): Call it.
3294
3295         * corelow.c (struct spuid_list): New data type.
3296         (add_to_spuid_list): New function.
3297         (core_xfer_partial): Handle TARGET_OBJECT_SPU.
3298
3299 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3300
3301         * features/Makefile: Allow sub-platform specific expedite settings.
3302         (WHICH): Add rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3303         (rs6000/powerpc-cell32l-expedite): Define.
3304         (rs6000/powerpc-cell64l-expedite): Likewise.
3305         * features/rs6000/powerpc-cell32l.xml: New file.
3306         * features/rs6000/powerpc-cell64l.xml: New file.
3307         * features/rs6000/powerpc-cell32l.c: New generated file.
3308         * features/rs6000/powerpc-cell64l.c: New generated file.
3309
3310         * regformats/rs6000/powerpc-cell32l.dat: New generated file.
3311         * regformats/rs6000/powerpc-cell64l.dat: New generated file.
3312
3313         * config/djgpp/fnchange.lst: Add mappings for new files.
3314
3315         * ppc-linux-tdep.h (tdesc_powerpc_cell32l): Add prototype.
3316         (tdesc_powerpc_cell64l): Likewise.
3317         * ppc-linux-tdep.c: Include "features/rs6000/powerpc-cell32l.c"
3318         and "features/rs6000/powerpc-cell64l.c".
3319         (_initialize_ppc_linux_tdep): Initialize target descriptions.
3320         (ppc_linux_spu_section): New function.
3321         (ppc_linux_core_read_description): Detect Cell/B.E. core files.
3322         * ppc-linux-nat.c (PPC_FEATURE_CELL): Define.
3323         (ppc_linux_read_description): Detect Cell/B.E. architecture.
3324
3325         * rs6000-tdep.c (rs6000_gdbarch_init): Do not trust BFD wordsize
3326         if exec file is not PowerPC architecture.
3327
3328 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3329
3330         * features/gdb-target.dtd (target): Accept optional
3331         <compatible> elements.
3332         (compatible): Define element.
3333
3334         * target-descriptions.h (tdesc_compatible_p): New.
3335         (tdesc_add_compatible): New.
3336         * target-descriptions.c (arch_p): New VEC_P type.
3337         (struct target_desc): New member compatible.
3338         (free_target_description): Handle it.
3339         (maint_print_c_tdesc_cmd): Likewise.
3340         (tdesc_compatible_p): New function.
3341         (tdesc_add_compatible): New function.
3342
3343         * xml-tdesc.c (tdesc_end_compatible): New function.
3344         (target_children): Handle <compatible> element.
3345
3346         * arch-utils.c (choose_architecture_for_target): Accept target
3347         description instead of BFD architecture as input.  Query target
3348         description for compatible architectures.
3349         (gdbarch_info_fill): Update call.
3350
3351         * NEWS: Mention <compatible> element of target descriptions.
3352
3353 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3354
3355         * breakpoint.c (remove_breakpoints): If removing one breakpoint
3356         location fails, still continue to remove other locations.
3357         (remove_hw_watchpoints): Likewise.
3358         (detach_breakpoints): Likewise.
3359
3360 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3361
3362         * breakpoint.h (enum enable_state): Add bp_startup_disabled.
3363         (disable_breakpoints_before_startup): Add prototype.
3364         (enable_breakpoints_after_startup): Likewise.
3365
3366         * breakpoint.c (executing_startup): New static variable.
3367         (describe_other_breakpoints): Handle bp_startup_disabled.
3368         (check_duplicates_for): Likewise.
3369         (disable_breakpoints_before_startup): New function.
3370         (enable_breakpoints_after_startup): New function.
3371         (create_breakpoint): Mark new breakpoints as bp_startup_disabled
3372         if executing_startup flag is true.
3373         (break_command_really): Likewise.
3374         (breakpoint_re_set_one): Skip bp_startup_disabled breakpoints.
3375
3376 2009-07-31  Julian Brown  <julian@codesourcery.com>
3377
3378         * arm-linux-tdep.c (arch-utils.h, inferior.h, gdbthread.h, symfile.h):
3379         Include files.
3380         (arm_linux_cleanup_svc, arm_linux_copy_svc): New.
3381         (cleanup_kernel_helper_return, arm_catch_kernel_helper_return): New.
3382         (arm_linux_displaced_step_copy_insn): New.
3383         (arm_linux_init_abi): Initialise displaced stepping callbacks.
3384         * arm-tdep.c (DISPLACED_STEPPING_ARCH_VERSION): New macro.
3385         (ARM_NOP): New.
3386         (displaced_read_reg, displaced_in_arm_mode, branch_write_pc)
3387         (bx_write_pc, load_write_pc, alu_write_pc, displaced_write_reg)
3388         (insn_references_pc, copy_unmodified, cleanup_preload, copy_preload)
3389         (copy_preload_reg, cleanup_copro_load_store, copy_copro_load_store)
3390         (cleanup_branch, copy_b_bl_blx, copy_bx_blx_reg, cleanup_alu_imm)
3391         (copy_alu_imm, cleanup_alu_reg, copy_alu_reg)
3392         (cleanup_alu_shifted_reg, copy_alu_shifted_reg, cleanup_load)
3393         (cleanup_store, copy_extra_ld_st, copy_ldr_str_ldrb_strb)
3394         (cleanup_block_load_all, cleanup_block_store_pc)
3395         (cleanup_block_load_pc, copy_block_xfer, cleanup_svc, copy_svc)
3396         (copy_undef, copy_unpred): New.
3397         (decode_misc_memhint_neon, decode_unconditional)
3398         (decode_miscellaneous, decode_dp_misc, decode_ld_st_word_ubyte)
3399         (decode_media, decode_b_bl_ldmstm, decode_ext_reg_ld_st)
3400         (decode_svc_copro, arm_process_displaced_insn)
3401         (arm_displaced_init_closure, arm_displaced_step_copy_insn)
3402         (arm_displaced_step_fixup): New.
3403         (arm_gdbarch_init): Initialise max insn length field.
3404         * arm-tdep.h (DISPLACED_TEMPS, DISPLACED_MODIFIED_INSNS): New
3405         macros.
3406         (displaced_step_closure, pc_write_style): New.
3407         (arm_displaced_init_closure, displaced_read_reg)
3408         (arm_process_displaced_insn, arm_displaced_init_closure)
3409         (displaced_read_reg, displaced_write_reg, arm_displaced_step_copy_insn)
3410         (arm_displaced_step_fixup): Add prototypes.
3411
3412 2009-07-31  Pedro Alves  <pedro@codesourcery.com>
3413             Julian Brown  <julian@codesourcery.com>
3414
3415         * infrun.c (displaced_step_fixup): If this is a software
3416         single-stepping arch, don't tell the target to single-step.
3417         (maybe_software_singlestep): Return 0 if we're using displaced
3418         stepping.
3419         (resume): If this is a software single-stepping arch, and
3420         displaced-stepping is enabled, use it for all single-step
3421         requests.
3422
3423 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3424
3425         * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, aclocal_m4_deps)
3426         (AUTOCONF, configure_deps, AUTOHEADER): New variables.
3427         ($(srcdir)/aclocal.m4, $(srcdir)/configure, $(srcdir)/config.in)
3428         (am--refresh): New rules.
3429         (stamp-h, config.status): List config.in and configure including
3430         $(srcdir)/ prefix.
3431         * aclocal.m4: Regenerate.
3432         * configure: Regenerate.
3433
3434 2009-07-30  Thomas Schwinge  <tschwinge@gnu.org>
3435
3436         * gnu-nat.c (add_task_commands) <stopped>: Register the correct
3437         callback function.
3438
3439 2009-07-30  H.J. Lu  <hongjiu.lu@intel.com>
3440
3441         * ia64-tdep.c (ia64_access_reg): Correct paddress.
3442
3443 2009-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3444
3445         Replace public function varobj_list by all_root_varobjs iterator.
3446         * mi/mi-cmd-var.c (struct mi_cmd_var_update, mi_cmd_var_update_iter):
3447         New.
3448         (mi_cmd_var_update): Replace the varobj_list call by all_root_varobjs.
3449         Remove the variables rootlist, cr.  New variable data.
3450         * varobj.c (rootcount, varobj_list): Remove.
3451         (install_variable, uninstall_variable): Remove the rootcount updates.
3452         (all_root_varobjs): New function.
3453         (varobj_invalidate): Use the all_root_varobjs call.  Move the code to...
3454         (varobj_invalidate_iter): ... a new function.
3455         * varobj.h (varobj_list): Remove the prototype.
3456         (all_root_varobjs): New prototype.
3457
3458 2009-07-29  Paul Pluzhnikov  <ppluzhnikov@google.com>
3459
3460         PR gdb/6817
3461         * dbxread.c (read_dbx_symtab): Reduce stack use.
3462         
3463 2009-07-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3464
3465         Fix gcc-4.5 HEAD warnings.
3466         * cp-name-parser.y (%union <typed_val_int>, %token GLOBAL)
3467         (GLOBAL_CONSTRUCTORS, GLOBAL_DESTRUCTORS, demangler_special <GLOBAL>):
3468         Remove.
3469         (yylex <"global constructors keyed to ">)
3470         (yylex <"global destructors keyed to ">): Base it on DEMANGLER_SPECIAL.
3471         (cp_comp_to_string): Remove variables str, prefix and buf.  Remove the
3472         GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS handling.
3473         (cp_print): Remove the GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS
3474         handling.
3475
3476 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3477
3478         * NEWS: Mention ARM VFP support.
3479         * target-descriptions.c (tdesc_register_type): Make public.
3480         (tdesc_unnumbered_register): New function.
3481         (tdesc_register_reggroup_p): Allow missing
3482         pseudo_register_reggroup_p.
3483         * target-descriptions.h (tdesc_register_type): Declare.
3484         (tdesc_unnumbered_register): Declare.
3485         * arm-tdep.c (arm_neon_quad_read, arm_neon_quad_write): New functions.
3486         (arm_push_dummy_call): Use arm_neon_quad_write.
3487         (arm_neon_double_type, arm_neon_quad_type): New functions.
3488         (arm_register_type): Handle VFP and NEON registers.  Override the
3489         types of double-precision registers for NEON.  Disable FPA registers
3490         if they are not present.
3491         (arm_dwarf_reg_to_regnum): Add current VFP and NEON register numbers.
3492         (arm_return_value): Use arm_neon_quad_write and arm_neon_quad_read.
3493         (arm_register_name): Handle VFP single and NEON quad registers.
3494         (arm_pseudo_read, arm_pseudo_write): New functions.
3495         (arm_gdbarch_init): Check for VFP and NEON in the target description.
3496         Assign numbers to double-precision registers.  Register VFP and NEON
3497         pseudo registers.  Remove a shadowed "i" variable.
3498         * arm-tdep.h (enum gdb_regnum): Add ARM_D0_REGNUM and
3499         ARM_D31_REGNUM.
3500         (struct gdbarch_tdep): Add have_neon_pseudos, have_neon,
3501         have_vfp_registers, have_vfp_pseudos, neon_double_type,
3502         and neon_quad_type.
3503
3504         * features/Makefile: Make expedite settings only architecture
3505         specific.
3506         (WHICH): Add new ARM descriptions.
3507         * features/arm-with-neon.xml, features/arm-with-vfpv2.c,
3508         features/arm-with-vfpv3.c, features/arm-vfpv2.xml,
3509         features/arm-vfpv3.xml, features/arm-with-vfpv2.xml,
3510         features/arm-with-vfpv3.xml, features/arm-with-neon.c: New files.
3511         * regformats/arm-with-neon.dat, regformats/arm-with-vfpv2.dat,
3512         regformats/arm-with-vfpv3.dat: Generate.
3513
3514 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3515
3516         * infrun.c (handle_inferior_event): Clear trap_expected after
3517         stepping past a single-step breakpoint.
3518
3519 2009-07-28  Joseph Myers  <joseph@codesourcery.com>
3520
3521         * arm-tdep.c (enum arm_vfp_cprc_base_type,
3522         arm_vfp_cprc_unit_length, arm_vfp_cprc_reg_char,
3523         arm_vfp_cprc_sub_candidate, arm_vfp_call_candidate,
3524         arm_vfp_abi_for_function): New.
3525         (arm_push_dummy_call): Handle VFP ABI.
3526         (arm_extract_return_value, arm_store_return_value): Handle
3527         ARM_FLOAT_VFP case.
3528         (arm_return_value): Handle VFP ABI.
3529         (arm_gdbarch_init): Default fp_model based on Tag_ABI_VFP_args for
3530         EABI binaries.
3531
3532 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3533
3534         * arch-utils.c (displaced_step_at_entry_point): Do not call
3535         gdbarch_convert_from_func_ptr_addr.
3536         * cris-tdep.c: Remove outdated comment.
3537         * infcall.c (call_function_by_hand): Do not call
3538         gdbarch_convert_from_func_ptr_addr after entry_point_address.
3539         * objfiles.c (entry_point_address): Call both
3540         gdbarch_convert_from_func_ptr_addr and
3541         gdbarch_addr_bits_remove.
3542
3543 2009-07-28  Aleksandar Ristovski  <aristovski@qnx.com>
3544
3545         * nto-tdep.c (nto_thread_state_str): New array.
3546         (nto_extra_thread_info): New function definition.
3547         * nto-tdep.h (gdbthread.h): New include.
3548         (private_thread_info): New struct.
3549         (nto_extra_thread_info): New declaration.
3550         * nto-procfs.c (procfs_thread_alive): Properly check if
3551         thread is still alive.
3552         (update_thread_private_data_name, update_thread_private_data): New
3553         function definition.
3554         (procfs_find_new_threads): Fetch thread private data.
3555         (init_procfs_ops): Register to_extra_thread_info.
3556
3557 2009-07-25  Pedro Alves  <pedro@codesourcery.com>
3558
3559         * stack.c (backtrace_command_1): Remove dead check of NULL current
3560         frame.
3561
3562 2009-07-23  Keith Seitz  <keiths@redhat.com>
3563
3564         * source.c (forward_search_command): Don't fclose the stream,
3565         just run the cleanups.
3566         (reverse_search_command): Likewise.
3567
3568 2009-07-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
3569
3570         * symtab.c (search_symbols): Add QUIT.
3571         
3572 2009-07-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
3573
3574         * symfile.c (symbol_file_add_with_addrs_or_offsets): Call observer.
3575         
3576 2009-07-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
3577
3578         * objfiles.h (objfiles_changed): New prototype.
3579         * objfiles.c (objfiles_updated_p): Rename to objfiles_changed_p.
3580         (allocate_objfile, free_objfile): Must rebuild section map.
3581         (objfile_relocate): Likewise.
3582         (update_section_map, find_pc_section): Adjust.
3583         (set_objfiles_updated_on_exe_change): Remove.
3584         (set_objfiles_updated_on_solib_activity): Remove.
3585         (_initialize_objfiles): Remove.
3586         (objfiles_changed): New function.
3587         * symfile.c (reread_symbols): Call objfiles_changed.    
3588         
3589 2009-07-22  Hui Zhu  <teawater@gmail.com>
3590
3591         * record.c (record_xfer_partial): Call error When nquery
3592         return "n".
3593
3594 2009-07-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
3595         
3596         * objfiles.c (objfiles_updated_p): New variable.
3597         (qsort_cmp, bsearch_cmp, update_section_map): New function.
3598         (find_pc_section): Use bsearch.
3599         (set_objfiles_updated_on_exe_change): New function.
3600         (set_objfiles_updated_on_solib_activity): New function.
3601         (_initialize_objfiles): New function.
3602         
3603 2009-07-21 Michael Eager <eager@eagercon.com>
3604
3605         * features/rs6000/powerpc-405.xml: New.
3606         * rs6000-tdep.c: Add include & initialize for
3607         powerpc-405.c, add 405 to variants.
3608         * features/rs6000/powerpc-405.c: Generate.
3609
3610 2009-07-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
3611
3612         * utils.c (internal_vproblem): Always print failure message.
3613
3614 2009-07-21  Daniel Jacobowitz  <dan@codesourcery.com>
3615             Vladimir Prus <vladimir@codesourcery.com>
3616
3617         * valops.c (value_fetch_lazy): Handle bitfields explicitly.
3618         (value_assign): Remove unnecessary FIXME.  Honor the container
3619         type of bitfields if possible.
3620         * value.c (struct value): Add parent field.
3621         (value_parent): New function.
3622         (value_free): Free the parent also.
3623         (value_copy): Copy the parent also.
3624         (value_primitive_field): Do not read the contents of a lazy
3625         value to create a child bitfield value.  Set bitpos and offset
3626         according to the container type if possible.
3627         (unpack_bits_as_long): Rename from unpack_field_as_long.  Take
3628         field_type, bitpos, and bitsize instead of type and fieldno.
3629         (unpack_field_as_long): Use unpack_bits_as_long.
3630         * value.h (value_parent, unpack_bits_as_long): New prototypes.
3631
3632 2009-07-21  Daniel Jacobowitz  <dan@codesourcery.com>
3633
3634         * value.c (struct value): Add reference_count field.
3635         (allocate_value_lazy): Initialize reference_count.
3636         (value_incref): New function.
3637         (value_free): Check the reference count.
3638         * value.h (value_incref): New prototype.
3639
3640 2009-07-20  Marc Khouzam  <marc.khouzam@ericsson.com>
3641
3642         * utils.c (defaulted_query): Update comment and remove dead code.
3643
3644 2009-07-20  Doug Evans  <dje@google.com>
3645
3646         Add support for "comdat types" from DWARF4.
3647         * dwarf2read.c (dwarf2_per_objfile): New member types,
3648         signatured_types.
3649         (TYPES_SECTION): New macro.
3650         (dwarf2_per_cu_data): Change size of length field from 30 bits
3651         to 29 bits.  New member from_debug_types.
3652         (signatured_type): New struct.
3653         (struct attribute): New union member signatured_type.
3654         (DW_SIGNATURED_TYPE): New macro.
3655         (dwarf2_attr_no_follow): New function.
3656         (read_type_unit_scope): New function.
3657         (follow_die_ref_or_sig, follow_die_sig): New functions.
3658         (dwarf2_locate_sectoins): Handle .debug_types.
3659         (dwarf2_build_psymtabs): Read .debug_types.
3660         (read_type_comp_unit_head): New function.
3661         (hash_type_signature, eq_type_signature): New functions.
3662         (create_debug_types_hash_table): New function.
3663         (lookup_signatured_type): New function.
3664         (process_psymtab_comp_unit): Handle type units too.
3665         (process_type_comp_unit, build_type_psymtabs): New functions.
3666         (dwarf2_build_psymtabs_hard): Call build_type_psymtabs.
3667         (load_partial_comp_unit): Assert not called for a type unit.
3668         (skip_one_die): Handle DW_FORM_sig8.
3669         (queue_comp_unit): Don't call load_full_comp_unit here, or
3670         update read_in_chain.
3671         (psymtab_to_symtab_1): Call read_signatured_type_at_offset for
3672         type units, or load_full_comp_unit for comp units after
3673         queue_comp_unit returns.
3674         (load_full_comp_unit): Assert not called for type units.
3675         (load_full_comp_unit): Update read_in_chain here.
3676         (process_die): Handle DW_TAG_type_unit.
3677         (read_structure_type): Look for signatured types.
3678         (read_enumeration_type): Ditto.
3679         (init_cu_die_reader): Handle .debug_types.
3680         (read_comp_unit): Assert hash not computed yet.
3681         (read_die_and_children): Expand debugging printf to handle .debug_types.
3682         (read_partial_die): Handle DW_TAG_type_unit:
3683         (find_patial_die): Handle .debug_types.
3684         (read_attribute_value): Handle DW_FORM_sig8.
3685         (die_type): Call follow_die_ref_or_sig instead of follow_die_ref.
3686         (die_containing_type): Ditto.
3687         (dwarf_tag_name): Handle DW_TAG_type_unit.
3688         (dwarf_attr_name): Handle DW_AT_signature.
3689         (dwarf_form_name): Handle DW_FORM_sec_offset, DW_FORM_exprloc,
3690         DW_FORM_flag_present, DW_FORM_sig8.
3691         (dump_die_shallow): Handlel DW_FORM_sig8.
3692         (maybe_queue_comp_unit): Change return type to int from void.
3693         All callers updated.
3694         (follow_die_ref): Handle .debug_types.
3695         (lookup_signatured_type_at_offset): New function.
3696         (read_signatured_type_at_offset): New function.
3697         (read_signatured_type): New function.
3698
3699 2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
3700
3701         * arch-utils.c (gdbarch_info_fill): Only reference GDB_OSABI_DEFAULT
3702         if the macro is defined.
3703
3704 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
3705
3706         * features/gdb-target.dtd (target): Accept an optional 'osabi'
3707         element.
3708         (osabi): Define element.
3709         * features/mips-linux.xml (target): Add an osabi subelement set to
3710         GNU/Linux.
3711         * regformats/regdat.sh (xmlarch, xmlosabi): New variables.  Don't
3712         write the architecture into $xmltarget.  Store it in $xmlarch.
3713         Handle the 'osabi' type.  Handle outputting the osabi element of
3714         the target description.
3715         * regformats/reg-x86-64-linux.dat (osabi): Set to GNU/Linux.
3716         * regformats/reg-i386-linux.dat (osabi): Set to GNU/Linux.
3717
3718         * target-descriptions.h (tdesc_osabi, set_tdesc_osabi): Declare.
3719         * target-descriptions.c (struct target_desc) <osabi>: New field.
3720         (tdesc_osabi): New function.
3721         (set_tdesc_osabi): New function.
3722         * xml-tdesc.c: Include osabi.h.
3723         (tdesc_end_osabi): New.
3724         (target_children): Parse "osabi" elements.
3725         * arch-utils.c (gdbarch_info_fill): Try to get the osabi from the
3726         target description if the user didn't override it or it is not
3727         extractable from the bfd.  If that still fails, fallback to the
3728         configured in default.
3729         * osabi.h (osabi_from_tdesc_string): Declare.
3730         * osabi.c (osabi_from_tdesc_string): New.
3731         (gdbarch_lookup_osabi): Return GDB_OSABI_UNKNOWN instead of
3732         GDB_OSABI_DEFAULT.
3733
3734         * NEWS: Mention that target descriptions can now describe the
3735         target OS ABI.
3736
3737 2009-07-20  Mike Frysinger  <vapier@gentoo.org>
3738
3739         * configure.ac (AC_CHECK_FUNCS): Check for pipe.
3740         * config.in, configure: Regenerate.
3741         * tui/tui-io.c (TUI_USE_PIPE_FOR_READLINE): Define if HAVE_PIPE.
3742
3743 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
3744
3745         * gnu-nat.c: Include "inf-child.h".
3746         (gnu_mourn_inferior): Use the passed in target_ops
3747         instead of the gnu_ops global.
3748         (gnu_create_inferior): Inline `attach_to_child', use the passed in
3749         target_ops instead of the gnu_ops global.
3750         (gnu_can_run): Delete.
3751         (gnu_attach): Use the passed in target_ops instead of the gnu_ops
3752         global.
3753         (gnu_detach): Ditto.
3754         (gnu_prepare_to_store, gnu_open): Delete.
3755         (gnu_store_registers, gnu_fetch_registers): Delete declarations.
3756         (gnu_ops): Delete.
3757         (init_gnu_ops): Delete.
3758         (gnu_target): New.
3759         (_initialize_gnu_nat): Don't call init_gnu_ops or add_target here.
3760         * gnu-nat.h (gnu_target): Declare.
3761         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Make
3762         static.
3763         (_initialize_i386gnu_nat): New.
3764
3765 2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
3766
3767         * dwarf2loc.c (find_location_expression): Retrieve beginning and
3768         ending address offsets in location list entries as integers,
3769         not as addresses.
3770
3771 2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
3772
3773         * infrun.c (wait_for_inferior): Invalidate registers and overlay
3774         cache every time before calling target_wait.
3775         (handle_inferior_event): Make static. Always reset waiton_ptid.
3776         Never call registers_changed.
3777         (prepare_to_wait): Do not invaliate registers or overlay cache
3778         (moved to wait_for_inferior).  Do not reset waiton_ptid (moved
3779         to handle_inferior_event).
3780         (fetch_inferior_event): Remove check for always-true condition.  
3781
3782 2009-07-20  Thomas Schwinge  <tschwinge@gnu.org>
3783
3784         * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Adjust to
3785         2009-02-23 target_ops changes.
3786
3787 2009-07-18  Michael Snyder  <msnyder@vmware.com>
3788
3789         * infrun.c (handle_inferior_event): Remove an execution_direction
3790         check in the "check for subroutine calls" test, and add some 
3791         additional handling for reverse-stepping through shared libraries.
3792
3793 2009-07-18  Anthony Green  <green@moxielogic.com>
3794
3795         * moxie-tdep.c (moxie_analyze_prologue): Take gdbarch as last
3796         parameter instead of frame_info.
3797         (moxie_frame_cache): Call moxie_analyze_prologue with different
3798         args.
3799
3800 2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
3801
3802         * solib.c (solib_bfd_open): Do not call ops->bfd_open.
3803         (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open.
3804         * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member.
3805         * solib-irix.c (_initialize_irix_solib): Likewise.
3806         * solib-null.c (_initialize_null_solib): Likewise.
3807         * solib-osf.c (_initialize_osf_solib): Likewise.
3808         * solib-pa64.c (_initialize_pa64_solib): Likewise.
3809         * solib-som.c (_initialize_som_solib): Likewise.
3810         * solib-sunos.c (_initialize_sunos_solib): Likewise.
3811         * solib-svr4.c (_initialize_svr4_solib): Likewise.
3812         * solib-target.c (_initialize_solib_target): Likewise.
3813
3814 2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
3815
3816         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag.
3817
3818 2009-07-16  Doug Evans  <dje@google.com>
3819
3820         * linux-thread.db.c (try_thread_db_load_1): Tweak comment.
3821
3822 2007-07-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
3823
3824         * linux-thread-db.c (thread_db_find_new_threads_silently):
3825         New function.
3826         (try_thread_db_load_1): Call it.
3827
3828 2009-07-15  Doug Evans  <dje@google.com>
3829
3830         Code reorg in preparation for adding comdat types support.
3831         * dwarf2read.c (struct die_reader_specs): New struct.
3832         (locate_pdi_sibling): New arg buffer.  All callers updated.
3833         (load_partial_dies, read_partial_die): Ditto.
3834         (read_8_bytes): Change return type to ULONGEST.
3835         (read_comp_unit): Delete arg abfd.  All callers updated.
3836         (read_die_and_children_1): Delete args abfd, cu.  New arg reader.
3837         All callers updated.
3838         (read_die_and_children, read_die_and_siblings): Ditto.
3839         (read_full_die): Ditto.  Move closer to callers.
3840         (skip_one_die): New arg buffer.  All callers updated.
3841         (load_full_comp_unit): Change return type to void.  All callers
3842         updated.
3843         (partial_read_comp_unit_head): New args buffer, buffer_size.
3844         All callers updated.
3845         (process_psymtab_comp_unit): New function, split out from
3846         dwarf2_build_psymtabs_hard.
3847         (dwarf2_build_psymtabs_hard): Call it.
3848         (load_partial_comp_unit): Renamed from load_comp_unit.
3849         All callers updated.
3850         (skip_children): New arg buffer.  All callers updated.
3851         (init_cu_die_reader): New function.
3852         (is_ref_attr): New function.
3853         (dwarf2_get_ref_die_offset): Call it.
3854         (alloc_one_comp_unit): New function.
3855
3856 2009-07-14  Stan Shebs  <stan@codesourcery.com>
3857
3858         * MAINTAINERS (Global Maintainers): Add Doug Evans.
3859
3860 2009-07-14  Stan Shebs  <stan@codesourcery.com>
3861
3862         Conditional tracepoints.
3863         * ax-gdb.h (gen_eval_for_expr): Declare.
3864         * ax-gdb.c (gen_expr): Generate bytecodes for BINOP_EQUAL
3865         and other comparisons.
3866         (gen_eval_for_expr): New function.
3867         (agent_eval_command): New maintenance command.
3868         (_initialize_ax_gdb): Define the command.
3869         * remote.c (struct remote_state): New field cond_tracepoints.
3870         (PACKET_ConditionalTracepoints): New packet config type.
3871         (remote_cond_tracepoint_feature): New function.
3872         (remote_protocol_features): Add ConditionalTracepoints.
3873         (remote_supports_cond_tracepoints): New function.
3874         (_initialize_remote): Add ConditionalTracepoints.
3875         * tracepoint.c (download_tracepoint): Add conditional.
3876         * NEWS: Mention conditional tracepoints.
3877
3878 2009-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
3879
3880         * objfiles.c (objfile_relocate): Do not relocate the same
3881         BLOCKVECTOR_MAP address map multiple times.
3882
3883 2009-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
3884
3885         * remote.c (process_stop_reply): Access expedited target registers
3886         in target_gdbarch.
3887
3888 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3889
3890         Fix memory access from signed 32bit inferior registers on 64bit GDB.
3891         * linux-nat.c (linux_xfer_partial <TARGET_OBJECT_MEMORY>): New variable
3892         addr_bit.  Mask OFFSET by the ADDR_BIT width.
3893
3894 2009-07-13  Anthony Green  <green@moxielogic.com>
3895
3896         * moxie-tdep.c (moxie_gdbarch_init): Call
3897         set_gdbarch_process_record.
3898         (moxie_process_record): New.
3899         (moxie_process_readu): New.
3900
3901 2009-07-12  Michael Snyder  <msnyder@vmware.com>
3902
3903         * i386-tdep.c: Add a frame unwinder for function epilogues.
3904         (i386_in_function_epilogue_p): New function.
3905         (i386_epilogue_frame_sniffer): New function.
3906         (i386_epilogue_frame_cache): New function.
3907         (i386_epilogue_frame_this_id): New function.
3908         (i386_epilogue_frame_unwind): New struct frame_unwind.
3909         (i386_gdbarch_init): Hook the new unwinder.
3910
3911 2009-07-11  Hui Zhu  <teawater@gmail.com>
3912
3913         * cli/cli-cmds.c (disassemble_command): Add a new modifier /r
3914         to "disassemble" command to print the raw instructions in hex as
3915         well as in symbolic form.
3916         (init_cli_cmds): Ditto.
3917         (print_disassembly): Change "mixed" to "flags" to translate
3918         the behavior of disassemble.
3919         (disassemble_current_function): Ditto.
3920         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
3921         * stack.c (gdb_disassembly_stub): Ditto.
3922         * disasm.c (do_mixed_source_and_assembly): Ditto.
3923         (do_mixed_source_and_assembly): Ditto.
3924         (do_assembly_only): Ditto.
3925         (gdb_disassembly): Ditto.
3926         (dump_insns): print the raw instructions in hex as well as in
3927         symbolic form if DISASSEMBLY_RAW_INSN and flags is true.
3928         * disasm.h (DISASSEMBLY_SOURCE): Include source code with the
3929         assembly if it and flags is true.
3930         (DISASSEMBLY_RAW_INSN): Include the raw instructions in hex with
3931         the assembly if it and flags is true.
3932         (gdb_disassembly): Update extern.
3933         * NEWS: Document disassemble/r support.
3934
3935 2009-07-10  Tom Tromey  <tromey@redhat.com>
3936
3937         * dwarf2-frame.c: Include dwarf2.h, not elf/dwarf2.h.
3938         * dwarf2expr.c: Likewise.
3939         * dwarf2loc.c: Likewise.
3940         * dwarf2read.c: Likewise.
3941         * sh-tdep.c: Likewise.
3942         * xtensa-tdep.c: Likewise.
3943
3944 2009-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3945
3946         Tidy up the code.
3947         * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv.  Move
3948         variables var, rootlist and cr to their local sub-block.  Move the
3949         make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end
3950         and do_cleanups calls to the common base block.  Remove the zero NV
3951         check.
3952
3953 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
3954
3955         * python/python-internal.h (apply_varobj_pretty_printer): Update
3956         definition.
3957         (python_string_to_target_python_string): Add definition.
3958         * python/python-utils.c (unicode_to_encoded_python_string)
3959         (unicode_to_target_python_string)
3960         (python_string_to_target_python_string): New Functions.
3961         * python/python-prettyprint.c (pretty_print_one_value): Likewise.
3962         (print_string_repr): Refactor to logic to account for PyObject
3963         returned strings.
3964         (apply_varobj_pretty_printer): Likewise.
3965         * python/python-value.c (valpy_string): Parse length keyword. Use
3966         length keyword in LA_GET_STRING.
3967         * varobj.c (value_get_print_value): Refactor logic to account for
3968         PyObject returned strings.
3969         * c-lang.c (c_get_string): If the length parameter is specified,
3970         use that. Return value in characters. Update comments.
3971         * language.h: Update c_get_string prototype comments.
3972
3973 2009-07-09  Doug Evans  <dje@google.com>
3974
3975         * i386-tdep.c (i386_displaced_step_fixup): Fix order of arguments
3976         to read_memory_unsigned_integer.
3977
3978 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3979
3980         Report error on inaccessible memory.
3981         * cli/cli-dump.c: Include gdbcore.h.
3982         (dump_memory_to_file): Call read_memory instead of target_read_memory.
3983
3984 2009-07-09  Hui Zhu  <teawater@gmail.com>
3985
3986         * solib.c (solib_bfd_open): Output a warning if solib's
3987         architecture is not compatible with inferior's architecture.
3988
3989 2009-07-09  Ulrich Weigand  <uweigand@de.ibm.com>
3990             Jan Kratochvil  <jan.kratochvil@redhat.com>
3991
3992         * target.h (struct target_ops <to_thread_architecture>): Describe it.
3993         (target_thread_architecture): Refer to to_thread_architecture.
3994
3995 2009-07-08  Pierre Muller  <muller@ics.u-strasbg.fr>
3996
3997         * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
3998
3999 2009-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
4000
4001         * tui/tui-stack.c (tui_make_status_line): Display PC as ?? if unknown.
4002
4003 2009-07-07  Pierre Muller  <muller@ics.u-strasbg.fr>
4004
4005         * breakpoint.c (set_raw_breakpoint): Remove static modifier.
4006
4007 2009-07-07  Tom Tromey  <tromey@redhat.com>
4008
4009         * c-lang.c (convert_octal): Only allow 3 octal digits.
4010         (print_wchar): Prefer 3-digit octal form.  Fall back to hex if
4011         needed.
4012         * c-exp.y (c_parse_escape): Only allow 3 octal digits.
4013
4014 2009-07-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
4015
4016         * python/python-value.c (valpy_getitem): Remove incorrect assert.
4017         
4018 2009-07-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
4019
4020         * python/python-value.c (valpy_getitem): Don't return from TRY_CATCH.
4021
4022 2009-07-07  Sami Wagiaalla  <swagiaal@redhat.com>
4023
4024         * cp-support.h (struct using_direct): Rename members inner and
4025         outer to import_src, and import_dest respectively.
4026         * cp-namespace.c (cp_add_using_directive): Update.
4027         (cp_add_using): Update.
4028         (cp_copy_usings): Update.
4029         (cp_lookup_symbol_namespace): Update.
4030         (cp_scan_for_anonymous_namespaces): Update.
4031         * cp-support.c (make_symbol_overload_list_using): Update.
4032         * cp-support.h (cp_add_using_directive, cp_add_using): Rename
4033         arguments from inner and outer to src and dest respectively.
4034         * cp-namespace.c (cp_add_using_directive): Ditto.
4035         (cp_add_using): Ditto.
4036
4037 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4038
4039         * mi/mi-cmd-var.c (mi_cmd_var_update): Replace a while loop by for loop.
4040         * varobj.c (varobj_invalidate): Replace a while loop by for loop.
4041
4042 2009-07-07  Vladimir Prus  <vladimir@codesourcery.com>
4043
4044         Fix hang in floating varobjs.
4045
4046         * varobj.c (varobj_invalidate): Advance to next
4047         element when processing floating varobj.
4048
4049 2009-07-07  Vladimir Prus  <vladimir@codesourcery.com>
4050
4051         * varobj.c: Remove unnecessary include.
4052
4053 2009-07-07  Tristan Gingold  <gingold@adacore.com>
4054
4055         * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
4056         Remove excServer.c target.  Remove _all target.
4057         * darwin.defs: Removed.
4058
4059 2009-07-06  Aleksandar Ristovski  <aristovski@qnx.com>
4060
4061         * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.
4062
4063 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4064
4065         * source.c (find_and_open_source): Remove the `objfile' parameter.
4066         Update the function comment.
4067         (open_source_file, symtab_to_fullname, psymtab_to_fullname): Update the
4068         find_and_open_source callers.
4069
4070 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
4071
4072         * coff-pe-read.c (read_pe_exported_syms): Recognize
4073         "pe-arm-wince-little" and "pei-arm-wince-little" bfd targets as PE
4074         targets.
4075
4076 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
4077
4078         * arm-wince-tdep.c (arm_wince_skip_main_prologue): New.
4079         (arm_wince_init_abi): Register it as gdbarch_skip_main_prologue
4080         callback.
4081
4082 2009-06-29  Tristan Gingold  <gingold@adacore.com>
4083
4084         * i386-darwin-tdep.c (amd64_darwin_thread_state_reg_offset)
4085         (amd64_darwin_thread_state_num_regs)
4086         (amd64_darwin_sigcontext_addr, x86_darwin_init_abi_64): Moved to
4087         amd64-darwin-tdep.c
4088         (_initialize_i386_darwin_tdep): Remove 64 bits parts.
4089         (darwin_dwarf_signal_frame_p): Make public.
4090         * amd64-darwin-tdep.c: New file with most chunks from
4091         i386-darwin-tdep.c      
4092         * i386-darwin-tdep.h: Add a prototype for darwin_dwarf_signal_frame_p.
4093         (amd64_darwin_thread_state_reg_offset)
4094         (amd64_darwin_thread_state_num_regs): Moved to amd64-darwin-tdep.h
4095         * amd64-darwin-tdep.h: New file.
4096         * i386-darwin-nat.c: Only includes amd64-nat.h and amd64-darwin-tdep.h
4097         if BFD64 is defined.
4098         (i386_darwin_fetch_inferior_registers): Add #ifdef BFD64/#endif around
4099         64 bits parts.
4100         (i386_darwin_store_inferior_registers): Ditto.
4101         (darwin_set_sstep): Ditto.
4102         (darwin_complete_target): Ditto.
4103         (amd64_darwin_sstep_at_sigreturn): Ditto.
4104         * configure.tgt: Create a separate entry for x86_64-*-darwin.
4105         Add 64 bits support for i386-*-darwin if --enable-64-bit-bfd.
4106         * Makefile.in (ALLDEPFILES): Add amd64-darwin-tdep.c, darwin-nat.c,
4107         i386-darwin-tdep.c i386-darwin-nat.c
4108         (ALL_64_TARGET_OBS): Add amd64-darwin-tdep.o
4109         
4110 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
4111
4112         * linux-fork.c (forks_exist_p): Drop unnecessary extern.
4113         (add_fork, linux_fork_killall, linux_fork_mourn_inferior)
4114         (linux_fork_detach): Ditto.
4115         (delete_fork_command): Rename to ...
4116         (delete_checkpoint_command): ... this.
4117         (detach_fork_command): Rename to ...
4118         (detach_checkpoint_command): ... this.
4119         (info_forks_command): Rename to ...
4120         (info_checkpoints_command): ... this.
4121         (_initialize_linux_fork): Remove stale comments.  Adjust.
4122
4123 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
4124
4125         * linux-nat.c (linux_child_follow_fork): If we're staying attached
4126         to the child process, enable event reporting on it.  Don't handle
4127         checkpoints here.  Instead, add the child fork to the lwp thread
4128         and inferior lists without clobbering the previous inferior.  Let
4129         the thread_db layer learn about a new child process, even if
4130         following the parent.
4131         (linux_nat_switch_fork): Delete lwps of the current inferior only,
4132         instead of clearing the whole list.  Use thread_change_ptid to
4133         give the core the illusion the new checkpoint is still the same
4134         inferior.  Clear the register cache.
4135         (linux_handle_extended_wait): Handle checkpoints here.
4136         (linux_multi_process): Turn on.
4137         * linux-fork.c (struct fork_info) <pc>: Remove field.
4138         (init_fork_list): Do not delete the checkpoint from the inferior
4139         list (it is not there).
4140         (fork_load_infrun_state): Don't switch inferior_ptid here.  Pass
4141         the new checkpoint's ptid to linux_nat_switch_fork.
4142         (fork_save_infrun_state): Make static.  Don't stop the pc field of
4143         fork_info, it's gone.
4144         (linux_fork_mourn_inferior): Don't delete the checkpoint from the
4145         inferior list, it's not there.
4146         (linux_fork_detach): Ditto.
4147         (delete_fork_command): Replace mention of fork/checkpoint by
4148         checkpoint only.
4149         (detach_fork_command): Likewise.  Don't delete the checkpoint from
4150         the inferior list.
4151         (info_forks_command): Adjust.
4152         (restore_detach_fork): Delete.
4153         (checkpointing_pid): New.
4154         (linux_fork_checkpointing_p): New.
4155         (save_detach_fork): Delete.
4156         (checkpoint_command): Delete temp_detach_fork.  Don't remove
4157         breakpoints, that's a nop.  Store the pid of the process we're
4158         checkpointing, and use make_cleanup_restore_integer to restore it.
4159         Don't reinsert breakpoints here.
4160         (process_command, fork_command): Delete.
4161         (restart_command): Update comments to only mention checkpoints,
4162         not forks.
4163         (_initialize_linux_fork): Delete "fork", "process", "info forks"
4164         commands.
4165         * linux-fork.h (fork_save_infrun_state, fork_list): Delete
4166         declarations.
4167         (linux_fork_checkpointing_p): Declare.
4168         * cli/cli-cmds.c (killlist): New.
4169         * cli/cli-cmds.h (killlist): Declare.
4170         * gdbcmd.h (killlist): Declare.
4171         * inferior.c: Include "gdbthread.h".
4172         (detach_inferior_command, kill_inferior_command)
4173         (inferior_command): New.
4174         (info_inferiors_command): Allow specifying a specific inferior id.
4175         (_initialize_inferiors): Register "inferior", "kill inferior" and
4176         "detach inferior" commands.
4177         * infcmd.c (_initialize_infcmd): Make "kill" a prefix command.
4178         * gdbthread.h (any_thread_of_process): Declare.
4179         * thread.c (any_thread_of_process): New.
4180
4181         * NEWS: Mention multi-inferior debugging.  Mention 'info
4182         inferiors', 'inferior', 'detach inferior' and 'kill inferior' as
4183         new commands.
4184         (Removed commands): New section, mentioning that 'info forks',
4185         'fork', 'process', 'delete fork' and 'detach fork' are now gone.
4186
4187 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4188
4189         * gdbarch.sh (current_gdbarch): Remove global variable.
4190         (find_arch_by_info): Remove, inline into ...
4191         (gdbarch_find_by_info): ... this.  Remove current_gdbarch swapping.
4192         (deprecated_current_gdbarch_select_hack): Rename to ...
4193         (deprecated_target_gdbarch_select_hack): ... this.  Do not set
4194         or access current_gdbarch.
4195         * gdbarch.c, gdbarch.h: Regenerate.
4196
4197         * arch-utils.c (gdbarch_update_p): Update call.
4198         (set_gdbarch_from_file): Likewise.
4199
4200 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4201
4202         * defs.h (extract_signed_integer, extract_unsigned_integer,
4203         extract_long_unsigned_integer, store_signed_integer,
4204         store_unsigned_integer): Add BYTE_ORDER parameter.
4205         * findvar.c (extract_signed_integer, extract_unsigned_integer,
4206         extract_long_unsigned_integer, store_signed_integer,
4207         store_unsigned_integer): Add BYTE_ORDER parameter.  Use it
4208         instead of current_gdbarch.
4209
4210         * gdbcore.h (read_memory_integer, safe_read_memory_integer,
4211         read_memory_unsigned_integer, write_memory_signed_integer,
4212         write_memory_unsigned_integer): Add BYTE_ORDER parameter.
4213         * corefile.c (struct captured_read_memory_integer_arguments): Add
4214         BYTE_ORDER member.
4215         (safe_read_memory_integer): Add BYTE_ORDER parameter.  Store it into
4216         struct captured_read_memory_integer_arguments.
4217         (do_captured_read_memory_integer): Pass it to read_memory_integer.
4218         (read_memory_integer): Add BYTE_ORDER parameter.  Pass it to
4219         extract_signed_integer.
4220         (read_memory_unsigned_integer): Add BYTE_ORDER parameter.  Pass it to
4221         extract_unsigned_integer.
4222         (write_memory_signed_integer): Add BYTE_ORDER parameter.  Pass it
4223         to store_signed_integer.
4224         (write_memory_unsigned_integer): Add BYTE_ORDER parameter.  Pass it
4225         to store_unsigned_integer.
4226
4227         * target.h (get_target_memory_unsigned): Add BYTE_ORDER parameter.
4228         * target.c (get_target_memory_unsigned): Add BYTE_ORDER parameter.
4229         Pass it to extract_unsigned_integer.
4230
4231
4232         Update calls to extract_signed_integer, extract_unsigned_integer,
4233         extract_long_unsigned_integer, store_signed_integer,
4234         store_unsigned_integer, read_memory_integer,
4235         read_memory_unsigned_integer, safe_read_memory_integer,
4236         write_memory_signed_integer, write_memory_unsigned_integer, and
4237         get_target_memory_unsigned to pass byte order:
4238         * ada-lang.c (ada_value_binop): Update.
4239         * ada-valprint.c (char_at): Update.
4240         * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Update.
4241         * alpha-tdep.c (alpha_lds, alpha_sts, alpha_push_dummy_call,
4242         alpha_extract_return_value, alpha_read_insn,
4243         alpha_get_longjmp_target): Update.
4244         * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Update.
4245         * amd64obsd-tdep.c (amd64obsd_supply_uthread,
4246         amd64obsd_collect_uthread, amd64obsd_trapframe_cache): Update.
4247         * amd64-tdep.c (amd64_push_dummy_call, amd64_analyze_prologue,
4248         amd64_frame_cache, amd64_sigtramp_frame_cache, fixup_riprel,
4249         amd64_displaced_step_fixup): Update.
4250         * arm-linux-tdep.c (arm_linux_sigreturn_init,
4251         arm_linux_rt_sigreturn_init, arm_linux_supply_gregset): Update.
4252         * arm-tdep.c (thumb_analyze_prologue, arm_skip_prologue,
4253         arm_scan_prologue, arm_push_dummy_call, thumb_get_next_pc,
4254         arm_get_next_pc, arm_extract_return_value, arm_store_return_value,
4255         arm_return_value): Update.
4256         * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
4257         * auxv.c (default_auxv_parse): Update.
4258         * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address,
4259         avr_scan_prologue, avr_extract_return_value,
4260         avr_frame_prev_register, avr_push_dummy_call): Update.
4261         * bsd-uthread.c (bsd_uthread_check_magic, bsd_uthread_lookup_offset,
4262         bsd_uthread_wait, bsd_uthread_thread_alive,
4263         bsd_uthread_extra_thread_info): Update.
4264         * c-lang.c (c_printstr, print_wchar): Update.
4265         * cp-valprint.c (cp_print_class_member): Update.
4266         * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache,
4267         cris_push_dummy_call, cris_scan_prologue, cris_store_return_value,
4268         cris_extract_return_value, find_step_target, dip_prefix,
4269         sixteen_bit_offset_branch_op, none_reg_mode_jump_op,
4270         move_mem_to_reg_movem_op, get_data_from_address): Update.
4271         * dwarf2expr.c (dwarf2_read_address, execute_stack_op): Update.
4272         * dwarf2-frame.c (execute_cfa_program): Update.
4273         * dwarf2loc.c (find_location_expression): Update.
4274         * dwarf2read.c (dwarf2_const_value): Update.
4275         * expprint.c (print_subexp_standard): Update.
4276         * findvar.c (unsigned_pointer_to_address, signed_pointer_to_address,
4277         unsigned_address_to_pointer, address_to_signed_pointer,
4278         read_var_value): Update.
4279         * frame.c (frame_unwind_register_signed,
4280         frame_unwind_register_unsigned, get_frame_memory_signed,
4281         get_frame_memory_unsigned): Update.
4282         * frame-unwind.c (frame_unwind_got_constant): Update.
4283         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp,
4284         frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
4285         Update.
4286         * frv-tdep.c (frv_analyze_prologue, frv_skip_main_prologue,
4287         frv_extract_return_value, find_func_descr,
4288         frv_convert_from_func_ptr_addr, frv_push_dummy_call): Update.
4289         * f-valprint.c (f_val_print): Update.
4290         * gnu-v3-abi.c (gnuv3_decode_method_ptr, gnuv3_make_method_ptr):
4291         Update.
4292         * h8300-tdep.c (h8300_is_argument_spill, h8300_analyze_prologue,
4293         h8300_push_dummy_call, h8300_extract_return_value,
4294         h8300h_extract_return_value, h8300_store_return_value,
4295         h8300h_store_return_value): Update.
4296         * hppabsd-tdep.c (hppabsd_find_global_pointer): Update.
4297         * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register):
4298         Update.
4299         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline,
4300         hppa64_hpux_in_solib_call_trampoline,
4301         hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code,
4302         hppa_hpux_sigtramp_frame_unwind_cache,
4303         hppa_hpux_sigtramp_unwind_sniffer, hppa32_hpux_find_global_pointer,
4304         hppa64_hpux_find_global_pointer, hppa_hpux_search_pattern,
4305         hppa32_hpux_search_dummy_call_sequence,
4306         hppa64_hpux_search_dummy_call_sequence, hppa_hpux_supply_save_state,
4307         hppa_hpux_unwind_adjust_stub): Update.
4308         * hppa-linux-tdep.c (insns_match_pattern,
4309         hppa_linux_find_global_pointer): Update.
4310         * hppa-tdep.c (hppa_in_function_epilogue_p, hppa32_push_dummy_call,
4311         hppa64_convert_code_addr_to_fptr, hppa64_push_dummy_call,
4312         skip_prologue_hard_way, hppa_frame_cache, hppa_fallback_frame_cache,
4313         hppa_pseudo_register_read, hppa_frame_prev_register_helper,
4314         hppa_match_insns): Update.
4315         * hpux-thread.c (hpux_thread_fetch_registers): Update.
4316         * i386-tdep.c (i386bsd_sigcontext_addr): Update.
4317         * i386-cygwin-tdep.c (core_process_module_section): Update.
4318         * i386-darwin-nat.c (i386_darwin_sstep_at_sigreturn,
4319         amd64_darwin_sstep_at_sigreturn): Update.
4320         * i386-darwin-tdep.c (i386_darwin_sigcontext_addr,
4321         amd64_darwin_sigcontext_addr): Likewise.
4322         * i386-linux-nat.c (i386_linux_sigcontext_addr): Update.
4323         * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Update.
4324         * i386-nto-tdep.c (i386nto_sigcontext_addr): Update.
4325         * i386obsd-nat.c (i386obsd_supply_pcb): Update.
4326         * i386obsd-tdep.c (i386obsd_supply_uthread, i386obsd_collect_uthread,
4327         i386obsd_trapframe_cache): Update.
4328         * i386-tdep.c (i386_displaced_step_fixup, i386_follow_jump,
4329         i386_analyze_frame_setup, i386_analyze_prologue,
4330         i386_skip_main_prologue, i386_frame_cache, i386_sigtramp_frame_cache,
4331         i386_get_longjmp_target, i386_push_dummy_call,
4332         i386_pe_skip_trampoline_code, i386_svr4_sigcontext_addr,
4333         i386_fetch_pointer_argument): Update.
4334         * i387-tdep.c (i387_supply_fsave): Update.
4335         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Update.
4336         * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write,
4337         examine_prologue, ia64_frame_cache, ia64_frame_prev_register,
4338         ia64_sigtramp_frame_cache, ia64_sigtramp_frame_prev_register,
4339         ia64_access_reg, ia64_access_rse_reg, ia64_libunwind_frame_this_id,
4340         ia64_libunwind_frame_prev_register,
4341         ia64_libunwind_sigtramp_frame_this_id,
4342         ia64_libunwind_sigtramp_frame_prev_register, ia64_find_global_pointer,
4343         find_extant_func_descr, find_func_descr,
4344         ia64_convert_from_func_ptr_addr, ia64_push_dummy_call, ia64_dummy_id,
4345         ia64_unwind_pc): Update.
4346         * iq2000-tdep.c (iq2000_pointer_to_address, iq2000_address_to_pointer,
4347         iq2000_scan_prologue, iq2000_extract_return_value,
4348         iq2000_push_dummy_call): Update.
4349         * irix5nat.c (fill_gregset): Update.
4350         * jv-lang.c (evaluate_subexp_java): Update.
4351         * jv-valprint.c (java_value_print): Update.
4352         * lm32-tdep.c (lm32_analyze_prologue, lm32_push_dummy_call, 
4353         lm32_extract_return_value, lm32_store_return_value): Update.
4354         * m32c-tdep.c (m32c_push_dummy_call, m32c_return_value,
4355         m32c_skip_trampoline_code, m32c_m16c_address_to_pointer,
4356         m32c_m16c_pointer_to_address): Update.
4357         * m32r-tdep.c (m32r_store_return_value, decode_prologue,
4358         m32r_skip_prologue, m32r_push_dummy_call, m32r_extract_return_value):
4359         Update.
4360         * m68hc11-tdep.c (m68hc11_pseudo_register_read,
4361         m68hc11_pseudo_register_write, m68hc11_analyze_instruction,
4362         m68hc11_push_dummy_call): Update.
4363         * m68linux-tdep.c (m68k_linux_pc_in_sigtramp,
4364         m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
4365         Update.
4366         * m68k-tdep.c (m68k_push_dummy_call, m68k_analyze_frame_setup,
4367         m68k_analyze_register_saves, m68k_analyze_prologue, m68k_frame_cache,
4368         m68k_get_longjmp_target): Update.
4369         * m88k-tdep.c (m88k_fetch_instruction): Update.
4370         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_csr_write,
4371         mep_pseudo_cr32_write, mep_get_insn, mep_push_dummy_call): Update.
4372         * mi/mi-main.c (mi_cmd_data_write_memory): Update.
4373         * mips-linux-tdep.c (mips_linux_get_longjmp_target, supply_32bit_reg,
4374         mips64_linux_get_longjmp_target, mips64_fill_gregset,
4375         mips64_fill_fpregset, mips_linux_in_dynsym_stub): Update.
4376         * mipsnbdsd-tdep.c (mipsnbsd_get_longjmp_target): Update.
4377         * mips-tdep.c (mips_fetch_instruction, fetch_mips_16,
4378         mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call,
4379         mips_o32_push_dummy_call, mips_o64_push_dummy_call, 
4380         mips_single_step_through_delay, mips_skip_pic_trampoline_code,
4381         mips_integer_to_address): Update.
4382         * mn10300-tdep.c (mn10300_analyze_prologue, mn10300_push_dummy_call):
4383         Update.
4384         * monitor.c (monitor_supply_register, monitor_write_memory,
4385         monitor_read_memory_single): Update.
4386         * moxie-tdep.c (moxie_store_return_value, moxie_extract_return_value,
4387         moxie_analyze_prologue): Update.
4388         * mt-tdep.c (mt_return_value, mt_skip_prologue, mt_select_coprocessor,
4389         mt_pseudo_register_read, mt_pseudo_register_write, mt_registers_info,
4390         mt_push_dummy_call): Update.
4391         * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
4392         read_objc_methlist_method, read_objc_object, read_objc_super,
4393         read_objc_class, find_implementation_from_class): Update.
4394         * ppc64-linux-tdep.c (ppc64_desc_entry_point,
4395         ppc64_linux_convert_from_func_ptr_addr, ppc_linux_sigtramp_cache):
4396         Update.
4397         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_sniffer,
4398         ppcobsd_sigtramp_frame_cache): Update.
4399         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4400         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4401         ppc64_sysv_abi_return_value): Update.
4402         * ppc-linux-nat.c (ppc_linux_auxv_parse): Update.
4403         * procfs.c (procfs_auxv_parse): Update.
4404         * p-valprint.c (pascal_val_print): Update.
4405         * regcache.c (regcache_raw_read_signed, regcache_raw_read_unsigned,
4406         regcache_raw_write_signed, regcache_raw_write_unsigned,
4407         regcache_cooked_read_signed, regcache_cooked_read_unsigned,
4408         regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
4409         * remote-m32r-sdi.c (m32r_fetch_register): Update.
4410         * remote-mips.c (mips_wait, mips_fetch_registers, mips_xfer_memory):
4411         Update.
4412         * rs6000-aix-tdep.c (rs6000_push_dummy_call, rs6000_return_value,
4413         rs6000_convert_from_func_ptr_addr, branch_dest, 
4414         rs6000_software_single_step): Update.
4415         * rs6000-tdep.c (rs6000_in_function_epilogue_p,
4416         ppc_displaced_step_fixup, ppc_deal_with_atomic_sequence,
4417         bl_to_blrl_insn_p, rs6000_fetch_instruction, skip_prologue,
4418         rs6000_skip_main_prologue, rs6000_skip_trampoline_code,
4419         rs6000_frame_cache): Update.
4420         * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write,
4421         s390x_pseudo_register_read, s390x_pseudo_register_write, s390_load,
4422         s390_backchain_frame_unwind_cache, s390_sigtramp_frame_unwind_cache,
4423         extend_simple_arg, s390_push_dummy_call, s390_return_value): Update.
4424         * scm-exp.c (scm_lreadr): Update.
4425         * scm-lang.c (scm_get_field, scm_unpack): Update.
4426         * scm-valprint.c (scm_val_print): Update.
4427         * score-tdep.c (score_breakpoint_from_pc, score_push_dummy_call,
4428         score_fetch_inst): Update.
4429         * sh64-tdep.c (look_for_args_moves, sh64_skip_prologue_hard_way,
4430         sh64_analyze_prologue, sh64_push_dummy_call, sh64_extract_return_value,
4431         sh64_pseudo_register_read, sh64_pseudo_register_write,
4432         sh64_frame_prev_register): Update:
4433         * sh-tdep.c (sh_analyze_prologue, sh_push_dummy_call_fpu,
4434         sh_push_dummy_call_nofpu, sh_extract_return_value_nofpu,
4435         sh_store_return_value_nofpu, sh_in_function_epilogue_p): Update.
4436         * solib-darwin.c (darwin_load_image_infos): Update.
4437         * solib-frv.c (fetch_loadmap, lm_base, frv_current_sos, enable_break2,
4438         find_canonical_descriptor_in_load_object): Update.
4439         * solib-irix.c (extract_mips_address, fetch_lm_info, irix_current_sos,
4440         irix_open_symbol_file_object): Update.
4441         * solib-som.c (som_solib_create_inferior_hook, link_map_start,
4442         som_current_sos, som_open_symbol_file_object): Update.
4443         * solib-sunos.c (SOLIB_EXTRACT_ADDRESS, LM_ADDR, LM_NEXT, LM_NAME):
4444         Update.
4445         * solib-svr4.c (read_program_header, scan_dyntag_auxv,
4446         solib_svr4_r_ldsomap): Update.
4447         * sparc64-linux-tdep.c (sparc64_linux_step_trap): Update.
4448         * sparc64obsd-tdep.c (sparc64obsd_supply_uthread,
4449         sparc64obsd_collect_uthread): Update.
4450         * sparc64-tdep.c (sparc64_pseudo_register_read,
4451         sparc64_pseudo_register_write, sparc64_supply_gregset,
4452         sparc64_collect_gregset): Update.
4453         * sparc-linux-tdep.c (sparc32_linux_step_trap): Update.
4454         * sparcobsd-tdep.c (sparc32obsd_supply_uthread,
4455         sparc32obsd_collect_uthread): Update.
4456         * sparc-tdep.c (sparc_fetch_wcookie, sparc32_push_dummy_code,
4457         sparc32_store_arguments, sparc32_return_value, sparc_supply_rwindow,
4458         sparc_collect_rwindow): Update.
4459         * spu-linux-nat.c (parse_spufs_run): Update.
4460         * spu-tdep.c (spu_pseudo_register_read_spu,
4461         spu_pseudo_register_write_spu, spu_pointer_to_address,
4462         spu_analyze_prologue, spu_in_function_epilogue_p,
4463         spu_frame_unwind_cache, spu_push_dummy_call, spu_software_single_step,
4464         spu_get_longjmp_target, spu_get_overlay_table, spu_overlay_update_osect,
4465         info_spu_signal_command, info_spu_mailbox_list, info_spu_dma_cmdlist,
4466         info_spu_dma_command, info_spu_proxydma_command): Update.
4467         * stack.c (print_frame_nameless_args, frame_info): Update.
4468         * symfile.c (read_target_long_array, simple_read_overlay_table,
4469         simple_read_overlay_region_table): Update.
4470         * target.c (debug_print_register): Update.
4471         * tramp-frame.c (tramp_frame_start): Update.
4472         * v850-tdep.c (v850_analyze_prologue, v850_push_dummy_call,
4473         v850_extract_return_value, v850_store_return_value, 
4474         * valarith.c (value_binop, value_bit_index): Update.
4475         * valops.c (value_cast): Update.
4476         * valprint.c (val_print_type_code_int, val_print_string,
4477         read_string): Update.
4478         * value.c (unpack_long, unpack_double, unpack_field_as_long,
4479         modify_field, pack_long): Update.
4480         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call,
4481         vax_skip_prologue): Update.
4482         * xstormy16-tdep.c (xstormy16_push_dummy_call,
4483         xstormy16_analyze_prologue, xstormy16_in_function_epilogue_p,
4484         xstormy16_resolve_jmp_table_entry, xstormy16_find_jmp_table_entry,
4485         xstormy16_pointer_to_address, xstormy16_address_to_pointer): Update.
4486         * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read,
4487         xtensa_pseudo_register_write, xtensa_frame_cache,
4488         xtensa_push_dummy_call, call0_track_op, call0_frame_cache): Update.
4489
4490
4491         * dfp.h (decimal_to_string, decimal_from_string, decimal_from_integral,
4492         decimal_from_floating, decimal_to_doublest, decimal_is_zero): Add
4493         BYTE_ORDER parameter.
4494         (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
4495         parameters.
4496         (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
4497         (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
4498         * dfp.c (match_endianness): Add BYTE_ORDER parameter.  Use it
4499         instead of current_gdbarch.
4500         (decimal_to_string, decimal_from_integral, decimal_from_floating,
4501         decimal_to_doublest, decimal_is_zero): Add BYTE_ORDER parameter.
4502         Pass it to match_endianness.
4503         (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
4504         parameters.  Pass them to match_endianness.
4505         (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
4506         Pass them to match_endianness.
4507         (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
4508         Pass them to match_endianness.
4509         * valarith.c (value_args_as_decimal): Add BYTE_ORDER_X and
4510         BYTE_ORDER_Y output parameters.
4511         (value_binop): Update call to value_args_as_decimal.
4512
4513         Update calls to decimal_to_string, decimal_from_string,
4514         decimal_from_integral, decimal_from_floating, decimal_to_doublest,
4515         decimal_is_zero, decimal_binop, decimal_compare and decimal_convert
4516         to pass/receive byte order:
4517         * c-exp.y (parse_number): Update.
4518         * printcmd.c (printf_command): Update.
4519         * valarith.c (value_args_as_decimal, value_binop, value_logical_not,
4520         value_equal, value_less): Update.
4521         * valops.c (value_cast, value_one): Update.
4522         * valprint.c (print_decimal_floating): Update.
4523         * value.c (unpack_long, unpack_double): Update.
4524         * python/python-value.c (valpy_nonzero): Update.
4525
4526
4527         * ada-valprint.c (char_at): Add BYTE_ORDER parameter.
4528         (printstr): Update calls to char_at.
4529         (ada_val_print_array): Likewise.
4530         * valprint.c (read_string): Add BYTE_ORDER parameter.
4531         (val_print_string): Update call to read_string.
4532         * c-lang.c (c_get_string): Likewise.
4533         * charset.h (target_wide_charset): Add BYTE_ORDER parameter.
4534         * charset.c (target_wide_charset): Add BYTE_ORDER parameter.
4535         Use it instead of current_gdbarch.
4536         * printcmd.c (printf_command): Update calls to target_wide_charset.
4537         * c-lang.c (charset_for_string_type): Add BYTE_ORDER parameter.
4538         Pass to target_wide_charset.  Use it instead of current_gdbarch.
4539         (classify_type): Add BYTE_ORDER parameter.  Pass to
4540         charset_for_string_type.  Allow NULL encoding pointer.
4541         (print_wchar): Add BYTE_ORDER parameter.
4542         (c_emit_char): Update calls to classify_type and print_wchar.
4543         (c_printchar, c_printstr): Likewise.
4544
4545
4546         * gdbarch.sh (in_solib_return_trampoline): Convert to type "m".
4547         * gdbarch.c, gdbarch.h: Regenerate.
4548         * arch-utils.h (generic_in_solib_return_trampoline): Add GDBARCH
4549         parameter.
4550         * arch-utils.c (generic_in_solib_return_trampoline): Likewise.
4551         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Likewise.
4552         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise.
4553         (rs6000_skip_trampoline_code): Update call.
4554
4555         * alpha-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
4556         dynamic_sigtramp_offset and pc_in_sigtramp callbacks.
4557         (alpha_read_insn): Add GDBARCH parameter.
4558         * alpha-tdep.c (alpha_lds, alpha_sts): Add GDBARCH parameter.
4559         (alpha_register_to_value): Pass architecture to alpha_sts.
4560         (alpha_extract_return_value): Likewise.
4561         (alpha_value_to_register): Pass architecture to alpha_lds.
4562         (alpha_store_return_value): Likewise.
4563         (alpha_read_insn): Add GDBARCH parameter.
4564         (alpha_skip_prologue): Pass architecture to alpha_read_insn.
4565         (alpha_heuristic_proc_start): Likewise.
4566         (alpha_heuristic_frame_unwind_cache): Likewise.
4567         (alpha_next_pc): Likewise.
4568         (alpha_sigtramp_frame_this_id): Pass architecture to
4569         tdep->dynamic_sigtramp_offset callback.
4570         (alpha_sigtramp_frame_sniffer): Pass architecture to
4571         tdep->pc_in_sigtramp callback.
4572         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): Add GDBARCH parameter.
4573         (alphafbsd_sigtramp_offset): Likewise.
4574         * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): Add GDBARCH
4575         parameter.  Pass to alpha_read_insn.
4576         (alpha_linux_sigtramp_offset): Add GDBARCH parameter.  Pass to
4577         alpha_linux_sigtramp_offset_1.
4578         (alpha_linux_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
4579         alpha_linux_sigtramp_offset.
4580         (alpha_linux_sigcontext_addr): Pass architecture to alpha_read_insn
4581         and alpha_linux_sigtramp_offset.
4582         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Add GDBARCH parameter.
4583         (alphanbsd_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
4584         alphanbsd_sigtramp_offset.
4585         * alphaobsd-tdep.c (alphaobsd_sigtramp_offset): Add GDBARCH parameter.
4586         (alphaobsd_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
4587         alpha_read_insn.
4588         (alphaobsd_sigcontext_addr): Pass architecture to
4589         alphaobsd_sigtramp_offset.
4590         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): Add GDBARCH
4591         parameter.
4592
4593         * amd64-tdep.c (amd64_analyze_prologue): Add GDBARCH parameter.
4594         (amd64_skip_prologue): Pass architecture to amd64_analyze_prologue.
4595         (amd64_frame_cache): Likewise.
4596
4597         * arm-tdep.c (SWAP_SHORT, SWAP_INT): Remove.
4598         (thumb_analyze_prologue, arm_skip_prologue, arm_scan_prologue,
4599         thumb_get_next_pc, arm_get_next_pc): Do not use SWAP_ macros.
4600         * arm-wince-tdep.c: Include "frame.h".
4601
4602         * avr-tdep.c (EXTRACT_INSN): Remove.
4603         (avr_scan_prologue): Add GDBARCH argument, inline EXTRACT_INSN.
4604         (avr_skip_prologue): Pass architecture to avr_scan_prologue.
4605         (avr_frame_unwind_cache): Likewise.
4606
4607         * cris-tdep.c (struct instruction_environment): Add BYTE_ORDER member.
4608         (find_step_target): Initialize it.
4609         (get_data_from_address): Add BYTE_ORDER parameter.
4610         (bdap_prefix): Pass byte order to get_data_from_address.
4611         (handle_prefix_assign_mode_for_aritm_op): Likewise.
4612         (three_operand_add_sub_cmp_and_or_op): Likewise.
4613         (handle_inc_and_index_mode_for_aritm_op): Likewise.
4614
4615         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Add GDBARCH parameter.
4616         (frv_linux_sigcontext_reg_addr): Pass architecture to
4617         frv_linux_pc_in_sigtramp.
4618         (frv_linux_sigtramp_frame_sniffer): Likewise.
4619
4620         * h8300-tdep.c (h8300_is_argument_spill): Add GDBARCH parameter.
4621         (h8300_analyze_prologue): Add GDBARCH parameter.  Pass to
4622         h8300_is_argument_spill.
4623         (h8300_frame_cache, h8300_skip_prologue): Pass architecture
4624         to h8300_analyze_prologue.
4625
4626         * hppa-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
4627         in_solib_call_trampoline callback.
4628         (hppa_in_solib_call_trampoline): Add GDBARCH parameter.
4629         * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Add GDBARCH
4630         parameter.
4631         (hppa64_push_dummy_call): Pass architecture to
4632         hppa64_convert_code_addr_to_fptr.
4633         (hppa_match_insns): Add GDBARCH parameter.
4634         (hppa_match_insns_relaxed): Add GDBARCH parameter.  Pass to
4635         hppa_match_insns.
4636         (hppa_skip_trampoline_code): Pass architecture to hppa_match_insns.
4637         (hppa_in_solib_call_trampoline): Add GDBARCH parameter.  Pass to
4638         hppa_match_insns_relaxed.
4639         (hppa_stub_unwind_sniffer): Pass architecture to
4640         tdep->in_solib_call_trampoline callback.
4641         * hppa-hpux-tdep.c (hppa_hpux_search_pattern): Add GDBARCH parameter.
4642         (hppa32_hpux_search_dummy_call_sequence): Pass architecture to
4643         hppa_hpux_search_pattern.
4644         * hppa-linux-tdep.c (insns_match_pattern): Add GDBARCH parameter.
4645         (hppa_linux_sigtramp_find_sigcontext): Add GDBARCH parameter.
4646         Pass to insns_match_pattern.
4647         (hppa_linux_sigtramp_frame_unwind_cache): Pass architecture to
4648         hppa_linux_sigtramp_find_sigcontext.
4649         (hppa_linux_sigtramp_frame_sniffer): Likewise.
4650         (hppa32_hpux_in_solib_call_trampoline): Add GDBARCH parameter.
4651         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4652
4653         * i386-tdep.c (i386_follow_jump): Add GDBARCH parameter.
4654         (i386_analyze_frame_setup): Add GDBARCH parameter.
4655         (i386_analyze_prologue): Add GDBARCH parameter.  Pass to
4656         i386_follow_jump and i386_analyze_frame_setup.
4657         (i386_skip_prologue): Pass architecture to i386_analyze_prologue
4658         and i386_follow_jump.
4659         (i386_frame_cache): Pass architecture to i386_analyze_prologue.
4660         (i386_pe_skip_trampoline_code): Add FRAME parameter.
4661         * i386-tdep.h (i386_pe_skip_trampoline_code): Add FRAME parameter.
4662         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Pass
4663         frame to i386_pe_skip_trampoline_code.
4664
4665         * ia64-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter
4666         to sigcontext_register_address callback.
4667         * ia64-tdep.c (ia64_find_global_pointer): Add GDBARCH parameter.
4668         (ia64_find_unwind_table): Pass architecture to
4669         ia64_find_global_pointer.
4670         (find_extant_func_descr): Add GDBARCH parameter.
4671         (find_func_descr): Pass architecture to find_extant_func_descr
4672         and ia64_find_global_pointer.
4673         (ia64_sigtramp_frame_init_saved_regs): Pass architecture to
4674         tdep->sigcontext_register_address callback.
4675         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Add
4676         GDBARCH parameter.
4677
4678         * iq2000-tdep.c (iq2000_scan_prologue): Add GDBARCH parameter.
4679         (iq2000_frame_cache): Pass architecture to iq2000_scan_prologue.
4680
4681         * lm32-tdep.c (lm32_analyze_prologue): Add GDBARCH parameter.
4682         (lm32_skip_prologue, lm32_frame_cache): Pass architecture to
4683         lm32_analyze_prologue.
4684
4685         * m32r-tdep.c (decode_prologue): Add GDBARCH parameter.
4686         (m32r_skip_prologue): Pass architecture to decode_prologue.
4687
4688         * m68hc11-tdep.c (m68hc11_analyze_instruction): Add GDBARCH parameter.
4689         (m68hc11_scan_prologue): Pass architecture to
4690         m68hc11_analyze_instruction.
4691
4692         * m68k-tdep.c (m68k_analyze_frame_setup): Add GDBARCH parameter.
4693         (m68k_analyze_prologue): Pass architecture to
4694         m68k_analyze_frame_setup.
4695
4696         * m88k-tdep.c (m88k_fetch_instruction): Add BYTE_ORDER parameter.
4697         (m88k_analyze_prologue): Add GDBARCH parameter.  Pass byte order
4698         to m88k_fetch_instruction.
4699         (m88k_skip_prologue): Pass architecture to m88k_analyze_prologue.
4700         (m88k_frame_cache): Likewise.
4701
4702         * mep-tdep.c (mep_get_insn): Add GDBARCH parameter.
4703         (mep_analyze_prologue): Pass architecture to mep_get_insn.
4704
4705         * mips-tdep.c (mips_fetch_instruction): Add GDBARCH parameter.
4706         (mips32_next_pc): Pass architecture to mips_fetch_instruction.
4707         (deal_with_atomic_sequence): Likewise.
4708         (unpack_mips16): Add GDBARCH parameter, pass to mips_fetch_instruction.
4709         (mips16_scan_prologue): Likewise.
4710         (mips32_scan_prologue): Likewise.
4711         (mips16_in_function_epilogue_p): Likewise.
4712         (mips32_in_function_epilogue_p): Likewise.
4713         (mips_about_to_return): Likewise.
4714         (mips_insn16_frame_cache): Pass architecture to mips16_scan_prologue.
4715         (mips_insn32_frame_cache): Pass architecture to mips32_scan_prologue.
4716         (mips_skip_prologue): Pass architecture to mips16_scan_prologue
4717         and mips32_scan_prologue.
4718         (mips_in_function_epilogue_p): Pass architecture to
4719         mips16_in_function_epilogue_p and
4720         mips32_in_function_epilogue_p.
4721         (heuristic_proc_start): Pass architecture to mips_fetch_instruction
4722         and mips_about_to_return.
4723         (mips_skip_mips16_trampoline_code): Pass architecture to
4724         mips_fetch_instruction.
4725         (fetch_mips_16): Add GDBARCH parameter.
4726         (mips16_next_pc): Pass architecture to fetch_mips_16.
4727         (extended_mips16_next_pc): Pass architecture to unpack_mips16 and
4728         fetch_mips_16.
4729
4730         * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
4731         read_objc_methlist_method, read_objc_object, read_objc_super,
4732         read_objc_class): Add GDBARCH parameter.
4733         (find_implementation_from_class): Add GDBARCH parameter, pass
4734         to read_objc_class, read_objc_methlist_nmethods, and
4735         read_objc_methlist_method.
4736         (find_implementation): Add GDBARCH parameter, pass to
4737         read_objc_object and find_implementation_from_class.
4738         (resolve_msgsend, resolve_msgsend_stret): Pass architecture
4739         to find_implementation.
4740         (resolve_msgsend_super, resolve_msgsend_super_stret): Pass
4741         architecture to read_objc_super and find_implementation_from_class.
4742
4743         * ppc64-linux-tdep.c (ppc64_desc_entry_point): Add GDBARCH parameter.
4744         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target,
4745         ppc64_standard_linkage3_target): Pass architecture to
4746         ppc64_desc_entry_point.
4747         * rs6000-tdep.c (bl_to_blrl_insn_p): Add BYTE_ORDER parameter.
4748         (skip_prologue): Pass byte order to bl_to_blrl_insn_p.
4749         (rs6000_fetch_instruction): Add GDBARCH parameter.
4750         (rs6000_skip_stack_check): Add GDBARCH parameter, pass to
4751         rs6000_fetch_instruction.
4752         (skip_prologue): Pass architecture to rs6000_fetch_instruction.
4753         
4754         * remote-mips.c (mips_store_word): Return old_contents as host
4755         integer value instead of target bytes.
4756
4757         * s390-tdep.c (struct s390_prologue_data): Add BYTE_ORDER member.
4758         (s390_analyze_prologue): Initialize it.
4759         (extend_simple_arg): Add GDBARCH parameter.
4760         (s390_push_dummy_call): Pass architecture to extend_simple_arg.
4761
4762         * scm-lang.c (scm_get_field): Add BYTE_ORDER parameter.
4763         * scm-lang.h (scm_get_field): Add BYTE_ORDER parameter.
4764         (SCM_CAR, SCM_CDR): Pass SCM_BYTE_ORDER to scm_get_field.
4765         * scm-valprint.c (scm_scmval_print): Likewise.
4766         (scm_scmlist_print, scm_ipruk, scm_scmval_print): Define
4767         SCM_BYTE_ORDER.
4768
4769         * sh64-tdep.c (look_for_args_moves): Add GDBARCH parameter.
4770         (sh64_skip_prologue_hard_way): Add GDBARCH parameter, pass to
4771         look_for_args_moves.
4772         (sh64_skip_prologue): Pass architecture to
4773         sh64_skip_prologue_hard_way.
4774         * sh-tdep.c (sh_analyze_prologue): Add GDBARCH parameter.
4775         (sh_skip_prologue): Pass architecture to sh_analyze_prologue.
4776         (sh_frame_cache): Likewise.
4777
4778         * solib-irix.c (extract_mips_address): Add GDBARCH parameter.
4779         (fetch_lm_info, irix_current_sos, irix_open_symbol_file_object):
4780         Pass architecture to extract_mips_address.
4781
4782         * sparc-tdep.h (sparc_fetch_wcookie): Add GDBARCH parameter.
4783         * sparc-tdep.c (sparc_fetch_wcookie): Add GDBARCH parameter.
4784         (sparc_supply_rwindow, sparc_collect_rwindow): Pass architecture
4785         to sparc_fetch_wcookie.
4786         (sparc32_frame_prev_register): Likewise.
4787         * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
4788         * sparc32nbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
4789         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
4790
4791         * spu-tdep.c (spu_analyze_prologue): Add GDBARCH parameter.
4792         (spu_skip_prologue): Pass architecture to spu_analyze_prologue.
4793         (spu_virtual_frame_pointer): Likewise.
4794         (spu_frame_unwind_cache): Likewise.
4795         (info_spu_mailbox_list): Add BYTE_ORER parameter.
4796         (info_spu_mailbox_command): Pass byte order to info_spu_mailbox_list.
4797         (info_spu_dma_cmdlist): Add BYTE_ORER parameter.
4798         (info_spu_dma_command, info_spu_proxydma_command): Pass byte order
4799         to info_spu_dma_cmdlist.
4800
4801         * symfile.c (read_target_long_array): Add GDBARCH parameter.
4802         (simple_read_overlay_table, simple_read_overlay_region_table,
4803         simple_overlay_update_1): Pass architecture to read_target_long_array.
4804
4805         * v850-tdep.c (v850_analyze_prologue): Add GDBARCH parameter.
4806         (v850_frame_cache): Pass architecture to v850_analyze_prologue.
4807
4808         * xstormy16-tdep.c (xstormy16_analyze_prologue): Add GDBARCH
4809         parameter.
4810         (xstormy16_skip_prologue, xstormy16_frame_cache): Pass architecture
4811         to xstormy16_analyze_prologue.
4812         (xstormy16_resolve_jmp_table_entry): Add GDBARCH parameter.
4813         (xstormy16_find_jmp_table_entry): Likewise.
4814         (xstormy16_skip_trampoline_code): Pass architecture to
4815         xstormy16_resolve_jmp_table_entry.
4816         (xstormy16_pointer_to_address): Likewise.
4817         (xstormy16_address_to_pointer): Pass architecture to
4818         xstormy16_find_jmp_table_entry.
4819
4820         * xtensa-tdep.c (call0_track_op): Add GDBARCH parameter.
4821         (call0_analyze_prologue): Add GDBARCH parameter, pass to
4822         call0_track_op.
4823         (call0_frame_cache): Pass architecture to call0_analyze_prologue.
4824         (xtensa_skip_prologue): Likewise.
4825
4826 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4827
4828         * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
4829         (paddress): Add GDBARCH parameter.
4830         * utils.c (strlen_paddr, paddr, paddr_nz): Remove.
4831         (paddress): Add GDBARCH parameter, use it instead of current_gdbarch.
4832         * ui-out.h (ui_out_field_core_addr): Add GDBARCH parameter.
4833         * ui-out.c (ui_out_field_core_addr): Add GDBARCH parameter,
4834         use it instead of current_gdbarch.
4835
4836         Update calls to ui_out_field_core_addr to pass architecture:
4837         * ada-lang.c (print_one_exception): Update.
4838         * breakpoint.c (print_one_breakpoint_location,
4839         print_one_exception_catchpoint): Update.
4840         * disasm.c (dump_insns): Update.
4841         * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4842         * mi/mi-main.c (mi_cmd_data_read_memory): Update.
4843         * mi/mi-symbol-cmds.c: Include "objfiles.h".
4844         (mi_cmd_symbol_list_lines): Update.
4845         * stack.c (print_frame_info, print_frame): Update.
4846
4847         Update callers of paddress to pass architecture:
4848         * ada-tasks.c (info_task): Update.
4849         * ada-valprint.c (ada_val_print_1): Update.
4850         * annotate.c (annotate_source, annotate_frame_begin): Update.
4851         * breakpoint.c (insert_bp_location, describe_other_breakpoints,
4852         mention): Update.
4853         * cli/cli-cmds.c (edit_command, list_command, print_disassembly):
4854         Update.
4855         * corefile.c (memory_error): Update.
4856         * c-valprint.c (print_function_pointer_address, c_val_print): Update.
4857         * disasm.c (dis_asm_print_address): Update.
4858         * exec.c (print_section_info): Update.
4859         * f-valprint.c (f_val_print): Update.
4860         * infcmd.c: Include "arch-utils.h".
4861         (jump_command, program_info): Update.
4862         * linux-fork.c: Include "arch-utils.h".
4863         (info_forks_command): Update.
4864         * m2-valprint.c (print_function_pointer_address,
4865         print_unpacked_pointer, print_variable_at_address,
4866         m2_val_print): Update.
4867         * m32r-rom.c (m32r_load_section, m32r_load, m32r_upload_command):
4868         Update.
4869         * printcmd.c (print_address, print_address_demangle, address_info):
4870         Update.
4871         * p-valprint.c (pascal_val_print): Update.
4872         * source.c: Include "arch-utils.h".
4873         (line_info): Update.
4874         * stack.c (frame_info, print_block_frame_labels): Update.
4875         * symfile.c (add_symbol_file_command, list_overlays_command): Update.
4876         * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1,
4877         print_symbol, print_partial_symbols, maintenance_info_psymtabs,
4878         maintenance_check_symtabs): Update.
4879         * symtab.c (find_pc_sect_symtab): Update.
4880         * target.c (deprecated_debug_xfer_memory): Update.
4881         * tracepoint.c (scope_info): Update.
4882         * tui/tui-stack.c (tui_make_status_line): Update.
4883         * valprint.c (val_print_string): Update.
4884
4885         Update callers of paddr_nz to use paddress instead (keeping
4886         user-visible output identical):
4887         * alpha-tdep.c (alpha_heuristic_proc_start): Update.
4888         * amd64-tdep.c (fixup_riprel, amd64_displaced_step_copy_insn,
4889         amd64_displaced_step_fixup): Update.
4890         * arch-utils.c (simple_displaced_step_copy_insn): Update.
4891         * auxv.c (fprint_target_auxv): Update.
4892         * breakpoint.c (insert_single_step_breakpoint): Update.
4893         * buildsym.c (finish_block): Update.
4894         * cli/cli-dump.c (restore_section_callback): Update.
4895         * fbsd-nat.c (fbsd_find_memory_regions): Update.
4896         * frame.c (frame_unwind_register_value): Update.
4897         * gcore.c (gcore_create_callback): Update.
4898         * hppa-tdep.c (hppa_frame_cache, hppa_skip_trampoline_code): Update.
4899         * i386-tdep.c (i386_displaced_step_fixup, i386_record_modrm,
4900         i386_record_lea_modrm_addr, i386_record_lea_modrm,
4901         i386_process_record): Update.
4902         * ia64-tdep.c (ia64_frame_this_id, ia64_sigtramp_frame_this_id,
4903         ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id,
4904         ia64_dummy_id, ia64_access_reg, ia64_access_rse_reg): Update.
4905         * infrun.c (displaced_step_prepare, displaced_step_fixup,
4906         handle_inferior_event, insert_step_resume_breakpoint_at_sal,
4907         insert_longjmp_resume_breakpoint): Update.
4908         * linux-nat.c (linux_nat_find_memory_regions): Update.
4909         * linux-record.c (record_linux_system_call): Update.
4910         * mips-tdep.c (heuristic_proc_start, mips_eabi_push_dummy_call,
4911         mips_n32n64_push_dummy_call, mips_o32_push_dummy_call,
4912         mips_o64_push_dummy_call): Update.
4913         * monitor.c (monitor_error, monitor_remove_breakpoint): Update.
4914         * record.c (record_arch_list_add_mem, record_wait,
4915         record_xfer_partial): Update.
4916         * remote-mips.c (mips_fetch_word, mips_check_lsi_error,
4917         mips_common_breakpoint): Update.
4918         * remote-sim.c (gdbsim_xfer_inferior_memory): Update.
4919         * rs6000-tdep.c (ppc_displaced_step_fixup): Update.
4920         * solib-som.c (som_current_sos): Update.
4921         * symfile.c (load_progress, generic_load): Update.
4922         * symfile-mem.c (add_vsyscall_page): Update.
4923         * valops.c (value_fetch_lazy): Update.
4924         * windows-tdep.c (windows_xfer_shared_library): Update.
4925
4926         Update callers of paddr_nz to use paddress instead (changing
4927         user-visible output to make it more correct):
4928         * dwarf2loc.c (locexpr_describe_location): Update.
4929         * ia64-tdep.c (ia64_memory_insert_breakpoint,
4930         ia64_memory_remove_breakpoint): Update.
4931         * jv-valprint.c (java_value_print): Update.
4932         * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
4933         * monitor.c (monitor_read_memory): Update.
4934
4935         Update callers of paddr to use paddress instead (changing
4936         user-visible output to make it more correct):
4937         * arm-tdep.c (arm_push_dummy_call): Update.
4938         * breakpoint.c (insert_bp_location, create_thread_event_breakpoint,
4939         create_breakpoint): Update.
4940         * darwin-nat-info.c (darwin_debug_regions): Update.
4941         * dcache.c (dcache_info): Update.
4942         * dsrec.c (load_srec, make_srec): Update.
4943         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program,
4944         dwarf2_frame_cache): Update.
4945         * gcore.c (gcore_copy_callback): Update.
4946         * gnu-nat.c (gnu_xfer_memory): Update.
4947         * mips-linux-nat.c (mips_show_dr): Update.
4948         * monitor.c (monitor_write_memory, monitor_insert_breakpoint,
4949         monitor_remove_breakpoint): Update.
4950         * remote.c (compare_sections_command): Update.
4951         * remote-m32r-sdi.c (m32r_xfer_memory, m32r_insert_breakpoint,
4952         m32r_remove_breakpoint, m32r_insert_watchpoint,
4953         m32r_remove_watchpoint): Update.
4954         * sol-thread.c (info_cb): Update.
4955         * symfile.c (load_progress): Update.
4956
4957         Update callers of paddress or paddr_nz to use hex_string instead
4958         (changes output of internal/error/debug messages only):
4959         * dwarf2read.c (dump_die_shallow): Update.
4960         * frame.c (fprint_field, fprint_frame, frame_pc_unwind,
4961         get_frame_func, create_new_frame): Update.
4962         * hppa-tdep.c (find_unwind_entry, unwind_command): Update.
4963         * ia64-tdep.c (get_kernel_table, ia64_find_proc_info_x,
4964         ia64_get_dyn_info_list): Update.
4965         * maint.c (maintenance_translate_address): Update.
4966         * mi/mi-cmd-var.c (mi_cmd_var_create): Update.
4967         * target.c (target_flash_erase): Update.
4968
4969         Update callers of paddr/paddr_nz to use phex/phex_nz instead,
4970         using an appropriate address size.  Remove use of strlen_paddr.
4971         * exec.c (exec_files_info): Update.
4972         * i386-nat.c (i386_show_dr): Update.
4973         * remote.c (remote_flash_erase): Update.
4974         * m32r-rom.c (m32r_load_section): Update.
4975         * monitor.c (monitor_vsprintf, monitor_store_register): Update.
4976         * remote.c (remote_check_symbols, remote_search_memory): Update.
4977         * remote-mips.c (mips_request, mips_common_breakpoint): Update.
4978         * scm-valprint.c (scm_ipruk, scm_scmval_print): Update.
4979         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Update.
4980         * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs,
4981         sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs,
4982         sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
4983         sh_dsp_show_regs): Update.
4984         * xcoffsolib.c (sharedlibrary_command): Update.
4985
4986
4987         * maint.c (maint_print_section_info): Add ADDR_SIZE parameter.
4988         Use hex_string_custom instead of paddr.
4989         (print_bfd_section_info): Pass address size.
4990         (print_objfile_section_info): Likewise.
4991
4992         * annotate.h (annotate_source): Add GDBARCH parameter.
4993         (annotate_frame_begin): Likewise.
4994         * annotate.c (annotate_source): Add GDBARCH parameter.
4995         (annotate_frame_begin): Likewise.
4996         * source.c (identify_source_line): Update call to annotate_source.
4997         * stack.c (print_frame_info, print_frame): Update call to
4998         annotate_frame_begin.
4999
5000         * breakpoint.c (describe_other_breakpoints): Add GDBARCH parameter.
5001         (create_breakpoint, create_ada_exception_breakpoint): Update call.
5002
5003         * stack.c (print_block_frame_labels): Add GDBARCH parameter.
5004         (print_frame_label_vars): Update call.
5005
5006         * symmisc.c (print_partial_symbols): Add GDBARCH parameter.
5007         (dump_psymtab): Update call to print_partial_symbols.
5008         (struct print_symbol_args): Add GDBARCH member.
5009         (dump_symtab_1): Set print_symbol_args architecture member.
5010         (print_symbol): Use it.
5011
5012         * windows-tdep.h (windows_xfer_shared_library): Add GDBARCH
5013         parameter.
5014         * windows-tdep.c (windows_xfer_shared_library): Likewise.
5015         * i386-cygwin-tdep.c (struct cpms_data): Add GDBARCH member.
5016         (core_process_module_section): Pass architecture from cpms_data to
5017         windows_xfer_shared_library.
5018         (windows_core_xfer_shared_libraries): Initialize cmps_data 
5019         architecture member.
5020         * windows-nat.c (windows_xfer_shared_libraries): Pass architecture
5021         to windows_xfer_shared_library.
5022
5023         * defs.h (print_address): Add GDBARCH parameter.
5024         * printcmd.c (print_address): Add GDBARCH parameter.
5025         (print_scalar_formatted, do_examine): Update call.
5026         * findcmd.c (find_command): Update call.
5027         * tracepoint.c: Include "arch-utils.h".
5028         (trace_find_line_command): Update call.
5029         * tui/tui-disasm.c (tui_disassemble): Update call.
5030
5031         * value.h (print_address_demangle): Add GDBARCH parameter.
5032         * printcmd.c (print_address_demangle): Add GDBARCH parameter.
5033         * c-valprint.c (print_function_pointer_address, c_val_print):
5034         Update call.
5035         * f-valprint.c (f_val_print): Update call.
5036         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update call.
5037         * jv-valprint.c (java_val_print): Update call.
5038         * m2-valprint.c (print_function_pointer_address, m2_val_print):
5039         Update call.
5040         * p-valprint.c (pascal_val_print): Update call.
5041
5042         * disasm.c (gdb_disassemble_info): Install architecture into
5043         di.application_data field.
5044
5045 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5046
5047         * disasm.h (gdb_disassembly): Add GDBARCH parameter.
5048         (gdb_print_insn): Likewise.
5049         * disasm.c (dump_insns): Add GDBARCH parameter.  Use it instead
5050         of current_gdbarch.
5051         (do_mixed_source_and_assembly): Add GDBARCH parameter.  Pass to
5052         dump_insns.
5053         (do_assembly_only): Likewise.
5054         (gdb_disassembly): Add GDBARCH parameter.  Use it instead of
5055         current_gdbarch.  Pass to subroutines.
5056         (gdb_print_insn): Add GDBARCH parameter.  Use it instead of
5057         current_gdbarch.
5058
5059         * stack.c (struct gdb_disassembly_stub_args): Add GDBARCH member.
5060         (gdb_disassembly_stub): Pass architecture to gdb_disassembly.
5061         (do_gdb_disassembly): Add GDBARCH argument.  Store into args.
5062         (print_frame_info): Pass architecture to do_gdb_disassembly.
5063
5064         * printcmd.c (print_formatted): Pass architecture to gdb_print_insn.
5065
5066         * mi/mi-cmd-disas.c: Include "arch-utils.h"
5067         (mi_cmd_disassemble): Pass architecture to gdb_disassembly.
5068
5069         * cli/cli-cmds.c: Include "arch-utils.h".
5070         (print_disassembly): Add GDBARCH parameter.  Pass to gdb_disassembly
5071         and tui_show_assembly.
5072         (disassemble_current_function): Pass architecture to
5073         tui_get_low_disassembly_address and print_disassembly.
5074         (disassemble_command): Pass architecture to
5075         tui_get_low_disassembly_address and print_disassembly.
5076
5077         * tui/tui.c (tui_show_assembly): Add GDBARCH parameter.  Pass to
5078         tui_update_source_windows_with_addr.
5079
5080         * tui/tui-data.h (struct tui_locator_element): Add GDBARCH member.
5081         (struct tui_source_info): Likewise.
5082         * tui/tui-data.c (tui_clear_win_detail): Clear source_info.gdbarch.
5083
5084         * tui/tui-disasm.c (tui_disassemble): Add GDBARCH parameter.
5085         Pass to gdb_print_insn.
5086         (tui_find_disassembly_address): Add GDBARCH parameter.  Pass to
5087         tui_disassemble.
5088         (tui_set_disassem_content): Add GDBARCH parameter.  Install into
5089         source_info.gdbarch.  Pass to tui_disassemble.
5090         (tui_show_disassem): Add GDBARCH parameter.  Pass to 
5091         tui_update_source_window.
5092         (tui_show_disassem_and_update_source): Add GDBARCH parameter.  Pass to
5093         tui_show_disassem and tui_update_source_window.
5094
5095         (tui_get_begin_asm_address): Return locator architecture in addition
5096         to locator PC value.
5097
5098         (tui_get_low_disassembly_address): Add GDBARCH parameter.   Pass to
5099         tui_get_low_disassembly_address.
5100
5101         (tui_vertical_disassem_scroll): Pass architecture to subroutines.
5102
5103         * tui/tui-disasm.h (tui_set_disassem_content): Add GDBARCH parameter.
5104         (tui_show_disassem): Likewise.
5105         (tui_show_disassem_and_update_source): Likewise.
5106         (tui_get_begin_asm_address): Return architecture and PC value.
5107
5108         * tui/tui.h (tui_get_low_disassembly_address): Add GDBARCH parameter.
5109         (tui_show_assembly): Add GDBARCH parameter.
5110
5111         * tui/tui-layout.c (extract_display_start_addr): Return current window
5112         architecture in addition to current PC value.
5113
5114         (tui_set_layout): Update calls to tui_get_low_disassembly_address and
5115         extract_display_start_addr.  Pass architecture to
5116         tui_update_source_windows_with_addr.
5117
5118         * tui/tui-source.c: Include "objfiles.h".
5119         (tui_set_source_content): Initialize window architecture.
5120         (tui_show_symtab_source): Add GDBARCH parameter.  Pass to
5121         tui_update_source_window_as_is
5122
5123         * tui/tui-source.h (tui_show_symtab_source): Add GDBARCH parameter.
5124
5125         * tui/tui-stack.c (tui_set_locator_info): Add GDBARCH parameter.
5126         Install locator architecture.
5127         (tui_set_locator_filename): Update call.
5128         (tui_show_frame_info): Pass architecture to tui_set_locator_info
5129         and subroutines.
5130
5131         * tui/tui-win.c (make_visible_with_new_height): Pass architecture
5132         to tui_update_source_window.
5133
5134         * tui/tui-winsource.c: Include "objfiles.h".
5135         (tui_display_main): Update call to tui_get_begin_asm_address.
5136         Pass architecture to tui_update_source_windows_with_addr.
5137         (tui_update_source_window): Add GDBARCH parameter.  Pass to
5138         tui_update_source_window_as_is.
5139         (tui_update_source_window_as_is): Add GDBARCH parameter.
5140         Pass to tui_set_disassem_content.
5141         (tui_update_source_windows_with_addr): Add GDBARCH parameter.
5142         Pass to subroutines.
5143         (tui_update_source_windows_with_line): Pass objfile architecture
5144         to subroutines.
5145         (tui_horizontal_source_scroll): Pass architecture to 
5146         tui_update_source_window_as_is.
5147         
5148         * tui/tui-winsource.h (tui_update_source_window): Add GDBARCH
5149         parameter.
5150         (tui_update_source_window_as_is): Likewise.
5151         (tui_update_source_windows_with_addr): Likewise.
5152
5153 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5154
5155         * breakpoint.h (struct breakpoint): New member GDBARCH.
5156         * breakpoint.c: Include "arch-utils.h".
5157         (set_raw_breakpoint_without_location): Add GDBARCH parameter.
5158         Use it to set breakpoint architecture.
5159         (set_raw_breakpoint): Add GDBARCH parameter.
5160         (create_internal_breakpoint): Likewise.
5161         (create_catchpoint): Likewise.
5162         (create_fork_vfork_event_catchpoint): Likewise.
5163         (create_breakpoint): Likewise.
5164         (create_breakpoints): Likewise.
5165         (break_command_really): Likewise.
5166         (create_ada_exception_breakpoint): Likewise.
5167         Update local callers to pass architecture:
5168         (create_internal_breakpoint): Update.
5169         (create_overlay_event_breakpoint): Update.
5170         (create_longjmp_master_breakpoint): Update.
5171         (create_thread_event_breakpoint): Update.
5172         (create_solib_event_breakpoint): Update.
5173         (create_catchpoint): Update.
5174         (create_fork_vfork_event_catchpoint): Update.
5175         (set_momentary_breakpoint): Update.
5176         (clone_momentary_breakpoint): Update.
5177         (create_breakpoint): Update.
5178         (create_breakpoints): Update.
5179         (break_command_really): Update.
5180         (break_command_1): Update.
5181         (set_breakpoint): Update.
5182         (watch_command_1): Update.
5183         (catch_fork_command_1): Update.
5184         (catch_exec_commnd_1): Update.
5185         (handle_gnu_v3_exceptions): Update.
5186         (create_ada_exception_breakpoint): Update.
5187         (catch_ada_exception_command): Update.
5188         (catch_assert_command): Update.
5189         (trace_command): Update.
5190
5191         * breakpoint.h (struct bp_location): New member GDBARCH.
5192         * breakpoint.c (get_sal_arch): New function.
5193         (set_raw_breakpoint): Set location architecture.
5194         (add_location_to_breakpoint): Likewise.
5195         (clone_momentary_breakpoint): Likewise.
5196         (watch_command_1): Likewise.
5197         (update_watchpoint): Likewise.
5198         (bp_loc_is_permanent): Use location architecture instead of
5199         current_gdbarch.
5200         (adjust_breakpoint_address): Add GDBARCH parameter; use it
5201         instead of current_gdbarch.
5202         Update callers of adjust_breakpoint_address to pass
5203         breakpoint location architecture:
5204         (set_raw_breakpoint): Update.
5205         (watch_command_1): Update.
5206
5207         * tracepoint.c: (collect_symbol): Add GDBARCH parameter, use instead
5208         of current_gdbarch.
5209         (add_local_symbols): Add GDBARCH parameter.  Pass to collect_symbol.
5210         (encode_actions): Pass tracepoint architecture to add_local_symbols
5211         (encode_actions): Use tracepoint architecture instead of
5212         current_gdbarch.  Pass it to add_local_symbols and collect_symbol.
5213
5214         * breakpoint.h (struct breakpoint_ops): Replace last_addr parameter
5215         of print_one callback with last_loc.
5216         * breakpoint.c (print_one_breakpoint_location): Replace last_addr
5217         parameter with last_loc.
5218         (print_one_breakpoint): Likewise.
5219         (do_captured_breakpoint_query): Update call.
5220         (breakpoint_1): Pass last_loc instead of last_addr to
5221         print_one_breakpoint.  Pass last location architecture instead of
5222         current_gdbarch to set_next_address.
5223         Update all implementations of the print_one callback:
5224         * breakpoint.c (print_one_catch_fork): Update.
5225         (print_one_catch_vfork): Update.
5226         (print_one_catch_exec): Update.
5227         (print_one_exception_catchpoint): Update.
5228         * ada-lang.c (print_one_exception): Update.
5229         (print_one_catch_exception): Update.
5230         (print_one_catch_exception_unhandled): Update.
5231         (print_one_catch_assert): Update.
5232
5233         * breakpoint.c (print_one_breakpoint_location): Add PRINT_ADDRESS_BITS
5234         parameter.  Use it instead of gdbarch_addr_bit (current_gdbarch).
5235         (print_one_breakpoint): Add PRINT_ADDRESS_BITS parameter and pass it
5236         to print_one_breakpoint_location.
5237         (breakpoint_address_bits): New function.
5238         (do_captured_breakpoint_query): Compute number of address bits to print
5239         and pass it to print_one_breakpoint.
5240         (breakpoint_1): Likewise.  Use it instead of current_gdbarch.
5241
5242         * breakpoint.h (create_thread_event_breakpoint): Add GDBARCH.
5243         * breakpoint.c (create_thread_event_breakpoint): Likewise.
5244         Update callers to create_thread_event_breakpoint:
5245         * aix-thread.c (pd_enable): Update.
5246         * linux-thread-db.c (enable_thread_event): Update.
5247
5248         * breakpoint.h (create_solib_event_breakpoint): Add GDBARCH.
5249         * breakpoint.c (create_solib_event_breakpoint): Likewise.
5250         Update callers to create_solib_event_breakpoint:
5251         * solib-frv.c (enable_break, enable_break2): Update.
5252         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
5253         * solib-som.c (som_solib_create_inferior_hook): Update.
5254         * solib-darwin.c (darwin_solib_create_inferior_hook): Update.
5255         * solib-svr4.c (enable_break): Update.
5256
5257         * breakpoint.h (insert_single_step_breakpoint): Add GDBARCH.
5258         * breakpoint.c (insert_single_step_breakpoint): Likewise.
5259         Update callers to insert_single_step_breakpoint:
5260         * alpha-tdep.c (alpha_software_single_step): Update.
5261         * arm-linux-tdep.c (arm_linux_software_single_step): Update.
5262         * arm-tdep.c (arm_software_single_step): Update.
5263         * cris-tdep.c (cris_software_single_step): Update.
5264         * rs6000-aix-tdep.c (rs6000_software_single_step): Update.
5265         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Update.
5266         * sparc-tdep.c (sparc_software_single_step): Update.
5267         * spu-tdep.c (spu_software_single_step): Update.
5268         * mips-tdep.c (deal_with_atomic_sequence): Add GDBARCH parameter.
5269         Pass it to insert_single_step_breakpoint.
5270         (mips_software_single_step): Pass architecture to
5271         deal_with_atomic_sequence and insert_single_step_breakpoint.
5272
5273         * breakpoint.h (deprecated_insert_raw_breakpoint): Add GDBARCH.
5274         (deprecated_remove_raw_breakpoint): Likewise.
5275         * breakpoint.c (deprecated_insert_raw_breakpoint): Add GDBARCH.
5276         (deprecated_remove_raw_breakpoint): Likewise.
5277         Update callers to deprecated_insert_raw_breakpoint and
5278         deprecated_remove_raw_breakpoint:
5279         * breakpoint.c (single_step_gdbarch): New static variable.
5280         (insert_single_step_breakpoint): Pass GDBARCH parameter to
5281         deprecated_insert_raw_breakpoint.  Store it in single_step_gdbarch.
5282         (remove_single_step_breakpoints): Pass architecture stored in
5283         single_step_gdbarch to deprecated_remove_raw_breakpoint.
5284         * rs6000-nat.c (exec_one_dummy_insn): Update.
5285         * solib-irix.c (enable_break, disable_break): Update.
5286         * procfs.c (procfs_mourn_inferior): Update.
5287         (remove_dbx_link_breakpoint): Update.
5288
5289         * breakpoint.h (set_breakpoint): Add GDBARCH parameter.
5290         (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
5291         * breakpoint.c (set_breakpoint): Add GDBARCH parameter.
5292         (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
5293         Update callers to set_breakpoint, set_momentary_breakpoint and
5294         set_momentary_breakpoint_at_pc:
5295         * breakpoint.c (set_momentary_breakpoint_at_pc): Update.
5296         (until_break_command): Update.
5297         * infcall.c (call_function_by_hand): Update.
5298         * infcmd.c (finish_backward, finish_forward): Update.
5299         * infrun.c (insert_step_resume_breakpoint_at_sal): Add GDBARCH
5300         parameter.  Pass it to set_momentary_breakpoint.
5301         (insert_longjmp_resume_breakpoint): Add GDBARCH parameter.
5302         Pass it to set_momentary_breakpoint_at_pc.
5303         (handle_inferior_event): Update.
5304         (insert_step_resume_breakpoint_at_frame): Update.
5305         (insert_step_resume_breakpoint_at_caller): Update..
5306         * mi/mi-cmd-break.c: Include "arch-utils.h".
5307         (mi_cmd_break_insert): Update.
5308
5309         * target.h (struct target_ops): Add GDBARCH parameter to
5310         to_insert_breakpoint, to_remove_breakpoint, to_insert_hw_breakpoint,
5311         and to_remove_hw_breakpoint members.
5312         (target_insert_breakpoint, target_remove_breakpoint,
5313         target_insert_hw_breakpoint, target_remove_hw_breakpoint): Add GDBARCH
5314         parameter, pass to target routine.
5315         (memory_remove_breakpoint, memory_insert_breakpoint): Add GDBARCH
5316         parameter.
5317         * target.c (debug_to_insert_breakpoint, debug_to_remove_breakpoint,
5318         debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint): Add
5319         GDBARCH parameter, pass to target routine.
5320         (update_current_target): Update function signature.
5321         * breakpoint.c (insert_bp_location, remove_breakpoint,
5322         deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint):
5323         Pass architecture to target_ routines.
5324         Update all implementations of the target breakpoint routines to take
5325         GDBARCH parameter and use it instead of GDBARCH as appropriate:
5326         * corelow.c (ignore): Update.
5327         * exec.c (ignore): Update.
5328         * mem-break.c (memory_insert_breakpoint): Update.
5329         (memory_remove_breakpoint): Update.
5330         * monitor.c (monitor_insert_breakpoint): Update.
5331         (monitor_remove_breakpoint): Update.
5332         * record.c (record_insert_breakpoint): Update.
5333         (record_beneath_to_insert_breakpoint): Update.
5334         (record_remove_breakpoint): Update.
5335         (record_beneath_to_remove_breakpoint): Update.
5336         * remote.c (remote_insert_breakpoint): Update.
5337         (remote_remove_breakpoint): Update.
5338         (remote_insert_hw_breakpoint): Update.
5339         (remote_remove_hw_breakpoint): Update.
5340         * remote-m32r-sdi.c (m32r_insert_breakpoint): Update.
5341         (m32r_remove_breakpoint): Update.
5342         * remote-mips.c (mips_insert_breakpoint): Update.
5343         (mips_remove_breakpoint): Update.
5344         * i386-nat.c (i386_insert_hw_breakpoint): Update.
5345         (i386_remove_hw_breakpoint): Update.
5346         * nto-procfs.c (procfs_insert_breakpoint):  Update.
5347         (procfs_remove_breakpoint): Update.
5348         (procfs_insert_hw_breakpoint): Update.
5349         (procfs_remove_hw_breakpoint): Update.
5350
5351 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5352
5353         * frame.h (frame_unwind_arch): New.
5354         (frame_unwind_caller_arch): Likewise.
5355         * frame-unwind.h (frame_prev_arch_ftype): New type.
5356         (struct frame_unwind): New member prev_arch.
5357         * frame.c (struct frame_info): New member prev_arch.
5358         (frame_unwind_arch): New function.
5359         (frame_unwind_caller_arch): Likewise..
5360         (get_frame_arch): Reimplement in terms of frame_unwind_arch.
5361         * sentinel-frame.c (sentinel_frame_prev_arch): New function.
5362         (sentinel_frame_unwinder): Install it.
5363
5364         * frame.c (frame_pc_unwind): Use frame_unwind_arch instead
5365         of get_frame_arch.
5366         (frame_unwind_register_value): Likewise.
5367         (frame_unwind_register_signed): Likewise.
5368         (frame_unwind_register_unsigned): Likewise.
5369         * frame-unwind.c (frame_unwind_got_optimized): Likewise.
5370         (frame_unwind_got_register): Likewise.
5371         (frame_unwind_got_constant): Likewise.
5372         (frame_unwind_got_bytes): Likewise.
5373         (frame_unwind_got_address): Likewise.
5374
5375         * frame.h (enum frame_type): New value ARCH_FRAME.
5376         * frame.c (fprint_frame_type): Handle ARCH_FRAME.
5377         * stack.c (print_frame_info): Likewise.
5378
5379 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5380
5381         * target.h (struct target_ops): New member to_thread_architecture.
5382         (target_thread_architecture): New macro.
5383         * target.c (update_current_target): Inherit to_thread_architecture.
5384         (default_thread_architecture): New function.
5385         (debug_to_thread_architecture): New function.
5386         (setup_target_debug): Handle to_thread_architecture.
5387
5388         * regcache.h (get_thread_arch_regcache): New.
5389         * regcache.c (struct regcache_list): New data type.
5390         (current_regcache): Hold regcache list instead of single regcache.
5391         (current_thread_ptid, current_thread_arch): New static variables.
5392         (get_thread_arch_regcache): New function.
5393         (get_thread_regcache): Use it.  Call target_thread_architecture.
5394         (regcache_thread_ptid_changed): Update to current_regcache changes.
5395         (registers_changed): Likewise.  Reset current_thread_arch and
5396         current_thread_ptid.
5397
5398         * remote.c (remote_wait): Access target registers in target_gdbarch.
5399         * linux-nat.c (linux_nat_do_thread_registers): Likewise.
5400         * proc-service.c (ps_lgetregs, ps_lsetregs): Likewise.
5401         (ps_lgetfpregs, ps_lsetfpregs): Likewise.
5402         * sol-thread.c (ps_lgetregs, ps_lsetregs): Likewise.
5403         (ps_lgetfpregs, ps_lsetfpregs): Likewise.
5404         * solib-svr4.c (enable_break): Likewise.
5405         (svr4_relocate_main_executable): Likewise.
5406
5407 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5408
5409         * python/python-internal.h (struct language_defn): Declare.
5410         (python_gdbarch, python_language): Likewise.
5411         (ensure_python_env): Add prototype.
5412         (make_cleanup_py_restore_gil): Remove prototype.
5413
5414         * python/python.c: Include "arch-utils.h", "value.h" and "language.h".
5415         (python_gdbarch, python_language): New global variables.
5416         (struct python_env): New data type.
5417         (ensure_python_env, restore_python_env): New functions.
5418         (eval_python_from_control_command): Call ensure_python_env to
5419         install current architecture and language.
5420         (python_command, gdbpy_new_objfile): Likewise.
5421         * python/python-cmd.c: Include "arch-utils.h" and "language.h".
5422         (cmdpy_destroyer, cmdpy_function, cmdpy_completer): Call
5423         ensure_python_env.
5424         * python/python-type.c (clean_up_objfile_types): Likewise.
5425         * python/python-objfile.c: Include "language.h".
5426         (clean_up_objfile): Call ensure_python_env.
5427         * python/python-prettyprint.c (apply_val_pretty_printer): Likewise.
5428         (apply_varobj_pretty_printer): Do not call PyGILState_Ensure.
5429         * varobj.c (varobj_ensure_python_env): New helper function.
5430         (varobj_get_display_hint, update_dynamic_varobj_children,
5431         install_default_visualizer, varobj_set_visualizer, free_variable,
5432         value_get_print_value): Call it.
5433         (value_get_print_value): Add varobj argument instead of pretty
5434         printer argument.  Update all callers.
5435
5436         * python/python-utils.c (py_gil_restore, make_cleanup_py_restore_gil):
5437         Remove.
5438
5439         * value.h (internal_function_fn): Add GDBARCH and LANGUAGE argument.
5440         (call_internal_function): Likewise.
5441         * value.c (call_internal_function): Likewise.  Pass to handler.
5442         * eval.c (evaluate_subexp_standard): Update call.
5443         * python/python-function.c: Include "language.h".
5444         (fnpy_call): Add GDBARCH and LANGAUAGE arguments and call
5445         make_cleanup_python_env.
5446
5447         * python/python-value.c (builtin_type_pyint, builtin_type_pyfloat,
5448         builtin_type_pylong, builtin_type_pybool, builtin_type_pychar,
5449         valpy_str): Use python_gdbarch and python_language instead of
5450         current_gdbarch and current_language.
5451         * python/python-type.c (typy_lookup_typename): Likewise.
5452
5453 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5454
5455         * arch-utils.c (selected_byte_order): Return target_byte_order_user.
5456         (show_endian): Use target_byte_order_user if specified; otherwise
5457         use get_current_arch () instead of current_gdbarch.
5458         (show_architecture): Use set_architecture_string if specified;
5459         otherwise use get_current_arch () instead of current_gdbarch.
5460         (get_current_arch): New function.
5461         * arch-utils.h (get_current_arch): Add prototype.
5462
5463         * osabi.c (show_osabi): Use get_current_arch () instead of
5464         current_gdbarch.
5465
5466         * findcmd.c: Include "arch-utils.h".
5467         (parse_find_args): Add BIG_P argument.  Use it instead of byte order
5468         of current_gdbarch.
5469         (find_command): Use get_current_arch () instead of current_gdbarch.
5470         Pass byte order to parse_find_args.
5471
5472         * maint.c: Include "arch-utils.h".
5473         (maintenance_print_architecture): Use get_current_arch () instead
5474         of current_gdbarch.
5475
5476         * reggroups.c: Include "arch-utils.h".
5477         (maintenance_print_reggroups): Use get_current_arch () instead
5478         of current_gdbarch.
5479
5480         * symfile.c: Include "arch-utils.h".
5481         (overlay_load_command): Use get_current_arch () instead of
5482         current_gdbarch.
5483
5484         * value.c: Include "arch-utils.h".
5485         (show_convenience): Use get_current_arch () instead of
5486         current_gdbarch.
5487
5488         * tui/tui-regs.c: Include "arch-utils.h".
5489         (tui_reg_next_command): Use get_current_arch () instead of
5490         current_gdbarch.
5491
5492         * mi/mi-main.c: Include "arch-utils.h".
5493         (mi_cmd_data_read_memory): Use get_current_arch () instead of
5494         current_gdbarch.
5495
5496         * parse.c: Include "arch-utils.h".
5497         (parse_exp_in_context): Use get_current_arch () instead of
5498         current_gdbarch.
5499
5500 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5501
5502         * gdbtypes.c (make_pointer_type, make_reference_type,
5503         smash_to_memberptr_type, lookup_array_range_type, check_stub_method):
5504         Use type architecture instead of current_gdbarch.
5505
5506         * gdbtypes.h (address_space_name_to_int, address_space_int_to_name):
5507         Add GDBARCH paramter.
5508         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name):
5509         Add GDBARCH parameter.   Use it instead of current_gdbarch.
5510         * c-typeprint.c (c_type_print_modifier): Update call.
5511         * parse.c (push_type_address_space): Likewise.
5512
5513         * findvar.c (extract_typed_address, store_typed_address): Use type
5514         architecture instead of current_gdbarch.
5515
5516         * value.c (value_as_address, unpack_field_as_long): Use type architecture
5517         instead of current_gdbarch.
5518
5519         * doublest.c (floatformat_from_length): Add GDBARCH argument.  Use it
5520         instead of current_gdbarch.
5521         (floatformat_from_type): Pass type architecture.
5522
5523         * infcall.c (find_function_addr): Use type architecture instead
5524         of current_gdbarch.
5525
5526         * valarith.c (value_bitstring_subscript, value_x_binop, value_neg,
5527         value_bit_index): Use type architecture instead of current_gdbarch.
5528         * valops.c (value_cast, value_slice): Likewise.
5529
5530         * value.h (modify_field): Add TYPE argument.
5531         * value.c (modify_field): Add TYPE argument.  Use type architecture
5532         instead of current_gdbarch.
5533         (set_internalvar_component): Likewise.
5534         * eval.c (evaluate_struct_tuple): Update call.
5535         * valops.c (value_assign): Likewise.
5536         * ada-lang.c (modify_general_field): Likewise.  Add TYPE argument.
5537         (make_array_descriptor): Update calls.
5538         (move_bits): Add BITS_BIG_ENDIAN_P argument.  Use it instead of
5539         current_gdbarch.
5540         (ada_value_assign, value_assign_to_component): Update calls.
5541         (decode_packed_array, ada_value_primitive_packed_val, ada_value_assign,
5542         value_assign_to_component): Use type arch instead of current_gdbarch.
5543
5544         * printcmd.c (float_type_from_length): Remove GDBARCH argument,
5545         use type architecture instead.
5546         (print_scalar_formatted, printf_command): Update calls.  Use type
5547         architecture instead of current_gdbarch.
5548         * valprint.c (val_print_type_code_int): Use type architecture
5549         instead of current_gdbarch.
5550         * varobj.c (value_get_print_value): Likewise.
5551         * python/python-prettyprint.c (print_string_repr): Add GDBARCH
5552         argument.  Use it instead of current_gdbarch.
5553         (apply_val_pretty_printer): Update call.
5554
5555         * ada-valprint.c (ada_val_print_1): Use type architecture instead
5556         of current_gdbarch.
5557         * c-valprint.c (print_function_pointer_address): Add GDBARCH argument.
5558         Use it instead of current_gdbarch.
5559         (c_val_print): Update calls passing type architecture.
5560         * f-valprint.c (f_val_print): Use type architecture instead of
5561         current_gdbarch.
5562         * jv-valprint (java_value_print): Likewise.
5563         * m2-valprint.c (print_function_pointer_address): Add GDBARCH argument.
5564         Use it instead of current_gdbarch.
5565         (print_unpacked_pointer): Update calls passing type architecture.
5566         * scm-valprint.c (scm_scmval_print): Use type architecture instead of
5567         current_gdbarch.
5568
5569         * gnu-v3-abi.c (get_class_arch): Remove.
5570         (gnuv3_rtti_type): Use get_type_arch instead of get_class_arch.  Remove
5571         special-case check for Java classes.
5572         (gnuv3_virtual_fn_field, gnuv3_baseclass_offset, gnuv3_print_method_ptr,
5573         gnuv3_method_ptr_size, gnuv3_make_method_ptr, gnuv3_method_ptr_to_value):
5574         Use get_type_arch instead of get_class_arch.
5575
5576 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5577
5578         * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.
5579         (TYPE_OBJFILE, TYPE_ALLOC, TYPE_ZALLOC): Reimplement.
5580         (alloc_type_arch): Add prototype.
5581         (alloc_type_copy): Likewise.
5582         (get_type_arch): Likewise.
5583         (arch_type): Likewise.
5584         (arch_integer_type): Likewise.
5585         (arch_character_type): Likewise.
5586         (arch_boolean_type): Likewise.
5587         (init_float_type): Remove, replace by ...
5588         (arch_float_type): ... this.
5589         (init_complex_type): Remove, replace by ...
5590         (arch_complex_type): ... this.
5591         (init_flags_type): Remove, replace by ...
5592         (arch_flags_type): ... this.
5593         (init_composite_type): Remove, replace by ...
5594         (arch_composite_type): ... this.
5595
5596         * gdbtypes.c (alloc_type): No longer support NULL objfile.
5597         (init_type): Likewise.
5598         (alloc_type_arch): New function.
5599         (alloc_type_copy): New function.
5600         (get_type_arch): New function.
5601
5602         (smash_type): Preserve type ownership information.
5603         (make_pointer_type, make_reference_type, make_function_type,
5604         smash_to_memberptr_type, smash_to_method_type): No longer
5605         preserve OBJFILE across smash_type calls.
5606         (make_pointer_type, make_reference_type, make_function_type,
5607         lookup_memberptr_type, lookup_methodptr_type, allocate_stub_method,
5608         create_range_type, create_array_type, create_set_type, copy_type):
5609         Use alloc_type_copy when allocating types.
5610         (check_typedef): Use alloc_type_arch.
5611         (copy_type_recursive): Likewise.  Preserve type ownership data
5612         after copying type.
5613         (recursive_dump_type): Dump type ownership data.
5614         (alloc_type_instance): Update type ownership check.
5615         (copy_type, copy_type_recursive): Likewise.
5616
5617         (arch_type): New function.
5618         (arch_integer_type): Likewise.
5619         (arch_character_type): Likewise.
5620         (arch_boolean_type): Likewise.
5621         (init_float_type): Remove, replace by ...
5622         (arch_float_type): ... this.
5623         (init_complex_type): Remove, replace by ...
5624         (arch_complex_type): ... this.
5625         (init_flags_type): Remove, replace by ...
5626         (arch_flags_type): ... this.
5627         (append_flags_type_flag): Move down.
5628         (init_composite_type): Remove, replace by ...
5629         (arch_composite_type): ... this.
5630         (append_composite_type_field_aligned,
5631         append_composite_type_field): Move down.
5632
5633         * gdbarch.c (gdbtypes_post_init): Allocate all types
5634         using per-architecture routines.
5635         * ada-lang.c (ada_language_arch_info): Likewise.
5636         * f-lang.c (build_fortran_types): Likewise.
5637         * jv-lang.c (build_java_types): Likewise.
5638         * m2-lang.c (build_m2_types): Likewise.
5639         * scm-lang.c (build_scm_types): Likewise.
5640
5641         * ada-lang.c (ada_type_of_array): Use alloc_type_copy.
5642         (packed_array_type): Likewise.
5643         (ada_template_to_fixed_record_type_1): Likewise.
5644         (template_to_static_fixed_type): Likewise.
5645         (to_record_with_fixed_variant_part): Likewise.
5646         (to_fixed_variant_branch_type): Likewise.
5647         (to_fixed_array_type): Likewise.
5648         (to_fixed_range_type): Likewise.
5649         (empty_record): Use type instead of objfile argument.
5650         Use alloc_type_copy.
5651         (to_fixed_variant_branch_type): Update call to empty_record.
5652         * jv-lang.c (type_from_class): Use alloc_type_arch.
5653
5654         * arm-tdep.c (arm_ext_type): Allocate per-architecture type.
5655         * i386-tdep.c (i386_eflags_type, i386_mxcsr_type, i387_ext_type,
5656         i386_mmx_type, i386_sse_type): Likewise.
5657         * ia64-tdep.c (ia64_ext_type): Likewise.
5658         * m32c-tdep.c (make_types): Likewise.
5659         * m68k-tdep.c (m68k_ps_type, m68881_ext_type): Likewise.
5660         * rs6000-tdep.c (rs6000_builtin_type_vec64,
5661         rs6000_builtin_type_vec128): Likewise.
5662         * sparc-tdep.c (sparc_psr_type, sparc_fsr_type): Likewise.
5663         * sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type,
5664         sparc64_fprs_type): Likewise.
5665         * spu-tdep.c (spu_builtin_type_vec128): Likewise.
5666         * xtensa-tdep.c (xtensa_register_type): Likewise.
5667         * linux-tdep.c (linux_get_siginfo_type): Likewise.
5668         * target-descriptions.c (tdesc_gdb_type): Likewise.
5669         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5670
5671 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5672
5673         * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and
5674         i386_mxcsr_type members.
5675         (i386_eflags_type): Make into function.
5676         (i386_mxcsr_type): Likewise.
5677         * i386-tdep.c (i386_eflags_type): Make into function.
5678         (i386_mxcsr_type): Likewise.
5679         (i386_register_type): Update uses.
5680         (i386_init_types): Remove.
5681         (_initialize_i386_tdep): Do not call it.
5682         * amd64-tdep.c (amd64_register_type): Update uses.
5683
5684         * m68k-tdep.h (struct gdbarch_tdep): Add m68k_ps_type member.
5685         * m68k-tdep.c (m68k_ps_type): Make into function.
5686         (m68k_register_type): Update use.
5687         (m68k_init_types): Remove.
5688         (_initialize_m68k_tdep): Do not call it.
5689
5690         * sparc-tdep.h (struct gdbarch_tdep): Add sparc_psr_type,
5691         sparc_fsr_type, sparc64_pstate_type, sparc64_fsr_type, and
5692         sparc64_fprs_type members.
5693         * sparc-tdep.c (sparc_psr_type): Make into function.
5694         (sparc_fsr_type): Likewise.
5695         (sparc32_register_type): Update uses.
5696         (sparc_init_types): Remove.
5697         (_initialize_sparc_tdep): Do not call it.
5698         * sparc64-tdep.c (sparc64_pstate_type): Make into function.
5699         (sparc64_fsr_type): Likewise.
5700         (sparc64_fprs_type): Likewise.
5701         (sparc64_register_type): Update uses.
5702         (sparc64_init_types): Remove.
5703         (_initialize_sparc64_tdep): Likewise.
5704
5705 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5706
5707         * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,
5708         builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
5709         builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
5710         (init_float_type, init_complex_type): Add prototypes.
5711         * gdbtypes.c (builtin_type_ieee_single, builtin_type_ieee_double,
5712         builtin_type_i387_ext, builtin_type_m68881_ext, builtin_type_arm_ext,
5713         builtin_type_ia64_spill, builtin_type_ia64_quad): Remove.
5714         (_initialize_gdbtypes): Do not initialize them.
5715         (build_flt): Rename to ...
5716         (init_float_type): ... this.  Make global.
5717         (build_complex): Rename to ...
5718         (init_complex_type): ... this.  Make global.  Remove BIT argument.
5719         (gdbtypes_post_init): Update calls.
5720
5721         * ada-lang.c (ada_language_arch_info): Use init_float_type.
5722         * jv-lang.c (build_java_types): Likewise.
5723         * m2-lang.c (build_m2_types): Likewise.
5724         * f-lang.c (build_fortran_types): Use init_float_type and
5725         init_complex_type.
5726
5727         * target-descriptions.c (tdesc_gdb_type): Call init_float_type instead
5728         of using builtin_type_ieee_single, builtin_type_ieee_double, or
5729         builtin_type_arm_ext.
5730
5731         * ia64-tdep.h (struct gdbarch_tdep): Add ia64_ext_type member.
5732         * ia64-tdep.c (builtin_type_ia64_ext): Remove.
5733         (_initialize_ia64_tdep): Do not initialize it.
5734         (floatformat_valid, floatformat_ia64_ext, floatformats_ia64_ext):
5735         Move up.
5736         (ia64_ext_type): New function.
5737         (ia64_register_reggroup_p, ia64_convert_register_p,
5738         ia64_register_to_value, ia64_value_to_register,
5739         ia64_extract_return_value, ia64_store_return_value): Use ia64_ext_type
5740         instead of builtin_type_ia64_ext.
5741
5742         * i386-tdep.h (struct gdbarch_tdep): Add i387_ext_type member.
5743         (i387_ext_type): Add prototype.
5744         * i386-tdep.c (i387_ext_type): New function.
5745         (i386_extract_return_value, i386_store_return_value,
5746         i386_register_type): Use it instead of builtin_type_i387_ext.
5747         * amd64-tdep.c (amd64_register_type): Likewise.
5748         * i387-tdep.c (print_i387_value, i387_register_to_value,
5749         i387_value_to_register): Likewise.
5750         (print_i387_value, print_i387_ext): Add GDBARCH argument.
5751         (print_i387_ext, i387_print_float_info): Pass to subroutines.
5752
5753         * m68k-tdep.h (struct gdbarch_tdep): Add m68881_ext_type member.
5754         * m68k-tdep.c (m68881_ext_type): New function.
5755         (m68k_register_type, m68k_convert_register_p): Use it instead
5756         of builtin_type_m68881_ext.
5757
5758         * arm-tdep.h (struct gdbarch_tdep): Add arm_ext_type member.
5759         * arm-tdep.c (arm_ext_type): New function.
5760         (arm_register_type): Use it instead of builtin_type_arm_ext.
5761
5762         * alpha-tdep.c (alpha_register_type): Use builtin types
5763         instead of builtin_type_ieee_double.
5764
5765         * mips-tdep.c (mips_float_register_type, mips_double_register_type):
5766         Remove.
5767         (mips_register_type): Use builtin types instead of
5768         builtin_type_ieee_single and builtin_type_ieee_double.
5769         (mips_print_fp_register): Use builtin types instead of
5770         mips_float_register_type and mips_double_register_type.
5771
5772         * hppa-tdep.c (hppa32_register_type, hppa64_register_type):
5773         Use builtin types instead of builtin_type_ieee_single and
5774         builtin_type_ieee_double.
5775
5776 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5777
5778         * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
5779         builtin_type_int16, builtin_type_uint16, builtin_type_int32,
5780         builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
5781         builtin_type_int128, builtin_type_uint128): Remove.
5782         (struct builtin_type): New members builtin_int0, builtin_int8,
5783         builtin_uint8, builtin_int16, builtin_uint16, builtin_int32,
5784         builtin_uint32, builtin_int64, builtin_uint64, builtin_int128,
5785         and builtin_uint128.
5786         * gdbtypes.c (builtin_type_int0, builtin_type_int8, builtin_type_uint8,
5787         builtin_type_int16, builtin_type_uint16, builtin_type_int32,
5788         builtin_type_uint32, builtin_type_int64, builtin_type_uint64,
5789         builtin_type_int128, builtin_type_uint128): Remove.
5790         (_initialize_gdbtypes): Do not initialize them.
5791         (gdbtypes_post_init): Initialize fixed-size integer types.
5792
5793         * dwarf2expr.c (unsigned_address_type, signed_address_type): Add
5794         GDBARCH argument.  Return platform-specific type.
5795         (dwarf2_read_address, execute_stack_op): Update calls.
5796
5797         * target-descriptions.c (tdesc_gdb_type): Use platform-specific types
5798         instead of global builtin_int_... variables.
5799         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
5800         * printcmd.c (do_examine): Likewise.
5801         * jv-exp.y (parse_number): Likewise.
5802
5803         * alpha-tdep.c (alpha_register_type, alpha_push_dummy_call,
5804         alpha_store_return_value): Likewise.
5805         * amd64-linux-tdep.c (amd64_linux_register_type): Likewise.
5806         * amd64-tdep.c (amd64_register_type): Likewise.
5807         * arm-tdep.c (arm_register_type): Likewise.
5808         * avr-tdep.c (avr_register_type): Likewise.
5809         * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
5810         * frv-tdep.c (frv_register_type): Likewise.
5811         * h8300-tdep.c h8300_register_type): Likewise.
5812         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_register_type,
5813         hppa64_register_type): Likewise.
5814         * i386-tdep.c (i386_mmx_type, i386_sse_type): Likewise.
5815         * iq2000-tdep.c (iq2000_register_type): Likewise.
5816         * lm32-tdep.c (lm32_register_type, lm32_push_dummy_call): Likewise.
5817         * m32r-tdep.c (m32r_register_type): Likewise.
5818         * m68hc11-tdep.c (m68hc11_register_type, m68hc11_pseudo_register_read,
5819         m68hc11_pseudo_register_write): Likewise.
5820         * m68k-tdep.c (m68k_register_type): Likewise.
5821         * m88k-tdep.c (m88k_register_type, m88k_store_arguments): Likewise.
5822         * mep-tdep.c (mep_register_type): Likewise.
5823         * mips-tdep.c (mips_register_type, mips_pseudo_register_type,
5824         mips_print_fp_register): Likewise.
5825         * moxie-tdep.c (moxie_register_type): Likewise.
5826         * mt-tdep.c (mt_copro_register_type, mt_register_type): Likewise.
5827         * rs6000-tdep.c (rs6000_builtin_type_vec64,
5828         rs6000_builtin_type_vec128): Likewise.
5829         * score-tdep.c (score_register_type): Likewise.
5830         * sparc-tdep.c (sparc32_register_type, sparc32_store_arguments):
5831         Likewise.
5832         * sparc64-tdep.c (sparc64_register_type, sparc64_store_arguments):
5833         Likewise.
5834         * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
5835         * v850-tdep.c (v850_register_type): Likewise.
5836         * xstormy16-tdep.c (xstormy16_register_type): Likewise.
5837         * xtensa-tdep.c (xtensa_register_type): Likewise.
5838
5839         * mt-tdep.c (struct gdbarch_tdep): New data structure.
5840         (mt_gdbarch_init): Alloc TDEP structures.
5841         (mt_register_type): Cache coprocessor type in TDEP instead of
5842         static global variable.
5843
5844         * xtensa-tdep.h (struct gdbarch_tdep): Add type_entries member.
5845         * xtensa-tdep.c (type_entries): Remove.
5846         (xtensa_register_type): Cache fixed-size types in TDEP instead
5847         of in global variable.
5848
5849 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5850
5851         * gdbtypes.h (builtin_type_true_char): Remove.
5852         (builtin_type_true_unsigned_char): Likewise.
5853         (struct builtin_type): Add builtin_true_char and
5854         builtin_true_unsigned_char members.
5855         * gdbtypes.c (builtin_type_true_char): Remove.
5856         (builtin_type_true_unsigned_char): Likewise.
5857         (_initialize_gdbtypes): Do not initialize them.
5858         (gdbtypes_post_init): Initialize builtin_true_char and
5859         builtin_true_unsigned_char members of builtin_type.
5860
5861         * printcmd.c (print_scalar_formatted): Use builtin_type
5862         members instead of builtin_type_true_char and
5863         builtin_type_true_unsigned_char.
5864         * ada-valprint.c (ada_val_print_1): Likewise.
5865
5866 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5867
5868         * gdbtypes.h (builtin_type_void): Remove.
5869         * gdbtypes.c (builtin_type_void): Remove.
5870         (_initialize_gdbtypes): Do not initialize it.
5871
5872         (safe_parse_type): Add GDBARCH argument.  Use it to construct
5873         void return type.
5874         (check_stub_method): Update call.
5875
5876         * infcall.c (call_function_by_hand): Use platform-specific type
5877         instead of builtin_type_void.
5878         * valops.c (value_cast): Use input void type instead of
5879         builtin_type_void.
5880
5881 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5882
5883         * ada-lang.c (assign_component): Use platform-specific integer type
5884         instead of builtin_type_int32 type.
5885         (ada_evaluate_subexp) [OP_ATR_SIZE]: Likewise.
5886
5887         * ax-gdb.c (gen_expr) [UNOP_NEG]: Use platform-specific integer type
5888         instead of builtin_type_int8 type.
5889         * valarith.c (value_x_unop): Likewise.
5890         * python/python-value.c (valpy_absolute): Avoid reference to
5891         builtin_type_int8 type.
5892
5893         * eval.c (evaluate_subexp_standard): Use platform-specific integer
5894         type instead of builtin_type_int8 as EVAL_SKIP return value type.
5895         * ada-lang.c (ada_evaluate_subexp): Likewise.
5896         * jv-lang.c (evaluate_subexp_java): Likewise.
5897         * m2-lang.c (evaluate_subexp_modula2): Likewise.
5898         * scm-lang.c (evaluate_exp): Likewise.
5899
5900         * value.h (value_bitstring): Add INDEX_TYPE argument.
5901         * valops.c (value_bitstring): Add INDEX_TYPE argument, use it instead
5902         of builtin_type_int32 as base range type.
5903         * eval.c (evaluate_subexp_standard): Update value_bitstring call.
5904
5905 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5906
5907         * gdbtypes.c (lookup_array_range_type): Add prototype.
5908         (lookup_string_range_type): Likewise.
5909         * gdbtypes.c (lookup_array_range_type): New function.
5910         (lookup_string_range_type): Likewise.
5911
5912         * ax-gdb.c (gen_repeat): Use lookup_array_range_type.
5913         * parse.c (follow_types): Likewise.
5914         * jv-lang.c (java_array_type): Likewise.
5915         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5916         * mt-tdep.c (mt_register_type): Likewise.
5917         * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
5918         * sh64-tdep.c (sh64_build_float_register_type): Likewise.
5919         * value.c (allocate_repeat_value): Likewise.
5920         * valops.c (value_array, value_cstring): Likewise.
5921         * valops.c (value_string): Use lookup_string_range_type.
5922
5923 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5924
5925         * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove
5926         redundant check for NULL TYPE_TARGET_TYPE.
5927         * m2-valprint.c (m2_print_long_set): Likewise.
5928         * p-valprint.c (pascal_type_print_base): Likewise.
5929
5930 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5931
5932         * printcmd.c (next_gdbarch): New static variable.
5933         (set_next_address, do_examine, x_command): Set it.
5934         (decode_format): Use 'a' size to indicate width of an address.
5935         (do_examine): Add GDBARCH argument.  Handle 'a' size.
5936         (x_command): Pass architecture to do_examine.
5937         Error if called without argument the first time.  
5938         (do_one_display): Pass architecture to do_examine.
5939
5940         (examine_i_type, examine_b_type, examine_h_type, examine_w_type,
5941         examine_g_type): Remove.
5942         (_initialize_printcmd): Do not initialize them.
5943         (do_examine): Use builin_type_int... instead of examine_..._type.
5944
5945 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5946
5947         * gdbtypes.h (struct builtin_type): Add internal_fn member.
5948         * gdbtypes.c (gdbtypes_post_init): Initialize it.
5949         * value.c (internal_fn_type): Remove.
5950         (_initialize_values): Do not initialize it.
5951
5952         * value.c (struct internalvar): Add enum internalvar_kind type and
5953         kind member.  Restructure union internalvar_data type.  Remove type,
5954         canonical, and make_value members.
5955         (init_if_undefined_command): Update for data structure changes.
5956         (create_internalvar): Likewise.
5957         (create_internalvar_type_lazy): Likewise.
5958         (get_internalvar_integer): Likewise.
5959         (get_internalvar_function): Likewise.
5960         (set_internalvar_component): Likewise.
5961         (set_internalvar): Likewise.
5962         (set_internalvar_integer): Likewise.
5963         (set_internalvar_function): Likewise.
5964         (clear_internalvar): Likewise.
5965         (add_internal_function): Likewise.
5966         (preserve_one_internalvar): New function.
5967         (preserve_values): Call it.
5968
5969         * value.h (value_of_internalvar): Add GDBARCH parameter.
5970         (internalvar_make_value): Likewise.
5971         * value.c (value_of_internalvar): Add GDBARCH parameter.  Pass it to
5972         make_value callback.  Use it to generate per-architecture result value
5973         types for internal variables with no pre-defined type.  Update for data
5974         structure changes.
5975         (show_convenience): Pass architecture to value_of_internalvar.
5976         * eval.c (evaluate_subexp_standard): Likewise.
5977         * infrun.c (siginfo_make_value): Add GDBARCH parameter.  Use it
5978         instead of current frame architecture.  Return per-architecture type.
5979
5980         * value.h (set_internalvar_string): Add prototype.
5981         * value.c (set_internalvar_string): New function.
5982         * tracepoint.c (set_traceframe_context): Use it.
5983
5984 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5985
5986         * jv-lang.h (java_int_type, java_byte_type, java_short_type,
5987         java_long_type, java_boolean_type, java_char_type, java_float_type,
5988         java_double_type, java_void_type): Remove.
5989         (struct builtin_java_type): New data type.
5990         (builtin_java_type): Add prototype.
5991         (java_primitive_type): Add GDBARCH argument.
5992         (java_primitive_type_from_name): Likewise.
5993         (type_from_class): Likewise.
5994
5995         * jv-lang.c (java_int_type, java_byte_type, java_short_type,
5996         java_long_type, java_boolean_type, java_char_type, java_float_type,
5997         java_double_type, java_void_type): Remove.
5998
5999         (build_java_types, builtin_java_type): New functions.
6000         (java_type_data): New static variable.
6001         (_initialize_java_language): Initialize it.  No longer initialize
6002         global types.
6003         (java_language_arch_info): Use per-architecture types.
6004
6005         (java_primitive_type): Add GDBARCH argument.  Return per-architecture
6006         type instead of refering to global variable.
6007         (java_primitive_type_from_name): Add GDBARCH argument.
6008         (java_primitive_type_name): New function.
6009         (java_demangled_signature_length): Use it instead of
6010         java_primitive_type_from_name.
6011         (java_demangled_signature_copy): Likewise.
6012
6013         (type_from_class): Add GDBARCH argument.  Pass to java_link_class_type,
6014         java_primitive_type, and recursive type_from_class call.
6015         (java_link_class_type): Add GDBARCH argument.  Pass to type_from_class
6016         calls.  Use per-architecture types instead of global types.
6017
6018         * jv-exp.y (parse_java_type): New define.
6019         Use per-architecture types instead of global types througout.
6020
6021         * jv-valprint.c (java_value_print): Pass architecture to
6022         type_from_class and java_primitive_type_from_name.  Use per-
6023         architecture types instead of global types.
6024
6025 2009-07-01  Doug Evans  <dje@google.com>
6026
6027         * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
6028         support for i386-linux, amd64-linux, and i386-win32 builds of
6029         gdbserver.
6030
6031 2009-07-01  Nick Roberts  <nickrob@snap.net.nz>
6032
6033         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for deleted files.
6034
6035 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6036
6037         * Makefile.in (TARGET_FLAGS_TO_PASS): Include also FORCE_PARALLEL.
6038         (check//%): Construct FORCE_PARALLEL for the sub-make.  Extend the
6039         comment for it.
6040
6041 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
6042
6043         gdb/10275
6044         * dwarf2-frame.c (dwarf2_frame_state): Move cfa_offset, cfa_reg,
6045         cfa_how and cfa_exp into regs and adjust users.
6046         
6047 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
6048
6049         * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573.
6050
6051 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
6052
6053         * mi/mi-cmd-stack.c (parse_print_values): New.
6054         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args): Use the above.
6055
6056 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
6057
6058         * varobj.c (varobj_get_type): Use type_to_string.
6059
6060 2009-06-29  Pedro Alves  <pedro@codesourcery.com>
6061
6062         * infrun.c (handle_inferior_event): Context switch to the new
6063         thread when resuming for a new_thread_event.
6064
6065 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6066
6067         * ada-lang.h (ada_convert_actual): Add GDBARCH argument.
6068         * ada-lang.c (convert_actual): Remove stale prototype.
6069         (ensure_lval, make_array_descriptor, ada_convert_actual):
6070         Add GDBARCH argument and pass through to subroutine calls.
6071         (ensure_lval): Use GDBARCH instead of current_gdbarch.
6072         * infcall.c (value_arg_coerce): Update ada_convert_actual call.
6073
6074 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6075
6076         * ada-lang.c (resolve): Use per-architecture void type instead
6077         of platform-independent one.
6078         (ada_evaluate_subexp) [STRUCTOP_STRUCT]: Likewise.
6079         (ada_resolve_function): Reimplement fallback logic to avoid
6080         explicit reference to builtin_type_void.
6081
6082 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6083
6084         * ada-valprint.c (ada_print_scalar): Accept NULL type argument
6085         to indicate scalar should be printed as default integer.
6086         (print_optional_low_bound): Pass NULL to ada_print_scalar to
6087         indicate default integer output.
6088         * ada-typeprint.c (print_range, print_range_bound): Likewise.
6089         (print_choices): Likewise.  Thus, accept NULL as val_type.
6090         * ada-lang.c (ada_variant_discrim_type): Return NULL when failed
6091         to look up controlling discriminant name.
6092
6093 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6094
6095         * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.
6096         Fall back to orig_type as index type if symbol lookup fails.
6097         Allocate result types from ORIG_TYPE's objfile.
6098         (ada_array_bound_from_type, to_fixed_array_type,
6099         ada_evaluate_subexp): Pass original index type to
6100         to_fixed_range_type.  Do not pass objfile.
6101
6102         * ada-typeprint.c (print_range_type_named): Add ORIG_TYPE argument.
6103         Fall back to orig_type as index type if symbol lookup fails.
6104         (print_array_type, ada_print_type): Pass original index type
6105         to print_range_type_named.
6106
6107 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6108
6109         * ada-lang.c (ada_index_type): Update comment.
6110
6111 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6112
6113         * ada-lang.c (ada_index_type): Make static.  Add NAME argument.
6114         Throw error on invalid input arguments.  Return NULL if unable
6115         to determine index type.
6116
6117         (ada_array_bound_from_type): Remove TYPEP argument.
6118         (ada_array_bound): Make static.  Return LONGEST instead of value.
6119         Update for ada_array_bound_from_type change.
6120         (ada_array_length): Return LONGEST instead of value.
6121         Update for ada_array_bound_from_type change.
6122         (make_array_descriptor): Update for ada_array_bound change.
6123
6124         (ada_evaluate_subexp) [OP_ATR_RANGE, OP_ATR_FIRST, OP_ATR_LAST,
6125         OP_ATR_LENGTH]: Update for ada_array_bound_from_type,
6126         ada_array_bound, ada_array_length, ada_index_type changes.
6127         Always use ada_index_type to compute result type; fall back
6128         to architecture-specific integer type if ada_index_type fails.
6129
6130         * ada-lang.h (ada_index_type): Remove prototype.
6131         (ada_array_bound): Likewise.
6132
6133 2009-06-29  Pedro Alves  <pedro@codesourcery.com>
6134
6135         * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
6136         a psymtab.
6137
6138 2009-06-29  Tom Tromey  <tromey@redhat.com>
6139
6140         * README: Mention parallel check.
6141
6142 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
6143
6144         * dwarf2read.c (read_import_statement): Properly set import location
6145         and destination.
6146         * cp-support.h (cp_add_using, cp_add_using_directive): Now take char*
6147         inner, char* outer arguments. Updated callers.
6148
6149 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6150
6151         * value.h (value_subscript, value_subscripted_rvalue,
6152         value_bitstring_subscript, value_ptradd): Use LONGEST instead
6153         of value as type of the index argument.
6154         (value_ptrsub): Remove.
6155         * valarith.c (value_subscript, value_subscripted_rvalue,
6156         value_bitstring_subscript, value_ptradd): Use LONGEST instead
6157         of value as type of the index argument.
6158         (value_ptrsub): Remove.
6159
6160         * wrapper.h (gdb_value_subscript): Use LONGEST instead of
6161         value as type of the index argument.
6162         * wrapper.c (gdb_value_subscript): Likewise.
6163
6164         Update calls to gdb_value_subscript, value_subscript,
6165         value_subscripted_rvalue, value_bitstring_subscript and
6166         value_ptradd to use LONGEST instead of value as index
6167         argument type.  Use value_ptradd instead of value_ptrsub.
6168         * ada-lang.c (ada_value_subscript, ada_value_ptr_subscript,
6169         ada_tag_name_2): Update.
6170         * ada-tasks.c (read_atcb): Update.
6171         * eval.c (evaluate_subexp_standard): Update.
6172         * valarith.c (value_subscript): Update.
6173         * gnu-v2-abi.c (gnuv2_virtual_fn_field): Update.
6174         * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
6175         gnuv3_method_ptr_to_value): Update.
6176         * jv-lang.c (evaluate_subexp_java): Update.
6177         * m2-lang.c (evaluate_subexp_modula2): Update.
6178         * python/python-value.c (valpy_getitem, valpy_binop): Update.
6179         * wrapper.c (gdb_value_subscript): Update.
6180         * varobj.c (c_describe_child): Update.
6181
6182 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6183
6184         * gdbtypes.h (make_function_type): Remove OBJFILE parameter.
6185         * gdbtypes.c (make_function_type): Remove OBJFILE parameter.
6186         (lookup_function_type): Update call.
6187         * stabsread.c (read_type): Likewise.
6188         * dwarf2read.c (read_subroutine_type): Use lookup_function_type
6189         instead of make_function_type.
6190         * jv-lang.c (type_from_class): Likewise.  Do not allocate types
6191         on the fake "dynamics" obstack.
6192
6193 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6194
6195         * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,
6196         nodebug_text_symbol, nodebug_data_symbol, nodebug_unknown_symbol,
6197         and nodebug_tls_symbol members.
6198         (struct objfile_type): New data structure.
6199         (objfile_type): Add prototype.
6200         * gdbtypes.c (gdbtypes_post_init): Remove initialization code
6201         for types no longer in struct builtin_type.
6202         (objfile_type_data): New static variable.
6203         (_initialize_gdbtypes): Initialize it.
6204         (objfile_type): New function.
6205
6206         * gdbtypes.h (builtin_type_error): Remove.
6207         * gdbtypes.c (build_complex): Do not use builtin_type_error.
6208         * symtab.c (builtin_type_error): Remove.
6209         (_initialize_symtab): Remove initialization.
6210
6211         * stabsread.c (dbx_lookup_type, define_symbol, error_type,
6212         rs6000_builtin_type, read_range_type): Use per-objfile types
6213         instead of global or per-architecture builtin types.
6214         * coffread.c (decode_type): Likewise.
6215         * dwarf2read.c (read_array_type, read_tag_string_type,
6216         new_symbol, die_type): Likewise.
6217         * mdebugread.c (parse_symbol, basic_type, upgrade_type,
6218         parse_procedure, psymtab_to_symtab_1): Likewise.
6219         * xcoffread.c (process_xcoff_symbol): Likewise.
6220         * parse.c (write_exp_msymbol): Likewise.
6221
6222         * stabsread.c (rs6000_builtin_type_data): New static variable.
6223         (_initialize_stabsread): Initialize it.
6224         (rs6000_builtin_type): Add OBJFILE argument.  Allocate builtin
6225         types per-objfile instead of globally.
6226
6227         * stabsread.c (dbx_lookup_type): Add OBJFILE argument.  Use it
6228         instead of current_objfile; pass it to rs6000_builtin_type.
6229         (dbx_alloc_type, read_type, read_range_type): Update calls.
6230         (cleanup_undefined_types_noname): Add OBJFILE argument and
6231         pass it to dbx_lookup_type.
6232         (cleanup_undefined_types): Add OBJFILE argument and pass it
6233         to cleanup_undefined_types_noname.
6234         * stabsread.h (cleanup_undefined_types): Add OBJFILE argument.
6235         * buildsym.c (end_symtab): Update call.
6236
6237 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6238
6239         * darwin-nat-info.c (darwin_debug_regions_recurse): Use
6240         target_gdbarch instead of current_gdbarch.
6241
6242 2009-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
6243
6244         * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o.
6245         (ALL_TARGET_OBS): Add moxie-tdep.o, i386-darwin-tdep.o, and
6246         solib-darwin.o.
6247
6248         * configure.tgt: Add comment.
6249
6250 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
6251
6252         * mi/mi-cmds.c (mi_cmds): Remove unimplemented entries.
6253         
6254 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
6255             Jan Kratochvil  <jan.kratochvil@redhat.com>
6256
6257         * NEWS: Document inlined function support.
6258         * Makefile.in (SFILES): Add inline-frame.c.
6259         (COMMON_OBS): Add inline-frame.o.
6260         * block.c (contained_in): Rewrite to use lexical nesting.
6261         (block_linkage_function): Skip inlined function blocks.
6262         (block_inlined_p): New.
6263         * block.h (struct block): Update comment.
6264         (block_inlined_p): New prototype.
6265         * blockframe.c (get_frame_block): Handle inlined functions.
6266         (get_frame_function): Do not use block_linkage_function.
6267         (block_innermost_frame): Use get_frame_block and contained_in.
6268         * breakpoint.c (watchpoint_check): Remove extra reinit_frame_cache.
6269         Skip over inlined functions.  Simplify epilogue check.
6270         (bpstat_check_breakpoint_conditions): Use get_stack_frame_id.
6271         Update comments.
6272         (set_momentary_breakpoint): Only accept non-inlined frames.
6273         (watch_command_1): Use frame_unwind_caller_pc and
6274         frame_unwind_caller_id instead of get_prev_frame.
6275         (until_break_command): Likewise.  Use get_stack_frame_id.
6276         * buildsym.c (end_symtab): Set SYMBOL_SYMTAB for block functions.
6277         * dwarf2loc.c (dwarf_expr_frame_base): Use block_linkage_function.
6278         * dwarf2read.c (process_die): Handle DW_TAG_inlined_subroutine.
6279         (read_func_scope, new_symbol): Likewise.  Handle arguments specially
6280         for inlined functions without call site information.
6281         (inherit_abstract_dies): Allow tag mismatch for inlined subroutines.
6282         (die_specification): Treat DW_AT_abstract_origin as a specification.
6283         (read_type_die): Handle DW_TAG_inlined_subroutine.
6284         * frame-unwind.c (frame_unwind_init): Add inline_frame_unwind.
6285         * frame.c (fprint_frame_id): Print inline depth.
6286         (fprint_frame_type): Handle INLINE_FRAME and SENTINEL_FRAME.
6287         (skip_inlined_frames, get_stack_frame_id): New.
6288         (frame_unwind_caller_id): Use skip_inlined_frames.
6289         (frame_id_inlined_p): New.
6290         (frame_id_eq): Make the logic match the comments.  Add inline_depth
6291         check.
6292         (frame_id_inner): Handle inlined functions.
6293         (frame_unwind_pc): New function, copied from frame_unwind_caller_pc.
6294         (frame_unwind_caller_pc): Use skip_inlined_frames and frame_unwind_pc.
6295         (get_prev_frame_1): Check for inline frames.  Split out frame
6296         allocation to get_prev_frame_raw.
6297         (get_prev_frame_raw): New function.
6298         (get_prev_frame): Handle inline frames.
6299         (get_frame_pc): Use frame_unwind_pc.
6300         (get_frame_address_in_block): Skip inlined frames on both sides.
6301         (pc_notcurrent): Delete.
6302         (find_frame_sal): Rewrite to handle inline call sites.  Use
6303         get_frame_address_in_block.
6304         (deprecated_update_frame_pc_hack): Make static.
6305         * frame.h: Update comments.
6306         (struct frame_id): Add inline_depth.
6307         (enum frame_type): Add INLINE_FRAME.
6308         (frame_id_inlined_p, get_stack_frame_id): New prototypes.
6309         * gdbthread.h (struct thread_info): Add step_stack_frame_id field.
6310         * infcmd.c (set_step_frame): New function.
6311         (step_once): Use set_step_frame.  Handle inlined functions.
6312         (until_next_command): Use set_step_frame.
6313         (finish_backward), finish_forward): Use get_stack_frame_id.
6314         (finish_command): Support inlined functions.
6315         * inferior.h (set_step_info): New prototype.
6316         * infrun.c (RESUME_ALL): Use minus_one_ptid.
6317         (clear_proceed_status): Clear step_stack_frame_id.
6318         (init_wait_for_inferior): Call clear_inline_frame_state.
6319         (init_execution_control_state): Make static.
6320         (set_step_info): New function.
6321         (init_thread_stepping_state): Do not set the symtab or line here.
6322         (stepped_in_from): New function.
6323         (handle_inferior_event): Handle inlined functions.  Use set_step_info.
6324         (insert_step_resume_breakpoint_at_frame): Use get_stack_frame_id.
6325         (struct inferior_status): Add step_stack_frame_id.
6326         (save_inferior_status, restore_inferior_status): Save and restore
6327         step_stack_frame_id.
6328         * inline-frame.c, inline-frame.h: New files.
6329         * minsyms.c (prim_record_minimal_symbol_and_info): Use XCALLOC.
6330         * regcache.c (regcache_write_pc): Call reinit_frame_cache.
6331         * s390-tdep.c (s390_prologue_frame_unwind_cache): Handle INLINE_FRAME.
6332         * stack.c (frame_show_address): New.
6333         (print_frame_info, print_frame): Use it.
6334         (find_frame_funname): Use get_frame_function.  Handle inlined blocks.
6335         (frame_info): Mark inlined functions.
6336         (backtrace_command_1): Use get_current_user_frame.
6337         (print_frame_local_vars, print_frame_label_vars): Update comments.
6338         (return_command): Refuse inlined functions.
6339         * symtab.c (lookup_symbol_aux_local): Stop at inlined function
6340         boundaries.
6341         (find_function_start_sal): Avoid inlined functions.
6342         (completion_list_add_fields): New function.
6343         (default_make_symbol_completion_list): Use it.  Use block_static_block
6344         and block_global_block.  Check for inlined functions.
6345         (skip_prologue_using_sal): Avoid line number comparison across
6346         inlining.
6347         * symtab.h (struct symbol): Add is_inlined.
6348         (SYMBOL_INLINED): New.
6349         * target.c (target_resume): Call clear_inline_frame_state.
6350         * valops.c (value_of_variable): Check block_inlined_p.
6351
6352 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
6353
6354         * frame.c (frame_unwind_id): Renamed to ...
6355         (frame_unwind_caller_id): ... this.  All callers updated.
6356         (frame_pc_unwind): Renamed to ...
6357         (frame_unwind_caller_pc): ... this.  All callers updated.
6358         * frame.h: Document frame_unwind_caller_WHAT functions.
6359         (frame_unwind_id): Renamed to ...
6360         (frame_unwind_caller_id): ... this.
6361         (frame_pc_unwind): Renamed to ...
6362         (frame_unwind_caller_pc): ... this.
6363         * hppa-tdep.c (hppa_find_unwind_entry_in_block): Correct comment.
6364         * stack.c (parse_frame_specification_1): Do not rely on
6365         frame_unwind_id.
6366
6367 2009-06-27  Michael Snyder  <msnyder@vmware.com>
6368
6369         * infrun.c (handle_inferior_event): Improve handling of
6370         reverse-stepping into and over shared library functions.
6371
6372 2009-06-25  Karen Osmond  <karen.osmond@gmail.com>
6373
6374         * linespec.c (find_method): Add new not_found_ptr parameter to
6375         bring in line with symtab_from_filename, decode_variable.
6376         (decode_compound): Likewise.  Also propagate not_found_ptr to 
6377         find_method.
6378         (decode_line_1): Propagate not_found_ptr to decode_compound.
6379         (cplusplus_error): Now throws NOT_FOUND_ERROR.
6380
6381 2009-06-25  Karen Osmond  <karen.osmond@gmail.com>
6382
6383         * MAINTAINERS (Write After Approval): Add self.
6384
6385 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
6386
6387         * valops.c (value_one): Reimplement broken decimal-float case.
6388
6389 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
6390
6391         * eval.c (evaluate_subexp_standard): Use expression architecture
6392         instead of current_gdbarch.
6393
6394         * infrun.c (handle_inferior_event): Avoid unncessary reference
6395         to current_gdbarch and get_current_frame ().
6396
6397 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
6398
6399         * breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.
6400         (enum bptype): Add bp_longjmp_master.
6401
6402         * breakpoint.c (create_longjmp_master_breakpoint): New function.
6403         (update_breakpoints_after_exec): Handle bp_longjmp_master
6404         breakpoints.  Call create_longjmp_master_breakpoint.
6405         (print_it_typical, bpstat_stop_status, bpstat_what,
6406         print_one_breakpoint_location, allocate_bp_location, mention,
6407         delete_command, breakpoint_re_set_one): Handle bp_longjmp_master.
6408         (breakpoint_re_set): Call create_longjmp_master_breakpoint.
6409         (create_longjmp_breakpoint): Delete.
6410         (set_longjmp_breakpoint): Add THREAD argument.  Reimplement
6411         to install momentary clones of bp_longjmp_master breakpoints.
6412
6413         * infcmd.c (step_1): Pass thread to set_longjmp_breakpoint.
6414
6415 2009-06-23  Cary Coutant  <ccoutant@google.com>
6416
6417         * dwarf2read.c (dwarf_decode_lines): Ignore rows where is_stmt is 0.
6418         Set basic_block to 0 after a special opcode.
6419
6420 2009-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6421
6422         Fix a regression by the mmap patch from 2009-06-16.
6423         * symfile.c (reread_symbols): Move sym_finish and clear_objfile_data
6424         calls before deleting the OBJFILE obstack.  Extend the comment.
6425
6426 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
6427
6428         * jv-lang.h (JAVA_OBJECT_SIZE): Remove.
6429         (get_java_object_header_size): Add GDBARCH parameter.
6430         * jv-lang.c (get_java_object_header_size): Add GDBARCH parameter.
6431         Use it instead of current_gdbarch.
6432         (evaluate_subexp_java): Replace JAVA_OBJECT_SIZE with call to
6433         get_java_object_header_size.
6434         * jv-valprint.c (java_value_print): Likewise.
6435
6436 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
6437
6438         * dwarf2read.c (process_die): Handle import statements
6439         (DW_TAG_imported_declaration, case DW_TAG_imported_module)
6440         (read_import_statement): New.
6441         (read_func_scope): Update using_directives to point to current context
6442         (read_lexical_block_scope): Ditto.
6443         * cp-support.h: Added prototype for cp_add_using.
6444         * cp-namespace.c: Removed local context_stack.
6445         (cp_initialize_namespace): Deleted.
6446         (cp_finalize_namespace): Deleted.
6447         (cp_add_using_directive): Use using_directives instead of using_list.
6448         (cp_add_using): No longer static.
6449         * buildsym.h: Created global using_direct variable.
6450         Created using_direct variable in context_stack.
6451         * buildsym.c (finish_block): Set using directives for the block under
6452         construction.
6453         (start_symtab): Removed call to cp_initialize_namespace().
6454         (end_symtab): Removed call to cp_finalize_namespace().
6455         (push_context): Save and reset using_directives.
6456         * block.c (block_using): Return using directives for given
6457         block instead of static block.
6458
6459 2009-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
6460
6461         * target-descriptions.h (struct type): Do not declare.
6462         (struct tdesc_type): Declare.
6463         (tdesc_named_type): Change return type to struct tdesc_type *.
6464         (tdesc_record_type): Remove.
6465         (tdesc_create_vector): Add prototype.
6466         (tdesc_create_union): Likewise.
6467         (tdesc_add_field): Likewise.
6468
6469         * target-descriptions.c (struct tdesc_reg): Replace gdb_type
6470         member by tdesc_type member.
6471         (struct tdesc_type_field, tdesc_type_field): Add type and vector def.
6472         (struct tdesc_type, tdesc_type_p): Likewise.
6473         (struct tdesc_arch_reg, tdesc_arch_reg): Likewise.
6474         (struct tdesc_feature): Change type of "types" to VEC(tdesc_type_p).
6475         (struct tdesc_arch_data): Replace registers member by arch_regs.
6476
6477         (tdesc_predefined_types): Change to array of pre-defined
6478         struct tdesc_type structures.  Add "code_ptr" and "data_ptr".
6479         (tdesc_named_type): Return struct tdesc_type * instead of GDB type.
6480         (tdesc_gdb_type): New function.
6481
6482         (target_find_description): Update for data structure changes.
6483         (tdesc_data_cleanup): Likewise.
6484         (tdesc_numbered_register): Likewise.
6485         (tdesc_use_registers): Likewise.
6486         (tdesc_create_reg): Likewise.
6487         
6488         (tdesc_find_arch_register): New function.
6489         (tdesc_find_register): Use it.
6490         (tdesc_register_type): Use tdesc_gdb_type to generate GDB type from
6491         tdesc_type on demand; cache generated types in tdesc_arch_reg.
6492
6493         (tdesc_free_type): New function.
6494         (tdesc_free_feature): Call it.
6495
6496         (tdesc_create_vector): New function.
6497         (tdesc_create_union): Likewise.
6498         (tdesc_add_field): Likewise.
6499         (tdesc_record_type): Remove.
6500
6501         (tdesc_type_id): Remove.
6502         (maint_print_c_tdesc_cmd): Update for data structure changes.  Update
6503         generated code to create tdesc_type structures instead of GDB types.
6504
6505         * xml-tdesc.c: Do not include "gdbtypes.h".
6506         (struct tdesc_parsing_data): Change type of current_union to
6507         struct tdesc_type *.
6508         (tdesc_start_reg): Do not special-case "code_ptr" or "data_ptr".
6509         (tdesc_start_union): Call tdesc_create_union.
6510         (tdesc_start_field): Call tdesc_add_field.
6511         (tdesc_start_vector): Call tdesc_create_vector.
6512         (tdesc_end_union): Remove.
6513         (feature_children): Remove reference to tdesc_end_union.
6514
6515         * features/arm-with-iwmmxt.c: Regenerate.
6516         * features/mips-linux.c: Regenerate.
6517         * features/mips64-linux.c: Regenerate.
6518         * features/rs6000/powerpc-32.c: Regenerate.
6519         * features/rs6000/powerpc-32l.c: Regenerate.
6520         * features/rs6000/powerpc-403.c: Regenerate.
6521         * features/rs6000/powerpc-403gc.c: Regenerate.
6522         * features/rs6000/powerpc-505.c: Regenerate.
6523         * features/rs6000/powerpc-601.c: Regenerate.
6524         * features/rs6000/powerpc-602.c: Regenerate.
6525         * features/rs6000/powerpc-603.c: Regenerate.
6526         * features/rs6000/powerpc-604.c: Regenerate.
6527         * features/rs6000/powerpc-64.c: Regenerate.
6528         * features/rs6000/powerpc-64l.c: Regenerate.
6529         * features/rs6000/powerpc-7400.c: Regenerate.
6530         * features/rs6000/powerpc-750.c: Regenerate.
6531         * features/rs6000/powerpc-860.c: Regenerate.
6532         * features/rs6000/powerpc-altivec32.c: Regenerate.
6533         * features/rs6000/powerpc-altivec32l.c: Regenerate.
6534         * features/rs6000/powerpc-altivec64.c: Regenerate.
6535         * features/rs6000/powerpc-altivec64l.c: Regenerate.
6536         * features/rs6000/powerpc-e500.c: Regenerate.
6537         * features/rs6000/powerpc-e500l.c: Regenerate.
6538         * features/rs6000/powerpc-isa205-32l.c: Regenerate.
6539         * features/rs6000/powerpc-isa205-64l.c: Regenerate.
6540         * features/rs6000/powerpc-isa205-altivec32l.c: Regenerate.
6541         * features/rs6000/powerpc-isa205-altivec64l.c: Regenerate.
6542         * features/rs6000/powerpc-isa205-vsx32l.c: Regenerate.
6543         * features/rs6000/powerpc-isa205-vsx64l.c: Regenerate.
6544         * features/rs6000/powerpc-vsx32.c: Regenerate.
6545         * features/rs6000/powerpc-vsx32l.c: Regenerate.
6546         * features/rs6000/powerpc-vsx64.c: Regenerate.
6547         * features/rs6000/powerpc-vsx64l.c: Regenerate.
6548         * features/rs6000/rs6000.c: Regenerate.
6549
6550 2009-06-23  Joel Brobecker  <brobecker@adacore.com>
6551
6552         * ada-lang.c (decode_packed_array): If the value is a pointer to
6553         an array, then use value_ind to dereference it, not ada_value_ind.
6554         (ada_template_to_fixed_record_type_1): Handle the case where a
6555         dynamic field is an aligner type.
6556         (to_fixed_array_type): Add handling for packed array types.
6557         (ada_get_base_type): Do not follow the XVS type if the type is
6558         an aligner type.
6559         (ada_evaluate_subexp): Split a few statements up for clarity
6560         and debuggability.
6561         <OP_FUNCALL>: Add handling of the case of a packed array that
6562         has already been fixed.
6563
6564 2009-06-23  Joel Brobecker  <brobecker@adacore.com>
6565
6566         * ada-lang.c (evaluate_subexp): Delete.  Use the version from eval.c.
6567         (evaluate_subexp_type): Reimplement using evaluate_subexp.
6568         * value.h (evaluate_subexp): Add declaration.
6569         * eval.c (evaluate_subexp): Make non-static.
6570         * objc-lang.c (print_object_command): Use evaluate_subexp.
6571
6572 2009-06-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
6573
6574         Revert 2009-05-14 breakpoint commit (no longer needed).
6575         * breakpoint.h (breakpoint_re_set_objfile): Remove
6576         * breakpoint.c (breakpoint_re_set_objfile): Likewise
6577         (create_overlay_event_breakpoint): Remove objfile parameter,
6578         iterate over all objfiles.
6579         * objfiles.c (objfile_relocate): Update.
6580         * symfile.c (new_symfile_objfile): Likewise.    
6581         
6582 2009-06-23  Tom Tromey  <tromey@redhat.com>
6583
6584         PR gdb/10309:
6585         * c-lang.c (classify_type): Iterate over typedefs.
6586         * c-valprint.c (textual_element_type): Iterate over typedefs.
6587
6588 2009-06-22  Tristan Gingold  <gingold@adacore.com>
6589
6590         * darwin-nat.c (darwin_xfer_partial): Use host_address_to_string
6591         instead of "%p".
6592
6593 2009-06-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6594
6595         PR gdb/9988:
6596         * buildsym.c (block_compar): New function.
6597         (end_symtab): Replace the bubble sort by a qsort based code.
6598
6599 2009-06-22  Sami Wagiaalla  <swagiaal@redhat.com>
6600
6601         * MAINTAINERS (Write After Approval): Add self.
6602
6603 2009-06-22  Ulrich Weigand  <uweigand@de.ibm.com>
6604
6605         * spu-tdep.c (spu_get_longjmp_target): New function.
6606         (spu_gdbarch_init): Install it.
6607
6608 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
6609
6610         PR server/10306
6611         * remote.c (getpkt_or_notif_sane_1): Initialize val to -1.
6612
6613 2009-06-21  Michael Snyder  <msnyder@vmware.com>
6614
6615         * inferior.h: Update ancient comment.
6616
6617 2009-06-20  Aleksandar Ristovski  <aristovski@qnx.com>
6618             Pedro Alves  <pedro@codesourcery.com>
6619
6620         * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid dereferencing
6621         NULL pointer.
6622         (scan_dyntag): Skip if input bfd isn't elf flavoured.
6623         (locate_base): Call elf_locate_base even without an exec_bfd.
6624
6625 2009-06-19  Samuel Bronson  <naesten@gmail.com>
6626
6627         PR cli/9903:
6628         * cli/cli-decode.c (apropos_cmd): Skip traversing abbreviations
6629         for prefix commands to avoid duplicates in the output.
6630
6631 2009-06-19  Samuel Bronson  <naesten@gmail.com>
6632
6633         PR cli/9903:
6634         * cli/cli-decode.c (apropos_cmd): Fix avoidance of double
6635         printing.
6636
6637 2009-06-19  Jerome Guitton  <guitton@adacore.com>
6638
6639         * breakpoint.c (expand_line_sal_maybe): When explicit_line,
6640         skip prologue on each sals.
6641         (skip_prologue_sal): Return explicit_line and explicit_pc
6642         unmodified.
6643
6644 2009-06-19  Tristan Gingold  <gingold@adacore.com>
6645
6646         * darwin-nat.c (_initialize_darwin_inferior): Remove commented-out
6647         line.
6648
6649 2009-06-19  Tristan Gingold  <gingold@adacore.com>
6650         * machoread.c (macho_symtab_read): Adjust for bfd changes.
6651         * darwin-nat.h (struct darwin_exception_msg): New type to describe
6652         a mach exception.
6653         (struct private_thread_info): New type to describe the state of the
6654         thread.
6655         (DEF_VEC_I thread_t): Removed, replaced by ...
6656         (DEF_VEC_O darwin_thread_t): ... this new type.
6657         (struct darwin_inferior): Renamed to ...
6658         (struct private_inferior): ... this type.  Fields added.
6659         (darwin_not_port): Moved into the private inferior structure.
6660         * darwin-nat.c: Add includes, improve comments.
6661         Rewrite to handle multiple threads and processes.
6662         (darwin_resume_to): New function and protype.
6663         (darwin_resume, darwin_wait_to, darwin_wait): Ditto.
6664         (darwin_kill_inferior): Add ops argument.
6665         (darwin_pid_to_str): New function.
6666         (darwin_thread_alive): Ditto.
6667         (darwin_inf, darwin_not_port): Removed.
6668         (darwin_inf_fake_stop): New variable.
6669         (msgin, msgout, msg_state, exc_msg): Removed.
6670         (mach_check_error): Use warning instead of error.
6671         (darwin_ptrace): Adjust debug level.
6672         (cmp_thread_t): Fix names (typo).
6673         (darwin_check_new_threads): Argument is now an inferior,
6674         adjust for new structures, add no change check, ignore dead ports,
6675         handle first thread case.
6676         (find_inferior_task_it): New function.
6677         (find_inferior_notify_it): Ditto.
6678         (darwin_find_inferior_by_task): Ditto.
6679         (darwin_find_inferior_by_notify): Ditto.
6680         (darwin_find_thread): Ditto.
6681         (darwin_suspend_inferior): Ditto.
6682         (darwin_resume_inferior): Ditto.
6683         (catch_exception_raise_state): Removed.
6684         (catch_exception_raise_state_identity): Removed.
6685         (darwin_suspend_inferior_it): New function.
6686         (darwin_resume_inferior_it): Ditto.
6687         (darwin_dump_message): New function, extracted from darwin_wait.
6688         (darwin_decode_exception_message): New function.
6689         (darwin_encode_reply): New function.
6690         (catch_exception_raise): Removed.
6691         (darwin_send_reply): New function, extracted from darwin_resume.
6692         (darwin_resume_thread): New function, extracted from darwin_resume.
6693         (struct resume_inferior_threads_param): New type.
6694         (darwin_resume_inferior_threads_it): New function.
6695         (darwin_resume_inferior_threads): New function.
6696         (darwin_suspend_inferior_threads): New function.
6697         (darwin_resume): Mostly rewritten to handle multiple threads and
6698         some corner cases.
6699         (darwin_decode_message): New function extracted from darwin_wait.
6700         (cancel_breakpoint): New function.
6701         (darwin_wait): Mostly rewritten.  Handle multiple threads.
6702         (darwin_mourn_inferior): Adjust for per process structures.
6703         (darwin_reply_to_all_pending_messages): New function.
6704         (darwin_stop_inferior): Adjust for per inferior structures.
6705         (darwin_attach_pid): Ditto.
6706         (darwin_init_thread_list): Ditto.
6707         (darwin_attach): Ditto.
6708         (darwin_detach): Ditto.
6709         (darwin_files_info): Now empty.
6710         (darwin_pid_to_str): Adjust returns string to match one expected by
6711         the testsuite.
6712         (darwin_read_write_inferior): Rename err variable to match other uses.
6713         Adjust debug message.  Handle submaps.
6714         (darwin_xfer_memory): Adjust for per inferior structures.
6715         (set_enable_mach_exceptions): Ditto.
6716         (darwin_pid_to_exec_file): New function.
6717         (darwin_get_ada_task_ptid): Ditto.
6718         (darwin_supports_multi_process): Ditto.
6719         (_initialize_darwin_inferior): Remove useless assertion, adjust for
6720         per inferior structures.  Add new target operations.
6721
6722 2009-06-18  Hui Zhu  <teawater@gmail.com>
6723             Michael Snyder  <msnyder@vmware.com>
6724
6725         * infrun.c (handle_inferior_event): Improve reverse stepping
6726         through function epilogue.
6727
6728         * infrun.c (handle_inferior_event): Reverse-next through
6729         trampoline.
6730
6731 2009-06-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6732
6733         * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
6734         dwarf_frame_size.
6735
6736 2009-06-17  Tom Tromey  <tromey@redhat.com>
6737
6738         * dwarf2read.c (zlib_decompress_section): Use a cleanup.
6739
6740 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6741
6742         * gdbarch.sh (pointer_to_address): Change to type 'm'.
6743         (address_to_pointer): Likewise.
6744         * gdbarch.c, gdbarch.h: Regenerate.
6745
6746         * inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
6747         (signed_pointer_to_address): Likewise.
6748         (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
6749         * findvar.c (unsigned_pointer_to_address): Likewise.
6750         (signed_pointer_to_address): Likewise.
6751         (unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
6752
6753         * avr-tdep.c (avr_address_to_pointer): Likewise.
6754         (avr_pointer_to_address): Likewise.
6755         * iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
6756         (iq2000_address_to_pointer): Likewise.
6757         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
6758         (m32c_m16c_pointer_to_address): Likewise.
6759         * spu-tdep.c (spu_pointer_to_address): Likewise.
6760         * xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
6761         (xstormy16_address_to_pointer): Likewise.
6762
6763 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6764
6765         * printcmd.c (print_scalar_formatted): Always truncate
6766         unsigned data types.
6767
6768         * cli-dump.c (struct callback_data): Change type of load_offset
6769         to CORE_ADDR.
6770         (restore_binary_file): Update type casts.
6771         (restore_command): Parse load_offset as address, not long.
6772
6773         * utils.c (string_to_core_addr): Do not sign-extend value.
6774         * varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
6775         before comparing against requested frame address.
6776
6777 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6778
6779         * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
6780         * gdbarch.h, gdbarch.c: Regenerate.
6781
6782         * gcore.c (default_gcore_target): Make return value const.
6783         Call gdbarch_gcore_bfd_target if present.
6784         (default_gcore_arch, default_gcore_mach): Use target_gdbarch.
6785
6786         * corelow.c (core_read_description): Call gdbarch_core_read_description
6787         on core_gdbarch instead of current_gdbarch.
6788
6789         * ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.
6790
6791 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6792
6793         * gdbtypes.c (create_string_type): Receive character type as argument.
6794         * gdbtypes.h (create_string_type): Add character type argument.
6795         * dwarf2read.c (read_tag_string_type): Pass character type to
6796         create_string_type.
6797
6798         * value.h (value_string): Add character type argument.
6799         * valops.c (value_string): Add character type argument.  Pass it to
6800         create_string_type.  Do not allocate space in inferior.
6801         * valarith.c (value_concat): Pass character type to value_string.
6802
6803         * value.h (value_typed_string): Rename to ...
6804         (value_cstring): ... this.
6805         * valops.c (value_typed_string): Rename to ...
6806         (value_cstring): ... this.
6807         * c-lang.c (evaluate_subexp_c): Update.
6808
6809         * python/python-value.c (builtin_type_pychar): New define.
6810         (convert_value_from_python): Call value_cstring instead
6811         of value_from_string.
6812         * value.c (value_from_string): Remove.
6813         * value.h (value_from_string): Remove.
6814
6815         * eval.c (evaluate_subexp_standard): Pass character type to
6816         value_string.  Pass expression architecture to value_nsstring
6817         and lookup_child_selector.
6818         * objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
6819         (lookup_child_selector): Likewise.
6820         (value_nsstring): Likewise.
6821         * objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
6822         Pass character type to value_string..
6823         (lookup_child_selector): Likewise.
6824         (value_nsstring): Add GDBARCH parameter, use it instead of
6825         objfile architecture.  Pass architecture to lookup_objc_class
6826         and lookup_child_selector. Pass character type to value_string.
6827         (end_msglist): Pass architecture to lookup_objc_class.
6828         * objc-exp.y: Pass architecture to lookup_objc_class.
6829
6830 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6831
6832         * gdbtypes.h (struct language_defn): Add forward declaration.
6833         (lookup_typename): Add LANGUAGE and GDBARCH parameters.
6834         (lookup_unsigned_typename): Likewise.
6835         (lookup_signed_typename): Likewise.
6836         * gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
6837         Use them instead of current_language and current_gdbarch.
6838         (lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
6839         Pass them to lookup_typename.
6840         (lookup_signed_typename): Likewise.
6841
6842         * c-exp.y: Pass parse_language and parse_gdbarch to
6843         lookup_unsigned_typename and lookup_signed_typename.
6844         * objc-exp.y: Likewise.
6845         * m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.
6846
6847         * c-lang.c (evaluate_subexp_c): Pass expression language and
6848         gdbarch to lookup_typename.
6849         * printcmd.c (printf_command): Pass current language and
6850         gdbarch to lookup_typename.
6851         * python/python-type.c (typy_lookup_typename): Likewise.
6852         Include "language.h".
6853
6854 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6855
6856         * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
6857         Use it instead of current_gdbarch.  Pass architecture to
6858         sparc32_gregset_supplies_p.
6859         (sparc64_fpregset_supplies_p): Add GDBARCH parameter.  Use it instead
6860         of current_gdbarch.  Pass architecture to sparc32_fpregset_supplies_p.
6861         * sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
6862         sparc64nbsd_fpregset_supplies_p): Likewise.
6863         * sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
6864         Add GDBARCH parameter.
6865         (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
6866         (sparc_fetch_inferior_registers): Pass regcache architecture to
6867         sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
6868         (sparc_store_inferior_registers): Likewise.
6869         * sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
6870         Add GDBARCH parameter.
6871         (sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
6872
6873 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6874
6875         * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
6876         of current_gdbarch.
6877         * aix-thread.c (pd_enable): Likewise.
6878         * amd64-linux-nat.c (ps_get_thread_area): Likewise.
6879         * bsd-uthread.c (bsd_uthread_activate): Likewise.
6880         * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
6881         * linux-thread-db.c (enable_thread_event): Likewise.
6882         * monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
6883         * nto-procfs.c (procfs_open): Likewise.
6884         * procfs.c (invalidate_cache, procfs_insert_watchpoint,
6885         info_proc_mappings, info_mappings_callback): Likewise.
6886         * record.c (record_open): Likewise.
6887         * rs6000-nat.c (ARCH64): Likewise.
6888         * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
6889         (darwin_bfd_open): Likewise.
6890         * memattr.c (mem_info_command): Likewise.
6891
6892         * windows-nat.c (win32_resume): Use current regcache architecture
6893         instead of current_gdbarch.
6894
6895         * dbug-rom.c (dbug_regname): Remove check against number of
6896         registers in current_gdbarch.
6897         * solib-pa64.c (read_dynamic_info): Remove unused variable.
6898
6899 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6900
6901         * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
6902         use it instead of current_gdbarch.
6903         * frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
6904         * arm-tdep.c (arm_skip_prologue): Pass architecture to
6905         deprecated_pc_in_call_dummy.
6906
6907         * symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
6908         Use it instead of current_gdbarch.
6909         * symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
6910         * breakpoint.c (expand_line_sal_maybe): Pass architecture to
6911         skip_prologue_using_sal.
6912         * arm-tdep.c (skip_prologue_using_sal): Likewise.
6913         * lm32-tdep.c (lm32_skip_prologue): Likewise.
6914         * m32-tdep.c (m32c_skip_prologue): Likewise.
6915         * mips-tdep.c (mips_skip_prologue): Likewise.
6916         * moxie-tdep.c (moxie_skip_prologue): Likewise.
6917         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
6918         * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
6919         * frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
6920         it to skip_prologue_using_sal.  Update call sites ...
6921         (frv_skip_prologue, frv_frame_unwind_cache): ... here.
6922
6923         * mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
6924         (check_for_saved): Use it instead of current_gdbarch.
6925         (mn10300_analyze_prologue): Set it.
6926
6927         * value.c (using_struct_return): Add GDBARCH parameter.  Use it
6928         instead of current_gdbarch.
6929         * value.h (using_struct_return): Add GDBARCH parameter.
6930         * eval.c (evaluate_subexp_standard): Pass architecture to
6931         using_struct_return.
6932         * infcall.c (call_function_by_hand): Likewise.
6933         * stack.c (return_command): Likewise.
6934         * sparc-tdep.c (sparc32_push_dummy_code): Likewise.
6935
6936         * symtab.c (in_prologue): Add GDBARCH parameter.  Use it instead of
6937         current_gdbarch.
6938         * symtab.h (in_prologue): Add GDBARCH parameter.
6939         * infrun.c (handle_inferior_event): Pass architecture to in_prologue.
6940
6941         * eval.c (evaluate_subexp_standard): Use expression architecture
6942         instead of current_gdbarch.
6943
6944         * c-lang.c (evaluate_subexp_c): Use expression architecture and
6945         language instead of current_gdbarch and current_language.
6946
6947         * printcmd.c (do_one_display): Use expression architecture instead
6948         of current_gdbarch.
6949
6950         * infcmd.c (print_return_value): Use architecture of stop_regcache
6951         instead of current_gdbarch.
6952         (print_vector_info, print_float_info): Remove GDBARCH argument,
6953         use frame architecture instead.
6954         (vector_info, float_info): Update calls.
6955
6956         * objc-lang.c (objc_skip_trampoline): Use frame architecture
6957         instead of current_gdbarch.
6958
6959         * parse.c (write_dollar_variable): Use parse architecture instead
6960         of current_gdbarch.
6961
6962         * source.c (line_info): Use objfile architecture instead of
6963         current_gdbarch.
6964
6965         * symtab.c (find_function_start_sal): Use gdbarch instead of
6966         current_gdbarch.
6967         (print_msymbol_info): Use objfile architecture instead of
6968         current_gdbarch.
6969
6970         * valops.c (value_assign): Use frame architecture instead of
6971         current_gdbarch.
6972
6973 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6974
6975         * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
6976
6977         * coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
6978         calling record_line.
6979         (enter_linenos): Likewise.
6980         * dbxread.c (process_one_symbol): Likewise.
6981         * dwarf2read.c (dwarf_decode_lines): Likewise.
6982         * mdebugread.c (psymtab_to_symtab_1): Likewise.
6983         * xcoffread.c (enter_line_range): Likewise.
6984
6985 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
6986
6987         * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
6988         architecture instead of current_gdbarch.
6989         (gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
6990         (gen_expr): Pass expression to get_struct_ref.
6991
6992         * symtab.h (struct symbol_ops): Add GDBARCH parameter to
6993         tracepoint_var_ref callback.
6994         * ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
6995         symbol operation callback.
6996         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
6997         Use it instead of current_gdbarch.
6998         (locexpr_tracepoint_var_ref): Add GDBARCH parameter.  Pass it to
6999         dwarf2_tracepoint_var_ref.
7000         (loclist_tracepoint_var_ref): Likewise.
7001
7002 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
7003
7004         * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
7005         Use it instead of address bits of current_gdbarch.
7006         * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
7007         * arm-tdep.c (thumb_analyze_prologue): Pass address bits to
7008         make_pv_area.
7009         (arm_scan_prologue): Likewise.
7010         * m32c-tdep.c (m32c_analyze_prologue): Likewise.
7011         * mep-tdep.c (mep_analyze_prologue): Likewise.
7012         * mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
7013         * s390-tdep.c (s390_analyze_prologue): Likewise.
7014
7015 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
7016
7017         * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
7018         frame architecture instead of current_gdbarch.
7019         (mi_cmd_data_list_changed_registers): Likewise.
7020         (mi_cmd_data_list_register_values): Likewise.  Pass selected
7021         frame to get_register.
7022         (get_register): Add FRAME argument, use it as frame to retrieve
7023         registers from (instead of selected frame).  Use frame architecture
7024         instead of current_gdbarch.
7025         (mi_cmd_data_write_register_values): Use current regcache
7026         architecture instead of current_gdbarch.
7027
7028 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
7029
7030         * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
7031         use frame architecture instead.  Replace current_gdbarch uses.
7032         (tui_show_registers): Update call.
7033         (tui_get_register): Remove GDBARCH parameter; use frame architecture
7034         instead.
7035         (tui_show_register_group): Update call.
7036         (tui_check_register_values): Likewise.
7037         (tui_register_format): Remove GDBARCH parameter; use frame
7038         architecture instead.  Replace current_gdbarch uses.
7039         (tui_get_register): Update call.
7040
7041 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
7042
7043         * gdbarch.sh (construct_inferior_arguments): Remove.
7044         * gdbarch.c, gdbarch.h: Regenerate.
7045         * infcmd.c (get_inferior_args): Call construct_inferior_arguments
7046         directly instead of gdbarch_construct_inferior_arguments.
7047         (construct_inferior_arguments): Remove GDBARCH argument.
7048         * inferior.h (construct_inferior_arguments): Likewise.
7049
7050 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
7051
7052         * symfile.c (section_is_mapped): Use objfile architecture instead
7053         of current_gdbarch.
7054         (TARGET_LONG_BYTES): Remove.
7055         (read_target_long_array): Add SIZE argument.  Use it instead of
7056         TARGET_LONG_BYTES.
7057         (simple_read_overlay_table): Retrieve long size from objfile
7058         architecture; pass it to read_target_long_array.
7059         (simple_read_overlay_region_table): Likewise.
7060         (simple_overlay_update_1): Likewise.
7061
7062 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
7063
7064         * infrun.c (cleanup_displaced_step_closure): Remove.
7065         (displaced_step_clear_cleanup): Move to before displaced_step_prepare.
7066         (displaced_step_prepare): Use displaced_step_clear_cleanup instead
7067         of cleanup_displaced_step_closure.
7068         (handle_inferior_event, keep_going): Use thread architecture instead
7069         of current_gdbarch.
7070
7071 2009-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
7072
7073         * infrun.c (handle_inferior_event): Use current frame architecture
7074         or thread architecture instead of current_gdbarch.  Pass to
7075         handle_step_into_function and handle_step_into_function_backward.
7076         (handle_step_into_function): Add GDBARCH parameter.  Use it instead
7077         of current_gdbarch.
7078         (handle_step_into_function_backward): Likewise.
7079         (insert_step_resume_breakpoint_at_frame): Use frame architecture
7080         instead of current_gdbarch.
7081         (insert_step_resume_breakpoint_at_caller): Likewise.
7082
7083 2009-06-17  Pierre Muller  <muller@ics.u-strasbg.fr>
7084         Pedro Alves  <pedro@codesourcery.com>
7085         
7086         * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
7087         is pushed for watchpoint promotion to hardware watchpoint.
7088
7089 2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
7090
7091         * dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
7092         (dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
7093         (dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
7094         (dwarf_ranges_section, dwarf_frame_section)
7095         (dwarf_eh_frame_section): Removed.
7096         (dwarf2_resize_section): Likewise.
7097         (dwarf2_read_section): Now static, use bfd_mmap() if possible.
7098         (dwarf2_get_section_info): New function.
7099         (munmap_section_buffer): Likewise.
7100         (dwarf2_per_objfile_cleanup): Likewise.
7101         (section_is_p): Signature change.
7102         * dwarf2-frame.c (dwarf2_build_frame_info): Use
7103         dwarf2_get_section_info instead of dwarf2_read_section.
7104         
7105 2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
7106
7107         * solib.c (symbol_add_stub): New FLAGS parameter.
7108         (solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
7109         directly.
7110         (solib_add): Defer breakpoint_re_set until after all solibs.
7111         * bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
7112         * rs6000-nat.c (objfile_symbol_add): Adjust.
7113         * symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
7114         (new_symfile_objfile): Likewise.
7115         (symbol_file_add_with_addrs_or_offsets): Likewise.
7116         (symbol_file_add_from_bfd): Likewise.
7117         (symbol_file_add): Likewise.
7118         * symfile.h (enum symfile_add_flags): New. Adjust prototypes.
7119         * symfile-mem.c (symbol_file_add_from_memory): Adjust.
7120         * windows-nat.c (safe_symbol_file_add_stub): Adjust.
7121         * machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.
7122         
7123 2009-06-16  Keith Seitz  <keiths@redhat.com>
7124
7125         * linespec.c (collect_methods): Delete.
7126         (add_matching_methods): Reove destructor special case.
7127         (find_method): Call find_methods directly instead of
7128         collect_methods.
7129         * valops.c (value_struct_elt): Remove destructor
7130         special cases.
7131         (check_field): Likewise.
7132         (value_struct_elt_for_reference): Likewise.
7133         (destructor_name_p): Remove misleading comment about dtors
7134         being "special cases". 
7135         * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
7136         * gdbtypes.c (get_destructor_fn_field): Likewise. 
7137
7138 2009-06-16  Pedro Alves  <pedro@codesourcery.com>
7139
7140         * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
7141         TARGET_OJECT_MEMORY reads to the topmost target, not to the
7142         flattened current_target.
7143
7144 2009-06-16  Tristan Gingold  <gingold@adacore.com>
7145
7146         * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
7147         call_length field.
7148         (avr_register_name): Add const to register_names.
7149         (avr_scan_arg_moves): Move inside avr_scan_prologue.
7150         (avr_scan_prologue): Add pc_end argument.
7151         Only read prologue bytes that can be read.
7152         Limit the scan to the known prologue length.
7153         Makes pattern variables static and const.
7154         Fix indentation.
7155         (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
7156         Fix indentation.
7157         (avr_breakpoint_from_pc): Constify avr_break_insn.
7158         (avr_extract_return_value): Fix function comment.
7159         (avr_frame_unwind_cache): Fix GNU style violations.
7160         Pass current_pc argument to avr_scan_prologue to stop prologue
7161         analysis to the current pc.  This fixes the bug with the 'next'
7162         command.
7163         Correctly set the SP register of the previous frame (use call_length).
7164         (avr_frame_prev_register): Fix indentation.
7165         Correctly read PC from the stack on avr6 architectures.
7166         (avr_push_dummy_call): Fix indentation.
7167         (avr_gdbarch_init): Set call_length according to the architecture.
7168
7169 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
7170
7171         * infcall.c (show_unwind_on_terminating_exception_p): New
7172         function.
7173         (call_function_by_hand): Create breakpoint and clean-up call for
7174         std::terminate.breakpoint. Add unwind_on_terminating_exception_p
7175         gate. Pop frame on breakpoint hit.
7176         (_initialize_infcall): Add add_setshow_boolean_cmd for
7177         unwind-on-terminating-exception.
7178
7179 2009-06-12  Kevin Buettner  <kevinb@redhat.com>
7180
7181         * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
7182         `has_section_at_zero' flag from stripped objfile to separate,
7183         debug info only, objfile.
7184
7185 2009-06-12  Pedro Alves  <pedro@codesourcery.com>
7186
7187         * exec.h (section_table_xfer_memory_partial): Improve description,
7188         mention SECTION_NAME.
7189         * exec.c (section_table_xfer_memory_partial): Remove stale
7190         description.
7191
7192 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
7193
7194         * nto-tdep.h (nto_generic_supply_gpregset)
7195         (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
7196         * nto-tdep.c (nto_generic_supply_gpregset)
7197         (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
7198
7199 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
7200
7201         * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
7202         (i386nto_sigcontext_addr): Change the way context address is calculated.
7203         (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
7204         sc_sp_offset and set sc_reg_offset and sc_num_regs.
7205
7206 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
7207
7208         * i386-nto-tdep.c (i386_nto_target): Remove definition.
7209         (init_i386nto_ops): Use macros to set fields to global
7210         current_nto_target directly.
7211         (i386nto_init_abi): Remove unused nto_set_target call.
7212         * nto-tdep.h (nto_set_target): Remove unused declaration.
7213         * nto-tdep.c (nto_set_target): Remove unused function.
7214
7215 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
7216
7217         * breakpoint.c (break_command_really): Rename local variable
7218         breakpoint_chain to bkpt_chain.
7219
7220 2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
7221
7222         Add support for XMM registers.
7223         * i386-nto-tdep.c (i386nto_regset_id): Add case for SSE register set.
7224         (i386nto_register_area): Correctly calculate offsets and sizes for
7225         all supported registers.
7226
7227 2009-06-11  Tom Tromey  <tromey@redhat.com>
7228
7229         * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
7230         'static' from local variable definitions.
7231
7232 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
7233
7234         * symtab.c (append_expanded_sal): Remove unused local variables.
7235
7236 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
7237
7238         * infrun.c (sched_multi): New global.
7239         (resume): If sched_multi is set, resume only threads of the
7240         current inferior.
7241         (prepare_to_proceed): Don't switch over to wait_ptid if we're
7242         resuming a different inferior, and sched_multi is off.
7243         (show_schedule_multiple): New.
7244         (_initialize_infrun): Register new "set schedule-multiple" command.
7245         * inferior.h (sched_multi): Declare.
7246         * NEWS: Mention new "schedule-multiple" setting.
7247
7248 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
7249
7250         * varobj.c (varobj_create): Properly restore the selected frame.
7251
7252 2009-06-05  Tom Tromey  <tromey@redhat.com>
7253
7254         * inferior.c (print_inferior): Make a table, not a list.  Emit
7255         table headers.
7256
7257 2009-06-10  Jonas Maebe  <jonas.maebe@elis.ugent.be>
7258
7259         * darwin-nat.c (darwin_stop_inferior): Pass 0 as options to
7260         darwin_wait (blocking wait).
7261         (darwin_kill_inferior): Likewise.
7262
7263 2009-06-10  Pedro Alves  <pedro@codesourcery.com>
7264
7265         * infrun.c (handle_inferior_event): Update comment around trying
7266         to revert back to a stepping thread that has exited.
7267
7268 2009-06-10  Cary Coutant  <ccoutant@google.com>
7269
7270         * dwarf2read.c (dwarf_decode_lines): Recognize and ignore
7271         DW_LNE_set_discriminator.
7272
7273 2009-06-10  Pierre Muller  <muller@ics.u-strasbg.fr>
7274
7275         * breakpoint.c: ARI fixes.
7276         (create_overlay_event_breakpoint): Avoid assignment inside if statement.
7277         (print_one_breakpoint_location): Likewise.
7278         (create_longjmp_breakpoint): Likewise.
7279         (tracepoint_save_command): Likewise
7280         (bpstat_find_step_resume_breakpoint): No operator at end of line.
7281         (bpstat_stop_status): Likewise.
7282         (describe_other_breakpoints): Likewise.
7283         (hw_watchpoint_used_count): Likewise.
7284         (expand_line_sal_maybe): Likewise.
7285         (break_command_really): Likewise.
7286         (delete_command): Likewise.
7287         (do_enable_breakpoint): Likewise.
7288         (delete_trace_command): Likewise.
7289         (catch_exception_command_1): Likewise and remove extra parentheses.
7290
7291 2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
7292
7293         * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
7294         "ubreak" command that does not exist.
7295
7296 2009-06-08  Pierre Muller  <muller@ics.u-strasbg.fr>
7297
7298         * cli/cli-decode.c (add_alias_cmd): Correct assertion.
7299
7300 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
7301
7302         * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
7303
7304 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
7305
7306         * procfs.h: New.
7307         * proc-utils.h (procfs_first_available): Don't declare here.
7308         * sol-thread.c: Include procfs.h instead of sys/procfs.h and
7309         proc-utils.h.
7310         * procfs.c: Include procfs.h.
7311         (procfs_target): Make it public.  Don't register
7312         procfs_can_use_hw_breakpoint here.
7313         (proc_set_watchpoint): Check for PCWATCH or PIOCSWATCH being
7314         defined instead of TARGET_HAS_HARDWARE_WATCHPOINTS.
7315         (procfs_can_use_hw_breakpoint): Remove check of
7316         TARGET_HAS_HARDWARE_WATCHPOINTS.
7317         (procfs_use_watchpoints): Register procfs_can_use_hw_breakpoint
7318         here.
7319         (_initialize_procfs): Don't add the procfs target here.
7320
7321         * i386-sol2-nat.c: Include target.h and procfs.h.
7322         (_initialize_amd64_sol2_nat): Install the procfs target here,
7323         customized with watchpoints support.
7324         * irix5-nat.c: Include target.h.
7325         (_initialize_core_irix5): Rename to ...
7326         (_initialize_irix5_nat): ... this.  Install the procfs target
7327         here, customized with watchpoints support.
7328         * alpha-nat.c: Include procfs.h.
7329         (_initialize_core_alpha): Rename to...
7330         (_initialize_alpha_nat): ... this.  Install the procfs target
7331         here, customized with watchpoints support.
7332         * sparc-sol2-nat.c: Include target.h and procfs.h.
7333         (_initialize_sparc_sol2_nat): New.
7334
7335         * config/i386/nm-i386sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
7336         * config/sparc/nm-sol2.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
7337         * config/mips/irix5.mh (NAT_FILE): Delete.
7338         * config/mips/irix6.mh (NAT_FILE): Delete.
7339         * config/mips/nm-irix5.h: Delete.
7340
7341 20009-06-07  Pedro  Alves  <pedro@codesourcery.com>
7342
7343         * auxv.c (procfs_xfer_auxv): Change type of the `object' argument
7344         to enum target_object.  Cleanup comments.
7345         * auxv.h: Include "target.h".  Cleanup comments to not mention
7346         NATIVE_XFER_AUXV anymore.
7347
7348 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
7349
7350         * inferior.h (procfs_first_available): Move declaration to...
7351         * proc-utils.h: ... here.
7352         * sol-thread.c: Include procfs.h and proc-utils.h.
7353
7354 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
7355
7356         * inferior.h (proc_iterate_over_mappings): Delete declaration.
7357         * nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
7358         * procfs.c (proc_iterate_over_mappings): Delete.
7359
7360 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
7361
7362         * target.h (struct target_ops): Make to_has_all_memory,
7363         to_has_memory, to_has_stack, to_has_registers and to_has_execution
7364         methods instead of variables.
7365         (target_has_all_memory_1, target_has_memory_1, target_has_stack_1)
7366         (target_has_registers_1, target_has_execution_1): Declare
7367         functions.
7368         (target_has_all_memory): Rewrite to call target_has_all_memory_1.
7369         (target_has_memory): Rewrite to call target_has_memory_1.
7370         (target_has_stack): Rewrite to call target_has_all_stack_1.
7371         (target_has_registers): Rewrite to call target_has_registers_1.
7372         (target_has_execution): Rewrite to call target_has_execution_1.
7373         (default_child_has_all_memory, default_child_has_memory)
7374         (default_child_has_stack, default_child_has_registers)
7375         (default_child_has_execution): Declare.
7376         (target_mark_running, target_mark_exited): Delete declarations.
7377         * target.c (default_child_has_all_memory,
7378         default_child_has_memory, default_child_has_stack,
7379         default_child_has_registers, default_child_has_execution): New.
7380         (target_has_all_memory_1, target_has_memory_1, target_has_stack_1,
7381         target_has_registers_1, target_has_execution_1): New.
7382         (add_target): Default the to_has_all_memory, to_has_all_memory,
7383         to_has_memory, to_has_stack, to_has_registers and to_has_execution
7384         callbacks to return 0.
7385         (update_current_target): Do not inherit to_has_all_memory,
7386         to_has_memory, to_has_stack, to_has_registers or to_has_execution.
7387         (target_mark_running, target_mark_exited): Delete.
7388         (memory_xfer_partial): Adjust.
7389         (target_read_memory, target_write_memory, target_search_memory):
7390         Dispatch to the the top-most target, not the flattened
7391         current_target.
7392         (target_info): Adjust.
7393         (init_dummy_target): Install return_zero as callback for
7394         to_has_all_memory, to_has_memory, to_has_stack, to_has_registers,
7395         to_has_execution.
7396         (set_maintenance_target_async_permitted): Use have_live_inferiors
7397         instead of target_has_execution.
7398         * target-memory.c (target_write_memory_blocks): Dispatch memory
7399         writes to the the top-most target, not the flattened
7400         current_target.
7401
7402         * breakpoint.c (insert_breakpoints): Don't check for
7403         target_has_execution here.
7404         (update_global_location_list): Check if there are live inferiors
7405         to debug instead of target_has_execution.
7406         * infcmd.c (kill_command, detach_command): Check if there are
7407         inferiors instead of target_has_execution.
7408         * inferior.h (have_live_inferiors): Declare.
7409         * inferior.c (have_live_inferiors): New.
7410         * infrun.c (normal_stop): Don't check for target_has_execution to
7411         finish the thread states.
7412         * thread.c (is_thread_state, is_stopped, is_exited, is_running)
7413         (any_running, is_executing): Remove checks for
7414         target_has_execution.
7415         * top.c (kill_or_detach): Don't try to kill core inferiors.
7416         (quit_target): Don't check for target_has_execution.
7417
7418         * corelow.c (core_has_memory, core_has_stack, core_has_registers):
7419         New.
7420         (init_core_ops): Install core_has_memory, core_has_stack and
7421         core_has_registers.
7422         * exec.c (exec_has_memory): New.
7423         (init_exec_ops): Install exec_has_memory.
7424         * remote.c (remote_add_inferior): Don't call target_mark_running.
7425         (remote_start_remote): Don't call target_mark_exited or call
7426         target_mark_running.
7427         (remote_open_1): Use have_inferiors instead of
7428         target_has_execution.  Don't use target_mark_exited.
7429         (init_remote_ops): Install deafult_child_has_all_memory,
7430         default_child_has_memory, default_child_has_stack,
7431         default_child_has_registers, default_child_has_execution.
7432         * bsd-kvm.c (bsd_kvm_return_one): New.
7433         (bsd_kvm_add_target): Register bsd_kvm_return_one as
7434         to_has_memory, to_has_stack and to_has_registers callbacks.
7435         * remote-m32r-sdi.c (m32r_return_one): New.
7436         (init_m32r_ops): Register it.
7437         * inf-child.c (inf_child_target): Adjust to register
7438         default_child_has_all_memory, default_child_has_memory,
7439         default_child_has_stack, default_child_has_registers,
7440         default_child_has_execution callbacks.
7441         * gnu-nat.c (init_gnu_ops): Likewise.
7442         * go32-nat.c (init_go32_ops): Likewise.
7443         * hpux-thread.c (init_hpux_thread_ops): Likewise.
7444         * monitor.c (init_base_monitor_ops): Likewise.
7445         * nto-procfs.c (init_procfs_ops): Likewise.
7446         * remote-mips.c (_initialize_remote_mips): Likewise.
7447         * windows-nat.c (init_windows_ops): Likewise.
7448         * remote-sim.c (gdbsim_create_inferior): Don't use
7449         target_mark_running or target_mark_exited.
7450         (gdbsim_mourn_inferior): Don't call target_mark_exited.
7451         (init_gdbsim_ops): Adjust to register
7452         default_child_has_all_memory, default_child_has_memory,
7453         default_child_has_stack, default_child_has_registers,
7454         default_child_has_execution callbacks.
7455
7456         * linux-nat.c (linux_nat_xfer_partial): If reading memory, and
7457         there's no inferior selected, defer to a lower stratum.
7458
7459 2009-06-05  Tom Tromey  <tromey@redhat.com>
7460
7461         * varobj.c (update_dynamic_varobj_children): Wrap error text in
7462         _().
7463         (install_visualizer): Likewise.
7464         (varobj_set_visualizer): Likewise.
7465
7466 2009-06-05  Marc Khouzam  <marc.khouzam@ericsson.com>
7467
7468         * mi/mi-main.c (mi_cmd_exec_continue)
7469         (mi_cmd_exec_interrupt): Adjust parsing of thread group
7470         ids to current reality, where they don't have any 'p' prefix.
7471
7472 2009-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
7473
7474         * corelow.c (core_open): Check for core_gdbarch before calling
7475         gdbarch_target_signal_from_host.
7476
7477 2009-06-05  Tom Tromey  <tromey@redhat.com>
7478
7479         * c-exp.y (parse_number): Don't use K&R definition.
7480         (yylex): Likewise.
7481         (yyerror): Likewise.
7482
7483 2009-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7484
7485         * varobj.c (varobj_update): Fix out of scope varobjs to not to change.
7486
7487 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
7488
7489         * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.
7490         * ax-gdb.c (gen_var_ref): Likewise.
7491         * findvar.c (read_var_value, symbol_read_needs_frame): Likewise.
7492         * printcmd.c (address_info): Likewise.
7493         * dwarf2loc.c (dwarf_expr_frame_base): Likewise.
7494         * dwarf2read.c (dwarf2_symbol_mark_computed): Likewise.
7495         * symtab.h: Rename struct symbol_ops to struct symbol_computed_ops.
7496         * dwarf2loc.h: Likewise.
7497         * dwarf2loc.c (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Likewise.
7498
7499         * symtab.h: (struct symbol_register_ops): New struct definition.
7500         (struct symbol): Make "ops" member a union of symbol_computed_ops and
7501         symbol_register_ops callback pointers.
7502         (SYMBOL_REGISTER_OPS): New macro.
7503         * tracepoint.c: Include "objfiles.h".
7504         (scope_info, collect_symbol): Use SYMBOL_REGISTER_OPS register_number
7505         callback to retrieve register numbers.
7506         * ax-gdb.c (gen_var_ref): Likewise.
7507         * findvar.c (read_var_value): Likewise.
7508         * printcmd.c (address_info): Likewise.
7509
7510         * coffread.c (coff_reg_to_regnum): New function.
7511         (coff_register_funcs): New static variable.
7512         (process_coff_symbol): Do not call gdbarch_sdb_reg_to_regnum.
7513         Install SYMBOL_REGISTER_OPS callbacks.
7514         * mdebugread.c (mdebug_reg_to_regnum): New function.
7515         (mdebug_register_funcs): New static variable.
7516         (parse_symbol): Do not call gdbarch_ecoff_reg_to_regnum.
7517         Install SYMBOL_REGISTER_OPS callbacks.
7518         * stabsread.c (stab_reg_to_regnum): New function.
7519         (stab_register_funcs): New static variable.
7520         (define_symbol): Do not call gdbarch_stab_reg_to_regnum.
7521         Install SYMBOL_REGISTER_OPS callbacks.
7522
7523 2009-06-03  Doug Evans  <dje@google.com>
7524
7525         * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
7526         after discarding its contents.
7527
7528 2009-06-03  Pedro Alves  <pedro@codesourcery.com>
7529
7530         * target.c: Include "exec.h".
7531         (update_current_target): Don't inherit to_sections or
7532         to_sections_end.
7533         (target_get_section_table): New.
7534         (target_section_by_addr): Fetch the section table from the passed
7535         in target.
7536         (memory_xfer_partial): Handle unmapped overlay sections before
7537         anything else.  Get the overlay mapped address here.  Adjust to
7538         use section_table_xfer_memory_partial.
7539         (get_target_memory): Request a TARGET_OBJECT_RAW_MEMORY object
7540         instead of TARGET_OBJECT_MEMORY.
7541         (target_resize_to_sections): Delete.
7542         (remove_target_sections): Adjust to remove target sections from
7543         `current_target_sections', and use resize_section_table.
7544         * target.h (struct target_ops) <to_sections, to_sections_end>:
7545         Remove fields.
7546         <to_get_section_table>: New method.
7547         (xfer_memory, print_section_info): Delete declarations.
7548         (struct target_section_table): New type.
7549         (target_get_section_table): Declare.
7550         (target_resize_to_sections): Delete declaration.
7551         (remove_target_sections): Delete declaration.
7552         * bfd-target.c (target_bfd_xfer_partial): Get the section table
7553         from to_data.
7554         (target_bfd_get_section_table): New.
7555         (target_bfd_xclose): Adjust.
7556         (target_bfd_reopen): Store the section table in the to_data field.
7557         * corelow.c (core_data): New.
7558         (core_close): Adjust to release core_data and its sections.
7559         (core_open): Allocate core_data, and build its target sections
7560         table.
7561         (deprecated_core_resize_section_table): New.
7562         (core_files_info): Pass core_data to print_section_info.
7563         (core_xfer_partial): Adjust to use
7564         section_table_xfer_memory_partial for TARGET_OBJECT_MEMORY xfers.
7565         (init_core_ops): Do not install a deprecated_xfer_memory callback
7566         anymore.
7567         * solib.c (update_solib_list): Add the shared library sections
7568         to the current target sections table.
7569         * exec.c (current_target_sections_1): New global.
7570         (current_target_sections): New global.
7571         (exec_close_1): New function, refactored from exec_close.  Remove
7572         the exec_bfd's sections from the current target sections table.
7573         Adjust to not use to_sections.
7574         (exec_close): Remove all target sections.  Call exec_close_1.
7575         (exec_file_clear): Use exec_close_1 instead of unpushing the
7576         target.
7577         (exec_file_attach): Likewise.  Adjust to not use to_sections.  Add
7578         exec_bfd's sections to the current target sections table.  Don't
7579         push the exec_ops target here.
7580         (resize_section_table): New.
7581         (add_target_sections): New.
7582         (remove_target_sections): Moved here.
7583         (section_table_xfer_memory): Adjust to implement the xfer_partial
7584         interface, and rename to...
7585         (section_table_xfer_memory_partial): ... this, replacing the
7586         current function of that same name.
7587         (exec_get_section_table): New.
7588         (exec_xfer_partial): New.
7589         (xfer_memory): Delete.
7590         (print_section_info): Replace the target_ops parameter by a
7591         target_section_table parameter.
7592         (exec_files_info, set_section_command, exec_set_section_address):
7593         Adjust to use the current sections table.
7594         (init_exec_ops): Do not register a deprecated_xfer_memory
7595         callback.  Register to_xfer_partial and to_get_section_table
7596         callbacks.
7597         * infrun.c (handle_inferior_event): Update comments around
7598         solib_add.
7599         * rs6000-nat.c (xcoff_relocate_core): Adjust to use
7600         deprecated_core_resize_section_table.
7601         * exec.h (resize_section_table): Declare.
7602         (section_table_xfer_memory_partial): Add const char * argument.
7603         (remove_target_sections): Declare here.
7604         (add_target_sections): Declare.
7605         (print_section_info): Declare here.
7606         * gdbcore.h (deprecated_core_resize_section_table): Declare.
7607
7608 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
7609
7610         * value.h (struct internalvar): Remove.
7611         (get_internalvar_integer): Add prototype.
7612         (set_internalvar_integer): Add prototype.
7613         (clear_internalvar): Add prototype.
7614
7615         * value.c (struct internalvar): Move here.  Add type member.  Remove
7616         endian member.  Add union_internalvar member instead of value member.
7617         (init_if_undefined_command): Use intvar->type.
7618         (create_internalvar): Do not initialize value/endian, but type.
7619         (create_internalvar_type_lazy): Call create_internalvar.
7620         (value_of_internalvar): Handle host-side internalvar contents.
7621         (set_internalvar_component): Likewise.
7622         (set_internalvar): Likewise.
7623         (get_internalvar_integer): New function.
7624         (clear_internalvar): Likewise.
7625         (set_internalvar_integer): Likewise.
7626         (preserve_values): Handle host-side internalvar contents.
7627
7628         * breakpoint.c (set_breakpoint_count, set_tracepoint_count): Call
7629         set_internalvar_integer instead of set_internalvar.
7630         * findcmd.c (find_command): Likewise.
7631         * infrun.c (handle_inferior_event): Likewise.
7632         * source.c (forward_search_command, reverse_search_command): Likewise.
7633         * tracepoint.c (set_traceframe_num, set_tracepoint_num,
7634         set_traceframe_context): Likewise.
7635
7636         * printcmd.c (x_command): Call clear_internalvar instead of
7637         set_internalvar.
7638         * tracepoint.c (set_traceframe_context): Likewise.
7639         
7640         * breakpoint.c (get_number_trailer): Call get_internalvar_integer
7641         instead of value_of_internalvar.
7642         * linespec.c (decode_dollar): Likewise.
7643
7644         * expprint.c (dump_subexp_body_standard): Use internalvar_name
7645         instead of accessing internalvar private elements.
7646         * valops.c (value_assign): Copy from original source instead of
7647         accessing internalvar private elements.
7648
7649 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
7650
7651         * scm-lang.c (builtin_type_scm): Remove.
7652         (scm_lookup_name): Add GDBARCH parameter.  Use it instead of
7653         objfile architecture.  Use per-architecture builtin_scm_type instead
7654         of builtin_type_scm.
7655         (evaluate_exp): Pass expression architecture to scm_lookup_name.
7656
7657         (scm_get_field): Add SIZE parameter.  Use it instead of 
7658         TYPE_LENGTH (builtin_type_scm).
7659
7660         (build_scm_types): New function.
7661         (scm_type_data): New variable.
7662         (builtin_scm_type): New function.
7663         (_initialize_scheme_language): Do not initialize builtin_type_scm.
7664         Register build_scm_types as post-init function for scm_type_data.
7665
7666         * scm-exp.c (scm_lreadr): Use per-architecture builtin_scm_type
7667         instead of builtin_type_scm.
7668
7669         * scm-lang.h (SCM_CAR, SCM_CDR): Pass SCM_SIZE to scm_get_field.
7670         (scm_get_field): Add SIZE paramter.
7671         (scm_scmval_print): Remove prototype.
7672         (builtin_type_scm): Remove.
7673         (struct builtin_scm_type): Add structure definition.
7674         (builtin_scm_type): Add prototype.
7675
7676         * scm-valprint.c (scm_inferior_print): Add TYPE parameter.  Use it
7677         instead of builtin_core_addr type; do not use objfile architecture.
7678         (scm_scmlist_print): Add TYPE parameter.  Use it to define SCM_SIZE.
7679         Pass type to scm_scmval_print.
7680         (scm_ipruk): Add TYPE parameter.  Use it to define SCM_SIZE.
7681         (scm_scmval_print): Make static.  Add TYPE parameter.  Use it to
7682         define SCM_SIZE.  Pass type to scm_ipruk and scm_scmlist_print.
7683         (scm_val_print): Pass type to scm_inferior_print and scm_scmval_print.
7684
7685 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
7686
7687         * mdebugread.c (mdebug_type_void, mdebug_type_char, mdebug_type_short,
7688         mdebug_type_int, mdebug_type_int_32, mdebug_type_int_64,
7689         mdebug_type_long_32, mdebug_type_long_64, mdebug_type_long_long_64,
7690         mdebug_type_unsigned_char, mdebug_type_unsigned_short,
7691         mdebug_type_unsigned_int_32, mdebug_type_unsigned_int_64,
7692         mdebug_type_unsigned_long_32, mdebug_type_unsigned_long_64,
7693         mdebug_type_unsigned_long_long_64, mdebug_type_adr_32,
7694         mdebug_type_adr_64, mdebug_type_float, mdebug_type_double,
7695         mdebug_type_complex, mdebug_type_double_complex,
7696         mdebug_type_fixed_dec, mdebug_type_float_dec, mdebug_type_string):
7697         Remove.
7698
7699         (basic_type_data): New global variable.
7700         (basic_type): New function.
7701         (parse_type): Remove static basic type map map_bt.  Call basic_type
7702         to get basic types instead of using mdebug_type_ variables.
7703
7704         (parse_symbol): Use builtin types instead of mdebug_type_ variables.
7705         (upgrade_type): Likewise.
7706         (parse_procedure): Likewise.
7707         (psymtab_to_symtab_1): Likewise.
7708
7709         (_initialize_mdebugread): Do not initialize mdebug_type_ variables.
7710         Initialize basic_type_data.
7711
7712 2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
7713
7714         * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.
7715         * dfp.c (promote_decimal): Remove.
7716         (decimal_binop): Convert LEN_RESULT to input parameter.
7717         Remove call to decimal_binop.
7718         (decimal_compare): Remove call to decimal_binop.
7719
7720         * valarith.c (value_binop): Pass desired result type length
7721         to decimal_binop.
7722
7723 2009-06-01  Tristan Gingold  <gingold@adacore.com>
7724
7725         * configure.tgt (avr): Set gdb_sim to use the simulator.
7726
7727 2009-05-29  Doug Evans  <dje@google.com>
7728
7729         * infrun.c (prepare_to_proceed): Document.  Assert !non_stop.
7730         If scheduler-locking is enabled, we're not going to be singlestepping
7731         any other previously stopped thread.
7732
7733 2009-05-29  Pedro Alves  <pedro@codesourcery.com>
7734
7735         * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0.
7736
7737 2009-05-29  Eli Zaretskii  <eliz@gnu.org>
7738
7739         * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
7740         for stabs and COFF debug info.
7741
7742 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
7743
7744         * infrun.c (handle_inferior_event): When thread hoping, switch
7745         inferior_ptid to the event thread before removing breakpoints from
7746         the target.  If not stopping, also try to revert back to a thread
7747         that was doing a "next".  Check if that thread still exists before
7748         resuming.
7749         (currently_stepping_thread): Delete and merge with ...
7750         (currently_stepping): ... this.
7751         (currently_stepping_callback): Rename to ...
7752         (currently_stepping_or_nexting_callback): ... this, and also
7753         return true if the thread was stepping over a call (has a
7754         step-resume breakpoint).
7755
7756 2009-05-28  Tom Tromey  <tromey@redhat.com>
7757
7758         * python/python.c (gdbpy_parameter): Rename.  Fix error message.
7759         (GdbMethods): Change "get_parameter" to "parameter".
7760
7761 2009-05-28  Pierre Muller  <muller@ics.u-strasbg.fr>
7762             Paul Pluzhnikov  <ppluzhnikov@google.com>
7763
7764         * configure.ac (!have_libpython): Add python-prettyprint source
7765         and object files.
7766         * configure: Regenerate.
7767         * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before
7768         python headers.
7769         
7770 2009-05-27  Vladimir Prus  <vladimir@codesourcery.com>
7771             Tom Tromey  <tromey@redhat.com>
7772             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7773
7774         * mi/mi-main.c (mi_cmd_list_features): List "python" feature.
7775         * varobj.h (varobj_set_visualizer): Declare.
7776         (varobj_get_display_hint): Likewise.
7777         (varobj_update_result_t) <children_changed, value_installed>: New
7778         fields.
7779         * mi/mi-cmds.c (mi_cmds): Add var-set-visualizer.
7780         * mi/mi-cmds.h (mi_cmd_var_set_visualizer,
7781         mi_cmd_var_set_child_range): Declare.
7782         * mi/mi-cmd-var.c (mi_cmd_var_set_visualizer): New function.
7783         (mi_cmd_var_list_children): Emit display hint.
7784         (varobj_update_one): Emit display hint.  Handle dynamic children.
7785         * python/python.c (GdbMethods): Add "default_visualizer".
7786         * python/python-internal.h (apply_varobj_pretty_printer,
7787         gdbpy_get_varobj_pretty_printer, gdbpy_get_display_hint):
7788         Declare.
7789         (gdbpy_default_visualizer): Likewise.
7790         * varobj.c: Include python.h, python-internal.h.
7791         (PyObject): New typedef.
7792         (struct varobj) <children_requested, pretty_printer>: New fields.
7793         (varobj_create): Call install_default_visualizer.
7794         (instantiate_pretty_printer): New function.
7795         (varobj_set_display_format): Update.
7796         (varobj_get_display_hint): New function.
7797         (update_dynamic_varobj_children): New function.
7798         (varobj_get_num_children): Handle dynamic children.
7799         (varobj_list_children): Likewise.
7800         (install_new_value): Likewise.
7801         (varobj_add_child): New function.
7802         (install_visualizer): Likewise.
7803         (install_default_visualizer): Likewise.
7804         (varobj_set_visualizer): Likewise.
7805         (varobj_update): Handle dynamic children.
7806         (create_child): Use create_child_with_value.
7807         (create_child_with_value): New function.
7808         (value_get_print_value): Call pretty printer.  Add value_formatter
7809         argument.
7810         (c_value_of_variable): Update.
7811         (varobj_invalidate): Always free all_rootvarobj.
7812         * python/python-prettyprint.c (apply_varobj_pretty_printer): New
7813         function.
7814         (gdbpy_get_varobj_pretty_printer): Likewise.
7815         (gdbpy_default_visualizer): Likewise.
7816
7817 2009-05-27  Tom Tromey  <tromey@redhat.com>
7818             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7819             Phil Muldoon  <pmuldoon@redhat.com>
7820             Paul Pluzhnikov  <ppluzhnikov@google.com>
7821             Vladimir Prus  <vladimir@codesourcery.com>
7822
7823         * python/python-value.c (value_object_to_value): New function.
7824         * python/python-internal.h: Include frameobject.h.
7825         (gdbpy_children_cst, gdbpy_to_string_cst, gdbpy_display_hint_cst):
7826         Declare.
7827         (value_object_to_value): Declare.
7828         * printcmd.c (struct format_data) <raw>: New field.
7829         (last_format): Default to 0.
7830         (decode_format): Initialize val.raw.  Handle /r flag.
7831         (print_command_1): Initialize fmt.raw and opts.raw.
7832         (output_command): Likewise.
7833         (x_command): Fix initialization of fmt.format.  Initialize
7834         fmt.raw.
7835         (display_command): Initialize fmt.raw.
7836         (do_one_display): Set opts.raw.
7837         * python/python.c (gdbpy_to_string_cst, gdbpy_children_cst,
7838         gdbpy_display_hint_cst): New globals.
7839         (_initialize_python): Initialize them.  Set gdb.pretty_printers.
7840         * cp-valprint.c: Include python.h.
7841         (cp_print_value): Call apply_val_pretty_printer.
7842         * python/python.h (apply_val_pretty_printer): Declare.
7843         * stack.c (print_this_frame_argument_p): Remove.
7844         (print_frame_args): Compute summary flag.  Don't use
7845         print_this_frame_argument_p.
7846         * valprint.c: Include python.h.
7847         (user_print_options): Initialize new fields.
7848         (scalar_type_p): New function.
7849         (val_print): Handle 'raw' and 'summary' modes.  Call
7850         apply_val_pretty_printer.
7851         (value_print): Handle 'raw' mode.
7852         * valprint.h (struct value_print_options) <raw, summary>: New
7853         fields.
7854         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-prettyprint.o
7855         (SUBDIR_PYTHON_SRCS): Add python-prettyprint.c.
7856         (python-prettyprint.o): New target.
7857         * python/python-prettyprint.c: New file.
7858
7859 2009-05-27  Tom Tromey  <tromey@redhat.com>
7860             Paul Pluzhnikov  <ppluzhnikov@google.com>
7861
7862         * mi/mi-main.c (mi_cmd_data_evaluate_expression): Use
7863         value_address.
7864         * cli/cli-dump.c (dump_value_to_file): Use value_address.
7865         * valprint.c (common_val_print): Likewise.
7866         * v850-tdep.c (v850_push_dummy_call): Use value_address.
7867         * tracepoint.c (encode_actions): Use value_address.
7868         * printcmd.c (print_formatted): Use value_address.
7869         (x_command): Likewise.
7870         * p-valprint.c (pascal_object_print_static_field): Use
7871         value_address.
7872         * mn10300-tdep.c (mn10300_push_dummy_call): Use value_address.
7873         * mips-tdep.c (mips_eabi_push_dummy_call): Use value_address.
7874         * m32r-tdep.c (m32r_push_dummy_call): Use value_address.
7875         * jv-valprint.c (java_value_print): Use value_address.
7876         * infcall.c (find_function_addr): Use value_address.
7877         * gnu-v3-abi.c (gnuv3_rtti_type): Use value_address.
7878         * gnu-v2-abi.c (gnuv2_value_rtti_type): Use value_address.
7879         * frv-tdep.c (frv_push_dummy_call): Use value_address.
7880         * frame.c (frame_register_unwind): Use value_address.
7881         (frame_unwind_register_value): Likewise.
7882         * darwin-nat-info.c (info_mach_region_command): Use
7883         value_address.
7884         * cp-valprint.c (cp_print_static_field): Use value_address.
7885         * c-valprint.c (c_value_print): Use value_address.
7886         * breakpoint.c (update_watchpoint): Use value_address.
7887         (can_use_hardware_watchpoint): Likewise.
7888         * ada-valprint.c (ada_val_print_1): Use value_address.
7889         (ada_value_print): Likewise.
7890         * ada-tasks.c (read_fat_string_value): Use value_address.
7891         * jv-lang.c (java_link_class_type): Use set_value_address.
7892         (java_link_class_type): Likewise.
7893         (get_java_utf8_name): Use value_address.
7894         (type_from_class): Likewise.
7895         (java_link_class_type): Likewise.
7896         * findvar.c (value_of_register): Use set_value_address.
7897         (read_var_value): Likewise.
7898         (read_var_value): Likewise.
7899         * eval.c (evaluate_subexp_standard): Use set_value_address.
7900         (evaluate_subexp_standard): Use value_address.
7901         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Use set_value_address.
7902         * ada-lang.c (coerce_unspec_val_to_type): Use set_value_address.
7903         (ada_value_primitive_packed_val): Likewise.
7904         (ensure_lval): Likewise.
7905         (thin_data_pntr): Use value_address.
7906         (desc_bounds): Likewise.
7907         (ada_value_primitive_packed_val): Likewise.
7908         (value_assign_to_component): Likewise.
7909         (ensure_lval): Likewise.
7910         (make_array_descriptor): Likewise.
7911         (ada_to_fixed_value): Likewise.
7912         (unwrap_value): Likewise.
7913         * value.c (deprecated_value_address_hack): Remove.
7914         (value_address): New function.
7915         (value_raw_address): Likewise.
7916         (set_value_address): Likewise.
7917         (value_fn_field): Use set_value_address.
7918         (value_from_contents_and_address): Likewise.
7919         (value_fn_field): Likewise.
7920         (allocate_value_lazy): Don't use VALUE_ADDRESS.
7921         (value_as_address): Use value_address.
7922         (value_static_field): Likewise.
7923         * valops.c (search_struct_field): Use set_value_address.
7924         (value_at): Likewise.
7925         (value_at_lazy): Likewise.
7926         (value_repeat): Likewise.
7927         (value_cast_structs): Use value_address.
7928         (value_cast): Likewise.
7929         (value_fetch_lazy): Likewise.
7930         (value_assign): Likewise.
7931         (value_repeat): Likewise.
7932         (address_of_variable): Likewise.
7933         (value_coerce_array): Likewise.
7934         (value_coerce_function): Likewise.
7935         (value_addr): Likewise.
7936         (search_struct_field): Likewise.
7937         (search_struct_method): Likewise.
7938         (find_method_list): Likewise.
7939         (value_struct_elt_for_reference): Likewise.
7940         (value_full_object): Likewise.
7941         * jv-valprint.c (java_value_print): Use set_value_address.
7942         * value.h (deprecated_value_address_hack): Remove.
7943         (VALUE_ADDRESS): Remove.
7944         (value_address): Declare.
7945         (value_raw_address): Declare.
7946         (set_value_address): Declare.
7947
7948 2009-05-27  Tom Tromey  <tromey@redhat.com>
7949             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7950             Phil Muldoon  <pmuldoon@redhat.com>
7951             Paul Pluzhnikov  <ppluzhnikov@google.com>
7952
7953         * python/python.c (_initialize_python): Call
7954         gdbpy_initialize_types.
7955         (GdbMethods): Add "lookup_type".
7956         * python/python-value.c (value_object) <type>: New field.
7957         (valpy_dealloc): Decref type.
7958         (valpy_new): Initialize type.
7959         (valpy_get_type): New function.
7960         (value_to_value_object): Initialize type.
7961         (valpy_cast): New function.
7962         (value_object_getset): Add "type".
7963         (value_object_methods): Add "cast".
7964         * python/python-internal.h (type_to_type_object): Declare.
7965         (type_object_to_type): Likewise.
7966         (gdbpy_initialize_types): Likewise.
7967         (gdbpy_lookup_type): Declare.
7968         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-type.o.
7969         (SUBDIR_PYTHON_SRCS): Add python-type.c.
7970         (python-type.o): New target.
7971         * python/python-type.c: New file.
7972
7973 2009-05-27  Tom Tromey  <tromey@redhat.com>
7974             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7975             Phil Muldoon  <pmuldoon@redhat.com>
7976
7977         * python/python.c: Include objfiles.h, observer.h.
7978         (gdbpy_auto_load): New global.
7979         (gdbpy_current_objfile): Likewise.
7980         (GDBPY_AUTO_FILENAME): New define.
7981         (gdbpy_new_objfile): New function.
7982         (gdbpy_get_current_objfile): Likewise.
7983         (gdbpy_objfiles): Likewise.
7984         (_initialize_python): Add "maint set auto-load".  Call
7985         gdbpy_initialize_objfile.  Attach objfile observer.
7986         (GdbMethods): New methods current_objfile, objfiles.
7987         * python/python-objfile.c: New file.
7988         * python/python-internal.h (objfile_to_objfile_object): Declare.
7989         (objfpy_get_printers): Likewise.
7990         (gdbpy_initialize_objfile): Likewise.
7991         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-objfile.o.
7992         (SUBDIR_PYTHON_SRCS): Add python-objfile.c.
7993         (python-objfile.o): New target.
7994
7995 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
7996
7997         * infrun.c (follow_exec): Clear the stop_requested flag.
7998         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
7999         Add debug output.
8000
8001 2009-05-27  Aleksandar Ristovski  <aristovski@qnx.com>
8002
8003         * nto-procfs.c (get_regset): Pass correct pointer.
8004
8005 2009-05-26  Doug Evans  <dje@google.com>
8006
8007         * dwarf2read.c (follow_die_ref): Add comment.
8008         (dwarf2_mark_helper): Tweak comment.
8009         (dwarf2_mark): Move description to its proper place.
8010
8011 2009-05-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8012
8013         * procfs.c (procfs_wait): Add options parameter.
8014
8015 2009-05-24  Doug Evans  <dje@google.com>
8016
8017         Global renaming of find_thread_pid to find_thread_ptid.
8018         * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid.
8019         * thread.c (find_thread_ptid): Renamed from find_thread_pid.
8020         All callers updated.
8021
8022         * infrun.c (follow_fork): Initialize new step_* locals
8023         to avoid "may be used uninitialized" warnings.
8024
8025 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
8026
8027         * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
8028
8029 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
8030
8031         * gdbthread.h (struct thread_info): New `pending_follow' field.
8032         * thread.c (new_thread): New function.
8033         (add_thread_silent): Use it.
8034         * breakpoint.c (internal_breakpoint_number): New global, moved
8035         from inside...
8036         (create_internal_breakpoint): ... this.
8037         (clone_momentary_breakpoint): New.
8038         * breakpoint.h (clone_momentary_breakpoint): Declare.
8039         * infrun.c (nullify_last_target_wait_ptid): Move declaration
8040         higher.
8041         (pending_follow): Delete.
8042         (follow_fork): Handle pending follow fork event here.  Moved the
8043         preserving of thread stepping state here.
8044         (resume): Don't handle pending follow fork events here.  Only
8045         install the inferior's terminal modes if we're about to resume it.
8046         (proceed): Handle possible pending follow fork events here.
8047         (init_wait_for_inferior): No need to clear pending_follow anymore,
8048         it's gone.
8049         (handle_inferior_event): Adjust to per-thread `pending_follow'.
8050         Call `follow_fork' to handle following the fork.  If the
8051         follow-fork is cancelled, stop stepping.
8052         * linux-nat.c (linux_child_follow_fork): Adjust to per-thread
8053         `pending_follow' events.  Remove code that handled preserving the
8054         thread stepping state.
8055         * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
8056         * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
8057
8058 2009-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
8059
8060         * symfile.c (add_shared_symbol_files_command): Remove
8061         prototype and function.
8062         (_initialize _symfile): Move "add-shared-symbol-files"
8063         command and "assf" alias.
8064         * windows-nat.c (_initialize_windows_nat): to here.
8065         Change "add-shared-symbol-files" to alias.
8066         
8067         * config/i386/cygwin.mh: Remove NAT_FILE.
8068         * config/i386/mingw.mh: Remove NAT_FILE.
8069         * config/i386/mingw64.mh: Remove NAT_FILE.
8070         * config/i386/nm-cygwin.h: Remove file.
8071         * config/i386/nm-cygwin64.h: Remove file.
8072
8073 2009-05-24  Hui Zhu  <teawater@gmail.com>
8074
8075         * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
8076         I386_LINUX_RECORD_IOCTL_*,
8077         I386_LINUX_RECORD_FCNTL_*) Removed.
8078         (i386_linux_init_abi): Change size of record from macros to
8079         numbers.
8080
8081 2009-05-24  Hui Zhu  <teawater@gmail.com>
8082
8083         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_char.
8084         * linux-record.c (record_linux_system_call): Ditto.
8085         * linux-record.h (linux_record_tdep): Ditto.
8086
8087 2009-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8088
8089         Replace the savestring calls by xstrdup calls where possible.
8090         * breakpoint.c (condition_command, set_raw_breakpoint)
8091         (create_catchpoint, update_breakpoint_locations): Replace the
8092         savestring calls by xstrdup calls where possible.
8093         * buildsym.c (start_subfile, patch_subfile_names, record_debugformat)
8094         (record_producer): Likewise.
8095         * coffread.c (coff_start_symtab, complete_symtab): Likewise.
8096         * corefile.c (set_gnutarget): Likewise.
8097         * dbxread.c (add_new_header_file): Likewise.
8098         * demangle.c (set_demangling_command, set_demangling_style): Likewise.
8099         * event-top.c (push_prompt, pop_prompt, command_line_handler)
8100         (set_async_prompt): Likewise.
8101         * infcmd.c (set_inferior_io_terminal, attach_command_post_wait):
8102         Likewise.
8103         * language.c (set_language_command, _initialize_language): Likewise.
8104         * linespec.c (decode_line_2): Likewise.
8105         * rs6000-nat.c (add_vmap): Likewise.
8106         * top.c (set_prompt, init_history, init_main): Likewise.
8107         * tracepoint.c (stringify_collection_list): Likewise.
8108         * varobj.c (varobj_create): Remove variable expr_len.  Replace the 
8109         savestring calls by xstrdup calls where possible.
8110         (value_of_root, c_name_of_variable, c_describe_child): Replace the
8111         savestring calls by xstrdup calls where possible.
8112         * xcoffread.c (complete_symtab): Likewise.
8113         * cli/cli-script.c (build_command_line, define_command): Likewise.
8114         * cli/cli-setshow.c (do_setshow_command): Likewise.
8115
8116 2009-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8117
8118         Remove already unreachable code.
8119         * varobj.c (varobj_get_handle): Fix comment when error is called.
8120         All callers updated.
8121
8122 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
8123
8124         * README (`configure' options): Document GDB-specific options to
8125         `configure'.
8126
8127         * symtab.c (skip_prologue_using_lineinfo): New function.
8128         (find_function_start_sal): Use it to get to the first line of
8129         function's body that has an entry in the lineinfo table.
8130
8131         * symmisc.c (dump_symtab): Switch the current language to
8132         the language of the symtab we are dumping only if the symtab's
8133         language is neither language_auto nor language_unknown.
8134
8135         * coffread.c (coff_symtab_read): Set language_minimal as the
8136         language for the "_globals_" pseudo-file.
8137         (process_coff_symbol): Set the symbol's language to the language
8138         of current_subfile.
8139
8140 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
8141
8142         * target.h (struct section_table): Rename to ...
8143         (struct target_section): ... this.
8144         * exec.c: Adjust all references.
8145         * exec.h: Adjust all references.
8146         * nto-tdep.c: Adjust all references.
8147         * nto-tdep.h: Adjust all references.
8148         * ppc-linux-tdep.c: Adjust all references.
8149         * rs6000-nat.c: Adjust all references.
8150         * s390-tdep.c: Adjust all references.
8151         * solib-darwin.c: Adjust all references.
8152         * solib-frv.c: Adjust all references.
8153         * solib-irix.c: Adjust all references.
8154         * solib-null.c: Adjust all references.
8155         * solib-osf.c: Adjust all references.
8156         * solib-pa64.c: Adjust all references.
8157         * solib-som.c: Adjust all references.
8158         * solib-sunos.c: Adjust all references.
8159         * solib-svr4.c: Adjust all references.
8160         * solib-target.c: Adjust all references.
8161         * solib.c: Adjust all references.
8162         * solist.h: Adjust all references.
8163         * symfile.c: Adjust all references.
8164         * symfile.h: Adjust all references.
8165         * target.c: Adjust all references.
8166
8167 2009-05-22  Hui Zhu  <teawater@gmail.com>
8168
8169         Add sys_fcntl argument interfaces to linux_record_tdep.
8170
8171         * linux-record.h (linux_record_tdep): Add fcntl_F_GETLK,
8172         fcntl_F_GETLK64, fcntl_F_SETLK64 and fcntl_F_SETLKW64 to be
8173         interfaces.
8174         * i386-linux-tdep.c (I386_LINUX_RECORD_FCNTL_F_GETLK,
8175         I386_LINUX_RECORD_FCNTL_F_GETLK64,
8176         I386_LINUX_RECORD_FCNTL_F_SETLK64,
8177         I386_LINUX_RECORD_FCNTL_F_SETLKW64): New macros. The values
8178         of I386 Linux sys_fcntl arguments.
8179         (i386_linux_init_abi): Set macros values to linux_record_tdep.
8180         * linux-record.c (record_linux_system_call): Change to use
8181         the interface in linux_record_tdep in sys_fcntl and
8182         sys_fcntl64.
8183
8184         * linux-record.c (record_linux_system_call): Fix the process
8185         record build error about type in CYGWIN.
8186
8187 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
8188
8189         * inflow.c (kill_command): Delete left over static declaration.
8190
8191 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
8192
8193         * bfd-target.c: Don't include gdb_assert.h or gdb_string.h.
8194         Include exec.h.
8195         (struct section_closure): Delete.
8196         (add_to_section_table): Delete.
8197         (build_target_sections_from_bfd): Delete.
8198         (target_bfd_xfer_partial): Use section_table_xfer_memory_partial.
8199         (target_bfd_reopen): Use build_section_table.
8200         * exec.c (xfer_memory): Move most code except for overlay
8201         debugging support from here...
8202         (section_table_xfer_memory): ... to this new function.
8203         (section_table_xfer_memory_partial): New.
8204         * exec.h (section_table_xfer_memory_partial): Declare.
8205         * bfd-target.h (build_target_sections_from_bfd): Delete
8206         declaration.
8207
8208 2009-05-22  Pedro Alves  <pedro@codesourcery.com>
8209
8210         * remote.c (compare_sections_command): Don't declare exec_bfd.
8211         * tracepoint.c: Include "gdbcore.h".
8212         (remote_set_transparent_ranges): Don't declare exec_bfd.
8213
8214 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
8215
8216         * aix-thread.c (init_aix_thread_ops): Whitespace.
8217
8218 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
8219
8220         * dec-thread.c (dec_thread_wait): Add options parameter.  Use it
8221         to call the to_wait method in the target beneath.
8222         * remote-m32r-sdi.c (m32r_wait): Add options parameter.
8223
8224 2009-05-21  Joel Brobecker  <brobecker@adacore.com>
8225
8226         * aix-thread.c (aix_thread_wait): Add options parameter.  Use it
8227         to call the to_wait method in the target_beneath.
8228
8229 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
8230
8231         * linux-nat.c (linux_nat_terminal_inferior)
8232         (linux_nat_terminal_ours): Don't check sync_execution.
8233         * remote.c (remote_terminal_inferior, remote_terminal_ours):
8234         Don't check sync_execution.  Update comments.
8235         * target.c (target_terminal_inferior): New.
8236         * target.h (target_terminal_inferior): Delete macro, and declare
8237         as function.
8238         * event-top.c (async_disable_stdin): Make idempotent.  Don't give
8239         the target the terminal here.
8240         * inflow.c (terminal_ours_1): Don't return early without setting
8241         `terminal_is_ours'.
8242
8243 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
8244
8245         * target.h (TARGET_WNOHANG): New.
8246         * target.c (target_wait): Add `options' argument.  Adjust.
8247         (struct target_ops) <to_wait>: Add `options' argument.
8248         (target_wait): Add `options' argument.
8249         * infrun.c (wait_for_inferior): Pass 0 as options to
8250         target_wait (blocking wait).
8251         (fetch_inferior_event): Pass TARGET_WNOHANG as options to
8252         target_wait.
8253         * fork-child.c (startup_inferior): Pass 0 as options to
8254         target_wait (blocking wait).
8255         * linux-nat.c (linux_nat_create_inferior): Remove async masking.
8256         (linux_nat_wait_1): Add `target_options' argument.  Use it instead
8257         of checking on target_can_async_p.
8258         (linux_nat_wait): Add `target_options' argument.  Adjust.
8259         * remote.c (remote_wait_ns): Add `options' argument.  Adjust to
8260         check on TARGET_WNOWAIT instead of checking on remote_is_async_p.
8261         (remote_wait_as): Add `options' argument.  Adjust to check on
8262         TARGET_WNOWAIT instead of checking on remote_is_async_p.  If doing
8263         a blocking wait, keep waiting until an interesting event comes
8264         out.
8265         (remote_wait): Add `options' argument.  Don't loop here if the
8266         target is in async mode, and a blocking wait has been requested.
8267
8268         * top.c (deprecated_target_wait_hook): Add `options' argument.
8269         * linux-thread-db.c (thread_db_wait): Add `options' argument, and
8270         pass it down to the layer beneath.
8271         * inf-ptrace.c (inf_ptrace_wait): Add `options' argument.
8272         * record.c (record_beneath_to_wait): Add `options' argument.
8273         (record_wait): Add `options' argument, and pass it down to the
8274         layer beneath.
8275         * bsd-uthread.c (bsd_uthread_wait): Add `options' argument.
8276         * darwin-nat.c (darwin_wait): Likewise.
8277         * defs.h (deprecated_target_wait_hook): Likewise.
8278         * gnu-nat.c (gnu_wait): Add `options' argument.
8279         * go32-nat.c (go32_wait): Likewise.
8280         * hpux-thread.c (hpux_thread_wait): Add `options' argument, and
8281         pass it down to the layer beneath.
8282         * inf-ttrace.c (inf_ttrace_wait): Add `options' argument.
8283         * monitor.c (monitor_wait): Likewise.
8284         * nto-procfs.c (procfs_wait): Likewise.
8285         * remote-mips.c (mips_wait): Add `options' argument.
8286         * remote-sim.c (gdbsim_wait): Likewise.
8287         * rs6000-nat.c (rs6000_wait): Add `options' argument.
8288         * sol-thread.c (sol_thread_wait): Add `options' argument, and pass
8289         it down to the layer beneath.
8290         * spu-linux-nat.c (spu_child_wait): Add `options' argument.
8291         * windows-nat.c (windows_wait): Likewise.
8292         * tui/tui-hooks.c (tui_target_wait_hook): Likewise.  Adjust.
8293
8294 2009-05-21  Pedro Alves  <pedro@codesourcery.com>
8295
8296         * mi/mi-interp.c (mi_on_resume): Account for whole process
8297         resumes.
8298
8299 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8300
8301         * m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
8302
8303 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8304
8305         * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
8306
8307 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8308
8309         Fix parsing DW_AT_const_value using DW_FORM_string.
8310         * dwarf2read.c (dwarf2_const_value <DW_FORM_string>): New.
8311
8312 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
8313
8314         * aix-thread.c (giter_count): Do not count the main thread.
8315         (giter_accum): Do not include the main thread.
8316
8317 2009-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8318
8319         Remove the PROT parameter from openp.
8320         * source.c (openp): Remove the parameter PROT.  Assertion check MODE.
8321         defs.h (openp): Update the prototype.
8322         Update all the openp callers.
8323
8324 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
8325
8326         * inflow.c (kill_command): Moved to infcmd.c.
8327         (_initialize_inflow): Don't add the "kill" command or clear
8328         inferior_ptid here.
8329         * infcmd.c (kill_command): Moved here from inflow.c.
8330         (_initialize_infcmd): Add the "kill" command here.
8331
8332 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
8333
8334         * fork-child.c: Don't include frame.h.  Include terminal.h.
8335         (fork_inferior): Call new_tty_postfork after forking adn adding
8336         the child to the inferior list.
8337         * inferior.h (new_tty_prefork, gdb_has_a_terminal): Don't declare
8338         here.
8339         * inflow.c (struct terminal_info): Remove const qualifier from
8340         `run_terminal' field.
8341         (inferior_thisrun_terminal): Tweak comment.
8342         (inflow_inferior_exit): Release the `run_terminal' field.
8343         (copy_terminal_info): New function.
8344         (new_tty_postfork): New function.
8345         * terminal.h (new_tty_prefork, new_tty, new_tty_postfork,
8346         (copy_terminal_info, gdb_has_a_terminal, gdb_setpgid): Declare.
8347         * inf-ptrace.c: Include terminal.h.
8348         (inf_ptrace_follow_fork): Copy the parent's terminal info to the
8349         child.
8350         * linux-nat.c: Include terminal.h.
8351         (linux_child_follow_fork): Copy the parent's terminal info to the
8352         child.
8353         * inf-ttrace.c: Include terminal.h.
8354         (inf_ttrace_follow_fork): Copy the parent's terminal info to the
8355         child.
8356
8357 2009-05-19  Pedro Alves  <pedro@codesourcery.com>
8358
8359         * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
8360         (update_global_location_list): Use gdbarch_has_global_breakpoints
8361         instead of gdbarch_has_global_solist and
8362         target_supports_multi_process.
8363         * dicos-tdep.c (dicos_init_abi): Set
8364         gdbarch_has_global_breakpoints.
8365         * gdbarch.sh (has_global_solist): Update comment.
8366         (has_global_breakpoints): New.
8367         * remote.c (remote_start_remote): Use
8368         gdbarch_has_global_breakpoints instead of
8369         gdbarch_has_global_solist.
8370         * target.c (target_detach): Use gdbarch_has_global_breakpoints
8371         instead of gdbarch_has_global_solist.
8372         * infcmd.c (attach_command): Use gdbarch_has_global_solist instead
8373         of target_supports_multi_process.
8374
8375 2009-05-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
8376
8377         * objc-lang.c (find_methods): Plug a small memory leak.
8378
8379 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
8380
8381         * solib-svr4.c: Include observer.h.
8382         (debug_base, debug_loader_offset_p, debug_loader_offset)
8383         (debug_loader_name, main_lm_addr): Move these globals...
8384         (struct svr4_info): ... into this new structure.
8385         (svr4_info_p): New typedef.
8386         (svr4_info): New global.
8387         (get_svr4_info, remove_svr4_info, solib_svr4_inferior_exit): New
8388         functions.
8389         (locate_base, solib_svr4_r_map, solib_svr4_r_brk)
8390         (solib_svr4_r_ldsomap): Add svr4_info argument.  Adjust to
8391         per-inferior svr4.
8392         (open_symbol_file_object): Adjust to per-inferior svr4.
8393         (svr4_default_sos, svr4_current_sos, svr4_fetch_objfile_link_map):
8394         Ditto.
8395         (enable_break): Add svr4_info argument.  Adjust to per-inferior
8396         svr4.
8397         (enable_break, svr4_solib_create_inferior_hook, svr4_clear_solib):
8398         Adjust to per-inferior svr4.
8399         (_initialize_svr4_solib): Install the solib_svr4_inferior_exit
8400         observer.
8401
8402 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
8403
8404         * linux-nat.h (linux_proc_get_tgid): Declare.
8405         * linux-nat.c (linux_proc_get_tgid): New.
8406         * linux-thread-db.c (struct thread_db_info): New field
8407         `need_stale_parent_threads_check'.
8408         (add_thread_db_info): Set it.
8409         (find_new_threads_callback): Ignore stale fork parent threads.
8410         (thread_db_resume): New.
8411         (init_thread_db_ops): Install thread_db_resume.
8412
8413 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
8414
8415         * fork-child.c (fork_inferior): Only reset the thread list if this
8416         is the first inferior.
8417         (startup_inferior): If the target support multi-process, tell it
8418         to resume only the new process.
8419         * linux-nat.c (num_lwps): Delete global.
8420         (purge_lwp_list): New function.
8421         (num_lwps): New function.
8422         (add_lwp, delete_lwp): Adjust.
8423         (ptid_match): New.
8424         (iterate_over_lwps): Add filter argument.  Handle it.
8425         (linux_nat_attach): Remove FIXME note.
8426         (linux_nat_detach): Adjust to iterate over threads of the inferior
8427         we're detaching from.  Adjust to num_lwps being a function.  Don't
8428         assume the head of the lwp list is the main thread of the process
8429         we're detaching from.  Don't destroy the LWP list.
8430         (resume_callback): Add debug output.
8431         (linux_nat_resume): Handle resuming a single inferior.  Allow a
8432         wildcard resume in non-stop mode.
8433         (linux_handle_extended_wait): Don't assume inferior_ptid is the
8434         correct inferior of the parent LWP.
8435         (status_callback): Also check lp->waitstatus.
8436         (select_event_lwp): Add new filter parameter.  Handle it.
8437         (linux_nat_filter_event): Adjust to num_lwps being a function.
8438         (linux_nat_wait_1): When adding the first lwp of the inferior, use
8439         an is_lwp check instead of checking for the number of lwps.
8440         (linux_nat_wait_1): Handle waiting for a specific tgid.  Handle
8441         pending process exit statuses.
8442         (linux_nat_mourn_inferior): Don't destroy all the LWP info.
8443         Instead delete LWPs of the inferior that we're mourning.  Don't
8444         unregister from the event loop here.
8445         (linux_nat_pid_to_str): Use `num_lwps'.
8446         (linux_nat_make_corefile_notes): Adjust to walk over lwps of a
8447         single inferior.
8448         (linux_nat_is_async_p): Check if async was masked out.
8449         (linux_multi_process): New global.
8450         (linux_nat_supports_multi_process): New.
8451         (linux_nat_stop_lwp): Remove LWP filtering.  It is done by the
8452         caller.
8453         (linux_nat_stop): Adjust to make iterate_over_lwps itself do the
8454         LWP filtering.
8455         (linux_nat_close): New.
8456         (linux_nat_add_target): Register linux_nat_close and
8457         linux_nat_supports_multi_process.
8458         * linux-nat.h (iterate_over_lwps): Add filter argument.
8459         * linux-thread-db.c (thread_db_handle): Delete.
8460         (proc_handle, thread_agent, td_init_p, td_ta_new_p)
8461         (td_ta_map_id2thr_p, td_ta_map_lwp2thr_p, td_ta_thr_iter_p)
8462         (td_ta_event_addr_p, td_ta_set_event_p, td_ta_event_getmsg_p)
8463         (td_thr_validate_p, td_thr_get_info_p, td_thr_event_enable_p)
8464         (td_thr_tls_get_addr_p, td_create_bp_addr, td_death_bp_addr): No
8465         longer globals, moved to...
8466         (struct thread_db_info): ... this new structure.
8467         (thread_db_list): New.
8468         (add_thread_db_info, get_thread_db_info, delete_thread_db_info):
8469         New.
8470         (have_threads_callback): Filter out threads of all inferiors but
8471         the one specified by the ARGS argument.
8472         (have_threads): Add ptid argument specifying the inferior we're
8473         interested in.  Handle it.
8474         (struct thread_get_info_inout): New.
8475         (thread_get_info_callback, thread_from_lwp): Adjust to use it.
8476         (thread_db_attach_lwp): Check that inferior of the passed in
8477         thread is using thread-db.  Adjust.
8478         (enable_thread_event): Remove thread_agent parameter.  Instead,
8479         get it from the per-inferior thread-db info.
8480         (dladdr_to_soname): Move higher up.
8481         (enable_thread_event_reporting): Adjust to use per-inferior
8482         thread-db info.
8483         (try_thread_db_load_1): Replace `handle' parameter by a
8484         thread_db_info parameter.  Adjust to use per-inferior thread-db
8485         info.
8486         (try_thread_db_load): Adjust to use per-inferior thread-db info.
8487         (thread_db_load, disable_thread_event_reporting): Ditto.
8488         (check_for_thread_db): Remove conditional reporting of which
8489         libthread_db is in use.
8490         (thread_db_new_objfile): Add comment about inferior_ptid.
8491         (attach_thread): Adjust to use per-inferior thread-db info.
8492         (thread_db_detach): Adjust to use per-inferior thread-db info.
8493         Remove thread event breakpoints of the current inferior.  Only
8494         unpush the thread-db target if there are no more processes using
8495         it.
8496         (check_event): Adjust to use per-inferior thread-db info.
8497         (thread_db_wait): Adjust to use per-inferior thread-db info.  Only
8498         unpush the thread-db target if there are no more processes using
8499         it.
8500         (thread_db_mourn_inferior): Adjust to use per-inferior thread-db
8501         info.  Mark breakpoints of the current inferior out before
8502         deleting them.  Only unpush the thread-db target if there are no
8503         more processes using it.
8504         (find_new_threads_callback): Adjust to use per-inferior thread_db
8505         info.
8506         (thread_db_find_new_threads_1): Add new ptid argument.  Adjust to
8507         use per-inferior thread-db info.
8508         (thread_db_find_new_threads): Adjust to use per-inferior thread-db
8509         info.
8510         (thread_db_get_thread_local_address): Adjust.
8511         (thread_db_get_ada_task_ptid): Adjust.
8512         * inf-ptrace.c (inf_ptrace_mourn_inferior): Only unpush the target
8513         if there no more processes left to debug.
8514         * thread.c (set_running, set_executing): Handle resuming all
8515         threads of a single inferior.
8516         * mi/mi-interp.c (mi_output_running_pid): New.
8517         (mi_inferior_count): New.
8518         (mi_on_resume): For backwards compatibility, if resuming all
8519         threads of an inferior, and there is only one inferior, output
8520         "all".
8521
8522 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
8523
8524         * ada-lang.c (ada_find_any_type): Move check for primitive types ...
8525         (to_fixed_range_type): ... to here.
8526
8527 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
8528
8529         * ada-lang.c (desc_data_type): Remove, replace by ...
8530         (desc_data_target_type): ... this.
8531         (thin_data_pntr): Use desc_data_target_type instead of desc_data_type.
8532         (ada_is_array_descriptor_type): Likewise.
8533         (ada_type_of_array): Likewise.
8534         (ada_coerce_to_simple_array_type): Likewise.
8535         (ada_array_element_type): Likewise.
8536
8537 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
8538
8539         * ada-valprint.c (ada_val_print_1): Use val_print_string to print
8540         result of ada_vax_float_print_function inferior call.
8541
8542 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
8543
8544         * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement to
8545         avoid creating a dummy value.
8546
8547 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
8548
8549         * p-valprint.c (pascal_val_print): Use extract_typed_address
8550         to extract reference value.
8551
8552 2009-05-18  Ulrich Weigand  <uweigand@de.ibm.com>
8553
8554         * doublest.c (NAN): Remove unused define.
8555         (extract_floating_by_length, deprecated_extract_floating): Remove.
8556         (store_floating_by_length, deprecated_store_floating): Remove.
8557         (extract_typed_floating): Do not call extract_floating_by_length.
8558         (store_typed_floating): Do not call store_floating_by_length.
8559         (convert_typed_floating): Remove redundant assertions.
8560         * doublest.h (deprecated_extract_floating): Remove.
8561         (deprecated_store_floating): Remove.
8562         * sh64-tdep.c (sh64_register_convert_to_raw): Call
8563         extract_typed_floating instead of deprecated_extract_floating.
8564
8565 2009-05-18  Jon Beniston <jon@beniston.com>
8566         
8567         * MAINTAINERS: Add lm32 target.        
8568         * Makefile.in: Add lm32 dependencies.        
8569         * NEWS: Indicate lm32 is a new target.
8570         * configure.tgt: Add lm32 targets.
8571         * lm32-tdep.c: New file.
8572
8573 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
8574
8575         * corelow.c (core_open): Flush the register cache before doing
8576         anything with registers.
8577
8578 2009-05-18  Pedro Alves  <pedro@codesourcery.com>
8579
8580         * inflow.h (our_process_group): Remove declaration.
8581         (inferior_process_group): Delete global variable declaration.
8582         (inferior_process_group): New function declaration.
8583         * inflow.c: Include observer.h.
8584         (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
8585         Delete.
8586         (struct terminal_info): New struct.
8587         (our_terminal_info): New global.
8588         (inferior_process_group): New function.
8589         (inferior_thisrun_terminal): Extend description comment.
8590         (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
8591         instead of globals.
8592         (terminal_init_inferior_with_pgrp): Adjust to per-inferior
8593         terminal settings.
8594         (terminal_inferior): Ditto.
8595         (terminal_ours_1): Ditto.
8596         (inflow_new_inferior, inflow_inferior_exit): New functions.
8597         (child_terminal_info): Adjust to per-inferior terminal settings.
8598         (osig_set): New global.
8599         (set_sigint_trap): Adjust to per-inferior terminal settings.  Set
8600         or clear `osig_set' accordingly.
8601         (clear_sigint_trap): Check `osig_set' to decide wheater to restore
8602         SIGINT handler, instead of checking the current inferior (which
8603         may be none).
8604         (_initialize_inflow): Attach inflow_new_inferior and
8605         inflow_inferior_exit to the "new_inferior" and "inferior_exit"
8606         notifications, respectively.
8607         * inferior.h (struct terminal_info): Forward declare.
8608         (struct inferior): Add `terminal_info' field.
8609         * inferior.c (delete_inferior_1): Notify the inferior_exit
8610         observers before removing the inferior from the lists and deleting
8611         it.
8612         * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
8613         a function instead of a variable.  Adjust.
8614         * procfs.c (procfs_stop): Ditto.
8615
8616 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
8617
8618         * infrun.c (handle_inferior_event): When handling a
8619         TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
8620         immediatelly.
8621         * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
8622         from the child if vforking.
8623         * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
8624         breakpoints from the child here.
8625
8626 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
8627
8628         * infrun.c (pending_follow): Remove execd_pathname member.
8629         (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
8630         (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
8631         event, don't copy `execd_pathname' to pending_follow, use the
8632         event copy instead.  Release `execd_pathname' once done with
8633         handling the event.
8634
8635         * infrun.c (pending_follow): Remove mention of exec events.
8636
8637 2009-05-17  Hui Zhu  <teawater@gmail.com>
8638
8639         * i386-tdep.c (i386_process_record): Make it extern.
8640         (i386_gdbarch_init): Don't call set_gdbarch_process_record
8641         here.
8642         * i386-tdep.h (i386_process_record): Declare.
8643         * i386-linux-tdep.c (i386_linux_init_abi): Call
8644         set_gdbarch_process_record.
8645
8646 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
8647
8648         Always report varobj as changed when in_scope attribute changes.
8649
8650         * varobj.c (install_new_value): If non-NULL-ness of value
8651         changed, return 1.
8652
8653 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
8654         
8655         * NEWS: Mention set/show libthread-db-search-path.
8656         * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
8657         (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
8658         * linux-thread-db.c (libthread_db_search_path): New setting.
8659         (thread_db_handle): New variable (replaces using_thread_db).
8660         (try_thread_db_load_1): New function.
8661         (try_thread_db_load, thread_db_load_search): Likewise.
8662         (dladdr_to_soname): Likewise.
8663         (thread_db_load): Iterate over possibly multiple libthread_db's.
8664         (check_for_thread_db): Attempt to load new libthread_db.
8665         (thread_db_detach, thread_db_wait): Unload libthread_db.
8666         (thread_db_mourn_inferior): Likewise.
8667         (_initialize_thread_db): Add new libthread-db-search-path option.
8668         Defer loading of libthread_db to check_for_thread_db.
8669         * solib.c (libpthread_name_p): New function.
8670         (libpthread_solib_p): Call it.
8671         * solib.h (libpthread_name_p): New prototype.
8672         
8673 2009-05-15  Pierre Muller  <muller@ics.u-strasbg.fr>
8674
8675         * MAINTAINERS: Update my email address.
8676         
8677 2009-05-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8678
8679         * breakpoint.h: Add breakpoint_re_set_objfile prototype.
8680         * breakpoint.c (create_overlay_event_breakpoint): Renamed
8681         from create_overlay_event_breakpoint_1, old
8682         create_overlay_event_breakpoint deleted.
8683         (breakpoint_re_set_objfile): Don't rescan all objfiles
8684         unnecessarily.
8685         (breakpoint_re_set): New function.
8686         * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
8687         instead of breakpoint_re_set.
8688         * objfiles.c (objfile_relocate): Likewise.
8689         
8690 2009-05-14  Joel Brobecker  <brobecker@adacore.com>
8691
8692         * gdbarch.sh: Add comment documenting the target_gdbarch global.
8693         gdbarch.h does NOT need to be regenerated as the corresponding
8694         change has already been made in a previous commit.
8695
8696 2009-05-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8697
8698         Remove all i386 debug register low level macros in config nm files.
8699         (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
8700         (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
8701         (I386_USE_GENERIC_WATCHPOIINTS): Remove.
8702
8703         * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
8704         (struct i386_dr_low_type): New type.
8705         (i386_dr_low): New global variable.
8706         * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
8707         (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
8708         i386_dr_low struct variable fields.
8709         (i386_remove_aligned_watchpoint): Likewise.
8710         (i386_stopped_data_address): Likewise.
8711         (i386_stopped_by_hwbp): Likewise.
8712         (show_debug_regs_command_added): New static variable.
8713         (add_show_debug_regs_command): New static function.
8714         (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
8715         (i386_set_debug_register_length): New function.
8716         (_initialize_i386_nat): Delete.
8717         
8718         * amd64-linux-nat.c: Include "i386-nat.h".
8719         (amd64_linux_dr_set_control):  Change to static.
8720         (amd64_linux_dr_get_status): Change to static.
8721         (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
8722         (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
8723         
8724         * go32-nat.c: Include "i386-nat.h".
8725         (go32_set_addr): Change to static.
8726         (go32_set_dr7): Change to static. Change arg type to unisgned long.
8727         (go32_get_dr6): Change to static. Change return type to unisnged long.
8728         (init_go32_ops):  Set i386_dr_low variable fields.
8729         * i386-linux-nat.c: Include "i386-nat.h".
8730         (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
8731         (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
8732         (_initialize_i386_linux_nat):  Set i386_dr_low variable fields.
8733         * i386bsd-nat.h: Declare functions used for
8734         i386_dr_low fields in i386fbsd-nat.c.
8735         * i386fbsd-nat.c: Include "i386-nat.h".
8736         (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
8737         * windows-nat.c: Include "i386-nat.h".
8738         (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
8739         Change to static.
8740         (cygwin_get_dr6): Change return type to unisnged long.
8741         (cygwin_set_dr7): Change arg type to unisgned long.
8742         (init_windows_ops): Set i386_dr_low function fields.
8743
8744         * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call 
8745         i386_set_debug_register_length.
8746         * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
8747
8748         * config/i386/nm-cygwin.h: Remove all I386_* macros.
8749         * config/i386/nm-cygwin64.h: Likewise.
8750         * config/i386/nm-fbsd.h: Likewise.
8751         * config/i386/nm-linux.h: Likewise.
8752         * config/i386/nm-i386.h: Remove completely.
8753         * config/i386/nm-go32.h: Remove completely.
8754         * config/i386/nm-linux64.h: Remove completely.
8755         * config/i386/go32.mh (NAT_FILE): Remove entry.
8756         * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
8757
8758 2009-05-14  Jon Beniston  <jon@beniston.com>
8759
8760         * MAINTAINERS: Add Jon Beniston to write after approval list.
8761
8762 2009-05-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
8763
8764         * objc-lang.c (objc_objfile_data): New variable.
8765         (find_methods): Skip objfiles without Obj-C methods.
8766         (_initialize_objc_lang): New function.
8767
8768 2009-05-13  Joel Brobecker  <brobecker@adacore.com>
8769
8770         * c-lang.c (print_wchar): Remove unnecessary cast.
8771
8772 2009-05-12  Jim Blandy  <jimb@red-bean.com>
8773
8774         * MAINTAINERS: Remove self as m32c target maintainer.
8775
8776 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
8777
8778         * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
8779         * command.h (deprecated_add_set_cmd): Delete declaration.
8780         * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
8781         'set debug gnu-nat' and 'show debug gnu-nat'.
8782         * i386-nat.c (_initialize_i386_nat): Replace 'maint
8783         show-debug-registers' with 'maint set show-debug-registers' and
8784         'maint show show-debug-registers'.
8785         * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
8786         show-debug-registers' with 'maint set show-debug-registers' and
8787         'maint show show-debug-registers'.
8788
8789 2009-05-12  Joel Brobecker <brobecker@adacore.com>
8790
8791         * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
8792         pushing it on the output obstack.
8793
8794 2009-05-11  Joel Brobecker <brobecker@adacore.com>
8795
8796         Fix internal error on breaking at a multi-locations caller source line.
8797         * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
8798         command with no parameters.
8799
8800 2009-05-11  Pedro Alves  <pedro@codesourcery.com>
8801
8802         * linux-nat.c (enum sigchld_state): Delete.
8803         (linux_nat_async_events_state): Delete.
8804         (struct waitpid_result): Delete.
8805         (waitpid_queue): Delete.
8806         (queued_waitpid_1): Delete.
8807         (async_file_flush): New.
8808         (queued_waitpid, push_waitpid): Delete.
8809         (async_file_mark): New.
8810         (drain_queued_events): Delete.
8811         (my_waitpid): Remove locally queued events handling.
8812         (linux_test_for_tracefork): Upjust.
8813         (linux_child_follow_fork): Ditto.
8814         (sync_sigchld_action): Delete.
8815         (blocked_mask): Reinstate.
8816         (async_sigchld_action): Rename to...
8817         (sigchld_action): ... this.
8818         (block_child_signals): New.
8819         (restore_child_signals_mask): New.
8820         (lin_lwp_attach_lwp): Adjust.
8821         (linux_nat_create_inferior): Ditto.
8822         (linux_nat_attach): Also use lp->status in async mode.
8823         (get_pending_status): Don't use queued_waitpid.
8824         (linux_nat_detach): Don't drain locally queued events.
8825         (linux_nat_resume): Allow pending wait statuses stored lp->status
8826         in async mode.  If returning early due to a pending event,
8827         re-register the event source.
8828         (stop_wait_callback): Allow pending wait statuses stored
8829         lp->status in async mode.
8830         (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
8831         (linux_nat_wait): Rename to ...
8832         (linux_nat_wait_1): ... this.  Allow pending wait statuses stored
8833         lp->status in async mode.  Always add WNOHANG to the waitpid
8834         options in async mode.
8835         (linux_nat_wait): New.
8836         (kill_callback): Don't drain locally queued events.
8837         (sigchld_handler): Rewrite.
8838         (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
8839         refer to "set target-async".
8840         (linux_nat_async_mask): If in non-stop, and re-enabling async
8841         mode, re-register the target event source in the event loop.
8842         (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
8843         (get_pending_events, async_sigchld_handler)
8844         (linux_nat_async_events): Delete.
8845         (handle_target_event): New.
8846         (linux_nat_async_file_handler): Delete.
8847         (linux_async_pipe): New.
8848         (linux_nat_async): Only re-register in the event loop if not
8849         registered yet.  Always notify the event-loop once if enabling the
8850         event source.
8851         (linux_nat_stop_lwp): Rewrite to handle pending events stored in
8852         lp->status, not in the locally queued event list.
8853         (linux_nat_stop): Don't mask out async event handling.
8854         (linux_nat_setup_async): Delete.
8855         (_initialize_linux_nat): Adjust.
8856         (lin_thread_get_thread_signals): blocked_mask is global again.
8857         Adjust.
8858
8859 2009-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
8860
8861         Unify target macros.
8862
8863         * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
8864         (target_stoppped_by_watchpoint): New macro.
8865         (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
8866         (target_have_steppable_watchpoint): New macro.
8867         (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
8868         (target_have_continuable_watchpoint): New macro.
8869         (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
8870         (target_can_use_hardware_watchpoint): New macro.
8871         (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
8872         (target_region_ok_for_hw_watchpoint): New macro.
8873
8874         * breakpoint.c (update_watchpoint): Use new macros.
8875         (bpstat_alloc): Likewise.
8876         (create_breakpoint): Likewise.
8877         (watch_command_1): Likewise.
8878         (can_use_hardware_watchpoint): Likewise.
8879         (do_enable_breakpoint): Likewise.
8880         * infrun.c (handle_inferior_event): Adapt to new macros.
8881         * mips-tdep.c (mips_gdbarch_init): Update comments.
8882         * procfs.c (procfs_set_watchpoint): Update comment.
8883         (procfs_insert_watchpoint): Adapt to new macros.
8884         * remote-m32r-sdi.c (m32r_stop):
8885         * remote-mips.c (mips_remove_breakpoint):
8886         * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
8887         (debug_to_stopped_by_watchpoint): Likewise.
8888
8889
8890 2009-05-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8891
8892         * src/gdb/target.h: Remove all tests for already defined
8893         macros. All macros defined here should not be set in config
8894         headers anymore.
8895
8896 2009-05-08  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8897
8898         * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
8899         (have_ptrace_getsetfpregs): Likewise.
8900         fetch_all_gp_regs): New function.
8901         (fetch_gp_regs): New function.
8902         (fetch_all_fp_regs): Likewise.
8903         (fetch_fp_regs): New function.
8904         (fetch_ppc_registers): Using the new methods to fetch general-
8905         purpose and floating-pointer registers.
8906         (store_all_gp_regs): New function.
8907         (store_gp_regs): Likewise.
8908         (store_all_fp_regs): New function.
8909         (store_fp_regs): Likewise.
8910         (store_ppc_registers): Using the new methods to store general-
8911         purpose and floating-pointer registers.
8912
8913 2009-05-08  Doug Evans  <dje@google.com>
8914
8915         * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
8916
8917 2009-05-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
8918
8919         * MAINTAINERS (Write After Approval): Add self.
8920
8921 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
8922
8923         * gdbarch.h (target_gdbarch): Add comment documenting this global.
8924
8925 2009-05-06  Joel Brobecker  <brobecker@adacore.com>
8926
8927         * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
8928         system iconv.
8929         * configure: Regenerate.
8930
8931 2009-05-06  Joel Brobecker  <brobecker@adacore.com>
8932
8933         * utils.c: Add include of gdb_usleep.h.
8934         (defaulted_query): Detect false EOF conditions that happen
8935         on terminals opened with the O_NONBLOCK flag when there is
8936         nothing to read.
8937
8938 2009-05-06  Pedro Alves  <pedro@codesourcery.com>
8939
8940         * inferior.c (add_inferior): Move observer_notify_new_inferior
8941         call to ...
8942         (add_inferior_silent): ... here.
8943
8944 2009-05-06  Pierre Muller  <muller@ics.u-strasbg.fr>
8945             Pedro Alves  <pedro@codesourcery.com>
8946
8947         * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
8948         (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
8949         functions.
8950         (procfs_stopped_by_watchpoint): Made static, ptid argument
8951         removed.
8952         (_initialize_procfs): Register new watchpoint related target
8953         functions.
8954         * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
8955         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
8956         (HAVE_CONTINUABLE_WATCHPOINT): Delete.
8957         (target_insert_watchpoint, target_remove_watchpoint): Delete.
8958         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8959         declarations.
8960         * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
8961         (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
8962         (target_insert_watchpoint, target_remove_watchpoint): Delete.
8963         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8964         declarations.
8965         * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
8966         (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
8967         (target_insert_watchpoint, target_remove_watchpoint): Delete.
8968         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
8969         declarations.
8970
8971 2009-05-06  Hui Zhu  <teawater@gmail.com>
8972
8973         * i386-tdep.c (i386_process_record): Change bzero to memset.
8974
8975 2009-05-06  Hui Zhu  <teawater@gmail.com>
8976
8977         * NEWS: Add item for process record and replay.
8978
8979 2009-05-05  Maxim Grigoriev  <maxim2405@gmail.com>
8980
8981         * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
8982
8983 2009-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
8984
8985         * inferior.h (read_pc, write_pc): Remove.
8986         * regcache.c (read_pc, write_pc): Remove.
8987
8988         * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
8989         of read_pc.
8990         (handle_inferior_event): Use regcache_read_pc instead of read_pc
8991         when determining value of stop_pc.  Replace subsequent uses of
8992         read_pc by inspecting already-retrieved stop_pc value.
8993         (keep_going): Use regcache_read_pc instead of read_pc.
8994
8995         * breakpoint.c (watchpoint_check): Use current frame architecture
8996         and PC instead of current_gdbarch and read_pc ().
8997         * tracepoint.c (set_traceframe_context): Replace PC argument
8998         with FRAME argument.
8999         (trace_start_command, finish_tfind_command): Update calls.
9000         (finish_tfind_command): Compare frame IDs to identify transitions
9001         between frames.
9002         (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
9003         * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
9004         of gdbarch.  Use regcache_read_pc and regcache_write_pc instead
9005         of read_pc and write_pc.
9006         (store_register): Make regcache argument non-const.  Update call
9007         to exec_one_dummy_insn.
9008
9009         * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
9010         * infcmd.c (post_create_inferior): Likewise.
9011         * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
9012         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
9013         * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
9014         * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
9015         * linux-fork.c (fork_load_infrun_state): Likewise.
9016         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
9017         * record.c (record_wait): Likewise.
9018         * procfs.c (procfs_wait): Likewise.
9019         * remote-mips.c (common_open, mips_wait): Likewise.
9020         * remote-m32r-sdi.c (m32r_resume): Likewise.
9021
9022         * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
9023         * monitor.c (monitor_create_inferior, monitor_load): Likewise.
9024         * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
9025         * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
9026         * remote-mips.c (mips_create_inferior, mips_load): Likewise.
9027
9028         * solib-darwin.c: Include "regcache.h".
9029         * solib-pa64.c: Include "regcache.h".
9030         * solib-svr4.c: Include "regcache.h.".
9031
9032         * symfile.c: Do not mention read_pc or write_pc in comments.
9033         * dink32-rom.c: Likewise.
9034         * m32r-rom.c: Likewise.
9035         * mips-tdep.c: Likewise.
9036
9037 2009-05-05  Ulrich Weigand  <uweigand@de.ibm.com>
9038
9039         * fork-child.c (startup_inferior): Move setting stop_pc ...
9040         * infcmd.c (post_create_inferior): ... to here.
9041
9042 2009-05-04  Michael Snyder  <msnyder@vmware.com>
9043
9044         * NEWS: Add item for reverse debugging commands.
9045
9046 2009-05-04  Pedro Alves  <pedro@codesourcery.com>
9047
9048         * go32-nat.c (go32_stop): Delete.
9049         (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
9050         (go32_create_inferior): Don't call go32_stop or
9051         go32_kill_inferior.
9052         (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
9053         here.
9054         (init_go32_ops): Don't register go32_stop.
9055
9056 2009-05-02  Eli Zaretskii  <eliz@gnu.org>
9057
9058         * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
9059         sym_name.
9060
9061         * infcall.c (find_function_addr): Avoid compiler warnings for
9062         funaddr.
9063
9064 2009-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9065
9066         * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
9067         (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
9068
9069 2009-05-01  Doug Evans  <dje@google.com>
9070
9071         * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
9072         to thread_info.
9073
9074 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
9075
9076         * record.c (_initialize_record): Reformat and clarify doc strings
9077         for stop-at-limit and insn-number-max.
9078
9079         * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
9080
9081 2009-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9082
9083         Make specifiable the make_function_type type memory ownership.
9084         * gdbtypes.c (make_function_type): New parameter `objfile', use it
9085         explicitely instead of TYPE-initialized removed local variable
9086         `objfile'.  Describe `objfile' it in the function comment.
9087         (lookup_function_type): Update make_function_type callers.
9088         * gdbtypes.h (make_function_type): Update the prototype.
9089         * jv-lang.c (java_link_class_type): Update make_function_type callers.
9090         * dwarf2read.c (read_subroutine_type): Likewise.
9091         * stabsread.c (read_type): Likewise.
9092
9093 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
9094
9095         * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
9096         printing a bogus "Thread <main>".
9097         (go32_thread_alive): Don't return 1 for null_ptid.
9098
9099         * i386-tdep.c (i386_go32_init_abi): Override the number of
9100         registers due to non-support of SSE.
9101
9102 2009-04-30  Anthony Green  <green@moxielogic.com>
9103
9104         * configure.tgt: Link the moxie simulator in with gdb.
9105
9106 2009-04-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
9107
9108         * elfread.c (elf_symtab_read): Don't assume .data and .rodata
9109         are present.
9110
9111 2009-04-30  Hui Zhu  <teawater@gmail.com>
9112             Michael Snyder  <msnyder@vmware.com>
9113
9114         I386 Linux process record and replay support.
9115
9116         * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
9117         This struct has the argument for the function
9118         "record_linux_system_call".
9119         (i386_linux_intx80_sysenter_record): New function. Parse the
9120         system call instruction and call function
9121         "record_linux_system_call" to record execute log.
9122         (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
9123         Set "i386_linux_intx80_sysenter_record" to
9124         "i386_intx80_record" and "i386_sysenter_record".
9125
9126 2009-04-30  Hui Zhu  <teawater@gmail.com>
9127             Michael Snyder  <msnyder@vmware.com>
9128
9129         I386 architecture process record and replay support.
9130
9131         * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
9132         PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
9133         instruction set.
9134         (aflag, dflag, override, modrm, mod, reg, rm, ot,
9135         i386_record_pc): New variables. Ditto.
9136         (i386_record_modrm, i386_record_lea_modrm_addr,
9137         i386_record_lea_modrm): New functions. Ditto.
9138         (i386_process_record): New function. Parse the instruction in
9139         address "addr" and record the values of registers and memory
9140         that will be changed by this instruction.
9141         (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
9142         "process_record" interface.
9143         * i386-tdep.h (gdbarch_tdep): New function pointers
9144         "i386_intx80_record" and "i386_sysenter_record" that point to
9145         the function that can record "intx80" and "sysenter" execute
9146         log.
9147
9148 2009-04-30  Hui Zhu  <teawater@gmail.com>
9149             Michael Snyder  <msnyder@vmware.com>
9150
9151         * infrun.c (use_displaced_stepping): Return false if process
9152         record and replay target is used.
9153         (proceed): Call function "record_not_record_set" if pocess
9154         record and replay target is used.
9155
9156 2009-04-30  Hui Zhu  <teawater@gmail.com>
9157             Michael Snyder  <msnyder@vmware.com>
9158
9159         Linux process record and replay support.
9160
9161         * Makefile.in (ALLDEPFILES): Add linux-record.c.
9162         (ALL_TARGET_OBS): Add linux-record.o.
9163         * configure.tgt (x86_64-*-linux*): Add linux-record.o.
9164         (i[34567]86-*-linux*): Add linux-record.o.
9165         * linux-record.c, linux-record.h: New file.
9166
9167 2009-04-30  Hui Zhu  <teawater@gmail.com>
9168             Michael Snyder  <msnyder@vmware.com>
9169
9170         Process record and replay target.
9171
9172         * Makefile.in (SFILES): Add record.c.
9173         (COMMON_OBS): Add record.o.
9174         * record.c, record.h: New file.
9175
9176 2009-04-30  Hui Zhu  <teawater@gmail.com>
9177             Michael Snyder  <msnyder@vmware.com>
9178
9179         * target.h (strata): New stratum "record_stratum".
9180
9181 2009-04-30  Hui Zhu  <teawater@gmail.com>
9182             Michael Snyder  <msnyder@vmware.com>
9183
9184         GDBARCH interface for process record and replay.
9185
9186         * gdbarch.sh (process_record): This interface point to the
9187         function that records the inferior execute log.
9188
9189 2009-04-29  Doug Evans  <dje@google.com>
9190
9191         * i386-nat.c (child_post_startup_inferior): Delete, unused.
9192
9193 2009-04-29  Pedro Alves  <pedro@codesourcery.com>
9194
9195         * breakpoint.c (print_exception_catchpoint): Access `b' directly
9196         instead of `b->loc->owner'.
9197         (print_mention_exception_catchpoint): Ditto.
9198
9199 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9200
9201         * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
9202
9203 2009-04-27  Tom Tromey  <tromey@redhat.com>
9204
9205         * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
9206
9207 2009-04-27  Jerome Guitton  <guitton@adacore.com>
9208
9209         * symtab.c (append_exact_match_to_sals): New function, extracted
9210         from expand_line_sal.
9211         (expand_line_sal): Use append_exact_match_to_sals to append exact
9212         matches. If none found, append all best items.
9213
9214 2009-04-27  Jerome Guitton  <guitton@adacore.com>
9215
9216         * main.c (captured_main): Move gdbinit lookups after gdb_init.
9217
9218 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9219
9220         PR gdb/9675:
9221         * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
9222         (read_func_scope): Call inherit_abstract_dies.
9223
9224 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
9225
9226         * Makefile.in (ALLDEPFILES): Remove duplicate entries for
9227         sparc-sol2-nat.c and sparc-sol2-tdep.c.
9228
9229         * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
9230
9231 2009-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
9232
9233         ARI change: Use "/* ARI: rule */" pattern.
9234         * utils.c: Update ARI patterns.
9235         * gdb_dirent.h: Likewise.
9236
9237 2009-04-23  Anthony Green  <green@moxielogic.com>
9238
9239         * MAINTAINERS: Add moxie target.
9240         * configure.tgt: Add moxie-*-elf target.
9241         * moxie-tdep.c: New file.
9242         * moxie-tdep.h: New file.
9243
9244 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
9245
9246         * ada-lang.c: Remove an extra empty line. No code change.
9247
9248 2009-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9249
9250         Fix double free on error inserting the breakpoint instruction.
9251         * breakpoint.c (create_breakpoints): Move the
9252         update_global_location_list call to ...
9253         (break_command_really): ... here together with the second local call
9254         both unified after all the cleanups.
9255
9256 2009-04-23  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9257             Tom Tromey  <tromey@redhat.com>
9258
9259         * configure, config.in: Regenerate.
9260         * configure.ac: Support for relocatable GDB datadir.  Use
9261         GDB_AC_WITH_DIR.  Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
9262         * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
9263         * top.c (init_main): Add "set data-directory".
9264         * defs.h (gdb_datadir): Declare.
9265         * main.c (gdb_datadir): New global.
9266         (captured_main): Initialize gdb_datadir.  Use relocate_directory.
9267         (relocate_path): New function.
9268         (relocate_directory): Likewise.
9269         (get_init_files): Use relocate_path.
9270         (README): Mention --with-gdb-datadir.
9271
9272 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
9273
9274         * ada-tasks (task_command_1): Call target_find_new_threads.
9275
9276 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
9277
9278         * stack.c (do_gdb_disassembly): Print the exception message if an
9279         error was thrown while trying to perform the disassembly.
9280
9281 2009-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9282
9283         * varobj.c (free_variable): Replace free_current_contents by xfree.
9284
9285 2009-04-22  Kazu Hirata  <kazu@codesourcery.com>
9286
9287         * arm-linux-nat.c (fetch_register, store_register): Use
9288         ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
9289         * arm-linux-tdep.c (arm_linux_supply_gregset,
9290         arm_linux_collect_gregset): Likewise.
9291         * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
9292         * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
9293
9294 2009-04-22  Hui Zhu  <teawater@gmail.com>
9295
9296         * stack.c (_initialize_stack): Set the default of
9297         disassemble-next-line to off.
9298
9299 2009-04-21  Tom Tromey  <tromey@redhat.com>
9300
9301         * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
9302         * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
9303
9304 2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
9305
9306         * configure.ac: Add quotes to not lose brackets in help text.
9307         * configure: Rebuild.
9308
9309 2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
9310
9311         * configure.ac: Don't postprocess Makefile in config.status.
9312         Substitute GDB_NM_FILE.  Don't substitute nm_h.
9313         * Makefile.in (GDB_NM_FILE): Substitute.
9314         (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
9315         * configure: Regenerate.
9316         * gnulib/Makefile.in: Regenerate.
9317
9318 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
9319
9320         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
9321         --with-htmldir): New.
9322         * configure: Regenerate.
9323
9324 2009-04-21  Tom Tromey  <tromey@redhat.com>
9325
9326         * configure: Rebuild.
9327         * configure.ac: Use lower case for start of help strings.  Clean
9328         up --with-sysroot help.
9329
9330 2009-04-21  Tom Tromey  <tromey@redhat.com>
9331
9332         * configure: Rebuild.
9333         * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
9334         * configure.ac: Use AC_HELP_STRING.  Use upper case for variables
9335         in help.
9336
9337 2009-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
9338
9339         ARI fix: remove "%p".
9340         * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
9341         (ia64_sigtramp_frame_this_id): Ditto.
9342         (ia64_libunwind_frame_this_id): Ditto.
9343         (ia64_libunwind_sigtramp_frame_this_id): Ditto.
9344         * symmisc.c (maintenance_info_psymtabs): Ditto.
9345
9346 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
9347
9348         * configure.ac (--with-relocated-sources): New.
9349         * configure, config.in: Regenerate.
9350         * source.c (add_substitute_path_rule): Remove static.
9351         * source.h (add_substitute_path_rule): Declare.
9352         * main.c: Include "source.h".
9353         (captured_main): Add substitution rule if RELOC_SRCDIR.
9354
9355 2009-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
9356
9357         * gnu-nat.h (proc_debug): Add missing continuation line in macro.
9358
9359 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
9360
9361         * NEWS: Mention MIPS/Linux hardware watchpoint support.
9362
9363 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
9364
9365         * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
9366         (maint_show_dr, super_close): New variables.
9367         (super_fetch_registers, super_store_registers): Make static.
9368         (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
9369         (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
9370         (pt_watch_style): Define new enum.
9371         (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
9372         Define new structs.
9373         (watch_readback_valid, watch_readback, current_watches, watch_mirror):
9374         New variables.
9375         (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
9376         (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
9377         (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
9378         (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
9379         (type_to_irw, fill_mask, try_one_watch)
9380         (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
9381         (mips_linux_new_thread, populate_regs_from_watches)
9382         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
9383         (mips_linux_close): New functions.
9384         (_initialize_mips_linux_nat): Register watchpoint functions with
9385         the target_ops.  Add show-debug-regs maintenance command.
9386
9387 2009-04-20  David Daney  <ddaney@caviumnetworks.com>
9388
9389         * infrun.c (handle_inferior_event): Move gegisters_changed call down.
9390
9391 2009-04-19  Pedro Alves  <pedro@codesourcery.com>
9392
9393         * NEWS: Mention gdbserver support for x86 Windows CE.
9394
9395 2009-04-19  Eli Zaretskii  <eliz@gnu.org>
9396
9397         * config/djgpp/fnchange.lst: Fix typos.
9398
9399         Set default host and target charsets in the DJGPP port.
9400
9401         * config/djgpp/config.sed (am_cv_langinfo_codeset)
9402         (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
9403         in all configure scripts that define ac_cv_env_CPP_value.
9404
9405         * go32-nat.c (dos_codepage, nl_langinfo): New functions.
9406         Include langinfo.h.
9407
9408         * config/djgpp/nl_types.h: New file.
9409
9410         * config/djgpp/langinfo.h: New file.
9411
9412         * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
9413
9414 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
9415
9416         * Makefile.in (MAKEHTML): Set to makeinfo --html.
9417         (MAKEHTMLFLAGS): Set to empty.
9418
9419 2009-04-18  Eli Zaretskii  <eliz@gnu.org>
9420
9421         * NEWS: Mention all new set/show commands added since GDB 6.8 was
9422         released.
9423
9424         * go32-nat.c (go32_sysinfo): Check if the call to
9425         __dpmi_get_capabilities fills the buffer with information, and
9426         don't use the buffer if not.
9427
9428 2009-04-17  Tom Tromey  <tromey@redhat.com>
9429
9430         * charset.c (_initialize_charset): Add special case for "646".
9431
9432 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
9433
9434         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
9435         * configure: Regenerate.
9436         * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
9437         configure substitutions.
9438         (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
9439
9440 2009-04-17  Pierre Muller  <muller@ics.u-strasbg.fr>
9441
9442         ARI fix: Do not use %p, replace by call to host_address_to_string
9443         for host pointers.
9444         * darwin-nat.c (darwin_xfer_partial): Apply change.
9445         * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
9446         * gnu-nat.h (proc_debug): Ditto.
9447         * symmisc.c (maintenance_info_symtabs): Ditto.
9448         (maintenance_info_psymtabs): Ditto.
9449         * windows-nat.c (handle_load_dll): Ditto.
9450         (handle_unload_dll, info_w32_command, handle_exception): Ditto.
9451         * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
9452
9453 2009-04-17  Joseph Myers  <joseph@codesourcery.com>
9454
9455         * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
9456         --enable-64-bit-bfd.
9457         (sparc-*-linux*): Likewise.
9458
9459 2009-04-17  Eli Zaretskii  <eliz@gnu.org>
9460
9461         * go32-nat.c (go32_sysinfo): Update list of Windows versions of
9462         the NT family.
9463
9464 2009-04-16  Pedro Alves  <pedro@codesourcery.com>
9465
9466         * remote.c (remote_query_attached): Fix pasto in packet_ok result
9467         checking.
9468
9469 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
9470
9471         * procfs.c (solib_mappings_callback, find_memory_regions_callback):
9472         Revert the previous change.  Might not be correct, actually.
9473
9474 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
9475
9476         * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
9477         (ada_get_current_task, ada_print_exception_breakpoint_nontask)
9478         (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
9479         Remove declaration. These are non-existent functions.
9480
9481 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
9482
9483         * procfs.c (solib_mappings_callback, find_memory_regions_callback):
9484         Fix a compilation warning on mips-irix due to casting from
9485         a pointer of different size.
9486
9487 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
9488
9489         * ada-lang.c (symtab_for_sym): Delete.
9490         (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
9491
9492 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
9493
9494         * ada-lang.c (extract_string): Delete.
9495         (ada_main_name): Reimplement using target_read_string instead of
9496         extract_string.
9497
9498 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
9499
9500         * m68klinux-nat.c: Remove obsolete comment.
9501         (fetch_register, store_register): Don't call
9502         gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
9503         which are always nops here.
9504
9505 2009-04-14  Tom Tromey  <tromey@redhat.com>
9506
9507         * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
9508         (c_printstr): Likewise.
9509         * charset.c: Include gdb_wait.h.
9510         (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
9511         (find_charset_names): Use pexecute.  Handle libiconv's output.
9512         Detect errors.
9513         (_initialize_charset): Use xstrdup.
9514         * gdb_wchar.h: Check HAVE_BTOWC.  Split PHONY_ICONV and wchar
9515         cases.
9516         (INTERMEDIATE_ENCODING): New define.
9517         * configure, config.in: Rebuild.
9518         * configure.ac: Check for btowc.
9519
9520 2009-04-15  Tom Tromey  <tromey@redhat.com>
9521
9522         * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
9523
9524 2009-04-15  Eli Zaretskii  <eliz@gnu.org>
9525
9526         * utils.c (parse_escape): Initialize target_char to pacify GCC.
9527
9528 2009-04-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9529
9530         * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
9531
9532 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
9533
9534         ARI fix: sprintf rule.
9535         * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
9536         * ada-lang.c (add_angle_brackets): Use xstrprintf.
9537         (ada_decode): Replace sprintf by xsnprintf.
9538         (find_old_style_renaming_symbol): Ditto.
9539         (ada_to_fixed_type_1, ada_enum_name): Ditto.
9540
9541
9542 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
9543
9544         * target.c (target_mourn_inferior): Call bfd_cache_close_all
9545         after having executed the target mourn_inferior routine.
9546
9547 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
9548
9549         * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
9550         undefined.
9551
9552 2009-04-13  David Daney  <ddaney@caviumnetworks.com>
9553
9554         * infrun.c (maybe_software_singlestep): New function.
9555         (resume): Call maybe_software_singlestep.
9556         (handle_inferior_event): Same.
9557
9558 2009-04-13  Tom Tromey  <tromey@redhat.com>
9559
9560         * python/python-frame.c (frapy_richcompare): Return
9561         Py_NotImplemented, not an error.  Handle Py_NE as well.
9562
9563 2009-04-13  Eli Zaretskii  <eliz@gnu.org>
9564
9565         * charset.c (EILSEQ): Define if not defined by system headers.
9566
9567 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
9568
9569         * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
9570         to be consistent with renaming config.intl.in into config_intl.in.
9571
9572         * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
9573         consistent with the change from 2008-11-09.
9574
9575 2009-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9576
9577         * gdbtypes.c: Remove excessive parentheses at the return keywords.
9578         * varobj.c (varobj_invalidate): Fix indentation.
9579         * varobj.c (varobj_invalidate): Fix formatting text width.
9580
9581 2009-04-08  Vladimir Prus  <vladimir@codesourcery.com>
9582
9583         Implement -exec-jump.
9584
9585         * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
9586         * mi/mi-main.c (mi_cmd_exec_jump): New.
9587         * mi/mi-cmds.c (mi_cmds): Register exec-jump.
9588
9589 2009-04-07  Doug Evans  <dje@google.com>
9590
9591         * symfile.c (symbol_file_clear): Fix indentation.
9592
9593 2009-04-06  Mark Kettenis  <kettenis@gnu.org>
9594
9595         * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
9596
9597 2009-04-03  Ulrich Weigand  <uweigand@de.ibm.com>
9598
9599         * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
9600         (ppc_linux_auxv_parse): New function.
9601         (ppc_linux_read_description): Use ppc_linux_target_wordsize.
9602         (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
9603
9604 2009-04-03  Ulrich Weigand  <uweigand@de.ibm.com>
9605
9606         * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
9607         BFD to contents of SPU name note.
9608         (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
9609         with "from_tty" argument 1 instead of 0.
9610
9611 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9612
9613         * dwarf2read.c
9614         (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
9615         Create the symbol in local scope.
9616         * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
9617
9618 2009-04-02  Keith Seitz  <keiths@redhat.com>
9619
9620         * stabsread.c (read_member_functions): GCC may emit an extra space
9621         at the end of the names "__base_ctor" and "__base_dtor"; so ignore
9622         whitespace when looking for these functions.
9623
9624 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
9625
9626         Change the default value for "set print frame-arguments" to scalars.
9627
9628         * stack.c (print_frame_arguments): Set initial value to "scalars".
9629
9630 2009-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9631
9632         * mips-tdep.c (mips_numeric_register_alieses): New definition.
9633         (mips_gdbarch_init): Add user registers from
9634         mips_numeric_register_aliases.
9635
9636 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
9637
9638         * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
9639
9640 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
9641
9642         * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
9643         this is the last one.
9644
9645 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
9646
9647         * remote.c (append_resumption): New.
9648         (remote_vcont_resume): Use it.
9649
9650 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
9651
9652         * windows-nat.c (+windows_get_ada_task_ptid): New function.
9653         (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
9654
9655 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
9656             Keith Seitz  <keiths@redhat.com>
9657             Jan Kratochvil  <jan.kratochvil@redhat.com>
9658
9659         PR gdb/6817
9660         * Makefile.in (dbxread.o): Update.
9661         * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
9662         * dwarf2read.c (GDB_FORM_cached_string): New.
9663         (read_partial_die): Use dwarf2_canonicalize_name.
9664         (dwarf2_linkage_name): Use dwarf2_name.
9665         (dwarf2_canonicalize_name): New.
9666         (dwarf2_name): Use dwarf2_canonicalize_name.
9667         (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
9668         * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
9669         * symtab.c (lookup_symbol_in_language): Canonicalize input before
9670         searching.
9671         * cp-name-parser.y: operator() requires two parameters,
9672         according to libiberty.
9673         * minsyms.c (lookup_minimal_symbol): Canonicalize input
9674         before searching.
9675         * NEWS: Update.
9676
9677 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
9678
9679         Provide support for (Ada) task-specific breakpoints.
9680
9681         * ada-lang.h (ada_get_task_number): Add declaration.
9682         (breakpoint_ada_task_match): Delete declaration.
9683         * ada-tasks.c (ada_get_task_number): Make non-static.
9684         * breakpoint.h (struct breakpoint): Add field "task".
9685         * breakpoint.c (print_one_breakpoint_location): Add handling of
9686         task-specific breakpoints.
9687         (create_breakpoint, create_breakpoints, find_condition_and_thread):
9688         New parameter "task".
9689         (break_command_really): Update calls to find_condition_and_thread
9690         and create_breakpoints.
9691         (breakpoint_re_set_one): Update call to find_condition_and_thread.
9692         Set b->task.
9693
9694 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
9695
9696         * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
9697
9698 2009-03-31  Pedro Alves  <pedro@codesourcery.com>
9699
9700         * remote.c (remote_notice_new_inferior): Use ptid_is_pid.  Check
9701         if the thread's ptid without a thread id field is in the list
9702         before calling thread_change_ptid.
9703         (extended_remote_attach_1): In non-stop mode, do not rely on
9704         querying the current thread, instead, query the thread list, and
9705         select the first thread of the process.
9706         * gdbthread.h (first_thread_of_process): Declare.
9707         * thread.c (first_thread_of_process): Define.
9708
9709 2009-03-30  Stan Shebs  <stan@codesourcery.com>
9710
9711         Make tracepoints into a type of breakpoint.
9712         * breakpoint.h (enum bptype): Add bp_tracepoint.
9713         (struct breakpoint): Add fields step_count, pass_count, actions.
9714         (get_tracepoint, get_tracepoint_by_number): Declare.
9715         (all_tracepoints): Declare.
9716         * breakpoint.c: Include tracepoint.h, readline.h.
9717         (ALL_TRACEPOINTS): Move here from tracepoint.c.
9718         (tracepoint_count): Ditto.
9719         (should_be_inserted): GDB does not insert tracepoints itself.
9720         (print_it_typical): Add tracepoint case.
9721         (bpstat_what): Ditto.
9722         (print_one_breakpoint_location): Ditto, and add printing for
9723         pass count, step count, and action list.
9724         (user_settable_breakpoint): Add tracepoint case.
9725         (allocate_bp_location): Ditto.
9726         (set_breakpoint_location_function): Ditto.
9727         (disable_breakpoints_in_shlibs): Ditto.
9728         (mention): Ditto.
9729         (break_command_really): Add argument traceflag, use to choose
9730         basic breakpoint type.
9731         (break_command_1): Pass extra argument.
9732         (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
9733         (breakpoint_re_set_one): Add tracepoint case.
9734         (disable_command, enable_command): Ditto.
9735         (set_tracepoint_count): Move here from tracepoint.c.
9736         (trace_command): Move here from tracepoint.c and use
9737         break_command_really.
9738         (tracepoints_info): Move here from tracepoint.c and call
9739         breakpoints_info.
9740         (enable_trace_command): Move here from tracepoint.c and call
9741         enable_command.
9742         (disable_trace_command): Move here from tracepoint.c and call
9743         disable_command.
9744         (delete_trace_command): Move here from tracepoint.c and call
9745         delete_breakpoint.
9746         (trace_pass_command): Move here from tracepoint.c.
9747         (get_tracepoint_by_number): Ditto.
9748         (tracepoint_save_command): Ditto.
9749         (get_tracepoint): New function.
9750         (all_tracepoints): New function.
9751         (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
9752         deprecate "enable trace" and "disable trace" commands.
9753         * tracepoint.h (struct tracepoint): Remove.
9754         (tracepoint_chain): Remove decl.
9755         (deprecated_create_tracepoint_hook): Remove decl.
9756         (deprecated_delete_tracepoint_hook): Remove decl.
9757         (deprecated_modify_tracepoint_hook): Remove decl.
9758         (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
9759         (free_actions): Update signature.
9760         (validate_actionline): Update signature.
9761         (end_actions_pseudocommand): Declare.
9762         (while_stepping_pseudocommand): Declare.
9763         * tracepoint.c: Include breakpoint.h.
9764         (tracepoint_chain, tracepoint_count): Remove.
9765         (free_actions, make_cleanup_free_actions): Update signature.
9766         (trace_command, set_raw_tracepoint): Remove.
9767         (trace_mention): Remove.
9768         (tracepoints_info): Remove.
9769         (tracepoint_operation, map_args_over_tracepoints): Remove.
9770         (get_tracepoint_by_number): Remove.
9771         (enable_trace_command, disable_trace_command): Remove.
9772         (delete_trace_command, trace_pass_command): Remove.
9773         (trace_actions_command, read_actions): Update signature.
9774         (validate_actionline): Update signature, use bp loc.
9775         (encode_actions): Ditto.
9776         (download_tracepoint): New function, body of trace_start_command.
9777         (trace_start_command): Call it, use all_tracepoints.
9778         (tracepoint_save_command): Remove.
9779         (tracepoint_dump_command): Use get_tracepoint.
9780         (end_actions_pseudocommand): Make globally visible.
9781         (while_stepping_pseudocommand): Ditto.
9782         (_initialize_tracepoint): Move command definitions to breakpoint.c.
9783
9784 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9785
9786         Expose frames to Python.
9787         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
9788         (SUBDIR_PYTHON_SRCS): Add python-frame.c.
9789         (python-frame.o): New target.
9790         * python/python-frame.c: New file.
9791         * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
9792         gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
9793         gdbpy_initialize_frames): New prototypes.
9794         * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
9795         (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
9796         entries.
9797         * stack.c (find_frame_funname): New function, factored out of
9798         print_frame.
9799         (print_frame): Call find_frame_funname.
9800         * stack.h (find_frame_funname): Add prototype.
9801
9802 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9803
9804         Remove unused value_object attribute `owned_by_gdb'.
9805         * python/python-value.c (value_object): Remove owned_by_gdb
9806         attribute.
9807         (valpy_dealloc): Remove reference to self->owned_by_gdb.
9808         (valpy_new): Likewise.
9809         (value_to_value_object): Likewise.
9810
9811 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9812
9813         Change gdb.Value.address from a method to an attribute.
9814         * python/python-value.c (value_object): Add `address' element.
9815         (valpy_dealloc): Decrement reference to self->address if set.
9816         (valpy_new): Initialize val_obj->address.
9817         (valpy_address): Rename to ...
9818         (valpy_get_address): ... this.  Change signature from method to
9819         attribute.  Update self->address if not set.
9820         (value_to_value_object): Initialize val_obj->address.
9821         (value_object_getset): Add `address' element.
9822         (value_object_methods): Remove `address' element.
9823
9824 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
9825
9826         * observer.sh: Set LANG/LC_ALL to C, not c.
9827
9828 2009-03-28  Kevin Buettner  <kevinb@redhat.com>
9829
9830         * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
9831         `char' is unsigned.
9832
9833 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
9834
9835         * remote.c (remote_stop_ns): If multi-process extensions are off,
9836         and GDB is requesting the whole process to stop, sent "vCont;t",
9837         not "vCont;t:-1"
9838
9839 2009-03-28  Pedro Alves  <pedro@codesourcery.com>
9840
9841         * inf-loop.c (inferior_event_handler): Avoid calling is_running on
9842         null inferior_ptid.
9843
9844 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
9845
9846         * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
9847
9848 2009-03-26  Doug Evans  <dje@google.com>
9849
9850         * thread.c (do_restore_current_thread_cleanup): Redo test for
9851         whether to restore old->inferior_ptid.
9852
9853 2009-03-26  Tom Tromey  <tromey@redhat.com>
9854
9855         * breakpoint.c (resolve_sal_pc): Preserve original line number
9856         when skipping prologue.
9857
9858 2009-03-26  Doug Evans  <dje@google.com>
9859
9860         * thread.c (inferior_thread) Remove "extern" in definition.
9861
9862 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9863
9864         Add gdb.Value.is_optimized_out attribute.
9865         * python/python-value.c (valpy_get_is_optimized_out): New
9866         function.
9867         (value_object_getset): New variable.
9868         (value_object_type): Initialize tp_getset element.
9869
9870 2009-03-26  Joel Brobecker  <brobecker@adacore.com>
9871
9872         Recognize missing DW_AT_location as <value optimized out>.
9873         * dwarf2read.c
9874         (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
9875         Call add_symbol_to_list.
9876
9877 2009-03-25  Tom Tromey  <tromey@redhat.com>
9878
9879         * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
9880         * stack.c (print_this_frame_argument_p): Use check_typedef.
9881
9882 2009-03-25  Tom Tromey  <tromey@redhat.com>
9883
9884         * configure: Rebuild.
9885         * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
9886         Rearrange flags setting.  Add comments.
9887
9888 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
9889
9890         * config/i386/nm-i386.h: Remove code within
9891         I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
9892         * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
9893         macro.
9894         * config/i386/nm-cygwin64.h: Ditto.
9895         * config/i386/nm-fbsd.h: Ditto.
9896         * config/i386/nm-go32.h: Ditto.
9897         * config/i386/nm-linux.h: Ditto.
9898         * config/i386/nm-linux64.h: Ditto.
9899
9900 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
9901
9902         ARI fix: "xasprintf" rule.
9903         * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
9904
9905 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
9906
9907         * remote.c (remote_start_remote): In non-stop mode, call
9908         init_wait_for_inferior before adding threads and inferiors.
9909
9910 2009-03-25  Joel Brobecker  <brobecker@adacore.com>
9911
9912         * breakpoint.c (breakpoint_thread_match): Split a large condition
9913         into several smaller conditions.  No behavior change.
9914
9915 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
9916
9917         * infrun.c (infrun_thread_thread_exit): New.
9918         (_initialize_infrun): Attach it to the thread_exit observer.
9919         * thread.c (delete_thread_1): Always call the observer, passing it
9920         the silent flag.
9921         * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter.  If
9922         SILENT, return immediately.
9923
9924 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
9925
9926         * infrun.c (normal_stop): Use has_stack_frames instead of
9927         target_has_stack.
9928         * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
9929         when there is no thread selected.
9930         (mi_cmd_execute): Don't special case commands that can run without
9931         a valid selected thread.
9932         * top.c (execute_command): Don't special case commands that can
9933         run without a valid selected thread.  Use has_stack_frames.
9934         * infcmd.c (ensure_valid_thread): New.
9935         (continue_1, step_1, jump_command, signal_command): Use it.
9936         (detach_command): Error out if there's no selected thread/inferior.
9937         * thread.c (print_thread_info): Allow having no thread selected.
9938         (switch_to_thread): Don't read the PC if there is no current thread.
9939         (do_restore_current_thread_cleanup): Don't record the current
9940         frame if there is no current thread.
9941         (make_cleanup_restore_current_thread): Don't read frame info if
9942         there is no selected thread.
9943         (_initialize_thread): Don't mark commands as
9944         "no_selected_thread_ok".
9945         * frame.c (get_current_frame): Error out if there is no valid
9946         selected thread.
9947         (has_stack_frames): Return false if there is no valid
9948         selected thread.
9949         * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
9950         "no_selected_thread_ok".
9951         * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
9952         (get_cmd_no_selected_thread_ok): Delete.
9953         * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
9954         (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
9955         Delete declaration.
9956         * stack.c (get_selected_block): Use has_stack_frames.
9957
9958 2009-03-25  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9959
9960         Fix size of FPSCR in Power 7 processors.
9961         * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9962         (PPC_FEATURE_HAS_DFP): New #define.
9963         (ppc_linux_read_description): Check for DFP feature instead of
9964         ISA 2.05 to decide on size of the FPSCR.
9965
9966 2009-03-25  Kevin Buettner  <kevinb@redhat.com>
9967
9968         * mn10300-tdep.c (trad-frame.h): Don't include.
9969         (prologue-value.h): Include.
9970         (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
9971         (struct mn10300_prologue): Define.
9972         (push_reg, translate_rreg, check_for_saved): New functions.
9973         (mn10300_analyze_prologue): Rewrite, using prologue-value
9974         machinery.  Handle more instructions than before.  Permit
9975         instructions to occur in any order.
9976         (mn10300_skip_prologue): Find the extents of the function
9977         in question; mn10300_analyze_prologue no longer does this.
9978         (mn10300_analyze_frame_prologue): New function.
9979         (mn10300_frame_base): New function.
9980         (mn10300_frame_this_id): Rewrite, no longer using trad-frame
9981         implementation.
9982         (mn10300_frame_prev_register): Likewise.
9983         (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
9984         (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
9985         `this_frame'.
9986         (mn10300_frame_unwind_init): Don't call frame_base_set_default().
9987
9988 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
9989
9990         Fix completer problem for filename completion on the first try.
9991
9992         * gdb/completer.h (gdb_completion_word_break_characters): New function.
9993         * gdb/completer.c: Include gdb_assert.h.
9994         (complete_line_internal_reason): New enum.
9995         (complete_line_internal): Change last argument type to
9996         complete_line_internal_reason.
9997         Modify function to handle the different complete_line_internal_reason
9998         argument values.
9999         (complete_line): Adapt to change in complete_line_internal.
10000         (command_completer): Ditto.
10001         (gdb_completion_word_break_characters): Implement new function.
10002         * top.c (init_main): Set  rl_completion_word_break_hook to
10003         gdb_completion_word_break_characters.
10004
10005
10006 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
10007
10008         ARI fix: "strlen d_name" rule.
10009         * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
10010
10011
10012 2009-03-24  Tom Tromey  <tromey@redhat.com>
10013             Pedro Alves  <pedro@codesourcery.com>
10014
10015         * configure, config.in: Rebuild.
10016         * configure.ac: Check for libiconvlist.
10017         * charset.c: Check HAVE_LIBICONVLIST.
10018         * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
10019         LIBICONV_LIBDIR.  Update CPPFLAGS and LIBS.
10020         * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
10021         Remove.
10022         (INTERNAL_CFLAGS_BASE): Update.
10023         (INTERNAL_LDFLAGS): Update.
10024         (CLIBS): Update.
10025
10026 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10027
10028         * configure.ac: Initialize the variable $PREFER_CURSES.
10029         * configure: Regenerated.
10030
10031 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10032
10033         * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
10034         * configure: Regenerated.
10035
10036 2009-03-24  Pierre Muller  <muller@ics.u-strasbg.fr>
10037
10038         ARI fix: "strerror" rule.
10039         * darwin-nat.c (darwin_ptrace): Use safe_strerror.
10040         (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
10041
10042 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10043
10044         * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
10045         before looking up the fields inside our struct type.
10046
10047 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10048
10049         * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
10050         trying to resolve the type qualification.
10051
10052 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10053
10054         * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
10055         we try to apply the attribute on the real type, rather than
10056         its associated typedef.
10057
10058 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10059
10060         * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
10061         to make sure we try to get the modulus of the actual type, not the
10062         associated typedef.
10063
10064 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10065
10066         * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
10067         [OP_ATR_LENGTH]: When using the attribute on a type, make sure
10068         to get the real type, not the associated typedef.
10069
10070 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10071
10072         * ada-lang.c (ada_get_field_index): Add handling of the case
10073         when TYPE is a typedef of a struct.
10074
10075 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10076
10077         Add gdb_usleep as a portable version of usleep based on gdb_select.
10078         * gdb_usleep.h, gdb_usleep.c: New files.
10079         * Makefile.in (SFILES): Add gdb_usleep.c.
10080         (HFILES_NO_SRCDIR): Add gdb_usleep.h.
10081         (COMMON_OBS): Add gdb_usleep.o.
10082         * ser-unix.c (hardwire_send_break): Replace call to gdb_select
10083         by call to gdb_usleep.
10084
10085 2009-03-23  Joel Brobecker  <brobecker@adacore.com>
10086
10087         * buildsym.c (end_symtab): If we ignore the subfiles, then
10088         unlink the associated symtabs if they were already allocated.
10089
10090 2009-03-23  Jerome Guitton  <guitton@adacore.com>
10091
10092         Provide a way to force building of GDB with libcurses.
10093         * configure.ac: Add --with-curses.
10094         * configure: Regenerated.
10095
10096 2009-03-23  Tom Tromey  <tromey@redhat.com>
10097
10098         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
10099         error message.
10100
10101 2009-03-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
10102
10103         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
10104         solib_contains_address_p instead of searching.
10105
10106 2009-03-23  Tom Tromey  <tromey@redhat.com>
10107
10108         * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
10109         (iconv): Make 'inbuf' argument const.
10110         (convert_between_encodings): Use ICONV_CONST.
10111         (wchar_iterate): Likewise.
10112
10113 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
10114
10115         * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
10116         dynamically loaded function.
10117         (LookupPrivilegeValueA): Ditto.
10118         (OpenProcessToken): Ditto.
10119         (AdjustTokenPrivileges): Rename and define placeholder for address of
10120         dynamically loaded function.
10121         (LookupPrivilegeValueA): Ditto.
10122         (OpenProcessToken): Ditto.
10123         (set_process_privilege): Remove check for loaded functions.
10124         (bad_OpenProcessToken): Define.
10125         (_initialize_loadable): Load token functions from advapi here, setting
10126         OpenProcessToken function to a dummy static function which always return
10127         error if OS doesn't support this functionality.
10128
10129 2009-03-22   Nicolas Roche  <roche@adacore.com>
10130              Christopher Faylor <me+cygwin@cgf.cx>
10131
10132         * win32-nat.c (ctrl_c_handler): New function.
10133         (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
10134         is run in a separate console.
10135
10136 2009-03-22  Christopher Faylor  <me+cygwin@cgf.cx>
10137
10138         * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
10139         for dynamically loaded function.
10140         (DebugBreakProcess): Ditto.
10141         (DebugSetProcessKillOnExit): Ditto.
10142         (EnumProcessModules): Ditto.
10143         (GetModuleFileNameExA): Ditto.
10144         (GetModuleInformation): Ditto.
10145         (DebugActiveProcessStop): Rename and define placeholder for address of
10146         dynamically loaded function.
10147         (DebugBreakProcess): Ditto.
10148         (DebugSetProcessKillOnExit): Ditto.
10149         (EnumProcessModules): Ditto.
10150         (GetModuleFileNameExA): Ditto.
10151         (GetModuleInformation): Ditto.
10152         (psapi_loaded): Delete.
10153         (get_module_name): Don't check psapi_loaded, just rely on the fact that
10154         dynamically loaded functions will return failure if they weren't
10155         previously found.
10156         (has_detach_ability): Delete.
10157         (windows_attach): Remove call to has_detach_ability ().  Just rely on
10158         functions being callable.
10159         (bad_DebugActiveProcessStop): Define.
10160         (bad_DebugBreakProcess): Ditto.
10161         (bad_DebugSetProcessKillOnExit): Ditto.
10162         (bad_EnumProcessModules): Ditto.
10163         (bad_GetModuleFileNameExA): Ditto.
10164         (bad_GetModuleInformation): Ditto.
10165         (_initialize_loadable): Rename from _initialize_psapi.  Initialize all
10166         dynamic storage here, setting nonexistent functions to dummy static
10167         functions which always return error.
10168
10169 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
10170
10171         * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
10172         to the about_to_proceed observer notification.
10173         (mi_about_to_proceed): New.
10174         (mi_on_resume): Only output ^running and the prompt here if the
10175         target was proceeded.
10176         * breakpoint.c (breakpoint_proceeded): New static.
10177         (breakpoint_about_to_proceed): New.
10178         (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
10179         the about_to_proceed observer notification.
10180         * inferior.h (breakpoint_proceeded): Delete declaration.
10181         * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
10182         Notify the about_to_proceed observers.
10183         (struct inferior_status): Delete breakpoint_proceeded member.
10184         (save_inferior_status): Don't save it.
10185         (restore_inferior_status): Don't restore it.
10186         * mi-main.h (mi_proceeded): Declare.
10187         * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
10188         a command.
10189
10190 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
10191
10192         * gdbthread.h (struct thread_info): Add in_infcall member.
10193         * infcall.c (run_inferior_call): Save, set and restore in_infcall.
10194         Remove reverences to suppress_resume_observer.  Refresh
10195         `call_thread' after returning from `proceed'.
10196         * infcmd.c (suppress_resume_observer): Delete.
10197         * inferior.h (suppress_resume_observer): Delete declaration.
10198         * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
10199         inferior function.
10200         * thread.c (set_running): Remove references to
10201         suppress_resume_observer.
10202         * infrun.c (struct inferior_status): Add in_infcall member.
10203         (save_inferior_status): Save it.
10204         (restore_inferior_status): Restore it.
10205
10206 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
10207
10208         * infcall.c (run_inferior_call): Remove references to
10209         suppress_stop_observer.
10210         * infcmd.c (suppress_stop_observer): Delete.
10211         (finish_command_continuation): Remove NOTE.  Don't clear
10212         suppress_stop_observer anymore.
10213         (finish_command_continuation_free_arg): Likewise.
10214         (finish_forward): Remove references to suppress_stop_observer.
10215         Call normal_stop observer if we haven't already.
10216         * inferior.h (suppress_stop_observer): Delete.
10217         * infrun.c (normal_stop): When deciding to suppress the
10218         normal_stop observer, check for proceed_to_finish instead of
10219         suppress_stop_observer.
10220
10221 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
10222
10223         * symfile.c (symfile_relocate_debug_section): Remove check for
10224         SEC_DEBUGGING.
10225
10226 2009-03-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10227             Jim Blandy  <jimb@red-bean.com>
10228             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10229             Tom Tromey  <tromey@redhat.com>
10230
10231         Miscellaneous fixes to the Python code.
10232         * python/python-cmd.c (cmdpy_init): Accept keyword
10233         arguments.
10234         * python/python-value.c (valpy_string): Accept keyword
10235         arguments.
10236         (valpy_binop): Use `break' to exit from the TRY_CATCH block.
10237         Do not call value_to_value_object on NULL RES_VAL.
10238         (value_object_methods): Change `string' entry to also accept
10239         keyword arguments.
10240         (convert_value_from_python): Return a copy of the value if obj is
10241         a gdb.Value object.
10242         (value_object_methods): Mark the `string' method as accepting
10243         keywords, and show method "prototype" in the doc string.
10244         * python/python.c (get_parameter): Don't return inside a
10245         TRY_CATCH.
10246
10247 2009-03-20  Tom Tromey  <tromey@redhat.com>
10248
10249         Add support for convenience functions in Python.
10250         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
10251         (SUBDIR_PYTHON_SRCS): Add python-function.c.
10252         (python-function.o): New target.
10253         * eval.c: Include "python/python.h" and <ctype.h>.
10254         (evaluate_subexp_standard): Handle values of type
10255         TYPE_CODE_INTERNAL_FUNCTION.
10256         * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
10257         * parse.c (write_exp_string): Remove duplicate word in comment.
10258         * python/python-function.c: New file.
10259         * python/python-internal.h (gdbpy_initialize_functions): Add
10260         prototype.
10261         * python/python.c (_initialize_python): Call
10262         gdbpy_initialize_functions.
10263         * valprint.c (value_check_printable): Handle values of type
10264         TYPE_CODE_INTERNAL_FUNCTION.
10265         * value.c: Include "cli/cli-decode.h".
10266         (internal_function): New struct.
10267         (functionlist, internal_fn_type): New static variables.
10268         (lookup_only_internalvar,
10269         lookup_internalvar): Add const qualifier to name argument.
10270         (create_internalvar): Likewise.  Initialize new field.
10271         (set_internal_var): Fix typo in comment.  Don't allow assignment
10272         to canonical variable.
10273         (value_create_internal_function, value_internal_function_name,
10274         call_internal_function, function_command, function_destroyer,
10275         add_internal_function): New functions.
10276         (_initialize_values): Create `function' placeholder command.
10277         Initialize internal_fn_type.
10278         * value.h (lookup_only_internalvar, create_internalvar,
10279         lookup_internalvar): Add const qualifier to name argument.
10280         (internal_function_fn, add_internal_function, call_internal_function,
10281         value_internal_function_name): Add prototypes.
10282         (struct internalvar) <canonical>: New field.
10283
10284 2009-03-20  Tom Tromey  <tromey@redhat.com>
10285
10286         * c-lang.c (evaluate_subexp_c): Call check_typedef.
10287
10288 2009-03-20  Tom Tromey  <tromey@redhat.com>
10289             Julian Brown  <julian@codesourcery.com>
10290
10291         PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
10292         PR i18n/9401, PR exp/9613:
10293         * NEWS: Update
10294         * value.h (value_typed_string): Declare.
10295         (val_print_string): Update.
10296         * valprint.h (print_char_chars): Update.
10297         * valprint.c (print_char_chars): Add type argument.  Update.
10298         (val_print_string): Likewise.
10299         * valops.c (value_typed_string): New function.
10300         * utils.c (host_char_to_target): New function.
10301         (parse_escape): Use host_char_to_target, host_hex_value.  Update.
10302         Remove '^' case.
10303         (no_control_char_error): Remove.
10304         * typeprint.c (print_type_scalar): Update.
10305         * scm-valprint.c (scm_scmval_print): Update.
10306         * scm-lang.h (scm_printchar, scm_printstr): Update.
10307         * scm-lang.c (scm_printchar): Add type argument.
10308         (scm_printstr): Likewise.
10309         * printcmd.c (print_formatted): Update.
10310         (print_scalar_formatted): Update.
10311         (printf_command) <wide_string_arg, wide_char_arg>: New constants.
10312         Handle '%lc' and '%ls'.
10313         * parser-defs.h (struct typed_stoken): New type.
10314         (struct stoken_vector): Likewise.
10315         (write_exp_string_vector): Declare.
10316         * parse.c (write_exp_string_vector): New function.
10317         * p-valprint.c (pascal_val_print): Update.
10318         * p-lang.h (is_pascal_string_type, pascal_printchar,
10319         pascal_printstr): Update.
10320         * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
10321         Add 'char_type' argument.
10322         (pascal_emit_char): Add type argument.
10323         (pascal_printchar): Likewise.
10324         (pascal_printstr): Likewise.
10325         * objc-lang.c (objc_emit_char): Add type argument.
10326         (objc_printchar): Likewise.
10327         (objc_printstr): Likewise.
10328         * macroexp.c (get_character_constant): Handle unicode characters.
10329         Use c_parse_escape.
10330         (get_string_literal): Handle unicode strings.  Use
10331         c_parse_escape.
10332         * m2-valprint.c (print_unpacked_pointer): Update.
10333         (m2_print_array_contents): Update.
10334         (m2_val_print): Update.
10335         * m2-lang.c (m2_emit_char): Add type argument.
10336         (m2_printchar): Likewise.
10337         (m2_printstr): Likewise.
10338         * language.h (struct language_defn) <la_printchar>: Add type
10339         argument.
10340         <la_printstr, la_emitchar>: Likewise.
10341         (LA_PRINT_CHAR): Likewise.
10342         (LA_PRINT_STRING): Likewise.
10343         (LA_EMIT_CHAR): Likewise.
10344         * language.c (unk_lang_emit_char): Add type argument.
10345         (unk_lang_printchar): Likewise.
10346         (unk_lang_printstr): Likewise.
10347         * jv-valprint.c (java_val_print): Update.
10348         * jv-lang.c (java_emit_char): Add type argument.
10349         * f-valprint.c (f_val_print): Update.
10350         * f-lang.c (f_emit_char): Add type argument.
10351         (f_printchar): Likewise.
10352         (f_printstr): Likewise.
10353         * expprint.c (print_subexp_standard): Update.
10354         * charset.h (target_wide_charset): Declare.
10355         (c_target_char_has_backslash_escape, c_parse_backslash,
10356         host_char_print_literally, host_char_to_target,
10357         target_char_to_host, target_char_to_control_char): Remove.
10358         (enum transliterations): New type.
10359         (convert_between_encodings): Declare.
10360         (HOST_ESCAPE_CHAR): New define.
10361         (host_letter_to_control_character, host_hex_value): Declare.
10362         (enum wchar_iterate_result): New enum.
10363         (struct wchar_iterator): Declare.
10364         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
10365         wchar_push_back): Declare.
10366         * charset-list.h: New file.
10367         * c-valprint.c (textual_name): New function.
10368         (textual_element_type): Handle wide character types.
10369         (c_val_print): Pass original type to textual_element_type.  Handle
10370         wide character types.
10371         (c_value_print): Use textual_element_type.  Pass original type of
10372         value to val_print.
10373         * c-lang.h (enum c_string_type): New type.
10374         (c_printchar, c_printstr): Update.
10375         * c-lang.c (classify_type): New function.
10376         (print_wchar): Likewise.
10377         (c_emit_char): Add type argument.  Handle wide characters.
10378         (c_printchar): Likewise.
10379         (c_printstr): Add type argument.  Handle wide and multibyte
10380         character sets.
10381         (convert_ucn): New function.
10382         (emit_numeric_character): Likewise.
10383         (convert_octal): Likewise.
10384         (convert_hex): Likewise.
10385         (ADVANCE): New macro.
10386         (convert_escape): New function.
10387         (parse_one_string): Likewise.
10388         (evaluate_subexp_c): Likewise.
10389         (exp_descriptor_c): New global.
10390         (c_language_defn): Use exp_descriptor_c.
10391         (cplus_language_defn): Likewise.
10392         (asm_language_defn): Likewise.
10393         (minimal_language_defn): Likewise.
10394         (charset_for_string_type): New function.
10395         * c-exp.y (%union): Add 'svec' and 'tsval'.
10396         (CHAR): New token.
10397         (exp): Add CHAR production.
10398         (string_exp): Rewrite.
10399         (exp) <string_exp>: Rewrite.
10400         (tempbuf): Now global.
10401         (tempbuf_init): New global.
10402         (parse_string_or_char): New function.
10403         (yylex) <tempbuf>: Now global.
10404         <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
10405         Remove.
10406         Handle 'u', 'U', and 'L' prefixes.  Call parse_string_or_char.
10407         (c_parse_escape): New function.
10408         * auxv.c (fprint_target_auxv): Update.
10409         * ada-valprint.c (ada_emit_char): Add type argument.
10410         (ada_printchar): Likewise.
10411         (ada_print_scalar): Update.
10412         (printstr): Add type argument.  Update calls to ada_emit_char.
10413         (ada_printstr): Add type argument.
10414         (ada_val_print_array): Update.
10415         (ada_val_print_1): Likewise.
10416         * ada-lang.c (emit_char): Add type argument.
10417         * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
10418         type arguments.
10419         * gdb_locale.h: Include langinfo.h.
10420         * charset.c (_initialize_charset): Set default host charset from
10421         the locale.  Don't register charsets.  Add target-wide-charset
10422         commands.  Call find_charset_names.
10423         (struct charset, struct translation): Remove.
10424         (GDB_DEFAULT_HOST_CHARSET): Remove.
10425         (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
10426         (target_wide_charset_name): New global.
10427         (show_host_charset_name): Handle "auto".
10428         (show_target_wide_charset_name): New function.
10429         (host_charset_enum, target_charset_enum): Remove.
10430         (charset_enum): New global.
10431         (all_charsets, register_charset, lookup_charset, all_translations,
10432         register_translation, lookup_translation): Remove.
10433         (simple_charset, ascii_print_literally, ascii_to_control): Remove.
10434         (iso_8859_print_literally, iso_8859_to_control,
10435         iso_8859_family_charset): Remove.
10436         (ebcdic_print_literally, ebcdic_to_control,
10437         ebcdic_family_charset): Remove.
10438         (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
10439         register_iconv_charsets): Remove.
10440         (target_wide_charset_be_name, target_wide_charset_le_name): New
10441         globals.
10442         (identity_either_char_to_other): Remove.
10443         (set_be_le_names, validate): New functions.
10444         (backslashable, backslashed, represented): Remove.
10445         (default_c_target_char_has_backslash_escape): Remove.
10446         (default_c_parse_backslash, iconv_convert): Remove.
10447         (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
10448         ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
10449         iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
10450         ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
10451         ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
10452         ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
10453         (table_convert_char, table_translation, simple_table_translation):
10454         Remove.
10455         (current_host_charset, current_target_charset,
10456         c_target_char_has_backslash_escape_func,
10457         c_target_char_has_backslash_escape_baton): Remove.
10458         (c_parse_backslash_func, c_parse_backslash_baton): Remove.
10459         (host_char_to_target_func, host_char_to_target_baton): Remove.
10460         (target_char_to_host_func, target_char_to_host_baton): Remove.
10461         (cached_iconv_host_to_target, cached_iconv_target_to_host):
10462         Remove.
10463         (lookup_charset_or_error, check_valid_host_charset): Remove.
10464         (set_host_and_target_charsets): Remove.
10465         (set_host_charset, set_target_charset): Remove.
10466         (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
10467         (set_target_wide_charset_sfunc): New function.
10468         (show_charset): Print target wide character set.
10469         (host_charset, target_charset): Rewrite.
10470         (target_wide_charset): New function.
10471         (c_target_char_has_backslash_escape): Remove.
10472         (c_parse_backslash): Remove.
10473         (host_letter_to_control_character): New function.
10474         (host_char_print_literally): Remove.
10475         (host_hex_value): New function.
10476         (target_char_to_control_char): Remove.
10477         (cleanup_iconv): New function.
10478         (convert_between_encodings): New function.
10479         (target_char_to_host): Remove.
10480         (struct wchar_iterator): Define.
10481         (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
10482         wchar_push_back): New functions.
10483         (do_cleanup_iterator): New function.
10484         (char_ptr): New typedef.
10485         (charsets): New global.
10486         (add_one, find_charset_names): New functions.
10487         (default_charset_names): New global.
10488         (auto_host_charset_name): Likewise.
10489         * aclocal.m4, config.in, configure: Rebuild.
10490         * configure.ac: Call AM_LANGINFO_CODESET.
10491         (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
10492         (AM_ICONV): Invoke earlier.
10493         * acinclude.m4: Include codeset.m4.  Subst LIBICONV_INCLUDE and
10494         LIBICONV_LIBDIR.  Check for libiconv in build tree.
10495         * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
10496         (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
10497         (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
10498         * gdb_obstack.h (obstack_grow_wstr): New define.
10499         * gdb_wchar.h: New file.
10500         * defs.h: Include it.
10501
10502 2009-03-20  Tom Tromey  <tromey@redhat.com>
10503             Jan Kratochvil  <jan.kratochvil@redhat.com>
10504
10505         * dwarf2read.c (process_die): Handle DW_TAG_typedef.
10506         * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
10507         typedef.
10508         * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
10509         SYMBOL_TYPE result.
10510         * ada-typeprint.c (print_array_type): Do the NULL check
10511         unconditionally.
10512
10513 2009-03-19  Tom Tromey  <tromey@redhat.com>
10514
10515         * utils.c (do_obstack_free): New function.
10516         (make_cleanup_obstack_free): Likewise.
10517         * defs.h (make_cleanup_obstack_free): Declare.
10518
10519 2009-03-18  Doug Evans  <dje@google.com>
10520
10521         * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
10522         int, not a long long.
10523         (linux_nat_info_proc_cmd): Store pid in long instead of long long.
10524
10525         * expprint.c (dump_raw_expression): Print note if non-NULL.
10526
10527         * printcmd.c (display_uses_solib_p): Redo loop, scan element list
10528         backwards.
10529
10530 2009-03-18  Nathan Sidwell  <nathan@codesourcery.com>
10531
10532         * Makefile.in: Update license to GPLv3.
10533         * ada-exp.y: Update license to GPLv3.
10534         * ada-lex.l: Update license to GPLv3.
10535         * c-exp.y: Update license to GPLv3.
10536         * cp-name-parser.y: Update license to GPLv3.
10537         * darwin-nat-info.c: Update license to GPLv3.
10538         * f-exp.y: Update license to GPLv3.
10539         * gdb_thread_db.h: Update license to GPLv3.
10540         * hppanbsd-nat.c: Update license to GPLv3.
10541         * hppanbsd-tdep.c: Update license to GPLv3.
10542         * hppaobsd-tdep.c: Update license to GPLv3.
10543         * jv-exp.y: Update license to GPLv3.
10544         * m2-exp.y: Update license to GPLv3.
10545         * objc-exp.y: Update license to GPLv3.
10546         * p-exp.y: Update license to GPLv3.
10547         * reply_mig_hack.awk: Update license to GPLv3.
10548         * reverse.c: Update license to GPLv3.
10549         * xtensa-xtregs.c: Update license to GPLv3.
10550
10551 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
10552
10553         * remote.c (remote_close): Don't call generic_mourn_inferior.
10554         (remote_mourn_1): Call generic_mourn_inferior after closing the
10555         target.
10556
10557 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
10558
10559         * remote.c (remote_start_remote): Add missing call to
10560         init_wait_for_inferior in non-stop mode.
10561
10562 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
10563
10564         * breakpoint.c (bpstat_should_step): Only consider software
10565         watchpoints that have a location.
10566
10567 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
10568
10569         Add a target_ops parameter to the to_kill method in struct target_ops.
10570
10571         * target.h (struct target_ops): Add a "target_ops *" parameter to
10572         method to_kill.
10573         (target_kill): Remove macro. Add declaration.
10574         * target.c (debug_to_kill): Delete, no longer necessary.
10575         (target_kill): New function.
10576         (update_current_target):  Stop inheriting the to_kill method.
10577         Do not de_fault it to no_process either.
10578         (setup_target_debug): Do not set current_target.to_kill.
10579         * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
10580         linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
10581         remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
10582         accordingly.
10583
10584 2009-03-17  Doug Evans  <dje@google.com>
10585
10586         * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
10587         glibc 2.3.2 and earlier.
10588
10589 2009-03-17  Joel Brobecker  <brobecker@adacore.com>
10590
10591         * frame.c (get_prev_frame_1): Do not perform the inner_frame
10592         sanity check if this_frame is not NORMAL.
10593         (frame_id_inner): Update the description of this function.
10594
10595 2009-03-17  Hui Zhu  <teawater@gmail.com>
10596
10597         * stack.c: Change the introduce of "disassemble-next-line".
10598
10599 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
10600
10601         * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
10602         declare as extern.
10603
10604 2009-03-17  Hui Zhu  <teawater@gmail.com>
10605
10606         * stack.c: Include valprint.h.
10607         (disassemble_next_line): New enum.
10608         (show_disassemble_next_line): New function.  Show the current
10609         value of disassemble-next-line.
10610         (gdb_disassembly_stub_args): New struct for argument passing
10611         between function do_gdb_disassembly and function
10612         gdb_disassembly_stub.
10613         (gdb_disassembly_stub): New function.  Helper for
10614         gdb_disassembly.
10615         (do_gdb_disassembly): New function.  Use TRY_CATCH to catch
10616         the exception from the gdb_disassembly because it will be
10617         broken by filter sometime.
10618         (print_frame_info): If disassemble-next-line is set to auto
10619         or on and doesn't have the line debug messages for $pc,
10620         output the next instruction.
10621         If disassemble-next-line is set to on and there is line debug
10622         messages, output assembly codes for next line.
10623         (_initialize_stack): Make the "set disassemble-next-line"
10624         command an auto-boolean command.  Change its class to
10625         class_stack.  Place it in the top level set list.  Extend help
10626         to describe the auto mode.
10627
10628 2009-03-17  Pedro Alves  <pedro@codesourcery.com>
10629
10630         * infrun.c (normal_stop): Don't overwrite old_chain.
10631
10632 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
10633
10634         * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
10635         which is undefined, by call to regcache_invalidate, which should
10636         do what the original author wanted to do.
10637
10638 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
10639
10640         * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
10641         (mips_create_inferior): Likewise.
10642
10643 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
10644
10645         * go32-nat.c (go32_create_inferior): Add missing ops parameter.
10646
10647 2009-03-16  Joel Brobecker  <brobecker@adacore.com>
10648
10649         * darwin-nat.c (darwin_resume): Fix a compiler warning when
10650         building on x86_64-darwin.
10651
10652 2009-03-16  Tristan Gingold  <gingold@adacore.com>
10653
10654         * configure.tgt: Add handling for x86_64-darwin.
10655
10656 2009-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10657
10658         * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
10659
10660 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
10661
10662         * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
10663         Use the ops parameter to get to the target beneath, rather than
10664         using the current_target global.  Using the current_target global
10665         was an unintended accident.
10666
10667 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
10668
10669         Fix an error happening while loading symbols from a core file
10670         (on AIX).
10671
10672         * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
10673         to detect whether we're debugging a core file or not.
10674
10675 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
10676
10677         Modernize the aix-thread later by getting rid of the base_target
10678         global.  This brings back to life the AIX port which was otherwise
10679         crashing all the time.
10680
10681         * aix-thread.c (base_target): Delete.
10682         (pd_enable): Do not set base_target.
10683         (aix_thread_attach): Use find_target_beneath instead of base_target.
10684         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
10685         (aix_thread_fetch_registers, aix_thread_store_registers),
10686         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
10687         (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
10688         (aix_thread_kill): Delete. Does not seem necessary.
10689         (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
10690
10691 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10692
10693         * stack.c (return_command <retval_exp>): New variables retval_expr
10694         and old_chain.  Inline parse_and_eval to initialize retval_expr.  Check
10695         RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
10696         if RETURN_TYPE is NULL.
10697
10698 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
10699
10700         * remote.c (PACKET_qAttached): New.
10701         (remote_query_attached): New.
10702         (remote_add_inferior): Add new `attached' argument.  Handle it.
10703         (remote_notice_new_inferior, remote_start_remote): Adjust to pass
10704         -1 to remote_add_inferior in new parameter.
10705         (extended_remote_attach_1): Adjust to pass 1 to
10706         remote_add_inferior in the new parameter.
10707         (extended_remote_create_inferior_1): Adjust to pass 0 to
10708         remote_add_inferior in the new parameter.
10709         (_initialize_remote): Add "set/show remote query-attached-packet"
10710         commands.
10711
10712 2009-03-13  Tom Tromey  <tromey@redhat.com>
10713
10714         * symtab.c (lookup_symbol_in_language): Use a cleanup.
10715
10716 2009-03-13  Doug Evans  <dje@google.com>
10717
10718         * exceptions.h: Clean up some comments on catch_exceptions usage.
10719         * exceptions.c: Ditto.  Plus mark catch_errors as superseded by
10720         catch_exceptions.
10721
10722 2009-02-17  Joel Brobecker  <brobecker@adacore.com>
10723
10724         The following patch helps getting rid of a warning inside solib-som.c.
10725
10726         * source.c (source_full_path_of): Constify parameter filename.
10727         * defs.h (source_full_path_of): Update declaration accordingly.
10728
10729 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10730
10731         * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
10732         BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
10733         Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
10734
10735 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10736
10737         * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
10738         promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
10739
10740 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10741
10742         * ada-tasks.c (ada_task_is_alive): Move up and make static.
10743         * ada-lang.h (ada_task_is_alive): Remove declaration.
10744
10745 2009-03-12  Jerome Guitton  <guitton@adacore.com>
10746
10747         * ada-lang.c (ada_delta): Change the type of numerators and
10748         denominators to DOUBLEST, as they may not fit into a long.
10749         (scaling_factor): Ditto.
10750
10751 2009-03-12  Jerome Guitton  <guitton@adacore.com>
10752
10753         * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
10754
10755 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10756
10757         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
10758         types, if we are unable to determine the actual symbol type
10759         from its tag, then use the static approximation instead.
10760
10761 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10762
10763         Fix crash printing packed record with packed array.
10764
10765         * ada-lang.c (ada_modulus_from_name): New function.
10766         (ada_modulus): In the case where the type length is bigger than
10767         the size of the type used to hold the bounds, try determining
10768         the modulus from the type name.
10769         (ada_value_primitive_packed_val): Fix bug in the computation of
10770         ntarg causing an out-of-buffer invalid access.
10771
10772 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10773
10774         Fix segfault when printing short_integer'last.
10775
10776         * ada-lang.c (ada_find_any_type): Search in the primitive types
10777         if a symbol could not be found.
10778
10779 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10780
10781         * ada-tasks.c (task_states,long_task_states): Add new states
10782         Activating and Acceptor_Delay_Sleep.  Update the description
10783         of state Acceptor_Sleep.
10784
10785 2009-03-12  Jonas Maebe <jonas.maebe@elis.ugent.be>  (obvious change)
10786
10787         Fix a build failure on Darwin following some changes in
10788         the profile of some target_ops methods.
10789
10790         * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
10791         where missing.
10792         (darwin_stop_inferior, darwin_detach): Likewise.
10793
10794 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
10795
10796         Include token in ^running notification for CLI commands.
10797
10798         * mi/mi-main.c (mi_execute_command): Set current_token here.
10799         (mi_cmd_execute): Do not set current_token here.
10800
10801 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
10802
10803         Fix MI timings.
10804
10805         * mi/mi-main.c (mi_print_timing_maybe): New.
10806         (captured_mi_execute_command): Simplify. Output timings to
10807         CLI commands, too.
10808         (mi_execute_async_cli_command): Do not print timings.
10809         * mi/mi-main.h (mi_print_timing_maybe): Declare.
10810         * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
10811
10812 2009-03-12  Jerome Guitton  <guitton@adacore.com>
10813
10814         * xcoffread.c (process_linenos): Check if the line in the
10815         include table refers to the main source file and, if so,
10816         add them to the main subfile.
10817
10818 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
10819
10820         Fix a build failure on AIX introduced after a change in the profile
10821         of some of the "methods" in the target_ops structure.
10822         * aix-thread.c: Add missing target_ops parameter throughout.
10823
10824         Implement Ada task switching on AIX.
10825         * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
10826         (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
10827
10828 2009-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
10829
10830         * breakpoint.c (bpstat_check_breakpoint_conditions): Use
10831         value_mark and value_free_to_mark.
10832         * objfiles.c (free_objfile): Call objfile_free_data before
10833         freeing the BFD.
10834
10835 2009-03-10  Hui Zhu  <teawater@gmail.com>
10836
10837         * disasm.c (gdb_disassembly): Remove unused argument
10838         "line_num".
10839         * disasm.h (gdb_disassembly): Ditto.
10840         * cli/cli-cmds.c (print_disassembly): Ditto.
10841         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
10842
10843 2009-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
10844
10845         * solib.c (solib_contains_address_p): New function.
10846         (solib_name_from_address): Use it.
10847         * printcmd.c (display_uses_solib_p): Use it.
10848         * solib.h (solib_contains_address_p): Declare it.
10849
10850 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10851
10852         * varobj.c (free_variable): Call value_free.
10853
10854 2009-03-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10855
10856         PR gdb/9873:
10857         * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
10858         Move the variable `macinfo_type' out of the loop.  Create a new
10859         processing pass before the current one to pre-create `current_file'.
10860         New complaint on misplaced zero/non-zero definitions/includes.
10861         Skip first DW_MACINFO_start_file with `at_commandline' set.
10862
10863 2008-03-09  Vladimir Prus  <vladimir@codesourcery.com>
10864
10865        * solib.c (reload_shared_libraries): Give
10866        inferior a chance to reset solib breakpoint.
10867        Reinit frame cache.
10868
10869 2009-03-08  Christopher Faylor  <me+cygwin@cgf.cx>
10870
10871         * windows-nat.c (dr): Redefine to use largest possible integer which
10872         holds a pointer.
10873         (cygwin_set_dr): Avoid coercion.
10874
10875 2009-03-08  Oswald Buddenhagen  <oswald.buddenhagen@trolltech.de>
10876
10877         * windows-nat.c (windows_create_inferior): Implement --tty handling on
10878         non-cygwin.
10879
10880 2009-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
10881
10882         Rename solib_address to solib_name_from_address.
10883         * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
10884         (disable_breakpoints_in_unloaded_shlib): Update.
10885         * printcmd.c (display_uses_solib_p): Likewise.
10886         * stack.c (print_frame): Likewise.
10887         * solib.c: Rename.
10888         * solib.h: Rename.
10889
10890 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
10891
10892         * printcmd.c (do_one_display): Reparse exp_string.
10893         (display_uses_solib_p): New function.
10894         (clear_dangling_display_expressions): New function.
10895         (_initialize_printcmd): Add observer.
10896         * solib.c (no_shared_libraries): Swap order of calls to
10897         clear_solib and objfile_purge_solibs.
10898
10899 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
10900
10901         Implement the target-specific part of Ada tasking support
10902         on Tru64.
10903
10904         * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
10905         (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
10906
10907 2009-03-05  Joel Brobecker  <brobecker@adacore.com>
10908
10909         Get rid of the global "base_target" and use "find_target_beneath"
10910         to find the underlying target.
10911         * dec-thread.c (base_target): Delete.
10912         (enable_dec_thread): Remove assignement to base_target.
10913         (dec_thread_detach, dec_thread_wait, dec_thread_wait)
10914         (dec_thread_fetch_registers, dec_thread_store_registers)
10915         (dec_thread_mourn_inferior, dec_thread_pid_to_str):
10916         Update the function profile if necessary.
10917         Use find_target_beneath to call the same method but from
10918         the underlying target, removing the need for "base_target".
10919
10920         * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
10921         Fix a copy/paste error in a few debug traces...
10922
10923         * solib-osf.c (init_so): Use a simpler method for computing
10924         the size of lm_info structure. This also gets rid of warning
10925         emitted by the compiler.
10926
10927 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
10928
10929         * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
10930         duplicates of permanent breakpoints.
10931
10932 2009-03-04  Pedro Alves  <pedro@codesourcery.com>
10933
10934         * inferior.h (notice_new_inferior): Declare.
10935         * infcmd.c (notice_new_inferior): New.
10936         * remote.c (remote_add_inferior, remote_add_thread): New.
10937         (notice_new_inferiors): Rename to...
10938         (remote_notice_new_inferior): ... this.  Add RUNNING argument.
10939         Use remote_add_thread instead of add_thread, passing it the
10940         RUNNING argument.  Add an inferior with remote_add_inferior.  If
10941         we just learned about an inferior, call notice_new_inferior.
10942         (record_currthread): Adjust.
10943         (remote_threads_info): Adjust to use remote_notice_new_inferior.
10944         (remote_start_remote, extended_remote_attach_1): Use
10945         remote_add_inferior.
10946         (process_stop_reply): Adjust.  Call remote_notice_new_inferior
10947         after handling expedited registers and watchpoint state.
10948         (extended_remote_create_inferior_1): Use remote_add_inferior.
10949
10950 2009-03-04  Aleksandar Ristovski  <aristovski@qnx.com>
10951
10952         * infcmd.c (registers_info): Remove register number case.
10953
10954 2009-03-03  Pedro Alves  <pedro@codesourcery.com>
10955
10956         * top.c (quit_target): Check for target_has_execution before
10957         killing or detaching from inferiors.
10958
10959 2009-03-02  Joel Brobecker  <brobecker@adacore.com>
10960
10961         Remove some unused routines.
10962
10963         * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
10964         Delete.
10965         * ada-lang.c (ada_task_list_iterator_ftype)
10966         (iterate_over_live_ada_tasks): Delete.
10967         * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
10968         Delete.
10969
10970 2009-03-01  Doug Evans  <dje@google.com>
10971
10972         * symtab.c: Remove trailing whitespace throughout the file.
10973         (expand_line_sal): Fix some typos and whitespace.
10974
10975         * Makefile.in (clean): rm -f $(DEPDIR)/*.
10976
10977         * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
10978         (init.c): signals/ -> common/.
10979         (signals.o): Update.
10980         * target.h (target_signal_to_string,target_signal_to_string)
10981         (target_signal_from_name,target_signal_to_host_p)
10982         (target_signal_from_host,target_signal_to_host): Move to ...
10983         * common/gdb_signals.h: ... here.  New file.
10984         * common/signals.c: Moved here from signals/signals.c.
10985         #include gdb_signals.h, remove #include of target.h in gdb case.
10986         (target_signal_from_command,default_target_signal_to_host)
10987         (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
10988
10989         Include thread ID in target_wait debugging output.
10990         * infrun.c (print_target_wait_results): New function.
10991         (wait_for_inferior,fetch_inferior_event): Call it.
10992
10993 2009-02-27  Pedro Alves  <pedro@codesourcery.com>
10994
10995         * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
10996         with a ptid_t field.
10997         * linux-thread-db.c (thread_get_info_callback): Build the ptid
10998         using the pid stored in proc_handle.ptid.
10999         (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
11000         (check_for_thread_db, thread_db_detach, check_event)
11001         (thread_db_mourn_inferior, find_new_threads_callback)
11002         (thread_db_find_new_threads_1): Adjust.
11003         * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
11004         (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
11005
11006 2009-02-27  Phil Muldoon  <pmuldoon@redhat.com>
11007
11008         * valprint.c (read_string): Rework clean-up logic. Use
11009         free_current_contents to clean-up buffer.
11010
11011 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
11012
11013         * MAINTAINERS: Update e-mail address.
11014
11015 2009-02-26  Phil Muldoon  <pmuldoon@redhat.com>
11016
11017         * python/python-utils.c (python_string_to_unicode): Always return
11018         a new reference.
11019         (python_string_to_target_string): Decrement transient python
11020         instance.
11021         (python_string_to_host_string): Likewise.
11022
11023 2007-02-26  Pedro Alves  <pedro@codesourcery.com>
11024
11025         * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
11026         call to super_fetch_registers.
11027         (mips64_linux_store_registers): Pass `ops' to call to
11028         super_store_registers.
11029
11030 2009-02-25  Doug Evans  <dje@google.com>
11031
11032         * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
11033         error message.
11034
11035         * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
11036         disabled_shlib_breaks, unused.
11037
11038         * printcmd.c (build_address_symbolic): Fix comment.
11039
11040 2009-02-25  Hui Zhu  <teawater@gmail.com>
11041
11042         * cli/cli-script.c (define_command): Add _() to query.
11043         * gnu-nat.c (inf_validate_task_sc): Ditto.
11044         * infcmd.c (kill_if_already_running): Ditto.
11045         (jump_command): Ditto.
11046         (attach_command): Ditto.
11047         * inflow.c (kill_command): Ditto.
11048         * infrun.c (handle_command): Ditto.
11049         * maint.c (maintenance_dump_me): Ditto.
11050         * memattr.c (mem_delete_command): Ditto.
11051         * monitor.c (monitor_interrupt_query): Ditto.
11052         * nto-procfs.c (interrupt_query): Ditto.
11053         * printcmd.c (undisplay_command): Ditto.
11054         * remote-mips.c (mips_kill): Ditto.
11055         * remote.c (interrupt_query): Ditto.
11056         * solib-irix.c (irix_open_symbol_file_object): Ditto.
11057         * solib-osf.c (osf_open_symbol_file_object): Ditto.
11058         * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
11059         * solib-som.c (som_open_symbol_file_object): Ditto.
11060         * solib-svr4.c (open_symbol_file_object): Ditto.
11061         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
11062         * target.c (kill_or_be_killed): Ditto.
11063         * tracepoint.c (delete_trace_command): Ditto.
11064         * top.c (quit_confirm): Add _() to s that will be used
11065         in query.
11066
11067 2009-02-24  Pierre Muller  <muller@ics.u-strasbg.fr>
11068
11069         Fix windows-nat.c compilation failure.
11070
11071         * windows-nat.c (windows_thread_alive): Fix forward declaration.
11072         (get_windows_debug_event): Add ops parameter to call to windows_resume.
11073
11074 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
11075
11076         * remote-sim.c (gdbsim_resume): Add target_ops* argument.
11077
11078 2009-02-23  Jay Krell  <jay.krell@cornell.edu>  (tiny change)
11079
11080         * symtab.c (find_line_symtab): Initialize exact to avoid
11081         a compiler warning.
11082
11083 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
11084
11085         * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
11086         `ops' to recursive call.
11087
11088 2009-02-23  Pedro Alves  <pedro@codesourcery.com>
11089
11090         * corelow.c (get_core_registers): Adjust.
11091         (core_file_thread_alive): Rename to...
11092         (core_thread_alive): ... this.
11093         (core_pid_to_str): Try gdbarch_core_pid_to_str first.
11094         (init_core_ops): Adjust.
11095         (coreops_suppress_target): Delete.
11096         (_initialize_corelow): Unconditionally add core_ops.
11097         * procfs.c: Include "inf-child.h".
11098         (procfs_ops): Delete.
11099         (init_procfs_ops): Delete.  Reimplement as...
11100         (procfs_target): ... this, inheriting from inf-child.
11101         (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
11102         (procfs_prepare_to_store): Delete.
11103         (procfs_store_registers, procfs_resume): Adjust.
11104         (procfs_open): Delete.
11105         (procfs_suppress_run): Delete.
11106         (procfs_can_run): Delete.
11107         (procfs_mourn_inferior): Adjust.
11108         (procfs_init_inferior): Add target_ops parameter.  Adjust.
11109         (procfs_create_inferior): Don't pass procfs_init_inferior to
11110         fork_inferior.  Instead call it after fork_inferior returns.
11111         (procfs_find_new_threads): Adjust.
11112         (_initialize_procfs): Adjust to use procfs_target instead of
11113         init_procfs_ops.
11114         * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
11115         (lwp_to_thread): Use target_thread_alive.
11116         (sol_thread_open): Delete.
11117         (sol_thread_attach): Delete.
11118         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11119         (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
11120         to use find_target_beneath.
11121         (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
11122         (sol_thread_xfer_partial): Adjust to use find_target_beneath.
11123         (sol_thread_files_info, sol_thread_kill_inferior): Delete.
11124         (check_for_thread_db): New.
11125         (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
11126         (sol_thread_new_objfile): Call check_for_thread_db.
11127         (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
11128         (sol_thread_can_run): Delete.
11129         (sol_thread_alive): Adjust to use find_target_beneath.
11130         (sol_thread_stop): Delete.
11131         (rw_common): Use target_write_memory or target_read_memory.
11132         (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
11133         (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
11134         (solaris_pid_to_str): Remove check for libthread_db initialization
11135         failing.
11136         (sol_find_new_threads): Remove check for libthread_db
11137         initialization failing, or for an invalid inferior_ptid.  Adjust
11138         to use find_target_beneath.
11139         (sol_core_open, sol_core_close, sol_core_detach,
11140         sol_core_files_info, sol_find_memory_regions,
11141         sol_make_note_section, ignore): Delete.
11142         (init_sol_thread_ops): Make it a thread_stratum target.  Remove
11143         unneeded callback settings.
11144         (init_sol_core_ops): Delete.
11145         (_initialize_sol_thread): No longer call init_sol_core_ops, set
11146         procfs_suppress_run, or hack with core_ops.
11147
11148         * target.h (struct target_ops): Add a target_ops * parameter to
11149         to_resume, to_fetch_registers, to_store_registers, to_thread_alive
11150         and to_find_new_threads.
11151         (target_fetch_registers, target_store_registers)
11152         (target_thread_alive, target_find_new_threads): Redeclare as
11153         function.
11154
11155         * target.c (update_current_target): Do not inherit or de_fault
11156         to_resume, to_fetch_registers, to_store_registers,
11157         to_thread_alive, to_find_new_threads.
11158         (target_resume): Adjust.
11159         (target_thread_alive, target_find_new_threads): New.
11160         (debug_to_resume, debug_to_fetch_registers): Delete.
11161         (target_fetch_registers): New.
11162         (debug_to_store_registers): Delete.
11163         (target_store_registers): New.
11164         (debug_to_thread_alive, debug_to_find_new_threads): Delete.
11165         (setup_target_debug): Adjust.
11166
11167         * gdbcore.h (core_ops): Delete declaration.
11168
11169         * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
11170         inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
11171         i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
11172         hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
11173         nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
11174         alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
11175         bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
11176         hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
11177         ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
11178         m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
11179         mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
11180         ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
11181         shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
11182         vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
11183
11184         * gdbarch.sh (core_pid_to_str): New gdbarch callback.
11185         * gdbarch.h, gdbarch.c: Regenerate.
11186
11187         * sol2-tdep.c: Include "inferior.h".
11188         (sol2_core_pid_to_str): New.
11189         * sol2-tdep.h (sol2_core_pid_to_str): Declare.
11190
11191         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
11192         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
11193         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
11194         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
11195
11196 2009-02-22  Doug Evans  <dje@google.com>
11197
11198         * exec.c (exec_file_attach): Fix comment.
11199
11200 2009-02-22  Pedro Alves  <pedro@codesourcery.com>
11201
11202         Silence a few -Wmissing-prototypes warnings.
11203
11204         PR build/9877:
11205         * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
11206         it static.
11207         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
11208         * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
11209         * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
11210         (_initialize_amd64nbsd_tdep): ... this.
11211         * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
11212         (_initialize_arm_linux_tdep): Declare.
11213         * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
11214         * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
11215         * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
11216         * avr-tdep.c (avr_return_value): Make it static.
11217         (avr_frame_unwind_cache): Ditto.
11218         * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
11219         (bsd_uthread_solib_loaded): Ditto.
11220         (bsd_uthread_solib_unloaded): Ditto.
11221         (bsd_uthread_target): Ditto.
11222         (_initialize_bsd_uthread): Declare.
11223         * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
11224         (cris_frame_unwind_cache): Ditto.
11225         * frv-tdep.c (frv_return_value): Ditto.
11226         * h8300-tdep.c (h8300_use_struct_convention): Ditto.
11227         (h8300h_use_struct_convention): Ditto.
11228         * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
11229         Ditto.
11230         * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
11231         declarations.
11232         * hppabsd-tdep.c: Include hppabsd-tdep.h.
11233         (hppabsd_find_global_pointer): Make it static.
11234         * hppabsd-tdep.h: New.
11235         * hppanbsd-tdep.c: Include hppabsd-tdep.h.
11236         (hppabsd_init_abi): Remove declaration.
11237         (_initialize_hppabsd_tdep): Remove declaration.
11238         (_initialize_hppanbsd_tdep): Declare.
11239         * hppaobsd-tdep.c: Include hppabsd-tdep.h.
11240         (hppabsd_init_abi): Delete declaration.
11241         (hppaobsd_init_abi): Make it static.
11242         * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
11243         * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
11244         * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
11245         * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
11246         * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
11247         * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
11248         (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
11249         (_initialize_m32c_tdep): Declare.
11250         * m32r-rom.c (_initialize_m32r_rom): Declare.
11251         * m32r-tdep.c (m32r_skip_prologue): Make it static.
11252         (m32r_return_value): Ditto.
11253         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
11254         (m68hc11_return_value): Ditto.
11255         * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
11256         * m88k-tdep.c (m88k_frame_cache): Make it static.
11257         * mep-tdep.c (mep_gdb_print_insn): Ditto.
11258         (mep_return_value): Ditto.
11259         (_initialize_mep_tdep): Declare.
11260         * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
11261         * mips-linux-tdep.c (supply_64bit_reg): Make it static.
11262         (mips_linux_syscall_next_pc): Ditto.
11263         (_initialize_mips_linux_tdep): Declare.
11264         * mips-tdep.c (mips_single_step_through_delay): Make it static.
11265         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
11266         * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
11267         * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
11268         * mt-tdep.c (_initialize_mt_tdep): Declare.
11269         * nbsd-tdep.c: Include nbsd-tdep.h.
11270         * nto-tdep.c (find_load_phdr): Make it static.
11271         (_initialize_nto_tdep): Declare.
11272         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
11273         static.
11274         (_initialize_ppc_linux_tdep): Declare.
11275         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
11276         (m32r_insert_watchpoint, m32r_remove_watchpoint)
11277         (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
11278         static.
11279         * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
11280         * rs6000-nat.c: Include xcoffread.h.
11281         (find_toc_address): Don't extern declare get_toc_offset.  Adjust
11282         to call xcoff_get_to_offset.
11283         * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
11284         (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
11285         (rs6000_skip_trampoline_code): Make static.
11286         * s390-tdep.c (s390_regset_from_core_section): Ditto.
11287         * sh-tdep.c (sh_register_reggroup_p): Ditto.
11288         * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
11289         (_initialize_shnbsd_tdep): Declare.
11290         * solib-frv.c (displacement_from_map): Make static.
11291         (_initialize_frv_solib): Declare.
11292         * solib-irix.c (fetch_lm_info): Make static.
11293         (_initialize_irix_solib): Declare.
11294         * solib-som.c: Include solib-som.h.
11295         (som_solib_select): Line break.
11296         * sparc-tdep.c (sparc_regset_from_core_section): Make static.
11297         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
11298         (_initialize_sparcnbsd_tdep): ... this.
11299         * spu-tdep.c (spu_software_single_step): Make it static.
11300         (_initialize_spu_tdep): Declare.
11301         * vax-tdep.c (vax_frame_cache): Make it static.
11302         * xcoffread.c: Include xcoffread.h.
11303         (get_toc_offset): Rename to ...
11304         (xcoff_get_toc_offset): ... this.
11305         (_initialize_xcoffread): Declare.
11306         * xcoffread.h: New.
11307         * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
11308         * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
11309         static.
11310         (_initialize_xtensa_tdep): Declare.
11311
11312 2008-02-21  Pedro Alves  <pedro@codesorcery.com>
11313
11314         Silence a few -Wmissing-prototypes warnings.
11315
11316         PR build/9877:
11317         * amd64-nat.c: Include "amd64-nat.h".
11318         * fork-child.c (_initialize_fork_child): Ditto.
11319         * gcore.c (_initialize_gcore): Ditto.
11320         * inf-ptrace.c: Include "inf-ptrace.h".
11321         (inf_ptrace_store_registers): Make it static.
11322         * linux-nat.c (linux_nat_terminal_ours): Make it static.
11323         (_initialize_linux_nat): Declare before definition.
11324         * linux-tdep.c: Include "linux-tdep.h".
11325         * linux-thread-db.c (_initialize_thread_db): Declare before
11326         definition.
11327         * proc-service.c (_initialize_proc_service): Ditto.
11328         * remote.c (remote_send_printf): Make it static.
11329         * solib.c: Include "solib.h".
11330         * symfile-mem.c (_initialize_symfile_mem): Declare before
11331         definition.
11332         * ada-lang.c (ada_la_decode, ada_match_name)
11333         (ada_suppress_symbol_printing, ada_is_array_type)
11334         (ada_value_ptr_subscript, ada_array_length)
11335         (ada_to_static_fixed_value): Make them static.
11336         (_initialize_ada_language): Declare before definition.
11337         * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
11338         (ada_task_list_changed, ada_new_objfile_observer): Make them
11339         static.
11340         (_initialize_tasks): Declare before definition.
11341         * addrmap.c (_initialize_addrmap): Declare before definition.
11342         * auxv.c (default_auxv_parse): Make it static.
11343         * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
11344         them static.
11345         * breakpoint.c (remove_sal): Add line break.
11346         (expand_line_sal_maybe): Make it static.
11347         * cp-name-parser.y: Include "cp-support.h".
11348         * cp-valprint.c (cp_find_class_member): Make it static.
11349         * eval.c (value_f90_subarray): Ditto.
11350         * exceptions.c (print_any_exception): Ditto.
11351         * findcmd.c (_initialize_mem_search): Declare before definition.
11352         * frame.c (frame_observer_target_changed): Make it static.
11353         * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
11354         * inf-child.c: Include "inf-child.h".
11355         * inferior.h (valid_inferior_id): Rename to ...
11356         (valid_gdb_inferior_id): ... this.
11357         * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
11358         Make them static.
11359         * jv-lang.c (java_language_arch_info): Make it static.
11360         * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
11361         * osdata.c (info_osdata_command): Make it static.
11362         * regcache.c (regcache_observer_target_changed): Make it static.
11363         * reverse.c (_initialize_reverse): Declare before definition.
11364         * stabsread.c (cleanup_undefined_types_noname)
11365         (cleanup_undefined_types_1): Make them static.
11366         * symfile.c (place_section): Make it static.
11367         * symtab.c (find_pc_sect_psymtab_closer): Make it static.
11368         * target-descriptions.c (_initialize_target_descriptions): Declare
11369         before definition.
11370         * target.c (default_get_ada_task_ptid, find_default_can_async_p)
11371         (find_default_is_async_p, find_default_supports_non_stop): Make
11372         them static.
11373         (target_supports_non_stop): Add prototype.
11374         (dummy_pid_to_str): Make it static.
11375         * utils.c (_initialize_utils): Declare before definition.
11376         * ada-exp.y (_initialize_ada_exp): Declare before definition.
11377         * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
11378         * target.h (struct target_ops): Add a prototype to the
11379         to_can_execute_reverse callback.
11380         * macroscope.c (_initialize_macroscope): Declare before definition.
11381         * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
11382         * python/python.c (_initialize_python): Declare before definition.
11383         * tui/tui-command.c: Include "tui/tui-command.h".
11384         * tui/tui-data.c (init_content_element, init_win_info): Make them
11385         static.
11386         * tui/tui-disasm.c: Include "tui/tui-disasm.h".
11387         * tui/tui-interp.c (_initialize_tui_interp): Declare before
11388         definition.
11389         * tui/tui-layout.c: Include "tui/tui-layout.h".
11390         (_initialize_tui_layout): Declare before definition.
11391         * tui/tui-regs.c: Include "tui/tui-regs.h".
11392         (tui_display_reg_element_at_line): Make it static.
11393         (_initialize_tui_regs): Declare before definition.
11394         * tui/tui-stack.c (_initialize_tui_stack): Declare before
11395         definition.
11396         * tui/tui-win.c: Include "tui/tui-win.h".
11397         (_initialize_tui_win): Declare before definition.
11398         (tui_sigwinch_handler): Make it static.  Wrap in ifdef SIGWINCH.
11399         * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
11400         (tui_get_cmd_list): Add a prototype.
11401         * tui/tui-windata.c: Include tui-windata.h.
11402         * tui/tui-wingeneral.c (box_win): Make it static.
11403         * cli/cli-logging.c (show_logging_command): Make it static.
11404         (_initialize_cli_logging): Declare before definition.
11405         * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
11406         definition.
11407
11408 2009-02-20  Pierre Muller  <muller@ics.u-strasbg.fr>
11409
11410         Extend use of i386_use_watchpoints to all i386 native files
11411         using hardware watchpoints.
11412         * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
11413         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
11414         * windows-nat.c (init_windows_ops): Ditto.
11415         * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
11416         * config/i386/nm-cygwin64.h: Ditto.
11417         * config/i386/nm-fbsd.h: Ditto.
11418         * config/i386/nm-go32.h: Ditto.
11419
11420 2009-02-19  Joel Brobecker  <brobecker@adacore.com>
11421
11422         * ada-typeprint.c (ada_typedef_print): Remove.  Unused.
11423
11424 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
11425
11426         * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
11427         (mi_interpreter_init): Register the above.
11428         * solib.c (clear_solib): Notify solib unload.
11429         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
11430         disable breakpoints on a.out targets.
11431
11432 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
11433
11434         * observer.c (observer_test_first_notification_function)
11435         (observer_test_second_notification_function)
11436         (observer_test_third_notification_function): Adjust prototype.
11437
11438 2009-02-17  Pedro Alves  <pedro@codesourcery.com>
11439
11440         * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
11441         (ALL_TARGET_OBS): Add dicos-tdep.o.
11442         (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
11443         * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
11444         gdb_target_obs.
11445         (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
11446         gdb_target_obs.
11447         * dicos-tdep.h, dicos-tdep.c: New.
11448         * amd64-dicos-tdep.c: New.
11449         * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
11450         inferior.h.  Include dicos-tdep.h.
11451         (i386_dicos_init_abi): Call dicos_init_abi.
11452         (i386_dicos_bfd_has_symbol_p): Delete.
11453         (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
11454
11455         * NEWS: Mention x86-64 DICOS target support.
11456
11457 2009-02-16  Doug Evans  <dje@google.com>
11458
11459         * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
11460         All callers updated.
11461         (amd64_get_insn_details): Handle more 3-byte opcode insns.
11462         (amd64_breakpoint_p): Delete.
11463         (amd64_displaced_step_fixup): When fixing up after stepping an int3,
11464         don't back up pc to the start of the int3.
11465         * i386-tdep.c: #include opcode/i386.h.
11466         (i386_skip_prefixes): New function.
11467         (i386_absolute_jmp_p): Constify argument.
11468         (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
11469         (i386_breakpoint_p): Delete.
11470         (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
11471         When fixing up after stepping an int3, don't back up pc to the start
11472         of the int3.
11473
11474 2009-02-16  Pedro Alves  <pedro@codesourcery.com>
11475
11476         * corelow.c (core_close): Don't hardcode the core's pid.
11477         (core_open): Find core threads before calling
11478         post_create_inferior.
11479         (add_to_thread_list, get_core_register_section): Take into account
11480         systems where the regset section names encode the pid of the
11481         inferior.
11482
11483         * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
11484         * gdbarch.h, gdbarch.c: Regenerate.
11485
11486         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
11487         * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
11488         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
11489         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
11490
11491 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
11492
11493         Include frame information for *stopped due to CLI commands.
11494
11495         * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
11496         * infcmd.c (finish_command_continuation): Pass '1' for
11497         'print_frame' parameter to the observer.
11498         * infrun.c (normal_stop): Don't print mi-specific information
11499         here. Pass 'stop_print_frame' to the 'print_frame' parameter
11500         of the observer.
11501         * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
11502         If we need to print frame, and current uiout is not the MI one,
11503         print frame again.
11504
11505 2009-02-13  Pierre Muller  <muller@ics.u-strasbg.fr>
11506
11507         * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
11508         Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
11509
11510 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11511
11512         PR fortran/9806
11513         * dwarf2read.c (process_die <DW_TAG_module>, read_module)
11514         (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
11515
11516 2009-02-11  Pierre Muller  <muller@ics.u-strasbg.fr>
11517
11518         * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
11519         for DW_ATE_signed_char and DW_ATE_unsigned_char
11520         for pascal language.
11521
11522 2009-02-11  Jim Meyering  <meyering@redhat.com>
11523             Jan Kratochvil  <jan.kratochvil@redhat.com>
11524
11525         Avoid NULL dereference.
11526         * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
11527         New variable func_type.
11528
11529 2009-02-11  Pedro Alves  <pedro@codesourcery.com>
11530
11531         * gdbarch.c: Regenerate.
11532
11533 2009-02-10  Pierre Muller  <muller@ics.u-strasbg.fr>
11534
11535         * p-lang.c (is_pascal_string_type): Fix comment.
11536         Determine exact size of char elements for GPC
11537         strings.
11538         (pascal_printstr): Handle char width of 2 or 4.
11539         * p-valprint.c (pascal_val_print): Handle char
11540         of width 2 or 4.
11541
11542 2009-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
11543
11544         * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
11545         inside the loop.  Only call addrmap_set_empty if the compilation unit
11546         had DW_AT_high_pc and DW_AT_low_pc.  Update call to
11547         scan_partial_symbols.
11548         (scan_partial_symbols): Take NEED_PC argument and pass it along with
11549         LOWPC and HIGHPC.
11550         (add_partial_namespace): Take NEED_PC argument and pass it through.
11551         (add_partial_subprogram): Take NEED_PC argument.  Update the addrmap
11552         if necessary.
11553
11554 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
11555
11556         * NEWS: Mention inspecting extra signal information, $_siginfo,
11557         and the qXfer:siginfo:read and qXfer:siginfo:write packets.
11558
11559 2009-02-07  Pedro Alves  <pedro@codesourcery.com>
11560
11561         * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
11562         isn't defined.
11563
11564 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
11565
11566         * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
11567         (compat_timer_t, compat_clock_t, struct compat_timeval)
11568         (compat_sigval_t, compat_siginfo_t): New types.
11569         (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
11570         (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
11571         (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
11572         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
11573         (amd64_linux_siginfo_fixup): New.
11574         * linux-nat.c (linux_nat_siginfo_fixup): New.
11575         (siginfo_fixup): New.
11576         (linux_xfer_siginfo): Use siginfo_fixup to convert between the
11577         siginfo layout expected by ptrace and the siginfo layout of the
11578         inferior.
11579         (linux_nat_set_siginfo_fixup): New.
11580         * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
11581
11582 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
11583
11584         * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
11585         * infrun.c (siginfo_value_read, siginfo_value_write): New.
11586         (siginfo_value_funcs): New.
11587         (siginfo_make_value): New.
11588         (_initialize_infrun): Create the $_siginfo convenience variable.
11589         * gdbtypes.h (append_composite_type_field_aligned): Declare.
11590         * gdbtypes.c (append_composite_type_field): Rename to...
11591         (append_composite_type_field_aligned): ... this.  Add ALIGNMENT
11592         argument.  Handle it.
11593         (append_composite_type_field): Rewrite on top of
11594         append_composite_type_field_aligned.
11595         * value.h (internalvar_make_value): New typedef.
11596         (struct internalvar) <make_value>: New field.
11597         (create_internalvar_type_lazy): Declare.
11598         * value.c (create_internalvar): Clear make_value.
11599         (create_internalvar_type_lazy): New.
11600         (value_of_internalvar): If make_value is set use it.
11601         (preserve_values): Skip internal variables that don't have a
11602         value.
11603         * gdbarch.sh (get_siginfo_type): New.
11604         * gdbarch.h, gdbarch.c: Regenerate.
11605
11606         * linux-tdep.h, linux-tdep.c: New.
11607         * amd64-linux-tdep.c: Include "linux-tdep.h".
11608         (amd64_linux_init_abi): Register linux_get_siginfo_type and
11609         linux_get_siginfo_mapper.
11610         * i386-linux-tdep.c: Include "linux-tdep.h".
11611         (i386_linux_init_abi): Register linux_get_siginfo_type and
11612         linux_get_siginfo_mapper.
11613         * arm-linux-tdep.c: Include "linux-tdep.h".
11614         (i386_linux_init_abi): Register linux_get_siginfo_type and
11615         linux_get_siginfo_mapper.
11616
11617         * linux-nat.c (linux_xfer_siginfo): New.
11618         (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
11619         * remote.c (PACKET_qXfer_siginfo_read)
11620         (PACKET_qXfer_siginfo_write): New.
11621         (feature remote_protocol_features): Add "qXfer:siginfo:read" and
11622         "qXfer:siginfo:write" features.
11623         (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
11624         (_initialize_remote): Add "set/show remote read-siginfo-object"
11625         and "set/show remote write-siginfo-object" commands.
11626
11627         * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
11628         (HFILES_NO_SRCDIR): Add linux-tdep.h.
11629         (ALLDEPFILES): Add linux-tdep.c.
11630
11631         * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
11632         (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
11633         gdb_target_obs.
11634
11635 2009-02-06  Jim Blandy  <jimb@codesourcery.com>
11636             Daniel Jacobowitz  <dan@codesourcery.com>
11637             Vladimir Prus  <vladimir@codesourcery.com>
11638             Pedro Alves  <pedro@codesourcery.com>
11639
11640         * defs.h (enum lval_type): New value: lval_computed.
11641         * value.h (struct lval_funcs): New type.
11642         (allocate_computed_value, value_computed_funcs)
11643         (value_computed_closure): New declarations.
11644         * value.c (struct value): Add a structure to the location union
11645         for computed lvalues, containing 'funcs' and 'closure' members.
11646         (allocate_computed_value, value_computed_funcs)
11647         (value_computed_closure): New functions.
11648         (value_free): For computed lvalues, call the closure's
11649         'free_closure' function before freeing the value itself.
11650         (value_copy): If we're copying an lval_computed value, call the
11651         closure's 'copy_closure' function.
11652         (set_value_component_location): If the original value is a
11653         computed lvalue, then call the closure's 'copy_closure' function.
11654         (value_of_internalvar): If an internal variable's value is a
11655         computed lvalue, make retrieving its value produce an equivalent
11656         computed lvalue.
11657         * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
11658         their read function.
11659         (value_assign): Assign to computed lvalues by calling their write
11660         function.
11661
11662 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
11663
11664         * linux-nat.c (linux_nat_wait): Adjust.
11665         (linux_nat_pid_to_str): Adjust.  Remove call to thread_db_init.
11666         * linux-nat.h (thread_db_init): Delete declaration.
11667         * linux-thread-db.c (target_beneath): Delete.
11668         (thread_db_init): Delete.
11669         (thread_db_detach): Use find_target_beneath.
11670         (thread_db_wait): Adjust interface.  Use find_target_beneath.
11671         (thread_db_mourn_inferior): Use find_target_beneath.
11672         (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
11673         (thread_db_async_mask): Delete.
11674         (thread_db_pid_to_str): Adjust interface.  Use
11675         find_target_beneath.
11676         (thread_db_get_thread_local_address): Adjust interface.  Use
11677         find_target_beneath.
11678         (init_thread_db_ops): Delete references to delete functions.
11679         * target.c (update_current_target): Don't inherit or default
11680         to_wait.  Don't inherit to_pid_to_str and
11681         to_get_thread_local_address.
11682         (target_translate_tls_address): Look for a pushed target that
11683         implements to_get_thread_local_address, and use it instead of
11684         checking for target_get_thread_local_address_p.
11685         (target_wait, target_pid_to_str): Reimplement as functions.
11686         (dummy_pid_to_str): New.
11687         (init_dummy_target): Register it.
11688         (debug_to_wait): Delete.
11689         * target.h (struct target_ops): Make to_wait, to_pid_to_str and
11690         to_get_thread_local_address accept a pointer to struct target_ops.
11691         (target_wait): Delete macro, and declare as function.
11692         (target_pid_to_str): Likewise.
11693         (target_get_thread_local_address)
11694         (target_get_thread_local_address_p): Delete.
11695         (noprocess): Add NORETURN and ATTR_NORETURN tags.
11696         * inf-ptrace.c (inf_ptrace_wait): Adjust.
11697         (inf_ptrace_pid_to_str): New.
11698         (inf_ptrace_target): Use inf_ptrace_pid_to_str.
11699         * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
11700         * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
11701         * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
11702         Adjust.
11703         * corelow.c (core_pid_to_str): Adjust.
11704         * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
11705         * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
11706         * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
11707         * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
11708         * hpux-thread.c (hpux_thread_wait): Adjust.
11709         * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
11710         * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
11711         * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
11712         * procfs.c (procfs_pid_to_str): Adjust.
11713         * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
11714         * remote-mips.c (mips_wait): Adjust.
11715         * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
11716         * remote.c (remote_wait, remote_pid_to_str)
11717         (remote_get_thread_local_address): Adjust.
11718         * rs6000-nat.c (rs6000_wait): Adjust.
11719         * sol-thread.c (procfs_pid_to_str): Adjust declaration.
11720         (sol_thread_wait, solaris_pid_to_str): Adjust.
11721         * spu-linux-nat.c (spu_child_wait): Adjust.
11722         * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
11723
11724 2009-02-06  Tom Tromey  <tromey@redhat.com>
11725
11726         * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
11727         (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
11728         (python-cmd.o): New target.
11729         * cli/cli-decode.c (set_cmd_completer): Add self parameter to
11730         completer prototype.
11731         (add_cmd): Initialize destroyer member of cmd_list_element. Use
11732         make_symbol_completion_list_fn as completer.
11733         (delete_cmd): Call destroyer if one is set.
11734         * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
11735         completer member.  Add destroyer member.
11736         (set_cmd_completer): Add self parameter to
11737         completer prototype.
11738         * command.h (set_cmd_completer): Add cmd parameter to
11739         completer prototype.
11740         * completer.c (noop_completer, filename_completer,
11741         location_completer, expression_completer, command_completer): Adapt
11742         to new completer prototype.
11743         (complete_line_internal): Pass new parameter to completer function.
11744         * completer.h (noop_completer, filename_completer,
11745         location_completer, expression_completer, command_completer): Adapt
11746         prototypes to new completer prototype.
11747         * interps.c (interpreter_completer): Adapt to new completer
11748         prototype.
11749         * python/python-cmd.c: New file.
11750         * python/python-internal.h (gdbpy_initialize_commands): Add
11751         prototype.
11752         (gdbpy_doc_cst): Add forward declaration.
11753         * python/python.c (gdbpy_doc_cst): Declare.
11754         (_initialize_python): Call gdbpy_initialize_commands.  Initialize
11755         gdbpy_doc_cst.
11756         * symtab.c (make_symbol_completion_list_fn): New function.
11757         * symtab.h (make_symbol_completion_list_fn): Add prototype.
11758
11759 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
11760
11761         * target.c (target_get_osdata): Check for equal or higher than
11762         process_stratum, not dummy_stratum.
11763
11764 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
11765
11766         * remote.c (extended_remote_can_run): Delete.
11767         (init_remote_ops): Don't register it.
11768         * target.c (target_get_osdata): Don't check for target_can_run.
11769         Instead any target that has already been pushed, otherwise
11770         fallback to the default run target.
11771
11772 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
11773
11774         * target.c (target_create_inferior, target_detach)
11775         (target_mourn_inferior, target_attach, target_close): Do target
11776         debug output.
11777         (debug_to_attach, debug_to_detach, debug_to_create_inferior)
11778         (debug_to_mourn_inferior, debug_to_close): Delete.
11779         (setup_target_debug): Adjust.
11780
11781 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
11782
11783         * target.h (target_stopped_data_address_p): Delete declaration,
11784         and don't define as macro.
11785         * target.c (target_stopped_data_address_p): Delete.
11786
11787 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11788             Tom Tromey  <tromey@redhat.com>
11789
11790         * python/python-utils.c (target_string_to_unicode): New function.
11791         * python/python-internal.h (target_string_to_unicode): New prototype.
11792         * python/python-value.c (valpy_string): New function.
11793         (value_object_methods): Add `string' entry.
11794
11795 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
11796
11797         * target.h (target_tid_to_str): Delete.
11798         * thread.c (print_thread_info, thread_apply_all_command)
11799         (thread_apply_command, thread_command, do_captured_thread_select):
11800         Use target_pid_to_str instead of target_tid_to_str.
11801         * linux-fork.c (delete_fork_command): Likewise.
11802
11803 2009-02-05  Pedro Alves  <pedro@codesourcery.com>
11804
11805         * frame.c (has_stack_frames): Make public.
11806         (get_prev_frame): Don't allow a NULL this_frame anymore.
11807         * frame.h (has_stack_frames): Declare.
11808         * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
11809         to get_prev_frame, instead start at get_current_frame.
11810         (varobj_create): Check has_stack_frames before getting any frame;
11811         eliminate one usage of deprecated_safe_get_selected_frame.
11812
11813 2009-02-05  Tom Tromey  <tromey@redhat.com>
11814             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11815
11816         * python/python.c (GdbMethods): Move to bottom of file.
11817         (get_parameter, execute_gdb_command, gdbpy_write,
11818         gdbpy_flush): Remove forward declarations.
11819         (eval_python_from_control_command): Fix error checking of function
11820         PyRun_SimpleString.  Fix error string.
11821         (python_command): Likewise.
11822         (execute_gdb_command): Added from_tty argument.
11823
11824 2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11825
11826         * language.h (language_dfn): Add la_get_string member.
11827         (LA_GET_STRING): New macro.
11828         (default_get_string): New prototype.
11829         * language.c (default_get_string): New function.
11830         (unknown_language_defn, auto_language_defn, local_language_defn): Use
11831         default_get_string for la_get_string.
11832         * c-lang.c (c_get_string): New function.
11833         (c_language_defn, cplus_language_defn, asm_language_defn): Use
11834         c_get_string for la_get_string.
11835         (minimal_language_defn): Likewise
11836         * ada-lang.c (ada_language_defn): Likewise.
11837         * f-lang.c (f_language_defn): Use default_get_string for
11838         la_get_string.
11839         * jv-lang.c (java_language_defn): Likewise.
11840         * m2-lang.c (m2_language_defn): Likewise.
11841         * objc-lang.c (objc_language_defn): Likewise.
11842         * p-lang.c (p_language_defn): Likewise.
11843         * scm-lang.c (scm_language_defn): Likewise.
11844         * typeprint.c (type_to_string): New function.
11845         * value.h (type_to_string): New prototype.
11846         * valprint.c (val_print_string): Factor out code for reading string
11847         from the inferior into its own function.  Put 2 spaces after period
11848         in comments.
11849         (read_string): New function.
11850         * valprint.h (read_string): New prototype.
11851
11852 2009-01-07  Pierre Muller  <muller@ics.u-strasbg.fr>
11853             Tom Tromey  <tromey@redhat.com>
11854
11855         PR breakpoints/8079:
11856         * breakpoint.c (print_one_breakpoint): Use exp_string field
11857         to display expression of watchpoints.
11858         (mention): Likewise.
11859         (watch_command_1): Remove trailing whitespace from expression.
11860         * printcmd.c (struct display) <exp_string>: New field.
11861         (display_command): Set exp_string.
11862         (free_display): Free exp_string.
11863         (clear_displays): Use free_display.
11864         (do_one_display): Print exp_string.
11865         (display_info): Likewise.
11866
11867 2009-02-04  Tom Tromey  <tromey@redhat.com>
11868             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11869             Phil Muldoon  <pmuldoon@redhat.com>
11870
11871         * python/python-internal.h (gdbpy_get_value_from_history): Rename
11872         prototype to gdbpy_history.
11873         (gdbpy_is_string): Declare.
11874         (python_string_to_host_string): Declare.
11875         * python/python-utils.c (gdbpy_is_string): New function.
11876         (unicode_to_encoded_string): New function.
11877         (unicode_to_target_string): Use it.
11878         (python_string_to_host_string): New function.
11879         * python/python-value.c (valpy_address): New function.
11880         (convert_value_from_python): Use gdbpy_is_string.  Change to throw
11881         Python exception instead of a GDB exception on error.  Properly check
11882         Python booleans.
11883         (valpy_getitem): Convert field name to host string.  Handle array
11884         accesses.  Adapt to new behaviour of convert_value_from_python.
11885         (valpy_new): Adapt to new behaviour of convert_value_from_python.
11886         (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
11887         VALPY_BITXOR, VALPY_BITOR>: New constants.
11888         (valpy_binop): Update.  Adapt to new behaviour of
11889         convert_value_from_python.
11890         (valpy_invert): New function.
11891         (valpy_lsh): Likewise.
11892         (valpy_rsh): Likewise.
11893         (valpy_and): Likewise.
11894         (valpy_or): Likewise.
11895         (valpy_xor): Likewise.
11896         (valpy_richcompare): Call convert_value_from_python instead of doing
11897         conversions itself.
11898         (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
11899         (gdbpy_get_value_from_history): Rename
11900         function to gdbpy_history.
11901         (gdbpy_initialize_values): Don't set tp_new.
11902         (value_object_type): Add valpy_new.
11903         (value_object_methods): Add `address' entry.
11904         (value_object_as_number): Update for new methods.
11905         * python/python.c (GdbMethods): Rename entry from
11906         `get_value_from_history' to `history'.
11907
11908 2009-02-04  Jerome Guitton  <guitton@adacore.com>
11909
11910         * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
11911         of type to guard against a crash.
11912
11913 2009-02-04  Jerome Guitton  <guitton@adacore.com>
11914
11915         * value.c (value_from_contents_and_address): Always return
11916         a lval_memory value, even if address is null.
11917
11918 2009-02-04  Tristan Gingold  <gingold@adacore.com>
11919
11920         * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
11921         (amd64_darwin_sigcontext_addr): Ditto.
11922         (darwin_dwarf_signal_frame_p): Ditto.
11923         (i386_darwin_init_abi): Handle signal frames, use the const for
11924         sc_num_regs.
11925         (x86_darwin_init_abi_64): Ditto.
11926
11927 2009-02-04  Tristan Gingold  <gingold@adacore.com>
11928
11929         * i386-tdep.c (i386_sigtramp_p): Make it public.
11930         * i386-tdep.h (i386_sigtramp_p): Declare.
11931
11932 2009-02-04  Tristan Gingold  <gingold@adacore.com>
11933
11934         * machoread.c (macho_symfile_read): Read minsymtab also from
11935         shared libraries.
11936         (macho_symfile_read): Try to read dwarf2 frame info from main
11937         object file, but not from OSO files.
11938         (macho_symfile_offsets): Update section names for latest BFD
11939         changes.
11940         * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
11941         (x86_darwin_init_abi_64): Ditto.
11942         * solib-darwin.c: New file.
11943         * solib-darwin.h: New file.
11944         * configure.tgt: Add solib.o solib-darwin.o for Darwin.
11945
11946 2009-02-04  Tristan Gingold  <gingold@adacore.com>
11947
11948         * solist.h (struct target_so_ops): Comment fallback behavior for
11949         operation same.
11950
11951 2009-02-03  Tom Tromey  <tromey@redhat.com>
11952
11953         * completer.c (add_struct_fields): Check type_name against NULL
11954         before use.
11955
11956 2009-02-03  Joel Brobecker  <brobecker@adacore.com>
11957
11958         * MAINTAINERS: Update Elena's email address.
11959
11960 2009-02-02  Joel Brobecker  <brobecker@adacore.com>
11961
11962         * breakpoint (update_watchpoint): Minor comment adjustment.
11963
11964 2009-02-02  Tom Tromey  <tromey@redhat.com>
11965
11966         PR gdb/9594:
11967         * completer.c (count_struct_fields): Count method names.
11968         (add_struct_fields): Add matching method names.
11969
11970 2009-02-02  Doug Evans  <dje@google.com>
11971
11972         * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
11973         doing any further tcl/tk configury.  Don't configure gdbtk if
11974         tcl or tk check fails.
11975         * aclocal.m4: Regenerate.
11976         * configure: Regenerate.
11977
11978 2009-02-02  Tom Tromey  <tromey@redhat.com>
11979
11980         PR exp/9059:
11981         * valops.c (find_overload_match): Follow typedefs before taking
11982         address of object argument.
11983
11984 2009-02-01  Doug Evans  <dje@google.com>
11985
11986         * target.h (target_waitstatus_to_string): Declare.
11987         * target.c (target_waitstatus_to_string): New function.  Copied from
11988         debug_to_wait.  Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
11989         TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
11990         TARGET_WAITKIND_NO_HISTORY.
11991         (debug_to_wait): Call it.
11992         * infrun.c (wait_for_inferior): If debug_infrun, print result of
11993         target_wait.
11994         (fetch_inferior_event): Ditto.
11995
11996 2009-01-30  Tom Tromey  <tromey@redhat.com>
11997
11998         * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
11999
12000 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
12001
12002         PR 8145.
12003         * thread.c (do_captured_list_thread_ids): Report the current
12004         thread id.
12005
12006 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
12007
12008         * breakpoint.c (create_breakpoint, create_breakpoints)
12009         (break_command_really, set_breakpoint): New parameter enabled.
12010         (create_breakpoint, break_command_really): Make breakpoint
12011         disabled if so requested.
12012         * breakpoint.h (set_breakpoint): New parameter enabled.
12013         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
12014
12015 2009-01-28  Doug Evans  <dje@google.com>
12016
12017         * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
12018         (amd64_displaced_step_fixup): Declare.
12019         * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
12020         (amd64_arch_regmap): Move out of amd64_analyze_stack_align
12021         and make static global.
12022         (amd64_arch_regmap_len): New static global.
12023         (amd64_arch_reg_to_regnum): New function.
12024         (struct amd64_insn): New struct.
12025         (struct displaced_step_closure): New struct.
12026         (onebyte_has_modrm,twobyte_has_modrm): New static globals.
12027         (rex_prefix_p,skip_prefixes)
12028         (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
12029         (amd64_insn_length,amd64_get_unused_input_int_reg)
12030         (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
12031         (amd64_displaced_step_copy_insn)
12032         (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
12033         (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
12034         (amd64_displaced_step_fixup): New functions.
12035         * amd64-linux-tdep.c: #include arch-utils.h.
12036         (amd64_linux_init_abi): Install displaced stepping support.
12037
12038 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
12039             Jerome Guitton  <guitton@adacore.com>
12040
12041         * configure, config.in: Regenerated.
12042         * configure.ac: Add --with-system-gdbinit.
12043         * main.c (get_init_files): New.
12044         (captured_main): Use get_init_files.  Load system gdbinit before
12045         $HOME/.gdbinit.
12046         (print_gdb_help): Print location of init files.
12047
12048 2009-01-28  Pedro Alves  <pedro@codesourcery.com>
12049
12050         * corefile.c (generic_search): Delete disabled code.
12051         * gdbcore.h (generic_search): Delete declaration.
12052
12053 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
12054
12055         * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
12056         parent to the child.
12057         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
12058         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.  Use
12059         remove_breakpoints to remove breakpoints from the parent.
12060
12061 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
12062
12063         PR backtrace/9458, PR backtrace/8864:
12064         * frame.c (create_new_frame): Update the frame's cached PC before
12065         finding its unwinder.  Use frame_id_build to build the new frame's
12066         id.
12067         * stack.c (parse_frame_specification_1): Correct setting ``addrs''
12068         array values from the ``args'' array values.
12069
12070 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
12071
12072         * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
12073         (create_array_type, create_set_type, init_flags_type)
12074         (copy_type_recursive): Replace pairs of calls to XALLOC and memset
12075         with a call to XZALLOC or XCALLOC, and pairs of calls to
12076         obstack_alloc and memset with a call to OBSTACK_ZALLOC.
12077
12078 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
12079
12080         Add "maint set|show internal-error|internal-warning quit|corefile
12081         ask|yes|no" commands.
12082
12083         PR gdb/7580:
12084         * utils.c (internal_problem_ask, internal_problem_yes)
12085         (internal_problem_no, internal_problem_modes): New.
12086         (struct internal_problem): Remove FIXME.  Make should_quit and
12087         should_dump_core types to char *.
12088         (internal_vproblem, internal_error_problem)
12089         (internal_warning_problem): Adjust.
12090         (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
12091         functions.
12092         (add_internal_problem_command): New.
12093         (_initialize_utils): New.
12094
12095 2009-01-25  Pedro Alves  <pedro@codesourcery.com>
12096
12097         * infcmd.c (program_info): Use paddress instead of casting stop_pc
12098         to unsigned long.
12099
12100 2009-01-24  Pedro Alves  <pedro@codesourcery.com>
12101
12102         * infrun.c (normal_stop): Don't call
12103         deprecated_update_frame_pc_hack.
12104         * frame.c (deprecated_update_frame_pc_hack)
12105         (deprecated_update_frame_base_hack): Delete, and ...
12106         (create_new_frame): ... inline here.
12107         * frame.h (deprecated_update_frame_pc_hack)
12108         (deprecated_update_frame_base_hack): Delete declarations.
12109
12110 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
12111
12112         * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
12113         * cli/cli-setshow.c (do_setshow_command): Handle it.
12114         * command.h (enum var_types): Add var_zuinteger.
12115         (add_setshow_zuinteger_cmd): Declare.
12116
12117         * valprint.c (_initialize_valprint): Change the set input-radix
12118         and set output-radix commands to zuinteger type.
12119
12120 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
12121
12122         PR gdb/9664:
12123         * infrun.c (normal_stop): Tag threads as stopped, and run the
12124         hook-stop before printing the stack frame.
12125
12126 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
12127
12128         PR c++/9631:
12129         * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
12130         vbasetype.
12131
12132 2009-01-20  Kazu Hirata  <kazu@codesourcery.com>
12133
12134         * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
12135         unsigned long.
12136
12137 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
12138
12139         PR gdb/9346
12140         * infcmd.c (signal_command): Do not specify a resume PC.
12141
12142 2009-01-19  Doug Evans  <dje@google.com>
12143
12144         * dummy-frame.c (dummy_frame): Replace regcache member with
12145         caller_state.
12146         (dummy_frame_push): Replace caller_regcache arg with caller_state.
12147         All callers updated.
12148         (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
12149         (dummy_frame_pop): Rewrite.  Verify requested frame is in the
12150         dummy frame stack.  Restore program state.
12151         (cleanup_dummy_frames): Rewrite.
12152         (dummy_frame_sniffer): Update.  Make static.
12153         * dummy-frame.h (regcache,frame_info): Delete forward decls.
12154         (inferior_thread_state): New forward decl.
12155         (dummy_frame_push): Update prototype.
12156         * frame.c (frame_pop): dummy_frame_pop now does all the work for
12157         DUMMY_FRAMEs.
12158         * infcall.c (breakpoint_auto_delete_contents): Delete.
12159         (get_function_name,run_inferior_call): New fns.
12160         (call_function_by_hand): Simplify by moving some code to
12161         get_function_name, run_inferior_call.  Inferior function call wrapped
12162         in TRY_CATCH so there's less need for cleanups and all exits from
12163         proceed are handled similarily.  Detect program exit.
12164         Detect program stopping in a different thread.
12165         Make error messages more consistent.
12166         * inferior.h (inferior_thread_state): Declare (opaque type).
12167         (save_inferior_thread_state,restore_inferior_thread_state,
12168         make_cleanup_restore_inferior_thread_state,
12169         discard_inferior_thread_state, get_inferior_thread_state_regcache):
12170         Declare.
12171         (save_inferior_status): Update prototype.
12172         * infrun.c: (normal_stop): When stopped for the completion of an
12173         inferior function call, verify the expected stack frame kind.
12174         (inferior_thread_state): New struct.
12175         (save_inferior_thread_state,restore_inferior_thread_state,
12176         do_restore_inferior_thread_state_cleanup,
12177         make_cleanup_restore_inferior_thread_state,
12178         discard_inferior_thread_state,
12179         get_inferior_thread_state_regcache): New functions.
12180         (inferior_status): Move stop_signal, stop_pc, registers to
12181         inferior_thread_state.  Remove restore_stack_info.
12182         (save_inferior_status): Remove arg restore_stack_info.
12183         All callers updated.  Remove saving of state now saved by
12184         save_inferior_thread_state.
12185         (restore_inferior_status): Remove restoration of state now done by
12186         restore_inferior_thread_state.
12187         (discard_inferior_status): Remove freeing of registers, now done by
12188         discard_inferior_thread_state.
12189
12190 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
12191
12192         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
12193         at a time, times NUM_TO_SCROLL.
12194         * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
12195         fetch the selected frame if there is no stack.
12196
12197 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
12198
12199         PR gdb/9747:
12200         * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
12201         Declare.
12202         * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
12203         * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
12204         is thrown while handling an event, finish the thread state.
12205         (normal_stop): Use finish_thread_state cleanup.
12206         * infcmd.c (run_command_1): If an error is thrown while starting
12207         the inferior, finish the thread state.
12208
12209 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
12210
12211         * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
12212         skip breakpoints without a location (pending breakpoints).
12213
12214 2009-01-18  Pedro Alves  <pedro@codesourcery.com>
12215
12216         PR build/9186:
12217         * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
12218
12219 2009-01-18  Nick Roberts  <nickrob@snap.net.nz>
12220
12221         * thread.c (thread_command): Move call to annotate_thread_changed
12222         to...
12223         (do_captured_thread_select): ... here, to avoid printing an
12224         annotation if the thread change generates an exception.
12225
12226 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
12227
12228         * NEWS: Document x86_64/MinGW as a new native configuration.
12229
12230 2009-01-16  Joel Brobecker  <brobecker@adacore.com>
12231
12232         * NEWS: Move the documentation of "info os processes" to
12233         the appropriate section (documenting the new commands).
12234
12235 2009-01-15  Doug Evans  <dje@google.com>
12236
12237         * target.h (target_signal_to_string): Make return type const char *.
12238         (target_signal_to_name): Ditto.
12239         (target_signal_from_name): Make arg const char *.
12240         * infrun.c (sig_print_info): Update.
12241         * signals/signals.c (signals): Make array and struct members const.
12242         (target_signal_to_string): Make return type const char *.
12243         (target_signal_to_name): Ditto.
12244         (target_signal_from_name): Make arg const char *.
12245
12246 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
12247             Tristan Gingold  <gingold@adacore.com>
12248
12249         * solist.h (struct target_so_ops): New member bfd_open.
12250         (solib_find): Add prototype.
12251         (solib_bfd_fopen): Add prototype.
12252         * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
12253         from solib_bfd_open.
12254         (solib_bfd_open): Use ops->bfd_open override if present.  Call
12255         solib_find and solib_bfd_open otherwise.
12256
12257         * objfiles.h (OBJF_KEEPBFD): New define.
12258         * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
12259         objfile flag is set.
12260         * solib.c (symbol_add_stub): Do not allocate second BFD for
12261         shared library; use OBJF_KEEPBFD flag on solib objfile.
12262
12263 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
12264
12265         * frame.c (get_frame_arch): Abort if called with NULL this_frame.
12266
12267 2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
12268
12269         * value.h (address_of_variable): Add prototype.
12270         (locate_var_value): Remove prototype.
12271
12272         * findvar.c (read_var_value): Do not attempt to default frame
12273         to selected frame.
12274         (locate_var_value): Remove function.
12275         * valops.c (value_of_variable): Retrieve selected frame for
12276         symbols that require a frame when called with NULL block.
12277         * valops.c (address_of_variable): New function.
12278
12279         * eval.c (evaluate_subexp_for_address): Call address_of_variable
12280         instead of calling locate_var_value.
12281         (evaluate_subexp_with_coercion): Likewise.
12282
12283 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
12284
12285         * NEWS: Document "define" for prefixed commands.
12286         * cli/cli-cmds.c (show_user): Update calls to show_user_1.  Call
12287         show_user_1 for prefix commands.
12288         * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
12289         * cli/cli-script.c (validate_comname): Rewrite to handle prefix
12290         commands.  Return the containing command list.
12291         (define_command, document_command): Update to handle prefix commands.
12292         (show_user_1): Add prefix and name arguments.  Handle prefix
12293         commands.
12294         * cli/cli-script.h (show_user_1): Update prototype.
12295
12296 2009-01-14  Kai Tietz  <kai.tietz@onevision.com>
12297
12298         * ser-mingw.c (console_select_thread): Add return to make
12299         compiler happy.
12300         (pipe_select_thread): Likewise.
12301         (file_select_thread): Likewise.
12302
12303 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
12304
12305         * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
12306         previous change.
12307
12308 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
12309
12310         * remote.c (extended_remote_mourn_1): Invalidate our notion of
12311         current general thread.
12312
12313 2009-01-14  Pedro Alves  <pedro@codesourcery.com>
12314
12315         * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
12316         without a live selected thread.
12317
12318 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
12319
12320         Update the copyright notice of some of the files I missed
12321         in the previous copyright update.
12322
12323 2009-01-14  Joel Brobecker  <brobecker@adacore.com>
12324
12325         * windows-nat.c (handle_unload_dll): Use %p to print the DLL
12326         base address instead of casting it to DWORD.
12327
12328 2009-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
12329
12330         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
12331         for NULL frame pointers.
12332
12333 2009-01-13  Mark Kettenis  <kettenis@gnu.org>
12334
12335         * utils.c (host_address_to_string): Reimplement in a way that
12336         avoids the cast of the address to long.
12337
12338 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
12339
12340         * mdebugread.c (parse_symbol): Save the symbol private data
12341         using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
12342         (psymtab_to_symtab_1): Likewise.
12343         (parse_procedure): Declare variable "e" only in the scope
12344         where it is used. Extract the symbol private data using
12345         SYMBOL_VALUE_BYTES.
12346
12347 2009-01-13  Jim Blandy  <jimb@codesourcery.com>
12348
12349         Abstract out common code for copying value locations.
12350
12351         * value.h (set_value_component_location): New declaration.
12352         * value.c (set_value_component_location): New function.
12353         (value_primitive_field): Use it.
12354         * valarith.c (value_subscript, value_subscripted_rvalue): Same.
12355         * valops.c (search_struct_field, value_slice): Same.
12356         * ada-lang.c (coerce_unspec_val_to_type)
12357         (ada_value_primitive_packed_val): Same.
12358
12359 2009-01-13  Joel Brobecker  <brobecker@adacore.com>
12360
12361         * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
12362
12363 2009-01-12  Christopher Faylor  <me+cygwin@cgf.cx>
12364
12365         * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
12366         throughout.
12367         * i386-cygwin-tdep.c: Ditto.
12368         * i386-windows-nat.c: Ditto.
12369         * windows-nat.h: Ditto.
12370         * windows-tdep.c: Ditto.
12371         * windows-tdep.h: Ditto.
12372         * windows-nat.c: Ditto.
12373         (cygwin_load_start): Redefine as CORE_ADDR.
12374         (cygwin_load_end): Ditto.
12375         (windows_make_so): Coerce result of address arithmetic to uintptr_t
12376         before coercing to CORE_ADDR to avoid a compiler warning.
12377         (handle_exception): Define addr as CORE_ADDR and coerce
12378         ExceptionAddress to uintptr_t before assigining to avoid a compiler
12379         warning.
12380         * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
12381         files.
12382
12383 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12384
12385         Fix linking with --enable-targets=all:
12386         * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
12387         (HFILES_NO_SRCDIR): Add windows-tdep.h.
12388         (ALLDEPFILES): Add windows-tdep.c.
12389
12390 2009-01-11  Chris Faylor  <me.gdb@cgf.cx>
12391
12392         * win32-nat.h: Delete.
12393         * windows-nat.h: Rename from win32-nat.h.
12394         * win32-nat.c: Delete.
12395         * windows-nat.c: Rename from win32-nat.c.
12396         * win32-termcap.c: Delete.
12397         * windows-termcap.c: Rename from win32-termcap.c.
12398         * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
12399         * configure.ac: Handle rename from win32-termcap.c ->
12400         windows-termcap.c.
12401         * configure: Regenerate.
12402         * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
12403         -> windows-termcap.c.
12404         * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
12405         windows-tdep.h.
12406         * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
12407         * windows-nat.c: Ditto.  Also reflect rename from from win32-tdep.h ->
12408         windows-tdep.h.
12409         (win32_make_so): Handle cygwin compiler warning due to change of
12410         load_addr from DWORD to LPVOID.
12411         (handle_load_dll): Use %p in format string to properly print address
12412         and avoid a compiler warning.
12413         (DEBUG_EXCEPTION_SIMPLE): Ditto.
12414         (handle_exception): Ditto.
12415         * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
12416         * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
12417         windows-nat.o.
12418         * config/i386/mingw.mh: Ditto.
12419         * config/i386/mingw64.mh: Ditto.
12420
12421 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12422
12423         * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
12424         arrayprint_recurse_level to a parameter.  Update all the callers.  New
12425         comment at autovariables.
12426
12427 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12428
12429         * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
12430         coding style.
12431
12432 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
12433
12434         * target.c (target_xfer_partial): Use host_address_to_string to
12435         print the address of readbuf and writebuf. Cast the address of
12436         elements inside the myaddr buffer into intptr_t.
12437         (deprecated_debug_xfer_memory): Use paddress to print memaddr.
12438         Cast the address of elements inside the myaddr buffer into
12439         intptr_t.
12440
12441 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
12442
12443         * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
12444         * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
12445         * configure.host, configure.tgt: Add handling for x86_64/windows.
12446         * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
12447         and amd64-windows-tdep.c.
12448
12449 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
12450
12451         * win32-tdep.h, win32-tdep.c: New files.
12452         * i386-cygwin-tdep.h: Delete.
12453         * i386-cygwin-tdep.c: Include win32-tdep.h instead of
12454         i386-cygwin-tdep.h.
12455         (win32_xfer_shared_library): Delete.  Moved to win32-tdep.c.
12456         * win32-nat.c: Likewise.
12457         * configure.tgt: Add win32-tdep.o to the list of target object
12458         files for i386-cygwin and i386-mingw targets.
12459
12460 2009-01-11  Joel Brobecker  <brobecker@adacore.com>
12461
12462         * win32-nat.h: New file.
12463         * win32-nat.c (mappings): Initialize to NULL.
12464         (win32_set_context_register_offsets): New function.
12465         * i386-windows-nat.c: New file.
12466         (mappings): Moved here from win32-nat.c.
12467         (_initialize_i386_windows_nat): New function.
12468         * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
12469         * config/i386/cygwin.mh (NATDEPFILES): Likewise.
12470
12471 2009-01-09  Andreas Schwab  <schwab@suse.de>
12472
12473         * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
12474
12475 2009-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
12476
12477         * gdbtypes.c (append_composite_type_field): Correct the location of
12478         appended fields.
12479
12480 2009-01-09  Pedro Alves  <pedro@codesourcery.com>
12481
12482         * defs.h (deprecated_error_hook): Delete declaration.
12483         * interps.c (clear_interpreter_hooks): Adjust.
12484         * remote-sim.c (gdb_os_error): Don't try to call
12485         deprecated_error_hook.  No need to call exit anymore.
12486         * top.c (deprecated_error_hook): Delete.
12487
12488 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12489
12490         * arch-utils.c (gdbarch_update_p): Use host_address_to_string
12491         to print the address of the gdbarch pointer.
12492
12493 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12494
12495         * gdbarch.sh: Fix all the compilation errors on amd64-windows
12496         due to casting a pointer to a long when printing a function
12497         address. Instead, use host_address_to_string to convert our
12498         address to a string.
12499         * gdbarch.c: Regenerate.
12500
12501 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12502
12503         * event-top.c (async_disconnect, async_stop_sig): use "raise"
12504         instead of "kill" to raise a signal.
12505
12506 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12507
12508         * win32-nat.c (get_module_name): Change the type of parameter
12509         "base_address" to LPVOID.  Remove unnecessary cast.
12510         (struct lm_info): Change type of load_addr to LPVOID.
12511         (win32_make_so): Change the type of parameter "load_addr"
12512         to LPVOID.  Remove some unnecessary casts.
12513         (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
12514         (win32_xfer_shared_libraries): Add missing cast.
12515
12516 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12517
12518         * win32-nat.c (has_detach_ability, set_process_privilege):
12519         Cast the result of GetProcAddress to (void *) to avoid
12520         a compilation warning.
12521
12522 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12523
12524         * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
12525         already defined.
12526
12527 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12528
12529         * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
12530         definition of local variable "done".
12531         (info_w32_command, handle_exception): Remove unnecessary cast.
12532
12533 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12534
12535         * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
12536         DebugSetProcessKillOnExit.  Update all uses in this file.
12537         (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
12538         Update all uses in this file.
12539
12540 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12541
12542         * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
12543         and use it when pushing the target.
12544         (win32_attach, win32_create_inferior): Update call to
12545         do_initial_win32_stuff.
12546         (win32_detach, win32_mourn_inferior): Use our ops parameter
12547         instead of the global win32_ops to unpush the target.
12548
12549 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12550
12551         * ser-mingw.c (ser_windows_open): Use proper type when casting
12552         in call to _open_osfhandle.
12553
12554 2009-01-09  Kai Tietz  <kai.tietz@onevision.com>
12555
12556         * coff-pe-read.c (read_pe_exported_syms): Fix typo.
12557
12558 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
12559
12560         * CONTRIBUTE: Minor reformatting.
12561
12562 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
12563
12564         * MAINTAINERS: Add myself to Write After Approval.
12565         * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
12566         export directory.
12567
12568 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
12569
12570         * remote-sim.c (gdb_os_error): Mark as a noreturn function.
12571         Call exit to make it obvious to GCC.
12572
12573 2009-01-08  Tom Tromey  <tromey@redhat.com>
12574
12575         PR breakpoints/9350:
12576         * varobj.c (varobj_invalidate): Unconditionally free
12577         all_rootvarobj.
12578         * symfile.c (syms_from_objfile): Free local_addr when returning
12579         normally.
12580         * exec.c (exec_file_attach): Do cleanups before returning.
12581         (exec_file_command): Likewise.
12582         * corefile.c (reopen_exec_file): Do cleanups before returning.
12583         * breakpoint.c (insert_breakpoint_locations): Do cleanups before
12584         returning.
12585         (do_vec_free): New function.
12586         (update_global_location_list): Make a cleanup for old_locations.
12587         Do cleanups before returning.  Remove unused variable 'e'.
12588         (find_condition_and_thread): Free result of parsing the
12589         expression.
12590         (print_it_typical): Do cleanups before returning.
12591         (breakpoint_re_set_one): Always free sals.sals.
12592
12593 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
12594             Emi Suzuki  <emi-suzuki@tjsys.co.jp>
12595
12596         * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
12597         watchpoints.
12598
12599 2009-01-07  Doug Evans  <dje@google.com>
12600
12601         * top.c (gdb_prompt_string): Delete, unused.
12602
12603 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
12604
12605         Delete ONE_PROCESS_WRITETEXT leftovers.
12606
12607         * breakpoint.c (insert_bp_location): Delete process_warning
12608         argument.  Adjust.
12609         (insert_breakpoint_locations): Adjust.
12610         (reattach_breakpoints): Adjust.
12611         * infrun.c (normal_stop): Drop "It might be running in another
12612         process" notice.
12613
12614 2009-01-07  Stan Shebs  <stan@codesourcery.com>
12615
12616         * config/pa/linux.mh (XDEPFILES): Remove.
12617
12618 2009-01-07  Doug Evans  <dje@google.com>
12619
12620         * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
12621
12622 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12623
12624         * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
12625         spacing, a regression from 2008-04-22.
12626
12627 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
12628
12629         * utils.c (gdb_print_host_address): Adjust implementation to
12630         reuse host_address_to_string. Move comment explaining the conversion
12631         from host address to string from here...
12632         (host_address_to_string): ... to there.
12633
12634 2009-01-07  Emi Suzuki  <emi-suzuki@tjsys.co.jp>
12635
12636         * MAINTAINERS: Add myself for write after approval privileges.
12637
12638 2009-01-06  Tom Tromey  <tromey@redhat.com>
12639
12640         * value.c (set_internalvar): Use value_free, not xfree.
12641
12642 2009-01-06  Jim Blandy  <jimb@red-bean.com>
12643
12644         Check return values of functions declared with warn_unused_result
12645         attribute in GLIBC 2.8.
12646         * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
12647         * inflow.c (check_syscall): New function.
12648         (new_tty): Use check_syscall to check return values from open and dup.
12649         * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
12650         * main.c (captured_main): Call cwd after setting up gdb_stderr;
12651         check for errors from getcwd.
12652         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
12653         * ui-file.c (stdio_file_write): Ignore return value from fwrite.
12654         (stdio_file_fputs): Same.
12655         * utils.c (internal_vproblem): abort if last-ditch error message
12656         write fails.
12657
12658         * top.c (gdb_init): Don't set the current directory here; that's
12659         already been done in captured_main.
12660
12661 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
12662
12663         * ser-tcp.c: Adjust includes.
12664         (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
12665         (tcp_auto_retry, tcp_retry_limit): Declare.
12666         (TIMEOUT): Remove, in favor of tcp_retry_limit.
12667         (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
12668         (wait_for_connect): New function.
12669         (net_open): Use it.  Add auto-retry logic.
12670         (set_tcp_cmd, show_tcp_cmd): New functions.
12671         (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
12672         and "set/show tcp connect-timeout" commands.
12673         * NEWS: Document new commands.
12674
12675 2009-01-05  Tom Tromey  <tromey@redhat.com>
12676
12677         * python/python-internal.h (Py_ssize_t): Define as int.
12678
12679 2009-01-05  Jim Blandy  <jimb@red-bean.com>
12680
12681         * MAINTAINERS: Fix my e-mail address as steering committee member.
12682
12683 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
12684
12685         Updated copyright notices for most files.
12686
12687 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
12688
12689         * top.c (print_gdb_version): Update copyright year.
12690
12691 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
12692
12693         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
12694
12695 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
12696
12697         PR breakpoints/9681:
12698         * exceptions.h (enum errors): New error type, MEMORY_ERROR.
12699         * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
12700         * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
12701         retrow all other exceptions.
12702
12703 For older changes see ChangeLog-2008.
12704 \f
12705 Local Variables:
12706 mode: change-log
12707 left-margin: 8
12708 fill-column: 74
12709 version-control: never
12710 coding: utf-8
12711 End: