c38f8f7ef38e044b94821ae4d8e75ef20d7dd59d
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
2
3         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
4         Remove solib-svr4.o from the list.
5
6 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7
8         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
9         Use gdb_assert_not_reached instead of invalid boolean expression.
10
11 2013-04-09  Pedro Alves  <palves@redhat.com>
12
13         * remote.c (unpush_and_perror): New function.
14         (readchar, remote_serial_write): Use it.
15
16 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
17
18         * NEWS: Mention new btrace RSP packets.
19
20 2013-04-08  Tom Tromey  <tromey@redhat.com>
21
22         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
23         long.
24
25 2013-04-08  Tom Tromey  <tromey@redhat.com>
26
27         * maint.c (print_bfd_section_info): Print the section index.
28         * symmisc.c (dump_msymbols): Print the section index.
29
30 2013-04-08  Tom Tromey  <tromey@redhat.com>
31
32         PR symtab/8424:
33         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
34         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
35         * breakpoint.c (resolve_sal_pc): Update.
36         * elfread.c (elf_gnu_ifunc_record_cache): Update.
37         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
38         (minsym_lookup_iterator_cb): Use it.
39         (default_read_var_value): Update.
40         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
41         Update.
42         * infcmd.c (jump_command): Update.
43         * linespec.c (minsym_found): Update.
44         * maint.c (maintenance_translate_address): Update.
45         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
46         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
47         * parse.c (write_exp_msymbol): Update.
48         * printcmd.c (address_info): Update.
49         * psymtab.c (find_pc_sect_psymbol): Update.
50         (fixup_psymbol_section): Check SYMBOL_SECTION, not
51         SYMBOL_OBJ_SECTION.
52         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
53         Don't initialize SYMBOL_OBJ_SECTION.
54         * spu-tdep.c (spu_catch_start): Update.
55         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
56         * symmisc.c (dump_msymbols, print_symbol): Update.
57         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
58         how fallback section is computed.
59         (fixup_symbol_section): Update.
60         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
61         Update.
62         (allocate_symbol, initialize_symbol, allocate_template_symbol):
63         Initialize SYMBOL_SECTION.
64         * symtab.h (struct general_symbol_info) <section>: Update comment.
65         <obj_section>: Remove.
66         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
67         (SYMBOL_OBJFILE): New macro.
68
69 2013-04-08  Tom Tromey  <tromey@redhat.com>
70
71         * coffread.c (record_minimal_symbol): Update.
72         * dbxread.c (record_minimal_symbol): Update.
73         * elfread.c (record_minimal_symbol): Update.
74         * machoread.c (macho_symtab_add_minsym): Update.
75         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
76         Update.
77         * minsyms.c (prim_record_minimal_symbol): Update.
78         (prim_record_minimal_symbol_full): Remove 'bfd_section'
79         argument.
80         (prim_record_minimal_symbol_and_info): Likewise.
81         * minsyms.h (prim_record_minimal_symbol_full)
82         (prim_record_minimal_symbol_and_info): Update.
83         * symtab.c (allocate_symbol, initialize_symbol)
84         (allocate_template_symbol): Initialize SYMBOL_SECTION.
85         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
86         Update.
87
88 2013-04-08  Tom Tromey  <tromey@redhat.com>
89
90         PR symtab/8423:
91         * solib-som.c (som_solib_section_offsets): Use BFD section
92         indices.  Set offsets for all sections.
93         * somread.c (som_symtab_read): Compute BFD section for
94         symbol.  Use prim_record_minimal_symbol_and_info.
95         (som_symfile_read): Fix comment.
96         (struct find_section_offset_arg): New.
97         (find_section_offset, set_section_index): New functions.
98         (som_symfile_offsets): Use set_section_index to compute
99         section indices.
100
101 2013-04-08  Tom Tromey  <tromey@redhat.com>
102
103         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
104         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
105         gdb_bfd_section_index.
106         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
107         New functions.
108         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
109         Declare.
110         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
111         Update.
112         * objfiles.c (add_to_objfile_sections_full): New function.
113         (add_to_objfile_sections): Use it.
114         (build_section_table): Rewrite.
115         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
116         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
117         (struct objfile) <sections>: Update comment.
118         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
119         is NULL.
120         (ALL_OBJSECTIONS): Use it.
121         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
122         * solib-frv.c (frv_relocate_main_executable): Update.
123         * solib-target.c (solib_target_relocate_section_addresses):
124         Use gdb_bfd_section_index.
125         * symfile.c (build_section_addr_info_from_section_table):
126         Use gdb_bfd_section_index.
127         (build_section_addr_info_from_bfd, place_section): Likewise.
128         * symtab.c (fixup_section): Update.
129         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
130
131 2013-04-08  Tom Tromey  <tromey@redhat.com>
132
133         * minsyms.h (struct bound_minimal_symbol): New.
134         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
135         Remove objfile argument.
136         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
137         Return bound_minimal_symbol.
138         * minsyms.c (lookup_minimal_symbol_by_pc_1)
139         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
140         Return bound_minimal_symbol.
141         (in_gnu_ifunc_stub): Update.
142         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
143         Remove 'objfile_p' argument.
144         (lookup_solib_trampoline_symbol_by_pc): Update.
145         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
146         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
147         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
148         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
149         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
150         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
151         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
152         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
153         stack.c, symtab.c, tui/tui-disasm.c: Update.
154
155 2013-04-08  Tom Tromey  <tromey@redhat.com>
156
157         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
158         Use symbol's obstack, not an objfile.
159         * coffread.c (process_coff_symbol): Update.
160         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
161         * jv-lang.c (add_class_symbol): Update.
162         * mdebugread.c (new_symbol): Update.
163         * minsyms.c (prim_record_minimal_symbol_full)
164         (terminate_minimal_symbol_table): Update.
165         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
166         * stabsread.c (define_symbol, read_enum_type): Update.
167         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
168         Handle Ada specially.
169         (symbol_set_language): Add 'obstack' argument.
170         (symbol_set_names): Update.
171         (symbol_natural_name, symbol_demangled_name): Always use
172         ada_decode_symbol.
173         * symtab.h (struct general_symbol_info)
174         <language_specific::obstack>: New field.
175         <ada_mangled>: New field.
176         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
177         (symbol_set_language): Update.
178
179 2013-04-08  Tom Tromey  <tromey@redhat.com>
180
181         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
182         Take an obstack, not an objfile.
183         (symbol_set_names): Update.
184         * symtab.h (symbol_set_demangled_name): Update.
185
186 2013-04-08  Tom Tromey  <tromey@redhat.com>
187
188         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
189         allocate_symbol.
190         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
191         (read_func_scope): Call allocate_template_symbol.
192         (new_symbol_full): Call allocate_symbol.
193         * jit.c (finalize_symtab): Call allocate_symbol.
194         * jv-lang.c (add_class_symbol): Call allocate_symbol.
195         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
196         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
197         (common_block_end): Call allocate_symbol.
198         * symtab.c (allocate_symbol, initialize_symbol)
199         (allocate_template_symbol): New functions.
200         * symtab.c (allocate_symbol, initialize_symbol)
201         (allocate_template_symbol): Declare.
202         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
203
204 2013-04-08  Pedro Alves  <palves@redhat.com>
205             Keith Seitz  <keiths@redhat.com>
206
207         * breakpoint.c (create_breakpoint): Rename
208         "parse_condition_and_thread" parameter to "parse_arg".  Update
209         describing comment.  If !PARSE_ARG, then error out if ARG is not
210         the empty string after extracting the location.
211         * breakpoint.h (create_breakpoint): Rename
212         "parse_condition_and_thread" parameter to "parse_arg".
213
214 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
215
216         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
217
218 2013-04-07  Yao Qi  <yao@codesourcery.com>
219
220         * remote.c (remote_trace_find): Change type of parameters 'addr1'
221         and 'addr2' to CORE_ADDR.
222         * target.c (update_current_target): Update.
223         * target.h (struct target_ops) <to_trace_find>: Change parameter
224         type to CORE_ADDR.
225         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
226         'addr2' to CORE_ADDR.
227         (tfile_trace_find): Likewise.
228         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
229         Change local variable 'addr' to type CORE_ADDR.
230         * tracepoint.h (tfind_1): Update declaration.
231
232 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
233
234         * windows-nat.c (windows_get_absolute_argv0): Move from here...
235         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
236         Include main.h.
237
238         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
239         here...
240         * main.h (windows_get_absolute_argv0): ...to here.
241
242 2013-04-05  Doug Evans  <dje@google.com>
243
244         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
245         (read_cutu_die_from_dwo): Add comments.
246         (read_structure_type): Update comment.
247         (read_enumeration_type, read_namespace_type): Update comment.
248         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
249
250 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
251
252         Convert man pages to texinfo, new gdbinit.5 texinfo page.
253         * Makefile.in (gdb.z): Remove.
254         (install-only): Remove $(man1dir) and gdb.1 installation.
255         * gdb.1: Remove.
256
257 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
258
259         Fix compatibility with Linux kernel 3.8.3.
260         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
261         to more inner block.  Remove parsing of NUMBER from outer block.
262         Parse NUMBER only if KEYWORD has been identified.
263
264 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
265
266         Fix variable name shadowing.
267         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
268         filename to mapsfilename and update its uses.
269
270 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
271
272         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
273         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
274         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
275         details of the problem.
276
277 2013-04-04  Pedro Alves  <palves@redhat.com>
278             Hui Zhu  <hui@codesourcery.com>
279
280         * breakpoint.c (validate_commands_for_breakpoint): If validating a
281         tracepoint, reset its STEP_COUNT and call validate_actionline.
282
283 2013-04-03  Doug Evans  <dje@google.com>
284
285         * dwarf2read.c (read_die_and_siblings_1): Renamed from
286         read_die_and_siblings.
287         (read_die_and_siblings): New function.
288         (read_cutu_die_from_dwo): Dump die if requested.
289         (read_die_and_children): Call read_full_die_1 and
290         read_die_and_siblings_1.
291         (read_full_die): Dump die if requested.
292
293         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
294
295         * dwarf2read.c (struct dwo_file): New member comp_dir.
296         Rename member name to dwo_name.  All uses updated.
297         (hash_dwo_file): Include comp_dir in computation.
298         (eq_dwo_file): Ditto.
299         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
300         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
301
302         * psymtab.c (read_psymtabs_with_fullname): Don't call
303         psymtab_to_fullname if the basenames are different.
304
305 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
306
307         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
308         New entry about "fullname" presence.
309
310 2013-04-03  Pedro Alves  <palves@redhat.com>
311
312         * NEWS: Mention x86_64/Cygwin as new native configuration.
313
314 2013-04-02  Doug Evans  <dje@google.com>
315
316         * dwarf2read.c (read_structure_type): Fix typo in comment.
317
318 2013-04-02  Pedro Alves  <palves@redhat.com>
319
320         * NEWS: Mention "set/show debug aarch64", "set/show debug
321         coff-pe-read" and "set/show debug mach-o".
322
323 2013-04-02  Pedro Alves  <palves@redhat.com>
324
325         * NEWS: Mention "set/show remote trace-buffer-size-packet".
326
327 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
328
329         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
330         gdb_string.h is now in common/.
331
332 2013-04-02  Pedro Alves  <palves@redhat.com>
333
334         * NEWS: Move "set debug notification" and "set trace-buffer-size"
335         under "New options".
336
337 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
338
339         Revert this patch:
340         PR gdb/15275
341         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
342
343 2013-04-02  Pedro Alves  <palves@redhat.com>
344
345         PR gdb/15275
346
347         * remote.c (send_interrupt_sequence): Use remote_serial_write.
348         (remote_serial_write): New function.
349         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
350
351 2013-04-01  Jiong Wang  <jiwang@tilera.com>
352
353         * NEWS: Mention TILE-Gx in "New native configurations" and
354         "New targets" sections. 
355
356 2013-04-01  Doug Evans  <dje@google.com>
357
358         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
359         (process_enumeration_scope): Simplify.
360
361         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
362         type_unit_group ...
363         (struct signatured_type): ... to here.
364         (sig_type_ptr): New typedef.
365         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
366         out of union 't'.  All uses updated.
367         (dw2_get_file_names_reader): Assert not called for a type unit.
368         (dw2_get_file_names): Assert not called for a type unit or type
369         unit group.
370         (build_type_psymtabs_reader): Assert called for a type unit.
371         (build_type_psymtab_dependencies): Assert called for a type unit group.
372
373         * dwarf2read.c (free_dwo_file): Add comment.
374         (dwarf2_per_objfile_free): Unref dwp bfd.
375
376 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
377
378         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
379         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
380         (read_pe_exported_syms): Remove unused 'exportix'.
381         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
382         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
383         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
384
385 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
386
387         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
388         (print_it_watchpoint): Remove unused 'bl'.
389         (say_where): Remove unused 'uiout'.
390         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
391         (bkpt_breakpoint_hit): Remove unused 'b'.
392         (internal_bkpt_print_it): Remove unused 'uiout'.
393         * buildsym.c (augment_type_symtab): Remove unused 'i'.
394
395 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
396
397         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
398         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
399
400 2013-03-29  Doug Evans  <dje@google.com>
401
402         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
403         Delete arg is_dwp.  All callers updated.
404         (open_dwp_file): New function.
405         (open_and_init_dwp_file): Call it.
406         (get_dwp_file): New function.
407         (lookup_dwo_cutu): Call it.
408
409         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
410         unnecessary, cleanup.
411
412         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
413
414         * dwarf2read.c (read_cutu_die_from_dwo): New function.
415         (lookup_dwo_unit): New function.
416         (init_cutu_and_read_dies): Move DWO handling to new functions.
417
418         * dwarf2read.c (struct signatured_type): Tweak comment.
419         (struct dwo_unit): Tweak comment.
420         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
421         (create_dwo_debug_info_hash_table): Tweak comment.
422         (dwarf2_per_cu_offset_and_type): Tweak comment.
423
424         * dwarf2read.c (lookup_signatured_type): Remove complaint about
425         missing .debug_types section.
426
427 2013-03-29  Yao Qi  <yao@codesourcery.com>
428
429         * corelow.c: Include "completer.h".
430         (_initialize_corelow): Call add_target_with_completer with
431         argument 'filename_completer'.
432         * tracepoint.c: Likewise.
433         * exec.c (_initialize_exec): Likewise.
434         * target.c (add_target): Rename to ...
435         (add_target_with_completer): ... this.  Call set_cmd_completer
436         if parameter completer is not NULL.
437         (add_target): New.
438         * target.h: Include "command.h".
439         (add_target_with_completer): Declare it.
440
441 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
442
443         * coffread.c (is_import_fixup_symbol): New function.
444         (record_minimal_symbol): Use is_import_fixup_symbol to
445         detect import fixup symbols, and discard them.
446
447 2013-03-28  Doug Evans  <dje@google.com>
448
449         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
450         types hash table until we know we need it.
451
452         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
453         index numbers.
454
455         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
456         All callers updated.
457         (dw2_print_stats): Print #read CUs too.
458         (dump_die_shallow): Print signatured types better.
459
460         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
461         info_or_types_section to section.  All uses updated.
462         (struct dwo_unit): Ditto.
463
464 2013-03-28  Pedro Alves  <palves@redhat.com>
465
466         * NEWS (New options): New section.
467         (New options): Mention set/show remote trace-status-packet.
468         * remote.c (PACKET_qTStatus): New enumeration value.
469         (remote_get_trace_status): Skip sending qTStatus if the packet is
470         disabled.  Use packet_ok.
471         (_initialize_remote): Register a configuration command for
472         qTStatus packet.
473
474 2013-03-28  Doug Evans  <dje@google.com>
475
476         * symfile.c (find_separate_debug_file): Add comment.
477         (terminate_after_last_dir_separator): Tweak comment.
478
479         * dwarf2read.c (create_partial_symtab): Add forward decl.
480         (create_partial_symtab): Move to be closer to other psymtab functions.
481         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
482
483         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
484         (compute_symtab_includes): Remove unnecessary forward declaration.
485         (die_needs_namespace): Add comment marking group of functions for
486         dwarf2 name computation.
487
488         * typeprint.c (_initialize_typeprint): Improve type help text.
489
490         * python/python.c (finish_python_initialization): Provide suggestion
491         for how to tell gdb to find its python files.
492
493 2013-03-28  Pedro Alves  <palves@redhat.com>
494
495         PR gdb/15294
496
497         * source.c (_initialize_source): Change back "set listsize" to an
498         integer command.
499
500 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
501
502         PR gdb/15275
503         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
504
505 2013-03-27  Pedro Alves  <palves@redhat.com>
506
507         * top.c (history_size): Rename to ...
508         (history_size_setshow_var): ... this.  Add comment.
509         (show_commands): Use readline's 'history_length' instead of
510         computing the history length by calling history_get in a loop.
511         (set_history_size_command): Error out for sizes over INT_MAX.
512         Restore previous history size on invalid size.
513         (init_history): If HISTSIZE is negative, leave the history size as
514         zero.  Add comments.
515         (init_main): Adjust.
516
517 2013-03-27  Pedro Alves  <palves@redhat.com>
518
519         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
520         coff_pe_read" command to "set debug coff-pe-read".
521
522 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
523
524         * record.c (command_size_to_target_size): Fix size comparison.
525         Change parameter type from pointer to integer to integer.
526         Update all users.
527
528 2013-03-27  Pierre Muller  <muller@sourceware.org>
529
530         * windows-nat.c (handle_output_debug_string): Avoid typecast
531         from integer of different size warning.
532
533 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
534
535         * windows-nat.c (handle_output_debug_string): Add empty line
536         after local block variable definition.
537
538 2013-03-26  Pedro Alves  <palves@redhat.com>
539
540         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
541         (net_open): Make 'polls' local unsigned.
542
543 2013-03-26  Pedro Alves  <palves@redhat.com>
544
545         * remote.c (_initialize_remote): Make "set remoteaddresssize"
546         a zuinteger command instead of uinteger.
547
548 2013-03-26  Pedro Alves  <palves@redhat.com>
549
550         * record-full.c (record_full_insn_num): Make it unsigned.
551         (record_full_check_insn_num, record_full_message)
552         (record_full_registers_change, record_full_xfer_partial): Remove
553         record_full_insn_max_num check (it's always != 0).
554         (record_full_info, record_full_restore): Use %u as format string.
555         (): Use %u as format string.
556         (set_record_full_insn_max_num): Remove record_full_insn_max_num
557         check (it's always != 0).
558
559 2013-03-26  Pedro Alves  <palves@redhat.com>
560
561         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
562         and "set dcache size" commands zuinteger instead of uinteger.
563
564 2013-03-26  Pedro Alves  <palves@redhat.com>
565
566         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
567         command zuinteger instead of uinteger.
568
569 2013-03-26  Pedro Alves  <palves@redhat.com>
570
571         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
572         zuinteger instead of uinteger.
573
574 2013-03-26  Pedro Alves  <palves@redhat.com>
575
576         * record.c (record_insn_history_size_setshow_var)
577         (record_call_history_size_setshow_var): New globals.
578         (command_size_to_target_size): New function.
579         (cmd_record_insn_history, cmd_record_call_history): Use
580         command_size_to_target_size instead of cast.
581         (validate_history_size, set_record_insn_history_size)
582         (set_record_call_history_size): New functions.
583         (_initialize_record): Install set_record_insn_history_size and
584         set_record_call_history_size as "set" hooks of "set record
585         instruction-history-size" and "set record
586         function-call-history-size".
587
588 2013-03-26  Pedro Alves  <palves@redhat.com>
589
590         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
591         use with history_max_entries use.  Remove FIXME note.
592
593 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
594
595         * record-btrace.c (record_btrace_close): Call
596         record_btrace_auto_disable.
597
598 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
599
600         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
601
602 2013-03-25  Doug Evans  <dje@google.com>
603
604         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
605
606 2013-03-25  Tom Tromey  <tromey@redhat.com>
607
608         PR symtab/11462:
609         * c-exp.y (exp): Add new productions for destructors after '.' and
610         '->'.
611         (write_destructor_name): New function.
612
613 2013-03-25  Tom Tromey  <tromey@redhat.com>
614
615         PR c++/9197:
616         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
617         value_struct_elt, not lookup_struct_elt_type.
618         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
619         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
620         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
621
622 2013-03-25  Yao Qi  <yao@codesourcery.com>
623
624         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
625         instead of '_mkdir'.
626
627 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
628
629         * windows-nat.c (windows_get_absolute_argv0): New function.
630         * windows-nat.h: Add its prototype.
631
632         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
633         Use IS_DIR_SEPARATOR instead of looking for a character inside
634         SLASH_STRING.  Include filenames.h.
635         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
636         relocate_gdb_directory works when passed gdb_program_name.
637         Include windows-nat.h.
638
639 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
640
641         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
642         * remote.c (trace_error): Remove the special handling of '2'.
643         (readchar) <SERIAL_EOF>
644         (readchar) <SERIAL_ERROR>
645         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
646         (remote_get_trace_status): Call throw_exception if EX is
647         TARGET_CLOSE_ERROR.
648         * utils.c (perror_with_name): Rename to ...
649         (throw_perror_with_name): ... here.  New parameter errcode, describe it
650         in the function comment.
651         (perror_with_name): New function wrapper.
652         * utils.h (enum errors): New stub declaration.
653         (throw_perror_with_name): New declaration.
654
655 2013-03-22  Pedro Alves  <palves@redhat.com>
656             Yao Qi  <yao@codesourcery.com>
657             Mark Kettenis  <kettenis@gnu.org>
658
659         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
660         Don't let the user set the value to UINT_MAX directly.
661         <var_integer>: Don't let the user set the value to INT_MAX
662         directly.
663
664 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
665
666         * remote.c (remote_unpush_target): New function.
667         (remote_open_1): Remove two pop_target calls, update one comment, add
668         comment to target_preopen call.  Replace pop_target call by
669         remote_unpush_target call.
670         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
671         pop_target calls by remote_unpush_target calls.
672
673 2013-03-22  Pedro Alves  <palves@redhat.com>
674
675         * linux-nat.c (linux_child_follow_fork): Don't call
676         linux_enable_event_reporting.
677         (linux_handle_extended_wait): Don't call
678         linux_enable_event_reporting.
679
680 2013-03-22  Pedro Alves  <palves@redhat.com>
681
682         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
683         use it to rewrite the trampoline buffers with type gdb_byte[], and
684         undefine the macro.  Remove char* cast.
685
686 2013-03-21  Doug Evans  <dje@google.com>
687
688         New commands "mt set per-command {space,time,symtab} {on,off}".
689         * NEWS: Add entry.
690         * event-top.c: #include "maint.h".
691         * main.c: #include "maint.h".
692         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
693         timeval-utils.h, maint.h, cli/cli-setshow.h.
694         (per_command_time, per_command_space): New static globals.
695         (per_command_symtab): New static global.
696         (per_command_setlist, per_command_showlist): New static globals.
697         (struct cmd_stats): Move here from utils.c.
698         (set_per_command_time): Renamed from set_display_time in utils.c
699         and moved here.  All callers updated.
700         (set_per_command_space): Renamed from set_display_space in utils.c
701         and moved here.  All callers updated.
702         (count_symtabs_and_blocks): New function.
703         (report_command_stats): Moved here from utils.c.  Add support for
704         printing symtab stats.  Only print data if enabled before command
705         executed.
706         (make_command_stats_cleanup): Ditto.
707         (sert_per_command_cmd, show_per_command_cmd): New functions.
708         (_initialize_maint_cmds): Add new commands
709         mt set per-command {space,time,symtab} {on,off}.
710         * maint.h: New file.
711         * top.c: #include "maint.h".
712         * utils.c (reset_prompt_for_continue_wait_time): New function.
713         (get_prompt_for_continue_wait_time): New function.
714         * utils.h (reset_prompt_for_continue_wait_time): Declare
715         (get_prompt_for_continue_wait_time): Declare.
716         (make_command_stats_cleanup): Moved to maint.h.
717         (set_display_time, set_display_space): Moved to maint.h and renamed
718         to set_per_command_time, set_per_command_space.
719         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
720         parse_binary_operation and made non-static.  Don't call error,
721         just return an error marker.  All callers updated.
722         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
723
724 2013-03-21  Tom Tromey  <tromey@redhat.com>
725
726         * symfile.c (alloc_section_addr_info): Update header.  Don't set
727         'num_sections' field.
728         (build_section_addr_info_from_section_table): Set 'num_sections'.
729         (build_section_addr_info_from_bfd): Likewise.
730         (build_section_addr_info_from_objfile): Remove dead loop
731         condition.
732         (free_section_addr_info): Unconditionally call xfree.
733         (relative_addr_info_to_section_offsets, addrs_section_sort)
734         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
735         condition.
736         (syms_from_objfile_1): Remove dead 'if' condition.  Check
737         'num_sections'.
738         (add_symbol_file_command): Set 'num_sections'.
739         * symfile-mem.c (symbol_file_add_from_memory): Set
740         'num_sections'.
741         * somread.c (som_symfile_offsets): Remove dead loop condition.
742         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
743         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
744
745 2013-03-21  Tom Tromey  <tromey@redhat.com>
746
747         * tracepoint.h (decode_agent_options): Add 'trace_string'
748         argument.
749         * tracepoint.c (decode_agent_options): Add 'trace_string'
750         argument.
751         (validate_actionline): Update.
752         (collect_symbol): Add 'trace_string' argument.
753         (struct add_local_symbols_data) <trace_string>: New field.
754         (do_collect_symbol): Update.
755         (add_local_symbols): Add 'trace_string' argument.
756         (encode_actions_1): Update.
757         (trace_dump_actions): Update.
758         * dwarf2loc.c (access_memory): Update.
759         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
760         * ax-general.c (new_agent_expr): Update.
761         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
762         (gen_trace_for_return_address): Add argument.
763         (trace_kludge, trace_string_kludge): Remove.
764         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
765         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
766         (gen_trace_for_var): Add 'trace_string' argument.
767         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
768         (gen_printf, agent_eval_command_one): Update.
769
770 2013-03-21  Tom Tromey  <tromey@redhat.com>
771
772         PR exp/15109:
773         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
774         Handle FILENAME token.
775
776 2013-03-21  Tom Tromey  <tromey@redhat.com>
777
778         * c-exp.y (YYPRINT): Define.
779         (c_print_token): New function.
780
781 2013-03-21  Tom Tromey  <tromey@redhat.com>
782
783         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
784
785 2013-03-21  Yao Qi  <yao@codesourcery.com>
786
787         * ctf.c: Include "gdb_stat.h".
788         [USE_WIN32API]: New macro 'mkdir'.
789         (ctf_start): Use permission bits macros if they are defined.
790
791 2013-03-20  Keith Seitz  <keiths@redhat.com>
792
793         * breakpoint.h (struct breakpoint): Add comment to
794         extra_string indicating that this member is mallod'd.
795         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
796
797 2013-03-20  Pedro Alves  <palves@redhat.com>
798
799         PR gdb/15289
800
801         * cli/cli-setshow.c (do_set_command)
802         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
803         the result of parsing the command argument.  Throw error if the
804         value is greater than UINT_MAX.  Print the invalid value with
805         plongest.
806         <var_integer, var_zinteger>: Use LONGEST for variable holding the
807         result of parsing the command argument.  Throw error if the value
808         is greater than INT_MAX, not greater or equal.  Also throw error
809         if the value is less than INT_MIN.  Print the invalid value with
810         plongest.
811         <var_zuinteger_unlimited>: Throw error if the value is greater
812         than INT_MAX, not greater or equal.
813         (do_show_command) <var_integer, var_zinteger,
814         var_zuinteger_unlimited>: Use %d for printing int, not %u.
815
816 2013-03-20  Tom Tromey  <tromey@redhat.com>
817
818         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
819         if possible.
820         * dwarf2read.c (read_func_scope): Remove old FIXME.
821         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
822         not LOC_COMPUTED.
823         * findvar.c (symbol_read_needs_frame, default_read_var_value):
824         Unconditionally call via computed ops, if possible.
825         * printcmd.c (address_info): Unconditionally call via computed ops,
826         if possible.
827         * stack.c (read_frame_arg): Unconditionally call via computed ops,
828         if possible.
829         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
830         * tracepoint.c (scope_info): Unconditionally call via computed ops,
831         if possible.
832
833 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
834             Tom Tromey  <tromey@redhat.com>
835
836         PR symtab/8421:
837         * coffread.c (coff_register_index): New global.
838         (process_coff_symbol, coff_read_enum_type): Set
839         SYMBOL_ACLASS_INDEX.
840         (_initialize_coffread): Initialize new global.
841         * dwarf2loc.c (locexpr_find_frame_base_location)
842         (dwarf2_block_frame_base_locexpr_funcs)
843         (loclist_find_frame_base_location)
844         (dwarf2_block_frame_base_loclist_funcs): New.
845         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
846         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
847         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
848         (dwarf2_block_frame_base_loclist_funcs): New.
849         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
850         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
851         globals.
852         (read_func_scope): Update.
853         (fixup_go_packaging, mark_common_block_symbol_computed)
854         (var_decode_location, new_symbol_full, dwarf2_const_value):
855         Set SYMBOL_ACLASS_INDEX.
856         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
857         (_initialize_dwarf2_read): Initialize new globals.
858         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
859         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
860         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
861         globals.
862         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
863         (_initialize_mdebugread): Initialize new globals.
864         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
865         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
866         (stab_register_index, stab_regparm_index): New globals.
867         (define_symbol, read_enum_type, common_block_end): Set
868         SYMBOL_ACLASS_INDEX.
869         (_initialize_stabsread): Initialize new globals.
870         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
871         globals.
872         (MAX_SYMBOL_IMPLS): New define.
873         (register_symbol_computed_impl, register_symbol_block_impl)
874         (register_symbol_register_impl)
875         (initialize_ordinary_address_classes): New functions.
876         (_initialize_symtab): Call initialize_ordinary_address_classes.
877         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
878         (struct symbol_impl): New.
879         (SYMBOL_ACLASS_BITS): New define.
880         (struct symbol) <aclass, ops>: Remove fields.
881         <aclass_index>: New field.
882         (symbol_impls): Declare.
883         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
884         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
885         (register_symbol_computed_impl, register_symbol_block_impl)
886         (register_symbol_register_impl): Declare.
887         (struct symbol_computed_ops): Add location_has_loclist.
888         (struct symbol_block_ops): New.
889         (SYMBOL_BLOCK_OPS): New.
890         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
891
892 2013-03-20  Tom Tromey  <tromey@redhat.com>
893
894         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
895         (print_partial_symbols, recursively_search_psymtabs): Use
896         PSYMBOL_CLASS.
897
898 2013-03-20  Pierre Muller  <muller@sourceware.org>
899
900         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
901         addtion, subtraction, multiplication and division binary operator.
902
903 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
904
905         Code cleanup.
906         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
907         * bsd-kvm.c (bsd_kvm_close): Likewise.
908         * bsd-uthread.c (bsd_uthread_close): Likewise.
909         * corelow.c (core_close): Likewise.
910         (core_close_cleanup): Remove parameter quitting from a caller.
911         * event-top.c (async_disconnect): Likewise.
912         * exec.c (exec_close_1): Remove parameter quitting.
913         * go32-nat.c (go32_close): Likewise.
914         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
915         parameter quitting from a caller.
916         * mips-linux-nat.c (super_close): Remove parameter quitting from the
917         variable.
918         (mips_linux_close): Remove parameter quitting.  Remove parameter
919         quitting from a caller.
920         * monitor.c (monitor_close): Remove parameter quitting.
921         * monitor.h (monitor_close): Likewise.
922         * record-btrace.c (record_btrace_close): Likewise.
923         * record-full.c (record_full_close): Likewise.
924         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
925         it also from fprintf_unfiltered.
926         * remote-mips.c (mips_close): Remove parameter quitting.
927         (mips_detach): Remove parameter quitting from a caller.
928         * remote-sim.c (gdbsim_close): Remove parameter quitting.
929         (gdbsim_close): Remove duplicate function comment.  Remove parameter
930         quitting and remove it also from printf_filtered.
931         * remote.c (remote_close): Remove parameter quitting.
932         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
933         * target.c (update_current_target): Remove parameter int from to_close
934         de_fault.
935         (push_target, unpush_target, pop_target): Remove parameter quitting from
936         a caller.
937         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
938         Remove parameter quitting from a caller.
939         (target_preopen): Remove parameter quitting from a caller.
940         (target_close): Remove parameter quitting.  Remove parameter quitting
941         from a caller two times.  Remove parameter quitting also from
942         fprintf_unfiltered.
943         * target.h (struct target_ops): Remove parameter quitting and as int
944         from fields to_xclose and to_close.
945         (extern struct target_ops current_target):
946         (target_close, pop_all_targets): Remove parameter quitting.  Update the
947         comment.
948         (pop_all_targets_above): Remove parameter quitting.
949         * top.c (quit_target): Remove parameter quitting from a caller.
950         * tracepoint.c (tfile_close): Remove parameter quitting.
951         * windows-nat.c (windows_close): Remove parameter quitting.
952
953 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
954
955         * windows-nat.c (handle_output_debug_string): Replace call
956         to string_to_core_addr with call to strtoull.
957
958 2013-03-20  Yao Qi  <yao@codesourcery.com>
959
960         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
961         and write it to CTF metadata.
962
963 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
964
965         * windows-nat.c (handle_output_debug_string): Change type of n to
966         SIZE_T to avoid crash on 64 bit systems.
967
968 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
969
970         * python/python-internal.h (HAVE_SNPRINTF)
971         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
972         about redefinition of snprintf by pyerrors.h.
973
974 2013-03-15  Steve Ellcey  <sellcey@mips.com>
975
976         * remote-sim.c (sim_command_completer): Make char arguments const.
977
978 2013-03-15  Tom Tromey  <tromey@redhat.com>
979
980         PR c++/15116:
981         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
982
983 2013-03-14  Tom Tromey  <tromey@redhat.com>
984
985         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
986         New fields.
987         (get_file_crc): Move from symfile.c.
988         (gdb_bfd_crc): New function.
989         * gdb_bfd.h (gdb_bfd_crc): Declare.
990         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
991         * symfile.c (get_file_crc): Move to gdb_bfd.c.
992         (separate_debug_file_exists): Use gdb_bfd_crc.
993
994 2013-03-14  Tom Tromey  <tromey@redhat.com>
995
996         * symfile.c (get_debug_link_info): Remove.
997         (find_separate_debug_file_by_debuglink): Use
998         bfd_get_debug_link_info.
999
1000 2013-03-14  Tom Tromey  <tromey@redhat.com>
1001
1002         * symtab.c (error_in_psymtab_expansion): New function.
1003         (lookup_symbol_aux_quick)
1004         (basic_lookup_transparent_type_quick): Remove "last resort"
1005         code.  Use error_in_psymtab_expansion.
1006
1007 2013-03-14  Doug Evans  <dje@google.com>
1008             Jan Kratochvil  <jan.kratochvil@redhat.com>
1009
1010         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
1011         any successful compare_filenames_for_search or FILENAME_CMP.
1012         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
1013         * symtab.c (iterate_over_some_symtabs): Likewise.
1014
1015 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1016
1017         * source.c (print_source_lines_base): Make a local copy of
1018         symtab_to_fullname.
1019
1020 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
1021             Jan Kratochvil  <jan.kratochvil@redhat.com>
1022
1023         * source.c (print_source_lines_base): Suppress "file" for TUI.
1024
1025 2013-03-14  Keith Seitz  <keiths@redhat.com>
1026             Alan Matsuoka  <alanm@redhat.com>
1027
1028         PR c++/15203
1029         PR c++/15210
1030         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
1031         TYPE_CODE_METHOD.
1032         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
1033         symbols.
1034
1035 2013-03-14  Yao Qi  <yao@codesourcery.com>
1036
1037         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
1038         status to tfile if trace is stopped by command 'tstop'.
1039
1040 2013-03-14  Yao Qi  <yao@codesourcery.com>
1041
1042         * tracepoint.c (tfile_write_status): Write trace notes and user
1043         name into tfile if they are not NULL.
1044
1045 2013-03-14  Hui Zhu  <hui@codesourcery.com>
1046             Yao Qi  <yao@codesourcery.com>
1047
1048         * Makefile.in (REMOTE_OBS): Add ctf.o.
1049         (SFILES): Add ctf.c.
1050         (HFILES_NO_SRCDIR): Add ctf.h.
1051         * ctf.c, ctf.h: New files.
1052         * tracepoint.c: Include 'ctf.h'.
1053         (collect_pseudocommand): Remove static.
1054         (trace_save_command): Parse option "-ctf".
1055         Produce different trace file writers per option.
1056         Adjust output message.
1057         (trace_save_tfile, trace_save_ctf): New.
1058         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
1059         * mi/mi-main.c: Include 'ctf.h'.
1060         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
1061         trace_save_tfile or trace_save_ctf.
1062         * NEWS: Mention these changes.
1063
1064 2013-03-14  Yao Qi  <yao@codesourcery.com>
1065
1066         * tracepoint.c (trace_file_writer_xfree): New.
1067         (struct tfile_writer_data): New.
1068         (tfile_dtor, tfile_can_target_save, tfile_start): New.
1069         (tfile_write_header, tfile_write_regblock_type): New.
1070         (tfile_write_status, tfile_write_uploaded_tsv): New.
1071         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
1072         (tfile_write_raw_data, (tfile_end): New.
1073         (tfile_write_ops): New global variable.
1074         (TRACE_WRITE_R_BLOCK): New macro.
1075         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
1076         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
1077         (TRACE_WRITE_V_BLOCK): New macro.
1078         (trace_save): Add extra one parameter WRITER.  Make it static.
1079         Use WRITER to writer trace.
1080         (tfile_trace_file_writer_new): New.
1081         (trace_save_command): Caller update.
1082         (trace_save_tfile): Write trace data in TFILE format.
1083         * tracepoint.h (struct trace_frame_write_ops): New.
1084         (struct trace_file_write_ops): New.
1085         (struct trace_file_writer): New.
1086         (trace_save): Remove its declaration.
1087         (trace_save_tfile): Declare it.
1088         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
1089         instead of trace_save.
1090
1091 2013-03-13  Pedro Alves  <palves@redhat.com>
1092
1093         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
1094
1095 2013-03-13  Pedro Alves  <palves@redhat.com>
1096
1097         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
1098         commented out code.
1099         * demangle.c (current_demangling_style_string): Make it const.
1100         (set_demangling_command): Assert the demangling style is known.
1101         Remove all handling of unknown styles.  Set
1102         'current_demangling_style_string' to an element of the
1103         demangling_style_names array.
1104         (set_demangling_style): Delete.
1105         (_initialize_demangler): Set current_demangling_style_string to the
1106         element of the demangling_style_names array that corresponds to
1107         the default demangling style.  Remove FIXME note.  Don't call
1108         set_demangling_style.
1109         * gdb-demangle.h (set_demangling_style): Remove declaration.
1110
1111 2013-03-13  Pedro Alves  <palves@redhat.com>
1112
1113         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
1114         fields const.
1115         (ada_make_symbol_completion_list): Make "text0" parameter const.
1116         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
1117         * breakpoint.c (condition_completer): Make "text" and "word"
1118         parameters const.  Adjust.
1119         (check_tracepoint_command): Adjust to validate_actionline
1120         prototype change.
1121         (catch_syscall_completer): Make "text" and "word" parameters
1122         const.
1123         * cli/cli-cmds.c (show_user): Make "comname" local const.
1124         (valid_command_p): Make "command" parameter const.
1125         (alias_command): Make "alias_prefix" and "command_prefix" locals
1126         const.
1127         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
1128         (add_alias_cmd): Make "name" and "oldname" parameters const.
1129         Adjust.  No longer make copy of OLDNAME.
1130         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
1131         (add_setshow_cmd_full, add_setshow_enum_cmd)
1132         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1133         (add_setshow_filename_cmd, add_setshow_string_cmd)
1134         (add_setshow_string_noescape_cmd)
1135         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
1136         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
1137         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
1138         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
1139         Make "name" parameter const.
1140         (help_cmd): Rename "command" parameter to "arg".  New const local
1141         "command".
1142         (find_cmd): Make "command" parameter const.
1143         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
1144         deprecated_cmd_warning prototype change.
1145         (undef_cmd_error): Make "cmdtype" parameter const.
1146         (lookup_cmd): Make "line" parameter const.
1147         (deprecated_cmd_warning): Change type of "text" parameter to
1148         pointer to const char, from pointer to pointer to char.  Adjust.
1149         (lookup_cmd_composition): Make "text" parameter const.
1150         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
1151         parameters const.
1152         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
1153         const.
1154         * cli/cli-script.c (validate_comname): Make "tem" local const.
1155         (define_command): New const local "tem_c".  Use it in calls to
1156         lookup_cmd.
1157         (document_command): Make "tem" and "comfull" locals const.
1158         (show_user_1): Make "prefix" and "name" parameters const.
1159         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
1160         const.
1161         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
1162         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
1163         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
1164         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
1165         (complete_on_enum, add_setshow_enum_cmd)
1166         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1167         (add_setshow_filename_cmd, add_setshow_string_cmd)
1168         (add_setshow_string_noescape_cmd)
1169         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
1170         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
1171         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
1172         Change prototypes, constifying strings.
1173         * completer.c (noop_completer, filename_completer): Make "text"
1174         and "prefix" parameters const.
1175         (location_completer, expression_completer)
1176         (complete_line_internal): Make "text" and "prefix" parameters
1177         const and adjust.
1178         (command_completer, signal_completer): Make "text" and "prefix"
1179         parameters const.
1180         * completer.h (noop_completer, filename_completer)
1181         (expression_completer, location_completer, command_completer)
1182         (signal_completer): Change prototypes.
1183         * corefile.c (complete_set_gnutarget): Make "text" and "word"
1184         parameters const.
1185         * cp-abi.c (cp_abi_completer): Likewise.
1186         * expression.h (parse_expression_for_completion): Change
1187         prototype.
1188         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
1189         parameters const.
1190         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
1191         * infrun.c (handle_completer): Make "text" and "word" parameters
1192         const.
1193         * interps.c (interpreter_completer): Make "text" and "word"
1194         parameters const.
1195         * language.h (struct language_defn)
1196         <la_make_symbol_completion_list>: Make "text" and "word"
1197         parameters const.
1198         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
1199         (parse_exp_in_context): Rename to ...
1200         (parse_exp_in_context_1): ... this.
1201         (parse_exp_in_context): Reimplement, with const hack from
1202         parse_exp_1.
1203         (parse_expression_for_completion): Make "string" parameter const.
1204         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
1205         to pointer to const char.  Adjust.
1206         (print_command_1): Make "exp" parameter const.
1207         (output_command): Rename to ...
1208         (output_command_const): ... this.  Make "exp" parameter const.
1209         (output_command): Reimplement.
1210         (x_command): Adjust.
1211         (display_command): Rename "exp" parameter to "arg".  New "exp"
1212         local, const version of "arg".
1213         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
1214         "cmd_name" local const.
1215         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
1216         call.
1217         (cmdpy_completer): Make "text" and "word" parameters const.
1218         (gdbpy_parse_command_name): Make "prefix_text2" local const.
1219         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
1220         const.
1221         * remote.c (_initialize_remote): Make "cmd_name" local const.
1222         * symtab.c (language_search_unquoted_string): Make "text" and "p"
1223         parameters const.  Adjust.
1224         (completion_list_add_fields): Make "sym_text", "text" and "word"
1225         parameters const.
1226         (struct add_name_data) <sym_text, text, word>: Make fields const.
1227         (default_make_symbol_completion_list_break_on): Make "text" and
1228         "word" parameters const.  Adjust locals.
1229         (default_make_symbol_completion_list)
1230         (make_symbol_completion_list, make_symbol_completion_type)
1231         (make_symbol_completion_list_fn): Make "text" and "word"
1232         parameters const.
1233         (make_file_symbol_completion_list): Make "text", "word" and
1234         "srcfile" parameters const.  Adjust locals.
1235         (add_filename_to_list): Make "text" and "word" parameters const.
1236         (struct add_partial_filename_data) <text, word>: Make fields
1237         const.
1238         (make_source_files_completion_list): Make "text" and "word"
1239         parameters const.
1240         * symtab.h (default_make_symbol_completion_list_break_on)
1241         (default_make_symbol_completion_list, make_symbol_completion_list)
1242         (make_symbol_completion_type enum type_code)
1243         (make_symbol_completion_list_fn make_file_symbol_completion_list)
1244         (make_source_files_completion_list): Change prototype.
1245         * top.c (execute_command): Adjust to pass pointer to pointer to
1246         const char to lookup_cmd, and to deprecated_cmd_warning prototype
1247         change.
1248         (set_verbose): Make "cmdname" local const.
1249         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
1250         and adjust.
1251         (validate_actionline): Make "line" parameter a pointer to const
1252         char, and adjust.
1253         (encode_actions_1): Make "action_exp" local const, and adjust.
1254         (encode_actions): Adjust.
1255         (replace_comma): Delete.
1256         (trace_dump_actions): Make "action_exp" and "next_comma" locals
1257         const, and adjust.  Don't frob the action string while splitting
1258         it at commas.  Instead, make a copy of each split substring in
1259         turn.
1260         (trace_dump_command): Adjust to validate_actionline prototype
1261         change.
1262         * tracepoint.h (decode_agent_options, decode_agent_options)
1263         (encode_actions, validate_actionline): Change prototypes.
1264         * valprint.h (output_command): Delete declaration.
1265         (output_command_const): Declare.
1266         * value.c (function_destroyer): Cast const away in xfree call.
1267
1268 2013-03-13  Pedro Alves  <palves@redhat.com>
1269
1270         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
1271         rather than casting 'const char * const *' to 'const char **'.
1272         * ada-lex.l (processInt): Make "trailer" local const.  Remove
1273         'const char **' cast.
1274         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
1275         locals, and use those as strtol output pointer, instead than doing
1276         invalid casts to from 'const char **' to 'char **'.
1277         (_initialize_demangle): Remove cast.
1278         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
1279         locals, and use those as strtol output pointer, instead than doing
1280         invalid casts to from 'const char **' to 'char **'.
1281         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
1282         casts.
1283         * stap-probe.c (stap_parse_register_operand)
1284         (stap_parse_single_operand): Likewise.
1285
1286 2013-03-13  Yao Qi  <yao@codesourcery.com>
1287
1288         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
1289         the last matched 'V' blcok in trace frame.
1290
1291 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
1292
1293         * NEWS: Create a new section for the next release branch.
1294         Rename the section of the current branch, now that it has
1295         been cut.
1296
1297 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
1298
1299         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
1300         * version.in: Bump version to 7.6.50.20130312-cvs.
1301
1302 2013-03-12  Keith Seitz  <keiths@redhat.com>
1303
1304         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
1305         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
1306         Remove temporary copy of input string.
1307         (mi_execute_command_wrapper): Make "cmd" const.
1308         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
1309         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
1310         Use const strings.
1311         (mi_parse): Make "cmd" const.
1312         Use const strings.
1313         * mi/mi-parse.h (mi_parse): Make "cmd" const.
1314
1315 2013-03-12  Keith Seitz  <keiths@redhat.com>
1316
1317         * ada-lang.c (ada_read_renaming_var_value): Pass const
1318         pointer to expression string to parse_exp_1.
1319         (create_excep_cond_exprs): Likewise.
1320         * ax-gdb.c (agent_eval_command_one): Likewise.
1321         (maint_agent_printf_command): Likewise.
1322         Constify much of the string handling/parsing.
1323         * breakpoint.c (set_breakpoint_condition): Pass const
1324         pointer to expression string to parse_exp_1.
1325         (update_watchpoint): Likewise.
1326         (parse_cmd_to_aexpr): Constify string handling.
1327         Pass const pointer to parse_exp_1.
1328         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
1329         (find_condition_and_thread): Likewise.
1330         Make TOK const.
1331         (watch_command_1): Make "arg" const.
1332         Constify string handling.
1333         Copy the expression string instead of changing the input
1334         string.
1335         (update_breakpoint_location): Pass const pointer to
1336         parse_exp_1.
1337         * eval.c (parse_and_eval_address): Make "exp" const.
1338         (parse_to_comma_and_eval): Make "expp" const.
1339         (parse_and_eval): Make "exp" const.
1340         * expression.h (parse_expression): Make argument const.
1341         (parse_exp_1): Make first argument const.
1342         * findcmd.c (parse_find_args): Treat "args" as const.
1343         * linespec.c (parse_linespec): Pass const pointer to
1344         linespec_expression_to_pc.
1345         (linespec_expression_to_pc): Make "exp_ptr" const.
1346         * parse.c (parse_exp_1): Make "stringptr" const.
1347         Make a copy of the expression to pass to parse_exp_in_context until
1348         this whole interface can be constified.
1349         (parse_expression): Make "string" const.
1350         * printcmd.c (ui_printf): Treat "arg" as const.
1351         Handle const strings.
1352         * tracepoint.c (validate_actionline): Pass const pointer to
1353         all calls to parse_exp_1.
1354         (encode_actions_1): Likewise.
1355         * value.h (parse_to_comma_and_eval): Make argument const.
1356         (parse_and_eval_address): Likewise.
1357         (parse_and_eval): Likewise.
1358         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
1359         (varobj_set_value): Likewise.
1360         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
1361         constify string handling.
1362         Pass const pointers to parse_and_eval_address and
1363         parse_to_comman_and_eval.
1364         * cli/cli-utils.c (skip_to_space): Rename to ...
1365         (skip_to_space_const): ... this. Handle const strings.
1366         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
1367         skip_to_space_const.
1368         (skip_to_space_const): Declare.
1369         * common/format.c (parse_format_string): Make "arg" const.
1370         Handle const strings.
1371         * common/format.h (parse_format_string): Make "arg" const.
1372         * gdbserver/ax.c (ax_printf): Make "format" const.
1373         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
1374         of the expression string.
1375
1376 2013-03-12  Hui Zhu  <hui@codesourcery.com>
1377
1378         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
1379
1380 2013-03-12  Yao Qi  <yao@codesourcery.com>
1381             Hui Zhu  <hui@codesourcery.com>
1382
1383         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
1384         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
1385         DW_OP_deref_size.
1386
1387 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
1388
1389         * ada-lex.l (rules): Only recognize 'thread' as a
1390         delimiter when followed by numerals, as for c-exp.y.
1391         Use new rewind_to_char function to rewind the input for
1392         expression-delimiting tokens.
1393         (rewind_to_char): New function.
1394
1395 2013-03-11  Pedro Alves  <palves@redhat.com>
1396             Jan Kratochvil  <jan.kratochvil@redhat.com>
1397
1398         * configure: Regenerate.
1399         * configure.ac (check dynamic export flag): Link python test with
1400         $PYTHON_LIBS.
1401
1402 2013-03-11  Doug Evans  <dje@google.com>
1403             Keith Seitz  <keiths@redhat.com>
1404
1405         * linespec.c (find_linespec_symbols): Call find_function_symbols
1406         first, and then call lookup_prefix_sym/find_method.
1407
1408 2013-03-11  Pedro Alves  <palves@redhat.com>
1409
1410         * charset.c (convert_between_encodings): Don't cast between
1411         different pointer to pointer types.  Instead, make the 'inp' local
1412         be of the type iconv expects.
1413         (wchar_iterate): Don't cast between different pointer to pointer
1414         types.  Instead, use new pointer local of the type iconv expects.
1415         * target.c (target_read_stralloc, target_fileio_read_stralloc):
1416         Add new local of type char pointer, and use it to get a
1417         char/string view of the byte buffer, instead of casting between
1418         pointer to pointer types.
1419
1420 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1421
1422         * remote.c (remote_set_trace_buffer_size): Move != operator
1423         to the start of next line to fix an ARI warning.
1424
1425 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1426
1427         * NEWS: Add record changes.
1428
1429 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1430
1431         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
1432         the instruction history disassembly.
1433         * disasm.c (dump_insns): Omit the pc prefix, if requested.
1434         * disasm.h (DISASSEMBLY_OMIT_PC): New.
1435
1436 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1437
1438         * Makefile.in (SFILES): Add record-btrace.c
1439         (COMMON_OBS): Add record-btrace.o
1440         * record-btrace.c: New.
1441         * objfiles.c: Include btrace.h.
1442         (free_objfile): call btrace_free_objfile.
1443
1444 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1445
1446         * target.c (target_call_history, target_call_history_from,
1447         target_call_history_range): New.
1448         * target.h (target_ops) <to_call_history, to_call_history_from,
1449         to_call_history_range>: New fields.
1450         (target_call_history, target_call_history_from,
1451         target_call_history_range): New declaration.
1452         * record.c (get_call_history_modifiers, cmd_record_call_history,
1453         record_call_history_size): New.
1454         (_initialize_record): Add the "record function-call-history" command.
1455         Add "set/show record function-call-history-size" commands.
1456         * record.h (record_print_flag): New.
1457
1458 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1459
1460         * target.h (target_ops) <to_insn_history, to_insn_history_from,
1461         to_insn_history_range>: New fields.
1462         (target_insn_history): New.
1463         (target_insn_history_from): New.
1464         (target_insn_history_range): New.
1465         * target.c (target_insn_history): New.
1466         (target_insn_history_from): New.
1467         (target_insn_history_range): New.
1468         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
1469         (record_insn_history_size): New.
1470         (get_insn_number): New.
1471         (get_context_size): New.
1472         (no_chunk): New.
1473         (get_insn_history_modifiers): New.
1474         (cmd_record_insn_history): New.
1475         (_initialize_record): Add "set/show record instruction-history-size"
1476         command. Add "record instruction-history" command.
1477
1478 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1479
1480         * record.h (record_disconnect): New.
1481         (record_detach): New.
1482         (record_mourn_inferior): New.
1483         (record_kill): New.
1484         * record-full.c (record_disconnect, record_detach,
1485         record_mourn_inferior, record_kill): Move to...
1486         * record.c: ...here.
1487         (DEBUG): New.
1488         (record_stop): New.
1489         (record_unpush): New.
1490         (cmd_record_stop): Call record_stop. Replace unpush_target
1491         call with record_unpush call.
1492         (record_disconnect, record_detach): Assert that the target
1493         is of record stratum. Call record_unpush, record_stop, and
1494         DEBUG.
1495         (record_mourn_inferior, record_kill): Assert that the target
1496         is of record stratum. Call record_unpush and DEBUG.
1497
1498 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1499
1500         * record-full.h, record-full.c (record_memory_query): Rename
1501         to ...
1502         (record_full_memory_query): ...this. Update all users.
1503         (record_arch_list_add_reg): Rename to ...
1504         (record_full_arch_list_add_reg): ...this. Update all users.
1505         (record_arch_list_add_mem): Rename to ...
1506         (record_full_arch_list_add_mem): ...this. Update all users.
1507         (record_arch_list_add_end): Rename to ...
1508         (record_full_arch_list_add_end): ...this. Update all users.
1509         (record_gdb_operation_disable_set): Rename to ...
1510         (record_full_gdb_operation_disable_set): ...this.
1511         Update all users.
1512
1513 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1514
1515         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
1516         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
1517         (RECORD_IS_REPLAY): Renamed to ...
1518         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
1519         (RECORD_FILE_MAGIC): Renamed to ...
1520         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
1521         (record_mem_entry): Renamed to ...
1522         (record_full_mem_entry): ... this. Updated all users.
1523         (record_reg_entry): Renamed to ...
1524         (record_full_reg_entry): ... this. Updated all users.
1525         (record_end_entry): Renamed to ...
1526         (record_full_end_entry): ... this. Updated all users.
1527         (record_type) <record_end, record_reg, record_mem>: Renamed
1528         to ...
1529         (record_full_type) <record_full_end, record_full_reg,
1530         record_full_mem>: ... this. Updated all users.
1531         (record_entry): Renamed to ...
1532         (record_full_entry): ... this. Updated all users.
1533         (record_core_buf_entry): Renamed to ...
1534         (record_full_core_buf_entry): ... this. Updated all users.
1535         (record_core_regbuf): Renamed to ...
1536         (record_full_core_regbuf): ... this. Updated all users.
1537         (record_core_start): Renamed to ...
1538         (record_full_core_start): ... this. Updated all users.
1539         (record_core_end): Renamed to ...
1540         (record_full_core_end): ... this. Updated all users.
1541         (record_core_buf_list): Renamed to ...
1542         (record_full_core_buf_list): ... this. Updated all users.
1543         (record_first): Renamed to ...
1544         (record_full_first): ... this. Updated all users.
1545         (record_list): Renamed to ...
1546         (record_full_list): ... this. Updated all users.
1547         (record_arch_list_head): Renamed to ...
1548         (record_full_arch_list_head): ... this. Updated all users.
1549         (record_arch_list_tail): Renamed to ...
1550         (record_full_arch_list_tail): ... this. Updated all users.
1551         (record_stop_at_limit): Renamed to ...
1552         (record_full_stop_at_limit): ... this. Updated all users.
1553         (record_insn_max_num): Renamed to ...
1554         (record_full_insn_max_num): ... this. Updated all users.
1555         (record_insn_num): Renamed to ...
1556         (record_full_insn_num): ... this. Updated all users.
1557         (record_insn_count): Renamed to ...
1558         (record_full_insn_count): ... this. Updated all users.
1559         (record_ops): Renamed to ...
1560         (record_full_ops): ... this. Updated all users.
1561         (record_core_ops): Renamed to ...
1562         (record_full_core_ops): ... this. Updated all users.
1563         (set_record_cmdlist): Renamed to ...
1564         (set_record_full_cmdlist): ... this. Updated all users.
1565         (show_record_cmdlist): Renamed to ...
1566         (show_record_full_cmdlist): ... this. Updated all users.
1567         (record_cmdlist): Renamed to ...
1568         (record_full_cmdlist): ... this. Updated all users.
1569         (record_beneath_to_resume_ops): Renamed to ...
1570         (record_full_beneath_to_resume_ops): ... this. Updated all users.
1571         (record_beneath_to_resume): Renamed to ...
1572         (record_full_beneath_to_resume): ... this. Updated all users.
1573         (record_beneath_to_wait_ops): Renamed to ...
1574         (record_full_beneath_to_wait_ops): ... this. Updated all users.
1575         (record_beneath_to_wait): Renamed to ...
1576         (record_full_beneath_to_wait): ... this. Updated all users.
1577         (record_beneath_to_store_registers_ops): Renamed to ...
1578         (record_full_beneath_to_store_registers_ops): ... this.
1579         Updated all users.
1580         (record_beneath_to_store_registers): Renamed to ...
1581         (record_full_beneath_to_store_registers): ... this.
1582         Updated all users.
1583         (record_beneath_to_xfer_partial_ops): Renamed to ...
1584         (record_full_beneath_to_xfer_partial_ops): ... this.
1585         Updated all users.
1586         (record_beneath_to_xfer_partial): Renamed to ...
1587         (record_full_beneath_to_xfer_partial): ... this.
1588         Updated all users.
1589         (record_beneath_to_insert_breakpoint): Renamed to ...
1590         (record_full_beneath_to_insert_breakpoint): ... this.
1591         Updated all users.
1592         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
1593         (record_full_beneath_to_stopped_by_watchpoint): ... this.
1594         Updated all users.
1595         (record_beneath_to_stopped_data_address): Renamed to ...
1596         (record_full_beneath_to_stopped_data_address): ... this.
1597         Updated all users.
1598         (record_beneath_to_async): Renamed to ...
1599         (record_full_beneath_to_async): ... this. Updated all users.
1600         (record_goto_insn): Renamed to ...
1601         (record_full_goto_insn): ... this. Updated all users.
1602         (record_save): Renamed to ...
1603         (record_full_save): ... this. Updated all users.
1604         (record_reg_alloc): Renamed to ...
1605         (record_full_reg_alloc): ... this. Updated all users.
1606         (record_reg_release): Renamed to ...
1607         (record_full_reg_release): ... this. Updated all users.
1608         (record_mem_alloc): Renamed to ...
1609         (record_full_mem_alloc): ... this. Updated all users.
1610         (record_mem_release): Renamed to ...
1611         (record_full_mem_release): ... this. Updated all users.
1612         (record_end_alloc): Renamed to ...
1613         (record_full_end_alloc): ... this. Updated all users.
1614         (record_end_release): Renamed to ...
1615         (record_full_end_release): ... this. Updated all users.
1616         (record_entry_release): Renamed to ...
1617         (record_full_entry_release): ... this. Updated all users.
1618         (record_list_release): Renamed to ...
1619         (record_full_list_release): ... this. Updated all users.
1620         (record_list_release_following): Renamed to ...
1621         (record_full_list_release_following): ... this.
1622         Updated all users.
1623         (record_list_release_first): Renamed to ...
1624         (record_full_list_release_first): ... this. Updated all users.
1625         (record_arch_list_add): Renamed to ...
1626         (record_full_arch_list_add): ... this. Updated all users.
1627         (record_get_loc): Renamed to ...
1628         (record_full_get_loc): ... this. Updated all users.
1629         (record_check_insn_num): Renamed to ...
1630         (record_full_check_insn_num): ... this. Updated all users.
1631         (record_arch_list_cleanups): Renamed to ...
1632         (record_full_arch_list_cleanups): ... this. Updated all users.
1633         (record_message): Renamed to ...
1634         (record_full_message): ... this. Updated all users.
1635         (record_message_wrapper): Renamed to ...
1636         (record_full_message_wrapper): ... this. Updated all users.
1637         (record_message_wrapper_safe): Renamed to ...
1638         (record_full_message_wrapper_safe): ... this. Updated all users.
1639         (record_gdb_operation_disable): Renamed to ...
1640         (record_full_gdb_operation_disable): ... this. Updated all users.
1641         (record_hw_watchpoint): Renamed to ...
1642         (record_full_hw_watchpoint): ... this. Updated all users.
1643         (record_exec_insn): Renamed to ...
1644         (record_full_exec_insn): ... this. Updated all users.
1645         (record_restore): Renamed to ...
1646         (record_full_restore): ... this. Updated all users.
1647         (record_async_inferior_event_token): Renamed to ...
1648         (record_full_async_inferior_event_token): ... this.
1649         Updated all users.
1650         (record_async_inferior_event_handler): Renamed to ...
1651         (record_full_async_inferior_event_handler): ... this.
1652         Updated all users.
1653         (record_core_open_1): Renamed to ...
1654         (record_full_core_open_1): ... this. Updated all users.
1655         (record_open_1): Renamed to ...
1656         (record_full_open_1): ... this. Updated all users.
1657         (record_open): Renamed to ...
1658         (record_full_open): ... this. Updated all users.
1659         (record_close): Renamed to ...
1660         (record_full_close): ... this. Updated all users.
1661         (record_resume_step): Renamed to ...
1662         (record_full_resume_step): ... this. Updated all users.
1663         (record_resumed): Renamed to ...
1664         (record_full_resumed): ... this. Updated all users.
1665         (record_execution_dir): Renamed to ...
1666         (record_full_execution_dir): ... this. Updated all users.
1667         (record_resume): Renamed to ...
1668         (record_full_resume): ... this. Updated all users.
1669         (record_get_sig): Renamed to ...
1670         (record_full_get_sig): ... this. Updated all users.
1671         (record_sig_handler): Renamed to ...
1672         (record_full_sig_handler): ... this. Updated all users.
1673         (record_wait_cleanups): Renamed to ...
1674         (record_full_wait_cleanups): ... this. Updated all users.
1675         (record_wait_1): Renamed to ...
1676         (record_full_wait_1): ... this. Updated all users.
1677         (record_wait): Renamed to ...
1678         (record_full_wait): ... this. Updated all users.
1679         (record_stopped_by_watchpoint): Renamed to ...
1680         (record_full_stopped_by_watchpoint): ... this. Updated all users.
1681         (record_disconnect): Renamed to ...
1682         (record_full_disconnect): ... this. Updated all users.
1683         (record_detach): Renamed to ...
1684         (record_full_detach): ... this. Updated all users.
1685         (record_mourn_inferior): Renamed to ...
1686         (record_full_mourn_inferior): ... this. Updated all users.
1687         (record_kill): Renamed to ...
1688         (record_full_kill): ... this. Updated all users.
1689         (record_stopped_data_address): Renamed to ...
1690         (record_full_stopped_data_address): ... this. Updated all users.
1691         (record_registers_change): Renamed to ...
1692         (record_full_registers_change): ... this. Updated all users.
1693         (record_store_registers): Renamed to ...
1694         (record_full_store_registers): ... this. Updated all users.
1695         (record_xfer_partial): Renamed to ...
1696         (record_full_xfer_partial): ... this. Updated all users.
1697         (record_breakpoint): Renamed to ...
1698         (record_full_breakpoint): ... this. Updated all users.
1699         (record_breakpoint_p): Renamed to ...
1700         (record_full_breakpoint_p): ... this. Updated all users.
1701         (record_breakpoints): Renamed to ...
1702         (record_full_breakpoints): ... this. Updated all users.
1703         (record_sync_record_breakpoints): Renamed to ...
1704         (record_full_sync_record_breakpoints): ... this.
1705         Updated all users.
1706         (record_init_record_breakpoints): Renamed to ...
1707         (record_full_init_record_breakpoints): ... this.
1708         Updated all users.
1709         (record_insert_breakpoint): Renamed to ...
1710         (record_full_insert_breakpoint): ... this. Updated all users.
1711         (record_remove_breakpoint): Renamed to ...
1712         (record_full_remove_breakpoint): ... this. Updated all users.
1713         (record_can_execute_reverse): Renamed to ...
1714         (record_full_can_execute_reverse): ... this. Updated all users.
1715         (record_get_bookmark): Renamed to ...
1716         (record_full_get_bookmark): ... this. Updated all users.
1717         (record_goto_bookmark): Renamed to ...
1718         (record_full_goto_bookmark): ... this. Updated all users.
1719         (record_async): Renamed to ...
1720         (record_full_async): ... this. Updated all users.
1721         (record_can_async_p): Renamed to ...
1722         (record_full_can_async_p): ... this. Updated all users.
1723         (record_is_async_p): Renamed to ...
1724         (record_full_is_async_p): ... this. Updated all users.
1725         (record_execution_direction): Renamed to ...
1726         (record_full_execution_direction): ... this. Updated all users.
1727         (record_info): Renamed to ...
1728         (record_full_info): ... this. Updated all users.
1729         (record_delete): Renamed to ...
1730         (record_full_delete): ... this. Updated all users.
1731         (record_is_replaying): Renamed to ...
1732         (record_full_is_replaying): ... this. Updated all users.
1733         (record_goto_entry): Renamed to ...
1734         (record_full_goto_entry): ... this. Updated all users.
1735         (record_goto_begin): Renamed to ...
1736         (record_full_goto_begin): ... this. Updated all users.
1737         (record_goto_end): Renamed to ...
1738         (record_full_goto_end): ... this. Updated all users.
1739         (record_goto): Renamed to ...
1740         (record_full_goto): ... this. Updated all users.
1741         (init_record_ops): Renamed to ...
1742         (init_record_full_ops): ... this. Updated all users.
1743         (record_core_resume): Renamed to ...
1744         (record_full_core_resume): ... this. Updated all users.
1745         (record_core_kill): Renamed to ...
1746         (record_full_core_kill): ... this. Updated all users.
1747         (record_core_fetch_registers): Renamed to ...
1748         (record_full_core_fetch_registers): ... this. Updated all users.
1749         (record_core_prepare_to_store): Renamed to ...
1750         (record_full_core_prepare_to_store): ... this. Updated all users.
1751         (record_core_store_registers): Renamed to ...
1752         (record_full_core_store_registers): ... this. Updated all users.
1753         (record_core_xfer_partial): Renamed to ...
1754         (record_full_core_xfer_partial): ... this. Updated all users.
1755         (record_core_insert_breakpoint): Renamed to ...
1756         (record_full_core_insert_breakpoint): ... this. Updated all users.
1757         (record_core_remove_breakpoint): Renamed to ...
1758         (record_full_core_remove_breakpoint): ... this. Updated all users.
1759         (record_core_has_execution): Renamed to ...
1760         (record_full_core_has_execution): ... this. Updated all users.
1761         (init_record_core_ops): Renamed to ...
1762         (init_record_full_core_ops): ... this. Updated all users.
1763         (cmd_record_restore): Renamed to ...
1764         (cmd_record_full_restore): ... this. Updated all users.
1765         (record_save_cleanups): Renamed to ...
1766         (record_full_save_cleanups): ... this. Updated all users.
1767         (cmd_record_start): Renamed to ...
1768         (cmd_record_full_start): ... this. Updated all users.
1769         (set_record_insn_max_num): Renamed to ...
1770         (set_record_full_insn_max_num): ... this. Updated all users.
1771         (set_record_command): Renamed to ...
1772         (set_record_full_command): ... this. Updated all users.
1773         (show_record_command): Renamed to ...
1774         (show_record_full_command): ... this. Updated all users.
1775         (_initialize_record): Renamed to ...
1776         (_initialize_record_full): ... this. Updated all users.
1777
1778 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1779
1780         * record.h: Split into this and ...
1781         * record-full.h: ... this.
1782         * record.c: Split into this and ...
1783         * record-full.c: ... this.
1784         * target.h (target_ops): Add new fields to_info_record,
1785         to_save_record, to_delete_record, to_record_is_replaying,
1786         to_goto_record_begin, to_goto_record_end, to_goto_record.
1787         (target_info_record): New.
1788         (target_save_record): New.
1789         (target_supports_delete_record): New.
1790         (target_delete_record): New.
1791         (target_record_is_replaying): New.
1792         (target_goto_record_begin): New.
1793         (target_goto_record_end): New.
1794         (target_goto_record): New.
1795         * target.c (target_info_record): New.
1796         (target_save_record): New.
1797         (target_supports_delete_record): New.
1798         (target_delete_record): New.
1799         (target_record_is_replaying): New.
1800         (target_goto_record_begin): New.
1801         (target_goto_record_end): New.
1802         (target_goto_record): New.
1803         * record.h: Declare struct cmd_list_element.
1804         (record_cmdlist): New declaration.
1805         (set_record_cmdlist): New declaration.
1806         (show_record_cmdlist): New declaration.
1807         (info_record_cmdlist): New declaration.
1808         (cmd_record_goto): New declaration.
1809         * record.c: Remove unnecessary includes.
1810         Include inferior.h.
1811         (cmd_record_goto): Remove declaration.
1812         (record_cmdlist): Now extern. Initialize.
1813         (set_record_cmdlist): Now extern. Initialize.
1814         (show_record_cmdlist): Now extern. Initialize.
1815         (info_record_cmdlist): Now extern. Initialize.
1816         (find_record_target): New.
1817         (require_record_target): New.
1818         (cmd_record_start): Update.
1819         (cmd_record_delete): Remove target-specific code.
1820         Call target_delete_record.
1821         (cmd_record_stop): Unpush any record target.
1822         (set_record_insn_max_num): Move to record-full.c
1823         (set_record_command): Add comment.
1824         (show_record_command): Add comment.
1825         (info_record_command): Update comment.
1826         Remove target-specific code.
1827         Call the record target's to_info_record.
1828         (cmd_record_start): New.
1829         (cmd_record_goto): Now extern.
1830         Remove target-specific code.
1831         Call target_goto_begin,  target_goto_end, or target_goto.
1832         (_initialize_record): Move record target ops initialization to
1833         record-full.c.
1834         Change "record" command help text.
1835         Move "record restore", "record set", and "record show" commands to
1836         record-full.c.
1837         * Makefile.in (SFILES): Add record-full.c.
1838         (HFILES_NO_SRCDIR): Add record-full.h.
1839         (COMMON_OBS): Add record-full.o.
1840         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
1841         * arm-tdep.c: Include record-full.h.
1842         * i386-linux-tdep.c: Include record-full.h instead of record.h.
1843         * i386-tdep.c: Include record-full.h.
1844         * infrun.c: Include record-full.h.
1845         * linux-record.c: Include record-full.h.
1846         * moxie-tdep.c: Include record-full.h.
1847         * record-full.c: Include record-full.h.
1848         Change module comment.
1849         (set_record_full_cmdlist): New.
1850         (show_record_full_cmdlist): New.
1851         (record_full_cmdlist): New.
1852         (record_goto_insn): New declaration.
1853         (record_save): New declaration.
1854         (record_check_insn_num): Change query string.
1855         (record_info): New.
1856         (record_delete): New.
1857         (record_is_replaying): New.
1858         (record_goto_entry): New.
1859         (record_goto_begin): New.
1860         (record_goto_end): New.
1861         (record_goto): New.
1862         (init_record_ops): Update.
1863         (init_record_core_ops): Update.
1864         (cmd_record_save): Rename to record_save. Remove target and arg checks.
1865         (cmd_record_start): New.
1866         (set_record_insn_max_num): Moved from record.c
1867         (set_record_full_command): New.
1868         (show_record_full_command): New.
1869         (_initialize_record_full): New.
1870
1871 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1872
1873         * target.h (add_deprecated_target_alias): New.
1874         * target.c (add_deprecated_target_alias): New.
1875
1876 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1877
1878         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
1879         and signal.h.
1880         (linux_supports_btrace): Add kernel and
1881         cpuid check.
1882         (kernel_supports_btrace): New function.
1883         (cpu_supports_btrace): New function.
1884         (intel_supports_btrace): New function.
1885
1886 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1887
1888         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
1889         * remote.c: Include btrace.h.
1890         (struct btrace_target_info): New struct.
1891         (remote_supports_btrace): New function.
1892         (send_Qbtrace): New function.
1893         (remote_enable_btrace): New function.
1894         (remote_disable_btrace): New function.
1895         (remote_teardown_btrace): New function.
1896         (remote_read_btrace): New function.
1897         (init_remote_ops): Add btrace ops.
1898         (enum <unnamed>): Add btrace packets.
1899         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
1900         (_initialize_remote): Add packet configuration for branch tracing.
1901
1902 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1903
1904         * features/btrace.dtd: New file.
1905         * Makefile.in (XMLFILES): Add btrace.dtd.
1906         * btrace.h (parse_xml_btrace): New declaration.
1907         * btrace.c: Include xml-support.h.
1908         (parse_xml_btrace): New function.
1909         (parse_xml_btrace_block): New function.
1910         (block_attributes): New struct.
1911         (btrace_attributes): New struct.
1912         (btrace_children): New struct.
1913         (btrace_elements): New struct.
1914
1915 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1916
1917         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
1918         (amd64_linux_enable_btrace): New.
1919         (amd64_linux_disable_btrace): New.
1920         (amd64_linux_teardown_btrace): New.
1921         (_initialize_amd64_linux_nat): Initialize btrace ops.
1922         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
1923         (i386_linux_enable_btrace): New.
1924         (i386_linux_disable_btrace): New.
1925         (i386_linux_teardown_btrace): New.
1926         (_initialize_i386_linux_nat): Initialize btrace ops.
1927         * config/i386/linux.mh: Add linux-btrace.o.
1928         * config/i386/linux64.mh: Add linux-btrace.o.
1929
1930 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1931
1932         * common/linux_btrace.h: New file.
1933         * common/linux_btrace.c: New file.
1934         * Makefile.in (SFILES): Add btrace.c.
1935         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
1936         (COMMON_OBS): Add btrace.o.
1937         (linux-btrace.o): New rule.
1938
1939 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1940
1941         * target.h: Include btrace.h.
1942         (struct target_ops) <to_supports_btrace, to_enable_btrace,
1943         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
1944         * target.c (target_supports_btrace): New function.
1945         (target_enable_btrace): New function.
1946         (target_disable_btrace): New function.
1947         (target_teardown_btrace): New function.
1948         (target_read_btrace): New function.
1949         * btrace.h: New file.
1950         * btrace.c: New file.
1951         * Makefile.in: Add btrace.c.
1952         * gdbthread.h: Include btrace.h.
1953         (struct thread_info): Add btrace field.
1954         * thread.c: Include btrace.h.
1955         (clear_thread_inferior_resources): Call target_teardown_btrace.
1956         * common/btrace-common.h: New file.
1957
1958 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1959
1960         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
1961         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
1962         kill_status to outer block.
1963
1964 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1965
1966         Fix entry-values if the callee called a noreturn function.
1967         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
1968         get_frame_address_in_block.  Add new comment.
1969
1970 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1971
1972         Fix entry-values in C++ across CUs.
1973         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
1974         lookup_minimal_symbol.  Add a comment.
1975         * dwarf2read.c
1976         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
1977         DW_AT_linkage_name.
1978
1979 2013-03-08  Yao Qi  <yao@codesourcery.com>
1980
1981         * tracepoint.c (_initialize_tracepoint): Indent the code.
1982
1983 2013-03-08  Pedro Alves  <palves@redhat.com>
1984
1985         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
1986         (parse_find_args, find_command): Change type of pattern buffer
1987         locals to 'gdb_byte *'.
1988
1989 2013-03-08  Stan Shebs  <stan@codesourcery.com>
1990             Hafiz Abid Qadeer  <abidh@codesourcery.com>
1991
1992         * NEWS: Mention set and show trace-buffer-size commands.
1993         Mention new packet.
1994         * target.h (struct target_ops): New method
1995         to_set_trace_buffer_size.
1996         (target_set_trace_buffer_size): New macro.
1997         * target.c (update_current_target): Set up new method.
1998         * tracepoint.c (trace_buffer_size): New global.
1999         (start_tracing): Send it to the target.
2000         (set_trace_buffer_size): New function.
2001         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
2002         * remote.c (remote_set_trace_buffer_size): New function.
2003         (_initialize_remote): Use it.
2004         (QTBuffer:size) New remote command.
2005         (PACKET_QTBuffer_size): New enum.
2006         (remote_protocol_features): Add an entry for
2007         PACKET_QTBuffer_size.
2008
2009 2013-03-08  Tom Tromey  <tromey@redhat.com>
2010
2011         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
2012         variable.
2013
2014 2013-03-07  Pedro Alves  <palves@redhat.com>
2015
2016         * target.c (target_read_stralloc, target_fileio_read_alloc):
2017         *Cast pointer to 'gdb_byte *' in target call.
2018
2019 2013-03-07  Pedro Alves  <palves@redhat.com>
2020
2021         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
2022         call.
2023
2024 2013-03-07  Keith Seitz  <keiths@redhat.com>
2025
2026         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
2027         (trace_pass_command): Likewise.
2028         * cli/cli-cmds.c: Include cli/cli-utils.h.
2029         (source_command): Use skip-spaces.
2030         (disassemble_command): Likewise.
2031         * findcmd.c: Include cli/cli-utils.h.
2032         (parse_find_args): Use skip_spaces.
2033         * go32-nat.c: Include cli/cli-utils.h.
2034         (go32_sldt): Use skip_spaces.
2035         (go32_sgdt): Likewise.
2036         (go32_sidt): Likewise.
2037         (go32_pde): Likewise.
2038         (go32_pte): Likewise.
2039         (go32_pte_for_address): Likewise.
2040         * infcmd.c: Include cli/cli-utils.h.
2041         (registers_info): Use skip_spaces.
2042         * linux-tdep.c (read_mapping): Use skip_spaces_const.
2043         (linux_info_proc): Likewise.
2044         * linux-thread-db.c: Include cli/cli-utils.h.
2045         (info_auto_load_libthread_db): Use skip_spaces_const.
2046         * m32r-rom.c: Include cli/cli-utils.h.
2047         (m32r_upload_command): Use skip_spaces.
2048         * maint.c: Include cli/cli-utils.h.
2049         (maintenance_translate_address): Use skip_spaces.
2050         * mi/mi-parse.c: Include cli/cli-utils.h.
2051         (mi_parse_argv): Use skip_spaces.
2052         (mi_parse): Likewise.
2053         * minsyms.c: Include cli/cli-utils.h.
2054         (msymbol_hash_iw): Use skip_spaces_const.
2055         * objc-lang.c: Include cli/cli-utils.h.
2056         (parse_selector): Use skip_spaces.
2057         (parse_method): Likewise.
2058         * python/python.c: Include cli/cli-utils.h.
2059         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
2060         (python_command)[HAVE_PYTHON]: Likewise.
2061         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
2062         * remote-m32r-sdi.c: Include cli/cli-utils.h.
2063         (m32r_load): Use skip_spaces.
2064         * serial.c: Include cli/cli-utils.h.
2065         (serial_open): Use skip_spaces_const.
2066         * stack.c: Include cli/cli-utils.h.
2067         (parse_frame_specification_1): Use skip_spaces_const.
2068         * symfile.c: Include cli/cli-utils.h.
2069         (set_ext_lang_command): Use skip_spaces.
2070         * symtab.c: Include cli/cli-utils.h.
2071         (rbreak_command): Use skip_spaces.
2072         * thread.c (thread_name_command): Use skip_spaces.
2073         * tracepoint.c (validate_actionline): Use skip_spaces.
2074         (encode_actions_1): Likewise.
2075         (trace_find_range_command): Likewise.
2076         (trace_find_outside_command): Likewise.
2077         (trace_dump_actions): Likewise.
2078
2079 2013-03-07  Pedro Alves  <palves@redhat.com>
2080
2081         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
2082         * expprint.c (print_subexp_standard): Likewise.
2083         * utils.c (host_char_to_target): Likewise.
2084         * valprint.c (generic_emit_char, generic_printstr): Likewise.
2085         * varobj.c (value_get_print_value): Change type of local to char*.
2086         Cast it gdb_byte * in call to language printer.
2087
2088 2013-03-07  Pedro Alves  <palves@redhat.com>
2089
2090         * charset.c (struct wchar_iterator) <input>: Change type to 'const
2091         gdb_byte *'.
2092         (make_wchar_iterator): Remove cast to char*.
2093         (wchar_iterate): Change type of local.
2094
2095 2013-03-07  Pedro Alves  <palves@redhat.com>
2096
2097         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
2098         for 'regcache->register_status'.
2099
2100 2013-03-07  Pedro Alves  <palves@redhat.com>
2101
2102         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
2103         int.
2104
2105 2013-03-07  Pedro Alves  <palves@redhat.com>
2106
2107         * stap-probe.c (handle_stap_probe): Add cast to char*.
2108
2109 2013-03-07  Pedro Alves  <palves@redhat.com>
2110
2111         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
2112         RECORD_MSGRCV>: Pass a signed variable to
2113         regcache_raw_read_signed, instead of an unsigned one.
2114
2115 2013-03-07  Pedro Alves  <palves@redhat.com>
2116
2117         * remote-notif.c (notif_debug): Change type to int.
2118         * remote-notif.h (notif_debug): Likewise.
2119
2120 2013-03-07  Pedro Alves  <palves@redhat.com>
2121
2122         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
2123
2124 2013-03-07  Pedro Alves  <palves@redhat.com>
2125
2126         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
2127         * remote.h (hex2bin, bin2hex): ... here.
2128         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
2129
2130 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
2131
2132         * utils.c (initialize_utils): Improve doc strings of "set/show
2133         width", "set/show height", and "set/show pagination".
2134
2135 2013-03-06  Keith Seitz  <keiths@redhat.com>
2136
2137         * ax-gdb.c (gen_printf): Make FORMAT const.
2138         * ax-gdb.h (gen_printf): Likewise.
2139         * ax-general.c (ax_string): Make STR const.
2140         * ax.h (ax_string): Likewise.
2141
2142 2013-03-06  Doug Evans  <dje@google.com>
2143
2144         * elfread.c (elf_symfile_read): Move debugging printf to more
2145         logical location.
2146
2147 2013-03-06  Pedro Alves  <palves@redhat.com>
2148
2149         * python/py-utils.c (target_string_to_unicode): Delete function.
2150         * python/python-internal.h (target_string_to_unicode): Delete
2151         declaration.
2152
2153 2013-03-06  Pierre Muller  <muller@sourceware.org>
2154
2155         * linespec.c (get_current_search_block): ARI fix, use (void)
2156         for empty parameter list.
2157
2158 2013-03-05  Doug Evans  <dje@google.com>
2159
2160         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
2161         of old ada_lookup_symbol_list.  In !full_search case, don't
2162         search superblocks.
2163         (ada_lookup_symbol_list): Delete arg full_search, all callers
2164         updated.  Call ada_lookup_symbol_list_worker.
2165         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
2166         * ada-lang.h (ada_lookup_symbol_list): Update.
2167         * language.h (language_defn): Update comment for
2168         la_iterate_over_symbols.
2169         * linespec.c (iterate_over_file_blocks): New function.
2170         (iterate_over_all_matching_symtabs): Call it.
2171         (lookup_prefix_sym): Ditto.
2172         (get_current_search_block): New function.
2173         (get_search_block): Delete.
2174         (find_label_symbols): Call get_current_search_block.
2175         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
2176         * symtab.c (iterate_over_symbols): Don't search superblocks.
2177
2178 2013-03-05  Yao Qi  <yao@codesourcery.com>
2179
2180         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
2181         parameter VAR's type from "unsigned int" to "int".
2182         * command.h (var_zuinteger_unlimited): Update its comments.
2183         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
2184
2185 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
2186
2187         * NEWS: Mention new target x86_64-*-cygwin*.
2188
2189 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
2190
2191         * configure.host: Add x86_64-*-cygwin* as host.
2192         * configure.tgt: Add x86_64-*-cygwin* as target.
2193         * config/i386/cygwin64.mh: New file.
2194
2195 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2196
2197         * linespec.c (decode_line_2): Fix duplicate request off by two message.
2198
2199 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2200
2201         * linespec.c (struct linespec_canonical_name): New.
2202         (struct linespec_state): Change canonical_names type to it.
2203         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
2204         xrealloc element size.  Initialize the different CANONICAL fields.
2205         (canonical_to_fullform): New.
2206         (filter_results): Use it.  Add variables canonical, fullform and
2207         cleanup.
2208         (struct decode_line_2_item, decode_line_2_compare_items): New.
2209         (decode_line_2): Remove variables iter and item_names, add variables
2210         items and items_count.  Modify the code for these new variables.
2211
2212 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
2213
2214         * coff-pe-read.c (read_pe_exported_syms): Don't return without
2215         calling do_cleanup.
2216
2217 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
2218
2219         * tracepoint.c (build_traceframe_info): Add code for byte order.
2220
2221 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
2222
2223         * v850-tdep.c: (v850e2_register_name): Revise system register
2224         names to match current V850E2M architecture specifications.
2225         Update register number enum comments too.
2226         
2227 2013-03-01  Jiong Wang  <jiwang@tilera.com>
2228             Pedro Alves  <palves@redhat.com>
2229
2230         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
2231         to END_ADDR.
2232         (tilegx_skip_prologue): Limit prologue analysis to section end.
2233
2234 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2235
2236         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
2237         use it.
2238
2239 2013-03-01  Pedro Alves  <palves@redhat.com>
2240
2241         Use gdb_byte for bytes from the program being debugged.
2242
2243         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
2244         Change type of local 'buf' to gdb_byte.
2245         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
2246         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2247         * cris-tdep.c (cris_sigcontext_addr)
2248         (cris_sigtramp_frame_unwind_cache): Likewise.
2249         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
2250         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
2251         Likewise.
2252         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
2253         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
2254         (hppa32_hpux_search_dummy_call_sequence)
2255         (hppa_hpux_supply_save_state): Likewise.
2256         * hppa-linux-tdep.c (insns_match_pattern)
2257         (hppa_linux_find_global_pointer): Likewise.
2258         * hppa-tdep.c (hppa_in_function_epilogue_p)
2259         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
2260         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
2261         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
2262         (i386fbsd_collect_uthread): Likewise.
2263         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
2264         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
2265         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
2266         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
2267         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
2268         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
2269         (ia64_libunwind_frame_prev_register)
2270         (ia64_libunwind_sigtramp_frame_this_id)
2271         (ia64_find_global_pointer_from_dynamic_section)
2272         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
2273         (ia64_unwind_pc): Likewise.
2274         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
2275         * m68hc11-tdep.c (m68hc11_push_dummy_call)
2276         (m68hc11_extract_return_value): Likewise.
2277         * m68klinux-nat.c (fetch_register, store_register): Likewise.
2278         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
2279         (mep_get_insn, mep_push_dummy_call): Likewise.
2280         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
2281         (mips_linux_in_dynsym_stub): Likewise.
2282         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
2283         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
2284         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
2285         to gdb_byte.
2286         * remote-mips.c (mips_set_register): Likewise.
2287         * remote-sim.c (gdbsim_fetch_register): Likewise.
2288         * score-tdep.c (score7_fetch_inst): Change type of parameter
2289         'memblock' and local 'buf' to gdb_byte.
2290         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
2291         Change type of local 'buf' to gdb_byte.  Adjust.
2292         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
2293         to gdb_byte**.
2294         (score7_analyze_prologue): Change type of 'memblock' and
2295         'memblock_ptr' locals to gdb_byte*.
2296         * sh64-tdep.c (sh64_extract_return_value)
2297         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
2298         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
2299         * solib-pa64.c (pa64_solib_create_inferior_hook)
2300         (pa64_open_symbol_file_object): Remove local 'buf'.
2301         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
2302         (som_open_symbol_file_object): Likewise.
2303         * solib-spu.c (spu_current_sos): Likewise.
2304         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
2305         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
2306         (spu_store_registers): Likewise.
2307         * target.c (debug_print_register): Likewise.
2308         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
2309         * xstormy16-tdep.c (xstormy16_store_return_value)
2310         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
2311         (xstormy16_find_jmp_table_entry): Likewise.
2312
2313 2013-03-01  Jiong Wang  <jiwang@tilera.com>
2314
2315         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
2316         (tilegx_gdbarch_init): Install it.
2317
2318 2013-02-28  Tom Tromey  <tromey@redhat.com>
2319
2320         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
2321         PyLong_Check.
2322
2323 2013-02-28  Doug Evans  <dje@google.com>
2324
2325         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
2326         * python/python.c (gdbpy_find_pc_line): Ditto.
2327
2328 2013-02-28  Tom Tromey  <tromey@redhat.com>
2329
2330         * contrib/excheck.py: New file.
2331         * contrib/exsummary.py: New file.
2332         * contrib/gcc-with-excheck: New file.
2333
2334 2013-02-28  Tom Tromey  <tromey@redhat.com>
2335
2336         * python/python.c (gdbpy_print_stack): Call begin_line and
2337         fprintf_filtered inside TRY_CATCH.
2338
2339 2013-02-28  Tom Tromey  <tromey@redhat.com>
2340
2341         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
2342         inside TRY_CATCH.
2343
2344 2013-02-28  Tom Tromey  <tromey@redhat.com>
2345
2346         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
2347         frame_object_to_frame_info inside TRY_CATCH.
2348
2349 2013-02-28  Tom Tromey  <tromey@redhat.com>
2350
2351         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
2352         TRY_CATCH.
2353
2354 2013-02-28  Tom Tromey  <tromey@redhat.com>
2355
2356         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
2357
2358 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
2359
2360         * windows-nat.c: Throughout, fix format strings and casts of
2361         printf-like functions to avoid type related warnings on all
2362         platforms.
2363         (handle_output_debug_string): Fetch context information address
2364         from debug string using string_to_core_addr.
2365
2366 2013-02-27  Jiong Wang  <jiwang@tilera.com>
2367
2368         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
2369         * regformats/reg-tilegx32.dat: New.
2370
2371 2013-02-27  Jiong Wang  <jiwang@tilera.com>
2372
2373         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
2374
2375 2013-02-27  Jiong Wang  <jiwang@tilera.com>
2376
2377         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
2378
2379 2013-02-27  Yao Qi  <yao@codesourcery.com>
2380             Pedro Alves  <palves@redhat.com>
2381
2382         * tracepoint.c (tfile_trace_find): For tfind
2383         pc/tp/range/outside, look for the next trace frame instead of
2384         always starting from frame 0.
2385
2386 2013-02-26  Anthony Green  <green@moxielogic.com>
2387
2388         * configure.tgt: Add support for moxie-*-rtems* target.
2389
2390 2013-02-25  Pedro Alves  <palves@redhat.com>
2391
2392         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
2393         warning text.
2394
2395 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
2396
2397         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
2398         if $fp is used as the virtual frame pointer.
2399
2400 2013-02-23  Alan Modra  <amodra@gmail.com>
2401
2402         * elfread.c (elf_symtab_read): Do not use udata.p here to find
2403         symbol size.
2404         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
2405         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
2406         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
2407         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
2408
2409 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2410
2411         Code cleanup.
2412         * elfread.c (build_id_bfd_get): Make the return type const.
2413         (build_id_verify): Make the check parameter const.
2414         (build_id_to_debug_filename): Make the build_id parameter and variable
2415         data const.
2416         (find_separate_debug_file_by_buildid): Make the variable build_id const.
2417
2418 2013-02-21  Alan Modra  <amodra@gmail.com>
2419
2420         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
2421
2422 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
2423
2424         Add a new method 'disassemble' to gdb.Architecture class.
2425         * python/py-arch.c (archpy_disassmble): Implementation of the
2426         new method gdb.Architecture.disassemble.
2427         (arch_object_methods): Add entry for the new method.
2428
2429 2013-02-20  Jiong Wang  <jiwang@tilera.com>
2430
2431         * MAINTAINERS (Write After Approval): Add myself to the list.
2432
2433 2013-02-19  Pedro Alves  <palves@redhat.com>
2434
2435         Garbage collect 'struct monitor_ops'::load_routine.
2436
2437         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
2438         * monitor.c (monitor_load): No longer call
2439         current_monitor->load_routine.
2440         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
2441         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
2442         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
2443
2444 2013-02-19  Pedro Alves  <palves@redhat.com>
2445
2446         PR gdb/15161
2447
2448         Harmonize with generic_load.
2449
2450         * monitor.c: Include "readline/readline.h".
2451         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
2452         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
2453         long/strtol for the 'load_offset' local.  Error out if no argument
2454         is given or if too many arguments are given.  Tilde expand the
2455         passed in file name.
2456
2457 2013-02-19  Kai Tietz  <ktietz@redhat.com>
2458
2459         PR gdb/15161
2460         * symfile.c (load_section_data): Change type of load_offset
2461         to CORE_ADDR.
2462         (generic_load): User strtoulst instead of strtoul for conversion
2463         of load_offset.
2464
2465 2013-02-19  Jiong Wang  <jiwang@tilera.com>
2466
2467         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
2468          for return address, "lr" register, saved on stack.
2469         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
2470         after we invoke tilegx_analyze_prologue.
2471
2472 2013-02-19  Jiong Wang  <jiwang@tilera.com>
2473
2474         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
2475
2476 2013-02-19  Jiong Wang  <jiwang@tilera.com>
2477
2478         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
2479
2480 2013-02-19  Jiong Wang  <jiwang@tilera.com>
2481
2482         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
2483         (tilegx_write_pc): New function.
2484         (tilegx_cannot_reference_register): Return zero if REGNO
2485         is TILEGX_FAULTNUM_REGNUM.
2486         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
2487         (tilegx_register_name): Add handling of "faultnum" register.
2488         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
2489         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
2490         handling of TILEGX_FAULTNUM_REGNUM.
2491         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
2492
2493 2013-02-19  Jiong Wang  <jiwang@tilera.com>
2494
2495         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
2496         should be aligned to 64bit.
2497
2498 2013-02-19  Kai Tietz  <ktietz@redhat.com>
2499
2500         * windows-nat.c (windows_xfer_memory): Fix debug-output
2501         for LLP64.
2502
2503 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
2504
2505         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
2506         Don't check DSP register number if HAVE_DSP is not set.
2507
2508 2013-02-19  Alan Modra  <amodra@gmail.com>
2509
2510         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
2511         throughout file instead.
2512         (build_id_bfd_get): Update to use new elf_tdata build_id field.
2513         Don't xmalloc return value.
2514         (build_id_verify): Similarly.  Don't xfree.
2515         (build_id_to_debug_filename): Update.
2516         (find_separate_debug_file_by_buildid): Update, don't xfree.
2517
2518 2013-02-18  Tom Tromey  <tromey@redhat.com>
2519
2520         PR gdb/15102:
2521         * dwarf2read.c (read_subrange_type): Use result of
2522         'check_typedef'.
2523
2524 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
2525
2526         * frame.c: Remove one extra white space after #include
2527         directive.
2528
2529 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2530
2531         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
2532
2533 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2534
2535         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
2536         and dir commands into an if block.
2537
2538 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
2539
2540         * python/py-breakpoint (struct pybp_code):  Use int instead of
2541         enum type_code.
2542
2543 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2544             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2545
2546         * NEWS: Mention new field "trace-file".
2547         * tracepoint.c (trace_status_mi): Output "trace-file" field.
2548         (tfile_open): Record the trace file's filename in the trace
2549         status.
2550         (tfile_files_info): Mention the name of the trace file.
2551         Check the "filename" field explicitely.
2552         (trace_status_command): Explicitely check "filename" field.
2553         (trace_find_command): Ditto.
2554         (trace_find_pc_command): Ditto.
2555         (trace_find_tracepoint_command): Ditto.
2556         (trace_find_line_command): Ditto.
2557         (trace_find_range_command): Ditto.
2558         (trace_find_outside_command): Ditto.
2559         * tracepoint.h (struct trace_status) <from_file>: Rename it
2560         to "filename" and make it hold the trace file's filename
2561         instead of a boolean.
2562         * remote.c (remote_get_trace_status): Initialize "filename"
2563         field with NULL instead of 0.
2564
2565 2013-02-15  Yao Qi  <yao@codesourcery.com>
2566
2567         * remote.c: Fix a typo.
2568
2569 2013-02-14  Pierre Muller  <muller@sourceware.org>
2570
2571         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
2572
2573 2013-02-14  Pedro Alves  <palves@redhat.com>
2574
2575         * utils.c (savestring): Don't #undef it.  Move function to
2576         common/common-utils.c.
2577         * common/common-utils.c: Include gdb_string.h.
2578         (savestring): Move here from utils.c.
2579         * common/common-utils.h (savestring): Declare.
2580
2581 2013-02-14  Pedro Alves  <palves@redhat.com>
2582
2583         * utils.c (savestring): Rename parameter 'size' to 'len'.
2584
2585 2013-02-14  Pedro Alves  <palves@redhat.com>
2586             Yufeng Zhang  <yufeng.zhang@arm.com>
2587
2588         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
2589         (aarch64_inferior_data, struct aarch64_inferior_data):
2590         Delete.
2591         (struct aarch64_process_info): New.
2592         (aarch64_process_list): New global.
2593         (aarch64_find_process_pid, aarch64_add_process)
2594         (aarch64_process_info_get): New functions.
2595         (aarch64_inferior_data_get): Delete.
2596         (aarch64_process_info_get): New function.
2597         (aarch64_forget_process): New function.
2598         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
2599         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
2600         aarch64_get_debug_reg_state.
2601         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
2602         instead of linux_nat_iterate_watchpoint_lwps.
2603         (aarch64_linux_new_fork): New function.
2604         (aarch64_linux_child_post_startup_inferior): Use
2605         aarch64_forget_process instead of aarch64_init_debug_reg_state.
2606         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
2607         (aarch64_linux_remove_hw_breakpoint)
2608         (aarch64_handle_aligned_watchpoint)
2609         (aarch64_handle_unaligned_watchpoint)
2610         (aarch64_linux_insert_watchpoint)
2611         (aarch64_linux_remove_watchpoint)
2612         (aarch64_linux_stopped_data_address): Adjust to pass the current
2613         process id to aarch64_debug_reg_state.
2614         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
2615         linux_nat_new_fork hook, and aarch64_forget_process as
2616         linux_nat_forget_process hook; remove the call to
2617         register_inferior_data_with_cleanup.
2618
2619 2013-02-14  Pedro Alves  <palves@redhat.com>
2620
2621         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
2622         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
2623         lval_memory.
2624
2625 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
2626             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2627
2628         * tracepoint.h (validate_trace_state_variable_name): Declare.
2629         * tracepoint.c (validate_trace_state_variable_name): New.
2630         (trace_variable_command): Parse the trace state variable's name
2631         without using parse_expression.  Do several validations.
2632         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
2633         trace state variable's name with parse_expression.  Validate it.
2634
2635 2013-02-14  Yao Qi  <yao@codesourcery.com>
2636
2637         * infcmd.c (breakpoint_proceeded): Remove it.
2638
2639 2013-02-14  Yao Qi  <yao@codesourcery.com>
2640
2641         * tracepoint.c (end_actions_pseudocommand): Make it static.
2642         (while_stepping_pseudocommand): Likewise.
2643         * tracepoint.h (end_actions_pseudocommand): Remove the
2644         declaration.
2645         (while_stepping_pseudocommand): Likewise.
2646
2647 2013-02-14  Yao Qi  <yao@codesourcery.com>
2648
2649         * cli/cli-decode.c (help_cmd): Remove the declaration of
2650         "cmdlist".
2651         (help_all): Likewise.
2652
2653 2013-02-13  Pedro Alves  <palves@redhat.com>
2654
2655         * amd64-linux-nat.c (update_debug_registers_callback):
2656         Update comment.
2657         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
2658         iterate_over_lwps.
2659         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
2660         i386_debug_reg_state.
2661         (amd64_linux_new_fork): New function.
2662         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
2663         linux_nat_new_fork hook, and i386_forget_process as
2664         linux_nat_forget_process hook.
2665         * i386-linux-nat.c (update_debug_registers_callback):
2666         Update comment.
2667         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
2668         iterate_over_lwps.
2669         (i386_linux_prepare_to_resume): Pass the lwp's pid to
2670         i386_debug_reg_state.
2671         (i386_linux_new_fork): New function.
2672         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
2673         linux_nat_new_fork hook, and i386_forget_process as
2674         linux_nat_forget_process hook.
2675         * i386-nat.c (i386_init_dregs): Delete.
2676         (i386_inferior_data, struct i386_inferior_data):
2677         Delete.
2678         (struct i386_process_info): New.
2679         (i386_process_list): New global.
2680         (i386_find_process_pid, i386_add_process, i386_process_info_get):
2681         New functions.
2682         (i386_inferior_data_get): Delete.
2683         (i386_process_info_get): New function.
2684         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
2685         (i386_forget_process): New function.
2686         (i386_cleanup_dregs): Rewrite.
2687         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
2688         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
2689         (i386_stopped_data_address, i386_insert_hw_breakpoint)
2690         (i386_remove_hw_breakpoint): Adjust to pass the current process id
2691         to i386_debug_reg_state.
2692         (i386_use_watchpoints): Don't register inferior data.
2693         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
2694         adjust comment.
2695         (i386_forget_process): Declare.
2696         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
2697         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
2698         New static globals.
2699         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
2700         (add_initial_lwp): New, factored out from ...
2701         (add_lwp): ... this.  Don't check the number of lwps before
2702         calling linux_nat_new_thread.
2703         (linux_nat_iterate_watchpoint_lwps): Delete.
2704         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
2705         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
2706         forks and vforks.
2707         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
2708         initial lwp.
2709         (linux_nat_kill, linux_nat_mourn_inferior): Call
2710         linux_nat_forget_process.
2711         (linux_nat_set_new_fork, linux_nat_set_forget_process)
2712         (linux_nat_forget_process): New functions.
2713         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
2714         type.
2715         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
2716         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
2717         types.
2718         (linux_nat_set_new_fork, linux_nat_set_forget_process)
2719         (linux_nat_forget_process): New declarations.
2720
2721         * amd64fbsd-nat.c (super_mourn_inferior): New global.
2722         (amd64fbsd_mourn_inferior): New function.
2723         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
2724         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
2725
2726 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2727
2728         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
2729         Adding _().
2730
2731 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2732
2733         * aarch64-linux-nat.c (debug_reg_change_callback)
2734         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
2735         %s and phex().
2736
2737 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2738
2739         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
2740         with LONGEST.
2741
2742 2013-02-13  Pedro Alves  <palves@redhat.com>
2743             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2744
2745         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
2746
2747 2013-02-12  Tom Tromey  <tromey@redhat.com>
2748
2749         PR symtab/11464:
2750         * c-exp.y (lex_one_token): Initialize other fields of yylval on
2751         NAME return.
2752         (classify_inner_name): Remove 'first_name' argument, add
2753         'context'.  Remove unused variable.
2754         (yylex): Explicitly maintain the context type.  Exit loop earlier
2755         if NAME result is seen.
2756
2757 2013-02-12  Pedro Alves  <palves@redhat.com>
2758
2759         * amd64-darwin-tdep.c: Add (C) after Copyright.
2760         * cli/cli-cmds.h: Ditto.
2761         * cli/cli-decode.c: Ditto.
2762         * cli/cli-decode.h: Ditto.
2763         * cli/cli-dump.c: Ditto.
2764         * cli/cli-dump.h: Ditto.
2765         * cli/cli-interp.c: Ditto.
2766         * cli/cli-logging.c: Ditto.
2767         * cli/cli-script.c: Ditto.
2768         * cli/cli-script.h: Ditto.
2769         * cli/cli-setshow.c: Ditto.
2770         * cli/cli-setshow.h: Ditto.
2771         * cli/cli-utils.c: Ditto.
2772         * cli/cli-utils.h: Ditto.
2773         * config/alpha/nm-osf3.h: Ditto.
2774         * config/djgpp/djconfig.sh: Ditto.
2775         * config/i386/nm-fbsd.h: Ditto.
2776         * config/i386/nm-i386gnu.h: Ditto.
2777         * config/nm-linux.h: Ditto.
2778         * config/nm-nto.h: Ditto.
2779         * config/rs6000/nm-rs6000.h: Ditto.
2780         * config/sparc/nm-sol2.h: Ditto.
2781         * darwin-nat-info.c: Ditto.
2782         * dfp.c: Ditto.
2783         * dfp.h: Ditto.
2784         * gdb-demangle.h: Ditto.
2785         * i386-darwin-nat.c: Ditto.
2786         * i386-darwin-tdep.c: Ditto.
2787         * linux-fork.h: Ditto.
2788         * m32c-tdep.c: Ditto.
2789         * microblaze-linux-tdep.c: Ditto.
2790         * microblaze-rom.c: Ditto.
2791         * microblaze-tdep.c: Ditto.
2792         * microblaze-tdep.h: Ditto.
2793         * mips-linux-tdep.h: Ditto.
2794         * ppc-ravenscar-thread.c: Ditto.
2795         * ppc-ravenscar-thread.h: Ditto.
2796         * prologue-value.c: Ditto.
2797         * prologue-value.h: Ditto.
2798         * ravenscar-thread.c: Ditto.
2799         * ravenscar-thread.h: Ditto.
2800         * sparc-ravenscar-thread.c: Ditto.
2801         * sparc-ravenscar-thread.h: Ditto.
2802         * tilegx-linux-tdep.c: Ditto.
2803         * unwind_stop_reasons.def: Ditto.
2804         * windows-nat.h: Ditto.
2805         * xtensa-linux-tdep.c: Ditto.
2806         * xtensa-xtregs.c: Ditto.
2807         * regformats/regdat.sh: Ditto.
2808         * regformats/regdef.h: Ditto.
2809
2810 2013-02-12  Pedro Alves  <palves@redhat.com>
2811
2812         * break-catch-sig.c: Update copyright years.
2813
2814 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
2815
2816         Add support for a destructor for ui_out data and use it to
2817         provide a ui_out destructor.
2818         * ui-out.h: Declare the new ui_out destructor.
2819         (ui_out_impl): Add a field for data destructor in ui_out_impl.
2820         * ui-out.c (default_data_destroy): Add a default data destructor
2821         which does nothing.
2822         (default_ui_out_impl): Set the new data_destroy field to
2823         default_data_destroy
2824         (uo_data_destroy): Local function which invokes the data
2825         destructor if present.
2826         (clear_table): Local function which clears the table data of a
2827         ui_out object.
2828         (ui_out_destroy): Public function which frees a ui_out object.
2829         (ui_out_table_end): Use the new clear_table function.
2830         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
2831         NULL.
2832         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
2833         to NULL.
2834
2835 2013-02-11  Doug Evans  <dje@google.com>
2836
2837         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
2838         (printf_decfloat): New function.  Broken out from ui_printf.
2839         Remove unnecessary code to shift the entire format string down.
2840         (printf_pointer): New function.
2841         (ui_printf): Code to print C strings, wide C strings, decfloats,
2842         and pointers moved to separate functions.
2843
2844 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2845
2846         * valops.c (value_assign): Handling bitfield offset in
2847         `lval_internalvar_component' case.
2848
2849 2013-02-08  Doug Evans  <dje@google.com>
2850
2851         * common/format.c (parse_format_string): Fix whitespace.
2852
2853 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
2854
2855         * stack.c (return_command): Work around uninitialized variable
2856         warning.
2857
2858 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
2859
2860         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
2861         number of the registers from 36 to 34.
2862
2863 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2864
2865         * NEWS: Mention new AArch64 native and target support.
2866
2867 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2868
2869         * MAINTAINERS (Write After Approval): Add myself.
2870
2871 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
2872             Marcus Shawcroft  <marcus.shawcroft@arm.com>
2873             Nigel Stephens  <nigel.stephens@arm.com>
2874             Yufeng Zhang  <yufeng.zhang@arm.com>
2875
2876         * aarch64-linux-nat.c: New file.
2877         * config/aarch64/linux.mh: New file.
2878         * configure.host: Add AArch64.
2879         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
2880
2881 2013-02-07  Doug Evans  <dje@google.com>
2882
2883         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
2884         disassemble command.
2885
2886 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2887
2888         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2889         set_gdbarch_fetch_tls_load_module_address.
2890
2891 2013-02-06  David S. Miller  <davem@davemloft.net>
2892
2893         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
2894         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
2895         * value.c (struct_return_convention): New function.
2896         (using_struct_return): Implement in terms of struct_return_convention.
2897         * value.h (struct_return_convention): Declare.
2898         * stack.c (return_command): Allow successful overriding of the return
2899         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
2900
2901 2013-02-06  Tom Tromey  <tromey@redhat.com>
2902
2903         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
2904         outside of TRY_CATCH.
2905
2906 2013-02-06  Yao Qi  <yao@codesourcery.com>
2907
2908         * mi/mi-interp.c: Include "tracepoint.h".
2909         (mi_tsv_modified): Declare.
2910         (mi_tsv_created, mi_tsv_deleted): Update declaration.
2911         (mi_interpreter_init): Call observer_attach_tsv_modified.
2912         (mi_tsv_modified): New.
2913         (mi_tsv_created, mi_tsv_deleted): Update.
2914         * tracepoint.c (trace_variable_command): Call
2915         observer_notify_tsv_modified if the initial value of tsv is
2916         changed.
2917         (delete_trace_state_variable): Call
2918         observer_notify_tsv_deleted earlier.
2919         (trace_variable_command): Caller update.
2920         (create_tsv_from_upload): Likewise.
2921         * observer.sh: Declare "struct trace_state_variable".
2922
2923         * NEWS: Mention the new MI notification "=tsv-modified".
2924
2925 2013-02-05  Doug Evans  <dje@google.com>
2926
2927         * completer.c (location_completer): Fix typo in comment.
2928
2929 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2930
2931         * breakpoint.c (add_location_to_breakpoint): Insert the location with
2932         ADDRESS sorted.
2933
2934 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2935
2936         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
2937         Refactor if statement to avoid trailing || operator.
2938
2939 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
2940
2941         * NEWS: Add PowerPC FreeBSD as a new native configuration.
2942
2943 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
2944
2945         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
2946         * configure.host: Add powerpc*-*-freebsd* target.
2947         * configure.tgt: Add target info for powerpc*-*-freebsd*.
2948         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
2949         * config/powerpc/fbsd.mh: New file.
2950
2951 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2952             Denys Vlasenko  <dvlasenk@redhat.com>
2953             Pedro Alves  <palves@redhat.com>
2954
2955         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
2956         (struct elf_internal_linux_prpsinfo): Forward declare.
2957         * gdbarch.h, gdbarch.c: Regenerate.
2958         * linux-tdep.c: Include `cli/cli-utils.h'.
2959         (linux_fill_prpsinfo): New function.
2960         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
2961         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
2962         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
2963         depending on gdbarch pointer bitness.
2964         * ppc-linux-tdep.c: Include elf-bfd.h.
2965         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
2966         on 32-bit.
2967
2968 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
2969             Marcus Shawcroft  <marcus.shawcroft@arm.com>
2970             Nigel Stephens  <nigel.stephens@arm.com>
2971             Yufeng Zhang  <yufeng.zhang@arm.com>
2972
2973         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
2974
2975 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
2976             Marcus Shawcroft  <marcus.shawcroft@arm.com>
2977             Nigel Stephens  <nigel.stephens@arm.com>
2978             Yufeng Zhang  <yufeng.zhang@arm.com>
2979
2980         * aarch64-newlib-tdep.c: New file.
2981         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
2982         aarch64*-*-elf.
2983         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
2984         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
2985         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
2986         * osabi.c (gdb_osabi_names): Add "Newlib".
2987
2988 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
2989             Marcus Shawcroft  <marcus.shawcroft@arm.com>
2990             Nigel Stephens  <nigel.stephens@arm.com>
2991             Yufeng Zhang  <yufeng.zhang@arm.com>
2992
2993         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
2994         (ALLDEPFILES): Add aarch64-linux-tdep.c.
2995         * aarch64-linux-tdep.c: New file.
2996         * aarch64-linux-tdep.h: New file.
2997         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
2998         * configure.tgt: Add aarch64-none-linux-gnu.
2999
3000 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
3001             Marcus Shawcroft  <marcus.shawcroft@arm.com>
3002             Nigel Stephens  <nigel.stephens@arm.com>
3003             Yufeng Zhang  <yufeng.zhang@arm.com>
3004
3005         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
3006         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
3007         (ALLDEPFILES): Add aarch64-tdep.c.
3008         * aarch64-tdep.c: New file.
3009         * aarch64-tdep.h: New file.
3010         * configure.tgt: Add AArch64.
3011         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
3012         (aarch64-expedite): New definition.
3013         * features/aarch64-core.xml: New file.
3014         * features/aarch64-fpu.xml: New file.
3015         * features/aarch64-without-fpu.c: New file (generated).
3016         * features/aarch64-without-fpu.xml: New file.
3017         * features/aarch64.c: New file (generated).
3018         * features/aarch64.xml: New file.
3019         * regformats/aarch64-without-fpu.dat: New file (generated).
3020         * regformats/aarch64.dat: New file (generated).
3021
3022 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3023
3024         * contrib/expect-read1.c: New file.
3025         * contrib/expect-read1.sh: New file.
3026
3027 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3028
3029         * dwarf2read.c (file_file_name): New function with code from
3030         file_full_name.
3031         (file_full_name): Move most of the code to file_file_name.
3032         (macro_start_file): Rename variable full_name to file_name and use
3033         file_file_name for it.  Add comp_dir parameter to new_macro_table.
3034         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
3035         macro_source_file->filename access by macro_source_fullname call.
3036         * macroscope.c (_initialize_macroscope): Update the new_macro_table
3037         caller.
3038         * macrotab.c (struct macro_table): New field comp_dir.
3039         (macro_include): New variables link_fullname and source_fullname.
3040         Replace any macro_source_file->filename access by macro_source_fullname
3041         call.
3042         (macro_lookup_inclusion): Remove the partial filenames checking code.
3043         (check_for_redefinition): New variables source_fullname and
3044         found_key_fullname.  Replace any macro_source_file->filename access by
3045         macro_source_fullname call.
3046         (macro_undef): New variables source_fullname and key_fullname.  Replace
3047         any macro_source_file->filename access by macro_source_fullname call.
3048         (macro_lookup_definition): New variables retval and source_fullname.
3049         Replace any macro_source_file->filename access by macro_source_fullname
3050         call.
3051         (foreach_macro): New variable key_fullname.  Replace any
3052         macro_source_file->filename access by macro_source_fullname call.
3053         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
3054         macro_source_file->filename access by macro_source_fullname call.
3055         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
3056         (macro_source_fullname): New function.
3057         * macrotab.h (struct macro_source_file): Extent the filename field
3058         comment.
3059         (new_macro_table): New parameter comp_dir, add a comment for it.
3060         (macro_source_fullname): new declaration.
3061
3062 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3063
3064         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
3065         this_real_name to outer block.  Use it also for
3066         compare_filenames_for_search.
3067         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
3068         with dw2_get_real_path for file_matcher, considering also
3069         BASENAMES_MAY_DIFFER.
3070         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
3071
3072 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3073
3074         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
3075         to the file_matcher parameter.  Pass 0 to it.
3076         (dwarf2_create_include_psymtab): Copy also DIRNAME.
3077         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
3078         NULL psymtab_to_fullname result.
3079         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
3080         an expected filename instead.
3081         (expand_symtabs_matching_via_partial): Add basenames parameter to the
3082         file_matcher parameter.  Call also psymtab_to_fullname, after newly
3083         considering BASENAMES_MAY_DIFFER.
3084         * source.c (rewrite_source_path): Remove static.
3085         * source.h (rewrite_source_path): New declaration.
3086         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
3087         the expand_symtabs_matching field.  Comment it.
3088         * symtab.c (file_matches): New function comment.  Add parameter
3089         basenames, implement it.
3090         (search_symbols_file_matches): Add basenames parameter.  Update the
3091         file_matches caller.
3092         (search_symbols): Match FILES also against symtab_to_fullname.
3093         Optimize it for BASENAMES_MAY_DIFFER.
3094
3095 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3096
3097         * source.c (print_source_lines_base): Print for TUI also "fullname".
3098         * tui/tui-data.c (init_content_element): Change tui_locator_element
3099         field to full_name.
3100         * tui/tui-data.h (struct tui_locator_element): Likewise.
3101         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
3102         tui_update_locator_filename calls to tui_update_locator_fullname.
3103         Replace symtab->filename refererence by symtab_to_fullname call.
3104         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
3105         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
3106         field to full_name.  Replace symtab->filename refererence by
3107         symtab_to_fullname call.
3108         (tui_show_symtab_source): Rename parameter to fullname.  Change
3109         tui_locator_element field to full_name.
3110         * tui/tui-stack.c: Include source.h.
3111         (tui_set_locator_filename): Rename the declaration to ...
3112         (tui_set_locator_fullname): ... here.  Rename its parameter to
3113         fullname, updates its comment.
3114         (tui_set_locator_info): Rename its parameter to fullname.
3115         (tui_set_locator_filename): Rename the definition to ...
3116         (tui_set_locator_fullname): ... here.  Rename its parameter to
3117         fullname, updates its comment.  Change tui_locator_element field to
3118         full_name.
3119         (tui_set_locator_info): Rename its parameter to fullname.
3120         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
3121         (tui_update_locator_filename): Rename to ...
3122         (tui_update_locator_fullname): ... here. Rename callee to
3123         tui_set_locator_fullname.
3124         (tui_show_frame_info): Replace symtab->filename refererence by
3125         symtab_to_fullname call.
3126         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
3127         (tui_update_locator_fullname): ... here.
3128         * tui/tui-winsource.c (tui_display_main): Rename the callee to
3129         tui_update_locator_fullname.  Replace symtab->filename refererence by
3130         symtab_to_fullname call.
3131         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
3132         Rename the callee to tui_update_locator_fullname.
3133         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
3134
3135 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3136
3137         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
3138         by symtab_to_filename_for_display calls.
3139         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
3140         (clear_command): New variable sal_fullname, initialize it.  Replace
3141         compare_filenames_for_search by filename_cmp with sal_fullname.
3142         (say_where, update_static_tracepoint): Replace symtab->filename
3143         refererences by symtab_to_filename_for_display calls.
3144         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
3145         Likewise.
3146         * dwarf2read.c: Include source.h.
3147         (fixup_go_packaging): Replace symtab->filename refererences by
3148         symtab_to_filename_for_display calls.
3149         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
3150         Replace symtab->filename refererences by symtab_to_filename_for_display
3151         calls.
3152         (create_sals_line_offset, convert_linespec_to_sals): New variable
3153         fullname, initialize it, replace symtab->filename reference by the
3154         variable.
3155         * linux-fork.c: Include source.h.
3156         (info_checkpoints_command): Replace symtab->filename refererences by
3157         symtab_to_filename_for_display calls.
3158         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
3159         by symtab_to_filename_for_display calls.
3160         * mdebugread.c: Include source.h.
3161         (psymtab_to_symtab_1): Replace symtab->filename refererences by
3162         symtab_to_filename_for_display calls.
3163         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
3164         (mi_cmd_file_list_exec_source_files): Likewise.
3165         * printcmd.c: Include source.h.
3166         (build_address_symbolic): Replace symtab->filename refererences by
3167         symtab_to_filename_for_display calls.
3168         * psymtab.c (partial_map_symtabs_matching_filename)
3169         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
3170         with psymtab_to_fullname.
3171         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
3172         by symtab_to_filename_for_display calls.
3173         (stpy_get_filename): New variable filename, initialize it, use instead
3174         of symtab->filename refererences.
3175         (salpy_str): Make variable filename const char *.  Replace
3176         symtab->filename refererences by symtab_to_filename_for_display calls.
3177         * skip.c: Include source.h and filenames.h.
3178         (skip_file_command): Remove const from the symtab variable.  Replace
3179         symtab->filename refererences by symtab_to_fullname call.
3180         (function_name_is_marked_for_skip): New variables searched_for_fullname
3181         and fullname.  Use them to search also with symtab's fullname.
3182         * source.c (find_source_lines): Replace symtab->filename refererences
3183         by symtab_to_filename_for_display calls.
3184         (print_source_lines_base): New variable filename, use it instead of
3185         symtab->filename.  Replace symtab->filename refererences by
3186         symtab_to_filename_for_display calls.
3187         (line_info, forward_search_command): Replace symtab->filename
3188         refererences by symtab_to_filename_for_display calls.
3189         (reverse_search_command): Replace symtab->filename refererences by
3190         symtab_to_filename_for_display calls.  New variable filename for it.
3191         * stack.c (frame_info): Likewise.
3192         * symmisc.c: Include source.h.
3193         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
3194         (maintenance_info_symtabs): Replace symtab->filename refererences by
3195         symtab_to_filename_for_display calls.
3196         * symtab.c (iterate_over_some_symtabs): Call
3197         compare_filenames_for_search also with symtab_to_fullname.
3198         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
3199         symtab->filename refererences by symtab_to_filename_for_display calls.
3200         (find_line_symtab): Replace symtab->filename refererences by
3201         symtab_to_filename_for_display calls.
3202         (file_matches): Replace filename_cmp by compare_filenames_for_search.
3203         (print_symbol_info): Make the last parameter const char *.  New
3204         variable s_filename.  Use it in the function.
3205         (symtab_symbol_info): Make the last_filename variable const char *.
3206         Replace symtab->filename refererences by symtab_to_filename_for_display
3207         calls.
3208         (rbreak_command): New variable fullname.  Use it.  Replace
3209         symtab->filename refererence by symtab_to_filename_for_display call.
3210         * tracepoint.c (set_traceframe_context, trace_find_line_command)
3211         (print_one_static_tracepoint_marker): Replace symtab->filename
3212         refererences by symtab_to_filename_for_display calls.
3213         * tui/tui-source.c (tui_set_source_content): New variables filename and
3214         s_filename.  Replace symtab->filename refererences by this variable.
3215         Replace other symtab->filename refererences by
3216         symtab_to_filename_for_display calls.
3217
3218 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3219             Jan Kratochvil  <jan.kratochvil@redhat.com>
3220
3221         Add a new variable that controls a way in which filenames are
3222         displayed.
3223         * NEWS (set filename-display): New entry.
3224         * source.c (filename_display_basename, filename_display_relative)
3225         (filename_display_absolute, filename_display_kind_names)
3226         (filename_display_string, show_filename_display_string)
3227         (symtab_to_filename_for_display): New.
3228         (_initialize_source): Added initialization of 'filename-display'
3229         variable.
3230         * source.h (symtab_to_filename_for_display): Added declaration.
3231         * stack.c (print_frame): Added new variable and calling of a new
3232         function and condition with this variable. Changed third argument of
3233         calling of a function.
3234
3235 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3236
3237         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
3238         Rename field reference filename to fullname.
3239         * tui/tui-data.h (struct tui_source_info): Rename field filename to
3240         fullname.  New comment for it.
3241         * tui/tui-source.c (tui_set_source_content): Rename field reference
3242         filename to fullname.  Initialize field by symtab_to_fullname now.
3243         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
3244         reference filename to fullname.  Use symtab_to_fullname during
3245         comparison.
3246
3247 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3248
3249         Code cleanup.
3250         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
3251         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
3252         filename to fullname.  Rename variable this_name to this_fullname.
3253         Lowercase FILENAME_CMP call.
3254         (dw2_find_symbol_file): New comment for the returned string.
3255         (dwarf2_gdb_index_functions): Rename the function to
3256         dw2_expand_symtabs_with_fullname.
3257         * psymtab.c (read_psymtabs_with_filename): Rename to ...
3258         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
3259         fullname.
3260         (psym_functions): Rename the function to read_psymtabs_with_fullname.
3261         * symfile.h (struct quick_symbol_functions): Rename field
3262         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
3263         parameter filename to fullname.  Document returned string meaning for
3264         find_symbol_file.
3265         * symtab.c (find_line_symtab): Rename the called function to
3266         expand_symtabs_with_fullname.
3267
3268 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3269
3270         Code cleanup.
3271         * breakpoint.c (clear_command): Remove variable is_abs, unify the
3272         call of filename_cmp with compare_filenames_for_search.
3273         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
3274         is_abs, unify the call of FILENAME_CMP with
3275         compare_filenames_for_search.  New gdb_asserts for real_path and name.
3276         Unify the call of compare_filenames_for_search with FILENAME_CMP.
3277         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
3278         * symfile.h (struct quick_symbol_functions): Extend the comment for
3279         map_symtabs_matching_filename.
3280         * symtab.c (compare_filenames_for_search): Remove the function comment
3281         relative path requirement.  Handle absolute filenames, with a comment.
3282         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
3283         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
3284         real_path and name.  Unify the call of compare_filenames_for_search
3285         with FILENAME_CMP.
3286         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
3287
3288 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3289
3290         Code cleanup.
3291         * breakpoint.c (print_breakpoint_location): Replace bp_location field
3292         source_file references by symtab field references.  Remove variables
3293         sal and fullname.
3294         (momentary_breakpoint_from_master, add_location_to_breakpoint):
3295         (clear_command, say_where): Replace bp_location field source_file
3296         references by symtab field references.
3297         (bp_location_dtor): Remove the source_file reference.
3298         (update_static_tracepoint): Replace bp_location field source_file
3299         references by symtab field references.
3300         (breakpoint_free_objfile): New function.
3301         * breakpoint.h (struct bp_location): Extend the comment for line_number.
3302         Replace the field source_file by field symtab, extend its comment.
3303         (breakpoint_free_objfile): New declaration.
3304         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
3305         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
3306         field source_file references by symtab field references.
3307
3308 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3309
3310         Replace xfullpath calls by gdb_realpath calls.
3311         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
3312         function comment.
3313         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
3314         Remove it from the iterate_over_some_symtabs call.
3315         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
3316         Remove it from the dw2_map_expand_apply calls, remove a block handling
3317         it.
3318         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
3319         Remove it from the iterate_over_some_symtabs call.
3320         (partial_map_symtabs_matching_filename): Remove parameter full_path.
3321         Remove it from the partial_map_expand_apply calls, remove a block
3322         handling it.  Drop gdb_realpath call and cleanups from the real_path
3323         handling.
3324         * source.c (openp): Drop the comment part about xfullpath.  Replace
3325         xfullpath calls by gdb_realpath calls.
3326         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
3327         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
3328         from method map_symtabs_matching_filename and its comment.
3329         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
3330         gdb_realpath call.
3331         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
3332         remove it also from the function comment, remove a block handling it.
3333         Drop gdb_realpath call and cleanups from the real_path handling.
3334         (iterate_over_symtabs): Drop variable full_path and its use.
3335         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
3336         * utils.c (xfullpath): Remove.
3337         * utils.h (xfullpath): Remove.
3338
3339 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
3340
3341         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
3342         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
3343         (ALLDEPFILES): Add ppc64-tdep.c.
3344         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
3345         ppc64-tdep.o to gdb_target_obs.
3346         * ppc64-tdep.h: New file.
3347         * ppc64-tdep.c: New file.
3348         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
3349         ppc-linux-tdep.c to here.
3350         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
3351         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
3352         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
3353         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
3354         from ppc-linux-tdep.c to here.
3355         (ppc64_convert_from_func_ptr_addr): Rename from
3356         ppc64_linux_convert_from_func_ptr_addr to
3357         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
3358         here.
3359         * rs6000-tdep.c:
3360         (read_insn): Move from ppc-linux-tdep.c to here.
3361         (insns_match_pattern, insn_d_field, insn_ds_field): Move
3362         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
3363         * ppc-linux-tdep.c: Include ppc64-tdep.h.
3364         Removed above functions.
3365         (ppc_linux_init_abi): Adjust.
3366
3367 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
3368
3369         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
3370
3371 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
3372
3373         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
3374
3375 2013-02-01  Pedro Alves  <palves@redhat.com>
3376
3377         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
3378         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
3379
3380 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3381
3382         * elfread.c (elf_symfile_read): Limit separate debug info additions to
3383         files with no separate debug info.
3384         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
3385         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
3386         only for files with no separate debug info.
3387
3388 2013-01-31  Tom Tromey  <tromey@redhat.com>
3389
3390         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
3391         change type.
3392         (struct jit_program_space_data): Rename from jit_inferior_data.
3393         Update comments.
3394         (get_jit_program_space_data): Rename from get_jit_inferior_data.
3395         Change return type.  Attach data to program space.
3396         (jit_program_space_data_cleanup): Rename from
3397         jit_inferior_data_cleanup; change argument type.
3398         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
3399         change type.
3400         (jit_register_code): Update.
3401         (jit_update_inferior_cache): Remove.
3402         (jit_breakpoint_deleted): Get jit data from the location's program
3403         space.
3404         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
3405         'ps_data', change type.
3406         (jit_inferior_init, jit_breakpoint_re_set_internal)
3407         (jit_event_handler): Update.
3408         (free_objfile_data): Get data from objfile's program space.
3409         (_initialize_jit): Update.
3410
3411 2013-01-31  Tom Tromey  <tromey@redhat.com>
3412
3413         PR gdb/13987:
3414         * jit.c (struct jit_inferior_data) <cached_code_address,
3415         jit_breakpoint>: New fields.
3416         (jit_breakpoint_re_set_internal): Fix logging.  Only create
3417         breakpoint if cached address has changed.
3418         (jit_update_inferior_cache, jit_breakpoint_deleted): New
3419         functions.
3420         (_initialize_jit): Register breakpoint deleted observer.
3421
3422 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
3423
3424         * infrun.c (handle_syscall_event): Remove unused gdbarch.
3425         (save_infcall_suspend_state): Ifdef out unused inf.
3426         (restore_infcall_suspend_state): Ifdef out unused inf.
3427         * jit.c (jit_register_code): Remove unused i, b, inf_data.
3428         (jit_frame_sniffer): Remove unused inf_data.
3429
3430 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
3431
3432         * c-exp.y (classify_inner_name): Remove unused type.
3433         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
3434         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
3435         need_escape.
3436         (c_get_string): Remove unused kind.
3437         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
3438
3439 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
3440
3441         * charset.c (intermediate_encoding): Remove unused i.
3442         * completer.c (signal_completer): Remove unused i.
3443         * continuations.c (discard_my_continuations_1): Remove unused
3444         continuation_ptr.
3445         * corelow.c (core_close): Remove unuseD name.
3446         (get_core_siginfo): Remove unused pid.
3447         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
3448         i, cps.
3449         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
3450         (loclist_describe_location): Remove unused first.
3451         * event-top.c (command_line_handler): Remove unused got_eof.
3452         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
3453         (resize_section_table): Remove unused old_value.
3454         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
3455         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
3456         * i386-tdep.c (i386_process_record): Remove unused rex.
3457         * infcmd.c (get_return_value): Remove unused uiout.
3458         * jv-lang.c (type_from_class): Remove unused is_array.
3459         * jv-valprint.c (java_val_print): Remove unused i.
3460         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
3461         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
3462         * m2-typeprint.c (m2_print_type): Remove unused code.
3463         * macroexp.c (get_character_constant): Remove unused body_start.
3464         (macro_stringify): Remove unused result.
3465         * objc-lang.c (find_methods): Remove unused gdbarch.
3466         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
3467         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
3468         * stack.c (print_frame_args): Remove unused summary.
3469         * thread.c (thread_apply_command): Remove unused p.
3470         * valarith.c (value_x_unop): Remove unused mangle_ptr.
3471         * valops.c (search_struct_method): Remove unused skip.
3472         * valprint.c (generic_val_print): Remove unused byte_order.
3473         * varobj.c (varobj_update): Remove unused changed.
3474         * cli/cli-cmds.c (complete_command): Remove unused next_item.
3475         (alias_command): Remove unused c.
3476         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
3477         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
3478         format.
3479         (mi_cmd_data_write_memory): Remove unused word_format.
3480         (mi_cmd_data_write_memory_bytes): Remove unused r.
3481         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
3482         p_start, p_end.
3483         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
3484         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
3485         line_width.
3486
3487 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
3488
3489         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
3490         * symtab.c (iterate_over_symtabs): Remove unused s.
3491         (find_pc_sect_symtab): Remove unused pspAce.
3492         (find_pc_sect_line): Remove unused alt_symtab.
3493         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
3494         (completion_list_add_name): Remove unused newsize.
3495
3496 2013-01-31  Tom Tromey  <tromey@redhat.com>
3497
3498         PR c++/14998:
3499         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
3500         TYPE_CODE_FUNC.
3501
3502 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
3503
3504         * target.c (target_read_string): Remove unused origlen.
3505
3506 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
3507
3508         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
3509         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
3510         * ax-general.c (ax_print): Remove unused is_float.
3511         * blockframe.c (block_innermost_frame): Remove unused start, end.
3512         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
3513
3514 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
3515
3516         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
3517         (svr4_read_so_list): Remove unused lmo.
3518         * solib-target.c (solib_target_relocate_section_addresses): Remove
3519         unused flags.
3520
3521 2013-01-30  Tom Tromey  <tromey@redhat.com>
3522
3523         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
3524
3525 2013-01-30  Tom Tromey  <tromey@redhat.com>
3526
3527         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
3528         * utils.c (gnu_debuglink_crc32): Remove.
3529         * utils.h (gnu_debuglink_crc32): Don't declare.
3530
3531 2013-01-30  Tom Tromey  <tromey@redhat.com>
3532
3533         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
3534         (read_structure_type, read_enumeration_type): Remove cast.
3535
3536 2013-01-30  Tom Tromey  <tromey@redhat.com>
3537
3538         * dwarf2read.c (read_namespace_type): Remove cast.
3539         (read_typedef): Likewise.
3540
3541 2013-01-29  Tom Tromey  <tromey@redhat.com>
3542
3543         * dwarf2read.c (free_dwo_file): Remove assert.
3544
3545 2013-01-29  Tom Tromey  <tromey@redhat.com>
3546
3547         * value.c (deprecated_set_value_modifiable): Remove.
3548         * value.h (deprecated_set_value_modifiable): Remove.
3549
3550 2013-01-28  Doug Evans  <dje@google.com>
3551
3552         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
3553         to addresses from dwo files.
3554
3555 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
3556
3557         * valops.c (find_overload_match): Remove unused argument 'lax'.
3558         * value.h: Remove unused argument 'lax' from the declaration of
3559         find_overload_match.
3560         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
3561         to find_overload_match.
3562         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
3563         argument to find_overload_match.
3564
3565 2013-01-25  Tom Tromey  <tromey@redhat.com>
3566
3567         * dwarf2read.c (processing_has_namespace_info): Remove.
3568         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
3569         (process_die, read_func_scope, dwarf2_start_symtab)
3570         (new_symbol_full): Update.
3571
3572 2013-01-25  Tom Tromey  <tromey@redhat.com>
3573
3574         * cp-namespace.c (cp_set_block_scope): Remove.
3575         * cp-support.h (cp_set_block_scope): Remove.
3576         * dbxread.c: Include block.h.
3577         (cp_set_block_scope): New function.
3578         (process_one_symbol): Update.
3579         * dwarf2read.c (read_func_scope): Use block_set_scope.
3580
3581 2013-01-25  Pedro Alves  <palves@redhat.com>
3582
3583         * remote.c (add_current_inferior_and_thread): Tweak comment.
3584
3585 2013-01-25  Tom Tromey  <tromey@redhat.com>
3586
3587         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
3588         (cp_add_using_directive): Add 'copy_names' argument.
3589         * cp-support.h (cp_add_using_directive): Update.
3590         (struct using_direct) <import_src, import_dest, alias,
3591         declaration>: Now const.
3592         * dwarf2read.c (read_import_statement): Use obconcat.
3593         Don't copy names passed to cp_add_using_directive.
3594
3595 2013-01-25  Tom Tromey  <tromey@redhat.com>
3596
3597         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
3598
3599 2013-01-25  Pedro Alves  <palves@redhat.com>
3600
3601         * remote.c (stop_reply_extract_thread): New.
3602         (add_current_inferior_and_thread): New parameter 'wait_status'.
3603         Handle it.
3604         (remote_start_remote): Pass wait status to
3605         add_current_inferior_and_thread.
3606         (extended_remote_run): Update comment.
3607         (extended_remote_create_inferior_1): Pass wait status to
3608         add_current_inferior_and_thread.
3609
3610 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
3611             Ulrich Weigand  <uweigand@de.ibm.com>
3612
3613         * valarith.c (value_vector_widen): New function for replicating a
3614         scalar into a vector.
3615         (value_binop): Use value_vector_widen to widen scalar to vector
3616         rather than casting, this better matches gcc C behaviour.
3617         * valops.c (value_casst): Update logic for casting between vector
3618         types, and for casting from scalar to vector, try to match gcc C
3619         behaviour.
3620         * value.h (value_vector_widen): Declare.
3621         * opencl-lang.c (opencl_value_cast): New opencl specific casting
3622         function, handle special case for casting scalar to vector.
3623         (opencl_relop): Use opencl_value_cast.
3624         (evaluate_subexp_opencl): Use opencl_value_cast instead of
3625         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
3626         in order to use opencl_value_cast.
3627
3628 2013-01-25  Yao Qi  <yao@codesourcery.com>
3629
3630         * event-loop.c: Include "queue.h".
3631         (gdb_event_p): New typedef.
3632         (DECLARE_QUEUE_P): Use.
3633         (DEFINE_QUEUE_P): Use.
3634         (async_queue_event): Remove.
3635         (gdb_event_xfree): New.
3636         (initialize_event_loop): New.
3637         (process_event): Use QUEUE macros.
3638         (event_queue): Remove.
3639         (gdb_wait_for_event): Caller update.
3640         (check_async_event_handlers): Likewise.
3641         (poll_timers): Likewise.
3642         * event-loop.h (initialize_event_loop): Declare.
3643         * event-loop.c (gdb_event_xfree): New.
3644         * top.c (gdb_init): Call initialize_event_loop.
3645
3646 2013-01-25  Yao Qi  <yao@codesourcery.com>
3647
3648         * event-loop.c (async_queue_event): Remove one parameter
3649         'position'.  Remove code handling 'position' == TAIL.
3650         (gdb_wait_for_event): Caller update.
3651         (check_async_event_handlers): Caller update.
3652         (poll_timers): Caller update.
3653         * event-loop.h (enum queue_position): Remove.
3654
3655 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
3656
3657         * MAINTAINERS: Update my email.
3658
3659 2013-01-25  Yao Qi  <yao@codesourcery.com>
3660
3661         * main.c (print_gdb_help): Remove "--epoch" from the help
3662         message.
3663
3664 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
3665
3666         * symtab.c (skip_prologue_using_sal): Consider a file
3667         change the same as an increased line number
3668
3669 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
3670
3671         * MAINTAINERS (Write After Approval): Add myself to the list.
3672
3673 2013-01-24  Tom Tromey  <tromey@redhat.com>
3674
3675         * ada-lang.h (ada_decode_symbol): Make return type const.
3676         * ada-lang.c (ada_decode_symbol): Likewise.
3677
3678 2013-01-23  Doug Evans  <dje@google.com>
3679
3680         * linespec.c (find_linespec_symbols): Make static.
3681
3682 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
3683
3684         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
3685         type on float conversion for complex type.
3686
3687 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
3688
3689         Add a new class gdb.Architecture which exposes GDB's
3690         internal representation of architecture via GDB Python API.
3691         * Makefile.in: Add entries corresponding to the new file
3692         python/py-arch.c.
3693         * NEWS (Python Scripting): Add entries for the new class
3694         gdb.Architecture and the new method gdb.Frame.architecture.
3695         * python/py-arch.c: Implement gdb.Architecture class.
3696         * python/py-frame.c (frapy_arch): Implement the method
3697         gdb.Frame.architecture().
3698         (frame_object_methods): Add 'architecture' to the method table.
3699         * python/python-internal.h: Add declarations of new utility
3700         functions.
3701         * python/python.c (_initialize_python): Initialize
3702         gdb.Architecture class.
3703
3704 2013-01-23  Doug Evans  <dje@google.com>
3705
3706         Work around binutils/15021.
3707         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
3708         type_unit_group out of union s.  All uses updated.
3709         (read_index_from_section): Watch for index version 8.
3710         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
3711         an imported symtab.
3712         (write_psymtabs_to_index): Increment version number to 8.
3713
3714 2013-01-22  Pedro Alves  <palves@redhat.com>
3715
3716         * annotate.c (breakpoint_changed): Skip if breakpoint is not
3717         user-visible.
3718
3719 2013-01-22  Pedro Alves  <palves@redhat.com>
3720
3721         * annotate.c (annotate_breakpoints_changed): Rename to ...
3722         (annotate_breakpoints_invalid): ... this.  Make static.
3723         (breakpoint_changed): Adjust.
3724         (_initialize_annotate): Always install the observers.  Install a
3725         "breakpoint_created" observer.
3726         * annotate.h (annotate_breakpoints_changed): Delete declaration.
3727         * breakpoint.c (set_breakpoint_condition)
3728         (breakpoint_set_commands, do_map_commands_command)
3729         (init_raw_breakpoint, clear_command, set_ignore_count)
3730         (enable_breakpoint_disp): No longer call
3731         annotate_breakpoints_changed.
3732
3733 2013-01-22  Pedro Alves  <palves@redhat.com>
3734
3735         * annotate.c: Include "inferior.h".
3736         (frames_invalid_emitted)
3737         (breakpoints_invalid_emitted): New globals.
3738         (async_background_execution_p): New function.
3739         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
3740         emitting the annotation if it has already been emitted.
3741         (annotate_display_prompt): New function.
3742         * annotate.h (annotate_display_prompt): New declaration.
3743         * event-top.c: Include annotate.h.
3744         (display_gdb_prompt): Call annotate_display_prompt.
3745
3746 2013-01-22  Pedro Alves  <palves@redhat.com>
3747
3748         * annotate.c (ignore_count_changed): Delete.
3749         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
3750         (annotate_ignore_count_change): Delete.
3751         (annotate_stopped): Don't emit a delayed breakpoints-changed
3752         annotation.
3753         * annotate.h (annotate_ignore_count_change): Delete.
3754         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
3755         annotate_ignore_count_change.
3756
3757 2013-01-22  Tom Tromey  <tromey@redhat.com>
3758
3759         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
3760         require_rvalue for a register location.
3761
3762 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
3763
3764         * breakpoint.c (print_one_breakpoint_location): Add MI
3765         field 'thread-groups' when printing a breakpoint.
3766         (output_thread_groups): New function.
3767
3768 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
3769
3770         * python/lib/gdb/commands/explore.py
3771         (CompoundExplorer.explore_expr): Correct the name of a method
3772         being invoked.
3773         (ExploreTypeCommand.invoke): Add a missing 'return'.
3774
3775 2013-01-21  Tom Tromey  <tromey@redhat.com>
3776
3777         * gdb_obstack.h (obconcat): Move declaration here, from...
3778         * symfile.h (obconcat): ... here.
3779         * gdb_obstack.c: New file.
3780         (obconcat): Move from...
3781         * symfile.c (obconcat): ... here.
3782         * Makefile.in (SFILES): Add gdb_obstack.c.
3783         (COMMON_OBS): Add gdb_obstack.o.
3784
3785 2013-01-21  Tom Tromey  <tromey@redhat.com>
3786
3787         * symfile.h (obsavestring): Don't declare.
3788         * symfile.c (obsavestring): Remove.
3789         * ada-exp.y: Use obstack_copy0, not obsavestring.
3790         * ada-lang.c: Use obstack_copy0, not obsavestring.
3791         * coffread.c: Use obstack_copy0, not obsavestring.
3792         * cp-namespace.c: Use obstack_copy0, not obsavestring.
3793         * dbxread.c: Use obstack_copy0, not obsavestring.
3794         * dwarf2read.c: Use obstack_copy0, not obsavestring.
3795         * jit.c: Use obstack_copy0, not obsavestring.
3796         * mdebugread.c: Use obstack_copy0, not obsavestring.
3797         * psymtab.c: Use obstack_copy0, not obsavestring.
3798         * stabsread.c: Use obstack_copy0, not obsavestring.
3799         * xcoffread.c: Use obstack_copy0, not obsavestring.
3800
3801 2013-01-21  Tom Tromey  <tromey@redhat.com>
3802
3803         * dwarf2read.c (fixup_go_packaging): Save package name
3804         on objfile obstack.
3805         * gdbtypes.c (init_type): Don't copy name.
3806
3807 2013-01-21  Tom Tromey  <tromey@redhat.com>
3808
3809         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
3810         const.
3811         (struct attribute) <u.str>: Now const.
3812         (struct fnfieldlist) <name>: Now const.
3813         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
3814         (partial_die_parent_scope): Make return type const.
3815         (partial_die_full_name, add_partial_symbol): Update.
3816         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
3817         'name' const.
3818         (find_file_and_directory): Make 'name' and 'comp_dir' const.
3819         (read_file_scope, read_func_scope, dwarf2_add_field)
3820         (dwarf2_add_member_fn, read_structure_type)
3821         (process_enumeration_scope, read_array_type, read_module_type)
3822         (read_base_type, read_subrange_type): Update.
3823         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
3824         (new_symbol_full, guess_full_die_structure_name): Update.
3825         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
3826         (dwarf2_name): Return const type.
3827         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
3828         const.
3829
3830 2013-01-21  Tom Tromey  <tromey@redhat.com>
3831
3832         * gdbtypes.c (init_type): Make 'name' const.
3833         * gdbtypes.h (init_type): Update.
3834
3835 2013-01-21  Tom Tromey  <tromey@redhat.com>
3836
3837         * buildsym.c (patch_subfile_names): Use set_last_source_file.
3838         (start_symtab): Make 'name' and 'dirname' const.  Use
3839         set_last_source_file.
3840         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
3841         (last_source_file): Define.  Now static.
3842         (set_last_source_file, get_last_source_file): New functions.
3843         * buildsym.h (last_source_file): Don't declare.
3844         (start_symtab): Update.
3845         (set_last_source_file, get_last_source_file): Declare.
3846         * coffread.c (complete_symtab): Use set_last_source_file.
3847         (coff_end_symtab): Likewise.
3848         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
3849         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
3850         set_last_source_file.
3851         (process_one_symbol): Use get_last_source_file.
3852         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
3853         (psymtab_to_symtab_1): Use get_last_source_file.
3854         * xcoffread.c (process_linenos): Use get_last_source_file.
3855         (complete_symtab): Use set_last_source_file.
3856         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
3857         (scan_xcoff_symtab): Use set_last_source_file.
3858
3859 2013-01-21  Tom Tromey  <tromey@redhat.com>
3860
3861         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
3862         (symbol_set_names): Remove casts.  Handle field const-ness.
3863
3864 2013-01-21  Tom Tromey  <tromey@redhat.com>
3865
3866         * dwarf2read.c (new_symbol_full): Remove cast.
3867         * symtab.c (symbol_set_demangled_name): Make 'name' const.
3868         * symtab.h (symbol_set_demangled_name): Update.
3869
3870 2013-01-21  Tom Tromey  <tromey@redhat.com>
3871
3872         * main.c (captured_main): Call bfd_init.
3873
3874 2013-01-21  Tom Tromey  <tromey@redhat.com>
3875
3876         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
3877         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
3878         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
3879         * NEWS: Update.
3880
3881 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3882
3883         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
3884
3885 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3886
3887         Fix gdb.fortran/common-block.exp crash in PIE mode.
3888         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
3889         LOC_COMMON_BLOCK.
3890         * f-valprint.c (info_common_command_for_block): Expect
3891         LOC_COMMON_BLOCK in gdb_assert.
3892         * symtab.h (struct general_symbol_info): Update comment for the
3893         common_block member.
3894         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
3895         (enum address_class): New member LOC_COMMON_BLOCK.
3896
3897 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3898
3899         * MAINTAINERS (Write After Approval): Add "David Blaikie".
3900
3901 2013-01-18  Tom Tromey  <tromey@redhat.com>
3902
3903         PR c++/14999:
3904         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
3905         Call require_rvalue.
3906
3907 2013-01-18  Yao Qi  <yao@codesourcery.com>
3908
3909         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
3910         (dbx_read_symtab): New declaration.
3911         (dbx_psymtab_to_symtab): Delete.
3912         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
3913         Rename parameter PST to SELF.  Exchanged two parameters.
3914         (start_psymtab): Caller update.
3915         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
3916         (dwarf2_read_symtab): New declaration.
3917         (dwarf2_psymtab_to_symtab): Delete.
3918         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
3919         Rename parameter PST to SELF.  Exchanged two parameters.
3920         (create_partial_symtab): Caller update.
3921         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
3922         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
3923         Rename parameter PST to SELF.  Exchanged two parameters.
3924         (parse_partial_symbols, new_psymtab): Caller update.
3925         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
3926         two parameters.
3927         * psymtab.c (psymtab_to_symtab): Caller update.
3928         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
3929         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
3930         Rename parameter PST to SELF.  Exchanged two parameters.
3931         (xcoff_start_psymtab): Caller update.
3932
3933 2013-01-18  Yao Qi  <yao@codesourcery.com>
3934
3935         * infrun.c (proceed): Rename local variable 'oneproc' to
3936         'force_step'.
3937
3938 2013-01-17  Doug Evans  <dje@google.com>
3939
3940         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
3941         (dw2_build_type_unit_groups): Delete.  All uses updated.
3942
3943         * symtab.h (struct symbol_search): Add comment.
3944
3945 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3946
3947         * symtab.c (compare_filenames_for_search): New comment for
3948         HAS_DRIVE_SPEC.
3949
3950 2013-01-17  Tom Tromey  <tromey@redhat.com>
3951
3952         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
3953
3954 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3955
3956         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
3957         initialize it by existing make_cleanup.  Call new do_cleanups.
3958
3959 2013-01-17  Tom Tromey  <tromey@redhat.com>
3960
3961         * cp-abi.c (cp_abi_completer): New function.
3962         (_initialize_cp_abi): Set completer for "set cp-abi".
3963
3964 2013-01-17  Tom Tromey  <tromey@redhat.com>
3965
3966         * mem-break.c: Remove obsolete comment.
3967         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
3968
3969 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
3970
3971         * jit.c (jit_reader_load_command): Interpret the jit reader name
3972         as an absolute path if it begins with a forward slash.
3973
3974 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
3975
3976         PR gdb/14550
3977
3978         * jit.c (finalize_symtab): Ensure that only the global block has a
3979         NULL superblock.
3980
3981 2013-01-17  Pedro Alves  <palves@redhat.com>
3982
3983         * acinclude.m4: Include ../config/plugins.m4,
3984         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
3985         * Makefile.in (aclocal_m4_deps): Update.
3986         * aclocal.m4: Renegerate.
3987
3988 2013-01-16  Doug Evans  <dje@google.com>
3989
3990         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
3991
3992 2013-01-16  Pedro Alves  <palves@redhat.com>
3993             Tom Tromey  <tromey@redhat.com>
3994
3995         PR cli/7221:
3996         * NEWS: Add "catch signal".
3997         * breakpoint.c (base_breakpoint_ops): No longer static.
3998         (bpstat_explains_signal): New function.
3999         (init_catchpoint): No longer static.
4000         (base_breakpoint_explains_signal): New function.
4001         (base_breakpoint_ops): Initialize new field.
4002         * breakpoint.h (enum bpstat_signal_value): New.
4003         (struct breakpoint_ops) <explains_signal>: New field.
4004         (bpstat_explains_signal): Remove macro, declare as function.
4005         (base_breakpoint_ops, init_catchpoint): Declare.
4006         * break-catch-sig.c: New file.
4007         * inferior.h (signal_catch_update): Declare.
4008         * infrun.c (signal_catch): New global.
4009         (handle_syscall_event): Update for change to
4010         bpstat_explains_signal.
4011         (handle_inferior_event): Likewise.  Always handle random signals
4012         via bpstats.
4013         (signal_cache_update): Check signal_catch.
4014         (signal_catch_update): New function.
4015         (_initialize_infrun): Initialize signal_catch.
4016         * Makefile.in (SFILES): Add break-catch-sig.c.
4017         (COMMON_OBS): Add break-catch-sig.o.
4018
4019 2013-01-16  Tom Tromey  <tromey@redhat.com>
4020
4021         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
4022         (print_one_catch_solib, print_one_catch_syscall)
4023         (print_one_catch_exec, print_one_exception_catchpoint): Emit
4024         "catch-type".
4025
4026 2013-01-16  Yao Qi  <yao@codesourcery.com>
4027
4028         * printcmd.c (current_display_number): Make it static.
4029
4030 2013-01-16  Yao Qi  <yao@codesourcery.com>
4031
4032         * infcmd.c (step_once): Don't check '!single_inst' as it was
4033         checked before.
4034
4035 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4036
4037         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
4038
4039 2013-01-14  Tom Tromey  <tromey@redhat.com>
4040
4041         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
4042         set command.
4043         * command.h (add_setshow_string_noescape_cmd): Update.
4044         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
4045         (complete_set_gnutarget): New function.
4046         (_initialize_core): Set the "set gnutarget" completer.
4047
4048 2013-01-14  Tom Tromey  <tromey@redhat.com>
4049
4050         PR symtab/14442:
4051         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
4052         (c_type_print_modifier): Likewise.
4053         * dwarf2read.c (read_tag_restrict_type): New function.
4054         (read_type_die_1): Handle DW_TAG_restrict_type.
4055         * gdbtypes.c (make_restrict_type): New function.
4056         (recursive_dump_type): Handle TYPE_RESTRICT.
4057         * gdbtypes.h (enum type_flag_values): Renumber.
4058         (enum type_instance_flag_value): Add
4059         TYPE_INSTANCE_FLAG_RESTRICT.
4060         (TYPE_RESTRICT): New macro.
4061         (make_restrict_type): Declare.
4062
4063 2013-01-14  Tom Tromey  <tromey@redhat.com>
4064
4065         PR symtab/14931:
4066         * psymtab.c (struct psymtab_state): New.
4067         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
4068         functions.
4069         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
4070         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
4071
4072 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
4073             Pedro Alves  <palves@redhat.com>
4074
4075         PR remote/14786
4076
4077         * remote.c (remote_threads_info): Make a copy of the reply from
4078         qfThreadInfo and use that instead of rs->buf.
4079
4080 2013-01-14  Yao Qi  <yao@codesourcery.com>
4081
4082         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
4083         (dbx_psymtab_to_symtab): Likewise.
4084         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
4085         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
4086         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
4087
4088 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4089
4090         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
4091         make_cleanup_restore_current_language.  Call set_language.  Move
4092         OLD_CHAIN and INNER_CHAIN cleanups.
4093         * utils.c (do_restore_current_language)
4094         (make_cleanup_restore_current_language): New functions.
4095         * utils.h (make_cleanup_restore_current_language): New declaration.
4096
4097 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4098
4099         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
4100         non-existing files.
4101
4102         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
4103         non-existing files if FILENAME is already absolute.
4104
4105 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4106
4107         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
4108         fputs_filtered.  Append trailing newline.
4109
4110 2013-01-11  Yao Qi  <yao@codesourcery.com>
4111             Stan Shebs  <stan@codesourcery.com>
4112
4113         * psymtab.c (init_psymbol_list): Clarify the comment.
4114
4115 2013-01-11  Yao Qi  <yao@codesourcery.com>
4116
4117         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
4118         (update_dprintf_command_list): Assert that 'printf_line' is
4119         non-null.  Remove condition check.
4120
4121 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4122
4123         Code cleanup.
4124         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
4125         type const char *.
4126         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
4127         const char *.
4128         * tui/tui-source.h (tui_source_is_displayed): Likewise.
4129
4130 2013-01-09  Anthony Green  <green@moxielogic.com>
4131
4132         * cp-abi.c (cplus_print_vtable): Don't return value from void
4133         function.
4134         * ada-lang.c (re_set_catch_assert): Ditto.
4135
4136 2013-01-09  Doug Evans  <dje@google.com>
4137
4138         * symfile.h (quick_symbol_functions): Delete member
4139         pre_expand_symtabs_matching.  All uses removed.
4140         * dwarf2read.c (dw2_lookup_symbol): Implement.
4141         (dw2_do_expand_symtabs_matching): Delete.
4142         (dw2_pre_expand_symtabs_matching): Delete.
4143         (struct dw2_symtab_iterator): New type.
4144         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
4145         (dw2_expand_symtabs_for_function): Rewrite.
4146         (dwarf2_gdb_index_functions): Update.
4147         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
4148         (psym_functions): Update.
4149
4150 2013-01-09  Tom Tromey  <tromey@redhat.com>
4151
4152         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
4153         * configure: Rebuild.
4154         * configure.ac: Add somread.o to the build if BFD has SOM
4155         support.
4156         * somread.c: Include som/aout.h, not syms.h.
4157         (som_symtab_read): Use som_external_symbol_dictionary_record.
4158         Unpack records manually.
4159         (_initialize_somread): Declare.
4160
4161 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
4162
4163         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
4164         Cast return_address to 64bits.
4165
4166 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
4167
4168         * printcmd.c: Remove define of function output_command.
4169         * tracepoint.c: Remove extern of function output_command.
4170         * valprint.h: (output_command): New extern.
4171
4172 2013-01-07  Tom Tromey  <tromey@redhat.com>
4173
4174         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
4175         Remove.
4176         (objc_language_defn): Use c_printchar, c_printstr,
4177         c_emit_char.
4178
4179 2013-01-07  Tom Tromey  <tromey@redhat.com>
4180
4181         PR cli/7719:
4182         * NEWS: Update.
4183         * ada-valprint.c (printstr, print_field_values): Remove
4184         "inspect_it" code.
4185         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
4186         code.
4187         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
4188         code.
4189         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
4190         * main.c (captured_main): Remove "epoch" argument.
4191         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
4192         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
4193         * p-valprint.c (pascal_object_print_value_fields): Remove
4194         "inspect_it" code.
4195         * printcmd.c (print_command_1): Remove 'inspect' argument.
4196         (print_command, call_command): Update.
4197         (inspect_command): Remove.
4198         (_initialize_printcmd): Make "inspect" an alias for "print".
4199         * top.c (epoch_interface): Remove.
4200         * top.h (epoch_interface): Remove.
4201         * valprint.c (user_print_options): Update.
4202         (print_converted_chars_to_obstack): Remove "inspect_it" code.
4203         * valprint.h (struct value_print_options) <inspect_it>: Remove
4204         field.
4205
4206 2013-01-04  Tom Tromey  <tromey@redhat.com>
4207
4208         * valprint.h (read_string): Add 'extern'.
4209
4210 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
4211
4212         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
4213         used to decide whether to define darwin_read_dyld_info or not.
4214
4215 2013-01-03  Pierre Muller  <muller@sourceware.org>
4216
4217         * main.c (relocate_gdb_directory): Avoid calling stat function
4218         if DIR is empty.
4219
4220 2013-01-03  Yao Qi  <yao@codesourcery.com>
4221
4222         * psymtab.c (fixup_psymbol_section): Update declaration.
4223         (fixup_psymbol_section): Remove code returning value.
4224
4225 2013-01-03  Yao Qi  <yao@codesourcery.com>
4226
4227         * symtab.h: Remove some out of date comments.
4228          (enum exception_event_kind): Move it ...
4229         * breakpoint.c: ... here.
4230
4231 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
4232
4233         PR gdb/14405
4234         * darwin-nat.c (darwin_read_dyld_info): Only build if
4235         TASK_DYLD_INFO_COUNT is defined.
4236         (darwin_xfer_partial): Call darwin_read_dyld_info only if
4237         TASK_DYLD_INFO_COUNT is defined.
4238
4239 2013-01-02  Tom Tromey  <tromey@redhat.com>
4240
4241         * symfile.h (struct ecoff_debug_hack): Remove.
4242         * objfiles.c: Don't include mdebugread.h.
4243
4244 2013-01-02  Tom Tromey  <tromey@redhat.com>
4245
4246         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
4247         * configure.ac: Check for Mach-O support in BFD.  Update
4248         CONFIG_OBS.
4249         * configure: Rebuild.
4250
4251 2013-01-02  Tom Tromey  <tromey@redhat.com>
4252
4253         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
4254         * configure.ac: Use GDB_AC_CHECK_BFD.
4255         * configure: Rebuild.
4256
4257 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4258
4259         * MAINTAINERS: Update my email.
4260
4261 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
4262
4263         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
4264
4265 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
4266
4267         * rs6000-nat.c (bss_data_overlap): New function.
4268         (vmap_symtab): Use it to adjust the .bss section's offset.
4269
4270 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
4271
4272         Update year range in copyright notice of all files.
4273
4274 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
4275
4276         * top.c (print_gdb_version): Update copyright year.
4277
4278 For older changes see ChangeLog-2012.
4279 \f
4280 Local Variables:
4281 mode: change-log
4282 left-margin: 8
4283 fill-column: 74
4284 version-control: never
4285 coding: utf-8
4286 End: