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