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