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