1 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
4 strip typedef layer when computing the fixed type's field type,
5 only when computing its size.
7 2012-10-24 Mark Kettenis <kettenis@gnu.org>
10 * i386-tdep.c (i386_return_value): Handle complex double and long
13 2012-10-24 Joel Brobecker <brobecker@adacore.com>
15 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
16 New local variable args_len.
17 Quote the name of the executable when computing the command line.
19 2012-10-23 Mark Kettenis <kettenis@gnu.org>
24 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
26 * amd64-tdep.c (amd64_classify): Classify complex types.
27 (amd64_return_value): Handle the COMPLEX_X87 class.
29 2012-10-23 Joel Brobecker <brobecker@adacore.com>
31 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
32 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
34 2012-10-23 Joel Brobecker <brobecker@adacore.com>
36 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
38 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
39 to amd64_windows_auto_wide_charset.
41 2012-10-23 Yao Qi <yao@codesourcery.com>
43 * event-top.c (mark_async_signal_handler_wrapper): Remove.
44 * event-top.h: Remove its declaration.
45 (async_request_quit): Call mark_async_signal_handler instead of
46 mark_async_signal_handler_wrapper.
47 (async_do_nothing, async_disconnect): Likewise.
48 (async_stop_sig): Likewise.
49 * remote.c (handle_remote_sigint): Likewise.
50 (handle_remote_sigint_twice): Likewise.
52 2012-10-23 Yao Qi <yao@codesourcery.com>
54 * event-top.c (sigint_token, sighup_token): Replace 'void *'
55 with 'static struct async_signal_handler *'.
56 (sighup_token, sigquit_token, sigstp_token): Likewise.
58 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
60 * gdbarch.sh (function_list): Use 'pstring' when printing
61 a variable which could return NULL.
62 * gdbarch.c: Regenerate.
64 2012-10-10 Joel Brobecker <brobecker@adacore.com>
65 Tom Tromey <tromey@redhat.com>
67 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
68 inneffective if condition by gdb assertion. Add function
71 2012-10-19 Joel Brobecker <brobecker@adacore.com>
73 * parser-defs.h (struct exp_descriptor): Document constraint
74 on return value for "op_name" callbacks.
76 2012-10-18 Tom Tromey <tromey@redhat.com>
78 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
79 * symtab.c (iterate_over_some_symtabs): Constify.
80 * source.h (symtab_to_fullname): Return 'const char *'.
81 * source.c (symtab_to_fullname): Return 'const char *'.
82 * python/py-symtab.c (stpy_fullname): Constify.
83 * cli/cli-cmds.c (edit_command): Constify.
84 * breakpoint.c (print_breakpoint_location)
85 (update_static_tracepoint): Constify.
87 2012-10-18 Tom Tromey <tromey@redhat.com>
89 * breakpoint.c (compare_breakpoints): Fix comparison.
91 2012-10-18 Tom Tromey <tromey@redhat.com>
93 * valprint.c (generic_emit_char, generic_printstr): Pass size of
94 gdb_wchar_t to convert_between_encodings.
96 2012-10-17 Yao Qi <yao@codesourcery.com>
98 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
99 more parameter 'inferior'.
100 * corefile.c (write_memory_with_notification): Caller update.
102 * mi/mi-cmd-var.c: Include "mi-main.h".
103 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
104 to 1 and restore it later.
105 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
106 and "data-write-memory-bytes.
107 * mi/mi-interp.c: Include objfiles.h.
108 (mi_interpreter_init): Call observer_attach_memory_changed.
109 (mi_memory_changed): New.
110 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
113 * NEWS: Mention new MI notification "memory-changed".
115 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
117 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
119 2012-10-15 Doug Evans <dje@google.com>
121 New option -nh: inhibit loading of ~/.gdbinit.
123 * main.c (captured_main): Recognize and process -nh.
124 (print_gdb_help): Mention -nh.
125 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
127 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
131 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
133 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
134 nor pc_regnum_from_eax.
135 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
136 nor pc_regnum_from_eax.
138 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
140 Fix entry values resolving in inlined frames.
141 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
142 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
145 2012-10-15 Joel Brobecker <brobecker@adacore.com>
147 * configure.ac: Build with -DMS_WIN64 if building with Python
148 enabled using GCC on amd64-windows.
149 * configure: Regenerate.
151 2012-10-15 Tom Tromey <tromey@redhat.com>
154 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
157 2012-10-15 Tom Tromey <tromey@redhat.com>
160 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
162 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
164 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
165 reset thread numbering back to 1.
167 2012-10-11 Doug Evans <dje@google.com>
169 PR breakpoints/14643.
170 * linespec.c (struct ls_parser): New member keyword_ok.
171 (linespec_lexer_lex_string): Add comment.
172 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
174 (parse_linespec): Set keyword_ok.
176 2012-10-10 Doug Evans <dje@google.com>
178 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
179 "0x" prefix on address in log message.
181 * dwarf2read.c (read_1_byte): Add const to buf parameter.
182 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
183 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
184 (lookup_dwo_file): Add const to dwo_name parameter.
185 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
187 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
189 Fix crash during stepping on ppc32.
190 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
193 2012-10-03 Doug Evans <dje@google.com>
196 * buildsym.c (buildsym_init): Reset using_directives to NULL.
198 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
200 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
201 output and use uint32_t not long to ensure 4 byte size.
203 2012-10-02 Joel Brobecker <brobecker@adacore.com>
205 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
208 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
210 * target.c (simple_search_memory): Include access length in
213 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
214 Edjunior Machado <emachado@linux.vnet.ibm.com>
217 * solib.c (solib_find): Prevent GDB from loading native libraries when
218 debugging a cross-target corefile.
220 2012-09-28 selven <pcthegreat@gmail.com>
222 Make definition match declaration.
224 * regcache.c (regcache_register_status): Change return type to
225 enum register_status.
227 2012-09-28 Yao Qi <yao@codesourcery.com>
229 * mi/mi-main.c (mi_cmd_data_write_memory): Call
230 write_memory_with_notification instead of write_memory.
231 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
232 instead of target_write_memory.
234 2012-09-28 Yao Qi <yao@codesourcery.com>
236 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
237 when the length of content is not an even number.
239 2012-09-27 Tom Tromey <tromey@redhat.com>
241 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
242 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
244 2012-09-27 Joel Brobecker <brobecker@adacore.com>
246 * sol-thread.c (sol_thread_fetch_registers)
247 (sol_thread_store_registers): Delete commented out code.
249 2012-09-27 Joel Brobecker <brobecker@adacore.com>
251 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
252 Move these functions to sparc-sol-thread.c.
253 * sparc-sol-thread.c: New file.
254 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
255 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
257 * configure: Regenerate.
259 2012-09-27 Joel Brobecker <brobecker@adacore.com>
261 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
262 Remove commented-out code.
264 2012-09-27 Joel Brobecker <brobecker@adacore.com>
266 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
267 Enable this code for sparc hosts only.
269 2012-09-27 Joel Brobecker <brobecker@adacore.com>
271 * procfs.h (procfs_find_LDT_entry): Add declaration.
272 * sol-thread.c (ps_lgetLDT): Delete local declaration of
273 function procfs_find_LDT_entry.
275 2012-09-27 Joel Brobecker <brobecker@adacore.com>
277 * procfs.c (proc_get_LDT_entry): Make static.
279 2012-09-27 Joel Brobecker <brobecker@adacore.com>
281 * procfs.c (proc_find_memory_regions): Fix declaration.
283 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
285 * amd64-tdep.c (amd64_return_value): Revert previous change
286 that used TYPE_LENGTH directly.
287 * bfin-tdep.c (bfin_extract_return_value): Likewise.
288 (bfin_store_return_value): Likewise.
289 * cris-tdep.c (cris_store_return_value): Likewise.
290 (cris_extract_return_value): Likewise.
291 * h8300-tdep.c (h8300_extract_return_value): Likewise.
292 * hppa-tdep.c (hppa64_return_value): Likewise.
293 * lm32-tdep.c (lm32_store_return_value): Likewise.
294 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
295 * spu-tdep.c (spu_value_from_register): Likewise.
296 * vax-tdep.c (vax_return_value): Likewise.
298 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
300 * gdbtypes.c (lookup_array_range_type): Expand parameters
301 LOW_BOUND and HIGH_BOUND to LONGEST.
302 (lookup_string_range_type): Likewise.
303 * gdbtypes.h (lookup_array_range_type): Likewise.
304 (lookup_string_range_type): Likewise.
305 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
306 Expand HIGHBOUND to ssize_t.
307 (value_string): Likewise.
308 * value.h (value_cstring): Expand parameter LEN to ssize_t.
309 (value_string): Likewise.
311 2012-09-27 Yao Qi <yao@codesourcery.com>
314 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
315 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
318 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
320 * procfs.c: Add gdb_bfd header.
321 * rs6000-nat.c: Likewise.
322 * solib-pa64.c: Likewise.
323 * spu-linux-nat.c: Likewise.
324 * windows-nat.c: Likewise.
326 2012-09-26 Tom Tromey <tromey@redhat.com>
328 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
330 2012-09-26 Tom Tromey <tromey@redhat.com>
332 * dwarf2read.c (mark_common_block_symbol_computed): New function.
333 (read_common_block): Handle child DIEs with
334 DW_AT_data_member_location.
335 (new_symbol_full): Add special case for common blocks.
337 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
338 Tom Tromey <tromey@redhat.com>
340 * dwarf2read.c (read_common_block): Rewrite.
341 (new_symbol_full): Handle DW_TAG_common_block.
342 * f-lang.c (head_common_list, find_common_for_function):
344 * f-lang.h (struct common_entry, struct saved_f77_common,
345 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
346 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
347 BLANK_COMMON_NAME_LOCAL): Remove.
348 (struct common_block): New.
349 * f-valprint.c (list_all_visible_commons): Remove.
350 (info_common_command_for_block): New function.
351 (info_common_command): Use it.
352 * stack.c (iterate_over_block_locals): Special case for
354 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
356 (struct general_symbol_info) <value.common_block>: New field.
357 (SYMBOL_VALUE_COMMON_BLOCK): New define.
359 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
360 Tom Tromey <tromey@redhat.com>
362 * f-lang.c (allocate_saved_bf_node,
363 allocate_saved_function_node, allocate_saved_f77_common_node,
364 allocate_common_entry_node, tail_common_list, current_common,
365 saved_bf_list, saved_bf_list_end, current_head_bf_list,
366 tmp_bf_ptr, add_common_block, add_common_entry,
367 find_first_common_named, patch_common_entries,
368 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
369 global_remote_debug, get_bf_for_fcn, saved_function_list,
370 saved_function_list_end, clear_function_list, struct saved_fcn,
371 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
372 SAVED_BF, SAVED_BF_PTR): Remove.
373 * f-lang.h (tail_common_list, current_common,
374 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
375 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
376 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
377 real_main_c_value): Remove.
378 * f-valprint.c (there_is_a_visible_common_named): Remove.
380 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
382 * breakpoint.c (update_global_location_list): Ignore previous
383 duplicate status of a breakpoint when starting a new scan for
384 duplicate breakpoints.
386 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
388 * arm-tdep.c (arm_skip_prologue): Extending producer check to
389 support LLVM compiler.
391 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
393 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
394 * bfin-tdep.c (bfin_extract_return_value): Likewise.
395 (bfin_store_return_value): Likewise.
396 * cris-tdep.c (cris_store_return_value): Likewise.
397 (cris_extract_return_value): Likewise.
398 * h8300-tdep.c (h8300_extract_return_value): Likewise.
399 * hppa-tdep.c (hppa64_return_value): Likewise.
400 * lm32-tdep.c (lm32_store_return_value): Likewise.
401 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
402 * spu-tdep.c (spu_value_from_register): Likewise.
403 * vax-tdep.c (vax_return_value): Likewise.
405 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
407 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
408 parameter LEN to ssize_t.
410 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
412 * ada-valprint.c (ada_val_print_1): Eliminate single-use
414 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
416 (alpha_store_return_value): Likewise.
417 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
418 (amd64_push_arguments): Likewise.
419 * ax-gdb.c (gen_trace_static_fields): Likewise.
420 (gen_traced_pop): Likewise.
421 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
422 * breakpoint.c (update_watchpoint): Likewise.
423 * findcmd.c (parse_find_args): Use local variable for type
425 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
426 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
427 (h8300_store_return_value): Likewise.
428 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
429 Use i386_darwin_arg_type_alignment directly.
430 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
431 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
432 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
433 (m68hc11_extract_return_value): Likewise.
434 * mep-tdep.c (mep_push_dummy_call): Likewise.
435 * printcmd.c (float_type_from_length): Likewise.
436 * s390-tdep.c (s390_value_from_register): Likewise.
437 * stack.c (read_frame_arg): Likewise.
438 * tracepoint.c (encode_actions_1): Likewise.
439 * valops.c (value_fetch_lazy): Use local variable for type
440 instead of length. Use TYPE_LENGTH directly.
441 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
443 2012-09-25 Joel Brobecker <brobecker@adacore.com>
445 * symtab.c (skip_prologue_sal): Fix typo in comment.
447 2012-09-25 Joel Brobecker <brobecker@adacore.com>
449 * linespec.c (create_sals_line_offset): Fix typo in comment.
451 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
453 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
454 use plongest to print the array size.
456 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
458 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
459 * p-valprint.c (pascal_type_print_base): Likewise.
461 2012-09-22 Yao Qi <yao@codesourcery.com>
463 * remote.c (remote_get_trace_status): Remove setting default
464 values of fields of 'ts'.
466 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
468 Fix internal error on canonicalization of clang types.
469 * cp-name-parser.y (operator): New comment at make_operator call for
470 new, delete, new[] and delete[].
471 (exp): Use "sizeof ". Add new comment at make_operator call.
473 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
475 Fix disassemble without parameters in tailcall frame.
476 * cli/cli-cmds.c (disassemble_current_function): Use
477 get_frame_address_in_block.
479 2012-09-21 Tom Tromey <tromey@redhat.com>
481 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
482 TYPE_CODE_UNION>: Unify, removing a goto.
484 2012-09-21 Tom Tromey <tromey@redhat.com>
486 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
488 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
490 * findvar.c (read_frame_register_value): Mark the result value as
491 optimized out if any of the input registers have been optimized out.
493 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
495 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
497 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
499 * eval.c (evaluate_subexp_standard): Eliminate single-use
502 2012-09-21 Yao Qi <yao@codesourcery.com>
504 * mi/mi-interp.c: Declare mi_record_changed.
505 (mi_interpreter_init): Call observer_attach_record_changed.
506 (mi_record_changed): New.
507 * record.c (record_open): Call observer_notify_record_changed.
508 (cmd_record_stop): Call observer_notify_record_changed.
511 2012-09-20 Tom Tromey <tromey@redhat.com>
514 * python/python.c (finalize_python): New function.
515 (_initialize_python): Make a final cleanup.
517 2012-09-19 Doug Evans <dje@google.com>
519 * buildsym.h (param_symbols): Delete, unused.
520 (context_stack): Delete member "params", unused.
521 * buildsym.c (push_context): Update.
522 * dwarf2read.c (read_func_scope): Update.
524 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
526 * sh-tdep.c (sh_register_convert_to_virtual)
527 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
528 all callers. Just do a memcpy if not the little-endian case.
530 * h8300-tdep.c (h8300_gdbarch_init): Invoke
531 set_gdbarch_double_format and set_gdbarch_long_double_format.
532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
533 set_gdbarch_double_format.
534 * sh-tdep.c (sh_gdbarch_init): Likewise.
536 * NEWS: Document the removal of SH's 'regs' command.
537 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
540 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
542 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
545 2012-09-18 Joel Brobecker <brobecker@adacore.com>
547 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
548 language when iterating over symbols.
550 2012-09-18 Yao Qi <yao@codesourcery.com>
552 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
553 (mi_interpreter_init): Call observer_attach_tsv_created and
554 observer_attach_tsv_deleted.
555 (mi_tsv_created, mi_tsv_deleted): New.
556 * tracepoint.c (delete_trace_state_variable): Call
557 observer_notify_tsv_deleted.
558 (trace_variable_command): Call observer_notify_tsv_created.
559 (delete_trace_variable_command): Call
560 observer_notify_tsv_deleted.
561 (create_tsv_from_upload): Call observer_notify_tsv_created.
564 2012-09-18 Yao Qi <yao@codesourcery.com>
566 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
567 if traceframe changed.
568 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
570 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
571 (mi_interpreter_init): Hook mi_traceframe_changed to observer
572 'traceframe_changed'.
573 (mi_traceframe_changed): New.
574 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
576 * NEWS: Mention the new MI notification.
578 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
580 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
582 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
584 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
585 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
586 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
587 Extend code also for PaX support. Convert all gdb_assert to warning
590 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
592 Implement auto-load user conveniences suggested by Doug Evans.
593 * auto-load.c: Include top.h.
594 (file_is_auto_load_safe): New variable advice_printed. Print advice.
595 (_initialize_auto_load): New variable scripts_directory_help. Mention
596 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
597 scripts-directory. Document in online help one can use also files for
598 set auto-load safe-path.
599 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
600 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
602 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
604 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
607 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
609 * m2-valprint.c (m2_print_array_contents): Eliminate variable
610 ELTLEN and use TYPE_LENGTH directly.
611 (m2_val_print): Likewise.
612 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
613 variable LEN and use TYPE_LENGTH directly.
614 (m68k_svr4_store_return_value): Likewise.
615 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
616 ARGLEN and use TYPE_LENGTH directly.
617 (mips_o64_push_dummy_call): Likewise.
618 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
619 variable LENGTH and use TYPE_LENGTH directly.
620 (s390_function_arg_float): Likewise.
621 (s390_function_arg_integer): Likewise.
622 (s390_push_dummy_call): Likewise.
623 (s390_return_value_convention): Likewise.
624 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
625 TYPE_LENGTH directly.
627 2012-09-17 Yao Qi <yao@codesourcery.com>
629 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
630 Update comment to add_setshow_integer_cmd.
631 * cli/cli-setshow.c (do_set_command): Handle case
632 'var_zuinteger_unlimited'.
633 (do_show_command): Likewise.
634 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
635 for command 'remotetimeout'.
636 * command.h (enum var_types): New zuinteger_unlimited. Update comment
638 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
639 for command 'set listsize'.
641 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
643 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
646 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
649 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
650 (frame_pop): Drop also TAILCALL_FRAME frames.
651 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
653 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
654 Pedro Alves <palves@redhat.com>
657 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
658 function start if we are already at function start. Both for
659 reverse-next and for reverse-step into function without line number
662 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
664 Code cleanup - rename 'inline' depth to 'artificial' depth.
665 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
666 frame_id_artificial_p, extend the comment.
667 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
668 * frame.c (fprint_frame_id): Rename at a user, change debug output
669 text to "artificial=".
670 (skip_inlined_frames): Rename to ...
671 (skip_artificial_frames): ... here. Extend the comment.
672 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
673 (frame_id_inlined_p): Rename to ...
674 (frame_id_artificial_p): ... here. Rename at a user.
675 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
676 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
678 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
680 (frame_id_inlined_p): Rename to ...
681 (frame_id_artificial_p): ... here.
682 * inline-frame.c (inline_frame_this_id): Rename at a user.
684 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
686 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
687 vector variables using vector_size syntax rather than array
690 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
692 * valarith.c (value_concat): Replace unsafe ALLOCA with
695 2012-09-14 Pedro Alves <palves@redhat.com>
697 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
699 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
701 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
702 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
703 data-directory as appropriate.
705 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
707 * printcmd.c (ui_printf): Eliminate single-use variable
710 2012-09-14 Yao Qi <yao@codesourcery.com>
711 Pedro Alves <palves@redhat.com>
713 * valops.c (value_assign): Move observer_notify_target_changed
714 below to replace reinit_frame_cache.
716 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
718 Refactor Python "gdb" module into a proper Python package, by
719 introducing a new "_gdb" module for code implemented in C, and
720 using reload/__import__ instead of exec.
721 * python/lib/gdb/__init__.py: Import * from _gdb.
722 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
723 prompt_hook, sys.argv): Moved from finish_python_initialization.
724 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
725 (packages, auto_load_packages): New list and function replacing
726 module_dict and auto-loading code, using __file__ instead of
727 gdb.PYTHONDIR and reload/__import__ instead of exec.
728 (GdbSetPythonDirectory): Replacing function of the same name
729 from finish_python_initialization, using reload/__import__ instead
730 of exec, as well as call auto_load_packages.
731 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
732 gdb_python_module and not gdb_module.
733 * python/python-internal.h (gdb_python_module): Declare.
734 * python/python.c (gdb_python_module): New global.
735 (before_prompt_hook): Check gdb_python_module and not gdb_module.
736 (_initialize_python): Rename gdb module to _gdb.
737 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
738 (finish_python_initialization): Move Python code to
739 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
742 2012-09-13 Pedro Alves <palves@redhat.com>
744 * Makefile.in (COMMON_OBS): Add registry.o.
745 * registry.c: New file.
746 * registry.h (struct registry_container): Declare.
747 (registry_data_callback): New typedef.
748 (struct registry_data, struct registry_data_registration, struct
749 registry_data_registry): New type.
750 (register_data_with_cleanup, registry_alloc_data)
751 (registry_callback_adaptor, registry_clear_data)
752 (registry_container_free_data, registry_set_data, registry_data):
754 (DEFINE_REGISTRY): Refactor structures and functions as shims over
755 the new common structures and functions.
756 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
759 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
761 * remote.c (remote_insert_hw_breakpoint): Throw exception if
762 there is an error inserting hardware breakpoints and use the
763 error message from the target.
765 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
766 Catch this exception and print the error message contained within. Do not
767 print the default hardware error breakpoint message in this case.
769 2012-09-12 Doug Evans <dje@google.com>
771 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
774 2012-09-11 Doug Evans <dje@google.com>
776 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
777 .gdb_index symbol attributes if there are none.
779 2012-09-11 Joel Brobecker <brobecker@adacore.com>
781 * symtab.h (struct minimal_symbol) [has_size]: New field.
782 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
783 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
784 * printcmd.c (build_address_symbolic): Only filter out zero-sized
785 minimal symbols if the symbol's size is actually known.
786 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
787 of msymbol's size field. Add comment.
788 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
789 SET_MSYMBOL_SIZE to set the minimal symbol size.
791 2012-09-11 Joel Brobecker <brobecker@adacore.com>
793 * minsyms.c (install_minimal_symbols): Use memset to fill entire
794 minimal_symbol struct object, rather than setting some of its
797 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
799 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
800 passed_a_ptr flag when displaying typedef types.
802 2012-09-10 Joel Brobecker <brobecker@adacore.com>
804 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
805 the optimized_out flag is preserved.
807 2012-09-10 Anthony Green <green@moxielogic.com>
809 * moxie-tdep.c (moxie_analyze_prologue): Update for function
810 prologue changes in GCC.
812 2012-09-10 Keith Seitz <keiths@redhat.com>
815 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
816 (BOOL_CONVERSION_BADNESS): ... this.
817 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
818 (rank_one_type): Allow all boolean conversions
819 permitted by the standard.
821 2012-09-06 Tom Tromey <tromey@redhat.com>
823 * python/py-newobjfileevent.c (create_new_objfile_event_object):
824 Don't decref py_objfile.
826 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
828 Do not enable -lmcheck by default when Python is enabled with
830 * configure.ac: (python_has_threads) New variable, by testing
831 if WITH_THREAD is defined in Python.h.
832 Move --enable-lmcheck after --with-python.
833 Do not enable -lmcheck by default if python_has_threads=yes.
834 Warn if --enable-lmcheck and python_has_threads=yes.
835 * configure: Regenerate.
837 2012-08-31 Yao Qi <yao@codesourcery.com>
839 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
840 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
841 Update some commands.
842 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
843 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
846 2012-08-31 Yao Qi <yao@codesourcery.com>
848 * mi/mi-cmds.c (mi_cmds): Add 'static'.
850 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
852 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
854 2012-08-29 Doug Evans <dje@google.com>
856 * main.c (print_gdb_help): Remove reference to
857 --use-deprecated-index-sections.
859 2012-08-28 Yao Qi <yao@codesourcery.com>
861 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
862 (init_cmds): Call add_setshow_uinteger_cmd for command
863 'max-user-call-depth'.
864 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
865 declaration of 'max_user_call_depth'.
866 * frame.c (backtrace_limit): Add 'unsigned'.
867 (_initialize_frame): Call add_setshow_uinteger_cmd for command
869 * remote.c (remoteaddresssize): Add 'unsigned'.
870 (remote_address_masked): Change local var 'address_size' to
872 (_initialize_remote): Call add_setshow_uinteger_cmd for
874 * top.c (history_size): Add 'unsigned'.
875 (show_commands): Change local variables to 'unsigned'.
876 (set_history_size_command): Don't check history_size is negative.
877 Adjust the condition to call unstifle_history and set history_size
880 2012-08-28 Pedro Alves <palves@redhat.com>
884 * infcmd.c (default_print_one_register_info): New, factored out
885 from default_print_registers_info.
886 (default_print_registers_info): Use it. Mark value unavailable if
888 (registers_info): Print user registers with
889 default_print_one_register_info.
891 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
894 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
895 is not NULL before referencing it.
897 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
899 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
900 variable pc. Call find_pc_line instead of find_pc_overlay, restore
903 2012-08-27 Eli Zaretskii <eliz@gnu.org>
904 Jan Kratochvil <jan.kratochvil@redhat.com>
906 * auto-load.c (auto_load_objfile_script): Rename to ...
907 (auto_load_objfile_script_1): ... here, change variable realname to
908 parameter realname, document it, add return value, add variable retval.
909 (auto_load_objfile_script): New function.
911 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
913 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
914 followed by a whitespace.
916 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
919 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
920 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
921 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
924 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
926 * memattr.c (create_mem_region): Fix memory region overlapping
929 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
931 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
932 with xmalloc/cleanup.
933 * mt-tdep.c (mt_push_dummy_call): Likewise.
934 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
935 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
937 2012-08-24 Yao Qi <yao@codesourcery.com>
939 * jv-exp.y (push_expression_name): Add "." at the end of error
942 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
944 Document how to return from "python-interactive" to GDB.
945 * python/python.c (_initialize_python): Update documentation.
947 2012-08-23 Pedro Alves <palves@redhat.com>
949 * infrun.c (_initialize_infrun) <handle command help text>:
950 Mention that multiple signals are supported.
952 2012-08-23 Pedro Alves <palves@redhat.com>
954 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
957 2012-08-23 Yao Qi <yao@codesourcery.com>
959 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
960 (tfind_1): Don't call registers_changed, set_traceframe_num,
961 and clear_traceframe_info.
962 Call set_current_traceframe.
963 (set_current_traceframe): call set_traceframe_num.
965 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
967 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
968 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
970 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
972 Enable readline in Python in a GDB-specific way and block the
973 standard Python readline module to prevent conflicts with GDB.
974 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
975 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
976 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
977 * python/py-gdb-readline.c: New file.
978 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
980 * python/python.c (_initialize_python): Call
981 gdbpy_initialize_gdb_readline.
983 2012-08-22 Keith Seitz <keiths@redhat.com>
985 * defs.h: Include build-gnulib/config.h
987 2012-08-22 Joseph Myers <joseph@codesourcery.com>
989 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
992 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
994 Add a new "python-interactive" command that starts a standard
995 Python interactive prompt with "pi" as alias, and add "py" as
996 an alias to "python".
997 * NEWS: Mention the new commands.
998 * python/python.c (eval_python_command): New function.
999 (python_interactive_command): For "python-interactive" with
1000 arguments, call eval_python_command. For "python-interactive"
1001 without arguments, call PyRun_InteractiveLoop.
1002 (_initialize_python): Add "python-interactive" command with
1003 "pi" as alias, and add "py" as an alias to "python".
1005 2012-08-22 Tom Tromey <tromey@redhat.com>
1007 * defs.h (quit_flag): Don't declare.
1008 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1009 (QUIT): Use new functions.
1010 * event-top.c (command_handler): Use clear_quit_flag.
1011 (handle_sigint): Use set_quit_flag.
1012 (async_request_quit): Use check_quit_flag. Don't check
1014 * exceptions.c (throw_exception): Use clear_quit_flag.
1015 * main.c (captured_main): Use clear_quit_flag.
1016 * python/python.c (clear_quit_flag, set_quit_flag)
1017 (check_quit_flag): New functions.
1018 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1020 * remote.c (remote_wait_as): Use check_quit_flag,
1022 (remote_start_remote): Call QUIT.
1023 * symfile.c (load_progress): Use check_quit_flag.
1024 * top.c (command_loop): Use clear_quit_flag.
1025 (command_line_input): Call QUIT.
1026 * utils.c (quit_flag): Conditionally define.
1027 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1029 (prompt_for_continue): Call QUIT. Use quit, not
1031 * remote-mips.c (mips_expect_timeout): Call QUIT.
1032 * monitor.c (monitor_expect): Call QUIT.
1034 2012-08-22 Tom Tromey <tromey@redhat.com>
1036 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1037 (async_init_signals): Update.
1038 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1039 (SIGWINCH_HANDLER_BODY): Remove.
1041 2012-08-22 Tom Tromey <tromey@redhat.com>
1043 * jit.c (jit_object_close_impl): Don't malloc the objfile
1045 * objfiles.c (allocate_objfile): Don't malloc the objfile
1047 (free_objfile): Don't free the objfile name.
1048 * objfiles.h (struct objfile) <name>: Update comment.
1049 * symfile.c (reread_symbols): Fix reference counting. Don't
1050 malloc objfile name.
1052 2012-08-22 Tom Tromey <tromey@redhat.com>
1054 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1055 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1056 (symfile_bfd_open): Likewise.
1057 (generic_load): Likewise.
1058 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1059 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1061 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1063 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1064 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1065 (pmon_load_fast): Likewise.
1066 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1067 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1068 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1069 (macho_check_dsym): Likewise.
1070 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1071 (m32r_upload_command): Likewise.
1072 * gdb_bfd.h (gdb_bfd_cache): Declare.
1073 * gdb_bfd.c (struct gdb_bfd_data): New.
1074 (gdb_bfd_cache): New global.
1075 (struct gdb_bfd_cache_search): New.
1076 (hash_bfd): New function.
1078 (gdb_bfd_open): Likewise.
1079 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1080 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1082 * exec.c (exec_file_attach): Use gdb_bfd_open.
1083 * dsrec.c (load_srec): Use gdb_bfd_open.
1085 2012-08-22 Tom Tromey <tromey@redhat.com>
1087 * dwarf2read.c (macro_start_file): Update.
1088 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1089 (free_objfile_per_bfd_storage): Destroy macro_cache.
1090 (allocate_objfile, free_objfile): Update.
1091 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1093 (struct objfile) <macro_cache>: Remove.
1094 * symfile.c (reread_symbols): Update.
1095 * symmisc.c (print_symbol_bcache_statistics): Update.
1096 (print_objfile_statistics): Update.
1098 2012-08-22 Tom Tromey <tromey@redhat.com>
1100 * elfread.c (elf_symtab_read): Update.
1101 * objfiles.c (objfiles_bfd_data): New global.
1102 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1103 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1104 (allocate_objfile, free_objfile): Update.
1105 (_initialize_objfiles): Initialize objfiles_bfd_data.
1106 * objfiles.h (struct objfile_per_bfd_storage): New.
1107 (struct objfile) <per_bfd>: New field.
1108 <filename_cache>: Remove.
1109 (set_objfile_per_bfd): Declare.
1110 * symfile.c (reread_symbols): Update. Call
1111 set_objfile_per_bfd.
1112 (allocate_symtab): Update.
1113 * symmisc.c (print_symbol_bcache_statistics): Update.
1114 (print_objfile_statistics): Print the size of the BFD obstack.
1116 2012-08-22 Tom Tromey <tromey@redhat.com>
1118 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1119 * gdb_bfd.c: Use DEFINE_REGISTRY.
1120 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1121 (gdb_bfd_ref): Call bfd_alloc_data.
1122 (gdb_bfd_unref): Call bfd_free_data.
1124 2012-08-22 Tom Tromey <tromey@redhat.com>
1126 * registry.h (struct registry_fields): New.
1127 (REGISTRY_FIELDS): Redefine.
1128 (REGISTRY_ACCESS_FIELD): New macro.
1129 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1132 2012-08-22 Tom Tromey <tromey@redhat.com>
1134 * auto-load.c (_initialize_auto_load): Update.
1135 * solib-svr4.c (_initialize_svr4_solib): Update
1136 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1137 * solib-darwin.c (_initialize_darwin_solib): Update.
1138 * registry.h: New file.
1139 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1140 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1141 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1142 (register_program_space_data_with_cleanup)
1143 (register_program_space_data, program_space_alloc_data)
1144 (clear_program_space_data, set_program_space_data)
1145 (program_space_data): Don't declare.
1146 * progspace.c: Use DEFINE_REGISTRY.
1147 (struct program_space_data, struct
1148 program_space_data_registration, struct
1149 program_space_data_registry, program_space_data_registry)
1150 (register_program_space_data_with_cleanup)
1151 (register_program_space_data, program_space_alloc_data)
1152 (program_space_free_data, clear_program_space_data)
1153 (set_program_space_data, program_space_data): Remove.
1154 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1155 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1156 (register_objfile_data_with_cleanup, register_objfile_data)
1157 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1159 * objfiles.c: Use DEFINE_REGISTRY.
1160 (struct objfile_data, struct objfile_data_registration, struct
1161 objfile_data_registry, objfile_data_registry)
1162 (register_objfile_data_with_cleanup, register_objfile_data)
1163 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1164 (set_objfile_data, objfile_data): Remove.
1165 (_initialize_objfiles): Update.
1166 * jit.c (_initialize_jit): Update.
1167 * inflow.c (_initialize_inflow): Update.
1168 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1169 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1170 (register_inferior_data_with_cleanup, register_inferior_data)
1171 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1173 * inferior.c: Use DEFINE_REGISTRY.
1174 (struct inferior_data, struct inferior_data_registration, struct
1175 inferior_data_registry, inferior_data_registry)
1176 (register_inferior_data_with_cleanup, register_inferior_data)
1177 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1178 (set_inferior_data, inferior_data): Remove.
1179 * auxv.c (_initialize_auxv): Update.
1180 * ada-lang.c (_initialize_ada_language): Update.
1181 * breakpoint.c (_initialize_breakpoint): Update.
1182 * i386-nat.c (i386_use_watchpoints): Update.
1184 2012-08-22 Tom Tromey <tromey@redhat.com>
1186 * exec.c (exec_close, exec_file_attach): Update.
1187 (add_to_section_table): Initialize 'key' field.
1188 (add_target_sections, remove_target_sections): Add 'key' argument.
1189 * exec.h (add_target_sections, remove_target_sections): Add
1191 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1192 (reload_shared_libraries_1): Update.
1193 * target.h (struct target_section) <key>: New field.
1195 2012-08-22 Tom Tromey <tromey@redhat.com>
1197 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1199 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1201 * symfile.c (allocate_symtab): Use host_address_to_string
1202 function instead of cast of pointer to long which is not
1203 compatible with x86_64-w64-mingw32 build.
1205 2012-08-19 Andrew Pinski <apinski@cavium.com>
1207 * mips-tdep.c (is_octeon): New function.
1208 (is_octeon_bbit_op): New function.
1209 (mips32_next_pc): Handle Octeon's bbit instructions.
1210 (mips32_instruction_has_delay_slot): Likewise.
1212 2012-08-19 Andrew Pinski <apinski@cavium.com>
1214 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1215 before the function.
1217 2012-08-19 Andrew Pinski <apinski@cavium.com>
1219 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1221 2012-08-19 Keith Seitz <keiths@redhat.com>
1224 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1225 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1227 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1229 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1230 The typo broke "make TAGS".
1232 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1236 2012-08-17 Keith Seitz <keiths@redhat.com>
1239 * gdbtypes.c (strict_type_checking): New variable.
1240 (show_strict_type_checking): New function.
1241 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1242 if strict type checking is disabled.
1243 (_initialize_gdbtypes): Add "check type" subcommand.
1244 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1246 2012-08-17 Keith Seitz <keiths@redhat.com>
1248 * language.h (type_mode): Remove.
1249 (type_check): Remove.
1250 (struct language_defn): Remove la_type_check.
1251 (STRICT_TYPE): Remove unused macro.
1252 (type_error): Remove.
1253 * language.c (set_type_range_case): Renamed to ...
1254 (set_range_case): ... this. Update all callers.
1255 Remove type_mode/type_check.
1256 (type_mode): Remove.
1257 (type_check): Remove.
1258 (show_type_command): Remove.
1259 (set_type_command): Remove.
1260 (language_info): Remove type checking output.
1261 (type_error): Remove unused function.
1262 (range_error): Update comment.
1263 (unknown_language_defn): Remove la_type_check.
1264 (auto_language_defn): Likewise.
1265 (local_language_defn): Likewise.
1266 (_initialize_language): Remove "check type" subcommand.
1267 * ada-lang.c (ada_language_defn): Remove la_type_check.
1268 * c-lang.c (c_language_defn): Likewise.
1269 (cplus_language_defn): Likewise.
1270 (asm_language_defn): Likewise.
1271 (minimal_language_defn): Likewise.
1272 * d-lang.c (d_language_defn): Likewise.
1273 * f-lang.c (f_language_defn): Likewise.
1274 * go-lang.c (go_language_defn): Likewise.
1275 * jv-lang.c (java_language_defn): Likewise.
1276 * m2-lang.c (m2_language_defn): Likewise.
1277 * objc-lang.c (objc_language_defn): Likewise.
1278 * opencl-lang.c (opencl_language_defn): Likewise.
1279 * p-lang.c (pascal_language_defn): Likewise.
1281 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1283 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1285 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1287 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1289 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1290 using the regache. Use ia64_hpux_get_register_from_save_state_t
1291 to access the bsp and bspstore registers if not.
1293 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1295 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1296 * breakpoint.c (detach_breakpoints): Change pid parameter into
1297 a ptid. Adjust code accordingly.
1298 * infrun.c (handle_inferior_event): Delete variable child_pid.
1299 Update call to detach_breakpoints to pass the child ptid for
1301 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1302 assert that inferior_ptid's lwp is zero.
1303 (linux_handle_extended_wait): Update call to detach_breakpoints.
1304 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1307 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1309 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1310 parent, only call detach_breakpoints if tts.tts_event ==
1313 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1315 * dwarf2-frame.c (dwarf2_frame_cache): Use
1316 get_frame_address_in_block instead of get_frame_pc as
1317 the bound for executing the frame's FDE.
1319 2012-08-16 Yao Qi <yao@codesourcery.com>
1321 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1322 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1323 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1324 (c_type_print_varspec_suffix): Likewise.
1325 * eval.c (evaluate_subexp_standard): Likewise.
1326 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1327 (f_type_print_varspec_suffix): Likewise.
1328 * gdbtypes.c (is_scalar_type): Likewise.
1329 (recursive_dump_type): Likewise.
1330 * infcall.c (value_arg_coerce): Likewise.
1331 * m2-valprint.c (m2_val_print): Likewise.
1332 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1333 (pascal_type_print_varspec_suffix): Likewise.
1334 (pascal_type_print_base): Likewise.
1335 * p-valprint.c (pascal_val_print): Likewise.
1336 (pascal_val_print): Likewise.
1337 * valops.c (value_slice): Likewise.
1338 * valprint.c (scalar_type_p): Likewise.
1339 * valarith.c (value_bitstring_subscript): Remove.
1340 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1341 Remove comment on TYPE_CODE_BITSTRING.
1343 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1344 TYPE_CODE_BITSTRING.
1346 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1349 2012-08-16 Yao Qi <yao@codesourcery.com>
1351 * tracepoint.c (trace_find_none_command): Remove.
1352 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1354 2012-08-16 Yao Qi <yao@codesourcery.com>
1356 * remote.c (handle_notification): Remove parameter 'length'.
1357 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1359 2012-08-15 Keith Seitz <keiths@redhat.com>
1361 * gdbtypes.c (opaque_type_resolution): Make static.
1362 Add missing comment.
1363 (overload_debug): Add missing comment.
1364 (show_opaque_type_resolution): Likewise.
1365 (show_overload_debug): Likewise.
1366 (print_bit_vector): Remove unnecessary forward declaration.
1367 (print_arg_types): Likewise.
1368 (dump_fn_fieldlists): Likewise.
1369 (print_cplus_stuff): Likewise.
1371 2012-08-15 Tom Tromey <tromey@redhat.com>
1373 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1374 (gdb_bfd_ref): Initialize new field.
1375 (gdb_bfd_unref): Unref the archive BFD.
1376 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1379 2012-08-15 Tom Tromey <tromey@redhat.com>
1382 * python/py-bpevent.c (create_breakpoint_event_object): Update
1384 * python/py-event.c (evpy_add_attribute): Update comment.
1385 * python/py-exitedevent.c (create_exited_event_object): Fix
1386 reference counting and error handling.
1387 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1388 Fix reference counting.
1389 * python/py-signalevent.c (create_signal_event_object): Fix
1390 reference counting and error handling.
1391 * python/py-stopevent.c (emit_stop_event): Fix reference
1393 * python/py-threadevent.c (get_event_thread): Return a
1395 * python/py-type.c (convert_field): Fix reference counting.
1397 2012-08-15 Tom Tromey <tromey@redhat.com>
1399 * dwarf2read.c (dwarf_decode_macro_bytes)
1400 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1403 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1405 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1406 stepi, nexti, finish, next, step, jump, and continue commands.
1407 * infrun.c (_initialize_infrun): Update help text for the handle
1410 2012-08-14 Doug Evans <dje@google.com>
1412 * gdbtypes.c (struct extra): Delete, unused.
1414 * gdbtypes.c: Whitespace cleanup.
1415 (address_space_name_to_int): Remove "extern" from definition.
1416 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1418 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1419 TYPE_POINTER_TYPE (type).
1421 2012-08-14 Gary Benson <gbenson@redhat.com>
1423 * solib-svr4.c (svr4_free_library_list): Use free_so.
1425 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1427 * .gitignore: Add go-exp.c.
1429 2012-08-13 Doug Evans <dje@google.com>
1431 * value.c (show_convenience): Tweak comment.
1432 (_initialize_values): Mention convenience functions in the help text
1433 for "show convenience".
1435 2012-08-13 Yao Qi <yao@codesourcery.com>
1437 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1438 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1440 * eval.c (evaluate_subexp_standard): Likewise.
1441 * expprint.c (print_subexp_standard): Likewise.
1442 (dump_subexp_body_standard): Likewise.
1443 * parse.c (operator_length_standard): Likewise.
1445 2012-08-13 Yao Qi <yao@codesourcery.com>
1447 * std-operator.def: Remove OP_BITSTRING.
1448 * breakpoint.c (watchpoint_exp_is_const): Update.
1449 * eval.c (evaluate_subexp_standard): Remove handling to
1451 * expprint.c (print_subexp_standard): Likewise.
1452 (dump_subexp_body_standard): Likewise.
1453 * parse.c (operator_length_standard): Likewise.
1454 * valops.c (value_bitstring): Remove.
1455 * value.h: Remove the declaration of 'value_bitstring'.
1457 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1459 * linespec.c (find_methods): Remove unused variables `i1' and
1461 (decode_line_full): Likewise for `arg_start'.
1463 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1465 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1466 (zlib_decompress_section): Likewise for `section_data'.
1467 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1469 2012-08-10 Doug Evans <dje@google.com>
1471 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1472 * NEWS: Document them.
1473 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1475 * python/py-type.c (typy_array_1): New function.
1476 (typy_array): Call it.
1477 (typy_vector): New function.
1478 (type_object_methods): Add "vector".
1479 * python/lib/gdb/function/__init__.py: New file.
1480 * python/lib/gdb/function/strfns.py: New file.
1482 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1484 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1485 for TYPE_FIELD_BITPOS.
1486 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1488 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1491 * common/vec.h (VEC_merge): Define.
1492 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1493 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1494 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1495 * completer.c: Include gdb_signals.h.
1496 (signal_completer): Define.
1497 * completer.h (signal_completer): Add prototype.
1498 * infcmd.c (_initialize_infcmd): Assign the command
1499 completer for "signal" to handle_completer.
1500 * infrun.c: Include completer.h.
1501 (handle_completer): Define.
1502 (_initialize_infrun): Declare a new local variable c. Store the
1503 result of add_com("handle") to it. Assign the command
1504 completer for "handle" to handle_completer.
1506 2012-08-09 Yao Qi <yao@codesourcery.com>
1508 * cli/cli-decode.c (set_cmd_prefix): New.
1509 (lookup_cmd_for_prefixlist): New.
1510 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1511 of each cmd_list_element in *prefixlist.
1512 (add_setshow_cmd_full): set_cmd_prefix.
1513 (add_alias_cmd): Likewise.
1514 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1515 Declare 'auto_boolean_enums'.
1516 * cli/cli-setshow.c: Include "observer.h".
1517 (notify_command_param_changed_p): New.
1518 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1520 (do_setshow_command): Split it to ...
1521 (do_set_command, do_show_command): ... them. New.
1522 (do_set_command): Call observer_notify_command_param_changed if
1523 notify_command_param_changed_p returns true.
1524 (cmd_show_list): Caller update.
1525 * auto-load.c (set_auto_load_cmd): Likewise.
1526 * remote.c (show_remote_cmd): Likewise.
1527 * cli/cli-setshow.h: Update declarations.
1528 * top.c (execute_command): Call do_set_command and do_show_command.
1530 * NEWS: Mention new MI notification.
1531 * mi/mi-interp.c: Declare mi_command_param_changed.
1532 (mi_interpreter_init): Attach mi_command_param_changed to
1533 observer command_param_changed.
1534 (mi_command_param_changed): New.
1535 Remove mi_suppress_breakpoint_notifications.
1536 Define global variable mi_suppress_notification.
1537 (mi_breakpoint_created): Update.
1538 (mi_breakpoint_deleted): Likewise.
1539 (mi_breakpoint_modified): Likewise.
1540 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1541 'gdb-set' and set mi_suppress_notification.
1542 * mi/mi-main.h: (mi_suppress_notification): New struct.
1544 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
1545 Jan Kratochvil <jan.kratochvil@redhat.com>
1547 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1549 2012-08-09 Yao Qi <yao@codesourcery.com>
1551 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1552 (skiplist): Move it to skip.c.
1553 (init_cmd_lists): Remove code setting enablebreaklist and
1555 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1556 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1558 * gdbcmd.h: Likewise.
1559 * skip.c (_initialize_step_skip): Move 'skiplist' from
1562 2012-08-09 Yao Qi <yao@codesourcery.com>
1564 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1565 * gnu-nat.c, symfile.c: Likewise.
1567 2012-08-08 Aaron Gamble <agamble@google.com>
1569 * utils.c (prompt_for_continue_wait_time): New static global.
1570 (make_command_stats_cleanup): Initialize it.
1571 (report_command_stats): Subtract time waiting for user.
1572 (prompt_for_continue): Track time waiting for user.
1573 (defaulted_query): Track time waiting for user.
1575 2012-08-08 Doug Evans <dje@google.com>
1577 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1579 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1580 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1581 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1582 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1583 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1584 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1586 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1587 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1588 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1589 (dump_prefix_expression): Handle OP_TYPE.
1591 2012-08-08 Keith Seitz <keiths@redhat.com>
1593 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1596 2012-08-08 Doug Evans <dje@google.com>
1598 * linux-thread-db.c: #include "gdb_vecs.h".
1599 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1601 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1602 (thread_db_load_search): Use a vector to iterate over path elements.
1603 Handle text appearing after "$pdir".
1605 * gdb_string.h: Moved to ...
1606 * common/gdb_string.h: ... here.
1607 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1608 gdb_string.h and gdb_assert.h.
1610 2012-08-08 Yao Qi <yao@codesourcery.com>
1612 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1613 (tic6x_value_to_register): Likewise.
1614 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1615 and set_gdbarch_value_to_register.
1617 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1618 Jean-Marc Saffroy <saffroy@gmail.com>
1621 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1622 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1623 * gcore.c (gcore_create_callback): New function comment. Add modified
1624 parameter. Only write modified regions. Set SEC_READONLY exactly
1625 according to MODIFIED.
1626 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1627 the passed modified value to FUNC.
1628 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1629 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1630 first. New variables modified and has_anonymous. Parse the lines of
1631 smaps file. Add the passed MODIFIED value to FUNC.
1632 * procfs.c (find_memory_regions_callback): Add the passed modified
1635 2012-08-06 Tom Tromey <tromey@redhat.com>
1637 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1638 (dwarf2_frame_cache): Use it.
1639 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1640 cache initialization constraint.
1642 2012-08-06 Tom Tromey <tromey@redhat.com>
1645 * varobj.c (update_dynamic_varobj_children): Don't call
1648 2012-08-06 Tom Tromey <tromey@redhat.com>
1651 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1653 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1655 * NEWS: New entry for 'cd' default parameters.
1656 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1658 2012-08-03 Tom Tromey <tromey@redhat.com>
1660 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1663 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1665 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1666 to attempting lseek/write.
1667 (inf_child_fileio_pread): Likewise for pread.
1669 2012-08-02 Yao Qi <yao@codesourcery.com>
1671 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1672 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1673 add_setshow_zinteger_cmd.
1674 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1675 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1676 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1677 instead of add_setshow_zinteger_cmd.
1678 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1679 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1680 instead of add_setshow_zinteger_cmd.
1681 * frame.c (frame_debug): Add 'unsigned'.
1682 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1683 add_setshow_zinteger_cmd.
1684 * frame.h: Update the declaration of 'frame_debug'.
1685 * gdbtypes.c (overload_debug): Add 'unsigned'.
1686 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1687 add_setshow_zinteger_cmd.
1688 * inferior.h: Update declaration of 'debug_infrun'.
1689 * infrun.c (debug_infrun): Add 'unsigned'.
1690 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1691 add_setshow_zinteger_cmd.
1692 * jit.c (jit_debug): Add 'unsigned'.
1693 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1694 add_setshow_zinteger_cmd.
1695 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1696 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1697 instead of add_setshow_zinteger_cmd.
1698 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1699 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1700 add_setshow_zinteger_cmd.
1701 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1702 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1703 instead of add_setshow_zinteger_cmd.
1704 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1705 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1706 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1707 intead of add_setshow_zinteger_cmd.
1708 * mips-tdep.c (mips_debug): Add 'unsigned'.
1709 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1710 instead of add_setshow_zinteger_cmd.
1711 * monitor.c (monitor_debug): Add 'unsigned'.
1712 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1713 add_setshow_zinteger_cmd.
1714 * observer.c (observer_debug): Add 'unsigned'.
1715 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1716 add_setshow_zinteger_cmd.
1717 * parse.c (expressiondebug): Add 'unsigned'.
1718 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1719 add_setshow_zinteger_cmd.
1720 * record.c (record_debug): Add 'unsigned'.
1721 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1722 add_setshow_zinteger_cmd.
1723 * record.h: Update the declaration of 'record_debug'.
1724 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1725 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1726 add_setshow_zinteger_cmd.
1727 * serial.c (global_serial_debug_p): Add 'unsigned'.
1728 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1729 add_setshow_zinteger_cmd.
1730 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1731 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1732 add_setshow_zinteger_cmd.
1733 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1734 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1735 add_setshow_zinteger_cmd.
1736 * target.c (targetdebug): Add 'unsigned'.
1737 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1738 add_setshow_zinteger_cmd.
1739 * valops.c (overload_debug): Add 'unsigned'.
1740 * varobj.c (varobjdebug): Add 'unsigned'.
1741 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1742 add_setshow_zinteger_cmd.
1743 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1744 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1745 instead of add_setshow_zinteger_cmd.
1747 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1748 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1749 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1750 instead of add_setshow_zinteger_cmd.
1751 * gdbarch.c, gdbarch.h: Re-generated.
1753 2012-08-02 Yao Qi <yao@codesourcery.com>
1755 * nto-tdep.c: Don't include cli/cli-decode.h and
1757 (_initialize_nto_tdep): Remove.
1758 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1760 Remove macro nto_internal_debugging.
1762 2012-08-01 Richard Henderson <rth@redhat.com>
1764 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1765 (mep-*-*) [gdb_target_obs]: Likewise.
1767 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1769 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1770 linux_get_siginfo_type.
1772 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1774 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1776 (call_function_by_hand) <ON_STACK>: Call write_memory with
1777 gdbarch_breakpoint_from_pc, if possible.
1778 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1781 2012-07-31 Yao Qi <yao@codesourcery.com>
1783 * tracepoint.c: Add 'static' for some variables.
1785 2012-07-31 Yao Qi <yao@codesourcery.com>
1787 * go32-nat.c: Declare _initialize_go32_nat.
1788 * ser-go32.c: Declare _initialize_ser_dos.
1789 * top.c (do_chdir_cleanup): Add 'static'.
1791 2012-07-30 Keith Seitz <keiths@redhat.com>
1793 * linespec.c (linespec_lex_number): A number followed
1794 by quotes is a valid number, too.
1796 2012-07-30 Tom Tromey <tromey@redhat.com>
1798 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1800 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1802 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1803 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1805 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
1807 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1808 invalid or reevaluated to prevent prevent references to possibly
1809 delete'd type objects being left in the varobj.
1811 2012-07-27 Tom Tromey <tromey@redhat.com>
1812 Jan Kratochvil <jan.kratochvil@redhat.com>
1814 * copying.awk: Print buffer-read-only and vi ro markers.
1815 * copying.c: Rebuild.
1816 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1817 * gdbarch.c, gdbarch.h: Rebuild.
1818 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1819 buffer-read-only and vi ro markers.
1820 * features/arm-with-iwmmxt.c: Rebuild.
1821 * features/arm-with-m-fpa-layout.c: Rebuild.
1822 * features/arm-with-m-vfp-d16.c: Rebuild.
1823 * features/arm-with-m.c: Rebuild.
1824 * features/arm-with-neon.c: Rebuild.
1825 * features/arm-with-vfpv2.c: Rebuild.
1826 * features/arm-with-vfpv3.c: Rebuild.
1827 * features/i386/amd64-avx-linux.c: Rebuild.
1828 * features/i386/amd64-avx.c: Rebuild.
1829 * features/i386/amd64-linux.c: Rebuild.
1830 * features/i386/amd64.c: Rebuild.
1831 * features/i386/i386-avx-linux.c: Rebuild.
1832 * features/i386/i386-avx.c: Rebuild.
1833 * features/i386/i386-linux.c: Rebuild.
1834 * features/i386/i386-mmx-linux.c: Rebuild.
1835 * features/i386/i386-mmx.c: Rebuild.
1836 * features/i386/i386.c: Rebuild.
1837 * features/i386/x32-avx-linux.c: Rebuild.
1838 * features/i386/x32-avx.c: Rebuild.
1839 * features/i386/x32-linux.c: Rebuild.
1840 * features/i386/x32.c: Rebuild.
1841 * features/mips-dsp-linux.c: Rebuild.
1842 * features/mips-linux.c: Rebuild.
1843 * features/mips64-dsp-linux.c: Rebuild.
1844 * features/mips64-linux.c: Rebuild.
1845 * features/rs6000/powerpc-32.c: Rebuild.
1846 * features/rs6000/powerpc-32l.c: Rebuild.
1847 * features/rs6000/powerpc-403.c: Rebuild.
1848 * features/rs6000/powerpc-403gc.c: Rebuild.
1849 * features/rs6000/powerpc-405.c: Rebuild.
1850 * features/rs6000/powerpc-505.c: Rebuild.
1851 * features/rs6000/powerpc-601.c: Rebuild.
1852 * features/rs6000/powerpc-602.c: Rebuild.
1853 * features/rs6000/powerpc-603.c: Rebuild.
1854 * features/rs6000/powerpc-604.c: Rebuild.
1855 * features/rs6000/powerpc-64.c: Rebuild.
1856 * features/rs6000/powerpc-64l.c: Rebuild.
1857 * features/rs6000/powerpc-7400.c: Rebuild.
1858 * features/rs6000/powerpc-750.c: Rebuild.
1859 * features/rs6000/powerpc-860.c: Rebuild.
1860 * features/rs6000/powerpc-altivec32.c: Rebuild.
1861 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1862 * features/rs6000/powerpc-altivec64.c: Rebuild.
1863 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1864 * features/rs6000/powerpc-cell32l.c: Rebuild.
1865 * features/rs6000/powerpc-cell64l.c: Rebuild.
1866 * features/rs6000/powerpc-e500.c: Rebuild.
1867 * features/rs6000/powerpc-e500l.c: Rebuild.
1868 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1869 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1870 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1871 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1872 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1873 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1874 * features/rs6000/powerpc-vsx32.c: Rebuild.
1875 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1876 * features/rs6000/powerpc-vsx64.c: Rebuild.
1877 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1878 * features/rs6000/rs6000.c: Rebuild.
1879 * features/s390-linux32.c: Rebuild.
1880 * features/s390-linux32v1.c: Rebuild.
1881 * features/s390-linux32v2.c: Rebuild.
1882 * features/s390-linux64.c: Rebuild.
1883 * features/s390-linux64v1.c: Rebuild.
1884 * features/s390-linux64v2.c: Rebuild.
1885 * features/s390x-linux64.c: Rebuild.
1886 * features/s390x-linux64v1.c: Rebuild.
1887 * features/s390x-linux64v2.c: Rebuild.
1888 * features/tic6x-c62x-linux.c: Rebuild.
1889 * features/tic6x-c62x.c: Rebuild.
1890 * features/tic6x-c64x-linux.c: Rebuild.
1891 * features/tic6x-c64x.c: Rebuild.
1892 * features/tic6x-c64xp-linux.c: Rebuild.
1893 * features/tic6x-c64xp.c: Rebuild.
1895 2012-07-27 Tom Tromey <tromey@redhat.com>
1897 * c-exp.y (classify_name): Avoid assignment in condition.
1899 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1901 * amd64-windows-tdep.c: Include "frame.h".
1902 (amd64_windows_skip_trampoline_code): New function.
1903 (amd64_windows_init_abi): Add trampoline registration.
1905 2012-07-27 Yao Qi <yao@codesourcery.com>
1907 * tracepoint.c (cur_traceframe_number): Remove.
1908 (set_tfile_traceframe): Remove.
1909 (tfile_trace_find, tfile_fetch_registers): Update callers.
1910 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1911 (tfile_open, tfile_trace_find): Likewise.
1913 2012-07-27 Yao Qi <yao@codesourcery.com>
1915 * thread.c (switch_to_thread): Don't call registers_changed.
1917 2012-07-26 Tom Tromey <tromey@redhat.com>
1919 * Makefile.in (SFILES): Remove objc-exp.y.
1920 (YYFILES): Remove objc-exp.c.
1921 (YYOBJ): Remove objc-exp.o.
1922 (local-maintainer-clean): Don't mention objc-exp.c.
1923 * c-exp.y: Include objc-lang.h.
1924 (%union) <class>: New field.
1925 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1926 (exp): Clone subscript production for OBJC_LBRAC. Add various
1927 Objective C productions.
1928 (msglist, msgarglist, msgarg): New productions.
1929 (array_mod, func_mod, operator): Clone productions for
1931 (parse_string_or_char): Handle '@' strings.
1932 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1933 (classify_name): Check la_name_of_this. Recognize ObjC class
1935 * objc-exp.y: Remove.
1936 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1937 * objc-lang.h (objc_parse, objc_error): Don't declare.
1939 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1941 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1943 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1945 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1948 2012-07-26 Tom Tromey <tromey@redhat.com>
1950 * copying.c: Rebuild.
1951 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1954 2012-07-26 Tom Tromey <tromey@redhat.com>
1956 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1958 (print_objfile_statistics): Likewise.
1959 (maintenance_print_symbols): Likewise.
1960 (maintenance_print_msymbols): Likewise.
1961 (maintenance_print_objfiles): Likewise.
1962 * psymtab.c (print_partial_symbols): Call QUIT.
1963 (maintenance_print_psymbols): Likewise. Don't modify
1965 * copying.c (show_copying_command): Don't modify immediate_quit.
1966 (show_warranty_command): Likewise.
1967 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1969 2012-07-26 Keith Seitz <keiths@redhat.com>
1971 * linespec.c (linespec_lexer_lex_number): The input
1972 is also a valid number if the next character is a comma
1975 2012-07-26 Joel Brobecker <brobecker@adacore.com>
1977 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1980 2012-07-26 Tristan Gingold <gingold@adacore.com>
1982 * machoread.c: Include gdb_bfd.h.
1984 2012-07-26 Tristan Gingold <gingold@adacore.com>
1986 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1989 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1991 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1993 (dwarf2_evaluate_loc_desc): Likewise.
1994 (dwarf2_loc_desc_needs_frame): Likewise.
1995 (locexpr_describe_location_1): Likewise.
1996 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1998 (struct dwarf2_loclist_baton): Likewise.
1999 * dwarf2read.c (struct dwarf_block): Likewise.
2000 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2001 (decode_locdesc): Expand SIZE and I to size_t.
2003 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2005 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2007 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2009 * doublest.c (convert_doublest_to_floatformat): If the exponent
2010 is too small, treat the value as zero. If the exponent is too
2011 large, treat the value as infinity.
2013 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2015 * configure.ac: Add --enable-lmcheck configure option.
2016 * configure: Regenerate.
2018 2012-07-25 Tom Tromey <tromey@redhat.com>
2020 * NEWS: Mention maint info bfds.
2021 * gdb_bfd.c (all_bfds): New global.
2022 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2023 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2026 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2028 * configure.tgt: Add v850*-*-rtems*.
2030 2012-07-25 Tom Tromey <tromey@redhat.com>
2032 * macrotab.c (macro_bcache_str): Remove cast.
2034 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2036 * linespec.c (linespec_lexer_lex_number): Update comments,
2037 change the return and add check to make sure the input is
2038 the decimal numbers.
2039 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2040 false, call linespec_lexer_lex_string.
2042 2012-07-24 Tom Tromey <tromey@redhat.com>
2044 * symfile.c (symbol_file_add): Don't open BFD twice.
2046 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2048 * breakpoint.c (create_breakpoint): Store condition for pending
2051 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2053 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2054 (m68k_return_value): Handle complex types like structures.
2055 (m68k_svr4_return_value): Likewise.
2057 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2059 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2060 parameters to bfd_get_section_name.
2062 2012-07-24 Yao Qi <yao@codesourcery.com>
2064 * cli/cli-setshow.c: Handle case 'var_uinteger'
2065 and 'var_zuninteger' together. Handle case 'var_integer' and
2066 'var_zinteger' together.
2068 2012-07-23 Keith Seitz <keiths@redhat.com>
2070 * linespec.c (convert_linespec_to_sal): Don't add
2071 any symbols to the result vector if symbol_to_sal
2074 2012-07-23 Keith Seitz <keiths@redhat.com>
2076 * linespec.c (decode_objc): Record the function name
2079 2012-07-23 Tom Tromey <tromey@redhat.com>
2081 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2083 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2084 (map_vmap): Acquire a reference to the BFD.
2086 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2088 * p-valprint.c (pascal_object_print_value): Replace potentially
2089 unsafe alloca with xmalloc/xfree.
2090 * valops.c (search_struct_method): Likewise.
2092 2012-07-23 Tom Tromey <tromey@redhat.com>
2094 * solib-svr4.c (enable_break): Update.
2095 * bfd-target.h (target_bfd_reopen): Update documentation.
2097 2012-07-23 Tom Tromey <tromey@redhat.com>
2099 * symfile.c (separate_debug_file_exists): Update.
2100 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2101 (reread_symbols): Update.
2102 * elfread.c (build_id_verify): Update.
2103 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2104 bfd_open_maybe_remote.
2106 2012-07-23 Tom Tromey <tromey@redhat.com>
2108 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2110 2012-07-23 Tom Tromey <tromey@redhat.com>
2112 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2114 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2116 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2117 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2119 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2120 * objfiles.c (allocate_objfile): Acquire a new reference.
2121 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2122 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2123 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2124 a cleanup for 'nbfd'.
2125 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2127 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2128 make a cleanup for 'abfd'.
2129 (symbol_file_add): Make a BFD cleanup.
2131 2012-07-23 Tom Tromey <tromey@redhat.com>
2133 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2134 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2135 * corelow.c (core_open): Use gdb_bfd_fopen.
2136 * dsrec.c (load_srec): Use gdb_bfd_openr.
2137 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2138 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2139 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2140 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2141 (gdb_bfd_fdopenr): New functions.
2142 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2143 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2144 (gdb_bfd_fdopenr): Declare.
2145 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2146 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2147 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2148 gdb_bfd_openr_next_archived_file.
2149 (macho_check_dsym): Use gdb_bfd_openr.
2150 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2151 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2152 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2153 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2155 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2156 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2157 gdb_bfd_openr_next_archived_file.
2158 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2160 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2162 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2163 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2164 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2165 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2166 (symfile_bfd_open): Use gdb_bfd_fopen.
2167 (generic_load): Use gdb_bfd_openr.
2168 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2170 2012-07-23 Tom Tromey <tromey@redhat.com>
2172 * bfd-target.c (target_bfd_reopen): Update.
2173 * cli/cli-dump.c (bfd_openr_with_cleanup)
2174 (bfd_openw_with_cleanup): Update.
2175 * corelow.c (core_open): Update.
2176 * dsrec.c (load_srec): Update.
2177 * exec.c (exec_file_attach): Update.
2178 * gcore.c (create_gcore_bfd): Update.
2179 * gdb_bfd.c (gdb_bfd_ref): Return void.
2180 (gdb_bfd_open): Update.
2181 * gdb_bfd.h (gdb_bfd_ref): Return void.
2183 * jit.c (jit_bfd_try_read_symtab): Update.
2184 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2185 * machoread.c (macho_symfile_read_all_oso): Update.
2186 (macho_check_dsym): Update.
2187 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2188 * remote-m32r-sdi.c (m32r_load): Update.
2189 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2190 * rs6000-nat.c (add_vmap): Update.
2191 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2193 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2194 * solib-spu.c (spu_bfd_open): Update.
2195 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2196 * spu-linux-nat.c (spu_bfd_open): Update.
2197 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2198 (generic_load): Update.
2199 * windows-nat.c (windows_make_so): Update.
2201 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2203 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2205 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2207 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2208 SIGTRAMP_FRAME unwinding.
2210 2012-07-20 Doug Evans <dje@google.com>
2212 * NEWS: Document new options "set/show use-deprecated-index-sections",
2213 and delete reference to --use-deprecated-index-sections.
2214 * symfile.h (use_deprecated_index_sections): Delete.
2215 * dwarf2read.c (use_deprecated_index_sections): Make static.
2216 (read_index_from_section): Update wording of how to load
2217 deprecated index sections.
2218 (_initialize_dwarf2_read): New options
2219 "set/show use-deprecated-index-sections".
2220 * main.c (captured_main): Delete --use-deprecated-index-sections.
2222 2012-07-20 Pedro Alves <palves@redhat.com>
2227 * infrun.c (handle_inferior_event) <new thread>: Don't special
2228 case minus_one_ptid.
2229 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2230 * linux-thread-db.c (thread_get_info_callback): Don't return early
2231 if the thread is zombie.
2232 (thread_from_lwp): Change return type to void. Rewrite stale
2234 (attach_thread): Don't return early if the thread is zombie,
2235 instead set its "dying" flag.
2236 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2237 (find_new_threads_callback): Don't return early if the thread is
2240 2012-07-20 Pedro Alves <palves@redhat.com>
2242 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2243 * target.c (target_wait): Likewise.
2244 (str_comma_list_concat_elem, do_option, target_options_to_string):
2246 * target.h (target_options_to_string): Declare.
2248 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2249 Tom Tromey <tromey@redhat.com>
2251 * dwarf2read.c (dwarf_decode_macros)
2252 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2253 DW_MACRO_GNU_transparent_include_alt>: New cases.
2254 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2255 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2257 2012-07-20 Tom Tromey <tromey@redhat.com>
2259 * dwarf2read.c (try_open_dwo_file): Don't call
2260 gdb_bfd_stash_filename.
2262 2012-07-20 Pedro Alves <palves@redhat.com>
2264 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2265 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2266 (i386_process_record): Tweak description comments.
2268 2012-07-20 Pedro Alves <palves@redhat.com>
2270 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2271 (i386_process_record): Use record_read_memory.
2272 * record.c (record_read_memory): New function.
2273 (record_arch_list_add_mem, record_exec_insn): Use
2275 * record.h (record_read_memory): Declare.
2277 2012-07-20 Yao Qi <yao@codesourcery.com>
2279 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2282 2012-07-19 Pedro Alves <palves@redhat.com>
2284 * record.c (record_resume): Ask the target beneath to report all
2287 2012-07-19 Doug Evans <dje@google.com>
2289 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2290 there's no section at address zero.
2291 (dwarf2_record_block_ranges): Ditto.
2293 2012-07-19 Yao Qi <yao@codesourcery.com>
2295 * command.h, remote.c: Fix a typo in comment.
2297 2012-07-19 Tom Tromey <tromey@redhat.com>
2300 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2301 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2302 OP_DECLTYPE>: New cases.
2303 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2304 (type_exp): Add new productions.
2305 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2307 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2309 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2310 OP_DECLTYPE>: New case.
2311 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2313 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2314 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2316 2012-07-19 Tom Tromey <tromey@redhat.com>
2318 * c-exp.y (enum token_flags): New.
2319 (struct token) <cxx_only>: Remove.
2321 (tokentab3, tokentab2, ident_tokens): Update.
2322 (lex_one_token): Update. Handle FLAG_SHADOW.
2324 2012-07-19 Tom Tromey <tromey@redhat.com>
2326 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2327 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2328 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2329 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2330 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2331 type_exp production where appropriate.
2332 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2333 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2334 <UNOP_MEMVAL_TYPE>: New case.
2335 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2336 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2337 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2338 <UNOP_MEMVAL_TYPE>: New case.
2339 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2340 UNOP_REINTERPRET_CAST>: Update.
2341 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2342 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2343 UNOP_REINTERPRET_CAST>: Update.
2344 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2345 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2346 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2349 2012-07-19 Yao Qi <yao@codesourcery.com>
2350 Jan Kratochvil <jan.kratochvil@redhat.com>
2352 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2353 and case 'var_optional_filename' together.
2354 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2355 instead of add_setshow_optional_filename_cmd for setshow command
2356 'args'. Set completer for 'set args'.
2358 2012-07-18 Doug Evans <dje@google.com>
2360 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2361 * common/gdb_vecs.c: New file, contents from utils.c.
2362 * common/host-defs.h: New file, contents from defs.h.
2363 * utils.h: New file, contents from defs.h.
2364 * defs.h: Move all declarations of objects defined in utils.c
2365 to utils.h (except QUIT() and related).
2366 #include "utils.h", "host-defs.h".
2367 * probe.h (probe_p): Move here from gdb_vecs.h.
2368 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2369 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2370 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2371 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2372 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2373 (COMMON_OBS): Add gdb_vecs.o.
2374 (gdb_vecs.o): New rule.
2376 2012-07-18 Keith Seitz <keiths@redhat.com>
2378 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2379 parameter. If non-zero, use SYMNAME as the canonical name
2382 (convert_linespec_to_sals): Use add_sal_to_sals for
2384 (decode_line_full): No need to "fill in missing canonical names"
2385 anymore. Simply make cleanups for the allocated names.
2387 2012-07-18 Keith Seitz <keiths@redhat.com>
2389 * linespec.c (struct linespec): Constify expression,
2390 source_filename, function_name, and label_name.
2391 (symbol_not_found_error): Make all parameters const.
2392 (linespec_parser_delete): No need to check for NULL
2393 when using xfree. Cast const char * to char * for xfree.
2395 2012-07-18 Keith Seitz <keiths@redhat.com>
2397 * breakpoint.c (invalid_thread_id_error): New function.
2398 (find_condition_and_thread): Use invalid_thread_id_error.
2399 (watch_command_1): Likewise.
2401 2012-07-18 Tom Tromey <tromey@redhat.com>
2403 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2404 * contrib/cc-with-tweaks.sh: New file.
2406 2012-07-18 Tom Tromey <tromey@redhat.com>
2408 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2409 (locate_dwz_sections): Recognize .gdb_index.
2410 (create_cus_from_index_list): New function.
2411 (create_cus_from_index): Use it. Handle .dwz data.
2412 (read_index_from_section): New function, extracted from
2414 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2417 2012-07-18 Tom Tromey <tromey@redhat.com>
2419 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2420 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2421 <is_dwz>: New field.
2422 (struct dwz_file): New.
2423 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2424 (locate_dwz_sections, dwarf2_get_dwz_file)
2425 (get_abbrev_section_for_cu): New functions.
2426 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2427 (read_and_check_type_unit_head): Add abbrev_section argument.
2428 (create_debug_types_hash_table): Update.
2429 (init_cutu_and_read_dies): Use proper abbrev section.
2430 (init_cutu_and_read_dies_no_follow): Likewise.
2431 (set_partial_user): Do nothing if PST==NULL.
2432 (read_comp_units_from_section): New function.
2433 (create_all_comp_units): Use it.
2434 (scan_partial_symbols, partial_die_parent_scope): Update.
2435 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2436 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2437 (find_partial_die): Add offset_in_dwz argument. Update.
2438 (guess_partial_die_structure_name, fixup_partial_die): Update.
2439 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2440 DW_FORM_GNU_strp_alt.
2441 (read_indirect_string_from_dwz): New function.
2442 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2443 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2444 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2445 (follow_die_offset): Add offset_in_dwz argument.
2446 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2447 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2448 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2449 Handle new macro forms.
2450 (dwarf_decode_macros): Update.
2451 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2452 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2453 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2454 (create_debug_types_hash_table): Use correct abbrev section.
2455 (get_debug_line_section): New function.
2456 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2457 (process_full_comp_unit): Pass 'required' argument to
2458 end_symtab_get_static_block.
2459 * buildsym.h (end_symtab_get_static_block): Update.
2460 * buildsym.c (end_symtab_get_static_block): Add 'required'
2462 (end_symtab, end_expandable_symtab): Update.
2464 2012-07-18 Tom Tromey <tromey@redhat.com>
2466 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2468 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2469 (zlib_decompress_section): Remove.
2470 (dwarf2_read_section): Use gdb_bfd_map_section.
2471 (munmap_section_buffer): Remove.
2472 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2473 munmap_section_buffer.
2474 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2475 (struct gdb_bfd_section_data): New.
2476 (free_one_bfd_section): New function.
2477 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2478 (get_section_descriptor, zlib_decompress_section)
2479 (gdb_bfd_map_section): New functions.
2480 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2482 2012-07-18 Tom Tromey <tromey@redhat.com>
2484 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2486 2012-07-18 Tom Tromey <tromey@redhat.com>
2488 * gdb_bfd.c (struct gdb_bfd_data): New.
2489 (gdb_bfd_cache): New global.
2490 (struct gdb_bfd_cache_search): New.
2491 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2492 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2493 * gdb_bfd.h (gdb_bfd_open): Declare.
2495 2012-07-18 Tom Tromey <tromey@redhat.com>
2497 * utils.c (make_cleanup_bfd_unref): Rename from
2498 make_cleanup_bfd_close.
2499 * defs.h (make_cleanup_bfd_unref): Rename from
2500 make_cleanup_bfd_close.
2501 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2502 (bfd_openw_with_cleanup): Update.
2503 * corelow.c (core_open): Update.
2504 * dsrec.c (load_srec): Update.
2505 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2506 * remote-m32r-sdi.c (m32r_load): Update.
2507 * remote-mips.c (mips_load_srec): Update.
2508 (pmon_load_fast): Update.
2509 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2511 (darwin_bfd_open): Update.
2512 * solib.c (solib_bfd_fopen): Update.
2513 * symfile-mem.c (symbol_file_add_from_memory): Update.
2514 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2515 (symfile_bfd_open): Update.
2516 (generic_load): Update.
2518 2012-07-18 Tom Tromey <tromey@redhat.com>
2520 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2521 (pmon_load_fast): Likewise.
2522 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2523 (m32r_upload_command): Likewise.
2524 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2525 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2526 Use make_cleanup_bfd_close.
2528 2012-07-18 Tom Tromey <tromey@redhat.com>
2530 * symfile.c (symfile_bfd_open): Don't copy name. Call
2531 gdb_bfd_stash_filename.
2532 (load_command): Open the new BFD before freeing the old.
2533 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2534 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2535 Call gdb_bfd_stash_filename.
2536 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2537 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2538 gdb_bfd_stash_filename.
2539 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2540 Free found_pathname.
2541 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2542 gdb_bfd_stash_filename.
2543 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2544 * machoread.c (macho_add_oso_symfile): Call
2545 gdb_bfd_stash_filename.
2546 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2547 gdb_bfd_stash_filename.
2548 (macho_check_dsym): Don't copy filename. Call
2549 gdb_bfd_stash_filename.
2550 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2551 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2552 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2553 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2554 * exec.c (exec_close): Don't free the BFD's filename.
2555 (exec_file_attach): Don't copy the filename. Call
2556 gdb_bfd_stash_filename.
2557 * corelow.c (core_close): Don't free the BFD's filename.
2558 (core_open): Call gdb_bfd_stash_filename.
2559 * corefile.c (reopen_exec_file): Remove #if 0 code.
2560 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2562 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2564 2012-07-18 Tom Tromey <tromey@redhat.com>
2566 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2568 (free_dwo_file): Use gdb_bfd_unref.
2569 * cli/cli-dump.c: Include gdb_bfd.h.
2570 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2571 (bfd_openr_with_cleanup): Likewise.
2572 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2574 * utils.c: Include gdb_bfd.h.
2575 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2576 * symfile.c: Include gdb_bfd.h.
2577 (separate_debug_file_exists): Use gdb_bfd_unref.
2578 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2579 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2580 (generic_load): Use gdb_bfd_ref.
2581 (reread_symbols): Use gdb_bfd_unref.
2582 * symfile-mem.c: Include gdb_bfd.h.
2583 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2584 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2585 * solib.c: Include gdb_bfd.h.
2586 (solib_bfd_fopen): Use gdb_bfd_ref.
2587 (solib_bfd_open): Use gdb_bfd_unref.
2588 (free_so_symbols): Use gdb_bfd_unref.
2589 (reload_shared_libraries_1): Use gdb_bfd_unref.
2590 * solib-spu.c: Include gdb_bfd.h.
2591 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2592 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2594 * solib-frv.c: Include gdb_bfd.h.
2595 (enable_break2): Use gdb_bfd_unref.
2596 * solib-dsbt.c: Include gdb_bfd.h.
2597 (enable_break2): Use gdb_bfd_unref.
2598 * solib-darwin.c: Include gdb_bfd.h.
2599 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2601 (darwin_bfd_open): Use gdb_bfd_unref.
2602 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2603 * remote-mips.c: Include gdb_bfd.h.
2604 (mips_load_srec): Use gdb_bfd_ref.
2605 (pmon_load_fast): Use gdb_bfd_ref.
2606 * remote-m32r-sdi.c: Include gdb_bfd.h.
2607 (m32r_load): Use gdb_bfd_ref.
2608 * record.c: Include gdb_bfd.h.
2609 (record_save_cleanups): Use gdb_bfd_unref.
2610 (cmd_record_save): Use gdb_bfd_unref.
2611 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2613 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2614 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2615 * objfiles.c: Include gdb_bfd.h.
2616 (free_objfile): Use gdb_bfd_unref.
2617 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2619 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2620 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2621 (macho_check_dsym): Likewise.
2622 * m32r-rom.c: Include gdb_bfd.h.
2623 (m32r_load): Use gdb_bfd_ref.
2624 (m32r_upload_command): Use gdb_bfd_ref.
2625 * jit.c: Include gdb_bfd.h.
2626 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2627 * gdb_bfd.h: New file.
2628 * gdb_bfd.c: New file.
2629 * gcore.c: Include gdb_bfd.h.
2630 (create_gcore_bfd): Use gdb_bfd_ref.
2631 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2632 (gcore_command): Use gdb_bfd_unref.
2633 * exec.c: Include gdb_bfd.h.
2634 (exec_close): Use gdb_bfd_unref.
2635 (exec_close_1): Use gdb_bfd_unref.
2636 (exec_file_attach): Use gdb_bfd_ref.
2637 * elfread.c: Include gdb_bfd.h.
2638 (build_id_verify): Use gdb_bfd_unref.
2639 * dsrec.c: Include gdb_bfd.h.
2640 (load_srec): Use gdb_bfd_ref.
2641 * corelow.c: Include gdb_bfd.h.
2642 (core_close): Use gdb_bfd_unref.
2643 (core_open): Use gdb_bfd_ref.
2644 * bfd-target.c: Include gdb_bfd.h.
2645 (target_bfd_xclose): Use gdb_bfd_unref.
2646 (target_bfd_reopen): Use gdb_bfd_ref.
2647 * Makefile.in (SFILES): Add gdb_bfd.c.
2648 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2649 (COMMON_OBS): Add gdb_bfd.o.
2651 2012-07-18 Keith Seitz <keiths@redhat.com>
2653 * breakpoint.c (find_condition_and_thread): Initialize
2655 (create_breakpiont): find_condition_and_thread will now
2656 initialize COND_STRING, THREAD, and REST (and TASK).
2657 (addr_string_to_sals): Likewise.
2659 2012-07-18 Pedro Alves <palves@redhat.com>
2661 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2662 Pull the single step breakpoints out of the target.
2664 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2666 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2667 * stap-probe.c (compile_probe_arg): Likewise.
2669 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2671 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2672 (elf_compile_to_ax): Likewise.
2673 * infrun.c (insert_exception_resume_from_probe): Likewise.
2674 (check_exception_resume): Remove `objfile' variable.
2675 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2676 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2677 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2678 (compare_entries): Rename to...
2679 (compare_probes): ...this. Adjust function to work with
2680 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2682 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2684 (print_ui_out_info): Adjust argument to be `struct probe *'.
2685 (info_probes_for_ops): Adjust internal computations to use
2687 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2688 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2689 gen_info_probes_table_values>: Remove `objfile' argument.
2690 (struct probe) <objfile>: New field.
2691 (find_probe_by_pc): Remove `objfile' argument.
2692 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2693 (stap_get_probe_argument_count): Likewise.
2694 (stap_get_arg): Likewise.
2695 (stap_evaluate_probe_argument): Likewise.
2696 (stap_compile_to_ax): Likewise.
2697 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2698 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2699 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2700 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2701 sym_compile_to_ax>: Likewise.
2703 2012-07-18 Terry Guo <terry.guo@arm.com>
2706 * defs.h (GDB_MI_MSG_WIDTH): New.
2707 * ser_base (ser_base_read_error_fd): New function.
2708 (do_ser_base_readchar): Poll error file descriptor as well as
2710 (generic_readchar): Refactor error handling.
2712 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2714 * NEWS: Create a new section for the next release branch.
2715 Rename the section of the current branch, now that it has
2718 2012-07-18 Joel Brobecker <brobecker@adacore.com>
2720 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2721 * version.in: Bump version to 7.5.50.20120718-cvs.
2723 2012-07-17 Keith Seitz <keiths@redhat.com>
2725 * linespec.c (linespec_parse_line_offset): Make parameter
2728 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2731 * f-valprint.c (info_common_command): New variable frame_id.
2732 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2733 * printcmd.c (print_variable_and_value): Extend function comment.
2734 Add comment for invalidated FRAME.
2735 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2736 FI form FRAME_ID after each print_frame_local_vars.
2737 (struct print_variable_and_value_data): Change frame to frame_id.
2738 (do_print_variable_and_value): New variable frame, initialize it from
2739 p->frame_id. Add comment for invalidated FRAME.
2740 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2741 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2742 for invalidated FRAME.
2744 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2745 Pedro Alves <palves@redhat.com>
2747 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2750 2012-07-16 Tom Tromey <tromey@redhat.com>
2752 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2754 2012-07-15 Doug Evans <dje@google.com>
2756 * dwarf2read.c (stmt_list_hash): New struct.
2757 (type_unit_group): Embed "per_cu" member, remove pointer.
2758 New union member "t", move member "tus" into it, all uses updated.
2759 New member "hash", replaces member "line_offset, all uses updated.
2760 (quick_file_names): Replace member "offset" with "hash", all uses
2762 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2763 (hash_file_name_entry, eq_file_name_entry): Call them.
2764 (hash_type_unit_group, eq_type_unit_group): Ditto.
2765 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2766 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2767 (dw2_get_file_names): Update.
2768 (create_type_unit_group): Replace "per_cu" arg with "cu".
2769 All callers updated. Fix "quick" (.gdb_index) handling.
2770 (get_type_unit_group): Replace "per_cu" arg with "cu".
2771 All callers updated.
2772 (build_type_unit_groups): Don't reset tu_stats.
2774 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2775 "tab_cur_size". Change member "tab" to be a htab_t.
2776 (create_filename_seen_cache): Update.
2777 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2778 (filename_seen): Update.
2780 2012-07-13 Doug Evans <dje@google.com>
2782 * symtab.c (filename_seen): Update comment.
2784 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2785 Doug Evans <dje@google.com>
2787 * buildsym.c (end_symtab_1): Split it to ...
2788 (end_symtab_get_static_block): ... this ...
2789 (end_symtab_from_static_block): ... and this function.
2790 (end_symtab, end_expandable_symtab): Call them.
2791 * buildsym.h (end_symtab_get_static_block)
2792 (end_symtab_from_static_block): New declarations.
2793 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2794 Set its valid CU ranges.
2796 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2798 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2799 DW_OP_GNU_parameter_ref.
2801 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2803 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2804 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2806 2012-07-13 Doug Evans <dje@google.com>
2808 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2809 (filename_seen_cache): New struct.
2810 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2811 (create_filename_seen_cache): New function.
2812 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2813 (filename_seen): Delete arg "first". New arg "cache". All callers
2815 (output_source_filename_data): New struct.
2816 (output_source_filename): Delete arg "first". New arg "data".
2817 All callers updated.
2818 (sources_info): Delete local "first". New locals "data", "cleanups".
2819 Rewrite to use filename_seen_cache.
2820 (add_partial_filename_data): Delete member "first". New member
2821 "filename_seen_cache". All uses updated.
2822 (make_source_files_completion_list): Rewrite to use
2823 filename_seen_cache.
2825 2012-07-12 Doug Evans <dje@google.com>
2827 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2829 2012-07-10 Doug Evans <dje@google.com>
2832 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2833 all_type_unit_groups, type_unit_groups, tu_stats.
2834 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2835 All uses updated. Add type_unit_group to union "s".
2836 (type_unit_group): New struct.
2837 (IS_TYPE_UNIT_GROUP): New macro.
2838 (abbrev_table): Delete unused member "section".
2839 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2840 (dw2_get_cu): Assert not used with type_unit_group.
2841 (dw2_get_primary_cu): New function.
2842 (dw2_build_type_unit_groups_reader): New function.
2843 (dw2_build_type_unit_groups): New function.
2844 (dw2_get_file_names): Assert not called on type units.
2845 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2846 Redo loop to iterate over type unit groups instead of type units.
2847 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2848 (read_abbrev_offset): New function.
2849 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2851 (create_partial_symtab): New function.
2852 (process_psymtab_comp_unit_reader): Assert not used with type units.
2853 Call create_partial_symtab.
2854 (process_psymtab_type_unit): Delete.
2855 (hash_type_unit_group, eq_type_unit_group): New functions.
2856 (allocate_type_unit_groups_table): New function.
2857 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2858 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2859 (create_type_unit_group, get_type_unit_group): New functions.
2860 (tu_abbrev_offset): New struct.
2861 (sort_tu_by_abbrev_offset): New function.
2862 (add_type_unit_group_to_table): New function.
2863 (build_type_unit_groups): New function.
2864 (build_type_psymtabs_reader): New function.
2865 (build_type_psymtab_dependencies): New function.
2866 (build_type_psymtabs): Rewrite.
2867 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2868 is seen in a type unit.
2869 (process_queue): Move symtab expansion debugging printfs here.
2870 Call process_full_type_unit for type units.
2871 (compute_symtab_includes): Assert not called for type units.
2872 (process_cu_includes): Don't call compute_symtab_includes for
2874 (process_full_type_unit): New function.
2875 (process_imported_unit_die): Flag an error if called for type units.
2876 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2877 updated. Assert not called for type units.
2878 (read_file_scope): Call dwarf2_start_symtab.
2879 (setup_type_unit_groups): New function.
2880 (read_type_unit_scope): Rewrite.
2881 (abbrev_table_read_table): Initialize abbrev_table->offset.
2882 (abbrev_table_free_cleanup): New function.
2883 (dwarf2_start_symtab): New function.
2884 (load_full_type_unit): Assert not called for type unit groups.
2885 * buildsym.c (finish_block_internal): New arg "expandable".
2886 All callers updated.
2887 (start_symtab): Move most contents to ...
2888 (restart_symtab): ... here. New function.
2889 (reset_symtab_globals): New function.
2890 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2891 Call reset_symtab_globals.
2892 (end_symtab, end_expandable_symtab): New functions.
2893 (set_missing_symtab, augment_type_symtab): New functions.
2894 * buildsym.h (end_expandable_symtab): Declare.
2895 (augment_type_symtab, restart_symtab): Declare.
2896 * psympriv.h (struct partial_symtab): New member "anonymous".
2897 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2899 (read_psymtabs_with_filename): Ditto.
2900 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2901 (expand_symtabs_matching_via_partial): Ditto.
2902 (dump_psymtab): Update.
2903 * dictionary.c (dict_add_pending): New function.
2904 * dictionary.h (dict_add_pending): Declare.
2906 2012-07-09 Doug Evans <dje@google.com>
2908 * buildsym.c (start_subfile): Remove unnecessary check for
2911 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2913 * dwarf2read.c (load_full_type_unit): Simplify.
2915 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2916 to struct signatured_type **. All uses updated.
2918 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2919 All callers updated.
2921 2012-07-09 Tom Tromey <tromey@redhat.com>
2923 * c-exp.y (check_parameter_typelist): New function.
2924 (parameter_typelist): Call it.
2925 * eval.c (make_params): Handle '(void)' case.
2926 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2929 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2931 * common/linux-ptrace.c: Include gdb_assert.h.
2932 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2933 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2935 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2937 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2938 * linux-nat.c (linux_child_post_attach)
2939 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2941 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2943 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2944 nptl <2.7 bug workaround for core files.
2946 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2948 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2950 (save_siginfo): Remove.
2951 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2953 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2954 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2955 * linux-nat.h (struct lwp_info): Remove field siginfo.
2957 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2959 Code cleanup for the next patch.
2960 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2961 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2963 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2964 (ia64_linux_stopped_data_address):
2965 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2967 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2968 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2969 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2972 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2975 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2976 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2978 2012-07-06 Tom Tromey <tromey@redhat.com>
2980 * c-exp.y (DOTDOTDOT): New token.
2981 (func_mod, exp): Use parameter_typelist.
2982 (parameter_typelist): New production.
2983 (tokentab3): Add "..." token.
2984 * eval.c (make_params): Handle varargs.
2985 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2988 2012-07-06 Tom Tromey <tromey@redhat.com>
2991 * c-exp.y (%union) <tvec>: Change type.
2992 (func_mod): Now uses <tvec> type.
2993 (exp): Update for tvec change.
2994 (direct_abs_decl): Push the typelist.
2995 (func_mod): Return a typelist.
2996 (nonempty_typelist): Update for tvec change.
2997 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2998 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2999 * parse.c (pop_type_list): New function.
3000 (push_typelist): New function.
3001 (follow_types): Handle tp_function_with_arguments.
3002 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3003 (enum type_pieces) <tp_function_with_arguments>: New constant.
3004 (union type_stack_elt) <typelist_val>: New field.
3005 (push_typelist): Declare.
3007 2012-07-06 Tom Tromey <tromey@redhat.com>
3009 * c-exp.y (%union) <type_stack>: New field.
3010 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3011 (ptr_operator_ts): New production.
3013 * parse.c (type_stack_reserve): New function.
3014 (check_type_stack_depth): Use it.
3015 (pop_type_stack, append_type_stack, push_type_stack)
3016 (get_type_stack, type_stack_cleanup): New functions.
3017 (follow_types): Handle tp_type_stack.
3018 (_initialize_parse): Simplify initialization.
3019 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3021 (union type_stack_elt) <stack_val>: New field.
3022 (get_type_stack, append_type_stack, push_type_stack)
3023 (type_stack_cleanup): Declare.
3025 2012-07-06 Tom Tromey <tromey@redhat.com>
3027 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3029 (struct type_stack): New.
3030 * parse.c (type_stack, type_stack_size, type_stack_depth):
3032 (type_stack): New global.
3033 (parse_exp_in_context, check_type_stack_depth)
3034 (insert_into_type_stack, insert_type, push_type, push_type_int)
3035 (insert_type_address_space, pop_type, pop_type_int)
3036 (_initialize_parse): Update.
3038 2012-07-06 Tom Tromey <tromey@redhat.com>
3040 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3043 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3045 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3047 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3048 Jan Kratochvil <jan.kratochvil@redhat.com>
3050 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3051 alloca with xmalloc/xfree.
3053 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3055 * MAINTAINERS (Write After Approval): Add myself to the list.
3057 2012-07-05 Doug Evans <dje@google.com>
3059 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3061 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3063 * ax-gdb.c (cli/cli-utils.h): New include.
3064 (linespec.h): Ditto.
3065 (agent_eval_command_one): New function.
3066 (agent_command_1): Ditto.
3067 (agent_command): Call function agent_command_1.
3068 (agent_eval_command): Ditto.
3069 (_initialize_ax_gdb): Change help for "maint agent"
3070 and "maint agent-eval".
3072 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3074 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3075 * cli/cli-utils.c (check_for_argument): New function.
3076 * cli/cli-utils.h (check_for_argument): Ditto.
3078 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3080 * NEWS: Mention x32 ABI support.
3082 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3084 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3085 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3087 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3088 and pc_regnum_from_eax to -1. Update SP regnum from
3089 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3092 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3095 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3097 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3098 * dwarf2expr.h: Include gdbtypes.h.
3099 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3100 these forward declarations.
3101 (cu_offset, sect_offset): Move these ...
3102 * gdbtypes.h: Remove include dwarf2expr.h.
3103 (cu_offset, sect_offset): ... here.
3105 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3107 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3108 (amd64_linux_sigtramp_code): This.
3109 (amd64_x32_linux_sigtramp_code): New.
3110 (LINUX_SIGTRAMP_LEN): Updated.
3111 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3113 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3115 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3117 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3119 * config.in: Regenerate.
3120 * configure: Regenerate.
3121 * configure.ac: Remove check for gnu/libc-version.h.
3122 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3124 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3125 variables libc_version, libc_major and libc_minor. Replace sscanf by
3126 inferior_has_bug. Extend the comment.
3128 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3130 * linux-thread-db.c (inferior_has_bug): New function.
3131 (thread_db_find_new_threads_silently): Return boolean as checked by
3132 inferior_has_bug, describe it in the comments.
3133 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3134 earlier. Abort the initialization if it returned non-zero.
3135 (thread_db_new_objfile): Exclude debug files.
3136 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3139 2012-07-02 Doug Evans <dje@google.com>
3141 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3142 related to queue management.
3144 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3145 instead of "debug dwarf2-die" in debugging printfs.
3146 (create_debug_info_hash_table_reader): Ditto.
3147 (create_debug_info_hash_table): Ditto.
3148 (init_dwo_file): Ditto.
3149 (init_cutu_and_read_dies): Add debugging printf.
3150 (init_cutu_and_read_dies_no_follow): Ditto.
3151 (process_psymtab_comp_unit_reader): Ditto.
3153 2012-07-02 Stan Shebs <stan@codesourcery.com>
3155 Add target-side support for dynamic printf.
3156 * NEWS: Mention the additional style.
3157 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3158 (struct bp_location): New field cmd_bytecode.
3159 * breakpoint.c: Include format.h.
3160 (disconnected_dprintf): New global.
3161 (parse_cmd_to_aexpr): New function.
3162 (build_target_command_list): New function.
3163 (insert_bp_location): Call it.
3164 (remove_breakpoints_pid): Skip dprintf breakpoints.
3165 (print_one_breakpoint_location): Ditto.
3166 (dprintf_style_agent): New global.
3167 (dprintf_style_enums): Add dprintf_style_agent.
3168 (update_dprintf_command_list): Add agent case.
3169 (agent_printf_command): New function.
3170 (_initialize_breakpoint): Add new commands.
3171 * common/ax.def (printf): New bytecode.
3172 * ax.h (ax_string): Declare.
3173 * ax-gdb.h (gen_printf): Declare.
3174 * ax-gdb.c: Include cli-utils.h, format.h.
3175 (gen_printf): New function.
3176 (maint_agent_print_command): New function.
3177 (_initialize_ax_gdb): Add maint agent-printf command.
3178 * ax-general.c (ax_string): New function.
3179 (ax_print): Add printf disassembly.
3180 * Makefile.in (SFILES): Add format.c
3181 (COMMON_OBS): Add format.o.
3182 * common/format.h: New file.
3183 * common/format.c: New file.
3184 * printcmd.c: Include format.h.
3185 (ui_printf): Call parse_format_string.
3186 * remote.c (remote_state): New field breakpoint_commands.
3187 (PACKET_BreakpointCommands): New enum.
3188 (remote_breakpoint_commands_feature): New function.
3189 (remote_protocol_features): Add new BreakpointCommands entry.
3190 (remote_can_run_breakpoint_commands): New function.
3191 (remote_add_target_side_commands): New function.
3192 (remote_insert_breakpoint): Call it.
3193 (remote_insert_hw_breakpoint): Ditto.
3194 (_initialize_remote): Add new packet configuration for
3195 target-side breakpoint commands.
3196 * target.h (struct target_ops): New field
3197 to_can_run_breakpoint_commands.
3198 (target_can_run_breakpoint_commands): New macro.
3199 * target.c (update_current_target): Handle
3200 to_can_run_breakpoint_commands.
3202 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3204 Execute -ix and -iex only after system and user gdbinit files.
3205 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3206 processing down after gdbinit files.
3208 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3210 Add fnmatch-gnu module.
3211 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3212 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3213 * gnulib/aclocal.m4: Regenerate.
3214 * gnulib/config.in: Regenerate.
3215 * gnulib/configure: Regenerate.
3216 * gnulib/import/dummy.c: Remove.
3217 * gnulib/import/Makefile.am: Regenerate.
3218 * gnulib/import/Makefile.in: Likewise.
3219 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3220 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3221 * gnulib/import/alloca.c: New file.
3222 * gnulib/import/alloca.in.h: Likewise.
3223 * gnulib/import/config.charset: Likewise.
3224 * gnulib/import/fnmatch.c: Likewise.
3225 * gnulib/import/fnmatch.in.h: Likewise.
3226 * gnulib/import/fnmatch_loop.c: Likewise.
3227 * gnulib/import/localcharset.c: Likewise.
3228 * gnulib/import/localcharset.h: Likewise.
3229 * gnulib/import/m4/alloca.m4: Likewise.
3230 * gnulib/import/m4/codeset.m4: Likewise.
3231 * gnulib/import/m4/configmake.m4: Likewise.
3232 * gnulib/import/m4/fcntl-o.m4: Likewise.
3233 * gnulib/import/m4/fnmatch.m4: Likewise.
3234 * gnulib/import/m4/glibc21.m4: Likewise.
3235 * gnulib/import/m4/localcharset.m4: Likewise.
3236 * gnulib/import/m4/locale-fr.m4: Likewise.
3237 * gnulib/import/m4/locale-ja.m4: Likewise.
3238 * gnulib/import/m4/locale-zh.m4: Likewise.
3239 * gnulib/import/m4/mbrtowc.m4: Likewise.
3240 * gnulib/import/m4/mbsinit.m4: Likewise.
3241 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3242 * gnulib/import/m4/mbstate_t.m4: Likewise.
3243 * gnulib/import/m4/stdbool.m4: Likewise.
3244 * gnulib/import/m4/wchar_h.m4: Likewise.
3245 * gnulib/import/m4/wctype_h.m4: Likewise.
3246 * gnulib/import/m4/wint_t.m4: Likewise.
3247 * gnulib/import/mbrtowc.c: Likewise.
3248 * gnulib/import/mbsinit.c: Likewise.
3249 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3250 * gnulib/import/mbsrtowcs-state.c: Likewise.
3251 * gnulib/import/mbsrtowcs.c: Likewise.
3252 * gnulib/import/ref-add.sin: Likewise.
3253 * gnulib/import/ref-del.sin: Likewise.
3254 * gnulib/import/stdbool.in.h: Likewise.
3255 * gnulib/import/streq.h: Likewise.
3256 * gnulib/import/strnlen1.c: Likewise.
3257 * gnulib/import/strnlen1.h: Likewise.
3258 * gnulib/import/verify.h: Likewise.
3259 * gnulib/import/wchar.in.h: Likewise.
3260 * gnulib/import/wctype.in.h: Likewise.
3262 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3264 Support shell wildcards for 'set auto-load safe-path'.
3265 * auto-load.c: Include fnmatch.h.
3266 (filename_is_in_dir): Rename to ...
3267 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3268 it. Update function comment. Rename dir_len to pattern_len. New
3269 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3270 messages. Use gdb_filename_fnmatch.
3271 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3273 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3274 * defs.h (gdb_filename_fnmatch): New declaration.
3275 * utils.c: Include fnmatch.h.
3276 (gdb_filename_fnmatch): New function.
3278 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3280 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3281 `-probe' and `-probe-stap' options.
3283 2012-07-01 Yao Qi <yao@codesourcery.com>
3285 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3286 always_inserted_off, and always_inserted_enums.
3287 Change always_inserted_mode's type to 'enum auto_boolean'.
3288 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3290 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3291 of add_setshow_enum_cmd.
3292 * infrun.c: Remove can_use_displaced_stepping_auto,
3293 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3294 can_use_displaced_stepping_enum.
3295 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3296 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3297 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3298 add_setshow_enum_cmd.
3300 2012-06-30 Doug Evans <dje@google.com>
3302 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3303 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3304 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3306 2012-06-29 Doug Evans <dje@google.com>
3308 * linespec.c: #include "stack.h".
3309 (decode_line_with_current_source): Moved here from symtab.c and
3310 renamed from decode_line_spec. All callers updated.
3311 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3312 renamed from decode_line_spec_1. All callers updated.
3313 * linespec.h (decode_line_with_current_source): Move declaration here
3314 from symtab.h and renamed from decode_line_spec.
3315 (decode_line_with_last_displayed): Move declaration here from symtab.h
3316 and renamed from decode_line_spec_1.
3317 * macrocmd.c: #include "linespec.h".
3318 * symtab.c: Remove #include "linespec.h".
3320 2012-06-28 Doug Evans <dje@google.com>
3322 * dwarf2read.c (get_cu_length): New function.
3323 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3324 (create_debug_types_hash_table): Ditto.
3325 (init_cutu_and_read_dies): Ditto.
3326 (init_cutu_and_read_dies_no_follow): Ditto.
3328 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3330 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3331 (struct abbrev_table): Define.
3332 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3334 (init_cutu_and_read_dies): Update.
3335 (abbrev_table_alloc_abbrev): New function. Replaces
3336 dwarf_alloc_abbrev. All callers updated.
3337 (abbrev_table_add_abbrev): New function.
3338 (abbrev_table_lookup_abbrev): New function. Replaces
3339 dwarf2_lookup_abbrev. All callers updated.
3340 (abbrev_table_read_table): New function. Contents moved here from
3341 dwarf2_read_abbrevs.
3342 (dwarf2_read_abbrevs): Call it.
3343 (abbrev_table_free): New function.
3344 (dwarf2_free_abbrev_table): Call it.
3346 2012-06-28 Stan Shebs <stan@codesourcery.com>
3348 * osdata.c (info_osdata_command): Filter out "Title" columns
3350 * common/linux-osdata.c (struct osdata_type): Add title field.
3351 (osdata_table): Add titles to each entry.
3352 (linux_command_xfer_osdata): Add a column for title data.
3354 2012-06-28 Stan Shebs <stan@codesourcery.com>
3356 Make logging work for MI.
3358 * interps.h (interp_set_logging_ftype): New typedef.
3359 (struct interp_procs): New field set_logging_proc.
3360 (current_interp_set_logging): Declare.
3361 * interps.c (current_interp_set_logging): New function.
3362 * cli/cli-logging.c: Include interps.h.
3363 (set_logging_redirect): Call current_interp_set_logging.
3364 (pop_output_files): Ditto.
3365 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3366 * mi/mi-console.h (mi_console_set_raw): Declare.
3367 * mi/mi-console.c (mi_console_set_raw): New function.
3368 * mi/mi-interp.c (saved_raw_stdout): New global.
3369 (mi_set_logging): New function.
3370 (_initialize_mi_interp): Add it to interp procs.
3372 2012-06-28 Doug Evans <dje@google.com>
3374 * symtab.c (lookup_symbol_aux_objfile): Use
3375 ALL_OBJFILE_PRIMARY_SYMTABS.
3377 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3379 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3381 * common/buffer.c: Include inttypes.h and stdint.h.
3382 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3384 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3385 Pedro Alves <palves@redhat.com>
3387 * gdbthread.h (ALL_THREADS): New macro.
3388 (thread_list): Declare.
3389 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3390 going, but instead fall through to the stepping handling.
3391 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3392 the passed in signal. Adjust debug output.
3393 (resume_callback): Rename to ...
3394 (linux_nat_resume_callback): ... this. Pass the thread's last
3395 stop signal, if in "pass" state.
3396 (linux_nat_resume): Adjust to rename.
3397 (stop_wait_callback): New assertion. Don't respawn signals;
3398 instead let the LWP remain with SIGNALLED set.
3399 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3400 * remote.c (append_pending_thread_resumptions): New.
3401 (remote_vcont_resume): Call it.
3402 * target.h (target_resume): Extend comment.
3404 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3406 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3408 2012-06-27 Doug Evans <dje@google.com>
3410 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3411 Delete have_addr_base, unused. All uses updated.
3412 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3413 (dwarf2_get_pc_bounds): Add ranges_base.
3414 (dwarf2_record_block_ranges): Ditto.
3416 2012-06-27 Tom Tromey <tromey@redhat.com>
3419 * varobj.c (varobj_create): Update.
3420 (varobj_set_value): Update.
3421 * tracepoint.c (validate_actionline): Update.
3422 (encode_actions_1): Update.
3423 * parse.c (parse_exp_1): Add 'pc' argument.
3424 (parse_exp_in_context): Add 'pc' argument. Change how
3425 expression_context_pc is set.
3426 (parse_expression): Update.
3427 (parse_field_expression): Update.
3428 * expression.h (parse_exp_1): Update.
3429 * eval.c (parse_to_comma_and_eval): Update.
3430 * breakpoint.c (set_breakpoint_condition): Update.
3431 (update_watchpoint): Update.
3432 (init_breakpoint_sal): Update
3433 (find_condition_and_thread): Update.
3434 (watch_command_1): Update.
3435 (update_breakpoint_locations): Update.
3436 * ada-lang.c (ada_read_renaming_var_value): Update.
3437 (create_excep_cond_exprs): Update.
3439 2012-06-27 Doug Evans <dje@google.com>
3441 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3444 2012-06-26 Doug Evans <dje@google.com>
3446 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3448 (error_check_comp_unit_head): New arg abbrev_section. All callers
3450 (read_and_check_comp_unit_head): Ditto.
3451 (read_and_check_type_unit_head): Ditto.
3453 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3455 New attribute 'last' for gdb.Symtab_and_line.
3456 * NEWS (Python Scripting): Add entry about the new attribute.
3457 * python/py-symtab.c (salpy_get_last): New function which
3458 implements the get method for the 'last' attribute of
3459 gdb.Symtab_and_line.
3460 (sal_object_getset): Add entry for the 'last' attribute.
3462 2012-06-26 Doug Evans <dje@google.com>
3464 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3465 (dwo_sections): Add macinfo, macro.
3466 (dwarf2_locate_dwo_sections): Watch for macro sections.
3467 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3468 All callers updated. Handle DWO files.
3470 * NEWS: Mention new options "set debug dwarf2-read" and
3471 "set debug symtab-create".
3472 * dwarf2read.c (dwarf2_read_debug): New static global.
3473 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3474 (process_queue): Ditto.
3475 (process_full_comp_unit): Ditto.
3476 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3477 * elfread.c (elf_symfile_read): Add debugging printf.
3478 * minsyms.c (install_minimal_symbols): Ditto.
3479 * psymtab.c (allocate_psymtab): Ditto.
3480 * symfile.c (allocate_symtab): Ditto.
3481 * symtab.c (symtab_create_debug): New global.
3482 (_initialize_symtab): Add new option "set debug symtab-create".
3483 * symtab.h (symtab_create_debug): Declare.
3485 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3486 (lookup_dwo_type_unit): Ditto.
3488 2012-06-26 Roland McGrath <roland@hack.frob.com>
3489 H.J. Lu <hongjiu.lu@intel.com>
3491 * amd64-linux-nat.c: Include <sys/user.h>.
3492 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3493 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3494 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3496 * configure.ac: Check if the fs_base and gs_base members of
3497 `struct user_regs_struct' exist.
3498 * config.in: Regenerated.
3499 * configure: Likewise.
3501 2012-06-25 Michael Eager <eager@eagercon.com>
3504 * python/python.c (gdbpy_write): Check for interrupted output.
3506 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3508 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3509 register as a stack alignment in ARM mode.
3511 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3513 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3514 * gnulib/config.in: Regenerate.
3515 * gnulib/configure: Likewise.
3516 * gnulib/import/m4/extensions.m4: Update it.
3517 * gnulib/import/m4/gnulib-common.m4: Likewise.
3518 * gnulib/import/m4/memmem.m4: Likewise.
3519 * gnulib/import/m4/mmap-anon.m4: Likewise.
3520 * gnulib/import/m4/multiarch.m4: Likewise.
3521 * gnulib/import/stdint.in.h: Likewise.
3523 2012-06-24 Yao Qi <yao@codesourcery.com>
3525 * corefile.c (write_memory_with_notification): New.
3526 * gdbcore.h: Declare write_memory_with_notification.
3527 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3528 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3529 * valops.c (value_assign): Likewise.
3530 * python/py-inferior.c (infpy_write_memory): Call
3531 'write_memory_with_notification'.
3533 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3535 * cc-with-index.sh: Use also -ex "set auto-load no".
3537 2012-06-23 Doug Evans <dje@google.com>
3540 * NEWS: Document additions to .gdb_index.
3541 * dwarf2read.c: #include "gdb/gdb-index.h".
3542 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3543 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3544 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3545 (dwarf2_read_index): Recognize version 7.
3546 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3547 block_kind, domain): All callers updated.
3548 (dw2_find_symbol_file): Handle new index CU values.
3549 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3550 (add_index_entry): New args is_static, kind. All callers updated.
3551 (offset_type_compare, uniquify_cu_indices): New functions
3552 (symbol_kind): New function.
3553 (write_psymtabs_to_index): Remove duplicate CU values.
3554 (write_psymtabs_to_index): Write .gdb_index version 7.
3556 2012-06-22 Joel Brobecker <brobecker@adacore.com>
3558 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3559 * configure: Regenerate.
3561 2012-06-20 Yao Qi <yao@codesourcery.com>
3563 * python/py-inferior.c: Update comments of infpy_read_memory
3564 and infpy_write_memory.
3566 2012-06-19 Tom Tromey <tromey@redhat.com>
3569 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3570 (push_type_address_space): Remove.
3571 * parse.c (insert_into_type_stack): New function.
3572 (insert_type): Likewise.
3573 (insert_type_address_space): Rename from push_type_address_space.
3574 Insert tp_space_identifier.
3575 * c-exp.y (ptr_operator): New production.
3576 (abs_decl): Use ptr_operator.
3577 (space_identifier): Call insert_type_address_space.
3578 (ptype): Don't use const_or_volatile_or_space_identifier.
3579 (const_or_volatile_noopt): Call insert_type.
3580 (conversion_type_id, conversion_declarator): New productions.
3581 (operator): Use conversion_type_id.
3583 2012-06-18 Doug Evans <dje@google.com>
3585 * symtab.h (minimal_symbol): New member created_by_gdb.
3586 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3588 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3589 (search_symbols): Call it instead of lookup_symbol.
3590 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3592 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3593 Adjust address for DW_OP_GNU_addr_index.
3594 * dwarf2expr.h (dwarf_expr_context): Update comment.
3595 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3596 all callers updated. Handle TLS vars described with
3597 DW_OP_GNU_const_index.
3598 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3599 and DW_OP_GNU_const_index.
3600 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3602 * block.c (find_block_in_blockvector): Make explicit the fact that we
3603 ignore GLOBAL_BLOCK.
3605 2012-06-18 Tom Tromey <tromey@redhat.com>
3607 * c-exp.y (operator): Remove trailing space after "delete" and
3610 2012-06-18 Mark Kettenis <kettenis@gnu.org>
3611 Jan Kratochvil <jan.kratochvil@redhat.com>
3613 Switch i386 and derived targets to ON_STACK.
3614 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3615 (amd64_dicos_init_abi): Remove its installment.
3616 * dicos-tdep.c (dicos_init_abi): Remove the
3617 set_gdbarch_call_dummy_location call. Update the comment here.
3618 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3619 (i386_dicos_init_abi): Remove its installment.
3620 * i386-tdep.c (i386_push_dummy_code): New function.
3621 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3622 i386_push_dummy_code.
3624 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3626 Remove stale dummy frames.
3627 * breakpoint.c: Include dummy-frame.h.
3628 (longjmp_breakpoint_ops): New variable.
3629 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3630 bp_longjmp_call_dummy.
3631 (bpstat_what, bptype_string, print_one_breakpoint_location)
3632 (init_bp_location): Support bp_longjmp_call_dummy.
3633 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3634 (set_longjmp_breakpoint_for_call_dummy)
3635 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3637 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3638 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3639 FIXME comment and extend the other comment for bp_call_dummy.
3640 (set_longjmp_breakpoint_for_call_dummy)
3641 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3642 * dummy-frame.c: Include gdbthread.h.
3643 (pop_dummy_frame_bpt): New function.
3644 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3645 (dummy_frame_discard): New function.
3646 (cleanup_dummy_frames): Update the comment about longjmps.
3647 * dummy-frame.h (dummy_frame_discard): New declaration.
3648 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3649 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3650 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3651 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3652 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3653 keep_going if IS_LONGJMP and there is no other reason to stop.
3655 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3657 * remote-sim.c (sim_command_completer): Initialize
3660 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3662 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3663 * dwarf2loc.c (call_site_parameter_matches): Support
3664 CALL_SITE_PARAMETER_PARAM_OFFSET.
3665 (needs_dwarf_reg_entry_value): Push stub value.
3666 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3667 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3668 * gdbtypes.h (enum call_site_parameter_kind): New item
3669 CALL_SITE_PARAMETER_PARAM_OFFSET.
3670 (struct call_site.parameter.u): New field param_offset.
3672 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3674 Code cleanup: Generalize call_site.parameter key.
3675 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3676 variable dwarf_reg. New variable kind_u. Update parameters to
3677 push_dwarf_reg_entry_value.
3678 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3679 * dwarf2expr.h (enum call_site_parameter_kind)
3680 (union call_site_parameter_u): Forward declarations.
3681 (struct dwarf_expr_context_funcs): Update parameters and their
3682 description for push_dwarf_reg_entry_value.
3683 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3684 * dwarf2loc.c (call_site_parameter_matches): New function.
3685 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3686 description. Use call_site_parameter_matches.
3687 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3688 Update parameters and their description.
3689 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3690 New variable kind_u. Adjust the caller for updated parameters.
3691 (needs_dwarf_reg_entry_value): Update parameters.
3692 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3693 instead of attr. Update for the changed fields of struct
3694 call_site_parameter.
3695 * gdbtypes.h: Include dwarf2expr.h.
3696 (enum call_site_parameter_kind): New.
3697 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3698 fb_offset into new union u.
3700 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3702 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3703 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3706 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3708 * amd64-linux-nat.c (compat_x32_clock_t): New.
3709 (compat_x32_siginfo_t): Likewise.
3710 (compat_x32_siginfo_from_siginfo): Likewise.
3711 (siginfo_from_compat_x32_siginfo): Likewise.
3712 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3713 and siginfo_from_compat_x32_siginfo for x32.
3715 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
3717 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3719 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3721 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3722 instead of gdbarch_ptr_bit.
3723 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3724 (amd64_supply_native_gregset): Likewise.
3725 (amd64_collect_native_gregset): Likewise.
3726 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3727 (amd64_supply_xsave): Likewise.
3728 (amd64_collect_fxsave): Likewise.
3729 (amd64_collect_xsave): Likewise.
3731 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3733 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3734 (amd64_linux_read_description): Check DS segment register for
3737 2012-06-15 Tom Tromey <tromey@redhat.com>
3739 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3740 init_cutu_and_read_dies.
3742 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3744 * MAINTAINERS (Write After Approval): Add myself to the list.
3746 2012-06-15 Tom Tromey <tromey@redhat.com>
3748 * valops.c (value_find_oload_method_list): Now static.
3749 * value.h (value_find_oload_method_list): Don't declare.
3751 2012-06-15 Tom Tromey <tromey@redhat.com>
3753 * valops.c (find_overload_match): Use value_ind.
3755 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3757 * infrun.c (handle_inferior_event): Correct indentation.
3759 2012-06-14 Doug Evans <dje@google.com>
3761 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3762 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3764 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3765 updated. Handle DEBUG_LOC_START_LENGTH.
3766 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3767 (loclist_describe_location): Ditto.
3769 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3772 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3773 after hiding inline functions.
3775 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3777 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3778 _initialize_inf_ttrace.
3780 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3782 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3783 _initialize_hppa_hpux_nat.
3785 2012-06-13 Joel Brobecker <brobecker@adacore.com>
3787 * remote-sim.c (sim_command_completer): Change type of return
3788 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3790 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3791 Jan Kratochvil <jan.kratochvil@redhat.com>
3794 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3795 stack on a 16-byte boundary.
3797 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3799 * jit.c (finalize_symtab): Set function's return type to 'void' by
3802 2012-06-13 Mark Kettenis <kettenis@gnu.org>
3803 H.J. Lu <hongjiu.lu@intel.com>
3805 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3806 Move bits common to both the classic LP64 and the new x32 ILP32
3808 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3809 (amd64_x32_linux_init_abi): New function.
3810 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3813 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3814 * i386-tdep.c (i386_pseudo_register_name): Make public.
3815 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3816 * amd64-tdep.c (amd64_dword_names): Add "eip".
3817 (amd64_x32_pseudo_register_type): New function
3818 (amd64_x32_init_abi): New function.
3820 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3823 * inferior.h (struct inferior_suspend_state): Comment out.
3824 (struct inferior): Comment out the field suspend.
3825 * infrun.c (struct infcall_suspend_state): Comment out the field
3827 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3830 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3832 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3833 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3834 function comment. Return ERROR for unresolved cases. Implement
3835 returning proper NAME.
3836 (yylex): Accept also NAME from classify_inner_name.
3837 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3838 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3840 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3842 2012-06-13 Tom Tromey <tromey@redhat.com>
3844 * breakpoint.c (condition_completer): New function.
3845 (_initialize_breakpoint): Use it.
3846 * value.c (complete_internalvar): New function.
3847 * value.h (complete_internalvar): Declare.
3849 2012-06-13 Tom Tromey <tromey@redhat.com>
3851 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3852 * breakpoint.c (catch_syscall_completer): Return a VEC.
3853 * cli/cli-cmds.c (complete_command): Update.
3854 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3855 (complete_on_enum): Likewise.
3856 * command.h: Include gdb_vecs.h.
3857 (completer_ftype): Change return type.
3858 (complete_on_cmdlist, complete_on_enum): Likewise.
3859 * completer.c (noop_completer, filename_completer)
3860 (location_completer): Return a VEC.
3861 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3863 (expression_completer, complete_line_internal, complete_line)
3864 (command_completer): Return a VEC.
3865 (gdb_completion_word_break_characters, line_completion_function):
3867 * completer.h: Include gdb_vecs.h.
3868 (complete_line, noop_completer, filename_completer)
3869 (expression_completer, location_completer, command_completer):
3871 * f-lang.c (f_word_break_characters): Return a VEC.
3872 * interps.c (interpreter_completer): Return a VEC.
3873 * language.h (struct language_defn)
3874 <la_make_symbol_completion_list>: Return a VEC.
3875 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3876 * symtab.c (free_completion_list): Take a VEC.
3877 (return_val_size, return_val_index): Remove.
3878 (return_val): Now a VEC.
3879 (completion_list_add_name): Update.
3880 (default_make_symbol_completion_list_break_on)
3881 (default_make_symbol_completion_list, make_symbol_completion_list)
3882 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3884 (add_filename_to_list): Update.
3885 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3887 (maybe_add_partial_symtab_filename): Update.
3888 (make_source_files_completion_list): Return a VEC.
3889 * symtab.h (default_make_symbol_completion_list_break_on)
3890 (default_make_symbol_completion_list, make_symbol_completion_list)
3891 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3892 (make_source_files_completion_list): Update.
3894 2012-06-13 Tom Tromey <tromey@redhat.com>
3896 * breakpoint.c (add_catch_command): Use completer_ftype.
3897 * breakpoint.h: Include command.h.
3898 (add_catch_command): Use completer_ftype.
3899 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3900 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3901 Use completer_ftype.
3902 * command.h (completer_ftype): New typedef.
3903 (set_cmd_completer): Use it.
3904 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3907 2012-06-13 Pedro Alves <palves@redhat.com>
3909 Partial revert of previous change.
3911 * serial.c (scb_base): New global.
3912 (serial_for_fd): New.
3913 (serial_open, serial_fdopen_ops): Link new serial in open serials
3915 (do_serial_close): Unlink serial from the open serials chain.
3917 2012-06-12 Pedro Alves <palves@redhat.com>
3919 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3921 (prepare_for_detach): No longer context switch here in non-stop
3923 (fetch_inferior_event): Ditto.
3924 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3925 to the event thread before removing breakpoints. Switch to the
3926 event thread before inserting breakpoints and resuming.
3927 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3928 event thread before resuming.
3929 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3930 Switch to the event thread before removing breakpoints.
3932 2012-06-12 Eli Zaretskii <eliz@gnu.org>
3934 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3935 special characters correctly for the Windows shells. See
3936 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3938 [!__MINGW32__]: Remove extra double quote character from special
3941 2012-06-11 Stan Shebs <stan@codesourcery.com>
3943 * ui-out.h: Remove #if 0 declarations.
3944 * ui-out.c: Remove #if 0 functions.
3946 2012-06-11 Pedro Alves <palves@redhat.com>
3948 * ser-base.c (run_async_handler_and_reschedule): New.
3949 (fd_event, push_event): Use it.
3950 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3951 reference count to 1.
3952 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3954 (serial_is_open, serial_ref, serial_unref): New.
3955 * serial.h (serial_open): Adjust comment.
3956 (serial_is_open): Declare.
3957 (serial_close): Adjust comment.
3958 (serial_ref, serial_unref) Declare.
3959 (struct serial): New field 'refcnt'.
3961 2012-06-11 Pedro Alves <palves@redhat.com>
3963 Remove #if 0'd "connect" command, and unnecessary associated
3964 refcounting and serial reuse bits.
3966 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3967 * serial.c (last_serial_opened): Delete.
3969 (serial_open): Adjust.
3970 (serial_for_fd): Delete.
3971 (serial_fdopen_ops, do_serial_close): Adjust.
3972 (serial_fdopen_ops): Adjust.
3974 2012-06-11 Pedro Alves <palves@redhat.com>
3976 * serial.c (do_serial_close): Remove early return when SCB is
3979 2012-06-11 Tom Tromey <tromey@redhat.com>
3981 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3983 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3985 Fix regression by the "ambiguous linespec" series.
3986 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3987 get_last_displayed_symtab and get_last_displayed_line and depending
3990 2012-06-11 Tom Tromey <tromey@redhat.com>
3992 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3993 (dw2_find_symbol_file): Use it.
3995 2012-06-11 Michael Eager <eager@eagercon.com>
3997 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3998 * mips-linux-tdep.h (mips_signals): New
4000 2012-06-11 Tom Tromey <tromey@redhat.com>
4002 * infrun.c (handle_inferior_event)
4003 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4005 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4006 exception logic in all cases. Update comments.
4007 (insert_longjmp_resume_breakpoint): Set the exception resume
4010 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4012 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4014 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4016 * valarith.c (binop_types_user_defined_p): Fix a typo.
4018 2012-06-08 Yao Qi <yao@codesourcery.com>
4019 Chung-Lin Tang <cltang@codesourcery.com>
4021 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4022 * arch-utils.h: Declare.
4023 * gdbarch.sh: Add return_in_first_hidden_param_p.
4024 * gdbarch.c, gdbarch.h: Regenerated.
4025 * infcall.c (call_function_by_hand): Call
4026 gdbarch_return_in_first_hidden_param_p instead of
4027 language_pass_by_reference.
4029 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4030 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4031 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4032 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4033 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4034 `cplus_return_struct_by_reference'.
4035 (tic6x_return_value): Handle language cplusplus.
4036 (tic6x_return_in_first_hidden_param_p): New.
4037 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4039 2012-06-07 Doug Evans <dje@google.com>
4041 * dwarf2read.c (dwarf2_cu): Add comment.
4043 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4045 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4047 (mips_eabi_push_dummy_call): Likewise.
4048 (mips_n32n64_push_dummy_call): Likewise.
4049 (mips_o32_push_dummy_call): Likewise.
4050 (mips_o64_push_dummy_call): Likewise.
4052 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4054 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4056 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4058 * mips-tdep.c (mips_pseudo_register_type): Use
4059 mips_float_register_p.
4061 2012-06-06 Pedro Alves <palves@redhat.com>
4063 * infrun.c (handle_inferior_event): Remove calls to
4064 reinit_frame_cache that follow a context_switch call.
4066 2012-06-06 Pedro Alves <palves@redhat.com>
4068 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4069 context_switch and remove stale comment.
4071 2012-06-06 Pedro Alves <palves@redhat.com>
4073 * infrun.c (struct execution_control_state): Remove
4074 `new_thread_event' field.
4075 (handle_inferior_event): Simplify new threads handling; don't
4076 resume the inferior if we find a new thread.
4078 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4080 * NEWS: Document the deprecation of SH's 'regs' command.
4081 * inferior.h (all_registers_info): Add function declaration.
4082 * sh-tdep.c (sh_show_regs): Remove variable.
4083 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4084 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4085 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4086 (sh_show_regs_command): Remove functions.
4087 (sh_gdbarch_init): Don't set sh_show_regs.
4088 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4089 'info all-registers'.
4090 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4091 (sh64_show_regs): Remove functions.
4092 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4094 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4096 * configure.ac: Move development=true below AC_INIT.
4097 * configure: Regenerate.
4099 2012-06-05 Stan Shebs <stan@codesourcery.com>
4101 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4104 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4106 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4107 argument as ssize_t.
4108 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4109 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4110 * target.c (target_read_stack, target_write_memory)
4111 (target_write_raw_memory): Likewise.
4112 * target.h (target_read_stack, target_write_memory)
4113 (target_write_raw_memory): Likewise.
4115 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4117 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4118 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4119 * target.c (target_read_memory): Change LEN to ssize_t.
4120 * target.h (target_read_memory): Change LEN to ssize_t.
4122 2012-06-05 Pedro Alves <palves@redhat.com>
4126 * breakpoint.c (until_break_command): Only fetch the selected
4127 frame after decode_line_1.
4129 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4131 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4132 event breakpoint at _start, __start or main if a program
4133 interpreter is not found.
4135 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4137 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4139 * windows-tdep.c: #include "objfiles.h".
4140 (windows_iterate_over_objfiles_in_search_order): New function.
4141 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4142 iterate_over_objfiles_in_search_order gdbarch method to
4143 windows_iterate_over_objfiles_in_search_order.
4144 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4146 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4148 * gdbarch.sh: Add generation of
4149 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4150 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4151 (iterate_over_objfiles_in_search_order): New gdbarch method.
4152 * gdbarch.h, gdbarch.c: Regenerate.
4153 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4155 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4157 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4158 out of lookup_symbol_aux_symtabs.
4159 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4160 call to lookup_symbol_aux_objfile.
4161 (struct global_sym_lookup_data): New type.
4162 (lookup_symbol_global_iterator_cb): New function.
4163 (lookup_symbol_global): Search for symbol using
4164 gdbarch_iterate_over_objfiles_in_search_order and
4165 lookup_symbol_global_iterator_cb.
4166 * findvar.c (struct minsym_lookup_data): New type.
4167 (minsym_lookup_iterator_cb): New function.
4168 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4169 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4170 and minsym_lookup_iterator_cb.
4172 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4174 Revert the following patch:
4175 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4176 try locating the symbol in the symbol's own objfile first, before
4177 extending the search to all objfiles.
4178 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4179 out of lookup_symbol_aux_symtabs.
4180 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4181 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4182 Do not search EXCLUDE_OBJFILE.
4183 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4184 (lookup_symbol_global): Search for matches in the block's objfile
4185 first, before searching all other objfiles.
4187 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4189 * breakpoint.c (find_condition_and_thread): Stop parsing
4190 as soon as the first invalid keyword is found.
4192 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4194 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4196 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4198 * config/djgpp/djcheck.sh: Add copyright header.
4200 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4202 * copyright.py (update_files, main): Fix path to update-copyright
4205 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4207 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4208 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4209 for which a reminder to update by hand is printed.
4211 2012-06-04 Doug Evans <dje@google.com>
4213 * buildsym.c (make_blockvector): Add comment.
4215 2012-06-04 Pedro Alves <palves@redhat.com>
4217 * arch-utils.c (default_gdb_signal_from_target): Delete.
4218 * arch-utils.h (default_gdb_signal_from_target): Delete.
4219 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4220 gdbarch_gdb_signal_from_target_p.
4221 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4223 * gdbarch.h: Regenerate.
4224 * gdbarch.c: Regenerate.
4226 2012-06-04 Pedro Alves <palves@redhat.com>
4228 * gdbarch.sh (gdb_signal_from_target): Mention that the
4229 implementation of the method must be host independent.
4230 * gdbarch.h: Regenerate.
4232 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4234 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4236 (target_read_memory_bfd): New function.
4237 (symbol_file_add_from_memory): Use it.
4239 2012-06-03 Doug Evans <dje@google.com>
4241 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4243 (basic_lookup_transparent_type): Ditto.
4245 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4246 (ALL_PRIMARY_SYMTABS): Use it.
4247 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4248 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4249 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4250 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4251 (basic_lookup_transparent_type): Ditto.
4253 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4255 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4256 it to optimize resolution of demangled name.
4258 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4260 * configure.ac (development): Define new variable.
4261 Call AC_CHECK_LIB for mcheck if $development.
4262 (ERROR_ON_WARNING): Enable it by default only if $development.
4263 * config.in: Regenerate.
4264 * configure: Regenerate.
4266 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4268 * target.c (target_read_memory): Make LEN argument as size_t.
4269 * target.h (target_read_memory): Likewise.
4271 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4273 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4275 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4277 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4278 BookE interface for PowerPC server processors if not available
4279 in the Linux Kernel.
4281 2012-05-31 Keith Seitz <keiths@redhat.com>
4283 * linespec.c (decode_objc): Add cleanup to free
4285 (find_linespec_symbols): Add cleanup to free CLASSES.
4286 * symfile.c (find_separate_debug_file_by_debuglink): Add
4287 cleanup to free DEBUGLINK.
4288 * ui-out.c (clear_header_list): No need to check if
4289 HEADER_NEXT.COLHDR is NULL.
4290 Free HEADER_NEXT.COL_NAME.
4292 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4294 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4297 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4299 * configure.host (gdb_host_cpu): Handle tilegx*.
4300 (gdb_host): Handle tilegx-*-linux*.
4301 * tilegx-linux-nat.c: New file.
4302 * config/tilegx/linux.mh: New file.
4304 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4306 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4307 tilegx-linux-tdep.o.
4308 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4309 tilegx-linux-tdep.c.
4310 * configure.tgt: Handle tilegx-*-linux*.
4311 * tilegx-tdep.h: New file.
4312 * tilegx-tdep.c: New file.
4313 * tilegx-linux-tdep.c: New file.
4314 * regformats/reg-tilegx.dat: New file.
4316 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4318 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4319 accounting of hw watchpoints on ppc.
4321 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4323 * source.c (openp): Expand tilde in path entries.
4325 2012-05-29 Doug Evans <dje@google.com>
4327 * buildsym.c (block_compar): Fix comment.
4328 (end_symtab): Fix and clarify some comments.
4330 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4331 cleanup_undefined_types.
4332 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4333 All callers updated.
4335 2012-05-29 Tom Tromey <tromey@redhat.com>
4337 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4339 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4340 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4342 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4345 2012-05-29 Tristan Gingold <gingold@adacore.com>
4347 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4348 (struct darwin_info): ... New struct.
4349 (solib_darwin_pspace_data): New variable.
4350 (darwin_pspace_data_cleanup): New function.
4351 (get_darwin_info): Likewise.
4352 (darwin_dyld_version_ok, darwin_load_image_infos)
4353 (darwin_solib_get_all_image_info_addr_at_init)
4354 (darwin_solib_read_all_image_info_addr): Add info argument.
4356 (darwin_current_sos): Use per pspace structure.
4357 (darwin_solib_create_inferior_hook): Likewise.
4358 (darwin_clear_solib): Likewise.
4359 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4361 2012-05-28 Pedro Alves <palves@redhat.com>
4363 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4364 block that uses them. Clear ecss before handling each event.
4366 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4368 * solib-svr4.c (svr4_current_sos): New comment on
4369 svr4_current_sos_via_xfer_libraries fall back.
4371 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4373 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4374 it as a fallback for TYPE_IS_OPAQUE.
4375 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4376 symbols for lookup_symbol.
4378 2012-05-24 John Steele Scott <toojays@toojays.net>
4380 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4381 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4382 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4383 (check_producer): ... this new function, which also checks for ICC
4384 and caches the result.
4385 (producer_is_icc): New function.
4386 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4389 2012-05-24 Pedro Alves <palves@redhat.com>
4393 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4394 (default_gdb_signal_to_target): ... this. Add comment.
4395 (default_gdb_signal_from_host): Rename to ...
4396 (default_gdb_signal_from_target): ... this. Add comment.
4397 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4398 (default_gdb_signal_to_target): ... this.
4399 (default_gdb_signal_from_host): Rename to ...
4400 (default_gdb_signal_from_target): ... this.
4401 * corelow.c (core_open): Adjust to naming change. Replace comment.
4402 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4403 (gdb_signal_from_target): ... this. Adjust to
4404 default_gdb_signal_from_host naming change. Extend comment.
4405 (gdb_signal_to_host): Rename to ...
4406 (gdb_signal_to_target): ... this. Adjust to
4407 default_gdb_signal_to_host naming change.
4408 * gdbarch.h, gdbarch.c: Renegerate.
4410 2012-05-24 Pedro Alves <palves@redhat.com>
4414 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4416 2012-05-24 Pedro Alves <palves@redhat.com>
4420 Replace target_signal with gdb_signal throughout.
4422 2012-05-24 Pedro Alves <palves@redhat.com>
4426 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4427 string, instead of reusing the va_list argument.
4429 2012-05-24 Tom Tromey <tromey@redhat.com>
4431 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4434 2012-05-23 Doug Evans <dje@google.com>
4436 * symtab.c (search_symbols): Formatting fixes.
4437 (print_symbol_info): Formatting fixes.
4439 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4440 int64_t change to leb128 API.
4441 (read_encoded_value, decode_frame_entry_1): Ditto.
4442 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4443 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4444 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4445 (execute_stack_op): Ditto.
4446 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4447 (safe_read_uleb128, safe_read_sleb128): Ditto.
4448 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4449 (dwarf2_compile_expr_to_ax): Ditto.
4450 (locexpr_describe_location_piece): Ditto.
4451 (disassemble_dwarf_expression): Ditto.
4452 (locexpr_describe_location_1): Ditto.
4454 2012-05-23 Stan Shebs <stan@codesourcery.com>
4455 Kwok Cheung Yeung <kcy@codesourcery.com>
4457 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4458 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4459 (mi-cmd-info.o): New rule.
4460 * osdata.h (info_osdata_command): New declaration.
4461 * osdata.c (info_osdata_command): Change to non-static.
4462 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4463 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4464 * mi/mi-cmd-info.c: New file.
4466 2012-05-23 Doug Evans <dje@google.com>
4468 * symtab.c (search_symbols): Pass NULL for file_matcher to
4469 expand_symtabs_matching if there are no files to match.
4471 * gdbtypes.c (lookup_typename): Simplify.
4473 2012-05-23 Pedro Alves <palves@redhat.com>
4475 * arch-utils.h (default_target_signal_to_host): Delete.
4476 * arch-utils.c (default_target_signal_to_host): Delete.
4477 * gdbarch.sh (target_signal_to_host): Remove.
4478 * gdbarch.h, gdbarch.c: Regenerate.
4480 2012-05-22 Doug Evans <dje@google.com>
4482 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4484 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4485 (execute_cfa_program): Update to match API of leb128 functions.
4486 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4488 (read_unsigned_leb128, read_signed_leb128): Delete.
4489 (read_initial_length): Change type of buf argument to
4491 (read_encoded_value): Update to match API of leb128 functions.
4492 (decode_frame_entry): Change result to "const gdb_byte *", and
4493 similarly for "start" parameter.
4494 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4495 (dwarf2_build_frame_info): Change local frame_ptr to
4497 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4498 read_uleb128, read_sleb128. All callers updated.
4499 (safe_skip_leb128): New function.
4500 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4501 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4502 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4503 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4504 read_uleb128, read_sleb128.
4505 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4506 (execute_stack_op): Update to match API of leb128 functions.
4507 * dwarf2expr.h: #include "leb128.h".
4508 (read_uleb128, read_sleb128): Delete.
4509 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4510 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4511 * dwarf2loc.c (debug_loc_kind): New enum.
4512 (decode_debug_loc_addresses): New function.
4513 (decode_debug_loc_dwo_addresses): New function.
4514 (dwarf2_find_location_expression): Rewrite.
4515 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4516 (locexpr_describe_location_piece): Ditto.
4517 (disassemble_dwarf_expression): Ditto.
4518 (locexpr_describe_location_1): Ditto.
4519 (loclist_describe_location): Rewrite.
4520 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4521 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4522 (dwarf2_section_buffer_overflow_complaint): Renamed from
4523 dwarf2_macros_too_long_complaint. All callers updated.
4524 (skip_leb128): Delete.
4525 (init_cu_die_reader): Initialize reader->buffer_end.
4526 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4527 (skip_form_bytes): New arg buffer_end. All callers updated.
4528 Replace call to skip_leb128 with gdb_skip_leb128.
4529 (skip_unknown_opcode): New arg mac_end. All callers updated.
4530 (fill_in_loclist_baton): Initialize baton->from_dwo.
4532 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4534 * mips-linux-nat.c (mips_linux_read_description): Use a more
4535 verbose error message.
4537 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4539 * NEWS: Add MIPS/Linux DSP support.
4540 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4541 (SIGCONTEXT_DSPCTL): New macro.
4542 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4543 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4544 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4545 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4546 (N64_SIGCONTEXT_HI3): Likewise.
4547 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4548 (N64_SIGCONTEXT_LO3): Likewise.
4549 (N64_SIGCONTEXT_DSPCTL): Likewise.
4550 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4551 (mips_linux_o32_sigframe_init): Handle DSP registers.
4552 (mips_linux_n32n64_sigframe_init): Likewise.
4554 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4556 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4559 2012-05-22 Pedro Alves <palves@redhat.com>
4561 * target.h (store_waitstatus): Move declaration ...
4562 * inf-child.h (store_waitstatus): ... here.
4563 * target.c: Move inclusion of gdb_wait.h, and ...
4564 (store_waitstatus): ... this ...
4565 * inf-child.c: ... here.
4566 * linux-nat.c: Include inf-child.h.
4567 * rs6000-nat.c: Include inf-child.h.
4568 * spu-linux-nat.c: Include inf-child.h.
4570 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4572 * tracepoint.c (start_tracing): Add missing i18n markup.
4573 (stop_tracing, set_trace_user): Ditto.
4574 (set_trace_notes, set_trace_stop_notes): Ditto.
4576 2012-05-21 Tom Tromey <tromey@redhat.com>
4579 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4581 * value.h (value_cast_pointers): Update.
4582 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4583 (value_cast): Update.
4584 (update_search_result): New function.
4585 (do_search_struct_field): New, from search_struct_field. Check
4586 for ambiguous results.
4587 (search_struct_field): Rewrite.
4588 * infcall.c (value_arg_coerce): Update.
4589 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4590 value_cast_pointers.
4591 * ada-lang.c (ada_convert_actual): Update.
4593 2012-05-21 Tom Tromey <tromey@redhat.com>
4595 * macroexp.c (macro_stringify): Terminate the string.
4597 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4599 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4601 * auto-load.c (auto_load_expand_dir_vars): New function.
4602 (auto_load_safe_path_vec_update): Use it, remove the
4603 substitute_path_component call thanks to it.
4604 (auto_load_objfile_script): Remove the debug_file_directory processing.
4605 Use auto_load_expand_dir_vars, remove the substitute_path_component
4607 * configure: Regenerate.
4608 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4609 path. Escape $ also for $debugdir.
4610 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4611 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4613 2012-05-20 Doug Evans <dje@google.com>
4615 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4616 before use. Check for symtab->includes == NULL before scanning it.
4618 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4620 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4622 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4624 * NEWS: Add microMIPS support and "set mips compression",
4625 "show mips compression" commands.
4626 * mips-tdep.h (mips_isa): New enum.
4627 (gdbarch_tdep): Add mips_isa.
4628 (mips_pc_is_mips16): Update prototype.
4629 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4630 * mips-tdep.c (mips_compression_mips16): New variable.
4631 (mips_compression_micromips): Likewise.
4632 (mips_compression_strings): Likewise.
4633 (mips_compression_string): Likewise.
4634 (is_mips16_isa, is_micromips_isa): New functions.
4635 (is_mips16_addr): Rename to...
4636 (is_compact_addr): ... this.
4637 (unmake_mips16_addr): Likewise to...
4638 (unmake_compact_addr): ... this.
4639 (make_mips16_addr): Likewise to...
4640 (make_compact_addr): ... this.
4641 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4643 (mips_elf_make_msymbol_special): Handle microMIPS code.
4644 (msymbol_is_special): Rename to...
4645 (msymbol_is_mips16): ... this.
4646 (mips_make_symbol_special, mips_pc_is_mips16): Update
4648 (msymbol_is_mips, msymbol_is_micromips): New functions.
4649 (mips16_to_32_reg): Rename to...
4650 (mips_reg3_to_reg): ... this.
4651 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4652 (mips_pc_isa): Likewise.
4653 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4655 (mips_fetch_instruction): Pass return status instead of printing
4656 an error message if requested. Handle microMIPS code. Bail out
4658 (micromips_op): New macro.
4659 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4660 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4661 (b6s4_op, b7s3_reg): Likewise.
4662 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4663 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4664 (mips_insn_size): New function.
4665 (mips32_next_pc): Update mips_fetch_instruction call.
4666 (micromips_relative_offset7): New function.
4667 (micromips_relative_offset10): Likewise.
4668 (micromips_relative_offset16): Likewise.
4669 (micromips_pc_insn_size): Likewise.
4670 (micromips_bc1_pc): Likewise.
4671 (micromips_next_pc): Likewise.
4672 (unpack_mips16): Update mips_fetch_instruction call.
4673 (extended_mips16_next_pc): Update according to change to
4675 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4677 (mips16_scan_prologue): Update mips_fetch_instruction call.
4678 Update according to change to mips16_to_32_reg.
4679 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4680 (mips_insn16_frame_base_sniffer): Likewise.
4681 (micromips_decode_imm9): New function.
4682 (micromips_scan_prologue): Likewise.
4683 (mips_micro_frame_cache): Likewise.
4684 (mips_micro_frame_this_id): Likewise.
4685 (mips_micro_frame_prev_register): Likewise.
4686 (mips_micro_frame_sniffer): Likewise.
4687 (mips_micro_frame_unwind): New variable.
4688 (mips_micro_frame_base_address): New function.
4689 (mips_micro_frame_base): New variable.
4690 (mips_micro_frame_base_sniffer): New function.
4691 (mips32_scan_prologue): Update mips_fetch_instruction call.
4692 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4693 rather than for MIPS16.
4694 (mips_insn32_frame_base_sniffer): Likewise.
4695 (mips_addr_bits_remove): Handle microMIPS code.
4696 (deal_with_atomic_sequence): Rename to...
4697 (mips_deal_with_atomic_sequence): ... this. Update the type
4698 of the variable used to hold an instruction. Remove the ISA bit
4699 check. Update mips_fetch_instruction call.
4700 (micromips_deal_with_atomic_sequence): New function.
4701 (deal_with_atomic_sequence): Likewise.
4702 (mips_about_to_return): Handle microMIPS code. Update
4703 mips_fetch_instruction call.
4704 (heuristic_proc_start): Check for the standard MIPS ISA rather
4705 than for MIPS16. Update mips_pc_is_mips16 and
4706 mips_fetch_instruction calls. Handle microMIPS code.
4707 (mips_push_dummy_code): Handle microMIPS code.
4708 (mips_eabi_push_dummy_call): Likewise.
4709 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4710 (mips_o64_push_dummy_call): Handle microMIPS code.
4711 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4712 (is_delayed): Remove function.
4713 (mips_single_step_through_delay): Replace the call to is_delayed
4714 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4715 Handle microMIPS code.
4716 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4718 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4720 (micromips_in_function_epilogue_p): New function.
4721 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4723 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4725 (gdb_print_insn_mips): Likewise.
4726 (mips_breakpoint_from_pc): Likewise.
4727 (mips_remote_breakpoint_from_pc): New function.
4728 (mips32_instruction_has_delay_slot): Simplify making use of the
4729 updated mips_fetch_instruction interface.
4730 (micromips_instruction_has_delay_slot): New function.
4731 (mips16_instruction_has_delay_slot): Simplify making use of the
4732 updated mips_fetch_instruction interface.
4733 (mips_adjust_breakpoint_address): Check for the standard MIPS
4734 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4735 calls. Handle microMIPS code.
4736 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4737 (mips_skip_trampoline_code): Handle microMIPS code.
4738 (global_mips_compression): New function.
4739 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4740 file flags. Register the microMIPS remote breakpoint handler
4741 and heuristic frame unwinder.
4742 (show_mips_compression): New function.
4743 (_initialize_mips_tdep): Add the "set mips compression" and
4744 "show mips compression" commands.
4746 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4751 * amd64-darwin-tdep.c:
4752 * arm-symbian-tdep.c:
4756 * bfin-linux-tdep.c:
4763 * dwarf2-frame-tailcall.c:
4792 * microblaze-tdep.c:
4793 * mips-linux-tdep.c:
4801 * python/py-finishbreakpoint.c:
4802 * python/py-inferior.c:
4803 * python/py-infthread.c:
4807 * remote-m32r-sdi.c:
4811 * rs6000-aix-tdep.c:
4837 * amd64-darwin-tdep.c:
4838 * arm-symbian-tdep.c:
4839 * arm-tdep.c: Delete unused variables.
4841 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4843 Rename $ddir to $datadir.
4844 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4845 * auto-load.c (auto_load_safe_path_vec_update)
4846 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4847 * configure: Regenerate.
4848 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4849 Likewise. Remove the 'use $ddir' help string.
4851 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4853 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4854 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4856 2012-05-18 Tom Tromey <tromey@redhat.com>
4859 * valprint.h (struct value_print_options) <symbol_print>: New
4861 * valprint.c (user_print_options): Add default for symbol_print.
4862 (show_symbol_print): New function.
4863 (generic_val_print): Respect symbol_print.
4864 (_initialize_valprint): Add "print symbol" setting.
4865 * f-valprint.c (f_val_print): Respect symbol_print.
4866 * c-valprint.c (c_val_print): Respect symbol_print.
4868 * printcmd.c (print_address_symbolic): Return int. Ignore some
4870 (print_address_demangle): Return int.
4871 * defs.h: (print_address_symbolic): Return int.
4872 * value.h (print_address_demangle): Return int.
4874 2012-05-18 Tom Tromey <tromey@redhat.com>
4876 * valprint.c (val_print_string): Don't print leading space.
4877 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4878 print space before string or vtbl.
4879 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4881 * jv-valprint.c (java_value_print): Print space before string.
4882 * go-valprint.c (print_go_string): Print space before string.
4883 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4884 space before string.
4885 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4886 space before string or vtbl.
4887 * auxv.c (fprint_target_auxv): Print space after address.
4889 2012-05-18 Tom Tromey <tromey@redhat.com>
4891 * printcmd.c (print_address_demangle): Remove special case for 0.
4893 2012-05-18 Tom Tromey <tromey@redhat.com>
4895 * printcmd.c (print_address_demangle): Add 'opts' argument.
4896 * p-valprint.c (pascal_val_print): Update.
4897 * jv-valprint.c (java_val_print): Update.
4899 * valprint.c (generic_val_print): Update.
4900 (print_function_pointer_address): Add 'options' argument. Remove
4901 'addressprint' argument. Update.
4902 * m2-valprint.c (print_unpacked_pointer): Update.
4903 * gnu-v3-abi.c (print_one_vtable): Update.
4904 (gnuv3_print_method_ptr): Update.
4905 * f-valprint.c (f_val_print): Update.
4906 * cp-valprint.c (cp_print_value_fields): Update.
4907 * valprint.h (print_function_pointer_address): Update.
4908 * c-valprint.c (c_val_print): Update.
4910 2012-05-18 Tom Tromey <tromey@redhat.com>
4912 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4913 directly corresponding to the found psymtab.
4914 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4915 (dw2_find_pc_sect_symtab): Use it.
4916 * block.h (blockvector_contains_pc): Declare.
4917 * block.c (find_block_in_blockvector): New function.
4918 (blockvector_for_pc_sect): Use it.
4919 (blockvector_contains_pc): New function.
4921 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4923 * mips-tdep.h (mips_write_pc): New prototype.
4924 * mips-tdep.c (mips_write_pc): Make external, add description.
4925 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4928 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4930 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4932 (mips_unwind_pc, mips_write_pc): Likewise.
4933 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4936 2012-05-17 Joel Brobecker <brobecker@adacore.com>
4938 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4939 proc_warn, proc_error, proc_get_status, proc_flags,
4940 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4941 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4942 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4943 proc_stop_process, proc_wait_for_stop, proc_run_process,
4944 proc_set_traced_signals, proc_set_traced_faults,
4945 proc_set_traced_sysentry, proc_set_traced_sysexit,
4946 proc_set_held_signals, proc_get_held_signals,
4947 proc_get_traced_signals, proc_get_traced_faults,
4948 proc_get_traced_sysentry, proc_get_traced_sysexit,
4949 proc_clear_current_fault, proc_set_current_signal,
4950 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4951 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4952 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4953 proc_get_current_thread, proc_get_current_thread,
4954 proc_get_current_thread, proc_update_threads,
4955 proc_update_threads, proc_update_threads, proc_update_threads,
4956 proc_iterate_over_threads, procfs_find_new_threads,
4957 procfs_pid_to_str): Make static. Remove advance declaration.
4958 (proc_cursig): Make static. Conditionalized defintion on
4959 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4960 (proc_syscall, proc_set_kill_on_last_close,
4961 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4962 proc_get_pending_signals, proc_get_signal_actions,
4963 proc_trace_signal, proc_ignore_signal): Delete.
4965 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4967 * coffread.c (cs_section_address): Passing proper argument for
4968 `bfd_get_section_vma'.
4969 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4970 `bfd_get_section_flags'.
4971 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4972 `bfd_get_section_vma'.
4974 2012-05-16 Tom Tromey <tromey@redhat.com>
4977 * macrotab.h: (macro_define_special): Declare.
4978 (enum macro_special_kind): New.
4979 (struct macro_definition) <argc, replacement>: Update comments.
4980 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4981 (macro_define_object_internal): New function.
4982 (macro_define_object): Use it.
4983 (macro_define_special): New function.
4984 (fixup_definition): New function.
4985 (macro_lookup_definition, foreach_macro_in_scope)
4986 (foreach_macro): Use fixup_definition.
4987 * macroexp.h (macro_stringify): Declare.
4988 * macroexp.c (free_buffer_return_text): New function.
4989 (stringify): Constify "arg".
4990 (macro_stringify): New function.
4991 * dwarf2read.c (macro_start_file): Call macro_define_special.
4993 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4994 Maciej W. Rozycki <macro@mips.com>
4996 * breakpoint.h (bp_location): Add related_address member.
4997 * inferior.h (get_return_value): Take a pointer to struct value
4998 instead of struct type for the function requested.
4999 * value.h (using_struct_return): Likewise.
5000 * gdbarch.sh (return_value): Take a pointer to struct value
5001 instead of struct type for the function requested.
5002 * breakpoint.c (set_breakpoint_location_function): Initialize
5003 related_address for bp_gnu_ifunc_resolver breakpoints.
5004 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5005 requested function's address to gdbarch_return_value.
5006 * eval.c (evaluate_subexp_standard): Pass the requested
5007 function's address to using_struct_return.
5008 * infcall.c (call_function_by_hand): Pass the requested
5009 function's address to using_struct_return and
5010 gdbarch_return_value.
5011 * infcmd.c (get_return_value): Take a pointer to struct value
5012 instead of struct type for the function requested.
5013 (print_return_value): Update accordingly.
5014 (finish_command_continuation): Likewise.
5015 * stack.c (return_command): Pass the requested function's
5016 address to using_struct_return and gdbarch_return_value.
5017 * value.c (using_struct_return): Take a pointer to struct value
5018 instead of struct type for the function requested. Pass the
5019 requested function's address to gdbarch_return_value.
5020 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5021 New function_value member, replacing function_type.
5022 (bpfinishpy_dealloc): Update accordingly.
5023 (bpfinishpy_pre_stop_hook): Likewise.
5024 (bpfinishpy_init): Likewise. Record the requested function's
5026 * mips-tdep.c (mips_fval_reg): New enum.
5027 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5028 words put in GP registers.
5029 (mips_o64_push_dummy_call): Update a comment.
5030 (mips_o32_return_value): Take a pointer to struct value instead
5031 of struct type for the function requested and use it to check if
5032 using the MIPS16 calling convention. Return the designated
5033 general purpose registers for floating-point values returned in
5035 (mips_o64_return_value): Likewise.
5036 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5037 (ppc_sysv_abi_broken_return_value): Likewise.
5038 (ppc64_sysv_abi_return_value): Likewise.
5039 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5040 value instead of struct type for the function requested.
5041 * amd64-tdep.c (amd64_return_value): Likewise.
5042 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5043 * arm-tdep.c (arm_return_value): Likewise.
5044 * avr-tdep.c (avr_return_value): Likewise.
5045 * bfin-tdep.c (bfin_return_value): Likewise.
5046 * cris-tdep.c (cris_return_value): Likewise.
5047 * frv-tdep.c (frv_return_value): Likewise.
5048 * h8300-tdep.c (h8300_return_value): Likewise.
5049 (h8300h_return_value): Likewise.
5050 * hppa-tdep.c (hppa32_return_value): Likewise.
5051 (hppa64_return_value): Likewise.
5052 * i386-tdep.c (i386_return_value): Likewise.
5053 * ia64-tdep.c (ia64_return_value): Likewise.
5054 * iq2000-tdep.c (iq2000_return_value): Likewise.
5055 * lm32-tdep.c (lm32_return_value): Likewise.
5056 * m32c-tdep.c (m32c_return_value): Likewise.
5057 * m32r-tdep.c (m32r_return_value): Likewise.
5058 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5059 * m68k-tdep.c (m68k_return_value): Likewise.
5060 (m68k_svr4_return_value): Likewise.
5061 * m88k-tdep.c (m88k_return_value): Likewise.
5062 * mep-tdep.c (mep_return_value): Likewise.
5063 * microblaze-tdep.c (microblaze_return_value): Likewise.
5064 * mn10300-tdep.c (mn10300_return_value): Likewise.
5065 * moxie-tdep.c (moxie_return_value): Likewise.
5066 * mt-tdep.c (mt_return_value): Likewise.
5067 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5068 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5069 (ppc_sysv_abi_broken_return_value): Likewise.
5070 (ppc64_sysv_abi_return_value): Likewise.
5071 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5072 * rl78-tdep.c (rl78_return_value): Likewise.
5073 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5074 * rx-tdep.c (rx_return_value): Likewise.
5075 * s390-tdep.c (s390_return_value): Likewise.
5076 * score-tdep.c (score_return_value): Likewise.
5077 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5078 (sh_return_value_fpu): Likewise.
5079 * sh64-tdep.c (sh64_return_value): Likewise.
5080 * sparc-tdep.c (sparc32_return_value): Likewise.
5081 * sparc64-tdep.c (sparc64_return_value): Likewise.
5082 * spu-tdep.c (spu_return_value): Likewise.
5083 * tic6x-tdep.c (tic6x_return_value): Likewise.
5084 * v850-tdep.c (v850_return_value): Likewise.
5085 * vax-tdep.c (vax_return_value): Likewise.
5086 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5087 * xtensa-tdep.c (xtensa_return_value): Likewise.
5088 * gdbarch.c: Regenerate.
5089 * gdbarch.h: Regenerate.
5091 2012-05-15 Tom Tromey <tromey@redhat.com>
5093 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5095 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5097 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5098 of command in two error message.
5100 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5102 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5104 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5106 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5108 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5110 * NEWS (show auto-load scripts-directory): Add forgotten command.
5112 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5114 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5117 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5119 * amd64-tdep.c: Include features/i386/x32.c and
5120 features/i386/x32-avx.c.
5121 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5122 initialize_tdesc_x32_avx.
5124 2012-05-14 Stan Shebs <stan@codesourcery.com>
5127 * breakpoint.h (enum bptype): New type bp_dprintf.
5128 (struct breakpoint): New field extra_string.
5129 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5130 (create_breakpoint): Add extra_string arg.
5131 * breakpoint.c (dprintf_breakpoint_ops): New.
5132 (is_breakpoint): Add bp_dprintf.
5133 (bpstat_what): Add dprintf case.
5134 (bptype_string): Ditto.
5135 (print_one_breakpoint_location): Ditto.
5136 (init_bp_location): Ditto.
5137 (bkpt_print_mention): Ditto.
5138 (dprintf_style_enums): New array.
5139 (dprintf_style): New global.
5140 (dprintf_function): New global.
5141 (dprintf_channel): New global.
5142 (update_dprintf_command_list): New function.
5143 (update_dprintf_commands): New function.
5144 (init_breakpoint_sal): Add extra_string argument, handle it.
5145 (create_breakpoint_sal): Add extra_string argument.
5146 (create_breakpoints_sal): Add extra_string argument, update callers.
5147 (find_condition_and_thread): Add extra argument.
5148 (create_breakpoint): Add extra_string argument, record it.
5149 (dprintf_command): New function.
5150 (break_command_1): Add arg to create_breakpoint call.
5151 (handle_gnu_v3_exceptions): Ditto.
5152 (trace_command): Ditto.
5153 (ftrace_command): Ditto.
5154 (strace_command): Ditto.
5155 (bkpt_print_mention): Add dprintf case.
5156 (create_breakpoint_sal_default): Add extra_string argument.
5157 (_initialize_breakpoint): Add new commands.
5158 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5159 * python/py-breakpoint.c (bppy_init): Ditto.
5160 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5162 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5164 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5166 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5168 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5171 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5173 Add a new function gdb.find_pc_line to the Python API.
5174 * NEWS (Python Scripting): Add entry about the new function.
5175 * python/python.c (gdbpy_find_pc_line): New function which
5176 implements gdb.find_pc_line.
5177 (GdbMethods): Add entry for the new function.
5179 2012-05-12 Pedro Alves <palves@redhat.com>
5181 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5182 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5184 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5186 * inferior.c: Include completer.h
5187 (initialize_inferiors): Set completer of add-inferior to
5190 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5192 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5193 gdbarch_ptr_bit for x32 core dump.
5195 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5197 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5198 and features/i386/x32-avx-linux.c.
5200 2012-05-11 Stan Shebs <stan@codesourcery.com>
5201 Kwok Cheung Yeung <kcy@codesourcery.com>
5203 * NEWS: Describe new info os commands.
5204 * common/linux-osdata.c (PID_T, TIME_T): Define.
5205 (MAX_PID_T_STRLEN): New.
5206 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5208 (command_from_pid): Add comment. Change to use PID_T.
5209 (commandline_from_pid): Change to use PID_T.
5210 (user_from_pid): Add comment.
5211 (get_process_owner): Add comment. Change to use PID_T and
5213 (get_number_of_cpu_cores): Add comment.
5214 (get_cores_used_by_process): Add comment. Change to use PID_T and
5216 (linux_xfer_osdata_processes): Change to use PID_T and
5218 (compare_processes): New function.
5219 (linux_xfer_osdata_processgroups): New function.
5220 (linux_xfer_osdata_threads): Change to use PID_T.
5221 (linux_xfer_osdata_fds): New function.
5222 (format_socket_state, print_sockets): New functions.
5223 (union socket_addr): New union.
5224 (linux_xfer_osdata_isockets): New function.
5225 (time_from_time_t, group_from_gid): New functions.
5226 (linux_xfer_osdata_shm): New function.
5227 (linux_xfer_osdata_sem): New function.
5228 (linux_xfer_osdata_msg): New function.
5229 (linux_xfer_osdata_modules): New function.
5230 (osdata_table): Add new entries.
5231 * common/buffer.c (buffer_xml_printf): Add support for long and
5232 long long format specifiers.
5234 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5236 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5237 (tdesc_x32_avx_linux): Likewise.
5239 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5241 Implement multi-component --with-auto-load-dir.
5242 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5244 (--with-auto-load-safe-path): Update the default value description.
5245 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5247 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5248 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5249 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5250 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5251 "set auto-load scripts-directory".
5252 * config.in: Regenerate.
5253 * configure: Regenerate.
5254 * configure.ac (--with-auto-load-dir): New configure option.
5255 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5257 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5259 Provide $ddir substitution for --with-auto-load-safe-path.
5260 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5262 * auto-load.c: Include observer.h.
5263 (auto_load_safe_path_vec_update): Call substitute_path_component for
5264 each component. New variable ddir_subst.
5265 (auto_load_gdb_datadir_changed): New function.
5266 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5267 AUTO_LOAD_SAFE_PATH. New comment.
5268 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5269 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5270 * config.in: Regenerate.
5271 * configure: Regenerate.
5272 * configure.ac (--auto-load-safe-path): Rename
5273 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5274 GDB_DATADIR/auto-load.
5275 * defs.h (substitute_path_component): New declaration.
5276 * top.c: Include observer.h.
5277 (set_gdb_datadir): New function.
5278 (init_main): Install it for "set data-directory".
5279 * utils.c (substitute_path_component): New function.
5281 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5283 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5284 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5285 DEBUG_FILE_DIRECTORY. Handle multiple components of
5286 DEBUG_FILE_DIRECTORY.
5288 2012-05-10 Tom Tromey <tromey@redhat.com>
5290 * dwarf2read.c (recursively_write_psymbols): New function.
5291 (write_psymtabs_to_index): Use it.
5293 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5295 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5296 (load_partial_comp_unit): Update.
5297 (queue_comp_unit): Add argument 'pretend_language'.
5298 (process_queue): Update.
5299 (psymtab_to_symtab_1): Skip dependencies that have a user.
5300 (load_partial_comp_unit_reader): Give meaning to the 'data'
5302 (load_full_comp_unit): Add 'pretend_language' argument.
5303 (process_full_comp_unit): Add 'pretend_language' argument. Set
5305 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5307 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5308 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5310 (prepare_one_comp_unit): Add 'pretend_language' argument.
5312 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5313 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5314 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5315 (dw2_do_instantiate_symtab): Check whether symtab was read in
5317 (dw2_instantiate_symtab): Add assertion. Call
5318 process_cu_includes.
5319 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5320 (partial_symtab_p): New typedef.
5321 (set_partial_user): New function.
5322 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5323 (scan_partial_symbols): Add imported CU to imported_symtabs.
5324 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5325 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5326 (get_symtab, recursively_compute_inclusions)
5327 (compute_symtab_includes, process_cu_includes)
5328 (process_imported_unit_die): New functions.
5329 (process_die) <DW_TAG_imported_unit>: New case.
5330 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5332 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5334 (struct partial_die_info) <locdesc>: Remove.
5336 (process_psymtab_comp_unit): Add 'read_partial' argument.
5338 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5339 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5340 (add_partial_symbol): Update.
5341 (process_die): Handle DW_TAG_partial_unit.
5342 (read_file_scope): Update comment.
5343 (load_partial_dies): Handle DW_TAG_imported_unit.
5344 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5345 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5347 2012-05-10 Tom Tromey <tromey@redhat.com>
5349 * cc-with-dwz.sh: New file.
5351 2012-05-10 Tom Tromey <tromey@redhat.com>
5353 * symtab.h (struct symtab) <includes, user>: New fields.
5354 * block.h (struct block_iterator) <d, idx, which>: New fields.
5355 * block.c (initialize_block_iterator, find_iterator_symtab)
5356 (block_iterator_step, block_iter_name_step)
5357 (block_iter_match_step): New functions.
5358 (block_iterator_first, block_iterator_next)
5359 (block_iter_name_first, block_iter_name_next)
5360 (block_iter_match_first, block_iter_match_next): Rewrite.
5361 (get_block_symtab): New function.
5363 2012-05-10 Tom Tromey <tromey@redhat.com>
5365 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5367 * jit.c (finalize_symtab): Use allocate_global_block,
5369 * buildsym.c (finish_block_internal): New function, from old
5371 (finish_block): Rewrite.
5372 (end_symtab): Use finish_block_internal, set_block_symtab.
5373 * block.h (struct global_block): New.
5374 (allocate_global_block, set_block_symtab): Declare.
5375 * block.c (allocate_global_block, set_block_symtab): New
5378 2012-05-10 Tom Tromey <tromey@redhat.com>
5380 * psymtab.c (partial_map_expand_apply): Add assertion.
5381 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5382 (psymtab_to_symtab): Find unshared psymtab.
5383 (dump_psymtab): Print including psymtabs.
5384 (recursively_search_psymtabs): New function.
5385 (expand_symtabs_matching_via_partial): Use it.
5386 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5388 (enum psymtab_search_status): New.
5390 2012-05-10 Tom Tromey <tromey@redhat.com>
5392 * tracepoint.c (scope_info): Update.
5393 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5394 (find_pc_sect_symtab, search_symbols)
5395 (default_make_symbol_completion_list_break_on)
5396 (make_file_symbol_completion_list): Update.
5397 * symmisc.c (dump_symtab_1): Update.
5398 * stack.c (print_frame_args, iterate_over_block_locals)
5399 (print_frame_labels, iterate_over_block_arg_vars): Update.
5400 * python/py-block.c (block_object) <dict>: Remove.
5402 <iter>: Change type.
5403 (blpy_iter): Update.
5404 (blpy_block_syms_iternext): Update.
5405 * psymtab.c (map_block): Use block iterators.
5406 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5407 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5408 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5409 * infrun.c (check_exception_resume): Update.
5410 * cp-support.c (make_symbol_overload_list_block): Update.
5411 * coffread.c (patch_opaque_types): Update.
5412 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5413 * block.h (struct block_iterator): New.
5414 (block_iterator_first, block_iterator_next, block_iter_name_first)
5415 (block_iter_name_next, block_iter_match_first)
5416 (block_iter_match_next): Declare.
5417 (ALL_BLOCK_SYMBOLS): Redefine.
5418 * block.c (block_iterator_first, block_iterator_next)
5419 (block_iter_name_first, block_iter_name_next)
5420 (block_iter_match_first, block_iter_match_next): New functions.
5421 * ada-lang.c (ada_add_block_symbols)
5422 (ada_make_symbol_completion_list): Use block iterator.
5424 2012-05-10 Tom Tromey <tromey@redhat.com>
5426 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5427 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5428 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5429 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5430 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5433 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5435 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5436 print-file-var-lib2.c, print-file-var-main.c and
5437 print-file-var.exp (located in gdb/testsuite/gdb.base).
5439 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5441 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5442 try locating the symbol in the symbol's own objfile first, before
5443 extending the search to all objfiles.
5444 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5445 out of lookup_symbol_aux_symtabs.
5446 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5447 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5448 Do not search EXCLUDE_OBJFILE.
5449 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5450 (lookup_symbol_global): Search for matches in the block's objfile
5451 first, before searching all other objfiles.
5453 2012-05-10 Tristan Gingold <gingold@adacore.com>
5455 * printcmd.c (set_command): Add pre/post inc/dec.
5457 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5459 * gdb.1: Document -ex option.
5461 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5463 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5464 * inferior.h (AT_SYMBOL): Delete.
5466 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5468 * mips-tdep.c (mips_push_dummy_code): New function.
5469 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5470 ON_STACK and install mips_push_dummy_code as our gdbarch
5471 push_dummy_code routine.
5473 2012-05-09 Pedro Alves <palves@redhat.com>
5475 * target.c (set_maintenance_target_async_permitted): Rename to ...
5476 (set_target_async_command): ... this.
5477 (show_maintenance_target_async_permitted): Rename to ...
5478 (show_target_async_command): ... this.
5479 (initialize_targets): Adjust.
5481 2012-05-08 Doug Evans <dje@google.com>
5483 * go-exp.y (classify_name): Add missing assignment of fields of
5486 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5488 Display the ">" prompt in interactive mode while reading canned
5489 commands, even when the current interpreter is MI.
5491 * interps.c (interp_set_temp): New function.
5493 * interps.h (interp_set_temp): Add prototype.
5495 * cli/cli-script.c (restore_interp): New cleanup function.
5496 (read_command_lines): Temporarily override the current interpreter
5497 with CLI and arrange for restoring the original one.
5499 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5501 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5503 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5505 * probe.c (parse_probes): Move conditional to check for
5506 debuginfo files from here...
5507 * stap-probe.c (stap_get_probes): ... to here.
5509 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5510 H.J. Lu <hongjiu.lu@intel.com>
5512 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5513 `movl %esp, %ebp' for the X32 ABI.
5515 2012-05-07 Tom Tromey <tromey@redhat.com>
5517 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5519 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5520 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5521 (dwarf_stack_op_name): Remove.
5522 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5523 (decode_locdesc): Use get_DW_OP_name.
5524 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5525 (dwarf2_compile_expr_to_ax): Likewise.
5526 (disassemble_dwarf_expression): Likewise.
5527 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5529 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5531 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5532 (sh_linux_sigtramp_cache): New function.
5533 (sh_linux_sigreturn_init): New function.
5534 (sh_linux_rt_sigreturn_init): New function.
5535 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5537 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5539 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5540 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5541 (sh_linux_init_abi): Add init calls to register new tramp_frame
5542 definitions under 32-bit SH, update comments.
5544 2012-05-07 Pedro Alves <palves@redhat.com>
5548 * amd64-linux-tdep.c: Include glibc-tdep.h.
5549 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5550 gdbarch_skip_solib_resolver callback.
5552 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5554 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5555 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5556 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5557 (add_auto_load_safe_path): Change the error message.
5558 (_initialize_auto_load): Change the "safe-path" help text.
5559 * configure: Regenerate
5560 * configure.ac (--without-auto-load-safe-path): Set
5561 WITH_AUTO_LOAD_SAFE_PATH to /.
5563 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5565 * stap-probe.h: Do not include unecessary `probe.h'.
5567 2012-05-05 Alan Modra <amodra@gmail.com>
5569 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5570 bfd_und_section_ptr.
5571 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5572 and bfd_com_section_ptr.
5574 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5576 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5578 2012-05-04 Joel Brobecker <brobecker@adacore.com>
5580 * windows-nat.h (segment_register_p_ftype): New typedef.
5581 (windows_set_segment_register_p): Add declaration.
5582 * windows-nat.c (segment_register_p): New static global.
5583 (windows_set_segment_register_p): New function.
5584 (do_windows_fetch_inferior_registers): Add special handling
5585 for segment registers.
5586 * amd64-windows-nat.c: #include "amd64-tdep.h".
5587 (amd64_windows_segment_register_p): New function.
5588 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5589 * i386-windows-nat.c: #include "i386-tdep.h".
5590 (i386_windows_segment_register_p): New function.
5591 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5593 2012-05-04 Tristan Gingold <gingold@adacore.com>
5595 * printcmd.c (set_command): Emit a warning if the expression is not
5598 2012-05-03 Joel Brobecker <brobecker@adacore.com>
5600 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5603 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5605 * stap-probe.c (stap_is_operator): Change declaration.
5606 (stap_get_opcode): Change return value.
5607 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5608 `stap_parse_argument_1'.
5610 2012-05-03 Pedro Alves <pedro@codesourcery.com>
5612 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5615 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5617 Add two new methods global_block and static_block to gdb.Symtab
5619 * NEWS (Python scripting): Add entry about the new methods.
5620 * python/py-symtab.c (stpy_global_block): New function which
5621 implements the gdb.Symtab.global_block() method.
5622 (stpy_static_block): New function which implements the
5623 gdb.Symtab.static_block() method.
5624 (symtab_object_methods): Add entries for the two new methods.
5626 2012-05-03 Doug Evans <dje@google.com>
5628 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5631 2012-05-03 Yao Qi <yao@codesourcery.com>
5633 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5635 (i386_process_record): Ditto.
5637 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5639 * infcall.c (unwind_on_signal_p): Make static.
5641 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5643 * sol-thread.c (solaris_pid_to_str): Make static.
5644 (_initialize_sol_thread): Add prototype.
5646 2012-05-02 Joel Brobecker <brobecker@adacore.com>
5648 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5650 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5652 * MAINTAINERS: Remove myself.
5654 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5656 Fix --without-auto-load-safe-path for MS-Windows host platform.
5657 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5659 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5661 * gdb_curses.h: Undefine KEY_EVENT before including curses
5662 headers. Move "#undef MOUSE_MOVED" before any curses header
5665 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5667 * features/i386/i386-mmx-linux.c: Regenerate.
5668 * features/rs6000/powerpc-32.c: Likewise.
5669 * features/rs6000/powerpc-32l.c: Likewise.
5670 * features/rs6000/powerpc-403.c: Likewise.
5671 * features/rs6000/powerpc-403gc.c: Likewise.
5672 * features/rs6000/powerpc-405.c: Likewise.
5673 * features/rs6000/powerpc-505.c: Likewise.
5674 * features/rs6000/powerpc-601.c: Likewise.
5675 * features/rs6000/powerpc-602.c: Likewise.
5676 * features/rs6000/powerpc-603.c: Likewise.
5677 * features/rs6000/powerpc-604.c: Likewise.
5678 * features/rs6000/powerpc-64.c: Likewise.
5679 * features/rs6000/powerpc-64l.c: Likewise.
5680 * features/rs6000/powerpc-750.c: Likewise.
5681 * features/rs6000/powerpc-860.c: Likewise.
5682 * features/rs6000/powerpc-e500.c: Likewise.
5683 * features/rs6000/powerpc-e500l.c: Likewise.
5684 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5685 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5686 * features/rs6000/rs6000.c: Likewise.
5688 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5690 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5692 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5693 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5694 (stap_parse_argument) <e>: Likewise.
5695 (handle_stap_probe) <byte_order>: Likewise.
5697 2012-04-30 Doug Evans <dje@google.com>
5699 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5700 init_and_read_dies_worker. All callers updated.
5701 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5702 replaced with init_cutu_and_read_dies.
5703 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5704 (find_partial_die): Remove FIXME. Don't free current CU.
5706 2012-04-30 Sterling Augustine <saugustine@google.com>
5708 * contrib: New directory.
5709 * contrib/test_pubnames_and_indexes.py: New file.
5711 2012-04-30 Doug Evans <dje@google.com>
5713 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5714 All callers updated.
5715 (init_cu_die_reader): Verify the section is non-empty.
5716 (dwarf_decode_line_header): Don't dereference section->asection
5717 until we know the section is present.
5719 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5721 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5724 2012-04-29 Yao Qi <yao@codesourcery.com>
5726 * gdb-code-style.el: New hook gdb-markup-hook
5727 and gdb-comment-hook.
5729 2012-04-28 Doug Evans <dje@google.com>
5731 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5732 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5734 * symfile.h (dwarf2_debug_sections): New member addr.
5735 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5736 (ctx_no_get_addr_index): New function.
5737 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5738 (ctx_no_get_addr_index): Declare.
5739 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5740 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5741 (dwarf_expr_ctx_funcs): Update.
5742 (needs_get_addr_index): New function.
5743 (needs_frame_ctx_funcs): Update.
5744 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5745 * dwarf2read.c: #include "gdbcore.h".
5746 (dwarf2_per_objfile): New members addr, dwo_files.
5747 (dwarf2_elf_names): Add entry for addr.
5748 (struct dwo_section_names): New type.
5749 (dwo_section_names): New static global.
5750 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5751 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5752 old debug_types_section member updated to use this.
5753 Rename member debug_types_section to info_or_types_section,
5755 (signatured_type): Rename member type_offset to type_offset_in_tu,
5756 all uses updated. New member type_offset_in_section.
5757 (struct dwo_sections): New type.
5758 (struct dwo_unit): New type.
5759 (struct dwo_file): New type.
5760 (die_reader_specs): New member dwo_file.
5761 (dwarf2_locate_sections): Watch for .debug_addr.
5762 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5763 (dwarf2_read_section): Get bfd of section from bfd's asection,
5765 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5766 (create_signatured_type_table_from_index): Initialize
5767 sig_type->info_or_types_section.
5768 (dw2_get_file_names): Statement lists for type units with DWO files
5769 live in the DWO file.
5770 (create_debug_types_hash_table): New function.
5771 (create_all_type_units): Rewrite.
5772 (init_cu_die_reader): New arg dwo_file, all callers updated.
5773 (init_and_read_dies_worker): Get section from
5774 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5775 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5776 continue reading the CU/TU from there.
5777 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5778 updated. Get section from this_cu->info_or_types_section.
5779 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5780 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5781 DW_FORM_GNU_str_index.
5782 (hash_dwo_file, eq_dwo_file): New functions.
5783 (allocate_dwo_file_hash_table): New function.
5784 (hash_dwo_unit, eq_dwo_unit): New functions.
5785 (allocate_dwo_unit_table): New function.
5786 (dwarf2_locate_dwo_sections): New function.
5787 (struct create_dwo_info_table_data): New type.
5788 (create_debug_info_hash_table_reader): New function.
5789 (create_debug_info_hash_table): New function.
5790 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5791 (lookup_dwo_file): New function.
5792 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5793 (free_dwo_file, free_dwo_file_cleanup): New functions.
5794 (free_dwo_file_from_slot, free_dwo_files): New functions.
5795 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5796 (dwarf2_record_block_ranges): Ditto.
5797 (read_partial_die): Ditto.
5798 (process_enumeration_scope): Update to use type_offset_in_section.
5799 (read_full_die_1): New function.
5800 (read_full_die): Rewrite.
5801 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5802 DW_FORM_GNU_str_index.
5803 (read_addr_index_1, read_addr_index): New functions.
5804 (read_addr_index_from_leb128): New function.
5805 (struct dwarf2_read_addr_index_data): New type.
5806 (dwarf2_read_addr_index_reader): New function.
5807 (dwarf2_read_addr_index): New function.
5808 (read_str_index): New function.
5809 (leb128_size): New function.
5810 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5811 If processing a type unit from a DWO file, get the line section
5813 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5814 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5815 DW_FORM_GNU_str_index.
5816 (lookup_die_type): Check whether section offset of type's die is
5817 known before looking it up. Remove assert. Condition can
5818 legimately happen for inter-cu type references.
5819 (dwarf_attr_name): Handle Fission attributes.
5820 (dwarf_form_name): Handle Fission forms.
5821 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5822 DW_FORM_GNU_str_index.
5823 (follow_die_sig): Update to use type_offset_in_section.
5824 (decode_locdesc): New case DW_OP_GNU_addr_index.
5825 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5826 DW_FORM_GNU_str_index.
5827 (cu_debug_loc_section): New function.
5828 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5829 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5830 Free DWO files if present.
5831 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5833 Refactor DIE reading.
5834 * dwarf2read.c (dwarf2_per_objfile): Replace members
5835 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5836 (die_reader_specs): New member "die_section". Temporarily make
5837 member "buffer" non-const, pending constifying all info_ptr uses.
5838 (die_reader_func_ftype): New typedef.
5839 (dw2_get_file_names_reader): New function.
5840 (dw2_get_file_names): Rewrite.
5841 (read_and_check_type_unit_head): Rename arg type_offset to
5843 (create_all_type_units): Improve debugging message.
5844 Improve dummy type unit check.
5845 (init_cu_die_reader): New arg "section". All callers updated.
5846 (init_and_read_dies_worker): New function.
5847 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5848 (init_cutu_and_read_dies_no_follow): New function.
5849 (init_cutu_and_read_dies_simple): New function.
5850 (process_psymtab_comp_unit_reader): New function.
5851 (process_psymtab_comp_unit): Delete args section,
5852 is_debug_types_section. Rewrite. All callers updated.
5853 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5854 All callers updated. Rewrite.
5855 (load_partial_comp_unit_reader): New function.
5856 (load_partial_comp_unit): Rewrite.
5857 (skip_children): New arg reader. Delete args buffer, cu.
5858 All callers updated.
5859 (skip_one_die): New arg reader. Delete args buffer, cu.
5860 All callers updated.
5861 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5862 All callers updated.
5863 (load_full_comp_unit_reader): New function.
5864 (load_full_comp_unit): Rewrite.
5865 (read_comp_unit): Delete.
5866 (read_die_and_children_1): Delete, contents moved ...
5867 (read_die_and_children): ... here.
5868 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5869 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5870 All callers updated.
5871 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5872 All callers updated.
5873 (find_partial_die): Rewrite load_all_dies support.
5874 (read_attribute_value): New arg reader. Delete args abfd, cu.
5875 All callers updated.
5876 (read_attribute): New arg reader. Delete args abfd, cu.
5877 All callers updated.
5878 (load_full_type_unit): Add assert.
5879 (read_signatured_type_reader): New function.
5880 (read_signatured_type): Rewrite.
5881 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5882 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5883 All callers updated. Set per_cu->cu = NULL after freeing it.
5884 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5885 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5886 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5887 (set_die_type): Update.
5888 (get_die_type_at_offset): Update.
5889 (read_file_scope): Call prepare_one_comp_unit.
5890 (read_type_unit_scope): Ditto.
5891 (prepare_one_comp_unit): Set producer if present.
5893 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5895 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5896 gettext function on `error'.
5898 2012-04-27 Doug Evans <dje@google.com>
5900 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5903 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5904 Tom Tromey <tromey@redhat.com>
5906 * breakpoint.c (struct breakpoint_objfile_data)
5907 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5908 <exception_probes>: New fields.
5909 (free_breakpoint_probes): New function.
5910 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5911 `_Unwind_DebugHook'.
5912 (create_exception_master_breakpoint): Likewise.
5913 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5914 * infrun.c: Including necessary header files for handling SystemTap
5916 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5917 via SystemTap probes.
5918 (check_exception_resume): Remove `func' argument. Handle exception
5919 unwinding breakpoint set via a SystemTap probe.
5920 (insert_exception_resume_from_probe): New function.
5922 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5923 Tom Tromey <tromey@redhat.com>
5924 Jan Kratochvil <jan.kratochvil@redhat.com>
5926 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5927 (COMMON_OBS): Likewise.
5928 (HFILES_NO_SRCDIR): Add `probe'.
5929 * NEWS: Mention support for static and SystemTap probes.
5930 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5931 SystemTap probes' arguments parser.
5932 * arm-linux-tdep.c: Including headers needed to perform the parsing
5933 of SystemTap probes' arguments.
5934 (arm_stap_is_single_operand): New function.
5935 (arm_stap_parse_special_token): Likewise.
5936 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5937 probes' arguments parser.
5938 * ax-gdb.c (require_rvalue): Removing static declaration.
5939 (gen_expr): Likewise.
5940 * ax-gdb.h (gen_expr): Declaring function.
5941 (require_rvalue): Likewise.
5942 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5943 (bkpt_probe_breakpoint_ops): New variable.
5944 (momentary_breakpoint_from_master): Set the `probe' value.
5945 (add_location_to_breakpoint): Likewise.
5946 (break_command_1): Using proper breakpoint_ops according to the
5947 argument passed by the user in the command line.
5948 (bkpt_probe_insert_location): New function.
5949 (bkpt_probe_remove_location): Likewise.
5950 (bkpt_probe_create_sals_from_address): Likewise.
5951 (bkpt_probe_decode_linespec): Likewise.
5952 (tracepoint_probe_create_sals_from_address): Likewise.
5953 (tracepoint_probe_decode_linespec): Likewise.
5954 (tracepoint_probe_breakpoint_ops): New variable.
5955 (trace_command): Using proper breakpoint_ops according to the
5956 argument passed by the user in the command line.
5957 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5958 static probes on breakpoints and tracepoints.
5959 * breakpoint.h (struct bp_location) <probe>: New field.
5960 * cli-utils.c (skip_spaces_const): New function.
5961 (extract_arg): Likewise.
5962 * cli-utils.h (skip_spaces_const): Likewise.
5963 (extract_arg): Likewise.
5964 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5965 * configure.ac: Append `stap-probe.o' to be generated when ELF
5967 * configure: Regenerate.
5968 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5969 * elfread.c: Include `probe.h' and `arch-utils.h'.
5970 (probe_key): New variable.
5971 (elf_get_probes): New function.
5972 (elf_get_probe_argument_count): Likewise.
5973 (elf_evaluate_probe_argument): Likewise.
5974 (elf_compile_to_ax): Likewise.
5975 (elf_symfile_relocate_probe): Likewise.
5976 (stap_probe_key_free): Likewise.
5977 (elf_probe_fns): New variable.
5978 (elf_sym_fns): Add `sym_probe_fns' value.
5979 (elf_sym_fns_lazy_psyms): Likewise.
5980 (elf_sym_fns_gdb_index): Likewise.
5981 (_initialize_elfread): Initialize objfile cache for static
5983 * gdb_vecs.h (struct probe): New forward declaration.
5984 (probe_p): New VEC declaration.
5985 * gdbarch.c: Regenerate.
5986 * gdbarch.h: Regenerate.
5987 * gdbarch.sh (stap_integer_prefix): New variable.
5988 (stap_integer_suffix): Likewise.
5989 (stap_register_prefix): Likewise.
5990 (stap_register_suffix): Likewise.
5991 (stap_register_indirection_prefix): Likewise.
5992 (stap_register_indirection_suffix): Likewise.
5993 (stap_gdb_register_prefix): Likewise.
5994 (stap_gdb_register_suffix): Likewise.
5995 (stap_is_single_operand): New function.
5996 (stap_parse_special_token): Likewise.
5997 (struct stap_parse_info): Forward declaration.
5998 * i386-tdep.c: Including headers needed to perform the parsing
5999 of SystemTap probes' arguments.
6000 (i386_stap_is_single_operand): New function.
6001 (i386_stap_parse_special_token): Likewise.
6002 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6003 probes' arguments parser.
6004 * i386-tdep.h (i386_stap_is_single_operand): New function.
6005 (i386_stap_parse_special_token): Likewise.
6006 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6007 * mipsread.c (ecoff_sym_fns): Likewise.
6008 * objfiles.c (objfile_relocate1): Support relocation for static
6010 * parse.c (prefixify_expression): Remove static declaration.
6011 (initialize_expout): Likewise.
6012 (reallocate_expout): Likewise.
6013 * parser-defs.h (initialize_expout): Declare function.
6014 (reallocate_expout): Likewise.
6015 (prefixify_expression): Likewise.
6016 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6017 of SystemTap probes' arguments.
6018 (ppc_stap_is_single_operand): New function.
6019 (ppc_stap_parse_special_token): Likewise.
6020 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6021 probes' arguments parser.
6022 * probe.c: New file, for generic statically defined probe support.
6023 * probe.h: Likewise.
6024 * s390-tdep.c: Including headers needed to perform the parsing of
6025 SystemTap probes' arguments.
6026 (s390_stap_is_single_operand): New function.
6027 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6028 probes' arguments parser.
6029 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6030 * stap-probe.c: New file, for SystemTap probe support.
6031 * stap-probe.h: Likewise.
6032 * symfile.h: Include `gdb_vecs.h'.
6033 (struct sym_probe_fns): New struct.
6034 (struct sym_fns) <sym_probe_fns>: New field.
6035 * symtab.c (init_sal): Initialize `probe' field.
6036 * symtab.h (struct probe): Forward declaration.
6037 (struct symtab_and_line) <probe>: New field.
6038 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6040 (stop_tracing): Likewise.
6041 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6043 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6044 Tom Tromey <tromey@redhat.com>
6046 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6047 and to compile agent expressions.
6048 * infrun.c (siginfo_make_value): New argument `ignore'.
6049 (siginfo_funcs): New struct.
6050 (_initialize_infrun): New argument when calling
6051 `create_internalvar_type_lazy'.
6052 * thread.c (thread_id_make_value): New argument `ignore'.
6053 (thread_funcs): New struct.
6054 (_initialize_thread): New argument when calling
6055 `create_internalvar_type_lazy'.
6056 * tracepoint.c (sdata_make_value): New argument `ignore'.
6057 (sdata_funcs): New struct.
6058 (_initialize_tracepoint): New argument when calling
6059 `create_internalvar_type_lazy'.
6060 * value.c (make_value): New struct.
6061 (create_internalvar_type_lazy): New argument `data'.
6062 (compile_internalvar_to_ax): New function.
6063 (value_of_internalvar): Properly handling `make_value' case.
6064 (clear_internalvar): Likewise.
6065 (show_convenience): Adding `TRY_CATCH' block.
6066 * value.h (internalvar_make_value): Delete, replace by...
6067 (struct internalvar_funcs): ... this.
6068 (create_internalvar_type_lazy) <fun>: Delete argument.
6069 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6070 (compile_internalvar_to_ax): New function.
6071 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6072 (tlb_funcs): New struct.
6073 (_initialize_windows_tdep): New argument when calling
6074 `create_internalvar_type_lazy'.
6076 2012-04-27 Mark Wielaard <mjw@redhat.com>
6078 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6079 see whether it is an address or a constant offset from DW_AT_low_pc.
6080 (dwarf2_record_block_ranges): Likewise.
6081 (read_partial_die): Likewise.
6083 2012-04-26 Mark Wielaard <mjw@redhat.com>
6085 * MAINTAINERS (Write After Approval): Add myself to the list.
6087 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6089 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6090 (proc_prettyprint_signal): Likewise.
6091 (proc_prettyprint_faultset): Likewise.
6092 (proc_prettyprint_fault): Likewise.
6093 (proc_prettyprint_actionset): Likewise.
6094 (proc_prettyprint_flags): Move to new proc-flags.c section.
6095 (proc_prettyfprint_flags): New prototype.
6096 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6097 (proc_syscall, proc_cursig): Likewise.
6098 (proc_set_kill_on_last_close): Likewise.
6099 (proc_unset_kill_on_last_close): Likewise.
6100 (proc_set_watchpoint): Make static.
6101 (proc_delete_dead_threads): Likewise.
6102 (procfs_set_watchpoint): Likewise.
6103 (_initialize_procfs): Add prototype.
6104 * proc-events.c: Include proc-utils.h.
6105 (init_syscall_table): Make static.
6106 * proc-api.c (_initialize_proc_api): Add prototype.
6107 * proc-flags.c: Include proc-utils.h.
6109 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6111 * configure.ac: Add AC_ARG_PROGRAM.
6112 * configure: Regenerate.
6114 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6116 Fix DW_AT_lower_bound defaults for DWARF-4+.
6117 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6118 high. New variable low_default_is_valid. Implement DWARF-4+
6119 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6120 no default by the DWARF standard.
6122 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6123 Maciej W. Rozycki <macro@codesourcery.com>
6125 * infrun.c (handle_inferior_event): Move the check for return
6126 trampolines ahead of the check for function trampolines.
6127 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6128 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6129 (mips_str_mips16_ret_stub): Likewise.
6130 (mips_str_call_fp_stub): Likewise.
6131 (mips_str_call_stub): Likewise.
6132 (mips_str_fn_stub): Likewise.
6133 (mips_str_pic): Likewise.
6134 (mips_in_frame_stub): New function.
6135 (mips_unwind_pc): Return the return address rather than the PC
6136 if the PC of an intermediate frame is inside a call thunk.
6137 (mips_is_stub_suffix): New function.
6138 (mips_is_stub_mode): Likewise.
6139 (mips_get_mips16_fn_stub_pc): Likewise.
6140 (mips_skip_mips16_trampoline_code): Update to handle all the
6141 currently generated stub types. Don't recurse into __fn_stub
6142 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6143 Use cooked register accesses.
6144 (mips_in_return_stub): Reintroduce function.
6145 (mips_skip_trampoline_code): Traverse trampolines recursively.
6146 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6148 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6152 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6154 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6155 * features/arm-with-m-vfp-d16.xml: New file. Describes
6156 Cortex-M with VFPv4-sp-d16 FPU register layout.
6157 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6158 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6159 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6160 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6161 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6163 2012-04-25 Doug Evans <dje@google.com>
6165 * cli/cli-decode.c (print_doc_line): Use stream instead of
6168 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6170 * features/arm-with-iwmmxt.c: Regenerate.
6171 * features/arm-with-m-fpa-layout.c: Likewise.
6172 * features/arm-with-m.c: Likewise.
6173 * features/arm-with-neon.c: Likewise.
6174 * features/arm-with-vfpv2.c: Likewise.
6175 * features/arm-with-vfpv3.c: Likewise.
6176 * features/mips-dsp-linux.c: Likewise.
6177 * features/mips-linux.c: Likewise.
6178 * features/mips64-dsp-linux.c: Likewise.
6179 * features/mips64-linux.c: Likewise.
6180 * features/s390-linux32.c: Likewise.
6181 * features/s390-linux32v1.c: Likewise.
6182 * features/s390-linux32v2.c: Likewise.
6183 * features/s390-linux64.c: Likewise.
6184 * features/s390-linux64v1.c: Likewise.
6185 * features/s390-linux64v2.c: Likewise.
6186 * features/s390x-linux64.c: Likewise.
6187 * features/s390x-linux64v1.c: Likewise.
6188 * features/s390x-linux64v2.c: Likewise.
6189 * features/tic6x-c62x-linux.c: Likewise.
6190 * features/tic6x-c62x.c: Likewise.
6191 * features/tic6x-c64x-linux.c: Likewise.
6192 * features/tic6x-c64x.c: Likewise.
6193 * features/tic6x-c64xp-linux.c: Likewise.
6194 * features/tic6x-c64xp.c: Likewise.
6195 * target-descriptions.c: Only generate `field_type' and `type'
6196 variables when needed.
6198 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6200 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6202 2012-04-25 Doug Evans <dje@google.com>
6204 Initial pass at Go language support.
6206 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6208 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6209 (YYFILES): Add go-exp.c.
6210 (YYOBJ): Add go-exp.o.
6211 (local-maintainer-clean): Delete go-exp.c.
6212 * defs.h (enum language): Add language_go.
6213 * dwarf2read.c: #include "go-lang.h".
6214 (fixup_go_packaging): New function.
6215 (process_full_comp_unit): Call it when processing Go CUs.
6216 (dwarf2_physname): Add Go support.
6217 (read_file_scope): Handle missing language spec for GNU Go.
6218 (set_cu_language): Handle DW_LANG_Go.
6219 * go-exp.y: New file.
6220 * go-lang.h: New file.
6221 * go-lang.c: New file.
6222 * go-typeprint.c: New file.
6223 * go-valprint.c: New file.
6224 * symtab.c: #include "go-lang.h".
6225 (symbol_set_language): Handle language_go.
6226 (symbol_find_demangled_name, symbol_set_names): Ditto.
6227 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6229 2012-04-24 Jim Meyering <meyering@redhat.com>
6231 avoid a few strncpy-induced buffer overruns
6232 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6233 fname and psargs before trying to concatenate.
6234 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6235 "name" before applying strchr.
6237 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6239 * CONTRIBUTE: Use unified diff instead of context diff when
6242 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6244 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6245 code. Handle JR.HB correctly.
6247 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6250 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6251 with the other MIPS16 helpers.
6253 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6255 * observer.sh: Conditionally declare `args', thus cleaning up
6256 unused instances of this variable.
6258 2012-04-24 Yao Qi <yao@codesourcery.com>
6260 Revert this patch to allow breakpoint always-inserted
6262 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6263 * breakpoint.c: Include record.h.
6264 (breakpoints_always_inserted_mode): Return false when the record
6267 * breakpoint.c (iterate_over_bp_locations): New.
6268 * breakpoint.h: Declare.
6269 New typedef walk_bp_location_callback.
6270 * record.c (record_open): Call record_init_record_breakpoints.
6271 (record_sync_record_breakpoints): New.
6272 (record_init_record_breakpoints): New.
6273 * NEWS: Mention supporting breakpoint always-inserted mode in
6276 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6278 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6281 2012-04-24 Yao Qi <yao@codesourcery.com>
6283 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6284 (is_catchpoint): ... it.
6285 (print_one_breakpoint_location): Caller update.
6286 * breakpoint.h: Update declaration.
6288 2012-04-23 David S. Miller <davem@davemloft.net>
6290 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6292 2012-04-23 Tom Tromey <tromey@redhat.com>
6294 * buildsym.c (add_free_pendings): Remove.
6295 * buildsym.h (add_free_pendings): Remove.
6297 2012-04-23 Doug Evans <dje@google.com>
6299 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6300 attr.u.unsnd instead of attr.u.addr.
6301 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6302 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6304 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6305 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6307 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6309 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6311 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6312 (mips_o32_return_value): Likewise.
6313 (mips_o64_return_value): Likewise.
6315 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6317 * ada-lang.c (ada_evaluate_subexp): Add cases for
6318 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6319 their treatment in eval.c.
6321 2012-04-21 David S. Miller <davem@davemloft.net>
6323 * sparc-tdep.c (X_DISP10): Define.
6324 (sparc_analyze_control_transfer): Handle compare-and-branch.
6326 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6328 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6329 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6331 2012-04-20 Nigel Stephens <nigel@mips.com>
6332 Maciej W. Rozycki <macro@codesourcery.com>
6334 * mips-tdep.c (mips_float_register_p): New function.
6335 (mips_convert_register_float_case_p): Use mips_float_register_p.
6336 (mips_register_type): Likewise.
6337 (mips_print_register): Likewise.
6338 (print_gp_register_row): Likewise.
6339 (mips_print_registers_info): Likewise.
6341 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6343 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6346 2012-04-20 Andrew Pinski <apinski@cavium.com>
6348 * MAINTAINERS (Write After Approval): Add myself to the list.
6350 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6352 * MAINTAINERS: Update my e-mail address.
6354 2012-04-20 Pedro Alves <palves@redhat.com>
6356 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6358 * configure: Regenerate.
6360 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6362 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6364 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6366 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6368 Fix compilation compatibility with python-2.4
6369 * python/py-type.c (convert_field): Cast ADDRSTRING for
6370 PyObject_SetAttrString as non-const. New comment.
6372 2012-04-19 Tom Tromey <tromey@redhat.com>
6374 * top.c (quit_target): Use all_cleanups.
6375 * main.c (captured_command_loop): Use all_cleanups.
6376 * exceptions.c (throw_exception): Use all_cleanups.
6378 2012-04-19 Pedro Alves <palves@redhat.com>
6380 * Makefile.in (GNULIB_BUILDDIR): New.
6381 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6382 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6383 (CLEANDIRS). Remove gnulib/import.
6384 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6386 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6387 (gnulib/import/Makefile): Replace gnulib/import with
6388 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6389 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6390 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6391 acx_configure_dir.m4.
6392 * acinclude.m4: Include acx_configure_dir.m4.
6393 * acx_configure_dir.m4: New file.
6394 * aclocal.m4: Regenerate.
6395 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6396 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6397 (GNULIB): New variable.
6398 (GNULIB_STDINT_H): Adjust.
6399 (AC_OUTPUT): Don't output gnulib/Makefile.
6400 * gdb/defs.h: Include build-gnulib/config.h.
6401 * aclocal.m4: Regenerate.
6402 * config.in: Regenerate.
6403 * configure: Regenerate.
6405 * gnulib/Makefile.in: New file.
6406 * gnulib/configure.ac: New file.
6407 * gnulib/aclocal.m4: New file.
6408 * gnulib/config.in: New file.
6409 * gnulib/configure: New file.
6410 * gnulib/: Re-run gnulib-tool to adjust.
6412 2012-04-19 Doug Evans <dje@google.com>
6414 * cleanups.h (struct cleanup): Move to cleanups.c.
6415 (make_cleanup_dtor_ftype): New typedef.
6416 (make_cleanup_dtor): Use it.
6417 (ALL_CLEANUPS): Replace with ...
6418 (all_cleanups): ... this. Declare. All uses updated.
6419 * cleanups.c: #include "gdb_assert.h".
6420 (sentinel_cleanup): New static global.
6421 (SENTINEL_CLEANUP): Define.
6422 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6423 (make_my_cleanup2): Assert result is non-NULL.
6424 (all_cleanups): New function.
6425 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6428 2012-04-19 Pedro Alves <palves@redhat.com>
6430 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6431 Adjust paths to gnulib imported files.
6433 2012-04-19 Pedro Alves <palves@redhat.com>
6435 * gnulib/: Move whole directory ...
6436 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6437 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6438 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6439 (aclocal_m4_deps): Adjust.
6440 * aclocal.m4: Regenerate.
6441 * configure: Regenerate.
6442 * configure.ac: Adjust AC_OUTPUT output.
6444 2012-04-19 Yao Qi <yao@codesourcery.com>
6446 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6448 * vec.c: Move it ...
6449 * common/vec.c: ... here.
6450 * vec.h: Move it ...
6451 * common/vec.h: ... here.
6453 2012-04-19 Yao Qi <yao@codesourcery.com>
6455 * gdb-code-style.el: New.
6457 2012-04-18 Pedro Alves <palves@redhat.com>
6459 Update gnulib from latest git.
6460 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6462 * gnulib/Makefile.am: Update.
6463 * gnulib/dummy.c: Update.
6464 * gnulib/extra/arg-nonnull.h: Update.
6465 * gnulib/extra/c++defs.h: Update.
6466 * gnulib/extra/update-copyright: Update.
6467 * gnulib/extra/warn-on-use.h: Update.
6468 * gnulib/inttypes.in.h: Update.
6469 * gnulib/m4/00gnulib.m4: Update.
6470 * gnulib/m4/extensions.m4: Update.
6471 * gnulib/m4/gnulib-cache.m4: Update.
6472 * gnulib/m4/gnulib-common.m4: Update.
6473 * gnulib/m4/gnulib-comp.m4: Update.
6474 * gnulib/m4/gnulib-tool.m4: Update.
6475 * gnulib/m4/include_next.m4: Update.
6476 * gnulib/m4/inttypes-pri.m4: Update.
6477 * gnulib/m4/inttypes.m4: Update.
6478 * gnulib/m4/longlong.m4: Update.
6479 * gnulib/m4/memchr.m4: Update.
6480 * gnulib/m4/memmem.m4: Update.
6481 * gnulib/m4/mmap-anon.m4: Update.
6482 * gnulib/m4/multiarch.m4: Update.
6483 * gnulib/m4/onceonly.m4: Update.
6484 * gnulib/m4/stddef_h.m4: Update.
6485 * gnulib/m4/stdint.m4: Update.
6486 * gnulib/m4/string_h.m4: Update.
6487 * gnulib/m4/warn-on-use.m4: Update.
6488 * gnulib/m4/wchar_h.m4: Update.
6489 * gnulib/m4/wchar_t.m4: Update.
6490 * gnulib/m4/wint_t.m4: Update.
6491 * gnulib/memchr.c: Update.
6492 * gnulib/memmem.c: Update.
6493 * gnulib/stddef.in.h: Update.
6494 * gnulib/stdint.in.h: Update.
6495 * gnulib/str-two-way.h: Update.
6496 * gnulib/string.in.h: Update.
6497 * gnulib/wchar.in.h: Update.
6499 * gnulib/extra/arg-nonnull.h: Delete.
6500 * gnulib/extra/c++defs.h: Delete.
6501 * gnulib/extra/warn-on-use.h: Delete.
6502 * gnulib/m4/wchar_h.m4: Delete.
6503 * gnulib/m4/wint_t.m4: Delete.
6504 * gnulib/wchar.in.h: Delete.
6506 * gnulib/extra/snippets/arg-nonnull.h: New.
6507 * gnulib/extra/snippets/c++defs.h: New.
6508 * gnulib/extra/snippets/warn-on-use.h: New.
6510 * aclocal.m4: Regenerate.
6511 * config.in: Regenerate.
6512 * configure: Regenerate.
6513 * gnulib/Makefile.in: Regenerate.
6515 2012-04-18 Pedro Alves <palves@redhat.com>
6517 Reimport the update-copyright module from gnulib
6518 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6520 * configure: Regenerate.
6521 * gnulib/Makefile.am: Update.
6522 * gnulib/Makefile.in: Regenerate.
6523 * gnulib/extra/update-copyright: Update.
6524 * gnulib/m4/gnulib-cache.m4: Update.
6525 * gnulib/m4/gnulib-comp.m4: Update.
6527 2012-04-18 Tristan Gingold <gingold@adacore.com>
6529 * configure.ac (aix): Put -lpthread into libs.
6530 * configure: Regenerate.
6532 2012-04-18 Tom Tromey <tromey@redhat.com>
6534 * linespec.c (convert_linespec_to_sals): Don't use
6536 (compare_msymbols): Arguments are minsym_and_objfile, not
6537 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6539 2012-04-18 Pedro Alves <palves@redhat.com>
6541 Revert gnulib/ part of:
6542 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6543 Copyright year update in most files (performed by copyright.sh).
6545 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6547 Fix 64-bit constants on 32-bit hosts.
6548 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6549 from unsigned long to ULONGEST.
6550 (read_signed_leb128): Change declaration return type from long to
6552 (dwarf2_const_value_attr): Change declaration parameter value from long
6554 (dwarf2_compute_name): Change variable value from long to LONGEST.
6555 (read_unsigned_leb128): Change return type, variable result and some
6556 casts from unsigned long to ULONGEST.
6557 (read_signed_leb128): Change return type, variable result and some
6558 casts from long to LONGEST.
6559 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6560 value from long to LONGEST.
6561 (dwarf2_const_value): Change variable value from long to LONGEST.
6562 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6563 plongest and hex_string.
6564 * symtab.h (struct general_symbol_info): Change ivalue from long to
6565 LONGEST, remove the comment.
6566 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6567 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6569 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6572 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6573 * ada-lang.c (ada_discrete_type_high_bound)
6574 (ada_discrete_type_low_bound): Fix function comment. Use
6575 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6576 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6577 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6578 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6579 Use TYPE_FIELD_ENUMVAL.
6580 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6581 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6582 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6583 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6585 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6586 * dwarf2read.c (process_enumeration_scope): Likewise.
6587 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6589 (class StructMainTypePrettyPrinter): Support also
6590 FIELD_LOC_KIND_ENUMVAL.
6591 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6593 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6594 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6595 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6596 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6598 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6599 accommodate enumval.
6600 (struct call_site): Adjust loc_kind to accommodate enumval.
6601 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6602 (TYPE_FIELD_ENUMVAL): New macros.
6603 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6604 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6606 * p-typeprint.c (pascal_type_print_base): Likewise.
6607 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6609 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6610 * python/py-type.c (convert_field): New variable addrstring. Use
6611 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6612 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6613 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6614 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6616 * valprint.c (generic_val_print): Likewise.
6618 2012-04-17 Doug Evans <dje@google.com>
6620 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6622 * dwarf2read.c: Whitespace fixes.
6623 (lookup_signatured_type): Tweak comment.
6624 (get_die_type_at_offset): Fix comment.
6626 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6628 * xcoffread.c (xcoff_secnum_to_sections): New function.
6629 (secnum_to_section, secnum_to_bfd_section): Reimplement
6630 using xcoff_secnum_to_sections. Rename "secnum" parameter
6632 (RECORD_MINIMAL_SYMBOL): Delete.
6633 (record_minimal_symbol): New function.
6634 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6635 by call to record_minimal_symbol and set misc_func_recorded
6636 to 1. Set last_csect_sec to the XCOFF section index instead
6637 of GDB's section_offset index. Update calls to
6638 prim_record_minimal_symbol_and_info to pass the BFD section
6641 2012-04-17 Joel Brobecker <brobecker@adacore.com>
6643 * xcoffread.c (read_xcoff_symtab): Delete variables
6644 last_csect_val and last_csect_sec and associated code.
6646 2012-04-17 Doug Evans <dje@google.com>
6648 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6649 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6650 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6651 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6653 * cleanups.h: New file.
6654 * cleanups.c: New file.
6655 * Makefile.in (SFILES): Add cleanups.c.
6656 (HFILES_NO_SRCDIR): Add cleanups.h.
6657 (COMMON_OBS): Add cleanups.o.
6658 * defs.h (struct cleanup): Moved to cleanups.h.
6659 (do_cleanups,do_final_cleanups): Ditto.
6660 (discard_cleanups,discard_final_cleanups): Ditto
6661 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6662 (save_cleanups,save_final_cleanups): Ditto.
6663 (restore_cleanups,restore_final_cleanups): Ditto.
6664 (null_cleanup): Ditto.
6665 (make_my_cleanup,make_my_cleanup2): Ditto.
6666 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6667 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6668 (do_cleanups,do_final_cleanups): Ditto.
6669 (discard_cleanups,discard_final_cleanups): Ditto
6670 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6671 (save_cleanups,save_final_cleanups): Ditto.
6672 (restore_cleanups,restore_final_cleanups): Ditto.
6673 (null_cleanup): Ditto.
6674 (make_my_cleanup,make_my_cleanup2): Ditto.
6675 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6677 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6679 (make_cleanup_dyn_string_delete): Ditto.
6680 (make_cleanup_ui_file_delete): Ditto.
6681 (make_cleanup_ui_out_redirect_pop): Ditto.
6682 (make_cleanup_free_section_addr_info): Ditto.
6683 (make_cleanup_restore_integer): Ditto.
6684 (make_cleanup_unpush_target): Ditto.
6685 (make_cleanup_value_free_to_mark): Ditto.
6686 (make_cleanup_value_free): Ditto.
6687 (make_cleanup_free_so): Ditto.
6689 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6691 New option "set debug auto-load".
6692 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6693 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6694 (auto_load_safe_path_vec_update)
6695 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6697 (file_is_auto_load_safe): New parameters debug_fmt and ....
6698 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6699 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6700 caller by explanatory string.
6701 (_initialize_auto_load): Register "set debug auto-load".
6702 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6704 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6705 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6706 by explanatory string.
6707 * main.c (captured_main): Likewise.
6708 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6709 (source_section_scripts): Likewise.
6711 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6713 New option "set auto-load safe-path".
6714 * NEWS: New commands "set auto-load safe-path"
6715 and "show auto-load safe-path".
6716 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6717 (auto_load_safe_path, auto_load_safe_path_vec)
6718 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6719 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6720 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6721 (source_gdb_script_for_objfile): New variable is_safe. Call
6722 file_is_auto_load_safe. Return if it is not.
6723 (struct loaded_script): New field loaded.
6724 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6725 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6726 output "Missing" to "No".
6727 (_initialize_auto_load): New variable cmd. Initialize
6728 auto_load_safe_path. Register "set auto-load safe-path",
6729 "show auto-load safe-path" and "add-auto-load-safe-path".
6730 * auto-load.h (maybe_add_script): Add parameter loaded.
6731 (file_is_auto_load_safe): New declaration.
6732 * config.in: Regenerate.
6733 * configure: Regenerate.
6734 * configure.ac: New parameters --with-auto-load-safe-path
6735 and --without-auto-load-safe-path.
6736 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6737 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6738 * main.c (captured_main): Check file_is_auto_load_safe for
6740 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6741 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6742 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6745 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6747 auto-load: Implementation.
6748 * NEWS: New descriptions for "info auto-load",
6749 "info auto-load gdb-scripts", "info auto-load python-scripts",
6750 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6751 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6752 and "show auto-load-scripts". New description for "set auto-load",
6753 "show auto-load", "set auto-load gdb-scripts",
6754 "show auto-load gdb-scripts", "set auto-load python-scripts",
6755 "show auto-load python-scripts", "set auto-load local-gdbinit",
6756 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6757 "show auto-load libthread-db".
6758 * auto-load.c: Remove include python/python-internal.h. Add includes
6759 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6761 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6762 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6763 (gdbpy_global_auto_load): Rename to ...
6764 (global_auto_load): ... here.
6765 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6766 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6767 (script_language_gdb, source_gdb_script_for_objfile): New.
6768 (struct loaded_script): New field language.
6769 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6771 (maybe_add_script): Add parameter language. Drop redundant
6772 entry.full_path initialization. Initialize entry.language and
6774 (auto_load_objfile_script): Change parameter suffix to language.
6775 Remove the call of maybe_add_script.
6776 Call language->source_script_for_objfile.
6777 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6779 (collect_matching_scripts): Adjust it for
6780 struct collect_matching_scripts_data.
6781 (auto_load_info_scripts_pattern_nl): New variable.
6782 (info_auto_load_scripts): Rename to ...
6783 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6784 for struct collect_matching_scripts_data.
6785 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6786 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6787 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6788 (auto_load_info_cmdlist_get): New.
6789 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6790 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6791 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6792 "info auto-load local-gdbinit".
6793 * auto-load.h (struct script_language): New.
6794 (gdbpy_global_auto_load): Rename to ...
6795 (global_auto_load): ... here.
6796 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6797 (auto_load_local_gdbinit_loaded): New declarations.
6798 (maybe_add_script): New parameter language.
6799 (auto_load_objfile_script): Change parameter suffix to language.
6800 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6801 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6802 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6804 * linux-thread-db.c: Include auto-load.h and ctype.h.
6805 (auto_load_thread_db, show_auto_load_thread_db): New.
6806 (struct thread_db_info): New field filename.
6807 (delete_thread_db_info): Call xfree for FILENAME.
6808 (try_thread_db_load): Initialize FILENAME.
6809 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6810 if !AUTO_LOAD_THREAD_DB.
6811 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6812 (_initialize_thread_db): Install auto_load_thread_db
6813 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6814 as "info auto-load libthread-db".
6815 * main.c (captured_main): Rename gdbpy_global_auto_load to
6816 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6817 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6818 (print_gdb_help): Extend the help for 'local init file'.
6819 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6820 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6821 (auto_load_scripts): Rename to ...
6822 (auto_load_python_scripts): ... here, update the comment.
6823 (gdbpy_load_auto_script_for_objfile): New declaration.
6824 (show_auto_load_python_scripts, script_language_python)
6825 (gdbpy_load_auto_script_for_objfile): New.
6826 (source_section_scripts): Refactor the code.
6827 (load_auto_scripts_for_objfile): Rename to ...
6828 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6829 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6830 (info_auto_load_python_scripts): New.
6831 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6832 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6833 Register "set auto-load-scripts" as its deprecated alias. Register
6834 "info auto-load python-scripts". Register "info auto-load-scripts" as
6835 its deprecated alias.
6836 (load_auto_scripts_for_objfile): Rename to ...
6837 (gdbpy_load_auto_scripts_for_objfile): ... here.
6838 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6839 (gdbpy_load_auto_scripts_for_objfile): ... here.
6841 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6843 auto-load: Move files.
6844 * Makefile.in (SFILES): Add auto-load.c.
6845 (HFILES_NO_SRCDIR): Add auto-load.h.
6846 (COMMON_OBS): Add auto-load.o.
6847 (distclean): Change .gdbinit for gdb-gdb.gdb.
6848 * auto-load.c: New file, with parts from python/py-auto-load.c.
6849 * auto-load.h: New file, with parts from python/python.h.
6850 * configure: Regenerate.
6851 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6852 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6853 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6854 * main.c: Include auto-load.h.
6855 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6856 command.h, observer.h and progspace.h to auto-load.c. Add include
6858 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6859 (struct loaded_script, auto_load_pspace_data)
6860 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6861 (hash_loaded_script_entry, eq_loaded_script_entry)
6862 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6863 (maybe_add_script): Move to auto-load.c.
6864 (source_section_scripts): Change maybe_add_script parameters passing,
6865 use script_not_found_warning_print.
6866 (clear_section_scripts, auto_load_objfile_script)
6867 (auto_load_new_objfile, loaded_script_ptr)
6868 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6869 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6870 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6871 auto_load_new_objfile and info_auto_load_scripts initizations to
6873 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6875 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6878 * charset.c (find_charset_names): Remove variables ix and elt.
6879 Use free_char_ptr_vec.
6880 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6881 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6882 debugdir_end. New variable debugdir_len.
6883 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6884 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6886 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6887 and elt. Use free_char_ptr_vec.
6888 * source.c (add_path): Remove variables argv, arg and argv_index.
6889 New variables dir_vec, back_to, ix and name.
6890 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6891 make_cleanup_freeargv. Remove variable separator. Simplify the code
6892 no longer expecting DIRNAME_SEPARATOR.
6893 (openp): Remove variable p, p1 and len. New variables dir_vec,
6894 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6895 no longer expecting DIRNAME_SEPARATOR.
6896 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6897 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6899 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6900 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6901 (dirnames_to_char_ptr_vec): New functions.
6903 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6906 * source.c (add_path): Remove always true conditional 'p == 0' and
6907 unindent its code block.
6909 2012-04-17 Pedro Alves <palves@redhat.com>
6911 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6912 (FIELD_BITPOS_LVAL): ... this.
6913 (FIELD_BITPOS): New.
6914 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6915 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6916 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6918 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6920 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6921 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6922 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6925 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6927 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6928 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6929 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6930 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6931 * jv-lang.c (java_link_class_type): Likewise, once.
6932 * stabsread.c (read_enum_type): Likewise.
6934 2012-04-16 Yao Qi <yao@codesourcery.com>
6936 * common/agent.c (agent_run_command): Add one more parameter `len'.
6938 * common/agent.h: Update declaration.
6939 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6941 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6943 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6946 * value.c (value_actual_type): New function.
6947 * value.h (value_actual_type): New declaration.
6948 * varobj.c (update_type_if_necessary): New function.
6949 (varobj_create): Call value_actual_type instead of
6951 (install_dynamic_child): distinct changed and type changed MI variable
6953 (update_dynamic_varobj_children): Updated for install_dynamic_child
6954 change. All callers updated.
6955 (varobj_update): Support for MI variable object type change if
6956 the value changed and RTTI is used to determine the type.
6957 (create_child_with_value): Call value_actual_type instead of
6959 (adjust_value_for_child_access): Extended with a new parameter which
6960 specify whether the given value should be casted to enclosing type.
6961 All callers updated.
6963 2012-04-14 Yao Qi <yao@codesourcery.com>
6965 Import gnulib module inttypes from git
6966 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6967 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
6968 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6969 gnulib/m4/inttypes-pri.m4
6970 * aclocal.m4, config.in, configure: Regenerated.
6971 * gnulib/Makefile.am: Update.
6972 * gnulib/Makefile.in: Update.
6973 * gnulib/m4/gnulib-cache.m4: Update.
6974 * gnulib/m4/gnulib-comp.m4: Update.
6975 * gnulib/inttypes.in.h: New.
6976 * gnulib/m4/inttypes-pri.m4: New.
6977 * gnulib/m4/inttypes.m4: New.
6979 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
6981 * infrun.c (resume): Update PC address to the real PC after
6982 preparing to do displaced stepping.
6984 2012-04-12 Doug Evans <dje@google.com>
6986 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6987 All callers updated.
6989 2012-04-12 Mark Kettenis <kettenis@gnu.org>
6991 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6993 2012-04-12 Doug Evans <dje@google.com>
6995 * dwarf2read.c (create_all_type_units): Renamed from
6996 create_debug_types_hash_table. All callers updated.
6998 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6999 local type_sig to sig_type, type_offset to type_offset_in_tu.
7000 (hash_signatured_type): Renamed from hash_type_signature,
7001 all callers updated.
7002 (eq_signatured_type): Renamed from eq_type_signature,
7003 all callers updated.
7004 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7005 (process_enumeration_scope): Ditto.
7006 (lookup_signatured_type_at_offset): Ditto.
7007 (load_full_type_unit, read_signatured_type): Ditto.
7009 2012-04-12 Yao Qi <yao@codesourcery.com>
7011 * remote.c (async_remote_interrupt): Correct function name in
7013 (async_remote_interrupt_twice): Ditto.
7015 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7017 * source.c (find_and_open_source): Consistently pass resulting
7018 full path through xfullpath.
7020 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7022 Provide more specific displaced-stepping memory error message.
7023 * infrun.c (displaced_step_prepare): New variable status. Call
7024 target_read_memory instead of read_memory, provide more specific
7027 2012-04-11 Tristan Gingold <gingold@adacore.com>
7030 * darwin-nat.c (darwin_execvp): Revert previous patch.
7032 2012-04-11 Tristan Gingold <gingold@adacore.com>
7035 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7038 2012-04-11 Tristan Gingold <gingold@adacore.com>
7040 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7043 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7045 New command 'explore' which helps explore values and types in
7047 * NEWS: Add an entry about the new 'explore' command.
7048 * data-directory/Makefile.in: Add gdb/command/explore.py
7049 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7050 command using the GDB Python API.
7052 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7054 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7055 extension in jump target calculation.
7057 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7059 * mips-tdep.c (mips32_next_pc): Handle JALX.
7061 2012-04-10 Yao Qi <yao@codesourcery.com>
7063 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7065 2012-04-10 Yao Qi <yao@codesourcery.com>
7067 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7068 and gnulib/m4/gnulib-tool.m4.
7070 2012-04-10 Doug Evans <dje@google.com>
7072 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7073 (load_partial_dies): Clarify comment.
7074 (find_partial_die): Support rereading type units.
7075 Clarify CU handling, if we know offset is in CU, don't search for the
7076 containing CU. Add comment regarding memory waste.
7078 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7080 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7081 i386/x32-avx and i386/x32-avx-linux.
7082 (i386/x32-expedite): New.
7083 (i386/x32-linux-expedite): Likewise.
7084 (i386/x32-avx-expedite): Likewise.
7085 (i386/x32-avx-linux-expedite): Likewise.
7086 ($(outdir)/i386/x32.dat): Likewise.
7087 ($(outdir)/i386/x32-linux.dat): Likewise.
7088 ($(outdir)/i386/x32-avx.dat): Likewise.
7089 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7091 * features/i386/x32-avx-linux.xml: New file.
7092 * features/i386/x32-avx.xml: Likewise.
7093 * features/i386/x32-core.xml: Likewise.
7094 * features/i386/x32-linux.xml: Likewise.
7095 * features/i386/x32.xml: Likewise.
7097 * features/i386/x32-avx-linux.c: New. Generated.
7098 * features/i386/x32-avx.c: Likewise.
7099 * features/i386/x32-linux.c: Likewise.
7100 * features/i386/x32.c: Likewise.
7101 * regformats/i386/x32-avx-linux.dat: Likewise.
7102 * regformats/i386/x32-avx.dat: Likewise.
7103 * regformats/i386/x32-linux.dat: Likewise.
7104 * regformats/i386/x32.dat: Likewise.
7106 2012-04-10 Tristan Gingold <gingold@adacore.com>
7108 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7109 code to kill the inferior.
7111 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7113 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7115 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7117 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7118 (yyvsp): New defines.
7119 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7121 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7123 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7125 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7127 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7130 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7132 * sparc64-tdep.c (sparc64_store_arguments)
7133 (sparc64_store_arguments): Fix coding style.
7135 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7137 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7138 complex floats, adjust some related comments and tighten a related
7140 (sparc64_extract_return_value): Handle complex floats.
7142 2012-04-07 Doug Evans <dje@google.com>
7144 * dwarf2read.c (load_partial_dies): Change condition to assert.
7146 2012-04-06 Doug Evans <dje@google.com>
7148 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7151 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7153 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7155 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7156 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7159 2012-04-05 Keith Seitz <keiths@redhat.com>
7161 * linespec.c (decode_compound): Remove.
7162 (enum offset_relative_sign): New enum.
7163 (struct line_offset): New struct.
7164 (struct linespec): New struct.
7165 (struct linespec_state): Move file_symtabs,
7166 user_filename, and user_function into struct linespec.
7167 Make result an anonymous struct holding vectors of
7168 symbolp and minsym_and_objfile_d.
7169 Add language member.
7170 (enum ls_token_type): New enum.
7171 (linespec_keywords): New array.
7172 (struct ls_token): New struct.
7173 (struct ls_parser): New struct.
7174 (linespec_lexer_lex_number): New function.
7175 (linespec_lexer_lex_keyword): New function.
7176 (is_ada_operator): New function.
7177 (skip_quote_char): New function.
7178 (copy_token_string): New function.
7179 (is_closing_quote_enclosed): New function.
7180 (find_parameter_list_end): New function.
7181 (linespec_lexer_lex_string): New function.
7182 (linespec_lexer_lex_one): New function.
7183 (linespec_lexer_consume_token): New function.
7184 (linespec_lexer_peek_token): New function.
7185 (cplusplus_error): Remove unused function.
7186 (find_methods): Update comment.
7187 (find_toplevel_char): Return const.
7188 (is_objc_method_format): Remove unused function.
7189 (find_toplevel_string): New function.
7190 (is_linespec_boundary): Remove.
7191 (symbol_not_found_error): New function.
7192 (find_method_overload_end): Remove function.
7193 (unexpected_linespec_error): New function.
7194 (keep_name_info): Remove.
7195 (linespec_parse_line_offset): New function.
7196 (linespec_parse_basic): New function.
7197 (canonicalize_linespec): New function.
7198 (decode_line_internal): Remove.
7199 (create_sals_line_offset): New function adapted from
7201 (convert_linespec_to_sals): New function.
7202 (parse_linespec): New function.
7203 (linespec_parser_new): New function.
7204 (linespec_state_destructor): Change parameter type to
7205 struct linespec_state *.
7206 Add language parameter.
7207 Remove freeing of moved members.
7208 (linespec_parser_delete): New function.
7209 (decode_line_full): Use parse_linespec and linespec_parser_new.
7210 (decode_line_1): Likewise.
7211 (decode_indirect): Rename to ...
7212 (linespec_expression_to_pc): ... this and rewrite
7213 to simply find CORE_ADDR, storing this result for later
7215 (locate_first_half): Remove.
7216 (deocde_objc): Add parameter LS.
7217 Initialize new struct collect_info members.
7218 Handle minimal symbols, too.
7219 (decode_compound): Delete.
7220 (lookup_prefix_sym): Rewrite.
7221 (compare_msymbols): New function.
7222 (find_method): Rewrite.
7223 Do not call cplusplus_error.
7224 (symtabs_from_filename): Rewrite.
7225 (collect_function_symbols): Delete.
7226 (find_function_symbols): Rewrite without ARGPTR-style
7228 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7229 (decode_dollar): Adapted and renamed to ...
7230 (linespec_parse_variable): ... this.
7231 (find_linespec_symbols): New function.
7232 (decode_label): Adapted and renamed to ...
7233 (find_label_symbols): ... this.
7234 (decode_digits_list_mode): Add and use LS argument.
7235 (decode_digits_ordinary): Likewise.
7236 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7237 If in list mode, allow any symbol class. Otherwise, only
7238 permit LOC_BLOCK symbols.
7239 (minsym_found): Update comments.
7240 (search_minsyms_for_name): Do not convert the matching symbol
7241 into a SAL. Simply push the symbol and objfile into the
7243 (decode_variable): Delete. Contents adapted into
7244 find_linespec_symbols.
7246 * cp-support.c (SKIP_SPACE): Remove.
7247 (operator_tokens): Remove unused global.
7248 (cp_validate_operator): Remove.
7249 * cp-support.h (cp_validate_operator): Remove declaration.
7251 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7253 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7254 for TYPE_VPTR_FIELDNO.
7255 * valprint.c (valprint_check_validity): Make it global, move the
7256 function comment ...
7257 * value.h (valprint_check_validity): ... to this new declaration.
7259 2012-04-02 Tristan Gingold <gingold@adacore.com>
7261 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7262 the STATE32 api for i386 state.
7263 (i386_darwin_store_inferior_registers): Likewise.
7265 2012-04-02 Tristan Gingold <gingold@adacore.com>
7267 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7269 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7272 2012-04-02 Tristan Gingold <gingold@adacore.com>
7275 * darwin-nat.c (darwin_execvp): Set binary preference.
7277 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7279 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7281 2012-03-30 Tom Tromey <tromey@redhat.com>
7283 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7284 of TRY_CATCH. Fix error handling.
7285 * python/py-value.c (convert_value_from_python): Move 'old'
7286 declaration to innermost scope.
7288 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7289 Andrey Smirnov <andrew.smirnov@gmail.com>
7291 -Wshadow warning fix.
7292 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7293 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7294 Adjust code accordingly.
7296 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7298 * ada-lang.c (symbol_completion_add): Rename parameter
7299 "encoded" into "encoded_p". Ajust code and documentation
7302 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7303 Andrey Smirnov <andrew.smirnov@gmail.com>
7305 -Wshadow warning fix.
7306 * ada-lang.c (symbol_completion_add): Rename parameter
7307 "wild_match" into wild_match_p. Update code and documentation
7310 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7312 * ada-lang.c (symbol_completion_match): Rename parameter
7313 "encoded" into "encoded_p". Ajust code and documentation
7316 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7317 Andrey Smirnov <andrew.smirnov@gmail.com>
7319 -Wshadow warning fix.
7320 * ada-lang.c (symbol_completion_match): Rename parameter
7321 "wild_match" into "wild_match_p". Adjust code and function
7322 documentation accordingly.
7324 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7325 Andrey Smirnov <andrew.smirnov@gmail.com>
7327 -Wshadow warning fix.
7328 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7329 "symbol_info" into "info". Adjust code accordingly.
7330 (ada_lookup_symbol): Likewise.
7332 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7334 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7335 of this function's documentation.
7337 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7338 Andrey Smirnov <andrew.smirnov@gmail.com>
7340 -Wshadow warning fix.
7341 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7342 variable into "wild_match_p". Adjust code accordingly.
7344 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7345 Andrey Smirnov <andrew.smirnov@gmail.com>
7347 -Wshadow warning fix.
7348 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7349 parameter into "wild_match_p". Adjust code accordingly.
7350 Document this parameter in the function description.
7352 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7353 Andrey Smirnov <andrew.smirnov@gmail.com>
7355 -Wshadow warning fix.
7356 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7357 "wild_match" parameter to "wild_match_p" (-Wshadow).
7359 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7361 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7362 in function documentation.
7364 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7365 Andrey Smirnov <andrew.smirnov@gmail.com>
7367 -Wshadow warning fix.
7368 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7369 variable into wild_match_p. Adjust code accordingly.
7371 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7372 Andrey Smirnov <andrew.smirnov@gmail.com>
7374 * ada-valprint.c (ada_val_print_1): Move the code handling
7375 TYPE_CODE_ENUM inside its own lexical block. Declare
7376 variables len and val there, instead of in the function's
7377 top level block. Avoid declaring deref_val again in a way
7378 that shadows another variable of the same name declared
7379 in one of the up-level blocks. Just re-use the up-level
7382 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7384 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7385 Replace block_found argument by symbol_info. Adjust
7386 implementation accordingly. Add function documentation.
7387 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7389 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7390 * ada-exp.y (write_object_renaming): Adjust to new
7391 ada_lookup_encoded_symbol API.
7393 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7395 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7398 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7400 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7401 (v850_register_name): Add the mpu and fpu register names.
7402 (v850e_register_name): Add the mpu and fpu register names.
7403 (v850e2_register_name): New function.
7404 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7407 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7409 * NEWS: Add entry for Ada varobj support.
7411 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7413 * varobj.c (default_value_is_changeable_p): New function,
7414 extracted from varobj_value_is_changeable_p. Add declaration.
7415 (ada_value_is_changeable_p): New function, extracted from
7416 varobj_value_is_changeable_p. Add declaration.
7417 (struct language_specific): New field "value_is_changeable_p".
7418 (languages): Add entries for new field.
7419 (varobj_create): Set language before calling install_new_value.
7420 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7421 "value_is_changeable_p" language callback.
7423 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7425 * ada-varobj.h, ada-varobj.c: New files.
7426 * Makefile.in (SFILES): Add ada-varobj.c.
7427 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7428 (COMMON_OBS): Add ada-varobj.o.
7430 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7432 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7433 (struct language_specific): New field "value_has_mutated".
7434 (languages): Set field "value_has_mutated" in each entry of array.
7435 (varobj_value_has_mutated): New function.
7436 (varobj_udpdate): Add handling of type mutation.
7437 (value_of_root): Add handling of type mutation.
7438 (ada_value_has_mutated): New function.
7440 2012-03-28 Pedro Alves <palves@redhat.com>
7442 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7443 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7445 2012-03-28 Tom Tromey <tromey@redhat.com>
7447 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7448 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7451 2012-03-28 Tom Tromey <tromey@redhat.com>
7453 * .dir-locals.el: New file.
7455 2012-03-28 Pedro Alves <palves@redhat.com>
7457 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7459 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7461 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7464 2012-03-27 Pedro Alves <palves@redhat.com>
7466 Eliminate struct ui_stream.
7468 * ui-out.h (struct ui_stream): Delete.
7469 (ui_out_field_stream): Adjust prototype.
7470 (ui_out_stream_new, ui_out_stream_delete)
7471 (make_cleanup_ui_out_stream_delete): Delete declarations.
7472 * ui-out.c (ui_out_field_stream): Change prototype to take a
7473 ui_file instead of a ui_stream. Adjust.
7474 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7475 (make_cleanup_ui_out_stream_delete): Delete.
7476 * breakpoint.c (print_breakpoint_location)
7477 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7478 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7479 * disasm.c (dump_insns): Ditto.
7480 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7482 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7483 ui_stream/ui_out_stream_new.
7484 * infcmd.c (print_return_value): Ditto.
7485 * osdata.c (info_osdata_command): Don't allocate a local
7487 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7488 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7489 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7490 allocate a local ui_stream.
7491 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7492 instead of ui_stream/ui_out_stream_new.
7493 (list_args_or_locals): Don't allocate a local ui_stream.
7494 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7495 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7496 ui_stream/ui_out_stream_new.
7497 * cli/cli-setshow.c (do_setshow_command): Ditto.
7499 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7501 * arm-linux-tdep.c (arm_linux_init_abi): Call
7502 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7503 * arm-tdep.c (arm_process_record): New function.
7504 (deallocate_reg_mem): New function.
7505 (decode_insn): New function.
7506 (thumb_record_branch): New function.
7507 (thumb_record_ldm_stm_swi(): New function.
7508 (thumb_record_misc): New function.
7509 (thumb_record_ld_st_stack): New function.
7510 (thumb_record_ld_st_imm_offset): New function.
7511 (thumb_record_ld_st_reg_offset(): New function.
7512 (thumb_record_add_sub_cmp_mov): New function.
7513 (thumb_record_shift_add_sub): New function.
7514 (arm_record_coproc_data_proc): New function.
7515 (arm_record_coproc): New function.
7516 (arm_record_b_bl): New function.
7517 (arm_record_ld_st_multiple): New function.
7518 (arm_record_ld_st_reg_offset): New function.
7519 (arm_record_ld_st_imm_offset): New function.
7520 (arm_record_data_proc_imm): New function.
7521 (arm_record_data_proc_misc_ld_str): New function.
7522 (arm_record_extension_space): New function.
7523 (arm_record_strx): New function.
7524 (sbo_sbz): New function.
7525 (struct insn_decode_record): New structure for arm insn record.
7526 (REG_ALLOC): New macro for reg allocations.
7527 (MEM_ALLOC): New macro for memory allocations.
7528 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7530 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7532 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7533 (store_register): Likewise.
7535 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7537 * MAINTAINERS (Write After Approval): Add myself to the list.
7539 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7541 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7542 Describe also the option "auto".
7544 2012-03-22 Richard Henderson <rth@redhat.com>
7546 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7547 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7549 2012-03-22 Richard Henderson <rth@redhat.com>
7551 * jit.c (jit_read_code_entry): Compute alignment and offset of
7552 int64_t member before computing entry_size.
7554 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7556 Python scripting: Add new method Value.referenced_value to
7557 gdb.Value which can dereference pointer as well as reference
7559 * NEWS: Add entry under 'Python scripting' about the new method
7560 Value.referenced_value on gdb.Value objects.
7561 * python/py-value.c (valpy_referenced_value): New function
7562 defining a new method on gdb.Value objects which can dereference
7563 pointer and reference values.
7565 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7567 * MAINTAINERS (Write After Approval): Add myself to the list.
7569 2012-03-21 Kevin Buettner <kevinb@redhat.com>
7571 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7572 in addition to "main".
7574 2012-03-21 Joel Brobecker <brobecker@adacore.com>
7576 * expression.h (op_name): Add declaration.
7577 * expprint.c (op_name): Remove declaration. Make non-static.
7578 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7580 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7582 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7584 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7585 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7586 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7587 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7588 (linux_nat_get_siginfo): Likewise.
7589 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7590 (linux_nat_get_siginfo): Likewise.
7591 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7592 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7593 * procfs.c (gdb_siginfo_t): Likewise.
7595 2012-03-21 Mike Frysinger <vapier@gentoo.org>
7597 * .gitignore: Ignore more files.
7599 2012-03-20 Pedro Alves <palves@redhat.com>
7601 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7604 2012-03-20 Yao Qi <yao@codesourcery.com>
7606 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7609 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7611 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7612 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7613 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7615 * dwarf2expr.h (cu_offset, sect_offset): New types.
7616 (struct dwarf_expr_context_funcs) <dwarf_call>
7617 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7619 (struct dwarf_expr_context) <len>: Improve the comment.
7620 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7621 cu_offset and sect_offset.
7622 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7623 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7624 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7625 * dwarf2loc.h: Include dwarf2expr.h.
7626 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7628 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7629 Improve the comment.
7630 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7631 (struct signatured_type, struct line_header, struct partial_die_info)
7632 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7633 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7634 (get_die_type_at_offset, create_cus_from_index)
7635 (create_signatured_type_table_from_index, dw2_get_file_names)
7636 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7637 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7638 (create_debug_types_hash_table, process_psymtab_comp_unit)
7639 (load_partial_comp_unit, create_all_comp_units)
7640 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7641 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7642 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7643 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7644 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7645 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7646 (find_partial_die, read_attribute_value, lookup_die_type)
7647 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7648 (is_ref_attr): New function comment.
7649 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7650 Use cu_offset and sect_offset.
7651 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7652 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7653 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7654 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7655 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7656 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7657 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7660 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7663 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7664 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7666 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7668 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7670 * NEWS: Describe new options --init-command=FILE, -ix and
7671 --init-eval-command=COMMAND, -iex.
7672 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7673 CMDARG_INIT_COMMAND.
7674 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7675 "init-command", "init-eval-command", "ix" and "iex" to the variable
7676 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7677 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7678 (print_gdb_help): Describe --init-command=FILE, -ix and
7679 --init-eval-command=COMMAND, -iex.
7681 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7684 * main.c (struct cmdarg): Move it here from main. Add more comments.
7685 (cmdarg_s, VEC (cmdarg_s)): New.
7686 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7687 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7688 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7689 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7692 2012-03-19 Tom Tromey <tromey@redhat.com>
7694 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7696 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7699 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7702 2012-03-16 Chris January <chris.january@allinea.com>
7704 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7707 2012-03-16 Chris January <chris.january@allinea.com>
7709 * source.c (add_path): Use memmove instead of strcpy because the
7712 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7714 * value.h (set_value_parent): Add declaration.
7715 * value.c (set_value_parent): New function.
7716 (value_address): If VALUE->PARENT is not NULL, then use it as
7717 the base address instead of VALUE->LOCATION.address.
7718 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7719 the same as OBJ's address. Adjust V's offset accordingly.
7722 2012-03-16 Gary Benson <gbenson@redhat.com>
7724 PR breakpoints/10738
7725 * dwarf2read.c (use_deprecated_index_sections): New global.
7726 (struct partial_die_info): New member may_be_inlined.
7727 (read_partial_die): Set may_be_inlined where appropriate.
7728 (add_partial_subprogram): Add partial symbols for partial
7729 DIEs that may be inlined.
7730 (new_symbol_full): Add inlined subroutines to the current
7732 (write_psymtabs_to_index): Bump version number.
7733 (dwarf2_read_index): Read only version 6 indices unless
7734 use_deprecated_index_sections is set.
7735 * linespec.c (symbol_and_data_callback): New structure.
7736 (iterate_inline_only): New function.
7737 (iterate_over_all_matching_symtabs): New argument
7738 "include_inline". If nonzero, also call the callback for
7739 symbols representing inlined subroutines.
7740 (lookup_prefix_sym): Pass extra argument to the above.
7741 (find_function_symbols): Likewise.
7742 (add_matching_symbols_to_info): Likewise.
7743 * NEWS: Mention that GDB can now set breakpoints on inlined
7746 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7748 * p-typeprint.c (pascal_type_print_method_args):
7749 Fix display of parameter of methods.
7751 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7753 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7754 Add missing prototype.
7756 2012-03-16 Yao Qi <yao@codesourcery.com>
7757 Jan Kratochvil <jan.kratochvil@redhat.com>
7759 Fix false compilation warning.
7760 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7762 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7763 Pedro Alves <pedro@codesourcery.com>
7765 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7766 (arm_register_g_packet_guesses): New function.
7767 (arm_gdbarch_init): Don't force a target description with
7768 registers when the executable is detected as M-profile. Instead
7769 set gdbarch->tdep->is_m. Register `g' packet guesses.
7770 (_initialize_arm_tdep): Initialize the new target description.
7771 * features/arm-with-m-fpa-layout.xml: New description.
7772 * features/arm-with-m-fpa-layout.c: New, generated.
7774 2012-03-15 Joel Brobecker <brobecker@adacore.com>
7776 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7777 Update function description.
7778 (insert_bp_location): Do not wipe bl->target_info out.
7779 * mem-break.c: #include "gdb_string.h".
7780 (default_memory_insert_breakpoint): Do not call target_read_memory
7781 with a pointer to the breakpoint's shadow_contents buffer. Use
7782 a local buffer instead.
7783 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7785 2012-03-15 Tom Tromey <tromey@redhat.com>
7787 * NEWS: Mention "info vtbl", not "info vtable".
7788 * cp-support.c (info_vtbl_command): Fix comment.
7789 (_initialize_cp_support): Fix text.
7791 2012-03-15 Tom Tromey <tromey@redhat.com>
7793 * cp-valprint.c (cp_print_value_fields): Use
7794 print_function_pointer_address for vtable slot.
7796 2012-03-15 Tom Tromey <tromey@redhat.com>
7798 * gnu-v3-abi.c (struct value_and_voffset): New.
7799 (hash_value_and_voffset, eq_value_and_voffset)
7800 (compare_value_and_voffset, compute_vtable_size)
7801 (print_one_vtable, gnuv3_print_vtable): New functions.
7802 (init_gnuv3_ops): Initialize 'print_vtable' field.
7803 * cp-support.c (info_vtbl_command): New function.
7804 (_initialize_cp_support): Add "info vtbl".
7805 * cp-abi.h (cplus_print_vtable): Declare.
7806 (struct cp_abi_ops) <print_vtable>: New field.
7807 * cp-abi.c (cplus_print_vtable): New function.
7810 2012-03-15 Tom Tromey <tromey@redhat.com>
7812 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7813 iterate_over_symbols.
7815 2012-03-14 Doug Evans <dje@google.com>
7817 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7818 DW_OP_GNU_parameter_ref.
7820 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7822 Fix double prompt of 'interpreter-exec mi'.
7823 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7824 (mi_interpreter_resume): use it.
7825 (mi_execute_command_input_handler): New function.
7826 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7827 mi_execute_command_input_handler.
7829 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
7831 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7833 (darwin_debug_port_info): Make static.
7834 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7835 * machoread.c (_initialize_machoread): Add prototype.
7836 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7837 (i386_darwin_set_control, i386_darwin_get_control)
7838 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7839 i386_darwin_get_status, i386_darwin_get_control):
7840 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7842 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7844 * ax-gdb.c (gen_usual_unary): Remove special handling of
7845 enum and bool types.
7847 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7849 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7851 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7853 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7855 2012-03-13 Chris January <chris.january@allinea.com>
7857 * aix-thread.c (fill_sprs): Store the floating point registers
7858 at the correct offsets into vals.
7860 2012-03-13 Doug Evans <dje@google.com>
7862 * NEWS: Mention symbol-reloading has been deleted.
7863 * symfile.c (symbol_reloading): Delete.
7864 (show_symbol_reloading): Delete.
7865 (_initialize_symfile): Delete set/show symbol-reloading.
7867 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7868 read_in_chain until we have successfully read it in.
7869 (load_full_comp_unit): Ditto.
7870 (read_signatured_type): Add comment.
7872 2012-03-13 Chris January <chris.january@allinea.com>
7874 * stabsread.c (fix_common_block): Change type of valu argument
7877 2012-03-13 Chris January <chris.january@allinea.com>
7879 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7882 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7884 * common/linux-procfs.c (linux_proc_get_int): New, from
7885 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7887 (linux_proc_get_tgid): Only call linux_proc_get_int.
7888 (linux_proc_get_tracerpid): New.
7889 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7890 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7891 linux_proc_pid_has_state.
7892 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7893 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7894 (linux_ptrace_attach_warnings): New.
7895 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7897 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7898 (linux_nat_attach): New variables ex, buffer, message and message_s.
7899 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7901 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7903 * Makefile.in (linux-ptrace.o): New.
7904 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7906 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7907 * common/linux-ptrace.c: New file.
7908 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7909 * config/arm/linux.mh: Likewise.
7910 * config/i386/linux.mh: Likewise.
7911 * config/i386/linux64.mh: Likewise.
7912 * config/ia64/linux.mh: Likewise.
7913 * config/m32r/linux.mh: Likewise.
7914 * config/m68k/linux.mh: Likewise.
7915 * config/mips/linux.mh: Likewise.
7916 * config/pa/linux.mh: Likewise.
7917 * config/powerpc/linux.mh: Likewise.
7918 * config/powerpc/ppc64-linux.mh: Likewise.
7919 * config/powerpc/spu-linux.mh: Likewise.
7920 * config/s390/s390.mh: Likewise.
7921 * config/sparc/linux.mh: Likewise.
7922 * config/sparc/linux64.mh: Likewise.
7923 * config/xtensa/linux.mh: Likewise.
7924 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7925 common/linux-procfs.c.
7926 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7928 2012-03-13 Hui Zhu <teawater@gmail.com>
7929 Pedro Alves <palves@redhat.com>
7931 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7932 CREATE_BREAKPOINT_FLAGS_INSERTED.
7933 (create_breakpoint_sal, create_breakpoints_sal)
7934 (base_breakpoint_create_breakpoints_sal)
7935 (tracepoint_create_breakpoints_sal)
7936 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7938 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7939 (ftrace_command, strace_command): Adjust.
7940 (create_tracepoint_from_upload): Pass
7941 CREATE_BREAKPOINT_FLAGS_INSERTED.
7942 * breakpoint.h (enum breakpoint_create_flags): New.
7943 (create_breakpoint): New flags parameter.
7944 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7945 * python/py-breakpoint.c (bppy_init): Adjust.
7946 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7947 * spu-tdep.c (spu_catch_start): Adjust.
7949 2012-03-13 Pedro Alves <palves@redhat.com>
7950 Hui Zhu <teawater@gmail.com>
7951 Yao Qi <yao@codesourcery.com>
7953 * remote.c (struct remote_state): New field `starting_up'.
7954 (remote_start_remote): Set and clear it.
7955 (remote_can_download_tracepoint): If starting up, return false.
7957 2012-03-13 Yao Qi <yao@codesourcery.com>
7959 * inferior.h (struct inferior): Remove fields any_syscall_count,
7960 syscalls_counts and total_syscalls_count. Move them to new
7961 struct catch_syscall_inferior_data in breakpoint.c.
7962 * breakpoint.c: Call DEF_VEC_I(int).
7963 (struct catch_syscall_inferior_data): New.
7964 (get_catch_syscall_inferior_data): New.
7965 (catch_syscall_inferior_data_cleanup): New.
7966 (insert_catch_syscall): Update to access data in
7967 struct catch_syscall_inferior_data.
7968 (insert_catch_syscall): Likewise.
7969 (remove_catch_syscall): Likewise.
7970 (remove_catch_syscall): Likewise.
7971 (is_syscall_catchpoint_enabled): Likewise.
7972 (add_catch_command): Likewise.
7973 (_initialize_breakpoint): Register cleanup.
7974 * breakpoint.h: Removed DEF_VEC_I(int).
7975 * dwarf2loc.c: Call DEF_VEC_I(int).
7976 * mi/mi-main.c: Likewise.
7978 2012-03-12 Mark Kettenis <kettenis@gnu.org>
7980 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7982 2012-03-12 Chris January <chris.january@allinea.com>
7984 * aix-thread.c (_initialize_aix_thread): Add prototype.
7985 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7986 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7988 2012-03-12 Joel Brobecker <brobecker@adacore.com>
7990 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7991 include of "amd64-nat.h".
7993 2012-03-12 Tom Tromey <tromey@redhat.com>
7995 * buildsym.c (record_pending_block): Now static.
7996 * buildsym.h: (record_pending_block): Remove.
7998 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8000 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8002 2012-03-09 Tom Tromey <tromey@redhat.com>
8004 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8005 producer_is_gxx_lt_4_6>: New fields.
8006 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8008 2012-03-09 Tom Tromey <tromey@redhat.com>
8010 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8012 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8014 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8017 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8019 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8021 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8023 Fix -Wmissing-prototypes build.
8024 * arm-linux-nat.c (get_thread_id): Make it static.
8025 * xtensa-linux-nat.c (get_thread_id): Likewise.
8027 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8029 * server.c (process_point_options): If a conditional expression
8030 is found, only print a message if remote_debug is nonzero.
8032 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8034 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8035 of internal error for unknown/unsupported types.
8037 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8039 Fix CU relative vs. absolute DIE offsets.
8040 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8041 offset to offset_in_cu.
8042 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8044 (dwarf2_fetch_die_location_block): Rename parameter offset to
8045 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8047 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8049 * libunwind-frame.c: Rename to ...
8050 * ia64-libunwind-tdep.c: ... here.
8051 * libunwind-frame.h: Rename to ...
8052 * ia64-libunwind-tdep.h: ... here.
8053 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8054 ia64-libunwind-tdep.h.
8055 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8056 * README (--with-libunwind): Rename to ...
8057 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8058 * config.in: Regenerate.
8059 * configure: Regenerate.
8060 * configure.ac: New option --with-libunwind-ia64, make the
8061 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8062 Remove AC_DEFINE for HAVE_LIBUNWIND.
8063 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8064 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8065 Rename libunwind-frame in the general comment.
8066 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8067 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8068 Move forward declarations inside #ifndef. Rename libunwind-frame in
8069 the general comment.
8070 * ia64-tdep.c: Rename libunwind-frame.h #include to
8071 ia64-libunwind-tdep.h.
8072 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8073 (ia64_libunwind_descr): Rename libunwind-frame to
8074 ia64-libunwind-tdep in these function comments.
8075 * ia64-tdep.h: Rename libunwind-frame.h #include to
8076 ia64-libunwind-tdep.h.
8077 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8078 ia64-libunwind-tdep in that data comment.
8080 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8082 * libunwind-frame.h (struct frame_unwind): New declaration.
8084 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8086 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8087 "set breakpoint condition-evaluation" command.
8089 2012-03-08 Tristan Gingold <gingold@adacore.com>
8091 * sparc-stub.c: Move to stubs/
8092 * sh-stub.c: Likewise.
8093 * m68k-stub.c: Likewise.
8094 * m32r-stub.c: Likewise.
8095 * i386-stub.c: Likewise.
8097 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8099 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8100 linux_get_siginfo_type.
8102 * m68klinux-nat.c: Include "gdb_proc_service.h".
8103 (PTRACE_GET_THREAD_AREA): Define.
8104 (ps_get_thread_area): New function.
8106 2012-03-08 Yao Qi <yao@codesourcery.com>
8108 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8110 (remote_query_attached): Likewise.
8111 (remote_static_tracepoint_marker_at): Likewise.
8112 (remote_set_permissions): Likewise.
8113 (remote_detach_1, extended_remote_attach_1): Likewise.
8114 (send_g_packet, remote_vkill): Likewise.
8115 (extended_remote_disable_randomization): Likewise.
8116 (remote_add_target_side_condition): Likewise.
8117 (remote_insert_breakpoint): Likewise.
8118 (remote_remove_breakpoint): Likewise.
8119 (remote_insert_watchpoint): Likewise.
8120 (remote_remove_watchpoint): Likewise.
8121 (remote_insert_hw_breakpoint): Likewise.
8122 (remote_insert_hw_breakpoint): Likewise.
8123 (remote_remove_hw_breakpoint): Likewise.
8124 (remote_download_command_source): Likewise.
8125 (remote_download_tracepoint): Likewise.
8126 (remote_download_trace_state_variable): Likewise.
8127 (remote_disable_tracepoint): Likewise.
8128 (remote_trace_set_readonly_regions): Likewise.
8129 (remote_get_tracepoint_status): Likewise.
8130 (remote_trace_find): Likewise.
8131 (remote_get_trace_state_variable_value): Likewise.
8132 (remote_set_disconnected_tracing): Likewise.
8133 (remote_set_circular_trace_buffer): Likewise.
8134 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8135 (remote_use_agent): Likewise.
8136 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8139 2012-03-07 Pedro Alves <palves@redhat.com>
8141 * NEWS: Mention QProgramSignals.
8142 * inferior.h (update_signals_program_target): Declare.
8143 * infrun.c: (update_signals_program_target): New.
8144 (handle_command): Update the target of the new program signals
8146 * remote.c (PACKET_QProgramSignals): New enum.
8147 (last_program_signals_packet): New global.
8148 (remote_program_signals): New.
8149 (remote_start_remote): Update the target with the program signals
8151 (remote_protocol_features): Add entry for QPassSignals.
8152 (remote_open_1): Free anc clear last_program_signals_packet.
8153 (init_remote_ops): Install remote_program_signals.
8154 * target.c (update_current_target): Adjust.
8155 (target_program_signals): New.
8156 * target.h (struct target_ops) <to_program_signals>: New field.
8157 (target_program_signals): Declare.
8159 2012-03-07 Pedro Alves <palves@redhat.com>
8161 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8164 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8166 * m68klinux-nat.c (getregs_supplies): Make static.
8167 (getfpregs_supplies): Likewise.
8168 (have_ptrace_getregs): Likewise.
8170 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8172 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8173 in call to get_die_type_at_offset.
8175 2012-03-06 Stan Shebs <stan@codesourcery.com>
8177 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8178 * mi/mi-cmd-disas.c: Ditto.
8179 * mi/mi-cmd-env.c: Ditto.
8180 * mi/mi-cmd-file.c: Ditto.
8181 * mi/mi-cmd-stack.c: Ditto.
8182 * mi/mi-cmd-target.c: Ditto.
8183 * mi/mi-cmd-var.c: Ditto.
8184 * mi/mi-cmds.c: Ditto.
8185 * mi/mi-cmds.h: Ditto.
8186 * mi/mi-console.c: Ditto.
8187 * mi/mi-getopt.c: Ditto.
8188 * mi/mi-getopt.h: Ditto.
8189 * mi/mi-interp.c: Ditto.
8190 * mi/mi-main.c: Ditto.
8191 * mi/mi-out.c: Ditto.
8192 * mi/mi-parse.c: Ditto.
8193 * mi/mi-parse.h: Ditto.
8194 * mi/mi-symbol-cmds.c: Ditto.
8196 * mi/mi-getopt.h: Move mi_opt struct up.
8197 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8199 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8201 2012-03-06 Tom Tromey <tromey@redhat.com>
8203 * proc-service.c (ps_pglobal_lookup): Set the current program
8206 2012-03-06 Pedro Alves <palves@redhat.com>
8208 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8210 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8212 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8214 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8217 * common/linux-osdata.c (linux_common_core_of_thread): New function
8219 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8220 call by linux_common_core_of_thread.
8221 (linux_nat_core_of_thread_1): Remove.
8222 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8223 * linux-thread-db.c: Include linux-osdata.h.
8224 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8225 linux_common_core_of_thread.
8227 2012-03-05 Tom Tromey <tromey@redhat.com>
8229 * value.c (value_primitive_field): Don't fetch contents for
8232 2012-03-05 Tom Tromey <tromey@redhat.com>
8234 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8236 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8238 * s390-nat.c: Include "gregset.h".
8240 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8242 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8243 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8244 (libunwind_load): New variable so_error, use it for dlerror. Try to
8245 load also LIBUNWIND_SO_7.
8247 2012-03-05 Pedro Alves <palves@redhat.com>
8249 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8250 is not NULL, and remove resulting dead code.
8252 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8254 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8255 prologue to sh_analyze_prologue.
8256 (sh_analyze_prologue): Make better use of such an upper limit, and
8257 generally be more cautious about accessing memory.
8259 2012-03-05 Tom Tromey <tromey@redhat.com>
8261 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8262 _initialize_ia64_hpux_tdep.
8264 2012-03-05 Pedro Alves <palves@redhat.com>
8268 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8269 the register state is clear, supply explicit zero, instead of
8270 marking the register unavailable.
8272 2012-03-05 Tristan Gingold <gingold@adacore.com>
8274 * NEWS: Mention OpenVMS ia64 new target.
8276 2012-03-05 Tristan Gingold <gingold@adacore.com>
8278 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8279 (ia64_unw_accessors, ia64_unw_rse_accessors)
8280 (ia64_libunwind_descr): Declare.
8281 * ia64-vms-tdep.c: New file.
8282 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8283 (ia64_libunwind_descr): Make them public.
8284 * configure.tgt: Add ia64-*-*vms*.
8285 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8286 (ALLDEPFILES): Add ia64-vms-tdep.c
8288 2012-03-05 Tristan Gingold <gingold@adacore.com>
8290 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8291 * remote.c (PACKET_qXfer_uib): New enum value.
8292 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8293 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8294 (_initialize_remote): Call add_packet_config_cmd for
8297 2012-03-05 Tristan Gingold <gingold@adacore.com>
8299 * osabi.c (gdb_osabi_names): Add OpenVMS.
8300 (generic_elf_osabi_sniffer): Likewise.
8301 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8303 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8305 Removed unused code.
8306 * libunwind-frame.c (libunwind_frame_unwind)
8307 (libunwind_frame_base_address): Remove.
8308 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8310 2012-03-04 Yao Qi <yao@codesourcery.com>
8312 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8313 remove trailing new line.
8314 (agent_run_command, agent_run_command): Add _ markup.
8315 (agent_capability_check): Likewise.
8317 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8319 * breakpoint.c (set_condition_evaluation_mode): Set
8320 CONDITION_EVALUATION_MODE unconditionally.
8322 2012-03-03 Yao Qi <yao@codesourcery.com>
8324 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8325 * common/agent.h: Update declaration.
8326 * inf-child.c (inf_child_use_agent): New.
8327 (inf_child_can_use_agent): New.
8328 (inf_child_target): Initialize fields `to_use_agent'
8329 and `to_can_use_agent'.
8330 * agent.c (agent_new_objfile): New.
8331 (_initialize_agent): Add agent_new_objfile to new_objfile
8334 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8336 (linux_target_install_ops): Initialize field
8337 `to_static_tracepoint_markers_by_strid'.
8338 * remote.c (free_current_marker): Move it to ...
8339 * tracepoint.c (free_current_marker): ... here. New.
8340 (cleanup_target_stop): New.
8341 * tracepoint.h: Declare free_current_marker.
8342 * NEWS: Add one entry about `info static-tracepoint-marker'.
8344 2012-03-03 Yao Qi <yao@codesourcery.com>
8346 * common/agent.c (agent_loaded_p): New.
8347 (agent_look_up_symbols): New global.
8348 * common/agent.h: Declare agent_loaded_p.
8350 2012-03-03 Yao Qi <yao@codesourcery.com>
8352 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8353 (agent_capability_check, agent_capability_invalidate): New.
8354 (symbol_list): New array element.
8355 * common/agent.h (enum agent_capa): New.
8356 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8358 2012-03-03 Yao Qi <yao@codesourcery.com>
8360 * target.h (struct target_ops) <to_use_agent>: New field.
8361 (struct target_ops) <to_can_use_agent>: New field.
8362 (target_use_agent, target_can_use_agent): New macro.
8363 * target.c (update_current_target): Update.
8364 * remote.c: New enum `PACKET_QAgent'.
8365 (remote_protocol_features): Add a new element.
8366 (remote_use_agent, remote_can_use_agent): New.
8367 (init_remote_ops): Initialize field `can_use_agent' with
8368 remote_can_use_agent. Intiailize field `use_agent' with
8370 * common/agent.c (use_agent): New global.
8371 * common/agent.h: Declare it.
8372 * tracepoint.c (info_static_tracepoint_markers_command): Add
8374 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8375 (COMMON_OBS): Add common/agent.o and agent.o
8376 (common-agent.o): New rule.
8379 2012-03-03 Yao Qi <yao@codesourcery.com>
8381 * common/agent.c: New.
8382 * common/agent.h: New.
8383 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8385 * configure, configh.in: Regenerated.
8387 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8389 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8390 unless it exists for this architecture.
8392 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8394 * language.h (struct language_defn): New "method" la_read_var_value.
8395 * findvar.c: #include "language.h".
8396 (default_read_var_value): Renames read_var_value. Rewrite
8397 function description.
8398 (read_var_value): New function.
8399 * value.h (default_read_var_value): Add prototype.
8400 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8402 (ada_language_defn): Add entry for la_read_var_value.
8403 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8404 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8405 language_defn structures to add entry for new la_read_var_value
8408 2012-03-02 Tom Tromey <tromey@redhat.com>
8409 Pedro Alves <palves@redhat.com>
8411 PR breakpoints/13776:
8412 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8414 (delete_longjmp_breakpoint_at_next_stop): New.
8415 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8416 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8417 before deleting the inferior. Add comments.
8418 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8419 breakpoints immediately, but only on next stop. Move that code
8420 next to where we mark other breakpoints for deletion.
8422 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8424 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8426 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8429 2012-03-02 Pedro Alves <palves@redhat.com>
8431 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8433 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8435 Fix -Wmissing-prototypes build.
8436 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8437 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8438 (gdbsim_has_memory): Likewise.
8440 2012-03-02 Yao Qi <yao@codesourcery.com>
8442 Fix -Wmissing-prototypes build.
8443 * charset.c (phony_iconv_open): Make static.
8444 (phony_iconv_close, phony_iconv): Likewise.
8445 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8446 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8448 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8449 * ser-mingw.c (create_select_thread): Make static.
8450 * windows-termcap.c (tgetent): New prototype.
8451 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8453 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8455 Fix -Wmissing-prototypes build.
8456 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8457 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8458 (_initialize_loadable): New prototypes.
8460 2012-03-02 Doug Evans <dje@google.com>
8462 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8463 abbrev table, read_comp_unit will do it.
8465 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8467 Fix -Wmissing-prototypes build.
8468 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8469 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8470 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8471 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8472 (_initialize_arm_symbian_tdep): New prototype.
8473 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8474 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8475 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8477 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8478 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8480 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8481 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8482 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8484 * moxie-tdep.c (moxie_process_record): Likewise.
8485 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8486 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8487 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8488 (_initialize_rl78_tdep): New prototype.
8489 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8490 (_initialize_rx_tdep): New prototype.
8491 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8492 (_initialize_darwin_solib): New prototype.
8493 * solib-spu.c: Include solib-spu.h.
8494 (_initialize_spu_solib): New prototype.
8495 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8496 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8497 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8498 (tic6x_software_single_step): Make it static.
8499 (_initialize_tic6x_tdep): New prototype.
8501 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8503 Fix -Wmissing-prototypes build.
8504 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8505 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8507 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8509 Fix -Wmissing-prototypes build.
8510 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8511 (frv_have_stopped_data_address): Remove.
8513 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8515 Fix -Wmissing-prototypes build.
8516 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8517 * sh-tdep.c: Include sh64-tdep.h.
8518 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8519 * sh64-tdep.c: Include sh64-tdep.h.
8520 * sh64-tdep.h: New file.
8522 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8524 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8526 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8528 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8529 sp_regnum once the gdbarch_init_osabi hook has been called.
8531 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8533 * mips-tdep.c (mips32_bc1_pc): New function.
8534 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8535 BPOSGE32 and BPOSGE64 instructions.
8536 (deal_with_atomic_sequence): Likewise.
8537 (mips32_instruction_has_delay_slot): Likewise.
8539 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8540 Chris Dearman <chris@mips.com>
8541 Maciej W. Rozycki <macro@codesourcery.com>
8542 Joseph Myers <joseph@codesourcery.com>
8544 * features/mips-dsp.xml: New file.
8545 * features/mips64-dsp.xml: New file.
8546 * features/mips-dsp-linux.xml: New file.
8547 * features/mips64-dsp-linux.xml: New file.
8548 * features/Makefile (WHICH): Add mips-dsp-linux and
8550 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8551 * features/mips-dsp-linux.c: New file.
8552 * features/mips64-dsp-linux.c: New file.
8553 * regformats/mips-dsp-linux.dat: New file.
8554 * regformats/mips64-dsp-linux.dat: New file.
8555 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8557 (mips64_linux_register_addr): Likewise.
8558 (mips64_linux_regsets_fetch_registers): Likewise.
8559 (mips64_linux_regsets_store_registers): Likewise.
8560 (mips64_linux_fetch_registers): Update call to
8561 mips64_linux_regsets_fetch_registers.
8562 (mips64_linux_store_registers): Update call to
8563 mips64_linux_regsets_store_registers.
8564 (mips_linux_read_description): Probe for DSP registers.
8565 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8566 and initialize_tdesc_mips64_dsp_linux.
8567 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8568 Remove padding of no longer used embedded register slots.
8569 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8570 (MIPS_RESTART_REGNUM): Redefine enum value.
8571 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8573 (mips_tx39_reg_names): Likewise.
8574 (mips_linux_reg_names): New array of register names for Linux
8576 (mips_register_name): Check for a null pointer in
8577 mips_processor_reg_names and return an empty string.
8578 (mips_register_type): Exclude embedded registers for the IRIX
8580 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8581 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8583 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8584 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8585 (mips_gdbarch_init): Likewise. Initialize internal register
8586 indices for the Linux ABI. Use dynamic numbers to refer to
8587 registers, as applicable, while parsing the target description.
8588 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8590 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8592 * frame.h (read_frame_register_unsigned): Fix typo in function
8595 2012-03-01 Pedro Alves <palves@redhat.com>
8597 * jit-reader.in [!__cplusplus]
8598 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8600 2012-03-01 Pedro Alves <palves@redhat.com>
8602 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8603 * configure: Regenerate.
8605 2012-03-01 Pedro Alves <palves@redhat.com>
8607 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8608 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8609 (ftrace_command, strace_command): Make static.
8610 * d-lang.c (_initialize_d_language): Declare.
8611 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8612 * dwarf2loc.c (_initialize_dwarf2loc):
8613 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8614 * exec.c (exec_get_section_table): Make static.
8615 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8616 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8617 * inferior.c (remove_inferior_command, add_inferior_command)
8618 (clone_inferior_command): Make static.
8619 * linux-nat.c (linux_nat_thread_address_space)
8620 (linux_nat_core_of_thread): Make static.
8621 * linux-tdep.c (_initialize_linux_tdep): Declare.
8622 * objc-lang.c (_initialize_objc_lang): Declare.
8623 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8625 (_initialize_opencl_language): Declare.
8626 * record.c (_initialize_record): Declare.
8627 * remote.c (demand_private_info, remote_get_tib_address)
8628 (remote_supports_cond_tracepoints)
8629 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8631 * skip.c (_initialize_step_skip): Declare.
8632 * symtab.c (skip_prologue_using_lineinfo): Make static.
8633 * tracepoint.c (delete_trace_state_variable)
8634 (trace_variable_command, delete_trace_variable_command)
8635 (get_uploaded_tsv, find_matching_tracepoint_location)
8636 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8638 * value.c (pack_unsigned_long): Make static.
8639 * varobj.c (varobj_ensure_python_env): Make static.
8640 * windows-tdep.c (_initialize_windows_tdep): Declare.
8641 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8643 2012-03-01 Pedro Alves <palves@redhat.com>
8645 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8647 (linux_init_abi): Install it as has_shared_address_space gdbarch
8650 2012-03-01 Pedro Alves <palves@redhat.com>
8652 * observer.c (observer_test_first_notification_function)
8653 (observer_test_second_notification_function)
8654 (observer_test_third_notification_function): Add declarations.
8656 2012-03-01 Pedro Alves <palves@redhat.com>
8658 * common/signals.c (default_target_signal_to_host)
8659 (default_target_signal_from_host): Move ...
8660 * arch-utils.c: ... here.
8661 * arch-utils.h (default_target_signal_to_host)
8662 (default_target_signal_from_host): Declare.
8664 * common/signals.c (target_signal_from_command): Move ...
8665 * infrun.c: ... here.
8666 * inferior.h (target_signal_from_command): Declare.
8667 * target.h (target_signal_from_command)
8668 (default_target_signal_from_host, default_target_signal_to_host):
8669 Delete declarations.
8671 * common/signals.c (_initialize_signals): Delete.
8673 2012-03-01 Pedro Alves <palves@redhat.com>
8675 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8676 both __cplusplus and !__cplusplus.
8678 2012-03-01 Pedro Alves <palves@redhat.com>
8680 * psymtab.c (find_and_open_source): Delete declaration.
8681 * source.c (find_and_open_source): Move comment ...
8682 * source.h (find_and_open_source): ... to this new declaration.
8684 2012-03-01 Pedro Alves <palves@redhat.com>
8686 * inline-frame.c: Include inline-frame.h.
8688 2012-03-01 Pedro Alves <palves@redhat.com>
8690 * tui/tui-data.c (set_gen_win_origin): Delete.
8691 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8692 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8694 2012-03-01 Pedro Alves <palves@redhat.com>
8696 * remote.c (encode_actions): Delete declaration.
8697 * tracepoint.c (encode_actions): Make extern.
8698 * tracepoint.h (encode_actions): Declare.
8700 2012-03-01 Pedro Alves <palves@redhat.com>
8702 * python/py-breakpoint.c: Include python.h.
8703 * python/py-continueevent.c (create_continue_event_object): Make
8705 * python/py-lazy-string.c (stpy_get_type): Make static.
8706 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8708 * python/py-utils.c (unicode_to_target_python_string): Make
8710 * python/py-value.c: Include python.h.
8712 2012-03-01 Pedro Alves <palves@redhat.com>
8714 * inferior.c (delete_threads_of_inferior): Delete.
8716 2012-03-01 Pedro Alves <palves@redhat.com>
8718 Import fallback definitions from glibc.
8720 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8721 ps_prochandle): Forward declare.
8722 (ps_err_e): Use glibc's comments.
8723 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8724 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8725 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8726 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8727 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8728 (struct ps_prochandle): Adjust comment.
8730 2012-03-01 Pedro Alves <palves@redhat.com>
8732 * ada-lang.c (ada_modulus_from_name): Delete.
8733 * ada-lex.l (lexer_init): Make static.
8735 2012-03-01 Pedro Alves <palves@redhat.com>
8739 * frame.c (read_frame_register_unsigned): New.
8740 * frame.h (read_frame_register_unsigned): Declare.
8741 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8743 (print_i387_control_word): New parameter `control_p'. Handle it.
8744 (i387_print_float_info): Handle unavailable float registers.
8746 2012-03-01 Keith Seitz <keiths@redhat.com>
8748 * linespec.c (decode_line_2): Sort the list of methods
8749 alphabetically before presenting the user with a selection
8752 2012-03-01 Doug Evans <dje@google.com>
8754 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8756 (dwarf2_read_abbrevs): Remove corresponding initialization.
8758 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
8760 * NEWS: Mention new python command class gdb.COMMAND_USER.
8761 * cli/cli-cmds.c (show_user): Print error when used on a python
8763 (init_cli_cmds): Update documentation strings for "show user" and
8764 "set/show max-user-call-depth" to clarify that it does not apply to
8766 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8768 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8770 * top.c (execute_command): Only execute a user-defined command as a
8771 legacy macro if c->user_commands is set.
8773 2012-03-01 Tom Tromey <tromey@redhat.com>
8775 * valprint.h (struct generic_val_print_decorations): New.
8776 (generic_val_print): Declare.
8777 * valprint.c (generic_val_print): New function.
8778 * p-valprint.c (p_decorations): New global.
8779 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8780 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8781 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8782 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8783 * m2-valprint.c (m2_decorations): New global.
8784 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8785 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8786 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8787 TYPE_CODE_ERROR>: Call generic_val_print.
8788 * f-valprint.c (f_decorations): New global.
8789 (f_val_print): Use print_function_pointer_address.
8790 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8791 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8792 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8794 * c-valprint.c (c_decorations): New global.
8795 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8796 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8797 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8798 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8799 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8800 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8803 2012-03-01 Tom Tromey <tromey@redhat.com>
8805 * valprint.c (val_print): Update.
8806 * p-valprint (pascal_val_print): Return void.
8807 * p-lang.h (pascal_val_print): Return void.
8808 * m2-valprint.c (m2_val_print): Return void.
8809 * m2-lang.h (m2_val_print): Return void.
8810 * language.h (struct language_defn) <la_val_print>: Return void.
8811 * language.c (unk_lang_val_print): Return void.
8812 * jv-valprint.c (java_val_print): Return void.
8813 * jv-lang.h (java_val_print): Return void.
8814 * f-valprint.c (f_val_print): Return void.
8815 * f-lang.h (f_val_print): Return void.
8816 * d-valprint.c (d_val_print): Return void.
8817 (dynamic_array_type): Update.
8818 * d-lang.h (d_val_print): Return void.
8819 * c-valprint.c (c_val_print): Return void.
8820 * c-lang.h (c_val_print): Return void.
8821 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8823 * ada-lang.h (ada_val_print): Return void.
8825 2012-03-01 Tom Tromey <tromey@redhat.com>
8827 * value.h (val_print): Return void.
8828 * valprint.c (val_print): Return void.
8830 2012-03-01 Tom Tromey <tromey@redhat.com>
8832 * value.h (common_val_print): Return void.
8833 * valprint.c (common_val_print): Return void.
8835 2012-03-01 Tom Tromey <tromey@redhat.com>
8837 * value.h (value_print): Return void.
8838 * valprint.c (value_print): Return void.
8839 * p-valprint.c (pascal_value_print): Return void.
8840 * p-lang.h (pascal_value_print): Return void.
8841 * language.h (struct language_defn) <la_value_print>: Return
8843 * language.c (unk_lang_value_print): Return void.
8844 * jv-valprint.c (java_value_print): Return void.
8845 * jv-lang.h (java_value_print): Return void.
8846 * f-valprint.c (c_value_print): Don't declare.
8848 * c-valprint.c (c_value_print): Return void.
8849 * c-lang.h (c_value_print): Return void.
8850 * ada-valprint.c (ada_value_print): Return void.
8851 * ada-lang.h (ada_value_print): Return void.
8853 2012-03-01 Tom Tromey <tromey@redhat.com>
8855 * value.c (value_primitive_field): Handle virtual base classes.
8857 2012-03-01 Tom Tromey <tromey@redhat.com>
8859 * gdbtypes.h (struct vbase): Remove.
8861 2012-03-01 Tom Tromey <tromey@redhat.com>
8863 * c-valprint.c (print_function_pointer_address): Move...
8864 * valprint.c: ... here. Make non-static.
8865 * m2-valprint.c (print_function_pointer_address): Remove.
8866 * valprint.h (print_function_pointer_address): Declare.
8868 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8870 * NEWS: Document the fact that one can provide a condition when
8871 creating an Ada exception catchpoint.
8873 2012-03-01 Tom Tromey <tromey@redhat.com>
8875 * valprint.c (val_print_type_code_flags): Fix placement of
8878 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8880 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8881 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8882 environment variable before calling update-copyright.
8884 2012-03-01 Joel Brobecker <brobecker@adacore.com>
8886 * gnulib/extra/update-copyright: Update to the latest from
8887 gnulib's git repository.
8888 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8889 variable to 2 instead of 1.
8891 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8893 * varobj.c (c_value_of_variable): Remove dead code.
8895 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8897 * ada-lex.p (processId): Do not modify already encoded IDs.
8898 Update function documentation.
8900 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8902 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8903 "name" with "struct symbol *name_sym".
8904 * ada-exp.y (write_var_or_type): Update call to
8905 ada_find_renaming_symbol.
8906 "name" with "struct symbol *name_sym". Adjust Implementation
8907 accordingly. Adjust the function documentation.
8909 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8911 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8912 * ada-lang.c (ada_find_any_type): Add advance declaration.
8913 Make static. Replace ada_find_any_symbol by
8914 ada_find_any_type_symbol.
8915 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8916 Improve function description. Make static.
8917 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8918 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8920 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8922 * ada-lang.c (struct tag_args): Delete.
8923 (ada_get_tsd_type): Function body moved up in source file.
8924 (ada_tag_name_1, ada_tag_name_2): Delete.
8925 (ada_get_tsd_from_tag): New function.
8926 (ada_tag_name_from_tsd): New function.
8927 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8928 to determine the tag name.
8930 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8932 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8934 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8937 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8939 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8941 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8943 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8946 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8948 * ada-lang.c (constrained_packed_array_type): If there is a
8949 parallel XA type, use it to determine the array index type.
8951 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8953 * ada-valprint.c (ada_val_print_1): If our value is a reference
8954 to an array descriptor, dereference it before converting it
8957 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8959 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8960 creating fixed value.
8961 (ada_value_ind, ada_coerce_ref, assign_component)
8962 (ada_evaluate_subexp): Remove call to unwrap_value before
8963 call to ada_to_fixed_value.
8965 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8967 * ada-lang.c (to_fixed_array_type): Set result's type name.
8969 2012-02-29 Joel Brobecker <brobecker@adacore.com>
8971 * ada-lang.c (catch_ada_exception_command_split): Add new
8972 argument cond_string. Add support for condition at end of
8973 "catch exception" commands.
8974 (ada_decode_exception_location): Add new argument cond_string.
8975 Update call to catch_ada_exception_command_split.
8976 (create_ada_exception_catchpoint): Add new argument cond_string.
8977 Set the breakpoint condition if needed.
8978 (catch_ada_exception_command): Update call to
8979 ada_decode_exception_location.
8980 (ada_decode_assert_location): Add function documentation.
8981 Add support for condition at end of "catch assert" command.
8982 (catch_assert_command): Update calls to ada_decode_assert_location
8983 and create_ada_exception_catchpoint.
8985 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8987 Fix disp-step-syscall.exp: fork: single step over fork.
8988 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8989 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8990 comment, change parameters gdbarch and ptid to regcache. Remove
8991 parameter regcache, initialize gdbarch from regcache here.
8992 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8994 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8996 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8997 'syscall'. Make the 'int' check more strict.
8999 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9001 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9002 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9003 (i386_linux_intx80_sysenter_syscall_record): ... here.
9004 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9005 Use the renamed function name.
9007 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9009 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9010 * breakpoint.c (until_break_command): Likewise.
9011 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9012 * infcall.c (call_function_by_hand): Likewise.
9013 * infcmd.c (finish_forward): Likewise.
9014 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9016 2012-02-28 Tristan Gingold <gingold@adacore.com>
9018 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9019 avoid variable assignments inside condition.
9021 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9023 Fix static analysis issue found by cppcheck.
9024 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9025 uninitialized BUF for size 2.
9027 2012-02-27 Chris Dearman <chris@mips.com>
9028 Nathan Froyd <froydnj@codesourcery.com>
9029 Maciej W. Rozycki <macro@codesourcery.com>
9031 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9032 (mips16_instruction_has_delay_slot): Likewise.
9033 (mips_segment_boundary): Likewise.
9034 (mips_adjust_breakpoint_address): Likewise.
9035 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9037 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9038 Maciej W. Rozycki <macro@codesourcery.com>
9040 * infrun.c (handle_inferior_event): Don't proceed through
9041 shared library trampolines if stepping at the machine
9044 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9046 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9049 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9051 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9052 (sh_stub_unwind_sniffer): New functions.
9053 (sh_stub_unwind): New variable.
9054 (sh_gdbarch_init): Wire everything.
9056 2012-02-27 Pedro Alves <palves@redhat.com>
9058 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9059 (linux_nat_post_attach_wait): Adjust to use
9060 linux_proc_pid_is_stopped.
9061 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9062 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9063 based on pid_is_stopped from both linux-nat.c and
9064 gdbserver/linux-low.c, and renamed.
9066 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9068 * remote.c (remote_watchpoint_addr_within_range): New function.
9069 (init_remote_ops): Use it.
9071 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9073 * target.h (target_watchpoint_addr_within_range): Document macro.
9075 2012-02-24 Pedro Alves <palves@redhat.com>
9077 * stack.c (set_last_displayed_sal): Issue internal_error instead
9078 of warning, and issue it after clearing the last displayed sal.
9080 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9081 Pedro Alves <palves@redhat.com>
9083 * breakpoint.c (until_break_command): Install breakpoints after
9084 all frame manipulations.
9086 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9088 * remote.c (remote_supports_cond_breakpoints): New forward
9090 (remote_add_target_side_condition): New function.
9091 (remote_insert_breakpoint): Add target-side breakpoint
9092 conditional if supported.
9093 (remote_insert_hw_breakpoint): Likewise.
9094 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9097 * target.c (update_current_target): Inherit
9098 to_supports_evaluation_of_breakpoint_conditions.
9099 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9101 * target.h (struct target_ops)
9102 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9103 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9105 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9106 (condition_evaluation_both, condition_evaluation_auto,
9107 condition_evaluation_host, condition_evaluation_target,
9108 condition_evaluation_enums, condition_evaluation_mode_1,
9109 condition_evaluation_mode): New static globals.
9110 (translate_condition_evaluation_mode): New function.
9111 (breakpoint_condition_evaluation_mode): New function.
9112 (gdb_evaluates_breakpoint_condition_p): New function.
9113 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9114 (mark_breakpoint_modified): New function.
9115 (mark_breakpoint_location_modified): New function.
9116 (set_condition_evaluation_mode): New function.
9117 (show_condition_evaluation_mode): New function.
9118 (bp_location_compare_addrs): New function.
9119 (get_first_location_gte_addr): New helper function.
9120 (set_breakpoint_condition): Free condition bytecode if locations
9121 has become unconditional. Call mark_breakpoint_modified (...).
9122 (condition_command): Call update_global_location_list (1) for
9124 (breakpoint_xfer_memory): Use is_breakpoint (...).
9125 (is_breakpoint): New function.
9126 (parse_cond_to_aexpr): New function.
9127 (build_target_condition_list): New function.
9128 (insert_bp_location): Handle target-side conditional
9129 breakpoints and call build_target_condition_list (...).
9130 (update_inserted_breakpoint_locations): New function.
9131 (insert_breakpoint_locations): Handle target-side conditional
9133 (bpstat_check_breakpoint_conditions): Add comment.
9134 (bp_condition_evaluator): New function.
9135 (bp_location_condition_evaluator): New function.
9136 (print_breakpoint_location): Print information on where the condition
9138 (print_one_breakpoint_location): Likewise.
9139 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9140 breakpoint location.
9141 (force_breakpoint_reinsertion): New functions.
9142 (update_global_location_list): Handle target-side breakpoint
9144 Reinsert locations that are already inserted if conditions have
9146 (bp_location_dtor): Free agent expression bytecode.
9147 (disable_breakpoint): Call mark_breakpoint_modified (...).
9148 Call update_global_location_list (...) with parameter 1 for breakpoints.
9149 (disable_command): Call mark_breakpoint_location_modified (...).
9150 Call update_global_location_list (...) with parameter 1 for breakpoints.
9151 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9152 (enable_command): mark_breakpoint_location_modified (...).
9153 (_initialize_breakpoint): Update documentation and add
9154 condition-evaluation breakpoint subcommand.
9156 * breakpoint.h: Include ax.h.
9157 (condition_list): New data structure.
9158 (condition_status): New enum.
9159 (bp_target_info) <cond_list>: New field.
9160 (bp_location) <condition_changed, cond_bytecode>: New fields.
9161 (is_breakpoint): New prototype.
9163 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9165 * remote.c (remote_state) <cond_breakpoints>: New field.
9166 (PACKET_ConditionalBreakpoints): New enum.
9167 (remote_cond_breakpoint_feature): New function.
9168 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9169 (remote_supports_cond_breakpoints): New function.
9170 (_initialize_remote): Add new packet configuration for
9171 target-side conditional breakpoints.
9173 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9175 * NEWS: Mention target-side conditional breakpoint support,
9176 new condition-evaluation breakpoint subcommand and remote
9179 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9181 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9184 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9186 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9187 (after_prologue): Remove.
9189 2012-02-23 Tom Tromey <tromey@redhat.com>
9191 * jv-valprint.c (java_val_print): Remove dead code.
9193 2012-02-23 Tristan Gingold <gingold@adacore.com>
9195 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9196 known_tasks_element and known_tasks_length fields.
9197 (read_known_tasks_array): Change argument type. Use pointer type
9198 and number of elements from DATA. Adjust.
9199 (read_known_tasks_list): Likewise.
9200 (get_known_tasks_addr): Remove.
9201 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9202 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9203 type and array length. Merge former get_known_tasks_addr code.
9205 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9208 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9209 it after set_momentary_breakpoint.
9211 2012-02-22 Sterling Augustine <saugustine@google.com>
9214 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9216 2012-02-22 Gary Benson <gbenson@redhat.com>
9218 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9219 (find_slot_in_mapped_hash): Likewise.
9221 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9224 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9225 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9226 * configure: Regenerate.
9228 2012-02-21 Tristan Gingold <gingold@adacore.com>
9229 Pedro Alves <palves@redhat.com>
9231 * ia64-tdep.c: Do not include libunwind-ia64.h.
9232 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9233 Include libunwind-ia64.h instead of libunwind.h.
9234 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9235 for libunwind.h existence.
9236 * configure, config.in: Regenerate.
9238 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9240 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9241 instead of value_rtti_target_type.
9242 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9243 instead of value_rtti_target_type.
9244 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9245 value_rtti_target_type.
9246 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9247 (value_rtti_target_type): Rename to ...
9248 (value_rtti_indirect_type): ... here and make it indirect. Update
9250 * value.c (readjust_indirect_value_type): New function.
9251 (coerce_ref): Support for enclosing type setting for references
9252 with readjust_indirect_value_type.
9253 * value.h (readjust_value_type): New declaration.
9254 (value_rtti_target_type): Rename to ...
9255 (value_rtti_indirect_type): ... here.
9257 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9259 * MAINTAINERS (Write After Approval): Add myself to the list.
9261 2012-02-20 Doug Evans <dje@google.com>
9263 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9264 Rename objfile_p_char parameter to objfilep.
9265 (build_objfile_section_table): Result is now void. All callers
9267 * objfiles.h (struct objfile): Tweak comments, whitespace.
9268 (build_objfile_section_table): Update.
9270 * elfread.c (elf_symfile_segments): Fix warning text.
9272 2012-02-20 Tom Tromey <tromey@redhat.com>
9275 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9276 particular set of file names once.
9277 (dw2_map_symbol_filenames): Likewise.
9279 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9282 * main.c (write_files): Remove the declaration.
9283 (external_editor_command): Move the declaration ...
9284 [GDBTK] (external_editor_command): ... here. Fix the comment.
9286 2012-02-20 Tom Tromey <tromey@redhat.com>
9288 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9291 2012-02-20 Tristan Gingold <gingold@adacore.com>
9293 * darwin-nat.h (enum darwin_msg_state): Add comments.
9295 2012-02-20 Tristan Gingold <gingold@adacore.com>
9297 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9300 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9302 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9303 between function description and implementation.
9305 2012-02-17 Tom Tromey <tromey@redhat.com>
9308 * python/py-event.c (event_object_getset): New global.
9309 (event_object_type): Reference it.
9310 * python/py-type.c (field_object_getset): New global.
9311 (field_object_type): Reference it.
9312 * python/python-internal.h (gdb_py_generic_dict): Declare.
9313 * python/py-utils.c (gdb_py_generic_dict): New function.
9315 2012-02-17 Tristan Gingold <gingold@adacore.com>
9317 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9319 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9321 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9322 TYPE_CALLING_CONVENTION annotation.
9324 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9326 * MAINTAINERS: Add rx to target ISA section.
9327 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9328 (ALLDEPFILES): Add rx-tdep.c.
9330 2012-02-16 Tom Tromey <tromey@redhat.com>
9332 * symfile.c (symbol_file_add_main_1): Use inferior's
9334 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9335 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9337 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9339 (follow_exec): Use inferior's symfile_flags.
9340 * inferior.h (struct inferior) <symfile_flags>: New field.
9342 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9345 * remote-sim.c (gdbsim_create_inferior): Call error() when
9346 sim_create_inferior() fails.
9348 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9350 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9352 2012-02-16 Tom Tromey <tromey@redhat.com>
9355 * thread.c (struct current_thread_cleanup) <was_removable>: New
9357 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9358 (make_cleanup_restore_current_thread): Initialize new field.
9360 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9362 * MAINTAINERS: Add rl78 to target ISA section.
9363 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9364 (ALLDEPFILES): Add rl78-tdep.c.
9365 * NEWS: Mention rl78 as a new target.
9367 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9369 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9371 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9373 2012-02-15 Tom Tromey <tromey@redhat.com>
9376 * infcmd.c (registers_info): Print just the current register's
9379 2012-02-15 Tom Tromey <tromey@redhat.com>
9381 * python/py-symbol.c (sympy_value): Use _().
9383 2012-02-15 Pedro Alves <palves@redhat.com>
9385 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9386 output to be like native targets'.
9387 (remote_pid_to_str): Special case the null ptid.
9389 2012-02-14 Stan Shebs <stan@codesourcery.com>
9391 * NEWS: Mention enable count command.
9392 * breakpoint.h (struct breakpoint): New field enable_count.
9393 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9394 (enable_breakpoint): Add arg to call.
9395 (struct disp_data): New struct.
9396 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9397 (do_map_enable_once_breakpoint): Create a struct and pass it.
9398 (do_map_enable_delete_breakpoint): Ditto.
9399 (do_map_enable_count_breakpoint): New function.
9400 (enable_count_command): New function.
9401 (bpstat_stop_status): Decrement enable_count.
9402 (print_one_breakpoint_location): Report enable count.
9403 (_initialize_breakpoint): Add enable count command.
9405 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9407 * rl78-tdep.c (reggroups.h): Include.
9408 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9409 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9410 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9411 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9412 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9413 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9414 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9415 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9416 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9417 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9418 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9419 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9420 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9421 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9422 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9423 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9424 beginning of register list.
9425 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9426 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9427 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9428 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9429 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9430 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9431 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9432 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9433 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9434 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9435 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9436 the pseudo registers. Rearrange other pseudo registers too so
9437 that the bank registers appear at the end.
9438 (rl78_register_type): Account for the fact that the byte sized
9439 bank registers are now pseudo-registers.
9440 (rl78_register_name): Rearrange the register name array. Make
9441 initial set of raw banked registers inaccessible.
9442 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9443 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9444 case for copying bytes back and forth between raw and pseudo
9445 versions of the banked registers. Update other cases to reflect
9447 (rl78_return_value): Update to account for changed names of
9449 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9450 rl78_register_sim_regno().
9452 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9454 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9455 the name parameter being passed to find_pc_partial_function().
9457 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9459 * MAINTAINERS: Step down from being ia64 target maintainer.
9461 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9463 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9464 compilation warning.
9466 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9468 Fix crash on loaded shlibs without loaded exec_bfd.
9469 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9470 (set_section_command): Replace exec_bfd by p->bfd.
9472 2012-02-10 Tom Tromey <tromey@redhat.com>
9474 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9475 when we have a C++ qualified name.
9477 2012-02-10 Pedro Alves <palves@redhat.com>
9479 * inferior.c (inferior_pid_to_str): New.
9480 (print_inferior, inferior_command): Use it.
9482 2012-02-10 Pedro Alves <palves@redhat.com>
9484 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9486 * configure: Regenerate.
9488 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9490 * linespec.c (decode_line_internal): Fix comment correctness.
9492 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9495 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9496 * amd64bsd-nat.c: Add support for debug registers (adapted from
9498 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9499 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9500 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9501 (amd64bsd_dr_get_control): New functions.
9502 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9503 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9504 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9505 watchpoints initialization.
9506 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9508 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9510 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9512 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9514 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9516 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9518 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9520 * language.h (symbol_name_cmp_ftype): Renames
9521 symbol_name_match_p_ftype.
9522 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9523 la_get_symbol_name_match_p.
9524 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9525 ada_get_symbol_name_match_p. Update comment.
9526 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9527 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9528 Renames symbol_name_match_p. Update field type.
9529 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9530 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9531 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9532 "la_get_symbol_name_cmp" in comments.
9533 * language.c: Likewise.
9535 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9537 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9539 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9540 (amd64_sol2_gregset32_reg_offs): Likewise.
9542 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9544 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9545 of the returned BFD is allocated by GDB.
9547 2012-02-07 Tom Tromey <tromey@redhat.com>
9550 * python/python-internal.h (frame_object_type): Declare.
9551 * python/py-symbol.c (sympy_needs_frame): New function.
9552 (sympy_value): New function.
9553 (symbol_object_getset): Add "needs_frame".
9554 (symbol_object_methods): Add "value".
9555 * python/py-frame.c (frame_object_type): No longer static.
9557 2012-02-07 Tom Tromey <tromey@redhat.com>
9560 * python/py-symbol.c (sympy_line): New function.
9561 (symbol_object_getset): Add "line".
9563 2012-02-07 Tom Tromey <tromey@redhat.com>
9565 * charset.c (find_charset_names): Check 'in' against NULL.
9567 2012-02-06 Doug Evans <dje@google.com>
9569 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9570 and fields.name members from char * to const char *. All uses updated.
9571 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9572 from char * to const char *. All uses updated.
9573 (type_name_no_tag): Update.
9574 (lookup_unsigned_typename, lookup_signed_typename): Update.
9575 * gdbtypes.c (type_name_no_tag): Change result type
9576 from char * to const char *. All callers updated.
9577 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9578 name parameter from char * to const char *.
9579 * symtab.h (struct cplus_specific): Change type of demangled_name
9580 member from char * to const char *. All uses updated.
9581 (struct general_symbol_info): Change type of name and
9582 mangled_lang.demangled_name members from char * to const char *.
9584 (symbol_get_demangled_name, symbol_natural_name): Update.
9585 (symbol_demangled_name, symbol_search_name): Update.
9586 * symtab.c (symbol_get_demangled_name): Change result type
9587 from char * to const char *. All callers updated.
9588 (symbol_natural_name, symbol_demangled_name): Ditto.
9589 (symbol_search_name): Ditto.
9590 (completion_list_add_name): Change type of symname,sym_text,
9591 text,word parameters from char * to const char *.
9592 (completion_list_objc_symbol): Change type of sym_text,
9593 text,word parameters from char * to const char *.
9594 * ada-lang.c (find_struct_field): Change type of name parameter
9595 from char * to const char *.
9596 (encoded_ordered_before): Similarly for N0,N1 parameters.
9597 (old_renaming_is_invisible): Similarly for function_name parameter.
9598 (ada_type_name): Change result type from char * to const char *.
9599 All callers updated.
9600 * ada-lang.h (ada_type_name): Update.
9601 * buildsym.c (hashname): Change type of name parameter
9602 from char * to const char *.
9603 * buildsym.h (hashname): Update.
9604 * dbxread.c (end_psymtab): Change type of include_list parameter
9605 from char ** to const char **.
9606 * dwarf2read.c (determine_prefix): Change result type
9607 from char * to const char *. All callers updated.
9608 * f-lang.c (find_common_for_function): Change type of name, funcname
9609 parameters from char * to const char *.
9610 * f-lang.c (find_common_for_function): Update.
9611 * f-valprint.c (list_all_visible_commons): Change type of funcname
9612 parameters from char * to const char *.
9613 * gdbarch.sh (static_transform_name): Change type of name parameter
9614 and result from char * to const char *.
9615 * gdbarch.c: Regenerate.
9616 * gdbarch.h: Regenerate.
9617 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9618 of name parameter from char * to const char *.
9619 * jv-lang.c (java_primitive_type_from_name): Ditto.
9620 (java_demangled_signature_length): Similarly for signature parameter.
9621 (java_demangled_signature_copy): Ditto.
9622 (java_demangle_type_signature): Ditto.
9623 * jv-lang.h (java_primitive_type_from_name): Update.
9624 (java_demangle_type_signature): Update.
9625 * objc-lang.c (specialcmp): Change type of a,b parameters
9626 from char * to const char *.
9627 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9628 from char * to const char *. All callers updated.
9629 * p-lang.h (is_pascal_string_type): Update.
9630 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9631 of name parameter from char * to const char *.
9632 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9633 * utils.c (fprintf_symbol_filtered): Ditto.
9634 * defs.h (fprintf_symbol_filtered): Update.
9635 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9636 * stabsread.h (end_psymtab): Update.
9637 * stack.c (find_frame_funname): Change type of funname parameter
9638 from char ** to const char **.
9639 * stack.h (find_frame_funname): Update.
9640 * typeprint.c (type_print): Change type of varstring parameter
9641 from char * to const char *.
9642 * value.h (type_print): Update.
9643 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9644 from char * to const char *. All callers updated.
9645 (xcoff_end_psymtab): Change type of include_list parameter
9646 from char ** to const char **. All callers updated.
9647 (swap_sym): Similarly for name parameter. All callers updated.
9648 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9650 (process_coff_symbol): Use xstrdup.
9651 * stabsread.c (stabs_method_name_from_physname): Renamed from
9652 update_method_name_from_physname. Change result type from void
9653 to char *. All callers updated.
9654 (read_member_functions): In has_destructor case, store name in objfile
9655 obstack instead of malloc space. In !has_stub case, fix mem leak.
9657 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9659 * configure: Rebuild.
9660 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9663 2012-02-03 Kevin Buettner <kevinb@redhat.com>
9665 * configure.tgt (rl78-*-elf): New target.
9666 * rl78-tdep.c: New file.
9668 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9670 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9671 and continue the loop. Add QUIT statement.
9673 2012-02-03 Tom Tromey <tromey@redhat.com>
9676 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9677 bfd_lookup_symbol_from_symtab.
9678 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9679 gdb_bfd_lookup_symbol_from_symtab.
9681 2012-02-03 Joel Brobecker <brobecker@adacore.com>
9683 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9684 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9685 symbol. Add assertion that sym2 is never NULL.
9687 2012-02-02 Doug Evans <dje@google.com>
9689 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9690 "name" parameter to const char ** from char **. All callers updated.
9691 (find_pc_partial_function): Ditto.
9692 (cache_pc_function_name): Change type to const char * from char *.
9693 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9694 (find_pc_partial_function): Update.
9695 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9696 type of "name" parameter to const char * from char *.
9698 * arch-utils.c (generic_in_solib_return_trampoline): Change
9699 type of "name" parameter to const char * from char *.
9700 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9701 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9702 type of "name" parameter to const char * from char *.
9703 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9704 * gdbarch.c: Regenerate.
9705 * gdbarch.h: Regenerate.
9706 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9707 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9708 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9709 type of "name" parameter to const char * from char *.
9710 * skip.c (skip_function_pc): Ditto.
9711 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9712 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9713 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9714 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9715 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9716 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9717 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9718 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9719 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9721 2012-02-02 Pedro Alves <palves@redhat.com>
9723 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9724 the current inferior has no execution. Make sure the current
9725 remote process matches gdb's current inferior.
9727 2012-02-02 Tom Tromey <tromey@redhat.com>
9730 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9733 2012-02-02 Tom Tromey <tromey@redhat.com>
9736 * symtab.c (lookup_language_this): Set block_found.
9738 2012-02-01 Tom Tromey <tromey@redhat.com>
9741 * jit.c (struct jit_inferior_data): Rewrite.
9742 (struct jit_objfile_data): New.
9743 (get_jit_objfile_data): New function.
9744 (add_objfile_entry): Update.
9745 (jit_read_descriptor): Return int. Replace descriptor_addr
9746 argument with inf_data. Update. Don't call error.
9747 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9749 (jit_inferior_init): Don't look up descriptor. Don't call error.
9750 (jit_reset_inferior_data_and_breakpoints)
9751 (jit_inferior_created_observer): Remove.
9752 (jit_inferior_exit_hook): Update.
9753 (jit_executable_changed_observer): Remove.
9754 (jit_event_handler): Update.
9755 (free_objfile_data): Reset inferior data if needed.
9756 (_initialize_jit): Update.
9758 2012-02-01 Tom Tromey <tromey@redhat.com>
9760 * jit.c (bfd_open_from_target_memory): Move higher in file.
9762 2012-02-01 Tristan Gingold <gingold@adacore.com>
9764 * libunwind-frame.c (libunwind_load): Display message if dlopen
9767 2012-02-01 Gary Benson <gbenson@redhat.com>
9769 * symtab.h (symbol_found_callback_ftype): New typedef.
9770 (iterate_over_symbols): Use the above.
9771 * symtab.c (iterate_over_symbols): Likewise.
9772 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9773 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9774 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9775 (iterate_name_matcher): Document return values.
9776 (collect_one_symbol): Likewise.
9777 (collect_function_symbols): Likewise.
9778 (collect_symbols): Likewise.
9780 2012-02-01 Tom Tromey <tromey@redhat.com>
9782 * ada-lang.c (resolve_subexp): Update.
9783 (ada_lookup_symbol_list): Add 'full_search' argument.
9784 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9785 ada_lookup_symbol_list.
9786 (ada_lookup_encoded_symbol): Update.
9787 (get_var_value): Update.
9788 * ada-exp.y (block_lookup): Update.
9789 (write_var_or_type): Update.
9790 (write_name_assoc): Update.
9791 * ada-lang.h (ada_lookup_symbol_list): Update.
9793 2012-01-31 Tom Tromey <tromey@redhat.com>
9795 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9798 2012-01-31 Doug Evans <dje@google.com>
9800 * symtab.h: Remove outdated comment.
9801 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9803 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9805 Fix build error in Darwin port.
9806 * i386-darwin-nat.c: Include i386-nat.h.
9808 2012-01-30 Tom Tromey <tromey@redhat.com>
9810 PR breakpoints/13568:
9811 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9812 argument. Check for recursive includes.
9813 (dwarf_decode_macros): Create an include hash.
9815 2012-01-30 Michael Eager <eager@eagercon.com>
9817 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9818 * ppc-linux-tdep.c: Include glibc-tdep.h.
9819 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9820 (powerpc_linux_in_plt_stub): New function.
9821 (powerpc_linux_in_dynsym_resolve_code): New function.
9822 (ppc_skip_trampoline_code): New function.
9823 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9824 Use glibc_skip_solib_resolver.
9826 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9828 Code cleanup: Make 1440 bytes of data segment read-only.
9829 * arch-utils.c (endian_enum): Make it const char *const [].
9830 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9832 * breakpoint.c (always_inserted_enums): Likewise.
9833 * cli/cli-cmds.c (script_ext_enums): Likewise.
9834 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9835 enumlist parameter const char *const *.
9836 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9837 const char *const *.
9838 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9839 parameter const char *const *.
9840 * cris-tdep.c (cris_modes): Make it const char *const [].
9841 * filesystem.c (target_file_system_kinds): Likewise.
9842 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9843 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9844 (can_use_displaced_stepping_enum, scheduler_enums)
9845 (exec_direction_names): Likewise.
9846 * language.c (_initialize_language): Make the type_or_range_names and
9847 case_sensitive_names variables const char *const [].
9848 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9849 * python/python.c (python_excp_enums): Likewise.
9850 * remote.c (interrupt_sequence_modes): Likewise.
9851 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9852 * serial.c (logbase_enums): Likewise.
9853 * sh-tdep.c (sh_cc_enum): Likewise.
9854 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9856 * symtab.c (multiple_symbols_modes): Likewise.
9857 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9859 * utils.c (internal_problem_modes): Likewise.
9861 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9863 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9864 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9867 2012-01-27 Doug Evans <dje@google.com>
9869 * configure.ac (with_python): Fix absolute path handling for win32.
9870 * configure: Regenerate.
9872 2012-01-26 Doug Evans <dje@google.com>
9874 * symtab.c: Whitespace cleanup, no code changes.
9876 * symtab.c (lookup_symbol_in_language): Improve comment.
9877 (lookup_symbol_aux): Fix comment.
9879 * psymtab.c (add_psymbol_to_list): Result is now "void".
9880 * psympriv.h (add_psymbol_to_list): Update.
9882 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9884 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9886 Do not open script filenames twice.
9887 * cli/cli-cmds.c (source_script_from_stream): Pass to
9888 source_python_script also STREAM.
9889 * python/py-auto-load.c (source_section_scripts): Pass to
9890 source_python_script_for_objfile also STREAM.
9891 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9893 * python/python-internal.h (source_python_script_for_objfile): New
9894 parameter file, rename parameter file to filename.
9895 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9896 instead if !_WIN32. Update the function comment.
9897 (source_python_script, source_python_script_for_objfile)
9898 (source_python_script): New parameter file, rename parameter file to
9899 filename. Pass FILENAME to python_run_simple_file.
9900 * python/python.h (source_python_script): New parameter file, rename
9901 parameter file to filename.
9903 2012-01-26 Pedro Alves <palves@redhat.com>
9905 * corelow.c (core_has_fake_pid): Delete.
9906 (core_close): Delete references to `core_has_fake_pid'.
9907 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9908 (core_open): Delete references to `core_has_fake_pid'.
9909 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9912 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9914 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9915 Remove language parameter from name_matcher. Adjust the comment.
9916 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9917 Remove language parameter.
9918 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9919 * linespec.c (iterate_name_matcher): Likewise.
9920 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9921 name_matcher. Adjust call accordingly.
9922 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9923 (maintenance_check_symtabs): Adjust type of parameter "fun".
9924 * psymtab.h (maintenance_check_symtabs): Likewise.
9926 2012-01-26 Joel Brobecker <brobecker@adacore.com>
9928 * language.h (symbol_name_match_p_ftype): New typedef.
9929 (struct language_defn): Replace field la_symbol_name_compare
9930 by la_get_symbol_name_match_p.
9931 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9932 (ada_language_defn): Use it.
9933 * linespec.c (struct symbol_matcher_data): New type.
9934 (iterate_name_matcher): Rewrite.
9935 (iterate_over_all_matching_symtabs): Pass a pointer to
9936 a symbol_matcher_data struct to expand_symtabs_matching
9937 instead of just the lookup name.
9938 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9939 opencl-lang.c, p-lang.c, language.c: Delete field
9940 la_symbol_name_compare, and replace by NULL for new field
9941 la_get_symbol_name_match_p.
9942 * symfile.h (struct quick_symbol_functions): Update comment.
9944 2012-01-25 Tom Tromey <tromey@redhat.com>
9946 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9949 2012-01-24 Tom Tromey <tromey@redhat.com>
9952 * solib.c (update_solib_list): Update the program space's
9953 added_solibs and deleted_solibs fields.
9954 * progspace.h (struct program_space) <added_solibs,
9955 deleted_solibs>: New fields.
9956 (clear_program_space_solib_cache): Declare.
9957 * progspace.c (release_program_space): Call
9958 clear_program_space_solib_cache.
9959 (clear_program_space_solib_cache): New function.
9960 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9961 bpstat_stop_status. Use handle_solib_event.
9962 * breakpoint.c: Include gdb_regex.h.
9963 (print_solib_event): New function.
9964 (bpstat_print): Use print_solib_event.
9965 (bpstat_stop_status): Add special case for bp_shlib_event.
9966 (handle_solib_event): New function.
9967 (bpstat_what): Use handle_solib_event.
9968 (struct solib_catchpoint): New.
9969 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9970 (breakpoint_hit_catch_solib, check_status_catch_solib)
9971 (print_it_catch_solib, print_one_catch_solib)
9972 (print_mention_catch_solib, print_recreate_catch_solib): New
9974 (catch_solib_breakpoint_ops): New global.
9975 (catch_load_or_unload, catch_load_command_1)
9976 (catch_unload_command_1): New functions.
9977 (internal_bkpt_check_status): Add special case for
9979 (internal_bkpt_print_it): Use print_solib_event.
9980 (initialize_breakpoint_ops): Initialize
9981 catch_solib_breakpoint_ops.
9982 (_initialize_breakpoint): Register "catch load" and "catch
9984 * breakpoint.h (handle_solib_event): Declare.
9985 * NEWS: Add entry for "catch load" and "catch unload".
9987 2012-01-24 Tom Tromey <tromey@redhat.com>
9989 * ada-lang.c: Include gdb_vecs.h.
9990 * charset.c: Include gdb_vecs.h.
9991 * tracepoint.h: Include gdb_vecs.h.
9992 * gdb_vecs.h: New file.
9994 2012-01-24 Pedro Alves <pedro@codesourcery.com>
9996 * breakpoint.c (breakpoint_hit_catch_fork)
9997 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9998 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9999 * infrun.c (inferior_has_forked, inferior_has_vforked)
10000 (inferior_has_execd, inferior_has_called_syscall): Delete.
10001 (handle_syscall_event): Get syscall_number from the execution
10002 control state's wait status.
10003 (wait_for_inferior): Don't clear syscall_number.
10005 2012-01-24 Pedro Alves <palves@redhat.com>
10007 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10008 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10009 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10010 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10012 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10013 false for events other than TARGET_SIGNAL_TRAP.
10014 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10015 Add `ws' parameter.
10016 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10017 events other than TARGET_SIGNAL_TRAP.
10018 (tracepoint_breakpoint_hit): Add `ws' parameter.
10019 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10021 (bpstat_stop_status): Same.
10022 (pc_at_non_inline_function): Same.
10023 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10024 to pass the current event's waitstatus to bpstat_stop_status
10025 and pc_at_non_inline_function.
10027 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10030 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10031 Update the function comment for it.
10032 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10033 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10036 2012-01-24 Pedro Alves <palves@redhat.com>
10038 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10039 outside `bs->stop' block.
10040 (bpstat_what): Rework bp_shlib_event handling.
10041 (internal_bkpt_check_status): If the breakpoint is a
10042 bp_shlib_event, then set bs->stop and bs->print if
10043 stop_on_solib_events is set.
10045 2012-01-24 Gary Benson <gbenson@redhat.com>
10047 Delete #if 0'd out code.
10048 * stack.c (print_frame_label_vars): Remove.
10049 (catch_info): Likewise.
10050 (_initialize_stack): Remove "info catch" command.
10051 * NEWS: Mention the above.
10053 2012-01-24 Pedro Alves <palves@redhat.com>
10055 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10057 (remote_notice_new_inferior): If the remote end doesn't support
10058 the multiprocess extensions, then the PID is fake.
10059 (add_current_inferior_and_thread): New.
10060 (remote_start_remote): Use it.
10061 (extended_remote_attach_1): Adjust.
10062 (extended_remote_create_inferior_1): Use
10063 add_current_inferior_and_thread.
10065 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10067 Fix watchpoints to be specific for each inferior.
10068 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10069 current_program_space.
10070 * i386-nat.c (i386_inferior_data_cleanup): New.
10071 (i386_inferior_data_get): Replace variable inf_data_local by an
10072 inferior_data call.
10073 (i386_use_watchpoints): Initialize i386_inferior_data.
10074 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10075 specific iterate_over_lwps.
10077 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10079 Fix watchpoints across inferior fork.
10080 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10081 comment for linux_nat_iterate_watchpoint_lwps.
10082 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10083 linux_nat_iterate_watchpoint_lwps.
10084 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10085 * i386-linux-nat.c (update_debug_registers_callback): Update the
10086 comment for linux_nat_iterate_watchpoint_lwps.
10087 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10088 linux_nat_iterate_watchpoint_lwps.
10089 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10090 * i386-nat.c: Include inferior.h.
10091 (dr_mirror): Remove.
10092 (i386_inferior_data, struct i386_inferior_data)
10093 (i386_inferior_data_get): New.
10094 (i386_debug_reg_state): Use i386_inferior_data_get.
10095 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10096 (i386_insert_watchpoint, i386_remove_watchpoint)
10097 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10098 (i386_remove_hw_breakpoint): New variable state, use
10099 i386_debug_reg_state instead of DR_MIRROR.
10100 * linux-nat.c (delete_lwp): New declaration.
10101 (num_lwps): Move here from downwards.
10102 (delete_lwp_cleanup): New.
10103 (linux_child_follow_fork): Create new child_lp, call
10104 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10106 (num_lwps): Move upwards.
10107 (linux_nat_iterate_watchpoint_lwps): New.
10108 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10109 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10111 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10115 2012-01-23 Pedro Alves <palves@redhat.com>
10117 * top.c (caution): Rename to ...
10118 (confirm): ... this.
10119 (show_caution): Rename to ...
10120 (show_confirm): ... this.
10121 (quit_cover): Adjust.
10122 (init_main): Adjust.
10123 * top.h (caution): Rename to ...
10124 (confirm): ... this.
10125 * utils.c (internal_vproblem, defaulted_query): Adjust.
10127 2012-01-23 Pedro Alves <palves@redhat.com>
10129 * top.c (caution): Update comment.
10130 (execute_command): Don't consider the current value of `caution'.
10132 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10134 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10136 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10138 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10139 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10140 * target.c (target_fileio_pwrite): Remove buffer address from
10142 (target_fileio_pread): Likewise.
10144 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10146 * NEWS: Document remote "info proc" and "generate-core-file".
10148 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10150 * gdbarch.sh (find_memory_regions): New callback.
10151 * gdbarch.c, gdbarch.h: Regenerate.
10153 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10154 callback before falling back to target method.
10156 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10157 (linux_target_install_ops): No longer install it.
10159 * linux-tdep.c (linux_find_memory_regions): New function.
10160 (linux_init_abi): Install it.
10162 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10164 * gdbarch.sh (make_corefile_notes): New architecture callback.
10165 * gdbarch.c: Regenerate.
10166 * gdbarch.h: Likewise.
10168 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10169 before target_make_corefile_notes. If NULL is returned, the
10170 target does not support core file generation.
10172 * linux-nat.c: Include "linux-tdep.h".
10173 (find_signalled_thread, find_stop_signal): Remove.
10174 (linux_nat_do_thread_registers): Likewise.
10175 (struct linux_nat_corefile_thread_data): Likewise.
10176 (linux_nat_corefile_thread_callback): Likewise.
10177 (iterate_over_spus): Likewise.
10178 (struct linux_spu_corefile_data): Likewise.
10179 (linux_spu_corefile_callback): Likewise.
10180 (linux_spu_make_corefile_notes): Likewise.
10181 (linux_nat_collect_thread_registers): New function.
10182 (linux_nat_make_corefile_notes): Replace contents by call to
10183 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10184 as native-only callback.
10186 * linux-tdep.h: Include "bfd.h".
10187 (struct regcache): Add forward declaration.
10188 (linux_collect_thread_registers_ftype): New typedef.
10189 (linux_make_corefile_notes): Add prototype.
10190 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10191 "regset.h", and "elf-bfd.h".
10192 (find_signalled_thread, find_stop_signal): New functions.
10193 (linux_spu_make_corefile_notes): Likewise.
10194 (linux_collect_thread_registers): Likewise.
10195 (struct linux_corefile_thread_data): New data structure.
10196 (linux_corefile_thread_callback): New funcion.
10197 (linux_make_corefile_notes): Likewise.
10198 (linux_make_corefile_notes_1): Likewise.
10199 (linux_init_abi): Install it.
10201 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10203 * gdbarch.sh (info_proc): New callback.
10204 * gdbarch.c, gdbarch.h: Regenerate.
10206 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10207 before falling back to the target info_proc callback.
10209 * linux-nat.c: Do not include "cli/cli-utils.h".
10210 (linux_nat_info_proc): Remove.
10211 (linux_target_install_ops): No longer install it.
10213 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10214 (read_mapping): New function.
10215 (linux_info_proc): Likewise.
10216 (linux_init_abi): Install it.
10218 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10220 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10221 * infcmd.c: (info_proc_cmd_1): New function.
10222 (info_proc_cmd): New function, moved here from equivalent routine
10223 orignally in linux-nat.c.
10224 (info_proc_cmd_mappings): Likewise.
10225 (info_proc_cmd_stat): Likewise.
10226 (info_proc_cmd_status): Likewise.
10227 (info_proc_cmd_cwd): Likewise.
10228 (info_proc_cmd_cmdline): Likewise.
10229 (info_proc_cmd_exe): Likewise.
10230 (info_proc_cmd_all): Likewise.
10231 (_initialize_infcmd): Install "info proc" command and subcommands.
10233 * target.h (struct target_ops): Add to_info_proc.
10234 (target_info_proc): Add prototype.
10235 * target.c (target_info_proc): New function.
10237 * procfs.c (procfs_info_proc): Add prototype.
10238 (info_proc_cmd): Rename into ...
10239 (procfs_info_proc): ... this. Update argument types as appropriate
10240 for a to_info_proc implementation. Handle "what" argument.
10241 (procfs_target): Install procfs_info_proc.
10242 (_initialize_procfs): No longer install "info proc" command.
10244 * linux-nat.c: (enum info_proc_what): Remove.
10245 (linux_nat_info_proc_cmd_1): Rename into ...
10246 (linux_nat_info_proc): ... this. Update argument types as appropriate
10247 for a to_info_proc implementation.
10248 (linux_nat_info_proc_cmd): Remove.
10249 (linux_nat_info_proc_cmd_mappings): Likewise.
10250 (linux_nat_info_proc_cmd_stat): Likewise.
10251 (linux_nat_info_proc_cmd_status): Likewise.
10252 (linux_nat_info_proc_cmd_cwd): Likewise.
10253 (linux_nat_info_proc_cmd_cmdline): Likewise.
10254 (linux_nat_info_proc_cmd_exe): Likewise.
10255 (linux_nat_info_proc_cmd_all): Likewise.
10256 (linux_target_install_ops): Install linux_nat_info_proc.
10257 (_initialize_linux_nat): No longer install "info proc" command
10260 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10262 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10263 * config.in, configure: Regenerate.
10265 * target.h (struct target_ops): Add to_fileio_readlink.
10266 (target_fileio_readlink): Add prototype.
10267 * target.c (target_fileio_readlink): New function.
10269 * inf-child.c: Conditionally include <sys/param.h>.
10270 (inf_child_fileio_readlink): New function.
10271 (inf_child_target): Install it.
10273 * remote.c (PACKET_vFile_readlink): New enum value.
10274 (remote_hostio_readlink): New function.
10275 (init_remote_ops): Install it.
10276 (_initialize_remote): Handle vFile:readlink packet type.
10278 2012-01-20 Pedro Alves <palves@redhat.com>
10279 Ulrich Weigand <ulrich.weigand@linaro.org>
10281 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10282 * config.in, configure: Regenerate.
10284 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10285 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10286 (target_fileio_open): Add prototype.
10287 (target_fileio_pwrite): Likewise.
10288 (target_fileio_pread): Likewise.
10289 (target_fileio_close): Likewise.
10290 (target_fileio_unlink): Likewise.
10291 (target_fileio_read_alloc): Likewise.
10292 (target_fileio_read_stralloc): Likewise.
10294 * target.c: Include "gdb/fileio.h".
10295 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10296 (default_fileio_target): New function.
10297 (target_fileio_open): Likewise.
10298 (target_fileio_pwrite): Likewise.
10299 (target_fileio_pread): Likewise.
10300 (target_fileio_close): Likewise.
10301 (target_fileio_unlink): Likewise.
10302 (target_fileio_close_cleanup): Likewise.
10303 (target_fileio_read_alloc_1): Likewise.
10304 (target_fileio_read_alloc): Likewise.
10305 (target_fileio_read_stralloc): Likewise.
10307 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10308 <fcntl.h>, and <unistd.h>.
10309 (inf_child_fileio_open_flags_to_host): New function.
10310 (inf_child_errno_to_fileio_error): Likewise.
10311 (inf_child_fileio_open): Likewise.
10312 (inf_child_fileio_pwrite): Likewise.
10313 (inf_child_fileio_pread): Likewise.
10314 (inf_child_fileio_close): Likewise.
10315 (inf_child_fileio_unlink): Likewise.
10316 (inf_child_target): Install to_fileio routines.
10318 * remote.c (init_remote_ops): Install to_fileio routines.
10320 2012-01-20 Pedro Alves <palves@redhat.com>
10321 Ulrich Weigand <ulrich.weigand@linaro.org>
10323 * remote.c (remote_multi_process_p): Only check for multi-process
10324 protocol feature, do not check for extended protocol.
10325 (remote_supports_multi_process): Check for extended protocol here.
10326 (set_general_process): Likewise.
10327 (extended_remote_kill): Likewise.
10328 (remote_pid_to_str): Likewise.
10329 (remote_query_supported): Always query multiprocess mode.
10331 2012-01-20 Pedro Alves <palves@redhat.com>
10332 Ulrich Weigand <ulrich.weigand@linaro.org>
10334 * inferior.h (struct inferior): Add fake_pid_p.
10335 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10336 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10337 magic_null_ptid since the remote side doesn't provide a real PID.
10339 2012-01-19 Tom Tromey <tromey@redhat.com>
10341 * NEWS: Combine the two Python sections.
10343 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10345 * target.h (target_close): Update comment on the target's unpush state.
10347 2012-01-19 Pedro Alves <palves@redhat.com>
10349 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10350 linux_nat_async directly instead of going through the target
10352 * target.c (unpush_target): Close target after unpushing it, not
10355 2012-01-19 Gary Benson <gbenson@redhat.com>
10357 * mdebugread.c (sort_blocks): Replace integer constants with ones
10358 derived from FIRST_LOCAL_BLOCK.
10360 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10361 Jan Kratochvil <jan.kratochvil@redhat.com>
10364 * symfile.c (find_separate_debug_file): New function.
10365 (terminate_after_last_dir_separator): Likewise.
10366 (find_separate_debug_file_by_debuglink): Also try realpath.
10367 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10368 * configure: Regenerate.
10369 * config.in: Regenerate.
10371 2012-01-18 Doug Evans <dje@google.com>
10373 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10374 (main.o): Remove rule.
10375 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10376 (--with-sysroot): Rewrite.
10377 * configure: Regenerate.
10378 * config.in: Regenerate.
10380 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10382 * parse.c (initialize_expout): New function.
10383 (reallocate_expout): Likewise.
10384 (parse_exp_in_context): Use `initialize_expout' and
10385 `reallocate_expout' when appropriate.
10387 2012-01-18 Pedro Alves <palves@redhat.com>
10389 * record.c (struct record_breakpoint, record_breakpoint_p)
10390 (record_breakpoints): New.
10391 (record_insert_breakpoint, record_remove_breakpoint): Manage
10392 record breakpoints list. Only remove breakpoints from the
10393 inferior if they had been inserted there in the first place.
10395 2012-01-17 Doug Evans <dje@google.com>
10397 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10398 if we know we don't have a file name to look for.
10400 2012-01-17 Pedro Alves <palves@redhat.com>
10402 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10403 the frame's stop reason is UNWIND_UNAVAILABLE.
10405 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10407 Fix compilation error.
10408 * m2-exp.y (yyerror): Use ANSI C prototype.
10410 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10412 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10413 (growbuf_by_size): Likewise.
10414 (yyerror): Likewise.
10415 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10416 (modblock): Remove variable (was #if 0'ed).
10417 (parse_number): Convert prototype from K&R to ANSI C.
10418 (yyerror): Likewise.
10419 * objc-exp.y (parse_number): Likewise.
10420 (yyerror): Likewise.
10421 (yylex): Remove #if 0'ed code.
10422 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10423 (yyerror): Likewise.
10425 2012-01-16 Tom Tromey <tromey@redhat.com>
10428 * symtab.h (compare_filenames_for_search): Declare.
10429 * symtab.c (compare_filenames_for_search): New function.
10430 (iterate_over_some_symtabs): Use it.
10431 * symfile.h (struct quick_symbol_functions)
10432 <map_symtabs_matching_filename>: Change spec.
10433 * psymtab.c (partial_map_symtabs_matching_filename): Use
10434 compare_filenames_for_search. Update for new spec.
10435 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10436 compare_filenames_for_search. Update for new spec.
10437 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10439 2012-01-16 Tom Tromey <tromey@redhat.com>
10442 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10443 (struct main_type) <flag_flag_enum>: New field.
10444 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10445 * NEWS: Add entries.
10446 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10448 * python/lib/gdb/printing.py (_EnumInstance): New class.
10449 (FlagEnumerationPrinter): Likewise.
10451 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10453 * breakpoint.c (create_sals_from_address_default): New function.
10454 (create_breakpoints_sal_default): Likewise.
10455 (decode_linespec_default): Likewise.
10456 (is_marker_spec): Removed.
10457 (strace_marker_p): New function.
10458 (init_breakpoint_sal): Using `strace_marker_p' instead of
10460 (create_breakpoint): Call method `create_sals_from_address' from
10461 breakpoint_ops, replacing code that created SALs conditionally
10462 on the type of the breakpoint. Call method `create_breakpoints_sal',
10463 replacing code that created breakpoints conditionally on the type
10465 (base_breakpoint_create_sals_from_address): New function.
10466 (base_breakpoint_create_breakpoints_sal): Likewise.
10467 (base_breakpoint_decode_linespec): Likewise.
10468 (base_breakpoint_ops): Add methods
10469 `base_breakpoint_create_sals_from_address',
10470 `base_breakpoint_create_breakpoints_sal' and
10471 `base_breakpoint_decode_linespec'.
10472 (bkpt_create_sals_from_address): New function.
10473 (bkpt_create_breakpoints_sal): Likewise.
10474 (bkpt_decode_linespec): Likewise.
10475 (tracepoint_create_sals_from_address): Likewise.
10476 (tracepoint_create_breakpoints_sal): Likewise.
10477 (tracepoint_decode_linespec): Likewise.
10478 (strace_marker_create_sals_from_address): Likewise.
10479 (strace_marker_create_breakpoints_sal): Likewise.
10480 (strace_marker_decode_linespec): Likewise.
10481 (strace_marker_breakpoint_ops): New variable.
10482 (addr_string_to_sals): Remove `marker_spec'. Call method
10483 `decode_linespec' from breakpoint_ops, replacing code that decoded
10484 an address string into a SAL. Use `strace_marker_p' instead of
10486 (strace_command): Decide whether we are dealing with a static
10487 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10488 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10489 * breakpoint.h (linespec_result, linespec_sals): New forward
10491 (breakpoint_ops) <create_sals_from_address>,
10492 <create_breakpoints_sal>, <decode_linespec>: New methods.
10494 2012-01-14 Doug Evans <dje@google.com>
10496 * NEWS: Update text for "maint set python print-stack".
10497 It is deprecated in gdb 7.4 and deleted in 7.5.
10499 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10501 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10502 including curses.h.
10504 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10506 * configure: Regenerate.
10507 * config.in: Regenerate.
10509 2012-01-12 Keith Seitz <keiths@redhat.com>
10512 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10513 (ANONYMOUS_UNION_NAME): Define.
10514 (is_path_expr_parent): New function.
10515 (get_path_expr_parent): New function.
10516 (is_anonymous_child): New function.
10517 (create_child_with_value): If the child is anonymous and without
10518 a name, assign an object name to it.
10519 (c_describe_child): Use get_path_expr_parent to determine
10520 the parent expression.
10521 If there field represents an anonymous struct or union and
10522 has no name, set an appropriate display name and expression.
10523 (cplus_describe_child): Likewise.
10525 2012-01-12 Pedro Alves <palves@redhat.com>
10527 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10528 available when %ebp is found to be zero (outermost).
10530 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10532 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10533 an internal gdb_static_assert.
10534 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10536 2012-01-11 Tom Tromey <tromey@redhat.com>
10539 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10540 catch" and "catch throw".
10542 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10544 * blockframe.c (block_innermost_frame): Start search from selected
10545 frame, if present, or otherwise the current frame.
10547 * c-exp.y (variable): Update innermost_block for
10548 'block COLONCOLON NAME' clause.
10549 * m2-exp.y (variable): Ditto.
10550 * objc-exp.y (variable): Ditto.
10552 2012-01-10 Tom Tromey <tromey@redhat.com>
10555 * python/python.c (finish_python_initialization): Set sys.argv.
10557 2012-01-10 Doug Evans <dje@google.com>
10559 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10560 "want_line_info". All callers updated.
10561 (dwarf_decode_lines_1): New function.
10562 (handle_DW_AT_stmt_list): Add function comment.
10563 New arg "want_line_info". All callers updated.
10564 (read_file_scope,read_type_unit_scope): Move comment from
10565 handle_DW_AT_stmt_list to here.
10567 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10569 Fix regression after libiberty/ update for GCC PR 6057 and others.
10570 * c-exp.y (operator) <OPERATOR DELETE>
10571 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10572 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10573 (make_builtin_type, make_name): New variable i, add gdb_assert.
10574 (operator) <OPERATOR NEW>: Update ARGS to 3.
10575 (operator) <OPERATOR DELETE>: Add trailing space.
10576 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10577 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10578 * cp-support.c (cp_canonicalize_string): Check NULL from
10579 cp_comp_to_string, call warning and return.
10581 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10583 Fix duplicate .o files after omitting libbfd.a.
10584 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10585 (SFILES): Add corelow.c.
10586 (COMMON_OBS): Add corelow.o.
10587 (ALLDEPFILES): Remove corelow.c.
10588 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10589 * config/alpha/alpha-osf3.mh: Likewise.
10590 * config/alpha/fbsd.mh: Likewise.
10591 * config/arm/nbsdaout.mh: Likewise.
10592 * config/arm/nbsdelf.mh: Likewise.
10593 * config/i386/i386gnu.mh: Likewise.
10594 * config/ia64/hpux.mh: Likewise.
10595 * config/ia64/linux.mh: Likewise.
10596 * config/m32r/linux.mh: Likewise.
10597 * config/m68k/linux.mh: Likewise.
10598 * config/mips/irix5.mh: Likewise.
10599 * config/mips/irix6.mh: Likewise.
10600 * config/pa/hpux.mh: Likewise.
10601 * config/pa/linux.mh: Likewise.
10602 * config/powerpc/aix.mh: Likewise.
10603 * config/sparc/linux.mh: Likewise.
10604 * config/sparc/linux64.mh: Likewise.
10605 * config/sparc/sol2.mh: Likewise.
10606 * config/vax/vax.mh: Likewise.
10607 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10608 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10609 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10610 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10611 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10612 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10613 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10614 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10615 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10616 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10617 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10618 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10619 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10620 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10621 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10622 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10623 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10624 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10625 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10626 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10627 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10628 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10629 corelow.o from gdb_target_obs.
10630 * corefile.c (core_target): Update the comment on NULL value.
10631 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10632 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10633 MATCHES. Drop YUMMY set on NULL.
10634 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10635 reclaim CORE_DATA if it is already NULL.
10637 2012-01-09 Doug Evans <dje@google.com>
10639 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10640 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10642 2012-01-09 Keith Seitz <keiths@redhat.com>
10644 * breakpoint.c (wrapper.h): Don't include.
10646 2012-01-09 Keith Seitz <keiths@redhat.com>
10648 * Makefile.in (SFILES): Remove wrapper.c.
10649 (HFILES_NO_SRCDIR): Remove wrapper.h.
10650 (COMMON_OBS): Remove wrapper.o.
10651 * cli/cli-interp.c: Don't inlude wrapper.h.
10652 * corelow.c: Likewise.
10653 (core_open): Replace gdb_target_find_new_threads with
10654 TRY_CATCH around target_find_new_threads.
10655 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10656 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10657 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10658 evaluate_expression.
10659 (varobj_set_value): Likewise for evaluate_expression and
10661 (install_new_variable): Likewise for value_fetch_lazy.
10662 (adjust_value_for_child_access): Likewise for value_ind.
10663 (c_describe_child): Likewise for value_subscript and
10665 (c_value_of_root): Likewise for evaluate_expression.
10666 * wrapper.c: Remove.
10667 * wrapper.h: Remove.
10669 2012-01-09 Doug Evans <dje@google.com>
10671 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10672 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10673 "abfd" args with "section". All callers updated.
10674 Error checking code moved ...
10675 (error_check_comp_unit_head): ... here. New function.
10676 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10677 Delete arg "abfd". New arg "type_offset". All callers updated.
10678 (create_debug_types_hash_table): Simplify by using
10679 read_and_check_type_unit_head.
10681 * parser-defs.h (namecopy): Delete.
10682 * parse.c (namecopy, namecopy_size): Move into copy_name.
10684 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10686 Partially fix duplicate .o files after omitting libbfd.a.
10687 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10688 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10689 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10690 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10691 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10692 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10693 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10695 2012-01-09 Pedro Alves <palves@redhat.com>
10697 * MAINTAINERS: Update my email address.
10699 2012-01-08 Doug Evans <dje@google.com>
10701 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10702 n_type_units. Rename type_comp_units to all_type_units.
10704 (add_signatured_type_cu_to_table): Renamed from
10705 add_signatured_type_cu_to_list. All callers updated.
10707 * gdbtypes.h (struct cplus_struct_type): Delete member
10708 nfn_fields_total. All uses removed.
10710 2012-01-06 Doug Evans <dje@google.com>
10712 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10714 (dwarf2_find_comp_unit): Delete.
10715 (process_psymtab_comp_unit): Make result "void".
10716 Delete args buffer, info_ptr, buffer_size, and replace with
10717 "section". All callers updated.
10718 (dwarf2_build_psymtabs_hard): Simplify.
10720 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10721 Thiago Jung Bauermann <bauerman@br.ibm.com>
10723 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10724 before `struct gdb_exception'.
10725 * breakpoint.c (update_global_location_list_nothrow)
10726 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10727 * cp-abi.c (value_rtti_type): Likewise.
10728 * cp-support.c (cp_validate_operator): Likewise.
10729 * infrun.c (insert_exception_resume_breakpoint)
10730 (check_exception_resume, keep_going): Likewise.
10731 * mi-interp.c (mi_breakpoint_created)
10732 (mi_breakpoint_modified): Likewise.
10733 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10734 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10735 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10737 2012-01-05 Doug Evans <dje@google.com>
10739 * dwarf2read.c (statement_prologue): Delete, unused.
10741 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10742 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10744 * dwarf2read.c (comp_unit_header): Delete, unused.
10746 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10748 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10749 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10751 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10753 * infrun.c (normal_stop): Don't skip calling the normal_stop
10754 observers if the thread was doing a multi-step, but stopped for
10755 some reason other than stepping.
10757 2012-01-05 Pedro Alves <alves.ped@gmail.com>
10759 * cli/cli-decode.h: Add comments.
10760 (CMD_LIST_AMBIGUOUS): Moved to command.h
10761 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10762 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10763 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10764 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10765 (add_com, add_com_alias, add_info, add_info_alias)
10766 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10768 * command.h: Add and adjust comments.
10769 (CMD_LIST_AMBIGUOUS): Moved here.
10770 (help_cmd, help_cmd_list): Delete declarations.
10772 2012-01-04 Doug Evans <dje@google.com>
10774 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10775 All callers updated.
10776 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10777 Replace all arguments with "per_cu". All callers updated.
10779 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10781 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10782 New arg "per_cu". All callers updated.
10784 Delete #if 0'd out code.
10785 * language.c (binop_result_type): Delete.
10786 (simple_type, ordered_type, same_type, integral_type): Delete.
10787 (numeric_type, character_type, string_type, boolean_type): Delete.
10788 (float_type, structured_type): Delete.
10789 * language.h: Update.
10791 2012-01-04 Tom Tromey <tromey@redhat.com>
10793 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10795 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10797 * corefile.c (close_exec_file): Delete.
10798 (reopen_exec_file): Remove commented out code that seems related
10799 to close_exec_file, which is being deleted here.
10800 * inferior.h (close_exec_file): Delete.
10801 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10803 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10805 * ada-lang.c: #include "cli/cli-utils.h".
10806 (get_selections): Use skip_spaces.
10807 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10808 (catch_ada_exception_command_split): Use skip_spaces.
10809 (ada_decode_assert_location): Likewise.
10811 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10813 * linespec.c (decode_line_internal): Check for C++ or Java
10814 compound constructs only if the current language is C, C++
10817 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10820 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10821 Joel Brobecker <brobecker@adacore.com>
10822 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10823 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10825 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10826 fall through into AT_ENTRY_POINT.
10827 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10828 DUMMY_ADDR with it.
10829 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10830 PPC_INSN_SIZE skip to 3 times.
10832 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10834 * linespec.c (add_minsym): Preserve function descriptors.
10836 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10838 * breakpoint.c (all_locations_are_pending): Consider locations
10839 in program spaces executing during startup pending as well.
10841 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10843 Copyright year update in most files of the GDB Project.
10845 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10847 * copyright.sh: Delete.
10848 * copyright.py: Rewrite.
10850 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10852 * gnulib/extra/update-copyright: New file, imported from gnulib.
10854 2012-01-04 Joel Brobecker <brobecker@adacore.com>
10856 * README (Copyright and License Notices): New section.
10858 2012-01-03 Tom Tromey <tromey@redhat.com>
10861 * python/py-value.c (valpy_dereference, valpy_get_address
10862 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10863 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10864 (valpy_absolute, valpy_richcompare): Free intermediate values.
10866 2011-01-03 Joel Brobecker <brobecker@adacore.com>
10868 * ada-lang.c: Reformat the copyright notice.
10870 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10872 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10873 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10874 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10875 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10876 Revert this part of:
10877 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10878 Build gdb directly from *.o files not using libgdb.a.
10879 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10881 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10883 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10884 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10885 Reformat the copyright header.
10887 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10889 Revert this part of:
10890 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10891 Remove the gdbtui binary.
10892 * gdb.c (main): Remove args.interpreter_p initialization.
10893 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10894 * main.h (struct captured_main_args): Remove interpreter_p.
10896 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10898 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10900 2012-01-02 Joel Brobecker <brobecker@adacore.com>
10902 * top.c (print_gdb_version): Update copyright year.
10904 2012-01-02 Yao Qi <yao@codesourcery.com>
10906 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10908 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10909 Joel Brobecker <brobecker@adacore.com>
10911 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10912 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10914 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10915 fall through into AT_ENTRY_POINT.
10916 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10917 DUMMY_ADDR with it.
10918 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10919 PPC_INSN_SIZE skip to 3 times.
10921 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10923 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10925 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10927 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10929 Build gdb directly from *.o files not using libgdb.a.
10930 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10931 (COMMON_OBS): Remove solib-target.o.
10932 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10933 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10934 (LIBGDB_OBS, libgdb.a): Move it above.
10935 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10936 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10937 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10938 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10939 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10940 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10941 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10942 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10943 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10944 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10945 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10946 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10947 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10948 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10949 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10950 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10951 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10952 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10953 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10954 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10955 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10956 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10957 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10958 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10959 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10960 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10961 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10963 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10965 Remove the gdbtui binary.
10966 * .gitignore (/gdbtui): Remove.
10967 * Makefile.in (TUI): Remove.
10968 (SUBDIR_TUI_OBS): Remove tui-main.o.
10969 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10970 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10971 (tui-main.o): Remove.
10972 (all_object_files): Remove tui-main.o.
10973 * NEWS: New note for the gdbtui removal.
10974 * configure: Rebuilt.
10975 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10976 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10977 CONFIG_UNINSTALL respectively.
10978 * gdb.c (main): Remove args.interpreter_p initialization.
10979 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10980 * main.h (struct captured_main_args): Remove interpreter_p.
10981 * tui/tui-main.c: Remove.
10983 2012-01-01 Doug Evans <dje@google.com>
10985 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10986 (dwarf2_physname, read_import_statement): Ditto.
10987 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10988 (process_structure_scope read_subroutine_type): Ditto.
10989 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10990 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10991 (dwarf2_fetch_die_location_block): Ditto.
10992 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10994 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10995 All callers updated.
10996 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10997 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10998 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11000 * dwarf2read.c (load_cu): Move assert to more useful location.
11002 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11003 All callers updated.
11005 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11006 (dwarf2_elf_names): Minor reformat.
11007 (dwarf2_per_cu_data): Tweak comment.
11008 (dwarf2_read_section): Fix comment.
11009 (create_all_comp_units): Fix comment.
11010 (load_full_comp_unit): Fix comment.
11011 (process_full_comp_unit): Fix comment.
11012 (read_signatured_type): Fix comment.
11014 For older changes see ChangeLog-2011.
11020 version-control: never