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