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