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