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