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