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