* remote.c (remote_insert_hw_breakpoint): ARI fix,
[external/binutils.git] / gdb / ChangeLog
1 2012-11-06  Pierre Muller  <muller@sourceware.org>
2
3         * remote.c (remote_insert_hw_breakpoint): ARI fix,
4         add missing internalization markup.
5
6 2012-11-06  Pedro Alves  <palves@redhat.com>
7
8         PR gdb/14810
9
10         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
11
12 2012-11-06  Pierre Muller  <muller@sourceware.org>
13
14         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
15         is not executable.
16
17 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
18
19         * gnulib/update-gnulib.sh: New script.
20
21 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
22
23         * MAINTAINERS: Update my email address.
24
25 2012-11-05  Tom Tromey  <tromey@redhat.com>
26
27         * frame.c (put_frame_register): Don't use temporary buffer.
28
29 2012-11-05  Pedro Alves  <palves@redhat.com>
30
31         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
32         child.  Clear 'pending_detach'.
33         * infrun.c (handle_vfork_child_exec_or_exit): Clear
34         'pending_detach' in the vfork parent.
35
36 2012-11-05  Doug Evans  <dje@google.com>
37
38         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
39         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
40         * dwarf2read.c: #include "elf-bfd.h".
41         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
42         (dwop_section_names): Renamed from dwo_section names.  All uses
43         updated.  Add entries for .debug_cu_index, .debug_tu_index.
44         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
45         All uses updated.
46         (struct dwp_sections): New type.
47         (struct virtual_dwo_sections): New type.
48         (struct dwp_hash_table): New type.
49         (struct dwp_file): New type.
50         (init_cutu_and_read_dies): Ensure DWO info/types section has been
51         read in.  Handle DWOs coming from DWP files.
52         (lookup_dwo_file_slot): New function.
53         (dwarf2_locate_dwo_sections): Move definition closer to use.
54         (create_dwo_debug_info_hash_table_reader): Renamed from
55         create_debug_info_hash_table_reader.  All callers updated.
56         (create_dwo_debug_info_hash_table): Renamed from
57         create_debug_info_hash_table.  All callers updated.
58         (create_dwp_hash_table): New function.
59         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
60         (lookup_dwo_in_dwp): New function.
61         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
62         is_dwp.  All callers updated.
63         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
64         (open_and_init_dwo_file): Renamed from init_dwo_file.
65         All callers updated.
66         (lookup_dwo_file): Delete.
67         (dwarf2_locate_dwp_sections): New function.
68         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
69         (allocate_dwp_loaded_cutus_table): New function.
70         (open_and_init_dwp_file): New function.
71         (lookup_dwo_cutu): New function.
72         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
73
74 2012-11-03  Yao Qi  <yao@codesourcery.com>
75
76         Fix PR gdb/14617.
77         * breakpoint.c (trace_pass_set_count): Call
78         observer_notify_breakpoint_modified instead of
79         observer_notify_tracepoint_modified.
80         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
81
82 2012-11-02  Tom Tromey  <tromey@redhat.com>
83
84         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
85         argument to complete_on_enum.
86
87 2012-11-02  Tom Tromey  <tromey@redhat.com>
88
89         * configure: Rebuild.
90         * configure.ac (build_warnings): Add -Wempty-body.
91         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
92         * remote.c (handle_notification): Use braces for empty 'else' body.
93         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
94         'else' body.
95         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
96         'else' body.
97         * solib-som.c (som_relocate_section_addresses): Use braces
98         for empty 'else' body.
99         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
100         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
101
102 2012-11-02  Pedro Alves  <palves@redhat.com>
103
104         PR gdb/14766
105
106         * infrun.c (handle_inferior_event)
107         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
108         null_ptid before handling a vfork child exec or exit.  Switch to
109         the event ptid afterwards.
110
111 2012-11-02  Yao Qi  <yao@codesourcery.com>
112
113         * std-operator.def: Remove OP_LABELED.
114         * eval.c: Remove the declaration of 'get_label'.
115         (get_label): Remove.
116         (evaluate_struct_tuple): Remove code handling OP_LABELED.
117         Update comment.
118         Remove local variable 'variantno' and related code.
119         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
120         with 'fieldno'.
121         * expprint.c (print_subexp_standard): Likewise.
122         (dump_subexp_body_standard): Likewise.
123         * parse.c (operator_length_standard): Likewise.
124
125 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
126
127         Incorporate ARI web page generator into GDB sources.
128         * contrib/ari/create-web-ari-in-src.sh: New file.
129         * contrib/ari/gdb_ari.sh: New file.
130         * contrib/ari/gdb_find.sh: New file.
131         * contrib/ari/update-web-ari.sh: New file.
132
133 2012-10-31  Tom Tromey  <tromey@redhat.com>
134
135         * gdbarch.c: Rebuild.
136         * gdbarch.sh: Remove references to gdbarch_swap.
137         * corelow.c (core_open): Remove obsolete comment.
138
139 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
140
141         PR cli/14772
142         * c-typeprint.c (c_print_type): Don't print a space for vector
143         types, this is handled within the suffix.
144         (c_type_print_varspec_suffix): Add a space to vector suffix.
145
146 2012-10-26  Pedro Alves  <palves@redhat.com>
147
148         * amd64-tdep.c (amd64_relocate_instruction): Use
149         store_unsigned_integer instead of memcpy.
150         * i386-tdep.c (i386_relocate_instruction): Ditto.
151
152 2012-10-26  Pedro Alves  <palves@redhat.com>
153
154         * infrun.c (handle_inferior_event): Merge handling of
155         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
156         switch case.
157
158 2012-10-26  Pedro Alves  <palves@redhat.com>
159
160         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
161         Remove comment.
162
163 2012-10-26  Pedro Alves  <palves@redhat.com>
164
165         * target.c (target_waitstatus_to_string): Handle
166         TARGET_WAITKIND_VFORK_DONE.
167
168 2012-10-26  Pedro Alves  <palves@redhat.com>
169
170         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
171         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
172
173 2012-10-24  Tristan Gingold  <gingold@adacore.com>
174
175         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
176         Add comments.
177
178 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
179
180         * ravenscar-thread.c (ravenscar_wait): Only update the list
181         of threads and inferior_ptid if the inferior is still alive.
182
183 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
184
185         * ada-lang.c (is_known_support_routine): Use lbasename when
186         matching the symtab's filename against
187         known_runtime_file_name_patterns.
188
189 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
190
191         * ada-lang.c (ada_same_array_size_p): New function.
192         (ada_promote_array_of_integrals): New function.
193         (coerce_for_assign): Add handling of arrays where the elements
194         are integrals of a smaller size than the size of the target
195         array element type.
196
197 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
198
199         * doublest.c (convert_doublest_to_floatformat): Fix comparison
200         against maximum exponent value.
201
202 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
203
204         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
205         "unwind-seh.c".
206
207 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
208
209         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
210         strip typedef layer when computing the fixed type's field type,
211         only when computing its size.
212
213 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
214
215         PR gdb/12783
216         * i386-tdep.c (i386_return_value): Handle complex double and long
217         double.
218
219 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
220
221         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
222         New local variable args_len.
223         Quote the name of the executable when computing the command line.
224
225 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
226
227         PR gdb/12796
228         PR gdb/12798
229         PR gdb/12800
230         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
231         AMD64_FTAG_REGNUM.
232         * amd64-tdep.c (amd64_classify): Classify complex types.
233         (amd64_return_value): Handle the COMPLEX_X87 class.
234
235 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
236
237         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
238         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
239
240 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
241
242         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
243         function.
244         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
245         to amd64_windows_auto_wide_charset.
246
247 2012-10-23  Yao Qi  <yao@codesourcery.com>
248
249         * event-top.c (mark_async_signal_handler_wrapper): Remove.
250         * event-top.h: Remove its declaration.
251         (async_request_quit): Call mark_async_signal_handler instead of
252         mark_async_signal_handler_wrapper.
253         (async_do_nothing, async_disconnect): Likewise.
254         (async_stop_sig): Likewise.
255         * remote.c (handle_remote_sigint): Likewise.
256         (handle_remote_sigint_twice): Likewise.
257
258 2012-10-23  Yao Qi  <yao@codesourcery.com>
259
260         * event-top.c (sigint_token, sighup_token): Replace 'void *'
261         with 'static struct async_signal_handler *'.
262         (sighup_token, sigquit_token, sigstp_token): Likewise.
263
264 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
265
266         * gdbarch.sh (function_list): Use 'pstring' when printing
267         a variable which could return NULL.
268         * gdbarch.c: Regenerate.
269
270 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
271             Tom Tromey  <tromey@redhat.com>
272
273         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
274         inneffective if condition by gdb assertion.  Add function
275         description comment.
276
277 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
278
279         * parser-defs.h (struct exp_descriptor): Document constraint
280         on return value for "op_name" callbacks.
281
282 2012-10-18  Tom Tromey  <tromey@redhat.com>
283
284         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
285         * symtab.c (iterate_over_some_symtabs): Constify.
286         * source.h (symtab_to_fullname): Return 'const char *'.
287         * source.c (symtab_to_fullname): Return 'const char *'.
288         * python/py-symtab.c (stpy_fullname): Constify.
289         * cli/cli-cmds.c (edit_command): Constify.
290         * breakpoint.c (print_breakpoint_location)
291         (update_static_tracepoint): Constify.
292
293 2012-10-18  Tom Tromey  <tromey@redhat.com>
294
295         * breakpoint.c (compare_breakpoints): Fix comparison.
296
297 2012-10-18  Tom Tromey  <tromey@redhat.com>
298
299         * valprint.c (generic_emit_char, generic_printstr): Pass size of
300         gdb_wchar_t to convert_between_encodings.
301
302 2012-10-17  Yao Qi  <yao@codesourcery.com>
303
304         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
305         more parameter 'inferior'.
306         * corefile.c (write_memory_with_notification): Caller update.
307
308         * mi/mi-cmd-var.c: Include "mi-main.h".
309         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
310         to 1 and restore it later.
311         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
312         and "data-write-memory-bytes.
313         * mi/mi-interp.c: Include objfiles.h.
314         (mi_interpreter_init): Call observer_attach_memory_changed.
315         (mi_memory_changed): New.
316         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
317         New field.
318
319         * NEWS: Mention new MI notification "memory-changed".
320
321 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
322
323         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
324
325 2012-10-15  Doug Evans  <dje@google.com>
326
327         New option -nh: inhibit loading of ~/.gdbinit.
328         * NEWS: Mention -nh.
329         * main.c (captured_main): Recognize and process -nh.
330         (print_gdb_help): Mention -nh.
331         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
332
333 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
334
335         PR backtrace/14646
336         PR gdb/14647
337         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
338         pc_regnum_from_eax.
339         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
340         nor pc_regnum_from_eax.
341         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
342         nor pc_regnum_from_eax.
343
344 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
345
346         Fix entry values resolving in inlined frames.
347         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
348         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
349         entries of FRAME.
350
351 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
352
353         * configure.ac: Build with -DMS_WIN64 if building with Python
354         enabled using GCC on amd64-windows.
355         * configure: Regenerate.
356
357 2012-10-15  Tom Tromey  <tromey@redhat.com>
358
359         PR python/14635:
360         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
361         to Py_None.
362
363 2012-10-15  Tom Tromey  <tromey@redhat.com>
364
365         PR python/14634:
366         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
367
368 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
369
370         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
371         reset thread numbering back to 1.
372
373 2012-10-11  Doug Evans  <dje@google.com>
374
375         PR breakpoints/14643.
376         * linespec.c (struct ls_parser): New member keyword_ok.
377         (linespec_lexer_lex_string): Add comment.
378         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
379         for one.
380         (parse_linespec): Set keyword_ok.
381
382 2012-10-10  Doug Evans  <dje@google.com>
383
384         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
385         "0x" prefix on address in log message.
386
387         * dwarf2read.c (read_1_byte): Add const to buf parameter.
388         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
389         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
390         (lookup_dwo_file): Add const to dwo_name parameter.
391         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
392
393 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
394
395         Fix crash during stepping on ppc32.
396         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
397         SYM.
398
399 2012-10-03  Doug Evans  <dje@google.com>
400
401         PR symtab/14601
402         * buildsym.c (buildsym_init): Reset using_directives to NULL.
403
404 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
405
406         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
407         output and use uint32_t not long to ensure 4 byte size.
408
409 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
410
411         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
412         unref'ed it.
413
414 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
415
416         * target.c (simple_search_memory): Include access length in
417         warning message.
418
419 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
420             Edjunior Machado  <emachado@linux.vnet.ibm.com>
421
422         PR gdb/13989
423         * solib.c (solib_find): Prevent GDB from loading native libraries when
424         debugging a cross-target corefile.
425
426 2012-09-28  selven  <pcthegreat@gmail.com>
427
428         Make definition match declaration.
429
430         * regcache.c (regcache_register_status): Change return type to
431         enum register_status.
432
433 2012-09-28  Yao Qi  <yao@codesourcery.com>
434
435         * mi/mi-main.c (mi_cmd_data_write_memory): Call
436         write_memory_with_notification instead of write_memory.
437         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
438         instead of target_write_memory.
439
440 2012-09-28  Yao Qi  <yao@codesourcery.com>
441
442         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
443         when the length of content is not an even number.
444
445 2012-09-27  Tom Tromey  <tromey@redhat.com>
446
447         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
448         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
449
450 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
451
452         * sol-thread.c (sol_thread_fetch_registers)
453         (sol_thread_store_registers): Delete commented out code.
454
455 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
456
457         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
458         Move these functions to sparc-sol-thread.c.
459         * sparc-sol-thread.c: New file.
460         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
461         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
462         configurations.
463         * configure: Regenerate.
464
465 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
466
467         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
468         Remove commented-out code.
469
470 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
471
472         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
473         Enable this code for sparc hosts only.
474
475 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
476
477         * procfs.h (procfs_find_LDT_entry): Add declaration.
478         * sol-thread.c (ps_lgetLDT): Delete local declaration of
479         function procfs_find_LDT_entry.
480
481 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
482
483         * procfs.c (proc_get_LDT_entry): Make static.
484
485 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
486
487         * procfs.c (proc_find_memory_regions): Fix declaration.
488
489 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
490
491         * amd64-tdep.c (amd64_return_value): Revert previous change
492         that used TYPE_LENGTH directly.
493         * bfin-tdep.c (bfin_extract_return_value): Likewise.
494         (bfin_store_return_value): Likewise.
495         * cris-tdep.c (cris_store_return_value): Likewise.
496         (cris_extract_return_value): Likewise.
497         * h8300-tdep.c (h8300_extract_return_value): Likewise.
498         * hppa-tdep.c (hppa64_return_value): Likewise.
499         * lm32-tdep.c (lm32_store_return_value): Likewise.
500         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
501         * spu-tdep.c (spu_value_from_register): Likewise.
502         * vax-tdep.c (vax_return_value): Likewise.
503
504 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
505
506         * gdbtypes.c (lookup_array_range_type): Expand parameters
507         LOW_BOUND and HIGH_BOUND to LONGEST.
508         (lookup_string_range_type): Likewise.
509         * gdbtypes.h (lookup_array_range_type): Likewise.
510         (lookup_string_range_type): Likewise.
511         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
512         Expand HIGHBOUND to ssize_t.
513         (value_string): Likewise.
514         * value.h (value_cstring): Expand parameter LEN to ssize_t.
515         (value_string): Likewise.
516
517 2012-09-27  Yao Qi  <yao@codesourcery.com>
518
519         PR breakpoints/13898
520         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
521         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
522         per breakpoint type.
523
524 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
525
526         * procfs.c: Add gdb_bfd header.
527         * rs6000-nat.c: Likewise.
528         * solib-pa64.c: Likewise.
529         * spu-linux-nat.c: Likewise.
530         * windows-nat.c: Likewise.
531
532 2012-09-26  Tom Tromey  <tromey@redhat.com>
533
534         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
535
536 2012-09-26  Tom Tromey  <tromey@redhat.com>
537
538         * dwarf2read.c (mark_common_block_symbol_computed): New function.
539         (read_common_block): Handle child DIEs with
540         DW_AT_data_member_location.
541         (new_symbol_full): Add special case for common blocks.
542
543 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
544             Tom Tromey  <tromey@redhat.com>
545
546         * dwarf2read.c (read_common_block): Rewrite.
547         (new_symbol_full): Handle DW_TAG_common_block.
548         * f-lang.c (head_common_list, find_common_for_function):
549         Remove.
550         * f-lang.h (struct common_entry, struct saved_f77_common,
551         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
552         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
553         BLANK_COMMON_NAME_LOCAL): Remove.
554         (struct common_block): New.
555         * f-valprint.c (list_all_visible_commons): Remove.
556         (info_common_command_for_block): New function.
557         (info_common_command): Use it.
558         * stack.c (iterate_over_block_locals): Special case for
559         COMMON_BLOCK_DOMAIN.
560         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
561         constant.
562         (struct general_symbol_info) <value.common_block>: New field.
563         (SYMBOL_VALUE_COMMON_BLOCK): New define.
564
565 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
566             Tom Tromey  <tromey@redhat.com>
567
568         * f-lang.c (allocate_saved_bf_node,
569         allocate_saved_function_node, allocate_saved_f77_common_node,
570         allocate_common_entry_node, tail_common_list, current_common,
571         saved_bf_list, saved_bf_list_end, current_head_bf_list,
572         tmp_bf_ptr, add_common_block, add_common_entry,
573         find_first_common_named, patch_common_entries,
574         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
575         global_remote_debug, get_bf_for_fcn, saved_function_list,
576         saved_function_list_end, clear_function_list, struct saved_fcn,
577         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
578         SAVED_BF, SAVED_BF_PTR): Remove.
579         * f-lang.h (tail_common_list, current_common,
580         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
581         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
582         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
583         real_main_c_value): Remove.
584         * f-valprint.c (there_is_a_visible_common_named): Remove.
585
586 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
587
588         * breakpoint.c (update_global_location_list): Ignore previous
589         duplicate status of a breakpoint when starting a new scan for
590         duplicate breakpoints.
591
592 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
593         PR breakpoints/14419
594         * arm-tdep.c (arm_skip_prologue): Extending producer check to
595         support LLVM compiler.
596
597 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
598
599         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
600         * bfin-tdep.c (bfin_extract_return_value): Likewise.
601         (bfin_store_return_value): Likewise.
602         * cris-tdep.c (cris_store_return_value): Likewise.
603         (cris_extract_return_value): Likewise.
604         * h8300-tdep.c (h8300_extract_return_value): Likewise.
605         * hppa-tdep.c (hppa64_return_value): Likewise.
606         * lm32-tdep.c (lm32_store_return_value): Likewise.
607         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
608         * spu-tdep.c (spu_value_from_register): Likewise.
609         * vax-tdep.c (vax_return_value): Likewise.
610
611 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
612
613         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
614         parameter LEN to ssize_t.
615
616 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
617
618         * ada-valprint.c (ada_val_print_1): Eliminate single-use
619         variable LEN.
620         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
621         directly.
622         (alpha_store_return_value): Likewise.
623         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
624         (amd64_push_arguments): Likewise.
625         * ax-gdb.c (gen_trace_static_fields): Likewise.
626         (gen_traced_pop): Likewise.
627         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
628         * breakpoint.c (update_watchpoint): Likewise.
629         * findcmd.c (parse_find_args): Use local variable for type
630         instead of length.
631         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
632         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
633         (h8300_store_return_value): Likewise.
634         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
635         Use i386_darwin_arg_type_alignment directly.
636         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
637         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
638         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
639         (m68hc11_extract_return_value): Likewise.
640         * mep-tdep.c (mep_push_dummy_call): Likewise.
641         * printcmd.c (float_type_from_length): Likewise.
642         * s390-tdep.c (s390_value_from_register): Likewise.
643         * stack.c (read_frame_arg): Likewise.
644         * tracepoint.c (encode_actions_1): Likewise.
645         * valops.c (value_fetch_lazy): Use local variable for type
646         instead of length.  Use TYPE_LENGTH directly.
647         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
648
649 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
650
651         * symtab.c (skip_prologue_sal): Fix typo in comment.
652
653 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
654
655         * linespec.c (create_sals_line_offset): Fix typo in comment.
656
657 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
658
659         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
660         use plongest to print the array size.
661
662 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
663
664         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
665         * p-valprint.c (pascal_type_print_base): Likewise.
666
667 2012-09-22  Yao Qi  <yao@codesourcery.com>
668
669         * remote.c (remote_get_trace_status): Remove setting default
670         values of fields of 'ts'.
671
672 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
673
674         Fix internal error on canonicalization of clang types.
675         * cp-name-parser.y (operator): New comment at make_operator call for
676         new, delete, new[] and delete[].
677         (exp): Use "sizeof ".  Add new comment at make_operator call.
678
679 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
680
681         Fix disassemble without parameters in tailcall frame.
682         * cli/cli-cmds.c (disassemble_current_function): Use
683         get_frame_address_in_block.
684
685 2012-09-21  Tom Tromey  <tromey@redhat.com>
686
687         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
688         TYPE_CODE_UNION>: Unify, removing a goto.
689
690 2012-09-21  Tom Tromey  <tromey@redhat.com>
691
692         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
693
694 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
695
696         * findvar.c (read_frame_register_value): Mark the result value as
697         optimized out if any of the input registers have been optimized out.
698
699 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
700
701         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
702
703 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
704
705         * eval.c (evaluate_subexp_standard): Eliminate single-use
706         variable LOWER.
707
708 2012-09-21  Yao Qi  <yao@codesourcery.com>
709
710         * mi/mi-interp.c: Declare mi_record_changed.
711         (mi_interpreter_init): Call observer_attach_record_changed.
712         (mi_record_changed): New.
713         * record.c (record_open): Call observer_notify_record_changed.
714         (cmd_record_stop): Call observer_notify_record_changed.
715         * NEWS: Mention it.
716
717 2012-09-20  Tom Tromey  <tromey@redhat.com>
718
719         * NEWS: Update.
720         * python/python.c (finalize_python): New function.
721         (_initialize_python): Make a final cleanup.
722
723 2012-09-19  Doug Evans  <dje@google.com>
724
725         * buildsym.h (param_symbols): Delete, unused.
726         (context_stack): Delete member "params", unused.
727         * buildsym.c (push_context): Update.
728         * dwarf2read.c (read_func_scope): Update.
729
730 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
731
732         * sh-tdep.c (sh_register_convert_to_virtual)
733         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
734         all callers.  Just do a memcpy if not the little-endian case.
735
736         * h8300-tdep.c (h8300_gdbarch_init): Invoke
737         set_gdbarch_double_format and set_gdbarch_long_double_format.
738         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
739         set_gdbarch_double_format.
740         * sh-tdep.c (sh_gdbarch_init): Likewise.
741
742         * NEWS: Document the removal of SH's 'regs' command.
743         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
744         command.
745
746 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
747
748         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
749         `jump'.
750
751 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
752
753         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
754         language when iterating over symbols.
755
756 2012-09-18  Yao Qi  <yao@codesourcery.com>
757
758         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
759         (mi_interpreter_init): Call observer_attach_tsv_created and
760         observer_attach_tsv_deleted.
761         (mi_tsv_created, mi_tsv_deleted): New.
762         * tracepoint.c (delete_trace_state_variable): Call
763         observer_notify_tsv_deleted.
764         (trace_variable_command): Call observer_notify_tsv_created.
765         (delete_trace_variable_command): Call
766         observer_notify_tsv_deleted.
767         (create_tsv_from_upload): Call observer_notify_tsv_created.
768         * NEWS: Mention it.
769
770 2012-09-18  Yao Qi  <yao@codesourcery.com>
771
772         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
773         if traceframe changed.
774         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
775         "trace-find".
776         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
777         (mi_interpreter_init): Hook mi_traceframe_changed to observer
778         'traceframe_changed'.
779         (mi_traceframe_changed): New.
780         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
781         New field.
782         * NEWS: Mention the new MI notification.
783
784 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
785
786         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
787
788 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
789
790         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
791         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
792         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
793         Extend code also for PaX support.  Convert all gdb_assert to warning
794         calls.
795
796 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
797
798         Implement auto-load user conveniences suggested by Doug Evans.
799         * auto-load.c: Include top.h.
800         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
801         (_initialize_auto_load): New variable scripts_directory_help.  Mention
802         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
803         scripts-directory.  Document in online help one can use also files for
804         set auto-load safe-path.
805         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
806         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
807
808 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
809
810         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
811         of LEN.
812
813 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
814
815         * m2-valprint.c (m2_print_array_contents): Eliminate variable
816         ELTLEN and use TYPE_LENGTH directly.
817         (m2_val_print): Likewise.
818         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
819         variable LEN and use TYPE_LENGTH directly.
820         (m68k_svr4_store_return_value): Likewise.
821         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
822         ARGLEN and use TYPE_LENGTH directly.
823         (mips_o64_push_dummy_call): Likewise.
824         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
825         variable LENGTH and use TYPE_LENGTH directly.
826         (s390_function_arg_float): Likewise.
827         (s390_function_arg_integer): Likewise.
828         (s390_push_dummy_call): Likewise.
829         (s390_return_value_convention): Likewise.
830         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
831         TYPE_LENGTH directly.
832
833 2012-09-17  Yao Qi  <yao@codesourcery.com>
834
835         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
836         Update comment to add_setshow_integer_cmd.
837         * cli/cli-setshow.c (do_set_command): Handle case
838         'var_zuinteger_unlimited'.
839         (do_show_command): Likewise.
840         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
841         for command 'remotetimeout'.
842         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
843         to var_integer.
844         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
845         for command 'set listsize'.
846
847 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
848
849         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
850         variable LEN.
851
852 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
853
854         PR 14119
855         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
856         (frame_pop): Drop also TAILCALL_FRAME frames.
857         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
858
859 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
860             Pedro Alves  <palves@redhat.com>
861
862         PR 14548
863         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
864         function start if we are already at function start.  Both for
865         reverse-next and for reverse-step into function without line number
866         info.
867
868 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
869
870         Code cleanup - rename 'inline' depth to 'artificial' depth.
871         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
872         frame_id_artificial_p, extend the comment.
873         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
874         * frame.c (fprint_frame_id): Rename at a user, change debug output
875         text to "artificial=".
876         (skip_inlined_frames): Rename to ...
877         (skip_artificial_frames): ... here.  Extend the comment.
878         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
879         (frame_id_inlined_p): Rename to ...
880         (frame_id_artificial_p): ... here.  Rename at a user.
881         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
882         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
883         at a user.
884         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
885         Extend the comment.
886         (frame_id_inlined_p): Rename to ...
887         (frame_id_artificial_p): ... here.
888         * inline-frame.c (inline_frame_this_id): Rename at a user.
889
890 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
891
892         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
893         vector variables using vector_size syntax rather than array
894         syntax.
895
896 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
897
898         * valarith.c (value_concat): Replace unsafe ALLOCA with
899         XMALLOC/XFREE.
900
901 2012-09-14  Pedro Alves  <palves@redhat.com>
902
903         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
904
905 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
906
907         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
908         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
909         data-directory as appropriate.
910
911 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
912
913         * printcmd.c (ui_printf): Eliminate single-use variable
914         PARAM_LEN.
915
916 2012-09-14  Yao Qi  <yao@codesourcery.com>
917             Pedro Alves  <palves@redhat.com>
918
919         * valops.c (value_assign): Move observer_notify_target_changed
920         below to replace reinit_frame_cache.
921
922 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
923
924         Refactor Python "gdb" module into a proper Python package, by
925         introducing a new "_gdb" module for code implemented in C, and
926         using reload/__import__ instead of exec.
927         * python/lib/gdb/__init__.py: Import * from _gdb.
928         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
929         prompt_hook, sys.argv): Moved from finish_python_initialization.
930         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
931         (packages, auto_load_packages): New list and function replacing
932         module_dict and auto-loading code, using __file__ instead of
933         gdb.PYTHONDIR and reload/__import__ instead of exec.
934         (GdbSetPythonDirectory): Replacing function of the same name
935         from finish_python_initialization, using reload/__import__ instead
936         of exec, as well as call auto_load_packages.
937         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
938         gdb_python_module and not gdb_module.
939         * python/python-internal.h (gdb_python_module): Declare.
940         * python/python.c (gdb_python_module): New global.
941         (before_prompt_hook): Check gdb_python_module and not gdb_module.
942         (_initialize_python): Rename gdb module to _gdb.
943         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
944         (finish_python_initialization): Move Python code to
945         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
946         __main__.
947
948 2012-09-13  Pedro Alves  <palves@redhat.com>
949
950         * Makefile.in (COMMON_OBS): Add registry.o.
951         * registry.c: New file.
952         * registry.h (struct registry_container): Declare.
953         (registry_data_callback): New typedef.
954         (struct registry_data, struct registry_data_registration, struct
955         registry_data_registry): New type.
956         (register_data_with_cleanup, registry_alloc_data)
957         (registry_callback_adaptor, registry_clear_data)
958         (registry_container_free_data, registry_set_data, registry_data):
959         Declare.
960         (DEFINE_REGISTRY): Refactor structures and functions as shims over
961         the new common structures and functions.
962         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
963         callback typedefs.
964
965 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
966
967         * remote.c (remote_insert_hw_breakpoint): Throw exception if
968         there is an error inserting hardware breakpoints and use the
969         error message from the target.
970
971         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
972         Catch this exception and print the error message contained within. Do not
973         print the default hardware error breakpoint message in this case.
974
975 2012-09-12  Doug Evans  <dje@google.com>
976
977         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
978         cu == NULL.
979
980 2012-09-11  Doug Evans  <dje@google.com>
981
982         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
983         .gdb_index symbol attributes if there are none.
984
985 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
986
987         * symtab.h (struct minimal_symbol) [has_size]: New field.
988         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
989         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
990         * printcmd.c (build_address_symbolic): Only filter out zero-sized
991         minimal symbols if the symbol's size is actually known.
992         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
993         of msymbol's size field.  Add comment.
994         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
995         SET_MSYMBOL_SIZE to set the minimal symbol size.
996
997 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
998
999         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1000         minimal_symbol struct object, rather than setting some of its
1001         fields one by one.
1002
1003 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1004
1005         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1006         passed_a_ptr flag when displaying typedef types.
1007
1008 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1009
1010         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1011         the optimized_out flag is preserved.
1012
1013 2012-09-10  Anthony Green  <green@moxielogic.com>
1014
1015         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1016         prologue changes in GCC.
1017
1018 2012-09-10  Keith Seitz  <keiths@redhat.com>
1019
1020         PR gdb/13483
1021         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1022         (BOOL_CONVERSION_BADNESS): ... this.
1023         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1024         (rank_one_type): Allow all boolean conversions
1025         permitted by the standard.
1026
1027 2012-09-06  Tom Tromey  <tromey@redhat.com>
1028
1029         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1030         Don't decref py_objfile.
1031
1032 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1033
1034         Do not enable -lmcheck by default when Python is enabled with
1035         threading support.
1036         * configure.ac: (python_has_threads) New variable, by testing
1037         if WITH_THREAD is defined in Python.h.
1038         Move --enable-lmcheck after --with-python.
1039         Do not enable -lmcheck by default if python_has_threads=yes.
1040         Warn if --enable-lmcheck and python_has_threads=yes.
1041         * configure: Regenerate.
1042
1043 2012-08-31  Yao Qi  <yao@codesourcery.com>
1044
1045         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1046         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1047         Update some commands.
1048         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1049         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1050         to 1.
1051
1052 2012-08-31  Yao Qi  <yao@codesourcery.com>
1053
1054         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1055
1056 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1057
1058         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1059
1060 2012-08-29  Doug Evans  <dje@google.com>
1061
1062         * main.c (print_gdb_help): Remove reference to
1063         --use-deprecated-index-sections.
1064
1065 2012-08-28  Yao Qi  <yao@codesourcery.com>
1066
1067         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1068         (init_cmds): Call add_setshow_uinteger_cmd for command
1069         'max-user-call-depth'.
1070         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1071         declaration of 'max_user_call_depth'.
1072         * frame.c (backtrace_limit): Add 'unsigned'.
1073         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1074         'limit'.
1075         * remote.c (remoteaddresssize): Add 'unsigned'.
1076         (remote_address_masked): Change local var 'address_size' to
1077         'unsigned'.
1078         (_initialize_remote): Call add_setshow_uinteger_cmd for
1079         'remoteaddresssize'.
1080         * top.c (history_size): Add 'unsigned'.
1081         (show_commands): Change local variables to 'unsigned'.
1082         (set_history_size_command): Don't check history_size is negative.
1083         Adjust the condition to call unstifle_history and set history_size
1084         to UNIT_MAX.
1085
1086 2012-08-28  Pedro Alves  <palves@redhat.com>
1087
1088         PR gdb/14428
1089
1090         * infcmd.c (default_print_one_register_info): New, factored out
1091         from default_print_registers_info.
1092         (default_print_registers_info): Use it.  Mark value unavailable if
1093         necessary.
1094         (registers_info): Print user registers with
1095         default_print_one_register_info.
1096
1097 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1098
1099         PR tui/14486
1100         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1101         is not NULL before referencing it.
1102
1103 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1104
1105         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1106         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1107         original PC for it.
1108
1109 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1110             Jan Kratochvil  <jan.kratochvil@redhat.com>
1111
1112         * auto-load.c (auto_load_objfile_script): Rename to ...
1113         (auto_load_objfile_script_1): ... here, change variable realname to
1114         parameter realname, document it, add return value, add variable retval.
1115         (auto_load_objfile_script): New function.
1116
1117 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1118
1119         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1120         followed by a whitespace.
1121
1122 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1123
1124         PR gdb/14494.
1125         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1126         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1127         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1128         here.
1129
1130 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1131
1132         * memattr.c (create_mem_region): Fix memory region overlapping
1133         checking.
1134
1135 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1136
1137         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1138         with xmalloc/cleanup.
1139         * mt-tdep.c (mt_push_dummy_call): Likewise.
1140         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1141         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1142
1143 2012-08-24  Yao Qi  <yao@codesourcery.com>
1144
1145         * jv-exp.y (push_expression_name): Add "." at the end of error
1146         message.
1147
1148 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1149
1150         Document how to return from "python-interactive" to GDB.
1151         * python/python.c (_initialize_python): Update documentation.
1152
1153 2012-08-23  Pedro Alves  <palves@redhat.com>
1154
1155         * infrun.c (_initialize_infrun) <handle command help text>:
1156         Mention that multiple signals are supported.
1157
1158 2012-08-23  Pedro Alves  <palves@redhat.com>
1159
1160         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1161         string.
1162
1163 2012-08-23  Yao Qi  <yao@codesourcery.com>
1164
1165         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1166         (tfind_1): Don't call registers_changed, set_traceframe_num,
1167         and clear_traceframe_info.
1168         Call set_current_traceframe.
1169         (set_current_traceframe): call set_traceframe_num.
1170
1171 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1172
1173         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1174         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1175
1176 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1177
1178         Enable readline in Python in a GDB-specific way and block the
1179         standard Python readline module to prevent conflicts with GDB.
1180         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1181         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1182         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1183         * python/py-gdb-readline.c: New file.
1184         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1185         prototype.
1186         * python/python.c (_initialize_python): Call
1187         gdbpy_initialize_gdb_readline.
1188
1189 2012-08-22  Keith Seitz  <keiths@redhat.com>
1190
1191         * defs.h: Include build-gnulib/config.h
1192
1193 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1194
1195         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1196         and blx pc.
1197
1198 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1199
1200         Add a new "python-interactive" command that starts a standard
1201         Python interactive prompt with "pi" as alias, and add "py" as
1202         an alias to "python".
1203         * NEWS: Mention the new commands.
1204         * python/python.c (eval_python_command): New function.
1205         (python_interactive_command): For "python-interactive" with
1206         arguments, call eval_python_command.  For "python-interactive"
1207         without arguments, call PyRun_InteractiveLoop.
1208         (_initialize_python): Add "python-interactive" command with
1209         "pi" as alias, and add "py" as an alias to "python".
1210
1211 2012-08-22  Tom Tromey  <tromey@redhat.com>
1212
1213         * defs.h (quit_flag): Don't declare.
1214         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1215         (QUIT): Use new functions.
1216         * event-top.c (command_handler): Use clear_quit_flag.
1217         (handle_sigint): Use set_quit_flag.
1218         (async_request_quit): Use check_quit_flag.  Don't check
1219         immediate_quit.
1220         * exceptions.c (throw_exception): Use clear_quit_flag.
1221         * main.c (captured_main): Use clear_quit_flag.
1222         * python/python.c (clear_quit_flag, set_quit_flag)
1223         (check_quit_flag): New functions.
1224         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1225         clear_quit_flag.
1226         * remote.c (remote_wait_as): Use check_quit_flag,
1227         clear_quit_flag.
1228         (remote_start_remote): Call QUIT.
1229         * symfile.c (load_progress): Use check_quit_flag.
1230         * top.c (command_loop): Use clear_quit_flag.
1231         (command_line_input): Call QUIT.
1232         * utils.c (quit_flag): Conditionally define.
1233         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1234         functions.
1235         (prompt_for_continue): Call QUIT.  Use quit, not
1236         async_request_quit.
1237         * remote-mips.c (mips_expect_timeout): Call QUIT.
1238         * monitor.c (monitor_expect): Call QUIT.
1239
1240 2012-08-22  Tom Tromey  <tromey@redhat.com>
1241
1242         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1243         (async_init_signals): Update.
1244         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1245         (SIGWINCH_HANDLER_BODY): Remove.
1246
1247 2012-08-22  Tom Tromey  <tromey@redhat.com>
1248
1249         * jit.c (jit_object_close_impl): Don't malloc the objfile
1250         name.
1251         * objfiles.c (allocate_objfile): Don't malloc the objfile
1252         name.
1253         (free_objfile): Don't free the objfile name.
1254         * objfiles.h (struct objfile) <name>: Update comment.
1255         * symfile.c (reread_symbols): Fix reference counting.  Don't
1256         malloc objfile name.
1257
1258 2012-08-22  Tom Tromey  <tromey@redhat.com>
1259
1260         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1261         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1262         (symfile_bfd_open): Likewise.
1263         (generic_load): Likewise.
1264         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1265         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1266         gdb_bfd_open.
1267         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1268         Use gdb_bfd_open.
1269         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1270         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1271         (pmon_load_fast): Likewise.
1272         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1273         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1274         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1275         (macho_check_dsym): Likewise.
1276         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1277         (m32r_upload_command): Likewise.
1278         * gdb_bfd.h (gdb_bfd_cache): Declare.
1279         * gdb_bfd.c (struct gdb_bfd_data): New.
1280         (gdb_bfd_cache): New global.
1281         (struct gdb_bfd_cache_search): New.
1282         (hash_bfd): New function.
1283         (eq_bfd): Likewise.
1284         (gdb_bfd_open): Likewise.
1285         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1286         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1287         gdb_bfd_data.
1288         * exec.c (exec_file_attach): Use gdb_bfd_open.
1289         * dsrec.c (load_srec): Use gdb_bfd_open.
1290
1291 2012-08-22  Tom Tromey  <tromey@redhat.com>
1292
1293         * dwarf2read.c (macro_start_file): Update.
1294         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1295         (free_objfile_per_bfd_storage): Destroy macro_cache.
1296         (allocate_objfile, free_objfile): Update.
1297         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1298         New field.
1299         (struct objfile) <macro_cache>: Remove.
1300         * symfile.c (reread_symbols): Update.
1301         * symmisc.c (print_symbol_bcache_statistics): Update.
1302         (print_objfile_statistics): Update.
1303
1304 2012-08-22  Tom Tromey  <tromey@redhat.com>
1305
1306         * elfread.c (elf_symtab_read): Update.
1307         * objfiles.c (objfiles_bfd_data): New global.
1308         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1309         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1310         (allocate_objfile, free_objfile): Update.
1311         (_initialize_objfiles): Initialize objfiles_bfd_data.
1312         * objfiles.h (struct objfile_per_bfd_storage): New.
1313         (struct objfile) <per_bfd>: New field.
1314         <filename_cache>: Remove.
1315         (set_objfile_per_bfd): Declare.
1316         * symfile.c (reread_symbols): Update.  Call
1317         set_objfile_per_bfd.
1318         (allocate_symtab): Update.
1319         * symmisc.c (print_symbol_bcache_statistics): Update.
1320         (print_objfile_statistics): Print the size of the BFD obstack.
1321
1322 2012-08-22  Tom Tromey  <tromey@redhat.com>
1323
1324         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1325         * gdb_bfd.c: Use DEFINE_REGISTRY.
1326         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1327         (gdb_bfd_ref): Call bfd_alloc_data.
1328         (gdb_bfd_unref): Call bfd_free_data.
1329
1330 2012-08-22  Tom Tromey  <tromey@redhat.com>
1331
1332         * registry.h (struct registry_fields): New.
1333         (REGISTRY_FIELDS): Redefine.
1334         (REGISTRY_ACCESS_FIELD): New macro.
1335         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1336         functions.
1337
1338 2012-08-22  Tom Tromey  <tromey@redhat.com>
1339
1340         * auto-load.c (_initialize_auto_load): Update.
1341         * solib-svr4.c (_initialize_svr4_solib): Update
1342         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1343         * solib-darwin.c (_initialize_darwin_solib): Update.
1344         * registry.h: New file.
1345         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1346         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1347         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1348         (register_program_space_data_with_cleanup)
1349         (register_program_space_data, program_space_alloc_data)
1350         (clear_program_space_data, set_program_space_data)
1351         (program_space_data): Don't declare.
1352         * progspace.c: Use DEFINE_REGISTRY.
1353         (struct program_space_data, struct
1354         program_space_data_registration, struct
1355         program_space_data_registry, program_space_data_registry)
1356         (register_program_space_data_with_cleanup)
1357         (register_program_space_data, program_space_alloc_data)
1358         (program_space_free_data, clear_program_space_data)
1359         (set_program_space_data, program_space_data): Remove.
1360         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1361         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1362         (register_objfile_data_with_cleanup, register_objfile_data)
1363         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1364         declare.
1365         * objfiles.c: Use DEFINE_REGISTRY.
1366         (struct objfile_data, struct objfile_data_registration, struct
1367         objfile_data_registry, objfile_data_registry)
1368         (register_objfile_data_with_cleanup, register_objfile_data)
1369         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1370         (set_objfile_data, objfile_data): Remove.
1371         (_initialize_objfiles): Update.
1372         * jit.c (_initialize_jit): Update.
1373         * inflow.c (_initialize_inflow): Update.
1374         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1375         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1376         (register_inferior_data_with_cleanup, register_inferior_data)
1377         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1378         declare.
1379         * inferior.c: Use DEFINE_REGISTRY.
1380         (struct inferior_data, struct inferior_data_registration, struct
1381         inferior_data_registry, inferior_data_registry)
1382         (register_inferior_data_with_cleanup, register_inferior_data)
1383         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1384         (set_inferior_data, inferior_data): Remove.
1385         * auxv.c (_initialize_auxv): Update.
1386         * ada-lang.c (_initialize_ada_language): Update.
1387         * breakpoint.c (_initialize_breakpoint): Update.
1388         * i386-nat.c (i386_use_watchpoints): Update.
1389
1390 2012-08-22  Tom Tromey  <tromey@redhat.com>
1391
1392         * exec.c (exec_close, exec_file_attach): Update.
1393         (add_to_section_table): Initialize 'key' field.
1394         (add_target_sections, remove_target_sections): Add 'key' argument.
1395         * exec.h (add_target_sections, remove_target_sections): Add
1396         'key' argument.
1397         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1398         (reload_shared_libraries_1): Update.
1399         * target.h (struct target_section) <key>: New field.
1400
1401 2012-08-22  Tom Tromey  <tromey@redhat.com>
1402
1403         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1404
1405 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1406
1407         * symfile.c (allocate_symtab): Use host_address_to_string
1408         function instead of cast of pointer to long which is not
1409         compatible with x86_64-w64-mingw32 build.
1410
1411 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1412
1413         * mips-tdep.c (is_octeon): New function.
1414         (is_octeon_bbit_op): New function.
1415         (mips32_next_pc): Handle Octeon's bbit instructions.
1416         (mips32_instruction_has_delay_slot): Likewise.
1417
1418 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1419
1420         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1421         before the function.
1422
1423 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1424
1425         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1426
1427 2012-08-19  Keith Seitz  <keiths@redhat.com>
1428
1429         PR c++/14365
1430         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1431         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1432
1433 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1434
1435         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1436         The typo broke "make TAGS".
1437
1438 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1439
1440         GDB 7.5 released.
1441
1442 2012-08-17  Keith Seitz  <keiths@redhat.com>
1443
1444         PR c++/13356
1445         * gdbtypes.c (strict_type_checking): New variable.
1446         (show_strict_type_checking): New function.
1447         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1448         if strict type checking is disabled.
1449         (_initialize_gdbtypes): Add "check type" subcommand.
1450         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1451
1452 2012-08-17  Keith Seitz  <keiths@redhat.com>
1453
1454         * language.h (type_mode): Remove.
1455         (type_check): Remove.
1456         (struct language_defn): Remove la_type_check.
1457         (STRICT_TYPE): Remove unused macro.
1458         (type_error): Remove.
1459         * language.c (set_type_range_case): Renamed to ...
1460         (set_range_case): ... this.  Update all callers.
1461         Remove type_mode/type_check.
1462         (type_mode): Remove.
1463         (type_check): Remove.
1464         (show_type_command): Remove.
1465         (set_type_command): Remove.
1466         (language_info): Remove type checking output.
1467         (type_error): Remove unused function.
1468         (range_error): Update comment.
1469         (unknown_language_defn): Remove la_type_check.
1470         (auto_language_defn): Likewise.
1471         (local_language_defn): Likewise.
1472         (_initialize_language): Remove "check type" subcommand.
1473         * ada-lang.c (ada_language_defn): Remove la_type_check.
1474         * c-lang.c (c_language_defn): Likewise.
1475         (cplus_language_defn): Likewise.
1476         (asm_language_defn): Likewise.
1477         (minimal_language_defn): Likewise.
1478         * d-lang.c (d_language_defn): Likewise.
1479         * f-lang.c (f_language_defn): Likewise.
1480         * go-lang.c (go_language_defn): Likewise.
1481         * jv-lang.c (java_language_defn): Likewise.
1482         * m2-lang.c (m2_language_defn): Likewise.
1483         * objc-lang.c (objc_language_defn): Likewise.
1484         * opencl-lang.c (opencl_language_defn): Likewise.
1485         * p-lang.c (pascal_language_defn): Likewise.
1486
1487 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
1488
1489         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1490
1491 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1492
1493         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1494         New function.
1495         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1496         using the regache.  Use ia64_hpux_get_register_from_save_state_t
1497         to access the bsp and bspstore registers if not.
1498
1499 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1500
1501         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1502         * breakpoint.c (detach_breakpoints): Change pid parameter into
1503         a ptid.  Adjust code accordingly.
1504         * infrun.c (handle_inferior_event): Delete variable child_pid.
1505         Update call to detach_breakpoints to pass the child ptid for
1506         fork events.
1507         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1508         assert that inferior_ptid's lwp is zero.
1509         (linux_handle_extended_wait): Update call to detach_breakpoints.
1510         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1511         detach_breakpoints.
1512
1513 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1514
1515         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1516         parent, only call detach_breakpoints if tts.tts_event ==
1517         TTEVT_VFORK.
1518
1519 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1520
1521         * dwarf2-frame.c (dwarf2_frame_cache): Use
1522         get_frame_address_in_block instead of get_frame_pc as
1523         the bound for executing the frame's FDE.
1524
1525 2012-08-16  Yao Qi  <yao@codesourcery.com>
1526
1527         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1528         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1529         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1530         (c_type_print_varspec_suffix): Likewise.
1531         * eval.c (evaluate_subexp_standard): Likewise.
1532         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1533         (f_type_print_varspec_suffix): Likewise.
1534         * gdbtypes.c (is_scalar_type): Likewise.
1535         (recursive_dump_type): Likewise.
1536         * infcall.c (value_arg_coerce): Likewise.
1537         * m2-valprint.c (m2_val_print): Likewise.
1538         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1539         (pascal_type_print_varspec_suffix): Likewise.
1540         (pascal_type_print_base): Likewise.
1541         * p-valprint.c (pascal_val_print): Likewise.
1542         (pascal_val_print): Likewise.
1543         * valops.c (value_slice): Likewise.
1544         * valprint.c (scalar_type_p): Likewise.
1545         * valarith.c (value_bitstring_subscript): Remove.
1546         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1547         Remove comment on TYPE_CODE_BITSTRING.
1548
1549         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1550         TYPE_CODE_BITSTRING.
1551
1552         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1553         slot 0.
1554
1555 2012-08-16  Yao Qi  <yao@codesourcery.com>
1556
1557         * tracepoint.c (trace_find_none_command): Remove.
1558         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1559
1560 2012-08-16  Yao Qi  <yao@codesourcery.com>
1561
1562         * remote.c (handle_notification): Remove parameter 'length'.
1563         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1564
1565 2012-08-15  Keith Seitz  <keiths@redhat.com>
1566
1567         * gdbtypes.c (opaque_type_resolution): Make static.
1568         Add missing comment.
1569         (overload_debug): Add missing comment.
1570         (show_opaque_type_resolution): Likewise.
1571         (show_overload_debug): Likewise.
1572         (print_bit_vector): Remove unnecessary forward declaration.
1573         (print_arg_types): Likewise.
1574         (dump_fn_fieldlists): Likewise.
1575         (print_cplus_stuff): Likewise.
1576
1577 2012-08-15  Tom Tromey  <tromey@redhat.com>
1578
1579         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1580         (gdb_bfd_ref): Initialize new field.
1581         (gdb_bfd_unref): Unref the archive BFD.
1582         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1583         parent archive.
1584
1585 2012-08-15  Tom Tromey  <tromey@redhat.com>
1586
1587         PR python/14387:
1588         * python/py-bpevent.c (create_breakpoint_event_object): Update
1589         comment.
1590         * python/py-event.c (evpy_add_attribute): Update comment.
1591         * python/py-exitedevent.c (create_exited_event_object): Fix
1592         reference counting and error handling.
1593         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1594         Fix reference counting.
1595         * python/py-signalevent.c (create_signal_event_object): Fix
1596         reference counting and error handling.
1597         * python/py-stopevent.c (emit_stop_event): Fix reference
1598         counting.
1599         * python/py-threadevent.c (get_event_thread): Return a
1600         borrowed reference.
1601         * python/py-type.c (convert_field): Fix reference counting.
1602
1603 2012-08-15  Tom Tromey  <tromey@redhat.com>
1604
1605         * dwarf2read.c (dwarf_decode_macro_bytes)
1606         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1607         as hash key.
1608
1609 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
1610
1611         * infcmd.c (_initialize_infcmd): Update help text for the signal,
1612         stepi, nexti, finish, next, step, jump, and continue commands.
1613         * infrun.c (_initialize_infrun): Update help text for the handle
1614         command.
1615
1616 2012-08-14  Doug Evans  <dje@google.com>
1617
1618         * gdbtypes.c (struct extra): Delete, unused.
1619
1620         * gdbtypes.c: Whitespace cleanup.
1621         (address_space_name_to_int): Remove "extern" from definition.
1622         (_initialize_gdbtypes): Declare with initialize_file_ftype.
1623
1624         * gdbtypes.c (make_pointer_type): Remove redundant setting of
1625         TYPE_POINTER_TYPE (type).
1626
1627 2012-08-14  Gary Benson  <gbenson@redhat.com>
1628
1629         * solib-svr4.c (svr4_free_library_list): Use free_so.
1630
1631 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
1632
1633         * .gitignore: Add go-exp.c.
1634
1635 2012-08-13  Doug Evans  <dje@google.com>
1636
1637         * value.c (show_convenience): Tweak comment.
1638         (_initialize_values): Mention convenience functions in the help text
1639         for "show convenience".
1640
1641 2012-08-13  Yao Qi  <yao@codesourcery.com>
1642
1643         * std-operator.def: Remove TERNOP_SLICE_COUNT.
1644         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1645         TERNOP_SLICE_COUNT.
1646         * eval.c (evaluate_subexp_standard): Likewise.
1647         * expprint.c (print_subexp_standard): Likewise.
1648         (dump_subexp_body_standard): Likewise.
1649         * parse.c (operator_length_standard): Likewise.
1650
1651 2012-08-13  Yao Qi  <yao@codesourcery.com>
1652
1653         * std-operator.def: Remove OP_BITSTRING.
1654         * breakpoint.c (watchpoint_exp_is_const): Update.
1655         * eval.c (evaluate_subexp_standard): Remove handling to
1656         OP_BITSTRING.
1657         * expprint.c (print_subexp_standard): Likewise.
1658         (dump_subexp_body_standard): Likewise.
1659         * parse.c (operator_length_standard): Likewise.
1660         * valops.c (value_bitstring): Remove.
1661         * value.h: Remove the declaration of 'value_bitstring'.
1662
1663 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1664
1665         * linespec.c (find_methods): Remove unused variables `i1' and
1666         `name_len'.
1667         (decode_line_full): Likewise for `arg_start'.
1668
1669 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1670
1671         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1672         (zlib_decompress_section): Likewise for `section_data'.
1673         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1674
1675 2012-08-10  Doug Evans  <dje@google.com>
1676
1677         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1678         * NEWS: Document them.
1679         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1680         function/strfns.py.
1681         * python/py-type.c (typy_array_1): New function.
1682         (typy_array): Call it.
1683         (typy_vector): New function.
1684         (type_object_methods): Add "vector".
1685         * python/lib/gdb/function/__init__.py: New file.
1686         * python/lib/gdb/function/strfns.py: New file.
1687
1688 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1689
1690         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1691         for TYPE_FIELD_BITPOS.
1692         (typy_get_sizeof): Likewise for TYPE_LENGTH.
1693
1694 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
1695
1696         PR cli/10436:
1697         * common/vec.h (VEC_merge): Define.
1698         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1699         (DEF_VEC_ALLOC_FUNC_P): Likewise.
1700         (DEF_VEC_ALLOC_FUNC_O): Likewise.
1701         * completer.c: Include gdb_signals.h.
1702         (signal_completer): Define.
1703         * completer.h (signal_completer): Add prototype.
1704         * infcmd.c (_initialize_infcmd): Assign the command
1705         completer for "signal" to handle_completer.
1706         * infrun.c: Include completer.h.
1707         (handle_completer): Define.
1708         (_initialize_infrun): Declare a new local variable c.  Store the
1709         result of add_com("handle") to it.  Assign the command
1710         completer for "handle" to handle_completer.
1711
1712 2012-08-09  Yao Qi  <yao@codesourcery.com>
1713
1714         * cli/cli-decode.c (set_cmd_prefix): New.
1715         (lookup_cmd_for_prefixlist): New.
1716         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1717         of each cmd_list_element in *prefixlist.
1718         (add_setshow_cmd_full): set_cmd_prefix.
1719         (add_alias_cmd): Likewise.
1720         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1721         Declare 'auto_boolean_enums'.
1722         * cli/cli-setshow.c: Include "observer.h".
1723         (notify_command_param_changed_p): New.
1724         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1725         Remove 'static'.
1726         (do_setshow_command): Split it to ...
1727         (do_set_command, do_show_command): ... them.  New.
1728         (do_set_command): Call observer_notify_command_param_changed if
1729         notify_command_param_changed_p returns true.
1730         (cmd_show_list): Caller update.
1731         * auto-load.c (set_auto_load_cmd): Likewise.
1732         * remote.c (show_remote_cmd): Likewise.
1733         * cli/cli-setshow.h: Update declarations.
1734         * top.c (execute_command): Call do_set_command and do_show_command.
1735
1736         * NEWS: Mention new MI notification.
1737         * mi/mi-interp.c: Declare mi_command_param_changed.
1738         (mi_interpreter_init): Attach mi_command_param_changed to
1739         observer command_param_changed.
1740         (mi_command_param_changed): New.
1741         Remove mi_suppress_breakpoint_notifications.
1742         Define global variable mi_suppress_notification.
1743         (mi_breakpoint_created): Update.
1744         (mi_breakpoint_deleted): Likewise.
1745         (mi_breakpoint_modified): Likewise.
1746         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
1747         'gdb-set' and set mi_suppress_notification.
1748         * mi/mi-main.h: (mi_suppress_notification): New struct.
1749
1750 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
1751             Jan Kratochvil  <jan.kratochvil@redhat.com>
1752
1753         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1754
1755 2012-08-09  Yao Qi  <yao@codesourcery.com>
1756
1757         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1758         (skiplist): Move it to skip.c.
1759         (init_cmd_lists): Remove code setting enablebreaklist and
1760         skiplist to NULL.
1761         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1762         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1763         skiplist.
1764         * gdbcmd.h: Likewise.
1765         * skip.c (_initialize_step_skip): Move 'skiplist' from
1766         cli/cli-cmds.c.
1767
1768 2012-08-09  Yao Qi  <yao@codesourcery.com>
1769
1770         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1771         * gnu-nat.c, symfile.c: Likewise.
1772
1773 2012-08-08  Aaron Gamble  <agamble@google.com>
1774
1775         * utils.c (prompt_for_continue_wait_time): New static global.
1776         (make_command_stats_cleanup): Initialize it.
1777         (report_command_stats): Subtract time waiting for user.
1778         (prompt_for_continue): Track time waiting for user.
1779         (defaulted_query): Track time waiting for user.
1780
1781 2012-08-08  Doug Evans  <dje@google.com>
1782
1783         * eval.c (evaluate_subexp_standard): Fix thinko in handling
1784         UNOP_MEMVAL_TYPE.
1785         * expprint.c (print_subexp_standard, case OP_TYPE): New.
1786         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1787         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1788         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1789         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1790         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1791         elt.
1792         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1793         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1794         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1795         (dump_prefix_expression): Handle OP_TYPE.
1796
1797 2012-08-08  Keith Seitz  <keiths@redhat.com>
1798
1799         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1800         addr_start.
1801
1802 2012-08-08  Doug Evans  <dje@google.com>
1803
1804         * linux-thread-db.c: #include "gdb_vecs.h".
1805         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
1806         updated.
1807         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
1808         (thread_db_load_search): Use a vector to iterate over path elements.
1809         Handle text appearing after "$pdir".
1810
1811         * gdb_string.h: Moved to ...
1812         * common/gdb_string.h: ... here.
1813         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1814         gdb_string.h and gdb_assert.h.
1815
1816 2012-08-08  Yao Qi  <yao@codesourcery.com>
1817
1818         * tic6x-tdep.c (tic6x_register_to_value): Remove.
1819         (tic6x_value_to_register): Likewise.
1820         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1821         and set_gdbarch_value_to_register.
1822
1823 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1824             Jean-Marc Saffroy  <saffroy@gmail.com>
1825
1826         PR 11804
1827         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
1828         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1829         * gcore.c (gcore_create_callback): New function comment.  Add modified
1830         parameter.  Only write modified regions.  Set SEC_READONLY exactly
1831         according to MODIFIED.
1832         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
1833         the passed modified value to FUNC.
1834         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1835         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1836         first.  New variables modified and has_anonymous.  Parse the lines of
1837         smaps file.  Add the passed MODIFIED value to FUNC.
1838         * procfs.c (find_memory_regions_callback): Add the passed modified
1839         value.
1840
1841 2012-08-06  Tom Tromey  <tromey@redhat.com>
1842
1843         * dwarf2-frame.c (clear_pointer_cleanup): New function.
1844         (dwarf2_frame_cache): Use it.
1845         * frame-unwind.h (frame_sniffer_ftype): Document prologue
1846         cache initialization constraint.
1847
1848 2012-08-06  Tom Tromey  <tromey@redhat.com>
1849
1850         PR python/14386:
1851         * varobj.c (update_dynamic_varobj_children): Don't call
1852         PyIter_Check.
1853
1854 2012-08-06  Tom Tromey  <tromey@redhat.com>
1855
1856         PR cli/14392:
1857         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1858
1859 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
1860
1861         * NEWS: New entry for 'cd' default parameters.
1862         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1863
1864 2012-08-03  Tom Tromey  <tromey@redhat.com>
1865
1866         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1867         return.
1868
1869 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
1870
1871         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1872         to attempting lseek/write.
1873         (inf_child_fileio_pread): Likewise for pread.
1874
1875 2012-08-02  Yao Qi  <yao@codesourcery.com>
1876
1877         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1878         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1879         add_setshow_zinteger_cmd.
1880         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1881         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1882         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1883         instead of add_setshow_zinteger_cmd.
1884         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1885         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1886         instead of add_setshow_zinteger_cmd.
1887         * frame.c (frame_debug): Add 'unsigned'.
1888         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1889         add_setshow_zinteger_cmd.
1890         * frame.h: Update the declaration of 'frame_debug'.
1891         * gdbtypes.c (overload_debug): Add 'unsigned'.
1892         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1893         add_setshow_zinteger_cmd.
1894         * inferior.h: Update declaration of 'debug_infrun'.
1895         * infrun.c (debug_infrun): Add 'unsigned'.
1896         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1897         add_setshow_zinteger_cmd.
1898         * jit.c (jit_debug): Add 'unsigned'.
1899         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1900         add_setshow_zinteger_cmd.
1901         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1902         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1903         instead of add_setshow_zinteger_cmd.
1904         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1905         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1906         add_setshow_zinteger_cmd.
1907         * machoread.c (mach_o_debug_level): Add 'unsigned'.
1908         (_initialize_machoread): Call add_setshow_zuinteger_cmd
1909         instead of add_setshow_zinteger_cmd.
1910         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1911         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1912         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1913         intead of add_setshow_zinteger_cmd.
1914         * mips-tdep.c (mips_debug): Add 'unsigned'.
1915         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1916         instead of add_setshow_zinteger_cmd.
1917         * monitor.c (monitor_debug): Add 'unsigned'.
1918         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1919         add_setshow_zinteger_cmd.
1920         * observer.c (observer_debug): Add 'unsigned'.
1921         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1922         add_setshow_zinteger_cmd.
1923         * parse.c (expressiondebug): Add 'unsigned'.
1924         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1925         add_setshow_zinteger_cmd.
1926         * record.c (record_debug): Add 'unsigned'.
1927         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1928         add_setshow_zinteger_cmd.
1929         * record.h: Update the declaration of 'record_debug'.
1930         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1931         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1932         add_setshow_zinteger_cmd.
1933         * serial.c (global_serial_debug_p): Add 'unsigned'.
1934         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1935         add_setshow_zinteger_cmd.
1936         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1937         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1938         add_setshow_zinteger_cmd.
1939         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1940         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1941         add_setshow_zinteger_cmd.
1942         * target.c (targetdebug): Add 'unsigned'.
1943         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1944         add_setshow_zinteger_cmd.
1945         * valops.c (overload_debug): Add 'unsigned'.
1946         * varobj.c (varobjdebug): Add 'unsigned'.
1947         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1948         add_setshow_zinteger_cmd.
1949         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1950         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1951         instead of add_setshow_zinteger_cmd.
1952
1953         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1954         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1955         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1956         instead of add_setshow_zinteger_cmd.
1957         * gdbarch.c, gdbarch.h: Re-generated.
1958
1959 2012-08-02  Yao Qi  <yao@codesourcery.com>
1960
1961         * nto-tdep.c: Don't include cli/cli-decode.h and
1962         cli/cli-cmds.h.
1963         (_initialize_nto_tdep): Remove.
1964         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1965         Remove field.
1966         Remove macro nto_internal_debugging.
1967
1968 2012-08-01  Richard Henderson  <rth@redhat.com>
1969
1970         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1971         (mep-*-*) [gdb_target_obs]: Likewise.
1972
1973 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
1974
1975         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1976         linux_get_siginfo_type.
1977
1978 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1979
1980         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1981         AT_ENTRY_POINT.
1982         (call_function_by_hand) <ON_STACK>: Call write_memory with
1983         gdbarch_breakpoint_from_pc, if possible.
1984         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1985         here.
1986
1987 2012-07-31  Yao Qi  <yao@codesourcery.com>
1988
1989         * tracepoint.c: Add 'static' for some variables.
1990
1991 2012-07-31  Yao Qi  <yao@codesourcery.com>
1992
1993         * go32-nat.c: Declare _initialize_go32_nat.
1994         * ser-go32.c: Declare _initialize_ser_dos.
1995         * top.c (do_chdir_cleanup): Add 'static'.
1996
1997 2012-07-30  Keith Seitz  <keiths@redhat.com>
1998
1999         * linespec.c (linespec_lex_number): A number followed
2000         by quotes is a valid number, too.
2001
2002 2012-07-30  Tom Tromey  <tromey@redhat.com>
2003
2004         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2005
2006 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2007
2008         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2009         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2010
2011 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2012
2013         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2014         invalid or reevaluated to prevent prevent references to possibly
2015         delete'd type objects being left in the varobj.
2016
2017 2012-07-27  Tom Tromey  <tromey@redhat.com>
2018             Jan Kratochvil  <jan.kratochvil@redhat.com>
2019
2020         * copying.awk: Print buffer-read-only and vi ro markers.
2021         * copying.c: Rebuild.
2022         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2023         * gdbarch.c, gdbarch.h: Rebuild.
2024         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2025         buffer-read-only and vi ro markers.
2026         * features/arm-with-iwmmxt.c: Rebuild.
2027         * features/arm-with-m-fpa-layout.c: Rebuild.
2028         * features/arm-with-m-vfp-d16.c: Rebuild.
2029         * features/arm-with-m.c: Rebuild.
2030         * features/arm-with-neon.c: Rebuild.
2031         * features/arm-with-vfpv2.c: Rebuild.
2032         * features/arm-with-vfpv3.c: Rebuild.
2033         * features/i386/amd64-avx-linux.c: Rebuild.
2034         * features/i386/amd64-avx.c: Rebuild.
2035         * features/i386/amd64-linux.c: Rebuild.
2036         * features/i386/amd64.c: Rebuild.
2037         * features/i386/i386-avx-linux.c: Rebuild.
2038         * features/i386/i386-avx.c: Rebuild.
2039         * features/i386/i386-linux.c: Rebuild.
2040         * features/i386/i386-mmx-linux.c: Rebuild.
2041         * features/i386/i386-mmx.c: Rebuild.
2042         * features/i386/i386.c: Rebuild.
2043         * features/i386/x32-avx-linux.c: Rebuild.
2044         * features/i386/x32-avx.c: Rebuild.
2045         * features/i386/x32-linux.c: Rebuild.
2046         * features/i386/x32.c: Rebuild.
2047         * features/mips-dsp-linux.c: Rebuild.
2048         * features/mips-linux.c: Rebuild.
2049         * features/mips64-dsp-linux.c: Rebuild.
2050         * features/mips64-linux.c: Rebuild.
2051         * features/rs6000/powerpc-32.c: Rebuild.
2052         * features/rs6000/powerpc-32l.c: Rebuild.
2053         * features/rs6000/powerpc-403.c: Rebuild.
2054         * features/rs6000/powerpc-403gc.c: Rebuild.
2055         * features/rs6000/powerpc-405.c: Rebuild.
2056         * features/rs6000/powerpc-505.c: Rebuild.
2057         * features/rs6000/powerpc-601.c: Rebuild.
2058         * features/rs6000/powerpc-602.c: Rebuild.
2059         * features/rs6000/powerpc-603.c: Rebuild.
2060         * features/rs6000/powerpc-604.c: Rebuild.
2061         * features/rs6000/powerpc-64.c: Rebuild.
2062         * features/rs6000/powerpc-64l.c: Rebuild.
2063         * features/rs6000/powerpc-7400.c: Rebuild.
2064         * features/rs6000/powerpc-750.c: Rebuild.
2065         * features/rs6000/powerpc-860.c: Rebuild.
2066         * features/rs6000/powerpc-altivec32.c: Rebuild.
2067         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2068         * features/rs6000/powerpc-altivec64.c: Rebuild.
2069         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2070         * features/rs6000/powerpc-cell32l.c: Rebuild.
2071         * features/rs6000/powerpc-cell64l.c: Rebuild.
2072         * features/rs6000/powerpc-e500.c: Rebuild.
2073         * features/rs6000/powerpc-e500l.c: Rebuild.
2074         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2075         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2076         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2077         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2078         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2079         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2080         * features/rs6000/powerpc-vsx32.c: Rebuild.
2081         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2082         * features/rs6000/powerpc-vsx64.c: Rebuild.
2083         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2084         * features/rs6000/rs6000.c: Rebuild.
2085         * features/s390-linux32.c: Rebuild.
2086         * features/s390-linux32v1.c: Rebuild.
2087         * features/s390-linux32v2.c: Rebuild.
2088         * features/s390-linux64.c: Rebuild.
2089         * features/s390-linux64v1.c: Rebuild.
2090         * features/s390-linux64v2.c: Rebuild.
2091         * features/s390x-linux64.c: Rebuild.
2092         * features/s390x-linux64v1.c: Rebuild.
2093         * features/s390x-linux64v2.c: Rebuild.
2094         * features/tic6x-c62x-linux.c: Rebuild.
2095         * features/tic6x-c62x.c: Rebuild.
2096         * features/tic6x-c64x-linux.c: Rebuild.
2097         * features/tic6x-c64x.c: Rebuild.
2098         * features/tic6x-c64xp-linux.c: Rebuild.
2099         * features/tic6x-c64xp.c: Rebuild.
2100
2101 2012-07-27  Tom Tromey  <tromey@redhat.com>
2102
2103         * c-exp.y (classify_name): Avoid assignment in condition.
2104
2105 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2106
2107         * amd64-windows-tdep.c: Include "frame.h".
2108         (amd64_windows_skip_trampoline_code): New function.
2109         (amd64_windows_init_abi): Add trampoline registration.
2110
2111 2012-07-27  Yao Qi  <yao@codesourcery.com>
2112
2113         * tracepoint.c (cur_traceframe_number): Remove.
2114         (set_tfile_traceframe): Remove.
2115         (tfile_trace_find, tfile_fetch_registers): Update callers.
2116         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2117         (tfile_open, tfile_trace_find): Likewise.
2118
2119 2012-07-27  Yao Qi  <yao@codesourcery.com>
2120
2121         * thread.c (switch_to_thread): Don't call registers_changed.
2122
2123 2012-07-26  Tom Tromey  <tromey@redhat.com>
2124
2125         * Makefile.in (SFILES): Remove objc-exp.y.
2126         (YYFILES): Remove objc-exp.c.
2127         (YYOBJ): Remove objc-exp.o.
2128         (local-maintainer-clean): Don't mention objc-exp.c.
2129         * c-exp.y: Include objc-lang.h.
2130         (%union) <class>: New field.
2131         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2132         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2133         Objective C productions.
2134         (msglist, msgarglist, msgarg): New productions.
2135         (array_mod, func_mod, operator): Clone productions for
2136         OBJC_LBRAC.
2137         (parse_string_or_char): Handle '@' strings.
2138         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2139         (classify_name): Check la_name_of_this.  Recognize ObjC class
2140         names.
2141         * objc-exp.y: Remove.
2142         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2143         * objc-lang.h (objc_parse, objc_error): Don't declare.
2144
2145 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2146
2147         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2148
2149 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2150
2151         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2152         and decrement.
2153
2154 2012-07-26  Tom Tromey  <tromey@redhat.com>
2155
2156         * copying.c: Rebuild.
2157         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2158         'no_class'.
2159
2160 2012-07-26  Tom Tromey  <tromey@redhat.com>
2161
2162         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2163         immediate_quit.
2164         (print_objfile_statistics): Likewise.
2165         (maintenance_print_symbols): Likewise.
2166         (maintenance_print_msymbols): Likewise.
2167         (maintenance_print_objfiles): Likewise.
2168         * psymtab.c (print_partial_symbols): Call QUIT.
2169         (maintenance_print_psymbols): Likewise.  Don't modify
2170         immediate_quit.
2171         * copying.c (show_copying_command): Don't modify immediate_quit.
2172         (show_warranty_command): Likewise.
2173         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2174
2175 2012-07-26  Keith Seitz  <keiths@redhat.com>
2176
2177         * linespec.c (linespec_lexer_lex_number): The input
2178         is also a valid number if the next character is a comma
2179         or colon.
2180
2181 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2182
2183         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2184         configure options.
2185
2186 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2187
2188         * machoread.c: Include gdb_bfd.h.
2189
2190 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2191
2192         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2193         offset.
2194
2195 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2196
2197         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2198         SIZE to size_t.
2199         (dwarf2_evaluate_loc_desc): Likewise.
2200         (dwarf2_loc_desc_needs_frame): Likewise.
2201         (locexpr_describe_location_1): Likewise.
2202         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2203         size_t.
2204         (struct dwarf2_loclist_baton): Likewise.
2205         * dwarf2read.c (struct dwarf_block): Likewise.
2206         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2207         (decode_locdesc): Expand SIZE and I to size_t.
2208
2209 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2210
2211         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2212
2213 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2214
2215         * doublest.c (convert_doublest_to_floatformat): If the exponent
2216         is too small, treat the value as zero.  If the exponent is too
2217         large, treat the value as infinity.
2218
2219 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2220
2221         * configure.ac: Add --enable-lmcheck configure option.
2222         * configure: Regenerate.
2223
2224 2012-07-25  Tom Tromey  <tromey@redhat.com>
2225
2226         * NEWS: Mention maint info bfds.
2227         * gdb_bfd.c (all_bfds): New global.
2228         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2229         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2230         New functions.
2231
2232 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2233
2234         * configure.tgt: Add v850*-*-rtems*.
2235
2236 2012-07-25  Tom Tromey  <tromey@redhat.com>
2237
2238         * macrotab.c (macro_bcache_str): Remove cast.
2239
2240 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2241
2242         * linespec.c (linespec_lexer_lex_number): Update comments,
2243         change the return and add check to make sure the input is
2244         the decimal numbers.
2245         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2246         false, call linespec_lexer_lex_string.
2247
2248 2012-07-24  Tom Tromey  <tromey@redhat.com>
2249
2250         * symfile.c (symbol_file_add): Don't open BFD twice.
2251
2252 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2253
2254         * breakpoint.c (create_breakpoint): Store condition for pending
2255         breakpoints.
2256
2257 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2258
2259         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2260         (m68k_return_value): Handle complex types like structures.
2261         (m68k_svr4_return_value): Likewise.
2262
2263 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2264
2265         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2266         parameters to bfd_get_section_name.
2267
2268 2012-07-24  Yao Qi  <yao@codesourcery.com>
2269
2270         * cli/cli-setshow.c: Handle case 'var_uinteger'
2271         and 'var_zuninteger' together.  Handle case 'var_integer' and
2272         'var_zinteger' together.
2273
2274 2012-07-23  Keith Seitz  <keiths@redhat.com>
2275
2276         * linespec.c (convert_linespec_to_sal): Don't add
2277         any symbols to the result vector if symbol_to_sal
2278         returns zero.
2279
2280 2012-07-23  Keith Seitz  <keiths@redhat.com>
2281
2282         * linespec.c (decode_objc): Record the function name
2283         in the linespec.
2284
2285 2012-07-23  Tom Tromey  <tromey@redhat.com>
2286
2287         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2288         counting.
2289         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2290         (map_vmap): Acquire a reference to the BFD.
2291
2292 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2293
2294         * p-valprint.c (pascal_object_print_value): Replace potentially
2295         unsafe alloca with xmalloc/xfree.
2296         * valops.c (search_struct_method): Likewise.
2297
2298 2012-07-23  Tom Tromey  <tromey@redhat.com>
2299
2300         * solib-svr4.c (enable_break): Update.
2301         * bfd-target.h (target_bfd_reopen): Update documentation.
2302
2303 2012-07-23  Tom Tromey  <tromey@redhat.com>
2304
2305         * symfile.c (separate_debug_file_exists): Update.
2306         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2307         (reread_symbols): Update.
2308         * elfread.c (build_id_verify): Update.
2309         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2310         bfd_open_maybe_remote.
2311
2312 2012-07-23  Tom Tromey  <tromey@redhat.com>
2313
2314         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2315
2316 2012-07-23  Tom Tromey  <tromey@redhat.com>
2317
2318         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2319         and 'abfd'.
2320         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2321         and 'abfd'.
2322         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2323         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2324         'abfd'.
2325         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2326         * objfiles.c (allocate_objfile): Acquire a new reference.
2327         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2328         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2329         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2330         a cleanup for 'nbfd'.
2331         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2332         for 'nbfd'.
2333         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2334         make a cleanup for 'abfd'.
2335         (symbol_file_add): Make a BFD cleanup.
2336
2337 2012-07-23  Tom Tromey  <tromey@redhat.com>
2338
2339         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2340         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2341         * corelow.c (core_open): Use gdb_bfd_fopen.
2342         * dsrec.c (load_srec): Use gdb_bfd_openr.
2343         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2344         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2345         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2346         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2347         (gdb_bfd_fdopenr): New functions.
2348         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2349         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2350         (gdb_bfd_fdopenr): Declare.
2351         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2352         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2353         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2354         gdb_bfd_openr_next_archived_file.
2355         (macho_check_dsym): Use gdb_bfd_openr.
2356         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2357         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2358         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2359         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2360         gdb_bfd_openr.
2361         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2362         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2363         gdb_bfd_openr_next_archived_file.
2364         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2365         Use gdb_bfd_openr.
2366         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2367         gdb_bfd_openr.
2368         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2369         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2370         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2371         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2372         (symfile_bfd_open): Use gdb_bfd_fopen.
2373         (generic_load): Use gdb_bfd_openr.
2374         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2375
2376 2012-07-23  Tom Tromey  <tromey@redhat.com>
2377
2378         * bfd-target.c (target_bfd_reopen): Update.
2379         * cli/cli-dump.c (bfd_openr_with_cleanup)
2380         (bfd_openw_with_cleanup): Update.
2381         * corelow.c (core_open): Update.
2382         * dsrec.c (load_srec): Update.
2383         * exec.c (exec_file_attach): Update.
2384         * gcore.c (create_gcore_bfd): Update.
2385         * gdb_bfd.c (gdb_bfd_ref): Return void.
2386         (gdb_bfd_open): Update.
2387         * gdb_bfd.h (gdb_bfd_ref): Return void.
2388         Update comments.
2389         * jit.c (jit_bfd_try_read_symtab): Update.
2390         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2391         * machoread.c (macho_symfile_read_all_oso): Update.
2392         (macho_check_dsym): Update.
2393         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2394         * remote-m32r-sdi.c (m32r_load): Update.
2395         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2396         * rs6000-nat.c (add_vmap): Update.
2397         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2398         Update.
2399         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2400         * solib-spu.c (spu_bfd_open): Update.
2401         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2402         * spu-linux-nat.c (spu_bfd_open): Update.
2403         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2404         (generic_load): Update.
2405         * windows-nat.c (windows_make_so): Update.
2406
2407 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2408
2409         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2410
2411 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2412
2413         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2414         SIGTRAMP_FRAME unwinding.
2415
2416 2012-07-20  Doug Evans  <dje@google.com>
2417
2418         * NEWS: Document new options "set/show use-deprecated-index-sections",
2419         and delete reference to --use-deprecated-index-sections.
2420         * symfile.h (use_deprecated_index_sections): Delete.
2421         * dwarf2read.c (use_deprecated_index_sections): Make static.
2422         (read_index_from_section): Update wording of how to load
2423         deprecated index sections.
2424         (_initialize_dwarf2_read): New options
2425         "set/show use-deprecated-index-sections".
2426         * main.c (captured_main): Delete --use-deprecated-index-sections.
2427
2428 2012-07-20  Pedro Alves  <palves@redhat.com>
2429
2430         PR threads/11692
2431         PR gdb/12203
2432
2433         * infrun.c (handle_inferior_event) <new thread>: Don't special
2434         case minus_one_ptid.
2435         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2436         * linux-thread-db.c (thread_get_info_callback): Don't return early
2437         if the thread is zombie.
2438         (thread_from_lwp): Change return type to void.  Rewrite stale
2439         comment.
2440         (attach_thread): Don't return early if the thread is zombie,
2441         instead set its "dying" flag.
2442         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2443         (find_new_threads_callback): Don't return early if the thread is
2444         zombie.
2445
2446 2012-07-20  Pedro Alves  <palves@redhat.com>
2447
2448         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2449         * target.c (target_wait): Likewise.
2450         (str_comma_list_concat_elem, do_option, target_options_to_string):
2451         New functions.
2452         * target.h (target_options_to_string): Declare.
2453
2454 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2455             Tom Tromey  <tromey@redhat.com>
2456
2457         * dwarf2read.c (dwarf_decode_macros)
2458         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2459         DW_MACRO_GNU_transparent_include_alt>: New cases.
2460         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2461         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2462
2463 2012-07-20  Tom Tromey  <tromey@redhat.com>
2464
2465         * dwarf2read.c (try_open_dwo_file): Don't call
2466         gdb_bfd_stash_filename.
2467
2468 2012-07-20  Pedro Alves  <palves@redhat.com>
2469
2470         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2471         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2472         (i386_process_record): Tweak description comments.
2473
2474 2012-07-20  Pedro Alves  <palves@redhat.com>
2475
2476         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2477         (i386_process_record): Use record_read_memory.
2478         * record.c (record_read_memory): New function.
2479         (record_arch_list_add_mem, record_exec_insn): Use
2480         record_read_memory.
2481         * record.h (record_read_memory): Declare.
2482
2483 2012-07-20  Yao Qi  <yao@codesourcery.com>
2484
2485         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2486         NULL for xfree.
2487
2488 2012-07-19  Pedro Alves  <palves@redhat.com>
2489
2490         * record.c (record_resume): Ask the target beneath to report all
2491         signals.
2492
2493 2012-07-19  Doug Evans  <dje@google.com>
2494
2495         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2496         there's no section at address zero.
2497         (dwarf2_record_block_ranges): Ditto.
2498
2499 2012-07-19  Yao Qi  <yao@codesourcery.com>
2500
2501         * command.h, remote.c: Fix a typo in comment.
2502
2503 2012-07-19  Tom Tromey  <tromey@redhat.com>
2504
2505         PR exp/13206:
2506         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2507         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2508         OP_DECLTYPE>: New cases.
2509         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2510         (type_exp): Add new productions.
2511         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2512         and decltype.
2513         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2514         New case.
2515         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2516         OP_DECLTYPE>: New case.
2517         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2518         New case.
2519         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2520         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2521
2522 2012-07-19  Tom Tromey  <tromey@redhat.com>
2523
2524         * c-exp.y (enum token_flags): New.
2525         (struct token) <cxx_only>: Remove.
2526         <flags>: New field.
2527         (tokentab3, tokentab2, ident_tokens): Update.
2528         (lex_one_token): Update.  Handle FLAG_SHADOW.
2529
2530 2012-07-19  Tom Tromey  <tromey@redhat.com>
2531
2532         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2533         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2534         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2535         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
2536         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
2537         type_exp production where appropriate.
2538         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2539         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2540         <UNOP_MEMVAL_TYPE>: New case.
2541         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2542         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2543         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2544         <UNOP_MEMVAL_TYPE>: New case.
2545         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2546         UNOP_REINTERPRET_CAST>: Update.
2547         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2548         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2549         UNOP_REINTERPRET_CAST>: Update.
2550         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2551         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2552         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2553         constants.
2554
2555 2012-07-19  Yao Qi  <yao@codesourcery.com>
2556             Jan Kratochvil <jan.kratochvil@redhat.com>
2557
2558         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2559         and case 'var_optional_filename' together.
2560         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2561         instead of add_setshow_optional_filename_cmd for setshow command
2562         'args'.  Set completer for 'set args'.
2563
2564 2012-07-18  Doug Evans  <dje@google.com>
2565
2566         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2567         * common/gdb_vecs.c: New file, contents from utils.c.
2568         * common/host-defs.h: New file, contents from defs.h.
2569         * utils.h: New file, contents from defs.h.
2570         * defs.h: Move all declarations of objects defined in utils.c
2571         to utils.h (except QUIT() and related).
2572         #include "utils.h", "host-defs.h".
2573         * probe.h (probe_p): Move here from gdb_vecs.h.
2574         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2575         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2576         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2577         * Makefile.in (SFILES): Add common/gdb_vecs.c.
2578         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2579         (COMMON_OBS): Add gdb_vecs.o.
2580         (gdb_vecs.o): New rule.
2581
2582 2012-07-18  Keith Seitz  <keiths@redhat.com>
2583
2584         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2585         parameter.  If non-zero, use SYMNAME as the canonical name
2586         for the SaL.
2587         Update all callers.
2588         (convert_linespec_to_sals): Use add_sal_to_sals for
2589         expressions, too.
2590         (decode_line_full): No need to "fill in missing canonical names"
2591         anymore. Simply make cleanups for the allocated names.
2592
2593 2012-07-18  Keith Seitz  <keiths@redhat.com>
2594
2595         * linespec.c (struct linespec): Constify expression,
2596         source_filename, function_name, and label_name.
2597         (symbol_not_found_error): Make all parameters const.
2598         (linespec_parser_delete): No need to check for NULL
2599         when using xfree. Cast const char * to char * for xfree.
2600
2601 2012-07-18  Keith Seitz  <keiths@redhat.com>
2602
2603         * breakpoint.c (invalid_thread_id_error): New function.
2604         (find_condition_and_thread): Use invalid_thread_id_error.
2605         (watch_command_1): Likewise.
2606
2607 2012-07-18  Tom Tromey  <tromey@redhat.com>
2608
2609         * cc-with-index.sh, cc-with-dwz.sh: Remove.
2610         * contrib/cc-with-tweaks.sh: New file.
2611
2612 2012-07-18  Tom Tromey  <tromey@redhat.com>
2613
2614         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2615         (locate_dwz_sections): Recognize .gdb_index.
2616         (create_cus_from_index_list): New function.
2617         (create_cus_from_index): Use it.  Handle .dwz data.
2618         (read_index_from_section): New function, extracted from
2619         dwarf2_read_index.
2620         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
2621         if needed.
2622
2623 2012-07-18  Tom Tromey  <tromey@redhat.com>
2624
2625         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2626         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2627         <is_dwz>: New field.
2628         (struct dwz_file): New.
2629         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2630         (locate_dwz_sections, dwarf2_get_dwz_file)
2631         (get_abbrev_section_for_cu): New functions.
2632         (error_check_comp_unit_head, read_and_check_comp_unit_head)
2633         (read_and_check_type_unit_head): Add abbrev_section argument.
2634         (create_debug_types_hash_table): Update.
2635         (init_cutu_and_read_dies): Use proper abbrev section.
2636         (init_cutu_and_read_dies_no_follow): Likewise.
2637         (set_partial_user): Do nothing if PST==NULL.
2638         (read_comp_units_from_section): New function.
2639         (create_all_comp_units): Use it.
2640         (scan_partial_symbols, partial_die_parent_scope): Update.
2641         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2642         (process_imported_unit_die, read_partial_die): Handle .dwz files.
2643         (find_partial_die): Add offset_in_dwz argument.  Update.
2644         (guess_partial_die_structure_name, fixup_partial_die): Update.
2645         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2646         DW_FORM_GNU_strp_alt.
2647         (read_indirect_string_from_dwz): New function.
2648         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2649         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2650         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2651         (follow_die_offset): Add offset_in_dwz argument.
2652         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2653         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2654         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2655         Handle new macro forms.
2656         (dwarf_decode_macros): Update.
2657         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2658         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2659         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2660         (create_debug_types_hash_table): Use correct abbrev section.
2661         (get_debug_line_section): New function.
2662         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2663         (process_full_comp_unit): Pass 'required' argument to
2664         end_symtab_get_static_block.
2665         * buildsym.h (end_symtab_get_static_block): Update.
2666         * buildsym.c (end_symtab_get_static_block): Add 'required'
2667         argument.
2668         (end_symtab, end_expandable_symtab): Update.
2669
2670 2012-07-18  Tom Tromey  <tromey@redhat.com>
2671
2672         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2673         (pagesize): Remove.
2674         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2675         (zlib_decompress_section): Remove.
2676         (dwarf2_read_section): Use gdb_bfd_map_section.
2677         (munmap_section_buffer): Remove.
2678         (free_dwo_file, dwarf2_per_objfile_free): Don't use
2679         munmap_section_buffer.
2680         * gdb_bfd.c: Include zlib.h, sys/mman.h.
2681         (struct gdb_bfd_section_data): New.
2682         (free_one_bfd_section): New function.
2683         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2684         (get_section_descriptor, zlib_decompress_section)
2685         (gdb_bfd_map_section): New functions.
2686         * gdb_bfd.h (gdb_bfd_map_section): Declare.
2687
2688 2012-07-18  Tom Tromey  <tromey@redhat.com>
2689
2690         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2691
2692 2012-07-18  Tom Tromey  <tromey@redhat.com>
2693
2694         * gdb_bfd.c (struct gdb_bfd_data): New.
2695         (gdb_bfd_cache): New global.
2696         (struct gdb_bfd_cache_search): New.
2697         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2698         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2699         * gdb_bfd.h (gdb_bfd_open): Declare.
2700
2701 2012-07-18  Tom Tromey  <tromey@redhat.com>
2702
2703         * utils.c (make_cleanup_bfd_unref): Rename from
2704         make_cleanup_bfd_close.
2705         * defs.h (make_cleanup_bfd_unref): Rename from
2706         make_cleanup_bfd_close.
2707         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2708         (bfd_openw_with_cleanup): Update.
2709         * corelow.c (core_open): Update.
2710         * dsrec.c (load_srec): Update.
2711         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2712         * remote-m32r-sdi.c (m32r_load): Update.
2713         * remote-mips.c (mips_load_srec): Update.
2714         (pmon_load_fast): Update.
2715         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2716         Update.
2717         (darwin_bfd_open): Update.
2718         * solib.c (solib_bfd_fopen): Update.
2719         * symfile-mem.c (symbol_file_add_from_memory): Update.
2720         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2721         (symfile_bfd_open): Update.
2722         (generic_load): Update.
2723
2724 2012-07-18  Tom Tromey  <tromey@redhat.com>
2725
2726         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2727         (pmon_load_fast): Likewise.
2728         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2729         (m32r_upload_command): Likewise.
2730         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2731         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2732         Use make_cleanup_bfd_close.
2733
2734 2012-07-18  Tom Tromey  <tromey@redhat.com>
2735
2736         * symfile.c (symfile_bfd_open): Don't copy name.  Call
2737         gdb_bfd_stash_filename.
2738         (load_command): Open the new BFD before freeing the old.
2739         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2740         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2741         Call gdb_bfd_stash_filename.
2742         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2743         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
2744         gdb_bfd_stash_filename.
2745         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2746         Free found_pathname.
2747         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
2748         gdb_bfd_stash_filename.
2749         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2750         * machoread.c (macho_add_oso_symfile): Call
2751         gdb_bfd_stash_filename.
2752         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
2753         gdb_bfd_stash_filename.
2754         (macho_check_dsym): Don't copy filename.  Call
2755         gdb_bfd_stash_filename.
2756         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2757         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2758         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2759         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2760         * exec.c (exec_close): Don't free the BFD's filename.
2761         (exec_file_attach): Don't copy the filename.  Call
2762         gdb_bfd_stash_filename.
2763         * corelow.c (core_close): Don't free the BFD's filename.
2764         (core_open): Call gdb_bfd_stash_filename.
2765         * corefile.c (reopen_exec_file): Remove #if 0 code.
2766         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
2767         pathname.
2768         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2769
2770 2012-07-18  Tom Tromey  <tromey@redhat.com>
2771
2772         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2773         gdb_bfd_unref.
2774         (free_dwo_file): Use gdb_bfd_unref.
2775         * cli/cli-dump.c: Include gdb_bfd.h.
2776         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2777         (bfd_openr_with_cleanup): Likewise.
2778         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2779         gdb_bfd_unref.
2780         * utils.c: Include gdb_bfd.h.
2781         (do_bfd_close_cleanup): Use gdb_bfd_unref.
2782         * symfile.c: Include gdb_bfd.h.
2783         (separate_debug_file_exists): Use gdb_bfd_unref.
2784         (bfd_open_maybe_remote): Use gdb_bfd_ref.
2785         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2786         (generic_load): Use gdb_bfd_ref.
2787         (reread_symbols): Use gdb_bfd_unref.
2788         * symfile-mem.c: Include gdb_bfd.h.
2789         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2790         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2791         * solib.c: Include gdb_bfd.h.
2792         (solib_bfd_fopen): Use gdb_bfd_ref.
2793         (solib_bfd_open): Use gdb_bfd_unref.
2794         (free_so_symbols): Use gdb_bfd_unref.
2795         (reload_shared_libraries_1): Use gdb_bfd_unref.
2796         * solib-spu.c: Include gdb_bfd.h.
2797         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2798         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2799         gdb_bfd_unref.
2800         * solib-frv.c: Include gdb_bfd.h.
2801         (enable_break2): Use gdb_bfd_unref.
2802         * solib-dsbt.c: Include gdb_bfd.h.
2803         (enable_break2): Use gdb_bfd_unref.
2804         * solib-darwin.c: Include gdb_bfd.h.
2805         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2806         gdb_bfd_unref.
2807         (darwin_bfd_open): Use gdb_bfd_unref.
2808         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2809         * remote-mips.c: Include gdb_bfd.h.
2810         (mips_load_srec): Use gdb_bfd_ref.
2811         (pmon_load_fast): Use gdb_bfd_ref.
2812         * remote-m32r-sdi.c: Include gdb_bfd.h.
2813         (m32r_load): Use gdb_bfd_ref.
2814         * record.c: Include gdb_bfd.h.
2815         (record_save_cleanups): Use gdb_bfd_unref.
2816         (cmd_record_save): Use gdb_bfd_unref.
2817         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2818         gdb_bfd_unref.
2819         * objfiles.h (gdb_bfd_close_or_warn): Remove.
2820         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2821         * objfiles.c: Include gdb_bfd.h.
2822         (free_objfile): Use gdb_bfd_unref.
2823         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2824         gdb_bfd.c.
2825         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2826         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2827         (macho_check_dsym): Likewise.
2828         * m32r-rom.c: Include gdb_bfd.h.
2829         (m32r_load): Use gdb_bfd_ref.
2830         (m32r_upload_command): Use gdb_bfd_ref.
2831         * jit.c: Include gdb_bfd.h.
2832         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2833         * gdb_bfd.h: New file.
2834         * gdb_bfd.c: New file.
2835         * gcore.c: Include gdb_bfd.h.
2836         (create_gcore_bfd): Use gdb_bfd_ref.
2837         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2838         (gcore_command): Use gdb_bfd_unref.
2839         * exec.c: Include gdb_bfd.h.
2840         (exec_close): Use gdb_bfd_unref.
2841         (exec_close_1): Use gdb_bfd_unref.
2842         (exec_file_attach): Use gdb_bfd_ref.
2843         * elfread.c: Include gdb_bfd.h.
2844         (build_id_verify): Use gdb_bfd_unref.
2845         * dsrec.c: Include gdb_bfd.h.
2846         (load_srec): Use gdb_bfd_ref.
2847         * corelow.c: Include gdb_bfd.h.
2848         (core_close): Use gdb_bfd_unref.
2849         (core_open): Use gdb_bfd_ref.
2850         * bfd-target.c: Include gdb_bfd.h.
2851         (target_bfd_xclose): Use gdb_bfd_unref.
2852         (target_bfd_reopen): Use gdb_bfd_ref.
2853         * Makefile.in (SFILES): Add gdb_bfd.c.
2854         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2855         (COMMON_OBS): Add gdb_bfd.o.
2856
2857 2012-07-18  Keith Seitz  <keiths@redhat.com>
2858
2859         * breakpoint.c (find_condition_and_thread): Initialize
2860         TASK and REST.
2861         (create_breakpiont): find_condition_and_thread will now
2862         initialize COND_STRING, THREAD, and REST (and TASK).
2863         (addr_string_to_sals): Likewise.
2864
2865 2012-07-18  Pedro Alves  <palves@redhat.com>
2866
2867         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2868         Pull the single step breakpoints out of the target.
2869
2870 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2871
2872         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2873         * stap-probe.c (compile_probe_arg): Likewise.
2874
2875 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2876
2877         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2878         (elf_compile_to_ax): Likewise.
2879         * infrun.c (insert_exception_resume_from_probe): Likewise.
2880         (check_exception_resume): Remove `objfile' variable.
2881         * probe.c (find_probe_by_pc): Remove `objfile' argument.
2882         (struct probe_and_objfile, probe_and_objfile_s): Delete.
2883         (collect_probes): Adjust return value to `VEC (probe_p) *'.
2884         (compare_entries): Rename to...
2885         (compare_probes): ...this.  Adjust function to work with
2886         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
2887         respectively.
2888         (gen_ui_out_table_header_info): Adjust `probes' argument to be
2889         `VEC (probe_p) *'.
2890         (print_ui_out_info): Adjust argument to be `struct probe *'.
2891         (info_probes_for_ops): Adjust internal computations to use
2892         `VEC (probe_p) *'.
2893         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2894         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2895         gen_info_probes_table_values>: Remove `objfile' argument.
2896         (struct probe) <objfile>: New field.
2897         (find_probe_by_pc): Remove `objfile' argument.
2898         * stap-probe.c (stap_parse_probe_arguments): Likewise.
2899         (stap_get_probe_argument_count): Likewise.
2900         (stap_get_arg): Likewise.
2901         (stap_evaluate_probe_argument): Likewise.
2902         (stap_compile_to_ax): Likewise.
2903         (compile_probe_arg): Refactor not to pass `objfile' anymore.
2904         (handle_stap_probe): Fill `objfile' field from `struct probe'.
2905         (stap_gen_info_probes_table_header): Remove `objfile' argument.
2906         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2907         sym_compile_to_ax>: Likewise.
2908
2909 2012-07-18  Terry Guo  <terry.guo@arm.com>
2910
2911         PR 14329
2912         * defs.h (GDB_MI_MSG_WIDTH): New.
2913         * ser_base (ser_base_read_error_fd): New function.
2914         (do_ser_base_readchar): Poll error file descriptor as well as
2915         standard output.
2916         (generic_readchar): Refactor error handling.
2917
2918 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
2919
2920         * NEWS: Create a new section for the next release branch.
2921         Rename the section of the current branch, now that it has
2922         been cut.
2923
2924 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
2925
2926         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2927         * version.in: Bump version to 7.5.50.20120718-cvs.
2928
2929 2012-07-17  Keith Seitz  <keiths@redhat.com>
2930
2931         * linespec.c (linespec_parse_line_offset): Make parameter
2932         const.
2933
2934 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2935
2936         PR 11914
2937         * f-valprint.c (info_common_command): New variable frame_id.
2938         Reinitialize FI form FRAME_ID after each print_variable_and_value.
2939         * printcmd.c (print_variable_and_value): Extend function comment.
2940         Add comment for invalidated FRAME.
2941         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
2942         FI form FRAME_ID after each print_frame_local_vars.
2943         (struct print_variable_and_value_data): Change frame to frame_id.
2944         (do_print_variable_and_value): New variable frame, initialize it from
2945         p->frame_id.  Add comment for invalidated FRAME.
2946         (print_frame_local_vars, print_frame_arg_vars): New function comment.
2947         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
2948         for invalidated FRAME.
2949
2950 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
2951             Pedro Alves  <palves@redhat.com>
2952
2953         * linux-nat.c (linux_nat_detach): Don't unregister from the event
2954         loop.
2955
2956 2012-07-16  Tom Tromey  <tromey@redhat.com>
2957
2958         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2959
2960 2012-07-15  Doug Evans  <dje@google.com>
2961
2962         * dwarf2read.c (stmt_list_hash): New struct.
2963         (type_unit_group): Embed "per_cu" member, remove pointer.
2964         New union member "t", move member "tus" into it, all uses updated.
2965         New member "hash", replaces member "line_offset, all uses updated.
2966         (quick_file_names): Replace member "offset" with "hash", all uses
2967         updated.
2968         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2969         (hash_file_name_entry, eq_file_name_entry): Call them.
2970         (hash_type_unit_group, eq_type_unit_group): Ditto.
2971         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2972         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2973         (dw2_get_file_names): Update.
2974         (create_type_unit_group): Replace "per_cu" arg with "cu".
2975         All callers updated.  Fix "quick" (.gdb_index) handling.
2976         (get_type_unit_group): Replace "per_cu" arg with "cu".
2977         All callers updated.
2978         (build_type_unit_groups): Don't reset tu_stats.
2979
2980         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2981         "tab_cur_size".  Change member "tab" to be a htab_t.
2982         (create_filename_seen_cache): Update.
2983         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2984         (filename_seen): Update.
2985
2986 2012-07-13  Doug Evans  <dje@google.com>
2987
2988         * symtab.c (filename_seen): Update comment.
2989
2990 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2991             Doug Evans  <dje@google.com>
2992
2993         * buildsym.c (end_symtab_1): Split it to ...
2994         (end_symtab_get_static_block): ... this ...
2995         (end_symtab_from_static_block): ... and this function.
2996         (end_symtab, end_expandable_symtab): Call them.
2997         * buildsym.h (end_symtab_get_static_block)
2998         (end_symtab_from_static_block): New declarations.
2999         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3000         Set its valid CU ranges.
3001
3002 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3003
3004         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3005         DW_OP_GNU_parameter_ref.
3006
3007 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3008
3009         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3010         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3011
3012 2012-07-13  Doug Evans  <dje@google.com>
3013
3014         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3015         (filename_seen_cache): New struct.
3016         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3017         (create_filename_seen_cache): New function.
3018         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3019         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3020         updated.
3021         (output_source_filename_data): New struct.
3022         (output_source_filename): Delete arg "first".  New arg "data".
3023         All callers updated.
3024         (sources_info): Delete local "first".  New locals "data", "cleanups".
3025         Rewrite to use filename_seen_cache.
3026         (add_partial_filename_data): Delete member "first".  New member
3027         "filename_seen_cache".  All uses updated.
3028         (make_source_files_completion_list): Rewrite to use
3029         filename_seen_cache.
3030
3031 2012-07-12  Doug Evans  <dje@google.com>
3032
3033         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3034
3035 2012-07-10  Doug Evans  <dje@google.com>
3036
3037         PR gdb/13498
3038         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3039         all_type_unit_groups, type_unit_groups, tu_stats.
3040         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3041         All uses updated.  Add type_unit_group to union "s".
3042         (type_unit_group): New struct.
3043         (IS_TYPE_UNIT_GROUP): New macro.
3044         (abbrev_table): Delete unused member "section".
3045         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3046         (dw2_get_cu): Assert not used with type_unit_group.
3047         (dw2_get_primary_cu): New function.
3048         (dw2_build_type_unit_groups_reader): New function.
3049         (dw2_build_type_unit_groups): New function.
3050         (dw2_get_file_names): Assert not called on type units.
3051         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3052         Redo loop to iterate over type unit groups instead of type units.
3053         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3054         (read_abbrev_offset): New function.
3055         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3056         updated.
3057         (create_partial_symtab): New function.
3058         (process_psymtab_comp_unit_reader): Assert not used with type units.
3059         Call create_partial_symtab.
3060         (process_psymtab_type_unit): Delete.
3061         (hash_type_unit_group, eq_type_unit_group): New functions.
3062         (allocate_type_unit_groups_table): New function.
3063         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3064         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3065         (create_type_unit_group, get_type_unit_group): New functions.
3066         (tu_abbrev_offset): New struct.
3067         (sort_tu_by_abbrev_offset): New function.
3068         (add_type_unit_group_to_table): New function.
3069         (build_type_unit_groups): New function.
3070         (build_type_psymtabs_reader): New function.
3071         (build_type_psymtab_dependencies): New function.
3072         (build_type_psymtabs): Rewrite.
3073         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3074         is seen in a type unit.
3075         (process_queue): Move symtab expansion debugging printfs here.
3076         Call process_full_type_unit for type units.
3077         (compute_symtab_includes): Assert not called for type units.
3078         (process_cu_includes): Don't call compute_symtab_includes for
3079         type units.
3080         (process_full_type_unit): New function.
3081         (process_imported_unit_die): Flag an error if called for type units.
3082         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3083         updated.  Assert not called for type units.
3084         (read_file_scope): Call dwarf2_start_symtab.
3085         (setup_type_unit_groups): New function.
3086         (read_type_unit_scope): Rewrite.
3087         (abbrev_table_read_table): Initialize abbrev_table->offset.
3088         (abbrev_table_free_cleanup): New function.
3089         (dwarf2_start_symtab): New function.
3090         (load_full_type_unit): Assert not called for type unit groups.
3091         * buildsym.c (finish_block_internal): New arg "expandable".
3092         All callers updated.
3093         (start_symtab): Move most contents to ...
3094         (restart_symtab): ... here.  New function.
3095         (reset_symtab_globals): New function.
3096         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3097         Call reset_symtab_globals.
3098         (end_symtab, end_expandable_symtab): New functions.
3099         (set_missing_symtab, augment_type_symtab): New functions.
3100         * buildsym.h (end_expandable_symtab): Declare.
3101         (augment_type_symtab, restart_symtab): Declare.
3102         * psympriv.h (struct partial_symtab): New member "anonymous".
3103         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3104         anonymous psymtabs.
3105         (read_psymtabs_with_filename): Ditto.
3106         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3107         (expand_symtabs_matching_via_partial): Ditto.
3108         (dump_psymtab): Update.
3109         * dictionary.c (dict_add_pending): New function.
3110         * dictionary.h (dict_add_pending): Declare.
3111
3112 2012-07-09  Doug Evans  <dje@google.com>
3113
3114         * buildsym.c (start_subfile): Remove unnecessary check for
3115         name == NULL.
3116
3117         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3118
3119         * dwarf2read.c (load_full_type_unit): Simplify.
3120
3121         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3122         to struct signatured_type **.  All uses updated.
3123
3124         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3125         All callers updated.
3126
3127 2012-07-09  Tom Tromey  <tromey@redhat.com>
3128
3129         * c-exp.y (check_parameter_typelist): New function.
3130         (parameter_typelist): Call it.
3131         * eval.c (make_params): Handle '(void)' case.
3132         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3133         '(void)' case.
3134
3135 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3136
3137         * common/linux-ptrace.c: Include gdb_assert.h.
3138         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3139         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3140         stdint.h.
3141         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3142         functions.
3143         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3144         * linux-nat.c (linux_child_post_attach)
3145         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3146
3147 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3148
3149         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3150         nptl <2.7 bug workaround for core files.
3151
3152 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3153
3154         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3155         clearing.
3156         (save_siginfo): Remove.
3157         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3158         call.
3159         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3160         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3161         * linux-nat.h (struct lwp_info): Remove field siginfo.
3162
3163 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3164
3165         Code cleanup for the next patch.
3166         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3167         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3168         call for it.
3169         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3170         (ia64_linux_stopped_data_address):
3171         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3172         the return value.
3173         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3174         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3175         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3176         call for it.
3177
3178 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3179
3180         PR 14321
3181         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3182         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3183
3184 2012-07-06  Tom Tromey  <tromey@redhat.com>
3185
3186         * c-exp.y (DOTDOTDOT): New token.
3187         (func_mod, exp): Use parameter_typelist.
3188         (parameter_typelist): New production.
3189         (tokentab3): Add "..." token.
3190         * eval.c (make_params): Handle varargs.
3191         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3192         varargs.
3193
3194 2012-07-06  Tom Tromey  <tromey@redhat.com>
3195
3196         PR exp/9608:
3197         * c-exp.y (%union) <tvec>: Change type.
3198         (func_mod): Now uses <tvec> type.
3199         (exp): Update for tvec change.
3200         (direct_abs_decl): Push the typelist.
3201         (func_mod): Return a typelist.
3202         (nonempty_typelist): Update for tvec change.
3203         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3204         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3205         * parse.c (pop_type_list): New function.
3206         (push_typelist): New function.
3207         (follow_types): Handle tp_function_with_arguments.
3208         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3209         (enum type_pieces) <tp_function_with_arguments>: New constant.
3210         (union type_stack_elt) <typelist_val>: New field.
3211         (push_typelist): Declare.
3212
3213 2012-07-06  Tom Tromey  <tromey@redhat.com>
3214
3215         * c-exp.y (%union) <type_stack>: New field.
3216         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3217         (ptr_operator_ts): New production.
3218         (ptype): Update.
3219         * parse.c (type_stack_reserve): New function.
3220         (check_type_stack_depth): Use it.
3221         (pop_type_stack, append_type_stack, push_type_stack)
3222         (get_type_stack, type_stack_cleanup): New functions.
3223         (follow_types): Handle tp_type_stack.
3224         (_initialize_parse): Simplify initialization.
3225         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3226         constant.
3227         (union type_stack_elt) <stack_val>: New field.
3228         (get_type_stack, append_type_stack, push_type_stack)
3229         (type_stack_cleanup): Declare.
3230
3231 2012-07-06  Tom Tromey  <tromey@redhat.com>
3232
3233         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3234         Remove.
3235         (struct type_stack): New.
3236         * parse.c (type_stack, type_stack_size, type_stack_depth):
3237         Remove.
3238         (type_stack): New global.
3239         (parse_exp_in_context, check_type_stack_depth)
3240         (insert_into_type_stack, insert_type, push_type, push_type_int)
3241         (insert_type_address_space, pop_type, pop_type_int)
3242         (_initialize_parse): Update.
3243
3244 2012-07-06  Tom Tromey  <tromey@redhat.com>
3245
3246         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3247         Remove %type.
3248
3249 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3250
3251         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3252
3253 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3254             Jan Kratochvil  <jan.kratochvil@redhat.com>
3255
3256         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3257         alloca with xmalloc/xfree.
3258
3259 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3260
3261         * MAINTAINERS (Write After Approval): Add myself to the list.
3262
3263 2012-07-05  Doug Evans  <dje@google.com>
3264
3265         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3266
3267 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3268
3269         * ax-gdb.c (cli/cli-utils.h): New include.
3270         (linespec.h): Ditto.
3271         (agent_eval_command_one): New function.
3272         (agent_command_1): Ditto.
3273         (agent_command): Call function agent_command_1.
3274         (agent_eval_command): Ditto.
3275         (_initialize_ax_gdb): Change help for "maint agent"
3276         and "maint agent-eval".
3277
3278 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3279
3280         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3281         * cli/cli-utils.c (check_for_argument): New function.
3282         * cli/cli-utils.h (check_for_argument): Ditto.
3283
3284 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3285
3286         * NEWS: Mention x32 ABI support.
3287
3288 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3289
3290         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3291         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3292
3293         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3294         and pc_regnum_from_eax to -1.  Update SP regnum from
3295         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3296         needed.
3297
3298         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3299         pc_regnum_from_eax.
3300
3301 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3302
3303         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3304         * dwarf2expr.h: Include gdbtypes.h.
3305         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3306         these forward declarations.
3307         (cu_offset, sect_offset): Move these ...
3308         * gdbtypes.h: Remove include dwarf2expr.h.
3309         (cu_offset, sect_offset): ... here.
3310
3311 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3312
3313         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3314         (amd64_linux_sigtramp_code): This.
3315         (amd64_x32_linux_sigtramp_code): New.
3316         (LINUX_SIGTRAMP_LEN): Updated.
3317         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3318
3319 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3320
3321         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3322
3323 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3324
3325         * config.in: Regenerate.
3326         * configure: Regenerate.
3327         * configure.ac: Remove check for gnu/libc-version.h.
3328         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3329         gnu/libc-version.h.
3330         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3331         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3332         inferior_has_bug.  Extend the comment.
3333
3334 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3335
3336         * linux-thread-db.c (inferior_has_bug): New function.
3337         (thread_db_find_new_threads_silently): Return boolean as checked by
3338         inferior_has_bug, describe it in the comments.
3339         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3340         earlier.  Abort the initialization if it returned non-zero.
3341         (thread_db_new_objfile): Exclude debug files.
3342         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3343         if UNTIL_NO_NEW,
3344
3345 2012-07-02  Doug Evans  <dje@google.com>
3346
3347         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3348         related to queue management.
3349
3350         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3351         instead of "debug dwarf2-die" in debugging printfs.
3352         (create_debug_info_hash_table_reader): Ditto.
3353         (create_debug_info_hash_table): Ditto.
3354         (init_dwo_file): Ditto.
3355         (init_cutu_and_read_dies): Add debugging printf.
3356         (init_cutu_and_read_dies_no_follow): Ditto.
3357         (process_psymtab_comp_unit_reader): Ditto.
3358
3359 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3360
3361         Add target-side support for dynamic printf.
3362         * NEWS: Mention the additional style.
3363         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3364         (struct bp_location): New field cmd_bytecode.
3365         * breakpoint.c: Include format.h.
3366         (disconnected_dprintf): New global.
3367         (parse_cmd_to_aexpr): New function.
3368         (build_target_command_list): New function.
3369         (insert_bp_location): Call it.
3370         (remove_breakpoints_pid): Skip dprintf breakpoints.
3371         (print_one_breakpoint_location): Ditto.
3372         (dprintf_style_agent): New global.
3373         (dprintf_style_enums): Add dprintf_style_agent.
3374         (update_dprintf_command_list): Add agent case.
3375         (agent_printf_command): New function.
3376         (_initialize_breakpoint): Add new commands.
3377         * common/ax.def (printf): New bytecode.
3378         * ax.h (ax_string): Declare.
3379         * ax-gdb.h (gen_printf): Declare.
3380         * ax-gdb.c: Include cli-utils.h, format.h.
3381         (gen_printf): New function.
3382         (maint_agent_print_command): New function.
3383         (_initialize_ax_gdb): Add maint agent-printf command.
3384         * ax-general.c (ax_string): New function.
3385         (ax_print): Add printf disassembly.
3386         * Makefile.in (SFILES): Add format.c
3387         (COMMON_OBS): Add format.o.
3388         * common/format.h: New file.
3389         * common/format.c: New file.
3390         * printcmd.c: Include format.h.
3391         (ui_printf): Call parse_format_string.
3392         * remote.c (remote_state): New field breakpoint_commands.
3393         (PACKET_BreakpointCommands): New enum.
3394         (remote_breakpoint_commands_feature): New function.
3395         (remote_protocol_features): Add new BreakpointCommands entry.
3396         (remote_can_run_breakpoint_commands): New function.
3397         (remote_add_target_side_commands): New function.
3398         (remote_insert_breakpoint): Call it.
3399         (remote_insert_hw_breakpoint): Ditto.
3400         (_initialize_remote): Add new packet configuration for
3401         target-side breakpoint commands.
3402         * target.h (struct target_ops): New field
3403         to_can_run_breakpoint_commands.
3404         (target_can_run_breakpoint_commands): New macro.
3405         * target.c (update_current_target): Handle
3406         to_can_run_breakpoint_commands.
3407
3408 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3409
3410         Execute -ix and -iex only after system and user gdbinit files.
3411         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3412         processing down after gdbinit files.
3413
3414 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3415
3416         Add fnmatch-gnu module.
3417         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3418         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3419         * gnulib/aclocal.m4: Regenerate.
3420         * gnulib/config.in: Regenerate.
3421         * gnulib/configure: Regenerate.
3422         * gnulib/import/dummy.c: Remove.
3423         * gnulib/import/Makefile.am: Regenerate.
3424         * gnulib/import/Makefile.in: Likewise.
3425         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3426         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3427         * gnulib/import/alloca.c: New file.
3428         * gnulib/import/alloca.in.h: Likewise.
3429         * gnulib/import/config.charset: Likewise.
3430         * gnulib/import/fnmatch.c: Likewise.
3431         * gnulib/import/fnmatch.in.h: Likewise.
3432         * gnulib/import/fnmatch_loop.c: Likewise.
3433         * gnulib/import/localcharset.c: Likewise.
3434         * gnulib/import/localcharset.h: Likewise.
3435         * gnulib/import/m4/alloca.m4: Likewise.
3436         * gnulib/import/m4/codeset.m4: Likewise.
3437         * gnulib/import/m4/configmake.m4: Likewise.
3438         * gnulib/import/m4/fcntl-o.m4: Likewise.
3439         * gnulib/import/m4/fnmatch.m4: Likewise.
3440         * gnulib/import/m4/glibc21.m4: Likewise.
3441         * gnulib/import/m4/localcharset.m4: Likewise.
3442         * gnulib/import/m4/locale-fr.m4: Likewise.
3443         * gnulib/import/m4/locale-ja.m4: Likewise.
3444         * gnulib/import/m4/locale-zh.m4: Likewise.
3445         * gnulib/import/m4/mbrtowc.m4: Likewise.
3446         * gnulib/import/m4/mbsinit.m4: Likewise.
3447         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3448         * gnulib/import/m4/mbstate_t.m4: Likewise.
3449         * gnulib/import/m4/stdbool.m4: Likewise.
3450         * gnulib/import/m4/wchar_h.m4: Likewise.
3451         * gnulib/import/m4/wctype_h.m4: Likewise.
3452         * gnulib/import/m4/wint_t.m4: Likewise.
3453         * gnulib/import/mbrtowc.c: Likewise.
3454         * gnulib/import/mbsinit.c: Likewise.
3455         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3456         * gnulib/import/mbsrtowcs-state.c: Likewise.
3457         * gnulib/import/mbsrtowcs.c: Likewise.
3458         * gnulib/import/ref-add.sin: Likewise.
3459         * gnulib/import/ref-del.sin: Likewise.
3460         * gnulib/import/stdbool.in.h: Likewise.
3461         * gnulib/import/streq.h: Likewise.
3462         * gnulib/import/strnlen1.c: Likewise.
3463         * gnulib/import/strnlen1.h: Likewise.
3464         * gnulib/import/verify.h: Likewise.
3465         * gnulib/import/wchar.in.h: Likewise.
3466         * gnulib/import/wctype.in.h: Likewise.
3467
3468 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3469
3470         Support shell wildcards for 'set auto-load safe-path'.
3471         * auto-load.c: Include fnmatch.h.
3472         (filename_is_in_dir): Rename to ...
3473         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3474         it.  Update function comment.  Rename dir_len to pattern_len.  New
3475         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3476         messages.  Use gdb_filename_fnmatch.
3477         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3478         pattern.
3479         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3480         * defs.h (gdb_filename_fnmatch): New declaration.
3481         * utils.c: Include fnmatch.h.
3482         (gdb_filename_fnmatch): New function.
3483
3484 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3485
3486         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3487         `-probe' and `-probe-stap' options.
3488
3489 2012-07-01  Yao Qi  <yao@codesourcery.com>
3490
3491         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3492         always_inserted_off, and always_inserted_enums.
3493         Change always_inserted_mode's type to 'enum auto_boolean'.
3494         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3495         callers.
3496         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3497         of add_setshow_enum_cmd.
3498         * infrun.c: Remove can_use_displaced_stepping_auto,
3499         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3500         can_use_displaced_stepping_enum.
3501         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3502         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3503         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3504         add_setshow_enum_cmd.
3505
3506 2012-06-30  Doug Evans  <dje@google.com>
3507
3508         * dwarf2read.c (signatured_type): Make "per_cu" member first.
3509         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3510         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
3511
3512 2012-06-29  Doug Evans  <dje@google.com>
3513
3514         * linespec.c: #include "stack.h".
3515         (decode_line_with_current_source): Moved here from symtab.c and
3516         renamed from decode_line_spec.  All callers updated.
3517         (decode_line_with_last_displayed): Moved here from breakpoint.c and
3518         renamed from decode_line_spec_1.  All callers updated.
3519         * linespec.h (decode_line_with_current_source): Move declaration here
3520         from symtab.h and renamed from decode_line_spec.
3521         (decode_line_with_last_displayed): Move declaration here from symtab.h
3522         and renamed from decode_line_spec_1.
3523         * macrocmd.c: #include "linespec.h".
3524         * symtab.c: Remove #include "linespec.h".
3525
3526 2012-06-28  Doug Evans  <dje@google.com>
3527
3528         * dwarf2read.c (get_cu_length): New function.
3529         (offset_in_cu_p, error_check_comp_unit_head): Call it.
3530         (create_debug_types_hash_table): Ditto.
3531         (init_cutu_and_read_dies): Ditto.
3532         (init_cutu_and_read_dies_no_follow): Ditto.
3533
3534         * dwarf2read.c (dwarf2_find_base_address): Move definition.
3535
3536         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3537         (struct abbrev_table): Define.
3538         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3539         abbrev_table.
3540         (init_cutu_and_read_dies): Update.
3541         (abbrev_table_alloc_abbrev): New function.  Replaces
3542         dwarf_alloc_abbrev.  All callers updated.
3543         (abbrev_table_add_abbrev): New function.
3544         (abbrev_table_lookup_abbrev): New function.  Replaces
3545         dwarf2_lookup_abbrev.  All callers updated.
3546         (abbrev_table_read_table): New function.  Contents moved here from
3547         dwarf2_read_abbrevs.
3548         (dwarf2_read_abbrevs): Call it.
3549         (abbrev_table_free): New function.
3550         (dwarf2_free_abbrev_table): Call it.
3551
3552 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3553
3554         * osdata.c (info_osdata_command): Filter out "Title" columns
3555         from non-MI uses.
3556         * common/linux-osdata.c (struct osdata_type): Add title field.
3557         (osdata_table): Add titles to each entry.
3558         (linux_command_xfer_osdata): Add a column for title data.
3559
3560 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3561
3562         Make logging work for MI.
3563         * NEWS: Mention it.
3564         * interps.h (interp_set_logging_ftype): New typedef.
3565         (struct interp_procs): New field set_logging_proc.
3566         (current_interp_set_logging): Declare.
3567         * interps.c (current_interp_set_logging): New function.
3568         * cli/cli-logging.c: Include interps.h.
3569         (set_logging_redirect): Call current_interp_set_logging.
3570         (pop_output_files): Ditto.
3571         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3572         * mi/mi-console.h (mi_console_set_raw): Declare.
3573         * mi/mi-console.c (mi_console_set_raw): New function.
3574         * mi/mi-interp.c (saved_raw_stdout): New global.
3575         (mi_set_logging): New function.
3576         (_initialize_mi_interp): Add it to interp procs.
3577
3578 2012-06-28  Doug Evans  <dje@google.com>
3579
3580         * symtab.c (lookup_symbol_aux_objfile): Use
3581         ALL_OBJFILE_PRIMARY_SYMTABS.
3582
3583         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3584
3585 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3586
3587         * common/buffer.c: Include inttypes.h and stdint.h.
3588         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3589
3590 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3591             Pedro Alves  <palves@redhat.com>
3592
3593         * gdbthread.h (ALL_THREADS): New macro.
3594         (thread_list): Declare.
3595         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3596         going, but instead fall through to the stepping handling.
3597         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
3598         the passed in signal.  Adjust debug output.
3599         (resume_callback): Rename to ...
3600         (linux_nat_resume_callback): ... this.  Pass the thread's last
3601         stop signal, if in "pass" state.
3602         (linux_nat_resume): Adjust to rename.
3603         (stop_wait_callback): New assertion.  Don't respawn signals;
3604         instead let the LWP remain with SIGNALLED set.
3605         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3606         * remote.c (append_pending_thread_resumptions): New.
3607         (remote_vcont_resume): Call it.
3608         * target.h (target_resume): Extend comment.
3609
3610 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
3611
3612         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3613
3614 2012-06-27  Doug Evans  <dje@google.com>
3615
3616         * dwarf2read.c (dwarf2_cu): Add ranges_base.
3617         Delete have_addr_base, unused.  All uses updated.
3618         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3619         (dwarf2_get_pc_bounds): Add ranges_base.
3620         (dwarf2_record_block_ranges): Ditto.
3621
3622 2012-06-27  Tom Tromey  <tromey@redhat.com>
3623
3624         PR macros/7961:
3625         * varobj.c (varobj_create): Update.
3626         (varobj_set_value): Update.
3627         * tracepoint.c (validate_actionline): Update.
3628         (encode_actions_1): Update.
3629         * parse.c (parse_exp_1): Add 'pc' argument.
3630         (parse_exp_in_context): Add 'pc' argument.  Change how
3631         expression_context_pc is set.
3632         (parse_expression): Update.
3633         (parse_field_expression): Update.
3634         * expression.h (parse_exp_1): Update.
3635         * eval.c (parse_to_comma_and_eval): Update.
3636         * breakpoint.c (set_breakpoint_condition): Update.
3637         (update_watchpoint): Update.
3638         (init_breakpoint_sal): Update
3639         (find_condition_and_thread): Update.
3640         (watch_command_1): Update.
3641         (update_breakpoint_locations): Update.
3642         * ada-lang.c (ada_read_renaming_var_value): Update.
3643         (create_excep_cond_exprs): Update.
3644
3645 2012-06-27  Doug Evans  <dje@google.com>
3646
3647         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3648         type units.
3649
3650 2012-06-26  Doug Evans  <dje@google.com>
3651
3652         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3653         prototype.
3654         (error_check_comp_unit_head): New arg abbrev_section.  All callers
3655         updated.
3656         (read_and_check_comp_unit_head): Ditto.
3657         (read_and_check_type_unit_head): Ditto.
3658
3659 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3660
3661         New attribute 'last' for gdb.Symtab_and_line.
3662         * NEWS (Python Scripting): Add entry about the new attribute.
3663         * python/py-symtab.c (salpy_get_last): New function which
3664         implements the get method for the 'last' attribute of
3665         gdb.Symtab_and_line.
3666         (sal_object_getset): Add entry for the 'last' attribute.
3667
3668 2012-06-26  Doug Evans  <dje@google.com>
3669
3670         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3671         (dwo_sections): Add macinfo, macro.
3672         (dwarf2_locate_dwo_sections): Watch for macro sections.
3673         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3674         All callers updated.  Handle DWO files.
3675
3676         * NEWS: Mention new options "set debug dwarf2-read" and
3677         "set debug symtab-create".
3678         * dwarf2read.c (dwarf2_read_debug): New static global.
3679         (dwarf2_build_psymtabs_hard): Add debugging printfs.
3680         (process_queue): Ditto.
3681         (process_full_comp_unit): Ditto.
3682         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3683         * elfread.c (elf_symfile_read): Add debugging printf.
3684         * minsyms.c (install_minimal_symbols): Ditto.
3685         * psymtab.c (allocate_psymtab): Ditto.
3686         * symfile.c (allocate_symtab): Ditto.
3687         * symtab.c (symtab_create_debug): New global.
3688         (_initialize_symtab): Add new option "set debug symtab-create".
3689         * symtab.h (symtab_create_debug): Declare.
3690
3691         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3692         (lookup_dwo_type_unit): Ditto.
3693
3694 2012-06-26  Roland McGrath  <roland@hack.frob.com>
3695             H.J. Lu  <hongjiu.lu@intel.com>
3696
3697         * amd64-linux-nat.c: Include <sys/user.h>.
3698         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3699         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3700         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3701
3702         * configure.ac: Check if the fs_base and gs_base members of
3703         `struct user_regs_struct' exist.
3704         * config.in: Regenerated.
3705         * configure: Likewise.
3706
3707 2012-06-25  Michael Eager  <eager@eagercon.com>
3708
3709         PR python/14291
3710         * python/python.c (gdbpy_write): Check for interrupted output.
3711
3712 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
3713
3714         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3715         register as a stack alignment in ARM mode.
3716
3717 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3718
3719         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3720         * gnulib/config.in: Regenerate.
3721         * gnulib/configure: Likewise.
3722         * gnulib/import/m4/extensions.m4: Update it.
3723         * gnulib/import/m4/gnulib-common.m4: Likewise.
3724         * gnulib/import/m4/memmem.m4: Likewise.
3725         * gnulib/import/m4/mmap-anon.m4: Likewise.
3726         * gnulib/import/m4/multiarch.m4: Likewise.
3727         * gnulib/import/stdint.in.h: Likewise.
3728
3729 2012-06-24  Yao Qi  <yao@codesourcery.com>
3730
3731         * corefile.c (write_memory_with_notification): New.
3732         * gdbcore.h: Declare write_memory_with_notification.
3733         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3734         'observer_notify_memory_changed' with 'write_memory_with_notification'.
3735         * valops.c (value_assign): Likewise.
3736         * python/py-inferior.c (infpy_write_memory): Call
3737         'write_memory_with_notification'.
3738
3739 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3740
3741         * cc-with-index.sh: Use also -ex "set auto-load no".
3742
3743 2012-06-23  Doug Evans  <dje@google.com>
3744
3745         PR 14125
3746         * NEWS: Document additions to .gdb_index.
3747         * dwarf2read.c: #include "gdb/gdb-index.h".
3748         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3749         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3750         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3751         (dwarf2_read_index): Recognize version 7.
3752         (dw2_do_expand_symtabs_matching): New args want_specific_block,
3753         block_kind, domain): All callers updated.
3754         (dw2_find_symbol_file): Handle new index CU values.
3755         (dw2_expand_symtabs_matching): Match symbol kind if requested.
3756         (add_index_entry): New args is_static, kind.  All callers updated.
3757         (offset_type_compare, uniquify_cu_indices): New functions
3758         (symbol_kind): New function.
3759         (write_psymtabs_to_index): Remove duplicate CU values.
3760         (write_psymtabs_to_index): Write .gdb_index version 7.
3761
3762 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
3763
3764         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3765         * configure: Regenerate.
3766
3767 2012-06-20  Yao Qi  <yao@codesourcery.com>
3768
3769         * python/py-inferior.c: Update comments of infpy_read_memory
3770         and infpy_write_memory.
3771
3772 2012-06-19  Tom Tromey  <tromey@redhat.com>
3773
3774         PR exp/9514:
3775         * parser-defs.h (insert_type, insert_type_address_space): Declare.
3776         (push_type_address_space): Remove.
3777         * parse.c (insert_into_type_stack): New function.
3778         (insert_type): Likewise.
3779         (insert_type_address_space): Rename from push_type_address_space.
3780         Insert tp_space_identifier.
3781         * c-exp.y (ptr_operator): New production.
3782         (abs_decl): Use ptr_operator.
3783         (space_identifier): Call insert_type_address_space.
3784         (ptype): Don't use const_or_volatile_or_space_identifier.
3785         (const_or_volatile_noopt): Call insert_type.
3786         (conversion_type_id, conversion_declarator): New productions.
3787         (operator): Use conversion_type_id.
3788
3789 2012-06-18  Doug Evans  <dje@google.com>
3790
3791         * symtab.h (minimal_symbol): New member created_by_gdb.
3792         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3793         created by gdb.
3794         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3795         (search_symbols): Call it instead of lookup_symbol.
3796         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
3797
3798         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3799         Adjust address for DW_OP_GNU_addr_index.
3800         * dwarf2expr.h (dwarf_expr_context): Update comment.
3801         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3802         all callers updated.  Handle TLS vars described with
3803         DW_OP_GNU_const_index.
3804         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3805         and DW_OP_GNU_const_index.
3806         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3807
3808         * block.c (find_block_in_blockvector): Make explicit the fact that we
3809         ignore GLOBAL_BLOCK.
3810
3811 2012-06-18  Tom Tromey  <tromey@redhat.com>
3812
3813         * c-exp.y (operator): Remove trailing space after "delete" and
3814         "delete[]".
3815
3816 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
3817             Jan Kratochvil  <jan.kratochvil@redhat.com>
3818
3819         Switch i386 and derived targets to ON_STACK.
3820         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3821         (amd64_dicos_init_abi): Remove its installment.
3822         * dicos-tdep.c (dicos_init_abi): Remove the
3823         set_gdbarch_call_dummy_location call.  Update the comment here.
3824         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3825         (i386_dicos_init_abi): Remove its installment.
3826         * i386-tdep.c (i386_push_dummy_code): New function.
3827         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3828         i386_push_dummy_code.
3829
3830 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3831
3832         Remove stale dummy frames.
3833         * breakpoint.c: Include dummy-frame.h.
3834         (longjmp_breakpoint_ops): New variable.
3835         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3836         bp_longjmp_call_dummy.
3837         (bpstat_what, bptype_string, print_one_breakpoint_location)
3838         (init_bp_location): Support bp_longjmp_call_dummy.
3839         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
3840         (set_longjmp_breakpoint_for_call_dummy)
3841         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3842         functions.
3843         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3844         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
3845         FIXME comment and extend the other comment for bp_call_dummy.
3846         (set_longjmp_breakpoint_for_call_dummy)
3847         (check_longjmp_breakpoint_for_call_dummy): New declarations.
3848         * dummy-frame.c: Include gdbthread.h.
3849         (pop_dummy_frame_bpt): New function.
3850         (pop_dummy_frame): Call pop_dummy_frame_bpt.
3851         (dummy_frame_discard): New function.
3852         (cleanup_dummy_frames): Update the comment about longjmps.
3853         * dummy-frame.h (dummy_frame_discard): New declaration.
3854         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3855         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
3856         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
3857         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3858         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
3859         keep_going if IS_LONGJMP and there is no other reason to stop.
3860
3861 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
3862
3863         * remote-sim.c (sim_command_completer): Initialize
3864         variable 'result'.
3865
3866 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3867
3868         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3869         * dwarf2loc.c (call_site_parameter_matches): Support
3870         CALL_SITE_PARAMETER_PARAM_OFFSET.
3871         (needs_dwarf_reg_entry_value): Push stub value.
3872         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
3873         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3874         * gdbtypes.h (enum call_site_parameter_kind): New item
3875         CALL_SITE_PARAMETER_PARAM_OFFSET.
3876         (struct call_site.parameter.u): New field param_offset.
3877
3878 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3879
3880         Code cleanup: Generalize call_site.parameter key.
3881         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3882         variable dwarf_reg.  New variable kind_u.  Update parameters to
3883         push_dwarf_reg_entry_value.
3884         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3885         * dwarf2expr.h (enum call_site_parameter_kind)
3886         (union call_site_parameter_u): Forward declarations.
3887         (struct dwarf_expr_context_funcs): Update parameters and their
3888         description for push_dwarf_reg_entry_value.
3889         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3890         * dwarf2loc.c (call_site_parameter_matches): New function.
3891         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3892         description.  Use call_site_parameter_matches.
3893         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3894         Update parameters and their description.
3895         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3896         New variable kind_u.  Adjust the caller for updated parameters.
3897         (needs_dwarf_reg_entry_value): Update parameters.
3898         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
3899         instead of attr.  Update for the changed fields of struct
3900         call_site_parameter.
3901         * gdbtypes.h: Include dwarf2expr.h.
3902         (enum call_site_parameter_kind): New.
3903         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
3904         fb_offset into new union u.
3905
3906 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
3907
3908         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3909         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3910         for x32.
3911
3912 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
3913
3914         * amd64-linux-nat.c (compat_x32_clock_t): New.
3915         (compat_x32_siginfo_t): Likewise.
3916         (compat_x32_siginfo_from_siginfo): Likewise.
3917         (siginfo_from_compat_x32_siginfo): Likewise.
3918         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3919         and siginfo_from_compat_x32_siginfo for x32.
3920
3921 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
3922
3923         * tracepoint.c (tfile_xfer_partial): Add a lseek.
3924
3925 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
3926
3927         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3928         instead of gdbarch_ptr_bit.
3929         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3930         (amd64_supply_native_gregset): Likewise.
3931         (amd64_collect_native_gregset): Likewise.
3932         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3933         (amd64_supply_xsave): Likewise.
3934         (amd64_collect_fxsave): Likewise.
3935         (amd64_collect_xsave): Likewise.
3936
3937 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
3938
3939         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3940         (amd64_linux_read_description): Check DS segment register for
3941         x32 process.
3942
3943 2012-06-15  Tom Tromey  <tromey@redhat.com>
3944
3945         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3946         init_cutu_and_read_dies.
3947
3948 2012-06-15  Iain Sandoe <iain@codesourcery.com>
3949
3950         * MAINTAINERS (Write After Approval): Add myself to the list.
3951
3952 2012-06-15  Tom Tromey  <tromey@redhat.com>
3953
3954         * valops.c (value_find_oload_method_list): Now static.
3955         * value.h (value_find_oload_method_list): Don't declare.
3956
3957 2012-06-15  Tom Tromey  <tromey@redhat.com>
3958
3959         * valops.c (find_overload_match): Use value_ind.
3960
3961 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
3962
3963         * infrun.c (handle_inferior_event): Correct indentation.
3964
3965 2012-06-14  Doug Evans  <dje@google.com>
3966
3967         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3968         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3969         All uses updated.
3970         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
3971         updated.  Handle DEBUG_LOC_START_LENGTH.
3972         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3973         (loclist_describe_location): Ditto.
3974
3975 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
3976
3977         PR backtrace/13866
3978         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3979         after hiding inline functions.
3980
3981 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
3982
3983         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3984         _initialize_inf_ttrace.
3985
3986 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
3987
3988         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3989         _initialize_hppa_hpux_nat.
3990
3991 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
3992
3993         * remote-sim.c (sim_command_completer): Change type of return
3994         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
3995
3996 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
3997             Jan Kratochvil  <jan.kratochvil@redhat.com>
3998
3999         PR tdep/14222
4000         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4001         stack on a 16-byte boundary.
4002
4003 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4004
4005         * jit.c (finalize_symtab): Set function's return type to 'void' by
4006         default.
4007
4008 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4009             H.J. Lu  <hongjiu.lu@intel.com>
4010
4011         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4012         Move bits common to both the classic LP64 and the new x32 ILP32
4013         ABI here.
4014         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4015         (amd64_x32_linux_init_abi): New function.
4016         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4017         subtype.
4018
4019         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4020         * i386-tdep.c (i386_pseudo_register_name): Make public.
4021         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4022         * amd64-tdep.c (amd64_dword_names): Add "eip".
4023         (amd64_x32_pseudo_register_type): New function
4024         (amd64_x32_init_abi): New function.
4025
4026 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4027
4028         PR build/14003
4029         * inferior.h (struct inferior_suspend_state): Comment out.
4030         (struct inferior): Comment out the field suspend.
4031         * infrun.c (struct infcall_suspend_state): Comment out the field
4032         inferior_suspend.
4033         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4034         out its assignment.
4035
4036 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4037
4038         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4039         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4040         function comment.  Return ERROR for unresolved cases.  Implement
4041         returning proper NAME.
4042         (yylex): Accept also NAME from classify_inner_name.
4043         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4044         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4045         LOC_TYPEDEF type.
4046         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4047
4048 2012-06-13  Tom Tromey  <tromey@redhat.com>
4049
4050         * breakpoint.c (condition_completer): New function.
4051         (_initialize_breakpoint): Use it.
4052         * value.c (complete_internalvar): New function.
4053         * value.h (complete_internalvar): Declare.
4054
4055 2012-06-13  Tom Tromey  <tromey@redhat.com>
4056
4057         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4058         * breakpoint.c (catch_syscall_completer): Return a VEC.
4059         * cli/cli-cmds.c (complete_command): Update.
4060         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4061         (complete_on_enum): Likewise.
4062         * command.h: Include gdb_vecs.h.
4063         (completer_ftype): Change return type.
4064         (complete_on_cmdlist, complete_on_enum): Likewise.
4065         * completer.c (noop_completer, filename_completer)
4066         (location_completer): Return a VEC.
4067         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4068         to a VEC.
4069         (expression_completer, complete_line_internal, complete_line)
4070         (command_completer): Return a VEC.
4071         (gdb_completion_word_break_characters, line_completion_function):
4072         Update.
4073         * completer.h: Include gdb_vecs.h.
4074         (complete_line, noop_completer, filename_completer)
4075         (expression_completer, location_completer, command_completer):
4076         Update.
4077         * f-lang.c (f_word_break_characters): Return a VEC.
4078         * interps.c (interpreter_completer): Return a VEC.
4079         * language.h (struct language_defn)
4080         <la_make_symbol_completion_list>: Return a VEC.
4081         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4082         * symtab.c (free_completion_list): Take a VEC.
4083         (return_val_size, return_val_index): Remove.
4084         (return_val): Now a VEC.
4085         (completion_list_add_name): Update.
4086         (default_make_symbol_completion_list_break_on)
4087         (default_make_symbol_completion_list, make_symbol_completion_list)
4088         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4089         Return a VEC.
4090         (add_filename_to_list): Update.
4091         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4092         <list>: Now a VEC.
4093         (maybe_add_partial_symtab_filename): Update.
4094         (make_source_files_completion_list): Return a VEC.
4095         * symtab.h (default_make_symbol_completion_list_break_on)
4096         (default_make_symbol_completion_list, make_symbol_completion_list)
4097         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4098         (make_source_files_completion_list): Update.
4099
4100 2012-06-13  Tom Tromey  <tromey@redhat.com>
4101
4102         * breakpoint.c (add_catch_command): Use completer_ftype.
4103         * breakpoint.h: Include command.h.
4104         (add_catch_command): Use completer_ftype.
4105         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4106         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4107         Use completer_ftype.
4108         * command.h (completer_ftype): New typedef.
4109         (set_cmd_completer): Use it.
4110         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4111         completer_ftype.
4112
4113 2012-06-13  Pedro Alves  <palves@redhat.com>
4114
4115         Partial revert of previous change.
4116
4117         * serial.c (scb_base): New global.
4118         (serial_for_fd): New.
4119         (serial_open, serial_fdopen_ops): Link new serial in open serials
4120         chain.
4121         (do_serial_close): Unlink serial from the open serials chain.
4122
4123 2012-06-12  Pedro Alves  <palves@redhat.com>
4124
4125         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4126         threads here.
4127         (prepare_for_detach): No longer context switch here in non-stop
4128         mode.
4129         (fetch_inferior_event): Ditto.
4130         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4131         to the event thread before removing breakpoints.  Switch to the
4132         event thread before inserting breakpoints and resuming.
4133         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4134         event thread before resuming.
4135         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4136         Switch to the event thread before removing breakpoints.
4137
4138 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4139
4140         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4141         special characters correctly for the Windows shells.  See
4142         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4143         report.
4144         [!__MINGW32__]: Remove extra double quote character from special
4145         characters.
4146
4147 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4148
4149         * ui-out.h: Remove #if 0 declarations.
4150         * ui-out.c: Remove #if 0 functions.
4151
4152 2012-06-11  Pedro Alves  <palves@redhat.com>
4153
4154         * ser-base.c (run_async_handler_and_reschedule): New.
4155         (fd_event, push_event): Use it.
4156         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4157         reference count to 1.
4158         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4159         instead of xfree.
4160         (serial_is_open, serial_ref, serial_unref): New.
4161         * serial.h (serial_open): Adjust comment.
4162         (serial_is_open): Declare.
4163         (serial_close): Adjust comment.
4164         (serial_ref, serial_unref) Declare.
4165         (struct serial): New field 'refcnt'.
4166
4167 2012-06-11  Pedro Alves  <palves@redhat.com>
4168
4169         Remove #if 0'd "connect" command, and unnecessary associated
4170         refcounting and serial reuse bits.
4171
4172         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4173         * serial.c (last_serial_opened): Delete.
4174         (scb_base): Delete.
4175         (serial_open): Adjust.
4176         (serial_for_fd): Delete.
4177         (serial_fdopen_ops, do_serial_close): Adjust.
4178         (serial_fdopen_ops): Adjust.
4179
4180 2012-06-11  Pedro Alves  <palves@redhat.com>
4181
4182         * serial.c (do_serial_close): Remove early return when SCB is
4183         null.
4184
4185 2012-06-11  Tom Tromey  <tromey@redhat.com>
4186
4187         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4188
4189 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4190
4191         Fix regression by the "ambiguous linespec" series.
4192         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4193         get_last_displayed_symtab and get_last_displayed_line and depending
4194         on CURSAL.
4195
4196 2012-06-11  Tom Tromey  <tromey@redhat.com>
4197
4198         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4199         (dw2_find_symbol_file): Use it.
4200
4201 2012-06-11  Michael Eager  <eager@eagercon.com>
4202
4203         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4204         * mips-linux-tdep.h (mips_signals): New
4205
4206 2012-06-11  Tom Tromey  <tromey@redhat.com>
4207
4208         * infrun.c (handle_inferior_event)
4209         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4210         breakpoint.
4211         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4212         exception logic in all cases.  Update comments.
4213         (insert_longjmp_resume_breakpoint): Set the exception resume
4214         breakpoint.
4215
4216 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4217
4218         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4219
4220 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4221
4222         * valarith.c (binop_types_user_defined_p): Fix a typo.
4223
4224 2012-06-08  Yao Qi  <yao@codesourcery.com>
4225             Chung-Lin Tang <cltang@codesourcery.com>
4226
4227         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4228         * arch-utils.h: Declare.
4229         * gdbarch.sh: Add return_in_first_hidden_param_p.
4230         * gdbarch.c, gdbarch.h: Regenerated.
4231         * infcall.c (call_function_by_hand): Call
4232         gdbarch_return_in_first_hidden_param_p instead of
4233         language_pass_by_reference.
4234
4235         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4236         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4237         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4238         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4239         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4240         `cplus_return_struct_by_reference'.
4241         (tic6x_return_value): Handle language cplusplus.
4242         (tic6x_return_in_first_hidden_param_p): New.
4243         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4244
4245 2012-06-07  Doug Evans  <dje@google.com>
4246
4247         * dwarf2read.c (dwarf2_cu): Add comment.
4248
4249 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4250
4251         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4252         variable.
4253         (mips_eabi_push_dummy_call): Likewise.
4254         (mips_n32n64_push_dummy_call): Likewise.
4255         (mips_o32_push_dummy_call): Likewise.
4256         (mips_o64_push_dummy_call): Likewise.
4257
4258 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4259
4260         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4261
4262 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4263
4264         * mips-tdep.c (mips_pseudo_register_type): Use
4265         mips_float_register_p.
4266
4267 2012-06-06  Pedro Alves  <palves@redhat.com>
4268
4269         * infrun.c (handle_inferior_event): Remove calls to
4270         reinit_frame_cache that follow a context_switch call.
4271
4272 2012-06-06  Pedro Alves  <palves@redhat.com>
4273
4274         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4275         context_switch and remove stale comment.
4276
4277 2012-06-06  Pedro Alves  <palves@redhat.com>
4278
4279         * infrun.c (struct execution_control_state): Remove
4280         `new_thread_event' field.
4281         (handle_inferior_event): Simplify new threads handling; don't
4282         resume the inferior if we find a new thread.
4283
4284 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4285
4286         * NEWS: Document the deprecation of SH's 'regs' command.
4287         * inferior.h (all_registers_info): Add function declaration.
4288         * sh-tdep.c (sh_show_regs): Remove variable.
4289         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4290         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4291         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4292         (sh_show_regs_command): Remove functions.
4293         (sh_gdbarch_init): Don't set sh_show_regs.
4294         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4295         'info all-registers'.
4296         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4297         (sh64_show_regs): Remove functions.
4298         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4299
4300 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4301
4302         * configure.ac: Move development=true below AC_INIT.
4303         * configure: Regenerate.
4304
4305 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4306
4307         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4308         gdb_stdout.
4309
4310 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4311
4312         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4313         argument as ssize_t.
4314         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4315         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4316         * target.c (target_read_stack, target_write_memory)
4317         (target_write_raw_memory): Likewise.
4318         * target.h (target_read_stack, target_write_memory)
4319         (target_write_raw_memory): Likewise.
4320
4321 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4322
4323         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4324         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4325         * target.c (target_read_memory): Change LEN to ssize_t.
4326         * target.h (target_read_memory): Change LEN to ssize_t.
4327
4328 2012-06-05  Pedro Alves  <palves@redhat.com>
4329
4330         PR backtrace/13866
4331
4332         * breakpoint.c (until_break_command): Only fetch the selected
4333         frame after decode_line_1.
4334
4335 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4336
4337         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4338         event breakpoint at _start, __start or main if a program
4339         interpreter is not found.
4340
4341 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4342
4343         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4344         Add declaration.
4345         * windows-tdep.c: #include "objfiles.h".
4346         (windows_iterate_over_objfiles_in_search_order): New function.
4347         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4348         iterate_over_objfiles_in_search_order gdbarch method to
4349         windows_iterate_over_objfiles_in_search_order.
4350         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4351
4352 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4353
4354         * gdbarch.sh: Add generation of
4355         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4356         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4357         (iterate_over_objfiles_in_search_order): New gdbarch method.
4358         * gdbarch.h, gdbarch.c: Regenerate.
4359         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4360         Add declaration.
4361         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4362         New function.
4363         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4364         out of lookup_symbol_aux_symtabs.
4365         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4366         call to lookup_symbol_aux_objfile.
4367         (struct global_sym_lookup_data): New type.
4368         (lookup_symbol_global_iterator_cb): New function.
4369         (lookup_symbol_global): Search for symbol using
4370         gdbarch_iterate_over_objfiles_in_search_order and
4371         lookup_symbol_global_iterator_cb.
4372         * findvar.c (struct minsym_lookup_data): New type.
4373         (minsym_lookup_iterator_cb): New function.
4374         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4375         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4376         and minsym_lookup_iterator_cb.
4377
4378 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4379
4380         Revert the following patch:
4381         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4382         try locating the symbol in the symbol's own objfile first, before
4383         extending the search to all objfiles.
4384         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4385         out of lookup_symbol_aux_symtabs.
4386         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4387         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4388         Do not search EXCLUDE_OBJFILE.
4389         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4390         (lookup_symbol_global): Search for matches in the block's objfile
4391         first, before searching all other objfiles.
4392
4393 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4394
4395         * breakpoint.c (find_condition_and_thread): Stop parsing
4396         as soon as the first invalid keyword is found.
4397
4398 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4399
4400         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4401
4402 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4403
4404         * config/djgpp/djcheck.sh: Add copyright header.
4405
4406 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4407
4408         * copyright.py (update_files, main): Fix path to update-copyright
4409         script.
4410
4411 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4412
4413         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4414         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4415         for which a reminder to update by hand is printed.
4416
4417 2012-06-04  Doug Evans  <dje@google.com>
4418
4419         * buildsym.c (make_blockvector): Add comment.
4420
4421 2012-06-04  Pedro Alves  <palves@redhat.com>
4422
4423         * arch-utils.c (default_gdb_signal_from_target): Delete.
4424         * arch-utils.h (default_gdb_signal_from_target): Delete.
4425         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4426         gdbarch_gdb_signal_from_target_p.
4427         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4428         predicate).
4429         * gdbarch.h: Regenerate.
4430         * gdbarch.c: Regenerate.
4431
4432 2012-06-04  Pedro Alves  <palves@redhat.com>
4433
4434         * gdbarch.sh (gdb_signal_from_target): Mention that the
4435         implementation of the method must be host independent.
4436         * gdbarch.h: Regenerate.
4437
4438 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4439
4440         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4441         parameters.
4442         (target_read_memory_bfd): New function.
4443         (symbol_file_add_from_memory): Use it.
4444
4445 2012-06-03  Doug Evans  <dje@google.com>
4446
4447         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4448         of primary symtab.
4449         (basic_lookup_transparent_type): Ditto.
4450
4451         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4452         (ALL_PRIMARY_SYMTABS): Use it.
4453         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4454         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4455         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4456         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4457         (basic_lookup_transparent_type): Ditto.
4458
4459 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4460
4461         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4462         it to optimize resolution of demangled name.
4463
4464 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4465
4466         * configure.ac (development): Define new variable.
4467         Call AC_CHECK_LIB for mcheck if $development.
4468         (ERROR_ON_WARNING): Enable it by default only if $development.
4469         * config.in: Regenerate.
4470         * configure: Regenerate.
4471
4472 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4473
4474         * target.c (target_read_memory): Make LEN argument as size_t.
4475         * target.h (target_read_memory): Likewise.
4476
4477 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4478
4479         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4480
4481 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4482
4483         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4484         BookE interface for PowerPC server processors if not available
4485         in the Linux Kernel.
4486
4487 2012-05-31  Keith Seitz  <keiths@redhat.com>
4488
4489         * linespec.c (decode_objc): Add cleanup to free
4490         INFO.FILE_SYMTABS.
4491         (find_linespec_symbols): Add cleanup to free CLASSES.
4492         * symfile.c (find_separate_debug_file_by_debuglink): Add
4493         cleanup to free DEBUGLINK.
4494         * ui-out.c (clear_header_list): No need to check if
4495         HEADER_NEXT.COLHDR is NULL.
4496         Free HEADER_NEXT.COL_NAME.
4497
4498 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4499
4500         * ada-lang.c (standard_lookup): Prevent uninitialized variable
4501         warning.
4502
4503 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4504
4505         * configure.host (gdb_host_cpu): Handle tilegx*.
4506         (gdb_host): Handle tilegx-*-linux*.
4507         * tilegx-linux-nat.c: New file.
4508         * config/tilegx/linux.mh: New file.
4509
4510 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4511
4512         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4513         tilegx-linux-tdep.o.
4514         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4515         tilegx-linux-tdep.c.
4516         * configure.tgt: Handle tilegx-*-linux*.
4517         * tilegx-tdep.h: New file.
4518         * tilegx-tdep.c: New file.
4519         * tilegx-linux-tdep.c: New file.
4520         * regformats/reg-tilegx.dat: New file.
4521
4522 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4523
4524         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4525         accounting of hw watchpoints on ppc.
4526
4527 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
4528
4529         * source.c (openp): Expand tilde in path entries.
4530
4531 2012-05-29  Doug Evans  <dje@google.com>
4532
4533         * buildsym.c (block_compar): Fix comment.
4534         (end_symtab): Fix and clarify some comments.
4535
4536         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4537         cleanup_undefined_types.
4538         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4539         All callers updated.
4540
4541 2012-05-29  Tom Tromey  <tromey@redhat.com>
4542
4543         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4544         fails.
4545         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4546         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4547         fails.
4548         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4549         fails.
4550
4551 2012-05-29  Tristan Gingold  <gingold@adacore.com>
4552
4553         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4554         (struct darwin_info): ... New struct.
4555         (solib_darwin_pspace_data): New variable.
4556         (darwin_pspace_data_cleanup): New function.
4557         (get_darwin_info): Likewise.
4558         (darwin_dyld_version_ok, darwin_load_image_infos)
4559         (darwin_solib_get_all_image_info_addr_at_init)
4560         (darwin_solib_read_all_image_info_addr): Add info argument.
4561         Adjust code.
4562         (darwin_current_sos): Use per pspace structure.
4563         (darwin_solib_create_inferior_hook): Likewise.
4564         (darwin_clear_solib): Likewise.
4565         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4566
4567 2012-05-28  Pedro Alves  <palves@redhat.com>
4568
4569         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4570         block that uses them.  Clear ecss before handling each event.
4571
4572 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4573
4574         * solib-svr4.c (svr4_current_sos): New comment on
4575         svr4_current_sos_via_xfer_libraries fall back.
4576
4577 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4578
4579         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
4580         it as a fallback for TYPE_IS_OPAQUE.
4581         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4582         symbols for lookup_symbol.
4583
4584 2012-05-24  John Steele Scott  <toojays@toojays.net>
4585
4586         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4587         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4588         (producer_is_gxx_lt_4_6): Move the checking and caching to...
4589         (check_producer): ... this new function, which also checks for ICC
4590         and caches the result.
4591         (producer_is_icc): New function.
4592         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4593         producer was ICC.
4594
4595 2012-05-24  Pedro Alves  <palves@redhat.com>
4596
4597         PR gdb/7205
4598
4599         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4600         (default_gdb_signal_to_target): ... this.  Add comment.
4601         (default_gdb_signal_from_host): Rename to ...
4602         (default_gdb_signal_from_target): ... this.  Add comment.
4603         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4604         (default_gdb_signal_to_target): ... this.
4605         (default_gdb_signal_from_host): Rename to ...
4606         (default_gdb_signal_from_target): ... this.
4607         * corelow.c (core_open): Adjust to naming change.  Replace comment.
4608         * gdbarch.sh (gdb_signal_from_host): Rename to ...
4609         (gdb_signal_from_target): ... this.  Adjust to
4610         default_gdb_signal_from_host naming change.  Extend comment.
4611         (gdb_signal_to_host): Rename to ...
4612         (gdb_signal_to_target): ... this.  Adjust to
4613         default_gdb_signal_to_host naming change.
4614         * gdbarch.h, gdbarch.c: Renegerate.
4615
4616 2012-05-24  Pedro Alves  <palves@redhat.com>
4617
4618         PR gdb/7205
4619
4620         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4621
4622 2012-05-24  Pedro Alves  <palves@redhat.com>
4623
4624         PR gdb/7205
4625
4626         Replace target_signal with gdb_signal throughout.
4627
4628 2012-05-24  Pedro Alves  <palves@redhat.com>
4629
4630         PR tui/14159
4631
4632         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4633         string, instead of reusing the va_list argument.
4634
4635 2012-05-24  Tom Tromey  <tromey@redhat.com>
4636
4637         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4638         Remove.
4639
4640 2012-05-23  Doug Evans  <dje@google.com>
4641
4642         * symtab.c (search_symbols): Formatting fixes.
4643         (print_symbol_info): Formatting fixes.
4644
4645         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4646         int64_t change to leb128 API.
4647         (read_encoded_value, decode_frame_entry_1): Ditto.
4648         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4649         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4650         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4651         (execute_stack_op): Ditto.
4652         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4653         (safe_read_uleb128, safe_read_sleb128): Ditto.
4654         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4655         (dwarf2_compile_expr_to_ax): Ditto.
4656         (locexpr_describe_location_piece): Ditto.
4657         (disassemble_dwarf_expression): Ditto.
4658         (locexpr_describe_location_1): Ditto.
4659
4660 2012-05-23  Stan Shebs  <stan@codesourcery.com>
4661             Kwok Cheung Yeung  <kcy@codesourcery.com>
4662
4663         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4664         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4665         (mi-cmd-info.o): New rule.
4666         * osdata.h (info_osdata_command): New declaration.
4667         * osdata.c (info_osdata_command): Change to non-static.
4668         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4669         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4670         * mi/mi-cmd-info.c: New file.
4671
4672 2012-05-23  Doug Evans  <dje@google.com>
4673
4674         * symtab.c (search_symbols): Pass NULL for file_matcher to
4675         expand_symtabs_matching if there are no files to match.
4676
4677         * gdbtypes.c (lookup_typename): Simplify.
4678
4679 2012-05-23  Pedro Alves  <palves@redhat.com>
4680
4681         * arch-utils.h (default_target_signal_to_host): Delete.
4682         * arch-utils.c (default_target_signal_to_host): Delete.
4683         * gdbarch.sh (target_signal_to_host): Remove.
4684         * gdbarch.h, gdbarch.c: Regenerate.
4685
4686 2012-05-22  Doug Evans  <dje@google.com>
4687
4688         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4689         "const gdb_byte *".
4690         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4691         (execute_cfa_program): Update to match API of leb128 functions.
4692         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4693         "const gdb_byte *".
4694         (read_unsigned_leb128, read_signed_leb128): Delete.
4695         (read_initial_length): Change type of buf argument to
4696         "const gdb_byte *".
4697         (read_encoded_value): Update to match API of leb128 functions.
4698         (decode_frame_entry): Change result to "const gdb_byte *", and
4699         similarly for "start" parameter.
4700         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
4701         (dwarf2_build_frame_info): Change local frame_ptr to
4702         "const gdb_byte *".
4703         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4704         read_uleb128, read_sleb128.  All callers updated.
4705         (safe_skip_leb128): New function.
4706         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4707         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4708         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4709         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
4710         read_uleb128, read_sleb128.
4711         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4712         (execute_stack_op): Update to match API of leb128 functions.
4713         * dwarf2expr.h: #include "leb128.h".
4714         (read_uleb128, read_sleb128): Delete.
4715         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4716         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4717         * dwarf2loc.c (debug_loc_kind): New enum.
4718         (decode_debug_loc_addresses): New function.
4719         (decode_debug_loc_dwo_addresses): New function.
4720         (dwarf2_find_location_expression): Rewrite.
4721         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4722         (locexpr_describe_location_piece): Ditto.
4723         (disassemble_dwarf_expression): Ditto.
4724         (locexpr_describe_location_1): Ditto.
4725         (loclist_describe_location): Rewrite.
4726         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4727         * dwarf2read.c (die_reader_specs): New member "buffer_end".
4728         (dwarf2_section_buffer_overflow_complaint): Renamed from
4729         dwarf2_macros_too_long_complaint.  All callers updated.
4730         (skip_leb128): Delete.
4731         (init_cu_die_reader): Initialize reader->buffer_end.
4732         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4733         (skip_form_bytes): New arg buffer_end.  All callers updated.
4734         Replace call to skip_leb128 with gdb_skip_leb128.
4735         (skip_unknown_opcode): New arg mac_end.  All callers updated.
4736         (fill_in_loclist_baton): Initialize baton->from_dwo.
4737
4738 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
4739
4740         * mips-linux-nat.c (mips_linux_read_description): Use a more
4741         verbose error message.
4742
4743 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
4744
4745         * NEWS: Add MIPS/Linux DSP support.
4746         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4747         (SIGCONTEXT_DSPCTL): New macro.
4748         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4749         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4750         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4751         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4752         (N64_SIGCONTEXT_HI3): Likewise.
4753         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4754         (N64_SIGCONTEXT_LO3): Likewise.
4755         (N64_SIGCONTEXT_DSPCTL): Likewise.
4756         (N64_SIGCONTEXT_FPCSR): Clarify definition.
4757         (mips_linux_o32_sigframe_init): Handle DSP registers.
4758         (mips_linux_n32n64_sigframe_init): Likewise.
4759
4760 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4761
4762         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4763         call to abort.
4764
4765 2012-05-22  Pedro Alves  <palves@redhat.com>
4766
4767         * target.h (store_waitstatus): Move declaration ...
4768         * inf-child.h (store_waitstatus): ... here.
4769         * target.c: Move inclusion of gdb_wait.h, and ...
4770         (store_waitstatus): ... this ...
4771         * inf-child.c: ... here.
4772         * linux-nat.c: Include inf-child.h.
4773         * rs6000-nat.c: Include inf-child.h.
4774         * spu-linux-nat.c: Include inf-child.h.
4775
4776 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4777
4778         * tracepoint.c (start_tracing): Add missing i18n markup.
4779         (stop_tracing, set_trace_user): Ditto.
4780         (set_trace_notes, set_trace_stop_notes): Ditto.
4781
4782 2012-05-21  Tom Tromey  <tromey@redhat.com>
4783
4784         PR c++/7173:
4785         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4786         types.
4787         * value.h (value_cast_pointers): Update.
4788         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4789         (value_cast): Update.
4790         (update_search_result): New function.
4791         (do_search_struct_field): New, from search_struct_field.  Check
4792         for ambiguous results.
4793         (search_struct_field): Rewrite.
4794         * infcall.c (value_arg_coerce): Update.
4795         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4796         value_cast_pointers.
4797         * ada-lang.c (ada_convert_actual): Update.
4798
4799 2012-05-21  Tom Tromey  <tromey@redhat.com>
4800
4801         * macroexp.c (macro_stringify): Terminate the string.
4802
4803 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4804
4805         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4806         Describe it.
4807         * auto-load.c (auto_load_expand_dir_vars): New function.
4808         (auto_load_safe_path_vec_update): Use it, remove the
4809         substitute_path_component call thanks to it.
4810         (auto_load_objfile_script): Remove the debug_file_directory processing.
4811         Use auto_load_expand_dir_vars, remove the substitute_path_component
4812         call thanks to it.
4813         * configure: Regenerate.
4814         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4815         path.  Escape $ also for $debugdir.
4816         (--with_auto_load_safe_path): Escape $ also for $debugdir.
4817         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4818
4819 2012-05-20  Doug Evans  <dje@google.com>
4820
4821         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4822         before use.  Check for symtab->includes == NULL before scanning it.
4823
4824 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4825
4826         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4827
4828 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4829
4830         * NEWS: Add microMIPS support and "set mips compression",
4831         "show mips compression" commands.
4832         * mips-tdep.h (mips_isa): New enum.
4833         (gdbarch_tdep): Add mips_isa.
4834         (mips_pc_is_mips16): Update prototype.
4835         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4836         * mips-tdep.c (mips_compression_mips16): New variable.
4837         (mips_compression_micromips): Likewise.
4838         (mips_compression_strings): Likewise.
4839         (mips_compression_string): Likewise.
4840         (is_mips16_isa, is_micromips_isa): New functions.
4841         (is_mips16_addr): Rename to...
4842         (is_compact_addr): ... this.
4843         (unmake_mips16_addr): Likewise to...
4844         (unmake_compact_addr): ... this.
4845         (make_mips16_addr): Likewise to...
4846         (make_compact_addr): ... this.
4847         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4848         functions.
4849         (mips_elf_make_msymbol_special): Handle microMIPS code.
4850         (msymbol_is_special): Rename to...
4851         (msymbol_is_mips16): ... this.
4852         (mips_make_symbol_special, mips_pc_is_mips16): Update
4853         accordingly.
4854         (msymbol_is_mips, msymbol_is_micromips): New functions.
4855         (mips16_to_32_reg): Rename to...
4856         (mips_reg3_to_reg): ... this.
4857         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4858         (mips_pc_isa): Likewise.
4859         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4860         code.
4861         (mips_fetch_instruction): Pass return status instead of printing
4862         an error message if requested.  Handle microMIPS code.  Bail out
4863         on an invalid ISA.
4864         (micromips_op): New macro.
4865         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4866         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4867         (b6s4_op, b7s3_reg): Likewise.
4868         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4869         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4870         (mips_insn_size): New function.
4871         (mips32_next_pc): Update mips_fetch_instruction call.
4872         (micromips_relative_offset7): New function.
4873         (micromips_relative_offset10): Likewise.
4874         (micromips_relative_offset16): Likewise.
4875         (micromips_pc_insn_size): Likewise.
4876         (micromips_bc1_pc): Likewise.
4877         (micromips_next_pc): Likewise.
4878         (unpack_mips16): Update mips_fetch_instruction call.
4879         (extended_mips16_next_pc): Update according to change to
4880         mips16_to_32_reg.
4881         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
4882         code.
4883         (mips16_scan_prologue): Update mips_fetch_instruction call.
4884         Update according to change to mips16_to_32_reg.
4885         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4886         (mips_insn16_frame_base_sniffer): Likewise.
4887         (micromips_decode_imm9): New function.
4888         (micromips_scan_prologue): Likewise.
4889         (mips_micro_frame_cache): Likewise.
4890         (mips_micro_frame_this_id): Likewise.
4891         (mips_micro_frame_prev_register): Likewise.
4892         (mips_micro_frame_sniffer): Likewise.
4893         (mips_micro_frame_unwind): New variable.
4894         (mips_micro_frame_base_address): New function.
4895         (mips_micro_frame_base): New variable.
4896         (mips_micro_frame_base_sniffer): New function.
4897         (mips32_scan_prologue): Update mips_fetch_instruction call.
4898         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4899         rather than for MIPS16.
4900         (mips_insn32_frame_base_sniffer): Likewise.
4901         (mips_addr_bits_remove): Handle microMIPS code.
4902         (deal_with_atomic_sequence): Rename to...
4903         (mips_deal_with_atomic_sequence): ... this.  Update the type
4904         of the variable used to hold an instruction.  Remove the ISA bit
4905         check.  Update mips_fetch_instruction call.
4906         (micromips_deal_with_atomic_sequence): New function.
4907         (deal_with_atomic_sequence): Likewise.
4908         (mips_about_to_return): Handle microMIPS code.  Update
4909         mips_fetch_instruction call.
4910         (heuristic_proc_start): Check for the standard MIPS ISA rather
4911         than for MIPS16.  Update mips_pc_is_mips16 and
4912         mips_fetch_instruction calls.  Handle microMIPS code.
4913         (mips_push_dummy_code): Handle microMIPS code.
4914         (mips_eabi_push_dummy_call): Likewise.
4915         (mips_o32_return_value): Update mips_pc_is_mips16 call.
4916         (mips_o64_push_dummy_call): Handle microMIPS code.
4917         (mips_o64_return_value): Update mips_pc_is_mips16 call.
4918         (is_delayed): Remove function.
4919         (mips_single_step_through_delay): Replace the call to is_delayed
4920         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
4921         Handle microMIPS code.
4922         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
4923         microMIPS code.
4924         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4925         call.
4926         (micromips_in_function_epilogue_p): New function.
4927         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4928         call.
4929         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4930         Handle microMIPS.
4931         (gdb_print_insn_mips): Likewise.
4932         (mips_breakpoint_from_pc): Likewise.
4933         (mips_remote_breakpoint_from_pc): New function.
4934         (mips32_instruction_has_delay_slot): Simplify making use of the
4935         updated mips_fetch_instruction interface.
4936         (micromips_instruction_has_delay_slot): New function.
4937         (mips16_instruction_has_delay_slot): Simplify making use of the
4938         updated mips_fetch_instruction interface.
4939         (mips_adjust_breakpoint_address): Check for the standard MIPS
4940         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
4941         calls.  Handle microMIPS code.
4942         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4943         (mips_skip_trampoline_code): Handle microMIPS code.
4944         (global_mips_compression): New function.
4945         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4946         file flags.  Register the microMIPS remote breakpoint handler
4947         and heuristic frame unwinder.
4948         (show_mips_compression): New function.
4949         (_initialize_mips_tdep): Add the "set mips compression" and
4950         "show mips compression" commands.
4951
4952 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4953
4954         * ada-lang.c:
4955         * ada-tasks.c:
4956         * ada-varobj.c:
4957         * amd64-darwin-tdep.c:
4958         * arm-symbian-tdep.c:
4959         * arm-tdep.c:
4960         * avr-tdep.c:
4961         * ax-gdb.c:
4962         * bfin-linux-tdep.c:
4963         * breakpoint.c:
4964         * c-valprint.c:
4965         * cli/cli-cmds.c:
4966         * coffread.c:
4967         * cp-support.c:
4968         * cris-tdep.c:
4969         * dwarf2-frame-tailcall.c:
4970         * dwarf2-frame.c:
4971         * dwarf2expr.c:
4972         * dwarf2loc.c:
4973         * dwarf2read.c:
4974         * elfread.c:
4975         * eval.c:
4976         * expprint.c:
4977         * f-valprint.c:
4978         * frv-tdep.c:
4979         * h8300-tdep.c:
4980         * hppa-hpux-tdep.c:
4981         * hppa-tdep.c:
4982         * hppanbsd-tdep.c:
4983         * i386-nto-tdep.c:
4984         * i386-tdep.c:
4985         * i387-tdep.c:
4986         * ia64-tdep.c:
4987         * jit.c:
4988         * linespec.c:
4989         * linux-tdep.c:
4990         * lm32-tdep.c:
4991         * m2-valprint.c:
4992         * m32c-tdep.c:
4993         * m32r-rom.c:
4994         * m32r-tdep.c:
4995         * m68k-tdep.c:
4996         * m68klinux-tdep.c:
4997         * mi/mi-main.c:
4998         * microblaze-tdep.c:
4999         * mips-linux-tdep.c:
5000         * mips-tdep.c:
5001         * mn10300-tdep.c:
5002         * p-valprint.c:
5003         * parse.c:
5004         * ppc-linux-tdep.c:
5005         * ppc-sysv-tdep.c:
5006         * printcmd.c:
5007         * python/py-finishbreakpoint.c:
5008         * python/py-inferior.c:
5009         * python/py-infthread.c:
5010         * python/py-type.c:
5011         * python/python.c:
5012         * remote-fileio.c:
5013         * remote-m32r-sdi.c:
5014         * remote-mips.c:
5015         * reverse.c:
5016         * rl78-tdep.c:
5017         * rs6000-aix-tdep.c:
5018         * rs6000-tdep.c:
5019         * s390-tdep.c:
5020         * score-tdep.c:
5021         * sh64-tdep.c:
5022         * skip.c:
5023         * solib-darwin.c:
5024         * solib-dsbt.c:
5025         * solib-frv.c:
5026         * sparc-tdep.c:
5027         * spu-multiarch.c:
5028         * spu-tdep.c:
5029         * stack.c:
5030         * symfile.c:
5031         * symtab.c:
5032         * tic6x-tdep.c:
5033         * tracepoint.c:
5034         * v850-tdep.c:
5035         * valarith.c:
5036         * valprint.c:
5037         * value.c:
5038         * xcoffread.c:
5039         * xtensa-tdep.c:
5040         * ada-lang.c:
5041         * ada-tasks.c:
5042         * ada-varobj.c:
5043         * amd64-darwin-tdep.c:
5044         * arm-symbian-tdep.c:
5045         * arm-tdep.c: Delete unused variables.
5046
5047 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5048
5049         Rename $ddir to $datadir.
5050         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5051         * auto-load.c (auto_load_safe_path_vec_update)
5052         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5053         * configure: Regenerate.
5054         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5055         Likewise.  Remove the 'use $ddir' help string.
5056
5057 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5058
5059         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5060         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5061
5062 2012-05-18  Tom Tromey  <tromey@redhat.com>
5063
5064         PR exp/13907:
5065         * valprint.h (struct value_print_options) <symbol_print>: New
5066         field.
5067         * valprint.c (user_print_options): Add default for symbol_print.
5068         (show_symbol_print): New function.
5069         (generic_val_print): Respect symbol_print.
5070         (_initialize_valprint): Add "print symbol" setting.
5071         * f-valprint.c (f_val_print): Respect symbol_print.
5072         * c-valprint.c (c_val_print): Respect symbol_print.
5073         * NEWS: Update.
5074         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5075         zero-size symbols.
5076         (print_address_demangle): Return int.
5077         * defs.h: (print_address_symbolic): Return int.
5078         * value.h (print_address_demangle): Return int.
5079
5080 2012-05-18  Tom Tromey  <tromey@redhat.com>
5081
5082         * valprint.c (val_print_string): Don't print leading space.
5083         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5084         print space before string or vtbl.
5085         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5086         before string.
5087         * jv-valprint.c (java_value_print): Print space before string.
5088         * go-valprint.c (print_go_string): Print space before string.
5089         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5090         space before string.
5091         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5092         space before string or vtbl.
5093         * auxv.c (fprint_target_auxv): Print space after address.
5094
5095 2012-05-18  Tom Tromey  <tromey@redhat.com>
5096
5097         * printcmd.c (print_address_demangle): Remove special case for 0.
5098
5099 2012-05-18  Tom Tromey  <tromey@redhat.com>
5100
5101         * printcmd.c (print_address_demangle): Add 'opts' argument.
5102         * p-valprint.c (pascal_val_print): Update.
5103         * jv-valprint.c (java_val_print): Update.
5104         * value.h: Update.
5105         * valprint.c (generic_val_print): Update.
5106         (print_function_pointer_address): Add 'options' argument.  Remove
5107         'addressprint' argument.  Update.
5108         * m2-valprint.c (print_unpacked_pointer): Update.
5109         * gnu-v3-abi.c (print_one_vtable): Update.
5110         (gnuv3_print_method_ptr): Update.
5111         * f-valprint.c (f_val_print): Update.
5112         * cp-valprint.c (cp_print_value_fields): Update.
5113         * valprint.h (print_function_pointer_address): Update.
5114         * c-valprint.c (c_val_print): Update.
5115
5116 2012-05-18  Tom Tromey  <tromey@redhat.com>
5117
5118         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5119         directly corresponding to the found psymtab.
5120         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5121         (dw2_find_pc_sect_symtab): Use it.
5122         * block.h (blockvector_contains_pc): Declare.
5123         * block.c (find_block_in_blockvector): New function.
5124         (blockvector_for_pc_sect): Use it.
5125         (blockvector_contains_pc): New function.
5126
5127 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5128
5129         * mips-tdep.h (mips_write_pc): New prototype.
5130         * mips-tdep.c (mips_write_pc): Make external, add description.
5131         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5132         add description.
5133
5134 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5135
5136         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5137         mips_regnum->pc.
5138         (mips_unwind_pc, mips_write_pc): Likewise.
5139         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5140         gdbarch_read_pc.
5141
5142 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5143
5144         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5145         proc_warn, proc_error, proc_get_status, proc_flags,
5146         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5147         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5148         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5149         proc_stop_process, proc_wait_for_stop, proc_run_process,
5150         proc_set_traced_signals, proc_set_traced_faults,
5151         proc_set_traced_sysentry, proc_set_traced_sysexit,
5152         proc_set_held_signals, proc_get_held_signals,
5153         proc_get_traced_signals, proc_get_traced_faults,
5154         proc_get_traced_sysentry, proc_get_traced_sysexit,
5155         proc_clear_current_fault, proc_set_current_signal,
5156         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5157         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5158         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5159         proc_get_current_thread, proc_get_current_thread,
5160         proc_get_current_thread, proc_update_threads,
5161         proc_update_threads, proc_update_threads, proc_update_threads,
5162         proc_iterate_over_threads, procfs_find_new_threads,
5163         procfs_pid_to_str): Make static.  Remove advance declaration.
5164         (proc_cursig): Make static.  Conditionalized defintion on
5165         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5166         (proc_syscall, proc_set_kill_on_last_close,
5167         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5168         proc_get_pending_signals, proc_get_signal_actions,
5169         proc_trace_signal, proc_ignore_signal): Delete.
5170
5171 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5172
5173         * coffread.c (cs_section_address): Passing proper argument for
5174         `bfd_get_section_vma'.
5175         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5176         `bfd_get_section_flags'.
5177         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5178         `bfd_get_section_vma'.
5179
5180 2012-05-16  Tom Tromey  <tromey@redhat.com>
5181
5182         PR macros/13205:
5183         * macrotab.h: (macro_define_special): Declare.
5184         (enum macro_special_kind): New.
5185         (struct macro_definition) <argc, replacement>: Update comments.
5186         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5187         (macro_define_object_internal): New function.
5188         (macro_define_object): Use it.
5189         (macro_define_special): New function.
5190         (fixup_definition): New function.
5191         (macro_lookup_definition, foreach_macro_in_scope)
5192         (foreach_macro): Use fixup_definition.
5193         * macroexp.h (macro_stringify): Declare.
5194         * macroexp.c (free_buffer_return_text): New function.
5195         (stringify): Constify "arg".
5196         (macro_stringify): New function.
5197         * dwarf2read.c (macro_start_file): Call macro_define_special.
5198
5199 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5200             Maciej W. Rozycki  <macro@mips.com>
5201
5202         * breakpoint.h (bp_location): Add related_address member.
5203         * inferior.h (get_return_value): Take a pointer to struct value
5204         instead of struct type for the function requested.
5205         * value.h (using_struct_return): Likewise.
5206         * gdbarch.sh (return_value): Take a pointer to struct value
5207         instead of struct type for the function requested.
5208         * breakpoint.c (set_breakpoint_location_function): Initialize
5209         related_address for bp_gnu_ifunc_resolver breakpoints.
5210         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5211         requested function's address to gdbarch_return_value.
5212         * eval.c (evaluate_subexp_standard): Pass the requested
5213         function's address to using_struct_return.
5214         * infcall.c (call_function_by_hand): Pass the requested
5215         function's address to using_struct_return and
5216         gdbarch_return_value.
5217         * infcmd.c (get_return_value): Take a pointer to struct value
5218         instead of struct type for the function requested.
5219         (print_return_value): Update accordingly.
5220         (finish_command_continuation): Likewise.
5221         * stack.c (return_command): Pass the requested function's
5222         address to using_struct_return and gdbarch_return_value.
5223         * value.c (using_struct_return): Take a pointer to struct value
5224         instead of struct type for the function requested.  Pass the
5225         requested function's address to gdbarch_return_value.
5226         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5227         New function_value member, replacing function_type.
5228         (bpfinishpy_dealloc): Update accordingly.
5229         (bpfinishpy_pre_stop_hook): Likewise.
5230         (bpfinishpy_init): Likewise.  Record the requested function's
5231         address.
5232         * mips-tdep.c (mips_fval_reg): New enum.
5233         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5234         words put in GP registers.
5235         (mips_o64_push_dummy_call): Update a comment.
5236         (mips_o32_return_value): Take a pointer to struct value instead
5237         of struct type for the function requested and use it to check if
5238         using the MIPS16 calling convention.  Return the designated
5239         general purpose registers for floating-point values returned in
5240         MIPS16 mode.
5241         (mips_o64_return_value): Likewise.
5242         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5243         (ppc_sysv_abi_broken_return_value): Likewise.
5244         (ppc64_sysv_abi_return_value): Likewise.
5245         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5246         value instead of struct type for the function requested.
5247         * amd64-tdep.c (amd64_return_value): Likewise.
5248         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5249         * arm-tdep.c (arm_return_value): Likewise.
5250         * avr-tdep.c (avr_return_value): Likewise.
5251         * bfin-tdep.c (bfin_return_value): Likewise.
5252         * cris-tdep.c (cris_return_value): Likewise.
5253         * frv-tdep.c (frv_return_value): Likewise.
5254         * h8300-tdep.c (h8300_return_value): Likewise.
5255         (h8300h_return_value): Likewise.
5256         * hppa-tdep.c (hppa32_return_value): Likewise.
5257         (hppa64_return_value): Likewise.
5258         * i386-tdep.c (i386_return_value): Likewise.
5259         * ia64-tdep.c (ia64_return_value): Likewise.
5260         * iq2000-tdep.c (iq2000_return_value): Likewise.
5261         * lm32-tdep.c (lm32_return_value): Likewise.
5262         * m32c-tdep.c (m32c_return_value): Likewise.
5263         * m32r-tdep.c (m32r_return_value): Likewise.
5264         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5265         * m68k-tdep.c (m68k_return_value): Likewise.
5266         (m68k_svr4_return_value): Likewise.
5267         * m88k-tdep.c (m88k_return_value): Likewise.
5268         * mep-tdep.c (mep_return_value): Likewise.
5269         * microblaze-tdep.c (microblaze_return_value): Likewise.
5270         * mn10300-tdep.c (mn10300_return_value): Likewise.
5271         * moxie-tdep.c (moxie_return_value): Likewise.
5272         * mt-tdep.c (mt_return_value): Likewise.
5273         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5274         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5275         (ppc_sysv_abi_broken_return_value): Likewise.
5276         (ppc64_sysv_abi_return_value): Likewise.
5277         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5278         * rl78-tdep.c (rl78_return_value): Likewise.
5279         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5280         * rx-tdep.c (rx_return_value): Likewise.
5281         * s390-tdep.c (s390_return_value): Likewise.
5282         * score-tdep.c (score_return_value): Likewise.
5283         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5284         (sh_return_value_fpu): Likewise.
5285         * sh64-tdep.c (sh64_return_value): Likewise.
5286         * sparc-tdep.c (sparc32_return_value): Likewise.
5287         * sparc64-tdep.c (sparc64_return_value): Likewise.
5288         * spu-tdep.c (spu_return_value): Likewise.
5289         * tic6x-tdep.c (tic6x_return_value): Likewise.
5290         * v850-tdep.c (v850_return_value): Likewise.
5291         * vax-tdep.c (vax_return_value): Likewise.
5292         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5293         * xtensa-tdep.c (xtensa_return_value): Likewise.
5294         * gdbarch.c: Regenerate.
5295         * gdbarch.h: Regenerate.
5296
5297 2012-05-15  Tom Tromey  <tromey@redhat.com>
5298
5299         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5300
5301 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5302
5303         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5304         of command in two error message.
5305
5306 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5307
5308         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5309
5310 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5311
5312         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5313
5314 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5315
5316         * NEWS (show auto-load scripts-directory): Add forgotten command.
5317
5318 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5319
5320         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5321         parameters.
5322
5323 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5324
5325         * amd64-tdep.c: Include features/i386/x32.c and
5326         features/i386/x32-avx.c.
5327         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5328         initialize_tdesc_x32_avx.
5329
5330 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5331
5332         Add dynamic printf.
5333         * breakpoint.h (enum bptype): New type bp_dprintf.
5334         (struct breakpoint): New field extra_string.
5335         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5336         (create_breakpoint): Add extra_string arg.
5337         * breakpoint.c (dprintf_breakpoint_ops): New.
5338         (is_breakpoint): Add bp_dprintf.
5339         (bpstat_what): Add dprintf case.
5340         (bptype_string): Ditto.
5341         (print_one_breakpoint_location): Ditto.
5342         (init_bp_location): Ditto.
5343         (bkpt_print_mention): Ditto.
5344         (dprintf_style_enums): New array.
5345         (dprintf_style): New global.
5346         (dprintf_function): New global.
5347         (dprintf_channel): New global.
5348         (update_dprintf_command_list): New function.
5349         (update_dprintf_commands): New function.
5350         (init_breakpoint_sal): Add extra_string argument, handle it.
5351         (create_breakpoint_sal): Add extra_string argument.
5352         (create_breakpoints_sal): Add extra_string argument, update callers.
5353         (find_condition_and_thread): Add extra argument.
5354         (create_breakpoint): Add extra_string argument, record it.
5355         (dprintf_command): New function.
5356         (break_command_1): Add arg to create_breakpoint call.
5357         (handle_gnu_v3_exceptions): Ditto.
5358         (trace_command): Ditto.
5359         (ftrace_command): Ditto.
5360         (strace_command): Ditto.
5361         (bkpt_print_mention): Add dprintf case.
5362         (create_breakpoint_sal_default): Add extra_string argument.
5363         (_initialize_breakpoint): Add new commands.
5364         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5365         * python/py-breakpoint.c (bppy_init): Ditto.
5366         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5367
5368 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5369
5370         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5371
5372 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5373
5374         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5375         unsigned long long.
5376
5377 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5378
5379         Add a new function gdb.find_pc_line to the Python API.
5380         * NEWS (Python Scripting): Add entry about the new function.
5381         * python/python.c (gdbpy_find_pc_line): New function which
5382         implements gdb.find_pc_line.
5383         (GdbMethods): Add entry for the new function.
5384
5385 2012-05-12  Pedro Alves  <palves@redhat.com>
5386
5387         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5388         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5389
5390 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5391
5392         * inferior.c: Include completer.h
5393         (initialize_inferiors): Set completer of add-inferior to
5394         filename_completer.
5395
5396 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5397
5398         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5399         gdbarch_ptr_bit for x32 core dump.
5400
5401 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5402
5403         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5404         and features/i386/x32-avx-linux.c.
5405
5406 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5407             Kwok Cheung Yeung  <kcy@codesourcery.com>
5408
5409         * NEWS: Describe new info os commands.
5410         * common/linux-osdata.c (PID_T, TIME_T): Define.
5411         (MAX_PID_T_STRLEN): New.
5412         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5413         MAX_PID_T_STRLEN.
5414         (command_from_pid): Add comment.  Change to use PID_T.
5415         (commandline_from_pid):  Change to use PID_T.
5416         (user_from_pid): Add comment.
5417         (get_process_owner): Add comment. Change to use PID_T and
5418         MAX_PID_T_STRLEN.
5419         (get_number_of_cpu_cores): Add comment.
5420         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5421         MAX_PID_T_STRLEN.
5422         (linux_xfer_osdata_processes): Change to use PID_T and
5423         MAX_PID_T_STRLEN.
5424         (compare_processes): New function.
5425         (linux_xfer_osdata_processgroups): New function.
5426         (linux_xfer_osdata_threads): Change to use PID_T.
5427         (linux_xfer_osdata_fds): New function.
5428         (format_socket_state, print_sockets): New functions.
5429         (union socket_addr): New union.
5430         (linux_xfer_osdata_isockets): New function.
5431         (time_from_time_t, group_from_gid): New functions.
5432         (linux_xfer_osdata_shm): New function.
5433         (linux_xfer_osdata_sem): New function.
5434         (linux_xfer_osdata_msg): New function.
5435         (linux_xfer_osdata_modules): New function.
5436         (osdata_table): Add new entries.
5437         * common/buffer.c (buffer_xml_printf): Add support for long and
5438         long long format specifiers.
5439
5440 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5441
5442         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5443         (tdesc_x32_avx_linux): Likewise.
5444
5445 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5446
5447         Implement multi-component --with-auto-load-dir.
5448         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5449         entries.
5450         (--with-auto-load-safe-path): Update the default value description.
5451         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5452         New.
5453         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5454         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5455         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5456         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5457         "set auto-load scripts-directory".
5458         * config.in: Regenerate.
5459         * configure: Regenerate.
5460         * configure.ac (--with-auto-load-dir): New configure option.
5461         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5462
5463 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5464
5465         Provide $ddir substitution for --with-auto-load-safe-path.
5466         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5467         entries.
5468         * auto-load.c: Include observer.h.
5469         (auto_load_safe_path_vec_update): Call substitute_path_component for
5470         each component.  New variable ddir_subst.
5471         (auto_load_gdb_datadir_changed): New function.
5472         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5473         AUTO_LOAD_SAFE_PATH.  New comment.
5474         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5475         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5476         * config.in: Regenerate.
5477         * configure: Regenerate.
5478         * configure.ac (--auto-load-safe-path): Rename
5479         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
5480         GDB_DATADIR/auto-load.
5481         * defs.h (substitute_path_component): New declaration.
5482         * top.c: Include observer.h.
5483         (set_gdb_datadir): New function.
5484         (init_main): Install it for "set data-directory".
5485         * utils.c (substitute_path_component): New function.
5486
5487 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5488
5489         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5490         * auto-load.c (auto_load_objfile_script): Remove check for NULL
5491         DEBUG_FILE_DIRECTORY.  Handle multiple components of
5492         DEBUG_FILE_DIRECTORY.
5493
5494 2012-05-10  Tom Tromey  <tromey@redhat.com>
5495
5496         * dwarf2read.c (recursively_write_psymbols): New function.
5497         (write_psymtabs_to_index): Use it.
5498
5499         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5500         field.
5501         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5502         (load_partial_comp_unit): Update.
5503         (queue_comp_unit): Add argument 'pretend_language'.
5504         (process_queue): Update.
5505         (psymtab_to_symtab_1): Skip dependencies that have a user.
5506         (load_partial_comp_unit_reader): Give meaning to the 'data'
5507         argument.
5508         (load_full_comp_unit): Add 'pretend_language' argument.
5509         (process_full_comp_unit): Add 'pretend_language' argument.  Set
5510         language on CU.
5511         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5512         Update.
5513         (maybe_queue_comp_unit): Add 'pretend_language' argument.
5514         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5515         Update.
5516         (prepare_one_comp_unit): Add 'pretend_language' argument.
5517
5518         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5519         (struct dwarf2_per_objfile) <just_read_cus>: New field.
5520         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5521         (dw2_do_instantiate_symtab): Check whether symtab was read in
5522         before queueing.
5523         (dw2_instantiate_symtab): Add assertion.  Call
5524         process_cu_includes.
5525         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5526         (partial_symtab_p): New typedef.
5527         (set_partial_user): New function.
5528         (dwarf2_build_psymtabs_hard): Use set_partial_user.
5529         (scan_partial_symbols): Add imported CU to imported_symtabs.
5530         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5531         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5532         (get_symtab, recursively_compute_inclusions)
5533         (compute_symtab_includes, process_cu_includes)
5534         (process_imported_unit_die): New functions.
5535         (process_die) <DW_TAG_imported_unit>: New case.
5536         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5537
5538         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5539         comment.
5540         (struct partial_die_info) <locdesc>: Remove.
5541         <d>: New field.
5542         (process_psymtab_comp_unit): Add 'read_partial' argument.
5543         Update.
5544         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5545         (scan_partial_symbols): Handle DW_TAG_imported_unit.
5546         (add_partial_symbol): Update.
5547         (process_die): Handle DW_TAG_partial_unit.
5548         (read_file_scope): Update comment.
5549         (load_partial_dies): Handle DW_TAG_imported_unit.
5550         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5551         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5552
5553 2012-05-10  Tom Tromey  <tromey@redhat.com>
5554
5555         * cc-with-dwz.sh: New file.
5556
5557 2012-05-10  Tom Tromey  <tromey@redhat.com>
5558
5559         * symtab.h (struct symtab) <includes, user>: New fields.
5560         * block.h (struct block_iterator) <d, idx, which>: New fields.
5561         * block.c (initialize_block_iterator, find_iterator_symtab)
5562         (block_iterator_step, block_iter_name_step)
5563         (block_iter_match_step): New functions.
5564         (block_iterator_first, block_iterator_next)
5565         (block_iter_name_first, block_iter_name_next)
5566         (block_iter_match_first, block_iter_match_next): Rewrite.
5567         (get_block_symtab): New function.
5568
5569 2012-05-10  Tom Tromey  <tromey@redhat.com>
5570
5571         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5572         set_block_symtab.
5573         * jit.c (finalize_symtab): Use allocate_global_block,
5574         set_block_symtab.
5575         * buildsym.c (finish_block_internal): New function, from old
5576         finish_block.
5577         (finish_block): Rewrite.
5578         (end_symtab): Use finish_block_internal, set_block_symtab.
5579         * block.h (struct global_block): New.
5580         (allocate_global_block, set_block_symtab): Declare.
5581         * block.c (allocate_global_block, set_block_symtab): New
5582         functions.
5583
5584 2012-05-10  Tom Tromey  <tromey@redhat.com>
5585
5586         * psymtab.c (partial_map_expand_apply): Add assertion.
5587         (partial_map_symtabs_matching_filename): Skip included psymtabs.
5588         (psymtab_to_symtab): Find unshared psymtab.
5589         (dump_psymtab): Print including psymtabs.
5590         (recursively_search_psymtabs): New function.
5591         (expand_symtabs_matching_via_partial): Use it.
5592         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5593         fields.
5594         (enum psymtab_search_status): New.
5595
5596 2012-05-10  Tom Tromey  <tromey@redhat.com>
5597
5598         * tracepoint.c (scope_info): Update.
5599         * symtab.c (lookup_block_symbol, iterate_over_symbols)
5600         (find_pc_sect_symtab, search_symbols)
5601         (default_make_symbol_completion_list_break_on)
5602         (make_file_symbol_completion_list): Update.
5603         * symmisc.c (dump_symtab_1): Update.
5604         * stack.c (print_frame_args, iterate_over_block_locals)
5605         (print_frame_labels, iterate_over_block_arg_vars): Update.
5606         * python/py-block.c (block_object) <dict>: Remove.
5607         <block>: New field.
5608         <iter>: Change type.
5609         (blpy_iter): Update.
5610         (blpy_block_syms_iternext): Update.
5611         * psymtab.c (map_block): Use block iterators.
5612         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5613         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5614         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5615         * infrun.c (check_exception_resume): Update.
5616         * cp-support.c (make_symbol_overload_list_block): Update.
5617         * coffread.c (patch_opaque_types): Update.
5618         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5619         * block.h (struct block_iterator): New.
5620         (block_iterator_first, block_iterator_next, block_iter_name_first)
5621         (block_iter_name_next, block_iter_match_first)
5622         (block_iter_match_next): Declare.
5623         (ALL_BLOCK_SYMBOLS): Redefine.
5624         * block.c (block_iterator_first, block_iterator_next)
5625         (block_iter_name_first, block_iter_name_next)
5626         (block_iter_match_first, block_iter_match_next): New functions.
5627         * ada-lang.c (ada_add_block_symbols)
5628         (ada_make_symbol_completion_list): Use block iterator.
5629
5630 2012-05-10  Tom Tromey  <tromey@redhat.com>
5631
5632         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5633         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5634         (lookup_partial_symbol, find_last_source_symtab_from_partial)
5635         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5636         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5637         Update.
5638
5639 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
5640
5641         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5642         print-file-var-lib2.c, print-file-var-main.c and
5643         print-file-var.exp (located in gdb/testsuite/gdb.base).
5644
5645 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
5646
5647         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5648         try locating the symbol in the symbol's own objfile first, before
5649         extending the search to all objfiles.
5650         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5651         out of lookup_symbol_aux_symtabs.
5652         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5653         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5654         Do not search EXCLUDE_OBJFILE.
5655         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5656         (lookup_symbol_global): Search for matches in the block's objfile
5657         first, before searching all other objfiles.
5658
5659 2012-05-10  Tristan Gingold  <gingold@adacore.com>
5660
5661         * printcmd.c (set_command): Add pre/post inc/dec.
5662
5663 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
5664
5665         * gdb.1: Document -ex option.
5666
5667 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
5668
5669         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5670         * inferior.h (AT_SYMBOL): Delete.
5671
5672 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
5673
5674         * mips-tdep.c (mips_push_dummy_code): New function.
5675         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5676         ON_STACK and install mips_push_dummy_code as our gdbarch
5677         push_dummy_code routine.
5678
5679 2012-05-09  Pedro Alves  <palves@redhat.com>
5680
5681         * target.c (set_maintenance_target_async_permitted): Rename to ...
5682         (set_target_async_command): ... this.
5683         (show_maintenance_target_async_permitted): Rename to ...
5684         (show_target_async_command): ... this.
5685         (initialize_targets): Adjust.
5686
5687 2012-05-08  Doug Evans  <dje@google.com>
5688
5689         * go-exp.y (classify_name): Add missing assignment of fields of
5690         yylval.ssym.
5691
5692 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
5693
5694         Display the ">" prompt in interactive mode while reading canned
5695         commands, even when the current interpreter is MI.
5696
5697         * interps.c (interp_set_temp): New function.
5698
5699         * interps.h (interp_set_temp): Add prototype.
5700
5701         * cli/cli-script.c (restore_interp): New cleanup function.
5702         (read_command_lines): Temporarily override the current interpreter
5703         with CLI and arrange for restoring the original one.
5704
5705 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
5706
5707         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5708
5709 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5710
5711         * probe.c (parse_probes): Move conditional to check for
5712         debuginfo files from here...
5713         * stap-probe.c (stap_get_probes): ... to here.
5714
5715 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
5716             H.J. Lu  <hongjiu.lu@intel.com>
5717
5718         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5719         `movl %esp, %ebp' for the X32 ABI.
5720
5721 2012-05-07  Tom Tromey  <tromey@redhat.com>
5722
5723         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
5724         get_DW_TAG_name.
5725         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
5726         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
5727         (dwarf_stack_op_name): Remove.
5728         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
5729         (decode_locdesc): Use get_DW_OP_name.
5730         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5731         (dwarf2_compile_expr_to_ax): Likewise.
5732         (disassemble_dwarf_expression): Likewise.
5733         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5734
5735 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
5736
5737         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5738         (sh_linux_sigtramp_cache): New function.
5739         (sh_linux_sigreturn_init): New function.
5740         (sh_linux_rt_sigreturn_init): New function.
5741         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5742         patterns.
5743         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5744         syscall codes.
5745         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5746         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5747         (sh_linux_init_abi): Add init calls to register new tramp_frame
5748         definitions under 32-bit SH, update comments.
5749
5750 2012-05-07  Pedro Alves  <palves@redhat.com>
5751
5752         PR gdb/10952
5753
5754         * amd64-linux-tdep.c: Include glibc-tdep.h.
5755         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5756         gdbarch_skip_solib_resolver callback.
5757
5758 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5759
5760         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5761         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5762         (show_auto_load_safe_path): Check any-directory by comparison with "/".
5763         (add_auto_load_safe_path): Change the error message.
5764         (_initialize_auto_load): Change the "safe-path" help text.
5765         * configure: Regenerate
5766         * configure.ac (--without-auto-load-safe-path): Set
5767         WITH_AUTO_LOAD_SAFE_PATH to /.
5768
5769 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
5770
5771         * stap-probe.h: Do not include unecessary `probe.h'.
5772
5773 2012-05-05  Alan Modra  <amodra@gmail.com>
5774
5775         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5776         bfd_und_section_ptr.
5777         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5778         and bfd_com_section_ptr.
5779
5780 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
5781
5782         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5783
5784 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
5785
5786         * windows-nat.h (segment_register_p_ftype): New typedef.
5787         (windows_set_segment_register_p): Add declaration.
5788         * windows-nat.c (segment_register_p): New static global.
5789         (windows_set_segment_register_p): New function.
5790         (do_windows_fetch_inferior_registers): Add special handling
5791         for segment registers.
5792         * amd64-windows-nat.c: #include "amd64-tdep.h".
5793         (amd64_windows_segment_register_p): New function.
5794         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5795         * i386-windows-nat.c: #include "i386-tdep.h".
5796         (i386_windows_segment_register_p): New function.
5797         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5798
5799 2012-05-04  Tristan Gingold  <gingold@adacore.com>
5800
5801         * printcmd.c (set_command): Emit a warning if the expression is not
5802         an assignment.
5803
5804 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
5805
5806         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5807         Make static.
5808
5809 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
5810
5811         * stap-probe.c (stap_is_operator): Change declaration.
5812         (stap_get_opcode): Change return value.
5813         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5814         `stap_parse_argument_1'.
5815
5816 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
5817
5818         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5819         debug log.
5820
5821 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
5822
5823         Add two new methods global_block and static_block to gdb.Symtab
5824         objects.
5825         * NEWS (Python scripting): Add entry about the new methods.
5826         * python/py-symtab.c (stpy_global_block): New function which
5827         implements the gdb.Symtab.global_block() method.
5828         (stpy_static_block): New function which implements the
5829         gdb.Symtab.static_block() method.
5830         (symtab_object_methods): Add entries for the two new methods.
5831
5832 2012-05-03  Doug Evans  <dje@google.com>
5833
5834         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5835         files.
5836
5837 2012-05-03  Yao Qi  <yao@codesourcery.com>
5838
5839         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5840         space.
5841         (i386_process_record): Ditto.
5842
5843 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
5844
5845         * infcall.c (unwind_on_signal_p): Make static.
5846
5847 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
5848
5849         * sol-thread.c (solaris_pid_to_str): Make static.
5850         (_initialize_sol_thread): Add prototype.
5851
5852 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
5853
5854         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5855
5856 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
5857
5858         * MAINTAINERS: Remove myself.
5859
5860 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5861
5862         Fix --without-auto-load-safe-path for MS-Windows host platform.
5863         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5864
5865 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
5866
5867         * gdb_curses.h: Undefine KEY_EVENT before including curses
5868         headers.  Move "#undef MOUSE_MOVED" before any curses header
5869         inclusion.
5870
5871 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
5872
5873         * features/i386/i386-mmx-linux.c: Regenerate.
5874         * features/rs6000/powerpc-32.c: Likewise.
5875         * features/rs6000/powerpc-32l.c: Likewise.
5876         * features/rs6000/powerpc-403.c: Likewise.
5877         * features/rs6000/powerpc-403gc.c: Likewise.
5878         * features/rs6000/powerpc-405.c: Likewise.
5879         * features/rs6000/powerpc-505.c: Likewise.
5880         * features/rs6000/powerpc-601.c: Likewise.
5881         * features/rs6000/powerpc-602.c: Likewise.
5882         * features/rs6000/powerpc-603.c: Likewise.
5883         * features/rs6000/powerpc-604.c: Likewise.
5884         * features/rs6000/powerpc-64.c: Likewise.
5885         * features/rs6000/powerpc-64l.c: Likewise.
5886         * features/rs6000/powerpc-750.c: Likewise.
5887         * features/rs6000/powerpc-860.c: Likewise.
5888         * features/rs6000/powerpc-e500.c: Likewise.
5889         * features/rs6000/powerpc-e500l.c: Likewise.
5890         * features/rs6000/powerpc-isa205-32l.c: Likewise.
5891         * features/rs6000/powerpc-isa205-64l.c: Likewise.
5892         * features/rs6000/rs6000.c: Likewise.
5893
5894 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
5895
5896         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5897         variable.
5898         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5899         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5900         (stap_parse_argument) <e>: Likewise.
5901         (handle_stap_probe) <byte_order>: Likewise.
5902
5903 2012-04-30  Doug Evans  <dje@google.com>
5904
5905         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5906         init_and_read_dies_worker.  All callers updated.
5907         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
5908         replaced with init_cutu_and_read_dies.
5909         (load_partial_comp_unit): Pass 1 for use_existing_cu.
5910         (find_partial_die): Remove FIXME.  Don't free current CU.
5911
5912 2012-04-30  Sterling Augustine  <saugustine@google.com>
5913
5914         * contrib: New directory.
5915         * contrib/test_pubnames_and_indexes.py: New file.
5916
5917 2012-04-30  Doug Evans  <dje@google.com>
5918
5919         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5920         All callers updated.
5921         (init_cu_die_reader): Verify the section is non-empty.
5922         (dwarf_decode_line_header): Don't dereference section->asection
5923         until we know the section is present.
5924
5925 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5926
5927         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5928         probes.
5929
5930 2012-04-29  Yao Qi  <yao@codesourcery.com>
5931
5932         * gdb-code-style.el: New hook gdb-markup-hook
5933         and gdb-comment-hook.
5934
5935 2012-04-28  Doug Evans  <dje@google.com>
5936
5937         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
5938         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5939         objfile->obfd.
5940         * symfile.h (dwarf2_debug_sections): New member addr.
5941         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5942         (ctx_no_get_addr_index): New function.
5943         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5944         (ctx_no_get_addr_index): Declare.
5945         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5946         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5947         (dwarf_expr_ctx_funcs): Update.
5948         (needs_get_addr_index): New function.
5949         (needs_frame_ctx_funcs): Update.
5950         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5951         * dwarf2read.c: #include "gdbcore.h".
5952         (dwarf2_per_objfile): New members addr, dwo_files.
5953         (dwarf2_elf_names): Add entry for addr.
5954         (struct dwo_section_names): New type.
5955         (dwo_section_names): New static global.
5956         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5957         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5958         old debug_types_section member updated to use this.
5959         Rename member debug_types_section to info_or_types_section,
5960         all uses updated.
5961         (signatured_type): Rename member type_offset to type_offset_in_tu,
5962         all uses updated.  New member type_offset_in_section.
5963         (struct dwo_sections): New type.
5964         (struct dwo_unit): New type.
5965         (struct dwo_file): New type.
5966         (die_reader_specs): New member dwo_file.
5967         (dwarf2_locate_sections): Watch for .debug_addr.
5968         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5969         (dwarf2_read_section): Get bfd of section from bfd's asection,
5970         instead of objfile.
5971         (create_cus_from_index): Initialize the_cu->info_or_types_section.
5972         (create_signatured_type_table_from_index): Initialize
5973         sig_type->info_or_types_section.
5974         (dw2_get_file_names): Statement lists for type units with DWO files
5975         live in the DWO file.
5976         (create_debug_types_hash_table): New function.
5977         (create_all_type_units): Rewrite.
5978         (init_cu_die_reader): New arg dwo_file, all callers updated.
5979         (init_and_read_dies_worker): Get section from
5980         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
5981         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5982         continue reading the CU/TU from there.
5983         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5984         updated.  Get section from this_cu->info_or_types_section.
5985         (create_all_comp_units): Initialize this_cu->info_or_types_section.
5986         (skip_one_die): New cases DW_FORM_GNU_addr_index,
5987         DW_FORM_GNU_str_index.
5988         (hash_dwo_file, eq_dwo_file): New functions.
5989         (allocate_dwo_file_hash_table): New function.
5990         (hash_dwo_unit, eq_dwo_unit): New functions.
5991         (allocate_dwo_unit_table): New function.
5992         (dwarf2_locate_dwo_sections): New function.
5993         (struct create_dwo_info_table_data): New type.
5994         (create_debug_info_hash_table_reader): New function.
5995         (create_debug_info_hash_table): New function.
5996         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5997         (lookup_dwo_file): New function.
5998         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5999         (free_dwo_file, free_dwo_file_cleanup): New functions.
6000         (free_dwo_file_from_slot, free_dwo_files): New functions.
6001         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6002         (dwarf2_record_block_ranges): Ditto.
6003         (read_partial_die): Ditto.
6004         (process_enumeration_scope): Update to use type_offset_in_section.
6005         (read_full_die_1): New function.
6006         (read_full_die): Rewrite.
6007         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6008         DW_FORM_GNU_str_index.
6009         (read_addr_index_1, read_addr_index): New functions.
6010         (read_addr_index_from_leb128): New function.
6011         (struct dwarf2_read_addr_index_data): New type.
6012         (dwarf2_read_addr_index_reader): New function.
6013         (dwarf2_read_addr_index): New function.
6014         (read_str_index): New function.
6015         (leb128_size): New function.
6016         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6017         If processing a type unit from a DWO file, get the line section
6018         from the DWO file.
6019         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6020         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6021         DW_FORM_GNU_str_index.
6022         (lookup_die_type): Check whether section offset of type's die is
6023         known before looking it up.  Remove assert.  Condition can
6024         legimately happen for inter-cu type references.
6025         (dwarf_attr_name): Handle Fission attributes.
6026         (dwarf_form_name): Handle Fission forms.
6027         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6028         DW_FORM_GNU_str_index.
6029         (follow_die_sig): Update to use type_offset_in_section.
6030         (decode_locdesc): New case DW_OP_GNU_addr_index.
6031         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6032         DW_FORM_GNU_str_index.
6033         (cu_debug_loc_section): New function.
6034         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6035         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6036         Free DWO files if present.
6037         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6038
6039         Refactor DIE reading.
6040         * dwarf2read.c (dwarf2_per_objfile): Replace members
6041         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6042         (die_reader_specs): New member "die_section".  Temporarily make
6043         member "buffer" non-const, pending constifying all info_ptr uses.
6044         (die_reader_func_ftype): New typedef.
6045         (dw2_get_file_names_reader): New function.
6046         (dw2_get_file_names): Rewrite.
6047         (read_and_check_type_unit_head): Rename arg type_offset to
6048         type_offset_in_tu.
6049         (create_all_type_units): Improve debugging message.
6050         Improve dummy type unit check.
6051         (init_cu_die_reader): New arg "section".  All callers updated.
6052         (init_and_read_dies_worker): New function.
6053         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6054         (init_cutu_and_read_dies_no_follow): New function.
6055         (init_cutu_and_read_dies_simple): New function.
6056         (process_psymtab_comp_unit_reader): New function.
6057         (process_psymtab_comp_unit): Delete args section,
6058         is_debug_types_section.  Rewrite.  All callers updated.
6059         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6060         All callers updated.  Rewrite.
6061         (load_partial_comp_unit_reader): New function.
6062         (load_partial_comp_unit): Rewrite.
6063         (skip_children): New arg reader.  Delete args buffer, cu.
6064         All callers updated.
6065         (skip_one_die): New arg reader.  Delete args buffer, cu.
6066         All callers updated.
6067         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6068         All callers updated.
6069         (load_full_comp_unit_reader): New function.
6070         (load_full_comp_unit): Rewrite.
6071         (read_comp_unit): Delete.
6072         (read_die_and_children_1): Delete, contents moved ...
6073         (read_die_and_children): ... here.
6074         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6075         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6076         All callers updated.
6077         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6078         All callers updated.
6079         (find_partial_die): Rewrite load_all_dies support.
6080         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6081         All callers updated.
6082         (read_attribute): New arg reader.  Delete args abfd, cu.
6083         All callers updated.
6084         (load_full_type_unit): Add assert.
6085         (read_signatured_type_reader): New function.
6086         (read_signatured_type): Rewrite.
6087         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6088         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6089         All callers updated.  Set per_cu->cu = NULL after freeing it.
6090         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6091         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6092         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6093         (set_die_type): Update.
6094         (get_die_type_at_offset): Update.
6095         (read_file_scope): Call prepare_one_comp_unit.
6096         (read_type_unit_scope): Ditto.
6097         (prepare_one_comp_unit): Set producer if present.
6098
6099 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6100
6101         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6102          gettext function on `error'.
6103
6104 2012-04-27  Doug Evans  <dje@google.com>
6105
6106         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6107         is empty.
6108
6109 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6110             Tom Tromey  <tromey@redhat.com>
6111
6112         * breakpoint.c (struct breakpoint_objfile_data)
6113         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6114         <exception_probes>: New fields.
6115         (free_breakpoint_probes): New function.
6116         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6117         `_Unwind_DebugHook'.
6118         (create_exception_master_breakpoint): Likewise.
6119         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6120         * infrun.c: Including necessary header files for handling SystemTap
6121         probes.
6122         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6123         via SystemTap probes.
6124         (check_exception_resume): Remove `func' argument.  Handle exception
6125         unwinding breakpoint set via a SystemTap probe.
6126         (insert_exception_resume_from_probe): New function.
6127
6128 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6129             Tom Tromey  <tromey@redhat.com>
6130             Jan Kratochvil  <jan.kratochvil@redhat.com>
6131
6132         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6133         (COMMON_OBS): Likewise.
6134         (HFILES_NO_SRCDIR): Add `probe'.
6135         * NEWS: Mention support for static and SystemTap probes.
6136         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6137         SystemTap probes' arguments parser.
6138         * arm-linux-tdep.c: Including headers needed to perform the parsing
6139         of SystemTap probes' arguments.
6140         (arm_stap_is_single_operand): New function.
6141         (arm_stap_parse_special_token): Likewise.
6142         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6143         probes' arguments parser.
6144         * ax-gdb.c (require_rvalue): Removing static declaration.
6145         (gen_expr): Likewise.
6146         * ax-gdb.h (gen_expr): Declaring function.
6147         (require_rvalue): Likewise.
6148         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6149         (bkpt_probe_breakpoint_ops): New variable.
6150         (momentary_breakpoint_from_master): Set the `probe' value.
6151         (add_location_to_breakpoint): Likewise.
6152         (break_command_1): Using proper breakpoint_ops according to the
6153         argument passed by the user in the command line.
6154         (bkpt_probe_insert_location): New function.
6155         (bkpt_probe_remove_location): Likewise.
6156         (bkpt_probe_create_sals_from_address): Likewise.
6157         (bkpt_probe_decode_linespec): Likewise.
6158         (tracepoint_probe_create_sals_from_address): Likewise.
6159         (tracepoint_probe_decode_linespec): Likewise.
6160         (tracepoint_probe_breakpoint_ops): New variable.
6161         (trace_command): Using proper breakpoint_ops according to the
6162         argument passed by the user in the command line.
6163         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6164         static probes on breakpoints and tracepoints.
6165         * breakpoint.h (struct bp_location) <probe>: New field.
6166         * cli-utils.c (skip_spaces_const): New function.
6167         (extract_arg): Likewise.
6168         * cli-utils.h (skip_spaces_const): Likewise.
6169         (extract_arg): Likewise.
6170         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6171         * configure.ac: Append `stap-probe.o' to be generated when ELF
6172         support is present.
6173         * configure: Regenerate.
6174         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6175         * elfread.c: Include `probe.h' and `arch-utils.h'.
6176         (probe_key): New variable.
6177         (elf_get_probes): New function.
6178         (elf_get_probe_argument_count): Likewise.
6179         (elf_evaluate_probe_argument): Likewise.
6180         (elf_compile_to_ax): Likewise.
6181         (elf_symfile_relocate_probe): Likewise.
6182         (stap_probe_key_free): Likewise.
6183         (elf_probe_fns): New variable.
6184         (elf_sym_fns): Add `sym_probe_fns' value.
6185         (elf_sym_fns_lazy_psyms): Likewise.
6186         (elf_sym_fns_gdb_index): Likewise.
6187         (_initialize_elfread): Initialize objfile cache for static
6188         probes.
6189         * gdb_vecs.h (struct probe): New forward declaration.
6190         (probe_p): New VEC declaration.
6191         * gdbarch.c: Regenerate.
6192         * gdbarch.h: Regenerate.
6193         * gdbarch.sh (stap_integer_prefix): New variable.
6194         (stap_integer_suffix): Likewise.
6195         (stap_register_prefix): Likewise.
6196         (stap_register_suffix): Likewise.
6197         (stap_register_indirection_prefix): Likewise.
6198         (stap_register_indirection_suffix): Likewise.
6199         (stap_gdb_register_prefix): Likewise.
6200         (stap_gdb_register_suffix): Likewise.
6201         (stap_is_single_operand): New function.
6202         (stap_parse_special_token): Likewise.
6203         (struct stap_parse_info): Forward declaration.
6204         * i386-tdep.c: Including headers needed to perform the parsing
6205         of SystemTap probes' arguments.
6206         (i386_stap_is_single_operand): New function.
6207         (i386_stap_parse_special_token): Likewise.
6208         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6209         probes' arguments parser.
6210         * i386-tdep.h (i386_stap_is_single_operand): New function.
6211         (i386_stap_parse_special_token): Likewise.
6212         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6213         * mipsread.c (ecoff_sym_fns): Likewise.
6214         * objfiles.c (objfile_relocate1): Support relocation for static
6215         probes.
6216         * parse.c (prefixify_expression): Remove static declaration.
6217         (initialize_expout): Likewise.
6218         (reallocate_expout): Likewise.
6219         * parser-defs.h (initialize_expout): Declare function.
6220         (reallocate_expout): Likewise.
6221         (prefixify_expression): Likewise.
6222         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6223         of SystemTap probes' arguments.
6224         (ppc_stap_is_single_operand): New function.
6225         (ppc_stap_parse_special_token): Likewise.
6226         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6227         probes' arguments parser.
6228         * probe.c: New file, for generic statically defined probe support.
6229         * probe.h: Likewise.
6230         * s390-tdep.c: Including headers needed to perform the parsing of
6231         SystemTap probes' arguments.
6232         (s390_stap_is_single_operand): New function.
6233         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6234         probes' arguments parser.
6235         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6236         * stap-probe.c: New file, for SystemTap probe support.
6237         * stap-probe.h: Likewise.
6238         * symfile.h: Include `gdb_vecs.h'.
6239         (struct sym_probe_fns): New struct.
6240         (struct sym_fns) <sym_probe_fns>: New field.
6241         * symtab.c (init_sal): Initialize `probe' field.
6242         * symtab.h (struct probe): Forward declaration.
6243         (struct symtab_and_line) <probe>: New field.
6244         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6245         locations.
6246         (stop_tracing): Likewise.
6247         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6248
6249 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6250             Tom Tromey  <tromey@redhat.com>
6251
6252         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6253         and to compile agent expressions.
6254         * infrun.c (siginfo_make_value): New argument `ignore'.
6255         (siginfo_funcs): New struct.
6256         (_initialize_infrun): New argument when calling
6257         `create_internalvar_type_lazy'.
6258         * thread.c (thread_id_make_value): New argument `ignore'.
6259         (thread_funcs): New struct.
6260         (_initialize_thread): New argument when calling
6261         `create_internalvar_type_lazy'.
6262         * tracepoint.c (sdata_make_value): New argument `ignore'.
6263         (sdata_funcs): New struct.
6264         (_initialize_tracepoint): New argument when calling
6265         `create_internalvar_type_lazy'.
6266         * value.c (make_value): New struct.
6267         (create_internalvar_type_lazy): New argument `data'.
6268         (compile_internalvar_to_ax): New function.
6269         (value_of_internalvar): Properly handling `make_value' case.
6270         (clear_internalvar): Likewise.
6271         (show_convenience): Adding `TRY_CATCH' block.
6272         * value.h (internalvar_make_value): Delete, replace by...
6273         (struct internalvar_funcs): ... this.
6274         (create_internalvar_type_lazy) <fun>: Delete argument.
6275         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6276         (compile_internalvar_to_ax): New function.
6277         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6278         (tlb_funcs): New struct.
6279         (_initialize_windows_tdep): New argument when calling
6280         `create_internalvar_type_lazy'.
6281
6282 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6283
6284         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6285         see whether it is an address or a constant offset from DW_AT_low_pc.
6286         (dwarf2_record_block_ranges): Likewise.
6287         (read_partial_die): Likewise.
6288
6289 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6290
6291         * MAINTAINERS (Write After Approval): Add myself to the list.
6292
6293 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6294
6295         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6296         (proc_prettyprint_signal): Likewise.
6297         (proc_prettyprint_faultset): Likewise.
6298         (proc_prettyprint_fault): Likewise.
6299         (proc_prettyprint_actionset): Likewise.
6300         (proc_prettyprint_flags): Move to new proc-flags.c section.
6301         (proc_prettyfprint_flags): New prototype.
6302         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6303         (proc_syscall, proc_cursig): Likewise.
6304         (proc_set_kill_on_last_close): Likewise.
6305         (proc_unset_kill_on_last_close): Likewise.
6306         (proc_set_watchpoint): Make static.
6307         (proc_delete_dead_threads): Likewise.
6308         (procfs_set_watchpoint): Likewise.
6309         (_initialize_procfs): Add prototype.
6310         * proc-events.c: Include proc-utils.h.
6311         (init_syscall_table): Make static.
6312         * proc-api.c (_initialize_proc_api): Add prototype.
6313         * proc-flags.c: Include proc-utils.h.
6314
6315 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6316
6317         * configure.ac: Add AC_ARG_PROGRAM.
6318         * configure: Regenerate.
6319
6320 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6321
6322         Fix DW_AT_lower_bound defaults for DWARF-4+.
6323         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6324         high.  New variable low_default_is_valid.  Implement DWARF-4+
6325         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6326         no default by the DWARF standard.
6327
6328 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6329             Maciej W. Rozycki  <macro@codesourcery.com>
6330
6331         * infrun.c (handle_inferior_event): Move the check for return
6332         trampolines ahead of the check for function trampolines.
6333         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6334         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6335         (mips_str_mips16_ret_stub): Likewise.
6336         (mips_str_call_fp_stub): Likewise.
6337         (mips_str_call_stub): Likewise.
6338         (mips_str_fn_stub): Likewise.
6339         (mips_str_pic): Likewise.
6340         (mips_in_frame_stub): New function.
6341         (mips_unwind_pc): Return the return address rather than the PC
6342         if the PC of an intermediate frame is inside a call thunk.
6343         (mips_is_stub_suffix): New function.
6344         (mips_is_stub_mode): Likewise.
6345         (mips_get_mips16_fn_stub_pc): Likewise.
6346         (mips_skip_mips16_trampoline_code): Update to handle all the
6347         currently generated stub types.  Don't recurse into __fn_stub
6348         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6349         Use cooked register accesses.
6350         (mips_in_return_stub): Reintroduce function.
6351         (mips_skip_trampoline_code): Traverse trampolines recursively.
6352         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6353
6354 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6355
6356         GDB 7.4.1 released.
6357
6358 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6359
6360         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6361         * features/arm-with-m-vfp-d16.xml: New file. Describes
6362         Cortex-M with VFPv4-sp-d16 FPU register layout.
6363         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6364         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6365         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6366         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6367         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6368
6369 2012-04-25  Doug Evans  <dje@google.com>
6370
6371         * cli/cli-decode.c (print_doc_line): Use stream instead of
6372         current_uiout.
6373
6374 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6375
6376         * features/arm-with-iwmmxt.c: Regenerate.
6377         * features/arm-with-m-fpa-layout.c: Likewise.
6378         * features/arm-with-m.c: Likewise.
6379         * features/arm-with-neon.c: Likewise.
6380         * features/arm-with-vfpv2.c: Likewise.
6381         * features/arm-with-vfpv3.c: Likewise.
6382         * features/mips-dsp-linux.c: Likewise.
6383         * features/mips-linux.c: Likewise.
6384         * features/mips64-dsp-linux.c: Likewise.
6385         * features/mips64-linux.c: Likewise.
6386         * features/s390-linux32.c: Likewise.
6387         * features/s390-linux32v1.c: Likewise.
6388         * features/s390-linux32v2.c: Likewise.
6389         * features/s390-linux64.c: Likewise.
6390         * features/s390-linux64v1.c: Likewise.
6391         * features/s390-linux64v2.c: Likewise.
6392         * features/s390x-linux64.c: Likewise.
6393         * features/s390x-linux64v1.c: Likewise.
6394         * features/s390x-linux64v2.c: Likewise.
6395         * features/tic6x-c62x-linux.c: Likewise.
6396         * features/tic6x-c62x.c: Likewise.
6397         * features/tic6x-c64x-linux.c: Likewise.
6398         * features/tic6x-c64x.c: Likewise.
6399         * features/tic6x-c64xp-linux.c: Likewise.
6400         * features/tic6x-c64xp.c: Likewise.
6401         * target-descriptions.c: Only generate `field_type' and `type'
6402         variables when needed.
6403
6404 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6405
6406         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6407
6408 2012-04-25  Doug Evans  <dje@google.com>
6409
6410         Initial pass at Go language support.
6411         * NEWS: Mention Go.
6412         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6413         go-valprint.c.
6414         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6415         (YYFILES): Add go-exp.c.
6416         (YYOBJ): Add go-exp.o.
6417         (local-maintainer-clean): Delete go-exp.c.
6418         * defs.h (enum language): Add language_go.
6419         * dwarf2read.c: #include "go-lang.h".
6420         (fixup_go_packaging): New function.
6421         (process_full_comp_unit): Call it when processing Go CUs.
6422         (dwarf2_physname): Add Go support.
6423         (read_file_scope): Handle missing language spec for GNU Go.
6424         (set_cu_language): Handle DW_LANG_Go.
6425         * go-exp.y: New file.
6426         * go-lang.h: New file.
6427         * go-lang.c: New file.
6428         * go-typeprint.c: New file.
6429         * go-valprint.c: New file.
6430         * symtab.c: #include "go-lang.h".
6431         (symbol_set_language): Handle language_go.
6432         (symbol_find_demangled_name, symbol_set_names): Ditto.
6433         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6434
6435 2012-04-24  Jim Meyering  <meyering@redhat.com>
6436
6437         avoid a few strncpy-induced buffer overruns
6438         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6439         fname and psargs before trying to concatenate.
6440         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6441         "name" before applying strchr.
6442
6443 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6444
6445         * CONTRIBUTE: Use unified diff instead of context diff when
6446         generating patches.
6447
6448 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6449
6450         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6451         code.  Handle JR.HB correctly.
6452
6453 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6454
6455         * mips-tdep.c
6456         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6457         with the other MIPS16 helpers.
6458
6459 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6460
6461         * observer.sh: Conditionally declare `args', thus cleaning up
6462         unused instances of this variable.
6463
6464 2012-04-24  Yao Qi  <yao@codesourcery.com>
6465
6466         Revert this patch to allow breakpoint always-inserted
6467         in record target.
6468         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6469         * breakpoint.c: Include record.h.
6470         (breakpoints_always_inserted_mode): Return false when the record
6471         target is in use.
6472
6473         * breakpoint.c (iterate_over_bp_locations): New.
6474         * breakpoint.h: Declare.
6475         New typedef walk_bp_location_callback.
6476         * record.c (record_open): Call record_init_record_breakpoints.
6477         (record_sync_record_breakpoints): New.
6478         (record_init_record_breakpoints): New.
6479         * NEWS: Mention supporting breakpoint always-inserted mode in
6480         record target.
6481
6482 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
6483
6484         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6485         any thread.
6486
6487 2012-04-24  Yao Qi  <yao@codesourcery.com>
6488
6489         * breakpoint.c (ep_is_catchpoint): Renamed to ...
6490         (is_catchpoint): ... it.
6491         (print_one_breakpoint_location): Caller update.
6492         * breakpoint.h: Update declaration.
6493
6494 2012-04-23  David S. Miller  <davem@davemloft.net>
6495
6496         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6497
6498 2012-04-23  Tom Tromey  <tromey@redhat.com>
6499
6500         * buildsym.c (add_free_pendings): Remove.
6501         * buildsym.h (add_free_pendings): Remove.
6502
6503 2012-04-23  Doug Evans  <dje@google.com>
6504
6505         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6506         attr.u.unsnd instead of attr.u.addr.
6507         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6508         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6509         DW_FORM_ref_udata.
6510         (dump_die_shallow): Update cases DW_FORM_ref_addr,
6511         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
6512         DW_FORM_ref_udata.
6513         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6514
6515 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
6516
6517         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6518         (mips_o32_return_value): Likewise.
6519         (mips_o64_return_value): Likewise.
6520
6521 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
6522
6523         * ada-lang.c (ada_evaluate_subexp): Add cases for
6524         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6525         their treatment in eval.c.
6526
6527 2012-04-21  David S. Miller  <davem@davemloft.net>
6528
6529         * sparc-tdep.c (X_DISP10): Define.
6530         (sparc_analyze_control_transfer): Handle compare-and-branch.
6531
6532 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
6533
6534         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6535         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6536
6537 2012-04-20  Nigel Stephens  <nigel@mips.com>
6538             Maciej W. Rozycki  <macro@codesourcery.com>
6539
6540         * mips-tdep.c (mips_float_register_p): New function.
6541         (mips_convert_register_float_case_p): Use mips_float_register_p.
6542         (mips_register_type): Likewise.
6543         (mips_print_register): Likewise.
6544         (print_gp_register_row): Likewise.
6545         (mips_print_registers_info): Likewise.
6546
6547 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
6548
6549         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6550         of mips16 symbols.
6551
6552 2012-04-20  Andrew Pinski  <apinski@cavium.com>
6553
6554         * MAINTAINERS (Write After Approval): Add myself to the list.
6555
6556 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6557
6558         * MAINTAINERS: Update my e-mail address.
6559
6560 2012-04-20  Pedro Alves  <palves@redhat.com>
6561
6562         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6563         $srcdir.
6564         * configure: Regenerate.
6565
6566 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6567
6568         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
6569         declaration.
6570         * gdb_vecs.h: Declare `const_char_ptr' VEC.
6571
6572 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6573
6574         Fix compilation compatibility with python-2.4
6575         * python/py-type.c (convert_field): Cast ADDRSTRING for
6576         PyObject_SetAttrString as non-const.  New comment.
6577
6578 2012-04-19  Tom Tromey  <tromey@redhat.com>
6579
6580         * top.c (quit_target): Use all_cleanups.
6581         * main.c (captured_command_loop): Use all_cleanups.
6582         * exceptions.c (throw_exception): Use all_cleanups.
6583
6584 2012-04-19  Pedro Alves  <palves@redhat.com>
6585
6586         * Makefile.in (GNULIB_BUILDDIR): New.
6587         (LIBGNU, INCGNU, GNULIB_H): Adjust.
6588         (SUBDIRS): Add $(GNULIB_BUILDDIR).
6589         (CLEANDIRS). Remove gnulib/import.
6590         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6591         (all-lib): Ditto.
6592         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6593         (gnulib/import/Makefile): Replace gnulib/import with
6594         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
6595         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6596         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
6597         acx_configure_dir.m4.
6598         * acinclude.m4: Include acx_configure_dir.m4.
6599         * acx_configure_dir.m4: New file.
6600         * aclocal.m4: Regenerate.
6601         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6602         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
6603         (GNULIB): New variable.
6604         (GNULIB_STDINT_H): Adjust.
6605         (AC_OUTPUT): Don't output gnulib/Makefile.
6606         * gdb/defs.h: Include build-gnulib/config.h.
6607         * aclocal.m4: Regenerate.
6608         * config.in: Regenerate.
6609         * configure: Regenerate.
6610
6611         * gnulib/Makefile.in: New file.
6612         * gnulib/configure.ac: New file.
6613         * gnulib/aclocal.m4: New file.
6614         * gnulib/config.in: New file.
6615         * gnulib/configure: New file.
6616         * gnulib/: Re-run gnulib-tool to adjust.
6617
6618 2012-04-19  Doug Evans  <dje@google.com>
6619
6620         * cleanups.h (struct cleanup): Move to cleanups.c.
6621         (make_cleanup_dtor_ftype): New typedef.
6622         (make_cleanup_dtor): Use it.
6623         (ALL_CLEANUPS): Replace with ...
6624         (all_cleanups): ... this.  Declare.  All uses updated.
6625         * cleanups.c: #include "gdb_assert.h".
6626         (sentinel_cleanup): New static global.
6627         (SENTINEL_CLEANUP): Define.
6628         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6629         (make_my_cleanup2): Assert result is non-NULL.
6630         (all_cleanups): New function.
6631         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6632         of NULL.
6633
6634 2012-04-19  Pedro Alves  <palves@redhat.com>
6635
6636         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6637         Adjust paths to gnulib imported files.
6638
6639 2012-04-19  Pedro Alves  <palves@redhat.com>
6640
6641         * gnulib/: Move whole directory ...
6642         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6643         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6644         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6645         (aclocal_m4_deps): Adjust.
6646         * aclocal.m4: Regenerate.
6647         * configure: Regenerate.
6648         * configure.ac: Adjust AC_OUTPUT output.
6649
6650 2012-04-19  Yao Qi  <yao@codesourcery.com>
6651
6652         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6653         (vec.o): New rule.
6654         * vec.c: Move it ...
6655         * common/vec.c: ... here.
6656         * vec.h: Move it ...
6657         * common/vec.h: ... here.
6658
6659 2012-04-19  Yao Qi  <yao@codesourcery.com>
6660
6661         * gdb-code-style.el: New.
6662
6663 2012-04-18  Pedro Alves  <palves@redhat.com>
6664
6665         Update gnulib from latest git.
6666         (639ea5ae15e39fe48d43e04864b2997301e4b969)
6667
6668         * gnulib/Makefile.am: Update.
6669         * gnulib/dummy.c: Update.
6670         * gnulib/extra/arg-nonnull.h: Update.
6671         * gnulib/extra/c++defs.h: Update.
6672         * gnulib/extra/update-copyright: Update.
6673         * gnulib/extra/warn-on-use.h: Update.
6674         * gnulib/inttypes.in.h: Update.
6675         * gnulib/m4/00gnulib.m4: Update.
6676         * gnulib/m4/extensions.m4: Update.
6677         * gnulib/m4/gnulib-cache.m4: Update.
6678         * gnulib/m4/gnulib-common.m4: Update.
6679         * gnulib/m4/gnulib-comp.m4: Update.
6680         * gnulib/m4/gnulib-tool.m4: Update.
6681         * gnulib/m4/include_next.m4: Update.
6682         * gnulib/m4/inttypes-pri.m4: Update.
6683         * gnulib/m4/inttypes.m4: Update.
6684         * gnulib/m4/longlong.m4: Update.
6685         * gnulib/m4/memchr.m4: Update.
6686         * gnulib/m4/memmem.m4: Update.
6687         * gnulib/m4/mmap-anon.m4: Update.
6688         * gnulib/m4/multiarch.m4: Update.
6689         * gnulib/m4/onceonly.m4: Update.
6690         * gnulib/m4/stddef_h.m4: Update.
6691         * gnulib/m4/stdint.m4: Update.
6692         * gnulib/m4/string_h.m4: Update.
6693         * gnulib/m4/warn-on-use.m4: Update.
6694         * gnulib/m4/wchar_h.m4: Update.
6695         * gnulib/m4/wchar_t.m4: Update.
6696         * gnulib/m4/wint_t.m4: Update.
6697         * gnulib/memchr.c: Update.
6698         * gnulib/memmem.c: Update.
6699         * gnulib/stddef.in.h: Update.
6700         * gnulib/stdint.in.h: Update.
6701         * gnulib/str-two-way.h: Update.
6702         * gnulib/string.in.h: Update.
6703         * gnulib/wchar.in.h: Update.
6704
6705         * gnulib/extra/arg-nonnull.h: Delete.
6706         * gnulib/extra/c++defs.h: Delete.
6707         * gnulib/extra/warn-on-use.h: Delete.
6708         * gnulib/m4/wchar_h.m4: Delete.
6709         * gnulib/m4/wint_t.m4: Delete.
6710         * gnulib/wchar.in.h: Delete.
6711
6712         * gnulib/extra/snippets/arg-nonnull.h: New.
6713         * gnulib/extra/snippets/c++defs.h: New.
6714         * gnulib/extra/snippets/warn-on-use.h: New.
6715
6716         * aclocal.m4: Regenerate.
6717         * config.in: Regenerate.
6718         * configure: Regenerate.
6719         * gnulib/Makefile.in: Regenerate.
6720
6721 2012-04-18  Pedro Alves  <palves@redhat.com>
6722
6723         Reimport the update-copyright module from gnulib
6724         (250b80067c1e1d8faa0c42fb572f721975b929c5).
6725
6726         * configure: Regenerate.
6727         * gnulib/Makefile.am: Update.
6728         * gnulib/Makefile.in: Regenerate.
6729         * gnulib/extra/update-copyright: Update.
6730         * gnulib/m4/gnulib-cache.m4: Update.
6731         * gnulib/m4/gnulib-comp.m4: Update.
6732
6733 2012-04-18  Tristan Gingold  <gingold@adacore.com>
6734
6735         * configure.ac (aix): Put -lpthread into libs.
6736         * configure: Regenerate.
6737
6738 2012-04-18  Tom Tromey  <tromey@redhat.com>
6739
6740         * linespec.c (convert_linespec_to_sals): Don't use
6741         SYMBOL_OBJ_SECTION.
6742         (compare_msymbols): Arguments are minsym_and_objfile, not
6743         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
6744
6745 2012-04-18  Pedro Alves  <palves@redhat.com>
6746
6747         Revert gnulib/ part of:
6748         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
6749         Copyright year update in most files (performed by copyright.sh).
6750
6751 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6752
6753         Fix 64-bit constants on 32-bit hosts.
6754         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6755         from unsigned long to ULONGEST.
6756         (read_signed_leb128): Change declaration return type from long to
6757         LONGEST.
6758         (dwarf2_const_value_attr): Change declaration parameter value from long
6759         to LONGEST.
6760         (dwarf2_compute_name): Change variable value from long to LONGEST.
6761         (read_unsigned_leb128): Change return type, variable result and some
6762         casts from unsigned long to ULONGEST.
6763         (read_signed_leb128): Change return type, variable result and some
6764         casts from long to LONGEST.
6765         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6766         value from long to LONGEST.
6767         (dwarf2_const_value): Change variable value from long to LONGEST.
6768         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6769         plongest and hex_string.
6770         * symtab.h (struct general_symbol_info): Change ivalue from long to
6771         LONGEST, remove the comment.
6772         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6773         Change SYMBOL_VALUE format strings to use plongest and hex_string.
6774
6775 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
6776
6777         PR symtab/7259:
6778         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6779         * ada-lang.c (ada_discrete_type_high_bound)
6780         (ada_discrete_type_low_bound): Fix function comment.  Use
6781         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6782         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6783         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6784         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6785         Use TYPE_FIELD_ENUMVAL.
6786         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6787         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6788         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6789         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
6790         TYPE_CODE_ENUM.
6791         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6792         * dwarf2read.c (process_enumeration_scope): Likewise.
6793         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6794         field.bitpos.
6795         (class StructMainTypePrettyPrinter): Support also
6796         FIELD_LOC_KIND_ENUMVAL.
6797         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6798         TYPE_CODE_ENUM.
6799         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6800         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6801         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6802         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
6803         field enumval.
6804         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6805         accommodate enumval.
6806         (struct call_site): Adjust loc_kind to accommodate enumval.
6807         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6808         (TYPE_FIELD_ENUMVAL): New macros.
6809         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6810         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6811         TYPE_CODE_ENUM.
6812         * p-typeprint.c (pascal_type_print_base): Likewise.
6813         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6814         enumval.
6815         * python/lib/gdb/types.py (make_enum_dict): Likewise.
6816         * python/py-type.c (convert_field): New variable addrstring.  Use
6817         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6818         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6819         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6820         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6821         TYPE_CODE_ENUM.
6822         * valprint.c (generic_val_print): Likewise.
6823
6824 2012-04-17  Doug Evans  <dje@google.com>
6825
6826         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6827
6828         * dwarf2read.c: Whitespace fixes.
6829         (lookup_signatured_type): Tweak comment.
6830         (get_die_type_at_offset): Fix comment.
6831
6832 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
6833
6834         * xcoffread.c (xcoff_secnum_to_sections): New function.
6835         (secnum_to_section, secnum_to_bfd_section): Reimplement
6836         using xcoff_secnum_to_sections.  Rename "secnum" parameter
6837         into "n_scnum".
6838         (RECORD_MINIMAL_SYMBOL): Delete.
6839         (record_minimal_symbol): New function.
6840         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6841         by call to record_minimal_symbol and set misc_func_recorded
6842         to 1.  Set last_csect_sec to the XCOFF section index instead
6843         of GDB's section_offset index.  Update calls to
6844         prim_record_minimal_symbol_and_info to pass the BFD section
6845         as well.
6846
6847 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
6848
6849         * xcoffread.c (read_xcoff_symtab): Delete variables
6850         last_csect_val and last_csect_sec and associated code.
6851
6852 2012-04-17  Doug Evans  <dje@google.com>
6853
6854         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6855         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6856         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6857         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6858
6859         * cleanups.h: New file.
6860         * cleanups.c: New file.
6861         * Makefile.in (SFILES): Add cleanups.c.
6862         (HFILES_NO_SRCDIR): Add cleanups.h.
6863         (COMMON_OBS): Add cleanups.o.
6864         * defs.h (struct cleanup): Moved to cleanups.h.
6865         (do_cleanups,do_final_cleanups): Ditto.
6866         (discard_cleanups,discard_final_cleanups): Ditto
6867         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6868         (save_cleanups,save_final_cleanups): Ditto.
6869         (restore_cleanups,restore_final_cleanups): Ditto.
6870         (null_cleanup): Ditto.
6871         (make_my_cleanup,make_my_cleanup2): Ditto.
6872         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6873         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6874         (do_cleanups,do_final_cleanups): Ditto.
6875         (discard_cleanups,discard_final_cleanups): Ditto
6876         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6877         (save_cleanups,save_final_cleanups): Ditto.
6878         (restore_cleanups,restore_final_cleanups): Ditto.
6879         (null_cleanup): Ditto.
6880         (make_my_cleanup,make_my_cleanup2): Ditto.
6881         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6882
6883         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6884         make_my_cleanup.
6885         (make_cleanup_dyn_string_delete): Ditto.
6886         (make_cleanup_ui_file_delete): Ditto.
6887         (make_cleanup_ui_out_redirect_pop): Ditto.
6888         (make_cleanup_free_section_addr_info): Ditto.
6889         (make_cleanup_restore_integer): Ditto.
6890         (make_cleanup_unpush_target): Ditto.
6891         (make_cleanup_value_free_to_mark): Ditto.
6892         (make_cleanup_value_free): Ditto.
6893         (make_cleanup_free_so): Ditto.
6894
6895 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6896
6897         New option "set debug auto-load".
6898         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6899         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6900         (auto_load_safe_path_vec_update)
6901         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6902         if DEBUG_AUTO_LOAD.
6903         (file_is_auto_load_safe): New parameters debug_fmt and ....
6904         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6905         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6906         caller by explanatory string.
6907         (_initialize_auto_load): Register "set debug auto-load".
6908         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6909         and ....
6910         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6911         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6912         by explanatory string.
6913         * main.c (captured_main): Likewise.
6914         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6915         (source_section_scripts): Likewise.
6916
6917 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6918
6919         New option "set auto-load safe-path".
6920         * NEWS: New commands "set auto-load safe-path"
6921         and "show auto-load safe-path".
6922         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6923         (auto_load_safe_path, auto_load_safe_path_vec)
6924         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6925         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6926         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6927         (source_gdb_script_for_objfile): New variable is_safe.  Call
6928         file_is_auto_load_safe.  Return if it is not.
6929         (struct loaded_script): New field loaded.
6930         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
6931         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
6932         output "Missing" to "No".
6933         (_initialize_auto_load): New variable cmd.  Initialize
6934         auto_load_safe_path.  Register "set auto-load safe-path",
6935         "show auto-load safe-path" and "add-auto-load-safe-path".
6936         * auto-load.h (maybe_add_script): Add parameter loaded.
6937         (file_is_auto_load_safe): New declaration.
6938         * config.in: Regenerate.
6939         * configure: Regenerate.
6940         * configure.ac: New parameters --with-auto-load-safe-path
6941         and --without-auto-load-safe-path.
6942         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6943         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6944         * main.c (captured_main): Check file_is_auto_load_safe for
6945         LOCAL_GDBINIT.
6946         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6947         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
6948         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
6949         not.
6950
6951 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6952
6953         auto-load: Implementation.
6954         * NEWS: New descriptions for "info auto-load",
6955         "info auto-load gdb-scripts", "info auto-load python-scripts",
6956         "info auto-load local-gdbinit" and "info auto-load libthread-db".
6957         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6958         and "show auto-load-scripts".  New description for "set auto-load",
6959         "show auto-load", "set auto-load gdb-scripts",
6960         "show auto-load gdb-scripts", "set auto-load python-scripts",
6961         "show auto-load python-scripts", "set auto-load local-gdbinit",
6962         "show auto-load local-gdbinit", "set auto-load libthread-db" and
6963         "show auto-load libthread-db".
6964         * auto-load.c: Remove include python/python-internal.h.  Add includes
6965         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6966         cli/cli-setshow.h.
6967         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6968         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6969         (gdbpy_global_auto_load): Rename to ...
6970         (global_auto_load): ... here.
6971         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6972         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6973         (script_language_gdb, source_gdb_script_for_objfile): New.
6974         (struct loaded_script): New field language.
6975         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6976         LANGUAGE.
6977         (maybe_add_script): Add parameter language.  Drop redundant
6978         entry.full_path initialization.  Initialize entry.language and
6979         (*slot)->language.
6980         (auto_load_objfile_script): Change parameter suffix to language.
6981         Remove the call of maybe_add_script.
6982         Call language->source_script_for_objfile.
6983         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6984         New.
6985         (collect_matching_scripts): Adjust it for
6986         struct collect_matching_scripts_data.
6987         (auto_load_info_scripts_pattern_nl): New variable.
6988         (info_auto_load_scripts): Rename to ...
6989         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
6990         for struct collect_matching_scripts_data.
6991         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6992         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6993         (auto_load_show_cmdlist_get, info_auto_load_cmd)
6994         (auto_load_info_cmdlist_get): New.
6995         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6996         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
6997         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6998         "info auto-load local-gdbinit".
6999         * auto-load.h (struct script_language): New.
7000         (gdbpy_global_auto_load): Rename to ...
7001         (global_auto_load): ... here.
7002         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7003         (auto_load_local_gdbinit_loaded): New declarations.
7004         (maybe_add_script): New parameter language.
7005         (auto_load_objfile_script): Change parameter suffix to language.
7006         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7007         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7008         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7009         declarations.
7010         * linux-thread-db.c: Include auto-load.h and ctype.h.
7011         (auto_load_thread_db, show_auto_load_thread_db): New.
7012         (struct thread_db_info): New field filename.
7013         (delete_thread_db_info): Call xfree for FILENAME.
7014         (try_thread_db_load): Initialize FILENAME.
7015         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7016         if !AUTO_LOAD_THREAD_DB.
7017         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7018         (_initialize_thread_db): Install auto_load_thread_db
7019         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7020         as "info auto-load libthread-db".
7021         * main.c (captured_main): Rename gdbpy_global_auto_load to
7022         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7023         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7024         (print_gdb_help): Extend the help for 'local init file'.
7025         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7026         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7027         (auto_load_scripts): Rename to ...
7028         (auto_load_python_scripts): ... here, update the comment.
7029         (gdbpy_load_auto_script_for_objfile): New declaration.
7030         (show_auto_load_python_scripts, script_language_python)
7031         (gdbpy_load_auto_script_for_objfile): New.
7032         (source_section_scripts): Refactor the code.
7033         (load_auto_scripts_for_objfile): Rename to ...
7034         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7035         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7036         (info_auto_load_python_scripts): New.
7037         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7038         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7039         Register "set auto-load-scripts" as its deprecated alias.  Register
7040         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7041         its deprecated alias.
7042         (load_auto_scripts_for_objfile): Rename to ...
7043         (gdbpy_load_auto_scripts_for_objfile): ... here.
7044         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7045         (gdbpy_load_auto_scripts_for_objfile): ... here.
7046
7047 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7048
7049         auto-load: Move files.
7050         * Makefile.in (SFILES): Add auto-load.c.
7051         (HFILES_NO_SRCDIR): Add auto-load.h.
7052         (COMMON_OBS): Add auto-load.o.
7053         (distclean): Change .gdbinit for gdb-gdb.gdb.
7054         * auto-load.c: New file, with parts from python/py-auto-load.c.
7055         * auto-load.h: New file, with parts from python/python.h.
7056         * configure: Regenerate.
7057         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7058         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7059         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7060         * main.c: Include auto-load.h.
7061         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7062         command.h, observer.h and progspace.h to auto-load.c.  Add include
7063         auto-load.h.
7064         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7065         (struct loaded_script, auto_load_pspace_data)
7066         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7067         (hash_loaded_script_entry, eq_loaded_script_entry)
7068         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7069         (maybe_add_script): Move to auto-load.c.
7070         (source_section_scripts): Change maybe_add_script parameters passing,
7071         use script_not_found_warning_print.
7072         (clear_section_scripts, auto_load_objfile_script)
7073         (auto_load_new_objfile, loaded_script_ptr)
7074         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7075         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7076         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7077         auto_load_new_objfile and info_auto_load_scripts initizations to
7078         auto-load.c.
7079         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7080
7081 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7082
7083         Code cleanup.
7084         * charset.c (find_charset_names): Remove variables ix and elt.
7085         Use free_char_ptr_vec.
7086         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7087         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7088         debugdir_end.  New variable debugdir_len.
7089         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7090         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7091         declarations.
7092         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7093         and elt.  Use free_char_ptr_vec.
7094         * source.c (add_path): Remove variables argv, arg and argv_index.
7095         New variables dir_vec, back_to, ix and name.
7096         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7097         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7098         no longer expecting DIRNAME_SEPARATOR.
7099         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7100         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7101         no longer expecting DIRNAME_SEPARATOR.
7102         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7103         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7104         debugdir_end.
7105         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7106         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7107         (dirnames_to_char_ptr_vec): New functions.
7108
7109 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7110
7111         Code cleanup.
7112         * source.c (add_path): Remove always true conditional 'p == 0' and
7113         unindent its code block.
7114
7115 2012-04-17  Pedro Alves  <palves@redhat.com>
7116
7117         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7118         (FIELD_BITPOS_LVAL): ... this.
7119         (FIELD_BITPOS): New.
7120         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7121         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7122         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7123         SET_FIELD_BITPOS.
7124         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7125         SET_FIELD_BITPOS.
7126         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7127         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7128         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7129         SET_FIELD_BITPOS.
7130
7131 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7132
7133         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7134         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7135         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7136         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7137         * jv-lang.c (java_link_class_type): Likewise, once.
7138         * stabsread.c (read_enum_type): Likewise.
7139
7140 2012-04-16  Yao Qi  <yao@codesourcery.com>
7141
7142         * common/agent.c (agent_run_command): Add one more parameter `len'.
7143         Update callers.
7144         * common/agent.h: Update declaration.
7145         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7146         Update.
7147         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7148
7149 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7150
7151         PR mi/13393
7152         * value.c (value_actual_type): New function.
7153         * value.h (value_actual_type): New declaration.
7154         * varobj.c (update_type_if_necessary): New function.
7155         (varobj_create): Call value_actual_type instead of
7156         value_type.
7157         (install_dynamic_child): distinct changed and type changed MI variable
7158         objects.
7159         (update_dynamic_varobj_children): Updated for install_dynamic_child
7160         change.  All callers updated.
7161         (varobj_update): Support for MI variable object type change if
7162         the value changed and RTTI is used to determine the type.
7163         (create_child_with_value): Call value_actual_type instead of
7164         value_type.
7165         (adjust_value_for_child_access): Extended with a new parameter which
7166         specify whether the given value should be casted to enclosing type.
7167         All callers updated.
7168
7169 2012-04-14  Yao Qi  <yao@codesourcery.com>
7170
7171         Import gnulib module inttypes from git
7172         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7173         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7174         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7175         gnulib/m4/inttypes-pri.m4
7176         * aclocal.m4, config.in, configure: Regenerated.
7177         * gnulib/Makefile.am: Update.
7178         * gnulib/Makefile.in: Update.
7179         * gnulib/m4/gnulib-cache.m4: Update.
7180         * gnulib/m4/gnulib-comp.m4: Update.
7181         * gnulib/inttypes.in.h: New.
7182         * gnulib/m4/inttypes-pri.m4: New.
7183         * gnulib/m4/inttypes.m4: New.
7184
7185 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7186
7187         * infrun.c (resume): Update PC address to the real PC after
7188         preparing to do displaced stepping.
7189
7190 2012-04-12  Doug Evans  <dje@google.com>
7191
7192         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7193         All callers updated.
7194
7195 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7196
7197         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7198
7199 2012-04-12  Doug Evans  <dje@google.com>
7200
7201         * dwarf2read.c (create_all_type_units): Renamed from
7202         create_debug_types_hash_table.  All callers updated.
7203
7204         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7205         local type_sig to sig_type, type_offset to type_offset_in_tu.
7206         (hash_signatured_type): Renamed from hash_type_signature,
7207         all callers updated.
7208         (eq_signatured_type): Renamed from eq_type_signature,
7209         all callers updated.
7210         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7211         (process_enumeration_scope): Ditto.
7212         (lookup_signatured_type_at_offset): Ditto.
7213         (load_full_type_unit, read_signatured_type): Ditto.
7214
7215 2012-04-12  Yao Qi  <yao@codesourcery.com>
7216
7217         * remote.c (async_remote_interrupt): Correct function name in
7218         debug message.
7219         (async_remote_interrupt_twice): Ditto.
7220
7221 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7222
7223         * source.c (find_and_open_source): Consistently pass resulting
7224         full path through xfullpath.
7225
7226 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7227
7228         Provide more specific displaced-stepping memory error message.
7229         * infrun.c (displaced_step_prepare): New variable status.  Call
7230         target_read_memory instead of read_memory, provide more specific
7231         error message.
7232
7233 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7234
7235         PR gdb/13901
7236         * darwin-nat.c (darwin_execvp): Revert previous patch.
7237
7238 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7239
7240         PR gdb/13901
7241         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7242         in case of change.
7243
7244 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7245
7246         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7247         warning.
7248
7249 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7250
7251         New command 'explore' which helps explore values and types in
7252         scope.
7253         * NEWS: Add an entry about the new 'explore' command.
7254         * data-directory/Makefile.in: Add gdb/command/explore.py
7255         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7256         command using the GDB Python API.
7257
7258 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7259
7260         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7261         extension in jump target calculation.
7262
7263 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7264
7265         * mips-tdep.c (mips32_next_pc): Handle JALX.
7266
7267 2012-04-10  Yao Qi  <yao@codesourcery.com>
7268
7269         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7270
7271 2012-04-10  Yao Qi  <yao@codesourcery.com>
7272
7273         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7274         and gnulib/m4/gnulib-tool.m4.
7275
7276 2012-04-10  Doug Evans  <dje@google.com>
7277
7278         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7279         (load_partial_dies): Clarify comment.
7280         (find_partial_die): Support rereading type units.
7281         Clarify CU handling, if we know offset is in CU, don't search for the
7282         containing CU.  Add comment regarding memory waste.
7283
7284 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7285
7286         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7287         i386/x32-avx and i386/x32-avx-linux.
7288         (i386/x32-expedite): New.
7289         (i386/x32-linux-expedite): Likewise.
7290         (i386/x32-avx-expedite): Likewise.
7291         (i386/x32-avx-linux-expedite): Likewise.
7292         ($(outdir)/i386/x32.dat): Likewise.
7293         ($(outdir)/i386/x32-linux.dat): Likewise.
7294         ($(outdir)/i386/x32-avx.dat): Likewise.
7295         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7296
7297         * features/i386/x32-avx-linux.xml: New file.
7298         * features/i386/x32-avx.xml: Likewise.
7299         * features/i386/x32-core.xml: Likewise.
7300         * features/i386/x32-linux.xml: Likewise.
7301         * features/i386/x32.xml: Likewise.
7302
7303         * features/i386/x32-avx-linux.c: New.  Generated.
7304         * features/i386/x32-avx.c: Likewise.
7305         * features/i386/x32-linux.c: Likewise.
7306         * features/i386/x32.c: Likewise.
7307         * regformats/i386/x32-avx-linux.dat: Likewise.
7308         * regformats/i386/x32-avx.dat: Likewise.
7309         * regformats/i386/x32-linux.dat: Likewise.
7310         * regformats/i386/x32.dat: Likewise.
7311
7312 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7313
7314         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7315         code to kill the inferior.
7316
7317 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7318
7319         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7320         defines.
7321         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7322         defines.
7323         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7324         (yyvsp): New defines.
7325         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7326         defines.
7327         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7328         defines.
7329         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7330         defines.
7331         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7332         defines.
7333         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7334         defines.
7335
7336 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7337
7338         * sparc64-tdep.c (sparc64_store_arguments)
7339         (sparc64_store_arguments): Fix coding style.
7340
7341 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7342
7343         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7344         complex floats, adjust some related comments and tighten a related
7345         assertion.
7346         (sparc64_extract_return_value): Handle complex floats.
7347
7348 2012-04-07  Doug Evans  <dje@google.com>
7349
7350         * dwarf2read.c (load_partial_dies): Change condition to assert.
7351
7352 2012-04-06  Doug Evans  <dje@google.com>
7353
7354         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7355         "mov %rsp,%rbp".
7356
7357 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7358
7359         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7360         fencepost error.
7361         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7362         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7363         architecture.
7364
7365 2012-04-05  Keith Seitz  <keiths@redhat.com>
7366
7367         * linespec.c (decode_compound): Remove.
7368         (enum offset_relative_sign): New enum.
7369         (struct line_offset): New struct.
7370         (struct linespec): New struct.
7371         (struct linespec_state): Move file_symtabs,
7372         user_filename, and user_function into struct linespec.
7373         Make result an anonymous struct holding vectors of
7374         symbolp and minsym_and_objfile_d.
7375         Add language member.
7376         (enum ls_token_type): New enum.
7377         (linespec_keywords): New array.
7378         (struct ls_token): New struct.
7379         (struct ls_parser): New struct.
7380         (linespec_lexer_lex_number): New function.
7381         (linespec_lexer_lex_keyword): New function.
7382         (is_ada_operator): New function.
7383         (skip_quote_char): New function.
7384         (copy_token_string): New function.
7385         (is_closing_quote_enclosed): New function.
7386         (find_parameter_list_end): New function.
7387         (linespec_lexer_lex_string): New function.
7388         (linespec_lexer_lex_one): New function.
7389         (linespec_lexer_consume_token): New function.
7390         (linespec_lexer_peek_token): New function.
7391         (cplusplus_error): Remove unused function.
7392         (find_methods): Update comment.
7393         (find_toplevel_char): Return const.
7394         (is_objc_method_format): Remove unused function.
7395         (find_toplevel_string): New function.
7396         (is_linespec_boundary): Remove.
7397         (symbol_not_found_error): New function.
7398         (find_method_overload_end): Remove function.
7399         (unexpected_linespec_error): New function.
7400         (keep_name_info): Remove.
7401         (linespec_parse_line_offset): New function.
7402         (linespec_parse_basic): New function.
7403         (canonicalize_linespec): New function.
7404         (decode_line_internal): Remove.
7405         (create_sals_line_offset): New function adapted from
7406         decode_all_digits.
7407         (convert_linespec_to_sals): New function.
7408         (parse_linespec): New function.
7409         (linespec_parser_new): New function.
7410         (linespec_state_destructor): Change parameter type to
7411         struct linespec_state *.
7412         Add language parameter.
7413         Remove freeing of moved members.
7414         (linespec_parser_delete): New function.
7415         (decode_line_full): Use parse_linespec and linespec_parser_new.
7416         (decode_line_1): Likewise.
7417         (decode_indirect): Rename to ...
7418         (linespec_expression_to_pc): ... this and rewrite
7419         to simply find CORE_ADDR, storing this result for later
7420         conversion to SALs.
7421         (locate_first_half): Remove.
7422         (deocde_objc): Add parameter LS.
7423         Initialize new struct collect_info members.
7424         Handle minimal symbols, too.
7425         (decode_compound): Delete.
7426         (lookup_prefix_sym): Rewrite.
7427         (compare_msymbols): New function.
7428         (find_method): Rewrite.
7429         Do not call cplusplus_error.
7430         (symtabs_from_filename): Rewrite.
7431         (collect_function_symbols): Delete.
7432         (find_function_symbols): Rewrite without ARGPTR-style
7433         processing.
7434         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7435         (decode_dollar): Adapted and renamed to ...
7436         (linespec_parse_variable): ... this.
7437         (find_linespec_symbols): New function.
7438         (decode_label): Adapted and renamed to ...
7439         (find_label_symbols): ... this.
7440         (decode_digits_list_mode): Add and use LS argument.
7441         (decode_digits_ordinary): Likewise.
7442         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7443         If in list mode, allow any symbol class.  Otherwise, only
7444         permit LOC_BLOCK symbols.
7445         (minsym_found): Update comments.
7446         (search_minsyms_for_name): Do not convert the matching symbol
7447         into a SAL.  Simply push the symbol and objfile into the
7448         result vector.
7449         (decode_variable): Delete. Contents adapted into
7450         find_linespec_symbols.
7451
7452         * cp-support.c (SKIP_SPACE): Remove.
7453         (operator_tokens): Remove unused global.
7454         (cp_validate_operator): Remove.
7455         * cp-support.h (cp_validate_operator): Remove declaration.
7456
7457 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7458
7459         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7460         for TYPE_VPTR_FIELDNO.
7461         * valprint.c (valprint_check_validity): Make it global, move the
7462         function comment ...
7463         * value.h (valprint_check_validity): ... to this new declaration.
7464
7465 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7466
7467         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7468         the STATE32 api for i386 state.
7469         (i386_darwin_store_inferior_registers): Likewise.
7470
7471 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7472
7473         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7474         SS offset.
7475         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7476         format_string.
7477
7478 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7479
7480         PR gdb/13901
7481         * darwin-nat.c (darwin_execvp): Set binary preference.
7482
7483 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7484
7485         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7486
7487 2012-03-30  Tom Tromey  <tromey@redhat.com>
7488
7489         * python/python.c (gdbpy_decode_line): Move cleanup creation out
7490         of TRY_CATCH.  Fix error handling.
7491         * python/py-value.c (convert_value_from_python): Move 'old'
7492         declaration to innermost scope.
7493
7494 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7495             Andrey Smirnov  <andrew.smirnov@gmail.com>
7496
7497         -Wshadow warning fix.
7498         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7499         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7500         Adjust code accordingly.
7501
7502 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7503
7504         * ada-lang.c (symbol_completion_add): Rename parameter
7505         "encoded" into "encoded_p".  Ajust code and documentation
7506         accordingly.
7507
7508 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7509             Andrey Smirnov  <andrew.smirnov@gmail.com>
7510
7511         -Wshadow warning fix.
7512         * ada-lang.c (symbol_completion_add): Rename parameter
7513         "wild_match" into wild_match_p.  Update code and documentation
7514         accordingly.
7515
7516 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7517
7518         * ada-lang.c (symbol_completion_match): Rename parameter
7519         "encoded" into "encoded_p".  Ajust code and documentation
7520         accordingly.
7521
7522 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7523             Andrey Smirnov  <andrew.smirnov@gmail.com>
7524
7525         -Wshadow warning fix.
7526         * ada-lang.c (symbol_completion_match): Rename parameter
7527         "wild_match" into "wild_match_p".  Adjust code and function
7528         documentation accordingly.
7529
7530 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7531             Andrey Smirnov  <andrew.smirnov@gmail.com>
7532
7533         -Wshadow warning fix.
7534         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7535         "symbol_info" into "info".  Adjust code accordingly.
7536         (ada_lookup_symbol): Likewise.
7537
7538 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7539
7540         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7541         of this function's documentation.
7542
7543 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7544             Andrey Smirnov  <andrew.smirnov@gmail.com>
7545
7546         -Wshadow warning fix.
7547         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7548         variable into "wild_match_p".  Adjust code accordingly.
7549
7550 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7551             Andrey Smirnov  <andrew.smirnov@gmail.com>
7552
7553         -Wshadow warning fix.
7554         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7555         parameter into "wild_match_p".  Adjust code accordingly.
7556         Document this parameter in the function description.
7557
7558 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7559             Andrey Smirnov  <andrew.smirnov@gmail.com>
7560
7561         -Wshadow warning fix.
7562         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7563         "wild_match" parameter to "wild_match_p" (-Wshadow).
7564
7565 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7566
7567         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7568         in function documentation.
7569
7570 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7571             Andrey Smirnov  <andrew.smirnov@gmail.com>
7572
7573         -Wshadow warning fix.
7574         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7575         variable into wild_match_p.  Adjust code accordingly.
7576
7577 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7578             Andrey Smirnov  <andrew.smirnov@gmail.com>
7579
7580         * ada-valprint.c (ada_val_print_1): Move the code handling
7581         TYPE_CODE_ENUM inside its own lexical block.  Declare
7582         variables len and val there, instead of in the function's
7583         top level block.  Avoid declaring deref_val again in a way
7584         that shadows another variable of the same name declared
7585         in one of the up-level blocks.  Just re-use the up-level
7586         variable instead.
7587
7588 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7589
7590         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7591         Replace block_found argument by symbol_info.  Adjust
7592         implementation accordingly.  Add function documentation.
7593         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7594         Fix documentation.
7595         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7596         * ada-exp.y (write_object_renaming): Adjust to new
7597         ada_lookup_encoded_symbol API.
7598
7599 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7600
7601         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
7602         documentation.
7603
7604 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
7605
7606         * v850-tdep.c: Add the enum values for mpu and fpu registers.
7607         (v850_register_name): Add the mpu and fpu register names.
7608         (v850e_register_name): Add the mpu and fpu register names.
7609         (v850e2_register_name): New function.
7610         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7611         bfd_mach_v850e2v3.
7612
7613 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7614
7615         * NEWS: Add entry for Ada varobj support.
7616
7617 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7618
7619         * varobj.c (default_value_is_changeable_p): New function,
7620         extracted from varobj_value_is_changeable_p.  Add declaration.
7621         (ada_value_is_changeable_p): New function, extracted from
7622         varobj_value_is_changeable_p.  Add declaration.
7623         (struct language_specific): New field "value_is_changeable_p".
7624         (languages): Add entries for new field.
7625         (varobj_create): Set language before calling install_new_value.
7626         (varobj_value_is_changeable_p): Reimplement to call the varobj's
7627         "value_is_changeable_p" language callback.
7628
7629 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7630
7631         * ada-varobj.h, ada-varobj.c: New files.
7632         * Makefile.in (SFILES): Add ada-varobj.c.
7633         (HFILES_NO_SRCDIR): Add ada-varobj.h.
7634         (COMMON_OBS): Add ada-varobj.o.
7635
7636 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7637
7638         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
7639         (struct language_specific): New field "value_has_mutated".
7640         (languages): Set field "value_has_mutated" in each entry of array.
7641         (varobj_value_has_mutated): New function.
7642         (varobj_udpdate): Add handling of type mutation.
7643         (value_of_root): Add handling of type mutation.
7644         (ada_value_has_mutated): New function.
7645
7646 2012-03-28  Pedro Alves  <palves@redhat.com>
7647
7648         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7649         Always supply $fr0 as 0.0 and $fr1 as 1.0.
7650
7651 2012-03-28  Tom Tromey  <tromey@redhat.com>
7652
7653         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7654         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
7655         before returning.
7656
7657 2012-03-28  Tom Tromey  <tromey@redhat.com>
7658
7659         * .dir-locals.el: New file.
7660
7661 2012-03-28  Pedro Alves  <palves@redhat.com>
7662
7663         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7664
7665 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7666
7667         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7668         handling for r0.
7669
7670 2012-03-27  Pedro Alves  <palves@redhat.com>
7671
7672         Eliminate struct ui_stream.
7673
7674         * ui-out.h (struct ui_stream): Delete.
7675         (ui_out_field_stream): Adjust prototype.
7676         (ui_out_stream_new, ui_out_stream_delete)
7677         (make_cleanup_ui_out_stream_delete): Delete declarations.
7678         * ui-out.c (ui_out_field_stream): Change prototype to take a
7679         ui_file instead of a ui_stream.  Adjust.
7680         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7681         (make_cleanup_ui_out_stream_delete): Delete.
7682         * breakpoint.c (print_breakpoint_location)
7683         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7684         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7685         * disasm.c (dump_insns): Ditto.
7686         (do_mixed_source_and_assembly, do_assembly_only): Adjust
7687         prototype.
7688         (gdb_disassembly): Use ui_file/mem_fileopen instead of
7689         ui_stream/ui_out_stream_new.
7690         * infcmd.c (print_return_value): Ditto.
7691         * osdata.c (info_osdata_command): Don't allocate a local
7692         ui_stream.
7693         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7694         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7695         * tracepoint.c (print_one_static_tracepoint_marker): Don't
7696         allocate a local ui_stream.
7697         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7698         instead of ui_stream/ui_out_stream_new.
7699         (list_args_or_locals): Don't allocate a local ui_stream.
7700         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7701         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7702         ui_stream/ui_out_stream_new.
7703         * cli/cli-setshow.c (do_setshow_command): Ditto.
7704
7705 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
7706
7707         * arm-linux-tdep.c (arm_linux_init_abi): Call
7708         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
7709         * arm-tdep.c (arm_process_record): New function.
7710         (deallocate_reg_mem): New function.
7711         (decode_insn): New function.
7712         (thumb_record_branch): New function.
7713         (thumb_record_ldm_stm_swi(): New function.
7714         (thumb_record_misc): New function.
7715         (thumb_record_ld_st_stack): New function.
7716         (thumb_record_ld_st_imm_offset): New function.
7717         (thumb_record_ld_st_reg_offset(): New function.
7718         (thumb_record_add_sub_cmp_mov): New function.
7719         (thumb_record_shift_add_sub): New function.
7720         (arm_record_coproc_data_proc): New function.
7721         (arm_record_coproc): New function.
7722         (arm_record_b_bl): New function.
7723         (arm_record_ld_st_multiple): New function.
7724         (arm_record_ld_st_reg_offset): New function.
7725         (arm_record_ld_st_imm_offset): New function.
7726         (arm_record_data_proc_imm): New function.
7727         (arm_record_data_proc_misc_ld_str): New function.
7728         (arm_record_extension_space): New function.
7729         (arm_record_strx): New function.
7730         (sbo_sbz): New function.
7731         (struct insn_decode_record): New structure for arm insn record.
7732         (REG_ALLOC): New macro for reg allocations.
7733         (MEM_ALLOC): New macro for memory allocations.
7734         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7735
7736 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
7737
7738         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7739         (store_register): Likewise.
7740
7741 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
7742
7743         * MAINTAINERS (Write After Approval): Add myself to the list.
7744
7745 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7746
7747         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7748         Describe also the option "auto".
7749
7750 2012-03-22  Richard Henderson  <rth@redhat.com>
7751
7752         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7753         * sparc-nat.c (sparc_xfer_wcookie): Make static.
7754
7755 2012-03-22  Richard Henderson  <rth@redhat.com>
7756
7757         * jit.c (jit_read_code_entry): Compute alignment and offset of
7758         int64_t member before computing entry_size.
7759
7760 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7761
7762         Python scripting: Add new method Value.referenced_value to
7763         gdb.Value which can dereference pointer as well as reference
7764         values.
7765         * NEWS: Add entry under 'Python scripting' about the new method
7766         Value.referenced_value on gdb.Value objects.
7767         * python/py-value.c (valpy_referenced_value): New function
7768         defining a new method on gdb.Value objects which can dereference
7769         pointer and reference values.
7770
7771 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7772
7773         * MAINTAINERS (Write After Approval): Add myself to the list.
7774
7775 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
7776
7777         * symtab.c (skip_prologue_sal): Change test to check for "main()"
7778         in addition to "main".
7779
7780 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
7781
7782         * expression.h (op_name): Add declaration.
7783         * expprint.c (op_name): Remove declaration.  Make non-static.
7784         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7785
7786 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
7787
7788         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7789         of struct siginfo.
7790         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7791         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7792         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7793         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7794         (linux_nat_get_siginfo): Likewise.
7795         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7796         (linux_nat_get_siginfo): Likewise.
7797         * linux-tdep.c (linux_get_siginfo_type): Likewise.
7798         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7799         * procfs.c (gdb_siginfo_t): Likewise.
7800
7801 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
7802
7803         * .gitignore: Ignore more files.
7804
7805 2012-03-20  Pedro Alves  <palves@redhat.com>
7806
7807         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7808         returns.
7809
7810 2012-03-20  Yao Qi  <yao@codesourcery.com>
7811
7812         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7813         comment.
7814
7815 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7816
7817         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7818         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7819         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7820         sect_offset.
7821         * dwarf2expr.h (cu_offset, sect_offset): New types.
7822         (struct dwarf_expr_context_funcs) <dwarf_call>
7823         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7824         sect_offset.
7825         (struct dwarf_expr_context) <len>: Improve the comment.
7826         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7827         cu_offset and sect_offset.
7828         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7829         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7830         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7831         * dwarf2loc.h: Include dwarf2expr.h.
7832         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7833         and sect_offset.
7834         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7835         Improve the comment.
7836         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7837         (struct signatured_type, struct line_header, struct partial_die_info)
7838         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7839         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7840         (get_die_type_at_offset, create_cus_from_index)
7841         (create_signatured_type_table_from_index, dw2_get_file_names)
7842         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7843         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7844         (create_debug_types_hash_table, process_psymtab_comp_unit)
7845         (load_partial_comp_unit, create_all_comp_units)
7846         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7847         (load_full_comp_unit, dwarf2_physname, read_import_statement)
7848         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7849         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7850         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7851         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7852         (find_partial_die, read_attribute_value, lookup_die_type)
7853         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7854         (is_ref_attr): New function comment.
7855         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7856         Use cu_offset and sect_offset.
7857         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7858         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7859         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7860         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7861         (offset_and_type_hash, offset_and_type_eq, set_die_type)
7862         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7863         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7864         sect_offset.
7865
7866 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7867
7868         Code cleanup.
7869         * python/py-auto-load.c (source_section_scripts): New variable back_to.
7870         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7871         with xfree.
7872         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7873
7874 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7875
7876         * NEWS: Describe new options --init-command=FILE, -ix and
7877         --init-eval-command=COMMAND, -iex.
7878         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7879         CMDARG_INIT_COMMAND.
7880         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
7881         "init-command", "init-eval-command", "ix" and "iex" to the variable
7882         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
7883         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7884         (print_gdb_help): Describe --init-command=FILE, -ix and
7885         --init-eval-command=COMMAND, -iex.
7886
7887 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7888
7889         Code cleanup.
7890         * main.c (struct cmdarg): Move it here from main.  Add more comments.
7891         (cmdarg_s, VEC (cmdarg_s)): New.
7892         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
7893         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
7894         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
7895         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
7896         of CMDARG.
7897
7898 2012-03-19  Tom Tromey  <tromey@redhat.com>
7899
7900         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7901
7902 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7903
7904         PR symtab/13777
7905         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7906         GCC >=4.5.
7907
7908 2012-03-16  Chris January  <chris.january@allinea.com>
7909
7910         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7911         of clear.
7912
7913 2012-03-16  Chris January  <chris.january@allinea.com>
7914
7915         * source.c (add_path): Use memmove instead of strcpy because the
7916         strings overlap.
7917
7918 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
7919
7920         * value.h (set_value_parent): Add declaration.
7921         * value.c (set_value_parent): New function.
7922         (value_address): If VALUE->PARENT is not NULL, then use it as
7923         the base address instead of VALUE->LOCATION.address.
7924         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7925         the same as OBJ's address.  Adjust V's offset accordingly.
7926         Set V's parent.
7927
7928 2012-03-16  Gary Benson  <gbenson@redhat.com>
7929
7930         PR breakpoints/10738
7931         * dwarf2read.c (use_deprecated_index_sections): New global.
7932         (struct partial_die_info): New member may_be_inlined.
7933         (read_partial_die): Set may_be_inlined where appropriate.
7934         (add_partial_subprogram): Add partial symbols for partial
7935         DIEs that may be inlined.
7936         (new_symbol_full): Add inlined subroutines to the current
7937         scope.
7938         (write_psymtabs_to_index): Bump version number.
7939         (dwarf2_read_index): Read only version 6 indices unless
7940         use_deprecated_index_sections is set.
7941         * linespec.c (symbol_and_data_callback): New structure.
7942         (iterate_inline_only): New function.
7943         (iterate_over_all_matching_symtabs): New argument
7944         "include_inline".  If nonzero, also call the callback for
7945         symbols representing inlined subroutines.
7946         (lookup_prefix_sym): Pass extra argument to the above.
7947         (find_function_symbols): Likewise.
7948         (add_matching_symbols_to_info): Likewise.
7949         * NEWS: Mention that GDB can now set breakpoints on inlined
7950         functions.
7951
7952 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7953
7954         * p-typeprint.c (pascal_type_print_method_args):
7955         Fix display of parameter of methods.
7956
7957 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7958
7959         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7960         Add missing prototype.
7961
7962 2012-03-16  Yao Qi  <yao@codesourcery.com>
7963             Jan Kratochvil  <jan.kratochvil@redhat.com>
7964
7965         Fix false compilation warning.
7966         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7967
7968 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
7969             Pedro Alves  <pedro@codesourcery.com>
7970
7971         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7972         (arm_register_g_packet_guesses): New function.
7973         (arm_gdbarch_init): Don't force a target description with
7974         registers when the executable is detected as M-profile.  Instead
7975         set gdbarch->tdep->is_m.  Register `g' packet guesses.
7976         (_initialize_arm_tdep): Initialize the new target description.
7977         * features/arm-with-m-fpa-layout.xml: New description.
7978         * features/arm-with-m-fpa-layout.c: New, generated.
7979
7980 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
7981
7982         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7983         Update function description.
7984         (insert_bp_location): Do not wipe bl->target_info out.
7985         * mem-break.c: #include "gdb_string.h".
7986         (default_memory_insert_breakpoint): Do not call target_read_memory
7987         with a pointer to the breakpoint's shadow_contents buffer.  Use
7988         a local buffer instead.
7989         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7990
7991 2012-03-15  Tom Tromey  <tromey@redhat.com>
7992
7993         * NEWS: Mention "info vtbl", not "info vtable".
7994         * cp-support.c (info_vtbl_command): Fix comment.
7995         (_initialize_cp_support): Fix text.
7996
7997 2012-03-15  Tom Tromey  <tromey@redhat.com>
7998
7999         * cp-valprint.c (cp_print_value_fields): Use
8000         print_function_pointer_address for vtable slot.
8001
8002 2012-03-15  Tom Tromey  <tromey@redhat.com>
8003
8004         * gnu-v3-abi.c (struct value_and_voffset): New.
8005         (hash_value_and_voffset, eq_value_and_voffset)
8006         (compare_value_and_voffset, compute_vtable_size)
8007         (print_one_vtable, gnuv3_print_vtable): New functions.
8008         (init_gnuv3_ops): Initialize 'print_vtable' field.
8009         * cp-support.c (info_vtbl_command): New function.
8010         (_initialize_cp_support): Add "info vtbl".
8011         * cp-abi.h (cplus_print_vtable): Declare.
8012         (struct cp_abi_ops) <print_vtable>: New field.
8013         * cp-abi.c (cplus_print_vtable): New function.
8014         * NEWS: Update.
8015
8016 2012-03-15  Tom Tromey  <tromey@redhat.com>
8017
8018         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8019         iterate_over_symbols.
8020
8021 2012-03-14  Doug Evans  <dje@google.com>
8022
8023         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8024         DW_OP_GNU_parameter_ref.
8025
8026 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8027
8028         Fix double prompt of 'interpreter-exec mi'.
8029         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8030         (mi_interpreter_resume): use it.
8031         (mi_execute_command_input_handler): New function.
8032         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8033         mi_execute_command_input_handler.
8034
8035 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8036
8037         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8038         prototype.
8039         (darwin_debug_port_info): Make static.
8040         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8041         * machoread.c (_initialize_machoread): Add prototype.
8042         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8043         (i386_darwin_set_control, i386_darwin_get_control)
8044         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8045         i386_darwin_get_status, i386_darwin_get_control):
8046         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8047
8048 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8049
8050         * ax-gdb.c (gen_usual_unary): Remove special handling of
8051         enum and bool types.
8052
8053 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8054
8055         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8056
8057 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8058
8059         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8060
8061 2012-03-13  Chris January  <chris.january@allinea.com>
8062
8063         * aix-thread.c (fill_sprs): Store the floating point registers
8064         at the correct offsets into vals.
8065
8066 2012-03-13  Doug Evans  <dje@google.com>
8067
8068         * NEWS: Mention symbol-reloading has been deleted.
8069         * symfile.c (symbol_reloading): Delete.
8070         (show_symbol_reloading): Delete.
8071         (_initialize_symfile): Delete set/show symbol-reloading.
8072
8073         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8074         read_in_chain until we have successfully read it in.
8075         (load_full_comp_unit): Ditto.
8076         (read_signatured_type): Add comment.
8077
8078 2012-03-13  Chris January  <chris.january@allinea.com>
8079
8080         * stabsread.c (fix_common_block): Change type of valu argument
8081         to CORE_ADDR.
8082
8083 2012-03-13  Chris January  <chris.january@allinea.com>
8084
8085         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8086         instruction.
8087
8088 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8089
8090         * common/linux-procfs.c (linux_proc_get_int): New, from
8091         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8092         field.
8093         (linux_proc_get_tgid): Only call linux_proc_get_int.
8094         (linux_proc_get_tracerpid): New.
8095         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8096         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8097         linux_proc_pid_has_state.
8098         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8099         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8100         (linux_ptrace_attach_warnings): New.
8101         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8102         New declaration.
8103         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8104         (linux_nat_attach): New variables ex, buffer, message and message_s.
8105         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8106
8107 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8108
8109         * Makefile.in (linux-ptrace.o): New.
8110         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8111         from linux-nat.c.
8112         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8113         * common/linux-ptrace.c: New file.
8114         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8115         * config/arm/linux.mh: Likewise.
8116         * config/i386/linux.mh: Likewise.
8117         * config/i386/linux64.mh: Likewise.
8118         * config/ia64/linux.mh: Likewise.
8119         * config/m32r/linux.mh: Likewise.
8120         * config/m68k/linux.mh: Likewise.
8121         * config/mips/linux.mh: Likewise.
8122         * config/pa/linux.mh: Likewise.
8123         * config/powerpc/linux.mh: Likewise.
8124         * config/powerpc/ppc64-linux.mh: Likewise.
8125         * config/powerpc/spu-linux.mh: Likewise.
8126         * config/s390/s390.mh: Likewise.
8127         * config/sparc/linux.mh: Likewise.
8128         * config/sparc/linux64.mh: Likewise.
8129         * config/xtensa/linux.mh: Likewise.
8130         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8131         common/linux-procfs.c.
8132         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8133
8134 2012-03-13  Hui Zhu  <teawater@gmail.com>
8135             Pedro Alves  <palves@redhat.com>
8136
8137         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8138         CREATE_BREAKPOINT_FLAGS_INSERTED.
8139         (create_breakpoint_sal, create_breakpoints_sal)
8140         (base_breakpoint_create_breakpoints_sal)
8141         (tracepoint_create_breakpoints_sal)
8142         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8143         down.
8144         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8145         (ftrace_command, strace_command): Adjust.
8146         (create_tracepoint_from_upload): Pass
8147         CREATE_BREAKPOINT_FLAGS_INSERTED.
8148         * breakpoint.h (enum breakpoint_create_flags): New.
8149         (create_breakpoint): New flags parameter.
8150         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8151         * python/py-breakpoint.c (bppy_init): Adjust.
8152         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8153         * spu-tdep.c (spu_catch_start): Adjust.
8154
8155 2012-03-13  Pedro Alves  <palves@redhat.com>
8156             Hui Zhu  <teawater@gmail.com>
8157             Yao Qi  <yao@codesourcery.com>
8158
8159         * remote.c (struct remote_state): New field `starting_up'.
8160         (remote_start_remote): Set and clear it.
8161         (remote_can_download_tracepoint): If starting up, return false.
8162
8163 2012-03-13  Yao Qi  <yao@codesourcery.com>
8164
8165         * inferior.h (struct inferior): Remove fields any_syscall_count,
8166         syscalls_counts and total_syscalls_count.  Move them to new
8167         struct catch_syscall_inferior_data in breakpoint.c.
8168         * breakpoint.c: Call DEF_VEC_I(int).
8169         (struct catch_syscall_inferior_data): New.
8170         (get_catch_syscall_inferior_data): New.
8171         (catch_syscall_inferior_data_cleanup): New.
8172         (insert_catch_syscall): Update to access data in
8173         struct catch_syscall_inferior_data.
8174         (insert_catch_syscall): Likewise.
8175         (remove_catch_syscall): Likewise.
8176         (remove_catch_syscall): Likewise.
8177         (is_syscall_catchpoint_enabled): Likewise.
8178         (add_catch_command): Likewise.
8179         (_initialize_breakpoint): Register cleanup.
8180         * breakpoint.h: Removed DEF_VEC_I(int).
8181         * dwarf2loc.c: Call DEF_VEC_I(int).
8182         * mi/mi-main.c: Likewise.
8183
8184 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8185
8186         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8187
8188 2012-03-12  Chris January  <chris.january@allinea.com>
8189
8190         * aix-thread.c (_initialize_aix_thread): Add prototype.
8191         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8192         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8193
8194 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8195
8196         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8197         include of "amd64-nat.h".
8198
8199 2012-03-12  Tom Tromey  <tromey@redhat.com>
8200
8201         * buildsym.c (record_pending_block): Now static.
8202         * buildsym.h: (record_pending_block): Remove.
8203
8204 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8205
8206         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8207
8208 2012-03-09  Tom Tromey  <tromey@redhat.com>
8209
8210         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8211         producer_is_gxx_lt_4_6>: New fields.
8212         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8213
8214 2012-03-09  Tom Tromey  <tromey@redhat.com>
8215
8216         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8217
8218 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8219
8220         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8221         prototype.
8222
8223 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8224
8225         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8226
8227 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8228
8229         Fix -Wmissing-prototypes build.
8230         * arm-linux-nat.c (get_thread_id): Make it static.
8231         * xtensa-linux-nat.c (get_thread_id): Likewise.
8232
8233 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8234
8235         * server.c (process_point_options): If a conditional expression
8236         is found, only print a message if remote_debug is nonzero.
8237
8238 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8239
8240         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8241         of internal error for unknown/unsupported types.
8242
8243 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8244
8245         Fix CU relative vs. absolute DIE offsets.
8246         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8247         offset to offset_in_cu.
8248         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8249         TYPE_OFFSET.
8250         (dwarf2_fetch_die_location_block): Rename parameter offset to
8251         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8252
8253 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8254
8255         * libunwind-frame.c: Rename to ...
8256         * ia64-libunwind-tdep.c: ... here.
8257         * libunwind-frame.h: Rename to ...
8258         * ia64-libunwind-tdep.h: ... here.
8259         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8260         ia64-libunwind-tdep.h.
8261         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8262         * README (--with-libunwind): Rename to ...
8263         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8264         * config.in: Regenerate.
8265         * configure: Regenerate.
8266         * configure.ac: New option --with-libunwind-ia64, make the
8267         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8268         Remove AC_DEFINE for HAVE_LIBUNWIND.
8269         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8270         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8271         Rename libunwind-frame in the general comment.
8272         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8273         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8274         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8275         the general comment.
8276         * ia64-tdep.c: Rename libunwind-frame.h #include to
8277         ia64-libunwind-tdep.h.
8278         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8279         (ia64_libunwind_descr): Rename libunwind-frame to
8280         ia64-libunwind-tdep in these function comments.
8281         * ia64-tdep.h: Rename libunwind-frame.h #include to
8282         ia64-libunwind-tdep.h.
8283         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8284         ia64-libunwind-tdep in that data comment.
8285
8286 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8287
8288         * libunwind-frame.h (struct frame_unwind): New declaration.
8289
8290 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8291
8292         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8293         "set breakpoint condition-evaluation" command.
8294
8295 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8296
8297         * sparc-stub.c: Move to stubs/
8298         * sh-stub.c: Likewise.
8299         * m68k-stub.c: Likewise.
8300         * m32r-stub.c: Likewise.
8301         * i386-stub.c: Likewise.
8302
8303 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8304
8305         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8306         linux_get_siginfo_type.
8307
8308         * m68klinux-nat.c: Include "gdb_proc_service.h".
8309         (PTRACE_GET_THREAD_AREA): Define.
8310         (ps_get_thread_area): New function.
8311
8312 2012-03-08  Yao Qi  <yao@codesourcery.com>
8313
8314         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8315         `xsnprintf'.
8316         (remote_query_attached): Likewise.
8317         (remote_static_tracepoint_marker_at): Likewise.
8318         (remote_set_permissions): Likewise.
8319         (remote_detach_1, extended_remote_attach_1): Likewise.
8320         (send_g_packet, remote_vkill): Likewise.
8321         (extended_remote_disable_randomization): Likewise.
8322         (remote_add_target_side_condition): Likewise.
8323         (remote_insert_breakpoint): Likewise.
8324         (remote_remove_breakpoint): Likewise.
8325         (remote_insert_watchpoint): Likewise.
8326         (remote_remove_watchpoint): Likewise.
8327         (remote_insert_hw_breakpoint): Likewise.
8328         (remote_insert_hw_breakpoint): Likewise.
8329         (remote_remove_hw_breakpoint): Likewise.
8330         (remote_download_command_source): Likewise.
8331         (remote_download_tracepoint): Likewise.
8332         (remote_download_trace_state_variable): Likewise.
8333         (remote_disable_tracepoint): Likewise.
8334         (remote_trace_set_readonly_regions): Likewise.
8335         (remote_get_tracepoint_status): Likewise.
8336         (remote_trace_find): Likewise.
8337         (remote_get_trace_state_variable_value): Likewise.
8338         (remote_set_disconnected_tracing): Likewise.
8339         (remote_set_circular_trace_buffer): Likewise.
8340         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8341         (remote_use_agent): Likewise.
8342         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8343         Update callers.
8344
8345 2012-03-07  Pedro Alves  <palves@redhat.com>
8346
8347         * NEWS: Mention QProgramSignals.
8348         * inferior.h (update_signals_program_target): Declare.
8349         * infrun.c: (update_signals_program_target): New.
8350         (handle_command): Update the target of the new program signals
8351         array changes.
8352         * remote.c (PACKET_QProgramSignals): New enum.
8353         (last_program_signals_packet): New global.
8354         (remote_program_signals): New.
8355         (remote_start_remote): Update the target with the program signals
8356         list.
8357         (remote_protocol_features): Add entry for QPassSignals.
8358         (remote_open_1): Free anc clear last_program_signals_packet.
8359         (init_remote_ops): Install remote_program_signals.
8360         * target.c (update_current_target): Adjust.
8361         (target_program_signals): New.
8362         * target.h (struct target_ops) <to_program_signals>: New field.
8363         (target_program_signals): Declare.
8364
8365 2012-03-07  Pedro Alves  <palves@redhat.com>
8366
8367         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8368         extensions.
8369
8370 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8371
8372         * m68klinux-nat.c (getregs_supplies): Make static.
8373         (getfpregs_supplies): Likewise.
8374         (have_ptrace_getregs): Likewise.
8375
8376 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8377
8378         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8379         in call to get_die_type_at_offset.
8380
8381 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8382
8383         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8384         * mi/mi-cmd-disas.c: Ditto.
8385         * mi/mi-cmd-env.c: Ditto.
8386         * mi/mi-cmd-file.c: Ditto.
8387         * mi/mi-cmd-stack.c: Ditto.
8388         * mi/mi-cmd-target.c: Ditto.
8389         * mi/mi-cmd-var.c: Ditto.
8390         * mi/mi-cmds.c: Ditto.
8391         * mi/mi-cmds.h: Ditto.
8392         * mi/mi-console.c: Ditto.
8393         * mi/mi-getopt.c: Ditto.
8394         * mi/mi-getopt.h: Ditto.
8395         * mi/mi-interp.c: Ditto.
8396         * mi/mi-main.c: Ditto.
8397         * mi/mi-out.c: Ditto.
8398         * mi/mi-parse.c: Ditto.
8399         * mi/mi-parse.h: Ditto.
8400         * mi/mi-symbol-cmds.c: Ditto.
8401
8402         * mi/mi-getopt.h: Move mi_opt struct up.
8403         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8404         return.
8405         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8406
8407 2012-03-06  Tom Tromey  <tromey@redhat.com>
8408
8409         * proc-service.c (ps_pglobal_lookup): Set the current program
8410         space.
8411
8412 2012-03-06  Pedro Alves  <palves@redhat.com>
8413
8414         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8415
8416 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8417
8418         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8419
8420 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8421
8422         Code cleanup.
8423         * common/linux-osdata.c (linux_common_core_of_thread): New function
8424         comment.
8425         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8426         call by linux_common_core_of_thread.
8427         (linux_nat_core_of_thread_1): Remove.
8428         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8429         * linux-thread-db.c: Include linux-osdata.h.
8430         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8431         linux_common_core_of_thread.
8432
8433 2012-03-05  Tom Tromey  <tromey@redhat.com>
8434
8435         * value.c (value_primitive_field): Don't fetch contents for
8436         non-virtual bases.
8437
8438 2012-03-05  Tom Tromey  <tromey@redhat.com>
8439
8440         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8441
8442 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8443
8444         * s390-nat.c: Include "gregset.h".
8445
8446 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8447
8448         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8449         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8450         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8451         load also LIBUNWIND_SO_7.
8452
8453 2012-03-05  Pedro Alves  <palves@redhat.com>
8454
8455         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8456         is not NULL, and remove resulting dead code.
8457
8458 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8459
8460         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8461         prologue to sh_analyze_prologue.
8462         (sh_analyze_prologue): Make better use of such an upper limit, and
8463         generally be more cautious about accessing memory.
8464
8465 2012-03-05  Tom Tromey  <tromey@redhat.com>
8466
8467         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8468         _initialize_ia64_hpux_tdep.
8469
8470 2012-03-05  Pedro Alves  <palves@redhat.com>
8471
8472         PR gdb/13766
8473
8474         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8475         the register state is clear, supply explicit zero, instead of
8476         marking the register unavailable.
8477
8478 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8479
8480         * NEWS: Mention OpenVMS ia64 new target.
8481
8482 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8483
8484         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8485         (ia64_unw_accessors, ia64_unw_rse_accessors)
8486         (ia64_libunwind_descr): Declare.
8487         * ia64-vms-tdep.c: New file.
8488         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8489         (ia64_libunwind_descr): Make them public.
8490         * configure.tgt: Add ia64-*-*vms*.
8491         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8492         (ALLDEPFILES): Add ia64-vms-tdep.c
8493
8494 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8495
8496         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8497         * remote.c (PACKET_qXfer_uib): New enum value.
8498         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8499         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8500         (_initialize_remote): Call add_packet_config_cmd for
8501         xfer:uib packet.
8502
8503 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8504
8505         * osabi.c (gdb_osabi_names): Add OpenVMS.
8506         (generic_elf_osabi_sniffer): Likewise.
8507         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8508
8509 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8510
8511         Removed unused code.
8512         * libunwind-frame.c (libunwind_frame_unwind)
8513         (libunwind_frame_base_address): Remove.
8514         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8515
8516 2012-03-04  Yao Qi  <yao@codesourcery.com>
8517
8518         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8519         remove trailing new line.
8520         (agent_run_command, agent_run_command): Add _ markup.
8521         (agent_capability_check): Likewise.
8522
8523 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8524
8525         * breakpoint.c (set_condition_evaluation_mode): Set
8526         CONDITION_EVALUATION_MODE unconditionally.
8527
8528 2012-03-03  Yao Qi  <yao@codesourcery.com>
8529
8530         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8531         * common/agent.h: Update declaration.
8532         * inf-child.c (inf_child_use_agent): New.
8533         (inf_child_can_use_agent): New.
8534         (inf_child_target): Initialize fields `to_use_agent'
8535         and `to_can_use_agent'.
8536         * agent.c (agent_new_objfile): New.
8537         (_initialize_agent): Add agent_new_objfile to new_objfile
8538         observer.
8539
8540         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8541         New.
8542         (linux_target_install_ops): Initialize field
8543         `to_static_tracepoint_markers_by_strid'.
8544         * remote.c (free_current_marker): Move it to ...
8545         * tracepoint.c (free_current_marker): ... here.  New.
8546         (cleanup_target_stop): New.
8547         * tracepoint.h: Declare free_current_marker.
8548         * NEWS: Add one entry about `info static-tracepoint-marker'.
8549
8550 2012-03-03  Yao Qi  <yao@codesourcery.com>
8551
8552         * common/agent.c (agent_loaded_p): New.
8553         (agent_look_up_symbols): New global.
8554         * common/agent.h: Declare agent_loaded_p.
8555
8556 2012-03-03  Yao Qi  <yao@codesourcery.com>
8557
8558         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8559         (agent_capability_check, agent_capability_invalidate): New.
8560         (symbol_list): New array element.
8561         * common/agent.h (enum agent_capa): New.
8562         * target.c (target_pre_inferior): Call agent_capability_invalidate.
8563
8564 2012-03-03  Yao Qi  <yao@codesourcery.com>
8565
8566         * target.h (struct target_ops) <to_use_agent>: New field.
8567         (struct target_ops) <to_can_use_agent>: New field.
8568         (target_use_agent, target_can_use_agent): New macro.
8569         * target.c (update_current_target): Update.
8570         * remote.c: New enum `PACKET_QAgent'.
8571         (remote_protocol_features): Add a new element.
8572         (remote_use_agent, remote_can_use_agent): New.
8573         (init_remote_ops): Initialize field `can_use_agent' with
8574         remote_can_use_agent.  Intiailize field `use_agent' with
8575         remote_use_agent.
8576         * common/agent.c (use_agent): New global.
8577         * common/agent.h: Declare it.
8578         * tracepoint.c (info_static_tracepoint_markers_command): Add
8579         comment.
8580         * Makefile.in (SFILES): Add common/agent.c and agent.c.
8581         (COMMON_OBS): Add common/agent.o and agent.o
8582         (common-agent.o): New rule.
8583         * agent.c: New.
8584
8585 2012-03-03  Yao Qi  <yao@codesourcery.com>
8586
8587         * common/agent.c: New.
8588         * common/agent.h: New.
8589         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8590         AC_CHECK_HEADERS.
8591         * configure, configh.in: Regenerated.
8592
8593 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
8594
8595         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8596         unless it exists for this architecture.
8597
8598 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
8599
8600         * language.h (struct language_defn): New "method" la_read_var_value.
8601         * findvar.c: #include "language.h".
8602         (default_read_var_value): Renames read_var_value.  Rewrite
8603         function description.
8604         (read_var_value): New function.
8605         * value.h (default_read_var_value): Add prototype.
8606         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8607         New functions.
8608         (ada_language_defn): Add entry for la_read_var_value.
8609         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8610         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8611         language_defn structures to add entry for new la_read_var_value
8612         field.
8613
8614 2012-03-02  Tom Tromey  <tromey@redhat.com>
8615             Pedro Alves  <palves@redhat.com>
8616
8617         PR breakpoints/13776:
8618         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8619         breakpoints.
8620         (delete_longjmp_breakpoint_at_next_stop): New.
8621         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8622         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8623         before deleting the inferior.  Add comments.
8624         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8625         breakpoints immediately, but only on next stop.  Move that code
8626         next to where we mark other breakpoints for deletion.
8627
8628 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
8629
8630         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8631         marker.
8632         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8633         violation.
8634
8635 2012-03-02  Pedro Alves  <palves@redhat.com>
8636
8637         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8638
8639 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
8640
8641         Fix -Wmissing-prototypes build.
8642         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8643         * remote-sim.c (gdbsim_has_all_memory): Likewise.
8644         (gdbsim_has_memory): Likewise.
8645
8646 2012-03-02  Yao Qi  <yao@codesourcery.com>
8647
8648         Fix -Wmissing-prototypes build.
8649         * charset.c (phony_iconv_open): Make static.
8650         (phony_iconv_close, phony_iconv): Likewise.
8651         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8652         * i386-windows-nat.c (_initialize_i386_windows_nat): New
8653         prototype.
8654         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8655         * ser-mingw.c (create_select_thread): Make static.
8656         * windows-termcap.c (tgetent): New prototype.
8657         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8658
8659 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
8660
8661         Fix -Wmissing-prototypes build.
8662         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8663         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8664         (_initialize_loadable): New prototypes.
8665
8666 2012-03-02  Doug Evans  <dje@google.com>
8667
8668         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8669         abbrev table, read_comp_unit will do it.
8670
8671 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8672
8673         Fix -Wmissing-prototypes build.
8674         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8675         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8676         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8677         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8678         (_initialize_arm_symbian_tdep): New prototype.
8679         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8680         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8681         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8682         static.
8683         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8684         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8685         prototype.
8686         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8687         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8688         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8689         static.
8690         * moxie-tdep.c (moxie_process_record): Likewise.
8691         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8692         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8693         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8694         (_initialize_rl78_tdep): New prototype.
8695         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8696         (_initialize_rx_tdep): New prototype.
8697         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8698         (_initialize_darwin_solib): New prototype.
8699         * solib-spu.c: Include solib-spu.h.
8700         (_initialize_spu_solib): New prototype.
8701         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8702         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8703         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8704         (tic6x_software_single_step): Make it static.
8705         (_initialize_tic6x_tdep): New prototype.
8706
8707 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8708
8709         Fix -Wmissing-prototypes build.
8710         * cris-tdep.c (cris_can_use_hardware_watchpoint)
8711         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8712
8713 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8714
8715         Fix -Wmissing-prototypes build.
8716         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8717         (frv_have_stopped_data_address): Remove.
8718
8719 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8720
8721         Fix -Wmissing-prototypes build.
8722         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8723         * sh-tdep.c: Include sh64-tdep.h.
8724         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8725         * sh64-tdep.c: Include sh64-tdep.h.
8726         * sh64-tdep.h: New file.
8727
8728 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
8729
8730         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8731
8732 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
8733
8734         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8735         sp_regnum once the gdbarch_init_osabi hook has been called.
8736
8737 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
8738
8739         * mips-tdep.c (mips32_bc1_pc): New function.
8740         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8741         BPOSGE32 and BPOSGE64 instructions.
8742         (deal_with_atomic_sequence): Likewise.
8743         (mips32_instruction_has_delay_slot): Likewise.
8744
8745 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
8746             Chris Dearman  <chris@mips.com>
8747             Maciej W. Rozycki  <macro@codesourcery.com>
8748             Joseph Myers  <joseph@codesourcery.com>
8749
8750         * features/mips-dsp.xml: New file.
8751         * features/mips64-dsp.xml: New file.
8752         * features/mips-dsp-linux.xml: New file.
8753         * features/mips64-dsp-linux.xml: New file.
8754         * features/Makefile (WHICH): Add mips-dsp-linux and
8755         mips64-dsp-linux.
8756         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8757         * features/mips-dsp-linux.c: New file.
8758         * features/mips64-dsp-linux.c: New file.
8759         * regformats/mips-dsp-linux.dat: New file.
8760         * regformats/mips64-dsp-linux.dat: New file.
8761         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8762         registers.
8763         (mips64_linux_register_addr): Likewise.
8764         (mips64_linux_regsets_fetch_registers): Likewise.
8765         (mips64_linux_regsets_store_registers): Likewise.
8766         (mips64_linux_fetch_registers): Update call to
8767         mips64_linux_regsets_fetch_registers.
8768         (mips64_linux_store_registers): Update call to
8769         mips64_linux_regsets_store_registers.
8770         (mips_linux_read_description): Probe for DSP registers.
8771         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8772         and initialize_tdesc_mips64_dsp_linux.
8773         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8774         Remove padding of no longer used embedded register slots.
8775         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8776         (MIPS_RESTART_REGNUM): Redefine enum value.
8777         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8778         strings.
8779         (mips_tx39_reg_names): Likewise.
8780         (mips_linux_reg_names): New array of register names for Linux
8781         targets.
8782         (mips_register_name): Check for a null pointer in
8783         mips_processor_reg_names and return an empty string.
8784         (mips_register_type): Exclude embedded registers for the IRIX
8785         and Linux ABIs.
8786         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
8787         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
8788         DSP registers.
8789         (mips_stab_reg_to_regnum): Handle DSP accumulators.
8790         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8791         (mips_gdbarch_init): Likewise.  Initialize internal register
8792         indices for the Linux ABI.  Use dynamic numbers to refer to
8793         registers, as applicable, while parsing the target description.
8794         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8795
8796 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8797
8798         * frame.h (read_frame_register_unsigned): Fix typo in function
8799         description.
8800
8801 2012-03-01  Pedro Alves  <palves@redhat.com>
8802
8803         * jit-reader.in [!__cplusplus]
8804         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8805
8806 2012-03-01  Pedro Alves  <palves@redhat.com>
8807
8808         * configure.ac (build_warnings): Add -Wmissing-prototypes.
8809         * configure: Regenerate.
8810
8811 2012-03-01  Pedro Alves  <palves@redhat.com>
8812
8813         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8814         * breakpoint.c (create_exception_master_breakpoint, trace_command)
8815         (ftrace_command, strace_command): Make static.
8816         * d-lang.c (_initialize_d_language): Declare.
8817         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8818         * dwarf2loc.c (_initialize_dwarf2loc):
8819         * dwarf2read.c (process_psymtab_comp_unit): Make static.
8820         * exec.c (exec_get_section_table): Make static.
8821         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8822         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8823         * inferior.c (remove_inferior_command, add_inferior_command)
8824         (clone_inferior_command): Make static.
8825         * linux-nat.c (linux_nat_thread_address_space)
8826         (linux_nat_core_of_thread): Make static.
8827         * linux-tdep.c (_initialize_linux_tdep): Declare.
8828         * objc-lang.c (_initialize_objc_lang): Declare.
8829         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8830         Make static.
8831         (_initialize_opencl_language): Declare.
8832         * record.c (_initialize_record): Declare.
8833         * remote.c (demand_private_info, remote_get_tib_address)
8834         (remote_supports_cond_tracepoints)
8835         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8836         Make static.
8837         * skip.c (_initialize_step_skip): Declare.
8838         * symtab.c (skip_prologue_using_lineinfo): Make static.
8839         * tracepoint.c (delete_trace_state_variable)
8840         (trace_variable_command, delete_trace_variable_command)
8841         (get_uploaded_tsv, find_matching_tracepoint_location)
8842         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8843         Make static.
8844         * value.c (pack_unsigned_long): Make static.
8845         * varobj.c (varobj_ensure_python_env): Make static.
8846         * windows-tdep.c (_initialize_windows_tdep): Declare.
8847         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8848
8849 2012-03-01  Pedro Alves  <palves@redhat.com>
8850
8851         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
8852         gdbarch parameter.
8853         (linux_init_abi): Install it as has_shared_address_space gdbarch
8854         callback.
8855
8856 2012-03-01  Pedro Alves  <palves@redhat.com>
8857
8858         * observer.c (observer_test_first_notification_function)
8859         (observer_test_second_notification_function)
8860         (observer_test_third_notification_function): Add declarations.
8861
8862 2012-03-01  Pedro Alves  <palves@redhat.com>
8863
8864         * common/signals.c (default_target_signal_to_host)
8865         (default_target_signal_from_host): Move ...
8866         * arch-utils.c: ... here.
8867         * arch-utils.h (default_target_signal_to_host)
8868         (default_target_signal_from_host): Declare.
8869
8870         * common/signals.c (target_signal_from_command): Move ...
8871         * infrun.c: ... here.
8872         * inferior.h (target_signal_from_command): Declare.
8873         * target.h (target_signal_from_command)
8874         (default_target_signal_from_host, default_target_signal_to_host):
8875         Delete declarations.
8876
8877         * common/signals.c (_initialize_signals): Delete.
8878
8879 2012-03-01  Pedro Alves  <palves@redhat.com>
8880
8881         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8882         both __cplusplus and !__cplusplus.
8883
8884 2012-03-01  Pedro Alves  <palves@redhat.com>
8885
8886         * psymtab.c (find_and_open_source): Delete declaration.
8887         * source.c (find_and_open_source): Move comment ...
8888         * source.h (find_and_open_source): ... to this new declaration.
8889
8890 2012-03-01  Pedro Alves  <palves@redhat.com>
8891
8892         * inline-frame.c: Include inline-frame.h.
8893
8894 2012-03-01  Pedro Alves  <palves@redhat.com>
8895
8896         * tui/tui-data.c (set_gen_win_origin): Delete.
8897         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8898         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8899
8900 2012-03-01  Pedro Alves  <palves@redhat.com>
8901
8902         * remote.c (encode_actions): Delete declaration.
8903         * tracepoint.c (encode_actions): Make extern.
8904         * tracepoint.h (encode_actions): Declare.
8905
8906 2012-03-01  Pedro Alves  <palves@redhat.com>
8907
8908         * python/py-breakpoint.c: Include python.h.
8909         * python/py-continueevent.c (create_continue_event_object): Make
8910         static.
8911         * python/py-lazy-string.c (stpy_get_type): Make static.
8912         * python/py-newobjfileevent.c (create_new_objfile_event_object):
8913         Make static.
8914         * python/py-utils.c (unicode_to_target_python_string): Make
8915         static.
8916         * python/py-value.c: Include python.h.
8917
8918 2012-03-01  Pedro Alves  <palves@redhat.com>
8919
8920         * inferior.c (delete_threads_of_inferior): Delete.
8921
8922 2012-03-01  Pedro Alves  <palves@redhat.com>
8923
8924         Import fallback definitions from glibc.
8925
8926         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8927         ps_prochandle): Forward declare.
8928         (ps_err_e): Use glibc's comments.
8929         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8930         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8931         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8932         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8933         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8934         (struct ps_prochandle): Adjust comment.
8935
8936 2012-03-01  Pedro Alves  <palves@redhat.com>
8937
8938         * ada-lang.c (ada_modulus_from_name): Delete.
8939         * ada-lex.l (lexer_init): Make static.
8940
8941 2012-03-01  Pedro Alves  <palves@redhat.com>
8942
8943         PR gdb/13767
8944
8945         * frame.c (read_frame_register_unsigned): New.
8946         * frame.h (read_frame_register_unsigned): Declare.
8947         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8948         Handle it.
8949         (print_i387_control_word): New parameter `control_p'.  Handle it.
8950         (i387_print_float_info): Handle unavailable float registers.
8951
8952 2012-03-01  Keith Seitz  <keiths@redhat.com>
8953
8954         * linespec.c (decode_line_2): Sort the list of methods
8955         alphabetically before presenting the user with a selection
8956         menu.
8957
8958 2012-03-01  Doug Evans  <dje@google.com>
8959
8960         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8961         has_namespace_info.
8962         (dwarf2_read_abbrevs): Remove corresponding initialization.
8963
8964 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
8965
8966         * NEWS: Mention new python command class gdb.COMMAND_USER.
8967         * cli/cli-cmds.c (show_user): Print error when used on a python
8968         command.
8969         (init_cli_cmds): Update documentation strings for "show user" and
8970         "set/show max-user-call-depth" to clarify that it does not apply to
8971         python commands.
8972         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8973         error check.
8974         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8975         gdb python api.
8976         * top.c (execute_command): Only execute a user-defined command as a
8977         legacy macro if c->user_commands is set.
8978
8979 2012-03-01  Tom Tromey  <tromey@redhat.com>
8980
8981         * valprint.h (struct generic_val_print_decorations): New.
8982         (generic_val_print): Declare.
8983         * valprint.c (generic_val_print): New function.
8984         * p-valprint.c (p_decorations): New global.
8985         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8986         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8987         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8988         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8989         * m2-valprint.c (m2_decorations): New global.
8990         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8991         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8992         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8993         TYPE_CODE_ERROR>: Call generic_val_print.
8994         * f-valprint.c (f_decorations): New global.
8995         (f_val_print): Use print_function_pointer_address.
8996         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8997         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8998         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8999         generic_val_print.
9000         * c-valprint.c (c_decorations): New global.
9001         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9002         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9003         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9004         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9005         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9006         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9007         case.
9008
9009 2012-03-01  Tom Tromey  <tromey@redhat.com>
9010
9011         * valprint.c (val_print): Update.
9012         * p-valprint (pascal_val_print): Return void.
9013         * p-lang.h (pascal_val_print): Return void.
9014         * m2-valprint.c (m2_val_print): Return void.
9015         * m2-lang.h (m2_val_print): Return void.
9016         * language.h (struct language_defn) <la_val_print>: Return void.
9017         * language.c (unk_lang_val_print): Return void.
9018         * jv-valprint.c (java_val_print): Return void.
9019         * jv-lang.h (java_val_print): Return void.
9020         * f-valprint.c (f_val_print): Return void.
9021         * f-lang.h (f_val_print): Return void.
9022         * d-valprint.c (d_val_print): Return void.
9023         (dynamic_array_type): Update.
9024         * d-lang.h (d_val_print): Return void.
9025         * c-valprint.c (c_val_print): Return void.
9026         * c-lang.h (c_val_print): Return void.
9027         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9028         void.
9029         * ada-lang.h (ada_val_print): Return void.
9030
9031 2012-03-01  Tom Tromey  <tromey@redhat.com>
9032
9033         * value.h (val_print): Return void.
9034         * valprint.c (val_print): Return void.
9035
9036 2012-03-01  Tom Tromey  <tromey@redhat.com>
9037
9038         * value.h (common_val_print): Return void.
9039         * valprint.c (common_val_print): Return void.
9040
9041 2012-03-01  Tom Tromey  <tromey@redhat.com>
9042
9043         * value.h (value_print): Return void.
9044         * valprint.c (value_print): Return void.
9045         * p-valprint.c (pascal_value_print): Return void.
9046         * p-lang.h (pascal_value_print): Return void.
9047         * language.h (struct language_defn) <la_value_print>: Return
9048         void.
9049         * language.c (unk_lang_value_print): Return void.
9050         * jv-valprint.c (java_value_print): Return void.
9051         * jv-lang.h (java_value_print): Return void.
9052         * f-valprint.c (c_value_print): Don't declare.
9053         Include c-lang.h.
9054         * c-valprint.c (c_value_print): Return void.
9055         * c-lang.h (c_value_print): Return void.
9056         * ada-valprint.c (ada_value_print): Return void.
9057         * ada-lang.h (ada_value_print): Return void.
9058
9059 2012-03-01  Tom Tromey  <tromey@redhat.com>
9060
9061         * value.c (value_primitive_field): Handle virtual base classes.
9062
9063 2012-03-01  Tom Tromey  <tromey@redhat.com>
9064
9065         * gdbtypes.h (struct vbase): Remove.
9066
9067 2012-03-01  Tom Tromey  <tromey@redhat.com>
9068
9069         * c-valprint.c (print_function_pointer_address): Move...
9070         * valprint.c: ... here.  Make non-static.
9071         * m2-valprint.c (print_function_pointer_address): Remove.
9072         * valprint.h (print_function_pointer_address): Declare.
9073
9074 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9075
9076         * NEWS: Document the fact that one can provide a condition when
9077         creating an Ada exception catchpoint.
9078
9079 2012-03-01  Tom Tromey  <tromey@redhat.com>
9080
9081         * valprint.c (val_print_type_code_flags): Fix placement of
9082         trailing brace.
9083
9084 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9085
9086         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9087         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9088         environment variable before calling update-copyright.
9089
9090 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9091
9092         * gnulib/extra/update-copyright: Update to the latest from
9093         gnulib's git repository.
9094         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9095         variable to 2 instead of 1.
9096
9097 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9098
9099         * varobj.c (c_value_of_variable): Remove dead code.
9100
9101 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9102
9103         * ada-lex.p (processId): Do not modify already encoded IDs.
9104         Update function documentation.
9105
9106 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9107
9108         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9109         "name" with "struct symbol *name_sym".
9110         * ada-exp.y (write_var_or_type): Update call to
9111         ada_find_renaming_symbol.
9112         "name" with "struct symbol *name_sym". Adjust Implementation
9113         accordingly.  Adjust the function documentation.
9114
9115 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9116
9117         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9118         * ada-lang.c (ada_find_any_type): Add advance declaration.
9119         Make static.  Replace ada_find_any_symbol by
9120         ada_find_any_type_symbol.
9121         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9122         Improve function description.  Make static.
9123         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9124         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9125
9126 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9127
9128         * ada-lang.c (struct tag_args): Delete.
9129         (ada_get_tsd_type): Function body moved up in source file.
9130         (ada_tag_name_1, ada_tag_name_2): Delete.
9131         (ada_get_tsd_from_tag): New function.
9132         (ada_tag_name_from_tsd): New function.
9133         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9134         to determine the tag name.
9135
9136 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9137
9138         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9139         declaration.
9140         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9141         function.
9142
9143 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9144
9145         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9146
9147 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9148
9149         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9150         full searches.
9151
9152 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9153
9154         * ada-lang.c (constrained_packed_array_type): If there is a
9155         parallel XA type, use it to determine the array index type.
9156
9157 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9158
9159         * ada-valprint.c (ada_val_print_1): If our value is a reference
9160         to an array descriptor, dereference it before converting it
9161         to a simple array.
9162
9163 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9164
9165         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9166         creating fixed value.
9167         (ada_value_ind, ada_coerce_ref, assign_component)
9168         (ada_evaluate_subexp): Remove call to unwrap_value before
9169         call to ada_to_fixed_value.
9170
9171 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9172
9173         * ada-lang.c (to_fixed_array_type): Set result's type name.
9174
9175 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9176
9177         * ada-lang.c (catch_ada_exception_command_split): Add new
9178         argument cond_string.  Add support for condition at end of
9179         "catch exception" commands.
9180         (ada_decode_exception_location): Add new argument cond_string.
9181         Update call to catch_ada_exception_command_split.
9182         (create_ada_exception_catchpoint): Add new argument cond_string.
9183         Set the breakpoint condition if needed.
9184         (catch_ada_exception_command): Update call to
9185         ada_decode_exception_location.
9186         (ada_decode_assert_location): Add function documentation.
9187         Add support for condition at end of "catch assert" command.
9188         (catch_assert_command): Update calls to ada_decode_assert_location
9189         and create_ada_exception_catchpoint.
9190
9191 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9192
9193         Fix disp-step-syscall.exp: fork: single step over fork.
9194         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9195         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9196         comment, change parameters gdbarch and ptid to regcache.  Remove
9197         parameter regcache, initialize gdbarch from regcache here.
9198         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9199         New functions.
9200         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9201         instead.
9202         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9203         'syscall'.  Make the 'int' check more strict.
9204
9205 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9206
9207         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9208         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9209         (i386_linux_intx80_sysenter_syscall_record): ... here.
9210         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9211         Use the renamed function name.
9212
9213 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9214
9215         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9216         * breakpoint.c (until_break_command): Likewise.
9217         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9218         * infcall.c (call_function_by_hand): Likewise.
9219         * infcmd.c (finish_forward): Likewise.
9220         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9221
9222 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9223
9224         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9225         avoid variable assignments inside condition.
9226
9227 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9228
9229         Fix static analysis issue found by cppcheck.
9230         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9231         uninitialized BUF for size 2.
9232
9233 2012-02-27  Chris Dearman  <chris@mips.com>
9234             Nathan Froyd  <froydnj@codesourcery.com>
9235             Maciej W. Rozycki  <macro@codesourcery.com>
9236
9237         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9238         (mips16_instruction_has_delay_slot): Likewise.
9239         (mips_segment_boundary): Likewise.
9240         (mips_adjust_breakpoint_address): Likewise.
9241         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9242
9243 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9244             Maciej W. Rozycki  <macro@codesourcery.com>
9245
9246         * infrun.c (handle_inferior_event): Don't proceed through
9247         shared library trampolines if stepping at the machine
9248         instruction level.
9249
9250 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9251
9252         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9253         too.
9254
9255 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9256
9257         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9258         (sh_stub_unwind_sniffer): New functions.
9259         (sh_stub_unwind): New variable.
9260         (sh_gdbarch_init): Wire everything.
9261
9262 2012-02-27  Pedro Alves  <palves@redhat.com>
9263
9264         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9265         (linux_nat_post_attach_wait): Adjust to use
9266         linux_proc_pid_is_stopped.
9267         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9268         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9269         based on pid_is_stopped from both linux-nat.c and
9270         gdbserver/linux-low.c, and renamed.
9271
9272 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9273
9274         * remote.c (remote_watchpoint_addr_within_range): New function.
9275         (init_remote_ops): Use it.
9276
9277 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9278
9279         * target.h (target_watchpoint_addr_within_range): Document macro.
9280
9281 2012-02-24  Pedro Alves  <palves@redhat.com>
9282
9283         * stack.c (set_last_displayed_sal): Issue internal_error instead
9284         of warning, and issue it after clearing the last displayed sal.
9285
9286 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9287             Pedro Alves  <palves@redhat.com>
9288
9289         * breakpoint.c (until_break_command): Install breakpoints after
9290         all frame manipulations.
9291
9292 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9293
9294         * remote.c (remote_supports_cond_breakpoints): New forward
9295         declaration.
9296         (remote_add_target_side_condition): New function.
9297         (remote_insert_breakpoint): Add target-side breakpoint
9298         conditional if supported.
9299         (remote_insert_hw_breakpoint): Likewise.
9300         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9301         hook.
9302
9303         * target.c (update_current_target): Inherit
9304         to_supports_evaluation_of_breakpoint_conditions.
9305         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9306
9307         * target.h (struct target_ops)
9308         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9309         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9310
9311         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9312         (condition_evaluation_both, condition_evaluation_auto,
9313         condition_evaluation_host, condition_evaluation_target,
9314         condition_evaluation_enums, condition_evaluation_mode_1,
9315         condition_evaluation_mode): New static globals.
9316         (translate_condition_evaluation_mode): New function.
9317         (breakpoint_condition_evaluation_mode): New function.
9318         (gdb_evaluates_breakpoint_condition_p): New function.
9319         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9320         (mark_breakpoint_modified): New function.
9321         (mark_breakpoint_location_modified): New function.
9322         (set_condition_evaluation_mode): New function.
9323         (show_condition_evaluation_mode): New function.
9324         (bp_location_compare_addrs): New function.
9325         (get_first_location_gte_addr): New helper function.
9326         (set_breakpoint_condition): Free condition bytecode if locations
9327         has become unconditional.  Call mark_breakpoint_modified (...).
9328         (condition_command): Call update_global_location_list (1) for
9329         breakpoints.
9330         (breakpoint_xfer_memory): Use is_breakpoint (...).
9331         (is_breakpoint): New function.
9332         (parse_cond_to_aexpr): New function.
9333         (build_target_condition_list): New function.
9334         (insert_bp_location): Handle target-side conditional
9335         breakpoints and call build_target_condition_list (...).
9336         (update_inserted_breakpoint_locations): New function.
9337         (insert_breakpoint_locations): Handle target-side conditional
9338         breakpoints.
9339         (bpstat_check_breakpoint_conditions): Add comment.
9340         (bp_condition_evaluator): New function.
9341         (bp_location_condition_evaluator): New function.
9342         (print_breakpoint_location): Print information on where the condition
9343         will be evaluated.
9344         (print_one_breakpoint_location): Likewise.
9345         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9346         breakpoint location.
9347         (force_breakpoint_reinsertion): New functions.
9348         (update_global_location_list): Handle target-side breakpoint
9349         conditions.
9350         Reinsert locations that are already inserted if conditions have
9351         changed.
9352         (bp_location_dtor): Free agent expression bytecode.
9353         (disable_breakpoint): Call mark_breakpoint_modified (...).
9354         Call update_global_location_list (...) with parameter 1 for breakpoints.
9355         (disable_command): Call mark_breakpoint_location_modified (...).
9356         Call update_global_location_list (...) with parameter 1 for breakpoints.
9357         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9358         (enable_command): mark_breakpoint_location_modified (...).
9359         (_initialize_breakpoint): Update documentation and add
9360         condition-evaluation breakpoint subcommand.
9361
9362         * breakpoint.h: Include ax.h.
9363         (condition_list): New data structure.
9364         (condition_status): New enum.
9365         (bp_target_info) <cond_list>: New field.
9366         (bp_location) <condition_changed, cond_bytecode>: New fields.
9367         (is_breakpoint): New prototype.
9368
9369 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9370
9371         * remote.c (remote_state) <cond_breakpoints>: New field.
9372         (PACKET_ConditionalBreakpoints): New enum.
9373         (remote_cond_breakpoint_feature): New function.
9374         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9375         (remote_supports_cond_breakpoints): New function.
9376         (_initialize_remote): Add new packet configuration for
9377         target-side conditional breakpoints.
9378
9379 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9380
9381         * NEWS: Mention target-side conditional breakpoint support,
9382         new condition-evaluation breakpoint subcommand and remote
9383         packet extensions.
9384
9385 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9386
9387         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9388         number.
9389
9390 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9391
9392         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9393         (after_prologue): Remove.
9394
9395 2012-02-23  Tom Tromey  <tromey@redhat.com>
9396
9397         * jv-valprint.c (java_val_print): Remove dead code.
9398
9399 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9400
9401         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9402         known_tasks_element and known_tasks_length fields.
9403         (read_known_tasks_array): Change argument type.  Use pointer type
9404         and number of elements from DATA.  Adjust.
9405         (read_known_tasks_list): Likewise.
9406         (get_known_tasks_addr): Remove.
9407         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9408         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9409         type and array length.  Merge former get_known_tasks_addr code.
9410
9411 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9412
9413         PR backtrace/13716
9414         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9415         it after set_momentary_breakpoint.
9416
9417 2012-02-22  Sterling Augustine  <saugustine@google.com>
9418
9419         PR 13689:
9420         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9421
9422 2012-02-22  Gary Benson  <gbenson@redhat.com>
9423
9424         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9425         (find_slot_in_mapped_hash): Likewise.
9426
9427 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9428
9429         PR build/13638
9430         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9431         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9432         * configure: Regenerate.
9433
9434 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9435             Pedro Alves  <palves@redhat.com>
9436
9437         * ia64-tdep.c: Do not include libunwind-ia64.h.
9438         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9439         Include libunwind-ia64.h instead of libunwind.h.
9440         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9441         for libunwind.h existence.
9442         * configure, config.in: Regenerate.
9443
9444 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9445
9446         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9447         instead of value_rtti_target_type.
9448         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9449         instead of value_rtti_target_type.
9450         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9451         value_rtti_target_type.
9452         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9453         (value_rtti_target_type): Rename to ...
9454         (value_rtti_indirect_type): ... here and make it indirect.  Update
9455         function comment.
9456         * value.c (readjust_indirect_value_type): New function.
9457         (coerce_ref): Support for enclosing type setting for references
9458         with readjust_indirect_value_type.
9459         * value.h (readjust_value_type): New declaration.
9460         (value_rtti_target_type): Rename to ...
9461         (value_rtti_indirect_type): ... here.
9462
9463 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9464
9465         * MAINTAINERS (Write After Approval): Add myself to the list.
9466
9467 2012-02-20  Doug Evans  <dje@google.com>
9468
9469         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9470         Rename objfile_p_char parameter to objfilep.
9471         (build_objfile_section_table): Result is now void.  All callers
9472         updated.
9473         * objfiles.h (struct objfile): Tweak comments, whitespace.
9474         (build_objfile_section_table): Update.
9475
9476         * elfread.c (elf_symfile_segments): Fix warning text.
9477
9478 2012-02-20  Tom Tromey  <tromey@redhat.com>
9479
9480         PR gdb/13498:
9481         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9482         particular set of file names once.
9483         (dw2_map_symbol_filenames): Likewise.
9484
9485 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9486
9487         Code cleanup.
9488         * main.c (write_files): Remove the declaration.
9489         (external_editor_command): Move the declaration ...
9490         [GDBTK] (external_editor_command): ... here.  Fix the comment.
9491
9492 2012-02-20  Tom Tromey  <tromey@redhat.com>
9493
9494         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9495         extraneous block.
9496
9497 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9498
9499         * darwin-nat.h (enum darwin_msg_state): Add comments.
9500
9501 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9502
9503         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9504         value.
9505
9506 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
9507
9508         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9509         between function description and implementation.
9510
9511 2012-02-17  Tom Tromey  <tromey@redhat.com>
9512
9513         PR python/12070:
9514         * python/py-event.c (event_object_getset): New global.
9515         (event_object_type): Reference it.
9516         * python/py-type.c (field_object_getset): New global.
9517         (field_object_type): Reference it.
9518         * python/python-internal.h (gdb_py_generic_dict): Declare.
9519         * python/py-utils.c (gdb_py_generic_dict): New function.
9520
9521 2012-02-17  Tristan Gingold  <gingold@adacore.com>
9522
9523         * solib-darwin.c (darwin_current_sos): Check magic and filetype
9524
9525 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
9526
9527         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9528         TYPE_CALLING_CONVENTION annotation.
9529
9530 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
9531
9532         * MAINTAINERS: Add rx to target ISA section.
9533         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9534         (ALLDEPFILES): Add rx-tdep.c.
9535
9536 2012-02-16  Tom Tromey  <tromey@redhat.com>
9537
9538         * symfile.c (symbol_file_add_main_1): Use inferior's
9539         symfile_flags.
9540         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9541         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9542         inferior.
9543         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9544         inferior.
9545         (follow_exec): Use inferior's symfile_flags.
9546         * inferior.h (struct inferior) <symfile_flags>: New field.
9547
9548 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
9549
9550         PR gdb/9734:
9551         * remote-sim.c (gdbsim_create_inferior): Call error() when
9552         sim_create_inferior() fails.
9553
9554 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
9555
9556         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9557
9558 2012-02-16  Tom Tromey  <tromey@redhat.com>
9559
9560         PR c++/13653:
9561         * thread.c (struct current_thread_cleanup) <was_removable>: New
9562         field.
9563         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9564         (make_cleanup_restore_current_thread): Initialize new field.
9565
9566 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
9567
9568         * MAINTAINERS: Add rl78 to target ISA section.
9569         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9570         (ALLDEPFILES): Add rl78-tdep.c.
9571         * NEWS: Mention rl78 as a new target.
9572
9573 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
9574
9575         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9576         data.
9577         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9578
9579 2012-02-15  Tom Tromey  <tromey@redhat.com>
9580
9581         PR gdb/12659:
9582         * infcmd.c (registers_info): Print just the current register's
9583         name.
9584
9585 2012-02-15  Tom Tromey  <tromey@redhat.com>
9586
9587         * python/py-symbol.c (sympy_value): Use _().
9588
9589 2012-02-15  Pedro Alves  <palves@redhat.com>
9590
9591         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9592         output to be like native targets'.
9593         (remote_pid_to_str): Special case the null ptid.
9594
9595 2012-02-14  Stan Shebs  <stan@codesourcery.com>
9596
9597         * NEWS: Mention enable count command.
9598         * breakpoint.h (struct breakpoint): New field enable_count.
9599         * breakpoint.c (enable_breakpoint_disp): Add count argument.
9600         (enable_breakpoint): Add arg to call.
9601         (struct disp_data): New struct.
9602         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9603         (do_map_enable_once_breakpoint): Create a struct and pass it.
9604         (do_map_enable_delete_breakpoint): Ditto.
9605         (do_map_enable_count_breakpoint): New function.
9606         (enable_count_command): New function.
9607         (bpstat_stop_status): Decrement enable_count.
9608         (print_one_breakpoint_location): Report enable count.
9609         (_initialize_breakpoint): Add enable count command.
9610
9611 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
9612
9613         * rl78-tdep.c (reggroups.h): Include.
9614         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9615         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9616         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9617         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9618         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9619         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9620         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9621         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9622         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9623         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9624         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9625         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9626         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9627         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9628         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9629         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9630         beginning of register list.
9631         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9632         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9633         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9634         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9635         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9636         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9637         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9638         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9639         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9640         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9641         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9642         the pseudo registers.  Rearrange other pseudo registers too so
9643         that the bank registers appear at the end.
9644         (rl78_register_type): Account for the fact that the byte sized
9645         bank registers are now pseudo-registers.
9646         (rl78_register_name): Rearrange the register name array.  Make
9647         initial set of raw banked registers inaccessible.
9648         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9649         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9650         case for copying bytes back and forth between raw and pseudo
9651         versions of the banked registers.  Update other cases to reflect
9652         the changed names.
9653         (rl78_return_value): Update to account for changed names of
9654         raw registers.
9655         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9656         rl78_register_sim_regno().
9657
9658 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
9659
9660         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9661         the name parameter being passed to find_pc_partial_function().
9662
9663 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9664
9665         * MAINTAINERS: Step down from being ia64 target maintainer.
9666
9667 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9668
9669         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9670         compilation warning.
9671
9672 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9673
9674         Fix crash on loaded shlibs without loaded exec_bfd.
9675         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9676         (set_section_command): Replace exec_bfd by p->bfd.
9677
9678 2012-02-10  Tom Tromey  <tromey@redhat.com>
9679
9680         * linespec.c (decode_line_internal): Skip symtabs_from_filename
9681         when we have a C++ qualified name.
9682
9683 2012-02-10  Pedro Alves  <palves@redhat.com>
9684
9685         * inferior.c (inferior_pid_to_str): New.
9686         (print_inferior, inferior_command): Use it.
9687
9688 2012-02-10  Pedro Alves  <palves@redhat.com>
9689
9690         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9691         the test CFLAGS.
9692         * configure: Regenerate.
9693
9694 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9695
9696         * linespec.c (decode_line_internal): Fix comment correctness.
9697
9698 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
9699
9700         PR gdb/12953
9701         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9702         * amd64bsd-nat.c: Add support for debug registers (adapted from
9703         i386bsd-nat.c).
9704         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9705         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9706         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9707         (amd64bsd_dr_get_control): New functions.
9708         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9709         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9710         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9711         watchpoints initialization.
9712         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9713
9714 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9715
9716         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9717         flds_bnds.fields.
9718         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9719
9720 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9721
9722         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
9723
9724 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
9725
9726         * language.h (symbol_name_cmp_ftype): Renames
9727         symbol_name_match_p_ftype.
9728         (struct language_defn)[la_get_symbol_name_cmp]: Renames
9729         la_get_symbol_name_match_p.
9730         * ada-lang.c (ada_get_symbol_name_cmp): Renames
9731         ada_get_symbol_name_match_p.  Update comment.
9732         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9733         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9734         Renames symbol_name_match_p.  Update field type.
9735         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9736         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9737         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9738         "la_get_symbol_name_cmp" in comments.
9739         * language.c: Likewise.
9740
9741 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9742
9743         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9744         %eflags offset.
9745         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9746         (amd64_sol2_gregset32_reg_offs): Likewise.
9747
9748 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
9749
9750         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9751         of the returned BFD is allocated by GDB.
9752
9753 2012-02-07  Tom Tromey  <tromey@redhat.com>
9754
9755         PR python/12027:
9756         * python/python-internal.h (frame_object_type): Declare.
9757         * python/py-symbol.c (sympy_needs_frame): New function.
9758         (sympy_value): New function.
9759         (symbol_object_getset): Add "needs_frame".
9760         (symbol_object_methods): Add "value".
9761         * python/py-frame.c (frame_object_type): No longer static.
9762
9763 2012-02-07  Tom Tromey  <tromey@redhat.com>
9764
9765         PR python/13599:
9766         * python/py-symbol.c (sympy_line): New function.
9767         (symbol_object_getset): Add "line".
9768
9769 2012-02-07  Tom Tromey  <tromey@redhat.com>
9770
9771         * charset.c (find_charset_names): Check 'in' against NULL.
9772
9773 2012-02-06  Doug Evans  <dje@google.com>
9774
9775         * gdbtypes.h (struct main_type): Change type of name,tag_name,
9776         and fields.name members from char * to const char *.  All uses updated.
9777         (struct cplus_struct_type): Change type of fn_fieldlists.name member
9778         from char * to const char *.  All uses updated.
9779         (type_name_no_tag): Update.
9780         (lookup_unsigned_typename, lookup_signed_typename): Update.
9781         * gdbtypes.c (type_name_no_tag): Change result type
9782         from char * to const char *.  All callers updated.
9783         (lookup_unsigned_typename, lookup_signed_typename): Change type of
9784         name parameter from char * to const char *.
9785         * symtab.h (struct cplus_specific): Change type of demangled_name
9786         member from char * to const char *.  All uses updated.
9787         (struct general_symbol_info): Change type of name and
9788         mangled_lang.demangled_name members from char * to const char *.
9789         All uses updated.
9790         (symbol_get_demangled_name, symbol_natural_name): Update.
9791         (symbol_demangled_name, symbol_search_name): Update.
9792         * symtab.c (symbol_get_demangled_name): Change result type
9793         from char * to const char *.  All callers updated.
9794         (symbol_natural_name, symbol_demangled_name): Ditto.
9795         (symbol_search_name): Ditto.
9796         (completion_list_add_name): Change type of symname,sym_text,
9797         text,word parameters from char * to const char *.
9798         (completion_list_objc_symbol): Change type of sym_text,
9799         text,word parameters from char * to const char *.
9800         * ada-lang.c (find_struct_field): Change type of name parameter
9801         from char * to const char *.
9802         (encoded_ordered_before): Similarly for N0,N1 parameters.
9803         (old_renaming_is_invisible): Similarly for function_name parameter.
9804         (ada_type_name): Change result type from char * to const char *.
9805         All callers updated.
9806         * ada-lang.h (ada_type_name): Update.
9807         * buildsym.c (hashname): Change type of name parameter
9808         from char * to const char *.
9809         * buildsym.h (hashname): Update.
9810         * dbxread.c (end_psymtab): Change type of include_list parameter
9811         from char ** to const char **.
9812         * dwarf2read.c (determine_prefix): Change result type
9813         from char * to const char *.  All callers updated.
9814         * f-lang.c (find_common_for_function): Change type of name, funcname
9815         parameters from char * to const char *.
9816         * f-lang.c (find_common_for_function): Update.
9817         * f-valprint.c (list_all_visible_commons): Change type of funcname
9818         parameters from char * to const char *.
9819         * gdbarch.sh (static_transform_name): Change type of name parameter
9820         and result from char * to const char *.
9821         * gdbarch.c: Regenerate.
9822         * gdbarch.h: Regenerate.
9823         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9824         of name parameter from char * to const char *.
9825         * jv-lang.c (java_primitive_type_from_name): Ditto.
9826         (java_demangled_signature_length): Similarly for signature parameter.
9827         (java_demangled_signature_copy): Ditto.
9828         (java_demangle_type_signature): Ditto.
9829         * jv-lang.h (java_primitive_type_from_name): Update.
9830         (java_demangle_type_signature): Update.
9831         * objc-lang.c (specialcmp): Change type of a,b parameters
9832         from char * to const char *.
9833         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9834         from char * to const char *.  All callers updated.
9835         * p-lang.h (is_pascal_string_type): Update.
9836         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9837         of name parameter from char * to const char *.
9838         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9839         * utils.c (fprintf_symbol_filtered): Ditto.
9840         * defs.h (fprintf_symbol_filtered): Update.
9841         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9842         * stabsread.h (end_psymtab): Update.
9843         * stack.c (find_frame_funname): Change type of funname parameter
9844         from char ** to const char **.
9845         * stack.h (find_frame_funname): Update.
9846         * typeprint.c (type_print): Change type of varstring parameter
9847         from char * to const char *.
9848         * value.h (type_print): Update.
9849         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9850         from char * to const char *.  All callers updated.
9851         (xcoff_end_psymtab): Change type of include_list parameter
9852         from char ** to const char **.  All callers updated.
9853         (swap_sym): Similarly for name parameter.  All callers updated.
9854         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9855         Use xstrdup.
9856         (process_coff_symbol): Use xstrdup.
9857         * stabsread.c (stabs_method_name_from_physname): Renamed from
9858         update_method_name_from_physname.  Change result type from void
9859         to char *.  All callers updated.
9860         (read_member_functions): In has_destructor case, store name in objfile
9861         obstack instead of malloc space.  In !has_stub case, fix mem leak.
9862
9863 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
9864
9865         * configure: Rebuild.
9866         * configure.ac: Put -L../bfd and -L../libiberty at the front of
9867         LDFLAGS.
9868
9869 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
9870
9871         * configure.tgt (rl78-*-elf): New target.
9872         * rl78-tdep.c: New file.
9873
9874 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9875
9876         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9877         and continue the loop.  Add QUIT statement.
9878
9879 2012-02-03  Tom Tromey  <tromey@redhat.com>
9880
9881         PR gdb/13596:
9882         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9883         bfd_lookup_symbol_from_symtab.
9884         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9885         gdb_bfd_lookup_symbol_from_symtab.
9886
9887 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
9888
9889         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9890         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9891         symbol.  Add assertion that sym2 is never NULL.
9892
9893 2012-02-02  Doug Evans  <dje@google.com>
9894
9895         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9896         "name" parameter to const char ** from char **.  All callers updated.
9897         (find_pc_partial_function): Ditto.
9898         (cache_pc_function_name): Change type to const char * from char *.
9899         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9900         (find_pc_partial_function): Update.
9901         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9902         type of "name" parameter to const char * from char *.
9903         All uses updated.
9904         * arch-utils.c (generic_in_solib_return_trampoline): Change
9905         type of "name" parameter to const char * from char *.
9906         * arch-utils.h (generic_in_solib_return_trampoline): Update.
9907         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9908         type of "name" parameter to const char * from char *.
9909         * gdbarch.sh (in_solib_return_trampoline): Ditto.
9910         * gdbarch.c: Regenerate.
9911         * gdbarch.h: Regenerate.
9912         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9913         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9914         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9915         type of "name" parameter to const char * from char *.
9916         * skip.c (skip_function_pc): Ditto.
9917         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9918         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9919         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9920         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9921         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9922         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9923         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9924         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9925         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9926
9927 2012-02-02  Pedro Alves  <palves@redhat.com>
9928
9929         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9930         the current inferior has no execution.  Make sure the current
9931         remote process matches gdb's current inferior.
9932
9933 2012-02-02  Tom Tromey  <tromey@redhat.com>
9934
9935         PR gdb/13405:
9936         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9937         read-only memory.
9938
9939 2012-02-02  Tom Tromey  <tromey@redhat.com>
9940
9941         PR gdb/9307:
9942         * symtab.c (lookup_language_this): Set block_found.
9943
9944 2012-02-01  Tom Tromey  <tromey@redhat.com>
9945
9946         PR gdb/13431:
9947         * jit.c (struct jit_inferior_data): Rewrite.
9948         (struct jit_objfile_data): New.
9949         (get_jit_objfile_data): New function.
9950         (add_objfile_entry): Update.
9951         (jit_read_descriptor): Return int.  Replace descriptor_addr
9952         argument with inf_data.  Update.  Don't call error.
9953         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
9954         descriptor here.
9955         (jit_inferior_init): Don't look up descriptor.  Don't call error.
9956         (jit_reset_inferior_data_and_breakpoints)
9957         (jit_inferior_created_observer): Remove.
9958         (jit_inferior_exit_hook): Update.
9959         (jit_executable_changed_observer): Remove.
9960         (jit_event_handler): Update.
9961         (free_objfile_data): Reset inferior data if needed.
9962         (_initialize_jit): Update.
9963
9964 2012-02-01  Tom Tromey  <tromey@redhat.com>
9965
9966         * jit.c (bfd_open_from_target_memory): Move higher in file.
9967
9968 2012-02-01  Tristan Gingold  <gingold@adacore.com>
9969
9970         * libunwind-frame.c (libunwind_load): Display message if dlopen
9971         failed.
9972
9973 2012-02-01  Gary Benson  <gbenson@redhat.com>
9974
9975         * symtab.h (symbol_found_callback_ftype): New typedef.
9976         (iterate_over_symbols): Use the above.
9977         * symtab.c (iterate_over_symbols): Likewise.
9978         * language.h (language_defn->la_iterate_over_symbols): Likewise.
9979         * ada-lang.c (ada_iterate_over_symbols): Likewise.
9980         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9981         (iterate_name_matcher): Document return values.
9982         (collect_one_symbol): Likewise.
9983         (collect_function_symbols): Likewise.
9984         (collect_symbols): Likewise.
9985
9986 2012-02-01  Tom Tromey  <tromey@redhat.com>
9987
9988         * ada-lang.c (resolve_subexp): Update.
9989         (ada_lookup_symbol_list): Add 'full_search' argument.
9990         (ada_iterate_over_symbols): Pass 0 as full_search argument to
9991         ada_lookup_symbol_list.
9992         (ada_lookup_encoded_symbol): Update.
9993         (get_var_value): Update.
9994         * ada-exp.y (block_lookup): Update.
9995         (write_var_or_type): Update.
9996         (write_name_assoc): Update.
9997         * ada-lang.h (ada_lookup_symbol_list): Update.
9998
9999 2012-01-31  Tom Tromey  <tromey@redhat.com>
10000
10001         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10002         comment.
10003
10004 2012-01-31  Doug Evans  <dje@google.com>
10005
10006         * symtab.h: Remove outdated comment.
10007         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10008
10009 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10010
10011         Fix build error in Darwin port.
10012         * i386-darwin-nat.c: Include i386-nat.h.
10013
10014 2012-01-30  Tom Tromey  <tromey@redhat.com>
10015
10016         PR breakpoints/13568:
10017         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10018         argument.  Check for recursive includes.
10019         (dwarf_decode_macros): Create an include hash.
10020
10021 2012-01-30  Michael Eager  <eager@eagercon.com>
10022
10023         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10024         * ppc-linux-tdep.c: Include glibc-tdep.h.
10025         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10026         (powerpc_linux_in_plt_stub): New function.
10027         (powerpc_linux_in_dynsym_resolve_code): New function.
10028         (ppc_skip_trampoline_code): New function.
10029         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10030         Use glibc_skip_solib_resolver.
10031
10032 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10033
10034         Code cleanup: Make 1440 bytes of data segment read-only.
10035         * arch-utils.c (endian_enum): Make it const char *const [].
10036         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10037         Likewise.
10038         * breakpoint.c (always_inserted_enums): Likewise.
10039         * cli/cli-cmds.c (script_ext_enums): Likewise.
10040         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10041         enumlist parameter const char *const *.
10042         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10043         const char *const *.
10044         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10045         parameter const char *const *.
10046         * cris-tdep.c (cris_modes): Make it const char *const [].
10047         * filesystem.c (target_file_system_kinds): Likewise.
10048         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10049         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10050         (can_use_displaced_stepping_enum, scheduler_enums)
10051         (exec_direction_names): Likewise.
10052         * language.c (_initialize_language): Make the type_or_range_names and
10053         case_sensitive_names variables const char *const [].
10054         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10055         * python/python.c (python_excp_enums): Likewise.
10056         * remote.c (interrupt_sequence_modes): Likewise.
10057         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10058         * serial.c (logbase_enums): Likewise.
10059         * sh-tdep.c (sh_cc_enum): Likewise.
10060         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10061         Likewise.
10062         * symtab.c (multiple_symbols_modes): Likewise.
10063         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10064         Likewise.
10065         * utils.c (internal_problem_modes): Likewise.
10066
10067 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10068
10069         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10070         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10071         result.
10072
10073 2012-01-27  Doug Evans  <dje@google.com>
10074
10075         * configure.ac (with_python): Fix absolute path handling for win32.
10076         * configure: Regenerate.
10077
10078 2012-01-26  Doug Evans  <dje@google.com>
10079
10080         * symtab.c: Whitespace cleanup, no code changes.
10081
10082         * symtab.c (lookup_symbol_in_language): Improve comment.
10083         (lookup_symbol_aux): Fix comment.
10084
10085         * psymtab.c (add_psymbol_to_list): Result is now "void".
10086         * psympriv.h (add_psymbol_to_list): Update.
10087
10088         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10089
10090 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10091
10092         Do not open script filenames twice.
10093         * cli/cli-cmds.c (source_script_from_stream): Pass to
10094         source_python_script also STREAM.
10095         * python/py-auto-load.c (source_section_scripts): Pass to
10096         source_python_script_for_objfile also STREAM.
10097         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10098         also INPUT.
10099         * python/python-internal.h (source_python_script_for_objfile): New
10100         parameter file, rename parameter file to filename.
10101         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10102         instead if !_WIN32.  Update the function comment.
10103         (source_python_script, source_python_script_for_objfile)
10104         (source_python_script): New parameter file, rename parameter file to
10105         filename.  Pass FILENAME to python_run_simple_file.
10106         * python/python.h (source_python_script): New parameter file, rename
10107         parameter file to filename.
10108
10109 2012-01-26  Pedro Alves  <palves@redhat.com>
10110
10111         * corelow.c (core_has_fake_pid): Delete.
10112         (core_close): Delete references to `core_has_fake_pid'.
10113         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10114         (core_open): Delete references to `core_has_fake_pid'.
10115         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10116         the removed global.
10117
10118 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10119
10120         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10121         Remove language parameter from name_matcher.  Adjust the comment.
10122         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10123         Remove language parameter.
10124         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10125         * linespec.c (iterate_name_matcher): Likewise.
10126         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10127         name_matcher.  Adjust call accordingly.
10128         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10129         (maintenance_check_symtabs): Adjust type of parameter "fun".
10130         * psymtab.h (maintenance_check_symtabs): Likewise.
10131
10132 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10133
10134         * language.h (symbol_name_match_p_ftype): New typedef.
10135         (struct language_defn): Replace field la_symbol_name_compare
10136         by la_get_symbol_name_match_p.
10137         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10138         (ada_language_defn): Use it.
10139         * linespec.c (struct symbol_matcher_data): New type.
10140         (iterate_name_matcher): Rewrite.
10141         (iterate_over_all_matching_symtabs): Pass a pointer to
10142         a symbol_matcher_data struct to expand_symtabs_matching
10143         instead of just the lookup name.
10144         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10145         opencl-lang.c, p-lang.c, language.c: Delete field
10146         la_symbol_name_compare, and replace by NULL for new field
10147         la_get_symbol_name_match_p.
10148         * symfile.h (struct quick_symbol_functions): Update comment.
10149
10150 2012-01-25  Tom Tromey  <tromey@redhat.com>
10151
10152         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10153         dereferencing.
10154
10155 2012-01-24  Tom Tromey  <tromey@redhat.com>
10156
10157         PR symtab/12406:
10158         * solib.c (update_solib_list): Update the program space's
10159         added_solibs and deleted_solibs fields.
10160         * progspace.h (struct program_space) <added_solibs,
10161         deleted_solibs>: New fields.
10162         (clear_program_space_solib_cache): Declare.
10163         * progspace.c (release_program_space): Call
10164         clear_program_space_solib_cache.
10165         (clear_program_space_solib_cache): New function.
10166         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10167         bpstat_stop_status.  Use handle_solib_event.
10168         * breakpoint.c: Include gdb_regex.h.
10169         (print_solib_event): New function.
10170         (bpstat_print): Use print_solib_event.
10171         (bpstat_stop_status): Add special case for bp_shlib_event.
10172         (handle_solib_event): New function.
10173         (bpstat_what): Use handle_solib_event.
10174         (struct solib_catchpoint): New.
10175         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10176         (breakpoint_hit_catch_solib, check_status_catch_solib)
10177         (print_it_catch_solib, print_one_catch_solib)
10178         (print_mention_catch_solib, print_recreate_catch_solib): New
10179         functions.
10180         (catch_solib_breakpoint_ops): New global.
10181         (catch_load_or_unload, catch_load_command_1)
10182         (catch_unload_command_1): New functions.
10183         (internal_bkpt_check_status): Add special case for
10184         bp_shlib_event.
10185         (internal_bkpt_print_it): Use print_solib_event.
10186         (initialize_breakpoint_ops): Initialize
10187         catch_solib_breakpoint_ops.
10188         (_initialize_breakpoint): Register "catch load" and "catch
10189         unload".
10190         * breakpoint.h (handle_solib_event): Declare.
10191         * NEWS: Add entry for "catch load" and "catch unload".
10192
10193 2012-01-24  Tom Tromey  <tromey@redhat.com>
10194
10195         * ada-lang.c: Include gdb_vecs.h.
10196         * charset.c: Include gdb_vecs.h.
10197         * tracepoint.h: Include gdb_vecs.h.
10198         * gdb_vecs.h: New file.
10199
10200 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10201
10202         * breakpoint.c (breakpoint_hit_catch_fork)
10203         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10204         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10205         * infrun.c (inferior_has_forked, inferior_has_vforked)
10206         (inferior_has_execd, inferior_has_called_syscall): Delete.
10207         (handle_syscall_event): Get syscall_number from the execution
10208         control state's wait status.
10209         (wait_for_inferior): Don't clear syscall_number.
10210
10211 2012-01-24  Pedro Alves  <palves@redhat.com>
10212
10213         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10214         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10215         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10216         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10217         `ws' parameter.
10218         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10219         false for events other than TARGET_SIGNAL_TRAP.
10220         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10221         Add `ws' parameter.
10222         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10223         events other than TARGET_SIGNAL_TRAP.
10224         (tracepoint_breakpoint_hit): Add `ws' parameter.
10225         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10226         parameter.
10227         (bpstat_stop_status): Same.
10228         (pc_at_non_inline_function): Same.
10229         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10230         to pass the current event's waitstatus to bpstat_stop_status
10231         and pc_at_non_inline_function.
10232
10233 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10234
10235         Code cleanup.
10236         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10237         Update the function comment for it.
10238         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10239         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10240         for STREAM.
10241
10242 2012-01-24  Pedro Alves  <palves@redhat.com>
10243
10244         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10245         outside `bs->stop' block.
10246         (bpstat_what): Rework bp_shlib_event handling.
10247         (internal_bkpt_check_status): If the breakpoint is a
10248         bp_shlib_event, then set bs->stop and bs->print if
10249         stop_on_solib_events is set.
10250
10251 2012-01-24  Gary Benson  <gbenson@redhat.com>
10252
10253         Delete #if 0'd out code.
10254         * stack.c (print_frame_label_vars): Remove.
10255         (catch_info): Likewise.
10256         (_initialize_stack): Remove "info catch" command.
10257         * NEWS: Mention the above.
10258
10259 2012-01-24  Pedro Alves  <palves@redhat.com>
10260
10261         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10262         it.
10263         (remote_notice_new_inferior): If the remote end doesn't support
10264         the multiprocess extensions, then the PID is fake.
10265         (add_current_inferior_and_thread): New.
10266         (remote_start_remote): Use it.
10267         (extended_remote_attach_1): Adjust.
10268         (extended_remote_create_inferior_1): Use
10269         add_current_inferior_and_thread.
10270
10271 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10272
10273         Fix watchpoints to be specific for each inferior.
10274         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10275         current_program_space.
10276         * i386-nat.c (i386_inferior_data_cleanup): New.
10277         (i386_inferior_data_get): Replace variable inf_data_local by an
10278         inferior_data call.
10279         (i386_use_watchpoints): Initialize i386_inferior_data.
10280         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10281         specific iterate_over_lwps.
10282
10283 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10284
10285         Fix watchpoints across inferior fork.
10286         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10287         comment for linux_nat_iterate_watchpoint_lwps.
10288         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10289         linux_nat_iterate_watchpoint_lwps.
10290         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10291         * i386-linux-nat.c (update_debug_registers_callback): Update the
10292         comment for linux_nat_iterate_watchpoint_lwps.
10293         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10294         linux_nat_iterate_watchpoint_lwps.
10295         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10296         * i386-nat.c: Include inferior.h.
10297         (dr_mirror): Remove.
10298         (i386_inferior_data, struct i386_inferior_data)
10299         (i386_inferior_data_get): New.
10300         (i386_debug_reg_state): Use i386_inferior_data_get.
10301         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10302         (i386_insert_watchpoint, i386_remove_watchpoint)
10303         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10304         (i386_remove_hw_breakpoint): New variable state, use
10305         i386_debug_reg_state instead of DR_MIRROR.
10306         * linux-nat.c (delete_lwp): New declaration.
10307         (num_lwps): Move here from downwards.
10308         (delete_lwp_cleanup): New.
10309         (linux_child_follow_fork): Create new child_lp, call
10310         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10311         PTRACE_DETACH.
10312         (num_lwps): Move upwards.
10313         (linux_nat_iterate_watchpoint_lwps): New.
10314         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10315         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10316
10317 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10318
10319         GDB 7.4 released.
10320
10321 2012-01-23  Pedro Alves  <palves@redhat.com>
10322
10323         * top.c (caution): Rename to ...
10324         (confirm): ... this.
10325         (show_caution): Rename to ...
10326         (show_confirm): ... this.
10327         (quit_cover): Adjust.
10328         (init_main): Adjust.
10329         * top.h (caution): Rename to ...
10330         (confirm): ... this.
10331         * utils.c (internal_vproblem, defaulted_query): Adjust.
10332
10333 2012-01-23  Pedro Alves  <palves@redhat.com>
10334
10335         * top.c (caution): Update comment.
10336         (execute_command): Don't consider the current value of `caution'.
10337
10338 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10339
10340         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10341
10342 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10343
10344         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10345         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10346         * target.c (target_fileio_pwrite): Remove buffer address from
10347         debug output.
10348         (target_fileio_pread): Likewise.
10349
10350 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10351
10352         * NEWS: Document remote "info proc" and "generate-core-file".
10353
10354 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10355
10356         * gdbarch.sh (find_memory_regions): New callback.
10357         * gdbarch.c, gdbarch.h: Regenerate.
10358
10359         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10360         callback before falling back to target method.
10361
10362         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10363         (linux_target_install_ops): No longer install it.
10364
10365         * linux-tdep.c (linux_find_memory_regions): New function.
10366         (linux_init_abi): Install it.
10367
10368 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10369
10370         * gdbarch.sh (make_corefile_notes): New architecture callback.
10371         * gdbarch.c: Regenerate.
10372         * gdbarch.h: Likewise.
10373
10374         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10375         before target_make_corefile_notes.  If NULL is returned, the
10376         target does not support core file generation.
10377
10378         * linux-nat.c: Include "linux-tdep.h".
10379         (find_signalled_thread, find_stop_signal): Remove.
10380         (linux_nat_do_thread_registers): Likewise.
10381         (struct linux_nat_corefile_thread_data): Likewise.
10382         (linux_nat_corefile_thread_callback): Likewise.
10383         (iterate_over_spus): Likewise.
10384         (struct linux_spu_corefile_data): Likewise.
10385         (linux_spu_corefile_callback): Likewise.
10386         (linux_spu_make_corefile_notes): Likewise.
10387         (linux_nat_collect_thread_registers): New function.
10388         (linux_nat_make_corefile_notes): Replace contents by call to
10389         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10390         as native-only callback.
10391
10392         * linux-tdep.h: Include "bfd.h".
10393         (struct regcache): Add forward declaration.
10394         (linux_collect_thread_registers_ftype): New typedef.
10395         (linux_make_corefile_notes): Add prototype.
10396         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10397         "regset.h", and "elf-bfd.h".
10398         (find_signalled_thread, find_stop_signal): New functions.
10399         (linux_spu_make_corefile_notes): Likewise.
10400         (linux_collect_thread_registers): Likewise.
10401         (struct linux_corefile_thread_data): New data structure.
10402         (linux_corefile_thread_callback): New funcion.
10403         (linux_make_corefile_notes): Likewise.
10404         (linux_make_corefile_notes_1): Likewise.
10405         (linux_init_abi): Install it.
10406
10407 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10408
10409         * gdbarch.sh (info_proc): New callback.
10410         * gdbarch.c, gdbarch.h: Regenerate.
10411
10412         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10413         before falling back to the target info_proc callback.
10414
10415         * linux-nat.c: Do not include "cli/cli-utils.h".
10416         (linux_nat_info_proc): Remove.
10417         (linux_target_install_ops): No longer install it.
10418
10419         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10420         (read_mapping): New function.
10421         (linux_info_proc): Likewise.
10422         (linux_init_abi): Install it.
10423
10424 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10425
10426         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10427         * infcmd.c: (info_proc_cmd_1): New function.
10428         (info_proc_cmd): New function, moved here from equivalent routine
10429         orignally in linux-nat.c.
10430         (info_proc_cmd_mappings): Likewise.
10431         (info_proc_cmd_stat): Likewise.
10432         (info_proc_cmd_status): Likewise.
10433         (info_proc_cmd_cwd): Likewise.
10434         (info_proc_cmd_cmdline): Likewise.
10435         (info_proc_cmd_exe): Likewise.
10436         (info_proc_cmd_all): Likewise.
10437         (_initialize_infcmd): Install "info proc" command and subcommands.
10438
10439         * target.h (struct target_ops): Add to_info_proc.
10440         (target_info_proc): Add prototype.
10441         * target.c (target_info_proc): New function.
10442
10443         * procfs.c (procfs_info_proc): Add prototype.
10444         (info_proc_cmd): Rename into ...
10445         (procfs_info_proc): ... this.  Update argument types as appropriate
10446         for a to_info_proc implementation.  Handle "what" argument.
10447         (procfs_target): Install procfs_info_proc.
10448         (_initialize_procfs): No longer install "info proc" command.
10449
10450         * linux-nat.c: (enum info_proc_what): Remove.
10451         (linux_nat_info_proc_cmd_1): Rename into ...
10452         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10453         for a to_info_proc implementation.
10454         (linux_nat_info_proc_cmd): Remove.
10455         (linux_nat_info_proc_cmd_mappings): Likewise.
10456         (linux_nat_info_proc_cmd_stat): Likewise.
10457         (linux_nat_info_proc_cmd_status): Likewise.
10458         (linux_nat_info_proc_cmd_cwd): Likewise.
10459         (linux_nat_info_proc_cmd_cmdline): Likewise.
10460         (linux_nat_info_proc_cmd_exe): Likewise.
10461         (linux_nat_info_proc_cmd_all): Likewise.
10462         (linux_target_install_ops): Install linux_nat_info_proc.
10463         (_initialize_linux_nat): No longer install "info proc" command
10464         and subcommands.
10465
10466 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10467
10468         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10469         * config.in, configure: Regenerate.
10470
10471         * target.h (struct target_ops): Add to_fileio_readlink.
10472         (target_fileio_readlink): Add prototype.
10473         * target.c (target_fileio_readlink): New function.
10474
10475         * inf-child.c: Conditionally include <sys/param.h>.
10476         (inf_child_fileio_readlink): New function.
10477         (inf_child_target): Install it.
10478
10479         * remote.c (PACKET_vFile_readlink): New enum value.
10480         (remote_hostio_readlink): New function.
10481         (init_remote_ops): Install it.
10482         (_initialize_remote): Handle vFile:readlink packet type.
10483
10484 2012-01-20  Pedro Alves  <palves@redhat.com>
10485             Ulrich Weigand  <ulrich.weigand@linaro.org>
10486
10487         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10488         * config.in, configure: Regenerate.
10489
10490         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10491         to_fileio_pread, to_fileio_close, to_fileio_unlink.
10492         (target_fileio_open): Add prototype.
10493         (target_fileio_pwrite): Likewise.
10494         (target_fileio_pread): Likewise.
10495         (target_fileio_close): Likewise.
10496         (target_fileio_unlink): Likewise.
10497         (target_fileio_read_alloc): Likewise.
10498         (target_fileio_read_stralloc): Likewise.
10499
10500         * target.c: Include "gdb/fileio.h".
10501         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10502         (default_fileio_target): New function.
10503         (target_fileio_open): Likewise.
10504         (target_fileio_pwrite): Likewise.
10505         (target_fileio_pread): Likewise.
10506         (target_fileio_close): Likewise.
10507         (target_fileio_unlink): Likewise.
10508         (target_fileio_close_cleanup): Likewise.
10509         (target_fileio_read_alloc_1): Likewise.
10510         (target_fileio_read_alloc): Likewise.
10511         (target_fileio_read_stralloc): Likewise.
10512
10513         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10514         <fcntl.h>, and <unistd.h>.
10515         (inf_child_fileio_open_flags_to_host): New function.
10516         (inf_child_errno_to_fileio_error): Likewise.
10517         (inf_child_fileio_open): Likewise.
10518         (inf_child_fileio_pwrite): Likewise.
10519         (inf_child_fileio_pread): Likewise.
10520         (inf_child_fileio_close): Likewise.
10521         (inf_child_fileio_unlink): Likewise.
10522         (inf_child_target): Install to_fileio routines.
10523
10524         * remote.c (init_remote_ops): Install to_fileio routines.
10525
10526 2012-01-20  Pedro Alves  <palves@redhat.com>
10527             Ulrich Weigand  <ulrich.weigand@linaro.org>
10528
10529         * remote.c (remote_multi_process_p): Only check for multi-process
10530         protocol feature, do not check for extended protocol.
10531         (remote_supports_multi_process): Check for extended protocol here.
10532         (set_general_process): Likewise.
10533         (extended_remote_kill): Likewise.
10534         (remote_pid_to_str): Likewise.
10535         (remote_query_supported): Always query multiprocess mode.
10536
10537 2012-01-20  Pedro Alves  <palves@redhat.com>
10538             Ulrich Weigand  <ulrich.weigand@linaro.org>
10539
10540         * inferior.h (struct inferior): Add fake_pid_p.
10541         * inferior.c (exit_inferior_1): Clear fake_pid_p.
10542         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10543         magic_null_ptid since the remote side doesn't provide a real PID.
10544
10545 2012-01-19  Tom Tromey  <tromey@redhat.com>
10546
10547         * NEWS: Combine the two Python sections.
10548
10549 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10550
10551         * target.h (target_close): Update comment on the target's unpush state.
10552
10553 2012-01-19  Pedro Alves  <palves@redhat.com>
10554
10555         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10556         linux_nat_async directly instead of going through the target
10557         vector.
10558         * target.c (unpush_target): Close target after unpushing it, not
10559         before.
10560
10561 2012-01-19  Gary Benson  <gbenson@redhat.com>
10562
10563         * mdebugread.c (sort_blocks): Replace integer constants with ones
10564         derived from FIRST_LOCAL_BLOCK.
10565
10566 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
10567             Jan Kratochvil  <jan.kratochvil@redhat.com>
10568
10569         PR gdb/9538
10570         * symfile.c (find_separate_debug_file): New function.
10571         (terminate_after_last_dir_separator): Likewise.
10572         (find_separate_debug_file_by_debuglink): Also try realpath.
10573         * configure.ac (AC_CHECK_FUNCS): Add lstat.
10574         * configure: Regenerate.
10575         * config.in: Regenerate.
10576
10577 2012-01-18  Doug Evans  <dje@google.com>
10578
10579         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10580         (main.o): Remove rule.
10581         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10582         (--with-sysroot): Rewrite.
10583         * configure: Regenerate.
10584         * config.in: Regenerate.
10585
10586 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
10587
10588         * parse.c (initialize_expout): New function.
10589         (reallocate_expout): Likewise.
10590         (parse_exp_in_context): Use `initialize_expout' and
10591         `reallocate_expout' when appropriate.
10592
10593 2012-01-18  Pedro Alves  <palves@redhat.com>
10594
10595         * record.c (struct record_breakpoint, record_breakpoint_p)
10596         (record_breakpoints): New.
10597         (record_insert_breakpoint, record_remove_breakpoint): Manage
10598         record breakpoints list.  Only remove breakpoints from the
10599         inferior if they had been inserted there in the first place.
10600
10601 2012-01-17  Doug Evans  <dje@google.com>
10602
10603         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10604         if we know we don't have a file name to look for.
10605
10606 2012-01-17  Pedro Alves  <palves@redhat.com>
10607
10608         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10609         the frame's stop reason is UNWIND_UNAVAILABLE.
10610
10611 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10612
10613         Fix compilation error.
10614         * m2-exp.y (yyerror): Use ANSI C prototype.
10615
10616 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
10617
10618         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10619         (growbuf_by_size): Likewise.
10620         (yyerror): Likewise.
10621         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10622         (modblock): Remove variable (was #if 0'ed).
10623         (parse_number): Convert prototype from K&R to ANSI C.
10624         (yyerror): Likewise.
10625         * objc-exp.y (parse_number): Likewise.
10626         (yyerror): Likewise.
10627         (yylex): Remove #if 0'ed code.
10628         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10629         (yyerror): Likewise.
10630
10631 2012-01-16  Tom Tromey  <tromey@redhat.com>
10632
10633         * NEWS: Add item.
10634         * symtab.h (compare_filenames_for_search): Declare.
10635         * symtab.c (compare_filenames_for_search): New function.
10636         (iterate_over_some_symtabs): Use it.
10637         * symfile.h (struct quick_symbol_functions)
10638         <map_symtabs_matching_filename>: Change spec.
10639         * psymtab.c (partial_map_symtabs_matching_filename): Use
10640         compare_filenames_for_search.  Update for new spec.
10641         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10642         compare_filenames_for_search.  Update for new spec.
10643         * breakpoint.c (clear_command): Use compare_filenames_for_search.
10644
10645 2012-01-16  Tom Tromey  <tromey@redhat.com>
10646
10647         PR python/13281:
10648         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10649         (struct main_type) <flag_flag_enum>: New field.
10650         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10651         * NEWS: Add entries.
10652         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10653         enums.
10654         * python/lib/gdb/printing.py (_EnumInstance): New class.
10655         (FlagEnumerationPrinter): Likewise.
10656
10657 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
10658
10659         * breakpoint.c (create_sals_from_address_default): New function.
10660         (create_breakpoints_sal_default): Likewise.
10661         (decode_linespec_default): Likewise.
10662         (is_marker_spec): Removed.
10663         (strace_marker_p): New function.
10664         (init_breakpoint_sal): Using `strace_marker_p' instead of
10665         `is_marker_spec'.
10666         (create_breakpoint): Call method `create_sals_from_address' from
10667         breakpoint_ops, replacing code that created SALs conditionally
10668         on the type of the breakpoint.  Call method `create_breakpoints_sal',
10669         replacing code that created breakpoints conditionally on the type
10670         wanted.
10671         (base_breakpoint_create_sals_from_address): New function.
10672         (base_breakpoint_create_breakpoints_sal): Likewise.
10673         (base_breakpoint_decode_linespec): Likewise.
10674         (base_breakpoint_ops): Add methods
10675         `base_breakpoint_create_sals_from_address',
10676         `base_breakpoint_create_breakpoints_sal' and
10677         `base_breakpoint_decode_linespec'.
10678         (bkpt_create_sals_from_address): New function.
10679         (bkpt_create_breakpoints_sal): Likewise.
10680         (bkpt_decode_linespec): Likewise.
10681         (tracepoint_create_sals_from_address): Likewise.
10682         (tracepoint_create_breakpoints_sal): Likewise.
10683         (tracepoint_decode_linespec): Likewise.
10684         (strace_marker_create_sals_from_address): Likewise.
10685         (strace_marker_create_breakpoints_sal): Likewise.
10686         (strace_marker_decode_linespec): Likewise.
10687         (strace_marker_breakpoint_ops): New variable.
10688         (addr_string_to_sals): Remove `marker_spec'.  Call method
10689         `decode_linespec' from breakpoint_ops, replacing code that decoded
10690         an address string into a SAL.  Use `strace_marker_p' instead of
10691         `marker_spec'.
10692         (strace_command): Decide whether we are dealing with a static
10693         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
10694         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10695         * breakpoint.h (linespec_result, linespec_sals): New forward
10696         declarations.
10697         (breakpoint_ops) <create_sals_from_address>,
10698         <create_breakpoints_sal>, <decode_linespec>: New methods.
10699
10700 2012-01-14  Doug Evans  <dje@google.com>
10701
10702         * NEWS: Update text for "maint set python print-stack".
10703         It is deprecated in gdb 7.4 and deleted in 7.5.
10704
10705 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
10706
10707         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10708         including curses.h.
10709
10710 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10711
10712         * configure: Regenerate.
10713         * config.in: Regenerate.
10714
10715 2012-01-12  Keith Seitz  <keiths@redhat.com>
10716
10717         PR mi/10586
10718         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10719         (ANONYMOUS_UNION_NAME): Define.
10720         (is_path_expr_parent): New function.
10721         (get_path_expr_parent): New function.
10722         (is_anonymous_child): New function.
10723         (create_child_with_value): If the child is anonymous and without
10724         a name, assign an object name to it.
10725         (c_describe_child): Use get_path_expr_parent to determine
10726         the parent expression.
10727         If there field represents an anonymous struct or union and
10728         has no name, set an appropriate display name and expression.
10729         (cplus_describe_child): Likewise.
10730
10731 2012-01-12  Pedro Alves  <palves@redhat.com>
10732
10733         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10734         available when %ebp is found to be zero (outermost).
10735
10736 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
10737
10738         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10739         an internal gdb_static_assert.
10740         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10741
10742 2012-01-11  Tom Tromey  <tromey@redhat.com>
10743
10744         PR gdb/9598:
10745         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10746         catch" and "catch throw".
10747
10748 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
10749
10750         * blockframe.c (block_innermost_frame): Start search from selected
10751         frame, if present, or otherwise the current frame.
10752
10753         * c-exp.y (variable): Update innermost_block for
10754         'block COLONCOLON NAME' clause.
10755         * m2-exp.y (variable): Ditto.
10756         * objc-exp.y (variable): Ditto.
10757
10758 2012-01-10  Tom Tromey  <tromey@redhat.com>
10759
10760         PR python/13199:
10761         * python/python.c (finish_python_initialization): Set sys.argv.
10762
10763 2012-01-10  Doug Evans  <dje@google.com>
10764
10765         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
10766         "want_line_info".  All callers updated.
10767         (dwarf_decode_lines_1): New function.
10768         (handle_DW_AT_stmt_list): Add function comment.
10769         New arg "want_line_info".  All callers updated.
10770         (read_file_scope,read_type_unit_scope): Move comment from
10771         handle_DW_AT_stmt_list to here.
10772
10773 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10774
10775         Fix regression after libiberty/ update for GCC PR 6057 and others.
10776         * c-exp.y (operator) <OPERATOR DELETE>
10777         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10778         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10779         (make_builtin_type, make_name): New variable i, add gdb_assert.
10780         (operator) <OPERATOR NEW>: Update ARGS to 3.
10781         (operator) <OPERATOR DELETE>: Add trailing space.
10782         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10783         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10784         * cp-support.c (cp_canonicalize_string): Check NULL from
10785         cp_comp_to_string, call warning and return.
10786
10787 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10788
10789         Fix duplicate .o files after omitting libbfd.a.
10790         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10791         (SFILES): Add corelow.c.
10792         (COMMON_OBS): Add corelow.o.
10793         (ALLDEPFILES): Remove corelow.c.
10794         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10795         * config/alpha/alpha-osf3.mh: Likewise.
10796         * config/alpha/fbsd.mh: Likewise.
10797         * config/arm/nbsdaout.mh: Likewise.
10798         * config/arm/nbsdelf.mh: Likewise.
10799         * config/i386/i386gnu.mh: Likewise.
10800         * config/ia64/hpux.mh: Likewise.
10801         * config/ia64/linux.mh: Likewise.
10802         * config/m32r/linux.mh: Likewise.
10803         * config/m68k/linux.mh: Likewise.
10804         * config/mips/irix5.mh: Likewise.
10805         * config/mips/irix6.mh: Likewise.
10806         * config/pa/hpux.mh: Likewise.
10807         * config/pa/linux.mh: Likewise.
10808         * config/powerpc/aix.mh: Likewise.
10809         * config/sparc/linux.mh: Likewise.
10810         * config/sparc/linux64.mh: Likewise.
10811         * config/sparc/sol2.mh: Likewise.
10812         * config/vax/vax.mh: Likewise.
10813         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10814         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10815         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10816         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10817         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10818         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10819         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10820         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10821         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10822         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10823         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10824         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10825         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10826         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10827         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10828         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10829         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10830         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10831         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10832         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10833         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10834         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10835         corelow.o from gdb_target_obs.
10836         * corefile.c (core_target): Update the comment on NULL value.
10837         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10838         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10839         MATCHES.  Drop YUMMY set on NULL.
10840         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
10841         reclaim CORE_DATA if it is already NULL.
10842
10843 2012-01-09  Doug Evans  <dje@google.com>
10844
10845         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10846         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10847
10848 2012-01-09  Keith Seitz  <keiths@redhat.com>
10849
10850         * breakpoint.c (wrapper.h): Don't include.
10851
10852 2012-01-09  Keith Seitz  <keiths@redhat.com>
10853
10854         * Makefile.in (SFILES): Remove wrapper.c.
10855         (HFILES_NO_SRCDIR): Remove wrapper.h.
10856         (COMMON_OBS): Remove wrapper.o.
10857         * cli/cli-interp.c: Don't inlude wrapper.h.
10858         * corelow.c: Likewise.
10859         (core_open): Replace gdb_target_find_new_threads with
10860         TRY_CATCH around target_find_new_threads.
10861         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10862         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10863         * varobj.c (varobj_create): Likewise for parse_exp_1 and
10864         evaluate_expression.
10865         (varobj_set_value): Likewise for evaluate_expression and
10866         value_assign.
10867         (install_new_variable): Likewise for value_fetch_lazy.
10868         (adjust_value_for_child_access): Likewise for value_ind.
10869         (c_describe_child): Likewise for value_subscript and
10870         value_ind.
10871         (c_value_of_root): Likewise for evaluate_expression.
10872         * wrapper.c: Remove.
10873         * wrapper.h: Remove.
10874
10875 2012-01-09  Doug Evans  <dje@google.com>
10876
10877         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10878         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
10879         "abfd" args with "section".  All callers updated.
10880         Error checking code moved ...
10881         (error_check_comp_unit_head): ... here.  New function.
10882         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10883         Delete arg "abfd".  New arg "type_offset".  All callers updated.
10884         (create_debug_types_hash_table): Simplify by using
10885         read_and_check_type_unit_head.
10886
10887         * parser-defs.h (namecopy): Delete.
10888         * parse.c (namecopy, namecopy_size): Move into copy_name.
10889
10890 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10891
10892         Partially fix duplicate .o files after omitting libbfd.a.
10893         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10894         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10895         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10896         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10897         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10898         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10899         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10900
10901 2012-01-09  Pedro Alves  <palves@redhat.com>
10902
10903         * MAINTAINERS: Update my email address.
10904
10905 2012-01-08  Doug Evans  <dje@google.com>
10906
10907         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10908         n_type_units.  Rename type_comp_units to all_type_units.
10909         All uses updated.
10910         (add_signatured_type_cu_to_table): Renamed from
10911         add_signatured_type_cu_to_list.  All callers updated.
10912
10913         * gdbtypes.h (struct cplus_struct_type): Delete member
10914         nfn_fields_total.  All uses removed.
10915
10916 2012-01-06  Doug Evans  <dje@google.com>
10917
10918         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10919         to top of file.
10920         (dwarf2_find_comp_unit): Delete.
10921         (process_psymtab_comp_unit): Make result "void".
10922         Delete args buffer, info_ptr, buffer_size, and replace with
10923         "section".  All callers updated.
10924         (dwarf2_build_psymtabs_hard): Simplify.
10925
10926 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
10927             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10928
10929         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10930         before `struct gdb_exception'.
10931         * breakpoint.c (update_global_location_list_nothrow)
10932         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10933         * cp-abi.c (value_rtti_type): Likewise.
10934         * cp-support.c (cp_validate_operator): Likewise.
10935         * infrun.c (insert_exception_resume_breakpoint)
10936         (check_exception_resume, keep_going): Likewise.
10937         * mi-interp.c (mi_breakpoint_created)
10938         (mi_breakpoint_modified): Likewise.
10939         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10940         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10941         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10942
10943 2012-01-05  Doug Evans  <dje@google.com>
10944
10945         * dwarf2read.c (statement_prologue): Delete, unused.
10946
10947         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10948         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10949
10950         * dwarf2read.c (comp_unit_header): Delete, unused.
10951
10952 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
10953
10954         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10955         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10956
10957 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
10958
10959         * infrun.c (normal_stop): Don't skip calling the normal_stop
10960         observers if the thread was doing a multi-step, but stopped for
10961         some reason other than stepping.
10962
10963 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
10964
10965         * cli/cli-decode.h: Add comments.
10966         (CMD_LIST_AMBIGUOUS): Moved to command.h
10967         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10968         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10969         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10970         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10971         (add_com, add_com_alias, add_info, add_info_alias)
10972         (complete_on_cmdlist, complete_on_enum, help_list): Remove
10973         declarations.
10974         * command.h: Add and adjust comments.
10975         (CMD_LIST_AMBIGUOUS): Moved here.
10976         (help_cmd, help_cmd_list): Delete declarations.
10977
10978 2012-01-04  Doug Evans  <dje@google.com>
10979
10980         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10981         All callers updated.
10982         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10983         Replace all arguments with "per_cu".  All callers updated.
10984
10985         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10986
10987         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10988         New arg "per_cu".  All callers updated.
10989
10990         Delete #if 0'd out code.
10991         * language.c (binop_result_type): Delete.
10992         (simple_type, ordered_type, same_type, integral_type): Delete.
10993         (numeric_type, character_type, string_type, boolean_type): Delete.
10994         (float_type, structured_type): Delete.
10995         * language.h: Update.
10996
10997 2012-01-04  Tom Tromey  <tromey@redhat.com>
10998
10999         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11000
11001 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11002
11003         * corefile.c (close_exec_file): Delete.
11004         (reopen_exec_file): Remove commented out code that seems related
11005         to close_exec_file, which is being deleted here.
11006         * inferior.h (close_exec_file): Delete.
11007         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11008
11009 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11010
11011         * ada-lang.c: #include "cli/cli-utils.h".
11012         (get_selections): Use skip_spaces.
11013         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11014         (catch_ada_exception_command_split): Use skip_spaces.
11015         (ada_decode_assert_location): Likewise.
11016
11017 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11018
11019         * linespec.c (decode_line_internal): Check for C++ or Java
11020         compound constructs only if the current language is C, C++
11021         or Java.
11022
11023 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11024
11025         Revert:
11026         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11027                     Joel Brobecker  <brobecker@adacore.com>
11028         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11029         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11030         3 times.
11031         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11032         fall through into AT_ENTRY_POINT.
11033         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11034         DUMMY_ADDR with it.
11035         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11036         PPC_INSN_SIZE skip to 3 times.
11037
11038 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11039
11040         * linespec.c (add_minsym): Preserve function descriptors.
11041
11042 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11043
11044         * breakpoint.c (all_locations_are_pending): Consider locations
11045         in program spaces executing during startup pending as well.
11046
11047 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11048
11049         Copyright year update in most files of the GDB Project.
11050
11051 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11052
11053         * copyright.sh: Delete.
11054         * copyright.py: Rewrite.
11055
11056 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11057
11058         * gnulib/extra/update-copyright: New file, imported from gnulib.
11059
11060 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11061
11062         * README (Copyright and License Notices): New section.
11063
11064 2012-01-03  Tom Tromey  <tromey@redhat.com>
11065
11066         PR python/12533:
11067         * python/py-value.c (valpy_dereference, valpy_get_address
11068         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11069         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11070         (valpy_absolute, valpy_richcompare): Free intermediate values.
11071
11072 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11073
11074         * ada-lang.c: Reformat the copyright notice.
11075
11076 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11077
11078         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11079         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11080         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11081         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11082         Revert this part of:
11083         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11084         Build gdb directly from *.o files not using libgdb.a.
11085         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11086
11087 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11088
11089         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11090         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11091         Reformat the copyright header.
11092
11093 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11094
11095         Revert this part of:
11096         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11097         Remove the gdbtui binary.
11098         * gdb.c (main): Remove args.interpreter_p initialization.
11099         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11100         * main.h (struct captured_main_args): Remove interpreter_p.
11101
11102 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11103
11104         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11105
11106 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11107
11108         * top.c (print_gdb_version): Update copyright year.
11109
11110 2012-01-02  Yao Qi  <yao@codesourcery.com>
11111
11112         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11113
11114 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11115             Joel Brobecker  <brobecker@adacore.com>
11116
11117         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11118         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11119         3 times.
11120         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11121         fall through into AT_ENTRY_POINT.
11122         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11123         DUMMY_ADDR with it.
11124         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11125         PPC_INSN_SIZE skip to 3 times.
11126
11127 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11128
11129         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11130         the return value.
11131         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11132
11133 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11134
11135         Build gdb directly from *.o files not using libgdb.a.
11136         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11137         (COMMON_OBS): Remove solib-target.o.
11138         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11139         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11140         (LIBGDB_OBS, libgdb.a): Move it above.
11141         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11142         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11143         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11144         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11145         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11146         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11147         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11148         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11149         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11150         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11151         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11152         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11153         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11154         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11155         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11156         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11157         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11158         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11159         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11160         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11161         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11162         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11163         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11164         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11165         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11166         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11167         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11168
11169 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11170
11171         Remove the gdbtui binary.
11172         * .gitignore (/gdbtui): Remove.
11173         * Makefile.in (TUI): Remove.
11174         (SUBDIR_TUI_OBS): Remove tui-main.o.
11175         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11176         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11177         (tui-main.o): Remove.
11178         (all_object_files): Remove tui-main.o.
11179         * NEWS: New note for the gdbtui removal.
11180         * configure: Rebuilt.
11181         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11182         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11183         CONFIG_UNINSTALL respectively.
11184         * gdb.c (main): Remove args.interpreter_p initialization.
11185         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11186         * main.h (struct captured_main_args): Remove interpreter_p.
11187         * tui/tui-main.c: Remove.
11188
11189 2012-01-01  Doug Evans  <dje@google.com>
11190
11191         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11192         (dwarf2_physname, read_import_statement): Ditto.
11193         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11194         (process_structure_scope read_subroutine_type): Ditto.
11195         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11196         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11197         (dwarf2_fetch_die_location_block): Ditto.
11198         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11199
11200         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11201         All callers updated.
11202         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11203         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11204         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11205
11206         * dwarf2read.c (load_cu): Move assert to more useful location.
11207
11208         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11209         All callers updated.
11210
11211         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11212         (dwarf2_elf_names): Minor reformat.
11213         (dwarf2_per_cu_data): Tweak comment.
11214         (dwarf2_read_section): Fix comment.
11215         (create_all_comp_units): Fix comment.
11216         (load_full_comp_unit): Fix comment.
11217         (process_full_comp_unit): Fix comment.
11218         (read_signatured_type): Fix comment.
11219
11220 For older changes see ChangeLog-2011.
11221 \f
11222 Local Variables:
11223 mode: change-log
11224 left-margin: 8
11225 fill-column: 74
11226 version-control: never
11227 coding: utf-8
11228 End: