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