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