ARI fix: Push # directives to start of line.
[external/binutils.git] / gdb / ChangeLog
1 2013-08-23  Pierre Muller  <muller@sourceware.org>
2
3         ARI fix: Push # directives to start of line.
4         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
5
6 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
7
8         PR gdb/15501
9         * breakpoint.c (enable_command, disable_command): Iterate over
10         all specified breakpoint locations.
11
12 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
13
14         * common/linux-ptrace.c (linux_fork_to_function): Push #
15         directives to the start of the line.
16         (linux_check_ptrace_features): Fix warning message to use
17         the "_" markup.
18
19 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
20
21         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
22         nat/linux-waitpid.h.
23         (linux-waitpid.o): New object file rule.
24         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
25         (current_ptrace_options): Moved from linux-nat.c.
26         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
27         parameters.
28         (linux_fork_to_function): New function.
29         (linux_grandchild_function): Likewise.
30         (linux_child_function): Likewise.
31         (linux_check_ptrace_features): New function, heavily
32         based on linux-nat.c:linux_test_for_tracefork.
33         (linux_enable_event_reporting): New function.
34         (ptrace_supports_feature): Likewise.
35         (linux_supports_tracefork): Likewise.
36         (linux_supports_traceclone): Likewise.
37         (linux_supports_tracevforkdone): Likewise.
38         (linux_supports_tracesysgood): Likewise.
39         * common/linux-ptrace.h (HAS_NOMMU): Moved from
40         gdbserver/linux-low.c.
41         (linux_enable_event_reporting): New declaration.
42         (linux_supports_tracefork): Likewise.
43         (linux_supports_traceclone): Likewise.
44         (linux_supports_tracevforkdone): Likewise.
45         (linux_supports_tracesysgood): Likewise.
46         * config.in (PTRACE_TYPE_ARG4): Regenerate.
47         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
48         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
49         * config/arm/linux.mh (NATDEPFILES): Likewise.
50         * config/i386/linux.mh (NATDEPFILES): Likewise.
51         * config/i386/linux64.mh (NATDEPFILES): Likewise.
52         * config/ia64/linux.mh (NATDEPFILES): Likewise.
53         * config/m32r/linux.mh (NATDEPFILES): Likewise.
54         * config/m68k/linux.mh (NATDEPFILES): Likewise.
55         * config/mips/linux.mh (NATDEPFILES): Likewise.
56         * config/pa/linux.mh (NATDEPFILES): Likewise..
57         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
58         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
59         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
60         * config/sparc/linux.mh (NATDEPFILES): Likewise.
61         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
62         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
63         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
64         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
65         ptrace's 4th argument's types.
66         Check the type of PTRACE_TYPE_ARG4.
67         * configure: Regenerate.
68         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
69         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
70         (linux_supports_tracefork_flag): Remove.
71         (linux_supports_tracesysgood_flag): Likewise.
72         (linux_supports_tracevforkdone_flag): Likewise.
73         (current_ptrace_options): Moved to
74         common/linux-ptrace.c.
75         (linux_tracefork_child): Remove.
76         (my_waitpid): Remove.
77         (linux_test_for_tracefork): Renamed to
78         linux_check_ptrace_features and moved to common/linux-ptrace.c.
79         (linux_test_for_tracesysgood): Remove.
80         (linux_supports_tracesysgood): Remove.
81         (linux_supports_tracefork): Remove.
82         (linux_supports_tracevforkdone): Remove.
83         (linux_enable_tracesysgood): Remove.
84         (linux_enable_event_reporting): Remove.
85         (linux_init_ptrace): New function.
86         (linux_child_post_attach): Call linux_init_ptrace.
87         (linux_child_post_startup_inferior): Call linux_init_ptrace.
88         (linux_child_follow_fork): Call linux_supports_tracefork
89         and linux_supports_tracevforkdone.
90         (linux_child_insert_fork_catchpoint): Call
91         linux_supports_tracefork.
92         (linux_child_insert_vfork_catchpoint): Likewise.
93         (linux_child_set_syscall_catchpoint): Call
94         linux_supports_tracesysgood.
95         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
96         * nat/linux-nat.h: New file.
97         * nat/linux-waitpid.c: New file.
98         * nat/linux-waitpid.h: New file.
99
100 2013-08-22  Samuel Bronson  <naesten@gmail.com>
101
102         ARM Linux support for `catch syscall'.
103         * syscalls/arm-linux.py: New file.
104         * syscalls/arm-linux.xml: Likewise.
105         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
106         (arm_linux_init_abi): Register the new function and syscall xml file.
107         * data-directory/Makefile.in: Install the new syscall xml file.
108         * NEWS: Brag about this.
109
110 2013-08-22  Pedro Alves  <palves@redhat.com>
111
112         PR gdb/15871
113         * corefile.c (target_xfer_memory_error): New function.
114         (memory_error): Defer EIO to target_memory_error.
115         (read_memory): Use target_xfer_partial, and handle finer-grained
116         target xfer errors.
117         * target.c (target_xfer_error_to_string): New function.
118         (memory_xfer_partial_1): If memory is known to be
119         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
120         (target_xfer_partial): Make extern.
121         * target.h (enum target_xfer_error): New enum.
122         (target_xfer_error_to_string): Declare function.
123         (target_xfer_partial): Declare function.
124         (struct target_ops) <xfer_partial>: Adjust describing comment.
125
126 2013-08-22  Alan Modra  <amodra@gmail.com>
127
128         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
129         * configure.tgt: Likewise as targets.
130
131 2013-08-20  Doug Evans  <dje@google.com>
132
133         * buildsym.c (subfile_stack): Move here from buildsym.h.
134         (pending_macros): Ditto.
135         (get_macro_table): New function.
136         (buildsym_init): Initialize subfile_stack.
137         * coffread.c (type_vector,type_vector_length): Moved here from
138         buildsym.h.
139         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
140         (coff_symtab_read): Use it.
141         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
142         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
143         with call to get_macro_table.
144         * stabsread.c (type_vector,type_vector_length): Moved here from
145         buildsym.h.
146         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
147         * buildsym.h (get_macro_table): Declare.
148
149 2013-08-20  Tom Tromey  <tromey@redhat.com>
150
151         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
152         Update.
153         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
154
155 2013-08-20  Doug Evans  <dje@google.com>
156
157         * blockframe.c: Remove #include "psymtab.h".
158         * cp-support.c: Ditto.
159         * source.c: Ditto.
160         * stack.c: Ditto.
161
162 2013-08-20  Tom Tromey  <tromey@redhat.com>
163
164         PR python/15816:
165         * exceptions.h (return_mask): Now an enum.
166         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
167         enum constants.
168
169 2013-08-20  Tom Tromey  <tromey@redhat.com>
170
171         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
172         get_objfile_arch.
173         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
174         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
175         * jit.c (jit_object_close_impl): Update.
176         * jv-lang.c (get_dynamics_objfile): Update.
177         * linespec.c (add_minsym): Use get_dynamics_objfile.
178         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
179         (allocate_objfile): Don't initialize 'gdbarch' field.
180         (get_objfile_arch): Update.
181         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
182         moved from...
183         (struct objfile) <gdbarch>: ... here.  Remove.
184         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
185         get_objfile_arch.
186         * symfile.c (init_entry_point_info): Use get_objfile_arch.
187
188 2013-08-20  Alan Modra  <amodra@gmail.com>
189
190         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
191         for IBM long double nan and inf.
192         (floatformat_is_negative, floatformat_classify,
193         floatformat_mantissa): Similarly.
194         (floatformat_ieee_single, floatformat_ieee_double,
195         floatformat_ieee_quad, floatformat_arm_ext,
196         floatformat_ia64_spill): Delete unused vars.
197         (_initialize_doublest): Delete unused function.
198         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
199         little-endian variants of floatformat_ibm_long_double.
200
201 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
202
203         * Makefile.in (SFILES): Remove common/target-common.c and
204         add target/waitstatus.c.
205         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
206         target/resume.h, target/wait.h and target/waitstatus.h.
207         (COMMON_OBS): Remove target-common.o and add
208         waitstatus.o.
209         (target-common.o): Remove.
210         (waitstatus.o): New target object file.
211         * common/target-common.c: Move contents to
212         target/waitstatus.c and remove.
213         * common/target-common.h: Move contents to other files and
214         remove.
215         (enum resume_kind: Move to target/resume.h.
216         (TARGET_WNOHANG): Move to target/wait.h.
217         (enum target_waitkind): Move to target/waitstatus.h.
218         (struct target_waitstatus): Likewise.
219         * target.h: Do not include target-common.h and
220         include target/resume.h, target/wait.h and
221         target/waitstatus.h.
222         * target/resume.h: New file.
223         * target/wait.h: New file.
224         * target/waitstatus.h: New file.
225         * target/waitstatus.c: New file.
226
227 2013-08-19  Pedro Alves  <palves@redhat.com>
228
229         * linux-nat.c (linux_test_for_tracefork)
230         (linux_test_for_tracesysgood, linux_child_follow_fork)
231         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
232         (linux_nat_wait_1): Extend comment.
233         (linux_async_pipe): Add comment.
234
235 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
236
237         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
238         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
239         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
240         Update to account for fact that PC is now a pseudo-register.
241         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
242         cases for RL78_PC_REGNUM.
243
244 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
245
246         PR cli/15841
247         * top.c (quit_force): Skip writing history file
248         if input is not from terminal.
249
250 2013-08-14  Tom Tromey  <tromey@redhat.com>
251
252         * remote.c (struct remote_state) <echo_nextthread, nextthread,
253         resultthreadlist>: New fields.
254         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
255         (remote_get_threadlist, remote_threadlist_iterator): Use
256         new fields.  Remove static variables.
257
258 2013-08-14  Tom Tromey  <tromey@redhat.com>
259
260         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
261         remote_watch_data_address>: New fields.
262         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
263         (process_stop_reply, remote_wait_as)
264         (remote_check_watch_resources, remote_stopped_data_address): Update.
265
266 2013-08-14  Tom Tromey  <tromey@redhat.com>
267
268         * remote.c (struct remote_state) <async_client_callback,
269         async_client_context>: New fields.
270         (async_client_callback, async_client_context): Remove.
271         (remote_async_serial_handler, remote_async): Update.
272
273 2013-08-14  Tom Tromey  <tromey@redhat.com>
274
275         * remote.c (sizeof_pkt): Remove.
276         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
277
278 2013-08-14  Tom Tromey  <tromey@redhat.com>
279
280         * remote.c (struct remote_state) <use_threadinfo_query,
281         use_threadextra_query>: New fields.
282         (remote_threads_info, remote_threads_extra_info)
283         (remote_open_1): Update.
284
285 2013-08-14  Tom Tromey  <tromey@redhat.com>
286
287         * remote.c (struct remote_state) <finished_object,
288         finished_annex, finished_offset>: New fields.
289         (remote_read_qxfer): Use remote_state fields; remove static
290         variables.
291
292 2013-08-14  Tom Tromey  <tromey@redhat.com>
293
294         * remote.c (struct remote_state) <last_sent_step>:
295         New field.
296         (last_sent_step): Remove.
297         (remote_resume, remote_wait_as): Update.
298
299 2013-08-14  Tom Tromey  <tromey@redhat.com>
300
301         * remote.c (struct remote_state) <last_sent_signal>:
302         New field.
303         (last_sent_signal): Remove.
304         (new_remote_state, remote_resume, remote_wait_as): Update.
305
306 2013-08-14  Tom Tromey  <tromey@redhat.com>
307
308         * remote.c (struct remote_state) <last_program_signals_packet>:
309         New field.
310         (last_program_signals_packet): Remove.
311         (remote_program_signals, remote_open_1): Update.
312
313 2013-08-14  Tom Tromey  <tromey@redhat.com>
314
315         * remote.c (struct remote_state) <last_pass_packet>:
316         New field.
317         (last_pass_packet): Remove.
318         (remote_pass_signals, remote_open_1): Update.
319
320 2013-08-14  Tom Tromey  <tromey@redhat.com>
321
322         * remote.c (struct remote_state) <remote_traceframe_number>:
323         New field.
324         (remote_traceframe_number): Remove.
325         (new_remote_state, remote_open_1, set_remote_traceframe)
326         (remote_trace_find): Update.
327
328 2013-08-14  Tom Tromey  <tromey@redhat.com>
329
330         * remote.c (struct remote_state) <general_thread, continue_thread>:
331         New fields.
332         (general_thread, continue_thread): Remove.
333         (record_currthread, set_thread, set_general_process)
334         (remote_open_1, extended_remote_attach_1, remote_wait_as)
335         (extended_remote_mourn_1): Update.
336
337 2013-08-14  Tom Tromey  <tromey@redhat.com>
338
339         * remote.c (struct remote_state) <remote_desc>: New field.
340         (remote_desc): Remove.
341         (remote_threads_info, remote_threads_extra_info, remote_close)
342         (send_interrupt_sequence, remote_start_remote, remote_open_1)
343         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
344         (remote_hostio_send_command, remote_file_put, remote_file_get)
345         (remote_file_delete, remote_can_async_p, remote_is_async_p)
346         (remote_async, remote_new_objfile, set_range_stepping): Update.
347
348 2013-08-14  Tom Tromey  <tromey@redhat.com>
349
350         * remote.c (remote_state): Now a pointer.
351         (get_remote_state_raw): Update.
352         (new_remote_state): New function.
353         (_initialize_remote): Use new_remote_state.
354
355 2013-08-14  Tom Tromey  <tromey@redhat.com>
356
357         * remote.c (remote_protocol_features): Now const.
358
359 2013-08-14  Tom Tromey  <tromey@redhat.com>
360
361         * remote.c (crc32_table, crc32): Remove.
362         (remote_verify_memory): Use xcrc32.
363
364 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
365
366         * value.h (create_internalvar_type_lazy): Adjust prototype
367         declaration.
368
369 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
370
371         * common/format.c (parse_format_string): Don't allow '#' flag for
372         pointer arguments in format string.
373
374 2013-08-13  Pierre Muller  <muller@sourceware.org>
375
376         * utils.c (init_page_info): Only call tgetnum function
377         if rl_get_screen_size did not return useful values.
378
379 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
380
381         PR breakpoints/15117
382         * linespec.c (linespec_parse_basic): Check for convenience
383         variable or history value while parsing.
384
385 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
386
387         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
388         AVR.
389         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
390         different signals between the generic Linux kernel implementation
391         and AVR's.
392         (avr_linux_gdb_signal_from_target): Delete.
393         (avr_linux_gdb_signal_to_target): Delete.
394         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
395
396 2013-08-09  Doug Evans  <dje@google.com>
397
398         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
399         entries.
400
401 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
402
403         * linux-tdep.c: Define enum with generic signal numbers.
404         (linux_gdb_signal_from_target): New function.
405         (linux_gdb_signal_to_target): Likewise.
406         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
407         methods to the functions above.
408         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
409         (linux_gdb_signal_to_target): Likewise.
410         * alpha-linux-tdep.c: Define new enum with signals different
411         from generic Linux kernel.
412         (alpha_linux_gdb_signal_from_target): New function.
413         (alpha_linux_gdb_signal_to_target): Likewise.
414         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
415         with the functions mentioned above.
416         * avr-tdep.c: Define enum with differences between Linux kernel
417         and AVR signals.
418         (avr_linux_gdb_signal_from_target): New function.
419         (avr_linux_gdb_signal_to_target): Likewise.
420         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
421         the functions mentioned above.
422         * sparc-linux-tdep.c: Define enum with differences between SPARC
423         and generic Linux kernel signal numbers.
424         (sparc32_linux_gdb_signal_from_target): New function.
425         (sparc32_linux_gdb_signal_to_target): Likewise.
426         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
427         to the functions defined above.
428         * xtensa-linux-tdep.c: Define enum with differences between
429         Xtensa and Linux kernel generic signals.
430         (xtensa_linux_gdb_signal_from_target): New function.
431         (xtensa_linux_gdb_signal_to_target): Likewise.
432         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
433         to the functions defined above.
434         * mips-linux-tdep.c: Define enum with differences between
435         signals in MIPS and Linux kernel generic ones.
436         (mips_gdb_signal_to_target): New function.
437         (mips_gdb_signal_from_target): Redefine to use new enum, handle
438         only different signals from the Linux kernel generic.
439         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
440         the functions defined above.
441         * mips-linux-tdep.h (enum mips_signals): Remove.
442
443 2013-08-09  Pedro Alves  <palves@redhat.com>
444
445         * avr-tdep.c (XMALLOC): Delete macro.
446         * cli/cli-dump.c (XMALLOC): Delete macro.
447
448 2013-08-09  Pedro Alves  <palves@redhat.com>
449
450         * cli/cli-dump.c: Don't include cli/cli-dump.h.
451         (scan_expression_with_cleanup, scan_filename_with_cleanup)
452         (fopen_with_cleanup, add_dump_command): Make static.
453         * cli/cli-dump.h: Delete file.
454         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
455         cli/cli-dump.h.
456
457 2013-08-09  Pedro Alves  <palves@redhat.com>
458
459         * tracepoint.c (tfile_start): Show tilde-expanded filename in
460         error message.
461
462 2013-08-09  Pedro Alves  <palves@redhat.com>
463
464         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
465         error message.
466
467 2013-08-09  Pedro Alves  <palves@redhat.com>
468
469         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
470         (gcore_command): Use tilde_expand here, and when showing the
471         filename to the user, show the expanded version.
472
473 2013-08-09  Yao Qi  <yao@codesourcery.com>
474
475         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
476         'entryval' is set.
477
478 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
479
480         * gcore.c (create_gcore_bfd): Use tilde_expand.
481
482 2013-08-08  Yao Qi  <yao@codesourcery.com>
483
484         * frame.h (read_frame_local): Declare.
485         * mi/mi-cmd-stack.c (list_args_or_locals): Call
486         read_frame_local.
487         * stack.c (read_frame_local): New.
488
489 2013-08-08  Yao Qi  <yao@codesourcery.com>
490
491         * mi/mi-cmd-stack.c: Update comments to function
492         list_args_or_locals.
493
494 2013-08-07  Tom Tromey  <tromey@redhat.com>
495
496         PR symtab/15028:
497         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
498         (process_psymtab_comp_unit_reader): Use it.
499         (process_psymtab_comp_unit): Update.  Add "pretend_language"
500         argument.
501         (dwarf2_build_psymtabs_hard): Update.
502         (scan_partial_symbols): Pass CU's language to
503         process_psymtab_comp_unit.
504
505 2013-08-07  Tom Tromey  <tromey@redhat.com>
506
507         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
508         (dwarf2_gdb_index_functions): Update.
509         * psymtab.c (find_symbol_file_from_partial): Remove.
510         (psym_functions): Update.
511         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
512         Remove.
513
514 2013-08-07  Tom Tromey  <tromey@redhat.com>
515
516         * symfile.c (set_initial_language): Look up "main" symbol
517         and use its language.
518         * symtab.c (find_main_filename): Remove.
519         * symtab.h (find_main_filename): Remove.
520
521 2013-08-07  Tom Tromey  <tromey@redhat.com>
522
523         * dwarf2read.c (recursively_compute_inclusions): Add
524         "immediate_parent" argument.  Set symtab's "user" field
525         if not set.
526         (compute_symtab_includes): Update.
527
528 2013-08-07  Tom Tromey  <tromey@redhat.com>
529
530         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
531         when adding label symbols.
532
533 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
534             Ulrich Weigand  <uweigand@de.ibm.com>
535
536         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
537         * configure.host (powerpc64-*-aix*): Likewise.
538
539 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
540             Ulrich Weigand  <uweigand@de.ibm.com>
541
542         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
543         is defined.
544         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
545         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
546         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
547         * configure.ac: Check for ptrace64.
548         * configure, config.in: Regenerate.
549
550 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
551             Ulrich Weigand  <uweigand@de.ibm.com>
552
553         * aixthread.c: Call ptrace64 instead of ptracex if defined.
554         Call ptrace64 instead of ptrace if defined.
555         Add macro addr_ptr to take care of ptrace address argument.
556         (pdc_read_regs): Likewise.
557         (pdc_write_regs): Likewise.
558         (aix_thread_resume): Likewise.
559         (fetch_regs_kernel_thread): Likewise.
560         (store_regs_kernel_thread): Likewise.
561
562 2013-08-07  Anton Blanchard  <anton@samba.org>
563
564         * MAINTAINERS: Add myself to Write After Approval.
565
566 2013-08-05  Tom Tromey  <tromey@redhat.com>
567
568         * aix-thread.c (_initialize_aix_thread): Use
569         complete_target_initialization.
570         * bsd-uthread.c (_initialize_bsd_uthread): Use
571         complete_target_initialization.
572         * dec-thread.c (_initialize_dec_thread): Use
573         complete_target_initialization.
574         * ravenscar-thread.c (_initialize_ravenscar): Use
575         complete_target_initialization.
576         * sol-thread.c (_initialize_sol_thread): Use
577         complete_target_initialization.
578         * spu-multiarch.c (_initialize_spu_multiarch): Use
579         complete_target_initialization.
580
581 2013-08-05  Tom Tromey  <tromey@redhat.com>
582
583         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
584         * ada-lang.c (ada_lookup_simple_minsym): Return
585         bound_minimal_symbol.
586         * ada-lang.h (ada_lookup_simple_minsym): Update.
587         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
588         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
589         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
590         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
591         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
592         * minsyms.c (msymbol_objfile): Remove.
593         (lookup_minimal_symbol_internal): New function, from
594         lookup_minimal_symbol.
595         (lookup_minimal_symbol): Rewrite using
596         lookup_minimal_symbol_internal.
597         (lookup_bound_minimal_symbol): New function.
598         * minsyms.h (msymbol_objfile): Remove.
599         (lookup_bound_minimal_symbol): Declare.
600         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
601         * parse.c (write_exp_msymbol): Change parameter to a
602         bound_minimal_symbol.
603         (write_dollar_variable): Use lookup_bound_minimal_symbol.
604         * parser-defs.h (write_exp_msymbol): Update.
605         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
606         * symfile.c (simple_read_overlay_table): Use
607         lookup_bound_minimal_symbol.
608         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
609         (search_symbols): Likewise.
610         (print_msymbol_info): Take a bound_minimal_symbol argument.
611         (symtab_symbol_info, rbreak_command): Update.
612         * symtab.h (struct symbol_search) <msymbol>: Change type
613         to bound_minimal_symbol.
614         * valops.c (find_function_in_inferior): Use
615         lookup_bound_minimal_symbol.
616         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
617
618 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
619
620         Code cleanup.
621         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
622         to ...
623         (async_cleanup_sigint_signal_handler): ... this.
624         (initialize_sigint_signal_handler): Remove declaration.
625         (handle_remote_sigint): Rename the declaration to ...
626         (async_handle_remote_sigint): ... this.
627         (handle_remote_sigint_twice): Rename the declaration to ...
628         (async_handle_remote_sigint_twice): ... this.
629         (async_remote_interrupt, async_remote_interrupt_twice)
630         (remote_interrupt): Remove the declarations.
631         (remote_interrupt_twice): Rename the declaration ...
632         (sync_remote_interrupt_twice): ... this.
633         (sigint_remote_twice_token): Rename the variable to ...
634         (async_sigint_remote_twice_token): ... this.
635         (sigint_remote_token): Rename the variable to ...
636         (async_sigint_remote_token): ... this.
637         (initialize_sigint_signal_handler): Rename the function to ...
638         (async_initialize_sigint_signal_handler): ... this.  Update the name
639         inside.
640         (handle_remote_sigint): Rename the function to ...
641         (async_handle_remote_sigint): ... this.  Update the names inside.
642         (handle_remote_sigint_twice): Rename the function to ...
643         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
644         (cleanup_sigint_signal_handler): Rename the function to ...
645         (async_cleanup_sigint_signal_handler): ... this.
646         (remote_interrupt): Rename the function to ...
647         (sync_remote_interrupt): this.  Update the names inside.
648         (remote_interrupt_twice): Rename the function to ...
649         (sync_remote_interrupt_twice): this.  Update the names inside.
650         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
651         (_initialize_remote): Update the names inside.
652
653 2013-08-02  Tom Tromey  <tromey@redhat.com>
654
655         PR symtab/15719:
656         * breakpoint.c (update_watchpoint, watchpoint_check)
657         (watch_command_1): Update.
658         * eval.c (fetch_subexp_value): Add "preserve_errors"
659         parameter.
660         * ppc-linux-nat.c (check_condition): Update.
661         * value.h (fetch_subexp_value): Update.
662
663 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
664
665         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
666         add_file_handler.
667
668 2013-08-01  Doug Evans  <dje@google.com>
669
670         PR symtab/15691
671         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
672         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
673         Add assert of sig_entry->dwo_unit == NULL.
674         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
675         had already been read.
676         (read_signatured_type): Set per_cu.tu_read.
677
678         PR symtab/15695
679         * valops.c (value_struct_elt): Add missing call to check_typedef.
680         (value_find_oload_method_list): Ditto.
681
682         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
683         effectively, struct symbol_search **.
684         (make_cleanup_free_search_symbols): Change arg to struct
685         symbol_search **.  All callers updated.
686         (compare_search_syms): Compare symtab file name and block as well.
687         (search_symbols_equal): New function.
688         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
689         New args new_head, new_tail.  Result is now void.  Remove dups after
690         sorting the symbols.
691         (search_symbols): Sort all found symbols once, after all have been
692         found, and remove duplicates.  Simplify cleanup tracking of result.
693         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
694
695         Further workarounds for binutils/15021.
696         * dwarf2read.c (recursively_compute_inclusions): Change type of result
697         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
698         Watch for duplicate symtabs coming from type units.
699         (compute_symtab_includes): Update call to
700         recursively_compute_inclusions. Build vector of included symtabs
701         instead of per_cus.
702         * symtab.h (symtab_ptr): New typedef.
703         (DEF_VEC_P (symtab_ptr)): New VEC type.
704         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
705         instead.
706
707 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
708
709         * cli/cli-script.c (script_from_file): Remove use of
710         error_pre_print.
711         * main.c (captured_main): Remove use of error_pre_print and
712         quit_pre_print.
713         * utils.c (error_pre_print, quit_pre_print): Remove.
714         * utils.h (error_pre_print, quit_pre_print): Likewise.
715
716 2013-08-01  Yao Qi  <yao@codesourcery.com>
717
718         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
719         with mi_getopt.
720         (mi_cmd_stack_list_variables): Likewise.
721
722 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
723
724         * exceptions.c (deprecated_throw_reason): Remove.
725         * exceptions.h (deprecated_throw_reason): Remove.
726
727 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
728
729         * remote-mips.c (mips_error): Replace use of
730         deprecated_throw_reason with throw_verror.  Use the error message
731         passed to mips_error as the error message for throw_verror.
732
733 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
734
735         * monitor.c (monitor_interrupt_query): Replace use of
736         deprecated_throw_reason with quit.
737         * nto-procfs.c (interrupt_query): Likewise.
738         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
739         * remote-mips.c (mips_kill): Likewise.
740         * remote.c (interrupt_query): Likewise.
741
742 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
743
744         * utils.c (internal_verror): Replace use of deprecated_throw_reason
745         with call to fatal.
746
747 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
748             Yao Qi  <yao@codesourcery.com>
749
750         * tracepoint.c (trace_dump_command): Select the current frame.
751
752 2013-07-30  Doug Evans  <dje@google.com>
753
754         * dwarf2read.c (process_queue): Add type signature to debug output.
755
756 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
757
758         * value.c (value_fetch_lazy): Mark optimized out values as such
759         rather than raising an error.
760
761 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
762
763         * value.c (value_fetch_lazy): Ensure parent value is not lazy
764         before checking which bits of the parent, not the child, value are
765         valid.
766
767 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
768
769         PR gdb/15715
770         * top.c: Include "filenames.h".
771         (set_history_filename): New function.
772         (init_main): Install it as set hook of the "set history filename"
773         command.
774
775 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
776
777         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
778         attribute parameter.
779         (dwarf2_const_value_data): Constify struct attribute parameter.
780         (dwarf2_const_value): Constify struct attribute parameter.
781         (dwarf2_const_value_attr): Constify struct attribute parameter.
782         (lookup_die_type): Constify struct attribute parameter.
783         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
784         (follow_die_ref_or_sig): Constify struct attribute parameter.
785         (follow_die_ref): Constify struct attribute parameter.
786         (follow_die_sig): Constify struct attribute parameter.
787         (get_DW_AT_signature_type): Constify struct attribute parameter.
788         (get_type_unit_group): Constify struct attribute parameter.
789         (fill_in_loclist_baton): Constify struct attribute parameter.
790         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
791         (type_unit_group): Constify struct attribute parameter.
792
793 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
794
795         * dwarf2read.c (attr_form_is_block): Make argument const.
796         (attr_form_is_section_offset): Make argument const.
797         (attr_form_is_constant): Make argument const.
798         (attr_form_is_ref): Make argument const.
799
800 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
801
802         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
803         All uses updated.
804         (attr_form_is_ref): Moved below attr_form_is_constant.
805
806 2013-07-29  Doug Evans  <dje@google.com>
807
808         * main.c (captured_command_loop): Tweak comment.
809
810         * target.c (target_async_permitted_1): Fix comment.
811
812         * symtab.c (iterate_over_some_symtabs): Add comment.
813
814         * symtab.c (iterate_over_some_symtabs): Fix indentation.
815
816 2013-07-27  Yao Qi  <yao@codesourcery.com>
817
818         * NEWS: Mention that GDBserver now supports hardware
819         watchpoints on the MIPS GNU/Linux target.
820
821 2013-07-27  Yao Qi  <yao@codesourcery.com>
822
823         * Makefile.in (HFILES_NO_SRCDIR): Add
824         common/mips-linux-watch.h.
825         (mips-linux-watch.o): New rule.
826         * common/mips-linux-watch.c: New.
827         * common/mips-linux-watch.h: New.
828         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
829         * mips-linux-nat.c: Include mips-linux-watch.h.
830         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
831         to common/mips-linux-watch.h.
832         (MAX_DEBUG_REGISTER): Likewise.
833         (enum pt_watch_style): Likewise.
834         (struct mips32_watch_regs): Likewise.
835         (struct mips64_watch_regs): Likewise.
836         (struct pt_watch_regs): Likewise.
837         (struct mips_watchpoint): Likewise.
838         (mips_linux_watch_get_irw_mask): Move to
839         common/mips-linux-watch.c.
840         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
841         (mips_linux_watch_get_watchlo): Likewise.
842         (mips_linux_watch_set_watchlo): Likewise.
843         (mips_linux_watch_get_watchhi): Likewise.
844         (mips_linux_watch_set_watchhi): Likewise.
845         (mips_linux_read_watch_registers): Likewise.
846         (mips_linux_watch_type_to_irw): Likewise.
847         (mips_linux_stopped_data_address, fill_mask): Likewise.
848         (mips_linux_watch_try_one_watch): Likewise.
849         (mips_linux_watch_populate_regs): Likewise.
850
851 2013-07-27  Yao Qi  <yao@codesourcery.com>
852
853         * mips-linux-nat.c (get_irw_mask): Rename to ...
854         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
855         'set' to 'n'.  Update function comment.  All callers changed.
856         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
857         function comment.  All callers changed.
858         (get_num_valid): Rename to ...
859         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
860         'set' to 'n'.  Update function comment.  All callers changed.
861         (get_watchlo): Rename to ...
862         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
863         'set' to 'n'.  Update function comment.  All callers changed.
864         (set_watchlo): Rename to ...
865         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
866         'set' to 'n'.  Update function comment.  All callers changed.
867         (get_watchhi): Rename to ...
868         (mips_linux_watch_get_watchhi): ... this.  Update function
869         comment.  All callers changed.
870         (set_watchhi): Rename to ...
871         (mips_linux_watch_set_watchhi): ... this.  Update function
872         comment.  All callers changed.
873         (mips_linux_read_watch_registers): Update function comment.
874         Add new parameters 'lwpid', 'watch_readback', and
875         'watch_readback_valid'.  Update.
876         (type_to_irw): Rename to ...
877         (mips_linux_watch_type_to_irw): ... this.  Update function
878         comment.  All callers changed.
879         (fill_mask): Update function comment.
880         (try_one_watch): Rename to ...
881         (mips_linux_watch_try_one_watch): ... this.  Change the type
882         of parameter 'irw' from 'unsigned' to 'uint32_t'.
883         (populate_regs_from_watches): Rename to ...
884         (mips_linux_watch_populate_regs): ... this.  Add parameter
885         'current_watches'.  All callers changed.
886
887 2013-07-27  Yao Qi  <yao@codesourcery.com>
888
889         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
890         the code.
891         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
892         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
893         (struct pt_watch_regs): Likewise.
894         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
895         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
896         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
897         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
898         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
899
900 2013-07-27  Yao Qi  <yao@codesourcery.com>
901
902         * breakpoint.h: Include break-common.h.
903         (enum target_hw_bp_type): Move to ...
904         * common/break-common.h: ... here.  New.
905
906 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
907
908         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
909         process group regardless of having tty on stdin.
910
911 2013-07-25  Doug Evans  <dje@google.com>
912
913         * linux-fork.h (detach_fork): Delete.
914
915 2013-07-25  Tom Tromey  <tromey@redhat.com>
916
917         PR remote/15256, PR remote/15266:
918         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
919         * monitor.c (monitor_detach): Use unpush_target.
920         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
921         * remote-mips.c (mips_detach): Use unpush_target.  Don't
922         call mips_close.
923         * remote-sim.c (gdbsim_detach): Use unpush_target.
924         * target.c (pop_target): Remove.
925         (pop_all_targets_above): Don't call target_close.
926         (target_close): Assert that the target is unpushed.
927         * target.h (pop_target): Don't declare.
928         * tracepoint.c (tfile_open): Use unpush_target.
929
930 2013-07-25  Tom Tromey  <tromey@redhat.com>
931
932         * linux-thread-db.c (init_thread_db_ops): Call
933         complete_target_initialization.
934         (_initialize_thread_db): Don't call add_target.
935         * target.c (complete_target_initialization): New function.
936         (add_target_with_completer): Call it.
937         * target.h (complete_target_initialization): Declare.
938
939 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
940
941         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
942         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
943         (HPPANBSD_SIZEOF_GREGS): New define.
944         (hppaobsd_supply_gregset): Handle additional registers.
945         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
946         we provide more registers now.
947         (hppabsd_supply_gregset): Supply additional registers.
948         (hppabsd_collect_gregset): Collect additional registers.
949
950 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
951
952         * hppabsd-tdep.c: Include "dwarf2-frame.h".
953         (hppabsd_dwarf2_frame_init_reg): New function.
954         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
955
956 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
957
958         * mi/mi-main.c (output_register): Make MI 'r' format use standard
959         'z' format code.  Remove error for optimized out values, standard
960         code will handle these fine.
961
962 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
963
964         * NEWS: Mention new 'z' formatter.
965         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
966         (_initialize_printcmd): Mention 'z' formatter in help text of the
967         'x' command.
968
969 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
970
971         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
972         formatting.
973
974 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
975
976         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
977         interface can evaluate arguments.  Fallback to the old mode if it
978         cannot.
979         (create_exception_master_breakpoint): Likewise.
980         * elfread.c (elf_can_evaluate_probe_arguments): New function.
981         (struct sym_probe_fns elf_probe_fns): Export function above to the
982         probe interface.
983         * probe.c (can_evaluate_probe_arguments): New function.
984         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
985         function pointer.
986         (can_evaluate_probe_arguments): New function prototype.
987         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
988         probe interface can evaluate arguments.  Fallback to the old mode
989         if it cannot.
990         * stap-probe.c (stap_get_probe_argument_count): Check if probe
991         interface can evaluate arguments.  Warning the user if it cannot.
992         (stap_can_evaluate_probe_arguments): New function.
993         (struct probe_ops stap_probe_ops): Export function above to the
994         probe interface.
995         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
996         New function pointer.
997
998 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
999
1000         * Makefile.in (SFILES): Add common/target-common.c.
1001         Add common/target-common.h to headers.
1002         (COMMON_OBS): Add target-common.o.
1003         (target-common.o): New target.
1004         * linux-nat.h (resume_kind): Move to common/target-common.h.
1005         * target.c (target_waitstatus_to_string): Move to
1006         common/target-common.c.
1007         * target.h: Include target-common.h.
1008         (target_waitkind): Move to common/target-common.h.
1009         (target_waitstatus): Likewise.
1010         (TARGET_WNOHANG): Likewise.
1011         * common/target-common.c: New file.
1012         * common/target-common.h: New file.
1013
1014 2013-07-24  Doug Evans  <dje@google.com>
1015
1016         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
1017         a warning.
1018
1019 2013-07-23  Yao Qi  <yao@codesourcery.com>
1020
1021         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
1022         parameter 'gdbarch'.
1023         (i386_stack_tramp_frame_sniffer): Caller update.
1024         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
1025         parameter 'gdbarch' and 'target'.
1026         (i386_linux_core_read_description): Caller update.
1027         * amd64-linux-tdep.c (amd64_linux_core_read_description):
1028         Likewise.
1029         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
1030         declaration.
1031
1032 2013-07-23  Tom Tromey  <tromey@redhat.com>
1033
1034         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
1035         2013-07-22.
1036
1037 2013-07-22  Doug Evans  <dje@google.com>
1038
1039         * exec.h (remove_target_sections): Delete arg abfd.
1040         * exec.c (exec_close): Update call to remove_target_sections.
1041         (remove_target_sections): Delete arg abfd.
1042         * solib.c (update_solib_list): Ditto.
1043         (reload_shared_libraries_1): Ditto.
1044         (clear_solib): Ditto, and unconditionally call remove_target_sections.
1045         * target.h (struct target_section): Rename key to owner.
1046         All uses updated.
1047
1048 2013-07-22  Tom Tromey  <tromey@redhat.com>
1049
1050         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
1051
1052 2013-07-22  Tom Tromey  <tromey@redhat.com>
1053
1054         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
1055         Simplify cleanup handling.
1056
1057 2013-07-22  Tom Tromey  <tromey@redhat.com>
1058
1059         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
1060         on all return paths.
1061
1062 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1063
1064         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
1065         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
1066         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
1067
1068 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
1069
1070         * top.c (print_gdb_version): Add help, apropos description and
1071         url to online documentation.
1072
1073 2013-07-19  Hui Zhu  <hui@codesourcery.com>
1074
1075         PR gdb/15692
1076         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
1077
1078 2013-07-19  Yao Qi  <yao@codesourcery.com>
1079
1080         * target.c (update_current_target): Change the default action
1081         of 'to_traceframe_info' from tcomplain to return_zero.
1082         * target.h (struct target_ops) <to_traceframe_info>: Add more
1083         comments.
1084         * valops.c (read_value_memory): Call
1085         traceframe_available_memory unconditionally.
1086
1087 2013-07-18  Yao Qi  <yao@codesourcery.com>
1088
1089         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
1090         if the name is prefixed by "__imp_" or "_imp_", look for minimal
1091         symbol without prefix.  If found, set its type to
1092         'mst_solib_trampoline'.
1093
1094 2013-07-17  Doug Evans  <dje@google.com>
1095
1096         * NEWS: Mention "set print raw frame-arguments".
1097         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
1098         * stack.c (print_raw_frame_arguments): New static global.
1099         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
1100         (_initialize_stack): New command "set/show print raw frame-arguments".
1101         * valprint.c (setprintrawlist, showprintrawlist): New globals.
1102         (set_print_raw, show_print_raw): New functions.
1103         (_initialize_valprint): New prefix command "set/show print raw".
1104         * valprint.h (value_print_options): Improve comments.
1105
1106         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
1107         of all *list variables.
1108
1109         * gdbcmd.h (togglelist): Delete.
1110         * cli/cli-cmds.c (togglelist): Delete.
1111         (init_cmd_lists): Update.
1112         * cli/cli-cmds.h (togglelist): Delete.
1113
1114 2013-07-17  Tom Tromey  <tromey@redhat.com>
1115
1116         * dwarf2read.c (dwarf2_per_objfile_free): Clear
1117         dwarf2_per_objfile.
1118
1119 2013-07-16  Doug Evans  <dje@google.com>
1120
1121         * nto-tdep.c (nto_relocate_section_addresses): Update,
1122         target_section.bfd deleted.
1123         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
1124         * s390-tdep.c (s390_load): Ditto.
1125         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
1126
1127 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
1128
1129         * common/format.c (parse_format_string): Add checks for NULL
1130         character before calling strchr.
1131
1132 2013-07-16  Doug Evans  <dje@google.com>
1133
1134         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
1135         temp_pathname argument.
1136         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
1137         when opening the file fails.
1138
1139         * target.h (struct target_section): Delete member bfd.
1140         All users updated to use the_bfd_section->owner instead.
1141         * exec.c (add_to_section_table): Assert bfd is expected value.
1142         Remove initialization of target_section.bfd.
1143         (remove_target_sections): Update.
1144         (section_table_available_memory): Update.
1145         (section_table_xfer_memory_partial): Update.
1146         (print_section_info): Update.
1147         (exec_set_section_address): Update.
1148         * record-full.c (record_full_core_xfer_partial): Update.
1149         * solib-svr4.c (svr4_relocate_section_addresses): Update.
1150         * solib-target.c (solib_target_relocate_section_addresses): Update.
1151         * symfile.c (build_section_addr_info_from_section_table): Update.
1152         * target.c (memory_xfer_live_readonly_partial): Update.
1153         (memory_xfer_partial_1): Update.
1154
1155 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1156
1157         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
1158         now available for embedded (BookE) and server (BookS) processors,
1159         correct mentions of 'booke' and adjust comments accordingly in order to
1160         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
1161         (have_ptrace_booke_interface): Rename function and variable
1162         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
1163         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
1164         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
1165         'hwdebug_point_cmp'. Update all uses.
1166         (booke_find_thread_points_by_tid): Rename function
1167         'booke_find_thread_points_by_tid' to
1168         'hwdebug_find_thread_points_by_tid'. Update all uses.
1169         (booke_insert_point): Rename function 'booke_insert_point' to
1170         'hwdebug_insert_point'. Update all uses.
1171         (booke_remove_point): Rename function 'booke_remove_point' to
1172         'hwdebug_remove_point'. Update all uses.
1173
1174 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
1175
1176         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
1177         numbers with enum values.
1178
1179 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
1180
1181         PR threads/13217
1182         * thread.c (thread_apply_all_command): Check for valid threads
1183         and thread count.
1184         (thread_array_cleanup): New struct.
1185         (set_thread_refcount): New function.
1186
1187 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
1188
1189         * infcmd.c (default_print_one_register_info): Reuse function
1190         print_hex_chars.
1191
1192 2013-07-10  Tom Tromey  <tromey@redhat.com>
1193
1194         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
1195         (ada-exp.o): New target.
1196
1197 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1198
1199         * mt-tdep.c (mt_registers_info): Call
1200         get_no_prettyformat_print_options instead of
1201         get_raw_print_options (regression by last patch from Doug
1202         Evans).
1203
1204 2013-07-09  Pedro Alves  <palves@redhat.com>
1205
1206         Checked in by Joel Brobecker  <brobecker@adacore.com>.
1207         * ada-lang.c (coerce_unspec_val_to_type): Use
1208         value_optimized_out_const.
1209         * value.c (value_optimized_out_const): New function.
1210         * value.h (value_optimized_out_const): New declaration.
1211
1212 2013-07-09  Doug Evans  <dje@google.com>
1213
1214         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
1215         Enum values rename as well.  All uses updated.
1216         * valprint.h (value_print_options): Rename member pretty to
1217         pretty format.  Rename member prettyprint_arrays to
1218         prettyformat_arrays.  Rename member prettyprint_structs to
1219         prettyformat_structs.  All uses updated.
1220         (get_no_prettyformat_print_options): Renamed from
1221         get_raw_print_options.
1222         * valprint.c (get_no_prettyformat_print_options): Renamed from
1223         get_raw_print_options.  All callers updated.
1224         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
1225         All callers updated.
1226         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
1227         All callers updated.
1228         (_initialize_valprint): Improve help text for "set print pretty" and
1229         "set print arrays".
1230
1231 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
1232
1233         * value.c (value_bits_valid): Revert previous change, and change
1234         by Pedro on 2013-07-04, due to regressions in
1235         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
1236
1237 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
1238             Pedro Alves  <palves@redhat.com>
1239
1240         * value.c (value_bits_valid): If the value is not lval_computed
1241         or has no check validity handler then the answer is the
1242         optimized_out flag, otherwise defer to the handler.
1243
1244 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
1245
1246         * top.c (print_gdb_configuration): Explain in output of
1247         --configuration what does "relocatable" mean.
1248
1249         * main.c (print_gdb_help): Regroup options in the --help text.
1250         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
1251         the relevant discussions.
1252
1253 2013-07-06  Yao Qi  <yao@codesourcery.com>
1254
1255         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
1256         Remove parameter 'lsal'.
1257         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
1258         to inner block.  Caller update.
1259         (base_breakpoint_create_breakpoints_sal): Update.
1260         (bkpt_create_breakpoints_sal): Likewise.
1261         (tracepoint_create_breakpoints_sal): Likewise.
1262         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
1263         element 0 of vector 'canonical->sals'.
1264
1265 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
1266
1267         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
1268         register number instead of the pseudo register one.
1269         (rs6000_dwarf2_reg_to_regnum): Likewise.
1270
1271 2013-07-04  Pedro Alves  <palves@redhat.com>
1272
1273         * findvar.c (value_of_register): Use allocate_optimized_out_value
1274         if the register has been optimized out, instead of
1275         set_value_optimized_out.
1276         * frame-unwind.c (frame_unwind_got_optimized): Use
1277         allocate_optimized_out_value.
1278
1279 2013-07-04  Pedro Alves  <palves@redhat.com>
1280
1281         * value.c (value_bits_valid): If the value is not lval_computed,
1282         or doesn't have a check_validity hook, assume the value is entirely
1283         valid.
1284
1285 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
1286
1287         * stack.c (read_frame_arg): No longer fetch lazy values.
1288         * value.c (value_optimized_out): If the value is not already
1289         marked optimized out, and is lazy then fetch it.
1290         (value_primitive_field): Move optimized out check to later in the
1291         function, after we have loaded any lazy values.
1292         (value_fetch_lazy): Use optimized out flag directly rather than
1293         calling optimized_out method.
1294
1295 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
1296
1297         * valops.c: Don't include "user-regs.h".
1298         (value_fetch_lazy): Moved to value.c.
1299         * value.c: Include "user-regs.h".
1300         (value_fetch_lazy): Moved from valops.c.
1301
1302 2013-07-04  Yao Qi  <yao@codesourcery.com>
1303
1304         Revert:
1305         2013-06-27  Yao Qi  <yao@codesourcery.com>
1306
1307         * common/create-version.sh: Update comments.  Handle the case
1308         that TARGET_ALIAS is empty.
1309
1310 2013-07-03  Pedro Alves  <palves@redhat.com>
1311
1312         * Makefile.in (config.status): Depend on development.sh.
1313         (aclocal_m4_deps): Add libmcheck.m4.
1314         * acinclude.m4: Include libmcheck.m4.
1315         * configure.ac: Source development.sh instead of setting
1316         'development' here.  --enable-libmcheck/--disable-libmcheck code
1317         factored out to GDB_AC_LIBMCHECK.  Run it.
1318         * development.sh: New file.
1319         * libmcheck.m4: New file.
1320         * configure: Regenerate.
1321
1322 2013-07-02  Tom Tromey  <tromey@redhat.com>
1323
1324         * contrib/ari/update-web-ari.sh: Update for version.in change.
1325
1326 2013-07-02  Tom Tromey  <tromey@redhat.com>
1327
1328         * common/ptid.h: Comment fixes.
1329
1330 2013-07-01  Tom Tromey  <tromey@redhat.com>
1331
1332         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
1333         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
1334         (dwarf2_read_index, create_all_comp_units): Update.
1335
1336 2013-07-01  Tom Tromey  <tromey@redhat.com>
1337
1338         * configure.ac (build_warnings): Add -Wold-style-definition.
1339         * configure: Rebuild.
1340         * machoread.c (_initialize_machoread): Use "(void)".
1341         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
1342         use "(void)".
1343
1344 2013-07-01  Tom Tromey  <tromey@redhat.com>
1345
1346         * configure.ac (build_warnings): Add -Wold-style-declaration.
1347         * configure: Rebuild.
1348         * dsrec.c (make_srec): Use "static const", not "const static".
1349         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
1350         not "const static".
1351         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
1352         Use "static const", not "const static".
1353         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
1354         not "const static".
1355         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
1356         not "const static".
1357         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
1358         not "const static".
1359         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
1360         not "const static".
1361         (v850_dbtrap_breakpoint_from_pc): Likewise.
1362         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
1363         not "const static".
1364
1365 2013-07-01  Tom Tromey  <tromey@redhat.com>
1366
1367         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
1368         * configure: Rebuild.
1369
1370 2013-07-01  Pedro Alves  <palves@redhat.com>
1371
1372         * defs.h: Include "pathmax.h".
1373         * utils.c: Don't include sys/param.h.
1374         (gdb_realpath): Remove code that checks for MAXPATHLEN.
1375         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
1376         instead of MAXPATHLEN.
1377         * solib-sunos.c: Don't include sys/param.h.
1378         * xcoffread.c: Don't include sys/param.h.
1379         * bsd-kvm.c: Don't include sys/param.h.
1380         * darwin-nat.c: Don't include sys/param.h.
1381         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
1382         * darwin-nat-info.c: Don't include sys/param.h.
1383         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
1384         MAXPATHLEN.
1385         * i386obsd-nat.c: Don't include sys/param.h.
1386         * inf-child.c: Don't include sys/param.h.
1387         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
1388         * linux-fork.c: Don't include sys/param.h.
1389         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
1390         * linux-nat.c: Don't include sys/param.h.
1391         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
1392         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
1393         * m68klinux-nat.c: Don't include sys/param.h.
1394         * nbsd-nat.c: Don't include sys/param.h.
1395         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
1396         * ppc-linux-nat.c: Don't include sys/param.h.
1397         * rs6000-nat.c: Don't include sys/param.h.
1398         * spu-linux-nat.c. Don't include sys/param.h.
1399         * windows-nat.c: Don't include sys/param.h.
1400         * xtensa-linux-nat.c: Don't include sys/param.h.
1401         * config/i386/nm-fbsd.h: Don't include sys/param.h.
1402
1403 2013-07-01  Pedro Alves  <palves@redhat.com>
1404
1405         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
1406         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
1407         * gnulib/aclocal.m4: Regenerate.
1408         * gnulib/config.in: Regenerate.
1409         * gnulib/configure: Regenerate.
1410         * gnulib/import/pathmax.h: New file.
1411         * gnulib/import/Makefile.am: Regenerate.
1412         * gnulib/import/Makefile.in: Regenerate.
1413         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1414         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
1415         * gnulib/import/m4/pathmax.m4: New file.
1416
1417 2013-07-01  Pedro Alves  <palves@redhat.com>
1418
1419         * configure.ac (GDBINIT): Define, depending on host.
1420         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
1421         * top.c (PATH_MAX): Delete fallback definition.
1422         (GDBINIT_FILENAME): Delete.
1423         (gdbinit): Reimplement as const char array set to the GDBINIT
1424         string constant.
1425         * top.h (gdbinit): Make const.
1426         * configure, config.in: Regenerate.
1427
1428 2013-07-01  Pedro Alves  <palves@redhat.com>
1429
1430         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
1431         * cli/cli-cmds.h (source_script): Likewise.
1432         * exceptions.c (catch_command_errors_const): New function.
1433         * exceptions.h (catch_command_errors_const): Declare.
1434         * main.c (get_init_files): Make parameters const, and adjust.
1435         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
1436         'local_gdbinit' locals const.  Adjust to use
1437         catch_command_errors_const.
1438         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
1439         'local_gdbinit' locals const.
1440
1441 2013-07-01  Pedro Alves  <palves@redhat.com>
1442
1443         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
1444         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
1445         * tracepoint.c: Don't check HAVE_UNISTD_H before including
1446         <unistd.h>.
1447
1448 2013-07-01  Pedro Alves  <palves@redhat.com>
1449
1450         Import the "unistd" gnulib module.
1451         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
1452         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
1453         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
1454         import/m4/unistd_h.m4.
1455         * gnulib/aclocal.m4: Renenerate.
1456         * gnulib/config.in: Renenerate.
1457         * gnulib/configure: Renenerate.
1458         * gnulib/import/Makefile.am: Renenerate.
1459         * gnulib/import/Makefile.in: Renenerate.
1460         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
1461         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
1462         * gnulib/import/m4/off_t.m4: New file.
1463         * gnulib/import/m4/ssize_t.m4: New file.
1464         * gnulib/import/m4/sys_types_h.m4: New file.
1465         * gnulib/import/m4/unistd_h.m4: New file.
1466         * gnulib/import/sys_types.in.h: New file.
1467         * gnulib/import/unistd.c: New file.
1468         * gnulib/import/unistd.in.h: New file.
1469
1470 2013-07-01  Pedro Alves  <palves@redhat.com>
1471
1472         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
1473         defined instead of checking HAVE_UNISTD_H.
1474
1475 2013-07-01  Pedro Alves  <palves@redhat.com>
1476
1477         Reimport gnulib from scratch.
1478         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
1479         import/m4/onceonly.m4.
1480         * gnulib/aclocal.m4: Renegerate.
1481         * gnulib/config.in: Renegerate.
1482         * gnulib/configure: Renegerate.
1483         * gnulib/import/Makefile.in: Renegerate.
1484         * gnulib/import/extra/update-copyright: Renegerate.
1485         * gnulib/import/m4/onceonly.m4: Delete.
1486
1487 2013-07-01  Pedro Alves  <palves@redhat.com>
1488
1489         * tui/tui-regs.c (pagination_enabled): Delete declaration.
1490
1491 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1492
1493         Code cleanup.
1494         * remote.c (async_remote_interrupt_twice): Make it static.
1495         * remote.h (async_remote_interrupt_twice): Remove the declaration.
1496
1497 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
1498
1499         * ia64-linux-tdep.c: Include <ctype.h>.
1500         (ia64_linux_stap_is_single_operand): New function.
1501         (ia64_linux_init_abi): Initialize SystemTap related attributes.
1502
1503 2013-06-28  Tom Tromey  <tromey@redhat.com>
1504
1505         * Makefile.in (version.c): Use version.in, not
1506         common/version.in.
1507         * common/create-version.sh: Likewise.
1508         * common/version.in: Move...
1509         * version.in: ...here.
1510
1511 2013-06-28  Pedro Alves  <palves@redhat.com>
1512
1513         * infrun.c (set_observer_mode): Don't declare pagination_enabled
1514         here.
1515         * utils.h (pagination_enabled): Declare.
1516
1517 2013-06-28  Pedro Alves  <palves@redhat.com>
1518
1519         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
1520         Move higher up in file.
1521
1522 2013-06-28  Tom Tromey  <tromey@redhat.com>
1523
1524         * tracepoint.c (deprecated_readline_begin_hook)
1525         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
1526         declare.
1527
1528 2013-06-28  Pedro Alves  <palves@redhat.com>
1529
1530         PR tui/14880
1531         * tui/tui-regs.c (tui_get_register): Fetch value contents before
1532         checking if they're available.
1533         * value.c (value_available_contents_eq): Change comment.
1534         * value.h (value_available_contents_eq): Expand comment.
1535
1536 2013-06-27  Tom Tromey  <tromey@redhat.com>
1537
1538         * target.c (find_run_target): Remove.
1539         * target.h (find_run_target): Remove.
1540
1541 2013-06-27  Tom Tromey  <tromey@redhat.com>
1542
1543         * corelow.c (core_gdbarch): Now static.
1544
1545 2013-06-27  Tom Tromey  <tromey@redhat.com>
1546
1547         * target.c (target_struct_index): Remove.
1548
1549 2013-06-27  Pedro Alves  <palves@redhat.com>
1550
1551         * infrun.c: Remove comment describing the 'stepping over runtime
1552         loader dynamic symbol resolution code' mechanism; moved to
1553         gdbint.texinfo.
1554
1555 2013-06-27  Pedro Alves  <palves@redhat.com>
1556
1557         * exceptions.c (catch_command_errors): Remove spurious space.
1558         * exceptions.h (catch_command_errors): Second parameter is "arg",
1559         not "command".
1560
1561 2013-06-27  Yao Qi  <yao@codesourcery.com>
1562
1563         * common/create-version.sh: Update comments.  Handle the case
1564         that TARGET_ALIAS is empty.
1565
1566 2013-06-26  Pedro Alves  <palves@redhat.com>
1567
1568         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
1569         comment.
1570
1571 2013-06-26  Pedro Alves  <palves@redhat.com>
1572
1573         * infrun.c: Update comments on stepping over runtime loader
1574         dynamic symbol resolution code.
1575
1576 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
1577
1578         * ax-gdb.h (union exp_element): Forward declare.
1579         * parser-defs.h: Include expression.h.
1580
1581 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
1582
1583         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
1584
1585 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
1586
1587         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
1588
1589 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
1590
1591         Fix trace-status to output proper start-time and stop-time.
1592         * tracepoint.c (trace_status_command): Fix type of printf arg to
1593         prevent improper type conversion.
1594         (trace_status_mi): Likewise.
1595
1596 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
1597
1598         * mips-tdep.c (mips_next_pc): Fix a typo.
1599
1600 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
1601
1602         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
1603
1604 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1605             Yao Qi  <yao@codesourcery.com>
1606
1607         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
1608         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
1609         * mi/mi-main.c (print_variable_or_computed): New function.
1610         (mi_cmd_trace_frame_collected): New function.
1611         * tracepoint.c (find_trace_state_variable_by_number): New.
1612         (struct traceframe_info): Move to tracepoint.h
1613         (struct collection_list): Likewise.
1614         (do_collect_symbol): Include locals and arguments in the
1615         collected variables list.
1616         (clear_collection_list): Clear wholly collected variables list
1617         and computed variables list.
1618         (append_exp): New function.
1619         (encode_actions_1): Include variables in the wholly
1620         collected variables list.  Include memory ranges and
1621         full-fledged expressions in the computed expressions list.
1622         (encode_actions): Move some code to ...
1623         Return the cleanup chain.
1624         (encode_actions_rsp): ... here.  New function.
1625         (get_traceframe_location, get_traceframe_info): Remove static.
1626         * tracepoint.h (struct memrange): Moved from tracepoint.c.
1627         (struct collection_list): Moved from tracepoint.c.  Add two
1628         new fields 'wholly_collected' and 'computed'.
1629         (find_trace_state_variable_by_number): Declare.
1630         (encode_actions): Adjust declaration.
1631         (encode_actions_rsp): Declare.
1632         (get_traceframe_info, get_traceframe_location): Declare.
1633
1634         * NEWS: Mention new MI command -trace-frame-collected.
1635
1636 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1637             Yao Qi  <yao@codesourcery.com>
1638
1639         * ctf.c (ctf_traceframe_info): Push trace state variables
1640         present in the trace data into the traceframe info object.
1641         * breakpoint.c (DEF_VEC_I): Remove.
1642         * common/filestuff.c (DEF_VEC_I): Likewise.
1643         * dwarf2loc.c (DEF_VEC_I): Likewise.
1644         * mi/mi-main.c (DEF_VEC_I): Likewise.
1645         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
1646         * features/traceframe-info.dtd: Add tvar element and its
1647         attributes.
1648         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
1649         (build_traceframe_info): Push trace state variables present in
1650         the trace data into the traceframe info object.
1651         (traceframe_info_start_tvar): New function.
1652         (tvar_attributes): New.
1653         (traceframe_info_children): Add "tvar" element.
1654         * tracepoint.h (struct traceframe_info) <tvars>: New field.
1655
1656         * NEWS: Mention the change in GDB and GDBserver.
1657
1658 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1659             Yao Qi  <yao@codesourcery.com>
1660
1661         * tracepoint.c (trace_dump_command): Move code to ...
1662         (get_traceframe_location): ... here.  New.
1663
1664 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1665             Yao Qi  <yao@codesourcery.com>
1666
1667         * tracepoint.c (trace_dump_command): GDB emits an error
1668          instead of a warning when a traceframe is not selected.
1669
1670 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1671             Yao Qi  <yao@codesourcery.com>
1672
1673         * tracepoint.c (tracepoint_list, stepping_list): Remove.
1674         (clear_collection_list): Free fields 'aexpre_list' and 'list'
1675         in collection_list.
1676         (do_clear_collection_list, init_collection_list): New.
1677         (encode_actions): Add local variables 'tracepoint_list' and
1678         'stepping_list'.  Call init_collection_list and make cleanup
1679         which calls do_clear_collection_list.  Don't call
1680         clear_collection_list.
1681         (_initialize_tracepoint): Delete references to
1682         'tracepoint_list' and 'stepping_list'.
1683
1684 2013-06-25  Tom Tromey  <tromey@redhat.com>
1685
1686         * common/create-version.sh (date): Use "$", not "$$" in sed
1687         expression.
1688
1689 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
1690
1691         * NEWS (New targets): Add entry for TI MSP430.
1692
1693 2013-06-25  Yao Qi  <yao@codesourcery.com>
1694
1695         * remote.c (remote_start_remote): Move code to upload tsv
1696         earlier.
1697
1698 2013-06-25  Yao Qi  <yao@codesourcery.com>
1699             Hui Zhu  <hui@codesourcery.com>
1700             Pedro Alves  <palves@redhat.com>
1701
1702         PR breakpoints/15075
1703         PR breakpoints/15434
1704         * breakpoint.c (bpstat_stop_status): Call
1705         b->ops->after_condition_true.
1706         (update_dprintf_command_list): Don't append "continue" command
1707         to the command list of dprintf breakpoint.
1708         (base_breakpoint_after_condition_true): New function.
1709         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
1710         (dprintf_after_condition_true): New function.
1711         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
1712         * breakpoint.h (breakpoint_ops): Add after_condition_true.
1713
1714 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
1715
1716         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
1717         (ALLDEPFILES): Add msp430-tdep.c.
1718         * configure.tgt (msp430*-*-elf): New target.
1719         * msp430-tdep.c: New file.
1720
1721 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
1722
1723         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
1724         microMIPS synthetic symbols.
1725
1726 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
1727
1728         * objfiles.h (pc_in_section): New prototype.
1729         (in_plt_section): Remove name argument, replace prototype with
1730         static inline function.
1731         * mips-tdep.h: Include "objfiles.h".
1732         (in_mips_stubs_section): New function.
1733         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
1734         in_solib_call_trampoline member.
1735         (hppa_in_solib_call_trampoline): Remove name argument.
1736         * objfiles.c (pc_in_section): New function.
1737         (in_plt_section): Remove function.
1738         * mips-linux-tdep.c: Include "objfiles.h".
1739         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
1740         name argument.  Return 1 rather than the low 16-bit halfword of
1741         any instruction examined.
1742         (mips_linux_in_dynsym_resolve_code): Update
1743         mips_linux_in_dynsym_stub call accordingly.
1744         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
1745         rather than an equivalent hand-coded sequence.
1746         * hppa-hpux-tdep.c (in_opd_section): Remove function.
1747         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
1748         (hppa64_hpux_in_solib_call_trampoline): Likewise.
1749         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
1750         in_opd_section.
1751         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
1752         on call to tdep->in_solib_call_trampoline.
1753         (hppa_in_solib_call_trampoline): Remove name argument, update
1754         according to in_plt_section change.
1755         (hppa_skip_trampoline_code): Update according to in_plt_section
1756         change.
1757         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
1758         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
1759         Likewise.
1760         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
1761         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
1762         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
1763         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
1764         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
1765         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
1766         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
1767         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
1768         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
1769         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
1770         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
1771         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
1772         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
1773
1774 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
1775
1776         * common/create-version.sh: Fix expansion of $host_alias
1777         and $target_alias in generation of HOST_NAME and TARGET_NAME
1778         (resp.).
1779
1780 2013-06-24  Tom Tromey  <tromey@redhat.com>
1781
1782         * common/create-version.sh: New file.
1783         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
1784         create-version.sh.
1785         (HFILES_NO_SRCDIR): Use common/version.h.
1786         * version.in: Move to ...
1787         * common/version.in: ... here.  Replace date with "DATE".
1788         * version.h: Move to ...
1789         * common/version.h: ... here.
1790
1791 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
1792
1793         * gdb/gnulib/Makefile.in: Update date in copyright header.
1794         * gdb/gnulib/configure.ac: Ditto.
1795         * gdb/gnulib/update-gnulib.sh: Ditto.
1796
1797 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
1798
1799         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
1800         "gdb/gnulib/import".
1801
1802 2013-06-21  Will Newton  <will.newton@linaro.org>
1803
1804         * doublest.c (ldfrexp): Remove function.
1805         (convert_doublest_to_floatformat): Call frexpl instead of
1806         ldfrexp.
1807
1808 2013-06-21  Will Newton  <will.newton@linaro.org>
1809
1810         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
1811         * gnulib/aclocal.m4: Regenerate.
1812         * gnulib/config.in: Regenerate.
1813         * gnulib/configure: Regenerate.
1814         * gnulib/import/Makefile.am: Update.
1815         * gnulib/import/Makefile.in: Update.
1816         * gnulib/import/m4/gnulib-cache.m4: Update.
1817         * gnulib/import/m4/gnulib-comp.m4: Update.
1818         * gnulib/import/float+.h: Import.
1819         * gnulib/import/float.c: Import.
1820         * gnulib/import/float.in.h: Import.
1821         * gnulib/import/fpucw.h: Import.
1822         * gnulib/import/frexp.c: Import.
1823         * gnulib/import/frexpl.c: Import.
1824         * gnulib/import/isnan.c: Import.
1825         * gnulib/import/isnand-nolibm.h: Import.
1826         * gnulib/import/isnand.c: Import.
1827         * gnulib/import/isnanl-nolibm.h: Import.
1828         * gnulib/import/isnanl.c: Import.
1829         * gnulib/import/itold.c: Import.
1830         * gnulib/import/m4/exponentd.m4: Import.
1831         * gnulib/import/m4/exponentl.m4: Import.
1832         * gnulib/import/m4/float_h.m4: Import.
1833         * gnulib/import/m4/fpieee.m4: Import.
1834         * gnulib/import/m4/frexp.m4: Import.
1835         * gnulib/import/m4/frexpl.m4: Import.
1836         * gnulib/import/m4/isnand.m4: Import.
1837         * gnulib/import/m4/isnanl.m4: Import.
1838         * gnulib/import/m4/math_h.m4: Import.
1839         * gnulib/import/math.c: Import.
1840         * gnulib/import/math.in.h: Import.
1841
1842 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1843
1844         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
1845         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
1846         signature_INTEL_edx comparisons.
1847
1848 2013-06-20  Doug Evans  <dje@google.com>
1849
1850         symtab/15652
1851         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
1852         All callers updated.
1853         (open_dwp_file): If we can't find the dwp file, search the basename
1854         in debug-file-directory.
1855
1856         * dwarf2read.c (struct dwp_file): Fix comment.
1857         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
1858
1859         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
1860         better.
1861
1862 2013-06-20  Yao Qi  <yao@codesourcery.com>
1863
1864         * breakpoint.c (create_breakpoint): Fix code indentation.
1865
1866 2013-06-20  Yao Qi  <yao@codesourcery.com>
1867
1868         * breakpoint.c (create_breakpoints_sal_default): Remove
1869         parameter 'lsal'.  Update declaration.
1870         (bkpt_create_breakpoints_sal): Caller update.
1871         (tracepoint_create_breakpoints_sal): Likewise.
1872
1873 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
1874             Yao Qi  <yao@codesourcery.com>
1875
1876         * NEWS: Mention the new option '--skip-unavailable' of command
1877         -data-list-register-values.
1878         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
1879         --skip-unavailable option.  Adjust to use output_register.
1880         (output_register): Add new 'skip_unavailable' parameter.
1881         Handle it.
1882
1883 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
1884
1885         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
1886         common/i386-gcc-cpuid.h.
1887         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
1888         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
1889         Copy the latest version from upstream gcc.
1890         * common/linux-btrace.c: Include i386-cpuid.h.
1891         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
1892         call to i386_cpuid.
1893         (cpu_supports_btrace): Likewise.
1894         * go32-nat.c: Include i386-cpuid.h.
1895         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
1896
1897 2013-06-19  Doug Evans  <dje@google.com>
1898
1899         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
1900         (get_section_index): Ditto.
1901
1902 2013-06-19  Tom Tromey  <tromey@redhat.com>
1903
1904         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
1905         "dprintf" help.
1906
1907 2013-06-18  Doug Evans  <dje@google.com>
1908
1909         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
1910         before using it.
1911         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
1912         Move test of cu_index closer to use.  Print complaint if cu_index
1913         is bad.
1914
1915 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
1916
1917         * machoread.c (oso_vector): Delete this global.
1918         (macho_register_oso): Add new parameter "oso_vector_ptr".
1919         Use it instead of the "oso_vector" global.
1920         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
1921         (macho_symfile_read): Use a local oso_vector, to be free'ed
1922         at the end of this function, in place of the old "oso_vector"
1923         global.  Update various function calls accordingly.  Use one
1924         single cleanup chain for the entire function.
1925
1926 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
1927
1928         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
1929         DWARF2_PER_OBJFILE by uses of DATA instead.
1930
1931 2013-06-18  Tom Tromey  <tromey@redhat.com>
1932
1933         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
1934         argument.
1935         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
1936         Special case signals other than GDB_SIGNAL_TRAP.
1937         (explains_signal_watchpoint): New function.
1938         (base_breakpoint_explains_signal): Add 'sig' argument.
1939         (initialize_breakpoint_ops): Set 'explains_signal' method for
1940         watchpoints.
1941         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
1942         signal argument.
1943         (bpstat_explains_signal): Likewise.
1944         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
1945
1946 2013-06-18  Tom Tromey  <tromey@redhat.com>
1947
1948         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
1949
1950 2013-06-18  Tom Tromey  <tromey@redhat.com>
1951
1952         * python/python.c (finish_python_initialization): Decref
1953         'pythondir' on failure path as well.
1954
1955 2013-06-18  Tom Tromey  <tromey@redhat.com>
1956
1957         PR symtab/15391:
1958         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
1959         after taking bits_to_skip into account.  Sign extend byte_offset.
1960         * utils.h (gdb_sign_extend): Declare.
1961         * utils.c (gdb_sign_extend): New function.
1962
1963 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1964
1965         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
1966
1967 2013-06-17  Pierre Muller  <muller@sourceware.org>
1968
1969         * corelow.c (core_open): Print GDB signal name instead of target
1970         signal number.
1971
1972 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
1973
1974         * .gitignore: Add /gcore.
1975
1976 2013-06-13  Doug Evans  <dje@google.com>
1977
1978         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
1979         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
1980
1981 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
1982
1983         * stack.c (backtrace_command_1): Fix indentation.
1984
1985 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
1986
1987         * window-nat.c (thread_rec): Add missing empty line after
1988         local variable declaration.
1989
1990 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
1991
1992         * windows-nat.c (thread_rec): Revert format used to print
1993         error code returned by SuspendThread from %d back to %u.
1994
1995 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
1996
1997         * windows-nat.c (windows_continue): Add "0x" prefix for thread
1998         ID in debug trace.
1999         (get_windows_debug_event): Likewise, for all debug traces.
2000
2001 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
2002
2003         * window-nat.c (thread_rec): Add thread ID in SuspendThread
2004         warning message.
2005
2006 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
2007             Yao Qi  <yao@codesourcery.com>
2008
2009         * mi/mi-main.c (get_register): Remove declaration.
2010         (output_register): Declare.
2011         (mi_cmd_data_list_register_values): Remove local variable
2012         'tuple_cleanup'.  Move some code into output_register.
2013         (get_register): Renamed to ...
2014         (output_register): ... this.  Output the register's
2015         "number" ui_out tuple here.
2016
2017 2013-06-07  Pedro Alves  <palves@redhat.com>
2018
2019         * darwin-nat.c: Fix formating in copyright header.
2020         * darwin-nat.h: Likewise.
2021         * gnu-nat.c: Likewise.
2022         * machoread.c: Likewise.
2023
2024 2013-06-07  Pedro Alves  <palves@redhat.com>
2025
2026         PR server/14823
2027         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
2028         static.  Output a global target description pointer.
2029         (init_registers_${name}): Adjust to initialize a
2030         target description structure.
2031
2032 2013-06-07  Will Newton  <will.newton@linaro.org>
2033
2034         * printcmd.c (build_address_symbolic): Call
2035         gdbarch_addr_bits_remove for text minimal symbols.
2036
2037 2013-06-07  Will Newton  <will.newton@linaro.org>
2038
2039         * MAINTAINERS: Add myself to Write After Approval.
2040
2041 2013-06-07  Yao Qi  <yao@codesourcery.com>
2042
2043         * tracepoint.c (start_tracing): Move code to ...
2044         (trace_reset_local_state): ... here.  New.
2045         (disconnect_tracing): Don't call set_current_traceframe,
2046         set_tracepoint_num, and set_traceframe_context. Call
2047         trace_reset_local_state instead.
2048         (tfile_close): Call trace_reset_local_state.
2049         * ctf.c (ctf_close): Likewise.
2050         * remote.c (remote_close): Likewise.
2051         * tracepoint.h (trace_reset_local_state): Declare.
2052
2053 2013-06-06  Doug Evans  <dje@google.com>
2054
2055         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
2056         and fix header docs.
2057
2058 2013-06-05  Doug Evans  <dje@google.com>
2059             Keith Seitz  <keiths@redhat.com>
2060
2061         PR 15519
2062         * cp-namespace.c (find_symbol_in_baseclass): Call
2063         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
2064         Check result of call to lookup_symbol_static.
2065         Call lookup_static_symbol_aux unconditionally.
2066         Call check_typedef on base types before accessing them.
2067         (cp_lookup_nested_symbol): Fix comment.
2068
2069 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
2070
2071         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
2072         minimal symbols pointing to function descriptors.
2073
2074 2013-06-05  Tom Tromey  <tromey@redhat.com>
2075
2076         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
2077
2078 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2079             Pedro Alves  <palves@redhat.com>
2080
2081         * remote.c (remote_wait_as): Restore signal handler before returning
2082         when GDB gets a notification.
2083
2084 2013-06-04  Gary Benson  <gbenson@redhat.com>
2085
2086         PR 2328
2087         * breakpoint.h (handle_solib_event): Moved function declaration
2088         to solib.h.
2089         * breakpoint.c (handle_solib_event): Moved function to solib.c.
2090         (bpstat_stop_status): Pass new argument to handle_solib_event.
2091         * solib.h (update_solib_breakpoints): New function declaration.
2092         (handle_solib_event): Moved function declaration from
2093         breakpoint.h.
2094         * solib.c (update_solib_breakpoints): New function.
2095         (handle_solib_event): Moved function from breakpoint.c.
2096         Updated to call solib_ops->handle_event if not NULL.
2097         * solist.h (target_so_ops): New fields "update_breakpoints" and
2098         "handle_event".
2099         * infrun.c (set_stop_on_solib_events): New function.
2100         (_initialize_infrun): Use the above for "set
2101         stop-on-solib-events".
2102         (handle_inferior_event): Pass new argument to handle_solib_event.
2103         * solib-svr4.c (probe.h): New include.
2104         (svr4_free_library_list): New forward declaration.
2105         (probe_action): New enum.
2106         (probe_info): New struct.
2107         (probe_info): New static variable.
2108         (NUM_PROBES): New definition.
2109         (svr4_info): New fields "using_xfer", "probes_table" and
2110         "solib_list".
2111         (free_probes_table): New function.
2112         (free_solib_list): New function.
2113         (svr4_pspace_data_cleanup): Free probes table and solib list.
2114         (svr4_copy_library_list): New function.
2115         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
2116         (svr4_read_so_list): New parameter "prev_lm".
2117         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
2118         (svr4_current_sos): New function.
2119         (probe_and_action): New struct.
2120         (hash_probe_and_action): New function.
2121         (equal_probe_and_action): Likewise.
2122         (register_solib_event_probe): Likewise.
2123         (solib_event_probe_at): Likewise.
2124         (solib_event_probe_action): Likewise.
2125         (solist_update_full): Likewise.
2126         (solist_update_incremental): Likewise.
2127         (disable_probes_interface_cleanup): Likewise.
2128         (svr4_handle_solib_event): Likewise.
2129         (svr4_update_solib_event_breakpoint): Likewise.
2130         (svr4_update_solib_event_breakpoints): Likewise.
2131         (svr4_create_solib_event_breakpoints): Likewise.
2132         (enable_break): Free probes table before creating breakpoints.
2133         Use svr4_create_solib_event_breakpoints to create breakpoints.
2134         (svr4_solib_create_inferior_hook): Free the solib list.
2135         (_initialize_svr4_solib): Initialise
2136         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
2137
2138 2013-06-04  Gary Benson  <gbenson@redhat.com>
2139
2140         * target.h (target_ops): New field
2141         "to_augmented_libraries_svr4_read".
2142         (target_augmented_libraries_svr4_read): New macro.
2143         * target.c (update_current_target): Handle
2144         to_augmented_libraries_svr4_read.
2145         * remote.c (remote_state): New field
2146         "augmented_libraries_svr4_read".
2147         (remote_augmented_libraries_svr4_read_feature): New function.
2148         (remote_protocol_features): Add entry for
2149         "augmented-libraries-svr4-read".
2150         (remote_augmented_libraries_svr4_read): New function.
2151         (init_remote_ops): Initialize
2152         remote_ops.to_augmented_libraries_svr4_read.
2153
2154 2013-06-04  Gary Benson  <gbenson@redhat.com>
2155
2156         * NEWS: Update.
2157
2158 2013-06-04  Gary Benson  <gbenson@redhat.com>
2159
2160         * objfiles.h (inhibit_section_map_updates): New function
2161         declaration.
2162         (resume_section_map_updates): Likewise.
2163         (resume_section_map_updates_cleanup): Likewise.
2164         * objfiles.c (objfile_pspace_info): Removed field
2165         "objfiles_changed_p".  New fields "new_objfiles_available",
2166         "section_map_dirty" and "inhibit_updates".
2167         (allocate_objfile): Set new_objfiles_available.
2168         (free_objfile): Set section_map_dirty.
2169         (objfile_relocate1): Likewise.
2170         (in_plt_section): Likewise.
2171         (find_pc_section): Update the conditions under which the
2172         section map will be updated.
2173         (inhibit_section_map_updates): New function.
2174         (resume_section_map_updates): Likewise.
2175         (resume_section_map_updates_cleanup): Likewise.
2176
2177 2013-06-04  Gary Benson  <gbenson@redhat.com>
2178
2179         * probe.h (get_probe_argument_count): New declaration.
2180         (evaluate_probe_argument): Likewise.
2181         * probe.c (get_probe_argument_count): New function.
2182         (evaluate_probe_argument): Likewise.
2183         (probe_safe_evaluate_at_pc): Use the above new functions.
2184
2185 2013-06-04  Alan Modra  <amodra@gmail.com>
2186
2187         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
2188         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
2189         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
2190         target mem reads on optional insns.
2191         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
2192         ppc_insns_match_pattern calls.
2193         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
2194         Add match for power7 thread safety insns, and new order of
2195         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
2196         invocation in comment, and update rest of comment.
2197         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
2198         PPC64_STANDARD_LINKAGE3_LEN): Delete.
2199         (ppc64_standard_linkage2_target): Update insn offsets.
2200         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
2201         stubs first.  Update calls.
2202
2203 2013-06-04  Yao Qi  <yao@codesourcery.com>
2204
2205         * solib.c (solib_find): Don't need dir separator if path has
2206         drive spec.
2207
2208 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
2209
2210         Revert (indirectly causes a SIGSEGV):
2211         * machoread.c (macho_symfile_read): Assign first cleanup to
2212         'back_to'.
2213
2214 2013-06-03  Yao Qi  <yao@codesourcery.com>
2215
2216         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
2217         mi-parse.c.  Make them static.
2218         (mi_all_values): Likewise.
2219         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
2220         mi_parse_print_values.  Make it external.
2221         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
2222         Remove the declarations.
2223         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
2224         * mi/mi-parse.h (mi_parse_print_values): Declare.
2225         * mi/mi-cmd-stack.c: Include mi-parse.h.
2226         (parse_print_values): Remove
2227         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
2228         of parse_print_values.
2229         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
2230
2231 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
2232             Yao Qi  <yao@codesourcery.com>
2233
2234         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
2235         (encode_actions): Move code to ...
2236         (all_tracepoint_actions_and_cleanup): ... here.  New.
2237         (trace_dump_command): Likewise.
2238
2239 2013-05-30  Tom Tromey  <tromey@redhat.com>
2240
2241         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
2242
2243 2013-05-30  Tom Tromey  <tromey@redhat.com>
2244
2245         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
2246         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
2247         'old_chain' argument.  Add 'parser_result' argument.
2248         (gdb_xml_create_parser_and_cleanup): Remove old version.
2249         (gdb_xml_parse_quick): Update.
2250         (xml_process_xincludes): Update.
2251         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
2252         declare.
2253
2254 2013-05-30  Tom Tromey  <tromey@redhat.com>
2255
2256         * probe.c (collect_probes): Check arguments for NULL before
2257         calling compile_rx_or_error.
2258         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
2259         Remove NULL return.
2260
2261 2013-05-30  Tom Tromey  <tromey@redhat.com>
2262
2263         * infrun.c (adjust_pc_after_break): Introduce an outer null
2264         cleanup.
2265
2266 2013-05-30  Tom Tromey  <tromey@redhat.com>
2267
2268         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
2269
2270 2013-05-30  Tom Tromey  <tromey@redhat.com>
2271
2272         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
2273         for 'old_chain'.  Do not check 'head' before processing
2274         cleanups.
2275
2276 2013-05-30  Tom Tromey  <tromey@redhat.com>
2277
2278         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
2279         "cleanup_tuple".
2280
2281 2013-05-30  Tom Tromey  <tromey@redhat.com>
2282
2283         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
2284         inner scope.  Unconditionally call do_cleanups.
2285
2286 2013-05-30  Tom Tromey  <tromey@redhat.com>
2287
2288         * source.c (find_and_open_source): Call do_cleanups.
2289
2290 2013-05-30  Tom Tromey  <tromey@redhat.com>
2291
2292         * linux-thread-db.c (thread_db_load_search): Unconditionally
2293         call do_cleanups.
2294
2295 2013-05-30  Tom Tromey  <tromey@redhat.com>
2296
2297         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
2298         for 'cleanup'; instead use a later one.
2299
2300 2013-05-30  Tom Tromey  <tromey@redhat.com>
2301
2302         * python/py-breakpoint.c (bppy_get_commands): Use
2303         explicit, unconditional return.
2304         * python/py-frame.c (frapy_read_var): Likewise.
2305         * python/python.c (gdbpy_decode_line): Likewise.
2306
2307 2013-05-30  Tom Tromey  <tromey@redhat.com>
2308
2309         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
2310         do_cleanups on all return paths.
2311
2312 2013-05-30  Tom Tromey  <tromey@redhat.com>
2313
2314         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
2315
2316 2013-05-30  Tom Tromey  <tromey@redhat.com>
2317
2318         * stabsread.c (read_struct_type): Call do_cleanups along
2319         all return paths.
2320
2321 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
2322
2323         * mips-linux-tdep.c: Adjust formatting throughout.
2324
2325 2013-05-30  Tom Tromey  <tromey@redhat.com>
2326
2327         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
2328         along all return paths.
2329
2330 2013-05-30  Tom Tromey  <tromey@redhat.com>
2331
2332         * symfile.c (find_separate_debug_file): Call do_cleanups
2333         along all return paths.
2334
2335 2013-05-30  Tom Tromey  <tromey@redhat.com>
2336
2337         * symtab.c (search_symbols): Introduce a null cleanup for
2338         'retval_chain'.
2339
2340 2013-05-30  Tom Tromey  <tromey@redhat.com>
2341
2342         * python/py-value.c (valpy_binop): Call do_cleanups before
2343         exiting loop.
2344
2345 2013-05-30  Tom Tromey  <tromey@redhat.com>
2346
2347         * python/py-prettyprint.c (print_children): Remove extra
2348         do_cleanups call.
2349
2350 2013-05-30  Tom Tromey  <tromey@redhat.com>
2351
2352         * python/py-frame.c (frapy_read_var): Call do_cleanups along
2353         all return paths.
2354
2355 2013-05-30  Tom Tromey  <tromey@redhat.com>
2356
2357         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
2358         along all return paths.
2359
2360 2013-05-30  Tom Tromey  <tromey@redhat.com>
2361
2362         * cli/cli-logging.c (set_logging_redirect): Unconditionally
2363         call do_cleanups.
2364
2365 2013-05-30  Tom Tromey  <tromey@redhat.com>
2366
2367         * varobj.c (c_value_of_root): Call do_cleanups along all
2368         return paths.
2369
2370 2013-05-30  Tom Tromey  <tromey@redhat.com>
2371
2372         * tracepoint.c (trace_dump_command): Unconditionally call
2373         do_cleanups.
2374
2375 2013-05-30  Tom Tromey  <tromey@redhat.com>
2376
2377         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
2378         do_cleanups earlier.
2379
2380 2013-05-30  Tom Tromey  <tromey@redhat.com>
2381
2382         * machoread.c (macho_symfile_read): Assign first cleanup to
2383         'back_to'.
2384
2385 2013-05-30  Tom Tromey  <tromey@redhat.com>
2386
2387         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
2388
2389 2013-05-30  Tom Tromey  <tromey@redhat.com>
2390
2391         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
2392
2393 2013-05-30  Tom Tromey  <tromey@redhat.com>
2394
2395         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
2396         call discard_cleanups.
2397         (inf_ptrace_attach): Likewise.
2398
2399 2013-05-30  Tom Tromey  <tromey@redhat.com>
2400
2401         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
2402         return paths.
2403         (mips_initialize): Likewise.
2404         (common_open): Call do_cleanups.
2405
2406 2013-05-30  Tom Tromey  <tromey@redhat.com>
2407
2408         * utils.c (internal_vproblem): Call do_cleanups.
2409
2410 2013-05-30  Tom Tromey  <tromey@redhat.com>
2411
2412         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
2413
2414 2013-05-30  Tom Tromey  <tromey@redhat.com>
2415
2416         * cli/cli-script.c (setup_user_args): Don't return after error.
2417
2418 2013-05-30  Tom Tromey  <tromey@redhat.com>
2419
2420         * somread.c (som_symtab_read): Call do_cleanups.
2421
2422 2013-05-30  Tom Tromey  <tromey@redhat.com>
2423
2424         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
2425
2426 2013-05-30  Tom Tromey  <tromey@redhat.com>
2427
2428         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
2429         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
2430         * interps.c (interpreter_exec_cmd): Call do_cleanups.
2431         * source.c (show_substitute_path_command): Call do_cleanups.
2432         (unset_substitute_path_command, set_substitute_path_command):
2433         Likewise.
2434         * symfile.c (load_command): Call do_cleanups.
2435
2436 2013-05-30  Tom Tromey  <tromey@redhat.com>
2437
2438         * contrib/cleanup_check.py: New file.
2439         * contrib/gcc-with-excheck: Add option parsing.
2440
2441 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
2442
2443         * windows-nat.c (windows_delete_thread): Add missing space
2444         in cast expression.
2445
2446 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2447
2448         * inferior.c (top level): Include tilde.h.
2449         (add_inferior_command): Call tilde_expand on the value of 'exec'
2450         argument.
2451
2452 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
2453             Yao Qi  <yao@codesourcery.com>
2454
2455         * tracepoint.c (encode_actions_1): Remove parameter 't'.
2456         Caller update.
2457         (encode_actions): Likewise.
2458         * remote.c (remote_download_tracepoint): Caller update.
2459         * tracepoint.h (encode_actions): Update declaration.
2460
2461 2013-05-30  Pedro Alves  <palves@redhat.com>
2462
2463         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
2464         pointer.
2465
2466 2013-05-30  Yao Qi  <yao@codesourcery.com>
2467
2468         * remote.c (remote_check_symbols): Remove unused parameter
2469         'objfile'.
2470         Declaration update.
2471         (remote_start_remote, remote_new_objfile): Caller update.
2472
2473 2013-05-30  Yao Qi  <yao@codesourcery.com>
2474
2475         * mi/mi-cmds.c (mi_cmds): Define MI command
2476         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
2477         DEF_MI_CMD_CLI.
2478
2479 2013-05-29  Pedro Alves  <palves@redhat.com>
2480
2481         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
2482         (remote_insert_watchpoint, remote_remove_watchpoint)
2483         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
2484         (remote_verify_memory, compare_sections_command)
2485         (remote_search_memory): Set the general process/thread on the
2486         remote side.
2487
2488 2013-05-29  Pedro Alves  <palves@redhat.com>
2489
2490         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
2491         (_initialize_aarch64_tdep): Don't call
2492         initialize_tdesc_aarch64_without_fpu.
2493         * features/Makefile (WHICH): Remove reference to
2494         aarch64-without-fpu.
2495         * features/aarch64-without-fpu.c: Delete file.
2496         * regformats/aarch64-without-fpu.dat: Delete file.
2497
2498 2013-05-28  Yao Qi  <yao@codesourcery.com>
2499
2500         * tracepoint.c (stringify_collection_list): Remove parameter
2501         'string'.
2502         (encode_actions): Caller update.  Remove local variables.
2503
2504 2013-05-24  Yao Qi  <yao@codesourcery.com>
2505
2506         * tracepoint.c (TFILE_PID): Remove.
2507         (tfile_open): Don't add thread and inferior.
2508         (tfile_close): Don't set 'inferior_ptid'.  Don't call
2509         exit_inferior_silent.
2510         (tfile_thread_alive): Remove.
2511         (init_tfile_ops): Don't set field 'to_thread_alive' of
2512         tfile_ops.
2513
2514 2013-05-23  Doug Evans  <dje@google.com>
2515
2516         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
2517
2518 2013-05-23  Pedro Alves  <palves@redhat.com>
2519
2520         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
2521         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
2522         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
2523         Only define if HAVE_SOCKETS is defined.
2524         * configure.ac: Check for sys/socket.h.
2525         * config.in, configure: Regenerate.
2526
2527 2013-05-23  Pedro Alves  <palves@redhat.com>
2528
2529         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
2530         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
2531         printing uint32_t variables.
2532
2533 2013-05-23  Pedro Alves  <palves@redhat.com>
2534
2535         * NEWS: Mention GDBserver range stepping support.
2536
2537 2013-05-23  Yao Qi  <yao@codesourcery.com>
2538             Pedro Alves  <palves@redhat.com>
2539
2540         * gdbthread.h (struct thread_control_state) <may_range_step>: New
2541         field.
2542         * infcmd.c (step_once, until_next_command): Enable range stepping.
2543         * infrun.c (displaced_step_prepare): Disable range stepping.
2544         (resume): Disable range stepping if stepping over a breakpoint or
2545         we have software watchpoints.  If range stepping is enabled,
2546         assert the thread is in the stepping range.
2547         (clear_proceed_status_thread): Clear may_range_step.
2548         (handle_inferior_event): Disable range stepping as soon as we know
2549         the thread that hit the event.  Re-enable it whenever we're going
2550         to step with a step range.
2551         * remote.c (struct vCont_action_support) <r>: New field.
2552         (use_range_stepping): New global.
2553         (remote_vcont_probe): Handle 'r' action.
2554         (append_resumption): Append an 'r' action if the thread may range
2555         step.
2556         (show_range_stepping): New function.
2557         (set_range_stepping): New function.
2558         (_initialize_remote): Call add_setshow_boolean_cmd to register the
2559         'set range-stepping' and 'show range-stepping' commands.
2560         * NEWS: Mention range stepping, the new vCont;r action, and the
2561         new "set/show range-stepping" commands.
2562
2563 2013-05-23  Yao Qi  <yao@codesourcery.com>
2564             Pedro Alves  <palves@redhat.com>
2565
2566         * remote.c (struct vCont_action_support): New struct.
2567         (struct remote_state) <support_vCont_t>: Remove field.
2568         <vCont_actions_support>: New field.
2569         (remote_vcont_probe, remote_stop_ns): Update.
2570
2571 2013-05-23  Yao Qi  <yao@codesourcery.com>
2572             Pedro Alves  <palves@redhat.com>
2573
2574         * gdbthread.h (pc_in_thread_step_range): New declaration.
2575         * thread.c (pc_in_thread_step_range): New function.
2576         * infrun.c (handle_inferior_event): Use it.
2577
2578 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2579
2580         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
2581         of sprintf.
2582
2583 2013-05-22  Keith Seitz  <keiths@redhat.com>
2584
2585         * ada-lang.c (is_known_support_routine): Add explicit free of
2586         'func_name' from find_frame_funname.
2587         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
2588         for func_name from find_frame_funname.
2589         * python/py-frame.c (frapy_name): Add explicit free of
2590         'name' from find_frame_funname.
2591         * stack.c (find_frame_funname): Add comment explaining that
2592         funcp must be freed by the caller.
2593         Return copy of symbol names instead of pointers.
2594         (print_frame): Add a cleanup for 'funname' from
2595         find_frame_funname.
2596         * stack.h (find_frame_funname): Remove "const" from
2597         'funname' parameter.
2598
2599 2013-05-22  Tom Tromey  <tromey@redhat.com>
2600
2601         PR c++/15401:
2602         * c-valprint.c (c_value_print): Use value_addr for
2603         references.  Convert back to reference type with value_ref.
2604
2605 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
2606
2607         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
2608         unloaded DLL, it will be done by handle_solib_event.  See
2609         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
2610         details.
2611
2612 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
2613
2614         * ui-out.c: Create typedef ui_out_level_p and define vector
2615         operations for that type.
2616         (struct ui_out): Use a vector instead of an array.
2617         (current_level): Return level from a vector.
2618         (push_level): Create a level in a vector.
2619         (pop_level): Delete a level in a vector.
2620         (ui_out_new): Create initial level zero level, and store in a
2621         vector.
2622         (ui_out_destroy): Add vector cleanup.
2623
2624 2013-05-22  Pedro Alves  <palves@redhat.com>
2625
2626         * python/python-internal.h (gdb_Py_DECREF): Tag with
2627         "ARI: editCase function".
2628
2629 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
2630
2631         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
2632
2633 2013-05-21  Pedro Alves  <palves@redhat.com>
2634
2635         * python/py-prettyprint.c (apply_val_pretty_printer): Check
2636         whether PRINTER is NULL before installing a Py_DECREF cleanup.
2637         * python/py-utils.c (py_decref): Don't check for NULL before
2638         calling Py_DECREF.
2639
2640 2013-05-21  Pedro Alves  <palves@redhat.com>
2641
2642         * python/py-utils.c (py_decref): Remove extra braces.
2643         (gdb_pymodule_addobject): Remove extra braces.
2644         * python-internal.h (gdb_Py_DECREF): New static inline function.
2645         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
2646
2647 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2648
2649         * breakpoints.c (detach_breakpoints): Do not
2650         detach breakpoints locations with loc_type bp_loc_other.
2651
2652 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2653
2654         Workaround Python 2.6.
2655         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
2656         a block.
2657
2658 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2659
2660         Code cleanup: constification.
2661         * solib.c (solib_ops): Make return type and ops variable type const.
2662         (set_solib_ops): Make the new_ops parameter and ops variable const.
2663         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
2664         (solib_add, solib_keep_data_in_core, clear_solib)
2665         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
2666         (reload_shared_libraries, solib_global_lookup): Make the ops variable
2667         const.
2668         * solib.h (set_solib_ops): Make the new_ops parameter const.
2669
2670 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
2671
2672         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
2673         variable.
2674         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
2675         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
2676         (SYSTEM_GDBINIT_FILES): New variables.
2677         (all): Add stamp-system-gdbinit.
2678         (stamp-system-gdbinit): New rule.
2679         (clean-system-gdbinit, install-system-gdbinit)
2680         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
2681         (install-only): Add dependency on install-system-gdbinit.
2682         (uninstall): Add dependency on uninstall-system-gdbinit.
2683         (clean): Add dependency on clean-system-gdbinit.
2684         * system-gdbinit/elinos.py: New file.
2685         * system-gdbinit/wrs-linux.py: New file.
2686
2687 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
2688
2689         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
2690
2691 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2692
2693         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
2694         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
2695         * mi/mi-cmd-break.c (ctype.h): New include.
2696         (gdb_obstack.h): New include.
2697         (mi_argv_to_format, mi_cmd_break_insert_1): New.
2698         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
2699         (mi_cmd_dprintf_insert): New.
2700         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
2701         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
2702
2703 2013-05-20  Tom Tromey  <tromey@redhat.com>
2704
2705         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
2706
2707 2013-05-20  Tom Tromey  <tromey@redhat.com>
2708
2709         * python/py-value.c (valpy_get_dynamic_type): Simplify
2710         dynamic_type assignment.  Use Py_XINCREF.
2711
2712 2013-05-20  Tom Tromey  <tromey@redhat.com>
2713
2714         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
2715
2716 2013-05-20  Tom Tromey  <tromey@redhat.com>
2717
2718         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
2719         (gdbpy_selected_frame): Move object-construction code
2720         out of TRY_CATCH.
2721
2722 2013-05-20  Tom Tromey  <tromey@redhat.com>
2723
2724         * python/py-arch.c (gdbpy_initialize_arch): Use
2725         gdb_pymodule_addobject.
2726         * python/py-block.c (gdbpy_initialize_blocks): Use
2727         gdb_pymodule_addobject.
2728         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
2729         gdb_pymodule_addobject.
2730         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
2731         gdb_pymodule_addobject.
2732         * python/py-event.c (gdbpy_initialize_event_generic): Use
2733         gdb_pymodule_addobject.
2734         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
2735         gdb_pymodule_addobject.
2736         * python/py-evts.c (add_new_registry): Use
2737         gdb_pymodule_addobject.
2738         (gdbpy_initialize_py_events): Likewise.
2739         * python/py-finishbreakpoint.c
2740         (gdbpy_initialize_finishbreakpoints): Use
2741         gdb_pymodule_addobject.
2742         * python/py-frame.c (gdbpy_initialize_frames): Use
2743         gdb_pymodule_addobject.
2744         * python/py-function.c (gdbpy_initialize_functions): Use
2745         gdb_pymodule_addobject.
2746         * python/py-inferior.c (gdbpy_initialize_inferior): Use
2747         gdb_pymodule_addobject.
2748         * python/py-infthread.c (gdbpy_initialize_thread): Use
2749         gdb_pymodule_addobject.
2750         * python/py-objfile.c (gdbpy_initialize_objfile): Use
2751         gdb_pymodule_addobject.
2752         * python/py-param.c (gdbpy_initialize_parameters): Use
2753         gdb_pymodule_addobject.
2754         * python/py-progspace.c (gdbpy_initialize_pspace): Use
2755         gdb_pymodule_addobject.
2756         * python/py-symbol.c (gdbpy_initialize_symbols): Use
2757         gdb_pymodule_addobject.
2758         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
2759         gdb_pymodule_addobject.
2760         * python/py-type.c (gdbpy_initialize_types): Use
2761         gdb_pymodule_addobject.
2762         * python/py-utils.c (gdb_pymodule_addobject): New function.
2763         * python/py-value.c (gdbpy_initialize_values): Use
2764         gdb_pymodule_addobject.
2765         * python/python-internal.h (gdb_pymodule_addobject): Declare.
2766         * python/python.c (_initialize_python): Use
2767         gdb_pymodule_addobject.
2768
2769 2013-05-20  Tom Tromey  <tromey@redhat.com>
2770
2771         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
2772         * python/py-param.c (get_set_value, get_show_value): Use
2773         explicit decrefs.
2774         * python/python.c (start_type_printers, apply_type_printers):
2775         Use explicit decrefs.
2776
2777 2013-05-20  Tom Tromey  <tromey@redhat.com>
2778
2779         * python/py-evts.c (gdbpy_initialize_py_events): Don't
2780         incref the module.
2781
2782 2013-05-20  Tom Tromey  <tromey@redhat.com>
2783
2784         * python/python.c (gdbpy_run_events): Decref the result
2785         of PyObject_CallObject.
2786
2787 2013-05-20  Tom Tromey  <tromey@redhat.com>
2788
2789         * python/py-symtab.c (set_sal): Use
2790         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
2791         (symtab_and_line_to_sal_object): Update.
2792
2793 2013-05-20  Tom Tromey  <tromey@redhat.com>
2794
2795         * python/py-param.c (compute_enum_values): Decref 'item'.
2796
2797 2013-05-20  Tom Tromey  <tromey@redhat.com>
2798
2799         * mi/mi-main.c: Include python-internal.h.
2800         (mi_cmd_list_features): Check gdb_python_initialized.
2801         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
2802         (python_inferior_exit, python_new_objfile, add_thread_object)
2803         (delete_thread_object, py_free_inferior): Check
2804         gdb_python_initialized.
2805         * python/py-prettyprint.c (apply_val_pretty_printer): Check
2806         gdb_python_initialized.
2807         * python/py-type.c (save_objfile_types): Check
2808         gdb_python_initialized.
2809         * python/python-internal.h (gdb_python_initialized): Declare.
2810         * python/python.c (ensure_python_env): Throw exception if
2811         Python not initialized.
2812         (before_prompt_hook, source_python_script_for_objfile)
2813         (start_type_printers, apply_type_printers,
2814         free_type_printers): Check gdb_python_initialized.
2815         * varobj.c (varobj_get_display_hint)
2816         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
2817         (install_new_value_visualizer, varobj_set_visualizer)
2818         (value_get_print_value): Check gdb_python_initialized.
2819
2820 2013-05-20  Tom Tromey  <tromey@redhat.com>
2821
2822         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
2823         Check errors.
2824         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
2825         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
2826         Check errors.
2827         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
2828         Check errors.
2829         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
2830         Check errors.
2831         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
2832         Check errors.
2833         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
2834         init function to return 'int'.
2835         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
2836         Return 'int'.  Check errors.
2837         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
2838         Check errors.
2839         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
2840         Return 'int'.  Check errors.
2841         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
2842         Check errors.
2843         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
2844         Check errors.
2845         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
2846         Check errors.
2847         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
2848         Check errors.
2849         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
2850         Check errors.
2851         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
2852         Check errors.
2853         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
2854         Check errors.
2855         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
2856         Check errors.
2857         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
2858         Check errors.
2859         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
2860         Check errors.
2861         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
2862         Check errors.
2863         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
2864         Check errors.
2865         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
2866         Check errors.
2867         * python/python-internal.h (gdbpy_initialize_auto_load,
2868         gdbpy_initialize_values, gdbpy_initialize_frames,
2869         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
2870         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
2871         gdbpy_initialize_blocks, gdbpy_initialize_types,
2872         gdbpy_initialize_functions, gdbpy_initialize_pspace,
2873         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
2874         gdbpy_initialize_finishbreakpoints,
2875         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
2876         gdbpy_initialize_thread, gdbpy_initialize_inferior,
2877         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
2878         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
2879         gdbpy_initialize_signal_event,
2880         gdbpy_initialize_breakpoint_event,
2881         gdbpy_initialize_continue_event,
2882         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
2883         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
2884         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2885         * python/python.c (gdb_python_initialized): New global.
2886         (gdbpy_initialize_events): Return 'int'.  Check errors.
2887         (_initialize_python): Check errors.  Set
2888         gdb_python_initialized.
2889
2890 2013-05-20  Tom Tromey  <tromey@redhat.com>
2891
2892         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
2893         Decref the reslut of PyObject_CallMethod.
2894
2895 2013-05-20  Tom Tromey  <tromey@redhat.com>
2896
2897         * python/py-event.c (gdbpy_initialize_event_generic): Return
2898         early if PyType_Ready fails.
2899
2900 2013-05-20  Tom Tromey  <tromey@redhat.com>
2901
2902         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
2903         as 'default' in the switch.
2904
2905 2013-05-20  Tom Tromey  <tromey@redhat.com>
2906
2907         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
2908         get_addr_from_python calls out of TRY_CATCH.
2909         (infpy_write_memory, infpy_search_memory): Likewise.
2910         * python/py-utils.c (get_addr_from_python): Return negative
2911         value on error.  Use TRY_CATCH.
2912         * python/python-internal.h (get_addr_from_python): Use
2913         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2914
2915 2013-05-20  Tom Tromey  <tromey@redhat.com>
2916
2917         * python/py-event.c (evpy_emit_event): Decref the
2918         result of PyObject_CallFunctionObjArgs.
2919
2920 2013-05-20  Tom Tromey  <tromey@redhat.com>
2921
2922         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
2923         Correctly decref.
2924
2925 2013-05-20  Tom Tromey  <tromey@redhat.com>
2926
2927         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
2928
2929 2013-05-20  Tom Tromey  <tromey@redhat.com>
2930
2931         * python/py-event.h (gdbpy_initialize_event_generic): Use
2932         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2933         * python/py-evts.c (add_new_registry): Use
2934         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2935         * python/python-internal.h
2936         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
2937
2938 2013-05-20  Tom Tromey  <tromey@redhat.com>
2939
2940         * python/py-arch.c (archpy_disassemble): Update.
2941         * python/py-type.c (typy_get_composite, typy_lookup_typename)
2942         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
2943         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
2944         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
2945         macro.
2946         (GDB_PY_HANDLE_EXCEPTION): Update.
2947         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
2948
2949 2013-05-20  Tom Tromey  <tromey@redhat.com>
2950
2951         * python/python-internal.h (events_object_type): Remove.
2952
2953 2013-05-20  Tom Tromey  <tromey@redhat.com>
2954
2955         * python/py-event.h (evpy_emit_event): Use
2956         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
2957         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
2958         New macro.
2959
2960 2013-05-20  Tom Tromey  <tromey@redhat.com>
2961
2962         * py-evtregistry.c (create_event_object): Decref
2963         eventregistry_object if PyList_New fails.
2964
2965 2013-05-20  Tom Tromey  <tromey@redhat.com>
2966
2967         * py-cmd.c (gdbpy_string_to_argv): Check result of
2968         PyList_New.
2969
2970 2013-05-20  Tom Tromey  <tromey@redhat.com>
2971
2972         * python/python.c (before_prompt_hook): Add cleanup to
2973         decref 'hook'.
2974
2975 2013-05-20  Tom Tromey  <tromey@redhat.com>
2976
2977         * python/py-function.c (fnpy_init): Decref result of
2978         PyObject_GetAttrString.
2979
2980 2013-05-20  Tom Tromey  <tromey@redhat.com>
2981
2982         * python/py-threadevent.c (get_event_thread): Use
2983         CPYCHECKER_RETURNS_BORROWED_REF.
2984         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
2985         New define.
2986         (pspace_to_pspace_object, objfile_to_objfile_object)
2987         (find_thread_object): Use it.
2988
2989 2013-05-20  Tom Tromey  <tromey@redhat.com>
2990
2991         * python/py-arch.c (arch_object_type): Use
2992         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2993         * python/py-block.c (block_syms_iterator_object_type):
2994         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2995         * python/py-bpevent.c (breakpoint_event_object_type):
2996         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2997         * python/py-cmd.c (cmdpy_object_type): Use
2998         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2999         * python/py-continueevent.c (continue_event_object_type):
3000         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3001         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
3002         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3003         * python/py-events.h (thread_event_object_type):
3004         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3005         * python/py-evtregistry.c (eventregistry_object_type): Use
3006         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3007         * python/py-exitedevent.c (exited_event_object_type):
3008         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3009         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
3010         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3011         * python/py-function.c (fnpy_object_type): Use
3012         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3013         * python/py-inferior.c (inferior_object_type, membuf_object_type):
3014         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3015         * python/py-infthread.c (thread_object_type): Use
3016         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3017         * python/py-lazy-string.c (lazy_string_object_type):
3018         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3019         * python/py-newobjfileevent.c (new_objfile_event_object_type):
3020         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3021         * python/py-objfile.c (objfile_object_type): Use
3022         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3023         * python/py-param.c (parmpy_object_type):
3024         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3025         * python/py-progspace.c (pspace_object_type):
3026         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3027         * python/py-signalevent.c (signal_event_object_type):
3028         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3029         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
3030         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3031         * python/py-type.c (type_object_type, field_object_type)
3032         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3033         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
3034         define.
3035         (value_object_type, block_object_type, symbol_object_type)
3036         (event_object_type, stop_event_object_type, breakpoint_object_type)
3037         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3038
3039 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
3040
3041         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
3042         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
3043
3044 2013-05-20  Doug Evans  <dje@google.com>
3045
3046         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
3047         For Fission.
3048         * dwarf2read.c (struct dwarf2_per_cu_data): New member
3049         reading_dwo_directly.
3050         (struct signatured_type): New member dwo_unit.
3051         (struct die_reader_specs): New member comp_dir.
3052         (create_signatured_type_table_from_index): Use malloc for
3053         all_type_units instead of objfile's obstack.
3054         (create_all_type_units): Ditto.
3055         (fill_in_sig_entry_from_dwo_entry): New function.
3056         (add_type_unit): New function.
3057         (lookup_dwo_signatured_type): New function.
3058         (lookup_dwp_signatured_type): New function.
3059         (lookup_signatured_type): New arg cu.  All callers updated.
3060         (init_cu_die_reader): Initialize comp_dir.
3061         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
3062         Change assert of matching type signatures to call error on mismatch.
3063         (lookup_dwo_unit): Add assert.
3064         (init_tu_and_read_dwo_dies): New function.
3065         (init_cutu_and_read_dies): Call it.
3066         (build_type_unit_groups): Handle case of no type unit groups created.
3067         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
3068         (lookup_dwo_cutu): Tweak complaint.
3069         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
3070         (dwarf2_per_objfile_free): Free all_type_units.
3071
3072 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
3073
3074         * windows-nat.c (handle_unload_dll): Add missing empty line.
3075
3076 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
3077
3078         * dwarf2read.c (prototyped_function_p): New function.
3079         (read_subroutine_type): Use it.
3080
3081 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
3082
3083         * rs6000-aix-tdep.c: De-indent some example code provided
3084         as a comment.
3085
3086 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3087
3088         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
3089         region is ok for a hardware watchpoint using the new ptrace interface
3090         on Power servers.
3091
3092 2013-05-17  Doug Evans  <dje@google.com>
3093
3094         * NEWS: Mention new maintenance commands check-symtabs, and
3095         expand-symtabs, and renamed check-psymtabs.
3096         * psymtab.c (maintenance_check_psymtabs): Renamed from
3097         maintenance_check_symtabs.  Only process already-expanded symbol
3098         tables.
3099         (_initialize_psymtab): Update.
3100         * symmisc.c (maintenance_check_symtabs): New function.
3101         (maintenance_expand_name_matcher): New function
3102         (maintenance_expand_file_matcher): New function
3103         (maintenance_expand_symtabs): New function.
3104         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
3105         commands.
3106
3107 2013-05-17  Tom Tromey  <tromey@redhat.com>
3108
3109         * python/py-inferior.c (infpy_read_memory): Don't call
3110         PyErr_SetString if PyObject_New fails.
3111         * python/py-frame.c (frame_info_to_frame_object): Don't call
3112         PyErr_SetString if PyObject_New fails.
3113
3114 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
3115
3116         * acinclude.m4: Add check for dlopen in libdl.
3117         * configure.ac: Ditto.
3118         * configure: Regenerate.
3119
3120 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
3121
3122         * frame.c (frame_stash): Convert to htab.
3123         (frame_addr_hash): New function.
3124         (frame_addr_hash_eq): New function.
3125         (frame_stash_create): Convert function to create
3126         a hash table.
3127         (frame_stash_add): Convert function to add an entry to a hash
3128         table.
3129         (frame_stash_find): Convert function to search the hash table.
3130         (frame_stash_invalidate): Convert function to empty the hash
3131         table.
3132         (get_frame_id): Only add to stash if a frame_id is created.
3133         (_initialize_frame): Call frame_stash_create.
3134
3135 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
3136
3137         * configure.ac: Ensure MIG is available when building for GNU Hurd
3138         hosts.
3139         * configure: Regenerate.
3140
3141 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
3142
3143         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
3144
3145 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
3146
3147         * ada-lang.c (ada_make_symbol_completion_list): Make sure
3148         all cleanups are done before returning from this function.
3149
3150 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
3151
3152         * utils.h: #include "exceptions.h".
3153         (enum errors): Remove partial declaration.
3154
3155 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
3156
3157         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
3158         * gdbarch.h, gdbarch.c: Regenerate.
3159         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
3160         handling.
3161
3162         * rs6000-aix-tdep.h: New file.
3163         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
3164         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
3165         "xml-utils.h".
3166         (struct field_info, struct ld_info_desc): New types.
3167         (ld_info32_desc, ld_info64_desc): New static constants.
3168         (struct ld_info): New type.
3169         (rs6000_aix_extract_ld_info): New function.
3170         (rs6000_aix_shared_library_to_xml): Likewise.
3171         (rs6000_aix_ld_info_to_xml): Likewise.
3172         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
3173         (rs6000_aix_init_osabi): Add call to
3174         set_gdbarch_core_xfer_shared_libraries_aix.
3175         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
3176         Remove "xml-utils.h" include.
3177         (LdInfo): Delete typedef.
3178         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
3179         Delete macros.
3180         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
3181         Adjust code accordingly.
3182         (rs6000_core_ldinfo): Delete, folded into
3183         rs6000_aix_core_xfer_shared_libraries_aix.
3184         (rs6000_xfer_shared_library): Delete.
3185         (rs6000_xfer_shared_libraries): Reimplement.
3186
3187 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
3188
3189         * record.c (record_goto_cmdlist): New.
3190         (cmd_record_goto): Split into this ...
3191         (cmd_record_goto_begin): ... this
3192         (cmd_record_goto_end): ... and this.
3193         (_initialize_record): Change "record goto" to prefix command.
3194         Add commands for "record goto begin" and "record goto end".
3195         Add an alias for "record goto start" to "record goto begin".
3196
3197 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3198
3199         * linespec.c (convert_linespec_to_sals): New comment for
3200         SOURCE_FILENAME assignment.
3201
3202 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3203
3204         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
3205         internal_warning.
3206
3207 2013-05-14  Tom Tromey  <tromey@redhat.com>
3208
3209         * eval.c (parse_and_eval_long): Make 'exp' const.
3210         * value.h (parse_and_eval_long): Update.
3211
3212 2013-05-14  Tom Tromey  <tromey@redhat.com>
3213
3214         * ui-file.c (gdb_fopen): Make arguments const.
3215         * ui-file.h (gdb_fopen): Make arguments const.
3216
3217 2013-05-14  Tom Tromey  <tromey@redhat.com>
3218
3219         * remote.c (remote_set_trace_notes): Make arguments const.
3220         * target.c (update_current_target): Update cast.
3221         * target.h (to_set_trace_notes): Make arguments const.
3222
3223 2013-05-14  Tom Tromey  <tromey@redhat.com>
3224
3225         * go32-nat.c (go32_terminal_info): Make 'args' const.
3226         * inferior.h (child_terminal_info): Update.
3227         * inflow.c (child_terminal_info): Make 'args' const.
3228         * target.c (default_terminal_info): Make 'args' const.
3229         (debug_to_terminal_save_ours): Likewise.
3230         * target.h (struct target_ops) <to_terminal_info>: Make argument
3231         const.
3232
3233 2013-05-13  Tom Tromey  <tromey@redhat.com>
3234
3235         * gcore.c (create_gcore_bfd): Make 'filename' const.
3236         * gcore.h (create_gcore_bfd): Make 'filename' const.
3237         * record-full.c (record_full_save): Make 'recfilename' const.
3238         * target.c (target_save_record): Make 'filename' const.
3239         * target.h (struct target_ops) <to_save_record>: Make 'filename'
3240         const.
3241         (target_save_record): Likewise.
3242
3243 2013-05-13  Tom Tromey  <tromey@redhat.com>
3244
3245         PR gdb/15338:
3246         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
3247         ranges section has been read.
3248
3249 2013-05-13  Tom Tromey  <tromey@redhat.com>
3250
3251         PR exp/15364:
3252         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
3253         STRUCTOP_PTR>: Return a not_lval value for
3254         EVAL_AVOID_SIDE_EFFECTS.
3255         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
3256         for EVAL_AVOID_SIDE_EFFECTS.
3257
3258 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
3259
3260         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
3261         floating point registers to register type before storing
3262         value.
3263         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
3264         Likewise.
3265
3266 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
3267             Tom Tromey  <tromey@redhat.com>
3268
3269         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
3270         New functions.
3271         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
3272         Declare.
3273         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
3274         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
3275         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
3276         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
3277
3278 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
3279             Tom Tromey  <tromey@redhat.com>
3280
3281         PR build/15414:
3282         * configure: Rebuild.
3283         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
3284         with -Wno-format.
3285
3286 2013-05-10  Pedro Alves  <palves@redhat.com>
3287
3288         * remote.c (_initialize_remote): Fix spelling of
3289         qXfer:traceframe-info:read packet in packet config command.
3290
3291 2013-05-10  David Taylor  <dtaylor@emc.com>
3292
3293         PR remote/15455
3294
3295         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
3296         "QTro" at start of packet.
3297
3298 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
3299
3300         * solib-aix.c (solib_aix_relocate_section_addresses):
3301         For the .bss section action, apply the same offset as
3302         the .data section.
3303
3304 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
3305
3306         * solib-aix.c (solib_aix_relocate_section_addresses):
3307         Remove FIXME comment.
3308
3309 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
3310
3311         PR tdep/15420:
3312         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
3313         New functions, directly copied from sparc-sol-thread.c.
3314         * sparc-sol-thread.c: Delete.
3315         * configure.ac: Remove code handling sparc-solaris-thread.c.
3316         * configure: Regenerate.
3317
3318 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
3319
3320         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
3321         filter logic.
3322         (backtrace_command): Add "no-filters" option parsing.
3323         (_initialize_stack): Alter help to reflect "no-filters" option.
3324         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
3325         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
3326         (py-frame.o): Add target
3327         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
3328         filter files.
3329         * python/python.h: Add new frame filter constants, and flag enum.
3330         (apply_frame_filter): Add definition.
3331         * python/python.c (apply_frame_filter): New non-Python
3332         enabled function.
3333         * python/py-utils.c (py_xdecref): New function.
3334         (make_cleanup_py_xdecref): Ditto.
3335         * python/py-objfile.c: Declare frame_filters dictionary.
3336         (objfpy_dealloc): Add frame_filters dealloc.
3337         (objfpy_new): Initialize frame_filters attribute.
3338         (objfile_to_objfile_object): Ditto.
3339         (objfpy_get_frame_filters): New function.
3340         (objfpy_set_frame_filters): New function.
3341         * python/py-progspace.c: Declare frame_filters dictionary.
3342         (pspy_dealloc): Add frame_filters dealloc.
3343         (pspy_new): Initialize frame_filters attribute.
3344         (pspacee_to_pspace_object): Ditto.
3345         (pspy_get_frame_filters): New function.
3346         (pspy_set_frame_filters): New function.
3347         * python/py-framefilter.c: New file.
3348         * python/lib/gdb/command/frame_filters.py: New file.
3349         * python/lib/gdb/frames.py: New file.
3350         * python/lib/gdb/__init__.py: Initialize global frame_filters
3351         dictionary
3352         * python/lib/gdb/FrameDecorator.py: New file.
3353         * python/lib/gdb/FrameIterator.py: New file.
3354         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
3355         * mi/mi-cmds.h: Declare.
3356         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
3357         --no-frame-filter logic, and Python frame filter logic.
3358         (stack_enable_frame_filters): New function.
3359         (parse_no_frame_option): Ditto.
3360         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
3361         filter logic.
3362         (mi_cmd_stack_list_locals): Ditto.
3363         (mi_cmd_stack_list_args): Ditto.
3364         (mi_cmd_stack_list_variables): Ditto.
3365         * NEWS: Add frame filter note.
3366
3367 2013-05-09  Doug Evans  <dje@google.com>
3368
3369         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
3370         All callers updated.
3371         (syms_from_objfile): Ditto.  Make static.
3372         (symbol_file_add_with_addrs): Renamed from
3373         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
3374         num_offsets.  All callers updated.
3375         * symfile.h (syms_from_objfile): Delete.
3376
3377         * symfile.c (decrement_reading_symtab): Add assert.
3378         (increment_reading_symtab): Ditto.
3379
3380 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
3381
3382         * source.c (forward_search_command): Replace call to getc
3383         by call to fgetc.
3384         (reverse_search_command): Likewise.
3385
3386 2013-05-08  Doug Evans  <dje@google.com>
3387
3388         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
3389         matching test.
3390
3391 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
3392
3393         * sol-thread.c (info_cb): Factorize the code a little.
3394
3395 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
3396
3397         * sol-thread.c (info_cb): Rework the output of the "maintenance
3398         info sol-threads" command a bit.
3399
3400 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
3401
3402         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
3403         Replace ti.ti_startfunc by ti.ti_pc.
3404
3405 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
3406
3407         * solib-aix.c (solib_aix_free_library_list): New function
3408         for the case where HAVE_LIBEXPAT is not defined.
3409
3410 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3411
3412         PR breakpoints/15413:
3413         * breakpoint.c (condition_completer): Simplify the code to
3414         disconsider multiple locations of breakpoints when completing the
3415         "condition" command.
3416
3417 2013-05-07  Pierre Muller  <muller@sourceware.org>
3418
3419         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
3420         instead of <sys/wait.h>.
3421
3422 2013-05-07  Pierre Muller  <muller@sourceware.org>
3423
3424         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
3425         trailing new line from warning message.
3426
3427 2013-05-07  Pierre Muller  <muller@sourceware.org>
3428
3429         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
3430         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
3431
3432 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
3433
3434         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
3435         error message (ARI fix).
3436
3437 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
3438
3439         * features/library-list-aix.dtd: Replace library-list by
3440         library-list-aix.
3441         * rs6000-nat.c: Replace library-list by library-list-aix
3442         throughout.
3443         * solib-aix.c: Likewise.
3444
3445 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
3446
3447         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
3448         Renames TARGET_OBJECT_AIX_LIBRARIES.
3449         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
3450         TARGET_OBJECT_LIBRARIES_AIX throughout.
3451         * solib-aix.c: Likwise.
3452
3453 2013-05-07  Yao Qi  <yao@codesourcery.com>
3454
3455         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
3456         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
3457
3458 2013-05-07  Yao Qi  <yao@codesourcery.com>
3459
3460         * solib-dsbt.c (enable_break): Declare.
3461         (dsbt_current_sos): Remove call to enable_break2.
3462         (enable_break2): Rename to enable_break.  Set solib breakpoint
3463         on '_dl_debug_state'.
3464         (enable_break): Remove.
3465
3466 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
3467
3468         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
3469         debug state prior to replicating existing hardware watchpoints or
3470         breakpoints.
3471
3472 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3473
3474         * gcore.c (gcore_create_callback): Ignore sections with
3475         separate_debug_objfile_backlink != NULL.
3476
3477 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
3478             Andrew Jenner  <andrew@codesourcery.com>
3479             Chung-Lin Tang  <cltang@codesourcery.com>
3480             Julian Brown  <julian@codesourcery.com>
3481
3482         Based on the nios2-elf port from Altera Corporation.
3483
3484         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
3485         nios2-linux-tdep.o.
3486         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
3487         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
3488         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
3489         * nios2-tdep.h: New.
3490         * nios2-tdep.c: New.
3491         * nios2-linux-tdep.c: New.
3492         * features/Makefile (WHICH): Add nios2-linux.
3493         (nios2-linux-expedite): Set.
3494         * features/nios2-cpu.xml: New.
3495         * features/nios2.xml: New.
3496         * features/nios2-linux.xml: New.
3497         * features/nios2.c: New (autogenerated).
3498         * features/nios2-linux.c: New (autogenerated).
3499         * regformats/nios2-linux.dat: New (autogenerated).
3500         * NEWS (Changes since GDB 7.6): Add new Nios II targets
3501         and commands.
3502
3503 2013-05-06  Doug Evans  <dje@google.com>
3504
3505         * symfile.c: Whitespace cleanup.
3506
3507         * solist.h (struct target_so_ops): New member clear_so.
3508         * solib-svr4.c (svr4_clear_so): New function.
3509         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
3510         * solib.c (clear_so): Renamed from free_so_symbols.
3511         All callers updated.  Call target clear_so if it exists.
3512
3513 2013-05-06  Tom Tromey  <tromey@redhat.com>
3514
3515         * ada-lang.c (ada_value_primitive_packed_val): Don't
3516         call value_incref.
3517         * value.c (set_value_parent): Incref the new parent and decref
3518         the old parent.
3519         (value_copy, value_primitive_field): Use set_value_parent.
3520
3521 2013-05-06  Tom Tromey  <tromey@redhat.com>
3522
3523         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
3524         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
3525         if needed.
3526         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
3527         * dwarf2read.c (write_constant_as_bytes)
3528         (dwarf2_fetch_constant_bytes): New functions.
3529
3530 2013-05-06  Tom Tromey  <tromey@redhat.com>
3531
3532         * dwarf2read.c (dwarf2_const_value_data): Remove unused
3533         parameters.
3534         (dwarf2_const_value_attr): Update.
3535
3536 2013-05-06  Tom Tromey  <tromey@redhat.com>
3537
3538         * somread.c (som_symfile_offsets): Add 'const' to addrs.
3539         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
3540         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
3541         Remove declaration.
3542
3543 2013-05-06  Tom Tromey  <tromey@redhat.com>
3544
3545         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
3546         objfile's obstack.
3547
3548 2013-05-06  Doug Evans  <dje@google.com>
3549
3550         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
3551         * stabsread.h (process_one_symbol): Update declaration.
3552         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
3553         * elfread.c (elf_symfile_relocate_probe): Ditto.
3554         * psymtab.c (relocate_psymtabs): Ditto.
3555         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
3556         (objfile_relocate): Ditto.
3557         * objfiles.h (objfile_relocate): Update declaration.
3558         * symfile.c (relative_addr_info_to_section_offsets): Constify
3559         addrs parameter.
3560         (default_symfile_offsets): Ditto.
3561         (syms_from_objfile_1): Constify offsets parameter.
3562         (syms_from_objfile): Ditto.
3563         (symbol_file_add_with_addrs_or_offsets): Ditto.
3564         (symfile_map_offsets_to_segments): Constify data parameter.
3565         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
3566         delta parameters of member relocate.
3567         (struct sym_probe_fns): Constify new_offsets,
3568         delta parameters of member sym_relocate_probe.
3569         (struct sym_fns): Constify section_addr_info parameter of member
3570         sym_offsets.
3571         (relative_addr_info_to_section_offsets): Update declaration.
3572         (default_symfile_offsets): Ditto.
3573         (syms_from_objfile): Ditto.
3574         (symfile_map_offsets_to_segments): Ditto.
3575
3576         * symfile.c (syms_from_objfile_1): Use correct section count when
3577         objfile->sf == NULL.
3578
3579 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
3580
3581         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
3582
3583 2013-05-06  Doug Evans  <dje@google.com>
3584
3585         * psympriv.h (struct partial_symtab): Augment comment for member
3586         section_offsets.
3587
3588 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
3589
3590         Reimplement shared library support on ppc-aix...
3591         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
3592         * features/library-list-aix.dtd: New file.
3593         * solib-aix.h, solib-aix.c: New file.
3594         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
3595         (rs6000_find_toc_address_hook): Delete.
3596         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
3597         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
3598         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
3599         "xml-utils.h".
3600         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
3601         (vmap_symtab, fixup_breakpoints): Delete.
3602         (rs6000_xfer_shared_libraries): New function.
3603         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
3604         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
3605         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
3606         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
3607         (rs6000_xfer_shared_library): New function.
3608         (find_toc_address): Delete.
3609         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
3610         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
3611         * xcoffread.c (record_minimal_symbol): Reloate symbol address
3612         before creating minimal symbol.  Adjust function description
3613         accordingly.
3614         (scan_xcoff_symtab): Replace call to
3615         prim_record_minimal_symbol_and_info by call to
3616         record_minimal_symbol.
3617         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
3618         around default_symfile_offsets.
3619         * configure.tgt: Add solib-aix.o to gdb_target_obs for
3620         powerpc-aix targets.
3621         * config/rs6000/nm-rs6000.h: Delete.
3622         * config/powerpc/aix.mh (NAT_FILE): Delete.
3623         (NATDEPFILES): Remove xcoffsolib.o.
3624         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
3625         (ALL_TARGET_OBS): Add solib-aix.o.
3626         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
3627         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
3628         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
3629         * xcoffsolib.h, xcoffsolib.c: Delete.
3630
3631         * solib.c (reload_shared_libraries): Remove reference to
3632         SOLIB_CREATE_INFERIOR_HOOK.
3633         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
3634         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
3635         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
3636         comment.
3637         * corelow.c (deprecated_core_resize_section_table): Delete.
3638         * exec.c: Remove include of xcoffsolib.h".
3639         (map_vmap, vmap): Delete.
3640         (exec_close_1): Remove references to vmap.
3641         (exec_file_attach): Remove vmap handling code, and reference
3642         to DEPRECATED_IBM6000_TARGET.
3643         (bfdsec_to_vmap): Delete.
3644         (exec_files_info): Remove block of code handling VMAP.
3645         * infcmd.c (post_create_inferior): Remove reference to
3646         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
3647         * infrun.c (follow_exec): Remove reference to
3648         SOLIB_CREATE_INFERIOR_HOOK.
3649         * stack.c (print_frame): Remove reference to PC_SOLIB.
3650         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
3651         (dsbt_relocate_main_executable): Likewise.
3652         * solib-frv.c (frv_current_sos): Likewise.
3653
3654 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
3655
3656         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
3657         to target_write_memory and target_read_memory.
3658
3659 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
3660
3661         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
3662         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
3663
3664 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
3665
3666         * darwin-nat.c: Replace all "%x" instances in format strings
3667         into "0x%x" throughout.
3668
3669 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
3670
3671         * darwin-nat.c (darwin_mourn_inferior): Replace call to
3672         gdb_assert by call to MACH_CHECK_ERROR.
3673         (darwin_attach_pid): Raise an error rather than a failed
3674         assertion when various system calls failed.  Report a warning
3675         instead of raising a failed assertion when PREV_NOT is not NULL
3676         after call to mach_port_request_notification.
3677         (darwin_ptrace_me): Raise an error rather than a failed
3678         assertion when read returns nonzero.
3679
3680 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
3681
3682         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
3683
3684 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3685
3686         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
3687
3688 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3689
3690         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
3691         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
3692         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
3693         a stale cleanup.  Fix double free of NAME.
3694
3695 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
3696
3697         * windows-nat.c (windows_delete_thread): Accept an additional
3698         argument, the thread's exit code, and announce thread death when
3699         print_thread_events is non-zero and we are deleting a thread that
3700         is not the main thread.
3701         (get_windows_debug_event): Pass thread exit code to
3702         windows_delete_thread.
3703
3704 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
3705
3706         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
3707         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
3708         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
3709         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
3710         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
3711         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
3712         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
3713         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
3714         (gdbarch_tdep): New struct.
3715         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
3716         E_NUM_REGS.
3717         (v850e3v5_register_name): New function.
3718         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
3719         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
3720         code handling the struct return conventions for the RH850 ABI.
3721         Update all callers.
3722         (v850_eight_byte_align_p): New function.
3723         (v850_push_call_dummy): Push structs by value, not by reference
3724         for the RH850 ABI.  Add support for eight byte alignment.
3725         (v850_dbtrap_breakpoint_from_pc): New function.
3726         (v850_gdbarch_init): Add ABI detection code.  Register
3727         v850e3v5_register_name for the v850e3v5 architecture.  Set the
3728         number of registers for v850e3v5.  Register
3729         v850_dbtrap_breakpoint_from_pc as appropriate.
3730         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
3731
3732 2013-05-03  Doug Evans  <dje@google.com>
3733
3734         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
3735         of bfd_count_sections.
3736         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
3737         * symfile.c (default_symfile_offsets): Ditto.
3738         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
3739         one entry, not bfd_count_sections entries.
3740
3741 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
3742
3743         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
3744         `save' and `restore' register groups.  Don't include SPL
3745         or SPH in these groups.
3746         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
3747         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
3748         RL78_ES_REGNUM, and RL78_CS_REGNUM.
3749         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
3750         dwarf2_append_unwinders().
3751
3752 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3753
3754         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
3755         ignore SIGINT and SIGTRAP in case these internal signals are
3756         caught explicitely.
3757
3758 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
3759
3760         * darwin-nat.c (darwin_read_write_inferior): Change types
3761         of parameters rdaddr and wraddr to "gdb_byte *". Change type
3762         of copy_count to "mach_msg_type_number_t".
3763         (darwin_read_dyld_info): Change type of parameter
3764         rdaddr to "gdb_byte *".
3765
3766 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
3767
3768         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
3769         of &info->load_map from "char *" to "gdb_byte *".
3770
3771 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
3772
3773         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
3774         from "char *" to "gdb_byte *".
3775         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
3776
3777 2013-04-30  Doug Evans  <dje@google.com>
3778
3779         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
3780         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
3781         DWO stub.  If DWO isn't found, just use stub.
3782         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
3783
3784         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
3785         calling init_cutu_and_read_dies.
3786
3787 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3788
3789         * target-descriptions.c (maint_print_c_tdesc_cmd):
3790         Add case to parse structures as register types and
3791         bitfields.
3792
3793 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3794
3795         * MAINTAINERS (Write After Approval): Add myself to the list.
3796
3797 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
3798
3799         * sol-thread.c (rw_common): Change type of parameter "buf"
3800         to "gdb_byte *".
3801         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
3802         rw_common to "gdb_byte *" instead of "char *".
3803
3804 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
3805
3806         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
3807         of local variable msym to const struct bound_minimal_symbol.
3808         Adjust use accordingly.
3809         [ti.ti_state == TD_THR_SLEEP]: Likewise.
3810
3811 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
3812
3813         * i386gnu-nat.c (CREG_OFFSET): New macro.
3814         (creg_offset): New array.
3815         (CREG_ADDR): Use creg_offset instead of reg_offset.
3816
3817 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
3818
3819         * mep-tdep.c (mep_write_pc): Delete.
3820         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
3821         Add call to set_gdbarch_pc_regnum.
3822
3823 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
3824
3825         * common/filestuff.c: Replace #include <dirent.h> by
3826         #include "gdb_dirent.h".
3827
3828 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
3829
3830         * common/filestuff.c: Replace #include <sys/stat.h> by
3831         #include "gdb_stat.h".
3832
3833 2013-04-29  Pierre Muller  <muller@sourceware.org>
3834
3835         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
3836         editCase function rule.
3837         (get_DW_AT_signature_type): Likewise.
3838
3839 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
3840
3841         * m32r-tdep.c (m32r_write_pc): Delete.
3842         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
3843         Add call to set_gdbarch_pc_regnum.
3844
3845 2013-04-29  Pierre Muller  <muller@sourceware.org>
3846
3847         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
3848
3849 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
3850
3851         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
3852
3853 2013-04-28  Yao Qi  <yao@codesourcery.com>
3854
3855         * solib-dsbt.c (fetch_loadmap): Re-indent.
3856         (displacement_from_map, enable_break2): Likewise.
3857         (dsbt_relocate_section_addresses): Likewise.
3858
3859 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
3860
3861         GDB 7.6 released.
3862
3863 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
3864
3865         PR corefiles/14983:
3866         * dwarf2read.c (process_full_comp_unit): Always create a static
3867         block.
3868
3869 2013-04-25  Hui Zhu  <hui@codesourcery.com>
3870
3871         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
3872         to loc->cmd_bytecode.
3873
3874 2013-04-24  Doug Evans  <dje@google.com>
3875
3876         * dwarf2read.c (setup_type_unit_groups): Fix comment.
3877
3878 2013-04-22  Keith Seitz  <keiths@redhat.com>
3879
3880         * tracepoint.c (trace_save):  Call the writer's start method.
3881
3882 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
3883
3884         PR gdb/10462
3885         * cli/cli-decode.c (lookup_command): Show an error if there is no space
3886         before argument.
3887
3888 2013-04-23  Tom Tromey  <tromey@redhat.com>
3889
3890         * common/filestuff.c: Check USE_WIN32API before including
3891         sys/socket.h.
3892         (HAVE_F_GETFD): New define.
3893         (mark_cloexec): Check HAVE_F_GETFD.
3894         (gdb_open_cloexec): Change 'mode' to unsigned long.
3895         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
3896         (gdb_pipe_cloexec): Check HAVE_PIPE.
3897         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
3898         long.
3899
3900 2013-04-23  Hui Zhu  <hui@codesourcery.com>
3901
3902         PR gdb/15293
3903         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
3904
3905 2013-04-23  Hui Zhu  <hui@codesourcery.com>
3906
3907         PR gdb/15165
3908         * breakpoint.c (dprintf_print_recreate): New.
3909         (save_breakpoints): Let it not save dprintf commands.
3910         (initialize_breakpoint_ops): Set dprintf_print_recreate.
3911
3912 2013-04-22  Tom Tromey  <tromey@redhat.com>
3913
3914         PR gdb/7912:
3915         * Makefile.in (SFILES): Add filestuff.c
3916         (COMMON_OBS): Add filestuff.o.
3917         (filestuff.o): New target.
3918         * auto-load.c (auto_load_objfile_script_1): Use
3919         gdb_fopen_cloexec.
3920         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
3921         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
3922         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
3923         * common/agent.c (gdb_connect_sync_socket): Use
3924         gdb_socket_cloexec.
3925         * common/filestuff.c: New file.
3926         * common/filestuff.h: New file.
3927         * common/linux-osdata.c (linux_common_core_of_thread)
3928         (command_from_pid, commandline_from_pid, print_source_lines)
3929         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
3930         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
3931         gdb_fopen_cloexec.
3932         * common/linux-procfs.c (linux_proc_get_int)
3933         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
3934         * config.in, configure: Rebuild.
3935         * configure.ac: Don't check for sys/socket.h.  Check for
3936         fdwalk, pipe2.
3937         * corelow.c (core_open): Use gdb_open_cloexec.
3938         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
3939         * fork-child.c (fork_inferior): Call close_most_fds.
3940         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
3941         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
3942         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
3943         Use gdb_fopen_cloexec.
3944         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
3945         gdb_open_cloexec.
3946         (linux_async_pipe): Use gdb_pipe_cloexec.
3947         * remote-fileio.c (remote_fileio_func_open): Use
3948         gdb_open_cloexec.
3949         * remote.c (remote_file_put, remote_file_get): Use
3950         gdb_fopen_cloexec.
3951         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
3952         close_most_fds.
3953         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
3954         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
3955         * solib.c (solib_find): Use gdb_open_cloexec.
3956         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
3957         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
3958         (tfile_open): Use gdb_open_cloexec.
3959         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
3960         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
3961         * xml-support.c (xml_fetch_content_from_file): Use
3962         gdb_fopen_cloexec.
3963         * main.c (captured_main): Call notice_open_fds.
3964
3965 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3966
3967         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
3968         'char *' to 'gdb_byte *'.
3969         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
3970         'gdb_byte'.
3971
3972 2013-04-22  Yao Qi  <yao@codesourcery.com>
3973
3974         * infrun.c: Fix typo in comment.
3975
3976 2013-04-22  Andrew Haley  <aph@redhat.com>
3977
3978         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
3979         instead of "long".
3980
3981 2013-04-20  Yao Qi  <yao@codesourcery.com>
3982
3983         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
3984         'char *' to 'gdb_byte *'.  Cast the return value of
3985         'bt_ctf_get_char_array' to 'gdb_byte *'.
3986
3987 2013-04-19  Pedro Alves  <palves@redhat.com>
3988
3989         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
3990         -Wpointer-sign.
3991         * configure: Regenerate.
3992
3993 2013-04-19  Pedro Alves  <palves@redhat.com>
3994
3995         * ser-tcp.c (net_read_prim): Cast second argument to recv to
3996         'void *'.
3997
3998 2013-04-19  Pedro Alves  <palves@redhat.com>
3999
4000         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
4001         Change type of 'myaddr' parameter to gdb_byte pointer.
4002         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
4003         to 'long long' pointer instead of to 'unsigned long long'.
4004         (monitor_write_memory_block, monitor_read_memory_single)
4005         (monitor_read_memory): Change type of 'myaddr' parameter to
4006         gdb_byte pointer.
4007
4008 2013-04-19  Pedro Alves  <palves@redhat.com>
4009
4010         * record.c (validate_history_size): Make parameter 'setting'
4011         unsigned.
4012
4013 2013-04-19  Pedro Alves  <palves@redhat.com>
4014
4015         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
4016         to 'gdb_byte *'.
4017
4018 2013-04-19  Pedro Alves  <palves@redhat.com>
4019
4020         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
4021         local to int.
4022
4023 2013-04-19  Pedro Alves  <palves@redhat.com>
4024
4025         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
4026         * ada-tasks.c (read_fat_string_value): Likewise.
4027
4028 2013-04-19  Pedro Alves  <palves@redhat.com>
4029
4030         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
4031         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
4032         'offset', and adjust.
4033
4034 2013-04-19  Pedro Alves  <palves@redhat.com>
4035
4036         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
4037         (read_index_from_section): Add cast to 'char *'.
4038
4039 2013-04-19  Pedro Alves  <palves@redhat.com>
4040
4041         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
4042
4043 2013-04-19  Pedro Alves  <palves@redhat.com>
4044
4045         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
4046
4047 2013-04-19  Pedro Alves  <palves@redhat.com>
4048
4049         * record-full.c (record_full_get_bookmark): Change local 'ret'
4050         type to char * and add cast to gdb_byte *.
4051         (record_full_goto_bookmark): Handle 'bookmark' argument as a
4052         string.
4053         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
4054
4055 2013-04-19  Pedro Alves  <palves@redhat.com>
4056
4057         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
4058         * python/py-prettyprint.c (print_string_repr): Change type of
4059         'output' local to char *.  Add cast to gdb_byte * in
4060         LA_PRINT_STRING call.
4061         (print_children): Change type of 'output' local to char *.
4062         * python/py-value.c (valpy_string): Add cast to const char * in
4063         PyUnicode_Decode call.
4064
4065 2013-04-19  Pedro Alves  <palves@redhat.com>
4066
4067         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
4068         and change its type to 'const char *'.  Adjust.
4069         (mips_send_packet): Add cast to 'char *', and remove cast to
4070         'unsigned char *'.
4071         (mips_receive_packet): Remove cast to 'unsigned char *'.
4072         (mips_load_srec): Use bfd_byte.
4073         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
4074         (pmon_checkset): Make 'value' parameter unsigned.
4075
4076 2013-04-19  Pedro Alves  <palves@redhat.com>
4077
4078         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
4079
4080 2013-04-19  Pedro Alves  <palves@redhat.com>
4081
4082         * remote.c (remote_write_bytes_aux, compare_sections_command)
4083         (remote_read_qxfer)
4084         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
4085         (remote_hostio_readlink, remote_bfd_iovec_pread)
4086         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
4087         binary buffer, and char when buffer is used as string.
4088         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
4089         (trace_save, tfile_open, traceframe_walk_blocks)
4090         (tfile_fetch_registers): Likewise.
4091
4092 2013-04-19  Pedro Alves  <palves@redhat.com>
4093
4094         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
4095         buffer and size_t size.  Adjust.
4096         * ser-base.h (ser_base_write): Adjust.
4097         * ser-go32.c (cnts): Change type to size_t.
4098         (dos_write): Change prototype -- take 'void *'
4099         buffer and size_t size.  Adjust.
4100         (dos_info): Print elements of 'cnts' as unsigned long.
4101         * serial.c (serial_write): Likewise.
4102         * serial.h (serial_write): Adjust.
4103         (struct serial_ops) <write>: Change prototype -- take 'void *'
4104         buffer and size_t size.  Adjust.
4105
4106 2013-04-19  Pedro Alves  <palves@redhat.com>
4107
4108         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
4109         gdb_byte *.
4110         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
4111
4112 2013-04-19  Pedro Alves  <palves@redhat.com>
4113
4114         * alpha-tdep.c (alpha_extract_return_value): Use
4115         regcache_cooked_read_unsigned to read 'v0'.
4116
4117 2013-04-19  Pedro Alves  <palves@redhat.com>
4118
4119         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
4120         parameters 'at', 'as' and 'offset' to uint32_t.
4121
4122 2013-04-19  Pedro Alves  <palves@redhat.com>
4123
4124         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
4125         'is64' to signed 'int'.
4126
4127 2013-04-19  Pedro Alves  <palves@redhat.com>
4128
4129         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
4130         parameter to int *.
4131
4132 2013-04-19  Pedro Alves  <palves@redhat.com>
4133
4134         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
4135         'insnbuf' buffer type to unsigned int[].
4136
4137 2013-04-19  Pedro Alves  <palves@redhat.com>
4138
4139         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
4140
4141 2013-04-19  Pedro Alves  <palves@redhat.com>
4142
4143         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
4144         unsigned long *.
4145
4146 2013-04-19  Pedro Alves  <palves@redhat.com>
4147
4148         * alpha-tdep.c (heuristic_fence_post): Change type to int.
4149         (alpha_heuristic_proc_start): Adjust to check -1 instead of
4150         UINT_MAX.
4151         * mips-tdep.c (heuristic_fence_post): Change type to int.
4152         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
4153
4154 2013-04-19  Pedro Alves  <palves@redhat.com>
4155
4156         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
4157         (struct gdbarch_tdep) <cris_version>: Make unsigned.
4158         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
4159
4160 2013-04-19  Pedro Alves  <palves@redhat.com>
4161
4162         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
4163         it to get a string view of the byte buffer.
4164         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
4165         type to gdb_byte *.  Adjust.
4166         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
4167         Change local to char *.
4168         * solib-darwin.c (find_program_interpreter): Change return type to
4169         char *.  Adjust.
4170         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
4171         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
4172         * solib-frv.c (enable_break2): Change local 'buf' to char *.
4173         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
4174         * solib-svr4.c (find_program_interpreter): Change return type to
4175         char *.  Adjust.
4176         (enable_break): Change local 'interp_name' to char *.
4177         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
4178         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
4179         (spu_pseudo_register_write_spu): Use char for string buffer.
4180         Adjust.
4181         (info_spu_event_command, info_spu_signal_command): Add casts to
4182         'char *'.
4183
4184 2013-04-19  Pedro Alves  <palves@redhat.com>
4185
4186         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
4187         gdb_byte[].
4188         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
4189         * ada-lang.c (ada_value_assign): Use gdb_byte.
4190         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
4191         (alphanbsd_sigtramp_offset): Use gdb_byte.
4192         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
4193         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
4194         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
4195         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
4196         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
4197         * arm-tdep.c (arm_stub_unwind_sniffer)
4198         (arm_displaced_init_closure): Use gdb_byte.
4199         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
4200         (arm_default_thumb_le_breakpoint)
4201         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
4202         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
4203         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
4204         * arm-wince-tdep.c (arm_wince_le_breakpoint)
4205         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
4206         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
4207         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
4208         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
4209         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
4210         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
4211         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
4212         (cris_store_return_value, cris_extract_return_value): Use
4213         gdb_byte.
4214         (constraint): Change type of parameter to char * from signed
4215         char*.  Use gdb_byte.
4216         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
4217         of local buffer to gdb_byte *.
4218         * dwarf2read.c (read_index_from_section): Use gdb_byte.
4219         (create_dwp_hash_table): Change type of locals to gdb_byte *.
4220         (add_address_entry): Change type of local buffer to gdb_byte[].
4221         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
4222         (frv_push_dummy_call): Use gdb_byte.
4223         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
4224         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
4225         (hppa_hpux_supply_save_state): Use gdb_byte.
4226         * hppa-tdep.c (hppa32_push_dummy_call)
4227         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
4228         * ia64-tdep.c (extract_bit_field, replace_bit_field)
4229         (slotN_contents, replace_slotN_contents): Change type of parameter
4230         to gdb_byte *.
4231         (fetch_instruction, ia64_pseudo_register_write)
4232         (ia64_register_to_value, ia64_value_to_register)
4233         (ia64_extract_return_value, ia64_store_return_value)
4234         (ia64_push_dummy_call): Use gdb_byte.
4235         * m32c-tdep.c (m32c_return_value): Remove cast.
4236         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
4237         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
4238         gdb_byte.
4239         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
4240         * mn10300-tdep.c (mn10300_store_return_value)
4241         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
4242         gdb_byte.
4243         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
4244         (moxie_process_record): Remove casts.
4245         * ppc-ravenscar-thread.c (supply_register_at_address)
4246         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
4247         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
4248         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
4249         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
4250         * remote.c (compare_sections_command): Use gdb_byte.
4251         * score-tdep.c (score7_free_memblock): Change type of parameter to
4252         gdb_byte *.
4253         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
4254         gdb_byte *.  Use gdb_byte.
4255         (sh_push_dummy_call_fpu): Use gdb_byte.
4256         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
4257         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
4258         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
4259         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
4260         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
4261         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
4262         (sh64_store_return_value, sh64_register_convert_to_virtual):
4263         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
4264         (sh64_pseudo_register_write): Use gdb_byte.
4265         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
4266         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
4267         buffer.
4268         (irix_current_sos): Use gdb_byte.
4269         * solib-som.c (som_current_sos): Use gdb_byte.
4270         * sparc-ravenscar-thread.c (supply_register_at_address)
4271         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
4272         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
4273         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
4274         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
4275         'gdb_byte *'.
4276         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
4277         'gdb_byte *'.
4278         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
4279         * xstormy16-tdep.c (xstormy16_extract_return_value)
4280         (xstormy16_store_return_value): Change parameter type to
4281         'gdb_byte *'.  Adjust.
4282         (xstormy16_push_dummy_call): Use gdb_byte.
4283         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
4284         (call0_analyze_prologue, execute_code): Use gdb_byte.
4285
4286 2013-04-19  Vladimir Kargov <kargov@gmail.com>
4287             Pedro Alves  <palves@redhat.com>
4288
4289         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
4290         value contents.
4291
4292 2013-04-17  Doug Evans  <dje@google.com>
4293
4294         * dwarf2read.c (struct signatured_type): New member type.
4295         (struct attribute): Replace member signatured_type with signature.
4296         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
4297         (read_call_site_scope): Call follow_die_ref instead of
4298         follow_die_ref_or_sig.
4299         (read_structure_type): Rewrite handling of signatured types.
4300         (read_enumeration_type): Ditto.
4301         (read_attribute_value): Update.
4302         (build_error_marker_type): New function.
4303         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
4304         Don't call error for bad types, just build an error marker type.
4305         (dump_die_shallow): Update.
4306         (follow_die_sig_1): Renamed from follow_die_sig.
4307         Don't call error for bad types, instead return NULL.
4308         (follow_die_sig): New function.
4309         (get_signatured_type, get_DW_AT_signature_type): New functions.
4310
4311 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
4312
4313         * aarch64-tdep.c (aarch64_write_pc): Removed.
4314         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
4315         function.
4316
4317 2013-04-17  Yao Qi  <yao@codesourcery.com>
4318
4319         * top.c (print_gdb_configuration): Print configure-time
4320         parameter on using libbabeltrace or not.
4321
4322 2013-04-16  Pedro Alves  <palves@redhat.com>
4323
4324         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
4325
4326 2013-04-16  Pedro Alves  <palves@redhat.com>
4327
4328         * common/glibc_thread_db.h: Update from upstream glibc
4329         (git 568035b7874a099087b77f7bba3e36a1173787b0).
4330
4331 2013-04-16  Pedro Alves  <palves@redhat.com>
4332
4333         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
4334         * common/glibc_thread_db.h: ... this new file ...
4335         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
4336
4337 2013-04-16  Will Newton  <will.newton@gmail.com>
4338             Pedro Alves  <palves@redhat.com>
4339
4340         PR build/11881
4341
4342         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
4343         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
4344         HAVE_THREAD_DB_H.
4345
4346 2013-04-16  Pedro Alves  <palves@redhat.com>
4347             Eli Zaretskii  <eliz@gnu.org>
4348
4349         * NEWS: Mention "set foo unlimited".
4350
4351 2013-04-15  Doug Evans  <dje@google.com>
4352
4353         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
4354         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
4355         (create_dwo_cu_reader): Renamed from
4356         create_dwo_debug_info_hash_table_reader.
4357         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
4358         Remove support for multiple CUs in a DWO file.
4359         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
4360
4361         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
4362         instead of phex.
4363         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
4364         (create_dwo_in_dwp): Ditto.
4365
4366 2013-04-15  Tom Tromey  <tromey@redhat.com>
4367
4368         * NEWS: Move recent entries into "since 7.6" section.
4369
4370 2013-04-15  Tom Tromey  <tromey@redhat.com>
4371
4372         PR c++/13588:
4373         * NEWS: Update.
4374         * break-catch-throw.c (struct exception_catchpoint)
4375         <exception_rx, pattern>: New fields.
4376         (fetch_probe_arguments, dtor_exception_catchpoint)
4377         (check_status_exception_catchpoint)
4378         (print_one_detail_exception_catchpoint): New functions.
4379         (handle_gnu_v3_exceptions): Add "except_rx" argument.
4380         Compile regular expression if needed.
4381         (extract_exception_regexp): New function.
4382         (catch_exception_command_1): Use extract_exception_regexp.
4383         (compute_exception): Use fetch_probe_arguments.
4384         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
4385         and check_status fields.
4386         * cp-abi.c (cplus_typename_from_type_info): New function.
4387         * cp-abi.h (cplus_typename_from_type_info): Declare.
4388         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
4389         * gdb_regex.h (compile_rx_or_error): Declare.
4390         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
4391         comment.
4392         (init_gnuv3_ops): Set get_type_from_type_info field.
4393         * probe.c (compile_rx_or_error): Move...
4394         * utils.c (compile_rx_or_error): ... here.
4395
4396 2013-04-15  Tom Tromey  <tromey@redhat.com>
4397
4398         PR c++/15176:
4399         * NEWS: Update.
4400         * break-catch-throw.c (compute_exception): New function.
4401         (exception_funcs): New global.
4402         (_initialize_break_catch_throw): Create $_exception.
4403         * cp-abi.c (cplus_type_from_type_info): New function.
4404         * cp-abi.h (cplus_type_from_type_info): Declare.
4405         (struct cp_abi_ops) <get_type_from_type_info>: New field.
4406         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
4407         (gnuv3_get_type_from_type_info): New functions.
4408         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
4409
4410 2013-04-15  Tom Tromey  <tromey@redhat.com>
4411
4412         * break-catch-throw.c (struct exception_names): New.
4413         (exception_functions): Change type.
4414         (re_set_exception_catchpoint): Look for SDT probes.
4415
4416 2013-04-15  Tom Tromey  <tromey@redhat.com>
4417
4418         PR c++/10119:
4419         * break-catch-throw.c (exception_functions): New global.
4420         (gnu_v3_exception_catchpoint_ops): Move earlier.
4421         (struct exception_catchpoint): New.
4422         (classify_exception_breakpoint): Rewrite.
4423         (re_set_exception_catchpoint): New function.
4424         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
4425         Allocate a struct exception_catchpoint.
4426         (catch_exception_command_1): Update.
4427         (initialize_throw_catchpoint_ops): Set 're_set' method.
4428
4429 2013-04-15  Tom Tromey  <tromey@redhat.com>
4430
4431         * Makefile.in (SFILES): Add break-catch-throw.c
4432         (COMMON_OBS): Add break-catch-throw.o.
4433         * break-catch-throw.c: New file.
4434         * breakpoint.c: Move exception-catching code to new file.
4435         (ep_parse_optional_if_clause): No longer static.
4436         * breakpoint.h (ep_parse_optional_if_clause): Declare.
4437
4438 2013-04-15  Tom Tromey  <tromey@redhat.com>
4439
4440         PR c++/9065:
4441         * NEWS: Update.
4442         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
4443         * c-exp.y (TYPEID): New token.
4444         (exp): Add new TYPEID productions.
4445         (ident_tokens): Add "typeid".
4446         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
4447         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
4448         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
4449         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
4450         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
4451         case.
4452         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
4453         (build_std_type_info_type, gnuv3_get_typeid_type)
4454         (gnuv3_get_typeid): New functions.
4455         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
4456         new fields on ABI object.
4457         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
4458         * std-operator.def (OP_TYPEID): New.
4459
4460 2013-04-15  Tom Tromey  <tromey@redhat.com>
4461
4462         * elfread.c (elf_symtab_read): Install versioned symbol under
4463         unversioned name as well.
4464
4465 2013-04-15  Tom Tromey  <tromey@redhat.com>
4466
4467         PR c++/11990:
4468         * c-lang.c (cplus_language_defn): Use gdb_demangle.
4469         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
4470         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
4471         (gdb_demangle): New function.
4472         * cp-support.h (gdb_demangle): Declare.
4473         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
4474         (dwarf2_name): Use gdb_demangle.
4475         * gdbtypes.c (check_stub_method): Use gdb_demangle.
4476         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
4477         suffixes from name.
4478         (gnuv3_print_method_ptr): Use gdb_demangle.
4479         * jv-lang.c (java_demangle): Use gdb_demangle.
4480         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
4481         * language.c (unk_lang_demangle): Use gdb_demangle.
4482         * symtab.c (symbol_find_demangled_name)
4483         (demangle_for_lookup): Use gdb_demangle.
4484
4485 2013-04-15  Tom Tromey  <tromey@redhat.com>
4486
4487         PR c++/12824:
4488         * NEWS: Update.
4489         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
4490         New constant.
4491         (classify_exception_breakpoint): New function.
4492         (print_it_exception_catchpoint, print_one_exception_catchpoint)
4493         (print_mention_exception_catchpoint)
4494         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
4495         (catch_exception_command_1): Handle "rethrow" catchpoint.
4496         (catch_rethrow_command): New function.
4497         (_initialize_breakpoint): Add "catch rethrow" command.
4498
4499 2013-04-15  Pierre Muller  <muller@sourceware.org>
4500
4501         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
4502         set_gdbarch_write_pc as deprecated anymore.
4503
4504 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
4505
4506         * spu-tdep.c (spu_write_pc): Add empty line after local variable
4507         declarations.
4508
4509 2013-04-13  Yao Qi  <yao@codesourcery.com>
4510
4511         * ctf.c (_initialize_ctf): Include "completer.h".
4512         Call add_target_with_completer instead of add_target.
4513
4514 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4515
4516         Fix GDB regression related to PR binutils/14813.
4517         * jit.c (mem_bfd_iovec_close): Return 0 for success.
4518         * minidebug.c (lzma_close): Add return value comment.
4519         * remote.c (remote_bfd_iovec_close): Return 0 for success.
4520         * solib-spu.c (spu_bfd_iovec_close): Likewise.
4521         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
4522
4523 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4524
4525         * config.in: Regenerate.
4526
4527 2013-04-12  Tom Tromey  <tromey@redhat.com>
4528
4529         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
4530         const.
4531         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
4532         (struct die_reader_specs) <buffer>: Likewise.
4533         (die_reader_func_ftype): Make 'info_ptr' const.
4534         (struct line_header) <include_dirs, statement_program_start,
4535         statement_program_end>: Now const.
4536         (struct file_entry) <name>: Likewise.
4537         (struct partial_die_info) <sibling>: Likewise.
4538         (struct dwarf_block) <data>: Likewise.
4539         (dwarf2_read_section): Remove cast.
4540         (dwarf2_get_section_info): Make 'bufp' const.
4541         (read_index_from_section): Constify.
4542         (dw2_get_file_names_reader): Make 'info_ptr' const.
4543         (dw2_get_primary_filename_reader): Likewise.
4544         (read_comp_unit_head): Make 'info_ptr' and return type const.
4545         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
4546         Likewise.
4547         (read_abbrev_offset): Constify.
4548         (dwarf2_create_include_psymtab): Make 'name' const.
4549         (create_debug_types_hash_table): Update.
4550         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
4551         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
4552         Constify.
4553         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
4554         (load_partial_comp_unit_reader): Make 'info_ptr' const.
4555         (read_comp_units_from_section): Constify.
4556         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
4557         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
4558         const.
4559         (dwarf2_compute_name, setup_type_unit_groups): Constify.
4560         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
4561         (create_dwp_hash_table, dwarf2_ranges_read)
4562         (dwarf2_record_block_ranges): Constify.
4563         (read_die_and_children, read_die_and_siblings_1)
4564         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
4565         const.
4566         (read_full_die_1, read_full_die): Make 'info_ptr' const.
4567         (abbrev_table_read_table): Constify.
4568         (load_partial_dies): Make 'info_ptr' const.
4569         (read_partial_die, read_attribute_value, read_attribute): Make
4570         'info_ptr' and return type const.
4571         (read_address, read_initial_length)
4572         (read_checked_initial_length_and_offset, read_offset)
4573         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
4574         const.
4575         (read_direct_string): Make 'buf' and return type const.
4576         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
4577         (read_indirect_string): Make return type const.
4578         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
4579         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
4580         'info_ptr' const.
4581         (read_str_index): Make return type const.
4582         (add_include_dir): Make 'include_dir' const.
4583         (add_file_name): Make 'name' const.
4584         (dwarf_decode_line_header): Constify.
4585         (psymtab_include_file_name): Make return type const.
4586         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
4587         (dwarf2_start_subfile): Make 'filename' const.
4588         (dwarf2_const_value_attr): Make 'bytes' const.
4589         (read_signatured_type_reader): Make 'info_ptr' const.
4590         (decode_locdesc): Constify.
4591         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
4592         const.
4593         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
4594         'mac_end', and return type const.
4595         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
4596         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
4597         type const.
4598         (per_cu_header_read_in): Constify.
4599         * symfile.h (dwarf2_get_section_info): Update.
4600
4601 2013-04-12  Tom Tromey  <tromey@redhat.com>
4602
4603         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
4604
4605 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
4606
4607         * NEWS: Mention "show configuration", --configuration.
4608         * top.c (print_gdb_configuration): New function, displays the
4609         details about GDB configure-time parameters.
4610         (print_gdb_version): Mention "show configuration".
4611         * cli/cli-cmds.c (show_configuration): New function.
4612         (_initialize_cli_cmds): Add the "show configuration" command.
4613         * main.c (captured_main) <print_configuration>: New static var.
4614         <long_options>: Use it.
4615         If --configuration was given, call print_gdb_configuration.
4616
4617 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4618             Pedro Alves  <palves@redhat.com>
4619
4620         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
4621         (generated_files): Add gcore.
4622         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
4623         HAVE_NATIVE_GCORE_HOST.
4624         (gcore): New.
4625         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
4626         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
4627         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
4628         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
4629         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
4630         Add HAVE_NATIVE_GCORE_HOST.
4631         * configure: Regenerate.
4632         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
4633         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
4634         AC_CONFIG_FILES for gcore.
4635         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
4636         gdb_have_gcore.
4637         * gdb_gcore.sh: Rename to ...
4638         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
4639         and GCORE_TRANSFORM_NAME substitutions.
4640
4641         Fix parsing tabs in ${gdb_target_obs}.
4642         * configure.tgt (gdb_have_gcore): Replace case with for and if.
4643
4644 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4645
4646         * remote.c (unpush_and_perror): Add output message final dot.
4647
4648 2013-04-11  Yao Qi  <yao@codesourcery.com>
4649
4650         * tracepoint.c (tfile_interp_line): Fit parameters line and
4651         utpp in one line.
4652
4653 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
4654
4655         * solib.c (solib_map_sections): Remove code overwriting
4656         SO->SO_NAME with the bfd's filename.
4657
4658 2013-04-10  Pedro Alves  <palves@redhat.com>
4659
4660         * cli/cli-decode.c (integer_unlimited_completer): New function.
4661         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
4662         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
4663         completer.
4664         * cli/cli-setshow.c: Include "cli/cli-utils.h".
4665         (is_unlimited_literal): New function.
4666         (do_set_command): Handle literal "unlimited" arguments.
4667         * frame.c (_initialize_frame) <set backtrace limit>: Document
4668         "unlimited".
4669         * printcmd.c (_initialize_printcmd) <set print
4670         max-symbolic-offset>: Add help text.
4671         * record-full.c (_initialize_record_full) <set record full
4672         insn-number-max>: Likewise.
4673         * record.c (_initialize_record) <set record
4674         instruction-history-size, set record function-call-history-size>:
4675         Add help text.
4676         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
4677         help text.
4678         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
4679         Likewise.
4680         * source.c (_initialize_source) <set listsize>: Add help text.
4681         * utils.c (initialize_utils) <set height, set width>: Likewise.
4682         <set pagination>: Mention "set height unlimited".
4683         * valprint.c (_initialize_valprint) <set print elements, set print
4684         repeats>: Document "unlimited".
4685
4686 2013-04-10  Pedro Alves  <palves@redhat.com>
4687
4688         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
4689         instead of disconnect_tracing.
4690         * infcmd.c (detach_command, disconnect_command): Call
4691         query_if_trace_running.  Adjust.
4692         * top.c: Include "tracepoint.h".
4693         (quit_target): Delete.  Contents moved ...
4694         (quit_force): ... here.  Wrap each stage of teardown in
4695         TRY_CATCH.  Call disconnect_tracing before detaching.
4696
4697 2013-04-10  Hui Zhu  <hui@codesourcery.com>
4698             Yao Qi  <yao@codesourcery.com>
4699
4700         * configure.ac: Check libbabeltrace is installed.
4701         * config.in: Regenerate.
4702         * configure: Regenerate.
4703         * Makefile.in (LIBBABELTRACE): New.
4704         (CLIBS): Add LIBBABELTRACE.
4705         * ctf.c: Include "exec.h".
4706         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
4707         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
4708         (ctf_save_metadata_header): Define new type aliases in
4709         metadata.
4710         (ctf_write_header): Define event type "tsv_def" and "tp_def"
4711         in metadata.  Start a new faked packet for trace status.
4712         (ctf_write_status): Write trace status to CTF.
4713         (ctf_write_uploaded_tsv): Write TSV to CTF.
4714         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
4715         (ctf_write_definition_end): End the faked packet.
4716
4717         (ctx, ctf_iter, trace_dirname): New.
4718         (start_pos): New variable.
4719         (ctf_destroy, ctf_open_dir, ctf_open): New.
4720         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
4721         macros.
4722         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
4723         (ctf_fetch_registers, ctf_xfer_partial): New.
4724         (ctf_get_trace_state_variable_value): New.
4725         (ctf_get_tpnum_from_frame_event): New.
4726         (ctf_get_traceframe_address): New.
4727         (ctf_trace_find, ctf_has_stack): New.
4728         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
4729         (ctf_get_trace_status, ctf_read_status): New.
4730         (_initialize_ctf): New.
4731         * tracepoint.c (get_tracepoint_number): New
4732         (get_uploaded_tsv): Remove 'static'.
4733         (struct traceframe_info, trace_regblock_size): Move it to ...
4734         * tracepoint.h: ... here.
4735         (get_tracepoint_number): Declare it.
4736         (get_uploaded_tsv): Declare it.
4737
4738         * NEWS: Mention new configure option.
4739
4740 2013-04-10  Pedro Alves  <palves@redhat.com>
4741             Hui Zhu  <hui@codesourcery.com>
4742
4743         * breakpoint.c (dprintf_re_set): New.
4744         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
4745         to dprintf_re_set.
4746
4747 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
4748
4749         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
4750         Remove solib-svr4.o from the list.
4751
4752 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
4753
4754         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
4755         Use gdb_assert_not_reached instead of invalid boolean expression.
4756
4757 2013-04-09  Pedro Alves  <palves@redhat.com>
4758
4759         * remote.c (unpush_and_perror): New function.
4760         (readchar, remote_serial_write): Use it.
4761
4762 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
4763
4764         * NEWS: Mention new btrace RSP packets.
4765
4766 2013-04-08  Tom Tromey  <tromey@redhat.com>
4767
4768         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
4769         long.
4770
4771 2013-04-08  Tom Tromey  <tromey@redhat.com>
4772
4773         * maint.c (print_bfd_section_info): Print the section index.
4774         * symmisc.c (dump_msymbols): Print the section index.
4775
4776 2013-04-08  Tom Tromey  <tromey@redhat.com>
4777
4778         PR symtab/8424:
4779         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
4780         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
4781         * breakpoint.c (resolve_sal_pc): Update.
4782         * elfread.c (elf_gnu_ifunc_record_cache): Update.
4783         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
4784         (minsym_lookup_iterator_cb): Use it.
4785         (default_read_var_value): Update.
4786         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
4787         Update.
4788         * infcmd.c (jump_command): Update.
4789         * linespec.c (minsym_found): Update.
4790         * maint.c (maintenance_translate_address): Update.
4791         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
4792         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
4793         * parse.c (write_exp_msymbol): Update.
4794         * printcmd.c (address_info): Update.
4795         * psymtab.c (find_pc_sect_psymbol): Update.
4796         (fixup_psymbol_section): Check SYMBOL_SECTION, not
4797         SYMBOL_OBJ_SECTION.
4798         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
4799         Don't initialize SYMBOL_OBJ_SECTION.
4800         * spu-tdep.c (spu_catch_start): Update.
4801         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
4802         * symmisc.c (dump_msymbols, print_symbol): Update.
4803         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
4804         how fallback section is computed.
4805         (fixup_symbol_section): Update.
4806         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
4807         Update.
4808         (allocate_symbol, initialize_symbol, allocate_template_symbol):
4809         Initialize SYMBOL_SECTION.
4810         * symtab.h (struct general_symbol_info) <section>: Update comment.
4811         <obj_section>: Remove.
4812         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
4813         (SYMBOL_OBJFILE): New macro.
4814
4815 2013-04-08  Tom Tromey  <tromey@redhat.com>
4816
4817         * coffread.c (record_minimal_symbol): Update.
4818         * dbxread.c (record_minimal_symbol): Update.
4819         * elfread.c (record_minimal_symbol): Update.
4820         * machoread.c (macho_symtab_add_minsym): Update.
4821         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
4822         Update.
4823         * minsyms.c (prim_record_minimal_symbol): Update.
4824         (prim_record_minimal_symbol_full): Remove 'bfd_section'
4825         argument.
4826         (prim_record_minimal_symbol_and_info): Likewise.
4827         * minsyms.h (prim_record_minimal_symbol_full)
4828         (prim_record_minimal_symbol_and_info): Update.
4829         * symtab.c (allocate_symbol, initialize_symbol)
4830         (allocate_template_symbol): Initialize SYMBOL_SECTION.
4831         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
4832         Update.
4833
4834 2013-04-08  Tom Tromey  <tromey@redhat.com>
4835
4836         PR symtab/8423:
4837         * solib-som.c (som_solib_section_offsets): Use BFD section
4838         indices.  Set offsets for all sections.
4839         * somread.c (som_symtab_read): Compute BFD section for
4840         symbol.  Use prim_record_minimal_symbol_and_info.
4841         (som_symfile_read): Fix comment.
4842         (struct find_section_offset_arg): New.
4843         (find_section_offset, set_section_index): New functions.
4844         (som_symfile_offsets): Use set_section_index to compute
4845         section indices.
4846
4847 2013-04-08  Tom Tromey  <tromey@redhat.com>
4848
4849         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
4850         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
4851         gdb_bfd_section_index.
4852         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
4853         New functions.
4854         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
4855         Declare.
4856         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
4857         Update.
4858         * objfiles.c (add_to_objfile_sections_full): New function.
4859         (add_to_objfile_sections): Use it.
4860         (build_section_table): Rewrite.
4861         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
4862         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
4863         (struct objfile) <sections>: Update comment.
4864         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
4865         is NULL.
4866         (ALL_OBJSECTIONS): Use it.
4867         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
4868         * solib-frv.c (frv_relocate_main_executable): Update.
4869         * solib-target.c (solib_target_relocate_section_addresses):
4870         Use gdb_bfd_section_index.
4871         * symfile.c (build_section_addr_info_from_section_table):
4872         Use gdb_bfd_section_index.
4873         (build_section_addr_info_from_bfd, place_section): Likewise.
4874         * symtab.c (fixup_section): Update.
4875         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
4876
4877 2013-04-08  Tom Tromey  <tromey@redhat.com>
4878
4879         * minsyms.h (struct bound_minimal_symbol): New.
4880         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4881         Remove objfile argument.
4882         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4883         Return bound_minimal_symbol.
4884         * minsyms.c (lookup_minimal_symbol_by_pc_1)
4885         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4886         Return bound_minimal_symbol.
4887         (in_gnu_ifunc_stub): Update.
4888         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4889         Remove 'objfile_p' argument.
4890         (lookup_solib_trampoline_symbol_by_pc): Update.
4891         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
4892         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
4893         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
4894         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
4895         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
4896         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
4897         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
4898         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
4899         stack.c, symtab.c, tui/tui-disasm.c: Update.
4900
4901 2013-04-08  Tom Tromey  <tromey@redhat.com>
4902
4903         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
4904         Use symbol's obstack, not an objfile.
4905         * coffread.c (process_coff_symbol): Update.
4906         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
4907         * jv-lang.c (add_class_symbol): Update.
4908         * mdebugread.c (new_symbol): Update.
4909         * minsyms.c (prim_record_minimal_symbol_full)
4910         (terminate_minimal_symbol_table): Update.
4911         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
4912         * stabsread.c (define_symbol, read_enum_type): Update.
4913         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
4914         Handle Ada specially.
4915         (symbol_set_language): Add 'obstack' argument.
4916         (symbol_set_names): Update.
4917         (symbol_natural_name, symbol_demangled_name): Always use
4918         ada_decode_symbol.
4919         * symtab.h (struct general_symbol_info)
4920         <language_specific::obstack>: New field.
4921         <ada_mangled>: New field.
4922         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
4923         (symbol_set_language): Update.
4924
4925 2013-04-08  Tom Tromey  <tromey@redhat.com>
4926
4927         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
4928         Take an obstack, not an objfile.
4929         (symbol_set_names): Update.
4930         * symtab.h (symbol_set_demangled_name): Update.
4931
4932 2013-04-08  Tom Tromey  <tromey@redhat.com>
4933
4934         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
4935         allocate_symbol.
4936         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
4937         (read_func_scope): Call allocate_template_symbol.
4938         (new_symbol_full): Call allocate_symbol.
4939         * jit.c (finalize_symtab): Call allocate_symbol.
4940         * jv-lang.c (add_class_symbol): Call allocate_symbol.
4941         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
4942         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
4943         (common_block_end): Call allocate_symbol.
4944         * symtab.c (allocate_symbol, initialize_symbol)
4945         (allocate_template_symbol): New functions.
4946         * symtab.c (allocate_symbol, initialize_symbol)
4947         (allocate_template_symbol): Declare.
4948         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
4949
4950 2013-04-08  Pedro Alves  <palves@redhat.com>
4951             Keith Seitz  <keiths@redhat.com>
4952
4953         * breakpoint.c (create_breakpoint): Rename
4954         "parse_condition_and_thread" parameter to "parse_arg".  Update
4955         describing comment.  If !PARSE_ARG, then error out if ARG is not
4956         the empty string after extracting the location.
4957         * breakpoint.h (create_breakpoint): Rename
4958         "parse_condition_and_thread" parameter to "parse_arg".
4959
4960 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
4961
4962         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
4963
4964 2013-04-07  Yao Qi  <yao@codesourcery.com>
4965
4966         * remote.c (remote_trace_find): Change type of parameters 'addr1'
4967         and 'addr2' to CORE_ADDR.
4968         * target.c (update_current_target): Update.
4969         * target.h (struct target_ops) <to_trace_find>: Change parameter
4970         type to CORE_ADDR.
4971         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
4972         'addr2' to CORE_ADDR.
4973         (tfile_trace_find): Likewise.
4974         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
4975         Change local variable 'addr' to type CORE_ADDR.
4976         * tracepoint.h (tfind_1): Update declaration.
4977
4978 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
4979
4980         * windows-nat.c (windows_get_absolute_argv0): Move from here...
4981         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
4982         Include main.h.
4983
4984         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
4985         here...
4986         * main.h (windows_get_absolute_argv0): ...to here.
4987
4988 2013-04-05  Doug Evans  <dje@google.com>
4989
4990         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
4991         (read_cutu_die_from_dwo): Add comments.
4992         (read_structure_type): Update comment.
4993         (read_enumeration_type, read_namespace_type): Update comment.
4994         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
4995
4996 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4997
4998         Convert man pages to texinfo, new gdbinit.5 texinfo page.
4999         * Makefile.in (gdb.z): Remove.
5000         (install-only): Remove $(man1dir) and gdb.1 installation.
5001         * gdb.1: Remove.
5002
5003 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5004
5005         Fix compatibility with Linux kernel 3.8.3.
5006         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
5007         to more inner block.  Remove parsing of NUMBER from outer block.
5008         Parse NUMBER only if KEYWORD has been identified.
5009
5010 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5011
5012         Fix variable name shadowing.
5013         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
5014         filename to mapsfilename and update its uses.
5015
5016 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
5017
5018         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
5019         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
5020         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
5021         details of the problem.
5022
5023 2013-04-04  Pedro Alves  <palves@redhat.com>
5024             Hui Zhu  <hui@codesourcery.com>
5025
5026         * breakpoint.c (validate_commands_for_breakpoint): If validating a
5027         tracepoint, reset its STEP_COUNT and call validate_actionline.
5028
5029 2013-04-03  Doug Evans  <dje@google.com>
5030
5031         * dwarf2read.c (read_die_and_siblings_1): Renamed from
5032         read_die_and_siblings.
5033         (read_die_and_siblings): New function.
5034         (read_cutu_die_from_dwo): Dump die if requested.
5035         (read_die_and_children): Call read_full_die_1 and
5036         read_die_and_siblings_1.
5037         (read_full_die): Dump die if requested.
5038
5039         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
5040
5041         * dwarf2read.c (struct dwo_file): New member comp_dir.
5042         Rename member name to dwo_name.  All uses updated.
5043         (hash_dwo_file): Include comp_dir in computation.
5044         (eq_dwo_file): Ditto.
5045         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
5046         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
5047
5048         * psymtab.c (read_psymtabs_with_fullname): Don't call
5049         psymtab_to_fullname if the basenames are different.
5050
5051 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5052
5053         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
5054         New entry about "fullname" presence.
5055
5056 2013-04-03  Pedro Alves  <palves@redhat.com>
5057
5058         * NEWS: Mention x86_64/Cygwin as new native configuration.
5059
5060 2013-04-02  Doug Evans  <dje@google.com>
5061
5062         * dwarf2read.c (read_structure_type): Fix typo in comment.
5063
5064 2013-04-02  Pedro Alves  <palves@redhat.com>
5065
5066         * NEWS: Mention "set/show debug aarch64", "set/show debug
5067         coff-pe-read" and "set/show debug mach-o".
5068
5069 2013-04-02  Pedro Alves  <palves@redhat.com>
5070
5071         * NEWS: Mention "set/show remote trace-buffer-size-packet".
5072
5073 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
5074
5075         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
5076         gdb_string.h is now in common/.
5077
5078 2013-04-02  Pedro Alves  <palves@redhat.com>
5079
5080         * NEWS: Move "set debug notification" and "set trace-buffer-size"
5081         under "New options".
5082
5083 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5084
5085         Revert this patch:
5086         PR gdb/15275
5087         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
5088
5089 2013-04-02  Pedro Alves  <palves@redhat.com>
5090
5091         PR gdb/15275
5092
5093         * remote.c (send_interrupt_sequence): Use remote_serial_write.
5094         (remote_serial_write): New function.
5095         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
5096
5097 2013-04-01  Jiong Wang  <jiwang@tilera.com>
5098
5099         * NEWS: Mention TILE-Gx in "New native configurations" and
5100         "New targets" sections.
5101
5102 2013-04-01  Doug Evans  <dje@google.com>
5103
5104         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
5105         (process_enumeration_scope): Simplify.
5106
5107         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
5108         type_unit_group ...
5109         (struct signatured_type): ... to here.
5110         (sig_type_ptr): New typedef.
5111         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
5112         out of union 't'.  All uses updated.
5113         (dw2_get_file_names_reader): Assert not called for a type unit.
5114         (dw2_get_file_names): Assert not called for a type unit or type
5115         unit group.
5116         (build_type_psymtabs_reader): Assert called for a type unit.
5117         (build_type_psymtab_dependencies): Assert called for a type unit group.
5118
5119         * dwarf2read.c (free_dwo_file): Add comment.
5120         (dwarf2_per_objfile_free): Unref dwp bfd.
5121
5122 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
5123
5124         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
5125         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
5126         (read_pe_exported_syms): Remove unused 'exportix'.
5127         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
5128         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
5129         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
5130
5131 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
5132
5133         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
5134         (print_it_watchpoint): Remove unused 'bl'.
5135         (say_where): Remove unused 'uiout'.
5136         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
5137         (bkpt_breakpoint_hit): Remove unused 'b'.
5138         (internal_bkpt_print_it): Remove unused 'uiout'.
5139         * buildsym.c (augment_type_symtab): Remove unused 'i'.
5140
5141 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
5142
5143         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
5144         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
5145
5146 2013-03-29  Doug Evans  <dje@google.com>
5147
5148         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
5149         Delete arg is_dwp.  All callers updated.
5150         (open_dwp_file): New function.
5151         (open_and_init_dwp_file): Call it.
5152         (get_dwp_file): New function.
5153         (lookup_dwo_cutu): Call it.
5154
5155         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
5156         unnecessary, cleanup.
5157
5158         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
5159
5160         * dwarf2read.c (read_cutu_die_from_dwo): New function.
5161         (lookup_dwo_unit): New function.
5162         (init_cutu_and_read_dies): Move DWO handling to new functions.
5163
5164         * dwarf2read.c (struct signatured_type): Tweak comment.
5165         (struct dwo_unit): Tweak comment.
5166         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
5167         (create_dwo_debug_info_hash_table): Tweak comment.
5168         (dwarf2_per_cu_offset_and_type): Tweak comment.
5169
5170         * dwarf2read.c (lookup_signatured_type): Remove complaint about
5171         missing .debug_types section.
5172
5173 2013-03-29  Yao Qi  <yao@codesourcery.com>
5174
5175         * corelow.c: Include "completer.h".
5176         (_initialize_corelow): Call add_target_with_completer with
5177         argument 'filename_completer'.
5178         * tracepoint.c: Likewise.
5179         * exec.c (_initialize_exec): Likewise.
5180         * target.c (add_target): Rename to ...
5181         (add_target_with_completer): ... this.  Call set_cmd_completer
5182         if parameter completer is not NULL.
5183         (add_target): New.
5184         * target.h: Include "command.h".
5185         (add_target_with_completer): Declare it.
5186
5187 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
5188
5189         * coffread.c (is_import_fixup_symbol): New function.
5190         (record_minimal_symbol): Use is_import_fixup_symbol to
5191         detect import fixup symbols, and discard them.
5192
5193 2013-03-28  Doug Evans  <dje@google.com>
5194
5195         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
5196         types hash table until we know we need it.
5197
5198         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
5199         index numbers.
5200
5201         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
5202         All callers updated.
5203         (dw2_print_stats): Print #read CUs too.
5204         (dump_die_shallow): Print signatured types better.
5205
5206         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
5207         info_or_types_section to section.  All uses updated.
5208         (struct dwo_unit): Ditto.
5209
5210 2013-03-28  Pedro Alves  <palves@redhat.com>
5211
5212         * NEWS (New options): New section.
5213         (New options): Mention set/show remote trace-status-packet.
5214         * remote.c (PACKET_qTStatus): New enumeration value.
5215         (remote_get_trace_status): Skip sending qTStatus if the packet is
5216         disabled.  Use packet_ok.
5217         (_initialize_remote): Register a configuration command for
5218         qTStatus packet.
5219
5220 2013-03-28  Doug Evans  <dje@google.com>
5221
5222         * symfile.c (find_separate_debug_file): Add comment.
5223         (terminate_after_last_dir_separator): Tweak comment.
5224
5225         * dwarf2read.c (create_partial_symtab): Add forward decl.
5226         (create_partial_symtab): Move to be closer to other psymtab functions.
5227         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
5228
5229         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
5230         (compute_symtab_includes): Remove unnecessary forward declaration.
5231         (die_needs_namespace): Add comment marking group of functions for
5232         dwarf2 name computation.
5233
5234         * typeprint.c (_initialize_typeprint): Improve type help text.
5235
5236         * python/python.c (finish_python_initialization): Provide suggestion
5237         for how to tell gdb to find its python files.
5238
5239 2013-03-28  Pedro Alves  <palves@redhat.com>
5240
5241         PR gdb/15294
5242
5243         * source.c (_initialize_source): Change back "set listsize" to an
5244         integer command.
5245
5246 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
5247
5248         PR gdb/15275
5249         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
5250
5251 2013-03-27  Pedro Alves  <palves@redhat.com>
5252
5253         * top.c (history_size): Rename to ...
5254         (history_size_setshow_var): ... this.  Add comment.
5255         (show_commands): Use readline's 'history_length' instead of
5256         computing the history length by calling history_get in a loop.
5257         (set_history_size_command): Error out for sizes over INT_MAX.
5258         Restore previous history size on invalid size.
5259         (init_history): If HISTSIZE is negative, leave the history size as
5260         zero.  Add comments.
5261         (init_main): Adjust.
5262
5263 2013-03-27  Pedro Alves  <palves@redhat.com>
5264
5265         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
5266         coff_pe_read" command to "set debug coff-pe-read".
5267
5268 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
5269
5270         * record.c (command_size_to_target_size): Fix size comparison.
5271         Change parameter type from pointer to integer to integer.
5272         Update all users.
5273
5274 2013-03-27  Pierre Muller  <muller@sourceware.org>
5275
5276         * windows-nat.c (handle_output_debug_string): Avoid typecast
5277         from integer of different size warning.
5278
5279 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
5280
5281         * windows-nat.c (handle_output_debug_string): Add empty line
5282         after local block variable definition.
5283
5284 2013-03-26  Pedro Alves  <palves@redhat.com>
5285
5286         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
5287         (net_open): Make 'polls' local unsigned.
5288
5289 2013-03-26  Pedro Alves  <palves@redhat.com>
5290
5291         * remote.c (_initialize_remote): Make "set remoteaddresssize"
5292         a zuinteger command instead of uinteger.
5293
5294 2013-03-26  Pedro Alves  <palves@redhat.com>
5295
5296         * record-full.c (record_full_insn_num): Make it unsigned.
5297         (record_full_check_insn_num, record_full_message)
5298         (record_full_registers_change, record_full_xfer_partial): Remove
5299         record_full_insn_max_num check (it's always != 0).
5300         (record_full_info, record_full_restore): Use %u as format string.
5301         (): Use %u as format string.
5302         (set_record_full_insn_max_num): Remove record_full_insn_max_num
5303         check (it's always != 0).
5304
5305 2013-03-26  Pedro Alves  <palves@redhat.com>
5306
5307         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
5308         and "set dcache size" commands zuinteger instead of uinteger.
5309
5310 2013-03-26  Pedro Alves  <palves@redhat.com>
5311
5312         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
5313         command zuinteger instead of uinteger.
5314
5315 2013-03-26  Pedro Alves  <palves@redhat.com>
5316
5317         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
5318         zuinteger instead of uinteger.
5319
5320 2013-03-26  Pedro Alves  <palves@redhat.com>
5321
5322         * record.c (record_insn_history_size_setshow_var)
5323         (record_call_history_size_setshow_var): New globals.
5324         (command_size_to_target_size): New function.
5325         (cmd_record_insn_history, cmd_record_call_history): Use
5326         command_size_to_target_size instead of cast.
5327         (validate_history_size, set_record_insn_history_size)
5328         (set_record_call_history_size): New functions.
5329         (_initialize_record): Install set_record_insn_history_size and
5330         set_record_call_history_size as "set" hooks of "set record
5331         instruction-history-size" and "set record
5332         function-call-history-size".
5333
5334 2013-03-26  Pedro Alves  <palves@redhat.com>
5335
5336         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
5337         use with history_max_entries use.  Remove FIXME note.
5338
5339 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
5340
5341         * record-btrace.c (record_btrace_close): Call
5342         record_btrace_auto_disable.
5343
5344 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
5345
5346         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
5347
5348 2013-03-25  Doug Evans  <dje@google.com>
5349
5350         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
5351
5352 2013-03-25  Tom Tromey  <tromey@redhat.com>
5353
5354         PR symtab/11462:
5355         * c-exp.y (exp): Add new productions for destructors after '.' and
5356         '->'.
5357         (write_destructor_name): New function.
5358
5359 2013-03-25  Tom Tromey  <tromey@redhat.com>
5360
5361         PR c++/9197:
5362         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
5363         value_struct_elt, not lookup_struct_elt_type.
5364         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5365         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
5366         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
5367
5368 2013-03-25  Yao Qi  <yao@codesourcery.com>
5369
5370         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
5371         instead of '_mkdir'.
5372
5373 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
5374
5375         * windows-nat.c (windows_get_absolute_argv0): New function.
5376         * windows-nat.h: Add its prototype.
5377
5378         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
5379         Use IS_DIR_SEPARATOR instead of looking for a character inside
5380         SLASH_STRING.  Include filenames.h.
5381         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
5382         relocate_gdb_directory works when passed gdb_program_name.
5383         Include windows-nat.h.
5384
5385 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5386
5387         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
5388         * remote.c (trace_error): Remove the special handling of '2'.
5389         (readchar) <SERIAL_EOF>
5390         (readchar) <SERIAL_ERROR>
5391         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
5392         (remote_get_trace_status): Call throw_exception if EX is
5393         TARGET_CLOSE_ERROR.
5394         * utils.c (perror_with_name): Rename to ...
5395         (throw_perror_with_name): ... here.  New parameter errcode, describe it
5396         in the function comment.
5397         (perror_with_name): New function wrapper.
5398         * utils.h (enum errors): New stub declaration.
5399         (throw_perror_with_name): New declaration.
5400
5401 2013-03-22  Pedro Alves  <palves@redhat.com>
5402             Yao Qi  <yao@codesourcery.com>
5403             Mark Kettenis  <kettenis@gnu.org>
5404
5405         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
5406         Don't let the user set the value to UINT_MAX directly.
5407         <var_integer>: Don't let the user set the value to INT_MAX
5408         directly.
5409
5410 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5411
5412         * remote.c (remote_unpush_target): New function.
5413         (remote_open_1): Remove two pop_target calls, update one comment, add
5414         comment to target_preopen call.  Replace pop_target call by
5415         remote_unpush_target call.
5416         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
5417         pop_target calls by remote_unpush_target calls.
5418
5419 2013-03-22  Pedro Alves  <palves@redhat.com>
5420
5421         * linux-nat.c (linux_child_follow_fork): Don't call
5422         linux_enable_event_reporting.
5423         (linux_handle_extended_wait): Don't call
5424         linux_enable_event_reporting.
5425
5426 2013-03-22  Pedro Alves  <palves@redhat.com>
5427
5428         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
5429         use it to rewrite the trampoline buffers with type gdb_byte[], and
5430         undefine the macro.  Remove char* cast.
5431
5432 2013-03-21  Doug Evans  <dje@google.com>
5433
5434         New commands "mt set per-command {space,time,symtab} {on,off}".
5435         * NEWS: Add entry.
5436         * event-top.c: #include "maint.h".
5437         * main.c: #include "maint.h".
5438         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
5439         timeval-utils.h, maint.h, cli/cli-setshow.h.
5440         (per_command_time, per_command_space): New static globals.
5441         (per_command_symtab): New static global.
5442         (per_command_setlist, per_command_showlist): New static globals.
5443         (struct cmd_stats): Move here from utils.c.
5444         (set_per_command_time): Renamed from set_display_time in utils.c
5445         and moved here.  All callers updated.
5446         (set_per_command_space): Renamed from set_display_space in utils.c
5447         and moved here.  All callers updated.
5448         (count_symtabs_and_blocks): New function.
5449         (report_command_stats): Moved here from utils.c.  Add support for
5450         printing symtab stats.  Only print data if enabled before command
5451         executed.
5452         (make_command_stats_cleanup): Ditto.
5453         (sert_per_command_cmd, show_per_command_cmd): New functions.
5454         (_initialize_maint_cmds): Add new commands
5455         mt set per-command {space,time,symtab} {on,off}.
5456         * maint.h: New file.
5457         * top.c: #include "maint.h".
5458         * utils.c (reset_prompt_for_continue_wait_time): New function.
5459         (get_prompt_for_continue_wait_time): New function.
5460         * utils.h (reset_prompt_for_continue_wait_time): Declare
5461         (get_prompt_for_continue_wait_time): Declare.
5462         (make_command_stats_cleanup): Moved to maint.h.
5463         (set_display_time, set_display_space): Moved to maint.h and renamed
5464         to set_per_command_time, set_per_command_space.
5465         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
5466         parse_binary_operation and made non-static.  Don't call error,
5467         just return an error marker.  All callers updated.
5468         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
5469
5470 2013-03-21  Tom Tromey  <tromey@redhat.com>
5471
5472         * symfile.c (alloc_section_addr_info): Update header.  Don't set
5473         'num_sections' field.
5474         (build_section_addr_info_from_section_table): Set 'num_sections'.
5475         (build_section_addr_info_from_bfd): Likewise.
5476         (build_section_addr_info_from_objfile): Remove dead loop
5477         condition.
5478         (free_section_addr_info): Unconditionally call xfree.
5479         (relative_addr_info_to_section_offsets, addrs_section_sort)
5480         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
5481         condition.
5482         (syms_from_objfile_1): Remove dead 'if' condition.  Check
5483         'num_sections'.
5484         (add_symbol_file_command): Set 'num_sections'.
5485         * symfile-mem.c (symbol_file_add_from_memory): Set
5486         'num_sections'.
5487         * somread.c (som_symfile_offsets): Remove dead loop condition.
5488         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
5489         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
5490
5491 2013-03-21  Tom Tromey  <tromey@redhat.com>
5492
5493         * tracepoint.h (decode_agent_options): Add 'trace_string'
5494         argument.
5495         * tracepoint.c (decode_agent_options): Add 'trace_string'
5496         argument.
5497         (validate_actionline): Update.
5498         (collect_symbol): Add 'trace_string' argument.
5499         (struct add_local_symbols_data) <trace_string>: New field.
5500         (do_collect_symbol): Update.
5501         (add_local_symbols): Add 'trace_string' argument.
5502         (encode_actions_1): Update.
5503         (trace_dump_actions): Update.
5504         * dwarf2loc.c (access_memory): Update.
5505         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
5506         * ax-general.c (new_agent_expr): Update.
5507         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
5508         (gen_trace_for_return_address): Add argument.
5509         (trace_kludge, trace_string_kludge): Remove.
5510         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
5511         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
5512         (gen_trace_for_var): Add 'trace_string' argument.
5513         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
5514         (gen_printf, agent_eval_command_one): Update.
5515
5516 2013-03-21  Tom Tromey  <tromey@redhat.com>
5517
5518         PR exp/15109:
5519         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
5520         Handle FILENAME token.
5521
5522 2013-03-21  Tom Tromey  <tromey@redhat.com>
5523
5524         * c-exp.y (YYPRINT): Define.
5525         (c_print_token): New function.
5526
5527 2013-03-21  Tom Tromey  <tromey@redhat.com>
5528
5529         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
5530
5531 2013-03-21  Yao Qi  <yao@codesourcery.com>
5532
5533         * ctf.c: Include "gdb_stat.h".
5534         [USE_WIN32API]: New macro 'mkdir'.
5535         (ctf_start): Use permission bits macros if they are defined.
5536
5537 2013-03-20  Keith Seitz  <keiths@redhat.com>
5538
5539         * breakpoint.h (struct breakpoint): Add comment to
5540         extra_string indicating that this member is mallod'd.
5541         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
5542
5543 2013-03-20  Pedro Alves  <palves@redhat.com>
5544
5545         PR gdb/15289
5546
5547         * cli/cli-setshow.c (do_set_command)
5548         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
5549         the result of parsing the command argument.  Throw error if the
5550         value is greater than UINT_MAX.  Print the invalid value with
5551         plongest.
5552         <var_integer, var_zinteger>: Use LONGEST for variable holding the
5553         result of parsing the command argument.  Throw error if the value
5554         is greater than INT_MAX, not greater or equal.  Also throw error
5555         if the value is less than INT_MIN.  Print the invalid value with
5556         plongest.
5557         <var_zuinteger_unlimited>: Throw error if the value is greater
5558         than INT_MAX, not greater or equal.
5559         (do_show_command) <var_integer, var_zinteger,
5560         var_zuinteger_unlimited>: Use %d for printing int, not %u.
5561
5562 2013-03-20  Tom Tromey  <tromey@redhat.com>
5563
5564         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
5565         if possible.
5566         * dwarf2read.c (read_func_scope): Remove old FIXME.
5567         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
5568         not LOC_COMPUTED.
5569         * findvar.c (symbol_read_needs_frame, default_read_var_value):
5570         Unconditionally call via computed ops, if possible.
5571         * printcmd.c (address_info): Unconditionally call via computed ops,
5572         if possible.
5573         * stack.c (read_frame_arg): Unconditionally call via computed ops,
5574         if possible.
5575         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
5576         * tracepoint.c (scope_info): Unconditionally call via computed ops,
5577         if possible.
5578
5579 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5580             Tom Tromey  <tromey@redhat.com>
5581
5582         PR symtab/8421:
5583         * coffread.c (coff_register_index): New global.
5584         (process_coff_symbol, coff_read_enum_type): Set
5585         SYMBOL_ACLASS_INDEX.
5586         (_initialize_coffread): Initialize new global.
5587         * dwarf2loc.c (locexpr_find_frame_base_location)
5588         (dwarf2_block_frame_base_locexpr_funcs)
5589         (loclist_find_frame_base_location)
5590         (dwarf2_block_frame_base_loclist_funcs): New.
5591         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
5592         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
5593         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
5594         (dwarf2_block_frame_base_loclist_funcs): New.
5595         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
5596         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
5597         globals.
5598         (read_func_scope): Update.
5599         (fixup_go_packaging, mark_common_block_symbol_computed)
5600         (var_decode_location, new_symbol_full, dwarf2_const_value):
5601         Set SYMBOL_ACLASS_INDEX.
5602         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
5603         (_initialize_dwarf2_read): Initialize new globals.
5604         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
5605         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
5606         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
5607         globals.
5608         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
5609         (_initialize_mdebugread): Initialize new globals.
5610         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
5611         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
5612         (stab_register_index, stab_regparm_index): New globals.
5613         (define_symbol, read_enum_type, common_block_end): Set
5614         SYMBOL_ACLASS_INDEX.
5615         (_initialize_stabsread): Initialize new globals.
5616         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
5617         globals.
5618         (MAX_SYMBOL_IMPLS): New define.
5619         (register_symbol_computed_impl, register_symbol_block_impl)
5620         (register_symbol_register_impl)
5621         (initialize_ordinary_address_classes): New functions.
5622         (_initialize_symtab): Call initialize_ordinary_address_classes.
5623         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
5624         (struct symbol_impl): New.
5625         (SYMBOL_ACLASS_BITS): New define.
5626         (struct symbol) <aclass, ops>: Remove fields.
5627         <aclass_index>: New field.
5628         (symbol_impls): Declare.
5629         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
5630         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
5631         (register_symbol_computed_impl, register_symbol_block_impl)
5632         (register_symbol_register_impl): Declare.
5633         (struct symbol_computed_ops): Add location_has_loclist.
5634         (struct symbol_block_ops): New.
5635         (SYMBOL_BLOCK_OPS): New.
5636         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
5637
5638 2013-03-20  Tom Tromey  <tromey@redhat.com>
5639
5640         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
5641         (print_partial_symbols, recursively_search_psymtabs): Use
5642         PSYMBOL_CLASS.
5643
5644 2013-03-20  Pierre Muller  <muller@sourceware.org>
5645
5646         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
5647         addtion, subtraction, multiplication and division binary operator.
5648
5649 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5650
5651         Code cleanup.
5652         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
5653         * bsd-kvm.c (bsd_kvm_close): Likewise.
5654         * bsd-uthread.c (bsd_uthread_close): Likewise.
5655         * corelow.c (core_close): Likewise.
5656         (core_close_cleanup): Remove parameter quitting from a caller.
5657         * event-top.c (async_disconnect): Likewise.
5658         * exec.c (exec_close_1): Remove parameter quitting.
5659         * go32-nat.c (go32_close): Likewise.
5660         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
5661         parameter quitting from a caller.
5662         * mips-linux-nat.c (super_close): Remove parameter quitting from the
5663         variable.
5664         (mips_linux_close): Remove parameter quitting.  Remove parameter
5665         quitting from a caller.
5666         * monitor.c (monitor_close): Remove parameter quitting.
5667         * monitor.h (monitor_close): Likewise.
5668         * record-btrace.c (record_btrace_close): Likewise.
5669         * record-full.c (record_full_close): Likewise.
5670         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
5671         it also from fprintf_unfiltered.
5672         * remote-mips.c (mips_close): Remove parameter quitting.
5673         (mips_detach): Remove parameter quitting from a caller.
5674         * remote-sim.c (gdbsim_close): Remove parameter quitting.
5675         (gdbsim_close): Remove duplicate function comment.  Remove parameter
5676         quitting and remove it also from printf_filtered.
5677         * remote.c (remote_close): Remove parameter quitting.
5678         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
5679         * target.c (update_current_target): Remove parameter int from to_close
5680         de_fault.
5681         (push_target, unpush_target, pop_target): Remove parameter quitting from
5682         a caller.
5683         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
5684         Remove parameter quitting from a caller.
5685         (target_preopen): Remove parameter quitting from a caller.
5686         (target_close): Remove parameter quitting.  Remove parameter quitting
5687         from a caller two times.  Remove parameter quitting also from
5688         fprintf_unfiltered.
5689         * target.h (struct target_ops): Remove parameter quitting and as int
5690         from fields to_xclose and to_close.
5691         (extern struct target_ops current_target):
5692         (target_close, pop_all_targets): Remove parameter quitting.  Update the
5693         comment.
5694         (pop_all_targets_above): Remove parameter quitting.
5695         * top.c (quit_target): Remove parameter quitting from a caller.
5696         * tracepoint.c (tfile_close): Remove parameter quitting.
5697         * windows-nat.c (windows_close): Remove parameter quitting.
5698
5699 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
5700
5701         * windows-nat.c (handle_output_debug_string): Replace call
5702         to string_to_core_addr with call to strtoull.
5703
5704 2013-03-20  Yao Qi  <yao@codesourcery.com>
5705
5706         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
5707         and write it to CTF metadata.
5708
5709 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
5710
5711         * windows-nat.c (handle_output_debug_string): Change type of n to
5712         SIZE_T to avoid crash on 64 bit systems.
5713
5714 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
5715
5716         * python/python-internal.h (HAVE_SNPRINTF)
5717         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
5718         about redefinition of snprintf by pyerrors.h.
5719
5720 2013-03-15  Steve Ellcey  <sellcey@mips.com>
5721
5722         * remote-sim.c (sim_command_completer): Make char arguments const.
5723
5724 2013-03-15  Tom Tromey  <tromey@redhat.com>
5725
5726         PR c++/15116:
5727         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
5728
5729 2013-03-14  Tom Tromey  <tromey@redhat.com>
5730
5731         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
5732         New fields.
5733         (get_file_crc): Move from symfile.c.
5734         (gdb_bfd_crc): New function.
5735         * gdb_bfd.h (gdb_bfd_crc): Declare.
5736         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
5737         * symfile.c (get_file_crc): Move to gdb_bfd.c.
5738         (separate_debug_file_exists): Use gdb_bfd_crc.
5739
5740 2013-03-14  Tom Tromey  <tromey@redhat.com>
5741
5742         * symfile.c (get_debug_link_info): Remove.
5743         (find_separate_debug_file_by_debuglink): Use
5744         bfd_get_debug_link_info.
5745
5746 2013-03-14  Tom Tromey  <tromey@redhat.com>
5747
5748         * symtab.c (error_in_psymtab_expansion): New function.
5749         (lookup_symbol_aux_quick)
5750         (basic_lookup_transparent_type_quick): Remove "last resort"
5751         code.  Use error_in_psymtab_expansion.
5752
5753 2013-03-14  Doug Evans  <dje@google.com>
5754             Jan Kratochvil  <jan.kratochvil@redhat.com>
5755
5756         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
5757         any successful compare_filenames_for_search or FILENAME_CMP.
5758         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
5759         * symtab.c (iterate_over_some_symtabs): Likewise.
5760
5761 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5762
5763         * source.c (print_source_lines_base): Make a local copy of
5764         symtab_to_fullname.
5765
5766 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
5767             Jan Kratochvil  <jan.kratochvil@redhat.com>
5768
5769         * source.c (print_source_lines_base): Suppress "file" for TUI.
5770
5771 2013-03-14  Keith Seitz  <keiths@redhat.com>
5772             Alan Matsuoka  <alanm@redhat.com>
5773
5774         PR c++/15203
5775         PR c++/15210
5776         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
5777         TYPE_CODE_METHOD.
5778         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
5779         symbols.
5780
5781 2013-03-14  Yao Qi  <yao@codesourcery.com>
5782
5783         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
5784         status to tfile if trace is stopped by command 'tstop'.
5785
5786 2013-03-14  Yao Qi  <yao@codesourcery.com>
5787
5788         * tracepoint.c (tfile_write_status): Write trace notes and user
5789         name into tfile if they are not NULL.
5790
5791 2013-03-14  Hui Zhu  <hui@codesourcery.com>
5792             Yao Qi  <yao@codesourcery.com>
5793
5794         * Makefile.in (REMOTE_OBS): Add ctf.o.
5795         (SFILES): Add ctf.c.
5796         (HFILES_NO_SRCDIR): Add ctf.h.
5797         * ctf.c, ctf.h: New files.
5798         * tracepoint.c: Include 'ctf.h'.
5799         (collect_pseudocommand): Remove static.
5800         (trace_save_command): Parse option "-ctf".
5801         Produce different trace file writers per option.
5802         Adjust output message.
5803         (trace_save_tfile, trace_save_ctf): New.
5804         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
5805         * mi/mi-main.c: Include 'ctf.h'.
5806         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
5807         trace_save_tfile or trace_save_ctf.
5808         * NEWS: Mention these changes.
5809
5810 2013-03-14  Yao Qi  <yao@codesourcery.com>
5811
5812         * tracepoint.c (trace_file_writer_xfree): New.
5813         (struct tfile_writer_data): New.
5814         (tfile_dtor, tfile_can_target_save, tfile_start): New.
5815         (tfile_write_header, tfile_write_regblock_type): New.
5816         (tfile_write_status, tfile_write_uploaded_tsv): New.
5817         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
5818         (tfile_write_raw_data, (tfile_end): New.
5819         (tfile_write_ops): New global variable.
5820         (TRACE_WRITE_R_BLOCK): New macro.
5821         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
5822         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
5823         (TRACE_WRITE_V_BLOCK): New macro.
5824         (trace_save): Add extra one parameter WRITER.  Make it static.
5825         Use WRITER to writer trace.
5826         (tfile_trace_file_writer_new): New.
5827         (trace_save_command): Caller update.
5828         (trace_save_tfile): Write trace data in TFILE format.
5829         * tracepoint.h (struct trace_frame_write_ops): New.
5830         (struct trace_file_write_ops): New.
5831         (struct trace_file_writer): New.
5832         (trace_save): Remove its declaration.
5833         (trace_save_tfile): Declare it.
5834         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
5835         instead of trace_save.
5836
5837 2013-03-13  Pedro Alves  <palves@redhat.com>
5838
5839         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
5840
5841 2013-03-13  Pedro Alves  <palves@redhat.com>
5842
5843         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
5844         commented out code.
5845         * demangle.c (current_demangling_style_string): Make it const.
5846         (set_demangling_command): Assert the demangling style is known.
5847         Remove all handling of unknown styles.  Set
5848         'current_demangling_style_string' to an element of the
5849         demangling_style_names array.
5850         (set_demangling_style): Delete.
5851         (_initialize_demangler): Set current_demangling_style_string to the
5852         element of the demangling_style_names array that corresponds to
5853         the default demangling style.  Remove FIXME note.  Don't call
5854         set_demangling_style.
5855         * gdb-demangle.h (set_demangling_style): Remove declaration.
5856
5857 2013-03-13  Pedro Alves  <palves@redhat.com>
5858
5859         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
5860         fields const.
5861         (ada_make_symbol_completion_list): Make "text0" parameter const.
5862         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
5863         * breakpoint.c (condition_completer): Make "text" and "word"
5864         parameters const.  Adjust.
5865         (check_tracepoint_command): Adjust to validate_actionline
5866         prototype change.
5867         (catch_syscall_completer): Make "text" and "word" parameters
5868         const.
5869         * cli/cli-cmds.c (show_user): Make "comname" local const.
5870         (valid_command_p): Make "command" parameter const.
5871         (alias_command): Make "alias_prefix" and "command_prefix" locals
5872         const.
5873         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
5874         (add_alias_cmd): Make "name" and "oldname" parameters const.
5875         Adjust.  No longer make copy of OLDNAME.
5876         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
5877         (add_setshow_cmd_full, add_setshow_enum_cmd)
5878         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5879         (add_setshow_filename_cmd, add_setshow_string_cmd)
5880         (add_setshow_string_noescape_cmd)
5881         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5882         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5883         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
5884         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
5885         Make "name" parameter const.
5886         (help_cmd): Rename "command" parameter to "arg".  New const local
5887         "command".
5888         (find_cmd): Make "command" parameter const.
5889         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
5890         deprecated_cmd_warning prototype change.
5891         (undef_cmd_error): Make "cmdtype" parameter const.
5892         (lookup_cmd): Make "line" parameter const.
5893         (deprecated_cmd_warning): Change type of "text" parameter to
5894         pointer to const char, from pointer to pointer to char.  Adjust.
5895         (lookup_cmd_composition): Make "text" parameter const.
5896         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
5897         parameters const.
5898         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
5899         const.
5900         * cli/cli-script.c (validate_comname): Make "tem" local const.
5901         (define_command): New const local "tem_c".  Use it in calls to
5902         lookup_cmd.
5903         (document_command): Make "tem" and "comfull" locals const.
5904         (show_user_1): Make "prefix" and "name" parameters const.
5905         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
5906         const.
5907         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
5908         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
5909         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
5910         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
5911         (complete_on_enum, add_setshow_enum_cmd)
5912         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5913         (add_setshow_filename_cmd, add_setshow_string_cmd)
5914         (add_setshow_string_noescape_cmd)
5915         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5916         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5917         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
5918         Change prototypes, constifying strings.
5919         * completer.c (noop_completer, filename_completer): Make "text"
5920         and "prefix" parameters const.
5921         (location_completer, expression_completer)
5922         (complete_line_internal): Make "text" and "prefix" parameters
5923         const and adjust.
5924         (command_completer, signal_completer): Make "text" and "prefix"
5925         parameters const.
5926         * completer.h (noop_completer, filename_completer)
5927         (expression_completer, location_completer, command_completer)
5928         (signal_completer): Change prototypes.
5929         * corefile.c (complete_set_gnutarget): Make "text" and "word"
5930         parameters const.
5931         * cp-abi.c (cp_abi_completer): Likewise.
5932         * expression.h (parse_expression_for_completion): Change
5933         prototype.
5934         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
5935         parameters const.
5936         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
5937         * infrun.c (handle_completer): Make "text" and "word" parameters
5938         const.
5939         * interps.c (interpreter_completer): Make "text" and "word"
5940         parameters const.
5941         * language.h (struct language_defn)
5942         <la_make_symbol_completion_list>: Make "text" and "word"
5943         parameters const.
5944         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
5945         (parse_exp_in_context): Rename to ...
5946         (parse_exp_in_context_1): ... this.
5947         (parse_exp_in_context): Reimplement, with const hack from
5948         parse_exp_1.
5949         (parse_expression_for_completion): Make "string" parameter const.
5950         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
5951         to pointer to const char.  Adjust.
5952         (print_command_1): Make "exp" parameter const.
5953         (output_command): Rename to ...
5954         (output_command_const): ... this.  Make "exp" parameter const.
5955         (output_command): Reimplement.
5956         (x_command): Adjust.
5957         (display_command): Rename "exp" parameter to "arg".  New "exp"
5958         local, const version of "arg".
5959         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
5960         "cmd_name" local const.
5961         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
5962         call.
5963         (cmdpy_completer): Make "text" and "word" parameters const.
5964         (gdbpy_parse_command_name): Make "prefix_text2" local const.
5965         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
5966         const.
5967         * remote.c (_initialize_remote): Make "cmd_name" local const.
5968         * symtab.c (language_search_unquoted_string): Make "text" and "p"
5969         parameters const.  Adjust.
5970         (completion_list_add_fields): Make "sym_text", "text" and "word"
5971         parameters const.
5972         (struct add_name_data) <sym_text, text, word>: Make fields const.
5973         (default_make_symbol_completion_list_break_on): Make "text" and
5974         "word" parameters const.  Adjust locals.
5975         (default_make_symbol_completion_list)
5976         (make_symbol_completion_list, make_symbol_completion_type)
5977         (make_symbol_completion_list_fn): Make "text" and "word"
5978         parameters const.
5979         (make_file_symbol_completion_list): Make "text", "word" and
5980         "srcfile" parameters const.  Adjust locals.
5981         (add_filename_to_list): Make "text" and "word" parameters const.
5982         (struct add_partial_filename_data) <text, word>: Make fields
5983         const.
5984         (make_source_files_completion_list): Make "text" and "word"
5985         parameters const.
5986         * symtab.h (default_make_symbol_completion_list_break_on)
5987         (default_make_symbol_completion_list, make_symbol_completion_list)
5988         (make_symbol_completion_type enum type_code)
5989         (make_symbol_completion_list_fn make_file_symbol_completion_list)
5990         (make_source_files_completion_list): Change prototype.
5991         * top.c (execute_command): Adjust to pass pointer to pointer to
5992         const char to lookup_cmd, and to deprecated_cmd_warning prototype
5993         change.
5994         (set_verbose): Make "cmdname" local const.
5995         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
5996         and adjust.
5997         (validate_actionline): Make "line" parameter a pointer to const
5998         char, and adjust.
5999         (encode_actions_1): Make "action_exp" local const, and adjust.
6000         (encode_actions): Adjust.
6001         (replace_comma): Delete.
6002         (trace_dump_actions): Make "action_exp" and "next_comma" locals
6003         const, and adjust.  Don't frob the action string while splitting
6004         it at commas.  Instead, make a copy of each split substring in
6005         turn.
6006         (trace_dump_command): Adjust to validate_actionline prototype
6007         change.
6008         * tracepoint.h (decode_agent_options, decode_agent_options)
6009         (encode_actions, validate_actionline): Change prototypes.
6010         * valprint.h (output_command): Delete declaration.
6011         (output_command_const): Declare.
6012         * value.c (function_destroyer): Cast const away in xfree call.
6013
6014 2013-03-13  Pedro Alves  <palves@redhat.com>
6015
6016         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
6017         rather than casting 'const char * const *' to 'const char **'.
6018         * ada-lex.l (processInt): Make "trailer" local const.  Remove
6019         'const char **' cast.
6020         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
6021         locals, and use those as strtol output pointer, instead than doing
6022         invalid casts to from 'const char **' to 'char **'.
6023         (_initialize_demangle): Remove cast.
6024         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
6025         locals, and use those as strtol output pointer, instead than doing
6026         invalid casts to from 'const char **' to 'char **'.
6027         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
6028         casts.
6029         * stap-probe.c (stap_parse_register_operand)
6030         (stap_parse_single_operand): Likewise.
6031
6032 2013-03-13  Yao Qi  <yao@codesourcery.com>
6033
6034         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
6035         the last matched 'V' blcok in trace frame.
6036
6037 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
6038
6039         * NEWS: Create a new section for the next release branch.
6040         Rename the section of the current branch, now that it has
6041         been cut.
6042
6043 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
6044
6045         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
6046         * version.in: Bump version to 7.6.50.20130312-cvs.
6047
6048 2013-03-12  Keith Seitz  <keiths@redhat.com>
6049
6050         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
6051         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
6052         Remove temporary copy of input string.
6053         (mi_execute_command_wrapper): Make "cmd" const.
6054         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
6055         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
6056         Use const strings.
6057         (mi_parse): Make "cmd" const.
6058         Use const strings.
6059         * mi/mi-parse.h (mi_parse): Make "cmd" const.
6060
6061 2013-03-12  Keith Seitz  <keiths@redhat.com>
6062
6063         * ada-lang.c (ada_read_renaming_var_value): Pass const
6064         pointer to expression string to parse_exp_1.
6065         (create_excep_cond_exprs): Likewise.
6066         * ax-gdb.c (agent_eval_command_one): Likewise.
6067         (maint_agent_printf_command): Likewise.
6068         Constify much of the string handling/parsing.
6069         * breakpoint.c (set_breakpoint_condition): Pass const
6070         pointer to expression string to parse_exp_1.
6071         (update_watchpoint): Likewise.
6072         (parse_cmd_to_aexpr): Constify string handling.
6073         Pass const pointer to parse_exp_1.
6074         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
6075         (find_condition_and_thread): Likewise.
6076         Make TOK const.
6077         (watch_command_1): Make "arg" const.
6078         Constify string handling.
6079         Copy the expression string instead of changing the input
6080         string.
6081         (update_breakpoint_location): Pass const pointer to
6082         parse_exp_1.
6083         * eval.c (parse_and_eval_address): Make "exp" const.
6084         (parse_to_comma_and_eval): Make "expp" const.
6085         (parse_and_eval): Make "exp" const.
6086         * expression.h (parse_expression): Make argument const.
6087         (parse_exp_1): Make first argument const.
6088         * findcmd.c (parse_find_args): Treat "args" as const.
6089         * linespec.c (parse_linespec): Pass const pointer to
6090         linespec_expression_to_pc.
6091         (linespec_expression_to_pc): Make "exp_ptr" const.
6092         * parse.c (parse_exp_1): Make "stringptr" const.
6093         Make a copy of the expression to pass to parse_exp_in_context until
6094         this whole interface can be constified.
6095         (parse_expression): Make "string" const.
6096         * printcmd.c (ui_printf): Treat "arg" as const.
6097         Handle const strings.
6098         * tracepoint.c (validate_actionline): Pass const pointer to
6099         all calls to parse_exp_1.
6100         (encode_actions_1): Likewise.
6101         * value.h (parse_to_comma_and_eval): Make argument const.
6102         (parse_and_eval_address): Likewise.
6103         (parse_and_eval): Likewise.
6104         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
6105         (varobj_set_value): Likewise.
6106         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
6107         constify string handling.
6108         Pass const pointers to parse_and_eval_address and
6109         parse_to_comman_and_eval.
6110         * cli/cli-utils.c (skip_to_space): Rename to ...
6111         (skip_to_space_const): ... this. Handle const strings.
6112         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
6113         skip_to_space_const.
6114         (skip_to_space_const): Declare.
6115         * common/format.c (parse_format_string): Make "arg" const.
6116         Handle const strings.
6117         * common/format.h (parse_format_string): Make "arg" const.
6118         * gdbserver/ax.c (ax_printf): Make "format" const.
6119         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
6120         of the expression string.
6121
6122 2013-03-12  Hui Zhu  <hui@codesourcery.com>
6123
6124         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
6125
6126 2013-03-12  Yao Qi  <yao@codesourcery.com>
6127             Hui Zhu  <hui@codesourcery.com>
6128
6129         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
6130         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
6131         DW_OP_deref_size.
6132
6133 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
6134
6135         * ada-lex.l (rules): Only recognize 'thread' as a
6136         delimiter when followed by numerals, as for c-exp.y.
6137         Use new rewind_to_char function to rewind the input for
6138         expression-delimiting tokens.
6139         (rewind_to_char): New function.
6140
6141 2013-03-11  Pedro Alves  <palves@redhat.com>
6142             Jan Kratochvil  <jan.kratochvil@redhat.com>
6143
6144         * configure: Regenerate.
6145         * configure.ac (check dynamic export flag): Link python test with
6146         $PYTHON_LIBS.
6147
6148 2013-03-11  Doug Evans  <dje@google.com>
6149             Keith Seitz  <keiths@redhat.com>
6150
6151         * linespec.c (find_linespec_symbols): Call find_function_symbols
6152         first, and then call lookup_prefix_sym/find_method.
6153
6154 2013-03-11  Pedro Alves  <palves@redhat.com>
6155
6156         * charset.c (convert_between_encodings): Don't cast between
6157         different pointer to pointer types.  Instead, make the 'inp' local
6158         be of the type iconv expects.
6159         (wchar_iterate): Don't cast between different pointer to pointer
6160         types.  Instead, use new pointer local of the type iconv expects.
6161         * target.c (target_read_stralloc, target_fileio_read_stralloc):
6162         Add new local of type char pointer, and use it to get a
6163         char/string view of the byte buffer, instead of casting between
6164         pointer to pointer types.
6165
6166 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
6167
6168         * remote.c (remote_set_trace_buffer_size): Move != operator
6169         to the start of next line to fix an ARI warning.
6170
6171 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6172
6173         * NEWS: Add record changes.
6174
6175 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6176
6177         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
6178         the instruction history disassembly.
6179         * disasm.c (dump_insns): Omit the pc prefix, if requested.
6180         * disasm.h (DISASSEMBLY_OMIT_PC): New.
6181
6182 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6183
6184         * Makefile.in (SFILES): Add record-btrace.c
6185         (COMMON_OBS): Add record-btrace.o
6186         * record-btrace.c: New.
6187         * objfiles.c: Include btrace.h.
6188         (free_objfile): call btrace_free_objfile.
6189
6190 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6191
6192         * target.c (target_call_history, target_call_history_from,
6193         target_call_history_range): New.
6194         * target.h (target_ops) <to_call_history, to_call_history_from,
6195         to_call_history_range>: New fields.
6196         (target_call_history, target_call_history_from,
6197         target_call_history_range): New declaration.
6198         * record.c (get_call_history_modifiers, cmd_record_call_history,
6199         record_call_history_size): New.
6200         (_initialize_record): Add the "record function-call-history" command.
6201         Add "set/show record function-call-history-size" commands.
6202         * record.h (record_print_flag): New.
6203
6204 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6205
6206         * target.h (target_ops) <to_insn_history, to_insn_history_from,
6207         to_insn_history_range>: New fields.
6208         (target_insn_history): New.
6209         (target_insn_history_from): New.
6210         (target_insn_history_range): New.
6211         * target.c (target_insn_history): New.
6212         (target_insn_history_from): New.
6213         (target_insn_history_range): New.
6214         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
6215         (record_insn_history_size): New.
6216         (get_insn_number): New.
6217         (get_context_size): New.
6218         (no_chunk): New.
6219         (get_insn_history_modifiers): New.
6220         (cmd_record_insn_history): New.
6221         (_initialize_record): Add "set/show record instruction-history-size"
6222         command. Add "record instruction-history" command.
6223
6224 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6225
6226         * record.h (record_disconnect): New.
6227         (record_detach): New.
6228         (record_mourn_inferior): New.
6229         (record_kill): New.
6230         * record-full.c (record_disconnect, record_detach,
6231         record_mourn_inferior, record_kill): Move to...
6232         * record.c: ...here.
6233         (DEBUG): New.
6234         (record_stop): New.
6235         (record_unpush): New.
6236         (cmd_record_stop): Call record_stop. Replace unpush_target
6237         call with record_unpush call.
6238         (record_disconnect, record_detach): Assert that the target
6239         is of record stratum. Call record_unpush, record_stop, and
6240         DEBUG.
6241         (record_mourn_inferior, record_kill): Assert that the target
6242         is of record stratum. Call record_unpush and DEBUG.
6243
6244 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6245
6246         * record-full.h, record-full.c (record_memory_query): Rename
6247         to ...
6248         (record_full_memory_query): ...this. Update all users.
6249         (record_arch_list_add_reg): Rename to ...
6250         (record_full_arch_list_add_reg): ...this. Update all users.
6251         (record_arch_list_add_mem): Rename to ...
6252         (record_full_arch_list_add_mem): ...this. Update all users.
6253         (record_arch_list_add_end): Rename to ...
6254         (record_full_arch_list_add_end): ...this. Update all users.
6255         (record_gdb_operation_disable_set): Rename to ...
6256         (record_full_gdb_operation_disable_set): ...this.
6257         Update all users.
6258
6259 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6260
6261         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
6262         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
6263         (RECORD_IS_REPLAY): Renamed to ...
6264         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
6265         (RECORD_FILE_MAGIC): Renamed to ...
6266         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
6267         (record_mem_entry): Renamed to ...
6268         (record_full_mem_entry): ... this. Updated all users.
6269         (record_reg_entry): Renamed to ...
6270         (record_full_reg_entry): ... this. Updated all users.
6271         (record_end_entry): Renamed to ...
6272         (record_full_end_entry): ... this. Updated all users.
6273         (record_type) <record_end, record_reg, record_mem>: Renamed
6274         to ...
6275         (record_full_type) <record_full_end, record_full_reg,
6276         record_full_mem>: ... this. Updated all users.
6277         (record_entry): Renamed to ...
6278         (record_full_entry): ... this. Updated all users.
6279         (record_core_buf_entry): Renamed to ...
6280         (record_full_core_buf_entry): ... this. Updated all users.
6281         (record_core_regbuf): Renamed to ...
6282         (record_full_core_regbuf): ... this. Updated all users.
6283         (record_core_start): Renamed to ...
6284         (record_full_core_start): ... this. Updated all users.
6285         (record_core_end): Renamed to ...
6286         (record_full_core_end): ... this. Updated all users.
6287         (record_core_buf_list): Renamed to ...
6288         (record_full_core_buf_list): ... this. Updated all users.
6289         (record_first): Renamed to ...
6290         (record_full_first): ... this. Updated all users.
6291         (record_list): Renamed to ...
6292         (record_full_list): ... this. Updated all users.
6293         (record_arch_list_head): Renamed to ...
6294         (record_full_arch_list_head): ... this. Updated all users.
6295         (record_arch_list_tail): Renamed to ...
6296         (record_full_arch_list_tail): ... this. Updated all users.
6297         (record_stop_at_limit): Renamed to ...
6298         (record_full_stop_at_limit): ... this. Updated all users.
6299         (record_insn_max_num): Renamed to ...
6300         (record_full_insn_max_num): ... this. Updated all users.
6301         (record_insn_num): Renamed to ...
6302         (record_full_insn_num): ... this. Updated all users.
6303         (record_insn_count): Renamed to ...
6304         (record_full_insn_count): ... this. Updated all users.
6305         (record_ops): Renamed to ...
6306         (record_full_ops): ... this. Updated all users.
6307         (record_core_ops): Renamed to ...
6308         (record_full_core_ops): ... this. Updated all users.
6309         (set_record_cmdlist): Renamed to ...
6310         (set_record_full_cmdlist): ... this. Updated all users.
6311         (show_record_cmdlist): Renamed to ...
6312         (show_record_full_cmdlist): ... this. Updated all users.
6313         (record_cmdlist): Renamed to ...
6314         (record_full_cmdlist): ... this. Updated all users.
6315         (record_beneath_to_resume_ops): Renamed to ...
6316         (record_full_beneath_to_resume_ops): ... this. Updated all users.
6317         (record_beneath_to_resume): Renamed to ...
6318         (record_full_beneath_to_resume): ... this. Updated all users.
6319         (record_beneath_to_wait_ops): Renamed to ...
6320         (record_full_beneath_to_wait_ops): ... this. Updated all users.
6321         (record_beneath_to_wait): Renamed to ...
6322         (record_full_beneath_to_wait): ... this. Updated all users.
6323         (record_beneath_to_store_registers_ops): Renamed to ...
6324         (record_full_beneath_to_store_registers_ops): ... this.
6325         Updated all users.
6326         (record_beneath_to_store_registers): Renamed to ...
6327         (record_full_beneath_to_store_registers): ... this.
6328         Updated all users.
6329         (record_beneath_to_xfer_partial_ops): Renamed to ...
6330         (record_full_beneath_to_xfer_partial_ops): ... this.
6331         Updated all users.
6332         (record_beneath_to_xfer_partial): Renamed to ...
6333         (record_full_beneath_to_xfer_partial): ... this.
6334         Updated all users.
6335         (record_beneath_to_insert_breakpoint): Renamed to ...
6336         (record_full_beneath_to_insert_breakpoint): ... this.
6337         Updated all users.
6338         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
6339         (record_full_beneath_to_stopped_by_watchpoint): ... this.
6340         Updated all users.
6341         (record_beneath_to_stopped_data_address): Renamed to ...
6342         (record_full_beneath_to_stopped_data_address): ... this.
6343         Updated all users.
6344         (record_beneath_to_async): Renamed to ...
6345         (record_full_beneath_to_async): ... this. Updated all users.
6346         (record_goto_insn): Renamed to ...
6347         (record_full_goto_insn): ... this. Updated all users.
6348         (record_save): Renamed to ...
6349         (record_full_save): ... this. Updated all users.
6350         (record_reg_alloc): Renamed to ...
6351         (record_full_reg_alloc): ... this. Updated all users.
6352         (record_reg_release): Renamed to ...
6353         (record_full_reg_release): ... this. Updated all users.
6354         (record_mem_alloc): Renamed to ...
6355         (record_full_mem_alloc): ... this. Updated all users.
6356         (record_mem_release): Renamed to ...
6357         (record_full_mem_release): ... this. Updated all users.
6358         (record_end_alloc): Renamed to ...
6359         (record_full_end_alloc): ... this. Updated all users.
6360         (record_end_release): Renamed to ...
6361         (record_full_end_release): ... this. Updated all users.
6362         (record_entry_release): Renamed to ...
6363         (record_full_entry_release): ... this. Updated all users.
6364         (record_list_release): Renamed to ...
6365         (record_full_list_release): ... this. Updated all users.
6366         (record_list_release_following): Renamed to ...
6367         (record_full_list_release_following): ... this.
6368         Updated all users.
6369         (record_list_release_first): Renamed to ...
6370         (record_full_list_release_first): ... this. Updated all users.
6371         (record_arch_list_add): Renamed to ...
6372         (record_full_arch_list_add): ... this. Updated all users.
6373         (record_get_loc): Renamed to ...
6374         (record_full_get_loc): ... this. Updated all users.
6375         (record_check_insn_num): Renamed to ...
6376         (record_full_check_insn_num): ... this. Updated all users.
6377         (record_arch_list_cleanups): Renamed to ...
6378         (record_full_arch_list_cleanups): ... this. Updated all users.
6379         (record_message): Renamed to ...
6380         (record_full_message): ... this. Updated all users.
6381         (record_message_wrapper): Renamed to ...
6382         (record_full_message_wrapper): ... this. Updated all users.
6383         (record_message_wrapper_safe): Renamed to ...
6384         (record_full_message_wrapper_safe): ... this. Updated all users.
6385         (record_gdb_operation_disable): Renamed to ...
6386         (record_full_gdb_operation_disable): ... this. Updated all users.
6387         (record_hw_watchpoint): Renamed to ...
6388         (record_full_hw_watchpoint): ... this. Updated all users.
6389         (record_exec_insn): Renamed to ...
6390         (record_full_exec_insn): ... this. Updated all users.
6391         (record_restore): Renamed to ...
6392         (record_full_restore): ... this. Updated all users.
6393         (record_async_inferior_event_token): Renamed to ...
6394         (record_full_async_inferior_event_token): ... this.
6395         Updated all users.
6396         (record_async_inferior_event_handler): Renamed to ...
6397         (record_full_async_inferior_event_handler): ... this.
6398         Updated all users.
6399         (record_core_open_1): Renamed to ...
6400         (record_full_core_open_1): ... this. Updated all users.
6401         (record_open_1): Renamed to ...
6402         (record_full_open_1): ... this. Updated all users.
6403         (record_open): Renamed to ...
6404         (record_full_open): ... this. Updated all users.
6405         (record_close): Renamed to ...
6406         (record_full_close): ... this. Updated all users.
6407         (record_resume_step): Renamed to ...
6408         (record_full_resume_step): ... this. Updated all users.
6409         (record_resumed): Renamed to ...
6410         (record_full_resumed): ... this. Updated all users.
6411         (record_execution_dir): Renamed to ...
6412         (record_full_execution_dir): ... this. Updated all users.
6413         (record_resume): Renamed to ...
6414         (record_full_resume): ... this. Updated all users.
6415         (record_get_sig): Renamed to ...
6416         (record_full_get_sig): ... this. Updated all users.
6417         (record_sig_handler): Renamed to ...
6418         (record_full_sig_handler): ... this. Updated all users.
6419         (record_wait_cleanups): Renamed to ...
6420         (record_full_wait_cleanups): ... this. Updated all users.
6421         (record_wait_1): Renamed to ...
6422         (record_full_wait_1): ... this. Updated all users.
6423         (record_wait): Renamed to ...
6424         (record_full_wait): ... this. Updated all users.
6425         (record_stopped_by_watchpoint): Renamed to ...
6426         (record_full_stopped_by_watchpoint): ... this. Updated all users.
6427         (record_disconnect): Renamed to ...
6428         (record_full_disconnect): ... this. Updated all users.
6429         (record_detach): Renamed to ...
6430         (record_full_detach): ... this. Updated all users.
6431         (record_mourn_inferior): Renamed to ...
6432         (record_full_mourn_inferior): ... this. Updated all users.
6433         (record_kill): Renamed to ...
6434         (record_full_kill): ... this. Updated all users.
6435         (record_stopped_data_address): Renamed to ...
6436         (record_full_stopped_data_address): ... this. Updated all users.
6437         (record_registers_change): Renamed to ...
6438         (record_full_registers_change): ... this. Updated all users.
6439         (record_store_registers): Renamed to ...
6440         (record_full_store_registers): ... this. Updated all users.
6441         (record_xfer_partial): Renamed to ...
6442         (record_full_xfer_partial): ... this. Updated all users.
6443         (record_breakpoint): Renamed to ...
6444         (record_full_breakpoint): ... this. Updated all users.
6445         (record_breakpoint_p): Renamed to ...
6446         (record_full_breakpoint_p): ... this. Updated all users.
6447         (record_breakpoints): Renamed to ...
6448         (record_full_breakpoints): ... this. Updated all users.
6449         (record_sync_record_breakpoints): Renamed to ...
6450         (record_full_sync_record_breakpoints): ... this.
6451         Updated all users.
6452         (record_init_record_breakpoints): Renamed to ...
6453         (record_full_init_record_breakpoints): ... this.
6454         Updated all users.
6455         (record_insert_breakpoint): Renamed to ...
6456         (record_full_insert_breakpoint): ... this. Updated all users.
6457         (record_remove_breakpoint): Renamed to ...
6458         (record_full_remove_breakpoint): ... this. Updated all users.
6459         (record_can_execute_reverse): Renamed to ...
6460         (record_full_can_execute_reverse): ... this. Updated all users.
6461         (record_get_bookmark): Renamed to ...
6462         (record_full_get_bookmark): ... this. Updated all users.
6463         (record_goto_bookmark): Renamed to ...
6464         (record_full_goto_bookmark): ... this. Updated all users.
6465         (record_async): Renamed to ...
6466         (record_full_async): ... this. Updated all users.
6467         (record_can_async_p): Renamed to ...
6468         (record_full_can_async_p): ... this. Updated all users.
6469         (record_is_async_p): Renamed to ...
6470         (record_full_is_async_p): ... this. Updated all users.
6471         (record_execution_direction): Renamed to ...
6472         (record_full_execution_direction): ... this. Updated all users.
6473         (record_info): Renamed to ...
6474         (record_full_info): ... this. Updated all users.
6475         (record_delete): Renamed to ...
6476         (record_full_delete): ... this. Updated all users.
6477         (record_is_replaying): Renamed to ...
6478         (record_full_is_replaying): ... this. Updated all users.
6479         (record_goto_entry): Renamed to ...
6480         (record_full_goto_entry): ... this. Updated all users.
6481         (record_goto_begin): Renamed to ...
6482         (record_full_goto_begin): ... this. Updated all users.
6483         (record_goto_end): Renamed to ...
6484         (record_full_goto_end): ... this. Updated all users.
6485         (record_goto): Renamed to ...
6486         (record_full_goto): ... this. Updated all users.
6487         (init_record_ops): Renamed to ...
6488         (init_record_full_ops): ... this. Updated all users.
6489         (record_core_resume): Renamed to ...
6490         (record_full_core_resume): ... this. Updated all users.
6491         (record_core_kill): Renamed to ...
6492         (record_full_core_kill): ... this. Updated all users.
6493         (record_core_fetch_registers): Renamed to ...
6494         (record_full_core_fetch_registers): ... this. Updated all users.
6495         (record_core_prepare_to_store): Renamed to ...
6496         (record_full_core_prepare_to_store): ... this. Updated all users.
6497         (record_core_store_registers): Renamed to ...
6498         (record_full_core_store_registers): ... this. Updated all users.
6499         (record_core_xfer_partial): Renamed to ...
6500         (record_full_core_xfer_partial): ... this. Updated all users.
6501         (record_core_insert_breakpoint): Renamed to ...
6502         (record_full_core_insert_breakpoint): ... this. Updated all users.
6503         (record_core_remove_breakpoint): Renamed to ...
6504         (record_full_core_remove_breakpoint): ... this. Updated all users.
6505         (record_core_has_execution): Renamed to ...
6506         (record_full_core_has_execution): ... this. Updated all users.
6507         (init_record_core_ops): Renamed to ...
6508         (init_record_full_core_ops): ... this. Updated all users.
6509         (cmd_record_restore): Renamed to ...
6510         (cmd_record_full_restore): ... this. Updated all users.
6511         (record_save_cleanups): Renamed to ...
6512         (record_full_save_cleanups): ... this. Updated all users.
6513         (cmd_record_start): Renamed to ...
6514         (cmd_record_full_start): ... this. Updated all users.
6515         (set_record_insn_max_num): Renamed to ...
6516         (set_record_full_insn_max_num): ... this. Updated all users.
6517         (set_record_command): Renamed to ...
6518         (set_record_full_command): ... this. Updated all users.
6519         (show_record_command): Renamed to ...
6520         (show_record_full_command): ... this. Updated all users.
6521         (_initialize_record): Renamed to ...
6522         (_initialize_record_full): ... this. Updated all users.
6523
6524 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6525
6526         * record.h: Split into this and ...
6527         * record-full.h: ... this.
6528         * record.c: Split into this and ...
6529         * record-full.c: ... this.
6530         * target.h (target_ops): Add new fields to_info_record,
6531         to_save_record, to_delete_record, to_record_is_replaying,
6532         to_goto_record_begin, to_goto_record_end, to_goto_record.
6533         (target_info_record): New.
6534         (target_save_record): New.
6535         (target_supports_delete_record): New.
6536         (target_delete_record): New.
6537         (target_record_is_replaying): New.
6538         (target_goto_record_begin): New.
6539         (target_goto_record_end): New.
6540         (target_goto_record): New.
6541         * target.c (target_info_record): New.
6542         (target_save_record): New.
6543         (target_supports_delete_record): New.
6544         (target_delete_record): New.
6545         (target_record_is_replaying): New.
6546         (target_goto_record_begin): New.
6547         (target_goto_record_end): New.
6548         (target_goto_record): New.
6549         * record.h: Declare struct cmd_list_element.
6550         (record_cmdlist): New declaration.
6551         (set_record_cmdlist): New declaration.
6552         (show_record_cmdlist): New declaration.
6553         (info_record_cmdlist): New declaration.
6554         (cmd_record_goto): New declaration.
6555         * record.c: Remove unnecessary includes.
6556         Include inferior.h.
6557         (cmd_record_goto): Remove declaration.
6558         (record_cmdlist): Now extern. Initialize.
6559         (set_record_cmdlist): Now extern. Initialize.
6560         (show_record_cmdlist): Now extern. Initialize.
6561         (info_record_cmdlist): Now extern. Initialize.
6562         (find_record_target): New.
6563         (require_record_target): New.
6564         (cmd_record_start): Update.
6565         (cmd_record_delete): Remove target-specific code.
6566         Call target_delete_record.
6567         (cmd_record_stop): Unpush any record target.
6568         (set_record_insn_max_num): Move to record-full.c
6569         (set_record_command): Add comment.
6570         (show_record_command): Add comment.
6571         (info_record_command): Update comment.
6572         Remove target-specific code.
6573         Call the record target's to_info_record.
6574         (cmd_record_start): New.
6575         (cmd_record_goto): Now extern.
6576         Remove target-specific code.
6577         Call target_goto_begin,  target_goto_end, or target_goto.
6578         (_initialize_record): Move record target ops initialization to
6579         record-full.c.
6580         Change "record" command help text.
6581         Move "record restore", "record set", and "record show" commands to
6582         record-full.c.
6583         * Makefile.in (SFILES): Add record-full.c.
6584         (HFILES_NO_SRCDIR): Add record-full.h.
6585         (COMMON_OBS): Add record-full.o.
6586         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
6587         * arm-tdep.c: Include record-full.h.
6588         * i386-linux-tdep.c: Include record-full.h instead of record.h.
6589         * i386-tdep.c: Include record-full.h.
6590         * infrun.c: Include record-full.h.
6591         * linux-record.c: Include record-full.h.
6592         * moxie-tdep.c: Include record-full.h.
6593         * record-full.c: Include record-full.h.
6594         Change module comment.
6595         (set_record_full_cmdlist): New.
6596         (show_record_full_cmdlist): New.
6597         (record_full_cmdlist): New.
6598         (record_goto_insn): New declaration.
6599         (record_save): New declaration.
6600         (record_check_insn_num): Change query string.
6601         (record_info): New.
6602         (record_delete): New.
6603         (record_is_replaying): New.
6604         (record_goto_entry): New.
6605         (record_goto_begin): New.
6606         (record_goto_end): New.
6607         (record_goto): New.
6608         (init_record_ops): Update.
6609         (init_record_core_ops): Update.
6610         (cmd_record_save): Rename to record_save. Remove target and arg checks.
6611         (cmd_record_start): New.
6612         (set_record_insn_max_num): Moved from record.c
6613         (set_record_full_command): New.
6614         (show_record_full_command): New.
6615         (_initialize_record_full): New.
6616
6617 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6618
6619         * target.h (add_deprecated_target_alias): New.
6620         * target.c (add_deprecated_target_alias): New.
6621
6622 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6623
6624         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
6625         and signal.h.
6626         (linux_supports_btrace): Add kernel and
6627         cpuid check.
6628         (kernel_supports_btrace): New function.
6629         (cpu_supports_btrace): New function.
6630         (intel_supports_btrace): New function.
6631
6632 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6633
6634         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
6635         * remote.c: Include btrace.h.
6636         (struct btrace_target_info): New struct.
6637         (remote_supports_btrace): New function.
6638         (send_Qbtrace): New function.
6639         (remote_enable_btrace): New function.
6640         (remote_disable_btrace): New function.
6641         (remote_teardown_btrace): New function.
6642         (remote_read_btrace): New function.
6643         (init_remote_ops): Add btrace ops.
6644         (enum <unnamed>): Add btrace packets.
6645         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
6646         (_initialize_remote): Add packet configuration for branch tracing.
6647
6648 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6649
6650         * features/btrace.dtd: New file.
6651         * Makefile.in (XMLFILES): Add btrace.dtd.
6652         * btrace.h (parse_xml_btrace): New declaration.
6653         * btrace.c: Include xml-support.h.
6654         (parse_xml_btrace): New function.
6655         (parse_xml_btrace_block): New function.
6656         (block_attributes): New struct.
6657         (btrace_attributes): New struct.
6658         (btrace_children): New struct.
6659         (btrace_elements): New struct.
6660
6661 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6662
6663         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
6664         (amd64_linux_enable_btrace): New.
6665         (amd64_linux_disable_btrace): New.
6666         (amd64_linux_teardown_btrace): New.
6667         (_initialize_amd64_linux_nat): Initialize btrace ops.
6668         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
6669         (i386_linux_enable_btrace): New.
6670         (i386_linux_disable_btrace): New.
6671         (i386_linux_teardown_btrace): New.
6672         (_initialize_i386_linux_nat): Initialize btrace ops.
6673         * config/i386/linux.mh: Add linux-btrace.o.
6674         * config/i386/linux64.mh: Add linux-btrace.o.
6675
6676 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6677
6678         * common/linux_btrace.h: New file.
6679         * common/linux_btrace.c: New file.
6680         * Makefile.in (SFILES): Add btrace.c.
6681         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
6682         (COMMON_OBS): Add btrace.o.
6683         (linux-btrace.o): New rule.
6684
6685 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
6686
6687         * target.h: Include btrace.h.
6688         (struct target_ops) <to_supports_btrace, to_enable_btrace,
6689         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
6690         * target.c (target_supports_btrace): New function.
6691         (target_enable_btrace): New function.
6692         (target_disable_btrace): New function.
6693         (target_teardown_btrace): New function.
6694         (target_read_btrace): New function.
6695         * btrace.h: New file.
6696         * btrace.c: New file.
6697         * Makefile.in: Add btrace.c.
6698         * gdbthread.h: Include btrace.h.
6699         (struct thread_info): Add btrace field.
6700         * thread.c: Include btrace.h.
6701         (clear_thread_inferior_resources): Call target_teardown_btrace.
6702         * common/btrace-common.h: New file.
6703
6704 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6705
6706         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
6707         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
6708         kill_status to outer block.
6709
6710 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6711
6712         Fix entry-values if the callee called a noreturn function.
6713         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
6714         get_frame_address_in_block.  Add new comment.
6715
6716 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6717
6718         Fix entry-values in C++ across CUs.
6719         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
6720         lookup_minimal_symbol.  Add a comment.
6721         * dwarf2read.c
6722         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
6723         DW_AT_linkage_name.
6724
6725 2013-03-08  Yao Qi  <yao@codesourcery.com>
6726
6727         * tracepoint.c (_initialize_tracepoint): Indent the code.
6728
6729 2013-03-08  Pedro Alves  <palves@redhat.com>
6730
6731         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
6732         (parse_find_args, find_command): Change type of pattern buffer
6733         locals to 'gdb_byte *'.
6734
6735 2013-03-08  Stan Shebs  <stan@codesourcery.com>
6736             Hafiz Abid Qadeer  <abidh@codesourcery.com>
6737
6738         * NEWS: Mention set and show trace-buffer-size commands.
6739         Mention new packet.
6740         * target.h (struct target_ops): New method
6741         to_set_trace_buffer_size.
6742         (target_set_trace_buffer_size): New macro.
6743         * target.c (update_current_target): Set up new method.
6744         * tracepoint.c (trace_buffer_size): New global.
6745         (start_tracing): Send it to the target.
6746         (set_trace_buffer_size): New function.
6747         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
6748         * remote.c (remote_set_trace_buffer_size): New function.
6749         (_initialize_remote): Use it.
6750         (QTBuffer:size) New remote command.
6751         (PACKET_QTBuffer_size): New enum.
6752         (remote_protocol_features): Add an entry for
6753         PACKET_QTBuffer_size.
6754
6755 2013-03-08  Tom Tromey  <tromey@redhat.com>
6756
6757         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
6758         variable.
6759
6760 2013-03-07  Pedro Alves  <palves@redhat.com>
6761
6762         * target.c (target_read_stralloc, target_fileio_read_alloc):
6763         *Cast pointer to 'gdb_byte *' in target call.
6764
6765 2013-03-07  Pedro Alves  <palves@redhat.com>
6766
6767         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
6768         call.
6769
6770 2013-03-07  Keith Seitz  <keiths@redhat.com>
6771
6772         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
6773         (trace_pass_command): Likewise.
6774         * cli/cli-cmds.c: Include cli/cli-utils.h.
6775         (source_command): Use skip-spaces.
6776         (disassemble_command): Likewise.
6777         * findcmd.c: Include cli/cli-utils.h.
6778         (parse_find_args): Use skip_spaces.
6779         * go32-nat.c: Include cli/cli-utils.h.
6780         (go32_sldt): Use skip_spaces.
6781         (go32_sgdt): Likewise.
6782         (go32_sidt): Likewise.
6783         (go32_pde): Likewise.
6784         (go32_pte): Likewise.
6785         (go32_pte_for_address): Likewise.
6786         * infcmd.c: Include cli/cli-utils.h.
6787         (registers_info): Use skip_spaces.
6788         * linux-tdep.c (read_mapping): Use skip_spaces_const.
6789         (linux_info_proc): Likewise.
6790         * linux-thread-db.c: Include cli/cli-utils.h.
6791         (info_auto_load_libthread_db): Use skip_spaces_const.
6792         * m32r-rom.c: Include cli/cli-utils.h.
6793         (m32r_upload_command): Use skip_spaces.
6794         * maint.c: Include cli/cli-utils.h.
6795         (maintenance_translate_address): Use skip_spaces.
6796         * mi/mi-parse.c: Include cli/cli-utils.h.
6797         (mi_parse_argv): Use skip_spaces.
6798         (mi_parse): Likewise.
6799         * minsyms.c: Include cli/cli-utils.h.
6800         (msymbol_hash_iw): Use skip_spaces_const.
6801         * objc-lang.c: Include cli/cli-utils.h.
6802         (parse_selector): Use skip_spaces.
6803         (parse_method): Likewise.
6804         * python/python.c: Include cli/cli-utils.h.
6805         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
6806         (python_command)[HAVE_PYTHON]: Likewise.
6807         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
6808         * remote-m32r-sdi.c: Include cli/cli-utils.h.
6809         (m32r_load): Use skip_spaces.
6810         * serial.c: Include cli/cli-utils.h.
6811         (serial_open): Use skip_spaces_const.
6812         * stack.c: Include cli/cli-utils.h.
6813         (parse_frame_specification_1): Use skip_spaces_const.
6814         * symfile.c: Include cli/cli-utils.h.
6815         (set_ext_lang_command): Use skip_spaces.
6816         * symtab.c: Include cli/cli-utils.h.
6817         (rbreak_command): Use skip_spaces.
6818         * thread.c (thread_name_command): Use skip_spaces.
6819         * tracepoint.c (validate_actionline): Use skip_spaces.
6820         (encode_actions_1): Likewise.
6821         (trace_find_range_command): Likewise.
6822         (trace_find_outside_command): Likewise.
6823         (trace_dump_actions): Likewise.
6824
6825 2013-03-07  Pedro Alves  <palves@redhat.com>
6826
6827         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
6828         * expprint.c (print_subexp_standard): Likewise.
6829         * utils.c (host_char_to_target): Likewise.
6830         * valprint.c (generic_emit_char, generic_printstr): Likewise.
6831         * varobj.c (value_get_print_value): Change type of local to char*.
6832         Cast it gdb_byte * in call to language printer.
6833
6834 2013-03-07  Pedro Alves  <palves@redhat.com>
6835
6836         * charset.c (struct wchar_iterator) <input>: Change type to 'const
6837         gdb_byte *'.
6838         (make_wchar_iterator): Remove cast to char*.
6839         (wchar_iterate): Change type of local.
6840
6841 2013-03-07  Pedro Alves  <palves@redhat.com>
6842
6843         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
6844         for 'regcache->register_status'.
6845
6846 2013-03-07  Pedro Alves  <palves@redhat.com>
6847
6848         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
6849         int.
6850
6851 2013-03-07  Pedro Alves  <palves@redhat.com>
6852
6853         * stap-probe.c (handle_stap_probe): Add cast to char*.
6854
6855 2013-03-07  Pedro Alves  <palves@redhat.com>
6856
6857         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
6858         RECORD_MSGRCV>: Pass a signed variable to
6859         regcache_raw_read_signed, instead of an unsigned one.
6860
6861 2013-03-07  Pedro Alves  <palves@redhat.com>
6862
6863         * remote-notif.c (notif_debug): Change type to int.
6864         * remote-notif.h (notif_debug): Likewise.
6865
6866 2013-03-07  Pedro Alves  <palves@redhat.com>
6867
6868         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
6869
6870 2013-03-07  Pedro Alves  <palves@redhat.com>
6871
6872         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
6873         * remote.h (hex2bin, bin2hex): ... here.
6874         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
6875
6876 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
6877
6878         * utils.c (initialize_utils): Improve doc strings of "set/show
6879         width", "set/show height", and "set/show pagination".
6880
6881 2013-03-06  Keith Seitz  <keiths@redhat.com>
6882
6883         * ax-gdb.c (gen_printf): Make FORMAT const.
6884         * ax-gdb.h (gen_printf): Likewise.
6885         * ax-general.c (ax_string): Make STR const.
6886         * ax.h (ax_string): Likewise.
6887
6888 2013-03-06  Doug Evans  <dje@google.com>
6889
6890         * elfread.c (elf_symfile_read): Move debugging printf to more
6891         logical location.
6892
6893 2013-03-06  Pedro Alves  <palves@redhat.com>
6894
6895         * python/py-utils.c (target_string_to_unicode): Delete function.
6896         * python/python-internal.h (target_string_to_unicode): Delete
6897         declaration.
6898
6899 2013-03-06  Pierre Muller  <muller@sourceware.org>
6900
6901         * linespec.c (get_current_search_block): ARI fix, use (void)
6902         for empty parameter list.
6903
6904 2013-03-05  Doug Evans  <dje@google.com>
6905
6906         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
6907         of old ada_lookup_symbol_list.  In !full_search case, don't
6908         search superblocks.
6909         (ada_lookup_symbol_list): Delete arg full_search, all callers
6910         updated.  Call ada_lookup_symbol_list_worker.
6911         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
6912         * ada-lang.h (ada_lookup_symbol_list): Update.
6913         * language.h (language_defn): Update comment for
6914         la_iterate_over_symbols.
6915         * linespec.c (iterate_over_file_blocks): New function.
6916         (iterate_over_all_matching_symtabs): Call it.
6917         (lookup_prefix_sym): Ditto.
6918         (get_current_search_block): New function.
6919         (get_search_block): Delete.
6920         (find_label_symbols): Call get_current_search_block.
6921         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
6922         * symtab.c (iterate_over_symbols): Don't search superblocks.
6923
6924 2013-03-05  Yao Qi  <yao@codesourcery.com>
6925
6926         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
6927         parameter VAR's type from "unsigned int" to "int".
6928         * command.h (var_zuinteger_unlimited): Update its comments.
6929         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
6930
6931 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
6932
6933         * NEWS: Mention new target x86_64-*-cygwin*.
6934
6935 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
6936
6937         * configure.host: Add x86_64-*-cygwin* as host.
6938         * configure.tgt: Add x86_64-*-cygwin* as target.
6939         * config/i386/cygwin64.mh: New file.
6940
6941 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6942
6943         * linespec.c (decode_line_2): Fix duplicate request off by two message.
6944
6945 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6946
6947         * linespec.c (struct linespec_canonical_name): New.
6948         (struct linespec_state): Change canonical_names type to it.
6949         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
6950         xrealloc element size.  Initialize the different CANONICAL fields.
6951         (canonical_to_fullform): New.
6952         (filter_results): Use it.  Add variables canonical, fullform and
6953         cleanup.
6954         (struct decode_line_2_item, decode_line_2_compare_items): New.
6955         (decode_line_2): Remove variables iter and item_names, add variables
6956         items and items_count.  Modify the code for these new variables.
6957
6958 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
6959
6960         * coff-pe-read.c (read_pe_exported_syms): Don't return without
6961         calling do_cleanup.
6962
6963 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
6964
6965         * tracepoint.c (build_traceframe_info): Add code for byte order.
6966
6967 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
6968
6969         * v850-tdep.c: (v850e2_register_name): Revise system register
6970         names to match current V850E2M architecture specifications.
6971         Update register number enum comments too.
6972
6973 2013-03-01  Jiong Wang  <jiwang@tilera.com>
6974             Pedro Alves  <palves@redhat.com>
6975
6976         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
6977         to END_ADDR.
6978         (tilegx_skip_prologue): Limit prologue analysis to section end.
6979
6980 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6981
6982         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
6983         use it.
6984
6985 2013-03-01  Pedro Alves  <palves@redhat.com>
6986
6987         Use gdb_byte for bytes from the program being debugged.
6988
6989         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
6990         Change type of local 'buf' to gdb_byte.
6991         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
6992         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
6993         * cris-tdep.c (cris_sigcontext_addr)
6994         (cris_sigtramp_frame_unwind_cache): Likewise.
6995         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
6996         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
6997         Likewise.
6998         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
6999         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
7000         (hppa32_hpux_search_dummy_call_sequence)
7001         (hppa_hpux_supply_save_state): Likewise.
7002         * hppa-linux-tdep.c (insns_match_pattern)
7003         (hppa_linux_find_global_pointer): Likewise.
7004         * hppa-tdep.c (hppa_in_function_epilogue_p)
7005         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
7006         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
7007         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
7008         (i386fbsd_collect_uthread): Likewise.
7009         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
7010         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
7011         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
7012         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
7013         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
7014         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
7015         (ia64_libunwind_frame_prev_register)
7016         (ia64_libunwind_sigtramp_frame_this_id)
7017         (ia64_find_global_pointer_from_dynamic_section)
7018         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
7019         (ia64_unwind_pc): Likewise.
7020         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
7021         * m68hc11-tdep.c (m68hc11_push_dummy_call)
7022         (m68hc11_extract_return_value): Likewise.
7023         * m68klinux-nat.c (fetch_register, store_register): Likewise.
7024         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
7025         (mep_get_insn, mep_push_dummy_call): Likewise.
7026         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
7027         (mips_linux_in_dynsym_stub): Likewise.
7028         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
7029         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
7030         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
7031         to gdb_byte.
7032         * remote-mips.c (mips_set_register): Likewise.
7033         * remote-sim.c (gdbsim_fetch_register): Likewise.
7034         * score-tdep.c (score7_fetch_inst): Change type of parameter
7035         'memblock' and local 'buf' to gdb_byte.
7036         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
7037         Change type of local 'buf' to gdb_byte.  Adjust.
7038         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
7039         to gdb_byte**.
7040         (score7_analyze_prologue): Change type of 'memblock' and
7041         'memblock_ptr' locals to gdb_byte*.
7042         * sh64-tdep.c (sh64_extract_return_value)
7043         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
7044         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
7045         * solib-pa64.c (pa64_solib_create_inferior_hook)
7046         (pa64_open_symbol_file_object): Remove local 'buf'.
7047         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
7048         (som_open_symbol_file_object): Likewise.
7049         * solib-spu.c (spu_current_sos): Likewise.
7050         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
7051         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
7052         (spu_store_registers): Likewise.
7053         * target.c (debug_print_register): Likewise.
7054         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
7055         * xstormy16-tdep.c (xstormy16_store_return_value)
7056         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
7057         (xstormy16_find_jmp_table_entry): Likewise.
7058
7059 2013-03-01  Jiong Wang  <jiwang@tilera.com>
7060
7061         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
7062         (tilegx_gdbarch_init): Install it.
7063
7064 2013-02-28  Tom Tromey  <tromey@redhat.com>
7065
7066         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
7067         PyLong_Check.
7068
7069 2013-02-28  Doug Evans  <dje@google.com>
7070
7071         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
7072         * python/python.c (gdbpy_find_pc_line): Ditto.
7073
7074 2013-02-28  Tom Tromey  <tromey@redhat.com>
7075
7076         * contrib/excheck.py: New file.
7077         * contrib/exsummary.py: New file.
7078         * contrib/gcc-with-excheck: New file.
7079
7080 2013-02-28  Tom Tromey  <tromey@redhat.com>
7081
7082         * python/python.c (gdbpy_print_stack): Call begin_line and
7083         fprintf_filtered inside TRY_CATCH.
7084
7085 2013-02-28  Tom Tromey  <tromey@redhat.com>
7086
7087         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
7088         inside TRY_CATCH.
7089
7090 2013-02-28  Tom Tromey  <tromey@redhat.com>
7091
7092         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
7093         frame_object_to_frame_info inside TRY_CATCH.
7094
7095 2013-02-28  Tom Tromey  <tromey@redhat.com>
7096
7097         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
7098         TRY_CATCH.
7099
7100 2013-02-28  Tom Tromey  <tromey@redhat.com>
7101
7102         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
7103
7104 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
7105
7106         * windows-nat.c: Throughout, fix format strings and casts of
7107         printf-like functions to avoid type related warnings on all
7108         platforms.
7109         (handle_output_debug_string): Fetch context information address
7110         from debug string using string_to_core_addr.
7111
7112 2013-02-27  Jiong Wang  <jiwang@tilera.com>
7113
7114         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
7115         * regformats/reg-tilegx32.dat: New.
7116
7117 2013-02-27  Jiong Wang  <jiwang@tilera.com>
7118
7119         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
7120
7121 2013-02-27  Jiong Wang  <jiwang@tilera.com>
7122
7123         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
7124
7125 2013-02-27  Yao Qi  <yao@codesourcery.com>
7126             Pedro Alves  <palves@redhat.com>
7127
7128         * tracepoint.c (tfile_trace_find): For tfind
7129         pc/tp/range/outside, look for the next trace frame instead of
7130         always starting from frame 0.
7131
7132 2013-02-26  Anthony Green  <green@moxielogic.com>
7133
7134         * configure.tgt: Add support for moxie-*-rtems* target.
7135
7136 2013-02-25  Pedro Alves  <palves@redhat.com>
7137
7138         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
7139         warning text.
7140
7141 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
7142
7143         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
7144         if $fp is used as the virtual frame pointer.
7145
7146 2013-02-23  Alan Modra  <amodra@gmail.com>
7147
7148         * elfread.c (elf_symtab_read): Do not use udata.p here to find
7149         symbol size.
7150         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
7151         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
7152         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
7153         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
7154
7155 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7156
7157         Code cleanup.
7158         * elfread.c (build_id_bfd_get): Make the return type const.
7159         (build_id_verify): Make the check parameter const.
7160         (build_id_to_debug_filename): Make the build_id parameter and variable
7161         data const.
7162         (find_separate_debug_file_by_buildid): Make the variable build_id const.
7163
7164 2013-02-21  Alan Modra  <amodra@gmail.com>
7165
7166         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
7167
7168 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
7169
7170         Add a new method 'disassemble' to gdb.Architecture class.
7171         * python/py-arch.c (archpy_disassmble): Implementation of the
7172         new method gdb.Architecture.disassemble.
7173         (arch_object_methods): Add entry for the new method.
7174
7175 2013-02-20  Jiong Wang  <jiwang@tilera.com>
7176
7177         * MAINTAINERS (Write After Approval): Add myself to the list.
7178
7179 2013-02-19  Pedro Alves  <palves@redhat.com>
7180
7181         Garbage collect 'struct monitor_ops'::load_routine.
7182
7183         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
7184         * monitor.c (monitor_load): No longer call
7185         current_monitor->load_routine.
7186         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
7187         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
7188         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
7189
7190 2013-02-19  Pedro Alves  <palves@redhat.com>
7191
7192         PR gdb/15161
7193
7194         Harmonize with generic_load.
7195
7196         * monitor.c: Include "readline/readline.h".
7197         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
7198         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
7199         long/strtol for the 'load_offset' local.  Error out if no argument
7200         is given or if too many arguments are given.  Tilde expand the
7201         passed in file name.
7202
7203 2013-02-19  Kai Tietz  <ktietz@redhat.com>
7204
7205         PR gdb/15161
7206         * symfile.c (load_section_data): Change type of load_offset
7207         to CORE_ADDR.
7208         (generic_load): User strtoulst instead of strtoul for conversion
7209         of load_offset.
7210
7211 2013-02-19  Jiong Wang  <jiwang@tilera.com>
7212
7213         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
7214          for return address, "lr" register, saved on stack.
7215         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
7216         after we invoke tilegx_analyze_prologue.
7217
7218 2013-02-19  Jiong Wang  <jiwang@tilera.com>
7219
7220         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
7221
7222 2013-02-19  Jiong Wang  <jiwang@tilera.com>
7223
7224         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
7225
7226 2013-02-19  Jiong Wang  <jiwang@tilera.com>
7227
7228         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
7229         (tilegx_write_pc): New function.
7230         (tilegx_cannot_reference_register): Return zero if REGNO
7231         is TILEGX_FAULTNUM_REGNUM.
7232         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
7233         (tilegx_register_name): Add handling of "faultnum" register.
7234         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
7235         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
7236         handling of TILEGX_FAULTNUM_REGNUM.
7237         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
7238
7239 2013-02-19  Jiong Wang  <jiwang@tilera.com>
7240
7241         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
7242         should be aligned to 64bit.
7243
7244 2013-02-19  Kai Tietz  <ktietz@redhat.com>
7245
7246         * windows-nat.c (windows_xfer_memory): Fix debug-output
7247         for LLP64.
7248
7249 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
7250
7251         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
7252         Don't check DSP register number if HAVE_DSP is not set.
7253
7254 2013-02-19  Alan Modra  <amodra@gmail.com>
7255
7256         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
7257         throughout file instead.
7258         (build_id_bfd_get): Update to use new elf_tdata build_id field.
7259         Don't xmalloc return value.
7260         (build_id_verify): Similarly.  Don't xfree.
7261         (build_id_to_debug_filename): Update.
7262         (find_separate_debug_file_by_buildid): Update, don't xfree.
7263
7264 2013-02-18  Tom Tromey  <tromey@redhat.com>
7265
7266         PR gdb/15102:
7267         * dwarf2read.c (read_subrange_type): Use result of
7268         'check_typedef'.
7269
7270 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
7271
7272         * frame.c: Remove one extra white space after #include
7273         directive.
7274
7275 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7276
7277         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
7278
7279 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7280
7281         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
7282         and dir commands into an if block.
7283
7284 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
7285
7286         * python/py-breakpoint (struct pybp_code):  Use int instead of
7287         enum type_code.
7288
7289 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
7290             Hafiz Abid Qadeer  <abidh@codesourcery.com>
7291
7292         * NEWS: Mention new field "trace-file".
7293         * tracepoint.c (trace_status_mi): Output "trace-file" field.
7294         (tfile_open): Record the trace file's filename in the trace
7295         status.
7296         (tfile_files_info): Mention the name of the trace file.
7297         Check the "filename" field explicitely.
7298         (trace_status_command): Explicitely check "filename" field.
7299         (trace_find_command): Ditto.
7300         (trace_find_pc_command): Ditto.
7301         (trace_find_tracepoint_command): Ditto.
7302         (trace_find_line_command): Ditto.
7303         (trace_find_range_command): Ditto.
7304         (trace_find_outside_command): Ditto.
7305         * tracepoint.h (struct trace_status) <from_file>: Rename it
7306         to "filename" and make it hold the trace file's filename
7307         instead of a boolean.
7308         * remote.c (remote_get_trace_status): Initialize "filename"
7309         field with NULL instead of 0.
7310
7311 2013-02-15  Yao Qi  <yao@codesourcery.com>
7312
7313         * remote.c: Fix a typo.
7314
7315 2013-02-14  Pierre Muller  <muller@sourceware.org>
7316
7317         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
7318
7319 2013-02-14  Pedro Alves  <palves@redhat.com>
7320
7321         * utils.c (savestring): Don't #undef it.  Move function to
7322         common/common-utils.c.
7323         * common/common-utils.c: Include gdb_string.h.
7324         (savestring): Move here from utils.c.
7325         * common/common-utils.h (savestring): Declare.
7326
7327 2013-02-14  Pedro Alves  <palves@redhat.com>
7328
7329         * utils.c (savestring): Rename parameter 'size' to 'len'.
7330
7331 2013-02-14  Pedro Alves  <palves@redhat.com>
7332             Yufeng Zhang  <yufeng.zhang@arm.com>
7333
7334         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
7335         (aarch64_inferior_data, struct aarch64_inferior_data):
7336         Delete.
7337         (struct aarch64_process_info): New.
7338         (aarch64_process_list): New global.
7339         (aarch64_find_process_pid, aarch64_add_process)
7340         (aarch64_process_info_get): New functions.
7341         (aarch64_inferior_data_get): Delete.
7342         (aarch64_process_info_get): New function.
7343         (aarch64_forget_process): New function.
7344         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
7345         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
7346         aarch64_get_debug_reg_state.
7347         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
7348         instead of linux_nat_iterate_watchpoint_lwps.
7349         (aarch64_linux_new_fork): New function.
7350         (aarch64_linux_child_post_startup_inferior): Use
7351         aarch64_forget_process instead of aarch64_init_debug_reg_state.
7352         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
7353         (aarch64_linux_remove_hw_breakpoint)
7354         (aarch64_handle_aligned_watchpoint)
7355         (aarch64_handle_unaligned_watchpoint)
7356         (aarch64_linux_insert_watchpoint)
7357         (aarch64_linux_remove_watchpoint)
7358         (aarch64_linux_stopped_data_address): Adjust to pass the current
7359         process id to aarch64_debug_reg_state.
7360         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
7361         linux_nat_new_fork hook, and aarch64_forget_process as
7362         linux_nat_forget_process hook; remove the call to
7363         register_inferior_data_with_cleanup.
7364
7365 2013-02-14  Pedro Alves  <palves@redhat.com>
7366
7367         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
7368         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
7369         lval_memory.
7370
7371 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
7372             Hafiz Abid Qadeer  <abidh@codesourcery.com>
7373
7374         * tracepoint.h (validate_trace_state_variable_name): Declare.
7375         * tracepoint.c (validate_trace_state_variable_name): New.
7376         (trace_variable_command): Parse the trace state variable's name
7377         without using parse_expression.  Do several validations.
7378         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
7379         trace state variable's name with parse_expression.  Validate it.
7380
7381 2013-02-14  Yao Qi  <yao@codesourcery.com>
7382
7383         * infcmd.c (breakpoint_proceeded): Remove it.
7384
7385 2013-02-14  Yao Qi  <yao@codesourcery.com>
7386
7387         * tracepoint.c (end_actions_pseudocommand): Make it static.
7388         (while_stepping_pseudocommand): Likewise.
7389         * tracepoint.h (end_actions_pseudocommand): Remove the
7390         declaration.
7391         (while_stepping_pseudocommand): Likewise.
7392
7393 2013-02-14  Yao Qi  <yao@codesourcery.com>
7394
7395         * cli/cli-decode.c (help_cmd): Remove the declaration of
7396         "cmdlist".
7397         (help_all): Likewise.
7398
7399 2013-02-13  Pedro Alves  <palves@redhat.com>
7400
7401         * amd64-linux-nat.c (update_debug_registers_callback):
7402         Update comment.
7403         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
7404         iterate_over_lwps.
7405         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
7406         i386_debug_reg_state.
7407         (amd64_linux_new_fork): New function.
7408         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
7409         linux_nat_new_fork hook, and i386_forget_process as
7410         linux_nat_forget_process hook.
7411         * i386-linux-nat.c (update_debug_registers_callback):
7412         Update comment.
7413         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
7414         iterate_over_lwps.
7415         (i386_linux_prepare_to_resume): Pass the lwp's pid to
7416         i386_debug_reg_state.
7417         (i386_linux_new_fork): New function.
7418         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
7419         linux_nat_new_fork hook, and i386_forget_process as
7420         linux_nat_forget_process hook.
7421         * i386-nat.c (i386_init_dregs): Delete.
7422         (i386_inferior_data, struct i386_inferior_data):
7423         Delete.
7424         (struct i386_process_info): New.
7425         (i386_process_list): New global.
7426         (i386_find_process_pid, i386_add_process, i386_process_info_get):
7427         New functions.
7428         (i386_inferior_data_get): Delete.
7429         (i386_process_info_get): New function.
7430         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
7431         (i386_forget_process): New function.
7432         (i386_cleanup_dregs): Rewrite.
7433         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
7434         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
7435         (i386_stopped_data_address, i386_insert_hw_breakpoint)
7436         (i386_remove_hw_breakpoint): Adjust to pass the current process id
7437         to i386_debug_reg_state.
7438         (i386_use_watchpoints): Don't register inferior data.
7439         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
7440         adjust comment.
7441         (i386_forget_process): Declare.
7442         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
7443         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
7444         New static globals.
7445         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
7446         (add_initial_lwp): New, factored out from ...
7447         (add_lwp): ... this.  Don't check the number of lwps before
7448         calling linux_nat_new_thread.
7449         (linux_nat_iterate_watchpoint_lwps): Delete.
7450         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
7451         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
7452         forks and vforks.
7453         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
7454         initial lwp.
7455         (linux_nat_kill, linux_nat_mourn_inferior): Call
7456         linux_nat_forget_process.
7457         (linux_nat_set_new_fork, linux_nat_set_forget_process)
7458         (linux_nat_forget_process): New functions.
7459         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
7460         type.
7461         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
7462         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
7463         types.
7464         (linux_nat_set_new_fork, linux_nat_set_forget_process)
7465         (linux_nat_forget_process): New declarations.
7466
7467         * amd64fbsd-nat.c (super_mourn_inferior): New global.
7468         (amd64fbsd_mourn_inferior): New function.
7469         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
7470         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
7471
7472 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7473
7474         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
7475         Adding _().
7476
7477 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7478
7479         * aarch64-linux-nat.c (debug_reg_change_callback)
7480         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
7481         %s and phex().
7482
7483 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7484
7485         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
7486         with LONGEST.
7487
7488 2013-02-13  Pedro Alves  <palves@redhat.com>
7489             Hafiz Abid Qadeer  <abidh@codesourcery.com>
7490
7491         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
7492
7493 2013-02-12  Tom Tromey  <tromey@redhat.com>
7494
7495         PR symtab/11464:
7496         * c-exp.y (lex_one_token): Initialize other fields of yylval on
7497         NAME return.
7498         (classify_inner_name): Remove 'first_name' argument, add
7499         'context'.  Remove unused variable.
7500         (yylex): Explicitly maintain the context type.  Exit loop earlier
7501         if NAME result is seen.
7502
7503 2013-02-12  Pedro Alves  <palves@redhat.com>
7504
7505         * amd64-darwin-tdep.c: Add (C) after Copyright.
7506         * cli/cli-cmds.h: Ditto.
7507         * cli/cli-decode.c: Ditto.
7508         * cli/cli-decode.h: Ditto.
7509         * cli/cli-dump.c: Ditto.
7510         * cli/cli-dump.h: Ditto.
7511         * cli/cli-interp.c: Ditto.
7512         * cli/cli-logging.c: Ditto.
7513         * cli/cli-script.c: Ditto.
7514         * cli/cli-script.h: Ditto.
7515         * cli/cli-setshow.c: Ditto.
7516         * cli/cli-setshow.h: Ditto.
7517         * cli/cli-utils.c: Ditto.
7518         * cli/cli-utils.h: Ditto.
7519         * config/alpha/nm-osf3.h: Ditto.
7520         * config/djgpp/djconfig.sh: Ditto.
7521         * config/i386/nm-fbsd.h: Ditto.
7522         * config/i386/nm-i386gnu.h: Ditto.
7523         * config/nm-linux.h: Ditto.
7524         * config/nm-nto.h: Ditto.
7525         * config/rs6000/nm-rs6000.h: Ditto.
7526         * config/sparc/nm-sol2.h: Ditto.
7527         * darwin-nat-info.c: Ditto.
7528         * dfp.c: Ditto.
7529         * dfp.h: Ditto.
7530         * gdb-demangle.h: Ditto.
7531         * i386-darwin-nat.c: Ditto.
7532         * i386-darwin-tdep.c: Ditto.
7533         * linux-fork.h: Ditto.
7534         * m32c-tdep.c: Ditto.
7535         * microblaze-linux-tdep.c: Ditto.
7536         * microblaze-rom.c: Ditto.
7537         * microblaze-tdep.c: Ditto.
7538         * microblaze-tdep.h: Ditto.
7539         * mips-linux-tdep.h: Ditto.
7540         * ppc-ravenscar-thread.c: Ditto.
7541         * ppc-ravenscar-thread.h: Ditto.
7542         * prologue-value.c: Ditto.
7543         * prologue-value.h: Ditto.
7544         * ravenscar-thread.c: Ditto.
7545         * ravenscar-thread.h: Ditto.
7546         * sparc-ravenscar-thread.c: Ditto.
7547         * sparc-ravenscar-thread.h: Ditto.
7548         * tilegx-linux-tdep.c: Ditto.
7549         * unwind_stop_reasons.def: Ditto.
7550         * windows-nat.h: Ditto.
7551         * xtensa-linux-tdep.c: Ditto.
7552         * xtensa-xtregs.c: Ditto.
7553         * regformats/regdat.sh: Ditto.
7554         * regformats/regdef.h: Ditto.
7555
7556 2013-02-12  Pedro Alves  <palves@redhat.com>
7557
7558         * break-catch-sig.c: Update copyright years.
7559
7560 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
7561
7562         Add support for a destructor for ui_out data and use it to
7563         provide a ui_out destructor.
7564         * ui-out.h: Declare the new ui_out destructor.
7565         (ui_out_impl): Add a field for data destructor in ui_out_impl.
7566         * ui-out.c (default_data_destroy): Add a default data destructor
7567         which does nothing.
7568         (default_ui_out_impl): Set the new data_destroy field to
7569         default_data_destroy
7570         (uo_data_destroy): Local function which invokes the data
7571         destructor if present.
7572         (clear_table): Local function which clears the table data of a
7573         ui_out object.
7574         (ui_out_destroy): Public function which frees a ui_out object.
7575         (ui_out_table_end): Use the new clear_table function.
7576         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
7577         NULL.
7578         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
7579         to NULL.
7580
7581 2013-02-11  Doug Evans  <dje@google.com>
7582
7583         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
7584         (printf_decfloat): New function.  Broken out from ui_printf.
7585         Remove unnecessary code to shift the entire format string down.
7586         (printf_pointer): New function.
7587         (ui_printf): Code to print C strings, wide C strings, decfloats,
7588         and pointers moved to separate functions.
7589
7590 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7591
7592         * valops.c (value_assign): Handling bitfield offset in
7593         `lval_internalvar_component' case.
7594
7595 2013-02-08  Doug Evans  <dje@google.com>
7596
7597         * common/format.c (parse_format_string): Fix whitespace.
7598
7599 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
7600
7601         * stack.c (return_command): Work around uninitialized variable
7602         warning.
7603
7604 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
7605
7606         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
7607         number of the registers from 36 to 34.
7608
7609 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7610
7611         * NEWS: Mention new AArch64 native and target support.
7612
7613 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7614
7615         * MAINTAINERS (Write After Approval): Add myself.
7616
7617 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
7618             Marcus Shawcroft  <marcus.shawcroft@arm.com>
7619             Nigel Stephens  <nigel.stephens@arm.com>
7620             Yufeng Zhang  <yufeng.zhang@arm.com>
7621
7622         * aarch64-linux-nat.c: New file.
7623         * config/aarch64/linux.mh: New file.
7624         * configure.host: Add AArch64.
7625         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
7626
7627 2013-02-07  Doug Evans  <dje@google.com>
7628
7629         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
7630         disassemble command.
7631
7632 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7633
7634         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
7635         set_gdbarch_fetch_tls_load_module_address.
7636
7637 2013-02-06  David S. Miller  <davem@davemloft.net>
7638
7639         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
7640         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7641         * value.c (struct_return_convention): New function.
7642         (using_struct_return): Implement in terms of struct_return_convention.
7643         * value.h (struct_return_convention): Declare.
7644         * stack.c (return_command): Allow successful overriding of the return
7645         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7646
7647 2013-02-06  Tom Tromey  <tromey@redhat.com>
7648
7649         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
7650         outside of TRY_CATCH.
7651
7652 2013-02-06  Yao Qi  <yao@codesourcery.com>
7653
7654         * mi/mi-interp.c: Include "tracepoint.h".
7655         (mi_tsv_modified): Declare.
7656         (mi_tsv_created, mi_tsv_deleted): Update declaration.
7657         (mi_interpreter_init): Call observer_attach_tsv_modified.
7658         (mi_tsv_modified): New.
7659         (mi_tsv_created, mi_tsv_deleted): Update.
7660         * tracepoint.c (trace_variable_command): Call
7661         observer_notify_tsv_modified if the initial value of tsv is
7662         changed.
7663         (delete_trace_state_variable): Call
7664         observer_notify_tsv_deleted earlier.
7665         (trace_variable_command): Caller update.
7666         (create_tsv_from_upload): Likewise.
7667         * observer.sh: Declare "struct trace_state_variable".
7668
7669         * NEWS: Mention the new MI notification "=tsv-modified".
7670
7671 2013-02-05  Doug Evans  <dje@google.com>
7672
7673         * completer.c (location_completer): Fix typo in comment.
7674
7675 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7676
7677         * breakpoint.c (add_location_to_breakpoint): Insert the location with
7678         ADDRESS sorted.
7679
7680 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7681
7682         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
7683         Refactor if statement to avoid trailing || operator.
7684
7685 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
7686
7687         * NEWS: Add PowerPC FreeBSD as a new native configuration.
7688
7689 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
7690
7691         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
7692         * configure.host: Add powerpc*-*-freebsd* target.
7693         * configure.tgt: Add target info for powerpc*-*-freebsd*.
7694         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
7695         * config/powerpc/fbsd.mh: New file.
7696
7697 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
7698             Denys Vlasenko  <dvlasenk@redhat.com>
7699             Pedro Alves  <palves@redhat.com>
7700
7701         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
7702         (struct elf_internal_linux_prpsinfo): Forward declare.
7703         * gdbarch.h, gdbarch.c: Regenerate.
7704         * linux-tdep.c: Include `cli/cli-utils.h'.
7705         (linux_fill_prpsinfo): New function.
7706         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
7707         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
7708         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
7709         depending on gdbarch pointer bitness.
7710         * ppc-linux-tdep.c: Include elf-bfd.h.
7711         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
7712         on 32-bit.
7713
7714 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
7715             Marcus Shawcroft  <marcus.shawcroft@arm.com>
7716             Nigel Stephens  <nigel.stephens@arm.com>
7717             Yufeng Zhang  <yufeng.zhang@arm.com>
7718
7719         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
7720
7721 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
7722             Marcus Shawcroft  <marcus.shawcroft@arm.com>
7723             Nigel Stephens  <nigel.stephens@arm.com>
7724             Yufeng Zhang  <yufeng.zhang@arm.com>
7725
7726         * aarch64-newlib-tdep.c: New file.
7727         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
7728         aarch64*-*-elf.
7729         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
7730         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
7731         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
7732         * osabi.c (gdb_osabi_names): Add "Newlib".
7733
7734 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
7735             Marcus Shawcroft  <marcus.shawcroft@arm.com>
7736             Nigel Stephens  <nigel.stephens@arm.com>
7737             Yufeng Zhang  <yufeng.zhang@arm.com>
7738
7739         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
7740         (ALLDEPFILES): Add aarch64-linux-tdep.c.
7741         * aarch64-linux-tdep.c: New file.
7742         * aarch64-linux-tdep.h: New file.
7743         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
7744         * configure.tgt: Add aarch64-none-linux-gnu.
7745
7746 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
7747             Marcus Shawcroft  <marcus.shawcroft@arm.com>
7748             Nigel Stephens  <nigel.stephens@arm.com>
7749             Yufeng Zhang  <yufeng.zhang@arm.com>
7750
7751         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
7752         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
7753         (ALLDEPFILES): Add aarch64-tdep.c.
7754         * aarch64-tdep.c: New file.
7755         * aarch64-tdep.h: New file.
7756         * configure.tgt: Add AArch64.
7757         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
7758         (aarch64-expedite): New definition.
7759         * features/aarch64-core.xml: New file.
7760         * features/aarch64-fpu.xml: New file.
7761         * features/aarch64-without-fpu.c: New file (generated).
7762         * features/aarch64-without-fpu.xml: New file.
7763         * features/aarch64.c: New file (generated).
7764         * features/aarch64.xml: New file.
7765         * regformats/aarch64-without-fpu.dat: New file (generated).
7766         * regformats/aarch64.dat: New file (generated).
7767
7768 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7769
7770         * contrib/expect-read1.c: New file.
7771         * contrib/expect-read1.sh: New file.
7772
7773 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7774
7775         * dwarf2read.c (file_file_name): New function with code from
7776         file_full_name.
7777         (file_full_name): Move most of the code to file_file_name.
7778         (macro_start_file): Rename variable full_name to file_name and use
7779         file_file_name for it.  Add comp_dir parameter to new_macro_table.
7780         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
7781         macro_source_file->filename access by macro_source_fullname call.
7782         * macroscope.c (_initialize_macroscope): Update the new_macro_table
7783         caller.
7784         * macrotab.c (struct macro_table): New field comp_dir.
7785         (macro_include): New variables link_fullname and source_fullname.
7786         Replace any macro_source_file->filename access by macro_source_fullname
7787         call.
7788         (macro_lookup_inclusion): Remove the partial filenames checking code.
7789         (check_for_redefinition): New variables source_fullname and
7790         found_key_fullname.  Replace any macro_source_file->filename access by
7791         macro_source_fullname call.
7792         (macro_undef): New variables source_fullname and key_fullname.  Replace
7793         any macro_source_file->filename access by macro_source_fullname call.
7794         (macro_lookup_definition): New variables retval and source_fullname.
7795         Replace any macro_source_file->filename access by macro_source_fullname
7796         call.
7797         (foreach_macro): New variable key_fullname.  Replace any
7798         macro_source_file->filename access by macro_source_fullname call.
7799         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
7800         macro_source_file->filename access by macro_source_fullname call.
7801         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
7802         (macro_source_fullname): New function.
7803         * macrotab.h (struct macro_source_file): Extent the filename field
7804         comment.
7805         (new_macro_table): New parameter comp_dir, add a comment for it.
7806         (macro_source_fullname): new declaration.
7807
7808 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7809
7810         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
7811         this_real_name to outer block.  Use it also for
7812         compare_filenames_for_search.
7813         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
7814         with dw2_get_real_path for file_matcher, considering also
7815         BASENAMES_MAY_DIFFER.
7816         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
7817
7818 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7819
7820         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
7821         to the file_matcher parameter.  Pass 0 to it.
7822         (dwarf2_create_include_psymtab): Copy also DIRNAME.
7823         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
7824         NULL psymtab_to_fullname result.
7825         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
7826         an expected filename instead.
7827         (expand_symtabs_matching_via_partial): Add basenames parameter to the
7828         file_matcher parameter.  Call also psymtab_to_fullname, after newly
7829         considering BASENAMES_MAY_DIFFER.
7830         * source.c (rewrite_source_path): Remove static.
7831         * source.h (rewrite_source_path): New declaration.
7832         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
7833         the expand_symtabs_matching field.  Comment it.
7834         * symtab.c (file_matches): New function comment.  Add parameter
7835         basenames, implement it.
7836         (search_symbols_file_matches): Add basenames parameter.  Update the
7837         file_matches caller.
7838         (search_symbols): Match FILES also against symtab_to_fullname.
7839         Optimize it for BASENAMES_MAY_DIFFER.
7840
7841 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7842
7843         * source.c (print_source_lines_base): Print for TUI also "fullname".
7844         * tui/tui-data.c (init_content_element): Change tui_locator_element
7845         field to full_name.
7846         * tui/tui-data.h (struct tui_locator_element): Likewise.
7847         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
7848         tui_update_locator_filename calls to tui_update_locator_fullname.
7849         Replace symtab->filename refererence by symtab_to_fullname call.
7850         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
7851         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
7852         field to full_name.  Replace symtab->filename refererence by
7853         symtab_to_fullname call.
7854         (tui_show_symtab_source): Rename parameter to fullname.  Change
7855         tui_locator_element field to full_name.
7856         * tui/tui-stack.c: Include source.h.
7857         (tui_set_locator_filename): Rename the declaration to ...
7858         (tui_set_locator_fullname): ... here.  Rename its parameter to
7859         fullname, updates its comment.
7860         (tui_set_locator_info): Rename its parameter to fullname.
7861         (tui_set_locator_filename): Rename the definition to ...
7862         (tui_set_locator_fullname): ... here.  Rename its parameter to
7863         fullname, updates its comment.  Change tui_locator_element field to
7864         full_name.
7865         (tui_set_locator_info): Rename its parameter to fullname.
7866         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
7867         (tui_update_locator_filename): Rename to ...
7868         (tui_update_locator_fullname): ... here. Rename callee to
7869         tui_set_locator_fullname.
7870         (tui_show_frame_info): Replace symtab->filename refererence by
7871         symtab_to_fullname call.
7872         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
7873         (tui_update_locator_fullname): ... here.
7874         * tui/tui-winsource.c (tui_display_main): Rename the callee to
7875         tui_update_locator_fullname.  Replace symtab->filename refererence by
7876         symtab_to_fullname call.
7877         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
7878         Rename the callee to tui_update_locator_fullname.
7879         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
7880
7881 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7882
7883         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
7884         by symtab_to_filename_for_display calls.
7885         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
7886         (clear_command): New variable sal_fullname, initialize it.  Replace
7887         compare_filenames_for_search by filename_cmp with sal_fullname.
7888         (say_where, update_static_tracepoint): Replace symtab->filename
7889         refererences by symtab_to_filename_for_display calls.
7890         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
7891         Likewise.
7892         * dwarf2read.c: Include source.h.
7893         (fixup_go_packaging): Replace symtab->filename refererences by
7894         symtab_to_filename_for_display calls.
7895         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
7896         Replace symtab->filename refererences by symtab_to_filename_for_display
7897         calls.
7898         (create_sals_line_offset, convert_linespec_to_sals): New variable
7899         fullname, initialize it, replace symtab->filename reference by the
7900         variable.
7901         * linux-fork.c: Include source.h.
7902         (info_checkpoints_command): Replace symtab->filename refererences by
7903         symtab_to_filename_for_display calls.
7904         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
7905         by symtab_to_filename_for_display calls.
7906         * mdebugread.c: Include source.h.
7907         (psymtab_to_symtab_1): Replace symtab->filename refererences by
7908         symtab_to_filename_for_display calls.
7909         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
7910         (mi_cmd_file_list_exec_source_files): Likewise.
7911         * printcmd.c: Include source.h.
7912         (build_address_symbolic): Replace symtab->filename refererences by
7913         symtab_to_filename_for_display calls.
7914         * psymtab.c (partial_map_symtabs_matching_filename)
7915         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
7916         with psymtab_to_fullname.
7917         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
7918         by symtab_to_filename_for_display calls.
7919         (stpy_get_filename): New variable filename, initialize it, use instead
7920         of symtab->filename refererences.
7921         (salpy_str): Make variable filename const char *.  Replace
7922         symtab->filename refererences by symtab_to_filename_for_display calls.
7923         * skip.c: Include source.h and filenames.h.
7924         (skip_file_command): Remove const from the symtab variable.  Replace
7925         symtab->filename refererences by symtab_to_fullname call.
7926         (function_name_is_marked_for_skip): New variables searched_for_fullname
7927         and fullname.  Use them to search also with symtab's fullname.
7928         * source.c (find_source_lines): Replace symtab->filename refererences
7929         by symtab_to_filename_for_display calls.
7930         (print_source_lines_base): New variable filename, use it instead of
7931         symtab->filename.  Replace symtab->filename refererences by
7932         symtab_to_filename_for_display calls.
7933         (line_info, forward_search_command): Replace symtab->filename
7934         refererences by symtab_to_filename_for_display calls.
7935         (reverse_search_command): Replace symtab->filename refererences by
7936         symtab_to_filename_for_display calls.  New variable filename for it.
7937         * stack.c (frame_info): Likewise.
7938         * symmisc.c: Include source.h.
7939         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
7940         (maintenance_info_symtabs): Replace symtab->filename refererences by
7941         symtab_to_filename_for_display calls.
7942         * symtab.c (iterate_over_some_symtabs): Call
7943         compare_filenames_for_search also with symtab_to_fullname.
7944         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
7945         symtab->filename refererences by symtab_to_filename_for_display calls.
7946         (find_line_symtab): Replace symtab->filename refererences by
7947         symtab_to_filename_for_display calls.
7948         (file_matches): Replace filename_cmp by compare_filenames_for_search.
7949         (print_symbol_info): Make the last parameter const char *.  New
7950         variable s_filename.  Use it in the function.
7951         (symtab_symbol_info): Make the last_filename variable const char *.
7952         Replace symtab->filename refererences by symtab_to_filename_for_display
7953         calls.
7954         (rbreak_command): New variable fullname.  Use it.  Replace
7955         symtab->filename refererence by symtab_to_filename_for_display call.
7956         * tracepoint.c (set_traceframe_context, trace_find_line_command)
7957         (print_one_static_tracepoint_marker): Replace symtab->filename
7958         refererences by symtab_to_filename_for_display calls.
7959         * tui/tui-source.c (tui_set_source_content): New variables filename and
7960         s_filename.  Replace symtab->filename refererences by this variable.
7961         Replace other symtab->filename refererences by
7962         symtab_to_filename_for_display calls.
7963
7964 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
7965             Jan Kratochvil  <jan.kratochvil@redhat.com>
7966
7967         Add a new variable that controls a way in which filenames are
7968         displayed.
7969         * NEWS (set filename-display): New entry.
7970         * source.c (filename_display_basename, filename_display_relative)
7971         (filename_display_absolute, filename_display_kind_names)
7972         (filename_display_string, show_filename_display_string)
7973         (symtab_to_filename_for_display): New.
7974         (_initialize_source): Added initialization of 'filename-display'
7975         variable.
7976         * source.h (symtab_to_filename_for_display): Added declaration.
7977         * stack.c (print_frame): Added new variable and calling of a new
7978         function and condition with this variable. Changed third argument of
7979         calling of a function.
7980
7981 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7982
7983         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
7984         Rename field reference filename to fullname.
7985         * tui/tui-data.h (struct tui_source_info): Rename field filename to
7986         fullname.  New comment for it.
7987         * tui/tui-source.c (tui_set_source_content): Rename field reference
7988         filename to fullname.  Initialize field by symtab_to_fullname now.
7989         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
7990         reference filename to fullname.  Use symtab_to_fullname during
7991         comparison.
7992
7993 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7994
7995         Code cleanup.
7996         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
7997         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
7998         filename to fullname.  Rename variable this_name to this_fullname.
7999         Lowercase FILENAME_CMP call.
8000         (dw2_find_symbol_file): New comment for the returned string.
8001         (dwarf2_gdb_index_functions): Rename the function to
8002         dw2_expand_symtabs_with_fullname.
8003         * psymtab.c (read_psymtabs_with_filename): Rename to ...
8004         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
8005         fullname.
8006         (psym_functions): Rename the function to read_psymtabs_with_fullname.
8007         * symfile.h (struct quick_symbol_functions): Rename field
8008         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
8009         parameter filename to fullname.  Document returned string meaning for
8010         find_symbol_file.
8011         * symtab.c (find_line_symtab): Rename the called function to
8012         expand_symtabs_with_fullname.
8013
8014 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8015
8016         Code cleanup.
8017         * breakpoint.c (clear_command): Remove variable is_abs, unify the
8018         call of filename_cmp with compare_filenames_for_search.
8019         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
8020         is_abs, unify the call of FILENAME_CMP with
8021         compare_filenames_for_search.  New gdb_asserts for real_path and name.
8022         Unify the call of compare_filenames_for_search with FILENAME_CMP.
8023         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8024         * symfile.h (struct quick_symbol_functions): Extend the comment for
8025         map_symtabs_matching_filename.
8026         * symtab.c (compare_filenames_for_search): Remove the function comment
8027         relative path requirement.  Handle absolute filenames, with a comment.
8028         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
8029         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
8030         real_path and name.  Unify the call of compare_filenames_for_search
8031         with FILENAME_CMP.
8032         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
8033
8034 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8035
8036         Code cleanup.
8037         * breakpoint.c (print_breakpoint_location): Replace bp_location field
8038         source_file references by symtab field references.  Remove variables
8039         sal and fullname.
8040         (momentary_breakpoint_from_master, add_location_to_breakpoint):
8041         (clear_command, say_where): Replace bp_location field source_file
8042         references by symtab field references.
8043         (bp_location_dtor): Remove the source_file reference.
8044         (update_static_tracepoint): Replace bp_location field source_file
8045         references by symtab field references.
8046         (breakpoint_free_objfile): New function.
8047         * breakpoint.h (struct bp_location): Extend the comment for line_number.
8048         Replace the field source_file by field symtab, extend its comment.
8049         (breakpoint_free_objfile): New declaration.
8050         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
8051         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
8052         field source_file references by symtab field references.
8053
8054 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8055
8056         Replace xfullpath calls by gdb_realpath calls.
8057         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
8058         function comment.
8059         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
8060         Remove it from the iterate_over_some_symtabs call.
8061         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
8062         Remove it from the dw2_map_expand_apply calls, remove a block handling
8063         it.
8064         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
8065         Remove it from the iterate_over_some_symtabs call.
8066         (partial_map_symtabs_matching_filename): Remove parameter full_path.
8067         Remove it from the partial_map_expand_apply calls, remove a block
8068         handling it.  Drop gdb_realpath call and cleanups from the real_path
8069         handling.
8070         * source.c (openp): Drop the comment part about xfullpath.  Replace
8071         xfullpath calls by gdb_realpath calls.
8072         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
8073         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
8074         from method map_symtabs_matching_filename and its comment.
8075         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
8076         gdb_realpath call.
8077         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
8078         remove it also from the function comment, remove a block handling it.
8079         Drop gdb_realpath call and cleanups from the real_path handling.
8080         (iterate_over_symtabs): Drop variable full_path and its use.
8081         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
8082         * utils.c (xfullpath): Remove.
8083         * utils.h (xfullpath): Remove.
8084
8085 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
8086
8087         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
8088         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
8089         (ALLDEPFILES): Add ppc64-tdep.c.
8090         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
8091         ppc64-tdep.o to gdb_target_obs.
8092         * ppc64-tdep.h: New file.
8093         * ppc64-tdep.c: New file.
8094         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
8095         ppc-linux-tdep.c to here.
8096         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
8097         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
8098         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
8099         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
8100         from ppc-linux-tdep.c to here.
8101         (ppc64_convert_from_func_ptr_addr): Rename from
8102         ppc64_linux_convert_from_func_ptr_addr to
8103         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
8104         here.
8105         * rs6000-tdep.c:
8106         (read_insn): Move from ppc-linux-tdep.c to here.
8107         (insns_match_pattern, insn_d_field, insn_ds_field): Move
8108         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
8109         * ppc-linux-tdep.c: Include ppc64-tdep.h.
8110         Removed above functions.
8111         (ppc_linux_init_abi): Adjust.
8112
8113 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
8114
8115         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
8116
8117 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
8118
8119         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
8120
8121 2013-02-01  Pedro Alves  <palves@redhat.com>
8122
8123         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
8124         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
8125
8126 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8127
8128         * elfread.c (elf_symfile_read): Limit separate debug info additions to
8129         files with no separate debug info.
8130         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
8131         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
8132         only for files with no separate debug info.
8133
8134 2013-01-31  Tom Tromey  <tromey@redhat.com>
8135
8136         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
8137         change type.
8138         (struct jit_program_space_data): Rename from jit_inferior_data.
8139         Update comments.
8140         (get_jit_program_space_data): Rename from get_jit_inferior_data.
8141         Change return type.  Attach data to program space.
8142         (jit_program_space_data_cleanup): Rename from
8143         jit_inferior_data_cleanup; change argument type.
8144         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
8145         change type.
8146         (jit_register_code): Update.
8147         (jit_update_inferior_cache): Remove.
8148         (jit_breakpoint_deleted): Get jit data from the location's program
8149         space.
8150         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
8151         'ps_data', change type.
8152         (jit_inferior_init, jit_breakpoint_re_set_internal)
8153         (jit_event_handler): Update.
8154         (free_objfile_data): Get data from objfile's program space.
8155         (_initialize_jit): Update.
8156
8157 2013-01-31  Tom Tromey  <tromey@redhat.com>
8158
8159         PR gdb/13987:
8160         * jit.c (struct jit_inferior_data) <cached_code_address,
8161         jit_breakpoint>: New fields.
8162         (jit_breakpoint_re_set_internal): Fix logging.  Only create
8163         breakpoint if cached address has changed.
8164         (jit_update_inferior_cache, jit_breakpoint_deleted): New
8165         functions.
8166         (_initialize_jit): Register breakpoint deleted observer.
8167
8168 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
8169
8170         * infrun.c (handle_syscall_event): Remove unused gdbarch.
8171         (save_infcall_suspend_state): Ifdef out unused inf.
8172         (restore_infcall_suspend_state): Ifdef out unused inf.
8173         * jit.c (jit_register_code): Remove unused i, b, inf_data.
8174         (jit_frame_sniffer): Remove unused inf_data.
8175
8176 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
8177
8178         * c-exp.y (classify_inner_name): Remove unused type.
8179         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
8180         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
8181         need_escape.
8182         (c_get_string): Remove unused kind.
8183         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
8184
8185 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
8186
8187         * charset.c (intermediate_encoding): Remove unused i.
8188         * completer.c (signal_completer): Remove unused i.
8189         * continuations.c (discard_my_continuations_1): Remove unused
8190         continuation_ptr.
8191         * corelow.c (core_close): Remove unuseD name.
8192         (get_core_siginfo): Remove unused pid.
8193         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
8194         i, cps.
8195         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
8196         (loclist_describe_location): Remove unused first.
8197         * event-top.c (command_line_handler): Remove unused got_eof.
8198         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
8199         (resize_section_table): Remove unused old_value.
8200         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
8201         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
8202         * i386-tdep.c (i386_process_record): Remove unused rex.
8203         * infcmd.c (get_return_value): Remove unused uiout.
8204         * jv-lang.c (type_from_class): Remove unused is_array.
8205         * jv-valprint.c (java_val_print): Remove unused i.
8206         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
8207         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
8208         * m2-typeprint.c (m2_print_type): Remove unused code.
8209         * macroexp.c (get_character_constant): Remove unused body_start.
8210         (macro_stringify): Remove unused result.
8211         * objc-lang.c (find_methods): Remove unused gdbarch.
8212         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
8213         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
8214         * stack.c (print_frame_args): Remove unused summary.
8215         * thread.c (thread_apply_command): Remove unused p.
8216         * valarith.c (value_x_unop): Remove unused mangle_ptr.
8217         * valops.c (search_struct_method): Remove unused skip.
8218         * valprint.c (generic_val_print): Remove unused byte_order.
8219         * varobj.c (varobj_update): Remove unused changed.
8220         * cli/cli-cmds.c (complete_command): Remove unused next_item.
8221         (alias_command): Remove unused c.
8222         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
8223         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
8224         format.
8225         (mi_cmd_data_write_memory): Remove unused word_format.
8226         (mi_cmd_data_write_memory_bytes): Remove unused r.
8227         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
8228         p_start, p_end.
8229         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
8230         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
8231         line_width.
8232
8233 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
8234
8235         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
8236         * symtab.c (iterate_over_symtabs): Remove unused s.
8237         (find_pc_sect_symtab): Remove unused pspAce.
8238         (find_pc_sect_line): Remove unused alt_symtab.
8239         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
8240         (completion_list_add_name): Remove unused newsize.
8241
8242 2013-01-31  Tom Tromey  <tromey@redhat.com>
8243
8244         PR c++/14998:
8245         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
8246         TYPE_CODE_FUNC.
8247
8248 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
8249
8250         * target.c (target_read_string): Remove unused origlen.
8251
8252 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
8253
8254         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
8255         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
8256         * ax-general.c (ax_print): Remove unused is_float.
8257         * blockframe.c (block_innermost_frame): Remove unused start, end.
8258         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
8259
8260 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
8261
8262         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
8263         (svr4_read_so_list): Remove unused lmo.
8264         * solib-target.c (solib_target_relocate_section_addresses): Remove
8265         unused flags.
8266
8267 2013-01-30  Tom Tromey  <tromey@redhat.com>
8268
8269         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
8270
8271 2013-01-30  Tom Tromey  <tromey@redhat.com>
8272
8273         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
8274         * utils.c (gnu_debuglink_crc32): Remove.
8275         * utils.h (gnu_debuglink_crc32): Don't declare.
8276
8277 2013-01-30  Tom Tromey  <tromey@redhat.com>
8278
8279         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
8280         (read_structure_type, read_enumeration_type): Remove cast.
8281
8282 2013-01-30  Tom Tromey  <tromey@redhat.com>
8283
8284         * dwarf2read.c (read_namespace_type): Remove cast.
8285         (read_typedef): Likewise.
8286
8287 2013-01-29  Tom Tromey  <tromey@redhat.com>
8288
8289         * dwarf2read.c (free_dwo_file): Remove assert.
8290
8291 2013-01-29  Tom Tromey  <tromey@redhat.com>
8292
8293         * value.c (deprecated_set_value_modifiable): Remove.
8294         * value.h (deprecated_set_value_modifiable): Remove.
8295
8296 2013-01-28  Doug Evans  <dje@google.com>
8297
8298         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
8299         to addresses from dwo files.
8300
8301 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
8302
8303         * valops.c (find_overload_match): Remove unused argument 'lax'.
8304         * value.h: Remove unused argument 'lax' from the declaration of
8305         find_overload_match.
8306         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
8307         to find_overload_match.
8308         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
8309         argument to find_overload_match.
8310
8311 2013-01-25  Tom Tromey  <tromey@redhat.com>
8312
8313         * dwarf2read.c (processing_has_namespace_info): Remove.
8314         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
8315         (process_die, read_func_scope, dwarf2_start_symtab)
8316         (new_symbol_full): Update.
8317
8318 2013-01-25  Tom Tromey  <tromey@redhat.com>
8319
8320         * cp-namespace.c (cp_set_block_scope): Remove.
8321         * cp-support.h (cp_set_block_scope): Remove.
8322         * dbxread.c: Include block.h.
8323         (cp_set_block_scope): New function.
8324         (process_one_symbol): Update.
8325         * dwarf2read.c (read_func_scope): Use block_set_scope.
8326
8327 2013-01-25  Pedro Alves  <palves@redhat.com>
8328
8329         * remote.c (add_current_inferior_and_thread): Tweak comment.
8330
8331 2013-01-25  Tom Tromey  <tromey@redhat.com>
8332
8333         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
8334         (cp_add_using_directive): Add 'copy_names' argument.
8335         * cp-support.h (cp_add_using_directive): Update.
8336         (struct using_direct) <import_src, import_dest, alias,
8337         declaration>: Now const.
8338         * dwarf2read.c (read_import_statement): Use obconcat.
8339         Don't copy names passed to cp_add_using_directive.
8340
8341 2013-01-25  Tom Tromey  <tromey@redhat.com>
8342
8343         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
8344
8345 2013-01-25  Pedro Alves  <palves@redhat.com>
8346
8347         * remote.c (stop_reply_extract_thread): New.
8348         (add_current_inferior_and_thread): New parameter 'wait_status'.
8349         Handle it.
8350         (remote_start_remote): Pass wait status to
8351         add_current_inferior_and_thread.
8352         (extended_remote_run): Update comment.
8353         (extended_remote_create_inferior_1): Pass wait status to
8354         add_current_inferior_and_thread.
8355
8356 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
8357             Ulrich Weigand  <uweigand@de.ibm.com>
8358
8359         * valarith.c (value_vector_widen): New function for replicating a
8360         scalar into a vector.
8361         (value_binop): Use value_vector_widen to widen scalar to vector
8362         rather than casting, this better matches gcc C behaviour.
8363         * valops.c (value_casst): Update logic for casting between vector
8364         types, and for casting from scalar to vector, try to match gcc C
8365         behaviour.
8366         * value.h (value_vector_widen): Declare.
8367         * opencl-lang.c (opencl_value_cast): New opencl specific casting
8368         function, handle special case for casting scalar to vector.
8369         (opencl_relop): Use opencl_value_cast.
8370         (evaluate_subexp_opencl): Use opencl_value_cast instead of
8371         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
8372         in order to use opencl_value_cast.
8373
8374 2013-01-25  Yao Qi  <yao@codesourcery.com>
8375
8376         * event-loop.c: Include "queue.h".
8377         (gdb_event_p): New typedef.
8378         (DECLARE_QUEUE_P): Use.
8379         (DEFINE_QUEUE_P): Use.
8380         (async_queue_event): Remove.
8381         (gdb_event_xfree): New.
8382         (initialize_event_loop): New.
8383         (process_event): Use QUEUE macros.
8384         (event_queue): Remove.
8385         (gdb_wait_for_event): Caller update.
8386         (check_async_event_handlers): Likewise.
8387         (poll_timers): Likewise.
8388         * event-loop.h (initialize_event_loop): Declare.
8389         * event-loop.c (gdb_event_xfree): New.
8390         * top.c (gdb_init): Call initialize_event_loop.
8391
8392 2013-01-25  Yao Qi  <yao@codesourcery.com>
8393
8394         * event-loop.c (async_queue_event): Remove one parameter
8395         'position'.  Remove code handling 'position' == TAIL.
8396         (gdb_wait_for_event): Caller update.
8397         (check_async_event_handlers): Caller update.
8398         (poll_timers): Caller update.
8399         * event-loop.h (enum queue_position): Remove.
8400
8401 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
8402
8403         * MAINTAINERS: Update my email.
8404
8405 2013-01-25  Yao Qi  <yao@codesourcery.com>
8406
8407         * main.c (print_gdb_help): Remove "--epoch" from the help
8408         message.
8409
8410 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
8411
8412         * symtab.c (skip_prologue_using_sal): Consider a file
8413         change the same as an increased line number
8414
8415 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
8416
8417         * MAINTAINERS (Write After Approval): Add myself to the list.
8418
8419 2013-01-24  Tom Tromey  <tromey@redhat.com>
8420
8421         * ada-lang.h (ada_decode_symbol): Make return type const.
8422         * ada-lang.c (ada_decode_symbol): Likewise.
8423
8424 2013-01-23  Doug Evans  <dje@google.com>
8425
8426         * linespec.c (find_linespec_symbols): Make static.
8427
8428 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
8429
8430         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
8431         type on float conversion for complex type.
8432
8433 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
8434
8435         Add a new class gdb.Architecture which exposes GDB's
8436         internal representation of architecture via GDB Python API.
8437         * Makefile.in: Add entries corresponding to the new file
8438         python/py-arch.c.
8439         * NEWS (Python Scripting): Add entries for the new class
8440         gdb.Architecture and the new method gdb.Frame.architecture.
8441         * python/py-arch.c: Implement gdb.Architecture class.
8442         * python/py-frame.c (frapy_arch): Implement the method
8443         gdb.Frame.architecture().
8444         (frame_object_methods): Add 'architecture' to the method table.
8445         * python/python-internal.h: Add declarations of new utility
8446         functions.
8447         * python/python.c (_initialize_python): Initialize
8448         gdb.Architecture class.
8449
8450 2013-01-23  Doug Evans  <dje@google.com>
8451
8452         Work around binutils/15021.
8453         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
8454         type_unit_group out of union s.  All uses updated.
8455         (read_index_from_section): Watch for index version 8.
8456         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
8457         an imported symtab.
8458         (write_psymtabs_to_index): Increment version number to 8.
8459
8460 2013-01-22  Pedro Alves  <palves@redhat.com>
8461
8462         * annotate.c (breakpoint_changed): Skip if breakpoint is not
8463         user-visible.
8464
8465 2013-01-22  Pedro Alves  <palves@redhat.com>
8466
8467         * annotate.c (annotate_breakpoints_changed): Rename to ...
8468         (annotate_breakpoints_invalid): ... this.  Make static.
8469         (breakpoint_changed): Adjust.
8470         (_initialize_annotate): Always install the observers.  Install a
8471         "breakpoint_created" observer.
8472         * annotate.h (annotate_breakpoints_changed): Delete declaration.
8473         * breakpoint.c (set_breakpoint_condition)
8474         (breakpoint_set_commands, do_map_commands_command)
8475         (init_raw_breakpoint, clear_command, set_ignore_count)
8476         (enable_breakpoint_disp): No longer call
8477         annotate_breakpoints_changed.
8478
8479 2013-01-22  Pedro Alves  <palves@redhat.com>
8480
8481         * annotate.c: Include "inferior.h".
8482         (frames_invalid_emitted)
8483         (breakpoints_invalid_emitted): New globals.
8484         (async_background_execution_p): New function.
8485         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
8486         emitting the annotation if it has already been emitted.
8487         (annotate_display_prompt): New function.
8488         * annotate.h (annotate_display_prompt): New declaration.
8489         * event-top.c: Include annotate.h.
8490         (display_gdb_prompt): Call annotate_display_prompt.
8491
8492 2013-01-22  Pedro Alves  <palves@redhat.com>
8493
8494         * annotate.c (ignore_count_changed): Delete.
8495         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
8496         (annotate_ignore_count_change): Delete.
8497         (annotate_stopped): Don't emit a delayed breakpoints-changed
8498         annotation.
8499         * annotate.h (annotate_ignore_count_change): Delete.
8500         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
8501         annotate_ignore_count_change.
8502
8503 2013-01-22  Tom Tromey  <tromey@redhat.com>
8504
8505         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
8506         require_rvalue for a register location.
8507
8508 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
8509
8510         * breakpoint.c (print_one_breakpoint_location): Add MI
8511         field 'thread-groups' when printing a breakpoint.
8512         (output_thread_groups): New function.
8513
8514 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
8515
8516         * python/lib/gdb/commands/explore.py
8517         (CompoundExplorer.explore_expr): Correct the name of a method
8518         being invoked.
8519         (ExploreTypeCommand.invoke): Add a missing 'return'.
8520
8521 2013-01-21  Tom Tromey  <tromey@redhat.com>
8522
8523         * gdb_obstack.h (obconcat): Move declaration here, from...
8524         * symfile.h (obconcat): ... here.
8525         * gdb_obstack.c: New file.
8526         (obconcat): Move from...
8527         * symfile.c (obconcat): ... here.
8528         * Makefile.in (SFILES): Add gdb_obstack.c.
8529         (COMMON_OBS): Add gdb_obstack.o.
8530
8531 2013-01-21  Tom Tromey  <tromey@redhat.com>
8532
8533         * symfile.h (obsavestring): Don't declare.
8534         * symfile.c (obsavestring): Remove.
8535         * ada-exp.y: Use obstack_copy0, not obsavestring.
8536         * ada-lang.c: Use obstack_copy0, not obsavestring.
8537         * coffread.c: Use obstack_copy0, not obsavestring.
8538         * cp-namespace.c: Use obstack_copy0, not obsavestring.
8539         * dbxread.c: Use obstack_copy0, not obsavestring.
8540         * dwarf2read.c: Use obstack_copy0, not obsavestring.
8541         * jit.c: Use obstack_copy0, not obsavestring.
8542         * mdebugread.c: Use obstack_copy0, not obsavestring.
8543         * psymtab.c: Use obstack_copy0, not obsavestring.
8544         * stabsread.c: Use obstack_copy0, not obsavestring.
8545         * xcoffread.c: Use obstack_copy0, not obsavestring.
8546
8547 2013-01-21  Tom Tromey  <tromey@redhat.com>
8548
8549         * dwarf2read.c (fixup_go_packaging): Save package name
8550         on objfile obstack.
8551         * gdbtypes.c (init_type): Don't copy name.
8552
8553 2013-01-21  Tom Tromey  <tromey@redhat.com>
8554
8555         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
8556         const.
8557         (struct attribute) <u.str>: Now const.
8558         (struct fnfieldlist) <name>: Now const.
8559         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
8560         (partial_die_parent_scope): Make return type const.
8561         (partial_die_full_name, add_partial_symbol): Update.
8562         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
8563         'name' const.
8564         (find_file_and_directory): Make 'name' and 'comp_dir' const.
8565         (read_file_scope, read_func_scope, dwarf2_add_field)
8566         (dwarf2_add_member_fn, read_structure_type)
8567         (process_enumeration_scope, read_array_type, read_module_type)
8568         (read_base_type, read_subrange_type): Update.
8569         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
8570         (new_symbol_full, guess_full_die_structure_name): Update.
8571         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
8572         (dwarf2_name): Return const type.
8573         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
8574         const.
8575
8576 2013-01-21  Tom Tromey  <tromey@redhat.com>
8577
8578         * gdbtypes.c (init_type): Make 'name' const.
8579         * gdbtypes.h (init_type): Update.
8580
8581 2013-01-21  Tom Tromey  <tromey@redhat.com>
8582
8583         * buildsym.c (patch_subfile_names): Use set_last_source_file.
8584         (start_symtab): Make 'name' and 'dirname' const.  Use
8585         set_last_source_file.
8586         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
8587         (last_source_file): Define.  Now static.
8588         (set_last_source_file, get_last_source_file): New functions.
8589         * buildsym.h (last_source_file): Don't declare.
8590         (start_symtab): Update.
8591         (set_last_source_file, get_last_source_file): Declare.
8592         * coffread.c (complete_symtab): Use set_last_source_file.
8593         (coff_end_symtab): Likewise.
8594         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
8595         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
8596         set_last_source_file.
8597         (process_one_symbol): Use get_last_source_file.
8598         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
8599         (psymtab_to_symtab_1): Use get_last_source_file.
8600         * xcoffread.c (process_linenos): Use get_last_source_file.
8601         (complete_symtab): Use set_last_source_file.
8602         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
8603         (scan_xcoff_symtab): Use set_last_source_file.
8604
8605 2013-01-21  Tom Tromey  <tromey@redhat.com>
8606
8607         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
8608         (symbol_set_names): Remove casts.  Handle field const-ness.
8609
8610 2013-01-21  Tom Tromey  <tromey@redhat.com>
8611
8612         * dwarf2read.c (new_symbol_full): Remove cast.
8613         * symtab.c (symbol_set_demangled_name): Make 'name' const.
8614         * symtab.h (symbol_set_demangled_name): Update.
8615
8616 2013-01-21  Tom Tromey  <tromey@redhat.com>
8617
8618         * main.c (captured_main): Call bfd_init.
8619
8620 2013-01-21  Tom Tromey  <tromey@redhat.com>
8621
8622         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
8623         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
8624         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
8625         * NEWS: Update.
8626
8627 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8628
8629         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
8630
8631 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8632
8633         Fix gdb.fortran/common-block.exp crash in PIE mode.
8634         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
8635         LOC_COMMON_BLOCK.
8636         * f-valprint.c (info_common_command_for_block): Expect
8637         LOC_COMMON_BLOCK in gdb_assert.
8638         * symtab.h (struct general_symbol_info): Update comment for the
8639         common_block member.
8640         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
8641         (enum address_class): New member LOC_COMMON_BLOCK.
8642
8643 2013-01-18  David Blaikie  <dblaikie@gmail.com>
8644
8645         * MAINTAINERS (Write After Approval): Add "David Blaikie".
8646
8647 2013-01-18  Tom Tromey  <tromey@redhat.com>
8648
8649         PR c++/14999:
8650         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
8651         Call require_rvalue.
8652
8653 2013-01-18  Yao Qi  <yao@codesourcery.com>
8654
8655         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
8656         (dbx_read_symtab): New declaration.
8657         (dbx_psymtab_to_symtab): Delete.
8658         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
8659         Rename parameter PST to SELF.  Exchanged two parameters.
8660         (start_psymtab): Caller update.
8661         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
8662         (dwarf2_read_symtab): New declaration.
8663         (dwarf2_psymtab_to_symtab): Delete.
8664         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
8665         Rename parameter PST to SELF.  Exchanged two parameters.
8666         (create_partial_symtab): Caller update.
8667         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
8668         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
8669         Rename parameter PST to SELF.  Exchanged two parameters.
8670         (parse_partial_symbols, new_psymtab): Caller update.
8671         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
8672         two parameters.
8673         * psymtab.c (psymtab_to_symtab): Caller update.
8674         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
8675         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
8676         Rename parameter PST to SELF.  Exchanged two parameters.
8677         (xcoff_start_psymtab): Caller update.
8678
8679 2013-01-18  Yao Qi  <yao@codesourcery.com>
8680
8681         * infrun.c (proceed): Rename local variable 'oneproc' to
8682         'force_step'.
8683
8684 2013-01-17  Doug Evans  <dje@google.com>
8685
8686         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
8687         (dw2_build_type_unit_groups): Delete.  All uses updated.
8688
8689         * symtab.h (struct symbol_search): Add comment.
8690
8691 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8692
8693         * symtab.c (compare_filenames_for_search): New comment for
8694         HAS_DRIVE_SPEC.
8695
8696 2013-01-17  Tom Tromey  <tromey@redhat.com>
8697
8698         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
8699
8700 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8701
8702         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
8703         initialize it by existing make_cleanup.  Call new do_cleanups.
8704
8705 2013-01-17  Tom Tromey  <tromey@redhat.com>
8706
8707         * cp-abi.c (cp_abi_completer): New function.
8708         (_initialize_cp_abi): Set completer for "set cp-abi".
8709
8710 2013-01-17  Tom Tromey  <tromey@redhat.com>
8711
8712         * mem-break.c: Remove obsolete comment.
8713         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
8714
8715 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
8716
8717         * jit.c (jit_reader_load_command): Interpret the jit reader name
8718         as an absolute path if it begins with a forward slash.
8719
8720 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
8721
8722         PR gdb/14550
8723
8724         * jit.c (finalize_symtab): Ensure that only the global block has a
8725         NULL superblock.
8726
8727 2013-01-17  Pedro Alves  <palves@redhat.com>
8728
8729         * acinclude.m4: Include ../config/plugins.m4,
8730         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
8731         * Makefile.in (aclocal_m4_deps): Update.
8732         * aclocal.m4: Renegerate.
8733
8734 2013-01-16  Doug Evans  <dje@google.com>
8735
8736         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
8737
8738 2013-01-16  Pedro Alves  <palves@redhat.com>
8739             Tom Tromey  <tromey@redhat.com>
8740
8741         PR cli/7221:
8742         * NEWS: Add "catch signal".
8743         * breakpoint.c (base_breakpoint_ops): No longer static.
8744         (bpstat_explains_signal): New function.
8745         (init_catchpoint): No longer static.
8746         (base_breakpoint_explains_signal): New function.
8747         (base_breakpoint_ops): Initialize new field.
8748         * breakpoint.h (enum bpstat_signal_value): New.
8749         (struct breakpoint_ops) <explains_signal>: New field.
8750         (bpstat_explains_signal): Remove macro, declare as function.
8751         (base_breakpoint_ops, init_catchpoint): Declare.
8752         * break-catch-sig.c: New file.
8753         * inferior.h (signal_catch_update): Declare.
8754         * infrun.c (signal_catch): New global.
8755         (handle_syscall_event): Update for change to
8756         bpstat_explains_signal.
8757         (handle_inferior_event): Likewise.  Always handle random signals
8758         via bpstats.
8759         (signal_cache_update): Check signal_catch.
8760         (signal_catch_update): New function.
8761         (_initialize_infrun): Initialize signal_catch.
8762         * Makefile.in (SFILES): Add break-catch-sig.c.
8763         (COMMON_OBS): Add break-catch-sig.o.
8764
8765 2013-01-16  Tom Tromey  <tromey@redhat.com>
8766
8767         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
8768         (print_one_catch_solib, print_one_catch_syscall)
8769         (print_one_catch_exec, print_one_exception_catchpoint): Emit
8770         "catch-type".
8771
8772 2013-01-16  Yao Qi  <yao@codesourcery.com>
8773
8774         * printcmd.c (current_display_number): Make it static.
8775
8776 2013-01-16  Yao Qi  <yao@codesourcery.com>
8777
8778         * infcmd.c (step_once): Don't check '!single_inst' as it was
8779         checked before.
8780
8781 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8782
8783         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
8784
8785 2013-01-14  Tom Tromey  <tromey@redhat.com>
8786
8787         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
8788         set command.
8789         * command.h (add_setshow_string_noescape_cmd): Update.
8790         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
8791         (complete_set_gnutarget): New function.
8792         (_initialize_core): Set the "set gnutarget" completer.
8793
8794 2013-01-14  Tom Tromey  <tromey@redhat.com>
8795
8796         PR symtab/14442:
8797         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
8798         (c_type_print_modifier): Likewise.
8799         * dwarf2read.c (read_tag_restrict_type): New function.
8800         (read_type_die_1): Handle DW_TAG_restrict_type.
8801         * gdbtypes.c (make_restrict_type): New function.
8802         (recursive_dump_type): Handle TYPE_RESTRICT.
8803         * gdbtypes.h (enum type_flag_values): Renumber.
8804         (enum type_instance_flag_value): Add
8805         TYPE_INSTANCE_FLAG_RESTRICT.
8806         (TYPE_RESTRICT): New macro.
8807         (make_restrict_type): Declare.
8808
8809 2013-01-14  Tom Tromey  <tromey@redhat.com>
8810
8811         PR symtab/14931:
8812         * psymtab.c (struct psymtab_state): New.
8813         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
8814         functions.
8815         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
8816         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
8817
8818 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
8819             Pedro Alves  <palves@redhat.com>
8820
8821         PR remote/14786
8822
8823         * remote.c (remote_threads_info): Make a copy of the reply from
8824         qfThreadInfo and use that instead of rs->buf.
8825
8826 2013-01-14  Yao Qi  <yao@codesourcery.com>
8827
8828         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
8829         (dbx_psymtab_to_symtab): Likewise.
8830         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
8831         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
8832         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
8833
8834 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8835
8836         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
8837         make_cleanup_restore_current_language.  Call set_language.  Move
8838         OLD_CHAIN and INNER_CHAIN cleanups.
8839         * utils.c (do_restore_current_language)
8840         (make_cleanup_restore_current_language): New functions.
8841         * utils.h (make_cleanup_restore_current_language): New declaration.
8842
8843 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8844
8845         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
8846         non-existing files.
8847
8848         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
8849         non-existing files if FILENAME is already absolute.
8850
8851 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8852
8853         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
8854         fputs_filtered.  Append trailing newline.
8855
8856 2013-01-11  Yao Qi  <yao@codesourcery.com>
8857             Stan Shebs  <stan@codesourcery.com>
8858
8859         * psymtab.c (init_psymbol_list): Clarify the comment.
8860
8861 2013-01-11  Yao Qi  <yao@codesourcery.com>
8862
8863         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
8864         (update_dprintf_command_list): Assert that 'printf_line' is
8865         non-null.  Remove condition check.
8866
8867 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8868
8869         Code cleanup.
8870         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
8871         type const char *.
8872         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
8873         const char *.
8874         * tui/tui-source.h (tui_source_is_displayed): Likewise.
8875
8876 2013-01-09  Anthony Green  <green@moxielogic.com>
8877
8878         * cp-abi.c (cplus_print_vtable): Don't return value from void
8879         function.
8880         * ada-lang.c (re_set_catch_assert): Ditto.
8881
8882 2013-01-09  Doug Evans  <dje@google.com>
8883
8884         * symfile.h (quick_symbol_functions): Delete member
8885         pre_expand_symtabs_matching.  All uses removed.
8886         * dwarf2read.c (dw2_lookup_symbol): Implement.
8887         (dw2_do_expand_symtabs_matching): Delete.
8888         (dw2_pre_expand_symtabs_matching): Delete.
8889         (struct dw2_symtab_iterator): New type.
8890         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
8891         (dw2_expand_symtabs_for_function): Rewrite.
8892         (dwarf2_gdb_index_functions): Update.
8893         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
8894         (psym_functions): Update.
8895
8896 2013-01-09  Tom Tromey  <tromey@redhat.com>
8897
8898         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
8899         * configure: Rebuild.
8900         * configure.ac: Add somread.o to the build if BFD has SOM
8901         support.
8902         * somread.c: Include som/aout.h, not syms.h.
8903         (som_symtab_read): Use som_external_symbol_dictionary_record.
8904         Unpack records manually.
8905         (_initialize_somread): Declare.
8906
8907 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
8908
8909         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
8910         Cast return_address to 64bits.
8911
8912 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
8913
8914         * printcmd.c: Remove define of function output_command.
8915         * tracepoint.c: Remove extern of function output_command.
8916         * valprint.h: (output_command): New extern.
8917
8918 2013-01-07  Tom Tromey  <tromey@redhat.com>
8919
8920         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
8921         Remove.
8922         (objc_language_defn): Use c_printchar, c_printstr,
8923         c_emit_char.
8924
8925 2013-01-07  Tom Tromey  <tromey@redhat.com>
8926
8927         PR cli/7719:
8928         * NEWS: Update.
8929         * ada-valprint.c (printstr, print_field_values): Remove
8930         "inspect_it" code.
8931         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
8932         code.
8933         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
8934         code.
8935         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
8936         * main.c (captured_main): Remove "epoch" argument.
8937         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
8938         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
8939         * p-valprint.c (pascal_object_print_value_fields): Remove
8940         "inspect_it" code.
8941         * printcmd.c (print_command_1): Remove 'inspect' argument.
8942         (print_command, call_command): Update.
8943         (inspect_command): Remove.
8944         (_initialize_printcmd): Make "inspect" an alias for "print".
8945         * top.c (epoch_interface): Remove.
8946         * top.h (epoch_interface): Remove.
8947         * valprint.c (user_print_options): Update.
8948         (print_converted_chars_to_obstack): Remove "inspect_it" code.
8949         * valprint.h (struct value_print_options) <inspect_it>: Remove
8950         field.
8951
8952 2013-01-04  Tom Tromey  <tromey@redhat.com>
8953
8954         * valprint.h (read_string): Add 'extern'.
8955
8956 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
8957
8958         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
8959         used to decide whether to define darwin_read_dyld_info or not.
8960
8961 2013-01-03  Pierre Muller  <muller@sourceware.org>
8962
8963         * main.c (relocate_gdb_directory): Avoid calling stat function
8964         if DIR is empty.
8965
8966 2013-01-03  Yao Qi  <yao@codesourcery.com>
8967
8968         * psymtab.c (fixup_psymbol_section): Update declaration.
8969         (fixup_psymbol_section): Remove code returning value.
8970
8971 2013-01-03  Yao Qi  <yao@codesourcery.com>
8972
8973         * symtab.h: Remove some out of date comments.
8974          (enum exception_event_kind): Move it ...
8975         * breakpoint.c: ... here.
8976
8977 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
8978
8979         PR gdb/14405
8980         * darwin-nat.c (darwin_read_dyld_info): Only build if
8981         TASK_DYLD_INFO_COUNT is defined.
8982         (darwin_xfer_partial): Call darwin_read_dyld_info only if
8983         TASK_DYLD_INFO_COUNT is defined.
8984
8985 2013-01-02  Tom Tromey  <tromey@redhat.com>
8986
8987         * symfile.h (struct ecoff_debug_hack): Remove.
8988         * objfiles.c: Don't include mdebugread.h.
8989
8990 2013-01-02  Tom Tromey  <tromey@redhat.com>
8991
8992         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
8993         * configure.ac: Check for Mach-O support in BFD.  Update
8994         CONFIG_OBS.
8995         * configure: Rebuild.
8996
8997 2013-01-02  Tom Tromey  <tromey@redhat.com>
8998
8999         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
9000         * configure.ac: Use GDB_AC_CHECK_BFD.
9001         * configure: Rebuild.
9002
9003 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
9004
9005         * MAINTAINERS: Update my email.
9006
9007 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
9008
9009         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
9010
9011 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
9012
9013         * rs6000-nat.c (bss_data_overlap): New function.
9014         (vmap_symtab): Use it to adjust the .bss section's offset.
9015
9016 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
9017
9018         Update year range in copyright notice of all files.
9019
9020 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
9021
9022         * top.c (print_gdb_version): Update copyright year.
9023
9024 For older changes see ChangeLog-2012.
9025 \f
9026 Local Variables:
9027 mode: change-log
9028 left-margin: 8
9029 fill-column: 74
9030 version-control: never
9031 coding: utf-8
9032 End: