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