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