5d6087205f16fbc3c362eb67a088f393a3745975
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * regcache.c (registers_changed_ptid): Invalidate thread architecture
4 and frame caches if PTID refers to all threads of a process.
5
6 2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
7
8 * spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
9 to create_breakpoint.
10
11 2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
12
13 * ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.
14 (ppc_sysv_abi_push_dummy_call): Use it.
15 (do_ppc_sysv_return_value): Likewise.
16 (ppc64_sysv_abi_push_dummy_call): Likewise.
17 (ppc64_sysv_abi_return_value): Likewise.
18
19 2011-10-26 Paul Koning <paul_koning@dell.com>
20
21 * python/lib/gdb/types.py (deepitems): New function.
22
23 2011-10-25 Paul Koning <paul_koning@dell.com>
24
25 PR python/13327
26
27 * python/py-value.c (value_to_value_object): Remove fetching of
28 the value if it was lazy.
29 (valpy_get_is_lazy): New function.
30 (valpy_fetch_lazy): New function.
31
32 2011-10-24 Joel Brobecker <brobecker@adacore.com>
33
34 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Do not check
35 FUNC_TYPE's calling convention if FUNC_TYPE is not a function.
36
37 2011-10-24 Pedro Alves <pedro@codesourcery.com>
38
39 * linux-nat.c (linux_handle_extended_wait): When handling a clone
40 event, in non-stop, if not stopping, make sure the new lwp has
41 last_resume_kind set to resume_continue. Assert that when we're
42 resuming the new lwp, its last_resume_kind is resume_continue.
43
44 2011-10-24 Pedro Alves <pedro@codesourcery.com>
45
46 * infrun.c (handle_inferior_event): Don't assume inferior_ptid is
47 already set when marking the event thread as not executing in
48 non-stop mode.
49
50 2011-10-24 Pedro Alves <pedro@codesourcery.com>
51
52 * infrun.c (handle_inferior_event): Add debug output for
53 TARGET_WAITKIND_NO_HISTORY.
54
55 2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
56
57 * NEWS: Move set/show extended-prompt to "New Options". Expand
58 description. Fix typos.
59
60 2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
61
62 PR python/13310
63
64 * python/py-param.c (call_doc_function): Correctly deference on
65 function exit.
66
67 2011-10-21 Joel Brobecker <brobecker@adacore.com>
68
69 * ada-tasks.c (print_ada_task_info): Fix computation of
70 number of tasks displayed in command output.
71
72 2011-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
73 Ulrich Weigand <uweigand@de.ibm.com>
74
75 * dwarf2-frame-tailcall.c: Include dwarf2-frame.h.
76 (dwarf2_tailcall_prev_register_first): Use dwarf2_frame_cfa.
77 (dwarf2_tailcall_sniffer_first): Remove variable pc_regnum. Replace
78 gdbarch_pc_regnum and frame_unwind_register_unsigned by
79 gdbarch_unwind_pc.
80
81 2011-10-20 Cary Coutant <ccoutant@google.com>
82
83 * dwarf2read.c (dw2_get_file_names): Move adjustment for type
84 section to...
85 (partial_read_comp_unit_head): ...here. Add is_debug_type_section
86 flag. Adjust all callers.
87 (process_psymtab_comp_unit): Remove adjustment for type section.
88
89 2011-10-20 Aleksandar Ristovski <aristovski@qnx.com>
90
91 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Changed function
92 arguments by adding OBJFILE. Instead of getting objfile from
93 symbol's symtab, use new argument OBJFILE.
94 * cp-support.h (cp_scan_for_anonymous_namespaces): Changed function
95 arguments by adding OBJFILE.
96 * gdb/dwarf2read.c (new_symbol_full): Change call to
97 cp_scan_for_anonymous_namespaces to match new signature.
98 * gdb/stabsread.c (define_symbol): Change call to
99 cp_scan_for_anonymous_namespaces to match new signature.
100
101 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
102
103 PR python/13308
104 PR python/13309
105
106 * python/py-breakpoint.c (gdbpy_breakpoints): Fix List reference
107 leak.
108 * python/py-inferior.c (gdbpy_inferiors): Fix List reference
109 leak. Delete unused variables.
110
111 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
112
113 PR python/12656
114
115 * python/py-frame.c (frapy_read_var): Use const struct *block.
116 * python/py-type.c (typy_lookup_typename): Likewise.
117 (typy_lookup_type): Likewise.
118 (typy_legacy_template_argument): Likewise.
119 (typy_template_argument): Likewise.
120 (gdbpy_lookup_type): Likewise.
121 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
122 * python/py-block.c (blpy_block_object): Likewise.
123 (blpy_iter): Likewise.
124 (blpy_get_start): Likewise.
125 (blpy_get_end): Likewise.
126 (blpy_get_function): Likewise.
127 (blpy_get_superblock): Likewise.
128 (set_block): Likewise.
129 (block_to_block_object): Likewise.
130 (block_object_to_block): Likewise.
131 (blpy_is_valid): Likewise.
132 (blpy_get_global_block): New function.
133 (blpy_get_static_block): New function.
134 (blpy_is_global): New function.
135 (blpy_is_static): New function.
136 * blockframe.c (block_innermost_frame): Likewise.
137 * valops.c (value_of_variable): Likewise.
138 * frame.h: Update prototypes.
139 * python/python-internal.h: Likewise.
140 * value.h: Likewise.
141
142 2011-10-19 Cary Coutant <ccoutant@google.com>
143
144 * dwarf2read.c (create_debug_types_hash_table): Fix size of
145 type_offset field.
146
147 2011-10-19 Cary Coutant <ccoutant@google.com>
148
149 * dwarf2read.c (peek_abbrev_code): New function.
150 (dw2_get_file_names): Check for dummy compilation units.
151 (create_debug_types_hash_table): Likewise.
152 (process_psymtab_comp_unit): Likewise.
153 (load_partial_comp_unit): Likewise.
154 (load_full_comp_unit): Likewise.
155
156 2011-10-18 Aleksandar Ristovski <aristovski@qnx.com>
157
158 * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p,
159 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
160 pt_phdr if PT_PHDR was found.
161
162 2011-10-17 Joost van der Sluis <joost@cnoc.nl>
163
164 * gdbtypes.h: Added TYPE_SAFE_NAME macro to get the name of a
165 type or "<unnamed type"> when there is no name assigned.
166 * gnu-v3-abi.c (gnuv3_rtti_type): Use TYPE_SAFE_NAME macro to
167 avoid a sigint when no name is assigned.
168
169 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 Revert:
172 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
173 * dwarf2expr.c (ctx_no_read_reg): New function.
174 * dwarf2expr.h (ctx_no_read_reg): New declaration.
175 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
176 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
177 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
178
179 2011-10-16 Doug Evans <dje@google.com>
180
181 * NEWS: Document python gdb.printing.register_pretty_printer's new
182 `replace' parameter.
183
184 2011-10-14 Keith Seitz <keiths@redhat.com>
185
186 PR c++/13225
187 * eval.c (evaluate_subexp_standard): Do not construct
188 an array of types; pass the value array directly to
189 find_overload_match.
190 * gdbtypes.h (NULL_POINTER_CONVERSION_BADNESS): Declare.
191 (rank_function): Take an array of values instead of types.
192 (rank_one_type): Add struct value * parameter.
193 * gdbtypes.c (NULL_POINTER_CONVERSION_BADNESS): Define.
194 (rank_function): For each argument, pass the argument's
195 value to rank_one_type.
196 (rank_one_type): Add VALUE parameter.
197 If the parameter type is a pointer and the argument type
198 is an integer, return NULL_POINTER_CONVERSION_BADNESS if
199 VALUE is zero.
200 Update all calls to rank_one_type, passing NULL for new
201 VALUE parameter.
202 * valarith.c (value_user_defined_cpp_op): Do not construct
203 an array of types; pass the value array directly to
204 find_overload_match.
205 * valops.c (find_overload_method_list): Take an array of
206 values instead of types.
207 Save the type of OBJP for later use.
208 Update calls to find_oload_champ, and find_oload_champ_namespace.
209 (find_oload_champ_namespace): Take an array of values instead
210 of types.
211 (find_oload_champ_namespace_loop): Likewise.
212 (find_oload_champ): Likewise.
213 (classify_oload_match): Inspect all arguments
214 until INCOMPATIBLE is found. Return the worst badness found
215 otherwise.
216 (compare_parameters): Update call to rank_one_type.
217 * value.h (find_overload_match): Take an array of values instead
218 of types.
219
220 2011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 Drop lazy lm_info reading.
223 * solib-svr4.c (struct lm_info): Remove field lm. New fields l_addr_p,
224 l_addr_inferior, l_ld, l_next, l_prev and l_name.
225 (lm_info_read): New function.
226 (lm_addr_from_link_map, lm_dynamic_from_link_map): Remove.
227 (lm_addr_check): Use l_addr_p. No longer use lm_addr_from_link_map and
228 lm_dynamic_from_link_map.
229 (lm_next, lm_prev, lm_name): Remove.
230 (svr4_keep_data_in_core): Use lm_info_read, drop the lm_info entries
231 initialization incl. read_memory. No longer use lm_name.
232 (svr4_free_so): Drop lm_info->lm freeing.
233 (svr4_default_sos): Initialize lminfo with zeroes. Use l_addr_p. Drop
234 explicit lm_addr and lm initialization.
235 (svr4_read_so_list): Use lm_info_read, drop the initailization of
236 fields by hand, incl. read_memory. No longer use lm_next, lm_prev and
237 lm_name.
238
239 2011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
240 Paul Pluzhnikov <ppluzhnikov@google.com>
241
242 * defs.h (struct so_list): New forward declaration.
243 (make_cleanup_free_so): New declaration.
244 * solib-svr4.c (ignore_first_link_map_entry): Remove.
245 (svr4_free_so): Move the function here from downwards. Handle NULL
246 so->lm_info.
247 (svr4_free_library_list): New.
248 (svr4_read_so_list): New, moved here code from svr4_current_sos.
249 Use more cleanups. Use new parameter ignore_first instead of
250 ignore_first_link_map_entry.
251 (svr4_current_sos): New variable ignore_first, initialize it. New
252 variable back_to, use it for svr4_free_library_list protection.
253 (svr4_free_so): Remove - move upwards.
254 * utils.c: Include solist.h.
255 (do_free_so, make_cleanup_free_so): New functions.
256
257 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
258
259 Fix internal error regression.
260 * value.c (value_primitive_field): Handle value_optimized_out. Move
261 packed bitfields comment.
262
263 2011-10-13 Tom Tromey <tromey@redhat.com>
264
265 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
266 always released.
267
268 2011-10-13 Tom Tromey <tromey@redhat.com>
269
270 * python/py-type.c (typy_has_key): Make 'field' const.
271
272 2011-10-13 Luis Machado <lgustavo@codesourcery.com>
273
274 * remote.c (remote_save_trace_data): Invert comparison.
275
276 2011-10-13 Luis Machado <lgustavo@codesourcery.com>
277
278 * tracepoint.c (trace_save_command): Use filename instead of
279 args when printing.
280
281 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
282
283 * dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even
284 if .size is 0.
285
286 2011-10-13 Yao Qi <yao@codesourcery.com>
287
288 PR gdb/12703
289 * arm-tdep.c (thumb_analyze_prologue): Call thumb_insn_size to check
290 whether insn is a 32-bit Thumb-2 instruction.
291 (thumb_in_function_epilogue_p): Likewise.
292 (thumb_get_next_pc_raw): Likewise.
293 (arm_breakpoint_from_pc): Likewise.
294
295 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 Fix empty DWARF expressions DATA vs. SIZE conditionals.
298 * dwarf2loc.c (dwarf2_find_location_expression): Clear *LOCEXPR_LENGTH.
299 (dwarf_expr_frame_base_1): Indicate unavailability via zero *LENGTH.
300 (locexpr_tracepoint_var_ref): Check only zero SIZE, not zero DATA.
301 (loclist_read_variable, loclist_tracepoint_var_ref): Do not check for
302 zero DATA.
303 * dwarf2loc.h (struct dwarf2_locexpr_baton): Comment DATA vs. SIZE
304 validity.
305 * dwarf2read.c (struct dwarf_block): Comment DATA validity.
306 (dwarf2_fetch_die_location_block, dwarf2_symbol_mark_computed): Do not
307 clear DATA on zero SIZE.
308
309 2011-10-12 Doug Evans <dje@google.com>
310
311 * dwarf2read.c (partial_read_comp_unit_head): Set header->offset,
312 header->first_die_offset here. All callers updated.
313
314 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 Fix compatibility with texinfo versions older than 4.12.
317 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
318 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
319 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
320 (FLAGS_TO_PASS): Add MAKEINFOFLAGS and MAKEINFO_EXTRA_FLAGS.
321 * configure: Regenerate.
322 * configure.ac (MAKEINFO): Find it, from libiberty/configure.ac.
323 (MAKEINFOFLAGS): Pre-set it to --split-size=5000000.
324 (MAKEINFO_EXTRA_FLAGS): New test for -DHAVE_MAKEINFO_CLICK.
325
326 2011-10-12 Gary Benson <gbenson@redhat.com>
327
328 * breakpoint.h (pc_at_non_inline_function): Declare.
329 * breakpoint.c (is_non_inline_function,
330 pc_at_non_inline_function): New functions.
331 * infrun.c (handle_inferior_event): Don't call skip_inline_frames
332 if the stop is at a location where functions cannot be inlined.
333
334 2011-10-12 Pedro Alves <pedro@codesourcery.com>
335
336 * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if
337 the core wanted them stopped, or if they now have a pending event
338 to report.
339 (linux_nat_filter_event): New parameter `new_pending_p'. Pass it
340 down to stop_and_resume_callback.
341 (linux_nat_wait_1): Always clear `options' when retrying. Handle
342 having new pending events after calling linux_nat_filter_event.
343
344 2011-10-11 Sterling Augustine <saugustine@google.com>
345
346 * dwarf2read.c: Undo inadvertent changes in previous commit.
347
348 2011-10-11 Sterling Augustine <saugustine@google.com>
349
350 * dwarf2read.c (partial_die_parent_scope): Rearrange conditional
351 logic.
352
353 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
354
355 * symfile.c (separate_debug_file_exists): Fix condition.
356
357 2011-10-11 David S. Miller <davem@davemloft.net>
358
359 * regcache.c (regcache_restore): Do not write unavailable regs, mark
360 static.
361 * regcache.h (regcache_restore): Remove declaration.
362
363 * gdbarch.sh: New field 'long_long_align_bit'.
364 * gdbarch.c, gdbarch.h: Regenerate.
365 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
366 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
367
368 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 Revert this part of:
371 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
372 Support @entry in input expressions.
373 * c-exp.y (ENTRY, unknown_cpp_name): New.
374 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
375 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
376 (variable: name_not_typename '@' ENTRY, name: ENTRY)
377 (name_not_typename: ENTRY): New.
378 (yylex): Recognize ENTRY.
379
380 Reimplement @entry in input expressions.
381 * c-exp.y (ENTRY): New.
382 (variable: name_not_typename ENTRY): New.
383 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
384
385 2011-10-11 Pedro Alves <pedro@codesourcery.com>
386
387 * linux-nat.c (linux_handle_extended_wait): Always dump both the
388 parent and child's pids as soon as we detect a clone event.
389 Adjust another debug message.
390
391 2011-10-11 Pedro Alves <pedro@codesourcery.com>
392
393 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
394 not zombie instead of reading the whole file.
395
396 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
397
398 Fix separate debuginfo warning with "remote:" access.
399 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
400 * symfile.c (get_file_crc): New function with the code moved from ...
401 (separate_debug_file_exists): ... this function, specifically variables
402 buffer and count. New variable verified_as_different, set it. Remove
403 file_crc initialization. Verify also if both files are not the same
404 manually, if needed.
405
406 2011-10-11 Yao Qi <yao@codesourcery.com>
407
408 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
409 to get address.
410
411 2011-10-10 Doug Evans <dje@google.com>
412
413 * linux-thread-db.c (thread_db_new_objfile): Only try to load
414 libthread_db when we load libpthread or the main symbol file.
415 (thread_db_inferior_created): New function.
416 (_initialize_thread_db): Attach inferior_created observer.
417 * linux-nat.c (linux_child_post_attach): Remove call to
418 check_for_thread_db.
419 (linux_child_post_startup_inferior): Ditto.
420 * objfiles.h (OBJF_MAINLINE): Define.
421 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
422 allocate_objfile when appropriate.
423
424 2011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
425
426 PR gdb/13218
427 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
428 Remove unused variables.
429 (get_linux_version): Remove function.
430 (_initialize_arm_linux_nat): Do not call it.
431
432 2011-10-10 Pedro Alves <pedro@codesourcery.com>
433
434 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
435 new clone lwp if the core asked it to stop. Don't pass on
436 unexpected signals to the new clone; leave them pending instead.
437
438 2011-10-10 Pedro Alves <pedro@codesourcery.com>
439
440 * linux-nat.c (resume_lwp): Remove redundant debug output.
441
442 2011-10-10 Pedro Alves <pedro@codesourcery.com>
443
444 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
445 last_resume_kind before clearing it, and use the copy instead to
446 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
447 resume_clear_callback in the non-stop path too.
448
449 2011-10-09 Yao Qi <yao@codesourcery.com>
450
451 * valprint.c (value_check_printable): Add one parameter OPTIONS.
452 Honor OPTIONS and VAL's type.
453 (common_val_print, value_print): Update to pass one more parameter.
454
455 2011-10-09 Doug Evans <dje@google.com>
456
457 Add new "alias" command.
458 * NEWS: Mention new command.
459 * command.h (valid_user_defined_cmd_name_p): Declare.
460 * defs.h (make_cleanup_dyn_string_delete): Declare.
461 * utils.c: #include "dyn-string.h".
462 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
463 * cli/cli-cmds.c: #include "dyn-string.h".
464 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
465 (init_cli_cmds): Add new command.
466 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
467
468 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 Fix compatibility with older GCCs.
471 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
472 * stack.c (read_frame_arg): Initialize val_deref.
473
474 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
475
476 Entry values NEWS entries, DWARF disassembly support.
477 * NEWS: New entry values entry.
478 (set print entry-values, show print entry-values)
479 (set debug entry-values, show debug entry-values): New entries.
480 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
481 indent. Remove variable start. Move header printing out. Respect
482 INDENT. Support DW_OP_GNU_entry_value.
483 (locexpr_describe_location_1): Move the header printing here, extend
484 the disassemble_dwarf_expression passed parameters.
485
486 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 Display @entry parameter values even for references.
489 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
490 coerce_ref_if_computed.
491 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
492 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
493 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
494 existing push_dwarf_reg_entry_value call. Add new detection calling
495 dwarf_block_to_dwarf_reg_deref. Update the error message.
496 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
497 * dwarf2expr.h
498 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
499 parameter deref_size, describe it in the comment.
500 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
501 (dwarf_block_to_dwarf_reg_deref): New declaration.
502 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
503 deref_size, describe it in the function comment. New variables
504 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
505 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
506 describe it in the function comment. Fetch the alternative block
507 accoring to DEREF_SIZE.
508 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
509 (entry_data_value_free_closure, entry_data_value_funcs): New.
510 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
511 outer_val, target_val, val and addr. Try to fetch and create also
512 referenced value content.
513 (pieced_value_funcs): NULL value for coerce_ref.
514 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
515 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
516 coerce_ref_if_computed.
517 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
518 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
519 * stack.c (read_frame_arg): Compare also dereferenced values.
520 * value.c (value_computed_funcs): Make the parameter v const, use
521 value_lval_const for it.
522 (value_lval_const, coerce_ref_if_computed): New function.
523 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
524 * value.h (struct lval_funcs): New field coerce_ref.
525 (value_computed_funcs): Make the parameter v const.
526 (value_lval_const, coerce_ref_if_computed): New declarations.
527
528 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 Support @entry in input expressions.
531 * c-exp.y (ENTRY, unknown_cpp_name): New.
532 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
533 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
534 (variable: name_not_typename '@' ENTRY, name: ENTRY)
535 (name_not_typename: ENTRY): New.
536 (yylex): Recognize ENTRY.
537 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
538 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
539 Likewise.
540 * parse.c (operator_length_standard): Likewise.
541 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
542
543 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 Display referenced values in backtraces.
546 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
547 * stack.c (print_frame_arg): Likewise.
548
549 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
550
551 Make some lval_funcs methods to default on NULL.
552 * valops.c (value_fetch_lazy): Check if lval_computed read method is
553 NULL.
554 (value_assign): Check if lval_computed write method is NULL.
555 * value.h (struct lval_funcs): Comment NULL values for read and write
556 methods.
557
558 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 Display @entry parameter values (without references).
561 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
562 New functions.
563 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
564 New declarations.
565 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
566 entry record.
567 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
568 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
569 functions.
570 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
571 (loclist_read_variable_at_entry): New function.
572 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
573 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
574 DW_AT_location, call dwarf_block_to_sp_offset for it.
575 * frame.h (print_entry_values_no, print_entry_values_only)
576 (print_entry_values_preferred, print_entry_values_if_needed)
577 (print_entry_values_both, print_entry_values_compact)
578 (print_entry_values_default, print_entry_values): New declarations.
579 (struct frame_arg): New field entry_kind.
580 (read_frame_arg): New parameter entryargp.
581 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
582 arg->entry_kind. Optionally print the `@entry' suffix.
583 (list_args_or_locals): New variable entryarg, initialize it.
584 Initialize also entry_kind of arg and entryarg. Conditionalize
585 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
586 xfree for entryarg.error.
587 * stack.c (print_entry_values_no, print_entry_values_only)
588 (print_entry_values_preferred, print_entry_values_if_needed)
589 (print_entry_values_both, print_entry_values_compact)
590 (print_entry_values_default, print_entry_values_choices)
591 (print_entry_values): New variables.
592 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
593 print the `@entry' suffix, possibly in combination for
594 print_entry_values_compact.
595 (read_frame_arg): New parameter entryargp, new variables entryval,
596 entryval_error and val_equal. Read in also entryargp, respect
597 print_entry_values, compare the values using val_equal, fill in also
598 argp->entry_kind (together with entryargp->entry_kind).
599 (print_frame_args): New variable entryarg, initialize it.
600 Conditionalize print_frame_arg for arg, add print_frame_arg for
601 entryarg. Call xfree for entryarg.error.
602 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
603 * symtab.h (struct symbol_computed_ops): New field
604 read_variable_at_entry.
605
606 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 Code reshuffle.
609 * frame.h (struct frame_arg): New definition.
610 (read_frame_arg): New declaration.
611 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
612 (list_args_or_locals): ... the code here. New variable arg, call
613 read_frame_arg and list_arg_or_local with it. Unify the
614 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
615 arg.error.
616 * stack.c (print_frame_arg): New functiom from the code of
617 print_frame_args.
618 (read_frame_arg): New function.
619 (print_frame_args): Remove variable val. New variable arg, call
620 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
621
622 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
623
624 Protect entry values against self tail calls.
625 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
626 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
627
628 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
629
630 Recognize virtual tail call frames.
631 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
632 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
633 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
634 * dwarf2-frame-tailcall.c: New file.
635 * dwarf2-frame-tailcall.h: New file.
636 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
637 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
638 REGS.PREV only after CIE execution.
639 (struct dwarf2_frame_cache): New field tailcall_cache.
640 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
641 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
642 parts, try to find entry_cfa_sp_offset. Call
643 dwarf2_tailcall_sniffer_first.
644 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
645 when appropriate.
646 (dwarf2_frame_dealloc_cache): New function.
647 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
648 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
649 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
650 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
651 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
652 * dwarf2loc.c (func_addr_to_tail_call_list)
653 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
654 (call_site_find_chain_1, call_site_find_chain): New.
655 * dwarf2loc.h (struct call_site_chain): New.
656 (call_site_find_chain): New declaration.
657 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
658 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
659 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
660 * stack.c (frame_info): Support also TAILCALL_FRAME.
661
662 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 Tail call sites reader implementation.
665 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
666 fill in TYPE_TAIL_CALL_LIST.
667 * gdbtypes.h (struct func_type): New field tail_call_list.
668 (struct call_site): New field tail_call_next.
669 (TYPE_TAIL_CALL_LIST): New definition.
670
671 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
672
673 Implement basic support for DW_TAG_GNU_call_site.
674 * block.c: Include gdbtypes.h and exceptions.h.
675 (call_site_for_pc): New function.
676 * block.h (call_site_for_pc): New declaration.
677 * defs.h: Include hashtab.h.
678 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
679 declarations.
680 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
681 ctx_no_push_dwarf_reg_entry_value.
682 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
683 (dwarf_block_to_dwarf_reg): New function.
684 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
685 (ctx_no_push_dwarf_reg_entry_value): New function.
686 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
687 push_dwarf_reg_entry_value.
688 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
689 declarations.
690 * dwarf2loc.c: Include gdbcmd.h.
691 (dwarf_expr_ctx_funcs): New forward declaration.
692 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
693 (dwarf_expr_reg_to_entry_parameter)
694 (dwarf_expr_push_dwarf_reg_entry_value): New.
695 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
696 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
697 (needs_dwarf_reg_entry_value): New function.
698 (needs_frame_ctx_funcs): Install it.
699 (_initialize_dwarf2loc): New function.
700 * dwarf2loc.h (entry_values_debug): New declaration.
701 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
702 (read_call_site_scope): New forward declaration.
703 (process_full_comp_unit): Copy call_site_htab.
704 (process_die): Support DW_TAG_GNU_call_site.
705 (read_call_site_scope): New function.
706 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
707 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
708 (cleanup_htab): Delete.
709 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
710 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
711 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
712 FIELD_LOC_KIND_DWARF_BLOCK.
713 * gdbtypes.h (enum field_loc_kind): New entry
714 FIELD_LOC_KIND_DWARF_BLOCK.
715 (struct main_type): New loc entry dwarf_block.
716 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
717 (TYPE_FIELD_DWARF_BLOCK): New.
718 * python/py-type.c: Include dwarf2loc.h.
719 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
720 internal_error call on unknown FIELD_LOC_KIND.
721 * symtab.h (struct symtab): New field call_site_htab.
722 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
723 (core_addr_hash, core_addr_eq): New functions.
724
725 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 Code reshuffle.
728 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
729 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
730 calling_convention under func_stuff there.
731 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
732 (init_type) <TYPE_CODE_FUNC>: Likewise.
733 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
734 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
735 * gdbtypes.h (enum type_specific_kind): Change
736 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
737 (struct main_type) <type_specific>: Change calling_convention to
738 func_stuff. Move calling_convention to ...
739 (struct func_type): ... this new struct.
740 (INIT_FUNC_SPECIFIC): New #define.
741 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
742
743 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
744
745 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
746 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
747 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
748 ctx->ref_addr_size. Handle its invalid value.
749 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
750 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
751 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
752 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
753 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
754 (dwarf2_per_cu_ref_addr_size): New function.
755
756 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
757
758 Code cleanup.
759 * dwarf2read.c (per_cu_header_read_in): New function.
760 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
761 variables cu_header_local and cu_headerp.
762
763 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
764
765 Fix initial language detection with -readnow.
766 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
767 * symfile.h (struct quick_symbol_functions): State find_symbol_file
768 searches only for global symbols.
769
770 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
771
772 Fix printed anonymous struct name.
773 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
774 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
775 (anonymous_struct_prefix): New function.
776 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
777 (dwarf2_name): Strip for anonymous structs any prefixes.
778
779 2011-10-07 Doug Evans <dje@google.com>
780
781 * python/lib/gdb/printing.py (register_pretty_printer): New argument
782 `replace'.
783
784 * python/lib/gdb/printing.py: Whitespace cleanup.
785
786 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
787 warning.
788
789 2011-10-07 Pedro Alves <pedro@codesourcery.com>
790
791 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
792 * amd64-linux-nat.c (amd64_linux_dr_set_control)
793 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
794 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
795 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
796 (arm_linux_remove_watchpoint): Adjust.
797 * i386-linux-nat.c (i386_linux_dr_set_control)
798 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
799 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
800 (ia64_linux_remove_watchpoint): Adjust.
801 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
802 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
803 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
804 (ppc_linux_insert_mask_watchpoint)
805 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
806 (ppc_linux_remove_watchpoint): Adjust.
807 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
808 Adjust.
809
810 2011-10-07 Corinna Vinschen <vinschen@redhat.com>
811
812 * windows-nat.c: Include wchar.h to avoid compiler warnings.
813 (clear_win32_environment): New function for Cygwin to clear out
814 Win32 environment.
815 (windows_create_inferior): Prepare new environment from in_env
816 for Cygwin, too.
817
818 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
819
820 PR python/13264
821 * python/py-value.c (valpy_call): Check that arguments are
822 a tuple.
823 (is_intlike): Remove call to CHECK_TYPEDEF.
824 (valpy_nonzero): Catch GDB exceptions.
825 (valpy_absolute): Ditto.
826 (valpy_lazy_string): Ditto.
827 (valpy_call): Ditto.
828 (valpy_get_is_optimized_out): Ditto.
829 (valpy_long): Ditto.
830 (valpy_float): Ditto.
831 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
832 (valpy_richcompare): Ditto.
833
834 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
835
836 * inferior.h (disable_randomization): Declare.
837 * infrun.c (disable_randomization): New global variable.
838 (show_disable_randomization): New function.
839 (set_disable_randomization): Likewise.
840 (_initialize_infrun): Install set/show disable-randomization
841 commands.
842 * linux-nat.c (disable_randomization): Remove.
843 (show_disable_randomization): Likewise.
844 (set_disable_randomization): Likewise.
845 (_initialize_linux_nat): No longer install set/show
846 disable-randomization commands here.
847 (linux_nat_supports_disable_randomization): New function.
848 (linux_nat_add_target): Install it.
849 * remote.c (PACKET_QDisableRandomization): New enum value.
850 (remote_protocol_packets): Support QDisableRandomization.
851 (_initialize_remote): Likewise.
852 (remote_supports_disable_randomization): New function.
853 (init_remote_ops): Install it.
854 (extended_remote_supports_disable_randomization): New function.
855 (init_extended_remote_ops): Install it.
856 (extended_remote_disable_randomization): New function.
857 (extended_remote_create_inferior_1): Call it.
858 * target.h (struct target_ops): Add to_supports_disable_randomization.
859 (target_supports_disable_randomization): Add prototype.
860 * target.c (target_supports_disable_randomization): New function.
861 (find_default_supports_disable_randomization): Likewise.
862 (init_dummy_target): Install it.
863
864 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
865
866 Allow Python notification of new object-file loadings.
867 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
868 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
869 Add build rule for this file.
870 * python/py-event.h (emit_new_objfile_event): New prototype.
871 (newobjfile): New Python event emitter.
872 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
873 Python event registry.
874 * python/py-inferior.c: Include objfiles.h
875 (python_new_objfile): New function.
876 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
877 observers.
878 * python/py-newobjfileevent.c: New file.
879 * python-internal.h (gdbpy_initialize_new_objfile_event): New
880 prototype.
881 * python/python.c (_initialize_python): Add
882 gdbpy_initialize_new_objfile_event call.
883 * NEWS: Add item for new Python event "gdb.newobjfile"
884
885 2011-10-05 Tristan Gingold <gingold@adacore.com>
886
887 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
888 Extract the ravenscar task name from the symbol for the atcb.
889
890 2011-10-04 Paul Koning <paul_koning@dell.com>
891
892 * python/py-type.c (typy_make_iter): Add forward declaration.
893 (typy_fields_items): Use the gdb.Type iterator.
894
895 2011-10-04 Paul Koning <paul_koning@dell.com>
896
897 * NEWS: Add entry for Python gdb.Type mapping methods.
898
899 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
900
901 PR python/12691: Add the inferior to Python exited event
902 * python/py-exitedevent.c (create_exited_event_object): Add inferior
903 to exited_event.
904 * python/py-event.h (emit_exited_event): Likewise
905 * python/-inferior.c (python_inferior_exit): Likewise
906
907 2011-10-03 Joel Brobecker <brobecker@adacore.com>
908
909 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
910 in output of -ada-task-info GDB/MI command.
911
912 2011-10-03 Joel Brobecker <brobecker@adacore.com>
913
914 * ada-lang.h (struct inferior): Declare.
915 (print_ada_task_info): Add declaration.
916 * ada-tasks.c (print_ada_task_info): Make non-static.
917 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
918 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
919 * mi/mi-main.c: #include "ada-lang.h".
920 (mi_cmd_list_features): Add "ada-task-info" to the list
921 of supported features.
922 (mi_cmd_ada_task_info): New function.
923
924 2011-10-03 Joel Brobecker <brobecker@adacore.com>
925
926 * python/python.c (python_run_simple_file): New function.
927 (source_python_script, source_python_script_for_objfile):
928 Replace call to PyRun_SimpleFile by call to
929 python_run_simple_file.
930
931 2011-10-03 Paul Koning <paul_koning@dell.com>
932
933 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
934 (value_to_value_object): Fetch value if it was lazy.
935
936 2011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
937
938 Code cleanup.
939 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
940 Rearrange the code for it.
941
942 2011-10-02 Joel Brobecker <brobecker@adacore.com>
943
944 * breakpoint.c (bkpt_print_recreate): Add call to
945 print_recreate_thread.
946
947 2011-09-29 Mike Frysinger <vapier@gentoo.org>
948
949 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
950 PTRACE_GETFDPIC_INTERP): Define.
951
952 2011-09-28 Yao Qi <yao@codesourcery.com>
953
954 * symfile.c (add_symbol_file_command): Update message on usage.
955
956 2011-09-28 Paul Koning <paul_koning@dell.com>
957
958 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
959 (typy_length, typy_get, typy_has_key, typy_make_iter)
960 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
961 (typy_iterator_iter, typy_iterator_iternext)
962 (typy_iterator_dealloc): New functions to implement standard
963 Python mapping methods on gdb.Type object.
964 (gdb.TypeIterator): New Python type.
965 * python/python-internal.h (gdbpy_iter_kind): New enum.
966
967 2011-09-28 David S. Miller <davem@davemloft.net>
968
969 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
970 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
971 * sparc-tdep.c (sparc_complex_floating_p): New function.
972 (sparc32_store_arguments): Handle complex floats.
973 (sparc32_extract_return_value): Likewise.
974 (sparc32_store_return_value): Likewise.
975 (sparc32_stabs_argument_has_addr): Likewise.
976 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
977 (sparc64_store_floating_fields): Handle complex floats.
978 (sparc64_store_arguments): Likewise.
979 (sparc64_store_return_value): Likewise.
980
981 2011-09-28 Eli Zaretskii <eliz@gnu.org>
982
983 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
984 before the change on 2006-12-09.
985 (windows_create_inferior) [!__CYGWIN__]: Restore code that
986 generates the environment block for CreateProcessA, modulo the
987 Cygwin-specific parts that are not needed here.
988
989 2011-09-27 Tristan Gingold <gingold@adacore.com>
990
991 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
992 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
993 (darwin_solib_get_all_image_info_addr_at_init): New function.
994 (darwin_solib_read_all_image_info_addr): Likewise.
995 (darwin_solib_create_inferior_hook): Use the above two functions.
996 * darwin-nat.c (darwin_execvp): Renames retval to res.
997 (darwin_read_write_inferior): Update comment.
998 (darwin_read_dyld_info): New function.
999 (darwin_xfer_partial): Handle DYLD_INFO.
1000
1001 2011-09-27 Stan Shebs <stan@codesourcery.com>
1002
1003 Add return address collection for tracepoints.
1004 * tracepoint.c (encode_actions_1): Add case for $_ret.
1005 (validate_actionline): Check for $_ret.
1006 (trace_dump_actions): Ditto.
1007 * ax-gdb.h (gen_trace_for_return_address): Declare.
1008 * ax-gdb.c: Include arch-utils.h.
1009 (gen_trace_for_return_address): New function.
1010 (agent_command): Add return address special case.
1011 * amd64-tdep.c: Include ax.h and ax-gdb.h.
1012 (amd64_gen_return_address): New function.
1013 (amd64_init_abi): Call it.
1014 * i386-tdep.c: Include ax.h and ax-gdb.h.
1015 (i386_gen_return_address): New function.
1016 (i386_init_abi): Call it.
1017 * arch-utils.h (default_gen_return_address): Declare.
1018 * arch-utils.c (default_gen_return_address): New function.
1019 * gdbarch.sh (gen_return_address): New method.
1020 * gdbarch.h, gdbarch.c: Regenerate.
1021
1022 2011-09-23 Joseph Myers <joseph@codesourcery.com>
1023
1024 PR gdb/13079
1025 * i386-tdep.c (i386_frame_align): New.
1026 (i386_gdbarch_init): Use i386_frame_align.
1027
1028 2011-09-23 Yao Qi <yao@codesourcery.com>
1029
1030 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
1031 to get address.
1032
1033 2011-09-22 Tristan Gingold <gingold@adacore.com>
1034
1035 * fork-child.c (fork_inferior): Add exec_fun parameter.
1036 Call exec_fun or execvp.
1037 * inferior.h: Adjust prototype.
1038 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
1039 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
1040 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
1041 * procfs.c (procfs_create_inferior): Ditto.
1042 * darwin-nat.c (darwin_execvp): New function.
1043 (darwin_create_inferior): Use it.
1044
1045 2011-09-22 Yao Qi <yao@codesourcery.com>
1046
1047 * infrun.c (context_switch): Print debug message when switching to
1048 a different thread.
1049
1050 2011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
1051
1052 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
1053 complex and vector types.
1054 (s390_return_value_convention): Likewise.
1055
1056 (s390_value_from_register): Call check_typedef.
1057 (extend_simple_arg): Likewise.
1058 (alignment_of): Likewise.
1059 (s390_push_dummy_call): Likewise.
1060 (s390_return_value): Likewise.
1061
1062 2011-09-21 Joseph Myers <joseph@codesourcery.com>
1063
1064 * event-top.c (async_disconnect): If an exception is thrown from
1065 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
1066 catch_errors.
1067 * top.c (quit_cover): Return void and take no arguments.
1068 * top.h (quit_cover): Update prototype.
1069
1070 2011-09-20 Joseph Myers <joseph@codesourcery.com>
1071
1072 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
1073 current_uiout, not uiout.
1074
1075 2011-09-19 Doug Evans <dje@google.com>
1076
1077 * python/py-auto-load.c (source_section_scripts): Fix file
1078 descriptor leak.
1079 * python/python.c (source_python_script_for_objfile): Tweak comments.
1080
1081 2011-09-18 Yao Qi <yao@codesourcery.com>
1082 Ulrich Weigand <ulrich.weigand@linaro.org>
1083
1084 Support displaced stepping for Thumb 16-bit insns.
1085 * arm-tdep.c (THUMB_NOP) Define.
1086 (thumb_copy_unmodified_16bit): New.
1087 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
1088 (thumb_copy_alu_reg): New.
1089 (arm_copy_svc): Move some common code to ...
1090 (install_svc): ... here. New.
1091 (thumb_copy_svc): New.
1092 (install_pc_relative): New.
1093 (thumb_copy_pc_relative_16bit): New.
1094 (thumb_decode_pc_relative_16bit): New.
1095 (thumb_copy_16bit_ldr_literal): New.
1096 (thumb_copy_cbnz_cbz): New.
1097 (cleanup_pop_pc_16bit_all): New.
1098 (thumb_copy_pop_pc_16bit): New.
1099 (thumb_process_displaced_16bit_insn): New.
1100 (thumb_process_displaced_32bit_insn): New.
1101 (thumb_process_displaced_insn): process thumb instruction.
1102
1103 Support displaced stepping for Thumb 32-bit insns.
1104 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
1105 (thumb2_copy_preload): New.
1106 (thumb2_copy_copro_load_store): New.
1107 (thumb2_copy_b_bl_blx): New.
1108 (thumb2_copy_alu_imm): New.
1109 (thumb2_copy_load_reg_imm): New.
1110 (thumb2_copy_load_literal): New
1111 (thumb2_copy_block_xfer): New.
1112 (thumb_32bit_copy_undef): New.
1113 (thumb_32bit_copy_unpred): New.
1114 (thumb2_decode_ext_reg_ld_st): New.
1115 (thumb2_decode_svc_copro): New.
1116 (decode_thumb_32bit_store_single_data_item): New.
1117 (thumb_copy_pc_relative_32bit): New.
1118 (thumb_decode_pc_relative_32bit): New.
1119 (decode_thumb_32bit_ld_mem_hints): New.
1120 (thumb2_copy_table_branch): New
1121 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
1122 instructions.
1123
1124 2011-09-18 Yao Qi <yao@codesourcery.com>
1125
1126 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
1127 (install_b_bl_blx): Likewise.
1128
1129 2011-09-17 Yao Qi <yao@codesourcery.com>
1130
1131 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
1132 (install_load_store): ... this. New.
1133 Change parameter BYTE to SIZE.
1134 (arm_copy_ldr_str_ldrb_strb): Update caller.
1135 (arm_decode_ld_st_word_ubyte): Update caller.
1136
1137 2011-09-17 Yao Qi <yao@codesourcery.com>
1138
1139 * infrun.c (displaced_step_fixup): Move some code ...
1140 (displaced_step_restore): ... here. New function.
1141 (handle_inferior_event): Cleanup displaced stepping state for both
1142 child and parent when get forked or vforked event.
1143 * regcache.c (get_thread_arch_aspace_regcache): New function.
1144 get_thread_arch_regcache (): Call it.
1145
1146 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1147
1148 * ada-tasks.c (print_ada_task_info): New function, merging
1149 short_task_info and info_tasks together. Reimplement using
1150 ui-out instead of printing to stdout directly. Move the code
1151 building and checking the task list here, instead of leaving it
1152 in info_tasks_command.
1153 (info_task): Move the code building and checking the task
1154 list here, instead of leaving it in info_tasks_command.
1155 (info_tasks_command): Delete code building and checking
1156 the task list - moved elsewhere. Update calls to info_tasks
1157 and info_task.
1158
1159 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1160
1161 * ada-tasks.c (info_task): Delete parameter `from_tty'.
1162
1163 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1164
1165 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
1166
1167 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1168
1169 * ada-lang.h (ada_build_task_list): Remove parameter
1170 `warn_if_null'.
1171 * ada-tasks.c (ada_build_task_list): Remove parameter
1172 `warn_if_null'. Adjust implementation and documentation.
1173 (valid_task_id, ada_get_environment_task)
1174 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
1175 (info_tasks_command): Adjust implementation.
1176 (task_command): Likewise.
1177 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
1178 to ada_build_task_list.
1179
1180 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1181
1182 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
1183 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
1184 (ada_tasks_inferior_data_handle): New static global.
1185 (get_ada_tasks_inferior_data): New function.
1186 (ada_get_task_number, get_task_number_from_id, valid_task_id)
1187 (ada_get_environment_task, iterate_over_live_ada_tasks)
1188 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
1189 Adjust.
1190 (ada_set_current_inferior_known_tasks_addr): New function.
1191 (read_known_tasks, ada_build_task_list, short_task_info)
1192 (info_tasks, info_task, info_tasks_command, task_command_1)
1193 (task_command, ada_task_list_changed): Adjust.
1194 (ada_tasks_invalidate_inferior_data): New function.
1195 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
1196 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
1197 * ada-lang.h (struct inferior): Add declaration.
1198 (ada_task_list_changed): Update profile.
1199 * remote-wtx-pd.c: #include "inferior.h".
1200 (switch_to_pd_internal): Update call to ada_task_list_changed.
1201
1202 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1203
1204 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
1205 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
1206 (atcb_fieldno): Delete these static globals.
1207 (struct ada_tasks_pspace_data): New struct.
1208 (ada_tasks_pspace_data_handle): New static global.
1209 (get_ada_tasks_pspace_data): New function.
1210 (ada_tasks_invalidate_pspace_data): New function.
1211 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
1212 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
1213 (_initialize_tasks): Create this module's per-progspace
1214 data handle.
1215
1216 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1217
1218 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
1219
1220 2011-09-16 Tristan Gingold <gingold@adacore.com>
1221
1222 * fork-child.c (fork_inferior): Update comment. Use alloca
1223 instead of xmalloc for argv. Move len and shell_command
1224 declarations in the block where they are used.
1225 Only call execvp. Factorize failure code.
1226
1227 2011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
1228
1229 Code cleanup.
1230 * parse.c (write_exp_elt): Change argument to pass a pointer of union
1231 `exp_element' instead of an element of the same and make the function
1232 static.
1233 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
1234 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
1235 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
1236 Change argument of `write_exp_elt' function call.
1237 Remove extra spaces from comments.
1238 * parser-defs.h (write_exp_elt): Remove prototype.
1239
1240 2011-09-15 Paul Koning <paul_koning@dell.com>
1241
1242 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
1243 count of item appended to list.
1244 * python/py-type.c (typy_fields): Likewise.
1245
1246 2011-09-15 Paul Koning <paul_koning@dell.com>
1247
1248 * MAINTAINERS (Write After Approval): Add myself to the list.
1249
1250 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1251
1252 PR threads/12628
1253 * linux-fork.c (checkpoint_command): Disallow checkpointing of
1254 processes with multiple threads.
1255 (inf_has_multiple_thread_cb): New function.
1256 (inf_has_multiple_threads): New function.
1257
1258 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1259
1260 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1261 * python/py-inferior.c (GdbMethods): New Python method definition.
1262
1263 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1264
1265 Handle multiple breakpoint hits in Python interface:
1266 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
1267 variable to breakpoints.
1268 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
1269 bps instead of single breakpoint. Fix some space typos.
1270 * python/py-stopevent.c (create_breakpoint_event_object): Rename
1271 variable to breakpoints.
1272
1273 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1274
1275 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
1276 note if the breakpoint is internal.
1277
1278 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1279
1280 * MAINTAINERS (Write After Approval): Add myself to the list
1281
1282 2011-09-14 Pedro Alves <pedro@codesourcery.com>
1283
1284 * infrun.c (prepare_for_detach, wait_for_inferior)
1285 (fetch_inferior_event): Don't flush the register cache.
1286 * remote.c (struct stop_reply) <regcache>: Add comment.
1287
1288 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 Remove excessive DWARF expressions memory duplication.
1291 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
1292 for block.data.
1293 (indirect_pieced_value): Remove variable result. Remove variable
1294 back_to and its use for baton.data.
1295 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
1296 block.data.
1297 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
1298 Update the function comment.
1299
1300 2011-09-13 Pedro Alves <pedro@codesourcery.com>
1301
1302 * inferior.h (ALL_INFERIORS): New.
1303 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
1304 for a stopped thread.
1305 (thread_db_find_new_threads): Look for threads in all inferiors.
1306
1307 2011-09-13 Pedro Alves <pedro@codesourcery.com>
1308
1309 * breakpoint.c (update_watchpoint): Handle the case of the
1310 watchpoint to update not being in the breakpoint list yet.
1311 (hw_watchpoint_use_count): New, factored out from
1312 hw_watchpoint_used_count.
1313 (hw_watchpoint_used_count): Rename to ...
1314 (hw_watchpoint_used_count_others): ... this. Add `except'
1315 parameter. Don't count resources of `except'. Use
1316 hw_watchpoint_use_count.
1317
1318 2011-09-13 Pedro Alves <pedro@codesourcery.com>
1319
1320 * gdbthread.h (enum thread_state): Moved here.
1321 (struct thread_info): Rename `executing_' field to `executing' and
1322 `state_' to `state'.
1323 * thread.c (enum thread_state): Moved to gdbthread.h.
1324 (new_thread, add_thread_silent, delete_thread_1)
1325 (any_live_thread_of_process, thread_alive, set_running)
1326 (set_running, is_thread_state, any_running, is_executing)
1327 (set_executing, finish_thread_state, print_thread_info)
1328 (do_captured_thread_select): Adjust.
1329
1330 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1331
1332 Fix compatibility with gcc < 4.3 and non-gcc compilers.
1333 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
1334
1335 2011-09-12 Pedro Alves <pedro@codesourcery.com>
1336 Matt Rice <ratmice@gmail.com>
1337
1338 PR gdb/13175
1339
1340 * interps.c (struct interp) <interpreter_out>: Delete field.
1341 (interp_new): Remove the data and uiout parameters and adjust.
1342 (interp_set): Only set the current_uiout from the interpreter's
1343 uiout after initializing the interpreter. Adjust call to
1344 init_proc.
1345 (interp_ui_out): Adjust to call procs->ui_out_proc.
1346 (interp_data, interp_name): New.
1347 * interps.h (interp_init_ftype): Add `self' parameter.
1348 (interp_ui_out_ftype): New typedef.
1349 (struct interp_procs) <ui_out_proc>: New method pointer.
1350 (interp_new): Remove the data and uiout parameters.
1351 (interp_data, interp_name): Declare.
1352 * tui/tui-interp.c (tui_init): Adjust prototype.
1353 (tui_ui_out): New.
1354 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
1355 tui_out here. Adjust call to interp_new.
1356 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
1357 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
1358 (cli_ui_out): New.
1359 (_initialize_cli_interp): Install it. Adjust call to interp_new.
1360 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
1361 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
1362 Initialize mi->uiout depending on the mi_version as extracted from
1363 the interpreter's name.
1364 (mi_ui_out): New.
1365 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
1366 interp_new. Don't allocate the ui_out's of the interpreters here.
1367
1368 2011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
1369
1370 * solib.c (solib_used): New function.
1371 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
1372 by another so_list object before freeing it.
1373
1374 2011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1375
1376 Code cleanup.
1377 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
1378 values.
1379
1380 2011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1381
1382 Code cleanup.
1383 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
1384 (amd64_skip_xmm_prologue): ... this new function. Describe its
1385 parameters. No longer use amd64_prologue_line_bug.
1386 * defs.h (producer_is_gcc_ge_4): New declaration.
1387 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
1388 (process_full_comp_unit): Update its caller. Remove
1389 amd64_prologue_line_bug initialization.
1390 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
1391 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
1392
1393 2011-09-09 Pedro Alves <pedro@codesourcery.com>
1394
1395 * linux-nat.h (enum resume_kind): New.
1396 (struct lwp_info) <last_resume_kind>: New field.
1397 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
1398 resume_stop on the new lwp.
1399 (add_lwp): Set last_resume_kind as resume_continue by default.
1400 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
1401 (resume_lwp): New, factored out from resume_callback. Also check
1402 for pending status in lp->waitstatus.
1403 (resume_callback): Reimplement.
1404 (resume_clear_callback): Set last_resume_kind as resume_stop.
1405 (resume_set_callback): Set last_resume_kind as resume_continue.
1406 (linux_nat_resume, linux_handle_extended_wait): Set
1407 last_resume_kind.
1408 (running_callback): Also check lp->waitstatus for pending events.
1409 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
1410 is resume_step.
1411 (stop_and_resume_callback): Don't re-resume if the core wanted the
1412 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
1413 using an invalidated pointer.
1414 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
1415 SIGSTOPs if the core wanted the LWP to stop.
1416 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
1417 wanted the lwp to stop. If the core wanted the lwp to stop, and
1418 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
1419 of TARGET_SIGNAL_STOP.
1420 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
1421 here. Instead, signal the lwp, and set the last_resume_kind to
1422 resume_stop.
1423
1424 2011-09-09 Pedro Alves <pedro@codesourcery.com>
1425
1426 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
1427 -1 (error), if the lwp exits right after attaching.
1428
1429 2011-09-08 Doug Evans <dje@google.com>
1430
1431 * py-cmd.c: Some minor formatting fixes.
1432 (gdbpy_parse_command_name): Rename text arg to name, make const.
1433 All callers updated.
1434 * python-internal.h (gdbpy_parse_command_name): Update.
1435
1436 * cli/cli-decode.c (add_cmd): Add comment.
1437
1438 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1439
1440 PR breakpoints/12435
1441 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
1442 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
1443 * dwarf2read.c (process_full_comp_unit): Initialize
1444 amd64_prologue_line_bug.
1445 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
1446
1447 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1448
1449 Fix TUI screen corruption.
1450 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
1451 batch_flag.
1452
1453 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1454
1455 * findvar.c (read_var_value): Never return NULL, throw an error
1456 instead. Update the function comment. State symbol name in the error
1457 messages.
1458 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
1459 read_var_value.
1460 * stack.c (print_frame_args): Likewise.
1461 * valops.c (value_of_variable): Likewise.
1462
1463 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1464
1465 * stack.c (print_frame_args): New variable except. Wrap
1466 read_var_value and common_val_print into TRY_CATCH.
1467
1468 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1469
1470 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
1471 caller to value_of_this.
1472 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
1473 Twice.
1474 * valops.c (value_of_this): Remove parameter complain and variable ret.
1475 Update function comment. Never return NULL by this code.
1476 (value_of_this_silent): New function.
1477 * value.h (value_of_this): Remove parameter complain.
1478 (value_of_this_silent): New declaration.
1479
1480 2011-09-07 Yao Qi <yao@codesourcery.com>
1481
1482 * gdbthread.h (struct thread_info): Remove fields
1483 `stepping_through_solib_after_catch' and
1484 `stepping_through_solib_catchpoints'.
1485 * infrun.c (init_thread_stepping_state): Update.
1486 (process_event_stop_test, currently_stepping): Update.
1487 (currently_stepping_or_nexting_callback): Update.
1488
1489 2011-09-07 Yao Qi <yao@codesourcery.com>
1490
1491 * gdbthread.h (struct thread_info): Comment on field
1492 `step_after_step_resume_breakpoint'.
1493
1494 2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
1495
1496 * remote.c (remote_console_output): Reindent.
1497
1498 2011-09-06 Luis Machado <lgustavo@codesourcery.com>
1499
1500 * frame.c (has_stack_frames): Check for currently selected
1501 traceframe.
1502
1503 2011-09-06 Pedro Alves <pedro@codesourcery.com>
1504
1505 * event-top.h (MAXPROMPTS, struct prompts): Delete.
1506 (set_async_annotation_level, set_async_prompt, pop_prompt)
1507 (push_prompt, new_async_prompt): Delete declarations.
1508 * top.h (get_prompt, set_prompt): Change prototype.
1509 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
1510 declarations.
1511 * top.c (command_loop):
1512 (top_prompt): New global.
1513 (get_prefix, set_prefix, get_suffix, ): Delete.
1514 (get_prompt, set_prompt): Rewrite.
1515 (show_new_async_prompt): Rename to ...
1516 (show_prompt): ... this.
1517 (init_main): Adjust. Don't handle --annotate=2 here.
1518 * event-top.c (new_async_prompt): Delete.
1519 (the_prompts): Delete.
1520 (more_to_come): Make static.
1521 (display_gdb_prompt): Use top_level_prompt() to compute the top
1522 level prompt, and don't notify the before_prompt observers
1523 directly here. Always trick readline into not trying to display
1524 the prompt if sync_execution and displaying the primary prompt.
1525 If displaying a local/secondary prompt, always show it, even if
1526 sync_execution is set.
1527 (change_annotation_level): Delete.
1528 (top_level_prompt): New, based on change_annotation_level.
1529 (push_prompt, pop_prompt): Delete.
1530 (async_disable_stdin): No longer pushes prompt.
1531 (command_line_handler): No longer pushes or pops prompt. If more
1532 input is expected, call display_gdb_prompt with an explicit empty
1533 prompt.
1534 (async_stop_sig): Adjust.
1535 (set_async_annotation_level, set_async_prompt): Delete.
1536 * python/python.c (before_prompt_hook): Adjust.
1537
1538 2011-09-05 Pedro Alves <pedro@codesourcery.com>
1539
1540 PR cli/13110
1541
1542 * infrun.c (fetch_inferior_event): Check if there's a selected
1543 thread before checking if the selected thread is executing.
1544
1545 2011-09-05 Pedro Alves <pedro@codesourcery.com>
1546
1547 * inf-loop.c (execute_command): Don't check if the current thread
1548 if running before synchronously waiting for command completion.
1549 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
1550 here.
1551 (normal_stop): Call async_enable_stdin here.
1552 * inf-loop.c (inferior_event_handler): Don't call
1553 async_enable_stdin, nor handle "set exec-done-display" here.
1554
1555 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1556
1557 GDB 7.3.1 released.
1558
1559 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1560
1561 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
1562
1563 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1564
1565 * NEWS: Add entry for OpenBSD/NetBSD build failure.
1566
1567 2011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
1570
1571 2011-09-02 Matt Rice <ratmice@gmail.com>
1572
1573 PR gdb/10720
1574 * event-top.c (cli_command_loop): Replace readline setup with
1575 direct call to display_gdb_prompt.
1576 (display_gdb_prompt): Do not call observer mechanism during
1577 synchronous execution.
1578
1579 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1580
1581 * linux-nat.c (in_pid_list_p): New.
1582 (linux_record_stopped_pid): Delete.
1583 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
1584 already attached to the LWP. Return an indication if so.
1585 (linux_nat_filter_event): Adjust.
1586 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
1587 returning an indication to ignore this thread.
1588
1589 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1590
1591 * top.c: Include interps.h.
1592 (execute_command): If the target can async, but the interpreter is
1593 in sync mode, synchronously wait for the command to finish before
1594 returning.
1595 (execute_command_to_string): Force the interpreter to sync mode.
1596 * infrun.c: Include interps.h.
1597 (fetch_inferior_event): Don't restore the prompt yet if the
1598 interpreter is in sync mode.
1599 * interps.c (interpreter_async): New global.
1600 * interps.h (interpreter_async): Declare.
1601 * inf-loop.c: Include interps.h.
1602 (inferior_event_handler): Don't print the language change or run
1603 breakpoint commands yet if the interpreter in is sync mode.
1604 * main.c (captured_command_loop): Flip the interpreter to async
1605 mode.
1606 * cli/cli-script.c: Include interps.h.
1607 (execute_user_command, while_command, if_command): Force the
1608 interpreter to sync mode.
1609 * python/python.c: Include interps.h.
1610 (python_command, execute_gdb_command): Force the interpreter to
1611 sync mode.
1612
1613 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1614
1615 * value.c (show_convenience): Catch errors thrown while printing
1616 each internal variable.
1617 * infrun.c (validate_siginfo_access): New function.
1618 (siginfo_value_read, siginfo_value_write): Call it.
1619
1620 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 Revert:
1623 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1624 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
1625 attribute.
1626
1627 2011-08-29 Yao Qi <yao@codesourcery.com>
1628
1629 * solib-dsbt.c (bfd_lookup_symbol): Removed.
1630 (cmp_name): New.
1631 (enable_break2): Update caller.
1632 * solib-frv.c (bfd_lookup_symbol): Removed.
1633 (cmp_name): New.
1634 (enable_break2): Update caller.
1635 * solib-pa64.c (bfd_lookup_symbol): Removed.
1636 (cmp_name): New.
1637 * solib-svr4.c (bfd_lookup_symbol): Removed.
1638 (cmp_name_and_sec_flags): New.
1639 (enable_break): Update caller.
1640 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
1641 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
1642 (gdb_bfd_lookup_symbol): New.
1643 * solib.h: Functions declarations.
1644
1645 2011-08-29 Yao Qi <yao@codesourcery.com>
1646
1647 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
1648 and solib-dsbt.o.
1649
1650 2011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1651
1652 Fix TUI stepi on code without symbols.
1653 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
1654 current PC instead.
1655
1656 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1657
1658 Code cleanup.
1659 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
1660 and the static keyword.
1661 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
1662 Make prefix an array.
1663 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
1664 * mi/mi-main.c (get_register): Remove stb initialization and the static
1665 keyword.
1666
1667 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1668
1669 Code cleanup - make mi_opt const.
1670 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
1671 opts const.
1672 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
1673 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
1674 (mi_cmd_env_dir): Likewise.
1675 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
1676 (mi_cmd_target_file_put): Likewise.
1677 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
1678 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
1679 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
1680 (mi_valid_noargs): Make opts const.
1681 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
1682 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
1683 (mi_cmd_data_read_memory): Likewise.
1684 (mi_cmd_data_read_memory_bytes): Likewise.
1685 (mi_cmd_data_write_memory): Likewise.
1686
1687 2011-08-26 Matt Rice <ratmice@gmail.com>
1688
1689 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
1690 bcache_xmalloc, replace bcache_xmalloc with call to
1691 psymbol_bcache_init for psymbol_cache.
1692 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
1693
1694 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 * inf-loop.c (inferior_event_handler): Add exception_print in
1697 INF_EXEC_COMPLETE.
1698
1699 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1700
1701 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
1702 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1703 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
1704 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
1705 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
1706 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1707 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
1708 * infrun.c (fetch_inferior_event): Call
1709 make_bpstat_clear_actions_cleanup.
1710 * top.c (execute_command): New variable cleanup_if_error, call
1711 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1712 * utils.c (do_bpstat_clear_actions_cleanup)
1713 (make_bpstat_clear_actions_cleanup): New functions.
1714
1715 2011-08-26 Pedro Alves <pedro@codesourcery.com>
1716
1717 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
1718 either the parent or the child forks. Rename a couple locals.
1719
1720 2011-08-26 Pedro Alves <pedro@codesourcery.com>
1721
1722 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
1723 library call. Avoid reading the `status' local if all waitpid
1724 calls failed.
1725
1726 2011-08-26 Pedro Alves <pedro@codesourcery.com>
1727
1728 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
1729 opening /proc/PID/task always succeeds.
1730
1731 2011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
1732
1733 * linespec.c (symtab_from_filename): Check for the end of string.
1734
1735 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
1736
1737 PR mi/11912
1738 * varobj.c (cplus_describe_child): Add the keyword
1739 'class' to the output of the method when dealing
1740 with a cast to a base class.
1741
1742 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 No functionality change.
1745 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
1746 function comment a reference, new variables tp and bs, move here code
1747 from throw_exception.
1748 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
1749 describe it in the comment.
1750 * exceptions.c (throw_exception): Remove variable tp, move the code for
1751 bpstat_clear_actions to bpstat_clear_actions.
1752
1753 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
1754
1755 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
1756 * linux-nat.c: Include linux-procfs.h.
1757 (linux_proc_get_tgid): Move to ...
1758 * common/linux-procfs.c: ... here. New file.
1759 * common/linux-procfs.h: New file.
1760 * linux-thread-db.c: Include linux-procfs.h.
1761 * Makefile.in: Update dependencies.
1762 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
1763 * config/arm/linux.mh: Likewise.
1764 * config/i386/linux.mh: Likewise.
1765 * config/i386/linux64.mh: Likewise.
1766 * config/ia64/linux.mh: Likewise.
1767 * config/m32r/linux.mh: Likewise.
1768 * config/m68k/linux.mh: Likewise.
1769 * config/mips/linux.mh: Likewise.
1770 * config/pa/linux.mh: Likewise.
1771 * config/pa/linux.mh: Likewise.
1772 * config/powerpc/linux.mh: Likewise.
1773 * config/powerpc/ppc64-linux.mh: Likewise.
1774 * config/powerpc/spu-linux.mh: Likewise.
1775 * config/sparc/linux.mh: Likewise.
1776 * config/sparc/linux64.mh: Likewise.
1777 * config/xtensa/linux.mh: Likewise.
1778
1779 2011-08-24 Hui Zhu <teawater@gmail.com>
1780
1781 * tracepoint.c (cond_string_is_same): New function.
1782 (find_matching_tracepoint): Add condition check
1783 by cond_string_is_same.
1784
1785 2011-08-23 Josh Matthews <josh@joshmatthews.net>
1786
1787 Fix build error in Darwin port.
1788 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
1789
1790 2011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1791
1792 Code cleanup.
1793 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
1794 (command_line_is_silent): New function.
1795 (bpstat_do_actions_1): No longer use commands_left, use
1796 command_line_is_silent for commands.
1797 (bpstat_alloc): Remove clearing of commands_left.
1798 (bpstat_stop_status): Remove initialization of commands_left, use
1799 command_line_is_silent.
1800 * breakpoint.h (struct bpstats): Remove commands_left.
1801
1802 2011-08-18 Keith Seitz <keiths@redhat.com>
1803
1804 PR c++/12266
1805 * cp-name-parser.y (struct demangle_info): Remove unused
1806 member PREV.
1807 (d_grab): Likewise.
1808 (allocate_info): Change return type to struct demangle_info *.
1809 Always allocate a new demangle_info.
1810 Remove unused PREV pointer.
1811 (cp_new_demangle_parse_info): New function.
1812 (cp_demangled_name_parse_free): New function.
1813 (do_demangled_name_parse_free_cleanup): New function.
1814 (make_cleanup_cp_demangled_name_parse_free): New function.
1815 (cp_demangled_name_to_comp): Change return type to
1816 struct demangle_parse_info *.
1817 Allocate a new storage for each call.
1818 (main): Update usage for cp_demangled_name_to_comp
1819 API change.
1820 * cp-support.h (struct demangle_parse_info): New structure.
1821 (cp_demangled_name_to_comp): Update API change for
1822 return type.
1823 (cp_new_demangle_parse_info): Declare.
1824 (make_cleanup_cp_demangled_name_parse_free): New declaration.
1825 (cp_demangled_name_parse_free): Declare.
1826 * cp-support.c (cp_canonicalize_string): Update API
1827 change for cp_demangled_name_to_comp.
1828 (mangled_name_to_comp): Likewise.
1829 Return struct demangle_parse_info, too.
1830 (cp_class_name_from_physname): Update mangled_name_to_comp
1831 API change.
1832 (method_name_from_physname): Likewise.
1833 (cp_func_name): Update API change for cp_demangled_name_to_comp.
1834 (cp_remove_params): Likewise.
1835 * python/py-type.c (typy_legacy_template_argument): Likewise.
1836
1837 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
1838 (cp_merge_demangle_parse_infos): Declare.
1839 * cp-support.c (ignore_typedefs): New file global.
1840 (copy_string_to_obstack): New function.
1841 (inspect_type): New function.
1842 (replace_typedefs): New function.
1843 (replace_typedefs_qualified_name): New function.
1844 (cp_canonicalize_string_no_typedefs): New function.
1845 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
1846 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
1847 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
1848 instead of cp_canonicalize_string.
1849 (find_method): Likewise.
1850 (decode_compound): Before looking up the name, call
1851 cp_canonicalize_string_no_typedefs.
1852 (decode_variable): Likewise.
1853
1854 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1855 Tom Tromey <tromey@redhat.com>
1856 Matt Rice <ratmice@gmail.com>
1857
1858 * python/lib/gdb/prompt.py: New file.
1859 * python/lib/gdb/command/prompt.py: New file.
1860 * NEWS: Document set extended-prompt and gdb.prompt library
1861
1862 2011-08-16 Yao Qi <yao@codesourcery.com>
1863
1864 * tic6x-linux-tdep.c: Move const arrays definition from here...
1865 * tic6x-tdep.c: to here ...
1866
1867 2011-08-14 Yao Qi <yao@codesourcery.com>
1868
1869 * NEWS: New port to Texas Instruments TMS320C6x.
1870
1871 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
1872 Bernd Schmidt <bernds@codesourcery.com>
1873 Yao Qi <yao@codesourcery.com>
1874
1875 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
1876 * solib-dsbt.c: New file. Support DSBT shared object.
1877 * tic6x-linux-tdep.c: New file.
1878 * tic6x-tdep.c: New file.
1879 * tic6x-tdep.h: New file.
1880
1881 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
1882 Yao Qi <yao@codesourcery.com>
1883
1884 * remote.c (PACKET_qXfer_fdpic): New enum value.
1885 (remote_protocol_features): Add qXfer:fdpic:read packet.
1886 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
1887 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
1888 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
1889
1890 2011-08-14 Yao Qi <yao@codesourcery.com>
1891
1892 Target description for tic6x.
1893 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
1894 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
1895 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
1896 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
1897 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
1898 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
1899 * features/tic6x-c64xp-linux.xml: New.
1900 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
1901 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
1902 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
1903 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
1904 * regformats/tic6x-c64xp.dat,
1905 regformats/tic6x-c62x-linux.dat: Generated.
1906 * regformats/tic6x-c64x-linux.dat,
1907 regformats/tic6x-c64xp-linux.dat: Generated.
1908 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
1909 features/tic6x-*.c files.
1910 Add regformats/tic6x-*.dat files.
1911
1912 2011-08-12 Doug Evans <dje@google.com>
1913
1914 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
1915 * python/py-symbol.c (sympy_get_type): New function.
1916 (symbol_object_getset): Add "type".
1917
1918 2011-08-12 Pedro Alves <pedro@codesourcery.com>
1919
1920 PR tui/13073
1921
1922 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
1923 empty name.
1924 (tui_show_register_group): Don't store a byte buffer in the data
1925 element's value.
1926 (tui_register_format): Skip registers with an empty name.
1927 (tui_get_register): Store a struct value in the data element's
1928 value field instead of a byte buffer holding the raw register
1929 contents. Account for optimized-out and unavailable registers
1930 when comparing register contents.
1931
1932 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1933
1934 * printcmd.c (current_display_number): Update comment.
1935 (disable_current_display_cleanup): Delete.
1936 (do_one_display): Use make_cleanup_restore_integer. Gracefully
1937 catch errors thrown while evaluating and printing the display.
1938
1939 2011-08-09 Tom Tromey <tromey@redhat.com>
1940
1941 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
1942
1943 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1944
1945 * elfread.c (elf_symtab_read): Rework comments.
1946 * maint.c (maintenance_command): Ditto.
1947 * somread.c (som_symtab_read): Ditto.
1948 * solib.c (solib_find, solib_map_sections, update_solib_list)
1949 (solib_add, info_sharedlibrary_command, solib_name_from_address)
1950 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
1951 (sharedlibrary_command, no_shared_libraries): Ditto.
1952 * solib-irix.c (locate_base, disable_break, enable_break)
1953 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
1954 (irix_current_sos, irix_open_symbol_file_object)
1955 (irix_special_symbol_handling): Ditto.
1956 * solib-sunos.c (locate_base, first_link_map_member)
1957 (sunos_current_sos, disable_break, enable_break)
1958 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
1959 Ditto.
1960 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
1961 (open_symbol_file_object, svr4_current_sos, enable_break)
1962 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
1963 Ditto.
1964 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
1965 (frv_current_sos, enable_break, frv_special_symbol_handling)
1966 (frv_solib_create_inferior_hook): Ditto.
1967 * solist.h (struct target_so_ops): Extend the comments of the
1968 special_symbol_handling, current_sos and open_symbol_file_object
1969 methods.
1970
1971 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1972
1973 * python/lib/gdb/__init__.py: Auto-load files in command and
1974 function directories.
1975 * python/python.c (finish_python_initialization): Use
1976 os.path.join.
1977 * python/lib/gdb/command/pretty_printers.py: Self register
1978 command.
1979 * NEWS: Document auto-loading.
1980
1981 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1982
1983 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
1984 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
1985 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
1986
1987 2011-08-08 Tom Tromey <tromey@redhat.com>
1988
1989 * breakpoint.c (clean_up_filters): Remove.
1990 (catch_syscall_split_args): Use VEC_cleanup.
1991
1992 2011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
1995 (main): Uncomment "Demangling error\n".
1996
1997 2011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1998
1999 * solib-target.c (segment_attributes): Make them static.
2000 (section_attributes, library_children, library_attributes): Likewise.
2001 (library_list_children, library_list_attributes): Likesise.
2002 (library_list_elements): Likewise.
2003
2004 2011-08-05 Pedro Alves <pedro@codesourcery.com>
2005
2006 * exceptions.c (throw_exception): Don't disable the current
2007 display.
2008 * printcmd.c (disable_current_display_cleanup): New function.
2009 (do_one_display): Install a cleanup to disable the current display
2010 if doing the display throws.
2011
2012 2011-08-05 Eli Zaretskii <eliz@gnu.org>
2013
2014 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
2015 initialization of the tp_new member to the corresponding
2016 gdbpy_initialize_* function.
2017 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
2018 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
2019 * python/py-function.c (gdbpy_initialize_functions): Likewise.
2020 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
2021 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
2022
2023 2011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2024
2025 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
2026 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
2027 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
2028 references to current_uiout.
2029
2030 2011-08-04 Pedro Alves <pedro@codesourcery.com>
2031
2032 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
2033 (start_event_loop): Use TRY_CATCH instead of catch_errors.
2034 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
2035 * top.c (gdb_readline_wrapper): Adjust.
2036 * tui/tui-interp.c (tui_command_loop):
2037 (_initialize_tui_interp): Don't install it.
2038
2039 2011-08-04 Pedro Alves <pedro@codesourcery.com>
2040
2041 * ui-out.h (uiout): Rename to ...
2042 (current_uiout): ... this.
2043 * ui-out.c (uiout): Rename to ...
2044 (current_uiout): ... this.
2045 * ada-lang.c (print_it_exception, print_one_exception)
2046 (print_mention_exception): Adjust.
2047 * breakpoint.c (watchpoint_check): Adjust.
2048 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
2049 (default_collect_info, watchpoints_info, print_one_catch_fork)
2050 (print_one_catch_vfork, print_one_catch_syscall)
2051 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
2052 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
2053 (print_it_watchpoint, print_mention_watchpoint)
2054 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
2055 (print_it_exception_catchpoint, print_one_exception_catchpoint)
2056 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
2057 (bkpt_print_mention, momentary_bkpt_print_it)
2058 (tracepoint_print_mention, update_static_tracepoint)
2059 (tracepoints_info, save_breakpoints): Adjust.
2060 * cli-out.c (field_separator): Adjust.
2061 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
2062 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
2063 * frame.c (get_current_frame): Adjust.
2064 * infcmd.c (run_command_1, print_return_value): Adjust.
2065 * inferior.c (inferior_command, info_inferiors_command): Adjust.
2066 * infrun.c (print_end_stepping_range_reason): Adjust.
2067 (print_signal_exited_reason, print_exited_reason): Adjust.
2068 (print_signal_received_reason, print_no_history_reason): Adjust.
2069 * interps.c (interp_set): Adjust.
2070 * osdata.c (info_osdata_command): Adjust.
2071 * progspace.c (maintenance_info_program_spaces_command): Adjust.
2072 * remote-fileio.c (remote_fileio_request): Adjust.
2073 * remote.c (show_remote_cmd): Adjust.
2074 * solib.c (info_sharedlibrary_command): Adjust.
2075 * source.c (print_source_lines_base): Adjust.
2076 * stack.c (print_stack_frame): Adjust.
2077 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
2078 * symfile-mem.c (add_vsyscall_page): Adjust.
2079 * symfile.c (load_progress, generic_load)
2080 (print_transfer_performance): Adjust.
2081 * thread.c (info_threads_command, restore_selected_frame)
2082 (thread_command): Adjust.
2083 * top.c (make_cleanup_restore_ui_file): Adjust.
2084 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
2085 (print_one_static_tracepoint_marker): Adjust.
2086 * cli/cli-cmds.c (print_disassembly): Adjust.
2087 * cli/cli-decode.c (print_doc_line): Adjust.
2088 * cli/cli-interp.c (safe_execute_command): Adjust.
2089 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
2090 (handle_redirections): Adjust.
2091 * cli/cli-script.c (show_user_1): Adjust.
2092 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
2093 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
2094 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
2095 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
2096 (mi_cmd_env_dir): Adjust.
2097 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
2098 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
2099 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2100 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
2101 (list_args_or_locals): Adjust.
2102 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
2103 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
2104 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
2105 (mi_cmd_var_list_children, mi_cmd_var_info_type)
2106 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
2107 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
2108 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
2109 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
2110 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
2111 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
2112 (list_available_thread_groups, mi_cmd_list_thread_groups)
2113 (mi_cmd_data_list_register_names)
2114 (mi_cmd_data_list_changed_registers)
2115 (mi_cmd_data_list_register_values, get_register)
2116 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
2117 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
2118 (mi_cmd_list_target_features, mi_cmd_add_inferior)
2119 (mi_execute_command, mi_load_progress): Adjust.
2120 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
2121 * python/py-auto-load.c (print_script, info_auto_load_scripts):
2122 Adjust.
2123 * python/py-breakpoint.c (bppy_get_commands): Adjust.
2124 * tui/tui-interp.c (tui_command_loop): Adjust.
2125 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
2126
2127 2011-08-04 Pedro Alves <pedro@codesourcery.com>
2128
2129 * exceptions.c (struct catcher): Remove saved_uiout field.
2130 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
2131 no longer save/resvore the global ui_out builder.
2132 (catch_exceptions_with_msg): Save/override/restore the global
2133 ui_out builder manually instead of relying on TRY_CATCH to do it.
2134 (catch_errors): Save/restore the global ui_out builder manually
2135 instead of relying on TRY_CATCH to do it.
2136 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
2137 parameter.
2138 (TRY_CATCH): Adjust.
2139 * cli/cli-interp.c (safe_execute_command): Save/override/restore
2140 the global ui_out builder manually instead of relying on TRY_CATCH
2141 to do it.
2142
2143 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2144
2145 * breakpoint.c (update_global_location_list): Ensure
2146 invariant 'first loc marked not duplicated and inserted,
2147 following locs marked duplicated/not inserted' is respected
2148 for multiple locations at the same address.
2149 (unduplicated_should_be_inserted) New function.
2150 (swap_insertion) New function.
2151
2152 2011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2153
2154 * stack.c (print_frame_arguments_choices): Comment typo fix.
2155
2156 2011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
2157
2158 Revert:
2159 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2160 * breakpoint.c (insert_bp_location): Remove disabled_breaks
2161 argument. Update callers.
2162
2163 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2164
2165 PR gdb/13045
2166 * doublest.c (convert_doublest_to_floatformat): Pass correct
2167 mantissa length to put_field.
2168
2169 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2170
2171 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
2172 exception_print code path.
2173 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
2174 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
2175 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
2176
2177 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2178
2179 Code cleanup.
2180 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
2181 Remove, merge them into ...
2182 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
2183 variable args and its initialization.
2184 (struct print_args_args, print_args_stub): Remove, merge them into
2185 print_frame.
2186 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
2187 them into ...
2188 (do_gdb_disassembly): ... here. Remove variable args and its
2189 initialization.
2190 (print_frame): Remove variable args and its initialization, new
2191 variable gdbarch and numargs (from print_args_stub), inline here
2192 print_args_stub with a TRY_CATCH.
2193 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
2194 them into ...
2195 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
2196 New variable e, remove variable btargs and its initialization.
2197
2198 2011-08-01 Tristan Gingold <gingold@adacore.com>
2199
2200 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
2201
2202 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2203
2204 * breakpoint.c (insert_bp_location): Document return value.
2205 (insert_breakpoint_locations): Fix documentation.
2206 (remove_breakpoints): Add documentation.
2207
2208 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2209
2210 * breakpoint.c (insert_bp_location): Remove disabled_breaks
2211 argument. Update callers.
2212
2213 2011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 * stack.c (print_frame_info): Comment typo fix.
2216
2217 2011-07-29 Sterling Augustine <saugustine@google.com>
2218
2219 * MAINTAINERS (Write After Approval): Add myself to the list.
2220
2221 2011-07-29 Tom Tromey <tromey@redhat.com>
2222
2223 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
2224 (library_list_start_segment): Update.
2225 (library_list_start_section): Update.
2226
2227 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
2228
2229 * varobj.c (value_get_print_value): Move hint check later into the
2230 function. Comment function. Free thevalue before reusing it.
2231
2232 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2233 Pedro Alves <pedro@codesourcery.com>
2234
2235 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
2236 value_one.
2237 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
2238 Assert the result kind.
2239 * value.h (value_one): Remove parameter lv.
2240
2241 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 Fix crash on lval_computed values.
2244 * valops.c (value_zero): Use not_lval for lval_computed.
2245
2246 2011-07-27 Tom Tromey <tromey@redhat.com>
2247
2248 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
2249 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
2250
2251 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
2254 "ptype" by their typedefs difference.
2255
2256 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 * dwarf2expr.c (ctx_no_read_reg): New function.
2259 * dwarf2expr.h (ctx_no_read_reg): New declaration.
2260 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
2261 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
2262 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
2263
2264 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
2267 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
2268 file.
2269 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
2270 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
2271 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
2272 (ctx_no_get_base_type): Move the functions here.
2273 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
2274 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
2275 (ctx_no_get_base_type): New declarations.
2276
2277 2011-07-27 Tom Tromey <tromey@redhat.com>
2278
2279 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
2280 entries.
2281 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
2282 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
2283
2284 2011-07-26 Sterling Augustine <saugustine@google.com>
2285
2286 * cli/cli-dump.c (dump_binary_file): Change parameter type to
2287 ULONGEST.
2288 (dump_bfd_file): Likewise.
2289
2290 2011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2291
2292 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
2293 (remote_hw_watchpoint_length_limit): New variable.
2294 (_initialize_remote) add set,show cmds for this new variable.
2295 * gdb.texinfo: document these new commands.
2296 * NEWS: Mention these new commands.
2297
2298 2011-07-26 Pedro Alves <pedro@codesourcery.com>
2299
2300 * breakpoint.c (works_in_software_mode_watchpoint): Also return
2301 true for software watchpoints.
2302
2303 2011-07-26 Joel Brobecker <brobecker@adacore.com>
2304
2305 GDB 7.3 released.
2306
2307 2011-07-26 Tom Tromey <tromey@redhat.com>
2308
2309 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
2310 * dwarf2read.c (read_indirect_string_at_offset): New function.
2311 (read_indirect_string): Use it.
2312 (dwarf_decode_macro_bytes): New function, taken from
2313 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
2314 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
2315 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
2316 New functions.
2317 (struct dwarf2_per_objfile) <macro>: New field.
2318 (dwarf2_elf_names): Add .debug_macro.
2319 (dwarf2_macros_too_long_complaint): Add 'section' argument.
2320 (dwarf2_locate_sections): Handle new section.
2321 (read_file_scope): Handle DW_AT_GNU_macros.
2322 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
2323
2324 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2325
2326 * NEWS: Mention dcache configuration.
2327 * dcache.c (dcache_set_list, dcache_show_list): New variables.
2328 (dcache_size, dcache_line_size): New variables.
2329 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
2330 (struct dcache_block): Make it expandable.
2331 (struct dcache_struct): New field.
2332 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
2333 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
2334 (dcache_poke_byte, dcache_print_line): Adjust.
2335 (set_dcache_size, set_dcache_line_size): New functions.
2336 (set_dcache_command, show_dcache_command): New functions.
2337 (_initialize_dcache): Add new commands.
2338
2339 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2340
2341 * progspace.h (struct program_space): Add solib_add_generation.
2342 * infcmd.c (post_create_inferior): Only call solib_add if not
2343 already done.
2344 * solib.c (solib_add): Increment solib_add_generation.
2345
2346 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 Fix implicit pointer offsets.
2349 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
2350 ptr.OFFSET.
2351
2352 2011-07-25 Tom Tromey <tromey@redhat.com>
2353
2354 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
2355 const.
2356 (ada_exception_sal): Make 'ops' const.
2357 (ada_decode_exception_location): Likewise.
2358 (ada_decode_assert_location): Likewise.
2359 (catch_assert_command): Update.
2360 (catch_ada_exception_command): Update.
2361 (create_ada_exception_catchpoint): Make 'ops' const.
2362 * breakpoint.c (set_raw_breakpoint_without_location)
2363 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
2364 const.
2365 (create_internal_breakpoint): Update.
2366 (init_raw_breakpoint_without_location): Make 'ops' const.
2367 (init_raw_breakpoint, init_catchpoint)
2368 (create_fork_vfork_event_catchpoint)
2369 (create_syscall_event_catchpoint, init_breakpoint_sal)
2370 (create_breakpoint_sal, create_breakpoints_sal)
2371 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
2372 * breakpoint.h (struct breakpoint) <ops>: Now const.
2373 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
2374 const.
2375
2376 2011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
2377
2378 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
2379
2380 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2381
2382 * breakpoint.h (print_recreate_thread): Declare.
2383 (struct breakpoint): Move step_count, pass_count,
2384 number_on_target, static_trace_marker_id,
2385 static_trace_marker_id_idx ...
2386 (struct tracepoint): ... to this new struct.
2387 (get_tracepoint, get_tracepoint_by_number_on_target)
2388 (get_tracepoint_by_number): Change return type to struct
2389 tracepoint pointer.
2390 * breakpoint.c (is_tracepoint_type): New, factored out from
2391 is_tracepoint.
2392 (is_tracepoint): Adjust.
2393 (print_one_breakpoint_location): Cast to struct tracepoint as
2394 necessary, and adjust.
2395 (print_recreate_catch_fork, print_recreate_catch_vfork)
2396 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
2397 print_recreate_thread.
2398 (init_breakpoint_sal): New, factored out from
2399 create_breakpoint_sal.
2400 (create_breakpoint_sal): Reimplement.
2401 (create_breakpoint): Allocate a struct tracecepoint if the caller
2402 wanted a tracepoint. Use init_breakpoint_sal and
2403 install_breakpoint.
2404 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
2405 (print_recreate_masked_watchpoint)
2406 (print_recreate_exception_catchpoint): Call print_recreate_thread.
2407 (tracepoint_print_one_detail): Adjust.
2408 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
2409 Dump the pass count here.
2410 (update_static_tracepoint): Adjust.
2411 (addr_string_to_sals): Adjust.
2412 (create_tracepoint_from_upload): Adjust. Change return type to
2413 struct tracepoint pointer.
2414 (trace_pass_set_count): Change parameter type to struct tracepoint
2415 pointer, and adjust.
2416 (trace_pass_command): Adjust.
2417 (get_tracepoint, get_tracepoint_by_number_on_target)
2418 (get_tracepoint_by_number): Change return type to struct
2419 tracepoint pointer, and adjust.
2420 (print_recreate_thread): New, factored out from save_breakpoints.
2421 (save_breakpoints): Don't print thread and task and passcount
2422 recreation here.
2423 * remote.c (remote_download_tracepoint): Adjust.
2424 * tracepoint.c (trace_actions_command, validate_actionline)
2425 (start_tracing, tfind_1, trace_find_tracepoint_command)
2426 (trace_dump_command): Adjust.
2427 (find_matching_tracepoint): Change return type to struct
2428 tracepoint pointer, and adjust.
2429 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
2430 (tfile_trace_find, tfile_fetch_registers): Adjust.
2431 * tracepoint.h (create_tracepoint_from_upload): Change return type
2432 to struct tracepoint pointer.
2433 * ada-lang.c (print_recreate_exception): Call
2434 print_recreate_thread.
2435 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
2436
2437 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2438
2439 * breakpoint.h (struct breakpoint): Move ops as first field. Move
2440 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
2441 cond_exp_valid_block, val, val_valid, watchpoint_frame,
2442 watchpoint_thread, watchpoint_triggered ...
2443 (struct watchpoint): ... to this new struct.
2444 (is_watchpoint): Declare.
2445 (install_breakpoint): Add new `internal' parameter.
2446 * breakpoint.c (is_watchpoint): Delete declaration.
2447 (set_breakpoint_condition): Handle watchpoints.
2448 (is_watchpoint): Make public.
2449 (watchpoint_in_thread_scope): Change parameter type to struct
2450 watchpoint.
2451 (watchpoint_del_at_next_stop): Change parameter type to struct
2452 watchpoint. Remove assertion. Adjust.
2453 (update_watchpoint): Ditto.
2454 (insert_breakpoints, breakpoint_init_inferior)
2455 (watchpoints_triggered, watchpoint_check)
2456 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
2457 (bpstat_stop_status, print_one_breakpoint_location)
2458 (print_one_breakpoint_location, watchpoint_locations_match): Cast
2459 to struct watchpoint as necessary, and adjust.
2460 (install_breakpoint): Add `internal' argument. If true, don't
2461 mention the new breakpoint. Use set_breakpoint_number.
2462 (create_fork_vfork_event_catchpoint)
2463 (create_syscall_event_catchpoint): Adjust.
2464 (dtor_watchpoint): New.
2465 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
2466 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
2467 (print_it_watchpoint, print_mention_watchpoint)
2468 (print_recreate_watchpoint, insert_masked_watchpoint)
2469 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
2470 (print_one_detail_masked_watchpoint)
2471 (print_mention_masked_watchpoint)
2472 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
2473 necessary, and adjust.
2474 (watch_command_1): Allocate and initialize a struct watchpoint
2475 instead of a struct breakpoint. Use install_breakpoint.
2476 (catch_exec_command_1): Adjust.
2477 (base_breakpoint_dtor): Delete accesses to watchpoint specific
2478 fields.
2479 (delete_breakpoint, enable_breakpoint_disp)
2480 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
2481 as necessary, and adjust.
2482 (initialize_breakpoint_ops): Install dtor_watchpoint as
2483 watchpoints' dtor method.
2484 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
2485 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
2486 to struct watchpoint as necessary, and adjust.
2487
2488 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2489
2490 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
2491 the the base class ops table.
2492 (catch_exception_breakpoint_ops)
2493 (catch_exception_unhandled_breakpoint_ops)
2494 (catch_assert_breakpoint_ops): Don't statically initialize.
2495 (initialize_ada_catchpoint_ops): New.
2496 (_initialize_ada_language): Call it.
2497 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
2498 (bkpt_breakpoint_ops): Forward declare.
2499 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
2500 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
2501 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2502 (masked_watchpoint_breakpoint_ops)
2503 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
2504 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
2505 base class ops table.
2506 (null_re_set, null_check_status, null_works_in_software_mode)
2507 (null_resources_needed, null_print_one_detail): Delete.
2508 (bkpt_dtor): Rename to ...
2509 (base_breakpoint_dtor): ... this. Make static.
2510 (bkpt_allocate_location): Rename to ...
2511 (base_breakpoint_allocate_location): ... this. Make static.
2512 (base_breakpoint_re_set): New.
2513 (internal_error_pure_virtual_called): New.
2514 (base_breakpoint_insert_location, base_breakpoint_remove_location)
2515 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
2516 (base_breakpoint_works_in_software_mode)
2517 (base_breakpoint_resources_needed, base_breakpoint_print_it)
2518 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
2519 (base_breakpoint_print_recreate): New functions.
2520 (base_breakpoint_ops): New global.
2521 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
2522 (bkpt_breakpoint_hit): Make static.
2523 (bkpt_check_status): Delete.
2524 (bkpt_resources_needed): Make static.
2525 (bkpt_works_in_software_mode): Delete.
2526 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
2527 static.
2528 (bkpt_breakpoint_ops, internal_breakpoint_ops)
2529 (momentary_breakpoint_ops): Don't statically initialize.
2530 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
2531 Delete.
2532 (tracepoint_insert_location, tracepoint_remove_location)
2533 (tracepoint_check_status, tracepoint_works_in_software_mode)
2534 (tracepoint_print_it): Delete.
2535 (tracepoint_breakpoint_ops): Don't statically initialize.
2536 (initialize_breakpoint_ops): New.
2537 (_initialize_breakpoint): Call it.
2538 * breakpoint.h (null_re_set, null_works_in_software_mode)
2539 (null_resources_needed, null_check_status, null_print_one_detail):
2540 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2541 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2542 (bkpt_check_status, bkpt_resources_needed)
2543 (bkpt_works_in_software_mode, bkpt_print_it)
2544 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
2545 Delete declarations.
2546 (initialize_breakpoint_ops): Declare.
2547
2548 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2549
2550 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
2551 (momentary_bkpt_print_it): Simplify.
2552
2553 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2554
2555 Split internal, momentary and user breakpoints breakpoint_ops
2556 tables.
2557
2558 * breakpoint.c (internal_breakpoint_ops)
2559 (momentary_breakpoint_ops): Forward declare.
2560 (create_internal_breakpoint): Add new breakpoint_ops parameter.
2561 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
2562 (create_overlay_event_breakpoint)
2563 (create_std_terminate_master_breakpoint)
2564 (create_exception_master_breakpoint): Create breakpoints with
2565 internal_breakpoint_ops vtable.
2566 (set_longjmp_breakpoint): Create momentary breakpoints with
2567 momentary_breakpoint_ops vtable, using
2568 momentary_breakpoint_from_master.
2569 (create_thread_event_breakpoint, create_jit_event_breakpoint)
2570 (create_solib_event_breakpoint): Create breakpoints with
2571 internal_breakpoint_ops vtable.
2572 (set_momentary_breakpoint): Create breakpoints with
2573 momentary_breakpoint_ops vtable.
2574 (momentary_breakpoint_from_master): New, factored out from
2575 clone_momentary_breakpoint.
2576 (clone_momentary_breakpoint): Adjust.
2577 (watch_command_1): Create scope breakpoints with
2578 momentary_breakpoint_ops vtable.
2579 (bkpt_re_set): Remove handling of internal and momentary
2580 breakpoints.
2581 (bkpt_print_mention, bkpt_print_recreate): New.
2582 (bkpt_breakpoint_ops): Adjust.
2583 (internal_bkpt_re_set, internal_bkpt_check_status)
2584 (internal_bkpt_print_it, internal_bkpt_print_mention)
2585 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
2586 (momentary_bkpt_re_set, momentary_bkpt_check_status)
2587 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
2588 (momentary_bkpt_print_recreate): New.
2589 (momentary_breakpoint_ops): New.
2590
2591 2011-07-25 Pedro Alves <pedro@codesourcery.com>
2592
2593 Implement most breakpoint_ops methods for all breakpoint types,
2594 and move the default handlings to the proper callbacks.
2595
2596 * breakpoint.c (update_watchpoint): Always call the breakpoint's
2597 works_in_software_mode method.
2598 (insert_bp_location): Go through breakpoint_ops->insert_location
2599 for software and hardware watchpoints.
2600 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
2601 breakpoint_ops.
2602 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
2603 for software and hardware watchpoints.
2604 (print_it_typical): Delete.
2605 (print_bp_stop_message): Always call the breakpoint_ops->print_it
2606 method.
2607 (watchpoint_check): Adjust comment.
2608 (bpstat_check_location): Simply always call the breakpoint's
2609 breakpoint_hit method.
2610 (bpstat_stop_status): Always call the breakpoint's check_status
2611 method. Remove special cases for watchpoints and internal event
2612 breakpoints from here (moved to the check_status implementations).
2613 (print_one_breakpoint_location): Assume b->ops is never NULL.
2614 Remove static tracepoint marker id printing from here (moved to
2615 the print_one_detail callback implementation of tracepoints).
2616 (init_bp_location): Assert OPS is never NULL.
2617 (allocate_bp_location): Always call the breakpoint's
2618 allocate_location method, and remove the default code from here.
2619 (free_bp_location): Always call the location's dtor method, and
2620 remove the default code from here.
2621 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
2622 (set_raw_breakpoint_without_location): Add new breakpoint_ops
2623 parameter. Pass it down.
2624 (set_raw_breakpoint): Ditto.
2625 (print_it_catch_fork): Adjust to take a bpstat as argument.
2626 (catch_fork_breakpoint_ops): Install methods.
2627 (print_it_catch_vfork): Adjust to take a bpstat as argument.
2628 (catch_vfork_breakpoint_ops): Install methods.
2629 (dtor_catch_syscall): Call the base dtor.
2630 (print_it_catch_syscall): Adjust to take a bpstat as argument.
2631 (catch_syscall_breakpoint_ops): Install methods.
2632 (dtor_catch_exec): Call the base dtor.
2633 (print_it_catch_exec): Adjust to take a bpstat as argument.
2634 (catch_exec_breakpoint_ops): Install methods.
2635 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
2636 the breakpoint's resources_needed method, and remove the default
2637 code from here.
2638 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
2639 breakpoint_ops.
2640 (clone_momentary_breakpoint): Clone the original's ops.
2641 (mention): Always call the breakpoint's print_mention method, and
2642 remove the default code from here.
2643 (create_breakpoint_sal): Adjust to pass the ops to
2644 set_raw_breakpoint rather than setting it manually.
2645 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
2646 ops to set_raw_breakpoint_without_location rather than setting it
2647 manually.
2648 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
2649 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
2650 (ranged_breakpoint_ops): Install methods.
2651 (break_range_command): Adjust to pass the ops to
2652 set_raw_breakpoint rather than setting it manually.
2653 (re_set_watchpoint, breakpoint_hit_watchpoint)
2654 (check_status_watchpoint, resources_needed_watchpoint)
2655 (works_in_software_mode_watchpoint, print_it_watchpoint)
2656 (print_mention_watchpoint, print_recreate_watchpoint): New
2657 functions.
2658 (watchpoint_breakpoint_ops): Install new methods.
2659 (print_it_masked_watchpoint): New function.
2660 (masked_watchpoint_breakpoint_ops): Install new methods.
2661 (watch_command_1): Adjust to pass the right breakpoint_ops to
2662 set_raw_breakpoint_without_location rather than setting it
2663 manually later. Record the current pspace.
2664 (print_it_exception_catchpoint): Adjust to take a bpstat as
2665 argument.
2666 (gnu_v3_exception_catchpoint_ops): Install new methods.
2667 (say_where): New function.
2668 (null_re_set, null_check_status, null_works_in_software_mode)
2669 (null_resources_needed, null_print_one_detail, bp_location_dtor):
2670 New functions.
2671 (bp_location_ops): New global.
2672 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2673 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2674 (bkpt_check_status, bkpt_resources_needed)
2675 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
2676 (bkpt_print_recreate): New functions.
2677 (bkpt_breakpoint_ops): New global.
2678 (tracepoint_re_set, tracepoint_insert_location)
2679 (tracepoint_remove_location, tracepoint_breakpoint_hit)
2680 (tracepoint_check_status, tracepoint_works_in_software_mode)
2681 (tracepoint_print_it, tracepoint_print_one_detail)
2682 (tracepoint_print_mention, tracepoint_print_recreate): New
2683 functions.
2684 (tracepoint_breakpoint_ops): New global.
2685 (delete_breakpoint): Always call the breakpoint's dtor method, and
2686 remove the default handling from here.
2687 (breakpoint_re_set_default): Make static.
2688 (breakpoint_re_set_one): Always call the breakpoints re_set
2689 method, and remove the default handling from here.
2690 (trace_command, ftrace_command, strace_command)
2691 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
2692 to create_breakpoint.
2693 (save_breakpoints): Always call the breakpoint's print_recreate
2694 method, and remove the default handling from here.
2695
2696 * ada-lang.c (dtor_exception): Call the base dtor.
2697 (re_set_exception): Call the base method.
2698 (print_it_exception, print_it_catch_exception): Adjust to take a
2699 bpstat as argument.
2700 (catch_exception_breakpoint_ops): Install methods.
2701 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
2702 argument.
2703 (catch_exception_unhandled_breakpoint_ops): Install methods.
2704 (print_it_catch_assert): Adjust to take a bpstat as argument.
2705 (catch_assert_breakpoint_ops): Install methods.
2706
2707 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
2708 to take a bpstat as argument.
2709 (enum print_stop_action): Add describing comments to each enum
2710 value.
2711 (breakpoint_re_set_default): Delete declaration.
2712 (null_re_set, null_works_in_software_mode, null_resources_needed)
2713 (null_check_status, null_print_one_detail): Declare.
2714 (bkpt_breakpoint_ops): Declare.
2715 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2716 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2717 (bkpt_check_status, bkpt_resources_needed)
2718 (bkpt_works_in_software_mode, bkpt_print_it)
2719 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
2720 Declare.
2721
2722 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
2723 bkpt_breakpoint_ops.
2724 * python/py-breakpoint.c (bppy_init): Ditto.
2725
2726 2011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2727
2728 * MAINTAINERS (Write After Approval): Add myself to the list.
2729
2730 2011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2731
2732 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
2733
2734 2011-07-22 Pedro Alves <pedro@codesourcery.com>
2735
2736 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
2737 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
2738 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
2739 adjust.
2740 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
2741 (struct i386_debug_reg_state): New.
2742 (i386_init_dregs): New.
2743 (dr_mirror): New.
2744 (i386_cleanup_dregs): Use i386_init_dregs.
2745 (i386_show_dr): Add state parameter and adjust.
2746 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
2747 the inferior here.
2748 (i386_remove_aligned_watchpoint): Likewise.
2749 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
2750 (i386_update_inferior_debug_regs): New.
2751 (i386_insert_watchpoint): Work on a local mirror of the debug
2752 registers, and only update the inferior on success.
2753 (i386_remove_watchpoint): Ditto.
2754 (i386_region_ok_for_watchpoint): Adjust.
2755 (i386_stopped_data_address): Adjust.
2756 (i386_insert_hw_breakpoint): Adjust.
2757 (i386_remove_hw_breakpoint): Adjust.
2758
2759 2011-07-22 Tom Tromey <tromey@redhat.com>
2760
2761 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
2762 from amd64_pseudo_register_read. Change arguments. Call
2763 mark_value_bytes_unavailable when needed.
2764 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
2765 set_gdbarch_pseudo_register_read.
2766 * sentinel-frame.c (sentinel_frame_prev_register): Use
2767 regcache_cooked_read_value.
2768 * regcache.h (regcache_cooked_read_value): Declare.
2769 * regcache.c (regcache_cooked_read_value): New function.
2770 (regcache_cooked_read): Call
2771 gdbarch_pseudo_register_read_value if available.
2772 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
2773 (i386_pseudo_register_read): Remove.
2774 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
2775 i386_pseudo_register_read. Change arguments. Call
2776 mark_value_bytes_unavailable when needed.
2777 (i386_pseudo_register_read_value): New function.
2778 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
2779 not set_gdbarch_pseudo_register_read.
2780 * gdbarch.sh (pseudo_register_read_value): New method.
2781 * gdbarch.c, gdbarch.h: Rebuild.
2782 * findvar.c (value_from_register): Call get_frame_register_value.
2783
2784 2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
2785
2786 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
2787 get_prefix.
2788 (display_gdb_prompt): Likewise.
2789 (change_annotation_level): Likewise.
2790 (push_prompt): Likewise.
2791 (pop_prompt): Likewise.
2792 (handle_stop_sig): Use get_prompt with a level.
2793 * top.c (command_loop): Use get_prompt with a level.
2794 (set_async_annotation_level): Use set_prompt with a level.
2795 (get_prefix): New function.
2796 (set_prefix): Ditto.
2797 (set_suffix): Ditto.
2798 (get_suffix): Ditto.
2799 (get_prompt): Accept a level argument.
2800 (set_prompt): Accept a level argument. Free old prompts. Set
2801 new_async_prompt if level is 0.
2802 (init_main): Use set_prompt with a level. Do not set
2803 new_async_prompt.
2804 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
2805 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
2806 Modify set_prompt, get_prompt to account for levels.
2807 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
2808 level.
2809 * python/python.c (before_prompt_hook): Use set_prompt.
2810
2811 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
2812
2813 * defs.h: Add guard against inclusion in gdbserver.
2814 (struct ptid, ptid_t): Move to common/ptid.h.
2815 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
2816 xsnprintf, internal_error): Move to common/common-utils.h.
2817 (nomem): Delete.
2818 * gdb_assert.h: Move into common/ sub-directory.
2819 * gdb_locale.h: Ditto.
2820 * gdb_dirent.h: Ditto.
2821 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
2822 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
2823 Move into common/ptid.h.
2824 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
2825 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
2826 Change nomem to malloc_failure.
2827 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
2828 * utils.c (nomem): Rename to malloc_failure.
2829 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
2830 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
2831 (gdb_buildargv): Change nomem to malloc_failure.
2832 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
2833 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
2834 ptid_is_pid): Move into common/ptid.c.
2835 (initialize_infrun): Delete initialization of null_ptid and
2836 minus_one_ptid.
2837 * linux-nat.c (linux_nat_xfer_osdata): Defer to
2838 linux_common_xfer_osdata.
2839 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
2840 common/ptid.c and common/buffer.c.
2841 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
2842 common/ptid.h, common/buffer.h and common/linux-osdata.h.
2843 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
2844 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
2845 rules.
2846 * common/gdb_assert.h: New.
2847 * common/gdb_dirent.h: New.
2848 * common/gdb_locale.h: New.
2849 * common/buffer.c: New.
2850 * common/buffer.h: New.
2851 * common/ptid.c: New.
2852 * common/ptid.h: New.
2853 * common/xml-utils.c: New.
2854 * common/xml-utils.h: New.
2855 * common/common-utils.c: New.
2856 * common/common-utils.h: New.
2857 * common/linux-osdata.c: New.
2858 * common/linux-osdata.h: New.
2859 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
2860 * config/arm/linux.mh (NATDEPFILES): Ditto.
2861 * config/i386/linux.mh (NATDEPFILES): Ditto.
2862 * config/i386/linux64.mh (NATDEPFILES): Ditto.
2863 * config/ia64/linux.mh (NATDEPFILES): Ditto.
2864 * config/m32r/linux.mh (NATDEPFILES): Ditto.
2865 * config/m68k/linux.mh (NATDEPFILES): Ditto.
2866 * config/mips/linux.mh (NATDEPFILES): Ditto.
2867 * config/pa/linux.mh (NATDEPFILES): Ditto.
2868 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
2869 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
2870 * config/s390/s390.mh (NATDEPFILES): Ditto.
2871 * config/sparc/linux.mh (NATDEPFILES): Ditto.
2872 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
2873 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
2874
2875 2011-07-21 Matt Rice <ratmice@gmail.com>
2876
2877 * NEWS: Add info macros and info definitions commands.
2878
2879 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2880
2881 * NEWS: Document Python prompt substitution hook.
2882
2883 2011-07-18 Matt Rice <ratmice@gmail.com>
2884
2885 PR macros/12999
2886 * macrotab.h (macro_callback_fn): Add new arguments to callback.
2887 * macrotab.c (foreach_macro): Ditto.
2888 (foreach_macro_in_scope): Ditto.
2889 * macrocmd.c (print_macro_callback): New function.
2890 (info_macro_command): Move some code to print_macro_definition.
2891 (print_macro_definition): New function.
2892 (print_one_macro): Add new arguments to callback.
2893 (info_definitions_command): New function.
2894 (info_macros_command): Ditto.
2895 (_initialize_macrocmd): Add info macros and info definitions commands.
2896 * symtab.c (add_macro_name): Add new arguments to callback.
2897
2898 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2899 Tom Tromey <tromey@redhat.com>
2900
2901 * top.c (set_prompt): Rewrite to free previous prompt, free
2902 asynch_new_prompt and set both on new prompts.
2903 * event-top.c (display_gdb_prompt): Add prompt substitution
2904 logic.
2905 * python/python.c (before_prompt_hook): New function.
2906
2907 2011-07-20 Matt Rice <ratmice@gmail.com>
2908
2909 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
2910 arguments to store_unsigned_integer.
2911
2912 2011-07-20 Tom Tromey <tromey@redhat.com>
2913
2914 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
2915 in some declaration-only cases.
2916
2917 2011-07-18 Tom Tromey <tromey@redhat.com>
2918
2919 PR symtab/12984:
2920 * dwarf2read.c (dwarf2_section_info_def): New typedef.
2921 (struct dwarf2_per_objfile) <types>: Change to a VEC.
2922 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
2923 <debug_type_section>: New field.
2924 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
2925 (load_cu): Use appropriate section.
2926 (create_signatured_type_table_from_index): Add 'section'
2927 argument.
2928 (dwarf2_read_index): Only allow a single .debug_types section.
2929 (dw2_get_file_names): Use appropriate section.
2930 (read_type_comp_unit_head): Add 'section' argument.
2931 (create_debug_types_hash_table): Loop over all .debug_types
2932 sections.
2933 (init_cu_die_reader): Use appropriate section.
2934 (process_psymtab_comp_unit, load_partial_comp_unit)
2935 (load_full_comp_unit, read_die_and_children, find_partial_die)
2936 (lookup_die_type, determine_prefix, follow_die_offset): Update.
2937 (lookup_signatured_type_at_offset): Add 'section' argument.
2938 (read_signatured_type_at_offset): Add 'sect' argument.
2939 (read_signatured_type): Use appropriate section.
2940 (set_die_type, get_die_type_at_offset): Update.
2941 (dwarf2_per_objfile_free): Free all .debug_types sections, and
2942 VEC.
2943 (write_psymtabs_to_index): Don't allow index with more than one
2944 .debug_types section.
2945
2946 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2947
2948 Fix crash if referenced CU is aged out.
2949 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
2950 xfree of block.data.
2951 (indirect_pieced_value): New variable back_to, use to for xfree of
2952 baton.data.
2953 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
2954 block.data.
2955 * dwarf2read.c (dwarf2_find_base_address): New prototype.
2956 (load_cu): New function from ...
2957 (dw2_do_instantiate_symtab): ... the code here ...
2958 (process_full_comp_unit): ... and here.
2959 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
2960 retval.data.
2961
2962 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2963
2964 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
2965 type.
2966
2967 2011-07-19 Gary Benson <gbenson@redhat.com>
2968
2969 * infrun.c (struct execution_control_state): New member
2970 stop_func_filled_in.
2971 (clear_stop_func, fill_in_stop_func): New functions.
2972 (handle_inferior_event): Call clear_stop_func rather than
2973 manipulating the execution control state directly.
2974 Call fill_in_stop_func lazily as required rather than
2975 directly calling find_pc_partial_function in all cases.
2976
2977 2011-07-18 Tom Tromey <tromey@redhat.com>
2978
2979 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
2980 checking for variable-sized array.
2981
2982 2011-07-18 Jean-Charles Delay <delay@adacore.com>
2983
2984 * varobj.h (varobj_languages): Add vlang_ada definition to the list
2985 of supported languages.
2986 * varobj.c: Add top definitions and basic implementation of the
2987 following callbacks: ada_number_of_children, ada_name_of_variable,
2988 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
2989 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
2990 (languages): Register Ada-specific callbacks.
2991 (variable_language): Add the Ada case in the language setter switch.
2992
2993 2011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2994
2995 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
2996
2997 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 Code cleanup.
3000 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
3001 (execute_stack_op): Use dwarf2_frame_ctx_funcs
3002 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
3003 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
3004 get_frame_cfa, get_tls_address and dwarf_call via funcs.
3005 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
3006 (struct dwarf_expr_context_funcs): New, move here methods from ...
3007 (struct dwarf_expr_context): ... here. New fields funcs.
3008 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
3009 (dwarf_expr_ctx_funcs): New.
3010 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
3011 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
3012 (needs_frame_ctx_funcs): New.
3013 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
3014
3015 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
3016
3017 * MAINTAINERS (Write After Approval): Add myself to the list.
3018
3019 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
3020
3021 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
3022 that CIE pointer of an FDE really points to a CIE .
3023
3024 2011-07-15 Hui Zhu <teawater@gmail.com>
3025
3026 * remote.c (remote_get_trace_status): Add comments.
3027
3028 2011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3029
3030 Code cleanup - constify struct lval_funcs.
3031 * dwarf2loc.c (pieced_value_funcs): Make it const.
3032 * infrun.c (siginfo_value_funcs): Likewise.
3033 * opencl-lang.c (opencl_value_funcs): Likewise.
3034 * valops.c (value_assign, value_ind): Make the funcs variable const.
3035 * value.c (struct value): Make location.computed.funcs target const.
3036 Rearrange the comments.
3037 (allocate_computed_value): Make the funcs parameter target const.
3038 (value_computed_funcs): Return the funcs target const.
3039 (value_free, value_copy, set_value_component_location): Make the funcs
3040 variable const.
3041 * value.h (allocate_computed_value): Make the funcs parameter target
3042 const.
3043 (value_computed_funcs): Return the funcs target const.
3044 * windows-tdep.c (tlb_value_funcs): Make it const.
3045
3046 2011-07-14 Hui Zhu <teawater@gmail.com>
3047
3048 * remote.c (remote_get_trace_status): Initialize p.
3049
3050 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 Work around kgdb.
3053 * remote.c (remote_get_trace_status): New variable ex. Put
3054 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
3055
3056 2011-07-13 Tom Tromey <tromey@redhat.com>
3057
3058 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
3059 value_from_contents for final conversion.
3060
3061 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 Code cleanup.
3064 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
3065 Indent prototypes so they do not get into tags.
3066
3067 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3068
3069 Code cleanup making also optimized out values lazy.
3070 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
3071 allocate_optimized_out_value. Twice.
3072 (loclist_read_variable) Use allocate_optimized_out_value. Once.
3073 * findvar.c (read_var_value): Likewise.
3074 * value.c (allocate_optimized_out_value): New function.
3075 * value.h (allocate_optimized_out_value): New declaration.
3076
3077 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 Fix occasional crash of CTRL-C during DWARF read in.
3080 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
3081
3082 2011-07-11 Tom Tromey <tromey@redhat.com>
3083
3084 * regcache.c (struct regcache_descr): Fix typo.
3085 * i387-tdep.c (i387_supply_xsave): Fix typo.
3086
3087 2011-07-11 Tom Tromey <tromey@redhat.com>
3088
3089 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
3090 (read_file_scope, read_type_unit_scope): Use it.
3091
3092 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3093
3094 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
3095 `int'.
3096
3097 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3098
3099 PR python/12438
3100 * python/python.c: Set gdbpy_should_print_stack default to off.
3101 (set_python): Deprecate maint set python print-stack to
3102 class_deprecate.
3103 (_initialize_python): Deprecate maint set/show python print-stack.
3104 Add new prefix command, python. Add new setting, print-backtrace.
3105 * NEWS: Document set python print-stack. Document default change.
3106
3107 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3108
3109 * python/py-inferior.c (infpy_dealloc): New function.
3110 (inferior_to_inferior_object): Return a new object, or a
3111 new reference to the existing object.
3112 (find_thread_object): Cleanup references to inferior.
3113 (delete_thread_object): Ditto.
3114 * python/py-infthread.c (create_thread_object): Do not increment
3115 inferior reference count.
3116
3117 2011-07-08 Tom Tromey <tromey@redhat.com>
3118
3119 * dwarf2loc.c (locexpr_regname): New function.
3120 (locexpr_describe_location_piece): Use it.
3121 (disassemble_dwarf_expression): Add per_cu argument. Use
3122 locexpr_regname.
3123 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
3124 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
3125 New cases.
3126 (locexpr_describe_location_1): Add per_cu argument.
3127 (locexpr_describe_location): Update.
3128 (loclist_describe_location): Update.
3129
3130 2011-07-08 Tom Tromey <tromey@redhat.com>
3131
3132 * dwarf2expr.c (execute_stack_op): Add QUIT.
3133
3134 2011-07-07 Hui Zhu <teawater@gmail.com>
3135
3136 Revert:
3137 2011-07-06 Hui Zhu <teawater@gmail.com>
3138 * remote.c (remote_start_remote): Add TRY_CATCH for
3139 remote_get_trace_status.
3140 * tracepoint.c (disconnect_tracing): Ditto.
3141
3142 2011-07-07 Andrew Burgess <aburgess@broadcom.com>
3143
3144 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
3145 variables as signed, not unsigned.
3146
3147 2011-07-06 Joel Brobecker <brobecker@adacore.com>
3148
3149 * jit.c (jit_inferior_init): Reformat forward declaration.
3150
3151 2011-07-06 Matt Rice <ratmice@gmail.com>
3152
3153 * MAINTAINERS (Write After Approval): Add myself to the list.
3154
3155 2011-07-06 Hui Zhu <teawater@gmail.com>
3156
3157 * remote.c (remote_start_remote): Add TRY_CATCH for
3158 remote_get_trace_status.
3159 * tracepoint.c (disconnect_tracing): Ditto.
3160
3161 2011-07-05 Tom Tromey <tromey@redhat.com>
3162
3163 * symtab.c (operator_chars): Now static.
3164 * linespec.c (operator_chars): Don't declare.
3165
3166 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
3167
3168 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
3169
3170 2011-07-05 Tom Tromey <tromey@redhat.com>
3171
3172 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
3173 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
3174 (TYPE_CPLUS_REALLY_JAVA): New macro.
3175 * dwarf2read.c (process_structure_scope): Set
3176 TYPE_CPLUS_REALLY_JAVA.
3177
3178 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
3179
3180 * ada-lang.c: Fix typos.
3181 * amd64-tdep.c: Likewise.
3182 * breakpoint.c: Likewise.
3183 * cli/cli-decode.c: Likewise.
3184 * findcmd.c: Likewise.
3185 * inline-frame.c: Likewise.
3186 * mi/mi-main.c: Likewise.
3187 * minsyms.c: Likewise.
3188 * monitor.c: Likewise.
3189 * monitor.h: Likewise.
3190 * prologue-value.c: Likewise.
3191 * reverse.c: Likewise.
3192 * s390-tdep.c: Likewise.
3193
3194 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3195
3196 * jit.c (jit_inferior_init): Forward declare.
3197 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
3198
3199 2011-07-04 Joel Brobecker <brobecker@adacore.com>
3200
3201 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
3202
3203 2011-07-04 Tristan Gingold <gingold@adacore.com>
3204
3205 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
3206 (tcb_fieldno): Add activation_link field.
3207 (get_known_tasks_addr): Moved and rewritten.
3208 (get_tcb_types_info): Set activation_link field.
3209 (read_known_tasks_array): Add parameter. Rewritten.
3210 (read_known_tasks_list): New function.
3211 (read_known_tasks): New function.
3212 (ada_build_task_list): Call read_known_tasks instead of
3213 read_known_tasks_array.
3214 * ravenscar-thread.c: Add first_task_name constant.
3215 (has_ravenscar_runtime): Check for task list too.
3216
3217 2011-07-04 Tristan Gingold <gingold@adacore.com>
3218
3219 * ada-tasks.c: Renames fieldno to actb_fieldno.
3220 (ada_get_task_number): Indentation.
3221 (get_tcb_types_info): Remove all parameters. Write directly
3222 the globals.
3223 (ptid_from_atcb_common): Adjust.
3224 (read_atcb): Adjust.
3225
3226 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
3227
3228 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
3229
3230 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
3231
3232 * ui-out.c (ui_out_field_core_addr): Mention that the function
3233 description is in the header file.
3234 * ui-out.h (ui_out_field_core_addr): Document function.
3235
3236 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
3237
3238 * ui-out.c (ui_out_get_field_separator): Remove unused function.
3239 * ui-out.h (ui_out_get_field_separator): Remove prototype.
3240
3241 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
3242
3243 * symtab.c (expand_line_sal): Remove empty line.
3244
3245 2011-07-04 Thomas Schwinge <thomas@schwinge.name>
3246
3247 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
3248 same way as ELFOSABI_NONE.
3249 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
3250
3251 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
3252
3253 * breakpoint.c: Fix typos in comments.
3254 * linespec.c: Likewise.
3255 * symtab.c: Likewise.
3256
3257 2011-07-04 Joel Brobecker <brobecker@adacore.com>
3258
3259 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
3260 section in separate object files.
3261
3262 2011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3263
3264 Fix false GCC warning.
3265 * linespec.c (decode_line_1): Initialize values.
3266
3267 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 * linespec.c (find_method): Accept the function type automatically only
3270 if it was specified with parameter types.
3271
3272 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3273
3274 Stop on first linespec terminator instead of eating what we can.
3275 * linespec.c (is_linespec_boundary): New function.
3276 (name_end): Remove function.
3277 (keep_name_info): New parameter on_boundary, replace the body.
3278 (decode_line_1): Provide the parameter to keep_name_info.
3279 (decode_compound): Likewise. Drop the trailing java return type
3280 handling. Twice.
3281
3282 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 Fall back linespec to minimal symbols.
3285 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
3286 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
3287 (find_method, symbol_found): Change error to cplusplus_error.
3288
3289 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
3292
3293 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3294 Tom Tromey <tromey@redhat.com>
3295
3296 * dwarf2read.c (check_physname): New variable.
3297 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
3298 (show_check_physname): New function.
3299 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
3300
3301 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3302
3303 * machoread.c (macho_symfile_read): Delete OBE comment.
3304
3305 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3306
3307 * machoread.c (struct macho_oso_data): Delete.
3308 (current_oso): Delete.
3309 (macho_relocate_common_syms): New function, mostly extracted
3310 out of
3311 (macho_add_oso_symfile): Call macho_relocate_common_syms.
3312 Remove code that sets and unset current_oso.
3313 (macho_symfile_relocate): Delete handling of common symbols,
3314 now moved to macho_relocate_common_syms.
3315
3316 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3317
3318 * darwin-nat.c (darwin_ptrace): Add documentation.
3319 Set errno to zero before calling ptrace. If ptrace returns
3320 -1 and errno is zero, then change then return zero.
3321 (darwin_kill_inferior): Issue a warning instead of triggering
3322 a failed assertion when the PT_KILL ptrace operations returned
3323 nonzero.
3324
3325 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3326
3327 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
3328 only when inf->private->no_ptrace.
3329
3330 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3331
3332 * ada-lang.c (print_it_exception): Print temporary catchpoints
3333 as "Temporary catchpoint".
3334 (print_mention_exception): Likewise.
3335
3336 2011-07-01 Tom Tromey <tromey@redhat.com>
3337
3338 * jv-lang.c (java_language_defn): Use java_printchar,
3339 java_printstr.
3340 (java_get_encoding): New function.
3341 (java_emit_char): Use generic_emit_char.
3342 (java_printchar): New function.
3343 (java_printstr): Likewise.
3344
3345 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3346
3347 * ada-typeprint.c (print_record_type): If unable to decode
3348 the name of the parent type, use the encoded name.
3349
3350 2011-07-01 Jean-Charles Delay <delay@adacore.com>
3351
3352 * ada-typeprint.c (ada_print_type): Fix both PAD type and
3353 pointer to constrained packed array type output.
3354 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
3355 packed array output.
3356
3357 2011-07-01 Jean-Charles Delay <delay@adacore.com>
3358
3359 * ada-typeprint.c (print_array_type): removed if condition on show
3360 being negative for bounds printing.
3361
3362 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3363
3364 * ada-lang.c (ada_identical_enum_types_p): New function.
3365 (symbols_are_identical_enums): New function.
3366 (remove_extra_symbols): Do nothing if NSYMS < 2.
3367 Use symbols_are_identical_enums.
3368
3369 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3370
3371 * ada-valprint.c (ada_value_print): Handle typedefs.
3372
3373 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3374
3375 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
3376
3377 2011-07-01 Eric Botcazou <ebotcazou@adacore.com>
3378
3379 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
3380 (decode_constrained_packed_array): Likewise.
3381 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
3382
3383 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3384
3385 * ada-exp.y (convert_char_literal): Handle typedef types.
3386
3387 2011-07-01 Joel Brobecker <brobecker@adacore.com>
3388
3389 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
3390
3391 2011-06-30 Tom Tromey <tromey@redhat.com>
3392
3393 * varobj.c (varobj_create): Call do_cleanups on early exit path.
3394 * valops.c (find_overload_match): Call do_cleanups on early exit
3395 path.
3396 * solib.c (solib_find): Call do_cleanups on early exit path.
3397
3398 2011-06-30 Tom Tromey <tromey@redhat.com>
3399
3400 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
3401 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
3402 return paths. Defer final do_cleanups until last return.
3403 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
3404 early return.
3405
3406 2011-06-30 Tom Tromey <tromey@redhat.com>
3407
3408 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
3409
3410 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
3411
3412 * MAINTAINERS (Write After Approval): Add myself to the list.
3413
3414 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3415
3416 Disable epilogue unwinders on recent GCCs.
3417 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
3418 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
3419 * dwarf2read.c (process_full_comp_unit): Initialize
3420 EPILOGUE_UNWIND_VALID.
3421 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
3422 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
3423 * symtab.h (struct symtab): New field epilogue_unwind_valid.
3424
3425 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3426
3427 Code cleanup - reformatting.
3428 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
3429 (producer_is_gcc_ge_4): ... here, change the return value.
3430 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
3431 interpretation.
3432
3433 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 Fix non-only rename list for Fortran modules import.
3436 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
3437 cp_add_using_directive caller.
3438 (cp_add_using_directive): New parameter excludes, describe it. New
3439 variables ix and param. Compare if also excludes match. Allocate NEW
3440 with variable size, initialize EXCLUDES there.
3441 (cp_lookup_symbol_imports): New variable excludep, test
3442 current->EXCLUDES with it.
3443 * cp-support.h: Include vec.h.
3444 (struct using_direct): New field excludes, describe it.
3445 (DEF_VEC_P (const_char_ptr)): New.
3446 (cp_add_using_directive): New parameter excludes.
3447 * defs.h (const_char_ptr): New typedef.
3448 * dwarf2read.c (read_import_statement): New variables child_die,
3449 excludes and cleanups, read in excludes.
3450 (read_namespace): Adjust the cp_add_using_directive caller.
3451
3452 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3453
3454 Code cleanup.
3455 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
3456 negative comparisons.
3457
3458 2011-06-29 André Pönitz <andre.poenitz@nokia.com>
3459
3460 * mi/mi-main.c (mi_cmd_list_features): Emit
3461 breakpoint-notifications.
3462
3463 2011-06-29 Tom Tromey <tromey@redhat.com>
3464
3465 PR fortran/10036:
3466 * valprint.h (generic_emit_char, generic_printstr): Declare.
3467 * valprint.c (wchar_printable, append_string_as_wide)
3468 (print_wchar): Move from c-lang.c.
3469 (generic_emit_char): New function; mostly taken from c_emit_char.
3470 (generic_printstr): New function; mostly taken from c_printstr.
3471 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
3472 represented as arrays.
3473 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
3474 type.
3475 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
3476 identically to TYPE_CODE_INT.
3477 * f-lang.c (f_get_encoding): New function.
3478 (f_emit_char): Use generic_emit_char.
3479 (f_printchar): Replace comment.
3480 (f_printstr): Use generic_printstr.
3481 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
3482 "character" types specially.
3483 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
3484 for Fortran.
3485 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
3486 Move to valprint.c
3487 (c_emit_char): Call generic_emit_char.
3488 (c_printstr): Call generic_printstr.
3489
3490 2011-06-29 Gary Benson <gbenson@redhat.com>
3491
3492 * breakpoint.c (bpstat_what): Removed duplicated case.
3493
3494 2011-06-28 Tom Tromey <tromey@redhat.com>
3495
3496 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
3497
3498 2011-06-27 Tom Tromey <tromey@redhat.com>
3499
3500 * valops.c (find_overload_match): Call do_cleanups before early
3501 return.
3502 * top.c (execute_command): Call do_cleanups before early return.
3503 (command_loop): Likewise.
3504 * stack.c (backtrace_command): Make a null cleanup early. Don't
3505 conditionally call do_cleanups.
3506 * python/py-value.c (TRY_CATCH): Move cleanup handling into
3507 TRY_CATCH.
3508 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
3509 so cleanups are always run.
3510 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
3511 * findcmd.c (parse_find_args): Call do_cleanups on early return
3512 path.
3513 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
3514 Don't conditionally call do_cleanups.
3515 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
3516 later.
3517
3518 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
3519
3520 * MAINTAINERS (Write After Approval): Use default email address.
3521
3522 2011-06-27 Joel Brobecker <brobecker@adacore.com>
3523
3524 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
3525
3526 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
3527
3528 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
3529 saved_regs_mask and copied_regs_mask fields.
3530 (sparc_record_save_insn): New prototype.
3531 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
3532 (sparc_record_save_insn): New function.
3533 (sparc_analyze_prologue): Add head comment. Recognize store insns
3534 of call-saved registers. Use OFFSET consistently. Recognize flat
3535 frames and cache their settings.
3536 (sparc32_skip_prologue): Handle flat frames.
3537 (sparc_frame_cache): Add frame_offset to the base address.
3538 (sparc32_frame_cache): Adjust to new frame description.
3539 (sparc32_frame_prev_register): Likewise.
3540 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
3541 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
3542 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
3543 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
3544 frame by calling sparc_record_save_insn.
3545 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
3546 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
3547 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
3548
3549 2011-06-27 Tristan Gingold <gingold@adacore.com>
3550
3551 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
3552 field by map_addr and map_len.
3553 (dwarf2_read_section): Adjust for the new bfd_mmap api.
3554 (munmap_section_buffer): Likewise.
3555
3556 2011-06-24 Tom Tromey <tromey@redhat.com>
3557
3558 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
3559 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
3560 * python/python.c (gdbpy_parameter): Make 'arg' const.
3561 (execute_gdb_command): Likewise.
3562 (gdbpy_decode_line): Likewise. Copy it.
3563 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
3564 (gdbpy_write): Make 'arg' const.
3565 * python/py-type.c (typy_lookup_typename): Make 'type_name'
3566 const.
3567 (gdbpy_lookup_type): Likewise.
3568 * python/py-prettyprint.c (print_children): Make 'name' const.
3569 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
3570 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
3571 Py_ssize_t.
3572 * python/py-function.c (fnpy_init): Make 'name' const.
3573 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
3574 (gdbpy_string_to_argv): Make 'input' const.
3575 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
3576 it.
3577 * gdbtypes.h (lookup_typename): Update.
3578 * gdbtypes.c (lookup_typename): Make 'name' const.
3579 (lookup_struct): Likewise.
3580 (lookup_union): Likewise.
3581 (lookup_enum): Likewise.
3582
3583 2011-06-24 Tom Tromey <tromey@redhat.com>
3584
3585 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
3586 gdb_thread_db.h. Move all common/ entries to be together.
3587 (TAGS): Don't depend on DEPFILES.
3588
3589 2011-06-23 Yao Qi <yao@codesourcery.com>
3590
3591 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
3592 * remote.c (remote_start_remote): ... here.
3593 * monitor.c (monitor_open): ... here.
3594
3595 2011-06-23 Andrew Burgess <aburgess@broadcom.com>
3596
3597 * gdbtypes.c (append_composite_type_field_aligned): Fix
3598 calculation of bit position based on alignment.
3599
3600 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3601
3602 * breakpoint.c (bpstat_stop_status): Call the check_status
3603 breakpoint_ops method.
3604 (print_one_breakpoint_location): Also print the condition for Ada
3605 exception catchpoints.
3606 (allocate_bp_location): New, factored out from
3607 allocate_bp_location.
3608 (allocate_bp_location): Adjust. Call the owner breakpoint's
3609 allocate_location method, if there is one.
3610 (free_bp_location): Call the locations's dtor method, if there is
3611 one.
3612 (init_raw_breakpoint_without_location): New breakpoint_ops
3613 parameter. Use it.
3614 (set_raw_breakpoint_without_location): Adjust.
3615 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
3616 (set_raw_breakpoint): Adjust.
3617 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
3618 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
3619 re_set and check_status methods.
3620 (init_catchpoint): Don't memset, initialize thread, addr_string
3621 and enable_state. Pass the ops down to init_raw_breakpoint.
3622 (install_catchpoint): Rename to ...
3623 (install_breakpoint): ... this, and make extern.
3624 (create_fork_vfork_event_catchpoint): Adjust.
3625 (catch_exec_breakpoint_ops): Install NULL allocate_location,
3626 re_set and check_status methods.
3627 (create_syscall_event_catchpoint): Adjust.
3628 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3629 (masked_watchpoint_breakpoint_ops): Install NULL
3630 allocate_location, re_set and check_status methods.
3631 (catch_exec_command_1): Adjust.
3632 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
3633 re_set and check_status methods.
3634 (create_ada_exception_breakpoint): Rename to ...
3635 (init_ada_exception_breakpoint): ... this. Add a struct
3636 breakpoint parameter, and delete the exp_string, cond_string and
3637 cond parameters. Use init_raw_breakpoint, and don't install or
3638 mention the breakpoint yet. Don't clear breakpoint fields that
3639 init_raw_breakpoint already clears.
3640 (re_set_breakpoint): Delete, split into ...
3641 (breakpoint_re_set_default, prepare_re_set_context): ... these new
3642 functions.
3643 (breakpoint_re_set_one): Call the breakpoint's
3644 breakpoint_ops->re_set implementation, if there's one. Adjust.
3645 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
3646 (struct bp_location_ops): New type.
3647 (struct bp_location): New field `ops'.
3648 (struct breakpoint_ops): New `allocate_location', `re_set' and
3649 `check_status' fields. Make `breakpoint_hit''s description match
3650 reality.
3651 (init_bp_location): Declare.
3652 (breakpoint_re_set_default): Declare.
3653 (create_ada_exception_breakpoint): Rename to ...
3654 (init_ada_exception_breakpoint): ... this. Add a struct
3655 breakpoint parameter, and delete the exp_string, cond_string and
3656 cond parameters.
3657 (install_breakpoint): Declare.
3658 * ada-lang.c: Include exceptions.h.
3659 <Ada exceptions description>: Update.
3660 (struct ada_catchpoint_location): New type.
3661 (ada_catchpoint_location_dtor): New function.
3662 (ada_catchpoint_location_ops): New global.
3663 (ada_catchpoint): New type.
3664 (create_excep_cond_exprs): New function.
3665 (dtor_exception, allocate_location_exception, re_set_exception)
3666 (should_stop_exception, check_status_exception): New functions.
3667 (print_one_exception, print_mention_exception)
3668 (print_recreate_exception): Adjust.
3669 (dtor_catch_exception, allocate_location_catch_exception)
3670 (re_set_catch_exception, check_status_catch_exception): New
3671 functions.
3672 (catch_exception_breakpoint_ops): Install them.
3673 (dtor_catch_exception_unhandled)
3674 (allocate_location_catch_exception_unhandled)
3675 (re_set_catch_exception_unhandled)
3676 (check_status_catch_exception_unhandled): New functions.
3677 (catch_exception_unhandled_breakpoint_ops): Install them.
3678 (dtor_catch_assert, allocate_location_catch_assert)
3679 (re_set_catch_assert, check_status_catch_assert): New functions.
3680 (catch_assert_breakpoint_ops): Install them.
3681 (ada_exception_catchpoint_p): Delete.
3682 (catch_ada_exception_command_split)
3683 (ada_exception_catchpoint_cond_string): Rename exp_string
3684 parameter to excep_string. Adjust.
3685 (ada_parse_catchpoint_condition): Delete.
3686 (ada_exception_sal): Rename the exp_string parameter to
3687 excep_string. Delete the cond_string and cond parameters.
3688 Adjust.
3689 (ada_decode_exception_location): Rename the exp_string parameter
3690 to excep_string. Delete the cond_string and cond parameters.
3691 Adjust.
3692 (create_ada_exception_catchpoint): New function.
3693 (catch_ada_exception_command, ada_decode_assert_location)
3694 (catch_assert_command): Adjust.
3695 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
3696
3697 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3698
3699 * ada-lang.c: Include arch-utils.h.
3700 (ada_decode_exception_location): Make static.
3701 (catch_ada_exception_command): Moved here from breakpoint.c.
3702 (ada_decode_assert_location): Make static.
3703 (catch_assert_command): Moved here from breakpoint.c.
3704 (_initialize_ada_lang): Install the exception and assert
3705 catchpoint commands here.
3706 * ada-lang.h (ada_decode_exception_location)
3707 (ada_decode_assert_location): Delete declarations.
3708 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
3709 breakpoint.h.
3710 (create_ada_exception_breakpoint): Make extern.
3711 (catch_ada_exception_command, catch_assert_command): Moved to
3712 ada-lang.c.
3713 (add_catch_command): Make extern.
3714 (_initilize_breakpoint): Don't install the exception and assert
3715 catchpoint commands here.
3716 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
3717 breakpoint.c
3718 (add_catch_command, create_ada_exception_breakpoint): Declare.
3719
3720 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3721
3722 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
3723 the breakpoint to the breakpoint chain here.
3724 (set_raw_breakpoint_without_location): Add the breakpoint to the
3725 breakpoint chain here.
3726 (init_raw_breakpoint): Adjust comments.
3727 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
3728 here.
3729 (init_catchpoint): Don't set the catchpoint's breakpoint number
3730 here.
3731 (install_catchpoint): New function.
3732 (create_fork_vfork_event_catchpoint)
3733 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
3734 use install_catchpoint.
3735
3736 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3737
3738 * breakpoint.c (create_catchpoint_without_mention)
3739 (create_catchpoint): Delete.
3740
3741 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3742
3743 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
3744 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3745 reference to exec_pathname.
3746 (struct exec_catchpoint): New type.
3747 (dtor_catch_exec): New function.
3748 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
3749 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
3750 (catch_exec_command_1): Adjust to use init_catchpoint.
3751 (delete_breakpoint): Remove reference to exec_pathname.
3752
3753 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3754
3755 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
3756 (struct breakpoint): Delete field `syscalls_to_be_caught'.
3757 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3758 reference to syscalls_to_be_caught.
3759 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
3760 NULL `dtor'.
3761 (struct syscall_catchpoint): New type.
3762 (dtor_catch_syscall): New function.
3763 (insert_catch_syscall, remove_catch_syscall)
3764 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
3765 (print_recreate_catch_syscall): Adjust.
3766 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
3767 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
3768 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
3769 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3770 (masked_watchpoint_breakpoint_ops)
3771 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
3772 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
3773 there is one. Remove references to syscalls_to_be_caught.
3774 (catching_syscall_number): Adjust.
3775 * ada-lang.c (catch_exception_breakpoint_ops)
3776 (catch_exception_unhandled_breakpoint_ops)
3777 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
3778
3779 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3780
3781 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
3782 field.
3783 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3784 reference to forked_inferior_pid.
3785 (struct fork_catchpoint): New type.
3786 (breakpoint_hit_catch_fork, print_it_catch_fork)
3787 (print_one_catch_fork, breakpoint_hit_catch_vfork)
3788 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
3789 (create_fork_vfork_event_catchpoint): Adjust to use
3790 init_catchpoint.
3791
3792 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3793
3794 * breakpoint.c (add_to_breakpoint_chain)
3795 (init_raw_breakpoint_without_location): New functions, factored
3796 out from ...
3797 (set_raw_breakpoint_without_location): ... this one.
3798 (init_raw_breakpoint): New function, factored out from
3799 set_raw_breakpoint and adjusted to use
3800 init_raw_breakpoint_without_location.
3801 (set_raw_breakpoint): Adjust.
3802 (init_catchpoint): New function, factored out from
3803 create_catchpoint_without_mention and adjusted to use
3804 init_raw_breakpoint.
3805 (create_catchpoint_without_mention): Adjust.
3806
3807 2011-06-22 Tom Tromey <tromey@redhat.com>
3808
3809 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
3810 argument of 0 specially.
3811
3812 2011-06-22 Yao Qi <yao@codesourcery.com>
3813
3814 * infrun.c (handle_inferior_event): Remove write-only local variable
3815 `sw_single_step_trap_p'.
3816
3817 2011-06-20 Tom Tromey <tromey@redhat.com>
3818
3819 * symtab.c (lookup_language_this): End loop if block is NULL.
3820
3821 2011-06-17 Tom Tromey <tromey@redhat.com>
3822
3823 * valops.c (value_of_this): Use lookup_language_this.
3824 * symtab.h (lookup_language_this): Declare.
3825 * symtab.c (lookup_language_this): New function.
3826 (lookup_symbol_aux): Use lookup_language_this.
3827 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
3828
3829 2011-06-17 Tom Tromey <tromey@redhat.com>
3830
3831 * value.h (value_of_this): Update.
3832 (value_of_local): Remove.
3833 * valops.c (value_of_this): Rename from value_of_local. Change
3834 parameters.
3835 * p-exp.y (exp): Update.
3836 (variable): Likewise.
3837 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
3838
3839 2011-06-17 Tom Tromey <tromey@redhat.com>
3840
3841 * valops.c (value_of_local): Complain if NAME is NULL.
3842 * std-operator.def (OP_OBJC_SELF): Remove.
3843 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
3844 * objc-exp.y (name_not_typename): Use OP_THIS.
3845 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
3846 name for "this".
3847 <OP_OBJC_SELF>: Remove.
3848 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
3849
3850 2011-06-16 Tristan Gingold <gingold@adacore.com>
3851
3852 * python/py-events.h (gdb_py_events): Make it extern.
3853 * python/py-evtregistry.c (gdb_py_events): Declare.
3854
3855 2011-06-16 Hui Zhu <teawater@gmail.com>
3856
3857 * remote.c (remote_trace_set_readonly_regions): Add check for
3858 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
3859 output warning.
3860
3861 2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
3862
3863 * arm-linux-tdep.c: Include "auxv.h".
3864 (AT_HWCAP): Define.
3865 (ARM_LINUX_SIZEOF_VFP): Define.
3866 (arm_linux_supply_vfp): New function.
3867 (arm_linux_collect_vfp): Likewise.
3868 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
3869 (arm_linux_fpa_regset_sections): New variable.
3870 (arm_linux_vfp_regset_sections): Likewise.
3871 (arm_linux_core_read_description): New function.
3872 (arm_linux_init_abi): Install arm_linux_core_read_description and
3873 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
3874 appropriate for the architecture.
3875 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
3876 (tdesc_arm_with_m): Declare.
3877 (tdesc_arm_with_iwmmxt): Likewise.
3878 (tdesc_arm_with_vfpv2): Likewise.
3879 (tdesc_arm_with_vfpv3): Likewise.
3880 (tdesc_arm_with_neon): Likewise.
3881 * arm-linux-nat.c: Move features/*.c includes ...
3882 * arm-tdep.c: ... here.
3883 * arm-linux-nat.c (arm_linux_read_description): Move initializing
3884 target description data structures ...
3885 * arm-tdep.c (_initialize_arm_tdep): ... here.
3886 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
3887 HWCAP_VFPv3D16): Move definitions ...
3888 * arm-linux-tdep.h: ... here.
3889
3890 2011-06-15 Hui Zhu <teawater@gmail.com>
3891
3892 * remote.c (remote_trace_set_readonly_regions): Add a check for
3893 target_buf_size.
3894
3895 2011-06-14 Tom Tromey <tromey@redhat.com>
3896
3897 * coffread.c (coffread_objfile): Rename from current_objfile.
3898 * dbxread.c (dbxread_objfile): Rename from current_objfile.
3899 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
3900
3901 2011-06-14 Tom Tromey <tromey@redhat.com>
3902
3903 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
3904 (class_symtab): Remove.
3905 (jv_dynamics_progspace_key): New global.
3906 (jv_per_objfile_free): Reset program space data. Update assert.
3907 Don't clear globals.
3908 (get_dynamics_objfile): Use and set program space data.
3909 (get_java_class_symtab): Use get_dynamics_objfile.
3910 (add_class_symbol): Likewise.
3911 (java_link_class_type): Likewise.
3912 (java_object_type, jv_clear_object_type, set_java_object_type):
3913 Remove.
3914 (get_java_object_type): Update. Don't cache result.
3915 (is_object_type): Don't call set_java_object_type.
3916 (_initialize_java_language): Don't set jv_type_objfile_data_key;
3917 initialize jv_dynamics_progspace_key.
3918
3919 2011-06-14 Tom Tromey <tromey@redhat.com>
3920
3921 * symtab.h (current_objfile): Don't declare.
3922 * objfiles.h (current_objfile): Don't declare.
3923 * objfiles.c (current_objfile): Remove.
3924 * mdebugread.c (current_objfile): New file-scope global.
3925 * dbxread.c (current_objfile): New file-scope global.
3926 * coffread.c (current_objfile): New file-scope global.
3927
3928 2011-06-13 Pedro Alves <pedro@codesourcery.com>
3929
3930 * top.h (line): Rename to ...
3931 (saved_command_line): ... this.
3932 (linesize): Rename to ...
3933 (saved_command_line_size): ... this.
3934 * top.c (line): Rename to ...
3935 (saved_command_line): ... this.
3936 (linesize): Rename to ...
3937 (saved_command_line_size): ... this.
3938 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
3939 * event-top.c (command_line_handler): Adjust.
3940 * main.c (captured_main): Adjust.
3941
3942 2011-06-12 Mark Kettenis <kettenis@gnu.org>
3943
3944 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
3945 get_frame_func instead of get_frame_pc to determine the code
3946 address used to construct the frame ID.
3947 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
3948 (i386_epilogue_frame_this_id): Likewise.
3949 (i386_epilogue_frame_prev_register): New function.
3950 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
3951 (i386_stack_tramp_frame_sniffer): Fix coding style.
3952 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
3953 (i386_gdbarch_init): Fix comments.
3954
3955 2011-06-12 Mark Kettenis <kettenis@gnu.org>
3956
3957 * i386-tdep.c (i386_match_insn_block): Use length of the proper
3958 instruction when walking back through the instruction stream.
3959
3960 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3961
3962 * symtab.c (output_partial_symbol_filename): Exchange the filename and
3963 fullname parameters order.
3964
3965 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 Code cleanup.
3968 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
3969 for fun.
3970 * psymtab.c (map_symbol_filenames_psymtab)
3971 (map_partial_symbol_filenames): Likewise.
3972 * psymtab.h: Include symfile.h.
3973 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
3974 * symfile.h (symbol_filename_ftype): New.
3975 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
3976 map_symbol_filenames, clarify more the naming in comment.
3977
3978 2011-06-07 Doug Evans <dje@google.com>
3979
3980 * cc-with-index.sh: Fix typos in comment.
3981 Look for ../../gdb, for fullname.exp.
3982
3983 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3984 Pedro Alves <pedro@codesourcery.com>
3985
3986 * cli/cli-cmds.c (shell_escape): Use waitpid.
3987 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
3988
3989 2011-06-07 Tristan Gingold <gingold@adacore.com>
3990
3991 * xcoffread.c (dwarf2_xcoff_names): New variable.
3992 (aix_process_linenos): Add a guard.
3993 (xcoff_symfile_finish): Free dwarf2.
3994 (xcoff_initial_scan): Add dwarf2 support.
3995
3996 2011-06-06 Pedro Alves <pedro@codesourcery.com>
3997
3998 * infcall.c (run_inferior_call): Don't mask async. Instead force
3999 a synchronous wait, if the target can async.
4000
4001 * target.h (struct target_ops): Delete to_async_mask.
4002 (target_async_mask): Delete.
4003 * target.c (update_current_target): Delete references to to_async_mask.
4004 * linux-nat.c (linux_nat_async_mask_value): Delete.
4005 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
4006 to linux_nat_async_mask_value.
4007 (linux_nat_async_mask): Delete.
4008 (linux_nat_async, linux_nat_close): Remove references to
4009 linux_nat_async_mask_value.
4010 * record.c (record_async_mask_value): Delete.
4011 (record_async): Remove references to record_async_mask_value.
4012 (record_async_mask): Delete.
4013 (record_can_async_p, record_is_async_p): Remove references to
4014 record_async_mask_value.
4015 (init_record_ops, init_record_core_ops): Remove references to
4016 record_async_mask.
4017 * remote.c (remote_async_mask_value): Delete.
4018 (init_remote_ops): Remove reference to remote_async_mask.
4019 (remote_can_async_p, remote_is_async_p): Remove references to
4020 remote_async_mask_value.
4021 (remote_async): Remove references to remote_async_mask_value.
4022 (remote_async_mask): Delete.
4023
4024 * infrun.c (fetch_inferior_event): Don't claim registers changed
4025 if the current thread is already not executing.
4026
4027 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
4028
4029 From Stephen Kitt <steve@sk2.org>
4030 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
4031 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
4032
4033 2011-06-03 Joel Brobecker <brobecker@adacore.com>
4034
4035 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
4036 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
4037
4038 2011-06-03 Tom Tromey <tromey@redhat.com>
4039
4040 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
4041 code fields.
4042 * python/py-exitedevent.c (create_exited_event_object): Change
4043 type of 'exit_code'. Optionally add exit_code attribute.
4044 (emit_exited_event): Change type of 'exit_code'.
4045 * python/py-event.h (emit_exited_event): Update.
4046 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
4047 * infrun.c (handle_inferior_event): Set exit code fields on
4048 inferior.
4049 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
4050 fields.
4051 * inferior.c (exit_inferior_1): Initialize new fields.
4052
4053 2011-06-03 Tom Tromey <tromey@redhat.com>
4054
4055 * dwarf2expr.c (get_signed_type): New function.
4056 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
4057
4058 2011-06-02 Keith Seitz <keiths@redhat.com>
4059
4060 * objc-lang.c (find_methods): Increment objfile_csym earlier.
4061
4062 2011-06-02 Pedro Alves <pedro@codesourcery.com>
4063
4064 * top.h (simplified_command_loop): Delete declaration.
4065
4066 2011-06-01 Mike Frysinger <vapier@gentoo.org>
4067
4068 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
4069 gdb_sysroot to the "len" variable. Append both to "arg_buf".
4070
4071 2011-06-01 Yao Qi <yao@codesourcery.com>
4072
4073 * objfiles.h (obj_section_addr): Update reference to objfile from
4074 `abfd' to `obfd'.
4075 (obj_section_endaddr): Likewise.
4076
4077 2011-06-01 Daniel Jacobowitz <drow@false.org>
4078
4079 * MAINTAINERS: Update my email address and affiliation. Also
4080 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
4081
4082 2010-05-31 Keith Seitz <keiths@redhat.com>
4083
4084 PR c++/12750
4085 * linespec.c (get_search_block): New function.
4086 (find_methods): Add FILE_SYMTATB parameter and use it and
4087 get_search_block to pass an appropriate block to
4088 lookup_symbol_in_namespace.
4089 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
4090 Check if *ARGPTR starts with a filename first.
4091 If it does, call locate_first_half again to locate the next
4092 "first half" of the linespec.
4093 Pass FILE_SYMTATB to decode_objc and decode_compound.
4094 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
4095 (locate_first_half): Stop on the first colon seen.
4096 (decode_compound): Add FILE_SYMTAB parameter.
4097 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
4098 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
4099 get_search_block with lookup_symbol.
4100 (find_method): Add FILE_SYMTAB parameter and pass it to
4101 find_methods.
4102 (decode_objc): Use get_search_block.
4103
4104 2010-05-31 Keith Seitz <keiths@redhat.com>
4105
4106 PR symtab/12704
4107 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
4108 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
4109 and CP_ANONYMOUS_NAMESPACE_LEN.
4110 (cp_is_anonymous): Likewise.
4111 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
4112 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
4113 * dwarf2read.c (namespace_name): Likewise.
4114 (fixup_partial_die): Likewise.
4115 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
4116 seen in the input, keep it.
4117
4118 2011-05-30 Pedro Alves <pedro@codesourcery.com>
4119
4120 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
4121 * inf-loop.h (inferior_event_handler_wrapper): Delete.
4122 * inf-loop.c (inferior_event_handler_wrapper): Delete.
4123 (inferior_event_handler): Don't handle INF_QUIT_REQ.
4124 * remote.c (_initialize_remote): Register
4125 async_remote_interrupt_twice directly as
4126 sigint_remote_twice_token event.
4127
4128 2011-05-30 Pedro Alves <pedro@codesourcery.com>
4129
4130 * target.h (enum inferior_event_type): Delete INF_ERROR.
4131 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
4132
4133 2011-05-30 Pedro Alves <pedro@codesourcery.com>
4134
4135 * interps.c (interp_set): Don't cancel continuations.
4136
4137 2011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
4140
4141 2011-05-30 Pedro Alves <pedro@codesourcery.com>
4142
4143 * continuations.h (continuation_ftype): Add `err' parameter.
4144 Document parameters.
4145 (do_all_continuations, do_all_continuations_thread)
4146 (do_all_intermediate_continuations)
4147 (do_all_intermediate_continuations_thread)
4148 (do_all_inferior_continuations): Add `err' parameter.
4149 * continuations.c (do_my_continuations_1, do_my_continuations)
4150 (do_all_inferior_continuations, do_all_continuations_ptid)
4151 (do_all_continuations_thread_callback)
4152 (do_all_continuations_thread, do_all_continuations)
4153 (do_all_intermediate_continuations_thread_callback)
4154 (do_all_intermediate_continuations_thread)
4155 (do_all_intermediate_continuations): Add `err' parameter, and pass
4156 it down all the way to the continuations proper.
4157 * inf-loop.c (inferior_event_handler): If fetching an inferior
4158 event throws an error, don't pop the target, and still call the
4159 continuations, but with `err' set. Adjust all other continuation
4160 calls.
4161 * breakpoint.c (until_break_command_continuation): Add `err'
4162 parameter.
4163 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
4164 issue another step if `err' is set.
4165 (struct until_next_continuation_args): New.
4166 (until_next_continuation): Add `err' parameter. Adjust.
4167 (until_next_command): Adjust.
4168 (struct finish_command_continuation_args): Add `thread' field.
4169 (finish_command_continuation): Add `err' parameter. Handle it.
4170 (finish_forward): Adjust.
4171 (attach_command_continuation): Add `err' parameter. Handle it.
4172 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
4173 cancel the continuations.
4174 * interps.c (interp_set): Adjust to cancel the continuations.
4175 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
4176 continuations rather than discarding.
4177 (free_thread): Don't clear thread inferior resources here.
4178 (delete_thread_1): Do it here instead. And do it before removing
4179 the thread from the threads list. Tag the thread as exited before
4180 clearing thread inferior resources.
4181
4182 2011-05-30 Joel Brobecker <brobecker@adacore.com>
4183
4184 * infcall.c (call_function_by_hand): Rephrase error message.
4185
4186 2011-05-27 Pedro Alves <pedro@codesourcery.com>
4187
4188 * defs.h (struct thread_info, struct inferior): Delete forward
4189 declarations.
4190 * breakpoint.h (struct thread_info): New forward declaration.
4191 * observer.sh (struct inferior): New forward declaration.
4192 * python/python-internal.h (struct inferior): New forward
4193 declaration.
4194
4195 2011-05-27 Pedro Alves <pedro@codesourcery.com>
4196
4197 * defs.h (struct continuation, continuation_ftype)
4198 (continuation_free_arg_ftype, add_continuation)
4199 (do_all_continuations, do_all_continuations_thread)
4200 (discard_all_continuations, discard_all_continuations_thread)
4201 (add_intermediate_continuation, do_all_intermediate_continuations)
4202 (do_all_intermediate_continuations_thread)
4203 (discard_all_intermediate_continuations)
4204 (discard_all_intermediate_continuations_thread)
4205 (add_inferior_continuation, do_all_inferior_continuations)
4206 (discard_all_inferior_continuations): Move to ...
4207 * continuations.h: ... this new file.
4208 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
4209 infcmd.c, inferior.c, infrun.c, interps.c: Include
4210 continuations.h.
4211
4212 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4213 Doug Evans <dje@google.com>
4214
4215 Fix PR 10970, PR 12702.
4216 * linux-nat.c (linux_lwp_is_zombie): New function.
4217 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
4218 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
4219
4220 2011-05-27 Pedro Alves <pedro@codesourcery.com>
4221
4222 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
4223 typedefs.
4224 (add_continuation, add_intermediate_continuation)
4225 (add_inferior_continuation): Use them.
4226 * continuations.c (struct continuation): Use them.
4227 (make_continuation_ftype): Delete.
4228 (make_continuation, add_inferior_continuation, add_continuation)
4229 (add_intermediate_continuation): Use continuation_ftype and
4230 continuation_free_arg_ftype. Rename parameters to shorter names.
4231
4232 2011-05-27 Pedro Alves <pedro@codesourcery.com>
4233
4234 * continuations.c (make_continuation): Make it return void.
4235 (do_my_continuations): Rename to ...
4236 (do_my_continuations_1): ... this. Remove old_chain parameter and
4237 adjust.
4238 (do_my_continuations): New.
4239 (discard_my_continuations): Rename to ...
4240 (discard_my_continuations_1): ... this. Remove old_chain
4241 parameter and adjust.
4242 (discard_my_continuations): New.
4243 (add_inferior_continuation): Simplify.
4244 (do_all_inferior_continuations): Reimplement on top
4245 do_my_continuations.
4246 (discard_all_inferior_continuations): Simplify.
4247 (add_continuation): Simplify.
4248 (do_all_continuations_ptid): Simplify.
4249 (discard_all_continuations_thread_callback): Simplify.
4250 (add_intermediate_continuation): Simplify.
4251 (discard_all_intermediate_continuations_thread_callback):
4252 Simplify.
4253
4254 2011-05-27 Pedro Alves <pedro@codesourcery.com>
4255
4256 * utils.c (struct continuation, add_continuation)
4257 (add_inferior_continuation)
4258 (do_all_inferior_continuations, discard_all_inferior_continuations)
4259 (restore_thread_cleanup, do_all_continuations_ptid)
4260 (do_all_continuations_thread_callback)
4261 (do_all_continuations_thread, do_all_continuations)
4262 (discard_all_continuations_thread_callback)
4263 (discard_all_continuations_thread, discard_all_continuations)
4264 (add_intermediate_continuation)
4265 (do_all_intermediate_continuations_thread_callback)
4266 (do_all_intermediate_continuations_thread)
4267 (do_all_intermediate_continuations)
4268 (discard_all_intermediate_continuations_thread_callback)
4269 (discard_all_intermediate_continuations_thread)
4270 (discard_all_intermediate_continuations): Move to ...
4271 * continuations.c: ... this new file, and adjust to no longer
4272 implement continuations on top of cleanups.
4273 * Makefile.in (SFILES): Add continuations.c.
4274 (COMMON_OBS): Add continuations.o.
4275
4276 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4277
4278 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
4279 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
4280 Internal error on invalid values.
4281 * reverse.c: Don't handle EXEC_ERROR.
4282 * mi/mi-main.c: Don't handle EXEC_ERROR.
4283
4284 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4285
4286 * record.c: Include event-loop.h, inf-loop.h.
4287 (record_beneath_to_async): New global.
4288 (tmp_to_async): New global.
4289 (record_async_inferior_event_token): New global.
4290 (record_open_1): Don't error out if async is enabled.
4291 (record_open): Handle to_async. Create an async event source in
4292 the event loop.
4293 (record_close): Delete the async event source.
4294 (record_resumed): New global.
4295 (record_execution_dir): New global.
4296 (record_resume, record_core_resume): Set them. Register the
4297 target on the event loop.
4298 (record_wait): Rename to ...
4299 (record_wait_1): ... this. Add more debug output. Handle
4300 TARGET_WNOHANG, and the target beneath returning
4301 TARGET_WAITKIND_IGNORE.
4302 (record_wait): Reimplement on top of record_wait_1.
4303 (record_async_mask_value): New global.
4304 (record_async, record_async_mask, record_can_async_p)
4305 (record_is_async_p, record_execution_direction): New functions.
4306 (init_record_ops, init_record_core_ops): Install new methods.
4307 * infrun.c (fetch_inferior_event): Temporarily switch the global
4308 execution direction to the direction the target was going.
4309 (execution_direction): Change type to int.
4310 * target.c (default_execution_direction): New function.
4311 (update_current_target): Inherit and de_fault
4312 to_execution_direction.
4313 * target.h (struct target_ops) <to_execution_direction>: New
4314 field.
4315 (target_execution_direction): New macro.
4316 * inferior.h (execution_direction): Change type to int.
4317
4318 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4319
4320 * infcall.c (call_function_by_hand): Don't allow calling functions
4321 in reverse execution mode.
4322
4323 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4324
4325 * infcmd.c (finish_command): Allow async finish in reverse.
4326
4327 2011-05-26 Yao Qi <yao@codesourcery.com>
4328
4329 * gdb_thread_db.h: Delete. Move to ...
4330 * common/gdb_thread_db.h: ... here.
4331
4332 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4333
4334 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
4335 function's entry point instead of a manually managed momentary
4336 breakpoint, and only ever issue one proceed call.
4337 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
4338 doing a reverse-finish, switch to stepi mode, to do another step.
4339 (insert_step_resume_breakpoint_at_sal): Make public.
4340 (normal_stop): No need to save function value return registers if
4341 going reverse.
4342 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
4343
4344 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4345
4346 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
4347 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
4348 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
4349 at the end.
4350 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
4351 step-resume breakpoints.
4352 (print_it_typical): Handle bp_hp_step_resume.
4353 (bpstat_what): Ditto.
4354 (bptype_string): Ditto.
4355 (print_one_breakpoint_location): Ditto.
4356 (allocate_bp_location): Ditto.
4357 (mention): Ditto.
4358 (breakpoint_re_set_one): Ditto.
4359 * infrun.c (handle_inferior_event): Adjust. Split
4360 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
4361 BPSTAT_WHAT_HP_STEP_RESUME.
4362 (insert_step_resume_breakpoint_at_sal): Rename to ...
4363 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
4364 parameter. Handle it.
4365 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
4366 insert_step_resume_breakpoint_at_sal_1.
4367 (insert_step_resume_breakpoint_at_frame): Rename to ...
4368 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
4369 set a high-priority step-resume breakpoint.
4370 (insert_step_resume_breakpoint_at_frame): Adjust comment.
4371 (insert_step_resume_breakpoint_at_caller): Ditto.
4372
4373 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4374
4375 * breakpoint.c (iterate_over_related_breakpoints): New.
4376 (do_map_delete_breakpoint): New.
4377 (delete_command): Pass do_map_delete_breakpoint to
4378 map_breakpoint_numbers.
4379 (do_disable_breakpoint): New.
4380 (do_map_disable_breakpoint): Iterate over the breakpoint's related
4381 breakpoints.
4382 (do_enable_breakpoint): Rename to ...
4383 (enable_breakpoint_disp): ... this.
4384 (enable_breakpoint): Adjust.
4385 (do_enable_breakpoint): New.
4386 (enable_once_breakpoint): Delete.
4387 (do_map_enable_breakpoint): New.
4388 (do_map_enable_once_breakpoint): New.
4389 (enable_once_command, enable_delete_command)
4390 (delete_trace_command): Iterate over the breakpoint's related
4391 breakpoints.
4392
4393 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4394
4395 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
4396 for ALPHA_ZERO_REGNUM.
4397 (alpha_supply_int_regs): Explicitly supply zero as the value for
4398 ALPHA_ZERO_REGNUM in the register cache.
4399 * alpha-nat.c (fetch_osf_core_registers): Ditto.
4400
4401 2011-05-26 Yao Qi <yao@codesourcery.com>
4402
4403 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
4404
4405 2011-05-26 Tristan Gingold <gingold@adacore.com>
4406
4407 * symfile.h (struct dwarf2_section_names): New type.
4408 (struct dwarf2_debug_sections): New type.
4409 (dwarf2_has_info): Add parameter.
4410 * dwarf2read.c (dwarf2_elf_names): New variable.
4411 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
4412 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
4413 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
4414 (dwarf2_has_info): Add names parameter. Pass names
4415 to dwarf2_locate_sections.
4416 (section_is_p): Rewrite using the names parameter.
4417 (dwarf2_locate_sections): Use section names from the names parameter.
4418 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
4419 * elfread.c (read_psyms): Ditto.
4420 * machoread.c (macho_symfile_read): Ditto.
4421
4422 2011-05-25 Andreas Schwab <schwab@redhat.com>
4423
4424 PR gdb/8677
4425 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
4426
4427 2011-05-24 Keith Seitz <keiths@redhat.com>
4428
4429 PR breakpoint/12803
4430 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
4431 (decode_compound): Unconditionally call keep_name_info.
4432
4433 2011-05-24 Pedro Alves <pedro@codesourcery.com>
4434
4435 * breakpoint.c (watchpoint_check): If the watchpoint went out of
4436 scope, clear its command list.
4437 (map_breakpoint_numbers): Don't walk the related breakpoints list
4438 of each breakpoint.
4439
4440 2011-05-24 Tom Tromey <tromey@redhat.com>
4441
4442 * MAINTAINERS: Move Jim Blandy to past maintainers.
4443
4444 2011-05-24 Tristan Gingold <gingold@adacore.com>
4445
4446 * symfile.h (enum dwarf2_section_enum): New type.
4447 (dwarf2_get_section_info): New prototype.
4448 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
4449 section_name by sect. Use a switch to select the info.
4450 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
4451 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
4452
4453 2011-05-24 Pedro Alves <pedro@codesourcery.com>
4454
4455 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
4456 shared library event breakpoint if there's no execution.
4457
4458 2011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
4459
4460 * breakpont.c (remove_hw_watchpoints): Remove unused function.
4461 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
4462
4463 2011-05-23 Tom Tromey <tromey@redhat.com>
4464
4465 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
4466 NULL.
4467
4468 2011-05-23 Doug Evans <dje@google.com>
4469
4470 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
4471 entry for RuntimeError to doc string.
4472
4473 2011-05-23 Jerome Guitton <guitton@adacore.com>
4474
4475 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
4476 sequence for probing loops.
4477
4478 2011-05-23 Pedro Alves <pedro@codesourcery.com>
4479
4480 * infrun.c (user_visible_resume_ptid): Fix typos in describing
4481 comment.
4482
4483 2011-05-21 Mark Kettenis <kettenis@gnu.org>
4484
4485 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
4486 zero as the value for %g0 in the register cache.
4487 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
4488 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
4489
4490 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4491
4492 * infrun.c (proceed): Set previous_inferior_ptid here.
4493 (init_wait_for_inferior): Initialize previous_inferior_ptid from
4494 inferior_ptid, not null_ptid.
4495 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
4496 (fetch_inferior_event): Nor here.
4497
4498 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4499
4500 * inf-loop.c (inferior_event_handler): Only output a message if
4501 verbose.
4502
4503 2011-05-20 Luis Machado <lgustavo@codesourcery.com>
4504
4505 * MAINTAINERS: Update my e-mail address.
4506
4507 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4508
4509 * infrun.c (proceed): Switch the inferior event loop to
4510 INF_EXEC_COMPLETE if the target refused to resume from a
4511 vfork/fork.
4512
4513 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4514
4515 * infcmd.c: Include "inf-loop.h".
4516 (step_once): When stepping into an inline subroutine, pretend the
4517 target has run. If the target can async, switch the inferior
4518 event loop to INF_EXEC_COMPLETE.
4519 * inferior.h (user_visible_resume_ptid): Declare.
4520 * infrun.c (user_visible_resume_ptid): New function, factored out
4521 from `resume'.
4522 (resume): Use it.
4523 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
4524 that the current thread is running. Merge async and sync
4525 branches.
4526
4527 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4528
4529 * infcmd.c (step_1): Simplify synchronous case.
4530
4531 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4532
4533 * tracepoint.c: Include exceptions.h.
4534 (TFILE_PID): Move higher in file.
4535 (tfile_open): Delay pushing the tfile target until we're assured
4536 the tfile header is present in the file. Wrap reading the initial
4537 newline-terminated lines in TRY_CATCH. Pop the target if the
4538 initial setup failed. Add the tfile's thread immediately
4539 aftwards, before any non-essential setup. Don't skip
4540 post_create_inferior if there are no traceframes present in the
4541 file.
4542 (tfile_close): Remove redundant check for null before xfree call.
4543 (tfile_thread_alive): New function.
4544 (init_tfile_ops): Register it as to_thread_alive callback.
4545
4546 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4547
4548 * tracepoint.c (tfile_open): Delete #if 0'd code.
4549
4550 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 Fix -readnow for -gdwarf-4 unused type units.
4553 * dwarf2read.c (struct signatured_type): Remove the field offset.
4554 (create_signatured_type_table_from_index): Remove its initialization.
4555 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
4556 instead. Add a complaint call.
4557 (process_psymtab_comp_unit): Change assignment to gdb_assert.
4558 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
4559 (lookup_signatured_type_at_offset, read_signatured_type)
4560 (write_one_signatured_type): Update the field for per_cu.
4561
4562 2011-05-19 Tom Tromey <tromey@redhat.com>
4563
4564 * python/py-inferior.c (python_inferior_exit): Use
4565 target_gdbarch.
4566 (python_on_resume): Likewise.
4567
4568 2011-05-19 Matt Rice <ratmice@gmail.com>
4569
4570 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
4571
4572 2011-05-19 Hui Zhu <teawater@gmail.com>
4573
4574 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
4575
4576 2011-05-19 Hui Zhu <teawater@gmail.com>
4577
4578 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
4579
4580 2011-05-18 Tom Tromey <tromey@redhat.com>
4581
4582 * dwarf2read.c (dwarf2_add_field): Constify.
4583 * value.c (value_static_field): Constify.
4584 * gdbtypes.h (struct main_type) <field.field_location.physname>:
4585 Now const.
4586 * ax-gdb.c (gen_static_field): Constify
4587
4588 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4589
4590 * linux-nat.c (kill_callback): Use SIGKILL first.
4591
4592 2011-05-18 Joel Brobecker <brobecker@adacore.com>
4593
4594 * ada-lang.c (print_it_exception): Avoid use of sprintf.
4595
4596 2011-05-18 Tom Tromey <tromey@redhat.com>
4597
4598 * value.c (value_fn_field): Constify.
4599 * symtab.c (gdb_mangle_name): Constify.
4600 * stabsread.c (update_method_name_from_physname): Make 'physname'
4601 argument const.
4602 * p-typeprint.c (pascal_type_print_method_args): Make arguments
4603 const. Use explicit fputc_filtered loop.
4604 (pascal_type_print_base): Constify.
4605 * p-lang.h (pascal_type_print_method_args): Update.
4606 * linespec.c (add_matching_methods): Constify.
4607 (add_constructors): Likewise.
4608 * jv-typeprint.c (java_type_print_base): Constify.
4609 * gdbtypes.h (struct cplus_struct_type)
4610 <fn_fieldlist.fn_field.physname>: Now const.
4611 * dwarf2read.c (compute_delayed_physnames): Constify.
4612 (dwarf2_add_member_fn): Likewise.
4613 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
4614
4615 2011-05-18 Pedro Alves <pedro@codesourcery.com>
4616
4617 * infrun.c (resume): Mention which is the current thread, and its
4618 current PC in debug output.
4619 (prepare_to_proceed): Mention the thread switching in debug
4620 output.
4621
4622 2011-05-18 Tom Tromey <tromey@redhat.com>
4623
4624 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
4625 path check. Use xmalloc and cleanups.
4626 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
4627
4628 2011-05-17 Tom Tromey <tromey@redhat.com>
4629
4630 * cp-valprint.c (cp_print_value_fields): Catch errors from
4631 value_static_field.
4632
4633 2011-05-17 Tom Tromey <tromey@redhat.com>
4634
4635 * dwarf2read.c (dwarf2_get_die_type): Call
4636 get_die_type_at_offset.
4637 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
4638 get_base_type function.
4639
4640 2011-05-17 Tomas Martinec <fyzmat@gmail.com>
4641
4642 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
4643 trap_expected.
4644
4645 2011-05-16 Doug Evans <dje@google.com>
4646
4647 * python/py-auto-load.c (source_section_scripts): Mention objfile
4648 name in warning.
4649
4650 2011-05-15 Doug Evans <dje@google.com>
4651
4652 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
4653 (try_thread_db_load_from_pdir): Call it. If unable to find
4654 libthread_db in directory of libpthread, see if we're looking at
4655 the separate-debug-info copy.
4656
4657 * python/py-autoload.c (print_script): Print "Missing" instead of
4658 "No" for missing scripts.
4659 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
4660
4661 2011-05-13 Doug Evans <dje@google.com>
4662
4663 * ui-file.c (stdio_file_write_async_safe): Add comment.
4664
4665 2011-05-14 Hui Zhu <teawater@gmail.com>
4666
4667 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
4668
4669 2011-05-13 Doug Evans <dje@google.com>
4670
4671 Support $pdir and $sdir in libthread-db-search-path.
4672 * NEWS: Mention $sdir,$pdir.
4673 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
4674 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
4675 (try_thread_db_load_from_sdir): New function.
4676 (try_thread_db_load_from_dir): New function.
4677 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
4678 system directories if search of libthread-db-search-path fails,
4679 that is now done via $sdir.
4680 (has_libpthread): New function.
4681 (thread_db_load): Remove search for libthread_db in directory of
4682 libpthread, that is now done via $pdir.
4683
4684 * NEWS: Mention "info auto-load-scripts".
4685 * python/py-auto-load.c (struct auto_load_pspace_info): New member
4686 script_not_found_warning_printed.
4687 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
4688 all callers updated. Initialize script_not_found_warning_printed.
4689 (get_auto_load_pspace_data_for_loading): New function.
4690 (maybe_add_script): New function.
4691 (source_section_scripts): Simplify. Only print one warning regardless
4692 of the number of auto-load scripts not found.
4693 (clear_section_scripts): Clear script_not_found_warning_printed.
4694 (auto_load_objfile_script): Record script in hash table.
4695 (count_matching_scripts): New function.
4696 (maybe_print_script): Renamed from maybe_print_section_script, all
4697 callers updated. Rewrite to use ui_out_*.
4698 (info_auto_load_scripts): Renamed from
4699 maintenance_print_section_scripts, all callers updated.
4700 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
4701 renamed as "info auto-load-scripts".
4702
4703 2011-05-13 Tom Tromey <tromey@redhat.com>
4704
4705 * dwarf2expr.c (read_uleb128): Cast intermediate result.
4706 (read_sleb128): Likewise.
4707
4708 2011-05-13 Tom Tromey <tromey@redhat.com>
4709
4710 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
4711 offset display.
4712
4713 2011-05-13 Doug Evans <dje@google.com>
4714
4715 * linux-nat.c (debug_linux_nat_async): Delete.
4716 Replace all references to use debug_linux_nat instead.
4717 (show_debug_linux_nat_async): Delete.
4718 (sigchld_handler): Call ui_file_write_async_safe instead of
4719 fprintf_unfiltered.
4720 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
4721 * ui-file.c (struct ui_file): New member to_write_async_safe.
4722 (null_file_write_async_safe): New function.
4723 (ui_file_write_async_safe): New function.
4724 (set_ui_file_write_async_safe): New function.
4725 (ui_file_new): Initialize to_write_async_safe.
4726 (stdio_file_write_async_safe): New function.
4727 (struct stdio_file): New member fd.
4728 (stdio_file_new): Initialize to_write_async_safe, fd.
4729 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
4730 fileno.
4731 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
4732 (set_ui_file_write_async_safe): Declare.
4733 (ui_file_write_async_safe): Declare.
4734
4735 2011-05-13 Tom Tromey <tromey@redhat.com>
4736
4737 * utils.c (do_value_free): New function.
4738 (make_cleanup_value_free): Likewise.
4739 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
4740 freeing correctly.
4741 (dwarf2_loc_desc_needs_frame): Call
4742 make_cleanup_value_free_to_mark.
4743 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
4744 * dwarf2expr.c (free_dwarf_expr_context): Don't call
4745 value_free_to_mark.
4746 (new_dwarf_expr_context): Don't call value_mark.
4747 * dwarf2-frame.c (execute_stack_op): Call
4748 make_cleanup_value_free_to_mark.
4749 * defs.h (make_cleanup_value_free): Declare.
4750
4751 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4752
4753 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
4754 prepare_execute_command.
4755 * top.c (prepare_execute_command): Return cleanup.
4756 (execute_command): Use cleanup from prepare_execute_command.
4757 * top.h (prepare_execute_command): Change prototype to return
4758 cleanup.
4759 * defs.h (struct value): Add opaque declaration.
4760 (make_cleanup_value_free_to_mark): Add prototype.
4761 * utils.c (do_value_free_to_mark): New function.
4762 (make_cleanup_value_free_to_mark): Likewise.
4763
4764 2011-05-12 Tom Tromey <tromey@redhat.com>
4765
4766 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
4767 cast left-hand-side to unsigned.
4768
4769 2011-05-12 Tom Tromey <tromey@redhat.com>
4770
4771 PR gdb/12617:
4772 * value.h (value_from_contents): Declare.
4773 * value.c (value_from_contents): New function.
4774 * dwarf2read.c (dwarf_stack_op_name): Add new values.
4775 (dwarf2_get_die_type): New function.
4776 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
4777 (allocate_piece_closure): Acquire reference to values.
4778 (read_pieced_value): Update for value-based expressions.
4779 (write_pieced_value): Likewise.
4780 (free_pieced_value_closure): Call value_free as needed.
4781 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
4782 Update for value-based expressions.
4783 * dwarf2loc.h (dwarf2_get_die_type): Declare.
4784 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
4785 <get_base_type>: New field.
4786 (struct dwarf_expr_piece) <v.value>: Change type.
4787 <v.regno>: New field.
4788 (struct dwarf_expr_context) <mark>: New field.
4789 (dwarf_expr_piece, dwarf_expr_fetch): Update.
4790 (dwarf_expr_pop, dwarf_expr_push): Remove.
4791 (dwarf_expr_push_address): Declare.
4792 * dwarf2expr.c (dwarf_arch_cookie): New global.
4793 (struct dwarf_gdbarch_types): New.
4794 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
4795 functions.
4796 (dwarf_expr_push): Change type of 'value' argument. Update. Now
4797 static.
4798 (dwarf_expr_push_address): New function.
4799 (dwarf_expr_pop): Now static.
4800 (dwarf_expr_fetch): Change return type.
4801 (dwarf_require_integral): New function.
4802 (dwarf_expr_fetch): Simplify.
4803 (add_piece): Update.
4804 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
4805 functions.
4806 (execute_stack_op) <sign_ext>: Remove.
4807 Use values for DWARF stack.
4808 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
4809 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4810 New cases.
4811 (_initialize_dwarf2expr): New function.
4812 (add_piece): Update.
4813 (new_dwarf_expr_context): Set new field.
4814 (free_dwarf_expr_context): Call value_free_to_mark.
4815 * dwarf2-frame.c (no_base_type): New function.
4816 (execute_stack_op): Set get_base_type field. Update.
4817
4818 2011-05-12 Tom Tromey <tromey@redhat.com>
4819
4820 * dwarf2read.c (read_common_block): Fix formatting.
4821
4822 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4823
4824 * breakpoint.c (disable_breakpoint): Disable all locations
4825 associated with a tracepoint on target if a trace experiment is
4826 running.
4827 (disable_command): Disable a specific tracepoint location on target if
4828 a trace experiment is running.
4829 (do_enable_breakpoint): Enable all locations associated with a
4830 tracepoint on target if a trace experiment is running.
4831 (enable_command) Enable a specific tracepoint location on target if a
4832 trace experiment is running.
4833 * target.c (update_current_target): Add INHERIT and de_fault clauses for
4834 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4835 to_disable_tracepoint.
4836 * target.h: Add declaration of struct bp_location.
4837 (struct target_ops): Add new functions
4838 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4839 to_disable_tracepoint to target operations.
4840 (target_supports_enable_disable_tracepoint): New macro.
4841 (target_enable_tracepoint): New macro.
4842 (target_disable_tracepoint): New macro.
4843 * remote.c (struct remote_state): Add new field.
4844 (remote_enable_disable_tracepoint_feature): New.
4845 (remote_protocol_features): Add new entry.
4846 (remote_supports_enable_disable_tracepoint): New.
4847 (remote_enable_tracepoint): New.
4848 (remote_disable_tracepoint): New.
4849 (init_remote_ops): Add remote_enable_tracepoint,
4850 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
4851 to remote operations.
4852 * tracepoint.c (start_tracing): Allow tracing to start without any
4853 tracepoints enabled with just a warning if they can be re-enabled
4854 later.
4855 * NEWS: Add news item for the new behaviour of the enable and disable
4856 GDB commands when applied to tracepoints.
4857 Add news items for the new remote packets QTEnable and QTDisable.
4858
4859 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4860
4861 * config.in: Regenerate.
4862 * configure: Regenerate.
4863 * configure.ac <--with-system-readline> (for readline_echoing_p):
4864 Remove the test.
4865 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
4866 (tui_old_rl_echoing_p): ... here.
4867 (tui_setup_io): Rename extern declaration readline_echoing_p to
4868 _rl_echoing_p. Adjust assignments for the both renames.
4869
4870 2011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4871
4872 * symtab.c (lookup_symtab): Run cleanup before returning.
4873
4874 2011-05-11 Tom Tromey <tromey@redhat.com>
4875
4876 * dwarf2read.c (handle_data_member_location): New function.
4877 (dwarf2_add_field): Use it.
4878 (read_common_block): Likewise.
4879
4880 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 Make addrs->SECTINDEX always defined.
4883 * symfile.c (relative_addr_info_to_section_offsets): Check for
4884 SECTINDEX -1, not for zero ADDR.
4885 (addrs_section_compar): Remove checking for invalid SECTINDEX.
4886 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
4887 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
4888 on its validity.
4889
4890 2011-05-10 Doug Evans <dje@google.com>
4891
4892 * linux-thread-db.c: Whitespace cleanup.
4893 (try_thread_db_load_1): Fix comment.
4894
4895 * linux-thread-db.c (set_libthread_db_search_path): New function.
4896 (_initialize_thread_db): Add setter for libthread-db-search-path.
4897
4898 2011-05-09 Doug Evans <dje@google.com>
4899
4900 * NEWS: Mention --with-iconv-bin.
4901 * configure.ac: New option --with-iconv-bin.
4902 * configure: Regenerate.
4903 * config.in: Regenerate.
4904 * defs.h (relocate_gdb_directory): Declare.
4905 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
4906 removed progname parameter, and exported. All callers updated.
4907 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
4908
4909 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
4910 adding missing call to restore_child_signals_mask.
4911
4912 2011-05-09 Pedro Alves <pedro@codesourcery.com>
4913
4914 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
4915 parameter.
4916 * infrun.c (proceed, start_remote): Adjust.
4917 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
4918 and adjust to not handle it.
4919 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
4920 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
4921 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
4922 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
4923 * windows-nat.c (do_initial_windows_stuff): Adjust.
4924 * infcmd.c (attach_command): Adjust.
4925 (notice_new_inferior): Adjust.
4926
4927 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4928
4929 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
4930 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
4931 * spu-tdep.c (op_selb): Use correct value.
4932
4933 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4934
4935 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
4936 "parent" parameter to symbol_file_add_from_bfd call.
4937
4938 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4939 Thiago Jung Bauermann <bauerman@br.ibm.com>
4940
4941 Implement support for PowerPC BookE masked watchpoints.
4942 * NEWS: Mention masked watchpoint support. Create "Changed commands"
4943 section.
4944 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
4945 method. Initialize to NULL in all existing breakpoint_ops instances.
4946 (struct breakpoint) <hw_wp_mask>: New field.
4947 * breakpoint.c (is_masked_watchpoint): Add prototype.
4948 (update_watchpoint): Don't set b->val for masked watchpoints. Call
4949 breakpoint's breakpoint_ops.works_in_software_mode if available.
4950 (watchpoints_triggered): Handle the case of a hardware masked
4951 watchpoint trigger.
4952 (watchpoint_check): Likewise.
4953 (works_in_software_mode_watchpoint): New function.
4954 (insert_masked_watchpoint, remove_masked_watchpoint)
4955 (resources_needed_masked_watchpoint)
4956 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
4957 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
4958 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
4959 functions.
4960 (masked_watchpoint_breakpoint_ops): New structure.
4961 (watch_command_1): Check for the existence of the `mask' parameter.
4962 Set b->ops according to the type of hardware watchpoint being created.
4963 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
4964 (ppc_linux_remove_mask_watchpoint)
4965 (ppc_linux_masked_watch_num_registers): New functions.
4966 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
4967 to_remove_mask_watchpoint and to_masked_watch_num_registers.
4968 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
4969 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
4970 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4971 (target_masked_watch_num_registers): New functions.
4972 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
4973 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
4974 methods.
4975 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4976 (target_masked_watch_num_registers): Add prototypes.
4977
4978 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4979
4980 PR 12573
4981 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
4982 (producer_is_gcc_ge_4_0): New function.
4983 (process_full_comp_unit): Set also symtab->locations_valid. Move the
4984 symtab->language code.
4985 (var_decode_location): Set cu->has_loclist.
4986 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
4987 skip. Intialize force_skip from locations_valid. Move the prologue
4988 skipping code into two passes.
4989 * symtab.h (struct symtab): Make the primary field a bitfield. New
4990 field locations_valid.
4991
4992 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
4995 (classify_inner_name): Call cp_lookup_nested_type with
4996 yylval.tsym.type.
4997 * cp-namespace.c (cp_lookup_nested_type): New variable
4998 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
4999 type_name_no_tag_or_error with saved_parent_type.
5000 * dwarf2read.c (load_partial_dies): Read in any children of
5001 DW_TAG_typedef with complaint in such case.
5002 * gdbtypes.c (type_name_no_tag_or_error): New function.
5003 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
5004 * valops.c (destructor_name_p): New comment for parameter type. Remove
5005 type const. Make dname and cp const. Call type_name_no_tag_or_error.
5006 * value.h (destructor_name_p): Remove type const.
5007
5008 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5009
5010 * symtab.c (compare_symbol_name): New function.
5011 (completion_list_add_name, expand_partial_symbol_name): Call it,
5012 remove the variable ncmp.
5013 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
5014 gdb_assert it.
5015
5016 2011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5017
5018 Demote to sw watchpoint only in update_watchpoint.
5019 * breakpoint.c (update_watchpoint): Change between software and
5020 hardware watchpoint for all kinds of watchpoints, not just
5021 read/write ones. Determine b->exact value here instead of
5022 in watch_command_1. Error out if there are not enough resources
5023 for a read or access hardware watchpoint.
5024 (watch_command_1): Remove logic of checking whether there are
5025 enough resources available, since update_watchpoint will do that
5026 work now. Don't set b->exact here. Catch exceptions thrown by
5027 update_watchpoint and delete the watchpoint.
5028 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
5029 Use target_exact_watchpoints instead.
5030 (delete_breakpoint): Notify observers only if deleted watchpoint
5031 has a breakpoint number assigned to it.
5032
5033 2011-05-05 Janis Johnson <janisjo@codesourcery.com>
5034
5035 * MAINTAINERS: Add myself as a write-after-approval maintainer.
5036
5037 2011-05-05 Jerome Guitton <guitton@adacore.com>
5038
5039 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
5040 New functions.
5041 (i386_stack_tramp_frame_unwind): New static global.
5042 (i386_match_pattern): New function, extracted from i386_match_insn.
5043 (i386_match_insn): Use i386_match_pattern.
5044 (i386_match_insn_block): New function.
5045 (i386_tramp_chain_in_reg_insns)
5046 (i386_tramp_chain_on_stack_insns): New static variables.
5047 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
5048 of unwinders.
5049
5050 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5051
5052 * configure.host (xscale*): Don't handle target.
5053 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
5054 handle targets.
5055
5056 2011-05-04 Yao Qi <yao@codesourcery.com>
5057
5058 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
5059
5060 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5061
5062 Revert:
5063 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
5064 | * elfread.c (elf_symtab_read): Stop memory leak.
5065
5066 2011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5067
5068 * nto-tdep.c (nto_target): Replace deprecated call to
5069 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
5070
5071 2011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5072
5073 Fix false GCC warning.
5074 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
5075
5076 2011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
5077
5078 * breakpoint.c (update_watchpoint): Move code to change
5079 the enable state of breakpoint from here ...
5080 (do_enable_breakpoint): ... to here.
5081
5082 2011-04-26 Andrew Gontarek <andrewg@cray.com>
5083
5084 * valprint.c (val_print_array_elements): Fixed poor performance
5085 of printing very large arrays with repeat_count_threshold set
5086 to unlimited. New comment.
5087
5088 2011-04-29 Tom Tromey <tromey@redhat.com>
5089
5090 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
5091 (mi_parse): Likewise.
5092 * breakpoint.c (break_range_command): Use sizeof char*, not
5093 char**.
5094 (create_breakpoint): Likewise.
5095 (parse_breakpoint_sals): Likewise.
5096
5097 2011-04-29 Pedro Alves <pedro@codesourcery.com>
5098
5099 * linux-nat.c (linux_child_remove_fork_catchpoint)
5100 (linux_child_remove_vfork_catchpoint)
5101 (linux_child_remove_exec_catchpoint): New functions.
5102 (linux_target_install_ops): Install them.
5103
5104 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
5105
5106 PR mi/12531
5107
5108 * varobj.c (install_default_visualizer): Do not install a
5109 visualizer if the varobj is CPLUS_FAKE_CHILD.
5110 (construct_visualizer): Likewise.
5111
5112 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
5115 case insensitive comparison.
5116
5117 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
5118
5119 * infrun.c (proceed): Revert previous change.
5120 (resume): Instead, handle the case of signal delivery while stepping
5121 off a breakpoint location here, and only if software single-stepping
5122 is used. Handle nested signals.
5123
5124 2011-04-28 Yao Qi <yao@codesourcery.com>
5125
5126 * arm-tdep.c (copy_unmodified): Rename to ...
5127 (arm_copy_unmodified): .. this. New.
5128 (copy_preload): Move common part to ...
5129 (install_preload): .. this. New.
5130 (arm_copy_preload): New.
5131 (copy_preload_reg): Move common part to ...
5132 (install_preload_reg): ... this. New.
5133 (arm_copy_preload_reg): New.
5134 (copy_b_bl_blx): Move common part to ...
5135 (install_b_bl_blx): .. this. New.
5136 (arm_copy_b_bl_blx): New.
5137 (copy_bx_blx_reg): Move common part to ...
5138 (install_bx_blx_reg): ... this. New.
5139 (arm_copy_bx_blx_reg): New.
5140 (copy_alu_reg): Move common part to ...
5141 (install_alu_reg): ... this. New.
5142 (arm_copy_alu_reg): New.
5143 (copy_alu_shifted_reg): Move common part to ...
5144 (install_alu_shifted_reg): ... this. New.
5145 (copy_ldr_str_ldrb_strb): Move common part to ...
5146 (install_ldr_str_ldrb_strb): ... this. New.
5147 (arm_copy_ldr_str_ldrb_strb): New.
5148 (copy_copro_load_store): Move some common part to ...
5149 (install_copy_copro_load_store): ... this. New.
5150 (arm_copy_copro_load_store): New.
5151 (copy_svc): Delete.
5152 (arm_copy_svc): Renamed from copy_svc.
5153 (copy_undef): Delete.
5154 (arm_copy_undef): Renamed from copy_undef.
5155 (decode_ext_reg_ld_st): Delete.
5156 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
5157 (decode_svc_copro): Delete.
5158 (arm_decode_svc_copro): Renamed from decode_svc_copro.
5159 (copy_copro_load_store, copy_alu_imm): update callers.
5160 (copy_extra_ld_st, copy_block_xfer): Likewise.
5161 (decode_misc_memhint_neon, decode_unconditional): Likewise.
5162 (decode_miscellaneous, decode_dp_misc): Likewise.
5163 (decode_ld_st_word_ubyte, decode_media): Likewise.
5164 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
5165 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
5166 (decode_unconditional, decode_miscellaneous): Likewise.
5167 (decode_media, decode_b_bl_ldmstm): Likewise.
5168 (arm_process_displaced_insn): Likewise..
5169 (decode_misc_memhint_neon): Delete.
5170 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
5171 (decode_miscellaneous): Delete.
5172 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
5173 (decode_dp_misc): Delete.
5174 (arm_decode_dp_misc): Renamed from decode_dp_misc.
5175 (decode_ld_st_word_ubyte): Delete.
5176 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
5177 (decode_media): Delete.
5178 (arm_decode_media): Renamed from decode_media.
5179 (decode_b_bl_ldmstm): Delete.
5180 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
5181 (decode_ext_reg_ld_st): Delete.
5182 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
5183 (decode_unconditional): Delete.
5184 (arm_decode_unconditional): Renamed from decode_unconditional.
5185
5186 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5187
5188 Case insensitive lookups implementation.
5189 * dwarf2read.c: Include ctype.h.
5190 (struct mapped_index): New field version.
5191 (mapped_index_string_hash): New parameter index_version. New comment
5192 for it. Call tolower appropriately.
5193 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
5194 Choose the right index version for mapped_index_string_hash.
5195 (dwarf2_read_index): Support also the index version 5. Initialize the
5196 new struct mapped_index field version.
5197 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
5198 (find_slot): Explain the version needs. Pass INT_MAX for the new
5199 parameter.
5200 (write_psymtabs_to_index): Produce version 5.
5201 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
5202 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
5203 * psymtab.c (lookup_partial_symbol): Find the
5204 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
5205 entries.
5206 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
5207 NAME lowercasing.
5208 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
5209 (completion_list_add_name): New variable ncmp, initialize it, use it.
5210 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
5211 * utils.c (strcmp_iw): Support case_sensitive_off.
5212 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
5213 New function comment part. New variables saved_string1,
5214 saved_string2 and case_pass. Add a proper second pass.
5215
5216 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 Replace re_comp/re_exec by regcomp/regexec.
5219 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
5220 (search_symbols_name_matches): Use them, use regexec.
5221 (search_symbols): New variable retval_chain, adjust the use of
5222 old_chain against it. Replace re_comp by regcomp. Use the new struct
5223 search_symbols_data fields, use regexec instead of re_exec.
5224
5225 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5226
5227 Format the code for the next patch.
5228 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
5229 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
5230 New variables c1 and c2.
5231
5232 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
5233
5234 * infrun.c (proceed): Do not single-step into signal delivery
5235 when stepping off a breakpoint location.
5236 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
5237 (insert_step_resume_breakpoint_at_caller): Likewise.
5238 (insert_step_resume_breakpoint_at_sal): Likewise.
5239 (insert_longjmp_resume_breakpoint): Likewise.
5240
5241 2011-04-27 Yao Qi <yao@codesourcery.com>
5242
5243 * common/linux-ptrace.h: Remove include <sys/wait.h>.
5244
5245 2011-04-27 Joel Brobecker <brobecker@adacore.com>
5246
5247 * procfs.c (procfs_pass_signals): Fix advance declaration.
5248
5249 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
5250
5251 * target.h (struct target_ops): Remove to_notice_signals;
5252 add to_pass_signals.
5253 (target_notice_signals): Remove.
5254 (target_pass_signals): Add prototype.
5255 * target.c (update_current_target): Remove to_notice_signals;
5256 mention to_pass_signals.
5257 (target_pass_signals): New function.
5258 (debug_to_notice_signals): Remove.
5259 (setup_target_debug): Do not install debug_to_notice_signals.
5260
5261 * infrun.c (signal_pass): New global.
5262 (resume): Call target_pass_signals.
5263 (handle_inferior_event): Report all signals while stepping over
5264 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
5265 are re-inserted when stepping over a signal handler.
5266 (signal_cache_update): New function.
5267 (signal_stop_update): Call it.
5268 (signal_print_update): Likewise.
5269 (signal_pass_update): Likewise.
5270 (handle_command): Call signal_cache_update and target_pass_signals
5271 instead of target_notice_signals.
5272 (_initialize_infrun): Initialize signal_pass.
5273
5274 * linux-nat.c (pass_mask): New global.
5275 (linux_nat_pass_signals): New function.
5276 (linux_nat_create_inferior): Report all signals initially.
5277 (linux_nat_attach): Likewise.
5278 (linux_nat_resume): Use pass_mask to decide whether to directly
5279 handle an inferior signal.
5280 (linux_nat_wait_1): Likewise.
5281 (linux_nat_add_target): Install to_pass_signals callback.
5282
5283 * nto-procfs.c (notice_signals): Remove.
5284 (procfs_resume): Do not call notice_signals.
5285 (procfs_notice_signals): Remove.
5286 (procfs_pass_signals): New function.
5287 (init_procfs_ops): Install to_pass_signals callback instead of
5288 to_notice_signals callback.
5289 (_initialize_procfs): Report all signals initially.
5290
5291 * procfs.c (procfs_notice_signals): Remove.
5292 (procfs_pass_signals): New function.
5293 (procfs_target): Install to_pass_signals callback instead of
5294 to_notice_signals callback.
5295 (register_gdb_signals): Remove.
5296 (procfs_debug_inferior): Report all signals initially.
5297 (procfs_init_inferior): Remove redundant register_gdb_signals call.
5298
5299 * remote.c (remote_pass_signals): Add numsigs and pass_signals
5300 parameters; use them instead of calling signal_..._state routines.
5301 (remote_notice_signals): Remove.
5302 (remote_start_remote): Report all signals initially.
5303 (remote_resume): Do not call remote_pass_signals.
5304 (_initialize_remote): Install to_pass_signals callback instead of
5305 to_notice_signals callback.
5306
5307 2011-04-27 Pedro Alves <pedro@codesourcery.com>
5308
5309 * breakpoint.c (user_settable_breakpoint): Delete.
5310 (user_breakpoint_p): Remove check on user_settable_breakpoint.
5311 (delete_command): Check user_breakpoint_p instead of looking at
5312 the breakpoint's type.
5313 (disable_command): Ditto.
5314 (enable_command): Ditto.
5315 (delete_trace_command): Use user_breakpoint_p instead of looking
5316 at the breakpoint number directly. When checking if there are
5317 user visible tracepoints, in order to know whether to ask the user
5318 for confirmation, check whether the breakpoint is actually a
5319 tracepoint.
5320
5321 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5322
5323 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
5324 compilation.
5325
5326 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5327
5328 MI breakpoint notifications.
5329
5330 * annotate.c (breakpoint_changed): Adjust parameter type.
5331 * breakpoint.c (set_breakpoint_condition): Adjust to change
5332 in breakpoint_modified type.
5333 (breakpoint_set_commands): Likewise.
5334 (do_map_commands_command): Likewise.
5335 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
5336 changed after bumping hit count.
5337 (bpstat_stop_status): Likewise.
5338 (print_one_breakpoint_location): Don't wrap in tuple here.
5339 (print_one_breakpoint): Always print individual locations.
5340 For locations, use unnamed tuple.
5341 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
5342 has changed.
5343 (create_catchpoint, create_syscall_event_catchpoint): Call
5344 breakpoint_created obsever.
5345 (mention): Don't call breakpoint_created observer.
5346 (create_breakpoint_sal): Call breakpoint_created observer.
5347 (create_breakpoint, watch_command_1): Likewise.
5348 (create_ada_exception_breakpoint): Likewise.
5349 (delete_breakpoint): Call breakpoint_deleted breakpoint.
5350 (locations_are_equal): New.
5351 (update_breakpoint_locations): If locations were changed, notify.
5352 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
5353 Call breakpoint_modified observer.
5354
5355 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
5356 (mi_cmd_break_insert): Don't set observers for modify and delete.
5357 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
5358 (mi_breakpoint_created, mi_breakpoint_deleted)
5359 (mi_breakpoint_modified): New.
5360 (mi_interpreter_init): Hook the above.
5361 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
5362 while -break-* commands are executing.
5363 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
5364 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
5365 (mi_redirect): New.
5366 (mi_ui_out_impl): Hook in mi_redirect.
5367 (mi_field_skip): True to the name, skip the field, don't output
5368 a field with an empty value.
5369
5370 * python/py-breakpoint.c (gdbpy_breakpoint_created)
5371 (gdbpy_breakpoint_deleted): Adjust.
5372 * tui/tui-hooks.c (tui_event_create_breakpoint)
5373 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
5374
5375 2011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
5376
5377 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
5378 (procfs_remove_hw_watchpoint): Likewise.
5379
5380 2011-04-26 Michael Walle <michael@walle.cc>
5381
5382 * remote.c (remote_start_remote): Ack packet after sending the
5383 interrupt sequence.
5384
5385 2011-04-26 Yao Qi <yao@codesourcery.com>
5386
5387 * linux-nat.c: Move common macros to ...
5388 Include linux-ptrace.h.
5389 * common/linux-ptrace.h: ... here. New.
5390
5391 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5392
5393 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
5394 !objfile_has_partial_symbols. New comment.
5395 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
5396 SYM_READ_PSYMBOLS is not present. Extend the comment.
5397 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
5398
5399 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5400
5401 * defs.h (ENUM_BITFIELD): Remove.
5402
5403 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5404 Eli Zaretskii <eliz@gnu.org>
5405
5406 * NEWS: Document the new gdbserver --once option.
5407
5408 2011-04-21 Jie Zhang <jzhang918@gmail.com>
5409
5410 * MAINTAINERS: Update my email address.
5411
5412 2011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5413
5414 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
5415 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
5416 function call if __STDC_ISO_10646__ macro is defined.
5417 (intermediate_encoding): New prototype.
5418 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
5419 to generate compile time error for unsupported gdb_wchar_t size.
5420 (ENDIAN_SUFFIX): New macro.
5421 (intermediate_encoding): New function.
5422
5423 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5424
5425 * ada-lang.c (struct add_partial_datum): Update the comment for
5426 expand_partial_symbol_name.
5427 (ada_add_partial_symbol_completions): Rename to ...
5428 (ada_expand_partial_symbol_name): ... here, change return type, update
5429 function comment, call symbol_completion_match instead of
5430 symbol_completion_add.
5431 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
5432 and ada_expand_partial_symbol_name.
5433 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
5434 FILE_MATCHER.
5435 (dw2_map_symbol_names): Remove.
5436 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
5437 * psymtab.c (map_symbol_names_psymtab): Remove.
5438 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
5439 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
5440 order.
5441 (psym_functions): Unlist map_symbol_names_psymtab.
5442 (map_partial_symbol_names): Rename to ...
5443 (expand_partial_symbol_names): ... here, change the FUN type, call
5444 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
5445 * psymtab.h (map_partial_symbol_names): Rename to ...
5446 (expand_partial_symbol_names): ... here, change the FUN type.
5447 * symfile.h (struct quick_symbol_functions): Update the description of
5448 expand_symtabs_matching. Remove map_symbol_names.
5449 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
5450 (struct add_name_data): Update the comment for
5451 expand_partial_symbol_name.
5452 (add_partial_symbol_name): Rename to ...
5453 (expand_partial_symbol_name): ... here. Replace
5454 completion_list_add_name call by strncmp.
5455 (default_make_symbol_completion_list_break_on): Use now
5456 expand_partial_symbol_names and expand_partial_symbol_name.
5457 * symtab.h (enum search_domain): New element ALL_DOMAIN.
5458
5459 2011-04-20 Tom Tromey <tromey@redhat.com>
5460
5461 * dwarf2read.c (save_gdb_index_command): Replace format
5462 documentation with a pointer to the manual.
5463
5464 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5465
5466 * regcache.c: Include remote.h.
5467 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
5468 (regcache_dump): Handle regcache_dump_remote.
5469 (maintenance_print_remote_registers): New function.
5470 (_initialize_regcache): Install "maint print remote-registers"
5471 command.
5472 * remote.c (map_regcache_remote_table): New function, factored out
5473 from ...
5474 (init_remote_state): ... here.
5475 (remote_register_number_and_offset): New.
5476 * remote.h (remote_register_number_and_offset): Declare.
5477
5478 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5479
5480 * regcache.c (get_thread_arch_regcache): If creating a regcache for
5481 null_ptid, assume and allow a NULL address space, instead of
5482 asking the target for the ptid's address space.
5483 * infrun.c (ptid_is_pid): Remove assertion.
5484
5485 2011-04-19 Tom Tromey <tromey@redhat.com>
5486
5487 * windows-tdep.c (windows_xfer_shared_library):
5488 * windows-nat.c (get_module_name, windows_make_so):
5489 * v850-tdep.c (v850_handle_pushm):
5490 * utils.c (null_cleanup, gdb_realpath):
5491 * ui-out.c (get_next_header):
5492 * tracepoint.c (clear_traceframe_info):
5493 * symtab.c (lookup_symtab):
5494 * serial.h (struct serial_ops):
5495 * mipsread.c (read_alphacoff_dynamic_symtab):
5496 * infcmd.c (print_return_value):
5497 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
5498 * f-exp.y (parse_number):
5499 * exceptions.c (catch_exceptions):
5500 * dummy-frame.c (dummy_frame_this_id):
5501 * defs.h (struct cleanup):
5502 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
5503 * arm-tdep.c (arm_push_dummy_call):
5504 * amd64-tdep.h (amd64_collect_xsave):
5505 * amd64-tdep.c (amd64_collect_xsave):
5506 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
5507 * README (typing): Remove duplicate words.
5508 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
5509 * infrun.c (siginfo_value_read): Fix typo.
5510 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
5511 * top.c (source_line_number): Add comma.
5512
5513 2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
5514
5515 * thread.c (any_live_thread_of_process): Prioritize threads
5516 that are not executing.
5517 * gdbthread.h (any_live_thread_of_process): Update comment
5518 as per above change.
5519
5520 2011-04-19 Andreas Schwab <schwab@linux-m68k.org>
5521
5522 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
5523 (scan_xcoff_symtab): Likewise.
5524
5525 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5526
5527 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
5528 inside if clause.
5529
5530 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5531 Pedro Alves <pedro@codesourcery.com>
5532
5533 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
5534 variables to simplify code and avoid == operator at end of
5535 line as this is against GNU coding standards.
5536
5537 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5538
5539 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
5540 lm_name to name_lm to avoid conflict with lm_name function.
5541
5542 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5543
5544 ARI fixes: Use only lowercase function name for static functions.
5545 * nto-tdep.c (LM_ADDR): Rename to...
5546 (lm_addr): New function name.
5547 (nto_relocate_section_addresses): Adapt to change above.
5548 * solib-sunos.c (LM_ADDR): Rename to...
5549 (lm_addr): New function name.
5550 (LM_NEXT): Rename to...
5551 (lm_next): New function name.
5552 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
5553 function name changes above.
5554 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
5555 (lm_addr_from_link_map): New function name.
5556 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
5557 (has_lm_dynamic_from_link_map): New function name.
5558 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
5559 (lm_dynamic_from_link_map): New function name.
5560 (LM_ADDR_CHECK): Rename to...
5561 (lm_addr_check): New function name.
5562 (LM_NEXT): Rename to...
5563 (lm_next): New function name.
5564 (LM_PREV): Rename to...
5565 (lm_prev): New function name.
5566 (LM_NAME): Rename to...
5567 (lm_name): New function name.
5568 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
5569 (ignore_first_link_map_entry): New function name.
5570 (svr4_keep_data_in_core): Adapt to function name changes above.
5571 (svr4_current_sos): Likewise.
5572 (enable_break): Likewise.
5573 (svr4_relocate_section_addresses): Likewise.
5574
5575 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5576
5577 ARI cleanup.
5578 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
5579 sprintf. Simplify code and avoid loosing memory.
5580 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
5581 (call0_frame_cache): Remove && operator from end of line.
5582
5583 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5584
5585 Fix libraries displacement if they change whether they were prelinked.
5586 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
5587 does not match. Comment why.
5588
5589 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5590
5591 * corelow.c: Include wrapper.h.
5592 (core_open): Call now gdb_target_find_new_threads.
5593 * wrapper.c: Include target.h.
5594 (gdb_target_find_new_threads): New.
5595 * wrapper.h (gdb_target_find_new_threads): New declaration.
5596
5597 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5598
5599 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
5600 even if !TARGET_HAS_EXECUTION.
5601
5602 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5603
5604 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
5605 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
5606 bfd_get_synthetic_symtab.
5607 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
5608 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
5609 parameter parent, remove the call to add_separate_debug_objfile.
5610 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
5611 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
5612 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
5613 parent, new comment for it, call add_separate_debug_objfile for it.
5614 (symbol_file_add_separate): Pass objfile as the parameter parent,
5615 remove the call to add_separate_debug_objfile.
5616 (symbol_file_add_from_bfd): New parameter parent, pass it.
5617 (symbol_file_add): Pass NULL to the new parameter parent.
5618 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
5619
5620 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5621
5622 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
5623 BSF_SYNTHETIC.
5624
5625 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 Fix Python access to inlined frames.
5628 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
5629 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5630
5631 2011-04-15 Tom Tromey <tromey@redhat.com>
5632
5633 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
5634
5635 2011-04-15 Gary Benson <gbenson@redhat.com>
5636
5637 * MAINTAINERS: Add myself to write-after-approval section.
5638
5639 2011-04-14 Mike Frysinger <vapier@gentoo.org>
5640
5641 * remote-sim.c (sim_command_completer): New function.
5642 (_initialize_remote_sim): Set completer to sim_command_completer.
5643
5644 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5645
5646 * breakpoint.c (print_exception_catchpoint): Rename to ...
5647 (print_it_exception_catchpoint): ... this.
5648 (gnu_v3_exception_catchpoint_ops): Update with new name
5649 for print_it_exception_catchpoint.
5650
5651 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
5652
5653 * MAINTAINERS: Add myself for write after approval privileges.
5654
5655 2011-04-13 Marek Polacek <mpolacek@redhat.com>
5656
5657 * MAINTAINERS: Add myself as a write-after-approval maintainer.
5658
5659 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5660
5661 * breakpoint.c (watch_command_1): Remove colon from exp_string.
5662
5663 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5664
5665 * breakpoint.c (save_breakpoints): Verify whether
5666 breakpoint_ops.print_recreate is defined before calling it.
5667
5668 2011-04-11 Gary Benson <gbenson@redhat.com>
5669
5670 Fix failure with --enable-maintainer-mode.
5671 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
5672
5673 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5674
5675 Code cleanup.
5676 * symtab.c (search_symbols): Reorder the KIND description in the
5677 function comment. Remove the unused 4th element of types, types2,
5678 types3 and types4. New gdb_assert on KIND.
5679 (symtab_symbol_info): Remove the unused 4th element of classnames.
5680 New gdb_assert on KIND.
5681 * symtab.h (enum search_domain): New warning in the enum comment.
5682 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
5683 TYPES_DOMAIN.
5684
5685 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 Fix crash of gdb save-index on a STABS file.
5688 * dwarf2read.c (write_psymtabs_to_index): Return also on no
5689 PSYMTABS_ADDRMAP.
5690
5691 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5692
5693 Fix DW_AT_accessibility compatibility with gcc-4.6+.
5694 * dwarf2read.c: Include ctype.h.
5695 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
5696 functions.
5697 (dwarf2_add_field): Fix new_field->accessibility by calling
5698 dwarf2_default_access_attribute. Restructure setting accessibility
5699 vs. virtuality.
5700 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
5701 is_private and is_protected by calling
5702 dwarf2_default_access_attribute.
5703
5704 2011-04-08 Kevin Buettner <kevinb@redhat.com>
5705
5706 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
5707 to the initialization.
5708
5709 2011-04-08 Steve Ellcey <sje@cup.hp.com>
5710
5711 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
5712 initalization.
5713
5714 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
5715
5716 Remove support for old Cygwin 1.5 versions.
5717 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
5718 function on old Cygwin version.
5719 * windows-nat.c: Remove cygwin version check and always define
5720 __USEWIDE for Cygwin compilation.
5721
5722 2011-04-07 Yao Qi <yao@codesourcery.com>
5723
5724 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
5725 and TO.
5726 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
5727 (arm_copy_svc): Remove parameters INSN and TO.
5728 (decode_svc_copro): Update caller.
5729 * arm-tdep.h (struct displaced_step_closure): Remove parameters
5730 from function pointer `copy_svc_os'.
5731
5732 2011-04-07 Yao Qi <yao@codesourcery.com>
5733
5734 * arm-tdep.c (cleanup_branch): Set a correct return address in
5735 LR for ARM and Thumb.
5736
5737 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5738
5739 Code cleanup.
5740 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
5741 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
5742 in the function comment, a new note on values compatibility.
5743 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
5744 * symtab.h (SYMBOL_HASH_NEXT): New.
5745
5746 2011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5747
5748 * ppc-linux-nat.c (check_condition): Add len output parameter.
5749 Set it based on the memory region referenced in the condition
5750 expression. Update all callers.
5751
5752 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 Fix crash regression on systems featuring .gdb_index.
5755 * objfiles.c (free_objfile): Move the
5756 forget_cached_source_info_for_objfile call earlier. Comment it.
5757 Extend the comment for objfile_free_data.
5758
5759 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5760
5761 Fix regression of displaying the debug format.
5762 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
5763 subfile.
5764
5765 2011-04-04 Tom Tromey <tromey@redhat.com>
5766
5767 * cli/cli-interp.c (struct captured_execute_command_args):
5768 Remove.
5769 (do_captured_execute_command): Remove.
5770 (safe_execute_command): Use TRY_CATCH.
5771 * cli/cli-script.c (struct wrapped_read_command_file_args):
5772 Remove.
5773 (wrapped_read_command_file): Remove.
5774 (script_from_file): Use TRY_CATCH.
5775 * exceptions.c (catch_exception): Remove.
5776 * exceptions.h (catch_exception): Remove.
5777 (deprecated_throw_reason): Update comment.
5778 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
5779 argument to 'context'.
5780 (mi_execute_command): Use TRY_CATCH.
5781 * remote.c (struct start_remote_args): Remove.
5782 (remote_start_remote): Update; change arguments.
5783 (remote_open_1): Use TRY_CATCH.
5784
5785 2011-04-04 Tom Tromey <tromey@redhat.com>
5786
5787 * tracepoint.c (scope_info): Update.
5788 * symtab.c (decode_line_spec): Update.
5789 * python/python.c (gdbpy_decode_line): Update.
5790 * linespec.h (decode_line_1): Update.
5791 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
5792 (decode_compound, find_method, symtab_from_filename)
5793 (decode_variable): Likewise.
5794 * cli/cli-cmds.c (edit_command): Update.
5795 (list_command): Update.
5796 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
5797 argument.
5798 (create_breakpoint): Update.
5799 (until_break_command): Update.
5800 (addr_string_to_sals): Update.
5801 (decode_line_spec_1): Update.
5802
5803 2011-04-04 Tom Tromey <tromey@redhat.com>
5804
5805 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
5806 (do_captured_parse_breakpoint): Remove.
5807 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
5808 Use TRY_CATCH directly.
5809
5810 2011-04-04 Tom Tromey <tromey@redhat.com>
5811
5812 * symtab.h (free_symtab): Remove.
5813 (forget_cached_source_info_for_objfile): Declare.
5814 * symmisc.c (free_symtab): Remove.
5815 * source.c (forget_cached_source_info_for_objfile): New function.
5816 (forget_cached_source_info): Use it.
5817 * objfiles.c (free_objfile): Simplify check before calling
5818 clear_current_source_symtab_and_line. Call
5819 forget_cached_source_info_for_objfile.
5820
5821 2011-04-04 Tom Tromey <tromey@redhat.com>
5822
5823 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
5824 (new_symtab): Don't set `free_code' on symtab.
5825 (new_linetable): Properly handle size==0.
5826 * symtab.h (struct symtab) <free_code, free_func>: Remove.
5827 * symmisc.c (free_symtab): Don't free the linetable. Don't call
5828 free_func.
5829 * jv-lang.c (struct jv_per_objfile_data): New.
5830 (jv_per_objfile_free): Free the data.
5831 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
5832 (get_java_class_symtab): Set the `dict' field on the
5833 jv_per_objfile_data.
5834 (free_class_block): Remove.
5835 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
5836 the symtab.
5837
5838 2011-04-04 Tom Tromey <tromey@redhat.com>
5839
5840 * symfile.c (reread_symbols): Update.
5841 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
5842 field.
5843 * objfiles.c (allocate_objfile): Update.
5844 * cp-support.h (cp_check_possible_namespace_symbols): Don't
5845 declare.
5846 * cp-namespace.c (lookup_symbol_file): Don't call
5847 lookup_possible_namespace_symbol.
5848 (initialize_namespace_symtab, get_possible_namespace_block)
5849 (free_namespace_block, cp_check_possible_namespace_symbols)
5850 (check_possible_namespace_symbols_loop)
5851 (check_one_possible_namespace_symbol)
5852 (lookup_possible_namespace_symbol): Remove.
5853 (maintenance_cplus_namespace): Replace with notice.
5854 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
5855
5856 2011-04-04 Tom Tromey <tromey@redhat.com>
5857
5858 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
5859 * symtab.h (struct symtab) <producer, debugformat>: Now const.
5860 * symmisc.c (free_symtab): Don't free debugformat.
5861 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
5862 (record_debugformat, record_producer): Document.
5863 * buildsym.c (end_symtab): Don't save debugformat and producer
5864 names on obstack.
5865 (end_symtab): Don't free debugformat and producer fields.
5866 (record_debugformat): Don't call xstrdup.
5867 (record_producer): Likewise.
5868
5869 2011-04-04 Tom Tromey <tromey@redhat.com>
5870
5871 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
5872 (source_line_charpos, source_charpos_line): Remove.
5873
5874 2011-04-04 Tom Tromey <tromey@redhat.com>
5875
5876 * symtab.h (domain_enum): Split in two...
5877 (enum search_domain): New.
5878 (search_symbols): Update.
5879 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
5880 redundant declarations.
5881 (search_symbols): Change 'kind' argument to search_domain.
5882 Update.
5883 (print_symbol_info): Likewise.
5884 (symtab_symbol_info): Likewise.
5885 * symfile.h (struct quick_symbol_functions)
5886 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
5887 <expand_symtabs_matching>: Likewise.
5888 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
5889 (expand_symtabs_matching_via_partial): Update.
5890 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
5891 (dw2_expand_symtabs_for_function): Update.
5892 * block.h: Moved anonymous enum...
5893 * defs.h (enum block_enum): ... here. Now named.
5894
5895 2011-04-03 Joel Brobecker <brobecker@adacore.com>
5896
5897 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
5898 * version.in: Bump version to 7.3.50.20110403-cvs.
5899
5900 2011-04-03 Joel Brobecker <brobecker@adacore.com>
5901
5902 * NEWS: Create a new section for the next release branch.
5903 Rename the section of the current branch, now that it has
5904 been cut.
5905
5906 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5907
5908 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
5909 for "fpscr" in target description.
5910
5911 2011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
5914 initialize it. Delay HASH initialization. Strip the part after open
5915 parenthesis for languages with qualifiers. Call do_cleanups.
5916
5917 2011-04-01 Tom Tromey <tromey@redhat.com>
5918
5919 * utils.c (report_command_stats): Don't print `-' for negative
5920 number.
5921
5922 2011-04-01 Eric Botcazou <ebotcazou@adacore.com>
5923
5924 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
5925 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
5926 typedefs.
5927
5928 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5929
5930 * breakpoint.h (bpdisp_text): Add declaration.
5931 * breakpoint.c (bpdisp_text): Make non-static.
5932 * ada-lang.c: #include "mi/mi-common.h".
5933 (print_it_exception): Rewrite to improve GDB/MI output.
5934
5935 2011-04-01 Pedro Alves <pedro@codesourcery.com>
5936
5937 * arm-tdep.h (struct address_space): Add forward declaration.
5938
5939 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5940
5941 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
5942 * arm-tdep.c (arm_override_mode): New global.
5943 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
5944 execution mode heuristics.
5945 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
5946 second single-step breakpoint if needed, using
5947 arm_insert_single_step_breakpoint.
5948 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
5949 ARM execution mode, do not call thumb_get_next_pc_raw.
5950 (arm_get_next_pc): Encode execution mode in return value. Call
5951 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
5952 (arm_insert_single_step_breakpoint): New function.
5953 (arm_software_single_step): Call it.
5954 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
5955 argument to return execution mode of sigreturn target.
5956 (arm_linux_syscall_next_pc): Use it.
5957 (arm_linux_copy_svc): Update call.
5958 (arm_linux_software_single_step): Call
5959 arm_insert_single_step_breakpoint.
5960
5961 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5962
5963 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
5964 the comment.
5965
5966 2011-03-31 Tom Tromey <tromey@redhat.com>
5967
5968 * varobj.c (update_dynamic_varobj_children): Properly handle
5969 errors from iterator.
5970
5971 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5972
5973 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
5974 struct linkage name twice.
5975
5976 2011-03-31 Tom Tromey <tromey@redhat.com>
5977
5978 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
5979 missing ">" to message.
5980
5981 2011-03-31 Tom Tromey <tromey@redhat.com>
5982
5983 * varobj.c (instantiate_pretty_printer): Remove duplicate
5984 'return'.
5985
5986 2011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
5987
5988 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
5989 if neither saved value nor register available (e.g. signal frame).
5990
5991 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5992
5993 * macroexp.c (expand): Avoid uninitialized variable
5994 compiler warning.
5995
5996 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5997
5998 * breakpoint.c (break_range_command): Fix typo in comment.
5999
6000 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
6001 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6002
6003 Implement support for PowerPC BookE ranged breakpoints.
6004 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
6005 * breakpoint.h (struct bp_target_info) <length>: New member
6006 variable.
6007 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
6008 instead of struct breakpoint as argument, and also add ASPACE
6009 and BP_ADDR arguments. Update all callers.
6010 (struct breakpoint_ops) <print_one_detail>: New method.
6011 (struct breakpoint) <addr_string_range_end>: New member variable.
6012 * breakpoint.c (breakpoint_location_address_match): Add function
6013 prototype.
6014 (insert_bp_location): Set bl->target_info.length.
6015 (breakpoint_here_p): Call breakpoint_location_address_match.
6016 (moribund_breakpoint_here_p): Likewise.
6017 (regular_breakpoint_inserted_here_p): Likewise.
6018 (breakpoint_thread_match): Likewise.
6019 (bpstat_stop_status): Likewise.
6020 (bpstat_check_location): Move call to
6021 breakpoint_ops.breakpoint_hit to the top.
6022 (print_one_breakpoint_location): Call
6023 breakpoint_ops.print_one_detail if available.
6024 (breakpoint_address_match_range): New function.
6025 (breakpoint_location_address_match): Likewise.
6026 (breakpoint_locations_match): Compare the length field of the
6027 locations too.
6028 (hw_breakpoint_used_count): Count resources used by all locations
6029 in a breakpoint, and use breakpoint_ops.resources_needed if
6030 available.
6031 (breakpoint_hit_ranged_breakpoint): New function.
6032 (resources_needed_ranged_breakpoint): Likewise.
6033 (print_it_ranged_breakpoint): Likewise.
6034 (print_one_ranged_breakpoint): Likewise.
6035 (print_one_detail_ranged_breakpoint): Likewise.
6036 (print_mention_ranged_breakpoint): Likewise.
6037 (print_recreate_ranged_breakpoint): Likewise.
6038 (ranged_breakpoint_ops): New structure.
6039 (find_breakpoint_range_end): New function.
6040 (break_range_command): Likewise.
6041 (delete_breakpoint): Free addr_string_range_end.
6042 (update_breakpoint_locations): Add SALS_END argument. Update
6043 all callers. Calculate breakpoint length if a non-zero SALS_END
6044 is given. Call breakpoint_locations_match instead of
6045 breakpoint_address_match.
6046 (reset_breakpoint): Find SaL of the end of the range if B is a
6047 ranged breakpoint.
6048 (_initialize_breakpoint): Register break-range command.
6049 * defs.h (print_core_address): Add function prototype.
6050 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
6051 function.
6052 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
6053 (ppc_linux_remove_hw_breakpoint): Likewise.
6054 (_initialize_ppc_linux_nat): Initialize
6055 to_ranged_break_num_registers.
6056 * target.c (update_current_target): Add comment about
6057 to_ranged_break_num_registers.
6058 (target_ranged_break_num_registers): New function.
6059 * target.h (struct target_ops) <to_ranged_break_num_registers>:
6060 New method.
6061 (target_ranged_break_num_registers): Add function prototype.
6062 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
6063 * utils.c (print_core_address): ... here.
6064
6065 2011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6066
6067 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
6068 variable compiler warning.
6069
6070 2011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6071
6072 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
6073 code from here ...
6074 (re_set_breakpoint): ... to here ...
6075 (addr_string_to_sals): ... and here.
6076
6077 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
6078
6079 * Makefile.in (SFILES): Add missing C sources.
6080 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
6081 Add missing headers.
6082
6083 2011-03-29 Mike Frysinger <vapier@gentoo.org>
6084
6085 * .gitignore: New file.
6086
6087 2011-03-29 Mike Frysinger <vapier@gentoo.org>
6088
6089 * NEWS: Mention new cfi device simulation.
6090
6091 2011-03-29 Tom Tromey <tromey@redhat.com>
6092
6093 * dwarf2read.c (fixup_partial_die): Handle linkage name on
6094 otherwise anonymous types.
6095 (dwarf2_name): Likewise.
6096 * valops.c (value_struct_elt_for_reference): Refine artificial
6097 type logic. Call error if j==-1.
6098
6099 2011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
6100
6101 Fix false GCC warning.
6102 * infcall.c (find_function_addr): Initialize funaddr.
6103
6104 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
6105
6106 Fix mingw compilation with --enable-targets=all.
6107 * remote-mips.c (gdb_usleep.h): Include header.
6108 (mips_enter_debug): Use gdb_usleep instead of sleep.
6109
6110 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6111
6112 Support resolution of STT_GNU_IFUNC via breakpoints.
6113 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
6114 bp_gnu_ifunc_resolver_return.
6115 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
6116 the loop. Support bp_gnu_ifunc_resolver and
6117 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
6118 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
6119 breakpoints.
6120 (bptype_string, print_one_breakpoint_location): Support
6121 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
6122 (user_settable_breakpoint): Return true also for
6123 bp_gnu_ifunc_resolver.
6124 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
6125 bp_gnu_ifunc_resolver_return.
6126 (set_breakpoint_location_function): New parameter explicit_loc,
6127 describe it. Call find_pc_partial_function_gnu_ifunc with new
6128 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
6129 EXPLICIT_LOC is not set.
6130 (set_raw_breakpoint): Set EXPLICIT_LOC for
6131 set_breakpoint_location_function.
6132 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
6133 set_breakpoint_location_function.
6134 (mention): Support bp_gnu_ifunc_resolver and
6135 bp_gnu_ifunc_resolver_return.
6136 (add_location_to_breakpoint): Set EXPLICIT_LOC for
6137 set_breakpoint_location_function.
6138 (update_breakpoint_locations): Remove static.
6139 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
6140 bp_gnu_ifunc_resolver_return.
6141 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
6142 bp_gnu_ifunc_resolver_return.
6143 (update_breakpoint_locations): New declaration.
6144 * elfread.c: Include gdbthread.h and regcache.h.
6145 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
6146 functions.
6147 (elf_gnu_ifunc_fns): Install them.
6148 * minsyms.c (stub_gnu_ifunc_resolver_stop)
6149 (stub_gnu_ifunc_resolver_return_stop): New functions.
6150 (stub_gnu_ifunc_fns): Install them.
6151 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
6152 and gnu_ifunc_resolver_return_stop.
6153 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
6154
6155 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6156
6157 STT_GNU_IFUNC reader implementation.
6158 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
6159 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
6160 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
6161 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
6162 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
6163 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
6164 (elf_gnu_ifunc_resolve_addr): New.
6165 (elf_symfile_read): Call elf_rel_plt_read.
6166 (elf_gnu_ifunc_fns): New.
6167 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
6168 Install elf_gnu_ifunc_fns.
6169 * infcall.c (find_function_return_type): New function.
6170 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
6171 * minsyms.c (stub_gnu_ifunc_resolve_addr)
6172 (stub_gnu_ifunc_resolve_name): New functions.
6173 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
6174 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
6175 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
6176
6177 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 Code cleanup for later STT_GNU_IFUNC support.
6180 * infcall.c (find_function_addr): Remove variable code, use explicit
6181 dereferences for it. Move VALUE_TYPE initialization later.
6182
6183 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6184
6185 GDB find_pc_partial_function support for STT_GNU_IFUNC.
6186 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
6187 (clear_pc_function_cache): Clear it.
6188 (find_pc_partial_function): Rename to ...
6189 (find_pc_partial_function_gnu_ifunc): ... this function. New
6190 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
6191 (find_pc_partial_function): New wrapper for this function.
6192 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
6193
6194 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6195
6196 GDB internal type support for STT_GNU_IFUNC.
6197 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
6198 (elf_symtab_read): Set mst_text_gnu_ifunc for
6199 BSF_GNU_INDIRECT_FUNCTION.
6200 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
6201 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
6202 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
6203 nodebug_got_plt_symbol.
6204 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
6205 (TYPE_GNU_IFUNC): New.
6206 (struct main_type): New field flag_gnu_ifunc.
6207 (struct builtin_type): New field builtin_func_func.
6208 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
6209 nodebug_got_plt_symbol.
6210 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
6211 (in_gnu_ifunc_stub): New.
6212 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
6213 mst_text_gnu_ifunc.
6214 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
6215 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
6216 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
6217 in_gnu_ifunc_stub.
6218 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
6219 * symtab.c (search_symbols): Likewise.
6220 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
6221 and mst_slot_got_plt.
6222 (in_gnu_ifunc_stub): New declaration.
6223
6224 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6225
6226 Support a ring of related breakpoints.
6227 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
6228 other functions, add gdb_assert.
6229 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
6230 watchpoint_del_at_next_stop.
6231 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
6232 (bpstat_stop_status): Handle ring in related_breakpoint.
6233 (set_raw_breakpoint_without_location): Initialize ring in
6234 related_breakpoint.
6235 (delete_breakpoint): Handle ring in related_breakpoint, use
6236 watchpoint_del_at_next_stop.
6237 (map_breakpoint_numbers): Handle ring in related_breakpoint.
6238
6239 2011-03-28 Tom Tromey <tromey@redhat.com>
6240
6241 PR symtab/12441:
6242 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
6243 with `language_minimal'.
6244
6245 2011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
6246
6247 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
6248 instead of checking for STT_ARM_TFUNC symbol type.
6249
6250 2011-03-25 Tom Tromey <tromey@redhat.com>
6251
6252 * linespec.c (symbol_found): Restore line-based result for
6253 non-LOC_LABEL symbols.
6254
6255 2011-03-25 Kai Tietz <ktietz@redhat.com>
6256
6257 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
6258 instead of strcmp for comparison.
6259 (tui_source_is_displayed): Likewise.
6260 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
6261
6262 2011-03-24 Mark Wielaard <mjw@redhat.com>
6263
6264 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
6265 complaint.
6266 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
6267 (find_partial_die_in_comp_unit): Likewise in comment.
6268 (read_attribute_value): Likewise.
6269 (lookup_die_type): Likewise.
6270 (dwarf_form_name): Likewise.
6271 (dump_die_shallow): Likewise.
6272 (follow_die_ref_or_sig): Likewise.
6273
6274 2011-03-24 Tom Tromey <tromey@redhat.com>
6275
6276 PR breakpoints/11816:
6277 * linespec.c (decode_line_1): Parse `function:label' linespecs.
6278 (decode_compound): Update.
6279 (find_function_symbol): New function.
6280 (decode_dollar): Update.
6281 (decode_label): Add 'function_symbol' parameter. Handle
6282 function-relative labels.
6283 (decode_variable): Update.
6284 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
6285 not its line. Set `special_display' and canonical name for
6286 labels.
6287
6288 2011-03-24 Tom Tromey <tromey@redhat.com>
6289
6290 * linespec.h (struct linespec_result) <special_display>: New
6291 field.
6292 * breakpoint.h (struct breakpoint) <display_canonical>: New
6293 field.
6294 * breakpoint.c (print_breakpoint_location): Respect
6295 display_canonical.
6296 (create_breakpoint_sal): Add 'display_canonical' parameter.
6297 (create_breakpoints_sal): Update.
6298 (create_breakpoint): Update.
6299
6300 2011-03-24 Tom Tromey <tromey@redhat.com>
6301
6302 * symtab.c (decode_line_spec): Update.
6303 * linespec.c (build_canonical_line_spec): Change type of
6304 'canonical'.
6305 (decode_line_2, decode_line_1, decode_objc, decode_compound)
6306 (find_method, decode_all_digits, decode_dollar, decode_label)
6307 (symbol_found): Likewise.
6308 (init_linespec_result): New function.
6309 * breakpoint.c (struct captured_parse_breakpoint_args)
6310 <canonical_p>: New field, replaces addr_string_p.
6311 (create_breakpoints_sal): Add 'canonical' parameter, replacing
6312 'addr_string'.
6313 (parse_breakpoint_sals): Likewise.
6314 (do_captured_parse_breakpoint): Update.
6315 (create_breakpoint): Use struct linespec_result.
6316 (until_break_command): Update.
6317 (breakpoint_re_set_one): Update.
6318 (decode_line_spec_1): Update.
6319 * linespec.h (struct linespec_result): New.
6320 (init_linespec_result): Declare.
6321
6322 2011-03-23 Pedro Alves <pedro@codesourcery.com>
6323
6324 * regcache.c (regcache_raw_read): If the target didn't supply a
6325 given raw register, mark it as unavailable.
6326
6327 2011-03-23 Kai Tietz <ktietz@redhat.com>
6328
6329 * breakpoint.c (clear_command): Use filename_cmp
6330 instead of strcmp for comparison.
6331 * buildsym.c (watch_main_source_file_lossage): Likewise.
6332 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
6333 checking just for slash.
6334 * dbxread.c (read_dbx_symtab): Use lbasename instead of
6335 strrchr and filename_cmp instead of strcmp for filenames.
6336 (add_old_header_file): Use filename_cmp
6337 instead of strcmp for comparison.
6338 * exec.c (exec_set_section_address): Likewise.
6339 * macrotab.c (macro_lookup_inclusion): Likewise.
6340 (macro_lookup_inclusion): Likewise.
6341 * elfread.c (_initialize_elfread): Likewise.
6342 (elfstab_offset_sections): Likewise.
6343 (elfstab_offset_sections): Use lbasename instead of
6344 strrchr.
6345 * mdebugread.c (parse_partial_symbols): Likewise.
6346 (arse_partial_symbols): Use filename_(n)cmp instead of
6347 str(n)cmp for comparison.
6348 * minsyms.c (lookup_minimal_symbol): Likewise.
6349 * psymtab.c (read_psymtabs_with_filename): Likewise.
6350 * solib.c (solib_read_symbols): Likewise.
6351 (reload_shared_libraries_1): Likewise.
6352 * symmisc.c (maintenance_print_symbols): Likewise.
6353 * symfile.c (separate_debug_file_exists): Likewise.
6354 (reread_symbols): Likewise.
6355 (find_separate_debug_file_by_debuglink): Likewise.
6356 * remote-fileio.c (remote_fileio_func_rename): Likewise.
6357 * source.c (add_path): Likewise.
6358 * symtab.c (filename_seen): Likewise.
6359 (file_matches): Likewise.
6360 (print_symbol_info): Likewise.
6361 (maybe_add_partial_symtab_filename): Likewise.
6362 (make_source_files_completion_list): Likewise.
6363 * xml-syscall.c (init_sysinfo): Likewise.
6364 * windows-nat.c (_initialize_check_for_gdb_ini): Use
6365 IS_DIR_SEPARATOR for checking for trailing path separator.
6366
6367 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6368
6369 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
6370 label abort_expression.
6371 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
6372 DWARF_VALUE_OPTIMIZED_OUT.
6373
6374 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6375
6376 Code cleanup.
6377 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
6378 to linkage_name. Invert its value. Update the function comment.
6379 (c_type_print_varspec_suffix): Invert it at the caller.
6380 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
6381
6382 2011-03-22 Pedro Alves <pedro@codesourcery.com>
6383
6384 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
6385 errors when reading the `stop_pc'.
6386 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
6387 get_frame_pc.
6388
6389 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
6390
6391 * NEWS: Document gdb.Write stream keyword.
6392
6393 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6394
6395 Revert:
6396 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6397 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
6398 (dwarf2_add_field): Fix new_field->accessibility for
6399 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
6400
6401 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
6402
6403 PR python/12183
6404
6405 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
6406 other error classes. Do not print stack trace.
6407
6408 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6409
6410 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
6411 (dwarf2_add_field): Fix new_field->accessibility for
6412 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
6413
6414 2011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6415
6416 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
6417 encountering a load via a non-SP register.
6418
6419 2011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
6420
6421 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
6422 field in returned unwinder.
6423
6424 2012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6425
6426 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
6427
6428 2012-03-21 Joel Brobecker <brobecker@adacore.com>
6429
6430 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
6431 of xmalloc.
6432
6433 2012-03-18 Pedro Alves <pedro@codesourcery.com>
6434
6435 * frame.c (frame_unwind_register): Throw an error if unwinding the
6436 register failed.
6437 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
6438 an unwind stop reason.
6439 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
6440 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
6441 UNWIND_UNAVAILABLE>: New.
6442 * inline-frame.c (inline_frame_unwind): Install
6443 default_frame_unwind_stop_reason.
6444 * frame-unwind.c: Include "exceptions.h".
6445 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
6446 (default_frame_unwind_stop_reason): New.
6447 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
6448 (default_frame_unwind_stop_reason): Declare.
6449 (struct frame_unwind) <stop_reason>: New function pointer.
6450
6451 * dummy-frame.c: Install default_frame_unwind_stop_reason.
6452 * dwarf2-frame.c: Include exceptions.h.
6453 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
6454 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
6455 computing the CFA. If such an error was thrown, set
6456 unavailable_retaddr.
6457 (dwarf2_frame_unwind_stop_reason): New.
6458 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
6459 unavailable.
6460 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
6461 (dwarf2_signal_frame_unwind): Ditto.
6462
6463 * amd64-tdep.c: Include "exceptions.h".
6464 (struct amd64_frame_cache): New field "base_p".
6465 (amd64_init_frame_cache): Clear it.
6466 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
6467 Avoid reading registers with functions that throw if the register
6468 is not necessary to compute the frame base.
6469 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
6470 swallowing NOT_AVAILABLE_ERROR.
6471 (amd64_frame_unwind_stop_reason): New.
6472 (amd64_frame_this_id): Don't build a frame id if the frame base
6473 was unavailable.
6474 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
6475 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6476 base_p if the frame base was computable.
6477 (amd64_sigtramp_frame_unwind_stop_reason): New.
6478 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
6479 frame base was unavailable.
6480 (amd64_sigtramp_frame_unwind): Install
6481 amd64_sigtramp_frame_unwind_stop_reason.
6482 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6483 base_p if the frame base was computable.
6484 (amd64_epilogue_frame_unwind_stop_reason): New.
6485 (amd64_epilogue_frame_this_id): Don't build a frame id if the
6486 frame base was unavailable.
6487 (amd64_epilogue_frame_unwind): Install
6488 amd64_epilogue_frame_unwind_stop_reason.
6489 * i386-tdep.c: Include "exceptions.h".
6490 (struct i386_frame_cache): New field "base_p".
6491 (i386_init_frame_cache): Clear it.
6492 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
6493 Avoid reading registers with functions that throw if the register
6494 is not necessary to compute the frame base.
6495 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
6496 swallowing NOT_AVAILABLE_ERROR.
6497 (i386_frame_unwind_stop_reason): New.
6498 (i386_frame_this_id): Don't build a frame id if the frame base was
6499 unavailable.
6500 (i386_frame_prev_register): Handle unavailable SP.
6501 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
6502 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6503 base_p if the frame base was computable.
6504 (i386_epilogue_frame_unwind_stop_reason): New.
6505 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
6506 base was unavailable.
6507 (i386_epilogue_frame_unwind): Install
6508 i386_epilogue_frame_unwind_stop_reason.
6509 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6510 base_p if the frame base was computable.
6511 (i386_sigtramp_frame_unwind_stop_reason): New.
6512 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
6513 base was unavailable.
6514 (i386_sigtramp_frame_unwind): Install
6515 i386_sigtramp_frame_unwind_stop_reason.
6516 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
6517 type's size, not the register's.
6518 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
6519
6520 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
6521 default_frame_unwind_stop_reason.
6522 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
6523 (alpha_heuristic_frame_unwind): Ditto.
6524 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
6525 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
6526 * avr-tdep.c (avr_frame_unwind): Ditto.
6527 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
6528 Ditto.
6529 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
6530 * frv-tdep.c (frv_frame_unwind): Ditto.
6531 * h8300-tdep.c (h8300_frame_unwind): Ditto.
6532 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
6533 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
6534 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
6535 (hppa_stub_frame_unwind): Ditto.
6536 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
6537 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
6538 (ia64_libunwind_frame_unwind)
6539 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
6540 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
6541 * lm32-tdep.c (lm32_frame_unwind): Ditto.
6542 * m32c-tdep.c (m32c_unwind): Ditto.
6543 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
6544 * m32r-tdep.c (m32r_frame_unwind): Ditto.
6545 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
6546 * m68k-tdep.c (m68k_frame_unwind): Ditto.
6547 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
6548 * m88k-tdep.c (m88k_frame_unwind): Ditto.
6549 * mep-tdep.c (mep_frame_unwind): Ditto.
6550 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
6551 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
6552 (mips_stub_frame_unwind): Ditto.
6553 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
6554 * moxie-tdep.c (moxie_frame_unwind): Ditto.
6555 * mt-tdep.c (mt_frame_unwind): Ditto.
6556 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
6557 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
6558 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
6559 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
6560 (s390_sigtramp_frame_unwind): Ditto.
6561 * score-tdep.c (score_prologue_unwind): Ditto.
6562 * sh-tdep.c (sh_frame_unwind): Ditto.
6563 * sh64-tdep.c (sh64_frame_unwind): Ditto.
6564 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
6565 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
6566 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
6567 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
6568 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
6569 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
6570 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
6571 (sparc64obsd_trapframe_unwind): Ditto.
6572 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
6573 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
6574 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
6575 * v850-tdep.c (v850_frame_unwind): Ditto.
6576 * vax-tdep.c (vax_frame_unwind): Ditto.
6577 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
6578 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
6579 * xtensa-tdep.c (xtensa_unwind): Ditto.
6580
6581 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6582
6583 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
6584 there's always a frame. Use get_frame_pc_if_available instead of
6585 get_frame_pc, and if there's no PC available, don't look up a
6586 symtab.
6587
6588 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6589
6590 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
6591 unavailable PC.
6592
6593 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6594
6595 * tracepoint.c (set_traceframe_context): Handle unavailable PC
6596 gracefully.
6597
6598 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6599
6600 * frame.h (frame_unwind_caller_pc_if_available): Declare.
6601 * frame.c (frame_unwind_caller_pc_if_available): New.
6602 * stack.c (frame_info): Handle unavailable PC.
6603
6604 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6605
6606 * frame.c (frame_unwind_pc): Rename to ...
6607 (frame_unwind_pc_if_available): ... this. New `pc' output
6608 parameter. Change return type to int. Gracefully handle
6609 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
6610 happened, or 1 otherwise.
6611 (frame_unwind_pc): Reimplement on top of
6612 frame_unwind_pc_if_available.
6613 (get_frame_func): Rename to ...
6614 (get_frame_func_if_available): New `pc' output parameter. Change
6615 return type to int. Gracefully handle the PC not being available.
6616 (get_frame_func): Reimplement on top of
6617 get_frame_func_if_available.
6618 (select_frame): Handle the PC being unavailable.
6619 (get_prev_frame): Handle the PC being unavailable.
6620 (get_frame_pc_if_available): New.
6621 (get_frame_address_in_block_if_available): New.
6622 (find_frame_sal): Handle the frame PC not being available.
6623 * frame.h (get_frame_pc_if_available): Declare.
6624 (get_frame_address_in_block_if_available): Declare.
6625 (get_frame_func_if_available): Declare.
6626 * stack.c (print_frame_info): Handle the PC being unavailable.
6627 (find_frame_funname): Ditto.
6628 (print_frame): Handle the PC being unavailable.
6629 (get_frame_language): Ditto.
6630 * blockframe.c (get_frame_block): Ditto.
6631 * macroscope.c (default_macro_scope): Ditto.
6632 * tui/tui-stack.c (tui_show_frame_info): Ditto.
6633
6634 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6635
6636 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
6637 NOT_AVAILABLE_ERROR when evaluating the location expression.
6638
6639 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6640
6641 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
6642 returning that the register piece is unavailable/optimized out.
6643 (write_pieced_value): Handle get_frame_register_bytes returning
6644 that the register piece is unavailable/optimized out when doing a
6645 read-modify write of a bitfield.
6646 * findvar.c (value_from_register): Handle get_frame_register_bytes
6647 returning that the register piece is unavailable/optimized out.
6648 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
6649 and `unavailablep'. Throw error on bad debug info. Use
6650 frame_register instead of frame_register_read, to fill in the new
6651 arguments.
6652 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
6653 and `unavailablep'.
6654 * valops.c: (value_assign): Adjust, and handle
6655 get_frame_register_bytes failing.
6656 * spu-tdep.c: Include exceptions.h.
6657 (spu_software_single_step): Adjust, and handle
6658 get_frame_register_bytes failing.
6659 (spu_get_longjmp_target): Ditto.
6660 * gdbarch.sh (register_to_value): Change to return int. New
6661 parameters `optimizedp' and `unavailablep'.
6662 * gdbarch.h, gdbarch.c: Regenerate.
6663 * i386-tdep.c (i386_register_to_value): Adjust to new
6664 gdbarch_register_to_value interface.
6665 * i387-tdep.c (i387_register_to_value): Ditto.
6666 * i387-tdep.h (i387_register_to_value): Ditto.
6667 * alpha-tdep.c (alpha_register_to_value): Ditto.
6668 * ia64-tdep.c (ia64_register_to_value): Ditto.
6669 * m68k-tdep.c (m68k_register_to_value): Ditto.
6670 * mips-tdep.c (mips_register_to_value): Ditto.
6671 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
6672
6673 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6674
6675 * findvar.c (value_of_register): Mark the value as unavailable, if
6676 the register is unavailable.
6677 * frame.h (frame_register_unwind): New `unavailablep' parameter.
6678 (frame_register): New `unavailablep' parameter.
6679 (frame_register_read): Update comment.
6680 * frame.c (frame_register_unwind): New `unavailablep' parameter.
6681 Set it if the register is unavailable. If the register is
6682 unavailable, clear the output buffer.
6683 (frame_register): New `unavailablep' parameter. Pass it down.
6684 (frame_unwind_register): Adjust.
6685 (put_frame_register): Adjust.
6686 (frame_register_read): Adjust. Also return false if the register
6687 is not available.
6688 (frame_register_unwind_location): Adjust.
6689 * sentinel-frame.c (sentinel_frame_prev_register): If the register
6690 is unavailable, mark the value accordingly.
6691 * stack.c (frame_info): Handle unavailable registers.
6692
6693 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6694
6695 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
6696 simplify, using regcache_cooked_read.
6697
6698 2011-03-18 Pedro Alves <pedro@codesourcery.com>
6699
6700 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
6701 (regcache_raw_read_unsigned, regcache_raw_read_signed)
6702 (regcache_raw_read_unsigned, regcache_raw_read_part)
6703 (regcache_cooked_read, regcache_cooked_read_signed)
6704 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
6705 (regcache_cooked_read_ftype): Change return to enum
6706 register_status.
6707 * regcache.c: Include exceptions.h
6708 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
6709 (do_cooked_read): Change return to enum register_status. Always
6710 forward to regcache_cooked_read.
6711 (regcache_raw_read): Change return to enum register_status. If
6712 the register is not REG_VALID, memset the buffer. Return the
6713 register's status.
6714 (regcache_raw_read_signed): Handle non-REG_VALID registers and
6715 return the register's status.
6716 (regcache_raw_read_unsigned): Ditto.
6717 (regcache_cooked_read): Change return to enum register_status.
6718 Assert that with read-only regcaches, the register's status must
6719 be known. If the regcache is read-only, and the register is not
6720 REG_VALID, memset the buffer. Return the register's status.
6721 (regcache_cooked_read_signed): Change return to enum
6722 register_status. Handle non-REG_VALID registers and return the
6723 register's status.
6724 (regcache_cooked_read_unsigned): Change return to enum
6725 register_status. Handle non-REG_VALID registers and return the
6726 register's status.
6727 (regcache_xfer_part, regcache_raw_read_part)
6728 (regcache_cooked_read_part): Change return to enum
6729 register_status. Return the register's status.
6730 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
6731 unavailable.
6732 (regcache_dump): Handle unavailable cooked registers.
6733 * frame.c (do_frame_register_read): Adjust interface to match
6734 regcache_cooked_read_ftype.
6735 * gdbarch.sh (pseudo_register_read): Change return to enum
6736 register_status.
6737 * gdbarch.h, gdbarch.c: Regenerate.
6738
6739 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
6740 register_status.
6741 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
6742 register_status. If reading a raw register indicates the raw
6743 register is not valid, return the raw register's status,
6744 otherwise, return REG_VALID.
6745 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
6746 register_status. Handle non-REG_VALID raw registers and return
6747 the register's status.
6748 * arm-tdep.c (arm_neon_quad_read)
6749 (arm_pseudo_read): Change return to enum register_status. Handle
6750 non-REG_VALID raw registers and return the register's status.
6751 * avr-tdep.c (avr_pseudo_register_read): Ditto.
6752 * frv-tdep.c (frv_pseudo_register_read): Ditto.
6753 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
6754 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
6755 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
6756 register_status.
6757 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
6758 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
6759 (m32c_part_write, m32c_cat_read, m32c_cat_write)
6760 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
6761 (m32c_pseudo_register_read): Change return to enum
6762 register_status. Adjust.
6763 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
6764 enum register_status. Return the register's status.
6765 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
6766 register_status. Return the register's status.
6767 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
6768 * mips-tdep.c (mips_pseudo_register_read): Ditto.
6769 * mt-tdep.c (mt_pseudo_register_read): Ditto.
6770 * rs6000-tdep.c (move_ev_register_func): New typedef.
6771 (e500_move_ev_register): Use it. Change return to enum
6772 register_status. Return the register's status.
6773 (do_regcache_raw_read): New function.
6774 (do_regcache_raw_write): New function.
6775 (e500_pseudo_register_read): Change return to enum
6776 register_status. Return the register's status. Use
6777 do_regcache_raw_read.
6778 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
6779 (dfp_pseudo_register_read): Change return to enum register_status.
6780 Return the register's status.
6781 (vsx_pseudo_register_read): Ditto.
6782 (efpr_pseudo_register_read): Ditto.
6783 (rs6000_pseudo_register_read): Ditto.
6784 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
6785 register_status. Return the register's status.
6786 * sh64-tdep.c (pseudo_register_read_portions): New function.
6787 (sh64_pseudo_register_read): Change return to enum
6788 register_status. Use pseudo_register_read_portions. Return the
6789 register's status.
6790 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
6791 register_status. Return the register's status.
6792 * sh-tdep.c (pseudo_register_read_portions): New function.
6793 (sh_pseudo_register_read): Change return to enum register_status.
6794 Use pseudo_register_read_portions. Return the register's status.
6795 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
6796 enum register_status. Return the register's status.
6797 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
6798 * spu-tdep.c (spu_pseudo_register_read_spu)
6799 (spu_pseudo_register_read): Ditto.
6800 * xtensa-tdep.c (xtensa_register_read_masked)
6801 (xtensa_pseudo_register_read): Ditto.
6802 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
6803
6804 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6805
6806 * python/py-value.c (valpy_getitem): Fix formatting of error function
6807 call.
6808
6809 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6810
6811 ARI fixes: Add missing internationalization markups throughout
6812 C source files.
6813 * darwin-nat-info.c: Ditto.
6814 * record.c: Ditto.
6815 * remote.c: Ditto.
6816 * mi/mi-main.c: Ditto.
6817
6818 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6819
6820 ARI fixes: Add missing internationalization markups throughout
6821 yacc files.
6822 * c-exp.y: Ditto.
6823 * cp-name-parser.y: Ditto.
6824 * f-exp.y: Ditto.
6825 * m2-exp.y: Ditto.
6826 * objc-exp.y: Ditto.
6827 * p-exp.y: Ditto.
6828
6829 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6830
6831 ARI fixes: Messages should have no trailing new lines.
6832 * darwin-nat.c (mach_check_error): Remove trailing new line from
6833 warning function call message.
6834 * record.c (bfdcore_read): Idem for error call.
6835
6836 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6837
6838 * common/signals.c (target_signal_from_host): Add _ markup to error
6839 function call message.
6840 (target_signal_to_host): Add _ markup and remove trailing new line
6841 from warning call message.
6842 (target_signal_from_command): Add _ markup to error function call
6843 message.
6844
6845 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
6846
6847 PR python/12149
6848
6849 * python/python.c (gdbpy_write): Accept a stream argument and
6850 operate to the appropriate stream.
6851 (gdbpy_flush): Likewise.
6852 (_initialize_python): Add stream constants.
6853 (finish_python_initialization): Add GdbOutputErrorFile class.
6854
6855 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6856
6857 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6858
6859 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6860
6861 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
6862 to store_signed_integer. Add debug message when relocating CALL
6863 instructions. Fix formatting of debug message.
6864 * i386-tdep.c (i386_relocate_instruction): Ditto.
6865
6866 2011-03-17 Joel Brobecker <brobecker@gnat.com>
6867
6868 * target.h (struct target_ops): Remove to_lookup_symbol field.
6869 (target_lookup_symbol): Delete macro.
6870 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
6871 (update_current_target, setup_target_debug): Remove handling
6872 of to_lookup_symbol target_ops field.
6873 * ada-tasks.c (get_known_tasks_addr): Remove use of
6874 target_lookup_symbol.
6875 * coffread.c (coff_symtab_read): Likewise.
6876 * dbxread.c (read_dbx_symtab): Ditto.
6877
6878 2011-03-17 Joel Brobecker <brobecker@gnat.com>
6879
6880 PR gdb/12116:
6881 * configure.ac: Add getthrds declaration check.
6882 * configure, config.in: Regenerate.
6883 * aix-thread.c (getthrds): Declare only if not already declared
6884 in procinfo.h. More declaration out of get_signaled_thread to
6885 global scope.
6886
6887 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
6888
6889 * python/py-symtab.c: Populate symtab_object_methods,
6890 sal_object_methods.
6891 (stpy_is_valid): New function.
6892 (salpy_is_valid): Ditto.
6893 * python/py-symbol.c: Declare symbol_object_methods. Populate.
6894 (sympy_is_valid): New function.
6895 * python/py-objfile.c: Declare objfile_object_methods. Populate.
6896 (objfpy_is_valid): New function.
6897 * python/py-inferior.c: Populate inferior_object_methods.
6898 (infpy_is_valid): New function.
6899 * python/py-infthread.c: Populate thread_object_methods.
6900 (thpy_is_valid): New function.
6901 * python/py-block.c: Declare block_object_methods. Populate. Declare
6902 block_iterator_object_methods. Populate.
6903 (blpy_is_valid): New function.
6904 (blpy_iter_is_valid): Ditto.
6905
6906 2011-03-16 Keith Seitz <keiths@redhat.com>
6907
6908 * linespec.c (find_methods): Canonicalize NAME before looking
6909 up the symbol.
6910 (name_end): New function.
6911 (keep_name_info): New function.
6912 (decode_line_1): Use keep_name_info.
6913 (decode_compound): Likewise.
6914 * cli/cli-utils.h (remove_trailing_whitespace): New function.
6915 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
6916
6917 PR c++/12273
6918 * linespec.c (locate_first_half): Keep overload information, too.
6919 (decode_compound): Use a string to represent break characters
6920 to escape the loop.
6921 If P points to a break character, do not increment it.
6922 For C++ and Java, keep overload information and relevant keywords.
6923 If we cannot find a symbol, search the minimal symbols.
6924
6925 PR c++/11734
6926 * linespec.c (decode_compound): Rename SAVED_ARG to
6927 THE_REAL_SAVED_ARG.
6928 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
6929 single-quotes.
6930 Pass a valid block to lookup_symbol.
6931 (lookup_prefix_sym): Likewise.
6932 (find_method): Construct search name based on SYM_CLASS instead
6933 of SAVED_ARG.
6934 * psymtab.c (lookup_partial_symbol): Add language parameter.
6935 (lookup_symbol_aux_psymtabs): Likewise.
6936 Don't assume that the psymtab we found was the right one. Search
6937 for the desired symbol in the symtab to be certain.
6938 (psymtab_search_name): New function.
6939 (lookup_partial_symbol): Use psymtab_search_name.
6940 Add language parameter.
6941 (read_symtabs_for_function): Add language parameter and pass to
6942 lookup_partial_symbol.
6943 (find_symbol_file_from_partial): Likewise.
6944
6945 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6946
6947 PR gdb/12528
6948 * dwarf2read.c (noop_record_line): New function.
6949 (dwarf_decode_lines): Ignore line tables for GCd functions.
6950
6951 2011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6952
6953 Fix ARI warnings about new lines at the end of messages, which
6954 are unneeded as there is a new line added at the end of the message
6955 automatically.
6956 * darwin-nat.c (darwin_stop_inferior): Ditto.
6957 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
6958 * dfp.c (decimal_to_number): Ditto.
6959 * exec.c (print_section_info): Ditto.
6960 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
6961 * osdata.c (get_osdata): Ditto.
6962 * record.c (bfdcore_write): Ditto.
6963 * remote-mips.c (mips_readchar): Ditto.
6964 * remote.c (read_ptid): Ditto.
6965 * ser-mingw.c (ser_windows_raw): Ditto.
6966 * tracepoint.c (add_local_symbols): Ditto.
6967 * windows-nat.c (fake_create_process): Ditto.
6968
6969 2011-03-16 Tom Tromey <tromey@redhat.com>
6970
6971 * tracepoint.c (stop_tracing): Don't declare.
6972 * event-top.c (after_char_processing_hook): Add `(void)'.
6973
6974 2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
6975
6976 * NEWS: Add Parameter sub-classing description.
6977
6978 2011-03-16 Kai Tietz <ktietz@redhat.com>
6979
6980 * MAINTAINERS: Update my e-mail address.
6981
6982 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
6983
6984 * MAINTAINERS: Add myself for write after approval privileges.
6985
6986 2011-03-15 Michael Snyder <msnyder@vmware.com>
6987
6988 * frame.c (find_frame_sal): Assert sym is not null.
6989
6990 * dbxread.c (process_one_symbol): Assert 'name' is not null.
6991
6992 * objc-lang.c (selectors_info): Check strchr for null result.
6993
6994 * stabsread.c (define_symbol): Guard against bad stabstring input.
6995
6996 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
6997
6998 Remove trailing spaces and tabulations from pascal language
6999 support sources.
7000 p-exp.y: Ditto.
7001 p-lang.c: Ditto.
7002 p-lang.h: Ditto.
7003 p-valprint.c: Ditto.
7004
7005 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
7008 than LOW. Comment it.
7009 (read_partial_die): Call complaint for inappropriate zero LOWPC or
7010 HIGHPC not strictly higher than LOWPC.
7011
7012 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
7013
7014 Fix formatting of function declarations returning a pointer in
7015 previous commit.
7016 * varobj.c (varobj_add_child): Ditto.
7017 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
7018 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
7019
7020 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7021
7022 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
7023 for the "generic" vector ABI used with GCC 4.3 and later.
7024 (ppc64_sysv_abi_return_value): Likewise.
7025
7026 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7027
7028 * infcall.c (call_function_by_hand): Function return value is
7029 always a non_lval, even when using struct_return.
7030
7031 2011-03-15 Pedro Alves <pedro@codesourcery.com>
7032
7033 * printcmd.c (ALL_DISPLAYS_SAFE): New.
7034 (map_display_numbers): New.
7035 (do_delete_display): New.
7036 (undisplay_command): Use map_display_numbers.
7037 (do_enable_disable_display): New.
7038 (enable_disable_display_command): New function.
7039 (enable_display): Delete.
7040 (enable_display_command): New.
7041 (disable_display_command): Reimplement.
7042 (_initialize_printcmd): Adjust "enable display" command to use
7043 `enable_display_command' as callback.
7044
7045 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7046
7047 * NEWS: Add Python breakpoint 'stop' operation.
7048
7049 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7050
7051 * NEWS: Delete duplicate entry. Fix typo.
7052
7053 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
7054
7055 Fix ARI warning about function names in first column.
7056 Put prototype declaration on same line as return type.
7057 * objc-exp.y: Ditto.
7058 * p-exp.y: Ditto.
7059 * python/py-stopevent.h: Ditto.
7060 For long function names, split parameters to
7061 allow function name on same line as return type.
7062 * solib-pa64.c: Ditto.
7063 * varobj.c: Ditto.
7064 * varobj.h: Ditto.
7065 For long function declaration, use single line.
7066 * hppa-tdep.h: Ditto.
7067 * inferior.h: Ditto.
7068
7069 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7070
7071 * python/python.h: Declare gdbpy_should_stop and
7072 gdbpy_breakpoint_has_py_cond.
7073 * python/python.c: Add python.h to includes. Remove python.h from
7074 HAVE_PYTHON definition
7075 (gdbpy_should_stop): New dummy function.
7076 (gdbpy_breakpoint_has_py_cond): New dummy function.
7077 * python/py-breakpoint.c (bppy_init): Rewrite to allow
7078 sub-classing capabilities.
7079 (gdbpy_should_stop): New function.
7080 (gdbpy_breakpoint_has_py_cond): New function.
7081 (local_setattro): New function.
7082 * breakpoint.c (condition_command): Add check for Python 'stop'
7083 operation.
7084 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
7085 operation function as part of stop/continue tests.
7086
7087 2011-03-14 Tom Tromey <tromey@redhat.com>
7088
7089 PR gdb/12576:
7090 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
7091 (needs_frame_dwarf_call): Likewise.
7092
7093 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
7094
7095 Fix ARI warning about functions without parameters that do not
7096 use (void).
7097 * breakpoint.c (all_tracepoints): Replace () by (void).
7098 * f-exp.y (match_string_literal): Ditto.
7099 (yylex): Ditto.
7100 * m2-exp.y (yylex): Ditto.
7101 * mep-tdep.c (current_me_module): Ditto.
7102 (current_options): Ditto.
7103 (current_cop_data_bus_width): Ditto.
7104 (current_cr_names): Ditto.
7105 (current_cr_is_float): Ditto.
7106 (current_ccr_names): Ditto.
7107 * objc-exp.y (yylex): Ditto.
7108 * p-exp.y (yylex): Ditto.
7109 * remote.c (send_interrupt_sequence): Ditto.
7110 * tracepoint.c (current_trace_status): Ditto.
7111 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
7112 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
7113
7114 2011-03-11 Michael Snyder <msnyder@vmware.com>
7115
7116 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
7117 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
7118 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
7119 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
7120 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
7121
7122 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
7123 (delete_async_event_handler): Ditto.
7124
7125 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
7126
7127 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
7128
7129 * top.c (set_verbose): Assert showcmd was found.
7130
7131 2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
7132
7133 * xtensa-tdep.c (warning_once): Correct style issues.
7134
7135 2011-03-11 Yao Qi <yao@codesourcery.com>
7136
7137 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
7138
7139 2011-03-11 Andreas Schwab <schwab@redhat.com>
7140
7141 * common/aclocal.m4: Remove.
7142
7143 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
7144
7145 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
7146 (xtensa_write_register, xtensa_read_register): Likewise.
7147 (xtensa_hextochar): Removed.
7148 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
7149
7150 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
7151
7152 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
7153 (xtensa_call0_frame_cache_t): Update comments. New fields added.
7154 (xtensa_alloc_frame_cache): Add initialization for new fields.
7155 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
7156 (warning_once): New function.
7157 (xtensa_insn_kind): New item c0opc_and.
7158 (call0_classify_opcode): Add the case for AND instruction.
7159 (call0_track_op): Change arguments. New local variable litbase.
7160 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
7161 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
7162 in the prologue.
7163 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
7164 (call0_analyze_prologue): Update the comments. Change arguments.
7165 Add the variety of updates to handle extended prologues, which now can
7166 conduct dynamic stack adjustments.
7167 (call0_frame_cache): Likewise.
7168 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
7169 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
7170
7171 2011-03-10 Michael Snyder <msnyder@vmware.com>
7172
7173 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
7174 (cmd_qtframe): Ditto.
7175 (cmd_qtbuffer): Ditto.
7176 (cmd_bigqtbuffer): Ditto.
7177
7178 2011-03-10 Tom Tromey <tromey@redhat.com>
7179
7180 * tracepoint.c (trace_actions_command): Update.
7181 * thread.c (thread_apply_command): Update.
7182 * reverse.c (delete_bookmark_command): Update.
7183 (bookmarks_info): Update.
7184 * printcmd.c (undisplay_command): Update.
7185 * memattr.c (mem_enable_command): Update.
7186 (mem_disable_command): Update.
7187 (mem_delete_command): Update.
7188 * inferior.c (detach_inferior_command): Update.
7189 (kill_inferior_command): Update.
7190 (remove_inferior_command): Update.
7191 * cli/cli-utils.h (struct get_number_or_range_state): New.
7192 (init_number_or_range): Declare.
7193 (get_number_or_range): Update.
7194 * cli/cli-utils.c (init_number_or_range): New function.
7195 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
7196 static variables.
7197 (number_is_in_list): Update.
7198 * breakpoint.h (get_tracepoint_by_number): Update.
7199 * breakpoint.c (map_breakpoint_numbers): Update for change to
7200 get_number_or_range.
7201 (find_location_by_number): Use get_number, not
7202 get_number_or_range.
7203 (trace_pass_set_count): New function.
7204 (trace_pass_command): Update for change to get_number_or_range.
7205 Rework loop logic.
7206 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
7207 'state' parameter.
7208
7209 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
7210
7211 * python/py-param.c (add_setshow_generic): Add set/show callback
7212 parameters. Register Python object context.
7213 (get_show_value): New function.
7214 (get_set_value): New function.
7215 (call_doc_function): New function.
7216 (get_doc_string): Move behind get_show_value/get_set_value.
7217
7218 2011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
7219
7220 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
7221
7222 2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
7223
7224 * xtensa-tdep.c (xtensa_read_register): Add comment.
7225 (xtensa_write_register): Likewise.
7226 (xtensa_hextochar): Add comment and update to match coding conventions.
7227 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
7228 (execute_l32e, execute_s32e, execute_code): Update comments.
7229 (xtensa_exception_handler_t): Update to match coding conventions.
7230 (xtensa_insn_kind): Likewise.
7231
7232 2011-03-09 Michael Snyder <msnyder@vmware.com>
7233
7234 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
7235
7236 2011-03-09 Pedro Alves <pedro@codesourcery.com>
7237
7238 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
7239
7240 2011-03-09 Tom Tromey <tromey@redhat.com>
7241
7242 * thread.c (restore_selected_frame): Handle frame_level == -1.
7243 (make_cleanup_restore_current_thread): Use
7244 get_selected_frame_if_set.
7245 * frame.h (get_selected_frame_if_set): Declare.
7246 * frame.c (get_selected_frame_if_set): New function.
7247
7248 2011-03-09 Pedro Alves <pedro@codesourcery.com>
7249
7250 * cli/cli-cmds.c (shell_escape): Use lbasename.
7251 * coffread.c (coff_start_symtab): Constify parameter.
7252 (complete_symtab): Constify `name' parameter.
7253 (coff_symtab_read): Constify `filestring' local.
7254 (coff_getfilename): Constify return and `result' local.
7255 Use lbasename.
7256 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
7257 * linux-fork.c (info_checkpoints_command): Use lbasename.
7258 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
7259 * minsyms.c (lookup_minimal_symbol): Use lbasename.
7260 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
7261 * procfs.c (procfs_make_note_section): Use lbasename.
7262 * tui/tui-io.c (printable_part): Constity return and parameter.
7263 Use lbasename.
7264 (print_filename): Constify parameters, and local `s'.
7265 (tui_rl_display_match_list): Constify local `temp'.
7266
7267 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7268
7269 Revert:
7270 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7271 Fix DWARF-3+ DW_AT_accessibility default assumption.
7272 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
7273 cu->header.version >= 3.
7274
7275 2011-03-09 Yao Qi <yao@codesourcery.com>
7276
7277 * common/Makefile.in: Remove.
7278 * common/configure: Remove.
7279 * common/configure.ac: Remove.
7280
7281 2011-03-09 Yao Qi <yao@codesourcery.com>
7282
7283 Revert:
7284 2011-02-11 Yao Qi <yao@codesourcery.com>
7285
7286 * common/Makefile.in: Add copyright header.
7287
7288 2011-02-11 Yao Qi <yao@codesourcery.com>
7289
7290 * Makefile.in: Remove signals.o from COMMON_OBS. Link
7291 libcommon.a.
7292 * configure.ac: Add common to sub dir.
7293 * configure: Regenerate.
7294
7295 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7296
7297 * xtensa-tdep.c (call0_ret): New function.
7298 (xtensa_skip_prologue): Speed up analysis.
7299
7300 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7301
7302 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
7303 while executing MI command -data-list-changed-registers.
7304
7305 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7306
7307 * xtensa-tdep.c (xtensa_read_register): New function.
7308 (xtensa_write_register): New function.
7309 (xtensa_find_register_by_name): New function.
7310 (xtensa_windowed_frame_cache): Update comments in type description.
7311 (xtensa_frame_cache): Likewise.
7312 (xtensa_window_interrupt_insn): New function.
7313 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
7314 (xtensa_insn_kind): Add new instructions.
7315 (rwx_special_register): New function.
7316 (call0_classify_opcode): Add new instructions to the analysis.
7317 (a0_saved, a7_saved, a11_saved): New variables.
7318 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
7319 (execute_l32e): New function.
7320 (execute_s32e): New function.
7321 (xtensa_exception_handler_t): New type.
7322 (execute_code): New function.
7323 (xtensa_window_interrupt_frame_cache): New function to conduct frame
7324 analysis for Xtensa Window Exception handlers.
7325
7326 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7327
7328 * xtensa-tdep.c (TX_PS): New.
7329 (windowing_enabled): Update to count for Call0 ABI.
7330 (xtensa_hextochar): New.
7331 (xtensa_init_reggroups): Make algorithm generic.
7332 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
7333
7334 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7335
7336 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
7337
7338 2011-03-08 Michael Snyder <msnyder@vmware.com>
7339
7340 * i386-tdep.c (i386_follow_jump): Check return value of
7341 target_read_memory.
7342 (i386_analyze_struct_return): Ditto.
7343 (i386_skip_probe): Ditto.
7344 (i386_match_insn): Ditto.
7345 (i386_skip_noop): Ditto.
7346 (i386_analyze_frame_setup): Ditto.
7347 (i386_analyze_register_saves): Ditto.
7348 (i386_skip_prologue): Ditto.
7349 (i386_skip_main_prologue): Ditto.
7350
7351 * target.c (read_whatever_is_readable): Fix memory leak.
7352
7353 * i386-tdep.c (i386_process_record): Document fall through.
7354
7355 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7356
7357 Fix DWARF-3+ DW_AT_accessibility default assumption.
7358 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
7359 cu->header.version >= 3.
7360
7361 2011-03-08 Pedro Alves <pedro@codesourcery.com>
7362
7363 * remote.c (remote_check_symbols): Skip if the target has no
7364 execution.
7365
7366 2011-03-08 Joel Brobecker <brobecker@adacore.com>
7367
7368 * target.c (read_whatever_is_readable): Reformat comment,
7369 with a minor typo fix. Minor reformatting of the code.
7370
7371 2011-03-08 Yao Qi <yao@codesourcery.com>
7372
7373 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
7374 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
7375 Use cached result instead of calling displaced_in_arm_mode again.
7376 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
7377 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
7378 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
7379 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
7380 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
7381 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
7382 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
7383 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
7384 (cleanup_block_load_pc, copy_block_xfer): Likewise.
7385 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
7386 (arm_catch_kernel_helper_return): Likewise.
7387 * gdb/arm-tdep.h : Update function declarations.
7388
7389 2011-03-07 Michael Snyder <msnyder@vmware.com>
7390
7391 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
7392
7393 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
7394
7395 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
7396
7397 * elfread.c (elf_symtab_read): Stop memory leak.
7398
7399 * main.c (captured_main): Fix memory leak.
7400
7401 2011-03-07 Andreas Schwab <schwab@linux-m68k.org>
7402
7403 * ada-lang.c (compare_names): Call is_name_suffix with string1
7404 instead of string2.
7405
7406 2011-03-07 Tom Tromey <tromey@redhat.com>
7407
7408 * xcoffread.c (xcoff_sym_fns): Update.
7409 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
7410 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
7411 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
7412 (symbol_file_add_with_addrs_or_offsets): Likewise.
7413 (reread_symbols): Handle OBJF_PSYMTABS_READ.
7414 * somread.c (som_sym_fns): Update.
7415 * psymtab.h (require_partial_symbols): Declare.
7416 * psymtab.c (require_partial_symbols): New function.
7417 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
7418 (ALL_OBJFILE_PSYMTABS): Undef.
7419 (ALL_PSYMTABS): Move from psympriv.h.
7420 (lookup_partial_symtab, find_pc_sect_psymtab)
7421 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
7422 (find_last_source_symtab_from_partial)
7423 (forget_cached_source_info_partial)
7424 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
7425 (expand_partial_symbol_tables, read_psymtabs_with_filename)
7426 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
7427 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
7428 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
7429 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
7430 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
7431 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
7432 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
7433 psymtabs.
7434 * mipsread.c (ecoff_sym_fns): Update.
7435 * machoread.c (macho_sym_fns): Update.
7436 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
7437 (read_psyms): New function.
7438 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
7439 (elf_sym_fns_lazy_psyms): New global.
7440 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
7441 dwarf2_build_psymtabs.
7442 * dbxread.c (aout_sym_fns): Update.
7443 * coffread.c (coff_sym_fns): Update.
7444
7445 2011-03-07 Tom Tromey <tromey@redhat.com>
7446
7447 * infrun.c (print_exited_reason): Include inferior id and pid in
7448 message.
7449
7450 2011-03-07 Tom Tromey <tromey@redhat.com>
7451
7452 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
7453 parameter.
7454 (target_has_execution_1): Update.
7455 (target_has_execution_current): Declare.
7456 (target_has_execution): Call target_has_execution_current.
7457 (default_child_has_execution): Update.
7458 * target.c (default_child_has_execution): Add 'the_ptid'
7459 parameter.
7460 (target_has_execution_1): Likewise.
7461 (target_has_execution_current): New function.
7462 (add_target): Update.
7463 (init_dummy_target): Update.
7464 * remote-m32r-sdi.c (m32r_has_execution): New function.
7465 (init_m32r_ops): Use it.
7466 * record.c (record_core_has_execution): Now static. Add
7467 'the_ptid' parameter.
7468 * inferior.c (have_live_inferiors): Don't save current thread.
7469 Use target_has_execution_1.
7470
7471 2011-03-07 Yao Qi <yao@codesourcery.com>
7472
7473 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
7474
7475 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7476
7477 * elfread.c (elf_symtab_read): Minor reformatting.
7478
7479 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7480
7481 * objc-lang.c (selectors_info): Minor reformatting.
7482
7483 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7484
7485 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
7486
7487 2011-03-07 Joel Brobecker <brobecker@adacore.com>
7488 Michael Snyder <msnyder@vmware.com>
7489
7490 * ada-valprint.c (ada_val_print_array): Move the declaration of
7491 "byte_order" and "elttype" inside the block where these variables
7492 are actually used. Remove some special handling for the case
7493 where "elttype" and "eltlen" are null. Replace by a comment
7494 and a couple of assertion checks.
7495
7496 2011-03-05 Michael Snyder <msnyder@vmware.com>
7497
7498 * source.c (add_path): Replace semicolon at end of block.
7499 * dwarf2expr.c (execute_stack_op): Ditto.
7500
7501 2011-03-05 Mike Frysinger <vapier@gentoo.org>
7502
7503 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
7504 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
7505 (bfin-*-*): Likewise.
7506
7507 2011-03-05 Michael Snyder <msnyder@vmware.com>
7508
7509 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
7510 * mdebugread.c (parse_symbol): Ditto.
7511 * parse.c (parse_exp_in_context): Ditto.
7512 * source.c (add_path): Ditto.
7513 * utils.c (gnu_debuglink_crc32): Ditto.
7514 * varobj.c (variable_language): Ditto.
7515
7516 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
7517
7518 2011-03-04 Michael Snyder <msnyder@vmware.com>
7519
7520 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
7521
7522 * symfile.c (simple_overlay_update): Check for null return value
7523 from lookup_minimal_symbol.
7524
7525 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
7526
7527 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
7528
7529 * eval.c (parse_and_eval_address_1): Remove function.
7530 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
7531 instead of parse_and_eval_address_1.
7532 * value.h (parse_and_eval_address_1): Remove prototype.
7533
7534 2011-03-04 Michael Snyder <msnyder@vmware.com>
7535
7536 * remote.c (putpkt_binary): Document that case stmt falls through.
7537
7538 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
7539
7540 * breakpointc (print_it_typical): Move NULL check from here...
7541 (print_bp_stop_message): ... to here.
7542
7543 2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
7544
7545 * breakpoint.c (enable_command): Use break instead of continue,
7546 and fill in a missing break.
7547 (disable_command): Ditto.
7548
7549 2011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7550
7551 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
7552 (terminal_save_ours): Remove misleading comment.
7553 (inflow_inferior_data_cleanup): Free ttystate.
7554 (inflow_inferior_exit): Likewise.
7555 (copy_terminal_info): Copy ttystate.
7556
7557 * serial.c (serial_copy_tty_state): New function.
7558 * serial.h (serial_copy_tty_state): Add prototype.
7559 (struct serial_ops): Add copy_tty_state callback.
7560 * ser-base.c (ser_base_copy_tty_state): New function.
7561 * ser-base.h (ser_base_copy_tty_state): Add prototype.
7562 * ser-go32.c (dos_copy_tty_state): New function.
7563 (dos_ops): Install copy_tty_state callback.
7564 * ser-mingw.c (_initialize_ser_windows): Likewise.
7565 * ser-pipe.c (_initialize_ser_pipe): Likewise.
7566 * ser-unix.c (hardwire_copy_tty_state): New function.
7567 (_initialize_ser_hardwire): Install it.
7568
7569 2011-03-04 Michael Snyder <msnyder@vmware.com>
7570
7571 * breakpoint.c (create_breakpoint): Add missing break statement.
7572
7573 Reverting this patch:
7574 * infcall.c (call_function_by_hand): Add break statements for lint.
7575
7576 Reverting this patch:
7577 * cli/cli-script.c (script_from_file): Add break for lint.
7578
7579 2011-03-04 Michael Snyder <msnyder@vmware.com>
7580
7581 * solib.c (reload_shared_libraries_1): Close memory leak.
7582
7583 2011-03-03 Tom Tromey <tromey@redhat.com>
7584
7585 PR gdb/12538:
7586 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
7587 DW_STRING is NULL.
7588
7589 2011-03-03 Michael Snyder <msnyder@vmware.com>
7590
7591 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
7592 fields of struct 'st' to zero.
7593
7594 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
7595 sal.pspace before calling set_current_source_symtab_and_line.
7596
7597 2011-03-03 Yao Qi <yao@codesourcery.com>
7598
7599 * Makefile.in (configure-common): Remove. Let Makefile
7600 in dir common to rebuild itself.
7601 (common/Makefile): Likewise.
7602
7603 2011-03-03 Joel Brobecker <brobecker@adacore.com>
7604
7605 * utils.c (parse_escape): Add i18n markup in error message.
7606
7607 2011-03-03 Yao Qi <yao@codesourcery.com>
7608
7609 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
7610 ARM_PC_REGNUM.
7611 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
7612 (displaced_write_reg, displaced_read_reg): Likewise.
7613 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
7614 (cleanup_block_load_pc, copy_block_xfer): Likewise.
7615 (cleanup_branch): Replace magic number 14 and 15 with
7616 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
7617
7618 2011-03-02 Michael Snyder <msnyder@vmware.com>
7619
7620 * maint.c (maintenance_do_deprecate): No need to check for NULL.
7621
7622 * cli/cli-script.c (script_from_file): Add break for lint.
7623
7624 * mdebugread.c (parse_partial_symbols): Fix indent.
7625
7626 * target-descriptions.c (tdesc_gdb_type): No need to call
7627 xstrdup, callee saves a copy.
7628
7629 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
7630
7631 * infcall.c (call_function_by_hand): Add break statements for lint.
7632
7633 * utils.c (parse_escape): Escape the escape char.
7634
7635 * python/py-inferior.c (build_inferior_list): Error out if
7636 PyList_Append fails.
7637 (gdbpy_inferiors): Error out if build_inferior_list fails.
7638
7639 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
7640 a function call.
7641
7642 * record.c (record_restore): Move printf to before error return.
7643
7644 2011-03-02 Yao Qi <yao@codesourcery.com>
7645
7646 * arm-tdep.h (struct displaced_step_closure): Add two new fields
7647 is_thumb and insn_size.
7648 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
7649 on both ARM and Thumb mode.
7650 (arm_process_displaced_insn): Set is_thumb and insn_size.
7651 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
7652 (arm_displaced_step_fixup): Likewise.
7653
7654 2011-03-01 Michael Snyder <msnyder@vmware.com>
7655
7656 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
7657
7658 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
7659
7660 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
7661
7662 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
7663
7664 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
7665 with xmalloc.
7666
7667 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
7668 which shadows function parameter.
7669
7670 * tracepoint.c (create_tsv_from_upload): Superfluous call
7671 to xstrdup. Callee already calls xstrdup.
7672
7673 * linespec.c (decode_line_1): Remove unnecessary null check.
7674
7675 * tracepoint.c (scope_info): Fix mem leak, remove underused
7676 variable.
7677
7678 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
7679 superfluous null check.
7680
7681 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
7682 (value_of_builtin_frame_fp_reg): Ditto.
7683
7684 * event-top.c (display_gdb_prompt): Remove superfluous null check.
7685
7686 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
7687 be null.
7688
7689 * linespec.c (decode_line_1): Check for null before dereference.
7690
7691 * reverse.c (record_restore): Move null-check to before pointer
7692 dereference.
7693
7694 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
7695
7696 * objc-lang.c (selectors_info): Add explanitory comment.
7697 (classes_info): Ditto.
7698
7699 2011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7700
7701 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
7702 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
7703 versions of the trampoline. Handle Thumb vs. ARM addresses.
7704 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
7705 (arm_linux_init_abi): Install it.
7706 * arm-tdep.c (arm_psr_thumb_bit): Make global.
7707 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
7708
7709 2011-02-28 Michael Snyder <msnyder@vmware.com>
7710
7711 * ui-out.c (ui_out_field_core_addr): Make local char buffer
7712 a little bigger, to avoid possibility of an overflow.
7713
7714 * breakpoint.c (breakpoint_adjustment_warning): Make local char
7715 buffers a little bigger, to avoid possibility of an overflow.
7716
7717 * coffread.c (coff_getfilename): Add check to avoid overflow.
7718
7719 * objc-lang.c (selectors_info): Add a small safety margin to
7720 avoid overflow.
7721 (classes_info): Error out on too long REGEXP.
7722
7723 * infrun.c (handle_inferior_event): Remove unused function call.
7724
7725 * fork-child.c (fork_inferior): Remove ifdef'd code and
7726 unused variable.
7727
7728 * linux-thread-db.c (attach_thread): Discard unused value.
7729
7730 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
7731
7732 * remote.c (remote_get_noisy_reply): Discard unused value.
7733 (remote_vcont_resume): Ditto.
7734 (remote_stop_ns): Ditto.
7735
7736 * linespec.c (decode_objc): Delete unused variable.
7737
7738 * tui/tui-regs.c (tui_register_format): Delete unused variable.
7739
7740 * dwarf2read.c (add_partial_symbol): Discard unused values.
7741 (read_base_type): Delete unused variable.
7742
7743 * dbxread.c (read_dbx_symtab): Discard unused value.
7744
7745 * eval.c (evaluate_subexp_standard): Delete unused variable,
7746 and discard unused values.
7747
7748 * infcmd.c (_initialize_infcmd): Discard unused values.
7749
7750 * stabsread.c (rs6000_builtin_type): Missing break statement.
7751
7752 * dbxread.c (process_one_symbol): Discard unused value.
7753
7754 * coffread.c (coff_end_symtab): Delete unused variable.
7755
7756 * dwarf2read.c (dw2_get_file_names): Discard unused value.
7757 (dwarf2_add_typedef): Delete unused variable.
7758 (read_namespace): Ditto.
7759 (dwarf_decode_macros): Ditto.
7760
7761 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
7762
7763 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
7764
7765 * p-valprint.c (pascal_val_print): Discard unused value.
7766
7767 * utils.c (nquery): Call va_end before return;
7768 (yquery): Ditto.
7769 (query): Ditto.
7770
7771 * proc-service.c (ps_plog): Call va_end before return.
7772
7773 2011-02-28 Tom Tromey <tromey@redhat.com>
7774
7775 * python/python.c (gdbpy_value_cst): New global.
7776 (_initialize_python): Initialize it.
7777 * python/python-internal.h (gdbpy_value_cst): Declare.
7778 * python/py-value.c (convert_value_from_python): Use
7779 gdbpy_value_cst.
7780
7781 2011-02-28 Michael Snyder <msnyder@vmware.com>
7782
7783 * python/py-cmd.c (cmdpy_init): Fix memory leak.
7784
7785 * breakpoint.c (catch_syscall_completer): Free malloced list.
7786
7787 * jv-lang.c (java_primitive_type_from_name): Add missing break.
7788
7789 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
7790 (lval_func_check_synthetic_pointer): Ditto.
7791 (lval_func_free_closure): Fix use-after-free.
7792
7793 2011-02-28 Tom Tromey <tromey@redhat.com>
7794
7795 * psymtab.c (expand_partial_symbol_tables): Use
7796 ALL_OBJFILE_PSYMTABS.
7797
7798 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7799
7800 * objc-lang.c (selectors_info): Error on too long REGEXP.
7801
7802 2011-02-28 Michael Snyder <msnyder@vmware.com>
7803
7804 * python/py-param.c (set_parameter_value): Add missing
7805 break statement.
7806
7807 * linux-record.c (record_linux_system_call): Add missing
7808 break statement.
7809
7810 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7811
7812 * breakpoint.c (print_one_breakpoint_location): Remove unused
7813 argument PRINT_ADDRESS_BITS. Update callers.
7814 (print_one_breakpoint): Likewise.
7815
7816 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7817
7818 * breakpoint.c (wrap_indent_at_field): New function.
7819 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
7820 Allocate ui_stream locally instead of using STB argument.
7821 (print_one_breakpoint_location): Update call.
7822 * ui-out.c (ui_out_query_field): New function.
7823 * ui-out.h (ui_out_query_field): Add prototype.
7824
7825 2011-02-28 Joel Brobecker <brobecker@adacore.com>
7826
7827 From Michael Snyder <msnyder@vmware.com>
7828 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
7829
7830 2011-02-27 Michael Snyder <msnyder@vmware.com>
7831
7832 * objc-lang.c (selectors_info): Prevent string overrun.
7833
7834 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
7835 error in strncpy.
7836
7837 * symtab.c (rbreak_command): Move variable 'file_name' to
7838 outer scope.
7839
7840 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
7841 param with a local variable of the same name.
7842
7843 2011-02-27 Michael Snyder <msnyder@vmware.com>
7844
7845 * value.c (value_from_history_ref): New function.
7846 * value.h (value_from_history_ref): Export.
7847 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
7848 to parse value history references.
7849 * cli/cli-utils.h (get_number_trailer): Update comment.
7850
7851 2011-02-27 Michael Snyder <msnyder@vmware.com>
7852
7853 * inferior.c (detach_inferior_command): Use get_number_or_range.
7854 (kill_inferior_command): Ditto.
7855 (remove_inferior_command): Ditto.
7856 (initialize_inferiors): Make command names plural.
7857 Update help strings.
7858
7859 2011-02-27 Michael Snyder <msnyder@vmware.com>
7860
7861 * darwin-nat-info.c: Fix comment typo.
7862 * dwarf2expr.h: Ditto.
7863 * fbsd-nat.c: Ditto.
7864 * fbsd-nat.h: Ditto.
7865 * frame-unwind.h: Ditto.
7866 * frame.h: Ditto.
7867 * hppa-hpux-tdep.c: Ditto.
7868 * i386-linux-nat.c: Ditto.
7869 * linux-nat.c: Ditto.
7870 * nbsd-nat.c: Ditto.
7871 * nbsd-nat.h: Ditto.
7872 * ppc-linux-tdep.c: Ditto.
7873 * serial.c: Ditto.
7874 * ui-file.h: Ditto.
7875 * tui/tui-winsource.c: Ditto.
7876
7877 2011-02-26 Michael Snyder <msnyder@vmware.com>
7878
7879 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
7880
7881 * maint.c (maintenance_do_deprecate): Plug a memory leak.
7882
7883 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
7884 with a local variable of the same name.
7885
7886 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
7887 param with a local variable of the same name.
7888 (i387_supply_xsave): Ditto.
7889
7890 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
7891 that it does not shadow a function parameter.
7892
7893 * i386-nat.c (i386_length_and_rw_bits): Document that case
7894 statement is meant to fall through.
7895
7896 * expprint.c (dump_subexp_body_standard): Document that case
7897 statement is meant to fall through.
7898
7899 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
7900 dead if statement. Condition can't be false.
7901
7902 2011-02-25 Michael Snyder <msnyder@vmware.com>
7903
7904 * arm-tdep.c: Fix typos in comments.
7905 * bsd-uthread.c: Ditto.
7906 * completer.c: Ditto.
7907 * corelow.c: Ditto.
7908 * cp-namespace.c: Ditto.
7909 * cp-support.c: Ditto.
7910 * cris-tdep.c: Ditto.
7911 * dbxread.c: Ditto.
7912 * dwarf2read.c: Ditto.
7913 * frame.h: Ditto.
7914 * gdbtypes.h: Ditto.
7915 * inferior.h: Ditto.
7916 * mdebugread.c: Ditto.
7917 * mips-tdep.c: Ditto.
7918 * ppc-linux-nat.c: Ditto.
7919 * ppc-linux-tdep.c: Ditto.
7920 * printcmd.c: Ditto.
7921 * sol-thread.c: Ditto.
7922 * solib-frv.c: Ditto.
7923 * solist.h: Ditto.
7924 * sparc64-tdep.c: Ditto.
7925 * spu-tdep.c: Ditto.
7926 * stabsread.c: Ditto.
7927 * symfile.c: Ditto.
7928 * valops.c: Ditto.
7929 * varobj.c: Ditto.
7930 * vax-nat.c: Ditto.
7931 * python/py-block.c: Ditto.
7932 * python/py-symbol.c: Ditto.
7933 * python/py-symtab.c: Ditto.
7934 * python/py-value.c: Ditto.
7935 * tui/tui-win.c: Ditto.
7936
7937 2011-02-25 Michael Snyder <msnyder@vmware.com>
7938
7939 * inferior.c (print_inferior): Accept a string instead of an int
7940 for requested_inferiors, and use get_number_or_range to parse it.
7941 (info_inferiors_command): Pass args string to print_inferior.
7942 (initialize_inferiors): Change help string for info inferiors.
7943 * inferior.h (print_inferior): Export prototype change.
7944
7945 2011-02-25 Tom Tromey <tromey@redhat.com>
7946
7947 * common/ax.def (invalid2): Set to 0x31.
7948
7949 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
7952 L and plongest.
7953 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
7954 use L and plongest.
7955 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
7956
7957 2011-02-24 Michael Snyder <msnyder@vmware.com>
7958
7959 * Makefile.in (clean): Make clean should remove generated files
7960 observer.h and observer.inc.
7961
7962 2011-02-24 Joel Brobecker <brobecker@adacore.com>
7963
7964 Revert the following patch (not approved yet):
7965 2011-02-21 Hui Zhu <teawater@gmail.com>
7966 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7967 * ax-gdb.c (gen_printf_expr_callback): New function.
7968 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7969 * ax-general.c (ax_memcpy): New function.
7970 (ax_print): Handle "printf".
7971 (ax_reqs): Ditto.
7972 * ax.h (ax_memcpy): Forward declare.
7973 * common/ax.def (invalid2): Removed.
7974 (printf): New entry.
7975 * printcmd.c (printcmd.h): New include.
7976 (string_printf): New function.
7977 (ui_printf): Removed.
7978 (printf_command): Remove static. Call string_printf.
7979 (eval_command): Call string_printf.
7980 * printcmd.h: New file.
7981 * tracepoint.c (validate_actionline,
7982 encode_actions_1): handle printf_command.
7983
7984 2011-02-23 Tom Tromey <tromey@redhat.com>
7985
7986 * ax-general.c (ax_pick): Add missing newline.
7987
7988 2011-02-23 Michael Snyder <msnyder@vmware.com>
7989
7990 * breakpoint.c (breakpoint_1): Change first argument from an int
7991 to a char pointer, so that the function now accepts a list of
7992 breakpoints rather than just one. Use new function
7993 'number_is_in_list' to implement.
7994 (breakpoints_info): Pass char * instead of int to breakpoint_1.
7995 (watchpoints_info): Ditto.
7996 (tracepoints_info): Ditto.
7997 (maintenance_info_breakpoints): Ditto.
7998 (_initialize_breakpoint): Update help strings to reflect the fact
7999 that these functions can now take more than one argument.
8000 * cli/cli-utils.c (number_is_in_list): New function.
8001 * cli/cli-utils.h (number_is_in_list): Export.
8002
8003 2011-02-23 Michael Snyder <msnyder@vmware.com>
8004
8005 * memattr.c (mem_enable_command): Use get_number_or_range.
8006 (mem_disable_command): Ditto.
8007 (mem_delete_command): Ditto.
8008 (_initialize_mem): Tweak usage message to reflect multiple
8009 arguments.
8010
8011 2011-02-22 Doug Evans <dje@google.com>
8012
8013 Add gdb.lookup_global_symbol python function.
8014 * NEWS: Add entry.
8015 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
8016 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
8017 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
8018
8019 2011-02-22 Tom Tromey <tromey@redhat.com>
8020
8021 * language.c (language_class_name_from_physname): Rename
8022 'curr_language' argument to 'lang'; use in body.
8023
8024 2011-02-22 Michael Snyder <msnyder@vmware.com>
8025
8026 * cli/cli-utils.c (number_is_in_list): Check for zero return.
8027
8028 2011-02-22 Pedro Alves <pedro@codesourcery.com>
8029
8030 * frame-unwind.h: Fix comment to mention the this frame, not the
8031 next.
8032
8033 2011-02-22 Tom Tromey <tromey@redhat.com>
8034
8035 * symfile.c (auto_solib_limit): Remove.
8036 * symfile.h (auto_solib_limit): Remove.
8037
8038 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8039
8040 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
8041
8042 2011-02-21 Michael Snyder <msnyder@vmware.com>
8043
8044 * gdbthread.h (print_thread_info): Change prototype.
8045 * thread.c (print_thread_info): Accept char* instead of int for
8046 requested_threads argument. Use new function number_is_in_list
8047 to determine which threads to list.
8048 (info_threads_command): Pass char* to print_thread_info.
8049 * cli/cli-utils.c (number_is_in_list): New function.
8050 * cli/cli-utils.h (number_is_in_list): Export.
8051 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
8052 print_thread_info.
8053 (print_one_inferior): Ditto.
8054 (mi_cmd_list_thread_groups): Ditto.
8055
8056 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8057
8058 * common/Makefile.in (CFLAGS): New.
8059 (COMPILE): Add $(CFLAGS).
8060
8061 2011-02-21 Tom Tromey <tromey@redhat.com>
8062
8063 * breakpoint.c (catch_syscall_command_1): Fix typo.
8064
8065 2011-02-21 Tom Tromey <tromey@redhat.com>
8066
8067 * reverse.c: Include cli-utils.h.
8068 * printcmd.c: Include cli-utils.h.
8069 (string_printf): Use skip_spaces.
8070 * cli/cli-utils.h: New file.
8071 * cli/cli-utils.c: New file.
8072 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
8073 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
8074 * breakpoint.h (get_number, get_number_or_range): Move to
8075 cli-utils.h.
8076 * breakpoint.c: Include cli-utils.h.
8077 (get_number_trailer, get_number, get_number_or_range)
8078 (ep_skip_leading_whitespace): Move to cli-utils.c.
8079 (create_breakpoint_sal, find_condition_and_thread)
8080 (decode_static_tracepoint_spec, watch_command_1)
8081 (watch_maybe_just_location, ep_parse_optional_if_clause)
8082 (catch_fork_command_1, catch_exec_command_1)
8083 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
8084 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
8085 (SUBDIR_CLI_SRCS): Add cli-utils.c.
8086 (HFILES_NO_SRCDIR): Add cli-utils.h.
8087 (cli-utils.o): New target.
8088
8089 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8090
8091 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
8092 before calling discard_all_inferiors.
8093
8094 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8095
8096 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
8097 (struct builtin_opencl_type): Remove.
8098 (builtin_opencl_type): Change return type to "struct type **".
8099 (lookup_opencl_vector_type): Update caller.
8100 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
8101 (build_opencl_types): Install plain array of "struct type *"
8102 instead of "struct builtin_opencl_type".
8103
8104 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8105 Ulrich Weigand <uweigand@de.ibm.com>
8106
8107 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
8108 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
8109 (struct arm_linux_hwbp_cap): New type.
8110 (arm_linux_get_hwbp_cap): New function.
8111 (arm_linux_get_hw_breakpoint_count): Likewise.
8112 (arm_linux_get_hw_watchpoint_count): Likewise.
8113 (arm_linux_can_use_hw_breakpoint): Likewise.
8114 (arm_hwbp_type): New type.
8115 (arm_hwbp_control_t): Likewise.
8116 (struct arm_linux_hw_breakpoint): Likewise.
8117 (struct arm_linux_thread_points): Likewise.
8118 (arm_threads): New global variable.
8119 (arm_linux_find_breakpoints_by_tid): New function.
8120 (arm_hwbp_control_initialize): Likewise.
8121 (arm_hwbp_control_is_enabled): Likewise.
8122 (arm_hwbp_control_disable): Likewise.
8123 (arm_linux_hw_breakpoint_initialize): Likewise.
8124 (arm_linux_get_hwbp_type): Likewise.
8125 (arm_linux_hw_watchpoint_initialize): Likewise.
8126 (arm_linux_hw_breakpoint_equal): Likewise.
8127 (arm_linux_insert_hw_breakpoint1): Likewise.
8128 (arm_linux_remove_hw_breakpoint1): Likewise.
8129 (arm_linux_insert_hw_breakpoint): Likewise.
8130 (arm_linux_remove_hw_breakpoint): Likewise.
8131 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
8132 (arm_linux_insert_watchpoint): Likewise.
8133 (arm_linux_remove_watchpoint): Likewise.
8134 (arm_linux_stopped_data_address): Likewise.
8135 (arm_linux_stopped_by_watchpoint): Likewise.
8136 (arm_linux_watchpoint_addr_within_range): Likewise.
8137 (arm_linux_new_thread): Likewise.
8138 (arm_linux_thread_exit): Likewise.
8139 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
8140 related target callbacks. Register arm_linux_new_thread and
8141 arm_linux_thread_exit.
8142 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
8143 * arm-tdep.c (arm_pc_is_thumb): Make global.
8144 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
8145
8146 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8147
8148 * breakpoint.c (update_watchpoint): Do not attempt to recreate
8149 per-frame locations while within a function epilogue.
8150
8151 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
8152
8153 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
8154 to GNU coding standards.
8155
8156 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
8157
8158 Allow use of mingw native on Windows 95 OS.
8159 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
8160 (ser_windows_close): Only call CancelIo if function exists.
8161 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
8162 to check for existence of CancelIo function in kernel32 DLL.
8163
8164 2011-02-21 Hui Zhu <teawater@gmail.com>
8165
8166 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
8167 * ax-gdb.c (gen_printf_expr_callback): New function.
8168 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
8169 * ax-general.c (ax_memcpy): New function.
8170 (ax_print): Handle "printf".
8171 (ax_reqs): Ditto.
8172 * ax.h (ax_memcpy): Forward declare.
8173 * common/ax.def (invalid2): Removed.
8174 (printf): New entry.
8175 * printcmd.c (printcmd.h): New include.
8176 (string_printf): New function.
8177 (ui_printf): Removed.
8178 (printf_command): Remove static. Call string_printf.
8179 (eval_command): Call string_printf.
8180 * printcmd.h: New file.
8181 * tracepoint.c (validate_actionline,
8182 encode_actions_1): handle printf_command.
8183
8184 2011-02-19 Michael Snyder <msnyder@vmware.com>
8185
8186 * reverse.c (delete_one_bookmark): Argument is now bookmark
8187 id rather than pointer to bookmark struct.
8188 (delete_bookmark_command): Use get_number_or_range.
8189 (goto_bookmark_command): Parse with get_number instead of strtoul.
8190 (bookmark_1): New function. Print info for one bookmark.
8191 (bookmarks_info): Use get_number_or_range and bookmark_1.
8192
8193 2011-02-18 Michael Snyder <msnyder@vmware.com>
8194
8195 * thread.c (info_threads_command): Re-implement using
8196 get_number_or_range.
8197 (thread_apply_command): Ditto.
8198
8199 2011-02-18 Tom Tromey <tromey@redhat.com>
8200
8201 * common/ax.def: New file.
8202 * ax.h (enum agent_op): Use ax.def.
8203 * ax-general.c (aop_map): Use ax.def.
8204
8205 2011-02-18 Tom Tromey <tromey@redhat.com>
8206
8207 * ax-general.c (aop_map): Add pick and rot.
8208 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
8209 <DW_OP_rot>: Implement.
8210 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
8211 (ax_pick): Declare.
8212 * ax-general.c (ax_pick): New function.
8213
8214 2011-02-18 Tom Tromey <tromey@redhat.com>
8215
8216 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
8217
8218 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8219 Tom Tromey <tromey@redhat.com>
8220
8221 * cp-support.c (make_symbol_overload_list_namespace): Do not call
8222 make_symbol_overload_list_block with NULL BLOCK.
8223 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
8224
8225 2011-02-18 Pedro Alves <pedro@codesourcery.com>
8226
8227 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
8228 * breakpoint.h (get_number_or_range): Declare.
8229 * printcmd.c (ALL_DISPLAYS): Declare.
8230 (delete_display): Reimplement taking a display pointer.
8231 (undisplay_command): Accept a range of displays to delete, using
8232 get_number_or_range.
8233
8234 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8235
8236 * c-valprint.c (c_val_print): Add embedded_offset to address
8237 for arrays of unspecified length.
8238 * p-valprint.c (pascal_val_print): Likewise.
8239
8240 2011-02-18 Yao Qi <yao@codesourcery.com>
8241
8242 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
8243 (arm_process_displaced_insn): .. here. Remove parameter INSN.
8244 (thumb_process_displaced_insn): New.
8245 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
8246 call to arm_process_displaced_insn.
8247 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
8248
8249 2011-02-17 Tom Tromey <tromey@redhat.com>
8250
8251 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
8252 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
8253 compile_dwarf_to_ax. No longer static. Call
8254 dwarf2_compile_cfa_to_ax.
8255 (locexpr_tracepoint_var_ref): Update.
8256 (loclist_tracepoint_var_ref): Update.
8257 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
8258 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
8259 argument; add 'gdbarch' and 'pc'.
8260 (dwarf2_compile_cfa_to_ax): New function.
8261 (dwarf2_frame_cache): Update.
8262
8263 2011-02-17 Joel Brobecker <brobecker@adacore.com>
8264
8265 * ada-lang.c (ada_type_of_array): Fix the size of the array
8266 in the case of an unconstrained packed array.
8267
8268 2011-02-17 Yao Qi <yao@codesourcery.com>
8269
8270 * common/Makefile.in: Add more targets for make.
8271
8272 2011-02-16 Tom Tromey <tromey@redhat.com>
8273
8274 * dwarf2loc.c (unimplemented): Fix typo.
8275
8276 2011-02-16 Tom Tromey <tromey@redhat.com>
8277
8278 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
8279 (compile_dwarf_to_ax) <default>: Use unimplemented.
8280 <DW_OP_deref>: Update.
8281 (disassemble_dwarf_expression): Update.
8282 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
8283 (decode_locdesc): Update.
8284 * dwarf2expr.h (dwarf_stack_op_name): Update.
8285
8286 2011-02-16 Tom Tromey <tromey@redhat.com>
8287
8288 * ax.h (struct aop_map) <name>: Now const.
8289
8290 2011-02-16 Tom Tromey <tromey@redhat.com>
8291
8292 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
8293 than axs_rvalue.
8294
8295 2011-02-16 Yao Qi <yao@codesourcery.com>
8296
8297 * infrun.c (get_displaced_step_closure_by_addr): New.
8298 * inferior.h: Declare it.
8299 * arm-tdep.c: (arm_pc_is_thumb): Call
8300 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
8301 returns non-NULL.
8302
8303 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8304 Jan Kratochvil <jan.kratochvil@redhat.com>
8305
8306 gdb/
8307 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
8308
8309 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8310 Jan Kratochvil <jan.kratochvil@redhat.com>
8311
8312 * value.c (value_contents_copy_raw): Extend describing comment.
8313 Assert that the destination contents we're overwriting are wholly
8314 available.
8315 (value_contents_copy): Extend describing comment.
8316
8317 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8318 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * value.c (value_available_contents_eq): Remove redundant local
8321 variables. Fix available contents comparision.
8322 * value.h (value_available_contents_eq): Extend describing
8323 comment.
8324
8325 2011-02-16 Yao Qi <yao@codesourcery.com>
8326
8327 * thread.c (info_threads_command): Add missing i18n markup and remove
8328 trailing newline.
8329
8330 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8331
8332 * breakpoint.c (longjmp_names): New variable.
8333 (struct breakpoint_objfile_data): New type.
8334 (breakpoint_objfile_key): New variable.
8335 (msym_not_found): New variable.
8336 (msym_not_found_p): New predicate.
8337 (get_breakpoint_objfile_data): New function.
8338 (create_overlay_event_breakpoint): Check per-objfile cache for
8339 symbols first.
8340 (create_longjmp_master_breakpoint): Likewise.
8341 (create_std_terminate_master_breakpoint): Likewise.
8342 (create_exception_master_breakpoint): Likewise.
8343 (_initialize_breakpoint): Register per-objfile data key.
8344
8345 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8346
8347 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
8348 parameter value.
8349 (create_longjmp_master_breakpoint): Loop over longjmp names.
8350 (create_std_terminate_master_breakpoint): Const-propagate parameter
8351 value.
8352 (update_breakpoints_after_exec): Adjust.
8353 (breakpoint_re_set): Adjust.
8354
8355 2011-02-15 Michael Snyder <msnyder@vmware.com>
8356
8357 * thread.c (info_threads_command): Process arg as thread id,
8358 or list of thread ids.
8359 (thread_find_command): New command.
8360 (_initialize_thread): Document argument for info threads.
8361 Document 'thread find' command.
8362 * NEWS: Document new command "thread find".
8363
8364 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8365
8366 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
8367 * aclocal.m4: Regenerated with aclocal-1.11.1.
8368 * common/configure: Regenerate with autoconf-2.64.
8369
8370 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
8371
8372 * opencl-lang.c (build_opencl_types): Set the size of the built-in
8373 bool data type to a size of one byte.
8374
8375 2011-02-15 Pedro Alves <pedro@codesourcery.com>
8376 Jan Kratochvil <jan.kratochvil@redhat.com>
8377
8378 * target.c (memory_xfer_live_readonly_partial): Document where to
8379 look for interface description.
8380
8381 2011-02-15 Yao Qi <yao@codesourcery.com>
8382
8383 PR tdep/12352
8384 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
8385 order to store PC value on stack instead of text section.
8386
8387 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
8388
8389 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
8390 the EFP register set size.
8391 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
8392 data from the VMX register.
8393 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
8394 and write data from/to the VMX register.
8395
8396 2011-02-14 Michael Snyder <msnyder@vmware.com>
8397
8398 * command.h (enum command_class): New class 'no_set_class', for
8399 "show" commands without a corresponding "set" command.
8400 * value.c (_initialize_values): Use 'no_set_class' for "show values".
8401 * copying.c (_initialize_copying): Ditto for "show copying" and
8402 "show warranty".
8403 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
8404 "show version".
8405 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
8406 which there is no corresponding "set" command (eg. "show copying").
8407
8408 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8409 Jan Kratochvil <jan.kratochvil@redhat.com>
8410
8411 * exec.c (section_table_available_memory): Change `len' parameter
8412 type to ULONGEST.
8413 * exec.h (section_table_available_memory): Ditto.
8414 * value.h (read_value_memory): Rename the `offset' parameter to
8415 `embedded_offset'.
8416
8417 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8418 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * memrange.c (compare_mem_ranges): Mention sort order in
8421 describing comment.
8422 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
8423 * tracepoint.c (traceframe_available_memory): Extend comment to
8424 mention what happens to RESULT when the target does not support
8425 the query.
8426
8427 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8428 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
8431 range.
8432
8433 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8434
8435 * value.c (value_bits_valid, value_bits_synthetic_pointer):
8436 No longer handle NULL values.
8437
8438 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8439
8440 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
8441 * value.c: Include "exceptions.h".
8442 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
8443 generic error.
8444 * cp-abi.c: Include gdb_assert.h.
8445 (baseclass_offset): Add `embedded_offset' and `val' parameters.
8446 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
8447 errors.
8448 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
8449 parameters. No longer returns -1 on error.
8450 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
8451 `val' parameters.
8452 * cp-valprint.c: Include exceptions.h.
8453 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
8454 the baseclass_offset. Handle unavailable base classes. Use
8455 val_print_invalid_address.
8456 * p-valprint.c: Include exceptions.h.
8457 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
8458 when fetching the baseclass_offset. No longer expect
8459 baseclass_offset returning -1. Handle unavailable base classes.
8460 Use val_print_invalid_address.
8461 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
8462 `valaddr' parameter, and change its type to gdb_byte pointer. Add
8463 `embedded_offset' and `val' parameters. Adjust.
8464 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
8465 parameter, and change its type to gdb_byte pointer. Add
8466 `embedded_offset' and `val' parameters. Adjust. No longer expect
8467 baseclass_offset returning -1.
8468 (value_dynamic_cast): Use value_contents_for_printing rather than
8469 value_contents. Adjust.
8470 (search_struct_field): No longer expect baseclass_offset returning
8471 -1.
8472 (search_struct_method): If reading memory from the target is
8473 necessary, wrap it in a new value to pass to baseclass_offset. No
8474 longer expect baseclass_offset returning -1.
8475 (find_method_list): No longer expect baseclass_offset returning
8476 -1. Use value_contents_for_printing rather than value_contents.
8477 * valprint.c (val_print_invalid_address): New function.
8478 * valprint.h (val_print_invalid_address): Declare.
8479 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
8480 and `val' parameters. No longer expect baseclass_offset returning
8481 -1. Adjust.
8482 * gnu-v2-abi.c: Include "exceptions.h".
8483 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
8484 parameters. Handle unavailable memory. Recurse through
8485 gnuv2_baseclass_offset directly, rather than through
8486 baseclass_offset. No longer returns -1 on not found, instead
8487 throw an error.
8488 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
8489 `val' parameters. Adjust.
8490
8491 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8492
8493 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
8494 almost but not quite adjacent.
8495
8496 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8497
8498 * value.h (value_entirely_available): Declare.
8499 * value.c (value_entirely_available): New function.
8500 * c-valprint.c (c_value_print): Don't try fetching the pointer's
8501 real type if the pointer is unavailable.
8502
8503 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8504
8505 * valops.c (value_repeat): Use read_value_memory instead of
8506 read_memory.
8507
8508 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8509
8510 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
8511 * value.c (value_contents_copy_raw, value_contents_copy): New
8512 functions.
8513 (value_primitive_field): Use value_contents_copy_raw instead of
8514 memcpy.
8515 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
8516 memcpy.
8517 (value_array, value_slice): Ditto.
8518 * valarith.c (value_subscripted_rvalue): Use
8519 value_contents_copy_raw instead of memcpy.
8520
8521 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8522
8523 <unavailable> references.
8524
8525 * valops.c (get_value_at): Use value_from_contents_and_address,
8526 avoiding read_memory.
8527
8528 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8529
8530 * c-valprint.c (c_val_print): Print a string with unavailable
8531 contents as an array.
8532
8533 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8534
8535 * value.h (unpack_bits_as_long): Delete declaration.
8536 (unpack_value_bits_as_long): Declare.
8537 (unpack_value_field_as_long): Declare.
8538 (value_field_bitfield): Declare.
8539 * value.c (unpack_bits_as_long): Rename to...
8540 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
8541 value parameters. Return the extracted result in a new output
8542 parameter. If the value contents are unavailable, return false,
8543 otherwise return true.
8544 (unpack_value_bits_as_long): New.
8545 (unpack_field_as_long): Rename to...
8546 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
8547 Add embedded_offset and value parameters. Return the extracted
8548 result in a new output parameter. If the value contents are
8549 unavailable, return false, otherwise return true.
8550 (unpack_value_field_as_long): New.
8551 (unpack_field_as_long_1): New.
8552 (unpack_field_as_long): Reimplement as wrapper around
8553 unpack_value_field_as_long_1.
8554 (value_field_bitfield): New function.
8555 * valops.c (value_fetch_lazy): When fetching a bitfield, use
8556 unpack_value_bits_as_long. Mark the value as unavailable, if it
8557 is unavailable.
8558 * jv-valprint.c (java_print_value_fields): Use
8559 value_field_bitfield.
8560 * p-valprint.c (pascal_object_print_value_fields): Use
8561 value_field_bitfield.
8562 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
8563
8564 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8565
8566 * value.c (get_internalvar_integer): Also return the int value of
8567 TYPE_CODE_INT INTERNALVAR_VALUE values.
8568 (set_internalvar): Don't special case TYPE_CODE_INT.
8569
8570 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8571
8572 * value.c (struct internalvar) <enum internalvar_kind>: Remove
8573 INTERNALVAR_POINTER.
8574 <pointer>: Delete.
8575 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
8576 (set_internalvar): Remove special TYPE_CODE_PTR handling.
8577 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
8578
8579 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8580
8581 * value.h (value_available_contents_eq): Declare.
8582 * value.c (find_first_range_overlap): New function.
8583 (value_available_contents_eq): New function.
8584 * valprint.c (val_print_array_elements): Use
8585 value_available_contents_eq.
8586 * ada-valprint.c (val_print_packed_array_elements): Use
8587 value_available_contents_eq.
8588 * jv-valprint.c (java_value_print): Use
8589 value_available_contents_eq.
8590
8591 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8592
8593 * target.c (target_read_live_memory): New function.
8594 (memory_xfer_live_readonly_partial): New.
8595 (memory_xfer_partial): If reading from a traceframe, fallback to
8596 reading unavailable read-only memory from read-only regions of
8597 live target memory.
8598 * tracepoint.c (disconnect_tracing): Adjust.
8599 (set_current_traceframe): New, factored out from
8600 set_traceframe_number.
8601 (set_traceframe_number): Reimplement to only change the traceframe
8602 number on the GDB side.
8603 (do_restore_current_traceframe_cleanup): Adjust.
8604 (make_cleanup_restore_traceframe_number): New.
8605 (cur_traceframe_number): New global.
8606 (tfile_open): Set cur_traceframe_number to no traceframe.
8607 (set_tfile_traceframe): New function.
8608 (tfile_trace_find): If looking up a traceframe using any method
8609 other than by number, make sure the current tfile traceframe
8610 matches gdb's current traceframe. Update the current tfile
8611 traceframe if the lookup succeeded.
8612 (tfile_fetch_registers, tfile_xfer_partial)
8613 (tfile_get_trace_state_variable_value): Make sure the remote
8614 traceframe matches gdb's current traceframe.
8615 * remote.c (remote_traceframe_number): New global.
8616 (remote_open_1): Set it to -1.
8617 (set_remote_traceframe): New function.
8618 (remote_fetch_registers, remote_store_registers)
8619 (remote_xfer_memory, remote_xfer_partial)
8620 (remote_get_trace_state_variable_value): Make sure the remote
8621 traceframe matches gdb's current traceframe.
8622 (remote_trace_find): If looking up a traceframe using any method
8623 other than by number, make sure the current remote traceframe
8624 matches gdb's current traceframe. Update the current remote
8625 traceframe if the lookup succeeded.
8626 * infrun.c (fetch_inferior_event): Adjust.
8627 * tracepoint.h (set_current_traceframe): Declare.
8628 (get_traceframe_number, set_traceframe_number): Add describing
8629 comments.
8630
8631 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8632
8633 Mark pieces of values as unavailable if the corresponding memory
8634 is unavailable.
8635
8636 * valops.c: Include tracepoint.h.
8637 (value_fetch_lazy): Use read_value_memory.
8638 (read_value_memory): New.
8639 * value.h (read_value_memory): Declare.
8640 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
8641 * exec.c (section_table_available_memory): New function.
8642 * exec.h (section_table_available_memory): Declare.
8643
8644 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8645
8646 * Makefile.in (SFILES): Add memrange.c.
8647 (HFILES_NO_SRCDIR): Add memrange.h.
8648 (COMMON_OBS): Add memrange.o.
8649 * memrange.c: New file.
8650 * memrange.h: New file.
8651 * tracepoint.c: Include memrange.h.
8652 (struct mem_range): Delete.
8653 (mem_range_s): Delete.
8654 (traceframe_available_memory): New function.
8655 * tracepoint.h (traceframe_available_memory): Declare.
8656
8657 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8658
8659 * target.h (struct traceframe_info): Forward declare.
8660 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
8661 (struct target_ops) <to_traceframe_info>: New field.
8662 (target_traceframe_info): New.
8663 * target.c (update_current_target): Inherit and default
8664 to_traceframe_info.
8665 * remote.c (PACKET_qXfer_traceframe_info): New.
8666 (remote_protocol_features): Register qXfer:traceframe-info:read.
8667 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
8668 (remote_traceframe_info): New.
8669 (init_remote_ops): Install it.
8670 (_initialize_remote): Install "set/show remote traceframe-info"
8671 commands.
8672 * tracepoint.h (parse_traceframe_info): Declare.
8673 * tracepoint.c (struct mem_range): New.
8674 (mem_range_s): New typedef.
8675 (struct traceframe_info): New.
8676 (traceframe_info): New global.
8677 (free_traceframe_info): New function.
8678 (clear_traceframe_info): New function.
8679 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
8680 info.
8681 (build_traceframe_info): New function.
8682 (tfile_traceframe_info): New function.
8683 (init_tfile_ops): Install tfile_traceframe_info.
8684 (traceframe_info_start_memory, free_result): New functions.
8685 (memory_attributes, traceframe_info_elements): New globals.
8686 (parse_traceframe_info, get_traceframe_info): New functions.
8687 * features/traceframe-info.dtd: New file.
8688 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
8689
8690 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8691
8692 Base support for <unavailable> value contents.
8693
8694 * value.h (value_bytes_available): Declare.
8695 (mark_value_bytes_unavailable): Declare.
8696 * value.c (struct range): New struct.
8697 (range_s): New typedef.
8698 (ranges_overlap): New function.
8699 (range_lessthan): New function.
8700 (ranges_contain_p): New function.
8701 (struct value) <unavailable>: New field.
8702 (value_bytes_available): New function.
8703 (mark_value_bytes_unavailable): New function.
8704 (require_not_optimized_out): Constify parameter.
8705 (require_available): New function.
8706 (value_contents_all, value_contents): Require all bytes be
8707 available.
8708 (value_free): Free `unavailable'.
8709 (value_copy): Copy `unavailable'.
8710 * valprint.h (val_print_unavailable): Declare.
8711 * valprint.c (valprint_check_validity): Rename `offset' parameter
8712 to `embedded_offset'. If printing a scalar, check whether the
8713 value chunk is available.
8714 (val_print_unavailable): New.
8715 (val_print_scalar_formatted): Check whether the value is
8716 available.
8717 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
8718 pretty-printing unavailable values.
8719
8720 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8721
8722 Fix const/volatile qualifiers of C++ types, PR c++/12328.
8723 * c-typeprint.c (c_type_print_args): Update the function comment. New
8724 variable param_type, initialize it. Remove const/volatile qualifiers
8725 for language_cplus and !show_artificial. Use param_type.
8726
8727 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
8730 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
8731 * symtab.h (struct symtab) <next>: Comment extension.
8732
8733 2011-02-12 Yao Qi <yao@codesourcery.com>
8734
8735 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
8736
8737 2011-02-11 Yao Qi <yao@codesourcery.com>
8738
8739 * common/Makefile.in: Add copyright header.
8740
8741 2011-02-11 Pedro Alves <pedro@codesourcery.com>
8742
8743 * infrun.c (proceed): Move switching out and in of tfind mode from
8744 here ...
8745 (fetch_inferior_event): ... to here.
8746
8747 2011-02-11 Yao Qi <yao@codesourcery.com>
8748
8749 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8750 libcommon.a.
8751 * configure.ac: Add common to sub dir.
8752 * configure: Regenerate.
8753
8754 2011-02-11 Yao Qi <yao@codesourcery.com>
8755
8756 Build libcommon.a.
8757
8758 * common/Makefile.in: New.
8759 * common/configure.ac: New.
8760 * common/aclocal.m4: New.
8761 * common/configure: Generate.
8762
8763 2011-02-10 Pedro Alves <pedro@codesourcery.com>
8764
8765 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
8766 side of the parenthesis.
8767
8768 Merge from GCC:
8769 2010-07-13 Jakub Jelinek <jakub@redhat.com>
8770 * vec.h (VEC_block_remove): Fix comment.
8771
8772 2011-02-08 Michael Snyder <msnyder@vmware.com>
8773
8774 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
8775
8776 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8777
8778 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
8779 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
8780 psubd and paddd.
8781
8782 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 PR 12361.
8785 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
8786 phsubsw.
8787 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
8788 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
8789
8790 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8791
8792 * dwarf2read.c (read_subroutine_type): Set special calling
8793 convention flag for functions compiled by IBM XL C for OpenCL.
8794 * ppc-sysv-tdep.c: Include "dwarf2.h"
8795 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
8796 calling convention.
8797 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
8798 IBM OpenCL vector types calling convention.
8799 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
8800 (ppc_sysv_abi_broken_return_value): Likewise.
8801 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
8802 types calling convention.
8803 (ppc64_sysv_abi_return_value): Likewise.
8804 * spu-tdep.c: Include "dwarf2.h"
8805 (spu_return_value): Implement IBM OpenCL vector types calling
8806 convention.
8807
8808 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8809
8810 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
8811 correct ABI for AltiVec vector arguments.
8812
8813 2011-02-07 Pedro Alves <pedro@codesourcery.com>
8814
8815 * valprint.c (val_print): Extend comment.
8816 * ada-valprint.c (ada_valprint): Rewrite comment deferring
8817 interface explanation to val_print.
8818 (ada_val_print_array): Adjust comment to current interface.
8819 (print_field_values): Adjust comment to current interface.
8820 * c-valprint.c (c_val_print): Rewrite comment deferring interface
8821 explanation to val_print.
8822 * f-valprint.c (f_val_print): Ditto.
8823 * jv-valprint.c (java_val_print): Ditto.
8824 * m2-valprint.c (m2_val_print): Ditto.
8825 * p-valprint.c (pascal_val_print): Ditto.
8826
8827 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8828
8829 * breakpoint.c (parse_breakpoint_sals): Fix description.
8830
8831 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
8832 Oguz Kayral <oguzkayral@gmail.com>
8833
8834 * python/py-inferior.c (python_on_normal_stop): New function.
8835 (python_on_resume): New function.
8836 (python_inferior_exit): New function.
8837 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
8838 inferior_exit observers.
8839 * python/py-evtregistry.c: New file.
8840 * python/py-threadevent.c : New file.
8841 * python/py-event.c: New file.
8842 * python/py-evts.c: New file.
8843 * python/py-continueevent.c: New file.
8844 * python/py-bpevent.c: New file.
8845 * python/py-signalevent.c: New file.
8846 * python/py-exetiedevent.c: New file.
8847 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
8848 Move struct breakpoint_object from here...
8849 * python/python-internal.h: ... to here.
8850 * python/py-event.h: New file.
8851 * python/py-events.h: New file.
8852 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
8853 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
8854 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
8855 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
8856 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
8857 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
8858 Add build rules for all the above.
8859
8860 2011-02-04 Tom Tromey <tromey@redhat.com>
8861
8862 * dwarf2read.c (dwarf2_section_empty_p): New function.
8863 (dwarf2_read_section): Use dwarf2_section_empty_p.
8864 (dwarf2_section_size): New function.
8865 (dwarf2_get_section_info): Unconditionally read section.
8866 (dwarf2_read_index): Use dwarf2_section_empty_p.
8867 (partial_read_comp_unit_head): Use dwarf2_section_size.
8868 (dwarf2_symbol_mark_computed): Likewise.
8869
8870 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8871
8872 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
8873
8874 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8875
8876 * mips-linux-tdep.c: Include xml-syscall.h.
8877 (mips_linux_get_syscall_number): New function.
8878 (mips_linux_init_abi): Add calls to
8879 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
8880 * data-directory/Makefile.in (SYSCALLS_FILES): Add
8881 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
8882 * syscalls/mips-n32-linux.xml: New file.
8883 * syscalls/mips-n64-linux.xml: New file.
8884 * syscalls/mips-o32-linux.xml: New file.
8885
8886 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8887
8888 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
8889 Complain about inverted range entries.
8890 (dwarf2_record_block_ranges): Likewise.
8891
8892 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8893
8894 Fix some typos.
8895 * breakpoint.c (update_watchpoint): Fix name of the
8896 update_global_location_list function.
8897 (print_one_breakpoint): Fix typo.
8898 (_initialize_breakpoint): Remove extra space in hbreak help
8899 string.
8900 * breakpoint.h (struct bp_location) <length>: Fix field
8901 description.
8902
8903 2011-02-04 Pedro Alves <pedro@codesourcery.com>
8904
8905 * regcache.c (registers_changed_ptid): Don't explictly always
8906 clear `current_regcache'. Only clear current_thread_ptid and
8907 current_thread_arch when PTID matches. Only reinit the frame
8908 cache if PTID matches the current inferior_ptid. Move alloca(0)
8909 call to ...
8910 (registers_changed): ... here.
8911
8912 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
8913
8914 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
8915 starts with __stack_chk_guard as stack guard symbol.
8916
8917 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
8918
8919 * disasm.c (compare_lines): Handle the end of sequence markers
8920 within the line table to better support disassembling over
8921 compilation unit boundaries.
8922
8923 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8924
8925 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
8926 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
8927 implementation even if no symbols are available.
8928 (thumb_analyze_prologue): Update call to skip_prologue_function.
8929 (arm_analyze_prologue): Likewise.
8930
8931 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8932
8933 * arm-tdep.c: Include "observer.h".
8934 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
8935 (arm_exidx_data_key): New static variable.
8936 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
8937 (struct arm_exidx_data): Likewise.
8938 (arm_exidx_data_free): New function.
8939 (arm_compare_exidx_entries): Likewise.
8940 (arm_obj_section_from_vma): Likewise.
8941 (arm_exidx_new_objfile): Likewise.
8942 (arm_find_exidx_entry): Likewise.
8943 (arm_exidx_fill_cache): Likewise.
8944 (arm_exidx_unwind_sniffer): Likewise.
8945 (arm_exidx_unwind): New global variable.
8946 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
8947 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
8948 observer. Register arm_exidx_data_key as objfile data.
8949
8950 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8951
8952 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
8953 due to accessing uninitialized variable. Fix indentation.
8954
8955 2011-02-02 Pedro Alves <pedro@codesourcery.com>
8956
8957 * c-valprint.c (c_value_print): When doing virtual base pointer
8958 adjustment, create a new value with adjusted contents rather than
8959 changing the contents of the value being printed (and getting it
8960 wrong).
8961
8962 2011-02-02 Pedro Alves <pedro@codesourcery.com>
8963
8964 * xml-support.c (xml_find_attribute): New.
8965 (xinclude_start_include): Use it.
8966 * xml-support.h (xml_find_attribute): Declare.
8967 * memory-map.c (memory_map_start_memory)
8968 (memory_map_start_property): Use xml_find_attribute.
8969 * osdata.c (osdata_start_osdata, osdata_start_column): Use
8970 xml_find_attribute.
8971 * remote.c (start_thread): Use xml_find_attribute.
8972 * solib-target.c (library_list_start_segment)
8973 (library_list_start_section, library_list_start_library)
8974 (library_list_start_list): Use xml_find_attribute.
8975 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
8976 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
8977 (tdesc_start_field): Use xml_find_attribute.
8978
8979 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
8980
8981 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
8982 (BUILD_OCL_VTYPES): Update.
8983
8984 2011-02-02 Joel Brobecker <brobecker@adacore.com>
8985
8986 * configure.ac: Work around non-GNU sed limitation when computing
8987 python version number.
8988 * configure: Regenerate.
8989
8990 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 Fix debug printing of TYPE_INSTANCE.
8993 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
8994 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
8995
8996 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8997
8998 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
8999 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
9000 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
9001 * ada-operator.inc: Rename the file to ...
9002 * ada-operator.def: ... here, wrap all the entries by macro OP.
9003 * expprint.c (op_name_standard): Remove all the entries. Include
9004 "std-operator.def" instead.
9005 * expression.h (enum exp_opcode): Include "std-operator.def" and
9006 "ada-operator.def". Move all the entries ...
9007 * std-operator.def: ... here, wrap all the entries by macro OP.
9008
9009 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9010
9011 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
9012 * breakpoint.c (remove_jit_event_breakpoints): New function.
9013 * jit.c (jit_descriptor_addr): Delete.
9014 (registering_code): Delete.
9015 (clear_int): Delete.
9016 (jit_inferior_data): New variable.
9017 (struct jit_inferior_data): New type.
9018 (get_jit_inferior_data): New function.
9019 (jit_inferior_data_cleanup): New function.
9020 (jit_read_descriptor): Adjust.
9021 (jit_register_code): Adjust.
9022 (jit_breakpoint_re_set_internal): New function; move code here ...
9023 (jit_inferior_init): ... from here.
9024 (jit_breakpoint_re_set): Adjust.
9025 (jit_reset_inferior_data_and_breakpoints): New function.
9026 (jit_inferior_created_observer): Adjust.
9027 (jit_inferior_exit_hook): Adjust.
9028 (jit_executable_changed_observer): New function.
9029 (jit_event_handler): Adjust.
9030 (_initialize_jit): Adjust.
9031
9032 2011-01-31 Michael Snyder <msnyder@vmware.com>
9033
9034 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
9035 line.
9036
9037 2011-01-31 Tom Tromey <tromey@redhat.com>
9038
9039 PR python/12216:
9040 * python/python.c (execute_gdb_command): Call
9041 prevent_dont_repeat.
9042 * top.c (suppress_dont_repeat): New global.
9043 (dont_repeat): Use it.
9044 (prevent_dont_repeat): New function.
9045 * command.h (prevent_dont_repeat): Declare.
9046
9047 2011-01-31 Tom Tromey <tromey@redhat.com>
9048
9049 * infcmd.c (finish_backward): Use breakpoint_set_silent.
9050 * python/py-breakpoint.c (bppy_set_silent): Use
9051 breakpoint_set_silent.
9052 (bppy_set_thread): Use breakpoint_set_thread.
9053 (bppy_set_task): Use breakpoint_set_task.
9054 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
9055 (breakpoint_set_task): Declare.
9056 (make_breakpoint_silent): Remove.
9057 * breakpoint.c (breakpoint_set_silent): New function.
9058 (breakpoint_set_thread): Likewise.
9059 (breakpoint_set_task): Likewise.
9060 (make_breakpoint_silent): Remove.
9061
9062 2011-01-31 Tom Tromey <tromey@redhat.com>
9063
9064 * breakpoint.h (user_breakpoint_p): Declare.
9065 * breakpoint.c (user_breakpoint_p): New function.
9066 (breakpoint_1): Use it.
9067 (save_breakpoints): Likewise.
9068
9069 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9070
9071 * configure.ac: Add handling of Python distribution on Windows.
9072 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
9073 sysconfig variables are not defined, then do not use them.
9074 On Windows, if LIBPL is not defined, then use prefix + '/libs'
9075 instead. On Windows, return all paths using forward-slashes
9076 rather than backslashes.
9077
9078 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9079
9080 * configure.ac: Remove fallback behavior for building
9081 against Python. Remove tweaking of Python include path.
9082 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
9083 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
9084 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
9085 Always restore CPPFLAGS and LIBS after linking test.
9086 * configure: Regenerated.
9087 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
9088 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
9089 * python/python-internal.h: Adjust includes of Python .h files.
9090
9091 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9092
9093 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
9094 in error message.
9095
9096 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9097
9098 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
9099 value test.
9100
9101 2011-01-31 Yao Qi <yao@codesourcery.com>
9102
9103 * arm-linux-nat.c: Update calls to regcache_register_status
9104 instead of regcache_valid_p.
9105 * aix-thread.c: Likewise.
9106 * i386gnu-nat.c: Likewise.
9107
9108 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9109
9110 Fix crash.
9111 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
9112 touching TYPE_FIELD_ARTIFICIAL.
9113
9114 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
9115
9116 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
9117 Committers.
9118
9119 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9120
9121 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
9122 selected, don't try iterating over the traceframe's blocks.
9123 (tfile_has_stack): If there's no traceframe selected, then there's
9124 no stack.
9125 (tfile_has_registers): If there's no traceframe selected, then
9126 there's no registers.
9127
9128 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9129
9130 * target.c (memory_xfer_partial): No need to restore shadows if we
9131 haven't read anything.
9132
9133 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9134
9135 * mips-tdep.c (mips_print_register): Use get_frame_register_value
9136 and val_print_scalar_formatted.
9137
9138 2011-01-27 Pedro Alves <pedro@codesourcery.com>
9139
9140 * tracepoint.c (tfile_read): New.
9141 (tfile_open): Use it.
9142 (tfile_get_traceframe_address): Use it.
9143 (tfile_trace_find): Use it.
9144 (walk_blocks_callback_func): New typedef.
9145 (match_blocktype): New function.
9146 (traceframe_walk_blocks): New function.
9147 (traceframe_find_block_type): New function.
9148 (tfile_fetch_registers, tfile_xfer_partial)
9149 (tfile_get_trace_state_variable_value): Use
9150 traceframe_find_block_type and tfile_read.
9151
9152 2011-01-26 Kevin Buettner <kevinb@redhat.com>
9153
9154 * remote-mips.c: Add internationalization mark ups. Remove
9155 trailing \n from already marked up strings.
9156
9157 2011-01-26 Tom Tromey <tromey@redhat.com>
9158
9159 * python/py-prettyprint.c (print_string_repr): Clear
9160 'addressprint' option when calling val_print_string.
9161 (print_children): Handle Val_pretty_default. Clear 'addressprint'
9162 option when calling val_print_string.
9163
9164 2011-01-26 Tom Tromey <tromey@redhat.com>
9165
9166 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
9167 GDB_PY_LL_ARG.
9168 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
9169 macros.
9170 (gdb_py_longest, gdb_py_ulongest): New typedefs.
9171 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
9172 (gdb_py_long_as_ulongest): New defines.
9173 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
9174 (gdb_py_int_as_long): Declare.
9175 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
9176 GDB_PY_LL_ARG, gdb_py_object_from_longest.
9177 (valpy_long): Add comment.
9178 * python/py-utils.c (get_addr_from_python): Use
9179 gdb_py_long_as_ulongest. Handle overflow properly.
9180 (gdb_py_object_from_longest): New function.
9181 (gdb_py_object_from_ulongest): Likewise.
9182 (gdb_py_int_as_long): Likewise.
9183 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
9184 * python/py-symtab.c (salpy_get_pc): Use
9185 gdb_py_long_from_ulongest.
9186 (salpy_get_line): Use PyInt_FromLong.
9187 * python/py-param.c (set_parameter_value): Use
9188 gdb_py_int_as_long.
9189 * python/py-lazy-string.c (stpy_get_address): Use
9190 gdb_py_long_from_ulongest.
9191 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
9192 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
9193 * python/py-breakpoint.c (bppy_set_thread): Use
9194 gdb_py_int_as_long.
9195 (bppy_set_task): Likewise.
9196 (bppy_set_ignore_count): Likewise.
9197 (bppy_set_hit_count): Likewise.
9198 * python/py-block.c (blpy_get_start): Use
9199 gdb_py_object_from_ulongest.
9200 (blpy_get_end): Likewise.
9201 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
9202
9203 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
9204
9205 PR/symtab 11766:
9206 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
9207 * gdb/solib.c (solib_read_symbols): Check for addr_low in
9208 equality test for objfile, initialize addr_low if needed.
9209
9210 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9211
9212 * tui/tui-regs.c (tui_register_format): Remove dead code.
9213
9214 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9215
9216 * printcmd.c (print_formatted): Use val_print_scalar_formatted
9217 instead of print_scalar_formatted.
9218 (print_scalar_formatted): Don't handle 's' format strings here,
9219 and add an assertion that we never see such format here.
9220 * valprint.h (val_print_scalar_formatted): Declare.
9221 * valprint.c (val_print_scalar_formatted): New.
9222 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
9223 instead of print_scalar_formatted.
9224 * jv-valprint.c (java_val_print): Ditto.
9225 * p-valprint.c (pascal_val_print): Ditto.
9226 * ada-valprint.c (ada_val_print_1): Ditto.
9227 * f-valprint.c (f_val_print): Ditto.
9228 * infcmd.c (registers_info): Ditto.
9229 * m2-valprint.c (m2_val_print): Ditto.
9230
9231 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9232
9233 * m2-valprint.c (print_unbounded_array): Pass
9234 value_contents_for_printing rather than value_contents, to
9235 m2_print_array_contents. Also pass in the value.
9236
9237 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
9240 (save_gdb_index_command): Switch to .gdb_index version 4.
9241
9242 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9243
9244 * mi/mi-main.c (get_register): Use get_frame_register_value rather
9245 than frame_register, and always pass a valid value to val_print.
9246
9247 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9248
9249 Centralize printing "<optimized out>".
9250
9251 * valprint.h (val_print_optimized_out): Declare.
9252 * cp-valprint.c (cp_print_value_fields): Use
9253 val_print_optimized_out.
9254 * jv-valprint.c (java_print_value_fields): Ditto.
9255 * p-valprint.c (pascal_object_print_value_fields): Ditto.
9256 * printcmd.c (print_formatted): Ditto.
9257 * valprint.c (valprint_check_validity): Ditto.
9258 (value_check_printable): Ditto.
9259 (val_print_optimized_out): New.
9260
9261 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9262
9263 * infcmd.c (default_print_registers_info): Allocate values so to
9264 never pass a NULL value to val_print.
9265
9266 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9267
9268 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
9269 boolean. Make sure to always pass a value that matches the
9270 contents buffer to callees. Preserve `address' for following
9271 iterations.
9272 * value.c (value_contents_for_printing_const): New.
9273 (value_address): Constify value argument.
9274 * value.h (value_contents_for_printing_const): Declare.
9275 (value_address): Constify value argument.
9276
9277 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9278
9279 * regcache.c (struct regcache_descr): Rename
9280 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
9281 and sizeof_cooked_register_valid_p to
9282 sizeof_cooked_register_status.
9283 (init_regcache_descr): Adjust.
9284 (struct regcache): Rename register_valid_p field to
9285 register_status.
9286 (regcache_xmalloc_1, regcache_xfree, regcache_save)
9287 (do_cooked_read): Adjust.
9288 (regcache_valid_p): Rename to ...
9289 (regcache_register_status): ... this. Adjust.
9290 (regcache_invalidate): Adjust.
9291 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
9292 Adjust.
9293 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
9294 as unavailable, not valid.
9295 (regcache_dump): Adjust.
9296 * regcache.h (enum register_status): New.
9297 (regcache_register_status): Declare.
9298 (regcache_invalidate): Delete declaration.
9299 * corelow.c (get_core_registers): Adjust.
9300 * tracepoint.c (tfile_fetch_registers): Adjust.
9301 * trad-frame.c (REG_VALUE): Rename to ...
9302 (TF_REG_VALUE): ... this.
9303 (REG_UNKNOWN): Rename to ...
9304 (TF_REG_UNKNOWN): ... this.
9305 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
9306 * mi/mi-main.c (register_changed_p): Adjust.
9307
9308 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9309
9310 * regcache.c (struct regcache_descr): Remove outdated comment.
9311 (init_regcache_descr): Remove sizeof_raw_register_valid_p
9312 overallocate hack.
9313 (regcache_xmalloc): Rename to ...
9314 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
9315 Allocate the regcache type accordingly.
9316 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
9317 (regcache_xfree): Asser the source is also readonly. Copy sizeof
9318 cooked registers, not raw.
9319 (regcache_dup_no_passthrough): Delete.
9320 (get_thread_arch_regcache): Use regcache_xmalloc_1.
9321 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
9322 mention obsolete write_register_bytes.
9323 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
9324
9325 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9326
9327 Stop remote_read_bytes from handling partial reads itself.
9328
9329 * remote-fileio.c: Include target.h.
9330 (remote_fileio_write_bytes): Delete.
9331 (remote_fileio_func_open, remote_fileio_func_write)
9332 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
9333 target_read_memory.
9334 (remote_fileio_func_stat): Use target_read_memory and
9335 target_write_memory.
9336 (remote_fileio_func_gettimeofday): Use target_write_memory.
9337 (remote_fileio_func_system): Use target_read_memory.
9338 * remote.c (remote_write_bytes): Make it static.
9339 (remote_read_bytes): Don't handle partial reads here.
9340 * remote.h (remote_read_bytes): Delete declaration.
9341
9342 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9343
9344 Simplify XML parsing a bit.
9345
9346 * xml-support.h (gdb_xml_parse_quick): Declare.
9347 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
9348 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
9349 parameter.
9350 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
9351 gdb_xml_create_parser_and_cleanup_1.
9352 (gdb_xml_parse_quick): New.
9353 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
9354 * osdata.c (osdata_parse): Ditto.
9355 * remote.c (remote_threads_info): Ditto.
9356 * solib-target.c (solib_target_parse_libraries): Ditto.
9357 * xml-syscall.c (syscall_parse_xml): Ditto.
9358 * xml-tdesc.c (tdesc_parse_xml): Ditto.
9359
9360 2011-01-24 Kevin Buettner <kevinb@redhat.com>
9361
9362 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
9363 with remote-mips.o added to gdb_target_obs.
9364 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
9365
9366 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9367
9368 * ada-valprint.c (val_print_packed_array_elements): Pass the
9369 correct struct value to val_print.
9370 (ada_val_print_1): Ditto.
9371
9372 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9373
9374 Don't lose embedded_offset in printing routines throughout.
9375
9376 * valprint.h (val_print_array_elements): Change prototype.
9377 * valprint.c (val_print_array_elements): Add `embedded_offset'
9378 parameter, and adjust to pass it down to val_print, while passing
9379 `valaddr' or `address' unmodified. Take embedded_offset into
9380 account when checking repetitions.
9381 * c-valprint.c (c_val_print): Pass embedded_offset to
9382 val_print_array_elements instead of adjusting `valaddr' and
9383 `address'.
9384 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
9385 embedded_offset to val_print_array_elements instead of adjusting
9386 `valaddr'.
9387 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
9388 * p-valprint.c (pascal_val_print): Pass embedded_offset to
9389 val_print_array_elements and pascal_object_print_value_fields
9390 instead of adjusting `valaddr'.
9391 (pascal_object_print_value_fields): Add `offset' parameter, and
9392 adjust to use it.
9393 (pascal_object_print_value): Add `offset' parameter, and adjust to
9394 use it.
9395 (pascal_object_print_static_field): Use
9396 value_contents_for_printing/value_embedded_offset, rather than
9397 value_contents.
9398 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
9399 parameter, and adjust to use it. Use
9400 value_contents_for_printing/value_embedded_offset, rather than
9401 value_contents.
9402 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
9403 (ada_val_print_array): Add `offset' parameter, and adjust to use
9404 it.
9405 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
9406 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
9407 Instead work with offsets. Use
9408 value_contents_for_printing/value_embedded_offset, rather than
9409 value_contents. Change `defer_val_int' local type to CORE_ADDR,
9410 and use value_from_pointer to extract a target pointer, rather
9411 than value_from_longest.
9412 (print_variant_part): Add `offset' parameter. Replace
9413 `outer_valaddr' parameter by a new `outer_offset' parameter.
9414 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9415 (ada_value_print): Use
9416 value_contents_for_printing/value_embedded_offset, rather than
9417 value_contents.
9418 (print_record): Add `offset' parameter, and adjust to pass it
9419 down.
9420 (print_field_values): Add `offset' parameter. Replace
9421 `outer_valaddr' parameter by a new `outer_offset' parameter.
9422 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9423 Use value_contents_for_printing/value_embedded_offset, rather than
9424 value_contents.
9425 * d-valprint.c (dynamic_array_type): Use
9426 value_contents_for_printing/value_embedded_offset, rather than
9427 value_contents.
9428 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
9429 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9430 (java_print_value_fields): Take `offset' into account. Don't
9431 re-adjust `valaddr'. Instead pass down adjusted offsets.
9432 (java_val_print): Take `embedded_offset' into account. Pass it to
9433 java_print_value_fields.
9434 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
9435 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
9436 down adjusted offsets.
9437 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
9438 (f_val_print): Take `embedded_offset' into account.
9439
9440 2011-01-21 Joel Brobecker <brobecker@adacore.com>
9441
9442 * inflow.c: Include "gdbcmd.h".
9443 (interactive_mode): New static global, moved here from top.c.
9444 (show_interactive_mode): New function, moved here from top.c.
9445 use gdb_has_a_terminal instead of input_from_terminal_p to
9446 determine the current mode.
9447 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
9448 setting.
9449 (_initialize_inflow): Add the "set/show interactive-mode"
9450 commands. Moved here from top.c, after having adjusted slightly
9451 the help text.
9452 * top.c (interactive_mode, show_interactive_mode): Delete, moved
9453 to inflow.c.
9454 (input_from_terminal_p): Remove handling of "interactive-mode"
9455 setting, moved to infow.c.
9456 (init_main): Remove creation of the "set/show interactive-mode"
9457 commands, moved to inflow.c.
9458
9459 2011-01-19 Joel Brobecker <brobecker@adacore.com>
9460
9461 * NEWS: Add entry for native ia64-hpux support.
9462
9463 2011-01-19 Tom Tromey <tromey@redhat.com>
9464
9465 PR mi/8618:
9466 * thread.c (free_thread): Free 'name'.
9467 (print_thread_info): Emit thread name. Change CLI output.
9468 (thread_name_command): New function.
9469 (do_captured_thread_select): Emit newline.
9470 (_initialize_thread): Register 'thread name' command.
9471 * target.h (struct target_ops) <to_thread_name>: New field.
9472 (target_thread_name): New macro.
9473 * target.c (update_current_target): Handle to_thread_name.
9474 * python/py-infthread.c (thpy_get_name): New function.
9475 (thpy_set_name): Likewise.
9476 (thread_object_getset): Add "name".
9477 * linux-nat.c (linux_nat_thread_name): New function.
9478 (linux_nat_add_target): Set to_thread_name.
9479 * gdbthread.h (struct thread_info) <name>: New field.
9480
9481 2011-01-18 Joel Brobecker <brobecker@adacore.com>
9482
9483 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
9484 (ada_val_print_1): Likewise.
9485
9486 2011-01-18 Joel Brobecker <brobecker@adacore.com>
9487
9488 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
9489 upper limit address is not greater than the function end address
9490 when the upper limit could not be computed using the debugging
9491 info.
9492
9493 2011-01-17 Tom Tromey <tromey@redhat.com>
9494
9495 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
9496 get_regcomp_error.
9497 * utils.c: Include gdb_regex.h.
9498 (do_regfree_cleanup): New function.
9499 (make_regfree_cleanup): Likewise.
9500 (get_regcomp_error): Likewise.
9501 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
9502
9503 2011-01-17 Tom Tromey <tromey@redhat.com>
9504
9505 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
9506 re_compile_fastmap.
9507
9508 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
9509
9510 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
9511 for internal variables.
9512 (last_was_structop): New static variable.
9513 (COMPLETE): New token.
9514 (field_exp): New rule to group all '.' suffix handling.
9515 Add mark_struct_expression calls when approriate to be able
9516 to correctly find fields for completion.
9517 (yylex): Adapt to handle field completion and set INTVAR when
9518 required.
9519
9520 2011-01-14 Yao Qi <yao@codesourcery.com>
9521
9522 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
9523 save_reggroup, restore_reggroup and all_reggroup.
9524
9525 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9526
9527 * ada-valprint. (ada_printchar): Use the correct type length
9528 in call to ada_emit_char.
9529 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
9530
9531 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
9532
9533 * solib-som.h (hpux_major_release): Declare variable here.
9534 * solib-som.c: Remove <sys/utsname.h> header.
9535 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
9536 (hpux_major_release): Make global, change default value to
9537 DEFAULT_HPUX_MAJOR_RELEASE.
9538 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
9539 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
9540 Add "solib-som.h" header.
9541 (set_hpux_major_release): New function.
9542 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
9543
9544 2011-01-14 Mike Frysinger <vapier@gentoo.org>
9545
9546 * configure.tgt (*-*-uclinux*): Match more Linux os targets
9547
9548 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9549
9550 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
9551 new-line at end of warning message.
9552 (ia64_hpux_store_register): Remove trailing new-line at end of
9553 error message.
9554 * ia64-hpux-tdep.c: Rephrase comment.
9555 * solib-ia64-hpux.c (struct dld_info): Change type of field
9556 dld_flags from "long long" to ULONGEST.
9557
9558 2011-01-14 Pedro Alves <pedro@codesourcery.com>
9559
9560 * target.h (deprecated_child_ops): Delete declaration.
9561 * target.c (deprecated_child_ops): Delete definition.
9562
9563 2011-01-14 Pedro Alves <pedro@codesourcery.com>
9564
9565 * Makefile.in (hpux-thread.o): Delete rule.
9566 * configure.ac: Don't check for HPUX DCE threads support.
9567 * configure, config.in: Regenerate.
9568 * hppa-hpux-nat.c (child_suppress_run): Delete.
9569 (hppa_hpux_child_can_run): Delete.
9570 (_initialize_hppa_hpux_nat): Don't override to_can_run.
9571 * hpux-thread.c: Delete.
9572
9573 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9574
9575 * hpux-thread.c (hpux_pid_to_str): Delete.
9576
9577 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9578
9579 * ada-valprint.c (ada_emit_char): Remove strange code.
9580 Check that c is <= UCHAR_MAX before passing it to isascii.
9581 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
9582
9583 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9584
9585 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
9586 to the case where instream is stdin.
9587
9588 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9589
9590 * ia64-tdep.h (struct regcache): Forward declare.
9591 (struct ia64_infcall_ops): New struct type.
9592 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
9593 and "infcall_ops".
9594 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
9595 Renames ia64_find_global_pointer.
9596 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
9597 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
9598 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
9599 methods.
9600 (ia64_infcall_ops): New static global constant.
9601 (ia64_gdbarch_init): Set tdep->infcall_ops.
9602 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
9603 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
9604 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
9605 (ia64_hpux_dummy_code): New static global constant.
9606 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
9607 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
9608 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
9609 New function.
9610 (ia64_hpux_infcall_ops): New static global constant.
9611 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
9612 for inferior function calls to work properly on ia64-hpux.
9613
9614 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9615
9616 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
9617 * ia64-tdep.h (struct frame_info): forward declaration.
9618 (struct gdbarch_tdep): Add field size_of_register_frame.
9619 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
9620 to determine the size of the register frame.
9621 (ia64_size_of_register_frame): New function.
9622 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
9623 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
9624 (IA64_HPUX_UREG_REASON): New macro.
9625 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
9626 New functions.
9627 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
9628 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
9629 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
9630 objects.
9631
9632 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9633
9634 Add support for ia64-hpux.
9635 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
9636 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
9637
9638 * configure.host: Add handling for ia64-hpux hosts. Add associated
9639 floatformats.
9640 * configure.tgt: Add handling for ia64-hpux targets.
9641 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
9642 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
9643 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
9644
9645 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9646
9647 [ttrace] Compute thread list immediately after attach.
9648 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
9649 New subprogram.
9650 (inf_ttrace_attach): Use it.
9651
9652 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9653
9654 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
9655 if we could not determine the frame's function address. Instead,
9656 use the frame's PC, and then continue.
9657
9658 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9659
9660 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
9661 not already defined.
9662
9663 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9664
9665 * ia64-tdep.c (ia64_struct_type_p): New function.
9666 (ia64_extract_return_value): Handle integral values that are
9667 less than 8 bytes long.
9668 (ia64_push_dummy_call): Likewise.
9669
9670 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9671
9672 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
9673 floatformat_ia64_ext.
9674 (floatformat_ia64_ext_big): New static const.
9675 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
9676
9677 2011-01-12 Tom Tromey <tromey@redhat.com>
9678
9679 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
9680 messages.
9681 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
9682 (mi_cmd_thread_list_ids): Likewise.
9683 (mi_cmd_data_list_changed_registers): Likewise.
9684 (mi_cmd_data_list_register_values): Likewise.
9685 (mi_cmd_data_write_register_values): Likewise.
9686 (mi_cmd_data_evaluate_expression): Likewise.
9687 (mi_cmd_data_read_memory): Likewise.
9688 (mi_cmd_data_read_memory_bytes): Likewise.
9689 (mi_cmd_data_write_memory): Likewise.
9690 (mi_cmd_enable_timings): Likewise.
9691 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
9692 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
9693 (mi_cmd_var_delete): Likewise.
9694 (mi_cmd_var_set_format): Likewise.
9695 (mi_cmd_var_show_format): Likewise.
9696 (mi_cmd_var_info_num_children): Likewise.
9697 (mi_cmd_var_list_children): Likewise.
9698 (mi_cmd_var_info_type): Likewise.
9699 (mi_cmd_var_info_expression): Likewise.
9700 (mi_cmd_var_show_attributes): Likewise.
9701 (mi_cmd_var_assign): Likewise.
9702 (mi_cmd_var_update): Likewise.
9703 (mi_cmd_enable_pretty_printing): Likewise.
9704 (mi_cmd_var_set_update_range): Likewise.
9705 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
9706 messages.
9707 (mi_cmd_target_file_put): Likewise.
9708 (mi_cmd_target_file_delete): Likewise.
9709 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
9710 messages.
9711 (mi_cmd_stack_info_depth): Likewise.
9712 (mi_cmd_stack_list_locals): Likewise.
9713 (mi_cmd_stack_list_args): Likewise.
9714 (mi_cmd_stack_select_frame): Likewise.
9715 (mi_cmd_stack_select_frame): Likewise.
9716 (mi_cmd_stack_info_frame): Likewise.
9717 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
9718 messages.
9719 (mi_cmd_file_list_exec_source_files): Likewise.
9720 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
9721 (mi_cmd_env_cd): Likewise.
9722 (mi_cmd_env_path): Likewise.
9723 (mi_cmd_env_dir): Likewise.
9724 (mi_cmd_inferior_tty_show): Likewise.
9725 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
9726 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
9727 (mi_cmd_break_watch): Likewise.
9728
9729 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
9730
9731 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
9732 (ppc_linux_insert_hw_breakpoint): Likewise.
9733 (ppc_linux_remove_hw_breakpoint): Likewise.
9734 (ppc_linux_insert_watchpoint): Likewise.
9735
9736 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9737 Jan Kratochvil <jan.kratochvil@redhat.com>
9738
9739 PR fortran/11104 and DWARF unbound arrays detection.
9740 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
9741 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
9742 unspecified upper bound.
9743 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
9744 variables array_size_array, tmp_type and offset_item. New variable
9745 array. Remove call to f77_get_upperbound. New variables array_type
9746 and index. Call value_subscripted_rvalue for each dimenasion. Remove
9747 the final call to deprecated_set_value_type.
9748
9749 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9750
9751 Make value allocations more lazy.
9752 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
9753 instead of allocate_value and set_value_lazy when possible.
9754 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
9755 instead of allocate_value and set_value_lazy.
9756 * findvar.c (value_of_register_lazy): Likewise.
9757 (read_var_value): Remove V preallocation, call just check_typedef in
9758 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
9759 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
9760 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
9761 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
9762 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
9763 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
9764 the end, remove set_value_lazy there.
9765 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
9766 instead of allocate_value and set_value_lazy when possible.
9767 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
9768 * value.c (allocate_computed_value): Use allocate_value_lazy instead
9769 of allocate_value and set_value_lazy.
9770 (value_from_contents_and_address): Use allocate_value_lazy instead of
9771 allocate_value and set_value_lazy when possible.
9772
9773 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9774
9775 * disasm.c (dump_insns): Support dumping opcodes for MI.
9776 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
9777 dumping of instruction opcodes.
9778
9779 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
9780
9781 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
9782 appropiately.
9783
9784 2011-01-11 Tom Tromey <tromey@redhat.com>
9785
9786 * thread.c (do_captured_thread_select): Emit newline before
9787 printing frame.
9788
9789 2011-01-11 Michael Snyder <msnyder@vmware.com>
9790
9791 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
9792 * score-tdep.c: Ditto.
9793 * score-tdep.h: Ditto.
9794 * ser-base.c: Ditto.
9795 * ser-go32.c: Ditto.
9796 * serial.c: Ditto.
9797 * serial.h: Ditto.
9798 * ser-mingw.c: Ditto.
9799 * ser-pipe.c: Ditto.
9800 * ser-tcp.c: Ditto.
9801 * ser-unix.c: Ditto.
9802 * sh64-tdep.c: Ditto.
9803 * shnbsd-nat.c: Ditto.
9804 * sh-tdep.c: Ditto.
9805 * sh-tdep.h: Ditto.
9806 * solib.c: Ditto.
9807 * solib-darwin.c: Ditto.
9808 * solib-frv.c: Ditto.
9809 * solib.h: Ditto.
9810 * solib-irix.c: Ditto.
9811 * solib-osf.c: Ditto.
9812 * solib-pa64.c: Ditto.
9813 * solib-som.c: Ditto.
9814 * solib-spu.c: Ditto.
9815 * solib-sunos.c: Ditto.
9816 * solib-svr4.c: Ditto.
9817 * solist.h: Ditto.
9818 * sol-thread.c: Ditto.
9819 * somread.c: Ditto.
9820 * source.c: Ditto.
9821 * source.h: Ditto.
9822 * sparc64-linux-tdep.c: Ditto.
9823 * sparc64-tdep.c: Ditto.
9824 * sparc-linux-nat.c: Ditto.
9825 * sparc-linux-tdep.c: Ditto.
9826 * sparc-sol2-nat.c: Ditto.
9827 * sparc-sol2-tdep.c: Ditto.
9828 * sparc-tdep.c: Ditto.
9829 * sparc-tdep.h: Ditto.
9830 * spu-tdep.c: Ditto.
9831 * stabsread.c: Ditto.
9832 * stabsread.h: Ditto.
9833 * stack.c: Ditto.
9834 * symfile.c: Ditto.
9835 * symfile.h: Ditto.
9836 * symmisc.c: Ditto.
9837 * symtab.c: Ditto.
9838 * symtab.h: Ditto.
9839 * target.c: Ditto.
9840 * target-descriptions.c: Ditto.
9841 * target-descriptions.h: Ditto.
9842 * target.h: Ditto.
9843 * target-memory.c: Ditto.
9844 * terminal.h: Ditto.
9845 * thread.c: Ditto.
9846 * top.c: Ditto.
9847 * tracepoint.c: Ditto.
9848 * tracepoint.h: Ditto.
9849 * trad-frame.h: Ditto.
9850 * typeprint.c: Ditto.
9851
9852 2011-01-11 Michael Snyder <msnyder@vmware.com>
9853
9854 * ui-file.c: Comment cleanup, mostly periods and spaces.
9855 * ui-file.h: Ditto.
9856 * ui-out.c: Ditto.
9857 * ui-out.h: Ditto.
9858 * utils.c: Ditto.
9859 * v850-tdep.c: Ditto.
9860 * valarith.c: Ditto.
9861 * valops.c: Ditto.
9862 * valprint.c: Ditto.
9863 * valprint.h: Ditto.
9864 * value.c: Ditto.
9865 * value.h: Ditto.
9866 * varobj.c: Ditto.
9867 * varobj.h: Ditto.
9868 * vax-tdep.c: Ditto.
9869 * vec.c: Ditto.
9870 * vec.h: Ditto.
9871 * version.h: Ditto.
9872 * windows-nat.c: Ditto.
9873 * windows-tdep.c: Ditto.
9874 * xcoffread.c: Ditto.
9875 * xcoffsolib.c: Ditto.
9876 * xml-support.c: Ditto.
9877 * xstormy16-tdep.c: Ditto.
9878 * xtensa-tdep.c: Ditto.
9879 * xtensa-tdep.h: Ditto.
9880
9881 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9882
9883 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
9884 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
9885
9886 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9887 Thiago Jung Bauermann <bauerman@br.ibm.com>
9888
9889 Implement support for PowerPC BookE ranged watchpoints.
9890 * breakpoint.h
9891 (struct breakpoint_ops) <resources_needed>: New method.
9892 Initialize to NULL in all existing breakpoint_ops instances.
9893 (struct breakpoint) <exact>: New field.
9894 (target_exact_watchpoints): Declare external global.
9895 * breakpoint.c (target_exact_watchpoints): New global flag.
9896 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
9897 b->enable_state to bp_enabled before calling
9898 hw_watchpoint_used_count.
9899 (hw_watchpoint_used_count): Iterate over all bp_locations in a
9900 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
9901 if available.
9902 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
9903 if the watchpoint is exact.
9904 (resources_needed_watchpoint): New function.
9905 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
9906 (watch_command_1): Set b->exact if the user asked for an exact
9907 watchpoint and one can be set.
9908 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
9909 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
9910 the user asks for an exact watchpoint and one can be set. Return
9911 number of needed debug registers to watch the expression.
9912 * gdbtypes.c (is_scalar_type): New function, based on
9913 valprint.c:scalar_type_p.
9914 (is_scalar_type_recursive): New function.
9915 * gdbtypes.h (is_scalar_type_recursive): Declare.
9916 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
9917 handle regions when ranged watchpoints are available.
9918 (create_watchpoint_request): New function.
9919 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
9920 create_watchpoint_request.
9921 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
9922 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
9923 `set powerpc' and `show powerpc' commands.
9924 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
9925 Mention documentation comment in the target macro.
9926 (target_region_ok_for_hw_watchpoint): Document return value.
9927
9928 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9929
9930 * breakpoint.c (update_watchpoint): Decide on using a software or
9931 hardware watchpoint after the bp_locations are created.
9932
9933 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9934
9935 Convert hardware watchpoints to use breakpoint_ops.
9936 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
9937 <insert_location>: ... this. Return int instead of void.
9938 Accept pointer to struct bp_location instead of pointer to
9939 struct breakpoint. Adapt all implementations.
9940 (breakpoint_ops) <remove>: Rename to...
9941 <remove_location>: ... this. Accept pointer to struct bp_location
9942 instead of pointer to struct breakpoint. Adapt all implementations.
9943 * breakpoint.c (insert_catchpoint): Delete function.
9944 (insert_bp_location): Call the watchpoint or catchpoint's
9945 breakpoint_ops.insert method.
9946 (remove_breakpoint_1): Call the watchpoint or catchpoint's
9947 breakpoint_ops.remove method.
9948 (insert_watchpoint, remove_watchpoint): New functions.
9949 (watchpoint_breakpoint_ops): New structure.
9950 (watch_command_1): Initialize the OPS field.
9951 * inf-child.c (inf_child_insert_fork_catchpoint)
9952 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
9953 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
9954 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
9955 Delete functions.
9956 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
9957 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
9958 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
9959 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
9960 * target.c (update_current_target): Change default implementation of
9961 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
9962 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
9963 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
9964 to_set_syscall_catchpoint to return_one.
9965 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
9966 (debug_to_insert_exec_catchpoint): Report return value.
9967 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
9968 (to_insert_exec_catchpoint): Change declaration to return int instead
9969 of void.
9970
9971 2011-01-11 Michael Snyder <msnyder@vmware.com>
9972
9973 * arm-tdep.c: Internationalization.
9974 * c-lang.c: Ditto.
9975 * charset.c: Ditto.
9976 * fork-child.c: Ditto.
9977 * nto-procfs.c: Ditto.
9978 * ppc-sysv-tdep.c: Ditto.
9979 * procfs.c: Ditto.
9980 * remote-mips.c: Ditto.
9981 * remote.c: Ditto.
9982 * rs6000-nat.c: Ditto.
9983 * rs6000-tdep.c: Ditto.
9984 * target.c: Ditto.
9985 * valops.c: Ditto.
9986 * value.c: Ditto.
9987 * xml-support.c: Ditto.
9988 * mi/mi-cmd-break.c: Ditto.
9989 * mi/mi-cmd-var.c: Ditto.
9990 * mi/mi-interp.c: Ditto.
9991 * mi/mi-main.c: Ditto.
9992
9993 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
9994
9995 * remote-sim.c (gdbsim_store_register): Update API to
9996 sim_store_register to check more error conditions.
9997
9998 2011-01-10 Michael Snyder <msnyder@vmware.com>
9999
10000 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
10001 * nto-tdep.c: Ditto.
10002 * nto-tdep.h: Ditto.
10003 * objc-exp.y: Ditto.
10004 * objc-lang.c: Ditto.
10005 * objfiles.c: Ditto.
10006 * objfiles.h: Ditto.
10007 * observer.c: Ditto.
10008 * opencl-lang.c: Ditto.
10009 * osabi.c: Ditto.
10010 * parse.c: Ditto.
10011 * parser-defs.h: Ditto.
10012 * p-exp.y: Ditto.
10013 * p-lang.c: Ditto.
10014 * posix-hdep.c: Ditto.
10015 * ppcbug-rom.c: Ditto.
10016 * ppc-linux-nat.c: Ditto.
10017 * ppc-linux-tdep.c: Ditto.
10018 * ppc-linux-tdep.h: Ditto.
10019 * ppcnbsd-tdep.c: Ditto.
10020 * ppcobsd-tdep.c: Ditto.
10021 * ppcobsd-tdep.h: Ditto.
10022 * ppc-sysv-tdep.c: Ditto.
10023 * ppc-tdep.h: Ditto.
10024 * printcmd.c: Ditto.
10025 * proc-abi.c: Ditto.
10026 * proc-flags.c: Ditto.
10027 * procfs.c: Ditto.
10028 * proc-utils.h: Ditto.
10029 * progspace.h: Ditto.
10030 * prologue-value.c: Ditto.
10031 * prologue-value.h: Ditto.
10032 * psympriv.h: Ditto.
10033 * psymtab.c: Ditto.
10034 * p-typeprint.c: Ditto.
10035 * p-valprint.c: Ditto.
10036 * ravenscar-sparc-thread.c: Ditto.
10037 * ravenscar-thread.c: Ditto.
10038 * ravenscar-thread.h: Ditto.
10039 * record.c: Ditto.
10040 * regcache.c: Ditto.
10041 * regcache.h: Ditto.
10042 * remote.c: Ditto.
10043 * remote-fileio.c: Ditto.
10044 * remote-fileio.h: Ditto.
10045 * remote.h: Ditto.
10046 * remote-m32r-sdi.c: Ditto.
10047 * remote-mips.c: Ditto.
10048 * remote-sim.c: Ditto.
10049 * rs6000-aix-tdep.c: Ditto.
10050 * rs6000-nat.c: Ditto.
10051 * rs6000-tdep.c: Ditto.
10052
10053 2011-01-10 Michael Snyder <msnyder@vmware.com>
10054
10055 * charset.c (validate): Internationalization.
10056 * coffread.c (read_one_sym): Ditto.
10057 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
10058 * h8300-tdep.c (H8300_extract_return_value): Ditto.
10059 * inflow.c (new_tty): Ditto.
10060 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
10061 * m32c-tdep.c (m32c_return_value): Ditto.
10062 * mep-tdep.c (mep_store_return_value): Ditto.
10063 * score-tdep.c (score7_fetch_insn): Ditto.
10064 * ser-mingw.c (pipe_windows_open): Ditto.
10065 * sh64-tdep.c (sh64_extract_return_value): Ditto.
10066 * spu-tdep.c (spu_register_type): Ditto.
10067 * tracepoint.c (trace_find_command): Ditto.
10068 * valarith.c (value_pos): Ditto.
10069
10070 2011-01-10 Joel Brobecker <brobecker@adacore.com>
10071
10072 * ada-valprint.c (printstr): Minor comment reformatting.
10073
10074 2011-01-08 Michael Snyder <msnyder@vmware.com>
10075
10076 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
10077 markup.
10078
10079 2011-01-08 Michael Snyder <msnyder@vmware.com>
10080
10081 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
10082 * hppa-hpux-tdep.c: Ditto.
10083 * hppa-linux-nat.c: Ditto.
10084 * hppa-linux-tdep.c: Ditto.
10085 * hppanbsd-tdep.c: Ditto.
10086 * hppa-tdep.c: Ditto.
10087 * hppa-tdep.h: Ditto.
10088 * hpux-thread.c: Ditto.
10089 * i386-cygwin-tdep.c: Ditto.
10090 * i386-darwin-nat.c: Ditto.
10091 * i386gnu-nat.c: Ditto.
10092 * i386-linux-nat.c: Ditto.
10093 * i386-linux-tdep.c: Ditto.
10094 * i386-nat.c: Ditto.
10095 * i386-nat.h: Ditto.
10096 * i386nbsd-tdep.c: Ditto.
10097 * i386-sol2-nat.c: Ditto.
10098 * i386-stub.c: Ditto.
10099 * i386-tdep.c: Ditto.
10100 * i386-tdep.h: Ditto.
10101 * i387-tdep.c: Ditto.
10102 * ia64-linux-nat.c: Ditto.
10103 * ia64-linux-tdep.c: Ditto.
10104 * ia64-tdep.c: Ditto.
10105 * infcall.c: Ditto.
10106 * infcall.h: Ditto.
10107 * infcmd.c: Ditto.
10108 * inferior.c: Ditto.
10109 * inferior.h: Ditto.
10110 * infloop.c: Ditto.
10111 * inflow.c: Ditto.
10112 * infrun.c: Ditto.
10113 * interps.c: Ditto.
10114 * interps.h: Ditto.
10115 * iq2000-tdep.c: Ditto.
10116 * irix5-nat.c: Ditto.
10117 * jit.c: Ditto.
10118 * jit.h: Ditto.
10119 * jv-exp.y: Ditto.
10120 * jv-lang.c: Ditto.
10121 * jv-lang.h: Ditto.
10122 * jv-typeprint.c: Ditto.
10123 * jv-valprint.c: Ditto.
10124 * language.c: Ditto.
10125 * language.h: Ditto.
10126 * linespec.c: Ditto.
10127 * linux-fork.c: Ditto.
10128 * linux-nat.c: Ditto.
10129 * linux-thread-db.c: Ditto.
10130 * lm32-tdep.c: Ditto.
10131
10132 2011-01-08 Michael Snyder <msnyder@vmware.com>
10133
10134 * m2-exp.y: Comment cleanup, mostly periods and spaces.
10135 * m2-lang.c: Ditto.
10136 * m2-typeprint.c: Ditto.
10137 * m2-valprint.c: Ditto.
10138 * m32c-tdep.c: Ditto.
10139 * m32r-linux-nat.c: Ditto.
10140 * m32r-rom.c: Ditto.
10141 * m32r-tdep.c: Ditto.
10142 * m32r-tdep.h: Ditto.
10143 * m68hc11-tdep.c: Ditto.
10144 * m58klinux-nat.c: Ditto.
10145 * m68k-tdep.c: Ditto.
10146 * m88k-tdep.c: Ditto.
10147 * m88k-tdep.h: Ditto.
10148 * machoread.c: Ditto.
10149 * macrocmd.c: Ditto.
10150 * macroexp.c: Ditto.
10151 * macrotab.c: Ditto.
10152 * main.c: Ditto.
10153 * maint.c: Ditto.
10154 * mdebugread.c: Ditto.
10155 * mdebugread.h: Ditto.
10156 * memattr.c: Ditto.
10157 * memattr.h: Ditto.
10158 * memory-map.h: Ditto.
10159 * mep-tdep.c: Ditto.
10160 * microblaze-rom.c: Ditto.
10161 * microblaze-tdep.c: Ditto.
10162 * minsyms.c: Ditto.
10163 * mips-irix-tdep.c: Ditto.
10164 * mips-linux-nat.c: Ditto.
10165 * mips-linux-tdep.c: Ditto.
10166 * mips-linux-tdep.h: Ditto.
10167 * mipsnbsd-nat.c: Ditto.
10168 * mipsnbsd-tdep.c: Ditto.
10169 * mipsread.c: Ditto.
10170 * mips-tdep.c: Ditto.
10171 * mips-tdep.h: Ditto.
10172 * mn10300-linux-tdep.c: Ditto.
10173 * mn10300-tdep.c: Ditto.
10174 * mn10300-tdep.h: Ditto.
10175 * monitor.c: Ditto.
10176 * monitor.h: Ditto.
10177 * moxie-tdep.c: Ditto.
10178 * moxie-tdep.h: Ditto.
10179 * mt-tdep.c: Ditto.
10180
10181 2011-01-08 Mike Frysinger <vapier@gentoo.org>
10182
10183 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
10184
10185 2011-01-08 Robert Millan <rmh@gnu.org>
10186
10187 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
10188
10189 2011-01-07 Michael Snyder <msnyder@vmware.com>
10190
10191 * charset.c (_initialize_charset): Fix typo in string.
10192
10193 2011-01-07 Michael Snyder <msnyder@vmware.com>
10194
10195 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
10196 for i18n.
10197 * tui/tui-layout.c (tui_set_layout_for_display_command):
10198 Split line so that operator goes to beginning of line.
10199 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
10200 assignment out of if statement.
10201
10202 2011-01-07 Michael Snyder <msnyder@vmware.com>
10203
10204 * ada-lang.c: Comment cleanup, mostly periods and spaces.
10205 * ada-lang.h: Ditto.
10206 * ada-tasks.c: Ditto.
10207 * ada-valprint.c: Ditto.
10208 * aix-threads.c: Ditto.
10209 * alpha-linux-nat.c: Ditto.
10210 * alpha-linux-tdep.c: Ditto.
10211 * alpha-mdebug-tdep.c: Ditto.
10212 * alpha-nat.c: Ditto.
10213 * alpha-osf1-tdep.c: Ditto.
10214 * alpha-tdep.c: Ditto.
10215 * alphabsd-nat.c: Ditto.
10216 * alphabsd-tdep.c: Ditto.
10217 * amd64-darwin-tdep.c: Ditto.
10218 * amd64-linux-nat.c: Ditto.
10219 * amd64-linux-tdep.c: Ditto.
10220 * amd64-sol2-tdep.c: Ditto.
10221 * amd64-tdep.c: Ditto.
10222 * amd64-fbsd-tdep.c: Ditto.
10223 * amd64-nbsd-tdep.c: Ditto.
10224 * amd64-obsd-tdep.c: Ditto.
10225 * amd64-linux-nat.c: Ditto.
10226 * amd64-linux-tdep.c: Ditto.
10227 * arm-tdep.c: Ditto.
10228 * arm-tdep.h: Ditto.
10229 * armnbsd-nat.c: Ditto.
10230 * avr-tdep.c: Ditto.
10231 * bfin-tdep.c: Ditto.
10232 * bsd-kvm.c: Ditto.
10233 * c-typeprintc: Ditto.
10234 * c-valprint.c: Ditto.
10235 * coff-pe-read.h: Ditto.
10236 * coffreead.c: Ditto.
10237 * cris-tdep.c: Ditto.
10238 * d-lang.c: Ditto.
10239 * darwin-nat-info.c: Ditto.
10240 * darwin-nat.c: Ditto.
10241 * dbug-rom.c: Ditto.
10242 * dbxread.c: Ditto.
10243 * dcache.c: Ditto.
10244 * dcache.h: Ditto.
10245 * dec-thread.c: Ditto.
10246 * defs.h: Ditto.
10247 * demangle.c: Ditto.
10248 * dicos-tdep.c: Ditto.
10249 * dictionary.c: Ditto.
10250 * dictionary.h: Ditto.
10251 * dink32-rom.c: Ditto.
10252 * disasm.c: Ditto.
10253 * doublest.c: Ditto.
10254 * dsrec.c: Ditto.
10255 * dummy-frame.c: Ditto.
10256 * dwarf2-frame.c: Ditto.
10257 * dwarf2expr.c: Ditto.
10258 * dwarf2loc.c: Ditto.
10259 * dwarf2read.c: Ditto.
10260 * elfread.c: Ditto.
10261 * environ.c: Ditto.
10262 * eval.c: Ditto.
10263 * event-top.h: Ditto.
10264 * exceptions.c: Ditto.
10265 * exceptions.h: Ditto.
10266 * exec.c: Ditto.
10267 * expprint.c: Ditto.
10268 * expression.h: Ditto.
10269 * f-exp.y: Ditto.
10270 * f-lang.c: Ditto.
10271 * f-lang.h: Ditto.
10272 * f-typeprint.c: Ditto.
10273 * f-valprint.c: Ditto.
10274 * fbsd-nat.c: Ditto.
10275 * findvar.c: Ditto.
10276 * fork-child.c: Ditto.
10277 * frame.c: Ditto.
10278 * frame.h: Ditto.
10279 * frv-linux-tdep.c: Ditto.
10280 * frv-tdep.c: Ditto.
10281 * gcore.c: Ditto.
10282 * gdb-stabs.h: Ditto.
10283 * gdb_assert.h: Ditto.
10284 * gdb_string.h: Ditto.
10285 * gdb_thread_db.h: Ditto.
10286 * gdb_wait.h: Ditto.
10287 * gdbarch.sh: Ditto.
10288 * gdbcore.h: Ditto.
10289 * gdbthread.h: Ditto.
10290 * gdbtypes.c: Ditto.
10291 * gdbtypes.h: Ditto.
10292 * gnu-nat.c: Ditto.
10293 * gnu-nat.h: Ditto.
10294 * gnu-v2-abi.c: Ditto.
10295 * gnu-v3-abi.c: Ditto.
10296 * go32-nat.c: Ditto.
10297 * gdbarch.c: Regenerate.
10298 * gdbarch.h: Regenerate.
10299
10300 2011-01-07 Michael Snyder <msnyder@vmware.com>
10301
10302 * ax-gdb.c: Adjust some long output strings.
10303 * breakpoint.c: Ditto.
10304 * charset.c: Ditto.
10305 * cp-abi.c: Ditto.
10306 * infcall.c: Ditto.
10307 * infrun.c: Ditto.
10308 * linux-nat.c: Ditto.
10309 * solib-pa64.c: Ditto.
10310 * solib-som.c: Ditto.
10311
10312 2011-01-06 Tom Tromey <tromey@redhat.com>
10313
10314 PR python/12367:
10315 * NEWS: Add item.
10316 * python/python.c (GdbMethods): Add "newest_frame" method.
10317 * python/python-internal.h (gdbpy_newest_frame): Declare.
10318 * python/py-frame.c (gdbpy_newest_frame): New function.
10319
10320 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10321
10322 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
10323 * jit.c (jit_debug): New variable.
10324 (show_jit_debug): New function.
10325 (struct target_buffer): Use ULONGEST.
10326 (bfd_open_from_target_memory): Likewise.
10327 (jit_register_code, jit_inferior_init): Add debug output.
10328 (_initialize_jit): Register "debug jit" command.
10329
10330 2011-01-06 Tom Tromey <tromey@redhat.com>
10331
10332 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
10333 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
10334 and ARCH_FRAME.
10335
10336 2011-01-06 Tom Tromey <tromey@redhat.com>
10337
10338 * python/py-frame.c (frapy_block): Use get_frame_block.
10339
10340 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10341
10342 Do not stop on SIGPRIO signals by default
10343 * infrun.c (_initialize_infrun): Unset signal_stop and
10344 signal_print for TARGET_SIGNAL_PRIO.
10345
10346 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10347
10348 * ada-tasks.c: Fix style violation in comment.
10349
10350 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10351
10352 * linespec.c (decode_compound, find_method): Remove trailing \n
10353 at end of error string.
10354 * solib-irix.c (irix_current_sos): Likewise.
10355 * varobj.c (uninstall_variable): Likewise.
10356
10357 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10358
10359 * copyright.py: New script.
10360 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
10361 Launch emacs without exec'ing. Call copyright.py afterwards.
10362
10363 2011-01-05 Michael Snyder <msnyder@vmware.com>
10364
10365 * addrmap.c: Shorten lines of >= 80 columns.
10366 * arch-utils.c: Ditto.
10367 * arch-utils.h: Ditto.
10368 * ax-gdb.c: Ditto.
10369 * ax-general.c: Ditto.
10370 * bcache.c: Ditto.
10371 * blockframe.c: Ditto.
10372 * breakpoint.c: Ditto.
10373 * buildsym.c: Ditto.
10374 * c-lang.c: Ditto.
10375 * c-typeprint.c: Ditto.
10376 * charset.c: Ditto.
10377 * coffread.c: Ditto.
10378 * command.h: Ditto.
10379 * corelow.c: Ditto.
10380 * cp-abi.c: Ditto.
10381 * cp-namespace.c: Ditto.
10382 * cp-support.c: Ditto.
10383 * dbug-rom.c: Ditto.
10384 * dbxread.c: Ditto.
10385 * defs.h: Ditto.
10386 * dfp.c: Ditto.
10387 * dfp.h: Ditto.
10388 * dictionary.c: Ditto.
10389 * disasm.c: Ditto.
10390 * doublest.c: Ditto.
10391 * dwarf2-frame.c: Ditto.
10392 * dwarf2expr.c: Ditto.
10393 * dwarf2loc.c: Ditto.
10394 * dwarf2read.c: Ditto.
10395 * elfread.c: Ditto.
10396 * eval.c: Ditto.
10397 * event-loop.c: Ditto.
10398 * event-loop.h: Ditto.
10399 * exceptions.h: Ditto.
10400 * exec.c: Ditto.
10401 * expprint.c: Ditto.
10402 * expression.h: Ditto.
10403 * f-lang.c: Ditto.
10404 * f-valprint.c: Ditto.
10405 * findcmd.c: Ditto.
10406 * frame-base.c: Ditto.
10407 * frame-unwind.c: Ditto.
10408 * frame-unwind.h: Ditto.
10409 * frame.c: Ditto.
10410 * frame.h: Ditto.
10411 * gcore.c: Ditto.
10412 * gdb-stabs.h: Ditto.
10413 * gdb_assert.h: Ditto.
10414 * gdb_dirent.h: Ditto.
10415 * gdb_obstack.h: Ditto.
10416 * gdbcore.h: Ditto.
10417 * gdbtypes.c: Ditto.
10418 * gdbtypes.h: Ditto.
10419 * inf-ttrace.c: Ditto.
10420 * infcall.c: Ditto.
10421 * infcmd.c: Ditto.
10422 * inflow.c: Ditto.
10423 * infrun.c: Ditto.
10424 * inline-frame.h: Ditto.
10425 * language.c: Ditto.
10426 * language.h: Ditto.
10427 * libunwind-frame.c: Ditto.
10428 * libunwind-frame.h: Ditto.
10429 * linespec.c: Ditto.
10430 * linux-nat.c: Ditto.
10431 * linux-nat.h: Ditto.
10432 * linux-thread-db.c: Ditto.
10433 * machoread.c: Ditto.
10434 * macroexp.c: Ditto.
10435 * macrotab.c: Ditto.
10436 * main.c: Ditto.
10437 * maint.c: Ditto.
10438 * mdebugread.c: Ditto.
10439 * memattr.c: Ditto.
10440 * minsyms.c: Ditto.
10441 * monitor.c: Ditto.
10442 * monitor.h: Ditto.
10443 * objfiles.c: Ditto.
10444 * objfiles.h: Ditto.
10445 * osabi.c: Ditto.
10446 * p-typeprint.c: Ditto.
10447 * p-valprint.c: Ditto.
10448 * parse.c: Ditto.
10449 * printcmd.c: Ditto.
10450 * proc-events.c: Ditto.
10451 * procfs.c: Ditto.
10452 * progspace.c: Ditto.
10453 * progspace.h: Ditto.
10454 * psympriv.h: Ditto.
10455 * psymtab.c: Ditto.
10456 * record.c: Ditto.
10457 * regcache.c: Ditto.
10458 * regcache.h: Ditto.
10459 * remote-fileio.c: Ditto.
10460 * remote.c: Ditto.
10461 * ser-mingw.c: Ditto.
10462 * ser-tcp.c: Ditto.
10463 * ser-unix.c: Ditto.
10464 * serial.c: Ditto.
10465 * serial.h: Ditto.
10466 * solib-frv.c: Ditto.
10467 * solib-irix.c: Ditto.
10468 * solib-osf.c: Ditto.
10469 * solib-pa64.c: Ditto.
10470 * solib-som.c: Ditto.
10471 * solib-sunos.c: Ditto.
10472 * solib-svr4.c: Ditto.
10473 * solib-target.c: Ditto.
10474 * solib.c: Ditto.
10475 * somread.c: Ditto.
10476 * source.c: Ditto.
10477 * stabsread.c: Ditto.
10478 * stabsread.c: Ditto.
10479 * stack.c: Ditto.
10480 * stack.h: Ditto.
10481 * symfile-mem.c: Ditto.
10482 * symfile.c: Ditto.
10483 * symfile.h: Ditto.
10484 * symmisc.c: Ditto.
10485 * symtab.c: Ditto.
10486 * symtab.h: Ditto.
10487 * target-descriptions.c: Ditto.
10488 * target-memory.c: Ditto.
10489 * target.c: Ditto.
10490 * target.h: Ditto.
10491 * terminal.h: Ditto.
10492 * thread.c: Ditto.
10493 * top.c: Ditto.
10494 * tracepoint.c: Ditto.
10495 * tracepoint.h: Ditto.
10496 * ui-file.c: Ditto.
10497 * ui-file.h: Ditto.
10498 * ui-out.h: Ditto.
10499 * user-regs.c: Ditto.
10500 * user-regs.h: Ditto.
10501 * utils.c: Ditto.
10502 * valarith.c: Ditto.
10503 * valops.c: Ditto.
10504 * valprint.c: Ditto.
10505 * valprint.h: Ditto.
10506 * value.c: Ditto.
10507 * varobj.c: Ditto.
10508 * varobj.h: Ditto.
10509 * vec.h: Ditto.
10510 * xcoffread.c: Ditto.
10511 * xcoffsolib.c: Ditto.
10512 * xcoffsolib.h: Ditto.
10513 * xml-syscall.c: Ditto.
10514 * xml-tdesc.c: Ditto.
10515
10516 2011-01-05 Michael Snyder <msnyder@vmware.com>
10517
10518 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
10519 * cli/cli-decode.c: Ditto.
10520 * cli/cli-dump.c: Ditto.
10521 * cli/cli-logging.c: Ditto.
10522 * cli/cli-script.c: Ditto.
10523 * cli/cli-setshow.c: Ditto.
10524 * common/signals.c: Ditto.
10525 * mi/mi-cmd-break.c: Ditto.
10526 * mi/mi-cmd-disas.c: Ditto.
10527 * mi/mi-cmd-stack.c: Ditto.
10528 * mi/mi-cmd-var.c: Ditto.
10529 * mi/mi-cmds.c: Ditto.
10530 * mi/mi-common.h: Ditto.
10531 * mi/mi-console.c: Ditto.
10532 * mi/mi-interp.c: Ditto.
10533 * mi/mi-main.c: Ditto.
10534 * osf-share/cma_attr.c: Ditto.
10535 * osf-share/cma_deb_core.h: Ditto.
10536 * osf-share/cma_debug_client.h: Ditto.
10537 * osf-share/cma_handle.h: Ditto.
10538 * osf-share/cma_mutex.h: Ditto.
10539 * osf-share/cma_stack_int.h: Ditto.
10540 * osf-share/cma_tcb_defs.h: Ditto.
10541 * python/py-auto-load.c: Ditto.
10542 * python/py-breakpoint.c: Ditto.
10543 * python/py-cmd.c: Ditto.
10544 * python/py-frame.c: Ditto.
10545 * python/py-objfile.c: Ditto.
10546 * python/py-param.c: Ditto.
10547 * python/py-progspace.c: Ditto.
10548 * python/py-symbol.c: Ditto.
10549 * python/py-value.c: Ditto.
10550 * python/python-internal.h: Ditto.
10551 * python/python.c: Ditto.
10552 * tui/tui-data.c: Ditto.
10553 * tui/tui-disasm.c: Ditto.
10554 * tui/tui-hooks.c: Ditto.
10555 * tui/tui-io.c: Ditto.
10556 * tui/tui-layout.c: Ditto.
10557 * tui/tui-regs.c: Ditto.
10558 * tui/tui-source.c: Ditto.
10559 * tui/tui-stack.c: Ditto.
10560 * tui/tui-win.c: Ditto.
10561 * tui/tui-windata.c: Ditto.
10562 * tui/tui-winsource.c: Ditto.
10563
10564 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10565
10566 * configure.ac, gdb.1: Copyright year update.
10567
10568 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10569
10570 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
10571 this_pc_in_block, morestack_msym and morestack_name. Check for
10572 "__morestack" minimal symbol there.
10573
10574 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10575
10576 * symfile.c (find_sym_fns): Add call to dont_repeat.
10577
10578 2011-01-01 Joel Brobecker <brobecker@adacore.com>
10579
10580 Copyright year update in most files (performed by copyright.sh).
10581
10582 2011-01-01 Joel Brobecker <brobecker@adacore.com>
10583
10584 * top.c (print_gdb_version): Update copyright year in version output.
10585
10586 For older changes see ChangeLog-2010.
10587 \f
10588 Local Variables:
10589 mode: change-log
10590 left-margin: 8
10591 fill-column: 74
10592 version-control: never
10593 coding: utf-8
10594 End:
This page took 0.227688 seconds and 3 git commands to generate.