* solib-som.h (hpux_major_release): Declare variable here.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 * solib-som.h (hpux_major_release): Declare variable here.
4 * solib-som.c: Remove <sys/utsname.h> header.
5 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
6 (hpux_major_release): Make global, change default value to
7 DEFAULT_HPUX_MAJOR_RELEASE.
8 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
9 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
10 Add "solib-som.h" header.
11 (set_hpux_major_release): New function.
12 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
13
14 2011-01-14 Mike Frysinger <vapier@gentoo.org>
15
16 * configure.tgt (*-*-uclinux*): Match more Linux os targets
17
18 2011-01-14 Joel Brobecker <brobecker@adacore.com>
19
20 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
21 new-line at end of warning message.
22 (ia64_hpux_store_register): Remove trailing new-line at end of
23 error message.
24 * ia64-hpux-tdep.c: Rephrase comment.
25 * solib-ia64-hpux.c (struct dld_info): Change type of field
26 dld_flags from "long long" to ULONGEST.
27
28 2011-01-14 Pedro Alves <pedro@codesourcery.com>
29
30 * target.h (deprecated_child_ops): Delete declaration.
31 * target.c (deprecated_child_ops): Delete definition.
32
33 2011-01-14 Pedro Alves <pedro@codesourcery.com>
34
35 * Makefile.in (hpux-thread.o): Delete rule.
36 * configure.ac: Don't check for HPUX DCE threads support.
37 * configure, config.in: Regenerate.
38 * hppa-hpux-nat.c (child_suppress_run): Delete.
39 (hppa_hpux_child_can_run): Delete.
40 (_initialize_hppa_hpux_nat): Don't override to_can_run.
41 * hpux-thread.c: Delete.
42
43 2011-01-13 Joel Brobecker <brobecker@adacore.com>
44
45 * hpux-thread.c (hpux_pid_to_str): Delete.
46
47 2011-01-13 Joel Brobecker <brobecker@adacore.com>
48
49 * ada-valprint.c (ada_emit_char): Remove strange code.
50 Check that c is <= UCHAR_MAX before passing it to isascii.
51 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
52
53 2011-01-13 Joel Brobecker <brobecker@adacore.com>
54
55 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
56 to the case where instream is stdin.
57
58 2011-01-13 Joel Brobecker <brobecker@adacore.com>
59
60 * ia64-tdep.h (struct regcache): Forward declare.
61 (struct ia64_infcall_ops): New struct type.
62 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
63 and "infcall_ops".
64 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
65 Renames ia64_find_global_pointer.
66 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
67 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
68 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
69 methods.
70 (ia64_infcall_ops): New static global constant.
71 (ia64_gdbarch_init): Set tdep->infcall_ops.
72 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
73 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
74 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
75 (ia64_hpux_dummy_code): New static global constant.
76 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
77 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
78 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
79 New function.
80 (ia64_hpux_infcall_ops): New static global constant.
81 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
82 for inferior function calls to work properly on ia64-hpux.
83
84 2011-01-13 Joel Brobecker <brobecker@adacore.com>
85
86 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
87 * ia64-tdep.h (struct frame_info): forward declaration.
88 (struct gdbarch_tdep): Add field size_of_register_frame.
89 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
90 to determine the size of the register frame.
91 (ia64_size_of_register_frame): New function.
92 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
93 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
94 (IA64_HPUX_UREG_REASON): New macro.
95 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
96 New functions.
97 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
98 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
99 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
100 objects.
101
102 2011-01-13 Joel Brobecker <brobecker@adacore.com>
103
104 Add support for ia64-hpux.
105 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
106 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
107
108 * configure.host: Add handling for ia64-hpux hosts. Add associated
109 floatformats.
110 * configure.tgt: Add handling for ia64-hpux targets.
111 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
112 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
113 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
114
115 2011-01-13 Joel Brobecker <brobecker@adacore.com>
116
117 [ttrace] Compute thread list immediately after attach.
118 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
119 New subprogram.
120 (inf_ttrace_attach): Use it.
121
122 2011-01-13 Joel Brobecker <brobecker@adacore.com>
123
124 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
125 if we could not determine the frame's function address. Instead,
126 use the frame's PC, and then continue.
127
128 2011-01-13 Joel Brobecker <brobecker@adacore.com>
129
130 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
131 not already defined.
132
133 2011-01-13 Joel Brobecker <brobecker@adacore.com>
134
135 * ia64-tdep.c (ia64_struct_type_p): New function.
136 (ia64_extract_return_value): Handle integral values that are
137 less than 8 bytes long.
138 (ia64_push_dummy_call): Likewise.
139
140 2011-01-13 Joel Brobecker <brobecker@adacore.com>
141
142 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
143 floatformat_ia64_ext.
144 (floatformat_ia64_ext_big): New static const.
145 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
146
147 2011-01-12 Tom Tromey <tromey@redhat.com>
148
149 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
150 messages.
151 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
152 (mi_cmd_thread_list_ids): Likewise.
153 (mi_cmd_data_list_changed_registers): Likewise.
154 (mi_cmd_data_list_register_values): Likewise.
155 (mi_cmd_data_write_register_values): Likewise.
156 (mi_cmd_data_evaluate_expression): Likewise.
157 (mi_cmd_data_read_memory): Likewise.
158 (mi_cmd_data_read_memory_bytes): Likewise.
159 (mi_cmd_data_write_memory): Likewise.
160 (mi_cmd_enable_timings): Likewise.
161 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
162 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
163 (mi_cmd_var_delete): Likewise.
164 (mi_cmd_var_set_format): Likewise.
165 (mi_cmd_var_show_format): Likewise.
166 (mi_cmd_var_info_num_children): Likewise.
167 (mi_cmd_var_list_children): Likewise.
168 (mi_cmd_var_info_type): Likewise.
169 (mi_cmd_var_info_expression): Likewise.
170 (mi_cmd_var_show_attributes): Likewise.
171 (mi_cmd_var_assign): Likewise.
172 (mi_cmd_var_update): Likewise.
173 (mi_cmd_enable_pretty_printing): Likewise.
174 (mi_cmd_var_set_update_range): Likewise.
175 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
176 messages.
177 (mi_cmd_target_file_put): Likewise.
178 (mi_cmd_target_file_delete): Likewise.
179 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
180 messages.
181 (mi_cmd_stack_info_depth): Likewise.
182 (mi_cmd_stack_list_locals): Likewise.
183 (mi_cmd_stack_list_args): Likewise.
184 (mi_cmd_stack_select_frame): Likewise.
185 (mi_cmd_stack_select_frame): Likewise.
186 (mi_cmd_stack_info_frame): Likewise.
187 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
188 messages.
189 (mi_cmd_file_list_exec_source_files): Likewise.
190 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
191 (mi_cmd_env_cd): Likewise.
192 (mi_cmd_env_path): Likewise.
193 (mi_cmd_env_dir): Likewise.
194 (mi_cmd_inferior_tty_show): Likewise.
195 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
196 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
197 (mi_cmd_break_watch): Likewise.
198
199 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
200
201 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
202 (ppc_linux_insert_hw_breakpoint): Likewise.
203 (ppc_linux_remove_hw_breakpoint): Likewise.
204 (ppc_linux_insert_watchpoint): Likewise.
205
206 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
207 Jan Kratochvil <jan.kratochvil@redhat.com>
208
209 PR fortran/11104 and DWARF unbound arrays detection.
210 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
211 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
212 unspecified upper bound.
213 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
214 variables array_size_array, tmp_type and offset_item. New variable
215 array. Remove call to f77_get_upperbound. New variables array_type
216 and index. Call value_subscripted_rvalue for each dimenasion. Remove
217 the final call to deprecated_set_value_type.
218
219 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 Make value allocations more lazy.
222 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
223 instead of allocate_value and set_value_lazy when possible.
224 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
225 instead of allocate_value and set_value_lazy.
226 * findvar.c (value_of_register_lazy): Likewise.
227 (read_var_value): Remove V preallocation, call just check_typedef in
228 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
229 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
230 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
231 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
232 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
233 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
234 the end, remove set_value_lazy there.
235 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
236 instead of allocate_value and set_value_lazy when possible.
237 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
238 * value.c (allocate_computed_value): Use allocate_value_lazy instead
239 of allocate_value and set_value_lazy.
240 (value_from_contents_and_address): Use allocate_value_lazy instead of
241 allocate_value and set_value_lazy when possible.
242
243 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
244
245 * disasm.c (dump_insns): Support dumping opcodes for MI.
246 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
247 dumping of instruction opcodes.
248
249 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
250
251 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
252 appropiately.
253
254 2011-01-11 Tom Tromey <tromey@redhat.com>
255
256 * thread.c (do_captured_thread_select): Emit newline before
257 printing frame.
258
259 2011-01-11 Michael Snyder <msnyder@vmware.com>
260
261 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
262 * score-tdep.c: Ditto.
263 * score-tdep.h: Ditto.
264 * ser-base.c: Ditto.
265 * ser-go32.c: Ditto.
266 * serial.c: Ditto.
267 * serial.h: Ditto.
268 * ser-mingw.c: Ditto.
269 * ser-pipe.c: Ditto.
270 * ser-tcp.c: Ditto.
271 * ser-unix.c: Ditto.
272 * sh64-tdep.c: Ditto.
273 * shnbsd-nat.c: Ditto.
274 * sh-tdep.c: Ditto.
275 * sh-tdep.h: Ditto.
276 * solib.c: Ditto.
277 * solib-darwin.c: Ditto.
278 * solib-frv.c: Ditto.
279 * solib.h: Ditto.
280 * solib-irix.c: Ditto.
281 * solib-osf.c: Ditto.
282 * solib-pa64.c: Ditto.
283 * solib-som.c: Ditto.
284 * solib-spu.c: Ditto.
285 * solib-sunos.c: Ditto.
286 * solib-svr4.c: Ditto.
287 * solist.h: Ditto.
288 * sol-thread.c: Ditto.
289 * somread.c: Ditto.
290 * source.c: Ditto.
291 * source.h: Ditto.
292 * sparc64-linux-tdep.c: Ditto.
293 * sparc64-tdep.c: Ditto.
294 * sparc-linux-nat.c: Ditto.
295 * sparc-linux-tdep.c: Ditto.
296 * sparc-sol2-nat.c: Ditto.
297 * sparc-sol2-tdep.c: Ditto.
298 * sparc-tdep.c: Ditto.
299 * sparc-tdep.h: Ditto.
300 * spu-tdep.c: Ditto.
301 * stabsread.c: Ditto.
302 * stabsread.h: Ditto.
303 * stack.c: Ditto.
304 * symfile.c: Ditto.
305 * symfile.h: Ditto.
306 * symmisc.c: Ditto.
307 * symtab.c: Ditto.
308 * symtab.h: Ditto.
309 * target.c: Ditto.
310 * target-descriptions.c: Ditto.
311 * target-descriptions.h: Ditto.
312 * target.h: Ditto.
313 * target-memory.c: Ditto.
314 * terminal.h: Ditto.
315 * thread.c: Ditto.
316 * top.c: Ditto.
317 * tracepoint.c: Ditto.
318 * tracepoint.h: Ditto.
319 * trad-frame.h: Ditto.
320 * typeprint.c: Ditto.
321
322 2011-01-11 Michael Snyder <msnyder@vmware.com>
323
324 * ui-file.c: Comment cleanup, mostly periods and spaces.
325 * ui-file.h: Ditto.
326 * ui-out.c: Ditto.
327 * ui-out.h: Ditto.
328 * utils.c: Ditto.
329 * v850-tdep.c: Ditto.
330 * valarith.c: Ditto.
331 * valops.c: Ditto.
332 * valprint.c: Ditto.
333 * valprint.h: Ditto.
334 * value.c: Ditto.
335 * value.h: Ditto.
336 * varobj.c: Ditto.
337 * varobj.h: Ditto.
338 * vax-tdep.c: Ditto.
339 * vec.c: Ditto.
340 * vec.h: Ditto.
341 * version.h: Ditto.
342 * windows-nat.c: Ditto.
343 * windows-tdep.c: Ditto.
344 * xcoffread.c: Ditto.
345 * xcoffsolib.c: Ditto.
346 * xml-support.c: Ditto.
347 * xstormy16-tdep.c: Ditto.
348 * xtensa-tdep.c: Ditto.
349 * xtensa-tdep.h: Ditto.
350
351 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
352
353 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
354 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
355
356 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
357 Thiago Jung Bauermann <bauerman@br.ibm.com>
358
359 Implement support for PowerPC BookE ranged watchpoints.
360 * breakpoint.h
361 (struct breakpoint_ops) <resources_needed>: New method.
362 Initialize to NULL in all existing breakpoint_ops instances.
363 (struct breakpoint) <exact>: New field.
364 (target_exact_watchpoints): Declare external global.
365 * breakpoint.c (target_exact_watchpoints): New global flag.
366 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
367 b->enable_state to bp_enabled before calling
368 hw_watchpoint_used_count.
369 (hw_watchpoint_used_count): Iterate over all bp_locations in a
370 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
371 if available.
372 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
373 if the watchpoint is exact.
374 (resources_needed_watchpoint): New function.
375 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
376 (watch_command_1): Set b->exact if the user asked for an exact
377 watchpoint and one can be set.
378 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
379 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
380 the user asks for an exact watchpoint and one can be set. Return
381 number of needed debug registers to watch the expression.
382 * gdbtypes.c (is_scalar_type): New function, based on
383 valprint.c:scalar_type_p.
384 (is_scalar_type_recursive): New function.
385 * gdbtypes.h (is_scalar_type_recursive): Declare.
386 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
387 handle regions when ranged watchpoints are available.
388 (create_watchpoint_request): New function.
389 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
390 create_watchpoint_request.
391 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
392 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
393 `set powerpc' and `show powerpc' commands.
394 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
395 Mention documentation comment in the target macro.
396 (target_region_ok_for_hw_watchpoint): Document return value.
397
398 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
399
400 * breakpoint.c (update_watchpoint): Decide on using a software or
401 hardware watchpoint after the bp_locations are created.
402
403 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
404
405 Convert hardware watchpoints to use breakpoint_ops.
406 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
407 <insert_location>: ... this. Return int instead of void.
408 Accept pointer to struct bp_location instead of pointer to
409 struct breakpoint. Adapt all implementations.
410 (breakpoint_ops) <remove>: Rename to...
411 <remove_location>: ... this. Accept pointer to struct bp_location
412 instead of pointer to struct breakpoint. Adapt all implementations.
413 * breakpoint.c (insert_catchpoint): Delete function.
414 (insert_bp_location): Call the watchpoint or catchpoint's
415 breakpoint_ops.insert method.
416 (remove_breakpoint_1): Call the watchpoint or catchpoint's
417 breakpoint_ops.remove method.
418 (insert_watchpoint, remove_watchpoint): New functions.
419 (watchpoint_breakpoint_ops): New structure.
420 (watch_command_1): Initialize the OPS field.
421 * inf-child.c (inf_child_insert_fork_catchpoint)
422 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
423 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
424 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
425 Delete functions.
426 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
427 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
428 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
429 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
430 * target.c (update_current_target): Change default implementation of
431 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
432 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
433 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
434 to_set_syscall_catchpoint to return_one.
435 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
436 (debug_to_insert_exec_catchpoint): Report return value.
437 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
438 (to_insert_exec_catchpoint): Change declaration to return int instead
439 of void.
440
441 2011-01-11 Michael Snyder <msnyder@vmware.com>
442
443 * arm-tdep.c: Internationalization.
444 * c-lang.c: Ditto.
445 * charset.c: Ditto.
446 * fork-child.c: Ditto.
447 * nto-procfs.c: Ditto.
448 * ppc-sysv-tdep.c: Ditto.
449 * procfs.c: Ditto.
450 * remote-mips.c: Ditto.
451 * remote.c: Ditto.
452 * rs6000-nat.c: Ditto.
453 * rs6000-tdep.c: Ditto.
454 * target.c: Ditto.
455 * valops.c: Ditto.
456 * value.c: Ditto.
457 * xml-support.c: Ditto.
458 * mi/mi-cmd-break.c: Ditto.
459 * mi/mi-cmd-var.c: Ditto.
460 * mi/mi-interp.c: Ditto.
461 * mi/mi-main.c: Ditto.
462
463 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
464
465 * remote-sim.c (gdbsim_store_register): Update API to
466 sim_store_register to check more error conditions.
467
468 2011-01-10 Michael Snyder <msnyder@vmware.com>
469
470 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
471 * nto-tdep.c: Ditto.
472 * nto-tdep.h: Ditto.
473 * objc-exp.y: Ditto.
474 * objc-lang.c: Ditto.
475 * objfiles.c: Ditto.
476 * objfiles.h: Ditto.
477 * observer.c: Ditto.
478 * opencl-lang.c: Ditto.
479 * osabi.c: Ditto.
480 * parse.c: Ditto.
481 * parser-defs.h: Ditto.
482 * p-exp.y: Ditto.
483 * p-lang.c: Ditto.
484 * posix-hdep.c: Ditto.
485 * ppcbug-rom.c: Ditto.
486 * ppc-linux-nat.c: Ditto.
487 * ppc-linux-tdep.c: Ditto.
488 * ppc-linux-tdep.h: Ditto.
489 * ppcnbsd-tdep.c: Ditto.
490 * ppcobsd-tdep.c: Ditto.
491 * ppcobsd-tdep.h: Ditto.
492 * ppc-sysv-tdep.c: Ditto.
493 * ppc-tdep.h: Ditto.
494 * printcmd.c: Ditto.
495 * proc-abi.c: Ditto.
496 * proc-flags.c: Ditto.
497 * procfs.c: Ditto.
498 * proc-utils.h: Ditto.
499 * progspace.h: Ditto.
500 * prologue-value.c: Ditto.
501 * prologue-value.h: Ditto.
502 * psympriv.h: Ditto.
503 * psymtab.c: Ditto.
504 * p-typeprint.c: Ditto.
505 * p-valprint.c: Ditto.
506 * ravenscar-sparc-thread.c: Ditto.
507 * ravenscar-thread.c: Ditto.
508 * ravenscar-thread.h: Ditto.
509 * record.c: Ditto.
510 * regcache.c: Ditto.
511 * regcache.h: Ditto.
512 * remote.c: Ditto.
513 * remote-fileio.c: Ditto.
514 * remote-fileio.h: Ditto.
515 * remote.h: Ditto.
516 * remote-m32r-sdi.c: Ditto.
517 * remote-mips.c: Ditto.
518 * remote-sim.c: Ditto.
519 * rs6000-aix-tdep.c: Ditto.
520 * rs6000-nat.c: Ditto.
521 * rs6000-tdep.c: Ditto.
522
523 2011-01-10 Michael Snyder <msnyder@vmware.com>
524
525 * charset.c (validate): Internationalization.
526 * coffread.c (read_one_sym): Ditto.
527 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
528 * h8300-tdep.c (H8300_extract_return_value): Ditto.
529 * inflow.c (new_tty): Ditto.
530 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
531 * m32c-tdep.c (m32c_return_value): Ditto.
532 * mep-tdep.c (mep_store_return_value): Ditto.
533 * score-tdep.c (score7_fetch_insn): Ditto.
534 * ser-mingw.c (pipe_windows_open): Ditto.
535 * sh64-tdep.c (sh64_extract_return_value): Ditto.
536 * spu-tdep.c (spu_register_type): Ditto.
537 * tracepoint.c (trace_find_command): Ditto.
538 * valarith.c (value_pos): Ditto.
539
540 2011-01-10 Joel Brobecker <brobecker@adacore.com>
541
542 * ada-valprint.c (printstr): Minor comment reformatting.
543
544 2011-01-08 Michael Snyder <msnyder@vmware.com>
545
546 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
547 markup.
548
549 2011-01-08 Michael Snyder <msnyder@vmware.com>
550
551 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
552 * hppa-hpux-tdep.c: Ditto.
553 * hppa-linux-nat.c: Ditto.
554 * hppa-linux-tdep.c: Ditto.
555 * hppanbsd-tdep.c: Ditto.
556 * hppa-tdep.c: Ditto.
557 * hppa-tdep.h: Ditto.
558 * hpux-thread.c: Ditto.
559 * i386-cygwin-tdep.c: Ditto.
560 * i386-darwin-nat.c: Ditto.
561 * i386gnu-nat.c: Ditto.
562 * i386-linux-nat.c: Ditto.
563 * i386-linux-tdep.c: Ditto.
564 * i386-nat.c: Ditto.
565 * i386-nat.h: Ditto.
566 * i386nbsd-tdep.c: Ditto.
567 * i386-sol2-nat.c: Ditto.
568 * i386-stub.c: Ditto.
569 * i386-tdep.c: Ditto.
570 * i386-tdep.h: Ditto.
571 * i387-tdep.c: Ditto.
572 * ia64-linux-nat.c: Ditto.
573 * ia64-linux-tdep.c: Ditto.
574 * ia64-tdep.c: Ditto.
575 * infcall.c: Ditto.
576 * infcall.h: Ditto.
577 * infcmd.c: Ditto.
578 * inferior.c: Ditto.
579 * inferior.h: Ditto.
580 * infloop.c: Ditto.
581 * inflow.c: Ditto.
582 * infrun.c: Ditto.
583 * interps.c: Ditto.
584 * interps.h: Ditto.
585 * iq2000-tdep.c: Ditto.
586 * irix5-nat.c: Ditto.
587 * jit.c: Ditto.
588 * jit.h: Ditto.
589 * jv-exp.y: Ditto.
590 * jv-lang.c: Ditto.
591 * jv-lang.h: Ditto.
592 * jv-typeprint.c: Ditto.
593 * jv-valprint.c: Ditto.
594 * language.c: Ditto.
595 * language.h: Ditto.
596 * linespec.c: Ditto.
597 * linux-fork.c: Ditto.
598 * linux-nat.c: Ditto.
599 * linux-thread-db.c: Ditto.
600 * lm32-tdep.c: Ditto.
601
602 2011-01-08 Michael Snyder <msnyder@vmware.com>
603
604 * m2-exp.y: Comment cleanup, mostly periods and spaces.
605 * m2-lang.c: Ditto.
606 * m2-typeprint.c: Ditto.
607 * m2-valprint.c: Ditto.
608 * m32c-tdep.c: Ditto.
609 * m32r-linux-nat.c: Ditto.
610 * m32r-rom.c: Ditto.
611 * m32r-tdep.c: Ditto.
612 * m32r-tdep.h: Ditto.
613 * m68hc11-tdep.c: Ditto.
614 * m58klinux-nat.c: Ditto.
615 * m68k-tdep.c: Ditto.
616 * m88k-tdep.c: Ditto.
617 * m88k-tdep.h: Ditto.
618 * machoread.c: Ditto.
619 * macrocmd.c: Ditto.
620 * macroexp.c: Ditto.
621 * macrotab.c: Ditto.
622 * main.c: Ditto.
623 * maint.c: Ditto.
624 * mdebugread.c: Ditto.
625 * mdebugread.h: Ditto.
626 * memattr.c: Ditto.
627 * memattr.h: Ditto.
628 * memory-map.h: Ditto.
629 * mep-tdep.c: Ditto.
630 * microblaze-rom.c: Ditto.
631 * microblaze-tdep.c: Ditto.
632 * minsyms.c: Ditto.
633 * mips-irix-tdep.c: Ditto.
634 * mips-linux-nat.c: Ditto.
635 * mips-linux-tdep.c: Ditto.
636 * mips-linux-tdep.h: Ditto.
637 * mipsnbsd-nat.c: Ditto.
638 * mipsnbsd-tdep.c: Ditto.
639 * mipsread.c: Ditto.
640 * mips-tdep.c: Ditto.
641 * mips-tdep.h: Ditto.
642 * mn10300-linux-tdep.c: Ditto.
643 * mn10300-tdep.c: Ditto.
644 * mn10300-tdep.h: Ditto.
645 * monitor.c: Ditto.
646 * monitor.h: Ditto.
647 * moxie-tdep.c: Ditto.
648 * moxie-tdep.h: Ditto.
649 * mt-tdep.c: Ditto.
650
651 2011-01-08 Mike Frysinger <vapier@gentoo.org>
652
653 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
654
655 2011-01-08 Robert Millan <rmh@gnu.org>
656
657 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
658
659 2011-01-07 Michael Snyder <msnyder@vmware.com>
660
661 * charset.c (_initialize_charset): Fix typo in string.
662
663 2011-01-07 Michael Snyder <msnyder@vmware.com>
664
665 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
666 for i18n.
667 * tui/tui-layout.c (tui_set_layout_for_display_command):
668 Split line so that operator goes to beginning of line.
669 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
670 assignment out of if statement.
671
672 2011-01-07 Michael Snyder <msnyder@vmware.com>
673
674 * ada-lang.c: Comment cleanup, mostly periods and spaces.
675 * ada-lang.h: Ditto.
676 * ada-tasks.c: Ditto.
677 * ada-valprint.c: Ditto.
678 * aix-threads.c: Ditto.
679 * alpha-linux-nat.c: Ditto.
680 * alpha-linux-tdep.c: Ditto.
681 * alpha-mdebug-tdep.c: Ditto.
682 * alpha-nat.c: Ditto.
683 * alpha-osf1-tdep.c: Ditto.
684 * alpha-tdep.c: Ditto.
685 * alphabsd-nat.c: Ditto.
686 * alphabsd-tdep.c: Ditto.
687 * amd64-darwin-tdep.c: Ditto.
688 * amd64-linux-nat.c: Ditto.
689 * amd64-linux-tdep.c: Ditto.
690 * amd64-sol2-tdep.c: Ditto.
691 * amd64-tdep.c: Ditto.
692 * amd64-fbsd-tdep.c: Ditto.
693 * amd64-nbsd-tdep.c: Ditto.
694 * amd64-obsd-tdep.c: Ditto.
695 * amd64-linux-nat.c: Ditto.
696 * amd64-linux-tdep.c: Ditto.
697 * arm-tdep.c: Ditto.
698 * arm-tdep.h: Ditto.
699 * armnbsd-nat.c: Ditto.
700 * avr-tdep.c: Ditto.
701 * bfin-tdep.c: Ditto.
702 * bsd-kvm.c: Ditto.
703 * c-typeprintc: Ditto.
704 * c-valprint.c: Ditto.
705 * coff-pe-read.h: Ditto.
706 * coffreead.c: Ditto.
707 * cris-tdep.c: Ditto.
708 * d-lang.c: Ditto.
709 * darwin-nat-info.c: Ditto.
710 * darwin-nat.c: Ditto.
711 * dbug-rom.c: Ditto.
712 * dbxread.c: Ditto.
713 * dcache.c: Ditto.
714 * dcache.h: Ditto.
715 * dec-thread.c: Ditto.
716 * defs.h: Ditto.
717 * demangle.c: Ditto.
718 * dicos-tdep.c: Ditto.
719 * dictionary.c: Ditto.
720 * dictionary.h: Ditto.
721 * dink32-rom.c: Ditto.
722 * disasm.c: Ditto.
723 * doublest.c: Ditto.
724 * dsrec.c: Ditto.
725 * dummy-frame.c: Ditto.
726 * dwarf2-frame.c: Ditto.
727 * dwarf2expr.c: Ditto.
728 * dwarf2loc.c: Ditto.
729 * dwarf2read.c: Ditto.
730 * elfread.c: Ditto.
731 * environ.c: Ditto.
732 * eval.c: Ditto.
733 * event-top.h: Ditto.
734 * exceptions.c: Ditto.
735 * exceptions.h: Ditto.
736 * exec.c: Ditto.
737 * expprint.c: Ditto.
738 * expression.h: Ditto.
739 * f-exp.y: Ditto.
740 * f-lang.c: Ditto.
741 * f-lang.h: Ditto.
742 * f-typeprint.c: Ditto.
743 * f-valprint.c: Ditto.
744 * fbsd-nat.c: Ditto.
745 * findvar.c: Ditto.
746 * fork-child.c: Ditto.
747 * frame.c: Ditto.
748 * frame.h: Ditto.
749 * frv-linux-tdep.c: Ditto.
750 * frv-tdep.c: Ditto.
751 * gcore.c: Ditto.
752 * gdb-stabs.h: Ditto.
753 * gdb_assert.h: Ditto.
754 * gdb_string.h: Ditto.
755 * gdb_thread_db.h: Ditto.
756 * gdb_wait.h: Ditto.
757 * gdbarch.sh: Ditto.
758 * gdbcore.h: Ditto.
759 * gdbthread.h: Ditto.
760 * gdbtypes.c: Ditto.
761 * gdbtypes.h: Ditto.
762 * gnu-nat.c: Ditto.
763 * gnu-nat.h: Ditto.
764 * gnu-v2-abi.c: Ditto.
765 * gnu-v3-abi.c: Ditto.
766 * go32-nat.c: Ditto.
767 * gdbarch.c: Regenerate.
768 * gdbarch.h: Regenerate.
769
770 2011-01-07 Michael Snyder <msnyder@vmware.com>
771
772 * ax-gdb.c: Adjust some long output strings.
773 * breakpoint.c: Ditto.
774 * charset.c: Ditto.
775 * cp-abi.c: Ditto.
776 * infcall.c: Ditto.
777 * infrun.c: Ditto.
778 * linux-nat.c: Ditto.
779 * solib-pa64.c: Ditto.
780 * solib-som.c: Ditto.
781
782 2011-01-06 Tom Tromey <tromey@redhat.com>
783
784 PR python/12367:
785 * NEWS: Add item.
786 * python/python.c (GdbMethods): Add "newest_frame" method.
787 * python/python-internal.h (gdbpy_newest_frame): Declare.
788 * python/py-frame.c (gdbpy_newest_frame): New function.
789
790 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
791
792 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
793 * jit.c (jit_debug): New variable.
794 (show_jit_debug): New function.
795 (struct target_buffer): Use ULONGEST.
796 (bfd_open_from_target_memory): Likewise.
797 (jit_register_code, jit_inferior_init): Add debug output.
798 (_initialize_jit): Register "debug jit" command.
799
800 2011-01-06 Tom Tromey <tromey@redhat.com>
801
802 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
803 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
804 and ARCH_FRAME.
805
806 2011-01-06 Tom Tromey <tromey@redhat.com>
807
808 * python/py-frame.c (frapy_block): Use get_frame_block.
809
810 2011-01-06 Joel Brobecker <brobecker@adacore.com>
811
812 Do not stop on SIGPRIO signals by default
813 * infrun.c (_initialize_infrun): Unset signal_stop and
814 signal_print for TARGET_SIGNAL_PRIO.
815
816 2011-01-06 Joel Brobecker <brobecker@adacore.com>
817
818 * ada-tasks.c: Fix style violation in comment.
819
820 2011-01-06 Joel Brobecker <brobecker@adacore.com>
821
822 * linespec.c (decode_compound, find_method): Remove trailing \n
823 at end of error string.
824 * solib-irix.c (irix_current_sos): Likewise.
825 * varobj.c (uninstall_variable): Likewise.
826
827 2011-01-06 Joel Brobecker <brobecker@adacore.com>
828
829 * copyright.py: New script.
830 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
831 Launch emacs without exec'ing. Call copyright.py afterwards.
832
833 2011-01-05 Michael Snyder <msnyder@vmware.com>
834
835 * addrmap.c: Shorten lines of >= 80 columns.
836 * arch-utils.c: Ditto.
837 * arch-utils.h: Ditto.
838 * ax-gdb.c: Ditto.
839 * ax-general.c: Ditto.
840 * bcache.c: Ditto.
841 * blockframe.c: Ditto.
842 * breakpoint.c: Ditto.
843 * buildsym.c: Ditto.
844 * c-lang.c: Ditto.
845 * c-typeprint.c: Ditto.
846 * charset.c: Ditto.
847 * coffread.c: Ditto.
848 * command.h: Ditto.
849 * corelow.c: Ditto.
850 * cp-abi.c: Ditto.
851 * cp-namespace.c: Ditto.
852 * cp-support.c: Ditto.
853 * dbug-rom.c: Ditto.
854 * dbxread.c: Ditto.
855 * defs.h: Ditto.
856 * dfp.c: Ditto.
857 * dfp.h: Ditto.
858 * dictionary.c: Ditto.
859 * disasm.c: Ditto.
860 * doublest.c: Ditto.
861 * dwarf2-frame.c: Ditto.
862 * dwarf2expr.c: Ditto.
863 * dwarf2loc.c: Ditto.
864 * dwarf2read.c: Ditto.
865 * elfread.c: Ditto.
866 * eval.c: Ditto.
867 * event-loop.c: Ditto.
868 * event-loop.h: Ditto.
869 * exceptions.h: Ditto.
870 * exec.c: Ditto.
871 * expprint.c: Ditto.
872 * expression.h: Ditto.
873 * f-lang.c: Ditto.
874 * f-valprint.c: Ditto.
875 * findcmd.c: Ditto.
876 * frame-base.c: Ditto.
877 * frame-unwind.c: Ditto.
878 * frame-unwind.h: Ditto.
879 * frame.c: Ditto.
880 * frame.h: Ditto.
881 * gcore.c: Ditto.
882 * gdb-stabs.h: Ditto.
883 * gdb_assert.h: Ditto.
884 * gdb_dirent.h: Ditto.
885 * gdb_obstack.h: Ditto.
886 * gdbcore.h: Ditto.
887 * gdbtypes.c: Ditto.
888 * gdbtypes.h: Ditto.
889 * inf-ttrace.c: Ditto.
890 * infcall.c: Ditto.
891 * infcmd.c: Ditto.
892 * inflow.c: Ditto.
893 * infrun.c: Ditto.
894 * inline-frame.h: Ditto.
895 * language.c: Ditto.
896 * language.h: Ditto.
897 * libunwind-frame.c: Ditto.
898 * libunwind-frame.h: Ditto.
899 * linespec.c: Ditto.
900 * linux-nat.c: Ditto.
901 * linux-nat.h: Ditto.
902 * linux-thread-db.c: Ditto.
903 * machoread.c: Ditto.
904 * macroexp.c: Ditto.
905 * macrotab.c: Ditto.
906 * main.c: Ditto.
907 * maint.c: Ditto.
908 * mdebugread.c: Ditto.
909 * memattr.c: Ditto.
910 * minsyms.c: Ditto.
911 * monitor.c: Ditto.
912 * monitor.h: Ditto.
913 * objfiles.c: Ditto.
914 * objfiles.h: Ditto.
915 * osabi.c: Ditto.
916 * p-typeprint.c: Ditto.
917 * p-valprint.c: Ditto.
918 * parse.c: Ditto.
919 * printcmd.c: Ditto.
920 * proc-events.c: Ditto.
921 * procfs.c: Ditto.
922 * progspace.c: Ditto.
923 * progspace.h: Ditto.
924 * psympriv.h: Ditto.
925 * psymtab.c: Ditto.
926 * record.c: Ditto.
927 * regcache.c: Ditto.
928 * regcache.h: Ditto.
929 * remote-fileio.c: Ditto.
930 * remote.c: Ditto.
931 * ser-mingw.c: Ditto.
932 * ser-tcp.c: Ditto.
933 * ser-unix.c: Ditto.
934 * serial.c: Ditto.
935 * serial.h: Ditto.
936 * solib-frv.c: Ditto.
937 * solib-irix.c: Ditto.
938 * solib-osf.c: Ditto.
939 * solib-pa64.c: Ditto.
940 * solib-som.c: Ditto.
941 * solib-sunos.c: Ditto.
942 * solib-svr4.c: Ditto.
943 * solib-target.c: Ditto.
944 * solib.c: Ditto.
945 * somread.c: Ditto.
946 * source.c: Ditto.
947 * stabsread.c: Ditto.
948 * stabsread.c: Ditto.
949 * stack.c: Ditto.
950 * stack.h: Ditto.
951 * symfile-mem.c: Ditto.
952 * symfile.c: Ditto.
953 * symfile.h: Ditto.
954 * symmisc.c: Ditto.
955 * symtab.c: Ditto.
956 * symtab.h: Ditto.
957 * target-descriptions.c: Ditto.
958 * target-memory.c: Ditto.
959 * target.c: Ditto.
960 * target.h: Ditto.
961 * terminal.h: Ditto.
962 * thread.c: Ditto.
963 * top.c: Ditto.
964 * tracepoint.c: Ditto.
965 * tracepoint.h: Ditto.
966 * ui-file.c: Ditto.
967 * ui-file.h: Ditto.
968 * ui-out.h: Ditto.
969 * user-regs.c: Ditto.
970 * user-regs.h: Ditto.
971 * utils.c: Ditto.
972 * valarith.c: Ditto.
973 * valops.c: Ditto.
974 * valprint.c: Ditto.
975 * valprint.h: Ditto.
976 * value.c: Ditto.
977 * varobj.c: Ditto.
978 * varobj.h: Ditto.
979 * vec.h: Ditto.
980 * xcoffread.c: Ditto.
981 * xcoffsolib.c: Ditto.
982 * xcoffsolib.h: Ditto.
983 * xml-syscall.c: Ditto.
984 * xml-tdesc.c: Ditto.
985
986 2011-01-05 Michael Snyder <msnyder@vmware.com>
987
988 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
989 * cli/cli-decode.c: Ditto.
990 * cli/cli-dump.c: Ditto.
991 * cli/cli-logging.c: Ditto.
992 * cli/cli-script.c: Ditto.
993 * cli/cli-setshow.c: Ditto.
994 * common/signals.c: Ditto.
995 * mi/mi-cmd-break.c: Ditto.
996 * mi/mi-cmd-disas.c: Ditto.
997 * mi/mi-cmd-stack.c: Ditto.
998 * mi/mi-cmd-var.c: Ditto.
999 * mi/mi-cmds.c: Ditto.
1000 * mi/mi-common.h: Ditto.
1001 * mi/mi-console.c: Ditto.
1002 * mi/mi-interp.c: Ditto.
1003 * mi/mi-main.c: Ditto.
1004 * osf-share/cma_attr.c: Ditto.
1005 * osf-share/cma_deb_core.h: Ditto.
1006 * osf-share/cma_debug_client.h: Ditto.
1007 * osf-share/cma_handle.h: Ditto.
1008 * osf-share/cma_mutex.h: Ditto.
1009 * osf-share/cma_stack_int.h: Ditto.
1010 * osf-share/cma_tcb_defs.h: Ditto.
1011 * python/py-auto-load.c: Ditto.
1012 * python/py-breakpoint.c: Ditto.
1013 * python/py-cmd.c: Ditto.
1014 * python/py-frame.c: Ditto.
1015 * python/py-objfile.c: Ditto.
1016 * python/py-param.c: Ditto.
1017 * python/py-progspace.c: Ditto.
1018 * python/py-symbol.c: Ditto.
1019 * python/py-value.c: Ditto.
1020 * python/python-internal.h: Ditto.
1021 * python/python.c: Ditto.
1022 * tui/tui-data.c: Ditto.
1023 * tui/tui-disasm.c: Ditto.
1024 * tui/tui-hooks.c: Ditto.
1025 * tui/tui-io.c: Ditto.
1026 * tui/tui-layout.c: Ditto.
1027 * tui/tui-regs.c: Ditto.
1028 * tui/tui-source.c: Ditto.
1029 * tui/tui-stack.c: Ditto.
1030 * tui/tui-win.c: Ditto.
1031 * tui/tui-windata.c: Ditto.
1032 * tui/tui-winsource.c: Ditto.
1033
1034 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1035
1036 * configure.ac, gdb.1: Copyright year update.
1037
1038 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
1041 this_pc_in_block, morestack_msym and morestack_name. Check for
1042 "__morestack" minimal symbol there.
1043
1044 2011-01-03 Joel Brobecker <brobecker@adacore.com>
1045
1046 * symfile.c (find_sym_fns): Add call to dont_repeat.
1047
1048 2011-01-01 Joel Brobecker <brobecker@adacore.com>
1049
1050 Copyright year update in most files (performed by copyright.sh).
1051
1052 2011-01-01 Joel Brobecker <brobecker@adacore.com>
1053
1054 * top.c (print_gdb_version): Update copyright year in version output.
1055
1056 For older changes see ChangeLog-2010.
1057 \f
1058 Local Variables:
1059 mode: change-log
1060 left-margin: 8
1061 fill-column: 74
1062 version-control: never
1063 coding: utf-8
1064 End:
This page took 0.05971 seconds and 5 git commands to generate.