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