2011-01-14 Yao Qi <yao@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-01-14 Yao Qi <yao@codesourcery.com>
2
3 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
4 save_reggroup, restore_reggroup and all_reggroup.
5
6 2011-01-14 Joel Brobecker <brobecker@adacore.com>
7
8 * ada-valprint. (ada_printchar): Use the correct type length
9 in call to ada_emit_char.
10 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
11
12 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
13
14 * solib-som.h (hpux_major_release): Declare variable here.
15 * solib-som.c: Remove <sys/utsname.h> header.
16 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
17 (hpux_major_release): Make global, change default value to
18 DEFAULT_HPUX_MAJOR_RELEASE.
19 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
20 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
21 Add "solib-som.h" header.
22 (set_hpux_major_release): New function.
23 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
24
25 2011-01-14 Mike Frysinger <vapier@gentoo.org>
26
27 * configure.tgt (*-*-uclinux*): Match more Linux os targets
28
29 2011-01-14 Joel Brobecker <brobecker@adacore.com>
30
31 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
32 new-line at end of warning message.
33 (ia64_hpux_store_register): Remove trailing new-line at end of
34 error message.
35 * ia64-hpux-tdep.c: Rephrase comment.
36 * solib-ia64-hpux.c (struct dld_info): Change type of field
37 dld_flags from "long long" to ULONGEST.
38
39 2011-01-14 Pedro Alves <pedro@codesourcery.com>
40
41 * target.h (deprecated_child_ops): Delete declaration.
42 * target.c (deprecated_child_ops): Delete definition.
43
44 2011-01-14 Pedro Alves <pedro@codesourcery.com>
45
46 * Makefile.in (hpux-thread.o): Delete rule.
47 * configure.ac: Don't check for HPUX DCE threads support.
48 * configure, config.in: Regenerate.
49 * hppa-hpux-nat.c (child_suppress_run): Delete.
50 (hppa_hpux_child_can_run): Delete.
51 (_initialize_hppa_hpux_nat): Don't override to_can_run.
52 * hpux-thread.c: Delete.
53
54 2011-01-13 Joel Brobecker <brobecker@adacore.com>
55
56 * hpux-thread.c (hpux_pid_to_str): Delete.
57
58 2011-01-13 Joel Brobecker <brobecker@adacore.com>
59
60 * ada-valprint.c (ada_emit_char): Remove strange code.
61 Check that c is <= UCHAR_MAX before passing it to isascii.
62 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
63
64 2011-01-13 Joel Brobecker <brobecker@adacore.com>
65
66 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
67 to the case where instream is stdin.
68
69 2011-01-13 Joel Brobecker <brobecker@adacore.com>
70
71 * ia64-tdep.h (struct regcache): Forward declare.
72 (struct ia64_infcall_ops): New struct type.
73 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
74 and "infcall_ops".
75 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
76 Renames ia64_find_global_pointer.
77 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
78 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
79 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
80 methods.
81 (ia64_infcall_ops): New static global constant.
82 (ia64_gdbarch_init): Set tdep->infcall_ops.
83 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
84 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
85 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
86 (ia64_hpux_dummy_code): New static global constant.
87 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
88 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
89 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
90 New function.
91 (ia64_hpux_infcall_ops): New static global constant.
92 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
93 for inferior function calls to work properly on ia64-hpux.
94
95 2011-01-13 Joel Brobecker <brobecker@adacore.com>
96
97 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
98 * ia64-tdep.h (struct frame_info): forward declaration.
99 (struct gdbarch_tdep): Add field size_of_register_frame.
100 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
101 to determine the size of the register frame.
102 (ia64_size_of_register_frame): New function.
103 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
104 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
105 (IA64_HPUX_UREG_REASON): New macro.
106 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
107 New functions.
108 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
109 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
110 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
111 objects.
112
113 2011-01-13 Joel Brobecker <brobecker@adacore.com>
114
115 Add support for ia64-hpux.
116 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
117 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
118
119 * configure.host: Add handling for ia64-hpux hosts. Add associated
120 floatformats.
121 * configure.tgt: Add handling for ia64-hpux targets.
122 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
123 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
124 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
125
126 2011-01-13 Joel Brobecker <brobecker@adacore.com>
127
128 [ttrace] Compute thread list immediately after attach.
129 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
130 New subprogram.
131 (inf_ttrace_attach): Use it.
132
133 2011-01-13 Joel Brobecker <brobecker@adacore.com>
134
135 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
136 if we could not determine the frame's function address. Instead,
137 use the frame's PC, and then continue.
138
139 2011-01-13 Joel Brobecker <brobecker@adacore.com>
140
141 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
142 not already defined.
143
144 2011-01-13 Joel Brobecker <brobecker@adacore.com>
145
146 * ia64-tdep.c (ia64_struct_type_p): New function.
147 (ia64_extract_return_value): Handle integral values that are
148 less than 8 bytes long.
149 (ia64_push_dummy_call): Likewise.
150
151 2011-01-13 Joel Brobecker <brobecker@adacore.com>
152
153 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
154 floatformat_ia64_ext.
155 (floatformat_ia64_ext_big): New static const.
156 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
157
158 2011-01-12 Tom Tromey <tromey@redhat.com>
159
160 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
161 messages.
162 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
163 (mi_cmd_thread_list_ids): Likewise.
164 (mi_cmd_data_list_changed_registers): Likewise.
165 (mi_cmd_data_list_register_values): Likewise.
166 (mi_cmd_data_write_register_values): Likewise.
167 (mi_cmd_data_evaluate_expression): Likewise.
168 (mi_cmd_data_read_memory): Likewise.
169 (mi_cmd_data_read_memory_bytes): Likewise.
170 (mi_cmd_data_write_memory): Likewise.
171 (mi_cmd_enable_timings): Likewise.
172 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
173 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
174 (mi_cmd_var_delete): Likewise.
175 (mi_cmd_var_set_format): Likewise.
176 (mi_cmd_var_show_format): Likewise.
177 (mi_cmd_var_info_num_children): Likewise.
178 (mi_cmd_var_list_children): Likewise.
179 (mi_cmd_var_info_type): Likewise.
180 (mi_cmd_var_info_expression): Likewise.
181 (mi_cmd_var_show_attributes): Likewise.
182 (mi_cmd_var_assign): Likewise.
183 (mi_cmd_var_update): Likewise.
184 (mi_cmd_enable_pretty_printing): Likewise.
185 (mi_cmd_var_set_update_range): Likewise.
186 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
187 messages.
188 (mi_cmd_target_file_put): Likewise.
189 (mi_cmd_target_file_delete): Likewise.
190 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
191 messages.
192 (mi_cmd_stack_info_depth): Likewise.
193 (mi_cmd_stack_list_locals): Likewise.
194 (mi_cmd_stack_list_args): Likewise.
195 (mi_cmd_stack_select_frame): Likewise.
196 (mi_cmd_stack_select_frame): Likewise.
197 (mi_cmd_stack_info_frame): Likewise.
198 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
199 messages.
200 (mi_cmd_file_list_exec_source_files): Likewise.
201 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
202 (mi_cmd_env_cd): Likewise.
203 (mi_cmd_env_path): Likewise.
204 (mi_cmd_env_dir): Likewise.
205 (mi_cmd_inferior_tty_show): Likewise.
206 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
207 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
208 (mi_cmd_break_watch): Likewise.
209
210 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
211
212 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
213 (ppc_linux_insert_hw_breakpoint): Likewise.
214 (ppc_linux_remove_hw_breakpoint): Likewise.
215 (ppc_linux_insert_watchpoint): Likewise.
216
217 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
218 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 PR fortran/11104 and DWARF unbound arrays detection.
221 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
222 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
223 unspecified upper bound.
224 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
225 variables array_size_array, tmp_type and offset_item. New variable
226 array. Remove call to f77_get_upperbound. New variables array_type
227 and index. Call value_subscripted_rvalue for each dimenasion. Remove
228 the final call to deprecated_set_value_type.
229
230 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 Make value allocations more lazy.
233 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
234 instead of allocate_value and set_value_lazy when possible.
235 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
236 instead of allocate_value and set_value_lazy.
237 * findvar.c (value_of_register_lazy): Likewise.
238 (read_var_value): Remove V preallocation, call just check_typedef in
239 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
240 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
241 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
242 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
243 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
244 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
245 the end, remove set_value_lazy there.
246 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
247 instead of allocate_value and set_value_lazy when possible.
248 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
249 * value.c (allocate_computed_value): Use allocate_value_lazy instead
250 of allocate_value and set_value_lazy.
251 (value_from_contents_and_address): Use allocate_value_lazy instead of
252 allocate_value and set_value_lazy when possible.
253
254 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
255
256 * disasm.c (dump_insns): Support dumping opcodes for MI.
257 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
258 dumping of instruction opcodes.
259
260 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
261
262 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
263 appropiately.
264
265 2011-01-11 Tom Tromey <tromey@redhat.com>
266
267 * thread.c (do_captured_thread_select): Emit newline before
268 printing frame.
269
270 2011-01-11 Michael Snyder <msnyder@vmware.com>
271
272 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
273 * score-tdep.c: Ditto.
274 * score-tdep.h: Ditto.
275 * ser-base.c: Ditto.
276 * ser-go32.c: Ditto.
277 * serial.c: Ditto.
278 * serial.h: Ditto.
279 * ser-mingw.c: Ditto.
280 * ser-pipe.c: Ditto.
281 * ser-tcp.c: Ditto.
282 * ser-unix.c: Ditto.
283 * sh64-tdep.c: Ditto.
284 * shnbsd-nat.c: Ditto.
285 * sh-tdep.c: Ditto.
286 * sh-tdep.h: Ditto.
287 * solib.c: Ditto.
288 * solib-darwin.c: Ditto.
289 * solib-frv.c: Ditto.
290 * solib.h: Ditto.
291 * solib-irix.c: Ditto.
292 * solib-osf.c: Ditto.
293 * solib-pa64.c: Ditto.
294 * solib-som.c: Ditto.
295 * solib-spu.c: Ditto.
296 * solib-sunos.c: Ditto.
297 * solib-svr4.c: Ditto.
298 * solist.h: Ditto.
299 * sol-thread.c: Ditto.
300 * somread.c: Ditto.
301 * source.c: Ditto.
302 * source.h: Ditto.
303 * sparc64-linux-tdep.c: Ditto.
304 * sparc64-tdep.c: Ditto.
305 * sparc-linux-nat.c: Ditto.
306 * sparc-linux-tdep.c: Ditto.
307 * sparc-sol2-nat.c: Ditto.
308 * sparc-sol2-tdep.c: Ditto.
309 * sparc-tdep.c: Ditto.
310 * sparc-tdep.h: Ditto.
311 * spu-tdep.c: Ditto.
312 * stabsread.c: Ditto.
313 * stabsread.h: Ditto.
314 * stack.c: Ditto.
315 * symfile.c: Ditto.
316 * symfile.h: Ditto.
317 * symmisc.c: Ditto.
318 * symtab.c: Ditto.
319 * symtab.h: Ditto.
320 * target.c: Ditto.
321 * target-descriptions.c: Ditto.
322 * target-descriptions.h: Ditto.
323 * target.h: Ditto.
324 * target-memory.c: Ditto.
325 * terminal.h: Ditto.
326 * thread.c: Ditto.
327 * top.c: Ditto.
328 * tracepoint.c: Ditto.
329 * tracepoint.h: Ditto.
330 * trad-frame.h: Ditto.
331 * typeprint.c: Ditto.
332
333 2011-01-11 Michael Snyder <msnyder@vmware.com>
334
335 * ui-file.c: Comment cleanup, mostly periods and spaces.
336 * ui-file.h: Ditto.
337 * ui-out.c: Ditto.
338 * ui-out.h: Ditto.
339 * utils.c: Ditto.
340 * v850-tdep.c: Ditto.
341 * valarith.c: Ditto.
342 * valops.c: Ditto.
343 * valprint.c: Ditto.
344 * valprint.h: Ditto.
345 * value.c: Ditto.
346 * value.h: Ditto.
347 * varobj.c: Ditto.
348 * varobj.h: Ditto.
349 * vax-tdep.c: Ditto.
350 * vec.c: Ditto.
351 * vec.h: Ditto.
352 * version.h: Ditto.
353 * windows-nat.c: Ditto.
354 * windows-tdep.c: Ditto.
355 * xcoffread.c: Ditto.
356 * xcoffsolib.c: Ditto.
357 * xml-support.c: Ditto.
358 * xstormy16-tdep.c: Ditto.
359 * xtensa-tdep.c: Ditto.
360 * xtensa-tdep.h: Ditto.
361
362 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
363
364 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
365 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
366
367 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
368 Thiago Jung Bauermann <bauerman@br.ibm.com>
369
370 Implement support for PowerPC BookE ranged watchpoints.
371 * breakpoint.h
372 (struct breakpoint_ops) <resources_needed>: New method.
373 Initialize to NULL in all existing breakpoint_ops instances.
374 (struct breakpoint) <exact>: New field.
375 (target_exact_watchpoints): Declare external global.
376 * breakpoint.c (target_exact_watchpoints): New global flag.
377 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
378 b->enable_state to bp_enabled before calling
379 hw_watchpoint_used_count.
380 (hw_watchpoint_used_count): Iterate over all bp_locations in a
381 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
382 if available.
383 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
384 if the watchpoint is exact.
385 (resources_needed_watchpoint): New function.
386 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
387 (watch_command_1): Set b->exact if the user asked for an exact
388 watchpoint and one can be set.
389 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
390 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
391 the user asks for an exact watchpoint and one can be set. Return
392 number of needed debug registers to watch the expression.
393 * gdbtypes.c (is_scalar_type): New function, based on
394 valprint.c:scalar_type_p.
395 (is_scalar_type_recursive): New function.
396 * gdbtypes.h (is_scalar_type_recursive): Declare.
397 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
398 handle regions when ranged watchpoints are available.
399 (create_watchpoint_request): New function.
400 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
401 create_watchpoint_request.
402 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
403 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
404 `set powerpc' and `show powerpc' commands.
405 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
406 Mention documentation comment in the target macro.
407 (target_region_ok_for_hw_watchpoint): Document return value.
408
409 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
410
411 * breakpoint.c (update_watchpoint): Decide on using a software or
412 hardware watchpoint after the bp_locations are created.
413
414 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
415
416 Convert hardware watchpoints to use breakpoint_ops.
417 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
418 <insert_location>: ... this. Return int instead of void.
419 Accept pointer to struct bp_location instead of pointer to
420 struct breakpoint. Adapt all implementations.
421 (breakpoint_ops) <remove>: Rename to...
422 <remove_location>: ... this. Accept pointer to struct bp_location
423 instead of pointer to struct breakpoint. Adapt all implementations.
424 * breakpoint.c (insert_catchpoint): Delete function.
425 (insert_bp_location): Call the watchpoint or catchpoint's
426 breakpoint_ops.insert method.
427 (remove_breakpoint_1): Call the watchpoint or catchpoint's
428 breakpoint_ops.remove method.
429 (insert_watchpoint, remove_watchpoint): New functions.
430 (watchpoint_breakpoint_ops): New structure.
431 (watch_command_1): Initialize the OPS field.
432 * inf-child.c (inf_child_insert_fork_catchpoint)
433 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
434 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
435 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
436 Delete functions.
437 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
438 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
439 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
440 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
441 * target.c (update_current_target): Change default implementation of
442 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
443 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
444 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
445 to_set_syscall_catchpoint to return_one.
446 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
447 (debug_to_insert_exec_catchpoint): Report return value.
448 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
449 (to_insert_exec_catchpoint): Change declaration to return int instead
450 of void.
451
452 2011-01-11 Michael Snyder <msnyder@vmware.com>
453
454 * arm-tdep.c: Internationalization.
455 * c-lang.c: Ditto.
456 * charset.c: Ditto.
457 * fork-child.c: Ditto.
458 * nto-procfs.c: Ditto.
459 * ppc-sysv-tdep.c: Ditto.
460 * procfs.c: Ditto.
461 * remote-mips.c: Ditto.
462 * remote.c: Ditto.
463 * rs6000-nat.c: Ditto.
464 * rs6000-tdep.c: Ditto.
465 * target.c: Ditto.
466 * valops.c: Ditto.
467 * value.c: Ditto.
468 * xml-support.c: Ditto.
469 * mi/mi-cmd-break.c: Ditto.
470 * mi/mi-cmd-var.c: Ditto.
471 * mi/mi-interp.c: Ditto.
472 * mi/mi-main.c: Ditto.
473
474 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
475
476 * remote-sim.c (gdbsim_store_register): Update API to
477 sim_store_register to check more error conditions.
478
479 2011-01-10 Michael Snyder <msnyder@vmware.com>
480
481 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
482 * nto-tdep.c: Ditto.
483 * nto-tdep.h: Ditto.
484 * objc-exp.y: Ditto.
485 * objc-lang.c: Ditto.
486 * objfiles.c: Ditto.
487 * objfiles.h: Ditto.
488 * observer.c: Ditto.
489 * opencl-lang.c: Ditto.
490 * osabi.c: Ditto.
491 * parse.c: Ditto.
492 * parser-defs.h: Ditto.
493 * p-exp.y: Ditto.
494 * p-lang.c: Ditto.
495 * posix-hdep.c: Ditto.
496 * ppcbug-rom.c: Ditto.
497 * ppc-linux-nat.c: Ditto.
498 * ppc-linux-tdep.c: Ditto.
499 * ppc-linux-tdep.h: Ditto.
500 * ppcnbsd-tdep.c: Ditto.
501 * ppcobsd-tdep.c: Ditto.
502 * ppcobsd-tdep.h: Ditto.
503 * ppc-sysv-tdep.c: Ditto.
504 * ppc-tdep.h: Ditto.
505 * printcmd.c: Ditto.
506 * proc-abi.c: Ditto.
507 * proc-flags.c: Ditto.
508 * procfs.c: Ditto.
509 * proc-utils.h: Ditto.
510 * progspace.h: Ditto.
511 * prologue-value.c: Ditto.
512 * prologue-value.h: Ditto.
513 * psympriv.h: Ditto.
514 * psymtab.c: Ditto.
515 * p-typeprint.c: Ditto.
516 * p-valprint.c: Ditto.
517 * ravenscar-sparc-thread.c: Ditto.
518 * ravenscar-thread.c: Ditto.
519 * ravenscar-thread.h: Ditto.
520 * record.c: Ditto.
521 * regcache.c: Ditto.
522 * regcache.h: Ditto.
523 * remote.c: Ditto.
524 * remote-fileio.c: Ditto.
525 * remote-fileio.h: Ditto.
526 * remote.h: Ditto.
527 * remote-m32r-sdi.c: Ditto.
528 * remote-mips.c: Ditto.
529 * remote-sim.c: Ditto.
530 * rs6000-aix-tdep.c: Ditto.
531 * rs6000-nat.c: Ditto.
532 * rs6000-tdep.c: Ditto.
533
534 2011-01-10 Michael Snyder <msnyder@vmware.com>
535
536 * charset.c (validate): Internationalization.
537 * coffread.c (read_one_sym): Ditto.
538 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
539 * h8300-tdep.c (H8300_extract_return_value): Ditto.
540 * inflow.c (new_tty): Ditto.
541 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
542 * m32c-tdep.c (m32c_return_value): Ditto.
543 * mep-tdep.c (mep_store_return_value): Ditto.
544 * score-tdep.c (score7_fetch_insn): Ditto.
545 * ser-mingw.c (pipe_windows_open): Ditto.
546 * sh64-tdep.c (sh64_extract_return_value): Ditto.
547 * spu-tdep.c (spu_register_type): Ditto.
548 * tracepoint.c (trace_find_command): Ditto.
549 * valarith.c (value_pos): Ditto.
550
551 2011-01-10 Joel Brobecker <brobecker@adacore.com>
552
553 * ada-valprint.c (printstr): Minor comment reformatting.
554
555 2011-01-08 Michael Snyder <msnyder@vmware.com>
556
557 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
558 markup.
559
560 2011-01-08 Michael Snyder <msnyder@vmware.com>
561
562 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
563 * hppa-hpux-tdep.c: Ditto.
564 * hppa-linux-nat.c: Ditto.
565 * hppa-linux-tdep.c: Ditto.
566 * hppanbsd-tdep.c: Ditto.
567 * hppa-tdep.c: Ditto.
568 * hppa-tdep.h: Ditto.
569 * hpux-thread.c: Ditto.
570 * i386-cygwin-tdep.c: Ditto.
571 * i386-darwin-nat.c: Ditto.
572 * i386gnu-nat.c: Ditto.
573 * i386-linux-nat.c: Ditto.
574 * i386-linux-tdep.c: Ditto.
575 * i386-nat.c: Ditto.
576 * i386-nat.h: Ditto.
577 * i386nbsd-tdep.c: Ditto.
578 * i386-sol2-nat.c: Ditto.
579 * i386-stub.c: Ditto.
580 * i386-tdep.c: Ditto.
581 * i386-tdep.h: Ditto.
582 * i387-tdep.c: Ditto.
583 * ia64-linux-nat.c: Ditto.
584 * ia64-linux-tdep.c: Ditto.
585 * ia64-tdep.c: Ditto.
586 * infcall.c: Ditto.
587 * infcall.h: Ditto.
588 * infcmd.c: Ditto.
589 * inferior.c: Ditto.
590 * inferior.h: Ditto.
591 * infloop.c: Ditto.
592 * inflow.c: Ditto.
593 * infrun.c: Ditto.
594 * interps.c: Ditto.
595 * interps.h: Ditto.
596 * iq2000-tdep.c: Ditto.
597 * irix5-nat.c: Ditto.
598 * jit.c: Ditto.
599 * jit.h: Ditto.
600 * jv-exp.y: Ditto.
601 * jv-lang.c: Ditto.
602 * jv-lang.h: Ditto.
603 * jv-typeprint.c: Ditto.
604 * jv-valprint.c: Ditto.
605 * language.c: Ditto.
606 * language.h: Ditto.
607 * linespec.c: Ditto.
608 * linux-fork.c: Ditto.
609 * linux-nat.c: Ditto.
610 * linux-thread-db.c: Ditto.
611 * lm32-tdep.c: Ditto.
612
613 2011-01-08 Michael Snyder <msnyder@vmware.com>
614
615 * m2-exp.y: Comment cleanup, mostly periods and spaces.
616 * m2-lang.c: Ditto.
617 * m2-typeprint.c: Ditto.
618 * m2-valprint.c: Ditto.
619 * m32c-tdep.c: Ditto.
620 * m32r-linux-nat.c: Ditto.
621 * m32r-rom.c: Ditto.
622 * m32r-tdep.c: Ditto.
623 * m32r-tdep.h: Ditto.
624 * m68hc11-tdep.c: Ditto.
625 * m58klinux-nat.c: Ditto.
626 * m68k-tdep.c: Ditto.
627 * m88k-tdep.c: Ditto.
628 * m88k-tdep.h: Ditto.
629 * machoread.c: Ditto.
630 * macrocmd.c: Ditto.
631 * macroexp.c: Ditto.
632 * macrotab.c: Ditto.
633 * main.c: Ditto.
634 * maint.c: Ditto.
635 * mdebugread.c: Ditto.
636 * mdebugread.h: Ditto.
637 * memattr.c: Ditto.
638 * memattr.h: Ditto.
639 * memory-map.h: Ditto.
640 * mep-tdep.c: Ditto.
641 * microblaze-rom.c: Ditto.
642 * microblaze-tdep.c: Ditto.
643 * minsyms.c: Ditto.
644 * mips-irix-tdep.c: Ditto.
645 * mips-linux-nat.c: Ditto.
646 * mips-linux-tdep.c: Ditto.
647 * mips-linux-tdep.h: Ditto.
648 * mipsnbsd-nat.c: Ditto.
649 * mipsnbsd-tdep.c: Ditto.
650 * mipsread.c: Ditto.
651 * mips-tdep.c: Ditto.
652 * mips-tdep.h: Ditto.
653 * mn10300-linux-tdep.c: Ditto.
654 * mn10300-tdep.c: Ditto.
655 * mn10300-tdep.h: Ditto.
656 * monitor.c: Ditto.
657 * monitor.h: Ditto.
658 * moxie-tdep.c: Ditto.
659 * moxie-tdep.h: Ditto.
660 * mt-tdep.c: Ditto.
661
662 2011-01-08 Mike Frysinger <vapier@gentoo.org>
663
664 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
665
666 2011-01-08 Robert Millan <rmh@gnu.org>
667
668 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
669
670 2011-01-07 Michael Snyder <msnyder@vmware.com>
671
672 * charset.c (_initialize_charset): Fix typo in string.
673
674 2011-01-07 Michael Snyder <msnyder@vmware.com>
675
676 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
677 for i18n.
678 * tui/tui-layout.c (tui_set_layout_for_display_command):
679 Split line so that operator goes to beginning of line.
680 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
681 assignment out of if statement.
682
683 2011-01-07 Michael Snyder <msnyder@vmware.com>
684
685 * ada-lang.c: Comment cleanup, mostly periods and spaces.
686 * ada-lang.h: Ditto.
687 * ada-tasks.c: Ditto.
688 * ada-valprint.c: Ditto.
689 * aix-threads.c: Ditto.
690 * alpha-linux-nat.c: Ditto.
691 * alpha-linux-tdep.c: Ditto.
692 * alpha-mdebug-tdep.c: Ditto.
693 * alpha-nat.c: Ditto.
694 * alpha-osf1-tdep.c: Ditto.
695 * alpha-tdep.c: Ditto.
696 * alphabsd-nat.c: Ditto.
697 * alphabsd-tdep.c: Ditto.
698 * amd64-darwin-tdep.c: Ditto.
699 * amd64-linux-nat.c: Ditto.
700 * amd64-linux-tdep.c: Ditto.
701 * amd64-sol2-tdep.c: Ditto.
702 * amd64-tdep.c: Ditto.
703 * amd64-fbsd-tdep.c: Ditto.
704 * amd64-nbsd-tdep.c: Ditto.
705 * amd64-obsd-tdep.c: Ditto.
706 * amd64-linux-nat.c: Ditto.
707 * amd64-linux-tdep.c: Ditto.
708 * arm-tdep.c: Ditto.
709 * arm-tdep.h: Ditto.
710 * armnbsd-nat.c: Ditto.
711 * avr-tdep.c: Ditto.
712 * bfin-tdep.c: Ditto.
713 * bsd-kvm.c: Ditto.
714 * c-typeprintc: Ditto.
715 * c-valprint.c: Ditto.
716 * coff-pe-read.h: Ditto.
717 * coffreead.c: Ditto.
718 * cris-tdep.c: Ditto.
719 * d-lang.c: Ditto.
720 * darwin-nat-info.c: Ditto.
721 * darwin-nat.c: Ditto.
722 * dbug-rom.c: Ditto.
723 * dbxread.c: Ditto.
724 * dcache.c: Ditto.
725 * dcache.h: Ditto.
726 * dec-thread.c: Ditto.
727 * defs.h: Ditto.
728 * demangle.c: Ditto.
729 * dicos-tdep.c: Ditto.
730 * dictionary.c: Ditto.
731 * dictionary.h: Ditto.
732 * dink32-rom.c: Ditto.
733 * disasm.c: Ditto.
734 * doublest.c: Ditto.
735 * dsrec.c: Ditto.
736 * dummy-frame.c: Ditto.
737 * dwarf2-frame.c: Ditto.
738 * dwarf2expr.c: Ditto.
739 * dwarf2loc.c: Ditto.
740 * dwarf2read.c: Ditto.
741 * elfread.c: Ditto.
742 * environ.c: Ditto.
743 * eval.c: Ditto.
744 * event-top.h: Ditto.
745 * exceptions.c: Ditto.
746 * exceptions.h: Ditto.
747 * exec.c: Ditto.
748 * expprint.c: Ditto.
749 * expression.h: Ditto.
750 * f-exp.y: Ditto.
751 * f-lang.c: Ditto.
752 * f-lang.h: Ditto.
753 * f-typeprint.c: Ditto.
754 * f-valprint.c: Ditto.
755 * fbsd-nat.c: Ditto.
756 * findvar.c: Ditto.
757 * fork-child.c: Ditto.
758 * frame.c: Ditto.
759 * frame.h: Ditto.
760 * frv-linux-tdep.c: Ditto.
761 * frv-tdep.c: Ditto.
762 * gcore.c: Ditto.
763 * gdb-stabs.h: Ditto.
764 * gdb_assert.h: Ditto.
765 * gdb_string.h: Ditto.
766 * gdb_thread_db.h: Ditto.
767 * gdb_wait.h: Ditto.
768 * gdbarch.sh: Ditto.
769 * gdbcore.h: Ditto.
770 * gdbthread.h: Ditto.
771 * gdbtypes.c: Ditto.
772 * gdbtypes.h: Ditto.
773 * gnu-nat.c: Ditto.
774 * gnu-nat.h: Ditto.
775 * gnu-v2-abi.c: Ditto.
776 * gnu-v3-abi.c: Ditto.
777 * go32-nat.c: Ditto.
778 * gdbarch.c: Regenerate.
779 * gdbarch.h: Regenerate.
780
781 2011-01-07 Michael Snyder <msnyder@vmware.com>
782
783 * ax-gdb.c: Adjust some long output strings.
784 * breakpoint.c: Ditto.
785 * charset.c: Ditto.
786 * cp-abi.c: Ditto.
787 * infcall.c: Ditto.
788 * infrun.c: Ditto.
789 * linux-nat.c: Ditto.
790 * solib-pa64.c: Ditto.
791 * solib-som.c: Ditto.
792
793 2011-01-06 Tom Tromey <tromey@redhat.com>
794
795 PR python/12367:
796 * NEWS: Add item.
797 * python/python.c (GdbMethods): Add "newest_frame" method.
798 * python/python-internal.h (gdbpy_newest_frame): Declare.
799 * python/py-frame.c (gdbpy_newest_frame): New function.
800
801 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
802
803 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
804 * jit.c (jit_debug): New variable.
805 (show_jit_debug): New function.
806 (struct target_buffer): Use ULONGEST.
807 (bfd_open_from_target_memory): Likewise.
808 (jit_register_code, jit_inferior_init): Add debug output.
809 (_initialize_jit): Register "debug jit" command.
810
811 2011-01-06 Tom Tromey <tromey@redhat.com>
812
813 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
814 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
815 and ARCH_FRAME.
816
817 2011-01-06 Tom Tromey <tromey@redhat.com>
818
819 * python/py-frame.c (frapy_block): Use get_frame_block.
820
821 2011-01-06 Joel Brobecker <brobecker@adacore.com>
822
823 Do not stop on SIGPRIO signals by default
824 * infrun.c (_initialize_infrun): Unset signal_stop and
825 signal_print for TARGET_SIGNAL_PRIO.
826
827 2011-01-06 Joel Brobecker <brobecker@adacore.com>
828
829 * ada-tasks.c: Fix style violation in comment.
830
831 2011-01-06 Joel Brobecker <brobecker@adacore.com>
832
833 * linespec.c (decode_compound, find_method): Remove trailing \n
834 at end of error string.
835 * solib-irix.c (irix_current_sos): Likewise.
836 * varobj.c (uninstall_variable): Likewise.
837
838 2011-01-06 Joel Brobecker <brobecker@adacore.com>
839
840 * copyright.py: New script.
841 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
842 Launch emacs without exec'ing. Call copyright.py afterwards.
843
844 2011-01-05 Michael Snyder <msnyder@vmware.com>
845
846 * addrmap.c: Shorten lines of >= 80 columns.
847 * arch-utils.c: Ditto.
848 * arch-utils.h: Ditto.
849 * ax-gdb.c: Ditto.
850 * ax-general.c: Ditto.
851 * bcache.c: Ditto.
852 * blockframe.c: Ditto.
853 * breakpoint.c: Ditto.
854 * buildsym.c: Ditto.
855 * c-lang.c: Ditto.
856 * c-typeprint.c: Ditto.
857 * charset.c: Ditto.
858 * coffread.c: Ditto.
859 * command.h: Ditto.
860 * corelow.c: Ditto.
861 * cp-abi.c: Ditto.
862 * cp-namespace.c: Ditto.
863 * cp-support.c: Ditto.
864 * dbug-rom.c: Ditto.
865 * dbxread.c: Ditto.
866 * defs.h: Ditto.
867 * dfp.c: Ditto.
868 * dfp.h: Ditto.
869 * dictionary.c: Ditto.
870 * disasm.c: Ditto.
871 * doublest.c: Ditto.
872 * dwarf2-frame.c: Ditto.
873 * dwarf2expr.c: Ditto.
874 * dwarf2loc.c: Ditto.
875 * dwarf2read.c: Ditto.
876 * elfread.c: Ditto.
877 * eval.c: Ditto.
878 * event-loop.c: Ditto.
879 * event-loop.h: Ditto.
880 * exceptions.h: Ditto.
881 * exec.c: Ditto.
882 * expprint.c: Ditto.
883 * expression.h: Ditto.
884 * f-lang.c: Ditto.
885 * f-valprint.c: Ditto.
886 * findcmd.c: Ditto.
887 * frame-base.c: Ditto.
888 * frame-unwind.c: Ditto.
889 * frame-unwind.h: Ditto.
890 * frame.c: Ditto.
891 * frame.h: Ditto.
892 * gcore.c: Ditto.
893 * gdb-stabs.h: Ditto.
894 * gdb_assert.h: Ditto.
895 * gdb_dirent.h: Ditto.
896 * gdb_obstack.h: Ditto.
897 * gdbcore.h: Ditto.
898 * gdbtypes.c: Ditto.
899 * gdbtypes.h: Ditto.
900 * inf-ttrace.c: Ditto.
901 * infcall.c: Ditto.
902 * infcmd.c: Ditto.
903 * inflow.c: Ditto.
904 * infrun.c: Ditto.
905 * inline-frame.h: Ditto.
906 * language.c: Ditto.
907 * language.h: Ditto.
908 * libunwind-frame.c: Ditto.
909 * libunwind-frame.h: Ditto.
910 * linespec.c: Ditto.
911 * linux-nat.c: Ditto.
912 * linux-nat.h: Ditto.
913 * linux-thread-db.c: Ditto.
914 * machoread.c: Ditto.
915 * macroexp.c: Ditto.
916 * macrotab.c: Ditto.
917 * main.c: Ditto.
918 * maint.c: Ditto.
919 * mdebugread.c: Ditto.
920 * memattr.c: Ditto.
921 * minsyms.c: Ditto.
922 * monitor.c: Ditto.
923 * monitor.h: Ditto.
924 * objfiles.c: Ditto.
925 * objfiles.h: Ditto.
926 * osabi.c: Ditto.
927 * p-typeprint.c: Ditto.
928 * p-valprint.c: Ditto.
929 * parse.c: Ditto.
930 * printcmd.c: Ditto.
931 * proc-events.c: Ditto.
932 * procfs.c: Ditto.
933 * progspace.c: Ditto.
934 * progspace.h: Ditto.
935 * psympriv.h: Ditto.
936 * psymtab.c: Ditto.
937 * record.c: Ditto.
938 * regcache.c: Ditto.
939 * regcache.h: Ditto.
940 * remote-fileio.c: Ditto.
941 * remote.c: Ditto.
942 * ser-mingw.c: Ditto.
943 * ser-tcp.c: Ditto.
944 * ser-unix.c: Ditto.
945 * serial.c: Ditto.
946 * serial.h: Ditto.
947 * solib-frv.c: Ditto.
948 * solib-irix.c: Ditto.
949 * solib-osf.c: Ditto.
950 * solib-pa64.c: Ditto.
951 * solib-som.c: Ditto.
952 * solib-sunos.c: Ditto.
953 * solib-svr4.c: Ditto.
954 * solib-target.c: Ditto.
955 * solib.c: Ditto.
956 * somread.c: Ditto.
957 * source.c: Ditto.
958 * stabsread.c: Ditto.
959 * stabsread.c: Ditto.
960 * stack.c: Ditto.
961 * stack.h: Ditto.
962 * symfile-mem.c: Ditto.
963 * symfile.c: Ditto.
964 * symfile.h: Ditto.
965 * symmisc.c: Ditto.
966 * symtab.c: Ditto.
967 * symtab.h: Ditto.
968 * target-descriptions.c: Ditto.
969 * target-memory.c: Ditto.
970 * target.c: Ditto.
971 * target.h: Ditto.
972 * terminal.h: Ditto.
973 * thread.c: Ditto.
974 * top.c: Ditto.
975 * tracepoint.c: Ditto.
976 * tracepoint.h: Ditto.
977 * ui-file.c: Ditto.
978 * ui-file.h: Ditto.
979 * ui-out.h: Ditto.
980 * user-regs.c: Ditto.
981 * user-regs.h: Ditto.
982 * utils.c: Ditto.
983 * valarith.c: Ditto.
984 * valops.c: Ditto.
985 * valprint.c: Ditto.
986 * valprint.h: Ditto.
987 * value.c: Ditto.
988 * varobj.c: Ditto.
989 * varobj.h: Ditto.
990 * vec.h: Ditto.
991 * xcoffread.c: Ditto.
992 * xcoffsolib.c: Ditto.
993 * xcoffsolib.h: Ditto.
994 * xml-syscall.c: Ditto.
995 * xml-tdesc.c: Ditto.
996
997 2011-01-05 Michael Snyder <msnyder@vmware.com>
998
999 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
1000 * cli/cli-decode.c: Ditto.
1001 * cli/cli-dump.c: Ditto.
1002 * cli/cli-logging.c: Ditto.
1003 * cli/cli-script.c: Ditto.
1004 * cli/cli-setshow.c: Ditto.
1005 * common/signals.c: Ditto.
1006 * mi/mi-cmd-break.c: Ditto.
1007 * mi/mi-cmd-disas.c: Ditto.
1008 * mi/mi-cmd-stack.c: Ditto.
1009 * mi/mi-cmd-var.c: Ditto.
1010 * mi/mi-cmds.c: Ditto.
1011 * mi/mi-common.h: Ditto.
1012 * mi/mi-console.c: Ditto.
1013 * mi/mi-interp.c: Ditto.
1014 * mi/mi-main.c: Ditto.
1015 * osf-share/cma_attr.c: Ditto.
1016 * osf-share/cma_deb_core.h: Ditto.
1017 * osf-share/cma_debug_client.h: Ditto.
1018 * osf-share/cma_handle.h: Ditto.
1019 * osf-share/cma_mutex.h: Ditto.
1020 * osf-share/cma_stack_int.h: Ditto.
1021 * osf-share/cma_tcb_defs.h: Ditto.
1022 * python/py-auto-load.c: Ditto.
1023 * python/py-breakpoint.c: Ditto.
1024 * python/py-cmd.c: Ditto.
1025 * python/py-frame.c: Ditto.
1026 * python/py-objfile.c: Ditto.
1027 * python/py-param.c: Ditto.
1028 * python/py-progspace.c: Ditto.
1029 * python/py-symbol.c: Ditto.
1030 * python/py-value.c: Ditto.
1031 * python/python-internal.h: Ditto.
1032 * python/python.c: Ditto.
1033 * tui/tui-data.c: Ditto.
1034 * tui/tui-disasm.c: Ditto.
1035 * tui/tui-hooks.c: Ditto.
1036 * tui/tui-io.c: Ditto.
1037 * tui/tui-layout.c: Ditto.
1038 * tui/tui-regs.c: Ditto.
1039 * tui/tui-source.c: Ditto.
1040 * tui/tui-stack.c: Ditto.
1041 * tui/tui-win.c: Ditto.
1042 * tui/tui-windata.c: Ditto.
1043 * tui/tui-winsource.c: Ditto.
1044
1045 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1046
1047 * configure.ac, gdb.1: Copyright year update.
1048
1049 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
1052 this_pc_in_block, morestack_msym and morestack_name. Check for
1053 "__morestack" minimal symbol there.
1054
1055 2011-01-03 Joel Brobecker <brobecker@adacore.com>
1056
1057 * symfile.c (find_sym_fns): Add call to dont_repeat.
1058
1059 2011-01-01 Joel Brobecker <brobecker@adacore.com>
1060
1061 Copyright year update in most files (performed by copyright.sh).
1062
1063 2011-01-01 Joel Brobecker <brobecker@adacore.com>
1064
1065 * top.c (print_gdb_version): Update copyright year in version output.
1066
1067 For older changes see ChangeLog-2010.
1068 \f
1069 Local Variables:
1070 mode: change-log
1071 left-margin: 8
1072 fill-column: 74
1073 version-control: never
1074 coding: utf-8
1075 End:
This page took 0.054178 seconds and 4 git commands to generate.