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