2451004a50546271f9acbb371c3433b8b9311e3d
[external/binutils.git] / gdb / ChangeLog
1 2011-02-22  Michael Snyder  <msnyder@vmware.com>
2
3         * cli/cli-utils.c (number_is_in_list): Check for zero return.
4
5 2011-02-22  Pedro Alves  <pedro@codesourcery.com>
6
7         * frame-unwind.h: Fix comment to mention the this frame, not the
8         next.
9
10 2011-02-22  Tom Tromey  <tromey@redhat.com>
11
12         * symfile.c (auto_solib_limit): Remove.
13         * symfile.h (auto_solib_limit): Remove.
14
15 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
16
17         * Makefile.in (INSTALLED_LIBS): Delete.  Update comment.
18
19 2011-02-21  Michael Snyder  <msnyder@vmware.com>
20
21         * gdbthread.h (print_thread_info): Change prototype.
22         * thread.c (print_thread_info): Accept char* instead of int for
23         requested_threads argument.  Use new function number_is_in_list
24         to determine which threads to list.
25         (info_threads_command): Pass char* to print_thread_info.
26         * cli/cli-utils.c (number_is_in_list): New function.
27         * cli/cli-utils.h (number_is_in_list): Export.
28         * mi/mi-main.c (mi_cmd_thread_info): Pass char* to 
29         print_thread_info.
30         (print_one_inferior): Ditto.
31         (mi_cmd_list_thread_groups): Ditto.
32
33 2011-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
34
35         * common/Makefile.in (CFLAGS): New.
36         (COMPILE): Add $(CFLAGS).
37
38 2011-02-21  Tom Tromey  <tromey@redhat.com>
39
40         * breakpoint.c (catch_syscall_command_1): Fix typo.
41
42 2011-02-21  Tom Tromey  <tromey@redhat.com>
43
44         * reverse.c: Include cli-utils.h.
45         * printcmd.c: Include cli-utils.h.
46         (string_printf): Use skip_spaces.
47         * cli/cli-utils.h: New file.
48         * cli/cli-utils.c: New file.
49         * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
50         * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
51         * breakpoint.h (get_number, get_number_or_range): Move to
52         cli-utils.h.
53         * breakpoint.c: Include cli-utils.h.
54         (get_number_trailer, get_number, get_number_or_range)
55         (ep_skip_leading_whitespace): Move to cli-utils.c.
56         (create_breakpoint_sal, find_condition_and_thread)
57         (decode_static_tracepoint_spec, watch_command_1)
58         (watch_maybe_just_location, ep_parse_optional_if_clause)
59         (catch_fork_command_1, catch_exec_command_1)
60         (catch_syscall_command_1): Use skip_spaces, skip_to_space.
61         * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
62         (SUBDIR_CLI_SRCS): Add cli-utils.c.
63         (HFILES_NO_SRCDIR): Add cli-utils.h.
64         (cli-utils.o): New target.
65
66 2011-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
67
68         * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
69         before calling discard_all_inferiors.
70
71 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
72
73         * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
74         (struct builtin_opencl_type): Remove.
75         (builtin_opencl_type): Change return type to "struct type **".
76         (lookup_opencl_vector_type): Update caller.
77         (opencl_language_arch_info): Copy primitive type vector from gdbarch.
78         (build_opencl_types): Install plain array of "struct type *"
79         instead of "struct builtin_opencl_type".
80
81 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
82             Ulrich Weigand  <uweigand@de.ibm.com>
83
84         * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
85         (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
86         (struct arm_linux_hwbp_cap): New type.
87         (arm_linux_get_hwbp_cap): New function.
88         (arm_linux_get_hw_breakpoint_count): Likewise.
89         (arm_linux_get_hw_watchpoint_count): Likewise.
90         (arm_linux_can_use_hw_breakpoint): Likewise.
91         (arm_hwbp_type): New type.
92         (arm_hwbp_control_t): Likewise.
93         (struct arm_linux_hw_breakpoint): Likewise.
94         (struct arm_linux_thread_points): Likewise.
95         (arm_threads): New global variable.
96         (arm_linux_find_breakpoints_by_tid): New function.
97         (arm_hwbp_control_initialize): Likewise.
98         (arm_hwbp_control_is_enabled): Likewise.
99         (arm_hwbp_control_disable): Likewise.
100         (arm_linux_hw_breakpoint_initialize): Likewise.
101         (arm_linux_get_hwbp_type): Likewise.
102         (arm_linux_hw_watchpoint_initialize): Likewise.
103         (arm_linux_hw_breakpoint_equal): Likewise.
104         (arm_linux_insert_hw_breakpoint1): Likewise.
105         (arm_linux_remove_hw_breakpoint1): Likewise.
106         (arm_linux_insert_hw_breakpoint): Likewise.
107         (arm_linux_remove_hw_breakpoint): Likewise.
108         (arm_linux_region_ok_for_hw_watchpoint): Likewise.
109         (arm_linux_insert_watchpoint): Likewise.
110         (arm_linux_remove_watchpoint): Likewise.
111         (arm_linux_stopped_data_address): Likewise.
112         (arm_linux_stopped_by_watchpoint): Likewise.
113         (arm_linux_watchpoint_addr_within_range): Likewise.
114         (arm_linux_new_thread): Likewise.
115         (arm_linux_thread_exit): Likewise.
116         (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
117         related target callbacks.  Register arm_linux_new_thread and
118         arm_linux_thread_exit.
119         * arm-tdep.h (arm_pc_is_thumb): Add prototype.
120         * arm-tdep.c (arm_pc_is_thumb): Make global.
121         (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
122
123 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
124
125         * breakpoint.c (update_watchpoint): Do not attempt to recreate
126         per-frame locations while within a function epilogue.
127
128 2011-02-21  Pierre Muller  <muller@ics.u-strasbg.fr>
129
130         * ser-mingw.c (ser_windows_close): Reformat comment to better conform
131         to GNU coding standards.
132
133 2011-02-21  Pierre Muller  <muller@ics.u-strasbg.fr>
134
135         Allow use of mingw native on Windows 95 OS.
136         * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
137         (ser_windows_close): Only call CancelIo if function exists.
138         (_initialize_ser_windows): Use LoadLirary/GetProcAddress
139         to check for existence of CancelIo function in kernel32 DLL.
140
141 2011-02-21  Hui Zhu  <teawater@gmail.com>
142
143         * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
144         * ax-gdb.c (gen_printf_expr_callback): New function.
145         * ax-gdb.h (gen_printf_expr_callback): Forward declare.
146         * ax-general.c (ax_memcpy): New function.
147         (ax_print): Handle "printf".
148         (ax_reqs): Ditto.
149         * ax.h (ax_memcpy): Forward declare.
150         * common/ax.def (invalid2): Removed.
151         (printf): New entry.
152         * printcmd.c (printcmd.h): New include.
153         (string_printf): New function.
154         (ui_printf): Removed.
155         (printf_command): Remove static.  Call string_printf.
156         (eval_command): Call string_printf.
157         * printcmd.h: New file.
158         * tracepoint.c (validate_actionline,
159         encode_actions_1): handle printf_command.
160
161 2011-02-19  Michael Snyder  <msnyder@vmware.com>
162
163         * reverse.c (delete_one_bookmark): Argument is now bookmark
164         id rather than pointer to bookmark struct.
165         (delete_bookmark_command): Use get_number_or_range.
166         (goto_bookmark_command): Parse with get_number instead of strtoul.
167         (bookmark_1): New function.  Print info for one bookmark.
168         (bookmarks_info): Use get_number_or_range and bookmark_1.
169
170 2011-02-18  Michael Snyder  <msnyder@vmware.com>
171
172         * thread.c (info_threads_command): Re-implement using 
173         get_number_or_range.
174         (thread_apply_command): Ditto.
175
176 2011-02-18  Tom Tromey  <tromey@redhat.com>
177
178         * common/ax.def: New file.
179         * ax.h (enum agent_op): Use ax.def.
180         * ax-general.c (aop_map): Use ax.def.
181
182 2011-02-18  Tom Tromey  <tromey@redhat.com>
183
184         * ax-general.c (aop_map): Add pick and rot.
185         * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
186         <DW_OP_rot>: Implement.
187         * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
188         (ax_pick): Declare.
189         * ax-general.c (ax_pick): New function.
190
191 2011-02-18  Tom Tromey  <tromey@redhat.com>
192
193         * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
194
195 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
196             Tom Tromey  <tromey@redhat.com>
197
198         * cp-support.c (make_symbol_overload_list_namespace): Do not call
199         make_symbol_overload_list_block with NULL BLOCK.
200         * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
201
202 2011-02-18  Pedro Alves  <pedro@codesourcery.com>
203
204         * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
205         * breakpoint.h (get_number_or_range): Declare.
206         * printcmd.c (ALL_DISPLAYS): Declare.
207         (delete_display): Reimplement taking a display pointer.
208         (undisplay_command): Accept a range of displays to delete, using
209         get_number_or_range.
210
211 2011-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
212
213         * c-valprint.c (c_val_print): Add embedded_offset to address
214         for arrays of unspecified length.
215         * p-valprint.c (pascal_val_print): Likewise.
216
217 2011-02-18  Yao Qi  <yao@codesourcery.com>
218
219         * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
220         (arm_process_displaced_insn): .. here. Remove parameter INSN.
221         (thumb_process_displaced_insn): New.
222         * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
223         call to arm_process_displaced_insn.
224         * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
225
226 2011-02-17  Tom Tromey  <tromey@redhat.com>
227
228         * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
229         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
230         compile_dwarf_to_ax.  No longer static.  Call
231         dwarf2_compile_cfa_to_ax.
232         (locexpr_tracepoint_var_ref): Update.
233         (loclist_tracepoint_var_ref): Update.
234         * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
235         * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
236         argument; add 'gdbarch' and 'pc'.
237         (dwarf2_compile_cfa_to_ax): New function.
238         (dwarf2_frame_cache): Update.
239
240 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
241
242         * ada-lang.c (ada_type_of_array): Fix the size of the array
243         in the case of an unconstrained packed array.
244
245 2011-02-17  Yao Qi  <yao@codesourcery.com>
246
247         * common/Makefile.in: Add more targets for make.
248
249 2011-02-16  Tom Tromey  <tromey@redhat.com>
250
251         * dwarf2loc.c (unimplemented): Fix typo.
252
253 2011-02-16  Tom Tromey  <tromey@redhat.com>
254
255         * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
256         (compile_dwarf_to_ax) <default>: Use unimplemented.
257         <DW_OP_deref>: Update.
258         (disassemble_dwarf_expression): Update.
259         * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
260         (decode_locdesc): Update.
261         * dwarf2expr.h (dwarf_stack_op_name): Update.
262
263 2011-02-16  Tom Tromey  <tromey@redhat.com>
264
265         * ax.h (struct aop_map) <name>: Now const.
266
267 2011-02-16  Tom Tromey  <tromey@redhat.com>
268
269         * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
270         than axs_rvalue.
271
272 2011-02-16  Yao Qi  <yao@codesourcery.com>
273
274         * infrun.c (get_displaced_step_closure_by_addr): New.
275         * inferior.h: Declare it.
276         * arm-tdep.c: (arm_pc_is_thumb): Call
277         get_displaced_step_closure_by_addr.  Adjust MEMADDR if it
278         returns non-NULL.
279
280 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
281             Jan Kratochvil  <jan.kratochvil@redhat.com>
282
283         gdb/
284         * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
285
286 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
287             Jan Kratochvil  <jan.kratochvil@redhat.com>
288
289         * value.c (value_contents_copy_raw): Extend describing comment.
290         Assert that the destination contents we're overwriting are wholly
291         available.
292         (value_contents_copy): Extend describing comment.
293
294 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
295             Jan Kratochvil  <jan.kratochvil@redhat.com>
296
297         * value.c (value_available_contents_eq): Remove redundant local
298         variables.  Fix available contents comparision.
299         * value.h (value_available_contents_eq): Extend describing
300         comment.
301
302 2011-02-16  Yao Qi  <yao@codesourcery.com>
303
304         * thread.c (info_threads_command): Add missing i18n markup and remove
305         trailing newline.
306
307 2011-02-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
308
309         * breakpoint.c (longjmp_names): New variable.
310         (struct breakpoint_objfile_data): New type.
311         (breakpoint_objfile_key): New variable.
312         (msym_not_found): New variable.
313         (msym_not_found_p): New predicate.
314         (get_breakpoint_objfile_data): New function.
315         (create_overlay_event_breakpoint): Check per-objfile cache for
316         symbols first.
317         (create_longjmp_master_breakpoint): Likewise.
318         (create_std_terminate_master_breakpoint): Likewise.
319         (create_exception_master_breakpoint): Likewise.
320         (_initialize_breakpoint): Register per-objfile data key.
321
322 2011-02-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
323
324         * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
325         parameter value.
326         (create_longjmp_master_breakpoint): Loop over longjmp names.
327         (create_std_terminate_master_breakpoint): Const-propagate parameter
328         value.
329         (update_breakpoints_after_exec): Adjust.
330         (breakpoint_re_set): Adjust.
331
332 2011-02-15  Michael Snyder  <msnyder@vmware.com>
333
334         * thread.c (info_threads_command): Process arg as thread id,
335         or list of thread ids.
336         (thread_find_command): New command.
337         (_initialize_thread): Document argument for info threads.
338         Document 'thread find' command.
339         * NEWS: Document new command "thread find".
340
341 2011-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
342
343         * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
344         * aclocal.m4: Regenerated with aclocal-1.11.1.
345         * common/configure: Regenerate with autoconf-2.64.
346
347 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
348
349         * opencl-lang.c (build_opencl_types): Set the size of the built-in
350         bool data type to a size of one byte.
351
352 2011-02-15  Pedro Alves  <pedro@codesourcery.com>
353             Jan Kratochvil  <jan.kratochvil@redhat.com>
354
355         * target.c (memory_xfer_live_readonly_partial): Document where to
356         look for interface description.
357
358 2011-02-15  Yao Qi  <yao@codesourcery.com>
359
360         PR tdep/12352
361         * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
362         order to store PC value on stack instead of text section.
363
364 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
365
366         * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
367         the EFP register set size.
368         (efpr_pseudo_register_read): Use regcache_raw_read_part to read
369         data from the VMX register.
370         (efpr_pseudo_register_write): Use regcache_raw_write_part to read
371         and write data from/to the VMX register.
372
373 2011-02-14  Michael Snyder  <msnyder@vmware.com>
374
375         * command.h (enum command_class): New class 'no_set_class', for
376         "show" commands without a corresponding "set" command.
377         * value.c (_initialize_values): Use 'no_set_class' for "show values".
378         * copying.c (_initialize_copying): Ditto for "show copying" and
379         "show warranty".
380         * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
381         "show version".
382         * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
383         which there is no corresponding "set" command (eg. "show copying").
384
385 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
386             Jan Kratochvil  <jan.kratochvil@redhat.com>
387
388         * exec.c (section_table_available_memory): Change `len' parameter
389         type to ULONGEST.
390         * exec.h (section_table_available_memory): Ditto.
391         * value.h (read_value_memory): Rename the `offset' parameter to
392         `embedded_offset'.
393
394 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
395             Jan Kratochvil  <jan.kratochvil@redhat.com>
396
397         * memrange.c (compare_mem_ranges): Mention sort order in
398         describing comment.
399         (normalize_mem_ranges): Add comment.  Fix ra->length calculation.
400         * tracepoint.c (traceframe_available_memory): Extend comment to
401         mention what happens to RESULT when the target does not support
402         the query.
403
404 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
405             Jan Kratochvil  <jan.kratochvil@redhat.com>
406
407         * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
408         range.
409
410 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
411
412         * value.c (value_bits_valid, value_bits_synthetic_pointer):
413         No longer handle NULL values.
414
415 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
416
417         * exceptions.h (NOT_AVAILABLE_ERROR): New error.
418         * value.c: Include "exceptions.h".
419         (require_available): Throw NOT_AVAILABLE_ERROR instead of a
420         generic error.
421         * cp-abi.c: Include gdb_assert.h.
422         (baseclass_offset): Add `embedded_offset' and `val' parameters.
423         Assert the method is implemented.  Wrap NOT_AVAILABLE_ERROR
424         errors.
425         * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
426         parameters.  No longer returns -1 on error.
427         (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
428         `val' parameters.
429         * cp-valprint.c: Include exceptions.h.
430         (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
431         the baseclass_offset.  Handle unavailable base classes.  Use
432         val_print_invalid_address.
433         * p-valprint.c: Include exceptions.h.
434         (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
435         when fetching the baseclass_offset.  No longer expect
436         baseclass_offset returning -1.  Handle unavailable base classes.
437         Use val_print_invalid_address.
438         * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
439         `valaddr' parameter, and change its type to gdb_byte pointer.  Add
440         `embedded_offset' and `val' parameters.  Adjust.
441         (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
442         parameter, and change its type to gdb_byte pointer.  Add
443         `embedded_offset' and `val' parameters.  Adjust.  No longer expect
444         baseclass_offset returning -1.
445         (value_dynamic_cast): Use value_contents_for_printing rather than
446         value_contents.  Adjust.
447         (search_struct_field): No longer expect baseclass_offset returning
448         -1.
449         (search_struct_method): If reading memory from the target is
450         necessary, wrap it in a new value to pass to baseclass_offset.  No
451         longer expect baseclass_offset returning -1.
452         (find_method_list): No longer expect baseclass_offset returning
453         -1.  Use value_contents_for_printing rather than value_contents.
454         * valprint.c (val_print_invalid_address): New function.
455         * valprint.h (val_print_invalid_address): Declare.
456         * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
457         and `val' parameters.  No longer expect baseclass_offset returning
458         -1.  Adjust.
459         * gnu-v2-abi.c: Include "exceptions.h".
460         (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
461         parameters.  Handle unavailable memory.  Recurse through
462         gnuv2_baseclass_offset directly, rather than through
463         baseclass_offset.  No longer returns -1 on not found, instead
464         throw an error.
465         * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
466         `val' parameters.  Adjust.
467
468 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
469
470         * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
471         almost but not quite adjacent.
472
473 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
474
475         * value.h (value_entirely_available): Declare.
476         * value.c (value_entirely_available): New function.
477         * c-valprint.c (c_value_print): Don't try fetching the pointer's
478         real type if the pointer is unavailable.
479
480 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
481
482         * valops.c (value_repeat): Use read_value_memory instead of
483         read_memory.
484
485 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
486
487         * value.h (value_contents_copy, value_contents_copy_raw): Declare.
488         * value.c (value_contents_copy_raw, value_contents_copy): New
489         functions.
490         (value_primitive_field): Use value_contents_copy_raw instead of
491         memcpy.
492         * valops.c (value_fetch_lazy): Use value_contents_copy instead of
493         memcpy.
494         (value_array, value_slice): Ditto.
495         * valarith.c (value_subscripted_rvalue): Use
496         value_contents_copy_raw instead of memcpy.
497
498 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
499
500         <unavailable> references.
501
502         * valops.c (get_value_at): Use value_from_contents_and_address,
503         avoiding read_memory.
504
505 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
506
507         * c-valprint.c (c_val_print): Print a string with unavailable
508         contents as an array.
509
510 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
511
512         * value.h (unpack_bits_as_long): Delete declaration.
513         (unpack_value_bits_as_long): Declare.
514         (unpack_value_field_as_long): Declare.
515         (value_field_bitfield): Declare.
516         * value.c (unpack_bits_as_long): Rename to...
517         (unpack_value_bits_as_long_1): ... this.  Add embedded_offset and
518         value parameters.  Return the extracted result in a new output
519         parameter.  If the value contents are unavailable, return false,
520         otherwise return true.
521         (unpack_value_bits_as_long): New.
522         (unpack_field_as_long): Rename to...
523         (unpack_value_field_as_long_1): ... this.  Add embedded_offset and
524         Add embedded_offset and value parameters.  Return the extracted
525         result in a new output parameter. If the value contents are
526         unavailable, return false, otherwise return true.
527         (unpack_value_field_as_long): New.
528         (unpack_field_as_long_1): New.
529         (unpack_field_as_long): Reimplement as wrapper around
530         unpack_value_field_as_long_1.
531         (value_field_bitfield): New function.
532         * valops.c (value_fetch_lazy): When fetching a bitfield, use
533         unpack_value_bits_as_long.  Mark the value as unavailable, if it
534         is unavailable.
535         * jv-valprint.c (java_print_value_fields): Use
536         value_field_bitfield.
537         * p-valprint.c (pascal_object_print_value_fields): Use
538         value_field_bitfield.
539         * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
540
541 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
542
543         * value.c (get_internalvar_integer): Also return the int value of
544         TYPE_CODE_INT INTERNALVAR_VALUE values.
545         (set_internalvar): Don't special case TYPE_CODE_INT.
546
547 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
548
549         * value.c (struct internalvar) <enum internalvar_kind>: Remove
550         INTERNALVAR_POINTER.
551         <pointer>: Delete.
552         (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
553         (set_internalvar): Remove special TYPE_CODE_PTR handling.
554         (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
555
556 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
557
558         * value.h (value_available_contents_eq): Declare.
559         * value.c (find_first_range_overlap): New function.
560         (value_available_contents_eq): New function.
561         * valprint.c (val_print_array_elements): Use
562         value_available_contents_eq.
563         * ada-valprint.c (val_print_packed_array_elements): Use
564         value_available_contents_eq.
565         * jv-valprint.c (java_value_print): Use
566         value_available_contents_eq.
567
568 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
569
570         * target.c (target_read_live_memory): New function.
571         (memory_xfer_live_readonly_partial): New.
572         (memory_xfer_partial): If reading from a traceframe, fallback to
573         reading unavailable read-only memory from read-only regions of
574         live target memory.
575         * tracepoint.c (disconnect_tracing): Adjust.
576         (set_current_traceframe): New, factored out from
577         set_traceframe_number.
578         (set_traceframe_number): Reimplement to only change the traceframe
579         number on the GDB side.
580         (do_restore_current_traceframe_cleanup): Adjust.
581         (make_cleanup_restore_traceframe_number): New.
582         (cur_traceframe_number): New global.
583         (tfile_open): Set cur_traceframe_number to no traceframe.
584         (set_tfile_traceframe): New function.
585         (tfile_trace_find): If looking up a traceframe using any method
586         other than by number, make sure the current tfile traceframe
587         matches gdb's current traceframe.  Update the current tfile
588         traceframe if the lookup succeeded.
589         (tfile_fetch_registers, tfile_xfer_partial)
590         (tfile_get_trace_state_variable_value): Make sure the remote
591         traceframe matches gdb's current traceframe.
592         * remote.c (remote_traceframe_number): New global.
593         (remote_open_1): Set it to -1.
594         (set_remote_traceframe): New function.
595         (remote_fetch_registers, remote_store_registers)
596         (remote_xfer_memory, remote_xfer_partial)
597         (remote_get_trace_state_variable_value): Make sure the remote
598         traceframe matches gdb's current traceframe.
599         (remote_trace_find): If looking up a traceframe using any method
600         other than by number, make sure the current remote traceframe
601         matches gdb's current traceframe.  Update the current remote
602         traceframe if the lookup succeeded.
603         * infrun.c (fetch_inferior_event): Adjust.
604         * tracepoint.h (set_current_traceframe): Declare.
605         (get_traceframe_number, set_traceframe_number): Add describing
606         comments.
607
608 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
609
610         Mark pieces of values as unavailable if the corresponding memory
611         is unavailable.
612
613         * valops.c: Include tracepoint.h.
614         (value_fetch_lazy): Use read_value_memory.
615         (read_value_memory): New.
616         * value.h (read_value_memory): Declare.
617         * dwarf2loc.c (read_pieced_value): Use read_value_memory.
618         * exec.c (section_table_available_memory): New function.
619         * exec.h (section_table_available_memory): Declare.
620
621 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
622
623         * Makefile.in (SFILES): Add memrange.c.
624         (HFILES_NO_SRCDIR): Add memrange.h.
625         (COMMON_OBS): Add memrange.o.
626         * memrange.c: New file.
627         * memrange.h: New file.
628         * tracepoint.c: Include memrange.h.
629         (struct mem_range): Delete.
630         (mem_range_s): Delete.
631         (traceframe_available_memory): New function.
632         * tracepoint.h (traceframe_available_memory): Declare.
633
634 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
635
636         * target.h (struct traceframe_info): Forward declare.
637         (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
638         (struct target_ops) <to_traceframe_info>: New field.
639         (target_traceframe_info): New.
640         * target.c (update_current_target): Inherit and default
641         to_traceframe_info.
642         * remote.c (PACKET_qXfer_traceframe_info): New.
643         (remote_protocol_features): Register qXfer:traceframe-info:read.
644         (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
645         (remote_traceframe_info): New.
646         (init_remote_ops): Install it.
647         (_initialize_remote): Install "set/show remote traceframe-info"
648         commands.
649         * tracepoint.h (parse_traceframe_info): Declare.
650         * tracepoint.c (struct mem_range): New.
651         (mem_range_s): New typedef.
652         (struct traceframe_info): New.
653         (traceframe_info): New global.
654         (free_traceframe_info): New function.
655         (clear_traceframe_info): New function.
656         (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
657         info.
658         (build_traceframe_info): New function.
659         (tfile_traceframe_info): New function.
660         (init_tfile_ops): Install tfile_traceframe_info.
661         (traceframe_info_start_memory, free_result): New functions.
662         (memory_attributes, traceframe_info_elements): New globals.
663         (parse_traceframe_info, get_traceframe_info): New functions.
664         * features/traceframe-info.dtd: New file.
665         * Makefile.in (XMLFILES): Add traceframe-info.dtd.
666
667 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
668
669         Base support for <unavailable> value contents.
670
671         * value.h (value_bytes_available): Declare.
672         (mark_value_bytes_unavailable): Declare.
673         * value.c (struct range): New struct.
674         (range_s): New typedef.
675         (ranges_overlap): New function.
676         (range_lessthan): New function.
677         (ranges_contain_p): New function.
678         (struct value) <unavailable>: New field.
679         (value_bytes_available): New function.
680         (mark_value_bytes_unavailable): New function.
681         (require_not_optimized_out): Constify parameter.
682         (require_available): New function.
683         (value_contents_all, value_contents): Require all bytes be
684         available.
685         (value_free): Free `unavailable'.
686         (value_copy): Copy `unavailable'.
687         * valprint.h (val_print_unavailable): Declare.
688         * valprint.c (valprint_check_validity): Rename `offset' parameter
689         to `embedded_offset'.  If printing a scalar, check whether the
690         value chunk is available.
691         (val_print_unavailable): New.
692         (val_print_scalar_formatted): Check whether the value is
693         available.
694         * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
695         pretty-printing unavailable values.
696
697 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
698
699         Fix const/volatile qualifiers of C++ types, PR c++/12328.
700         * c-typeprint.c (c_type_print_args): Update the function comment.  New
701         variable param_type, initialize it.  Remove const/volatile qualifiers
702         for language_cplus and !show_artificial.  Use param_type.
703
704 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
705
706         * symtab.c (find_pc_sect_line): New variable objfile, initialize it
707         from S.  Iterate S using ALL_OBJFILE_SYMTABS.  Verify BV for each S.
708         * symtab.h (struct symtab) <next>: Comment extension.
709
710 2011-02-12  Yao Qi  <yao@codesourcery.com>
711
712         * Makefile.in (CLEANDIRS): Remove duplicated common dir.
713
714 2011-02-11  Yao Qi  <yao@codesourcery.com>
715
716         * common/Makefile.in: Add copyright header.
717
718 2011-02-11  Pedro Alves  <pedro@codesourcery.com>
719
720         * infrun.c (proceed): Move switching out and in of tfind mode from
721         here ...
722         (fetch_inferior_event): ... to here.
723
724 2011-02-11  Yao Qi  <yao@codesourcery.com>
725
726         * Makefile.in: Remove signals.o from COMMON_OBS.  Link
727         libcommon.a.
728         * configure.ac: Add common to sub dir.
729         * configure: Regenerate.
730
731 2011-02-11  Yao Qi  <yao@codesourcery.com>
732
733         Build libcommon.a.
734
735         * common/Makefile.in: New.
736         * common/configure.ac: New.
737         * common/aclocal.m4: New.
738         * common/configure: Generate.
739
740 2011-02-10  Pedro Alves  <pedro@codesourcery.com>
741
742         * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
743         side of the parenthesis.
744
745         Merge from GCC:
746         2010-07-13  Jakub Jelinek  <jakub@redhat.com>
747         * vec.h (VEC_block_remove): Fix comment.
748
749 2011-02-08  Michael Snyder  <msnyder@vmware.com>
750
751         * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
752
753 2011-02-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
754
755         * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
756         in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
757         psubd and paddd.
758
759 2011-02-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
760
761         PR 12361.
762         * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
763         phsubsw.
764         (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
765         (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
766
767 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
768
769         * dwarf2read.c (read_subroutine_type): Set special calling
770         convention flag for functions compiled by IBM XL C for OpenCL.
771         * ppc-sysv-tdep.c: Include "dwarf2.h"
772         (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
773         calling convention.
774         (do_ppc_sysv_return_value): Add FUNC_TYPE argument.  Implement
775         IBM OpenCL vector types calling convention.
776         (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
777         (ppc_sysv_abi_broken_return_value): Likewise.
778         (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
779         types calling convention.
780         (ppc64_sysv_abi_return_value): Likewise.
781         * spu-tdep.c: Include "dwarf2.h"
782         (spu_return_value): Implement IBM OpenCL vector types calling
783         convention.
784
785 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
786
787         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
788         correct ABI for AltiVec vector arguments.
789
790 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
791
792         * valprint.c (val_print): Extend comment.
793         * ada-valprint.c (ada_valprint): Rewrite comment deferring
794         interface explanation to val_print.
795         (ada_val_print_array): Adjust comment to current interface.
796         (print_field_values): Adjust comment to current interface.
797         * c-valprint.c (c_val_print): Rewrite comment deferring interface
798         explanation to val_print.
799         * f-valprint.c (f_val_print): Ditto.
800         * jv-valprint.c (java_val_print): Ditto.
801         * m2-valprint.c (m2_val_print): Ditto.
802         * p-valprint.c (pascal_val_print): Ditto.
803
804 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
805
806         * breakpoint.c (parse_breakpoint_sals): Fix description.
807
808 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
809             Oguz Kayral <oguzkayral@gmail.com>
810
811         * python/py-inferior.c (python_on_normal_stop): New function.
812         (python_on_resume): New function.
813         (python_inferior_exit): New function.
814         (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
815         inferior_exit observers.
816         * python/py-evtregistry.c: New file.
817         * python/py-threadevent.c : New file.
818         * python/py-event.c: New file.
819         * python/py-evts.c: New file.
820         * python/py-continueevent.c: New file.
821         * python/py-bpevent.c: New file.
822         * python/py-signalevent.c: New file.
823         * python/py-exetiedevent.c: New file.
824         * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
825         Move struct breakpoint_object from here...
826         * python/python-internal.h: ... to here.
827         * python/py-event.h: New file.
828         * python/py-events.h: New file.
829         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
830         py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
831         py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
832         (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
833         py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
834         py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
835         Add build rules for all the above.
836
837 2011-02-04  Tom Tromey  <tromey@redhat.com>
838
839         * dwarf2read.c (dwarf2_section_empty_p): New function.
840         (dwarf2_read_section): Use dwarf2_section_empty_p.
841         (dwarf2_section_size): New function.
842         (dwarf2_get_section_info): Unconditionally read section.
843         (dwarf2_read_index): Use dwarf2_section_empty_p.
844         (partial_read_comp_unit_head): Use dwarf2_section_size.
845         (dwarf2_symbol_mark_computed): Likewise.
846
847 2011-02-04 David Daney <ddaney@caviumnetworks.com>
848
849         * NEWS: Add item for "catch syscall" on mips*-linux* targets.
850
851 2011-02-04 David Daney <ddaney@caviumnetworks.com>
852
853         * mips-linux-tdep.c: Include xml-syscall.h.
854         (mips_linux_get_syscall_number): New function.
855         (mips_linux_init_abi): Add calls to
856         mips_linux_get_syscall_number() and set_xml_syscall_file_name().
857         * data-directory/Makefile.in (SYSCALLS_FILES): Add
858         mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
859         * syscalls/mips-n32-linux.xml: New file.
860         * syscalls/mips-n64-linux.xml: New file.
861         * syscalls/mips-o32-linux.xml: New file.
862
863 2011-02-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
864
865         * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
866         Complain about inverted range entries.
867         (dwarf2_record_block_ranges): Likewise.
868
869 2011-02-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
870
871         Fix some typos.
872         * breakpoint.c (update_watchpoint): Fix name of the
873         update_global_location_list function.
874         (print_one_breakpoint): Fix typo.
875         (_initialize_breakpoint): Remove extra space in hbreak help
876         string.
877         * breakpoint.h (struct bp_location) <length>: Fix field
878         description.
879
880 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
881
882         * regcache.c (registers_changed_ptid): Don't explictly always
883         clear `current_regcache'.  Only clear current_thread_ptid and
884         current_thread_arch when PTID matches.  Only reinit the frame
885         cache if PTID matches the current inferior_ptid.  Move alloca(0)
886         call to ...
887         (registers_changed): ... here.
888
889 2011-02-03  Ulrich Weigand  <ulrich.weigand@linaro.org>
890
891         * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
892         starts with __stack_chk_guard as stack guard symbol.
893
894 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
895
896         * disasm.c (compare_lines): Handle the end of sequence markers
897         within the line table to better support disassembling over
898         compilation unit boundaries.
899
900 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
901
902         * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
903         arguments.  Skip in-prologue calls to glibc __aeabi_read_tp
904         implementation even if no symbols are available.
905         (thumb_analyze_prologue): Update call to skip_prologue_function.
906         (arm_analyze_prologue): Likewise.
907
908 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
909
910         * arm-tdep.c: Include "observer.h".
911         (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
912         (arm_exidx_data_key): New static variable.
913         (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
914         (struct arm_exidx_data): Likewise.
915         (arm_exidx_data_free): New function.
916         (arm_compare_exidx_entries): Likewise.
917         (arm_obj_section_from_vma): Likewise.
918         (arm_exidx_new_objfile): Likewise.
919         (arm_find_exidx_entry): Likewise.
920         (arm_exidx_fill_cache): Likewise.
921         (arm_exidx_unwind_sniffer): Likewise.
922         (arm_exidx_unwind): New global variable.
923         (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
924         (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
925         observer.  Register arm_exidx_data_key as objfile data.
926
927 2011-02-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
928
929         * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
930         due to accessing uninitialized variable.  Fix indentation.
931
932 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
933
934         * c-valprint.c (c_value_print): When doing virtual base pointer
935         adjustment, create a new value with adjusted contents rather than
936         changing the contents of the value being printed (and getting it
937         wrong).
938
939 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
940
941         * xml-support.c (xml_find_attribute): New.
942         (xinclude_start_include): Use it.
943         * xml-support.h (xml_find_attribute): Declare.
944         * memory-map.c (memory_map_start_memory)
945         (memory_map_start_property): Use xml_find_attribute.
946         * osdata.c (osdata_start_osdata, osdata_start_column): Use
947         xml_find_attribute.
948         * remote.c (start_thread): Use xml_find_attribute.
949         * solib-target.c (library_list_start_segment)
950         (library_list_start_section, library_list_start_library)
951         (library_list_start_list): Use xml_find_attribute.
952         * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
953         (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
954         (tdesc_start_field): Use xml_find_attribute.
955
956 2011-02-02  Ulrich Weigand  <uweigand@de.ibm.com>
957
958         * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
959         (BUILD_OCL_VTYPES): Update.
960
961 2011-02-02  Joel Brobecker  <brobecker@adacore.com>
962
963         * configure.ac: Work around non-GNU sed limitation when computing
964         python version number.
965         * configure: Regenerate.
966
967 2011-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
968
969         Fix debug printing of TYPE_INSTANCE.
970         * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
971         (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
972
973 2011-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
974
975         Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
976         OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
977         OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
978         * ada-operator.inc: Rename the file to ...
979         * ada-operator.def: ... here, wrap all the entries by macro OP.
980         * expprint.c (op_name_standard): Remove all the entries.  Include
981         "std-operator.def" instead.
982         * expression.h (enum exp_opcode): Include "std-operator.def" and
983         "ada-operator.def".  Move all the entries ...
984         * std-operator.def: ... here, wrap all the entries by macro OP.
985
986 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
987
988         * breakpoint.h (remove_jit_event_breakpoints): New prototype.
989         * breakpoint.c (remove_jit_event_breakpoints): New function.
990         * jit.c (jit_descriptor_addr): Delete.
991         (registering_code): Delete.
992         (clear_int): Delete.
993         (jit_inferior_data): New variable.
994         (struct jit_inferior_data): New type.
995         (get_jit_inferior_data): New function.
996         (jit_inferior_data_cleanup): New function.
997         (jit_read_descriptor): Adjust.
998         (jit_register_code): Adjust.
999         (jit_breakpoint_re_set_internal): New function; move code here ...
1000         (jit_inferior_init): ... from here.
1001         (jit_breakpoint_re_set): Adjust.
1002         (jit_reset_inferior_data_and_breakpoints): New function.
1003         (jit_inferior_created_observer): Adjust.
1004         (jit_inferior_exit_hook): Adjust.
1005         (jit_executable_changed_observer): New function.
1006         (jit_event_handler): Adjust.
1007         (_initialize_jit): Adjust.
1008
1009 2011-01-31  Michael Snyder  <msnyder@vmware.com>
1010
1011         * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
1012         line.
1013
1014 2011-01-31  Tom Tromey  <tromey@redhat.com>
1015
1016         PR python/12216:
1017         * python/python.c (execute_gdb_command): Call
1018         prevent_dont_repeat.
1019         * top.c (suppress_dont_repeat): New global.
1020         (dont_repeat): Use it.
1021         (prevent_dont_repeat): New function.
1022         * command.h (prevent_dont_repeat): Declare.
1023
1024 2011-01-31  Tom Tromey  <tromey@redhat.com>
1025
1026         * infcmd.c (finish_backward): Use breakpoint_set_silent.
1027         * python/py-breakpoint.c (bppy_set_silent): Use
1028         breakpoint_set_silent.
1029         (bppy_set_thread): Use breakpoint_set_thread.
1030         (bppy_set_task): Use breakpoint_set_task.
1031         * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
1032         (breakpoint_set_task): Declare.
1033         (make_breakpoint_silent): Remove.
1034         * breakpoint.c (breakpoint_set_silent): New function.
1035         (breakpoint_set_thread): Likewise.
1036         (breakpoint_set_task): Likewise.
1037         (make_breakpoint_silent): Remove.
1038
1039 2011-01-31  Tom Tromey  <tromey@redhat.com>
1040
1041         * breakpoint.h (user_breakpoint_p): Declare.
1042         * breakpoint.c (user_breakpoint_p): New function.
1043         (breakpoint_1): Use it.
1044         (save_breakpoints): Likewise.
1045
1046 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
1047
1048         * configure.ac: Add handling of Python distribution on Windows.
1049         * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
1050         sysconfig variables are not defined, then do not use them.
1051         On Windows, if LIBPL is not defined, then use prefix + '/libs'
1052         instead.  On Windows, return all paths using forward-slashes
1053         rather than backslashes.
1054
1055 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
1056
1057         * configure.ac: Remove fallback behavior for building
1058         against Python.  Remove tweaking of Python include path.
1059         Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
1060         (AC_TRY_LIBPYTHON):  Adjust program used in linking test.
1061         If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
1062         Always restore CPPFLAGS and LIBS after linking test.
1063         * configure: Regenerated.
1064         * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
1065         (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
1066         * python/python-internal.h: Adjust includes of Python .h files.
1067
1068 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
1069
1070         * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
1071         in error message.
1072
1073 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
1074
1075         * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
1076         value test.
1077
1078 2011-01-31  Yao Qi  <yao@codesourcery.com>
1079
1080         * arm-linux-nat.c: Update calls to regcache_register_status
1081         instead of regcache_valid_p.
1082         * aix-thread.c: Likewise.
1083         * i386gnu-nat.c: Likewise.
1084
1085 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1086
1087         Fix crash.
1088         * valops.c (compare_parameters): Verify TYPE_NFIELDS before
1089         touching TYPE_FIELD_ARTIFICIAL.
1090
1091 2011-01-28  Richard Earnshaw  <rearnsha@arm.com>
1092
1093         * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
1094         Committers.
1095
1096 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
1097
1098         * tracepoint.c (tfile_xfer_partial): If there's no traceframe
1099         selected, don't try iterating over the traceframe's blocks.
1100         (tfile_has_stack): If there's no traceframe selected, then there's
1101         no stack.
1102         (tfile_has_registers): If there's no traceframe selected, then
1103         there's no registers.
1104
1105 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
1106
1107         * target.c (memory_xfer_partial): No need to restore shadows if we
1108         haven't read anything.
1109
1110 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
1111
1112         * mips-tdep.c (mips_print_register): Use get_frame_register_value
1113         and val_print_scalar_formatted.
1114
1115 2011-01-27  Pedro Alves  <pedro@codesourcery.com>
1116
1117         * tracepoint.c (tfile_read): New.
1118         (tfile_open): Use it.
1119         (tfile_get_traceframe_address): Use it.
1120         (tfile_trace_find): Use it.
1121         (walk_blocks_callback_func): New typedef.
1122         (match_blocktype): New function.
1123         (traceframe_walk_blocks): New function.
1124         (traceframe_find_block_type): New function.
1125         (tfile_fetch_registers, tfile_xfer_partial)
1126         (tfile_get_trace_state_variable_value): Use
1127         traceframe_find_block_type and tfile_read.
1128
1129 2011-01-26  Kevin Buettner  <kevinb@redhat.com>
1130
1131         * remote-mips.c: Add internationalization mark ups.  Remove
1132         trailing \n from already marked up strings.
1133
1134 2011-01-26  Tom Tromey  <tromey@redhat.com>
1135
1136         * python/py-prettyprint.c (print_string_repr): Clear
1137         'addressprint' option when calling val_print_string.
1138         (print_children): Handle Val_pretty_default.  Clear 'addressprint'
1139         option when calling val_print_string.
1140
1141 2011-01-26  Tom Tromey  <tromey@redhat.com>
1142
1143         * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
1144         GDB_PY_LL_ARG.
1145         * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
1146         macros.
1147         (gdb_py_longest, gdb_py_ulongest): New typedefs.
1148         (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
1149         (gdb_py_long_as_ulongest): New defines.
1150         (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
1151         (gdb_py_int_as_long): Declare.
1152         * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
1153         GDB_PY_LL_ARG, gdb_py_object_from_longest.
1154         (valpy_long): Add comment.
1155         * python/py-utils.c (get_addr_from_python): Use
1156         gdb_py_long_as_ulongest.  Handle overflow properly.
1157         (gdb_py_object_from_longest): New function.
1158         (gdb_py_object_from_ulongest): Likewise.
1159         (gdb_py_int_as_long): Likewise.
1160         * python/py-type.c (typy_array): Use gdb_py_int_as_long.
1161         * python/py-symtab.c (salpy_get_pc): Use
1162         gdb_py_long_from_ulongest.
1163         (salpy_get_line): Use PyInt_FromLong.
1164         * python/py-param.c (set_parameter_value): Use
1165         gdb_py_int_as_long.
1166         * python/py-lazy-string.c (stpy_get_address): Use
1167         gdb_py_long_from_ulongest.
1168         * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
1169         * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
1170         * python/py-breakpoint.c (bppy_set_thread): Use
1171         gdb_py_int_as_long.
1172         (bppy_set_task): Likewise.
1173         (bppy_set_ignore_count): Likewise.
1174         (bppy_set_hit_count): Likewise.
1175         * python/py-block.c (blpy_get_start): Use
1176         gdb_py_object_from_ulongest.
1177         (blpy_get_end): Likewise.
1178         (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
1179
1180 2011-01-25  Mathieu Lacage  <mathieu.lacage@inria.fr>
1181
1182         PR/symtab 11766:
1183         * gdb/objfiles.h (struct objfile) <addr_low>: New field.
1184         * gdb/solib.c (solib_read_symbols): Check for addr_low in
1185         equality test for objfile, initialize addr_low if needed.
1186
1187 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1188
1189         * tui/tui-regs.c (tui_register_format): Remove dead code.
1190
1191 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1192
1193         * printcmd.c (print_formatted): Use val_print_scalar_formatted
1194         instead of print_scalar_formatted.
1195         (print_scalar_formatted): Don't handle 's' format strings here,
1196         and add an assertion that we never see such format here.
1197         * valprint.h (val_print_scalar_formatted): Declare.
1198         * valprint.c (val_print_scalar_formatted): New.
1199         * c-valprint.c (c_val_print): Use val_print_scalar_formatted
1200         instead of print_scalar_formatted.
1201         * jv-valprint.c (java_val_print): Ditto.
1202         * p-valprint.c (pascal_val_print): Ditto.
1203         * ada-valprint.c (ada_val_print_1): Ditto.
1204         * f-valprint.c (f_val_print): Ditto.
1205         * infcmd.c (registers_info): Ditto.
1206         * m2-valprint.c (m2_val_print): Ditto.
1207
1208 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1209
1210         * m2-valprint.c (print_unbounded_array): Pass
1211         value_contents_for_printing rather than value_contents, to
1212         m2_print_array_contents.  Also pass in the value.
1213
1214 2011-01-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1215
1216         * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
1217         (save_gdb_index_command): Switch to .gdb_index version 4.
1218
1219 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1220
1221         * mi/mi-main.c (get_register): Use get_frame_register_value rather
1222         than frame_register, and always pass a valid value to val_print.
1223
1224 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1225
1226         Centralize printing "<optimized out>".
1227
1228         * valprint.h (val_print_optimized_out): Declare.
1229         * cp-valprint.c (cp_print_value_fields): Use
1230         val_print_optimized_out.
1231         * jv-valprint.c (java_print_value_fields): Ditto.
1232         * p-valprint.c (pascal_object_print_value_fields): Ditto.
1233         * printcmd.c (print_formatted): Ditto.
1234         * valprint.c (valprint_check_validity): Ditto.
1235         (value_check_printable): Ditto.
1236         (val_print_optimized_out): New.
1237
1238 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1239
1240         * infcmd.c (default_print_registers_info): Allocate values so to
1241         never pass a NULL value to val_print.
1242
1243 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1244
1245         * cp-valprint.c (cp_print_value): Treat the 'skip' local as
1246         boolean.  Make sure to always pass a value that matches the
1247         contents buffer to callees.  Preserve `address' for following
1248         iterations.
1249         * value.c (value_contents_for_printing_const): New.
1250         (value_address): Constify value argument.
1251         * value.h (value_contents_for_printing_const): Declare.
1252         (value_address): Constify value argument.
1253
1254 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1255
1256         * regcache.c (struct regcache_descr): Rename
1257         sizeof_raw_register_valid_p field to sizeof_raw_register_status,
1258         and sizeof_cooked_register_valid_p to
1259         sizeof_cooked_register_status.
1260         (init_regcache_descr): Adjust.
1261         (struct regcache): Rename register_valid_p field to
1262         register_status.
1263         (regcache_xmalloc_1, regcache_xfree, regcache_save)
1264         (do_cooked_read): Adjust.
1265         (regcache_valid_p): Rename to ...
1266         (regcache_register_status): ... this.  Adjust.
1267         (regcache_invalidate): Adjust.
1268         (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
1269         Adjust.
1270         (regcache_raw_supply): Adjust.  If buf i NULL, mark the register
1271         as unavailable, not valid.
1272         (regcache_dump): Adjust.
1273         * regcache.h (enum register_status): New.
1274         (regcache_register_status): Declare.
1275         (regcache_invalidate): Delete declaration.
1276         * corelow.c (get_core_registers): Adjust.
1277         * tracepoint.c (tfile_fetch_registers): Adjust.
1278         * trad-frame.c (REG_VALUE): Rename to ...
1279         (TF_REG_VALUE): ... this.
1280         (REG_UNKNOWN): Rename to ...
1281         (TF_REG_UNKNOWN): ... this.
1282         (trad_frame_set_value, trad_frame_set_unknown): Adjust.
1283         * mi/mi-main.c (register_changed_p): Adjust.
1284
1285 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1286
1287         * regcache.c (struct regcache_descr): Remove outdated comment.
1288         (init_regcache_descr): Remove sizeof_raw_register_valid_p
1289         overallocate hack.
1290         (regcache_xmalloc): Rename to ...
1291         (regcache_xmalloc_1): ... this.  Add `readonly_p' parameter.
1292         Allocate the regcache type accordingly.
1293         (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
1294         (regcache_xfree): Asser the source is also readonly.  Copy sizeof
1295         cooked registers, not raw.
1296         (regcache_dup_no_passthrough): Delete.
1297         (get_thread_arch_regcache): Use regcache_xmalloc_1.
1298         * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
1299         mention obsolete write_register_bytes.
1300         * regcache.h (regcache_dup_no_passthrough): Delete declaration.
1301
1302 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1303
1304         Stop remote_read_bytes from handling partial reads itself.
1305
1306         * remote-fileio.c: Include target.h.
1307         (remote_fileio_write_bytes): Delete.
1308         (remote_fileio_func_open, remote_fileio_func_write)
1309         (remote_fileio_func_rename, remote_fileio_func_unlink): Use
1310         target_read_memory.
1311         (remote_fileio_func_stat): Use target_read_memory and
1312         target_write_memory.
1313         (remote_fileio_func_gettimeofday): Use target_write_memory.
1314         (remote_fileio_func_system): Use target_read_memory.
1315         * remote.c (remote_write_bytes): Make it static.
1316         (remote_read_bytes): Don't handle partial reads here.
1317         * remote.h (remote_read_bytes): Delete declaration.
1318
1319 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1320
1321         Simplify XML parsing a bit.
1322
1323         * xml-support.h (gdb_xml_parse_quick): Declare.
1324         * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
1325         from gdb_xml_create_parser_and_cleanup, and added `old_chain'
1326         parameter.
1327         (gdb_xml_create_parser_and_cleanup): Reimplement on top of
1328         gdb_xml_create_parser_and_cleanup_1.
1329         (gdb_xml_parse_quick): New.
1330         * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
1331         * osdata.c (osdata_parse): Ditto.
1332         * remote.c (remote_threads_info): Ditto.
1333         * solib-target.c (solib_target_parse_libraries): Ditto.
1334         * xml-syscall.c (syscall_parse_xml): Ditto.
1335         * xml-tdesc.c (tdesc_parse_xml): Ditto.
1336
1337 2011-01-24  Kevin Buettner  <kevinb@redhat.com>
1338
1339         * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
1340         with remote-mips.o added to gdb_target_obs.
1341         * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
1342
1343 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
1344
1345         * ada-valprint.c (val_print_packed_array_elements): Pass the
1346         correct struct value to val_print.
1347         (ada_val_print_1): Ditto.
1348
1349 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
1350
1351         Don't lose embedded_offset in printing routines throughout.
1352
1353         * valprint.h (val_print_array_elements): Change prototype.
1354         * valprint.c (val_print_array_elements): Add `embedded_offset'
1355         parameter, and adjust to pass it down to val_print, while passing
1356         `valaddr' or `address' unmodified.  Take embedded_offset into
1357         account when checking repetitions.
1358         * c-valprint.c (c_val_print): Pass embedded_offset to
1359         val_print_array_elements instead of adjusting `valaddr' and
1360         `address'.
1361         * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
1362         embedded_offset to val_print_array_elements instead of adjusting
1363         `valaddr'.
1364         * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
1365         * p-valprint.c (pascal_val_print): Pass embedded_offset to
1366         val_print_array_elements and pascal_object_print_value_fields
1367         instead of adjusting `valaddr'.
1368         (pascal_object_print_value_fields): Add `offset' parameter, and
1369         adjust to use it.
1370         (pascal_object_print_value): Add `offset' parameter, and adjust to
1371         use it.
1372         (pascal_object_print_static_field): Use
1373         value_contents_for_printing/value_embedded_offset, rather than
1374         value_contents.
1375         * ada-valprint.c (val_print_packed_array_elements): Add `offset'
1376         parameter, and adjust to use it.  Use
1377         value_contents_for_printing/value_embedded_offset, rather than
1378         value_contents.
1379         (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
1380         (ada_val_print_array): Add `offset' parameter, and adjust to use
1381         it.
1382         (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
1383         `embedded_offset' to `offset'.  Don't re-adjust `valaddr'.
1384         Instead work with offsets.  Use
1385         value_contents_for_printing/value_embedded_offset, rather than
1386         value_contents.  Change `defer_val_int' local type to CORE_ADDR,
1387         and use value_from_pointer to extract a target pointer, rather
1388         than value_from_longest.
1389         (print_variant_part): Add `offset' parameter.  Replace
1390         `outer_valaddr' parameter by a new `outer_offset' parameter.
1391         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
1392         (ada_value_print): Use
1393         value_contents_for_printing/value_embedded_offset, rather than
1394         value_contents.
1395         (print_record): Add `offset' parameter, and adjust to pass it
1396         down.
1397         (print_field_values): Add `offset' parameter.  Replace
1398         `outer_valaddr' parameter by a new `outer_offset' parameter.
1399         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
1400         Use value_contents_for_printing/value_embedded_offset, rather than
1401         value_contents.
1402         * d-valprint.c (dynamic_array_type): Use
1403         value_contents_for_printing/value_embedded_offset, rather than
1404         value_contents.
1405         * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
1406         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
1407         (java_print_value_fields): Take `offset' into account.  Don't
1408         re-adjust `valaddr'.  Instead pass down adjusted offsets.
1409         (java_val_print): Take `embedded_offset' into account.  Pass it to
1410         java_print_value_fields.
1411         * f-valprint.c (f77_print_array_1): Add `embedded_offset'
1412         parameter.  Don't re-adjust `valaddr' or `address'.  Instead pass
1413         down adjusted offsets.
1414         (f77_print_array): Add `embedded_offset' parameter.  Pass it down.
1415         (f_val_print): Take `embedded_offset' into account.
1416
1417 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
1418
1419         * inflow.c: Include "gdbcmd.h".
1420         (interactive_mode): New static global, moved here from top.c.
1421         (show_interactive_mode): New function, moved here from top.c.
1422         use gdb_has_a_terminal instead of input_from_terminal_p to
1423         determine the current mode.
1424         (gdb_has_a_terminal): Add handling of the "iteractive-mode"
1425         setting.
1426         (_initialize_inflow): Add the "set/show interactive-mode"
1427         commands.  Moved here from top.c, after having adjusted slightly
1428         the help text.
1429         * top.c (interactive_mode, show_interactive_mode): Delete, moved
1430         to inflow.c.
1431         (input_from_terminal_p): Remove handling of "interactive-mode"
1432         setting, moved to infow.c.
1433         (init_main): Remove creation of the "set/show interactive-mode"
1434         commands, moved to inflow.c.
1435
1436 2011-01-19  Joel Brobecker  <brobecker@adacore.com>
1437
1438         * NEWS: Add entry for native ia64-hpux support.
1439
1440 2011-01-19  Tom Tromey  <tromey@redhat.com>
1441
1442         PR mi/8618:
1443         * thread.c (free_thread): Free 'name'.
1444         (print_thread_info): Emit thread name.  Change CLI output.
1445         (thread_name_command): New function.
1446         (do_captured_thread_select): Emit newline.
1447         (_initialize_thread): Register 'thread name' command.
1448         * target.h (struct target_ops) <to_thread_name>: New field.
1449         (target_thread_name): New macro.
1450         * target.c (update_current_target): Handle to_thread_name.
1451         * python/py-infthread.c (thpy_get_name): New function.
1452         (thpy_set_name): Likewise.
1453         (thread_object_getset): Add "name".
1454         * linux-nat.c (linux_nat_thread_name): New function.
1455         (linux_nat_add_target): Set to_thread_name.
1456         * gdbthread.h (struct thread_info) <name>: New field.
1457
1458 2011-01-18  Joel Brobecker  <brobecker@adacore.com>
1459
1460         * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
1461         (ada_val_print_1): Likewise.
1462
1463 2011-01-18  Joel Brobecker  <brobecker@adacore.com>
1464
1465         * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
1466         upper limit address is not greater than the function end address
1467         when the upper limit could not be computed using the debugging
1468         info.
1469
1470 2011-01-17  Tom Tromey  <tromey@redhat.com>
1471
1472         * cli/cli-cmds.c (apropos_command): Free the compiled regex.  Use
1473         get_regcomp_error.
1474         * utils.c: Include gdb_regex.h.
1475         (do_regfree_cleanup): New function.
1476         (make_regfree_cleanup): Likewise.
1477         (get_regcomp_error): Likewise.
1478         * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
1479
1480 2011-01-17  Tom Tromey  <tromey@redhat.com>
1481
1482         * cli/cli-cmds.c (apropos_command): Fix formatting.  Don't call
1483         re_compile_fastmap.
1484
1485 2011-01-17  Pierre Muller  <muller@ics.u-strasbg.fr>
1486
1487         * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
1488         for internal variables.
1489         (last_was_structop): New static variable.
1490         (COMPLETE): New token.
1491         (field_exp): New rule to group all '.' suffix handling.
1492         Add mark_struct_expression calls when approriate to be able
1493         to correctly find fields for completion.
1494         (yylex): Adapt to handle field completion and set INTVAR when
1495         required.
1496
1497 2011-01-14  Yao Qi  <yao@codesourcery.com>
1498
1499         * arm-tdep.c (arm_register_reggroup_p): FPS register is in
1500         save_reggroup, restore_reggroup and all_reggroup.
1501
1502 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
1503
1504         * ada-valprint. (ada_printchar): Use the correct type length
1505         in call to ada_emit_char.
1506         * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
1507
1508 2011-01-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1509
1510         * solib-som.h (hpux_major_release): Declare variable here.
1511         * solib-som.c:  Remove <sys/utsname.h> header.
1512         (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
1513         (hpux_major_release): Make global, change default value to
1514         DEFAULT_HPUX_MAJOR_RELEASE.
1515         (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE. 
1516         * hppa-hpux-nat.c: Add <sys/utsname.h> include.
1517         Add "solib-som.h" header.
1518         (set_hpux_major_release): New function.
1519         (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
1520
1521 2011-01-14  Mike Frysinger  <vapier@gentoo.org>
1522
1523         * configure.tgt (*-*-uclinux*): Match more Linux os targets
1524
1525 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
1526
1527         * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
1528         new-line at end of warning message.
1529         (ia64_hpux_store_register): Remove trailing new-line at end of
1530         error message.
1531         * ia64-hpux-tdep.c: Rephrase comment.
1532         * solib-ia64-hpux.c (struct dld_info): Change type of field
1533         dld_flags from "long long" to ULONGEST.
1534
1535 2011-01-14  Pedro Alves  <pedro@codesourcery.com>
1536
1537         * target.h (deprecated_child_ops): Delete declaration.
1538         * target.c (deprecated_child_ops): Delete definition.
1539
1540 2011-01-14  Pedro Alves  <pedro@codesourcery.com>
1541
1542         * Makefile.in (hpux-thread.o): Delete rule.
1543         * configure.ac: Don't check for HPUX DCE threads support.
1544         * configure, config.in: Regenerate.
1545         * hppa-hpux-nat.c (child_suppress_run): Delete.
1546         (hppa_hpux_child_can_run): Delete.
1547         (_initialize_hppa_hpux_nat): Don't override to_can_run.
1548         * hpux-thread.c: Delete.
1549
1550 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1551
1552         * hpux-thread.c (hpux_pid_to_str): Delete.
1553
1554 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1555
1556         * ada-valprint.c (ada_emit_char): Remove strange code.
1557         Check that c is <= UCHAR_MAX before passing it to isascii.
1558         (char_at): Do not assume that TYPE_LEN is either 1 or 2.
1559
1560 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1561
1562         * top.c (input_from_terminal_p): Restrict the use of interactive_mode
1563         to the case where instream is stdin.
1564
1565 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1566
1567         * ia64-tdep.h (struct regcache): Forward declare.
1568         (struct ia64_infcall_ops): New struct type.
1569         (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
1570         and "infcall_ops".
1571         * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
1572         Renames ia64_find_global_pointer.
1573         (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
1574         (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
1575         (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
1576         methods.
1577         (ia64_infcall_ops): New static global constant.
1578         (ia64_gdbarch_init): Set tdep->infcall_ops.
1579         * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
1580         (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
1581         * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
1582         (ia64_hpux_dummy_code): New static global constant.
1583         (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
1584         (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
1585         (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
1586         New function.
1587         (ia64_hpux_infcall_ops): New static global constant.
1588         (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
1589         for inferior function calls to work properly on ia64-hpux.
1590
1591 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1592
1593         * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
1594         * ia64-tdep.h (struct frame_info): forward declaration.
1595         (struct gdbarch_tdep): Add field size_of_register_frame.
1596         * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
1597         to determine the size of the register frame.
1598         (ia64_size_of_register_frame): New function.
1599         (ia64_gdbarch_init): Set tdep->size_of_register_frame.
1600         * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
1601         (IA64_HPUX_UREG_REASON): New macro.
1602         (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
1603         New functions.
1604         (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
1605         * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
1606         (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
1607         objects.
1608
1609 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1610
1611         Add support for ia64-hpux.
1612         * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
1613         ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
1614
1615         * configure.host: Add handling for ia64-hpux hosts.  Add associated
1616         floatformats.
1617         * configure.tgt: Add handling for ia64-hpux targets.
1618         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
1619         (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
1620         (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
1621
1622 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1623
1624         [ttrace] Compute thread list immediately after attach.
1625         * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
1626         New subprogram.
1627         (inf_ttrace_attach): Use it.
1628
1629 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1630
1631         * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
1632         if we could not determine the frame's function address.  Instead,
1633         use the frame's PC, and then continue.
1634
1635 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1636
1637         * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
1638         not already defined.
1639
1640 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1641
1642         * ia64-tdep.c (ia64_struct_type_p): New function.
1643         (ia64_extract_return_value): Handle integral values that are
1644         less than 8 bytes long.
1645         (ia64_push_dummy_call): Likewise.
1646
1647 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1648
1649         * ia64-tdep.c (floatformat_ia64_ext_little): Renames
1650         floatformat_ia64_ext.
1651         (floatformat_ia64_ext_big): New static const.
1652         (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
1653
1654 2011-01-12  Tom Tromey  <tromey@redhat.com>
1655
1656         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
1657         messages.
1658         * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
1659         (mi_cmd_thread_list_ids): Likewise.
1660         (mi_cmd_data_list_changed_registers): Likewise.
1661         (mi_cmd_data_list_register_values): Likewise.
1662         (mi_cmd_data_write_register_values): Likewise.
1663         (mi_cmd_data_evaluate_expression): Likewise.
1664         (mi_cmd_data_read_memory): Likewise.
1665         (mi_cmd_data_read_memory_bytes): Likewise.
1666         (mi_cmd_data_write_memory): Likewise.
1667         (mi_cmd_enable_timings): Likewise.
1668         * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
1669         * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
1670         (mi_cmd_var_delete): Likewise.
1671         (mi_cmd_var_set_format): Likewise.
1672         (mi_cmd_var_show_format): Likewise.
1673         (mi_cmd_var_info_num_children): Likewise.
1674         (mi_cmd_var_list_children): Likewise.
1675         (mi_cmd_var_info_type): Likewise.
1676         (mi_cmd_var_info_expression): Likewise.
1677         (mi_cmd_var_show_attributes): Likewise.
1678         (mi_cmd_var_assign): Likewise.
1679         (mi_cmd_var_update): Likewise.
1680         (mi_cmd_enable_pretty_printing): Likewise.
1681         (mi_cmd_var_set_update_range): Likewise.
1682         * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
1683         messages.
1684         (mi_cmd_target_file_put): Likewise.
1685         (mi_cmd_target_file_delete): Likewise.
1686         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
1687         messages.
1688         (mi_cmd_stack_info_depth): Likewise.
1689         (mi_cmd_stack_list_locals): Likewise.
1690         (mi_cmd_stack_list_args): Likewise.
1691         (mi_cmd_stack_select_frame): Likewise.
1692         (mi_cmd_stack_select_frame): Likewise.
1693         (mi_cmd_stack_info_frame): Likewise.
1694         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
1695         messages.
1696         (mi_cmd_file_list_exec_source_files): Likewise.
1697         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
1698         (mi_cmd_env_cd): Likewise.
1699         (mi_cmd_env_path): Likewise.
1700         (mi_cmd_env_dir): Likewise.
1701         (mi_cmd_inferior_tty_show): Likewise.
1702         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
1703         * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
1704         (mi_cmd_break_watch): Likewise.
1705
1706 2011-01-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1707
1708         * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
1709         (ppc_linux_insert_hw_breakpoint): Likewise.
1710         (ppc_linux_remove_hw_breakpoint): Likewise.
1711         (ppc_linux_insert_watchpoint): Likewise.
1712
1713 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
1714             Jan Kratochvil  <jan.kratochvil@redhat.com>
1715
1716         PR fortran/11104 and DWARF unbound arrays detection.
1717         * dwarf2read.c (read_subrange_type): Set zero length on unspecified
1718         upper bound.  Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
1719         unspecified upper bound.
1720         * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
1721         variables array_size_array, tmp_type and offset_item.  New variable
1722         array.  Remove call to f77_get_upperbound.  New variables array_type
1723         and index.  Call value_subscripted_rvalue for each dimenasion.  Remove
1724         the final call to deprecated_set_value_type.
1725
1726 2011-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1727
1728         Make value allocations more lazy.
1729         * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
1730         instead of allocate_value and set_value_lazy when possible.
1731         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy 
1732         instead of allocate_value and set_value_lazy.
1733         * findvar.c (value_of_register_lazy): Likewise.
1734         (read_var_value): Remove V preallocation, call just check_typedef in
1735         advance.  Move allocate_value to LOC_CONST, LOC_LABEL, 
1736         LOC_CONST_BYTES.  Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
1737         LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK.  Set ADDR instead of
1738         set_value_address and break in LOC_BLOCK.  Use allocate_value_lazy and
1739         remove lval_memory set in LOC_REGPARM_ADDR.  Use allocate_value_lazy
1740         in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT.  Add setting lval_memory at
1741         the end, remove set_value_lazy there.
1742         * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
1743         instead of allocate_value and set_value_lazy when possible.
1744         * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
1745         * value.c (allocate_computed_value): Use allocate_value_lazy instead
1746         of allocate_value and set_value_lazy.
1747         (value_from_contents_and_address): Use allocate_value_lazy instead of
1748         allocate_value and set_value_lazy when possible.
1749
1750 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
1751
1752         * disasm.c (dump_insns): Support dumping opcodes for MI.
1753         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
1754         dumping of instruction opcodes.
1755
1756 2011-01-09  Robert Millan  <rmh@gnu.org>  (tiny patch)
1757
1758         * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
1759         appropiately.
1760
1761 2011-01-11  Tom Tromey  <tromey@redhat.com>
1762
1763         * thread.c (do_captured_thread_select): Emit newline before
1764         printing frame.
1765
1766 2011-01-11  Michael Snyder  <msnyder@vmware.com>
1767
1768         * s390-tdep.c: Comment cleanup, mostly periods and spaces.
1769         * score-tdep.c: Ditto.
1770         * score-tdep.h: Ditto.
1771         * ser-base.c: Ditto.
1772         * ser-go32.c: Ditto.
1773         * serial.c: Ditto.
1774         * serial.h: Ditto.
1775         * ser-mingw.c: Ditto.
1776         * ser-pipe.c: Ditto.
1777         * ser-tcp.c: Ditto.
1778         * ser-unix.c: Ditto.
1779         * sh64-tdep.c: Ditto.
1780         * shnbsd-nat.c: Ditto.
1781         * sh-tdep.c: Ditto.
1782         * sh-tdep.h: Ditto.
1783         * solib.c: Ditto.
1784         * solib-darwin.c: Ditto.
1785         * solib-frv.c: Ditto.
1786         * solib.h: Ditto.
1787         * solib-irix.c: Ditto.
1788         * solib-osf.c: Ditto.
1789         * solib-pa64.c: Ditto.
1790         * solib-som.c: Ditto.
1791         * solib-spu.c: Ditto.
1792         * solib-sunos.c: Ditto.
1793         * solib-svr4.c: Ditto.
1794         * solist.h: Ditto.
1795         * sol-thread.c: Ditto.
1796         * somread.c: Ditto.
1797         * source.c: Ditto.
1798         * source.h: Ditto.
1799         * sparc64-linux-tdep.c: Ditto.
1800         * sparc64-tdep.c: Ditto.
1801         * sparc-linux-nat.c: Ditto.
1802         * sparc-linux-tdep.c: Ditto.
1803         * sparc-sol2-nat.c: Ditto.
1804         * sparc-sol2-tdep.c: Ditto.
1805         * sparc-tdep.c: Ditto.
1806         * sparc-tdep.h: Ditto.
1807         * spu-tdep.c: Ditto.
1808         * stabsread.c: Ditto.
1809         * stabsread.h: Ditto.
1810         * stack.c: Ditto.
1811         * symfile.c: Ditto.
1812         * symfile.h: Ditto.
1813         * symmisc.c: Ditto.
1814         * symtab.c: Ditto.
1815         * symtab.h: Ditto.
1816         * target.c: Ditto.
1817         * target-descriptions.c: Ditto.
1818         * target-descriptions.h: Ditto.
1819         * target.h: Ditto.
1820         * target-memory.c: Ditto.
1821         * terminal.h: Ditto.
1822         * thread.c: Ditto.
1823         * top.c: Ditto.
1824         * tracepoint.c: Ditto.
1825         * tracepoint.h: Ditto.
1826         * trad-frame.h: Ditto.
1827         * typeprint.c: Ditto.
1828
1829 2011-01-11  Michael Snyder  <msnyder@vmware.com>
1830
1831         * ui-file.c: Comment cleanup, mostly periods and spaces.
1832         * ui-file.h: Ditto.
1833         * ui-out.c: Ditto.
1834         * ui-out.h: Ditto.
1835         * utils.c: Ditto.
1836         * v850-tdep.c: Ditto.
1837         * valarith.c: Ditto.
1838         * valops.c: Ditto.
1839         * valprint.c: Ditto.
1840         * valprint.h: Ditto.
1841         * value.c: Ditto.
1842         * value.h: Ditto.
1843         * varobj.c: Ditto.
1844         * varobj.h: Ditto.
1845         * vax-tdep.c: Ditto.
1846         * vec.c: Ditto.
1847         * vec.h: Ditto.
1848         * version.h: Ditto.
1849         * windows-nat.c: Ditto.
1850         * windows-tdep.c: Ditto.
1851         * xcoffread.c: Ditto.
1852         * xcoffsolib.c: Ditto.
1853         * xml-support.c: Ditto.
1854         * xstormy16-tdep.c: Ditto.
1855         * xtensa-tdep.c: Ditto.
1856         * xtensa-tdep.h: Ditto.
1857
1858 2011-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1859
1860         * breakpoint.c (resources_needed_watchpoint): Fix indentation.
1861         * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
1862
1863 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
1864             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1865
1866         Implement support for PowerPC BookE ranged watchpoints.
1867         * breakpoint.h 
1868         (struct breakpoint_ops) <resources_needed>: New method.
1869         Initialize to NULL in all existing breakpoint_ops instances.
1870         (struct breakpoint) <exact>: New field.
1871         (target_exact_watchpoints): Declare external global.
1872         * breakpoint.c (target_exact_watchpoints): New global flag.
1873         (update_watchpoint): Set b->type to bp_hardware_watchpoint and
1874         b->enable_state to bp_enabled before calling
1875         hw_watchpoint_used_count.
1876         (hw_watchpoint_used_count): Iterate over all bp_locations in a
1877         watchpoint.  Call breakpoint's breakpoint_ops.resources_needed
1878         if available.
1879         (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
1880         if the watchpoint is exact.
1881         (resources_needed_watchpoint): New function.
1882         (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
1883         (watch_command_1): Set b->exact if the user asked for an exact
1884         watchpoint and one can be set.
1885         (can_use_hardware_watchpoint): Add exact_watchpoints argument.
1886         Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
1887         the user asks for an exact watchpoint and one can be set.  Return
1888         number of needed debug registers to watch the expression.
1889         * gdbtypes.c (is_scalar_type): New function, based on
1890         valprint.c:scalar_type_p.
1891         (is_scalar_type_recursive): New function.
1892         * gdbtypes.h (is_scalar_type_recursive): Declare.
1893         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
1894         handle regions when ranged watchpoints are available.
1895         (create_watchpoint_request): New function.
1896         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
1897         create_watchpoint_request.
1898         * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
1899         (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
1900         `set powerpc' and `show powerpc' commands.
1901         * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
1902         Mention documentation comment in the target macro.
1903         (target_region_ok_for_hw_watchpoint): Document return value.
1904
1905 2011-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1906
1907         * breakpoint.c (update_watchpoint): Decide on using a software or
1908         hardware watchpoint after the bp_locations are created.
1909
1910 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1911
1912         Convert hardware watchpoints to use breakpoint_ops.
1913         * breakpoint.h (breakpoint_ops) <insert>: Rename to...
1914         <insert_location>: ... this.  Return int instead of void.
1915         Accept pointer to struct bp_location instead of pointer to
1916         struct breakpoint.  Adapt all implementations.
1917         (breakpoint_ops) <remove>: Rename to... 
1918         <remove_location>: ... this.  Accept pointer to struct bp_location
1919         instead of pointer to struct breakpoint.  Adapt all implementations.
1920         * breakpoint.c (insert_catchpoint): Delete function.
1921         (insert_bp_location): Call the watchpoint or catchpoint's
1922         breakpoint_ops.insert method.
1923         (remove_breakpoint_1): Call the watchpoint or catchpoint's
1924         breakpoint_ops.remove method.
1925         (insert_watchpoint, remove_watchpoint): New functions.
1926         (watchpoint_breakpoint_ops): New structure.
1927         (watch_command_1): Initialize the OPS field.
1928         * inf-child.c (inf_child_insert_fork_catchpoint)
1929         (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
1930         (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
1931         (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
1932         Delete functions.
1933         (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
1934         to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
1935         to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
1936         to_remove_exec_catchpoint and to_set_syscall_catchpoint.
1937         * target.c (update_current_target): Change default implementation of
1938         to_insert_fork_catchpoint, to_remove_fork_catchpoint,
1939         to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1940         to_insert_exec_catchpoint, to_remove_exec_catchpoint and
1941         to_set_syscall_catchpoint to return_one.
1942         (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
1943         (debug_to_insert_exec_catchpoint): Report return value.
1944         * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
1945         (to_insert_exec_catchpoint): Change declaration to return int instead
1946         of void.
1947
1948 2011-01-11  Michael Snyder  <msnyder@vmware.com>
1949
1950         * arm-tdep.c: Internationalization.
1951         * c-lang.c: Ditto.
1952         * charset.c: Ditto.
1953         * fork-child.c: Ditto.
1954         * nto-procfs.c: Ditto.
1955         * ppc-sysv-tdep.c: Ditto.
1956         * procfs.c: Ditto.
1957         * remote-mips.c: Ditto.
1958         * remote.c: Ditto.
1959         * rs6000-nat.c: Ditto.
1960         * rs6000-tdep.c: Ditto.
1961         * target.c: Ditto.
1962         * valops.c: Ditto.
1963         * value.c: Ditto.
1964         * xml-support.c: Ditto.
1965         * mi/mi-cmd-break.c: Ditto.
1966         * mi/mi-cmd-var.c: Ditto.
1967         * mi/mi-interp.c: Ditto.
1968         * mi/mi-main.c: Ditto.
1969
1970 2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
1971
1972         * remote-sim.c (gdbsim_store_register): Update API to
1973         sim_store_register to check more error conditions.
1974
1975 2011-01-10  Michael Snyder  <msnyder@vmware.com>
1976
1977         * nto-procfs.c: Comment cleanup, mostly periods and spaces.
1978         * nto-tdep.c: Ditto.
1979         * nto-tdep.h: Ditto.
1980         * objc-exp.y: Ditto.
1981         * objc-lang.c: Ditto.
1982         * objfiles.c: Ditto.
1983         * objfiles.h: Ditto.
1984         * observer.c: Ditto.
1985         * opencl-lang.c: Ditto.
1986         * osabi.c: Ditto.
1987         * parse.c: Ditto.
1988         * parser-defs.h: Ditto.
1989         * p-exp.y: Ditto.
1990         * p-lang.c: Ditto.
1991         * posix-hdep.c: Ditto.
1992         * ppcbug-rom.c: Ditto.
1993         * ppc-linux-nat.c: Ditto.
1994         * ppc-linux-tdep.c: Ditto.
1995         * ppc-linux-tdep.h: Ditto.
1996         * ppcnbsd-tdep.c: Ditto.
1997         * ppcobsd-tdep.c: Ditto.
1998         * ppcobsd-tdep.h: Ditto.
1999         * ppc-sysv-tdep.c: Ditto.
2000         * ppc-tdep.h: Ditto.
2001         * printcmd.c: Ditto.
2002         * proc-abi.c: Ditto.
2003         * proc-flags.c: Ditto.
2004         * procfs.c: Ditto.
2005         * proc-utils.h: Ditto.
2006         * progspace.h: Ditto.
2007         * prologue-value.c: Ditto.
2008         * prologue-value.h: Ditto.
2009         * psympriv.h: Ditto.
2010         * psymtab.c: Ditto.
2011         * p-typeprint.c: Ditto.
2012         * p-valprint.c: Ditto.
2013         * ravenscar-sparc-thread.c: Ditto.
2014         * ravenscar-thread.c: Ditto.
2015         * ravenscar-thread.h: Ditto.
2016         * record.c: Ditto.
2017         * regcache.c: Ditto.
2018         * regcache.h: Ditto.
2019         * remote.c: Ditto.
2020         * remote-fileio.c: Ditto.
2021         * remote-fileio.h: Ditto.
2022         * remote.h: Ditto.
2023         * remote-m32r-sdi.c: Ditto.
2024         * remote-mips.c: Ditto.
2025         * remote-sim.c: Ditto.
2026         * rs6000-aix-tdep.c: Ditto.
2027         * rs6000-nat.c: Ditto.
2028         * rs6000-tdep.c: Ditto.
2029
2030 2011-01-10  Michael Snyder  <msnyder@vmware.com>
2031
2032         * charset.c (validate): Internationalization.
2033         * coffread.c (read_one_sym): Ditto.
2034         * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
2035         * h8300-tdep.c (H8300_extract_return_value): Ditto.
2036         * inflow.c (new_tty): Ditto.
2037         * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
2038         * m32c-tdep.c (m32c_return_value): Ditto.
2039         * mep-tdep.c (mep_store_return_value): Ditto.
2040         * score-tdep.c (score7_fetch_insn): Ditto.
2041         * ser-mingw.c (pipe_windows_open): Ditto.
2042         * sh64-tdep.c (sh64_extract_return_value): Ditto.
2043         * spu-tdep.c (spu_register_type): Ditto.
2044         * tracepoint.c (trace_find_command): Ditto.
2045         * valarith.c (value_pos): Ditto.
2046
2047 2011-01-10  Joel Brobecker  <brobecker@adacore.com>
2048
2049         * ada-valprint.c (printstr): Minor comment reformatting.
2050
2051 2011-01-08  Michael Snyder  <msnyder@vmware.com>
2052
2053         * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
2054         markup.
2055
2056 2011-01-08  Michael Snyder  <msnyder@vmware.com>
2057
2058         * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
2059         * hppa-hpux-tdep.c: Ditto.
2060         * hppa-linux-nat.c: Ditto.
2061         * hppa-linux-tdep.c: Ditto.
2062         * hppanbsd-tdep.c: Ditto.
2063         * hppa-tdep.c: Ditto.
2064         * hppa-tdep.h: Ditto.
2065         * hpux-thread.c: Ditto.
2066         * i386-cygwin-tdep.c: Ditto.
2067         * i386-darwin-nat.c: Ditto.
2068         * i386gnu-nat.c: Ditto.
2069         * i386-linux-nat.c: Ditto.
2070         * i386-linux-tdep.c: Ditto.
2071         * i386-nat.c: Ditto.
2072         * i386-nat.h: Ditto.
2073         * i386nbsd-tdep.c: Ditto.
2074         * i386-sol2-nat.c: Ditto.
2075         * i386-stub.c: Ditto.
2076         * i386-tdep.c: Ditto.
2077         * i386-tdep.h: Ditto.
2078         * i387-tdep.c: Ditto.
2079         * ia64-linux-nat.c: Ditto.
2080         * ia64-linux-tdep.c: Ditto.
2081         * ia64-tdep.c: Ditto.
2082         * infcall.c: Ditto.
2083         * infcall.h: Ditto.
2084         * infcmd.c: Ditto.
2085         * inferior.c: Ditto.
2086         * inferior.h: Ditto.
2087         * infloop.c: Ditto.
2088         * inflow.c: Ditto.
2089         * infrun.c: Ditto.
2090         * interps.c: Ditto.
2091         * interps.h: Ditto.
2092         * iq2000-tdep.c: Ditto.
2093         * irix5-nat.c: Ditto.
2094         * jit.c: Ditto.
2095         * jit.h: Ditto.
2096         * jv-exp.y: Ditto.
2097         * jv-lang.c: Ditto.
2098         * jv-lang.h: Ditto.
2099         * jv-typeprint.c: Ditto.
2100         * jv-valprint.c: Ditto.
2101         * language.c: Ditto.
2102         * language.h: Ditto.
2103         * linespec.c: Ditto.
2104         * linux-fork.c: Ditto.
2105         * linux-nat.c: Ditto.
2106         * linux-thread-db.c: Ditto.
2107         * lm32-tdep.c: Ditto.
2108
2109 2011-01-08  Michael Snyder  <msnyder@vmware.com>
2110
2111         * m2-exp.y: Comment cleanup, mostly periods and spaces.
2112         * m2-lang.c: Ditto.
2113         * m2-typeprint.c: Ditto.
2114         * m2-valprint.c: Ditto.
2115         * m32c-tdep.c: Ditto.
2116         * m32r-linux-nat.c: Ditto.
2117         * m32r-rom.c: Ditto.
2118         * m32r-tdep.c: Ditto.
2119         * m32r-tdep.h: Ditto.
2120         * m68hc11-tdep.c: Ditto.
2121         * m58klinux-nat.c: Ditto.
2122         * m68k-tdep.c: Ditto.
2123         * m88k-tdep.c: Ditto.
2124         * m88k-tdep.h: Ditto.
2125         * machoread.c: Ditto.
2126         * macrocmd.c: Ditto.
2127         * macroexp.c: Ditto.
2128         * macrotab.c: Ditto.
2129         * main.c: Ditto.
2130         * maint.c: Ditto.
2131         * mdebugread.c: Ditto.
2132         * mdebugread.h: Ditto.
2133         * memattr.c: Ditto.
2134         * memattr.h: Ditto.
2135         * memory-map.h: Ditto.
2136         * mep-tdep.c: Ditto.
2137         * microblaze-rom.c: Ditto.
2138         * microblaze-tdep.c: Ditto.
2139         * minsyms.c: Ditto.
2140         * mips-irix-tdep.c: Ditto.
2141         * mips-linux-nat.c: Ditto.
2142         * mips-linux-tdep.c: Ditto.
2143         * mips-linux-tdep.h: Ditto.
2144         * mipsnbsd-nat.c: Ditto.
2145         * mipsnbsd-tdep.c: Ditto.
2146         * mipsread.c: Ditto.
2147         * mips-tdep.c: Ditto.
2148         * mips-tdep.h: Ditto.
2149         * mn10300-linux-tdep.c: Ditto.
2150         * mn10300-tdep.c: Ditto.
2151         * mn10300-tdep.h: Ditto.
2152         * monitor.c: Ditto.
2153         * monitor.h: Ditto.
2154         * moxie-tdep.c: Ditto.
2155         * moxie-tdep.h: Ditto.
2156         * mt-tdep.c: Ditto.
2157
2158 2011-01-08  Mike Frysinger  <vapier@gentoo.org>
2159
2160         * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
2161
2162 2011-01-08  Robert Millan  <rmh@gnu.org>
2163
2164         * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
2165
2166 2011-01-07  Michael Snyder  <msnyder@vmware.com>
2167
2168         * charset.c (_initialize_charset): Fix typo in string.
2169
2170 2011-01-07  Michael Snyder  <msnyder@vmware.com>
2171
2172         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
2173         for i18n.
2174         * tui/tui-layout.c (tui_set_layout_for_display_command): 
2175         Split line so that operator goes to beginning of line.
2176         * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
2177         assignment out of if statement.
2178
2179 2011-01-07  Michael Snyder  <msnyder@vmware.com>
2180
2181         * ada-lang.c: Comment cleanup, mostly periods and spaces.
2182         * ada-lang.h: Ditto.
2183         * ada-tasks.c: Ditto.
2184         * ada-valprint.c: Ditto.
2185         * aix-threads.c: Ditto.
2186         * alpha-linux-nat.c: Ditto.
2187         * alpha-linux-tdep.c: Ditto.
2188         * alpha-mdebug-tdep.c: Ditto.
2189         * alpha-nat.c: Ditto.
2190         * alpha-osf1-tdep.c: Ditto.
2191         * alpha-tdep.c: Ditto.
2192         * alphabsd-nat.c: Ditto.
2193         * alphabsd-tdep.c: Ditto.
2194         * amd64-darwin-tdep.c: Ditto.
2195         * amd64-linux-nat.c: Ditto.
2196         * amd64-linux-tdep.c: Ditto.
2197         * amd64-sol2-tdep.c: Ditto.
2198         * amd64-tdep.c: Ditto.
2199         * amd64-fbsd-tdep.c: Ditto.
2200         * amd64-nbsd-tdep.c: Ditto.
2201         * amd64-obsd-tdep.c: Ditto.
2202         * amd64-linux-nat.c: Ditto.
2203         * amd64-linux-tdep.c: Ditto.
2204         * arm-tdep.c: Ditto.
2205         * arm-tdep.h: Ditto.
2206         * armnbsd-nat.c: Ditto.
2207         * avr-tdep.c: Ditto.
2208         * bfin-tdep.c: Ditto.
2209         * bsd-kvm.c: Ditto.
2210         * c-typeprintc: Ditto.
2211         * c-valprint.c: Ditto.
2212         * coff-pe-read.h: Ditto.
2213         * coffreead.c: Ditto.
2214         * cris-tdep.c: Ditto.
2215         * d-lang.c: Ditto.
2216         * darwin-nat-info.c: Ditto.
2217         * darwin-nat.c: Ditto.
2218         * dbug-rom.c: Ditto.
2219         * dbxread.c: Ditto.
2220         * dcache.c: Ditto.
2221         * dcache.h: Ditto.
2222         * dec-thread.c: Ditto.
2223         * defs.h: Ditto.
2224         * demangle.c: Ditto.
2225         * dicos-tdep.c: Ditto.
2226         * dictionary.c: Ditto.
2227         * dictionary.h: Ditto.
2228         * dink32-rom.c: Ditto.
2229         * disasm.c: Ditto.
2230         * doublest.c: Ditto.
2231         * dsrec.c: Ditto.
2232         * dummy-frame.c: Ditto.
2233         * dwarf2-frame.c: Ditto.
2234         * dwarf2expr.c: Ditto.
2235         * dwarf2loc.c: Ditto.
2236         * dwarf2read.c: Ditto.
2237         * elfread.c: Ditto.
2238         * environ.c: Ditto.
2239         * eval.c: Ditto.
2240         * event-top.h: Ditto.
2241         * exceptions.c: Ditto.
2242         * exceptions.h: Ditto.
2243         * exec.c: Ditto.
2244         * expprint.c: Ditto.
2245         * expression.h: Ditto.
2246         * f-exp.y: Ditto.
2247         * f-lang.c: Ditto.
2248         * f-lang.h: Ditto.
2249         * f-typeprint.c: Ditto.
2250         * f-valprint.c: Ditto.
2251         * fbsd-nat.c: Ditto.
2252         * findvar.c: Ditto.
2253         * fork-child.c: Ditto.
2254         * frame.c: Ditto.
2255         * frame.h: Ditto.
2256         * frv-linux-tdep.c: Ditto.
2257         * frv-tdep.c: Ditto.
2258         * gcore.c: Ditto.
2259         * gdb-stabs.h: Ditto.
2260         * gdb_assert.h: Ditto.
2261         * gdb_string.h: Ditto.
2262         * gdb_thread_db.h: Ditto.
2263         * gdb_wait.h: Ditto.
2264         * gdbarch.sh: Ditto.
2265         * gdbcore.h: Ditto.
2266         * gdbthread.h: Ditto.
2267         * gdbtypes.c: Ditto.
2268         * gdbtypes.h: Ditto.
2269         * gnu-nat.c: Ditto.
2270         * gnu-nat.h: Ditto.
2271         * gnu-v2-abi.c: Ditto.
2272         * gnu-v3-abi.c: Ditto.
2273         * go32-nat.c: Ditto.
2274         * gdbarch.c: Regenerate.
2275         * gdbarch.h: Regenerate.
2276
2277 2011-01-07  Michael Snyder  <msnyder@vmware.com>
2278
2279         * ax-gdb.c: Adjust some long output strings.
2280         * breakpoint.c: Ditto.
2281         * charset.c: Ditto.
2282         * cp-abi.c: Ditto.
2283         * infcall.c: Ditto.
2284         * infrun.c: Ditto.
2285         * linux-nat.c: Ditto.
2286         * solib-pa64.c: Ditto.
2287         * solib-som.c: Ditto.
2288
2289 2011-01-06  Tom Tromey  <tromey@redhat.com>
2290
2291         PR python/12367:
2292         * NEWS: Add item.
2293         * python/python.c (GdbMethods): Add "newest_frame" method.
2294         * python/python-internal.h (gdbpy_newest_frame): Declare.
2295         * python/py-frame.c (gdbpy_newest_frame): New function.
2296
2297 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2298
2299         * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
2300         * jit.c (jit_debug): New variable.
2301         (show_jit_debug): New function.
2302         (struct target_buffer): Use ULONGEST.
2303         (bfd_open_from_target_memory): Likewise.
2304         (jit_register_code, jit_inferior_init): Add debug output.
2305         (_initialize_jit): Register "debug jit" command.
2306
2307 2011-01-06  Tom Tromey  <tromey@redhat.com>
2308
2309         * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
2310         * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
2311         and ARCH_FRAME.
2312
2313 2011-01-06  Tom Tromey  <tromey@redhat.com>
2314
2315         * python/py-frame.c (frapy_block): Use get_frame_block.
2316
2317 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
2318
2319         Do not stop on SIGPRIO signals by default
2320         * infrun.c (_initialize_infrun): Unset signal_stop and
2321         signal_print for TARGET_SIGNAL_PRIO.
2322
2323 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
2324
2325         * ada-tasks.c: Fix style violation in comment.
2326
2327 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
2328
2329         * linespec.c (decode_compound, find_method): Remove trailing \n
2330         at end of error string.
2331         * solib-irix.c (irix_current_sos): Likewise.
2332         * varobj.c (uninstall_variable): Likewise.
2333
2334 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
2335
2336         * copyright.py: New script.
2337         * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
2338         Launch emacs without exec'ing. Call copyright.py afterwards.
2339
2340 2011-01-05  Michael Snyder  <msnyder@vmware.com>
2341
2342         * addrmap.c: Shorten lines of >= 80 columns.
2343         * arch-utils.c: Ditto.
2344         * arch-utils.h: Ditto.
2345         * ax-gdb.c: Ditto.
2346         * ax-general.c: Ditto.
2347         * bcache.c: Ditto.
2348         * blockframe.c: Ditto.
2349         * breakpoint.c: Ditto.
2350         * buildsym.c: Ditto.
2351         * c-lang.c: Ditto.
2352         * c-typeprint.c: Ditto.
2353         * charset.c: Ditto.
2354         * coffread.c: Ditto.
2355         * command.h: Ditto.
2356         * corelow.c: Ditto.
2357         * cp-abi.c: Ditto.
2358         * cp-namespace.c: Ditto.
2359         * cp-support.c: Ditto.
2360         * dbug-rom.c: Ditto.
2361         * dbxread.c: Ditto.
2362         * defs.h: Ditto.
2363         * dfp.c: Ditto.
2364         * dfp.h: Ditto.
2365         * dictionary.c: Ditto.
2366         * disasm.c: Ditto.
2367         * doublest.c: Ditto.
2368         * dwarf2-frame.c: Ditto.
2369         * dwarf2expr.c: Ditto.
2370         * dwarf2loc.c: Ditto.
2371         * dwarf2read.c: Ditto.
2372         * elfread.c: Ditto.
2373         * eval.c: Ditto.
2374         * event-loop.c: Ditto.
2375         * event-loop.h: Ditto.
2376         * exceptions.h: Ditto.
2377         * exec.c: Ditto.
2378         * expprint.c: Ditto.
2379         * expression.h: Ditto.
2380         * f-lang.c: Ditto.
2381         * f-valprint.c: Ditto.
2382         * findcmd.c: Ditto.
2383         * frame-base.c: Ditto.
2384         * frame-unwind.c: Ditto.
2385         * frame-unwind.h: Ditto.
2386         * frame.c: Ditto.
2387         * frame.h: Ditto.
2388         * gcore.c: Ditto.
2389         * gdb-stabs.h: Ditto.
2390         * gdb_assert.h: Ditto.
2391         * gdb_dirent.h: Ditto.
2392         * gdb_obstack.h: Ditto.
2393         * gdbcore.h: Ditto.
2394         * gdbtypes.c: Ditto.
2395         * gdbtypes.h: Ditto.
2396         * inf-ttrace.c: Ditto.
2397         * infcall.c: Ditto.
2398         * infcmd.c: Ditto.
2399         * inflow.c: Ditto.
2400         * infrun.c: Ditto.
2401         * inline-frame.h: Ditto.
2402         * language.c: Ditto.
2403         * language.h: Ditto.
2404         * libunwind-frame.c: Ditto.
2405         * libunwind-frame.h: Ditto.
2406         * linespec.c: Ditto.
2407         * linux-nat.c: Ditto.
2408         * linux-nat.h: Ditto.
2409         * linux-thread-db.c: Ditto.
2410         * machoread.c: Ditto.
2411         * macroexp.c: Ditto.
2412         * macrotab.c: Ditto.
2413         * main.c: Ditto.
2414         * maint.c: Ditto.
2415         * mdebugread.c: Ditto.
2416         * memattr.c: Ditto.
2417         * minsyms.c: Ditto.
2418         * monitor.c: Ditto.
2419         * monitor.h: Ditto.
2420         * objfiles.c: Ditto.
2421         * objfiles.h: Ditto.
2422         * osabi.c: Ditto.
2423         * p-typeprint.c: Ditto.
2424         * p-valprint.c: Ditto.
2425         * parse.c: Ditto.
2426         * printcmd.c: Ditto.
2427         * proc-events.c: Ditto.
2428         * procfs.c: Ditto.
2429         * progspace.c: Ditto.
2430         * progspace.h: Ditto.
2431         * psympriv.h: Ditto.
2432         * psymtab.c: Ditto.
2433         * record.c: Ditto.
2434         * regcache.c: Ditto.
2435         * regcache.h: Ditto.
2436         * remote-fileio.c: Ditto.
2437         * remote.c: Ditto.
2438         * ser-mingw.c: Ditto.
2439         * ser-tcp.c: Ditto.
2440         * ser-unix.c: Ditto.
2441         * serial.c: Ditto.
2442         * serial.h: Ditto.
2443         * solib-frv.c: Ditto.
2444         * solib-irix.c: Ditto.
2445         * solib-osf.c: Ditto.
2446         * solib-pa64.c: Ditto.
2447         * solib-som.c: Ditto.
2448         * solib-sunos.c: Ditto.
2449         * solib-svr4.c: Ditto.
2450         * solib-target.c: Ditto.
2451         * solib.c: Ditto.
2452         * somread.c: Ditto.
2453         * source.c: Ditto.
2454         * stabsread.c: Ditto.
2455         * stabsread.c: Ditto.
2456         * stack.c: Ditto.
2457         * stack.h: Ditto.
2458         * symfile-mem.c: Ditto.
2459         * symfile.c: Ditto.
2460         * symfile.h: Ditto.
2461         * symmisc.c: Ditto.
2462         * symtab.c: Ditto.
2463         * symtab.h: Ditto.
2464         * target-descriptions.c: Ditto.
2465         * target-memory.c: Ditto.
2466         * target.c: Ditto.
2467         * target.h: Ditto.
2468         * terminal.h: Ditto.
2469         * thread.c: Ditto.
2470         * top.c: Ditto.
2471         * tracepoint.c: Ditto.
2472         * tracepoint.h: Ditto.
2473         * ui-file.c: Ditto.
2474         * ui-file.h: Ditto.
2475         * ui-out.h: Ditto.
2476         * user-regs.c: Ditto.
2477         * user-regs.h: Ditto.
2478         * utils.c: Ditto.
2479         * valarith.c: Ditto.
2480         * valops.c: Ditto.
2481         * valprint.c: Ditto.
2482         * valprint.h: Ditto.
2483         * value.c: Ditto.
2484         * varobj.c: Ditto.
2485         * varobj.h: Ditto.
2486         * vec.h: Ditto.
2487         * xcoffread.c: Ditto.
2488         * xcoffsolib.c: Ditto.
2489         * xcoffsolib.h: Ditto.
2490         * xml-syscall.c: Ditto.
2491         * xml-tdesc.c: Ditto.
2492
2493 2011-01-05  Michael Snyder  <msnyder@vmware.com>
2494
2495         * cli/cli-cmds.c: Shorten lines of >= 80 columns.
2496         * cli/cli-decode.c: Ditto.
2497         * cli/cli-dump.c: Ditto.
2498         * cli/cli-logging.c: Ditto.
2499         * cli/cli-script.c: Ditto.
2500         * cli/cli-setshow.c: Ditto.
2501         * common/signals.c: Ditto.
2502         * mi/mi-cmd-break.c: Ditto.
2503         * mi/mi-cmd-disas.c: Ditto.
2504         * mi/mi-cmd-stack.c: Ditto.
2505         * mi/mi-cmd-var.c: Ditto.
2506         * mi/mi-cmds.c: Ditto.
2507         * mi/mi-common.h: Ditto.
2508         * mi/mi-console.c: Ditto.
2509         * mi/mi-interp.c: Ditto.
2510         * mi/mi-main.c: Ditto.
2511         * osf-share/cma_attr.c: Ditto.
2512         * osf-share/cma_deb_core.h: Ditto.
2513         * osf-share/cma_debug_client.h: Ditto.
2514         * osf-share/cma_handle.h: Ditto.
2515         * osf-share/cma_mutex.h: Ditto.
2516         * osf-share/cma_stack_int.h: Ditto.
2517         * osf-share/cma_tcb_defs.h: Ditto.
2518         * python/py-auto-load.c: Ditto.
2519         * python/py-breakpoint.c: Ditto.
2520         * python/py-cmd.c: Ditto.
2521         * python/py-frame.c: Ditto.
2522         * python/py-objfile.c: Ditto.
2523         * python/py-param.c: Ditto.
2524         * python/py-progspace.c: Ditto.
2525         * python/py-symbol.c: Ditto.
2526         * python/py-value.c: Ditto.
2527         * python/python-internal.h: Ditto.
2528         * python/python.c: Ditto.
2529         * tui/tui-data.c: Ditto.
2530         * tui/tui-disasm.c: Ditto.
2531         * tui/tui-hooks.c: Ditto.
2532         * tui/tui-io.c: Ditto.
2533         * tui/tui-layout.c: Ditto.
2534         * tui/tui-regs.c: Ditto.
2535         * tui/tui-source.c: Ditto.
2536         * tui/tui-stack.c: Ditto.
2537         * tui/tui-win.c: Ditto.
2538         * tui/tui-windata.c: Ditto.
2539         * tui/tui-winsource.c: Ditto.
2540
2541 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
2542
2543         * configure.ac, gdb.1: Copyright year update.
2544
2545 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2546
2547         * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
2548         this_pc_in_block, morestack_msym and morestack_name.  Check for
2549         "__morestack" minimal symbol there.
2550
2551 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
2552
2553         * symfile.c (find_sym_fns): Add call to dont_repeat.
2554
2555 2011-01-01  Joel Brobecker  <brobecker@adacore.com>
2556
2557         Copyright year update in most files (performed by copyright.sh).
2558
2559 2011-01-01  Joel Brobecker  <brobecker@adacore.com>
2560
2561         * top.c (print_gdb_version): Update copyright year in version output.
2562
2563 For older changes see ChangeLog-2010.
2564 \f
2565 Local Variables:
2566 mode: change-log
2567 left-margin: 8
2568 fill-column: 74
2569 version-control: never
2570 coding: utf-8
2571 End: