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