gdb
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-02-18 Tom Tromey <tromey@redhat.com>
2
3 * common/ax.def: New file.
4 * ax.h (enum agent_op): Use ax.def.
5 * ax-general.c (aop_map): Use ax.def.
6
7 2011-02-18 Tom Tromey <tromey@redhat.com>
8
9 * ax-general.c (aop_map): Add pick and rot.
10 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
11 <DW_OP_rot>: Implement.
12 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
13 (ax_pick): Declare.
14 * ax-general.c (ax_pick): New function.
15
16 2011-02-18 Tom Tromey <tromey@redhat.com>
17
18 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
19
20 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21 Tom Tromey <tromey@redhat.com>
22
23 * cp-support.c (make_symbol_overload_list_namespace): Do not call
24 make_symbol_overload_list_block with NULL BLOCK.
25 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
26
27 2011-02-18 Pedro Alves <pedro@codesourcery.com>
28
29 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
30 * breakpoint.h (get_number_or_range): Declare.
31 * printcmd.c (ALL_DISPLAYS): Declare.
32 (delete_display): Reimplement taking a display pointer.
33 (undisplay_command): Accept a range of displays to delete, using
34 get_number_or_range.
35
36 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
37
38 * c-valprint.c (c_val_print): Add embedded_offset to address
39 for arrays of unspecified length.
40 * p-valprint.c (pascal_val_print): Likewise.
41
42 2011-02-18 Yao Qi <yao@codesourcery.com>
43
44 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
45 (arm_process_displaced_insn): .. here. Remove parameter INSN.
46 (thumb_process_displaced_insn): New.
47 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
48 call to arm_process_displaced_insn.
49 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
50
51 2011-02-17 Tom Tromey <tromey@redhat.com>
52
53 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
54 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
55 compile_dwarf_to_ax. No longer static. Call
56 dwarf2_compile_cfa_to_ax.
57 (locexpr_tracepoint_var_ref): Update.
58 (loclist_tracepoint_var_ref): Update.
59 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
60 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
61 argument; add 'gdbarch' and 'pc'.
62 (dwarf2_compile_cfa_to_ax): New function.
63 (dwarf2_frame_cache): Update.
64
65 2011-02-17 Joel Brobecker <brobecker@adacore.com>
66
67 * ada-lang.c (ada_type_of_array): Fix the size of the array
68 in the case of an unconstrained packed array.
69
70 2011-02-17 Yao Qi <yao@codesourcery.com>
71
72 * common/Makefile.in: Add more targets for make.
73
74 2011-02-16 Tom Tromey <tromey@redhat.com>
75
76 * dwarf2loc.c (unimplemented): Fix typo.
77
78 2011-02-16 Tom Tromey <tromey@redhat.com>
79
80 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
81 (compile_dwarf_to_ax) <default>: Use unimplemented.
82 <DW_OP_deref>: Update.
83 (disassemble_dwarf_expression): Update.
84 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
85 (decode_locdesc): Update.
86 * dwarf2expr.h (dwarf_stack_op_name): Update.
87
88 2011-02-16 Tom Tromey <tromey@redhat.com>
89
90 * ax.h (struct aop_map) <name>: Now const.
91
92 2011-02-16 Tom Tromey <tromey@redhat.com>
93
94 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
95 than axs_rvalue.
96
97 2011-02-16 Yao Qi <yao@codesourcery.com>
98
99 * infrun.c (get_displaced_step_closure_by_addr): New.
100 * inferior.h: Declare it.
101 * arm-tdep.c: (arm_pc_is_thumb): Call
102 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
103 returns non-NULL.
104
105 2011-02-16 Pedro Alves <pedro@codesourcery.com>
106 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 gdb/
109 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
110
111 2011-02-16 Pedro Alves <pedro@codesourcery.com>
112 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 * value.c (value_contents_copy_raw): Extend describing comment.
115 Assert that the destination contents we're overwriting are wholly
116 available.
117 (value_contents_copy): Extend describing comment.
118
119 2011-02-16 Pedro Alves <pedro@codesourcery.com>
120 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * value.c (value_available_contents_eq): Remove redundant local
123 variables. Fix available contents comparision.
124 * value.h (value_available_contents_eq): Extend describing
125 comment.
126
127 2011-02-16 Yao Qi <yao@codesourcery.com>
128
129 * thread.c (info_threads_command): Add missing i18n markup and remove
130 trailing newline.
131
132 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
133
134 * breakpoint.c (longjmp_names): New variable.
135 (struct breakpoint_objfile_data): New type.
136 (breakpoint_objfile_key): New variable.
137 (msym_not_found): New variable.
138 (msym_not_found_p): New predicate.
139 (get_breakpoint_objfile_data): New function.
140 (create_overlay_event_breakpoint): Check per-objfile cache for
141 symbols first.
142 (create_longjmp_master_breakpoint): Likewise.
143 (create_std_terminate_master_breakpoint): Likewise.
144 (create_exception_master_breakpoint): Likewise.
145 (_initialize_breakpoint): Register per-objfile data key.
146
147 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
148
149 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
150 parameter value.
151 (create_longjmp_master_breakpoint): Loop over longjmp names.
152 (create_std_terminate_master_breakpoint): Const-propagate parameter
153 value.
154 (update_breakpoints_after_exec): Adjust.
155 (breakpoint_re_set): Adjust.
156
157 2011-02-15 Michael Snyder <msnyder@vmware.com>
158
159 * thread.c (info_threads_command): Process arg as thread id,
160 or list of thread ids.
161 (thread_find_command): New command.
162 (_initialize_thread): Document argument for info threads.
163 Document 'thread find' command.
164 * NEWS: Document new command "thread find".
165
166 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
169 * aclocal.m4: Regenerated with aclocal-1.11.1.
170 * common/configure: Regenerate with autoconf-2.64.
171
172 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
173
174 * opencl-lang.c (build_opencl_types): Set the size of the built-in
175 bool data type to a size of one byte.
176
177 2011-02-15 Pedro Alves <pedro@codesourcery.com>
178 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 * target.c (memory_xfer_live_readonly_partial): Document where to
181 look for interface description.
182
183 2011-02-15 Yao Qi <yao@codesourcery.com>
184
185 PR tdep/12352
186 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
187 order to store PC value on stack instead of text section.
188
189 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
190
191 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
192 the EFP register set size.
193 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
194 data from the VMX register.
195 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
196 and write data from/to the VMX register.
197
198 2011-02-14 Michael Snyder <msnyder@vmware.com>
199
200 * command.h (enum command_class): New class 'no_set_class', for
201 "show" commands without a corresponding "set" command.
202 * value.c (_initialize_values): Use 'no_set_class' for "show values".
203 * copying.c (_initialize_copying): Ditto for "show copying" and
204 "show warranty".
205 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
206 "show version".
207 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
208 which there is no corresponding "set" command (eg. "show copying").
209
210 2011-02-14 Pedro Alves <pedro@codesourcery.com>
211 Jan Kratochvil <jan.kratochvil@redhat.com>
212
213 * exec.c (section_table_available_memory): Change `len' parameter
214 type to ULONGEST.
215 * exec.h (section_table_available_memory): Ditto.
216 * value.h (read_value_memory): Rename the `offset' parameter to
217 `embedded_offset'.
218
219 2011-02-14 Pedro Alves <pedro@codesourcery.com>
220 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * memrange.c (compare_mem_ranges): Mention sort order in
223 describing comment.
224 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
225 * tracepoint.c (traceframe_available_memory): Extend comment to
226 mention what happens to RESULT when the target does not support
227 the query.
228
229 2011-02-14 Pedro Alves <pedro@codesourcery.com>
230 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
233 range.
234
235 2011-02-14 Pedro Alves <pedro@codesourcery.com>
236
237 * value.c (value_bits_valid, value_bits_synthetic_pointer):
238 No longer handle NULL values.
239
240 2011-02-14 Pedro Alves <pedro@codesourcery.com>
241
242 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
243 * value.c: Include "exceptions.h".
244 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
245 generic error.
246 * cp-abi.c: Include gdb_assert.h.
247 (baseclass_offset): Add `embedded_offset' and `val' parameters.
248 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
249 errors.
250 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
251 parameters. No longer returns -1 on error.
252 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
253 `val' parameters.
254 * cp-valprint.c: Include exceptions.h.
255 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
256 the baseclass_offset. Handle unavailable base classes. Use
257 val_print_invalid_address.
258 * p-valprint.c: Include exceptions.h.
259 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
260 when fetching the baseclass_offset. No longer expect
261 baseclass_offset returning -1. Handle unavailable base classes.
262 Use val_print_invalid_address.
263 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
264 `valaddr' parameter, and change its type to gdb_byte pointer. Add
265 `embedded_offset' and `val' parameters. Adjust.
266 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
267 parameter, and change its type to gdb_byte pointer. Add
268 `embedded_offset' and `val' parameters. Adjust. No longer expect
269 baseclass_offset returning -1.
270 (value_dynamic_cast): Use value_contents_for_printing rather than
271 value_contents. Adjust.
272 (search_struct_field): No longer expect baseclass_offset returning
273 -1.
274 (search_struct_method): If reading memory from the target is
275 necessary, wrap it in a new value to pass to baseclass_offset. No
276 longer expect baseclass_offset returning -1.
277 (find_method_list): No longer expect baseclass_offset returning
278 -1. Use value_contents_for_printing rather than value_contents.
279 * valprint.c (val_print_invalid_address): New function.
280 * valprint.h (val_print_invalid_address): Declare.
281 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
282 and `val' parameters. No longer expect baseclass_offset returning
283 -1. Adjust.
284 * gnu-v2-abi.c: Include "exceptions.h".
285 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
286 parameters. Handle unavailable memory. Recurse through
287 gnuv2_baseclass_offset directly, rather than through
288 baseclass_offset. No longer returns -1 on not found, instead
289 throw an error.
290 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
291 `val' parameters. Adjust.
292
293 2011-02-14 Pedro Alves <pedro@codesourcery.com>
294
295 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
296 almost but not quite adjacent.
297
298 2011-02-14 Pedro Alves <pedro@codesourcery.com>
299
300 * value.h (value_entirely_available): Declare.
301 * value.c (value_entirely_available): New function.
302 * c-valprint.c (c_value_print): Don't try fetching the pointer's
303 real type if the pointer is unavailable.
304
305 2011-02-14 Pedro Alves <pedro@codesourcery.com>
306
307 * valops.c (value_repeat): Use read_value_memory instead of
308 read_memory.
309
310 2011-02-14 Pedro Alves <pedro@codesourcery.com>
311
312 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
313 * value.c (value_contents_copy_raw, value_contents_copy): New
314 functions.
315 (value_primitive_field): Use value_contents_copy_raw instead of
316 memcpy.
317 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
318 memcpy.
319 (value_array, value_slice): Ditto.
320 * valarith.c (value_subscripted_rvalue): Use
321 value_contents_copy_raw instead of memcpy.
322
323 2011-02-14 Pedro Alves <pedro@codesourcery.com>
324
325 <unavailable> references.
326
327 * valops.c (get_value_at): Use value_from_contents_and_address,
328 avoiding read_memory.
329
330 2011-02-14 Pedro Alves <pedro@codesourcery.com>
331
332 * c-valprint.c (c_val_print): Print a string with unavailable
333 contents as an array.
334
335 2011-02-14 Pedro Alves <pedro@codesourcery.com>
336
337 * value.h (unpack_bits_as_long): Delete declaration.
338 (unpack_value_bits_as_long): Declare.
339 (unpack_value_field_as_long): Declare.
340 (value_field_bitfield): Declare.
341 * value.c (unpack_bits_as_long): Rename to...
342 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
343 value parameters. Return the extracted result in a new output
344 parameter. If the value contents are unavailable, return false,
345 otherwise return true.
346 (unpack_value_bits_as_long): New.
347 (unpack_field_as_long): Rename to...
348 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
349 Add embedded_offset and value parameters. Return the extracted
350 result in a new output parameter. If the value contents are
351 unavailable, return false, otherwise return true.
352 (unpack_value_field_as_long): New.
353 (unpack_field_as_long_1): New.
354 (unpack_field_as_long): Reimplement as wrapper around
355 unpack_value_field_as_long_1.
356 (value_field_bitfield): New function.
357 * valops.c (value_fetch_lazy): When fetching a bitfield, use
358 unpack_value_bits_as_long. Mark the value as unavailable, if it
359 is unavailable.
360 * jv-valprint.c (java_print_value_fields): Use
361 value_field_bitfield.
362 * p-valprint.c (pascal_object_print_value_fields): Use
363 value_field_bitfield.
364 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
365
366 2011-02-14 Pedro Alves <pedro@codesourcery.com>
367
368 * value.c (get_internalvar_integer): Also return the int value of
369 TYPE_CODE_INT INTERNALVAR_VALUE values.
370 (set_internalvar): Don't special case TYPE_CODE_INT.
371
372 2011-02-14 Pedro Alves <pedro@codesourcery.com>
373
374 * value.c (struct internalvar) <enum internalvar_kind>: Remove
375 INTERNALVAR_POINTER.
376 <pointer>: Delete.
377 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
378 (set_internalvar): Remove special TYPE_CODE_PTR handling.
379 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
380
381 2011-02-14 Pedro Alves <pedro@codesourcery.com>
382
383 * value.h (value_available_contents_eq): Declare.
384 * value.c (find_first_range_overlap): New function.
385 (value_available_contents_eq): New function.
386 * valprint.c (val_print_array_elements): Use
387 value_available_contents_eq.
388 * ada-valprint.c (val_print_packed_array_elements): Use
389 value_available_contents_eq.
390 * jv-valprint.c (java_value_print): Use
391 value_available_contents_eq.
392
393 2011-02-14 Pedro Alves <pedro@codesourcery.com>
394
395 * target.c (target_read_live_memory): New function.
396 (memory_xfer_live_readonly_partial): New.
397 (memory_xfer_partial): If reading from a traceframe, fallback to
398 reading unavailable read-only memory from read-only regions of
399 live target memory.
400 * tracepoint.c (disconnect_tracing): Adjust.
401 (set_current_traceframe): New, factored out from
402 set_traceframe_number.
403 (set_traceframe_number): Reimplement to only change the traceframe
404 number on the GDB side.
405 (do_restore_current_traceframe_cleanup): Adjust.
406 (make_cleanup_restore_traceframe_number): New.
407 (cur_traceframe_number): New global.
408 (tfile_open): Set cur_traceframe_number to no traceframe.
409 (set_tfile_traceframe): New function.
410 (tfile_trace_find): If looking up a traceframe using any method
411 other than by number, make sure the current tfile traceframe
412 matches gdb's current traceframe. Update the current tfile
413 traceframe if the lookup succeeded.
414 (tfile_fetch_registers, tfile_xfer_partial)
415 (tfile_get_trace_state_variable_value): Make sure the remote
416 traceframe matches gdb's current traceframe.
417 * remote.c (remote_traceframe_number): New global.
418 (remote_open_1): Set it to -1.
419 (set_remote_traceframe): New function.
420 (remote_fetch_registers, remote_store_registers)
421 (remote_xfer_memory, remote_xfer_partial)
422 (remote_get_trace_state_variable_value): Make sure the remote
423 traceframe matches gdb's current traceframe.
424 (remote_trace_find): If looking up a traceframe using any method
425 other than by number, make sure the current remote traceframe
426 matches gdb's current traceframe. Update the current remote
427 traceframe if the lookup succeeded.
428 * infrun.c (fetch_inferior_event): Adjust.
429 * tracepoint.h (set_current_traceframe): Declare.
430 (get_traceframe_number, set_traceframe_number): Add describing
431 comments.
432
433 2011-02-14 Pedro Alves <pedro@codesourcery.com>
434
435 Mark pieces of values as unavailable if the corresponding memory
436 is unavailable.
437
438 * valops.c: Include tracepoint.h.
439 (value_fetch_lazy): Use read_value_memory.
440 (read_value_memory): New.
441 * value.h (read_value_memory): Declare.
442 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
443 * exec.c (section_table_available_memory): New function.
444 * exec.h (section_table_available_memory): Declare.
445
446 2011-02-14 Pedro Alves <pedro@codesourcery.com>
447
448 * Makefile.in (SFILES): Add memrange.c.
449 (HFILES_NO_SRCDIR): Add memrange.h.
450 (COMMON_OBS): Add memrange.o.
451 * memrange.c: New file.
452 * memrange.h: New file.
453 * tracepoint.c: Include memrange.h.
454 (struct mem_range): Delete.
455 (mem_range_s): Delete.
456 (traceframe_available_memory): New function.
457 * tracepoint.h (traceframe_available_memory): Declare.
458
459 2011-02-14 Pedro Alves <pedro@codesourcery.com>
460
461 * target.h (struct traceframe_info): Forward declare.
462 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
463 (struct target_ops) <to_traceframe_info>: New field.
464 (target_traceframe_info): New.
465 * target.c (update_current_target): Inherit and default
466 to_traceframe_info.
467 * remote.c (PACKET_qXfer_traceframe_info): New.
468 (remote_protocol_features): Register qXfer:traceframe-info:read.
469 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
470 (remote_traceframe_info): New.
471 (init_remote_ops): Install it.
472 (_initialize_remote): Install "set/show remote traceframe-info"
473 commands.
474 * tracepoint.h (parse_traceframe_info): Declare.
475 * tracepoint.c (struct mem_range): New.
476 (mem_range_s): New typedef.
477 (struct traceframe_info): New.
478 (traceframe_info): New global.
479 (free_traceframe_info): New function.
480 (clear_traceframe_info): New function.
481 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
482 info.
483 (build_traceframe_info): New function.
484 (tfile_traceframe_info): New function.
485 (init_tfile_ops): Install tfile_traceframe_info.
486 (traceframe_info_start_memory, free_result): New functions.
487 (memory_attributes, traceframe_info_elements): New globals.
488 (parse_traceframe_info, get_traceframe_info): New functions.
489 * features/traceframe-info.dtd: New file.
490 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
491
492 2011-02-14 Pedro Alves <pedro@codesourcery.com>
493
494 Base support for <unavailable> value contents.
495
496 * value.h (value_bytes_available): Declare.
497 (mark_value_bytes_unavailable): Declare.
498 * value.c (struct range): New struct.
499 (range_s): New typedef.
500 (ranges_overlap): New function.
501 (range_lessthan): New function.
502 (ranges_contain_p): New function.
503 (struct value) <unavailable>: New field.
504 (value_bytes_available): New function.
505 (mark_value_bytes_unavailable): New function.
506 (require_not_optimized_out): Constify parameter.
507 (require_available): New function.
508 (value_contents_all, value_contents): Require all bytes be
509 available.
510 (value_free): Free `unavailable'.
511 (value_copy): Copy `unavailable'.
512 * valprint.h (val_print_unavailable): Declare.
513 * valprint.c (valprint_check_validity): Rename `offset' parameter
514 to `embedded_offset'. If printing a scalar, check whether the
515 value chunk is available.
516 (val_print_unavailable): New.
517 (val_print_scalar_formatted): Check whether the value is
518 available.
519 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
520 pretty-printing unavailable values.
521
522 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 Fix const/volatile qualifiers of C++ types, PR c++/12328.
525 * c-typeprint.c (c_type_print_args): Update the function comment. New
526 variable param_type, initialize it. Remove const/volatile qualifiers
527 for language_cplus and !show_artificial. Use param_type.
528
529 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
532 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
533 * symtab.h (struct symtab) <next>: Comment extension.
534
535 2011-02-12 Yao Qi <yao@codesourcery.com>
536
537 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
538
539 2011-02-11 Yao Qi <yao@codesourcery.com>
540
541 * common/Makefile.in: Add copyright header.
542
543 2011-02-11 Pedro Alves <pedro@codesourcery.com>
544
545 * infrun.c (proceed): Move switching out and in of tfind mode from
546 here ...
547 (fetch_inferior_event): ... to here.
548
549 2011-02-11 Yao Qi <yao@codesourcery.com>
550
551 * Makefile.in: Remove signals.o from COMMON_OBS. Link
552 libcommon.a.
553 * configure.ac: Add common to sub dir.
554 * configure: Regenerate.
555
556 2011-02-11 Yao Qi <yao@codesourcery.com>
557
558 Build libcommon.a.
559
560 * common/Makefile.in: New.
561 * common/configure.ac: New.
562 * common/aclocal.m4: New.
563 * common/configure: Generate.
564
565 2011-02-10 Pedro Alves <pedro@codesourcery.com>
566
567 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
568 side of the parenthesis.
569
570 Merge from GCC:
571 2010-07-13 Jakub Jelinek <jakub@redhat.com>
572 * vec.h (VEC_block_remove): Fix comment.
573
574 2011-02-08 Michael Snyder <msnyder@vmware.com>
575
576 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
577
578 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
579
580 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
581 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
582 psubd and paddd.
583
584 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
585
586 PR 12361.
587 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
588 phsubsw.
589 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
590 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
591
592 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
593
594 * dwarf2read.c (read_subroutine_type): Set special calling
595 convention flag for functions compiled by IBM XL C for OpenCL.
596 * ppc-sysv-tdep.c: Include "dwarf2.h"
597 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
598 calling convention.
599 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
600 IBM OpenCL vector types calling convention.
601 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
602 (ppc_sysv_abi_broken_return_value): Likewise.
603 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
604 types calling convention.
605 (ppc64_sysv_abi_return_value): Likewise.
606 * spu-tdep.c: Include "dwarf2.h"
607 (spu_return_value): Implement IBM OpenCL vector types calling
608 convention.
609
610 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
611
612 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
613 correct ABI for AltiVec vector arguments.
614
615 2011-02-07 Pedro Alves <pedro@codesourcery.com>
616
617 * valprint.c (val_print): Extend comment.
618 * ada-valprint.c (ada_valprint): Rewrite comment deferring
619 interface explanation to val_print.
620 (ada_val_print_array): Adjust comment to current interface.
621 (print_field_values): Adjust comment to current interface.
622 * c-valprint.c (c_val_print): Rewrite comment deferring interface
623 explanation to val_print.
624 * f-valprint.c (f_val_print): Ditto.
625 * jv-valprint.c (java_val_print): Ditto.
626 * m2-valprint.c (m2_val_print): Ditto.
627 * p-valprint.c (pascal_val_print): Ditto.
628
629 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
630
631 * breakpoint.c (parse_breakpoint_sals): Fix description.
632
633 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
634 Oguz Kayral <oguzkayral@gmail.com>
635
636 * python/py-inferior.c (python_on_normal_stop): New function.
637 (python_on_resume): New function.
638 (python_inferior_exit): New function.
639 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
640 inferior_exit observers.
641 * python/py-evtregistry.c: New file.
642 * python/py-threadevent.c : New file.
643 * python/py-event.c: New file.
644 * python/py-evts.c: New file.
645 * python/py-continueevent.c: New file.
646 * python/py-bpevent.c: New file.
647 * python/py-signalevent.c: New file.
648 * python/py-exetiedevent.c: New file.
649 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
650 Move struct breakpoint_object from here...
651 * python/python-internal.h: ... to here.
652 * python/py-event.h: New file.
653 * python/py-events.h: New file.
654 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
655 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
656 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
657 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
658 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
659 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
660 Add build rules for all the above.
661
662 2011-02-04 Tom Tromey <tromey@redhat.com>
663
664 * dwarf2read.c (dwarf2_section_empty_p): New function.
665 (dwarf2_read_section): Use dwarf2_section_empty_p.
666 (dwarf2_section_size): New function.
667 (dwarf2_get_section_info): Unconditionally read section.
668 (dwarf2_read_index): Use dwarf2_section_empty_p.
669 (partial_read_comp_unit_head): Use dwarf2_section_size.
670 (dwarf2_symbol_mark_computed): Likewise.
671
672 2011-02-04 David Daney <ddaney@caviumnetworks.com>
673
674 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
675
676 2011-02-04 David Daney <ddaney@caviumnetworks.com>
677
678 * mips-linux-tdep.c: Include xml-syscall.h.
679 (mips_linux_get_syscall_number): New function.
680 (mips_linux_init_abi): Add calls to
681 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
682 * data-directory/Makefile.in (SYSCALLS_FILES): Add
683 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
684 * syscalls/mips-n32-linux.xml: New file.
685 * syscalls/mips-n64-linux.xml: New file.
686 * syscalls/mips-o32-linux.xml: New file.
687
688 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
689
690 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
691 Complain about inverted range entries.
692 (dwarf2_record_block_ranges): Likewise.
693
694 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
695
696 Fix some typos.
697 * breakpoint.c (update_watchpoint): Fix name of the
698 update_global_location_list function.
699 (print_one_breakpoint): Fix typo.
700 (_initialize_breakpoint): Remove extra space in hbreak help
701 string.
702 * breakpoint.h (struct bp_location) <length>: Fix field
703 description.
704
705 2011-02-04 Pedro Alves <pedro@codesourcery.com>
706
707 * regcache.c (registers_changed_ptid): Don't explictly always
708 clear `current_regcache'. Only clear current_thread_ptid and
709 current_thread_arch when PTID matches. Only reinit the frame
710 cache if PTID matches the current inferior_ptid. Move alloca(0)
711 call to ...
712 (registers_changed): ... here.
713
714 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
715
716 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
717 starts with __stack_chk_guard as stack guard symbol.
718
719 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
720
721 * disasm.c (compare_lines): Handle the end of sequence markers
722 within the line table to better support disassembling over
723 compilation unit boundaries.
724
725 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
726
727 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
728 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
729 implementation even if no symbols are available.
730 (thumb_analyze_prologue): Update call to skip_prologue_function.
731 (arm_analyze_prologue): Likewise.
732
733 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
734
735 * arm-tdep.c: Include "observer.h".
736 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
737 (arm_exidx_data_key): New static variable.
738 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
739 (struct arm_exidx_data): Likewise.
740 (arm_exidx_data_free): New function.
741 (arm_compare_exidx_entries): Likewise.
742 (arm_obj_section_from_vma): Likewise.
743 (arm_exidx_new_objfile): Likewise.
744 (arm_find_exidx_entry): Likewise.
745 (arm_exidx_fill_cache): Likewise.
746 (arm_exidx_unwind_sniffer): Likewise.
747 (arm_exidx_unwind): New global variable.
748 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
749 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
750 observer. Register arm_exidx_data_key as objfile data.
751
752 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
753
754 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
755 due to accessing uninitialized variable. Fix indentation.
756
757 2011-02-02 Pedro Alves <pedro@codesourcery.com>
758
759 * c-valprint.c (c_value_print): When doing virtual base pointer
760 adjustment, create a new value with adjusted contents rather than
761 changing the contents of the value being printed (and getting it
762 wrong).
763
764 2011-02-02 Pedro Alves <pedro@codesourcery.com>
765
766 * xml-support.c (xml_find_attribute): New.
767 (xinclude_start_include): Use it.
768 * xml-support.h (xml_find_attribute): Declare.
769 * memory-map.c (memory_map_start_memory)
770 (memory_map_start_property): Use xml_find_attribute.
771 * osdata.c (osdata_start_osdata, osdata_start_column): Use
772 xml_find_attribute.
773 * remote.c (start_thread): Use xml_find_attribute.
774 * solib-target.c (library_list_start_segment)
775 (library_list_start_section, library_list_start_library)
776 (library_list_start_list): Use xml_find_attribute.
777 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
778 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
779 (tdesc_start_field): Use xml_find_attribute.
780
781 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
782
783 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
784 (BUILD_OCL_VTYPES): Update.
785
786 2011-02-02 Joel Brobecker <brobecker@adacore.com>
787
788 * configure.ac: Work around non-GNU sed limitation when computing
789 python version number.
790 * configure: Regenerate.
791
792 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 Fix debug printing of TYPE_INSTANCE.
795 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
796 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
797
798 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
799
800 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
801 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
802 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
803 * ada-operator.inc: Rename the file to ...
804 * ada-operator.def: ... here, wrap all the entries by macro OP.
805 * expprint.c (op_name_standard): Remove all the entries. Include
806 "std-operator.def" instead.
807 * expression.h (enum exp_opcode): Include "std-operator.def" and
808 "ada-operator.def". Move all the entries ...
809 * std-operator.def: ... here, wrap all the entries by macro OP.
810
811 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
812
813 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
814 * breakpoint.c (remove_jit_event_breakpoints): New function.
815 * jit.c (jit_descriptor_addr): Delete.
816 (registering_code): Delete.
817 (clear_int): Delete.
818 (jit_inferior_data): New variable.
819 (struct jit_inferior_data): New type.
820 (get_jit_inferior_data): New function.
821 (jit_inferior_data_cleanup): New function.
822 (jit_read_descriptor): Adjust.
823 (jit_register_code): Adjust.
824 (jit_breakpoint_re_set_internal): New function; move code here ...
825 (jit_inferior_init): ... from here.
826 (jit_breakpoint_re_set): Adjust.
827 (jit_reset_inferior_data_and_breakpoints): New function.
828 (jit_inferior_created_observer): Adjust.
829 (jit_inferior_exit_hook): Adjust.
830 (jit_executable_changed_observer): New function.
831 (jit_event_handler): Adjust.
832 (_initialize_jit): Adjust.
833
834 2011-01-31 Michael Snyder <msnyder@vmware.com>
835
836 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
837 line.
838
839 2011-01-31 Tom Tromey <tromey@redhat.com>
840
841 PR python/12216:
842 * python/python.c (execute_gdb_command): Call
843 prevent_dont_repeat.
844 * top.c (suppress_dont_repeat): New global.
845 (dont_repeat): Use it.
846 (prevent_dont_repeat): New function.
847 * command.h (prevent_dont_repeat): Declare.
848
849 2011-01-31 Tom Tromey <tromey@redhat.com>
850
851 * infcmd.c (finish_backward): Use breakpoint_set_silent.
852 * python/py-breakpoint.c (bppy_set_silent): Use
853 breakpoint_set_silent.
854 (bppy_set_thread): Use breakpoint_set_thread.
855 (bppy_set_task): Use breakpoint_set_task.
856 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
857 (breakpoint_set_task): Declare.
858 (make_breakpoint_silent): Remove.
859 * breakpoint.c (breakpoint_set_silent): New function.
860 (breakpoint_set_thread): Likewise.
861 (breakpoint_set_task): Likewise.
862 (make_breakpoint_silent): Remove.
863
864 2011-01-31 Tom Tromey <tromey@redhat.com>
865
866 * breakpoint.h (user_breakpoint_p): Declare.
867 * breakpoint.c (user_breakpoint_p): New function.
868 (breakpoint_1): Use it.
869 (save_breakpoints): Likewise.
870
871 2011-01-31 Joel Brobecker <brobecker@adacore.com>
872
873 * configure.ac: Add handling of Python distribution on Windows.
874 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
875 sysconfig variables are not defined, then do not use them.
876 On Windows, if LIBPL is not defined, then use prefix + '/libs'
877 instead. On Windows, return all paths using forward-slashes
878 rather than backslashes.
879
880 2011-01-31 Joel Brobecker <brobecker@adacore.com>
881
882 * configure.ac: Remove fallback behavior for building
883 against Python. Remove tweaking of Python include path.
884 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
885 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
886 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
887 Always restore CPPFLAGS and LIBS after linking test.
888 * configure: Regenerated.
889 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
890 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
891 * python/python-internal.h: Adjust includes of Python .h files.
892
893 2011-01-31 Joel Brobecker <brobecker@adacore.com>
894
895 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
896 in error message.
897
898 2011-01-31 Joel Brobecker <brobecker@adacore.com>
899
900 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
901 value test.
902
903 2011-01-31 Yao Qi <yao@codesourcery.com>
904
905 * arm-linux-nat.c: Update calls to regcache_register_status
906 instead of regcache_valid_p.
907 * aix-thread.c: Likewise.
908 * i386gnu-nat.c: Likewise.
909
910 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 Fix crash.
913 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
914 touching TYPE_FIELD_ARTIFICIAL.
915
916 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
917
918 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
919 Committers.
920
921 2011-01-28 Pedro Alves <pedro@codesourcery.com>
922
923 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
924 selected, don't try iterating over the traceframe's blocks.
925 (tfile_has_stack): If there's no traceframe selected, then there's
926 no stack.
927 (tfile_has_registers): If there's no traceframe selected, then
928 there's no registers.
929
930 2011-01-28 Pedro Alves <pedro@codesourcery.com>
931
932 * target.c (memory_xfer_partial): No need to restore shadows if we
933 haven't read anything.
934
935 2011-01-28 Pedro Alves <pedro@codesourcery.com>
936
937 * mips-tdep.c (mips_print_register): Use get_frame_register_value
938 and val_print_scalar_formatted.
939
940 2011-01-27 Pedro Alves <pedro@codesourcery.com>
941
942 * tracepoint.c (tfile_read): New.
943 (tfile_open): Use it.
944 (tfile_get_traceframe_address): Use it.
945 (tfile_trace_find): Use it.
946 (walk_blocks_callback_func): New typedef.
947 (match_blocktype): New function.
948 (traceframe_walk_blocks): New function.
949 (traceframe_find_block_type): New function.
950 (tfile_fetch_registers, tfile_xfer_partial)
951 (tfile_get_trace_state_variable_value): Use
952 traceframe_find_block_type and tfile_read.
953
954 2011-01-26 Kevin Buettner <kevinb@redhat.com>
955
956 * remote-mips.c: Add internationalization mark ups. Remove
957 trailing \n from already marked up strings.
958
959 2011-01-26 Tom Tromey <tromey@redhat.com>
960
961 * python/py-prettyprint.c (print_string_repr): Clear
962 'addressprint' option when calling val_print_string.
963 (print_children): Handle Val_pretty_default. Clear 'addressprint'
964 option when calling val_print_string.
965
966 2011-01-26 Tom Tromey <tromey@redhat.com>
967
968 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
969 GDB_PY_LL_ARG.
970 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
971 macros.
972 (gdb_py_longest, gdb_py_ulongest): New typedefs.
973 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
974 (gdb_py_long_as_ulongest): New defines.
975 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
976 (gdb_py_int_as_long): Declare.
977 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
978 GDB_PY_LL_ARG, gdb_py_object_from_longest.
979 (valpy_long): Add comment.
980 * python/py-utils.c (get_addr_from_python): Use
981 gdb_py_long_as_ulongest. Handle overflow properly.
982 (gdb_py_object_from_longest): New function.
983 (gdb_py_object_from_ulongest): Likewise.
984 (gdb_py_int_as_long): Likewise.
985 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
986 * python/py-symtab.c (salpy_get_pc): Use
987 gdb_py_long_from_ulongest.
988 (salpy_get_line): Use PyInt_FromLong.
989 * python/py-param.c (set_parameter_value): Use
990 gdb_py_int_as_long.
991 * python/py-lazy-string.c (stpy_get_address): Use
992 gdb_py_long_from_ulongest.
993 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
994 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
995 * python/py-breakpoint.c (bppy_set_thread): Use
996 gdb_py_int_as_long.
997 (bppy_set_task): Likewise.
998 (bppy_set_ignore_count): Likewise.
999 (bppy_set_hit_count): Likewise.
1000 * python/py-block.c (blpy_get_start): Use
1001 gdb_py_object_from_ulongest.
1002 (blpy_get_end): Likewise.
1003 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
1004
1005 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
1006
1007 PR/symtab 11766:
1008 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
1009 * gdb/solib.c (solib_read_symbols): Check for addr_low in
1010 equality test for objfile, initialize addr_low if needed.
1011
1012 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1013
1014 * tui/tui-regs.c (tui_register_format): Remove dead code.
1015
1016 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1017
1018 * printcmd.c (print_formatted): Use val_print_scalar_formatted
1019 instead of print_scalar_formatted.
1020 (print_scalar_formatted): Don't handle 's' format strings here,
1021 and add an assertion that we never see such format here.
1022 * valprint.h (val_print_scalar_formatted): Declare.
1023 * valprint.c (val_print_scalar_formatted): New.
1024 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
1025 instead of print_scalar_formatted.
1026 * jv-valprint.c (java_val_print): Ditto.
1027 * p-valprint.c (pascal_val_print): Ditto.
1028 * ada-valprint.c (ada_val_print_1): Ditto.
1029 * f-valprint.c (f_val_print): Ditto.
1030 * infcmd.c (registers_info): Ditto.
1031 * m2-valprint.c (m2_val_print): Ditto.
1032
1033 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1034
1035 * m2-valprint.c (print_unbounded_array): Pass
1036 value_contents_for_printing rather than value_contents, to
1037 m2_print_array_contents. Also pass in the value.
1038
1039 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1040
1041 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
1042 (save_gdb_index_command): Switch to .gdb_index version 4.
1043
1044 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1045
1046 * mi/mi-main.c (get_register): Use get_frame_register_value rather
1047 than frame_register, and always pass a valid value to val_print.
1048
1049 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1050
1051 Centralize printing "<optimized out>".
1052
1053 * valprint.h (val_print_optimized_out): Declare.
1054 * cp-valprint.c (cp_print_value_fields): Use
1055 val_print_optimized_out.
1056 * jv-valprint.c (java_print_value_fields): Ditto.
1057 * p-valprint.c (pascal_object_print_value_fields): Ditto.
1058 * printcmd.c (print_formatted): Ditto.
1059 * valprint.c (valprint_check_validity): Ditto.
1060 (value_check_printable): Ditto.
1061 (val_print_optimized_out): New.
1062
1063 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1064
1065 * infcmd.c (default_print_registers_info): Allocate values so to
1066 never pass a NULL value to val_print.
1067
1068 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1069
1070 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
1071 boolean. Make sure to always pass a value that matches the
1072 contents buffer to callees. Preserve `address' for following
1073 iterations.
1074 * value.c (value_contents_for_printing_const): New.
1075 (value_address): Constify value argument.
1076 * value.h (value_contents_for_printing_const): Declare.
1077 (value_address): Constify value argument.
1078
1079 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1080
1081 * regcache.c (struct regcache_descr): Rename
1082 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
1083 and sizeof_cooked_register_valid_p to
1084 sizeof_cooked_register_status.
1085 (init_regcache_descr): Adjust.
1086 (struct regcache): Rename register_valid_p field to
1087 register_status.
1088 (regcache_xmalloc_1, regcache_xfree, regcache_save)
1089 (do_cooked_read): Adjust.
1090 (regcache_valid_p): Rename to ...
1091 (regcache_register_status): ... this. Adjust.
1092 (regcache_invalidate): Adjust.
1093 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
1094 Adjust.
1095 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
1096 as unavailable, not valid.
1097 (regcache_dump): Adjust.
1098 * regcache.h (enum register_status): New.
1099 (regcache_register_status): Declare.
1100 (regcache_invalidate): Delete declaration.
1101 * corelow.c (get_core_registers): Adjust.
1102 * tracepoint.c (tfile_fetch_registers): Adjust.
1103 * trad-frame.c (REG_VALUE): Rename to ...
1104 (TF_REG_VALUE): ... this.
1105 (REG_UNKNOWN): Rename to ...
1106 (TF_REG_UNKNOWN): ... this.
1107 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
1108 * mi/mi-main.c (register_changed_p): Adjust.
1109
1110 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1111
1112 * regcache.c (struct regcache_descr): Remove outdated comment.
1113 (init_regcache_descr): Remove sizeof_raw_register_valid_p
1114 overallocate hack.
1115 (regcache_xmalloc): Rename to ...
1116 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
1117 Allocate the regcache type accordingly.
1118 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
1119 (regcache_xfree): Asser the source is also readonly. Copy sizeof
1120 cooked registers, not raw.
1121 (regcache_dup_no_passthrough): Delete.
1122 (get_thread_arch_regcache): Use regcache_xmalloc_1.
1123 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
1124 mention obsolete write_register_bytes.
1125 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
1126
1127 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1128
1129 Stop remote_read_bytes from handling partial reads itself.
1130
1131 * remote-fileio.c: Include target.h.
1132 (remote_fileio_write_bytes): Delete.
1133 (remote_fileio_func_open, remote_fileio_func_write)
1134 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
1135 target_read_memory.
1136 (remote_fileio_func_stat): Use target_read_memory and
1137 target_write_memory.
1138 (remote_fileio_func_gettimeofday): Use target_write_memory.
1139 (remote_fileio_func_system): Use target_read_memory.
1140 * remote.c (remote_write_bytes): Make it static.
1141 (remote_read_bytes): Don't handle partial reads here.
1142 * remote.h (remote_read_bytes): Delete declaration.
1143
1144 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1145
1146 Simplify XML parsing a bit.
1147
1148 * xml-support.h (gdb_xml_parse_quick): Declare.
1149 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
1150 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
1151 parameter.
1152 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
1153 gdb_xml_create_parser_and_cleanup_1.
1154 (gdb_xml_parse_quick): New.
1155 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
1156 * osdata.c (osdata_parse): Ditto.
1157 * remote.c (remote_threads_info): Ditto.
1158 * solib-target.c (solib_target_parse_libraries): Ditto.
1159 * xml-syscall.c (syscall_parse_xml): Ditto.
1160 * xml-tdesc.c (tdesc_parse_xml): Ditto.
1161
1162 2011-01-24 Kevin Buettner <kevinb@redhat.com>
1163
1164 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
1165 with remote-mips.o added to gdb_target_obs.
1166 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
1167
1168 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1169
1170 * ada-valprint.c (val_print_packed_array_elements): Pass the
1171 correct struct value to val_print.
1172 (ada_val_print_1): Ditto.
1173
1174 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1175
1176 Don't lose embedded_offset in printing routines throughout.
1177
1178 * valprint.h (val_print_array_elements): Change prototype.
1179 * valprint.c (val_print_array_elements): Add `embedded_offset'
1180 parameter, and adjust to pass it down to val_print, while passing
1181 `valaddr' or `address' unmodified. Take embedded_offset into
1182 account when checking repetitions.
1183 * c-valprint.c (c_val_print): Pass embedded_offset to
1184 val_print_array_elements instead of adjusting `valaddr' and
1185 `address'.
1186 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
1187 embedded_offset to val_print_array_elements instead of adjusting
1188 `valaddr'.
1189 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
1190 * p-valprint.c (pascal_val_print): Pass embedded_offset to
1191 val_print_array_elements and pascal_object_print_value_fields
1192 instead of adjusting `valaddr'.
1193 (pascal_object_print_value_fields): Add `offset' parameter, and
1194 adjust to use it.
1195 (pascal_object_print_value): Add `offset' parameter, and adjust to
1196 use it.
1197 (pascal_object_print_static_field): Use
1198 value_contents_for_printing/value_embedded_offset, rather than
1199 value_contents.
1200 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
1201 parameter, and adjust to use it. Use
1202 value_contents_for_printing/value_embedded_offset, rather than
1203 value_contents.
1204 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
1205 (ada_val_print_array): Add `offset' parameter, and adjust to use
1206 it.
1207 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
1208 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
1209 Instead work with offsets. Use
1210 value_contents_for_printing/value_embedded_offset, rather than
1211 value_contents. Change `defer_val_int' local type to CORE_ADDR,
1212 and use value_from_pointer to extract a target pointer, rather
1213 than value_from_longest.
1214 (print_variant_part): Add `offset' parameter. Replace
1215 `outer_valaddr' parameter by a new `outer_offset' parameter.
1216 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
1217 (ada_value_print): Use
1218 value_contents_for_printing/value_embedded_offset, rather than
1219 value_contents.
1220 (print_record): Add `offset' parameter, and adjust to pass it
1221 down.
1222 (print_field_values): Add `offset' parameter. Replace
1223 `outer_valaddr' parameter by a new `outer_offset' parameter.
1224 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
1225 Use value_contents_for_printing/value_embedded_offset, rather than
1226 value_contents.
1227 * d-valprint.c (dynamic_array_type): Use
1228 value_contents_for_printing/value_embedded_offset, rather than
1229 value_contents.
1230 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
1231 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
1232 (java_print_value_fields): Take `offset' into account. Don't
1233 re-adjust `valaddr'. Instead pass down adjusted offsets.
1234 (java_val_print): Take `embedded_offset' into account. Pass it to
1235 java_print_value_fields.
1236 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
1237 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
1238 down adjusted offsets.
1239 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
1240 (f_val_print): Take `embedded_offset' into account.
1241
1242 2011-01-21 Joel Brobecker <brobecker@adacore.com>
1243
1244 * inflow.c: Include "gdbcmd.h".
1245 (interactive_mode): New static global, moved here from top.c.
1246 (show_interactive_mode): New function, moved here from top.c.
1247 use gdb_has_a_terminal instead of input_from_terminal_p to
1248 determine the current mode.
1249 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
1250 setting.
1251 (_initialize_inflow): Add the "set/show interactive-mode"
1252 commands. Moved here from top.c, after having adjusted slightly
1253 the help text.
1254 * top.c (interactive_mode, show_interactive_mode): Delete, moved
1255 to inflow.c.
1256 (input_from_terminal_p): Remove handling of "interactive-mode"
1257 setting, moved to infow.c.
1258 (init_main): Remove creation of the "set/show interactive-mode"
1259 commands, moved to inflow.c.
1260
1261 2011-01-19 Joel Brobecker <brobecker@adacore.com>
1262
1263 * NEWS: Add entry for native ia64-hpux support.
1264
1265 2011-01-19 Tom Tromey <tromey@redhat.com>
1266
1267 PR mi/8618:
1268 * thread.c (free_thread): Free 'name'.
1269 (print_thread_info): Emit thread name. Change CLI output.
1270 (thread_name_command): New function.
1271 (do_captured_thread_select): Emit newline.
1272 (_initialize_thread): Register 'thread name' command.
1273 * target.h (struct target_ops) <to_thread_name>: New field.
1274 (target_thread_name): New macro.
1275 * target.c (update_current_target): Handle to_thread_name.
1276 * python/py-infthread.c (thpy_get_name): New function.
1277 (thpy_set_name): Likewise.
1278 (thread_object_getset): Add "name".
1279 * linux-nat.c (linux_nat_thread_name): New function.
1280 (linux_nat_add_target): Set to_thread_name.
1281 * gdbthread.h (struct thread_info) <name>: New field.
1282
1283 2011-01-18 Joel Brobecker <brobecker@adacore.com>
1284
1285 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
1286 (ada_val_print_1): Likewise.
1287
1288 2011-01-18 Joel Brobecker <brobecker@adacore.com>
1289
1290 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
1291 upper limit address is not greater than the function end address
1292 when the upper limit could not be computed using the debugging
1293 info.
1294
1295 2011-01-17 Tom Tromey <tromey@redhat.com>
1296
1297 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
1298 get_regcomp_error.
1299 * utils.c: Include gdb_regex.h.
1300 (do_regfree_cleanup): New function.
1301 (make_regfree_cleanup): Likewise.
1302 (get_regcomp_error): Likewise.
1303 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
1304
1305 2011-01-17 Tom Tromey <tromey@redhat.com>
1306
1307 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
1308 re_compile_fastmap.
1309
1310 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
1311
1312 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
1313 for internal variables.
1314 (last_was_structop): New static variable.
1315 (COMPLETE): New token.
1316 (field_exp): New rule to group all '.' suffix handling.
1317 Add mark_struct_expression calls when approriate to be able
1318 to correctly find fields for completion.
1319 (yylex): Adapt to handle field completion and set INTVAR when
1320 required.
1321
1322 2011-01-14 Yao Qi <yao@codesourcery.com>
1323
1324 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
1325 save_reggroup, restore_reggroup and all_reggroup.
1326
1327 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1328
1329 * ada-valprint. (ada_printchar): Use the correct type length
1330 in call to ada_emit_char.
1331 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
1332
1333 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
1334
1335 * solib-som.h (hpux_major_release): Declare variable here.
1336 * solib-som.c: Remove <sys/utsname.h> header.
1337 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
1338 (hpux_major_release): Make global, change default value to
1339 DEFAULT_HPUX_MAJOR_RELEASE.
1340 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
1341 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
1342 Add "solib-som.h" header.
1343 (set_hpux_major_release): New function.
1344 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
1345
1346 2011-01-14 Mike Frysinger <vapier@gentoo.org>
1347
1348 * configure.tgt (*-*-uclinux*): Match more Linux os targets
1349
1350 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1351
1352 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
1353 new-line at end of warning message.
1354 (ia64_hpux_store_register): Remove trailing new-line at end of
1355 error message.
1356 * ia64-hpux-tdep.c: Rephrase comment.
1357 * solib-ia64-hpux.c (struct dld_info): Change type of field
1358 dld_flags from "long long" to ULONGEST.
1359
1360 2011-01-14 Pedro Alves <pedro@codesourcery.com>
1361
1362 * target.h (deprecated_child_ops): Delete declaration.
1363 * target.c (deprecated_child_ops): Delete definition.
1364
1365 2011-01-14 Pedro Alves <pedro@codesourcery.com>
1366
1367 * Makefile.in (hpux-thread.o): Delete rule.
1368 * configure.ac: Don't check for HPUX DCE threads support.
1369 * configure, config.in: Regenerate.
1370 * hppa-hpux-nat.c (child_suppress_run): Delete.
1371 (hppa_hpux_child_can_run): Delete.
1372 (_initialize_hppa_hpux_nat): Don't override to_can_run.
1373 * hpux-thread.c: Delete.
1374
1375 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1376
1377 * hpux-thread.c (hpux_pid_to_str): Delete.
1378
1379 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1380
1381 * ada-valprint.c (ada_emit_char): Remove strange code.
1382 Check that c is <= UCHAR_MAX before passing it to isascii.
1383 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
1384
1385 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1386
1387 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
1388 to the case where instream is stdin.
1389
1390 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1391
1392 * ia64-tdep.h (struct regcache): Forward declare.
1393 (struct ia64_infcall_ops): New struct type.
1394 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
1395 and "infcall_ops".
1396 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
1397 Renames ia64_find_global_pointer.
1398 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
1399 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
1400 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
1401 methods.
1402 (ia64_infcall_ops): New static global constant.
1403 (ia64_gdbarch_init): Set tdep->infcall_ops.
1404 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
1405 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
1406 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
1407 (ia64_hpux_dummy_code): New static global constant.
1408 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
1409 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
1410 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
1411 New function.
1412 (ia64_hpux_infcall_ops): New static global constant.
1413 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
1414 for inferior function calls to work properly on ia64-hpux.
1415
1416 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1417
1418 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
1419 * ia64-tdep.h (struct frame_info): forward declaration.
1420 (struct gdbarch_tdep): Add field size_of_register_frame.
1421 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
1422 to determine the size of the register frame.
1423 (ia64_size_of_register_frame): New function.
1424 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
1425 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
1426 (IA64_HPUX_UREG_REASON): New macro.
1427 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
1428 New functions.
1429 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
1430 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
1431 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
1432 objects.
1433
1434 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1435
1436 Add support for ia64-hpux.
1437 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
1438 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
1439
1440 * configure.host: Add handling for ia64-hpux hosts. Add associated
1441 floatformats.
1442 * configure.tgt: Add handling for ia64-hpux targets.
1443 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
1444 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
1445 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
1446
1447 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1448
1449 [ttrace] Compute thread list immediately after attach.
1450 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
1451 New subprogram.
1452 (inf_ttrace_attach): Use it.
1453
1454 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1455
1456 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
1457 if we could not determine the frame's function address. Instead,
1458 use the frame's PC, and then continue.
1459
1460 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1461
1462 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
1463 not already defined.
1464
1465 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1466
1467 * ia64-tdep.c (ia64_struct_type_p): New function.
1468 (ia64_extract_return_value): Handle integral values that are
1469 less than 8 bytes long.
1470 (ia64_push_dummy_call): Likewise.
1471
1472 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1473
1474 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
1475 floatformat_ia64_ext.
1476 (floatformat_ia64_ext_big): New static const.
1477 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
1478
1479 2011-01-12 Tom Tromey <tromey@redhat.com>
1480
1481 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
1482 messages.
1483 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
1484 (mi_cmd_thread_list_ids): Likewise.
1485 (mi_cmd_data_list_changed_registers): Likewise.
1486 (mi_cmd_data_list_register_values): Likewise.
1487 (mi_cmd_data_write_register_values): Likewise.
1488 (mi_cmd_data_evaluate_expression): Likewise.
1489 (mi_cmd_data_read_memory): Likewise.
1490 (mi_cmd_data_read_memory_bytes): Likewise.
1491 (mi_cmd_data_write_memory): Likewise.
1492 (mi_cmd_enable_timings): Likewise.
1493 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
1494 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
1495 (mi_cmd_var_delete): Likewise.
1496 (mi_cmd_var_set_format): Likewise.
1497 (mi_cmd_var_show_format): Likewise.
1498 (mi_cmd_var_info_num_children): Likewise.
1499 (mi_cmd_var_list_children): Likewise.
1500 (mi_cmd_var_info_type): Likewise.
1501 (mi_cmd_var_info_expression): Likewise.
1502 (mi_cmd_var_show_attributes): Likewise.
1503 (mi_cmd_var_assign): Likewise.
1504 (mi_cmd_var_update): Likewise.
1505 (mi_cmd_enable_pretty_printing): Likewise.
1506 (mi_cmd_var_set_update_range): Likewise.
1507 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
1508 messages.
1509 (mi_cmd_target_file_put): Likewise.
1510 (mi_cmd_target_file_delete): Likewise.
1511 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
1512 messages.
1513 (mi_cmd_stack_info_depth): Likewise.
1514 (mi_cmd_stack_list_locals): Likewise.
1515 (mi_cmd_stack_list_args): Likewise.
1516 (mi_cmd_stack_select_frame): Likewise.
1517 (mi_cmd_stack_select_frame): Likewise.
1518 (mi_cmd_stack_info_frame): Likewise.
1519 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
1520 messages.
1521 (mi_cmd_file_list_exec_source_files): Likewise.
1522 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
1523 (mi_cmd_env_cd): Likewise.
1524 (mi_cmd_env_path): Likewise.
1525 (mi_cmd_env_dir): Likewise.
1526 (mi_cmd_inferior_tty_show): Likewise.
1527 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
1528 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
1529 (mi_cmd_break_watch): Likewise.
1530
1531 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1532
1533 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
1534 (ppc_linux_insert_hw_breakpoint): Likewise.
1535 (ppc_linux_remove_hw_breakpoint): Likewise.
1536 (ppc_linux_insert_watchpoint): Likewise.
1537
1538 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1539 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 PR fortran/11104 and DWARF unbound arrays detection.
1542 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
1543 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
1544 unspecified upper bound.
1545 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
1546 variables array_size_array, tmp_type and offset_item. New variable
1547 array. Remove call to f77_get_upperbound. New variables array_type
1548 and index. Call value_subscripted_rvalue for each dimenasion. Remove
1549 the final call to deprecated_set_value_type.
1550
1551 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1552
1553 Make value allocations more lazy.
1554 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
1555 instead of allocate_value and set_value_lazy when possible.
1556 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
1557 instead of allocate_value and set_value_lazy.
1558 * findvar.c (value_of_register_lazy): Likewise.
1559 (read_var_value): Remove V preallocation, call just check_typedef in
1560 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
1561 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
1562 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
1563 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
1564 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
1565 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
1566 the end, remove set_value_lazy there.
1567 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
1568 instead of allocate_value and set_value_lazy when possible.
1569 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
1570 * value.c (allocate_computed_value): Use allocate_value_lazy instead
1571 of allocate_value and set_value_lazy.
1572 (value_from_contents_and_address): Use allocate_value_lazy instead of
1573 allocate_value and set_value_lazy when possible.
1574
1575 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1576
1577 * disasm.c (dump_insns): Support dumping opcodes for MI.
1578 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
1579 dumping of instruction opcodes.
1580
1581 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
1582
1583 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
1584 appropiately.
1585
1586 2011-01-11 Tom Tromey <tromey@redhat.com>
1587
1588 * thread.c (do_captured_thread_select): Emit newline before
1589 printing frame.
1590
1591 2011-01-11 Michael Snyder <msnyder@vmware.com>
1592
1593 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
1594 * score-tdep.c: Ditto.
1595 * score-tdep.h: Ditto.
1596 * ser-base.c: Ditto.
1597 * ser-go32.c: Ditto.
1598 * serial.c: Ditto.
1599 * serial.h: Ditto.
1600 * ser-mingw.c: Ditto.
1601 * ser-pipe.c: Ditto.
1602 * ser-tcp.c: Ditto.
1603 * ser-unix.c: Ditto.
1604 * sh64-tdep.c: Ditto.
1605 * shnbsd-nat.c: Ditto.
1606 * sh-tdep.c: Ditto.
1607 * sh-tdep.h: Ditto.
1608 * solib.c: Ditto.
1609 * solib-darwin.c: Ditto.
1610 * solib-frv.c: Ditto.
1611 * solib.h: Ditto.
1612 * solib-irix.c: Ditto.
1613 * solib-osf.c: Ditto.
1614 * solib-pa64.c: Ditto.
1615 * solib-som.c: Ditto.
1616 * solib-spu.c: Ditto.
1617 * solib-sunos.c: Ditto.
1618 * solib-svr4.c: Ditto.
1619 * solist.h: Ditto.
1620 * sol-thread.c: Ditto.
1621 * somread.c: Ditto.
1622 * source.c: Ditto.
1623 * source.h: Ditto.
1624 * sparc64-linux-tdep.c: Ditto.
1625 * sparc64-tdep.c: Ditto.
1626 * sparc-linux-nat.c: Ditto.
1627 * sparc-linux-tdep.c: Ditto.
1628 * sparc-sol2-nat.c: Ditto.
1629 * sparc-sol2-tdep.c: Ditto.
1630 * sparc-tdep.c: Ditto.
1631 * sparc-tdep.h: Ditto.
1632 * spu-tdep.c: Ditto.
1633 * stabsread.c: Ditto.
1634 * stabsread.h: Ditto.
1635 * stack.c: Ditto.
1636 * symfile.c: Ditto.
1637 * symfile.h: Ditto.
1638 * symmisc.c: Ditto.
1639 * symtab.c: Ditto.
1640 * symtab.h: Ditto.
1641 * target.c: Ditto.
1642 * target-descriptions.c: Ditto.
1643 * target-descriptions.h: Ditto.
1644 * target.h: Ditto.
1645 * target-memory.c: Ditto.
1646 * terminal.h: Ditto.
1647 * thread.c: Ditto.
1648 * top.c: Ditto.
1649 * tracepoint.c: Ditto.
1650 * tracepoint.h: Ditto.
1651 * trad-frame.h: Ditto.
1652 * typeprint.c: Ditto.
1653
1654 2011-01-11 Michael Snyder <msnyder@vmware.com>
1655
1656 * ui-file.c: Comment cleanup, mostly periods and spaces.
1657 * ui-file.h: Ditto.
1658 * ui-out.c: Ditto.
1659 * ui-out.h: Ditto.
1660 * utils.c: Ditto.
1661 * v850-tdep.c: Ditto.
1662 * valarith.c: Ditto.
1663 * valops.c: Ditto.
1664 * valprint.c: Ditto.
1665 * valprint.h: Ditto.
1666 * value.c: Ditto.
1667 * value.h: Ditto.
1668 * varobj.c: Ditto.
1669 * varobj.h: Ditto.
1670 * vax-tdep.c: Ditto.
1671 * vec.c: Ditto.
1672 * vec.h: Ditto.
1673 * version.h: Ditto.
1674 * windows-nat.c: Ditto.
1675 * windows-tdep.c: Ditto.
1676 * xcoffread.c: Ditto.
1677 * xcoffsolib.c: Ditto.
1678 * xml-support.c: Ditto.
1679 * xstormy16-tdep.c: Ditto.
1680 * xtensa-tdep.c: Ditto.
1681 * xtensa-tdep.h: Ditto.
1682
1683 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1684
1685 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
1686 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
1687
1688 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1689 Thiago Jung Bauermann <bauerman@br.ibm.com>
1690
1691 Implement support for PowerPC BookE ranged watchpoints.
1692 * breakpoint.h
1693 (struct breakpoint_ops) <resources_needed>: New method.
1694 Initialize to NULL in all existing breakpoint_ops instances.
1695 (struct breakpoint) <exact>: New field.
1696 (target_exact_watchpoints): Declare external global.
1697 * breakpoint.c (target_exact_watchpoints): New global flag.
1698 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
1699 b->enable_state to bp_enabled before calling
1700 hw_watchpoint_used_count.
1701 (hw_watchpoint_used_count): Iterate over all bp_locations in a
1702 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
1703 if available.
1704 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
1705 if the watchpoint is exact.
1706 (resources_needed_watchpoint): New function.
1707 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
1708 (watch_command_1): Set b->exact if the user asked for an exact
1709 watchpoint and one can be set.
1710 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
1711 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
1712 the user asks for an exact watchpoint and one can be set. Return
1713 number of needed debug registers to watch the expression.
1714 * gdbtypes.c (is_scalar_type): New function, based on
1715 valprint.c:scalar_type_p.
1716 (is_scalar_type_recursive): New function.
1717 * gdbtypes.h (is_scalar_type_recursive): Declare.
1718 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
1719 handle regions when ranged watchpoints are available.
1720 (create_watchpoint_request): New function.
1721 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
1722 create_watchpoint_request.
1723 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
1724 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
1725 `set powerpc' and `show powerpc' commands.
1726 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
1727 Mention documentation comment in the target macro.
1728 (target_region_ok_for_hw_watchpoint): Document return value.
1729
1730 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1731
1732 * breakpoint.c (update_watchpoint): Decide on using a software or
1733 hardware watchpoint after the bp_locations are created.
1734
1735 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1736
1737 Convert hardware watchpoints to use breakpoint_ops.
1738 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
1739 <insert_location>: ... this. Return int instead of void.
1740 Accept pointer to struct bp_location instead of pointer to
1741 struct breakpoint. Adapt all implementations.
1742 (breakpoint_ops) <remove>: Rename to...
1743 <remove_location>: ... this. Accept pointer to struct bp_location
1744 instead of pointer to struct breakpoint. Adapt all implementations.
1745 * breakpoint.c (insert_catchpoint): Delete function.
1746 (insert_bp_location): Call the watchpoint or catchpoint's
1747 breakpoint_ops.insert method.
1748 (remove_breakpoint_1): Call the watchpoint or catchpoint's
1749 breakpoint_ops.remove method.
1750 (insert_watchpoint, remove_watchpoint): New functions.
1751 (watchpoint_breakpoint_ops): New structure.
1752 (watch_command_1): Initialize the OPS field.
1753 * inf-child.c (inf_child_insert_fork_catchpoint)
1754 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
1755 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
1756 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
1757 Delete functions.
1758 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
1759 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
1760 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
1761 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
1762 * target.c (update_current_target): Change default implementation of
1763 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
1764 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1765 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
1766 to_set_syscall_catchpoint to return_one.
1767 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
1768 (debug_to_insert_exec_catchpoint): Report return value.
1769 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
1770 (to_insert_exec_catchpoint): Change declaration to return int instead
1771 of void.
1772
1773 2011-01-11 Michael Snyder <msnyder@vmware.com>
1774
1775 * arm-tdep.c: Internationalization.
1776 * c-lang.c: Ditto.
1777 * charset.c: Ditto.
1778 * fork-child.c: Ditto.
1779 * nto-procfs.c: Ditto.
1780 * ppc-sysv-tdep.c: Ditto.
1781 * procfs.c: Ditto.
1782 * remote-mips.c: Ditto.
1783 * remote.c: Ditto.
1784 * rs6000-nat.c: Ditto.
1785 * rs6000-tdep.c: Ditto.
1786 * target.c: Ditto.
1787 * valops.c: Ditto.
1788 * value.c: Ditto.
1789 * xml-support.c: Ditto.
1790 * mi/mi-cmd-break.c: Ditto.
1791 * mi/mi-cmd-var.c: Ditto.
1792 * mi/mi-interp.c: Ditto.
1793 * mi/mi-main.c: Ditto.
1794
1795 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
1796
1797 * remote-sim.c (gdbsim_store_register): Update API to
1798 sim_store_register to check more error conditions.
1799
1800 2011-01-10 Michael Snyder <msnyder@vmware.com>
1801
1802 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
1803 * nto-tdep.c: Ditto.
1804 * nto-tdep.h: Ditto.
1805 * objc-exp.y: Ditto.
1806 * objc-lang.c: Ditto.
1807 * objfiles.c: Ditto.
1808 * objfiles.h: Ditto.
1809 * observer.c: Ditto.
1810 * opencl-lang.c: Ditto.
1811 * osabi.c: Ditto.
1812 * parse.c: Ditto.
1813 * parser-defs.h: Ditto.
1814 * p-exp.y: Ditto.
1815 * p-lang.c: Ditto.
1816 * posix-hdep.c: Ditto.
1817 * ppcbug-rom.c: Ditto.
1818 * ppc-linux-nat.c: Ditto.
1819 * ppc-linux-tdep.c: Ditto.
1820 * ppc-linux-tdep.h: Ditto.
1821 * ppcnbsd-tdep.c: Ditto.
1822 * ppcobsd-tdep.c: Ditto.
1823 * ppcobsd-tdep.h: Ditto.
1824 * ppc-sysv-tdep.c: Ditto.
1825 * ppc-tdep.h: Ditto.
1826 * printcmd.c: Ditto.
1827 * proc-abi.c: Ditto.
1828 * proc-flags.c: Ditto.
1829 * procfs.c: Ditto.
1830 * proc-utils.h: Ditto.
1831 * progspace.h: Ditto.
1832 * prologue-value.c: Ditto.
1833 * prologue-value.h: Ditto.
1834 * psympriv.h: Ditto.
1835 * psymtab.c: Ditto.
1836 * p-typeprint.c: Ditto.
1837 * p-valprint.c: Ditto.
1838 * ravenscar-sparc-thread.c: Ditto.
1839 * ravenscar-thread.c: Ditto.
1840 * ravenscar-thread.h: Ditto.
1841 * record.c: Ditto.
1842 * regcache.c: Ditto.
1843 * regcache.h: Ditto.
1844 * remote.c: Ditto.
1845 * remote-fileio.c: Ditto.
1846 * remote-fileio.h: Ditto.
1847 * remote.h: Ditto.
1848 * remote-m32r-sdi.c: Ditto.
1849 * remote-mips.c: Ditto.
1850 * remote-sim.c: Ditto.
1851 * rs6000-aix-tdep.c: Ditto.
1852 * rs6000-nat.c: Ditto.
1853 * rs6000-tdep.c: Ditto.
1854
1855 2011-01-10 Michael Snyder <msnyder@vmware.com>
1856
1857 * charset.c (validate): Internationalization.
1858 * coffread.c (read_one_sym): Ditto.
1859 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
1860 * h8300-tdep.c (H8300_extract_return_value): Ditto.
1861 * inflow.c (new_tty): Ditto.
1862 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
1863 * m32c-tdep.c (m32c_return_value): Ditto.
1864 * mep-tdep.c (mep_store_return_value): Ditto.
1865 * score-tdep.c (score7_fetch_insn): Ditto.
1866 * ser-mingw.c (pipe_windows_open): Ditto.
1867 * sh64-tdep.c (sh64_extract_return_value): Ditto.
1868 * spu-tdep.c (spu_register_type): Ditto.
1869 * tracepoint.c (trace_find_command): Ditto.
1870 * valarith.c (value_pos): Ditto.
1871
1872 2011-01-10 Joel Brobecker <brobecker@adacore.com>
1873
1874 * ada-valprint.c (printstr): Minor comment reformatting.
1875
1876 2011-01-08 Michael Snyder <msnyder@vmware.com>
1877
1878 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
1879 markup.
1880
1881 2011-01-08 Michael Snyder <msnyder@vmware.com>
1882
1883 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
1884 * hppa-hpux-tdep.c: Ditto.
1885 * hppa-linux-nat.c: Ditto.
1886 * hppa-linux-tdep.c: Ditto.
1887 * hppanbsd-tdep.c: Ditto.
1888 * hppa-tdep.c: Ditto.
1889 * hppa-tdep.h: Ditto.
1890 * hpux-thread.c: Ditto.
1891 * i386-cygwin-tdep.c: Ditto.
1892 * i386-darwin-nat.c: Ditto.
1893 * i386gnu-nat.c: Ditto.
1894 * i386-linux-nat.c: Ditto.
1895 * i386-linux-tdep.c: Ditto.
1896 * i386-nat.c: Ditto.
1897 * i386-nat.h: Ditto.
1898 * i386nbsd-tdep.c: Ditto.
1899 * i386-sol2-nat.c: Ditto.
1900 * i386-stub.c: Ditto.
1901 * i386-tdep.c: Ditto.
1902 * i386-tdep.h: Ditto.
1903 * i387-tdep.c: Ditto.
1904 * ia64-linux-nat.c: Ditto.
1905 * ia64-linux-tdep.c: Ditto.
1906 * ia64-tdep.c: Ditto.
1907 * infcall.c: Ditto.
1908 * infcall.h: Ditto.
1909 * infcmd.c: Ditto.
1910 * inferior.c: Ditto.
1911 * inferior.h: Ditto.
1912 * infloop.c: Ditto.
1913 * inflow.c: Ditto.
1914 * infrun.c: Ditto.
1915 * interps.c: Ditto.
1916 * interps.h: Ditto.
1917 * iq2000-tdep.c: Ditto.
1918 * irix5-nat.c: Ditto.
1919 * jit.c: Ditto.
1920 * jit.h: Ditto.
1921 * jv-exp.y: Ditto.
1922 * jv-lang.c: Ditto.
1923 * jv-lang.h: Ditto.
1924 * jv-typeprint.c: Ditto.
1925 * jv-valprint.c: Ditto.
1926 * language.c: Ditto.
1927 * language.h: Ditto.
1928 * linespec.c: Ditto.
1929 * linux-fork.c: Ditto.
1930 * linux-nat.c: Ditto.
1931 * linux-thread-db.c: Ditto.
1932 * lm32-tdep.c: Ditto.
1933
1934 2011-01-08 Michael Snyder <msnyder@vmware.com>
1935
1936 * m2-exp.y: Comment cleanup, mostly periods and spaces.
1937 * m2-lang.c: Ditto.
1938 * m2-typeprint.c: Ditto.
1939 * m2-valprint.c: Ditto.
1940 * m32c-tdep.c: Ditto.
1941 * m32r-linux-nat.c: Ditto.
1942 * m32r-rom.c: Ditto.
1943 * m32r-tdep.c: Ditto.
1944 * m32r-tdep.h: Ditto.
1945 * m68hc11-tdep.c: Ditto.
1946 * m58klinux-nat.c: Ditto.
1947 * m68k-tdep.c: Ditto.
1948 * m88k-tdep.c: Ditto.
1949 * m88k-tdep.h: Ditto.
1950 * machoread.c: Ditto.
1951 * macrocmd.c: Ditto.
1952 * macroexp.c: Ditto.
1953 * macrotab.c: Ditto.
1954 * main.c: Ditto.
1955 * maint.c: Ditto.
1956 * mdebugread.c: Ditto.
1957 * mdebugread.h: Ditto.
1958 * memattr.c: Ditto.
1959 * memattr.h: Ditto.
1960 * memory-map.h: Ditto.
1961 * mep-tdep.c: Ditto.
1962 * microblaze-rom.c: Ditto.
1963 * microblaze-tdep.c: Ditto.
1964 * minsyms.c: Ditto.
1965 * mips-irix-tdep.c: Ditto.
1966 * mips-linux-nat.c: Ditto.
1967 * mips-linux-tdep.c: Ditto.
1968 * mips-linux-tdep.h: Ditto.
1969 * mipsnbsd-nat.c: Ditto.
1970 * mipsnbsd-tdep.c: Ditto.
1971 * mipsread.c: Ditto.
1972 * mips-tdep.c: Ditto.
1973 * mips-tdep.h: Ditto.
1974 * mn10300-linux-tdep.c: Ditto.
1975 * mn10300-tdep.c: Ditto.
1976 * mn10300-tdep.h: Ditto.
1977 * monitor.c: Ditto.
1978 * monitor.h: Ditto.
1979 * moxie-tdep.c: Ditto.
1980 * moxie-tdep.h: Ditto.
1981 * mt-tdep.c: Ditto.
1982
1983 2011-01-08 Mike Frysinger <vapier@gentoo.org>
1984
1985 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
1986
1987 2011-01-08 Robert Millan <rmh@gnu.org>
1988
1989 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
1990
1991 2011-01-07 Michael Snyder <msnyder@vmware.com>
1992
1993 * charset.c (_initialize_charset): Fix typo in string.
1994
1995 2011-01-07 Michael Snyder <msnyder@vmware.com>
1996
1997 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
1998 for i18n.
1999 * tui/tui-layout.c (tui_set_layout_for_display_command):
2000 Split line so that operator goes to beginning of line.
2001 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
2002 assignment out of if statement.
2003
2004 2011-01-07 Michael Snyder <msnyder@vmware.com>
2005
2006 * ada-lang.c: Comment cleanup, mostly periods and spaces.
2007 * ada-lang.h: Ditto.
2008 * ada-tasks.c: Ditto.
2009 * ada-valprint.c: Ditto.
2010 * aix-threads.c: Ditto.
2011 * alpha-linux-nat.c: Ditto.
2012 * alpha-linux-tdep.c: Ditto.
2013 * alpha-mdebug-tdep.c: Ditto.
2014 * alpha-nat.c: Ditto.
2015 * alpha-osf1-tdep.c: Ditto.
2016 * alpha-tdep.c: Ditto.
2017 * alphabsd-nat.c: Ditto.
2018 * alphabsd-tdep.c: Ditto.
2019 * amd64-darwin-tdep.c: Ditto.
2020 * amd64-linux-nat.c: Ditto.
2021 * amd64-linux-tdep.c: Ditto.
2022 * amd64-sol2-tdep.c: Ditto.
2023 * amd64-tdep.c: Ditto.
2024 * amd64-fbsd-tdep.c: Ditto.
2025 * amd64-nbsd-tdep.c: Ditto.
2026 * amd64-obsd-tdep.c: Ditto.
2027 * amd64-linux-nat.c: Ditto.
2028 * amd64-linux-tdep.c: Ditto.
2029 * arm-tdep.c: Ditto.
2030 * arm-tdep.h: Ditto.
2031 * armnbsd-nat.c: Ditto.
2032 * avr-tdep.c: Ditto.
2033 * bfin-tdep.c: Ditto.
2034 * bsd-kvm.c: Ditto.
2035 * c-typeprintc: Ditto.
2036 * c-valprint.c: Ditto.
2037 * coff-pe-read.h: Ditto.
2038 * coffreead.c: Ditto.
2039 * cris-tdep.c: Ditto.
2040 * d-lang.c: Ditto.
2041 * darwin-nat-info.c: Ditto.
2042 * darwin-nat.c: Ditto.
2043 * dbug-rom.c: Ditto.
2044 * dbxread.c: Ditto.
2045 * dcache.c: Ditto.
2046 * dcache.h: Ditto.
2047 * dec-thread.c: Ditto.
2048 * defs.h: Ditto.
2049 * demangle.c: Ditto.
2050 * dicos-tdep.c: Ditto.
2051 * dictionary.c: Ditto.
2052 * dictionary.h: Ditto.
2053 * dink32-rom.c: Ditto.
2054 * disasm.c: Ditto.
2055 * doublest.c: Ditto.
2056 * dsrec.c: Ditto.
2057 * dummy-frame.c: Ditto.
2058 * dwarf2-frame.c: Ditto.
2059 * dwarf2expr.c: Ditto.
2060 * dwarf2loc.c: Ditto.
2061 * dwarf2read.c: Ditto.
2062 * elfread.c: Ditto.
2063 * environ.c: Ditto.
2064 * eval.c: Ditto.
2065 * event-top.h: Ditto.
2066 * exceptions.c: Ditto.
2067 * exceptions.h: Ditto.
2068 * exec.c: Ditto.
2069 * expprint.c: Ditto.
2070 * expression.h: Ditto.
2071 * f-exp.y: Ditto.
2072 * f-lang.c: Ditto.
2073 * f-lang.h: Ditto.
2074 * f-typeprint.c: Ditto.
2075 * f-valprint.c: Ditto.
2076 * fbsd-nat.c: Ditto.
2077 * findvar.c: Ditto.
2078 * fork-child.c: Ditto.
2079 * frame.c: Ditto.
2080 * frame.h: Ditto.
2081 * frv-linux-tdep.c: Ditto.
2082 * frv-tdep.c: Ditto.
2083 * gcore.c: Ditto.
2084 * gdb-stabs.h: Ditto.
2085 * gdb_assert.h: Ditto.
2086 * gdb_string.h: Ditto.
2087 * gdb_thread_db.h: Ditto.
2088 * gdb_wait.h: Ditto.
2089 * gdbarch.sh: Ditto.
2090 * gdbcore.h: Ditto.
2091 * gdbthread.h: Ditto.
2092 * gdbtypes.c: Ditto.
2093 * gdbtypes.h: Ditto.
2094 * gnu-nat.c: Ditto.
2095 * gnu-nat.h: Ditto.
2096 * gnu-v2-abi.c: Ditto.
2097 * gnu-v3-abi.c: Ditto.
2098 * go32-nat.c: Ditto.
2099 * gdbarch.c: Regenerate.
2100 * gdbarch.h: Regenerate.
2101
2102 2011-01-07 Michael Snyder <msnyder@vmware.com>
2103
2104 * ax-gdb.c: Adjust some long output strings.
2105 * breakpoint.c: Ditto.
2106 * charset.c: Ditto.
2107 * cp-abi.c: Ditto.
2108 * infcall.c: Ditto.
2109 * infrun.c: Ditto.
2110 * linux-nat.c: Ditto.
2111 * solib-pa64.c: Ditto.
2112 * solib-som.c: Ditto.
2113
2114 2011-01-06 Tom Tromey <tromey@redhat.com>
2115
2116 PR python/12367:
2117 * NEWS: Add item.
2118 * python/python.c (GdbMethods): Add "newest_frame" method.
2119 * python/python-internal.h (gdbpy_newest_frame): Declare.
2120 * python/py-frame.c (gdbpy_newest_frame): New function.
2121
2122 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2123
2124 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
2125 * jit.c (jit_debug): New variable.
2126 (show_jit_debug): New function.
2127 (struct target_buffer): Use ULONGEST.
2128 (bfd_open_from_target_memory): Likewise.
2129 (jit_register_code, jit_inferior_init): Add debug output.
2130 (_initialize_jit): Register "debug jit" command.
2131
2132 2011-01-06 Tom Tromey <tromey@redhat.com>
2133
2134 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
2135 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
2136 and ARCH_FRAME.
2137
2138 2011-01-06 Tom Tromey <tromey@redhat.com>
2139
2140 * python/py-frame.c (frapy_block): Use get_frame_block.
2141
2142 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2143
2144 Do not stop on SIGPRIO signals by default
2145 * infrun.c (_initialize_infrun): Unset signal_stop and
2146 signal_print for TARGET_SIGNAL_PRIO.
2147
2148 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2149
2150 * ada-tasks.c: Fix style violation in comment.
2151
2152 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2153
2154 * linespec.c (decode_compound, find_method): Remove trailing \n
2155 at end of error string.
2156 * solib-irix.c (irix_current_sos): Likewise.
2157 * varobj.c (uninstall_variable): Likewise.
2158
2159 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2160
2161 * copyright.py: New script.
2162 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
2163 Launch emacs without exec'ing. Call copyright.py afterwards.
2164
2165 2011-01-05 Michael Snyder <msnyder@vmware.com>
2166
2167 * addrmap.c: Shorten lines of >= 80 columns.
2168 * arch-utils.c: Ditto.
2169 * arch-utils.h: Ditto.
2170 * ax-gdb.c: Ditto.
2171 * ax-general.c: Ditto.
2172 * bcache.c: Ditto.
2173 * blockframe.c: Ditto.
2174 * breakpoint.c: Ditto.
2175 * buildsym.c: Ditto.
2176 * c-lang.c: Ditto.
2177 * c-typeprint.c: Ditto.
2178 * charset.c: Ditto.
2179 * coffread.c: Ditto.
2180 * command.h: Ditto.
2181 * corelow.c: Ditto.
2182 * cp-abi.c: Ditto.
2183 * cp-namespace.c: Ditto.
2184 * cp-support.c: Ditto.
2185 * dbug-rom.c: Ditto.
2186 * dbxread.c: Ditto.
2187 * defs.h: Ditto.
2188 * dfp.c: Ditto.
2189 * dfp.h: Ditto.
2190 * dictionary.c: Ditto.
2191 * disasm.c: Ditto.
2192 * doublest.c: Ditto.
2193 * dwarf2-frame.c: Ditto.
2194 * dwarf2expr.c: Ditto.
2195 * dwarf2loc.c: Ditto.
2196 * dwarf2read.c: Ditto.
2197 * elfread.c: Ditto.
2198 * eval.c: Ditto.
2199 * event-loop.c: Ditto.
2200 * event-loop.h: Ditto.
2201 * exceptions.h: Ditto.
2202 * exec.c: Ditto.
2203 * expprint.c: Ditto.
2204 * expression.h: Ditto.
2205 * f-lang.c: Ditto.
2206 * f-valprint.c: Ditto.
2207 * findcmd.c: Ditto.
2208 * frame-base.c: Ditto.
2209 * frame-unwind.c: Ditto.
2210 * frame-unwind.h: Ditto.
2211 * frame.c: Ditto.
2212 * frame.h: Ditto.
2213 * gcore.c: Ditto.
2214 * gdb-stabs.h: Ditto.
2215 * gdb_assert.h: Ditto.
2216 * gdb_dirent.h: Ditto.
2217 * gdb_obstack.h: Ditto.
2218 * gdbcore.h: Ditto.
2219 * gdbtypes.c: Ditto.
2220 * gdbtypes.h: Ditto.
2221 * inf-ttrace.c: Ditto.
2222 * infcall.c: Ditto.
2223 * infcmd.c: Ditto.
2224 * inflow.c: Ditto.
2225 * infrun.c: Ditto.
2226 * inline-frame.h: Ditto.
2227 * language.c: Ditto.
2228 * language.h: Ditto.
2229 * libunwind-frame.c: Ditto.
2230 * libunwind-frame.h: Ditto.
2231 * linespec.c: Ditto.
2232 * linux-nat.c: Ditto.
2233 * linux-nat.h: Ditto.
2234 * linux-thread-db.c: Ditto.
2235 * machoread.c: Ditto.
2236 * macroexp.c: Ditto.
2237 * macrotab.c: Ditto.
2238 * main.c: Ditto.
2239 * maint.c: Ditto.
2240 * mdebugread.c: Ditto.
2241 * memattr.c: Ditto.
2242 * minsyms.c: Ditto.
2243 * monitor.c: Ditto.
2244 * monitor.h: Ditto.
2245 * objfiles.c: Ditto.
2246 * objfiles.h: Ditto.
2247 * osabi.c: Ditto.
2248 * p-typeprint.c: Ditto.
2249 * p-valprint.c: Ditto.
2250 * parse.c: Ditto.
2251 * printcmd.c: Ditto.
2252 * proc-events.c: Ditto.
2253 * procfs.c: Ditto.
2254 * progspace.c: Ditto.
2255 * progspace.h: Ditto.
2256 * psympriv.h: Ditto.
2257 * psymtab.c: Ditto.
2258 * record.c: Ditto.
2259 * regcache.c: Ditto.
2260 * regcache.h: Ditto.
2261 * remote-fileio.c: Ditto.
2262 * remote.c: Ditto.
2263 * ser-mingw.c: Ditto.
2264 * ser-tcp.c: Ditto.
2265 * ser-unix.c: Ditto.
2266 * serial.c: Ditto.
2267 * serial.h: Ditto.
2268 * solib-frv.c: Ditto.
2269 * solib-irix.c: Ditto.
2270 * solib-osf.c: Ditto.
2271 * solib-pa64.c: Ditto.
2272 * solib-som.c: Ditto.
2273 * solib-sunos.c: Ditto.
2274 * solib-svr4.c: Ditto.
2275 * solib-target.c: Ditto.
2276 * solib.c: Ditto.
2277 * somread.c: Ditto.
2278 * source.c: Ditto.
2279 * stabsread.c: Ditto.
2280 * stabsread.c: Ditto.
2281 * stack.c: Ditto.
2282 * stack.h: Ditto.
2283 * symfile-mem.c: Ditto.
2284 * symfile.c: Ditto.
2285 * symfile.h: Ditto.
2286 * symmisc.c: Ditto.
2287 * symtab.c: Ditto.
2288 * symtab.h: Ditto.
2289 * target-descriptions.c: Ditto.
2290 * target-memory.c: Ditto.
2291 * target.c: Ditto.
2292 * target.h: Ditto.
2293 * terminal.h: Ditto.
2294 * thread.c: Ditto.
2295 * top.c: Ditto.
2296 * tracepoint.c: Ditto.
2297 * tracepoint.h: Ditto.
2298 * ui-file.c: Ditto.
2299 * ui-file.h: Ditto.
2300 * ui-out.h: Ditto.
2301 * user-regs.c: Ditto.
2302 * user-regs.h: Ditto.
2303 * utils.c: Ditto.
2304 * valarith.c: Ditto.
2305 * valops.c: Ditto.
2306 * valprint.c: Ditto.
2307 * valprint.h: Ditto.
2308 * value.c: Ditto.
2309 * varobj.c: Ditto.
2310 * varobj.h: Ditto.
2311 * vec.h: Ditto.
2312 * xcoffread.c: Ditto.
2313 * xcoffsolib.c: Ditto.
2314 * xcoffsolib.h: Ditto.
2315 * xml-syscall.c: Ditto.
2316 * xml-tdesc.c: Ditto.
2317
2318 2011-01-05 Michael Snyder <msnyder@vmware.com>
2319
2320 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
2321 * cli/cli-decode.c: Ditto.
2322 * cli/cli-dump.c: Ditto.
2323 * cli/cli-logging.c: Ditto.
2324 * cli/cli-script.c: Ditto.
2325 * cli/cli-setshow.c: Ditto.
2326 * common/signals.c: Ditto.
2327 * mi/mi-cmd-break.c: Ditto.
2328 * mi/mi-cmd-disas.c: Ditto.
2329 * mi/mi-cmd-stack.c: Ditto.
2330 * mi/mi-cmd-var.c: Ditto.
2331 * mi/mi-cmds.c: Ditto.
2332 * mi/mi-common.h: Ditto.
2333 * mi/mi-console.c: Ditto.
2334 * mi/mi-interp.c: Ditto.
2335 * mi/mi-main.c: Ditto.
2336 * osf-share/cma_attr.c: Ditto.
2337 * osf-share/cma_deb_core.h: Ditto.
2338 * osf-share/cma_debug_client.h: Ditto.
2339 * osf-share/cma_handle.h: Ditto.
2340 * osf-share/cma_mutex.h: Ditto.
2341 * osf-share/cma_stack_int.h: Ditto.
2342 * osf-share/cma_tcb_defs.h: Ditto.
2343 * python/py-auto-load.c: Ditto.
2344 * python/py-breakpoint.c: Ditto.
2345 * python/py-cmd.c: Ditto.
2346 * python/py-frame.c: Ditto.
2347 * python/py-objfile.c: Ditto.
2348 * python/py-param.c: Ditto.
2349 * python/py-progspace.c: Ditto.
2350 * python/py-symbol.c: Ditto.
2351 * python/py-value.c: Ditto.
2352 * python/python-internal.h: Ditto.
2353 * python/python.c: Ditto.
2354 * tui/tui-data.c: Ditto.
2355 * tui/tui-disasm.c: Ditto.
2356 * tui/tui-hooks.c: Ditto.
2357 * tui/tui-io.c: Ditto.
2358 * tui/tui-layout.c: Ditto.
2359 * tui/tui-regs.c: Ditto.
2360 * tui/tui-source.c: Ditto.
2361 * tui/tui-stack.c: Ditto.
2362 * tui/tui-win.c: Ditto.
2363 * tui/tui-windata.c: Ditto.
2364 * tui/tui-winsource.c: Ditto.
2365
2366 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2367
2368 * configure.ac, gdb.1: Copyright year update.
2369
2370 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2371
2372 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
2373 this_pc_in_block, morestack_msym and morestack_name. Check for
2374 "__morestack" minimal symbol there.
2375
2376 2011-01-03 Joel Brobecker <brobecker@adacore.com>
2377
2378 * symfile.c (find_sym_fns): Add call to dont_repeat.
2379
2380 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2381
2382 Copyright year update in most files (performed by copyright.sh).
2383
2384 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2385
2386 * top.c (print_gdb_version): Update copyright year in version output.
2387
2388 For older changes see ChangeLog-2010.
2389 \f
2390 Local Variables:
2391 mode: change-log
2392 left-margin: 8
2393 fill-column: 74
2394 version-control: never
2395 coding: utf-8
2396 End:
This page took 0.115353 seconds and 4 git commands to generate.