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