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