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