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