ed302dd1d1ffe2a73cd9dd6ebf2205b8320787c1
[external/binutils.git] / gdb / ChangeLog
1 2013-12-10  Doug Evans  <dje@google.com>
2
3         * interps.h (interp_exec_p): Delete.
4         * interps.c (interp_exec_p): Delete.
5         (interp_exec): Update.  Assert interp->procs->exec_proc != NULL.
6         * mi/mi-interp.c (mi_cmd_interpreter_exec): Update.
7
8 2013-12-10  Yao Qi  <yao@codesourcery.com>
9
10         * amd64-tdep.c (amd64_analyze_stack_align): Call
11         target_read_code instead of target_read_memory.
12         (amd64_analyze_prologue): Call read_code_unsigned_integer
13         instead of read_memory_unsigned_integer.  Call read_code
14         instead of read_memory.
15         (amd64_skip_xmm_prologue): Likewise.
16
17 2013-12-10  Yao Qi  <yao@codesourcery.com>
18
19         * corefile.c (read_code): New function.
20         (read_code_integer): New function.
21         (read_code_unsigned_integer): New function.
22         * gdbcore.h (read_code): Declare.
23         (read_code_integer): Declare.
24         (read_code_unsigned_integer): Declare.
25         * i386-tdep.c (i386_follow_jump): Call target_read_code instead
26         of target_read_memory.  Call read_code_unsigned_integer instead
27         of read_memory_unsigned_integer.
28         (i386_analyze_struct_return): Likewise.
29         (i386_skip_probe): Likewise.
30         (i386_analyze_stack_align): Likewise.
31         (i386_match_pattern): Likewise.
32         (i386_skip_noop): Likewise.
33         (i386_analyze_frame_setup): Likewise.
34         (i386_analyze_register_saves): Likewise.
35         (i386_skip_prologue): Likewise.
36         (i386_skip_main_prologue): Likewise.
37         (i386_frame_cache_1): Likewise.
38
39 2013-12-10  Yao Qi  <yao@codesourcery.com>
40
41         * infrun.c: Include "target-dcache.h".
42         (prepare_for_detach): Call target_dcache_invalidate.
43         (wait_for_inferior): Likewise.
44         (fetch_inferior_event): Likewise.
45         (infrun_thread_stop_requested_callback): Likewise.  Set
46         overlay_cache_invalid to 1.
47
48 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
49
50         * symtab.c (symbol_find_demangled_name): Add handling of
51         Ada symbols.
52
53 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
54
55         * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
56         * NEWS: Expand the entry documenting the new -exec-run --start
57         option to mention the corresponding new entry in the output of
58         "-list-features".
59
60 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
61
62         * windows-nat.c (handle_load_dll): Add comments.
63         (windows_ensure_ntdll_loaded): New function.
64         (do_initial_windows_stuff): Use windows_ensure_ntdll_loaded.
65         Add FIXME comment.
66
67 2013-12-08  Joel Brobecker  <brobecker@adacore.com>
68
69         GDB 7.6.2 released.
70
71 2013-12-08  Yao Qi  <yao@codesourcery.com>
72
73         * stack.c (frame_info): Initialize variable caller_pc.
74
75 2013-12-06  Pedro Alves  <palves@redhat.com>
76
77         * frame.c (enum cached_copy_status): New enum.
78         (struct frame_info) <prev_pc.p>: Change type to enum
79         cached_copy_status.
80         (fprint_frame): Handle not saved and unavailable prev_pc values.
81         (frame_unwind_pc_if_available): Delete and merge contents into ...
82         (frame_unwind_pc): ... here.  Handle OPTIMIZED_OUT_ERROR.  Adjust
83         to use enum cached_copy_status.
84         (frame_unwind_caller_pc_if_available): Delete.
85         (create_new_frame): Adjust.
86         * frame.h (frame_unwind_caller_pc_if_available): Delete
87         declaration.
88         * stack.c (frame_info): Use frame_unwind_caller_pc instead of
89         frame_unwind_caller_pc_if_available, and handle
90         NOT_AVAILABLE_ERROR and OPTIMIZED_OUT_ERROR errors.
91         * valprint.c (val_print_optimized_out): Use val_print_not_saved.
92         (val_print_not_saved): New function.
93         * valprint.h (val_print_not_saved): Declare.
94
95 2013-12-06  Andrew Burgess  <aburgess@broadcom.com>
96             Pedro Alves  <palves@redhat.com>
97
98         * exceptions.h (errors): Add OPTIMIZED_OUT_ERROR.
99         * dwarf2loc.c (write_pieced_value): Throw OPTIMIZED_OUT_ERROR.
100         * frame.c (frame_unwind_register): Throw OPTIMIZED_OUT_ERROR.
101         * spu-tdep.c (spu_software_single_step): Throw
102         OPTIMIZED_OUT_ERROR.
103         * valops.c (value_assign): Throw OPTIMIZED_OUT_ERROR.
104
105 2013-12-06  Tom Tromey  <tromey@redhat.com>
106
107         * objfiles.c (free_objfile): Update comment.
108
109 2013-12-06  Tom Tromey  <tromey@redhat.com>
110
111         * objfiles.h (objfile_to_front): Remove.
112         * objfiles.c (objfile_to_front): Remove.
113
114 2013-12-06  Tom Tromey  <tromey@redhat.com>
115
116         * minsyms.c (get_symbol_leading_char): Remove unnecessary
117         declaration.
118
119 2013-12-06  Tom Tromey  <tromey@redhat.com>
120
121         * psympriv.h (struct partial_symtab) <user>: Move earlier.
122
123 2013-12-06  Tom Tromey  <tromey@redhat.com>
124
125         * cli/cli-cmds.c (edit_command): Use paddress, not hex_string.
126         (list_command): Likewise.
127
128 2013-12-06  Tom Tromey  <tromey@redhat.com>
129
130         * psymtab.c (allocate_psymtab): Put the filename in the filename
131         bcache.
132
133 2013-12-06  Tom Tromey  <tromey@redhat.com>
134
135         * buildsym.c (end_symtab_from_static_block): Use obstack_copy0.
136         * symtab.h (struct symtab) <dirname>: Now const.
137
138 2013-12-06  Tom Tromey  <tromey@redhat.com>
139
140         * symfile.c (allocate_symtab): Remove cast.
141         * symtab.h (struct symtab) <filename>: Now const.
142
143 2013-12-06  Tom Tromey  <tromey@redhat.com>
144
145         * break-catch-throw.c (fetch_probe_arguments): Use
146         get_probe_argument_count and evaluate_probe_argument.
147         * elfread.c (elf_get_probe_argument_count)
148         (elf_can_evaluate_probe_arguments, elf_evaluate_probe_argument)
149         (elf_compile_to_ax): Remove.
150         (elf_probe_fns): Update.
151         * probe.c (get_probe_argument_count, can_evaluate_probe_arguments)
152         (evaluate_probe_argument): Call method on probe, not via sym
153         functions.
154         * stap-probe.c (compute_probe_arg): Use get_probe_argument_count,
155         evaluate_probe_argument.
156         (compile_probe_arg): Use get_probe_argument_count.  Call method on
157         probe, not via sym functions.
158         * symfile-debug.c (debug_sym_get_probe_argument_count)
159         (debug_can_evaluate_probe_arguments)
160         (debug_sym_evaluate_probe_argument, debug_sym_compile_to_ax):
161         Remove.
162         (debug_sym_probe_fns): Remove.
163         * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
164         can_evaluate_probe_arguments, sym_evaluate_probe_argument,
165         sym_compile_to_ax>: Remove fields.
166
167 2013-12-06  Pierre Muller  <muller@sourceware.org>
168
169         Fix completion for pascal language.
170         * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
171         (exp : field_exp name COMPLETE): New rule.
172         (exp : SIZEOF): Set correct current_type.
173         (last_was_structop): Remove static variable.
174         (yylex): Remove saw_structop local variable.
175         Adapt code to removal of variables above.
176
177 2013-12-06  Joel Brobecker  <brobecker@adacore.com>
178
179         * frame.c (get_prev_frame_1): Delete variable "this_id".
180         Replace its use by a call to get_frame_id.
181
182 2013-12-05  Anthony Green  <green@moxielogic.com>
183
184         * moxie-tdep.c (moxie_software_single_step): New function.
185         (INST2OFFSET): New helper macro.
186         (moxie_gdbarch_init): Call set_gdbarch_software_single_step.
187         (moxie_process_readu): Move this up in the file.
188
189 2013-12-05  Doug Evans  <xdje42@gmail.com>
190
191         * auto-load.c (load_auto_scripts_for_objfile): Add some comments.
192
193 2013-12-05  Joel Brobecker  <brobecker@adacore.com>
194             Tristan Gingold  <gingold@adacore.com>
195
196         * amd64-windows-tdep.c (amd64_windows_frame_decode_insns):
197         Accept version 2.  Ignore operations using opcode 6.
198
199 2013-12-05  Joel Brobecker  <brobecker@adacore.com>
200
201         * ada-lex.l (find_dot_all): Fix coding style violations.
202
203 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
204
205         * NEWS:  Add section for Intel(R) Architecture Instructions
206         Extesions mentioning MPX.
207
208 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
209
210         * ada-lex.l (find_dot_all): Use strncasecmp instead of strncmp.
211
212 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
213
214         * ada-lang.c (create_excep_cond_exprs): Force EXP to NULL
215         when parse_exp_1 threw an error.  Add comment.
216
217 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
218
219         * NEWS: Mention "-list-features" in the entry documenting
220         the support for the "--language" option.
221
222 2013-12-03  Tom Tromey  <tromey@redhat.com>
223             Jan Kratochvil  <jan.kratochvil@redhat.com>
224             Doug Evans  <dje@google.com>
225             Samuel Bronson  <naesten@gmail.com>
226
227         Bring back gdb-add-index as a contrib script.
228         * contrib/gdb-add-index.sh: New file.
229         * NEWS: Note the addition.
230
231 2013-12-03  Samuel Bronson  <naesten@gmail.com>
232
233         * MAINTAINERS (Write After Approval): Add myself to the list.
234
235 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
236
237         * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
238
239 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
240
241         * mi/mi-main.c: Remove trailing spaces throughout.
242
243 2013-12-03  Pedro Alves  <palves@redhat.com>
244             Joel Brobecker  <brobecker@adacore.com>
245
246         * exceptions.h (enum_errors) <UNDEFINED_COMMAND_ERROR>: New enum.
247         * mi/mi-parse.c (mi_parse): Throw UNDEFINED_COMMAND_ERROR instead
248         of a regular error when the GDB/MI command does not exist.
249         * mi/mi-main.c (mi_cmd_list_features): Add
250         "undefined-command-error-code".
251         (mi_print_exception): Print an "undefined-command"
252         error code if EXCEPTION.ERROR is UNDEFINED_COMMAND_ERROR.
253         * NEWS: Add entry documenting the new "code" variable in
254         "^error" result records.
255
256 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
257
258         * mi/mi-cmds.h (mi_cmd_info_gdb_mi_command): Declare.
259         * mi/mi-cmd-info.c (mi_cmd_info_gdb_mi_command): New function.
260         * mi/mi-cmds.c (mi_cmds): Add -info-gdb-mi-command command.
261         * mi/mi-main.c (mi_cmd_list_features): Add "info-gdb-mi-command"
262         field to output of "-list-features".
263
264         * NEWS: Add entry for new -info-gdb-mi-command.
265
266 2013-12-02  Doug Evans  <dje@google.com>
267             Jan Kratochvil  <jan.kratochvil@redhat.com>
268
269         * objfiles.c (allocate_objfile): Save original_name as an absolute
270         path.
271         * objfiles.h (struct objfile): Expand comment on original_name.
272         * source.c (openp): Call gdb_abspath.
273         * utils.c (gdb_abspath): New function.
274         * utils.h (gdb_abspath): Declare.
275
276 2013-12-02  Pedro Alves  <palves@redhat.com>
277
278         * dcache.c (dcache_read_line): Use target_read_raw_memory.
279         * target.c (target_read_raw_memory): New function.
280         (target_read_stack, target_write_memory, target_write_raw_memory):
281         Update comment.
282         (target_read_code): Add comment.
283         * target.h (target_read_raw_memory): Declare.
284
285 2013-12-02  Pedro Alves  <palves@redhat.com>
286
287         * ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
288         unconditionally.
289
290 2013-12-02  Pedro Alves  <pedro@codesourcery.com>
291             Maciej W. Rozycki  <macro@codesourcery.com>
292
293         * remote.c (putpkt_for_catch_errors): Remove function.
294         (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet
295         gracefully.
296
297 2013-12-02  Pedro Alves  <palves@redhat.com>
298
299         PR remote/15974
300         * remote-notif.c (handle_notification): Return early if no
301         notification is found.
302
303 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
304
305         * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
306         preprocessor check.
307
308 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
309
310         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h".
311
312 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
313
314         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_stat.h".
315         * ctf.c (ctf_start): Remove obsolete comment.
316
317 2013-12-02  Joel Brobecker  <brobecker@adacore.com>
318
319         * Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h".
320
321 2013-11-30  Doug Evans  <xdje42@gmail.com>
322
323         * auto-load.h (script_language): New members name, auto_load_enabled.
324         Add missing comments on struct members.
325         (auto_load_objfile_script): Delete.
326         * auto-load.c: #include "cli/cli-cmds.h".
327         (auto_load_gdb_scripts_enabled): New function.
328         (script_language_gdb): Update, add new members.
329         (source_gdb_script_for_objfile): Simplify, auto-load safe-checking
330         and call to maybe_add_script moved to caller.
331         (auto_load_objfile_script_1): Auto-load safe-checking and
332         call to maybe_add_script moved here.
333         (auto_load_objfile_script): Make static.  Early exit if support for
334         scripting language hasn't been compiled in, or auto-loading has been
335         disabled.
336         (source_section_scripts): Argument "source_name" renamed to
337         "section_name".  All uses updated.  Replace uses of AUTO_SECTION_NAME
338         with section_name.  Skip loading script if support for scripting
339         language hasn't been compiled in, or auto-loading has been disabled.
340         Call language->source_script_for_objfile instead of calling
341         source_python_script_for_objfile directly.
342         (load_auto_scripts_for_objfile): Update.
343         * python/py-auto-load.c: Delete #include "cli/cli-cmds.h".
344         (gdbpy_load_auto_script_for_objfile): Delete.
345         (auto_load_python_scripts_enabled): New function.
346         (script_language_python): Update, add new members.
347         (gdbpy_script_language_defn): New function.
348         * python/python.h (gdbpy_load_auto_scripts_for_objfile): Delete.
349         (gdbpy_script_language_defn): Declare.
350
351         * auto-load.c (AUTO_SECTION_NAME): Moved here and renamed from
352         py-auto-load.c, GDBPY_AUTO_SECTION_NAME.
353         (source_section_scripts): Moved here from py-auto-load.c.
354         (auto_load_section_scripts): Ditto.
355         * python/py-auto-load.c (GDBPY_AUTO_SECTION_NAME): Moved to
356         auto-load.c, renamed AUTO_SECTION_NAME.
357         (source_section_scripts, auto_load_section_scripts): Moved to
358         auto-load.c.
359
360 2013-11-30  Yao Qi  <yao@codesourcery.com>
361
362         * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
363
364 2013-11-29  Sergio Durigan Junior  <sergiodj@redhat.com>
365
366         * gdbarch.sh: Remove include of "gdb_string.h", replace by
367         <string.h>.
368
369 2013-11-29  Doug Evans  <xdje42@gmail.com>
370
371         * python/py-auto-load.c (source_section_scripts): Move comment to
372         more relevant location.
373
374         Whitespace cleanup.
375         * python/py-breakpoint.c: Remove trailing whitespace.
376         * python/py-cmd.c: Ditto.
377         * python/py-evts.c: Ditto.
378         * python/py-finishbreakpoint.c: Ditto.
379         * python/py-frame.c: Ditto.
380         * python/py-function.c: Ditto.
381         * python/py-inferior.c: Ditto.
382         * python/py-infthread.c: Ditto.
383         * python/py-param.c: Ditto.
384         * python/py-prettyprint.c: Ditto.
385         * python/py-symbol.c: Ditto.
386         * python/py-type.c: Ditto.
387         * python/py-utils.c: Ditto.
388         * python/py-value.c: Ditto.
389         * python/python-internal.h: Ditto.
390         * python/python.c: Ditto.
391
392 2013-11-29  Pedro Alves  <palves@redhat.com>
393
394         * unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
395
396 2013-11-29  Pedro Alves  <palves@redhat.com>
397
398         * breakpoint.c (build_target_condition_list): Release previous
399         conditions.
400         (build_target_command_list): Release previous commands.
401         (bp_location_dtor): Release target conditions and commands.
402         * remote.c (remote_add_target_side_condition): Don't release
403         conditions.
404         (remote_add_target_side_commands): Don't release commands.
405
406 2013-11-29  Yao Qi  <yao@codesourcery.com>
407             Pedro Alves  <palves@redhat.com>
408
409         * dcache.c (dcache_read_line): Use current_target.beneath
410         instead of &current_target.
411         * target.c (memory_xfer_partial_1): Factor code out to ...
412         (raw_memory_xfer_partial): ... it.  New function.
413         (target_xfer_partial): Call raw_memory_xfer_partial if OBJECT
414         is TARGET_OBJECT_RAW_MEMORY.
415
416 2013-11-28  Doug Evans  <xdje42@gmail.com>
417
418         * breakpoint.h (gdbpy_breakpoint_object): Renamed from
419         breakpoint_object.  All uses updated.
420         * python/python-internal.h (gdbpy_breakpoint_object): Renamed from
421         breakpoint_object.  All uses updated.
422         * python.c (*): All uses of breakpoint_object updated.
423         * python.h (*): All uses of breakpoint_object updated.
424         * python/py-breakpoint.c (*): All uses of breakpoint_object updated.
425         * python/py-finishbreakpoint.c (*): Ditto.
426
427 2013-11-28  Doug Evans  <xdje42@gmail.com>
428
429         * configure.ac: Add comments delineating libpython and libmcheck.
430         * configure: Regenerate.
431
432 2013-11-28  Andrew Burgess  <aburgess@broadcom.com>
433             Pedro Alves  <palves@redhat.com>
434
435         * valprint.c (value_check_printable): If the value is entirely
436         unavailable, print a single "<unavailable>" instead of printing
437         all subfields.
438
439 2013-11-28  Pedro Alves  <palves@redhat.com>
440
441         * frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
442         Add "set debug frame" output.
443         (frame_stop_reason_symbol_string): New function.
444
445 2013-11-28  Pedro Alves  <palves@redhat.com>
446
447         * frame-unwind.c (default_frame_unwind_stop_reason): Return
448         UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
449         * frame.c (get_prev_frame_1): Remove outer_frame_id check.
450
451 2013-11-28  Pedro Alves  <palves@redhat.com>
452
453         * frame.c (get_prev_frame_1): If the frame id is outer_frame_id,
454         set the unwind stop reason to UNWIND_OUTERMOST, not
455         UNWIND_NULL_ID.  Remove explicit check for sentinel frame.
456
457 2013-11-28  Pedro Alves  <palves@redhat.com>
458
459         * frame.c (frame_unwind_register): Say the register was "not
460         saved" instead of "optimized out".
461
462 2013-11-27  Steffen Sledz  <sledz@dresearch-fe.de>
463
464         PR 16152
465         * configure: Rebuild.
466         * configure.ac: Tighten cygwin detection check.
467
468 2013-11-27  Pedro Alves  <palves@redhat.com>
469
470         * frame-unwind.c (frame_unwind_got_optimized): Use the type of the
471         register in the previous frame's arch.
472
473 2013-11-27  Pedro Alves  <palves@redhat.com>
474
475         * frame-unwind.c (frame_unwind_got_optimized): Return
476         an lval_register value instead of a not_lval value.
477
478 2013-11-27  Andrew Burgess  <aburgess@broadcom.com>
479
480         * frame.c: Include "valprint.h".
481         (frame_unwind_register_value): Use value_optimized_out.
482         * value.c (value_fetch_lazy): Likewise.
483
484 2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
485
486         * value.c (allocate_optimized_out_value): Mark value as non-lazy.
487
488 2013-11-26  Tom Tromey  <tromey@redhat.com>
489
490         * dwarf2-frame.c (dwarf2_frame_cache): Revert patch from
491         2013-11-22.
492
493 2013-11-26  Walfred Tedeschi  <walfred.tedeschi@intel.com>
494
495         * i386-xstate.h (I386_XSTATE_MPX): New Macro.
496         (I386_XSTATE_MPX_MASK): Makes use of I386_XSTATE_MPX.
497         (HAS_MPX): New macro.
498         (HAS_AVX): New macro.
499         (I386_XSTATE_SIZE): Uses HAS_MPX and HAS_AVX.
500
501 2013-11-25  Keith Seitz  <keiths@redhat.com>
502
503         PR c++/14819
504         * c-exp.y (classify_inner_name): If no matching symbol was
505         found, try looking up the token as a base class.
506         Likewise if a constructor was found.
507         * cp-namespace.c (find_type_baseclass_by_name): New function.
508         * cp-support.h (find_type_baseclass_by_name): Declare.
509         * valops.c (value_struct_elt_for_reference): If we get
510         a non-static field, try to get a value based on the
511         current instance, if any.
512
513 2013-11-24  Yao Qi  <yao@codesourcery.com>
514
515         * disasm.c (dis_asm_read_memory): Call target_read_code
516         instead of target_read_memory.
517
518 2013-11-24  Yao Qi  <yao@codesourcery.com>
519
520         * NEWS: Add note on new "set code-cache" option.
521         * target-dcache.c (code_cache_enabled_1): New variable.
522         (code_cache_enabled): New variable.
523         (show_code_cache, set_code_cache): New function.
524         (code_cache_enabled_p): New function.
525         (_initialize_target_dcache): Register command.
526         * target-dcache.h (code_cache_enabled_p): Declare.
527         * target.c (memory_xfer_partial_1):Handle
528         TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
529         (target_read_code): New function.
530         * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
531         New.
532         (target_read_code): Declare.
533
534 2013-11-24  Yao Qi  <yao@codesourcery.com>
535
536         * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
537         (stack_cache_enabled_1): ... this.  New variable.
538         (stack_cache_enabled_p): Rename to ...
539         (stack_cache_enabled): ... this.  New variable.
540         (set_stack_cache_enabled_p): Rename to ...
541         (set_stack_cache): ... this.  Update caller.
542         (show_stack_cache_enabled_p): Rename to ...
543         (show_stack_cache): ... this.  Update caller.
544         (stack_cache_enabled): Rename to ...
545         (stack_cache_enabled_p): ... this.  Update caller.
546         (_initialize_target_dcache): Replace "data cache" with
547         "target memory cache".
548         * target-dcache.h (stack_cache_enabled): Remove declaration.
549         (stack_cache_enabled_p): Add declaration.
550
551 2013-11-23  Doug Evans  <xdje42@gmail.com>
552
553         * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,
554         superfluous.
555
556 2013-11-23  Doug Evans  <xdje42@gmail.com>
557
558         * python/py-frame.c (frapy_block): Fix error message text.
559
560 2013-11-23  Doug Evans  <xdje42@gmail.com>
561
562         * cli/cli-script.c (multi_line_command_p): New function.
563         (recurse_read_control_structure, read_command_lines_1): Call it.
564         (execute_control_command): Consistently have a blank line between
565         each case.
566
567 2013-11-22  Sterling Augustine  <saugustine@google.com>
568
569         PR gdb/16196:
570         * valprint.c (read_string): Set new variable fetchlen based on
571         fetchlimit and size.  Use it in call to partial_memory_read.
572         Update comment.
573
574 2013-11-22  Tom Tromey  <tromey@redhat.com>
575
576         PR backtrace/16155:
577         * dwarf2-frame.c (dwarf2_frame_cache): Set undefined_retaddr if
578         the return address column is unspecified.
579
580 2013-11-22  Tom Tromey  <tromey@redhat.com>
581             Pedro Alves  <palves@redhat.com>
582
583         PR backtrace/16155
584         * value.c (value_fetch_lazy): Internal error if
585         get_frame_register_value returns the same register.
586
587 2013-11-22  Pedro Alves  <palves@redhat.com>
588             Tom Tromey  <tromey@redhat.com>
589
590         * frame.c (frame_stash_add): Now returns whether a frame with the
591         same ID was already known.
592         (compute_frame_id): New function, factored out from get_frame_id.
593         (get_frame_id): No longer lazilly compute the frame id here.
594         (get_prev_frame_if_no_cycle): New function.  Detects wider stack
595         cycles.
596         (get_prev_frame_1): Use it instead of get_prev_frame_raw directly,
597         and checking for stack cycles here.
598
599 2013-11-22  Pedro Alves  <palves@redhat.com>
600
601         PR 16155
602         * frame.c (get_prev_frame_1): Do the UNWIND_SAME_ID check between
603         this frame and the new previous frame, not between this frame and
604         the next frame.
605
606 2013-11-22  Pedro Alves  <palves@redhat.com>
607
608         PR 16155
609         * dwarf2-frame.c (struct dwarf2_frame_cache)
610         <checked_tailcall_bottom, entry_cfa_sp_offset,
611         entry_cfa_sp_offset_p>: New fields.
612         (dwarf2_frame_cache): Adjust to use the new cache fields instead
613         of locals.  Don't call dwarf2_tailcall_sniffer_first here.
614         (dwarf2_frame_prev_register): Call it here, but only once.
615
616 2013-11-21  Doug Evans  <xdje42@gmail.com>
617
618         * gdbtypes.c: #include bcache.h, dwarf2loc.h.
619         (type_equality_entry): Move here from python/py-type.c.
620         (type_equality_entry_d): Ditto.
621         (compare_maybe_null_strings, check_types_equal): Ditto.
622         (check_types_worklist, types_deeply_equal): Ditto.
623         * gdbtypes.h (types_deeply_equal): Declare.
624         * python/py-type.c: Remove inclusion of bcache.h, dwarf2loc.h.
625         (typy_richcompare): Update.
626
627 2013-11-20  Joel Brobecker  <brobecker@adacore.com>
628
629         * python/py-value.c (is_intlike): Delete.
630         (valpy_int): Replace use of CHECK_TYPEDEF and is_intlike
631         by use of is_integral_type.
632         (valpy_long): Replace use of CHECK_TYPEDEF and is_intlike
633         by use of is_integral_type and check for TYPE_CODE_PTR.
634
635 2013-11-20  Tom Tromey  <tromey@redhat.com>
636
637         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
638         strerror module.
639         * gnulib/aclocal.m4: Update.
640         * gnulib/config.in: Update.
641         * gnulib/configure: Update.
642         * gnulib/import/Makefile.am: Update.
643         * gnulib/import/Makefile.in: Update.
644         * gnulib/import/errno.in.h: Remove.
645         * gnulib/import/intprops.h: Remove.
646         * gnulib/import/m4/errno_h.m4: Remove.
647         * gnulib/import/m4/gnulib-cache.m4: Update.
648         * gnulib/import/m4/gnulib-comp.m4: Update.
649         * gnulib/import/m4/strerror.m4: Remove.
650         * gnulib/import/m4/sys_socket_h.m4: Remove.
651         * gnulib/import/strerror-override.c: Remove.
652         * gnulib/import/strerror-override.h: Remove.
653         * gnulib/import/strerror.c: Remove.
654         * gnulib/update-gnulib.sh: Update.
655
656 2013-11-20  Yao Qi  <yao@codesourcery.com>
657
658         * target-dcache.c (target_dcache_get_or_init): Call
659         set_address_space_data if 'dcache' is NULL.
660
661 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
662
663         * common/i386-gcc-cpuid.h (bit_MPX): Synchronize with gcc file.
664
665 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
666
667         * python/lib/gdb/command/bound_register.py: New file.
668         * data-directory/Makefile.in: Copy bond_register.py to the right path
669         to be initialized at gdb startup.
670
671 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
672
673         * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset):
674         Add MPX registers.
675         (amd64_linux_read_description): Add initialization for MPX and
676         AVX independently.
677         * amd64-linux-tdep.c: Includes features/i386/amd64-mpx-linux.c.
678         (amd64_linux_gregset_reg_offset): Add MPX registers.
679         (amd64_linux_core_read_description): Add initialization for MPX
680         registers.
681         (_initialize_amd64_linux_tdep): Initialize MPX targets.
682         * amd64-linux-tdep.h (AMD64_LINUX_RAX_REGNUM): Set it to the last
683         register on the list.
684         (tdesc_amd64_mpx_linux) Add new target  for MPX.
685         * amd64-tdep.c: Includes features/i386/amd64-mpx.c.
686         (amd64_mpx_names): MPX register names.
687         (amd64_init_abi): Add MPX register while initializing the ABI.
688         (_initialize_amd64_tdep): Initialize MPX targets.
689         * amd64-tdep.h (amd64_regnum): Add MPX registers.
690         (AMD64_NUM_REGS): Set number of registers taking MPX into account.
691
692 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
693
694         * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Add MPX
695         registers on the range of registers to be read from
696         xsave buffer.
697         (i386_linux_read_description): Add case for MPX.
698         * i386-linux-tdep.c: Include features/i386/i386-mpx-linux.c.
699         (i386_linux_gregset_reg_offset): Add MPX registers.
700         (i386_linux_core_read_description): Initialize also MPX.
701         (_initialize_i386_linux_tdep): Add mpx initialization.
702         * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,
703         mpx_register_names.
704         (i386_regnum): Add MPX registers.
705         (I386_MPX_NUM_REGS): New macro.
706         (i386_bnd_regnum_p): New function.
707         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set
708         number of registers to be the number of BNDSTATUS.
709         (tdesc_i386_mpx_linux): Add description for MPX Linux registers.
710         * i386-tdep.c: Include features/i386/i386-mpx.c.
711         (i386_mpx_names): Add MPX register names array.
712         (i386_bnd_names): Add bnd pseudo register names array.
713         (i386_bndr_regnum_p): Lookup register numbers for bnd raw
714         registers.
715         (i386_bndr_regnum_p): Lookup register numbers for bnd raw registers.
716         (386_mpx_ctrl_regnum_p): Lookup register numbers for MPX control
717         registers.
718         (i386_bnd_type): New function.
719         (i386_pseudo_register_type): Use i386_bnd_type for bnd pseudo
720         register types.
721         (i386_pseudo_register_read_into_value): Add bnd case.
722         (i386_pseudo_register_write): Add bnd pseudo registers.
723         (i386_register_reggroup_p): Add MPX register to the group all.
724         (i386_validate_tdesc_p): Add MPX to the target  description
725         validation.
726         (i386_pseudo_register_name): Add bnd pseudo registers.
727         (i386_gdbarch_init): Add MPX for architecture initialization.
728         (_initia_initialize_i386_tdep): Add mpx initialization.
729         * i387-tdep.c (xsave_mpx_offset): New vector for MPX offsets on
730         XSAVE buffer.
731         (XSAVE_MPX_ADDR): New macro.
732         (i387_supply_xsave): Add MPX case.
733         (i387_collect_xsave): Add MPX case.
734         * i387-tdep.h (I387_BND0R_REGNUM): New macro.
735         (I387_BNDCFGU_REGNUM): New macro.
736         (I387_NUM_MPX_REGS): New macro.
737         (I387_NUM_BND_REGS): New macro.
738         (I387_NUM_MPX_CTRL_REGS): New macro.
739         (I387_MPXEND_REGNUM): New macro.
740         * common/i386-xstate.h (I386_XSTATE_BNDREGS): New macro.
741         (I386_XSTATE_BNDCFG): Likewise.
742         (I386_XSTATE_MPX_MASK): Likewise.
743         (I386_XSTATE_ALL_MASK): New macro represents flags for all states.
744         (I386_XSTATE_BNDREGS_SIZE): New macro.
745         (I386_XSTATE_BNDCFG_SIZE): Likewise.
746         (I386_XSTATE_SIZE): Adapt for MPX.
747         (I386_XSTATE_MAX_SIZE): Likewise.
748
749 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
750
751         * features/i386/Makefile: Adapts for using MPX registers.
752         * features/i386/32bit-mpx.xml: New file.
753         * features/i386/64bit-mpx.xml: Likewise.
754         * features/i386/amd64-mpx-linux.c: Likewise.
755         * features/i386/amd64-mpx-linux.xml: Likewise.
756         * features/i386/amd64-mpx.c: Likewise.
757         * features/i386/amd64-mpx.xml: Likewise.
758         * features/i386/i386-mpx-linux.c: Likewise.
759         * features/i386/i386-mpx-linux.xml: Likewise.
760         * features/i386/i386-mpx.c: Likewise.
761         * features/i386/i386-mpx.xml: Likewise.
762         * regformats/i386/amd64-mpx-linux.dat: New file.
763         * regformats/i386/amd64-mpx.dat: Likewise.
764         * regformats/i386/i386-mpx-linux.dat: Likewise.
765         * regformats/i386/i386-mpx.dat: Likewise.
766
767 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
768
769         * target-descriptions.c (maint_print_maint_print_c_tdesc_cmd):
770         Modified logic of creating a bitfield to be in sync with
771         tdesc_gdb_type.
772
773 2013-11-20  Will Newton  <will.newton@linaro.org>
774
775         * arm-tdep.c (arm_get_next_pc): Remove "Infinite loop detected"
776         error message.
777
778 2013-11-20  Yao Qi  <yao@codesourcery.com>
779
780         * progspace.h (struct address_space_data): Declare.
781         * target-dcache.c: Include "progspace.h".
782         (target_dache): Remove.
783         (target_dcache_aspace_key): New.
784         (target_dcache_cleanup): New function.
785         (target_dcache_init_p): Get data through
786         target_dcache_aspace_key.
787         (target_dcache_invalidate): Likewise.
788         (target_dcache_get): Likewise.
789         (target_dcache_get_or_init): Likewise.
790         (_initialize_target_dcache): Initialize
791         target_dcache_aspace_key.
792
793 2013-11-20  Yao Qi  <yao@codesourcery.com>
794
795         * progspace.c (struct address_space): Update comments.
796         <REGISTRY_FIELDS>: New fields.
797         DEFINE_REGISTRY for address_space.
798         (new_address_space): Call address_space_alloc_data.
799         (free_address_space): Call address_space_free_data.
800         * progspace.h: Use DECLARE_REGISTRY.
801
802 2013-11-20  Yao Qi  <yao@codesourcery.com>
803
804         * Makefile.in (SFILES):Add target-dcache.c.
805         (HFILES_NO_SRCDIR): Add target-dcache.h.
806         (COMMON_OBS): Add target-dcache.o.
807         * dcache.c: Remove inclusion to "target.h".  Include
808         "target-dcache.h".
809         * memattr.c: Include "target-dcache.h".
810         * top.c: Likewise.
811         * tracepoint.c: Likewise.
812         * target.c: (stack_cache_enabled_p_1): Move to
813         target-dcache.c.
814         (stack_cache_enabled_p): Likewise.
815         (set_stack_cache_enabled_p): Likewise.
816         (show_stack_cache_enabled_p): Likewise.
817         (target_dcache, target_dcache_init_p): Likewise.
818         (target_dcache_invalidate): Likewise.
819         (target_dcache_get, target_dcache_get_or_init): Likewise.
820         (memory_xfer_partial_1): Call function stack_cache_enabled.
821         (initialize_target): Move code to target-dcache.c.
822         * target.h (target_dcache_invalidate): Move to
823         target-dcache.h.
824         (target_dcache_get): Likewise.
825         * target-dcache.c: New.
826         * target-dcache.h: New.
827
828 2013-11-20  Yao Qi  <yao@codesourcery.com>
829
830         * target.c (memory_xfer_partial_1): Update 'target_dcache' if
831         it is initialized.
832
833 2013-11-20  Yao Qi  <yao@codesourcery.com>
834
835         * dcache.c (last_cache): Remove.
836         (dcache_free, dcache_init): Update.
837         (dcache_update):
838         (dcache_print_line): Add parameter 'dcache'.  Replace
839         'target_dcache' with 'dcache'.
840         (dcache_info): Move code to dcache_info_1. Call
841         'dcache_info_1'.
842         (dcache_info_1): New function.
843         (set_dcache_size): Call target_dcache_invalidate.
844         (set_dcache_line_size): Call target_dcache_invalidate.
845         * target.c (target_dcache_init_p): New function.
846         (target_dcache_invalidate): Check target_dcache_init_p first.
847         (target_dcache_get, target_dcache_get_or_init): New function.
848         (memory_xfer_partial_1): Adjust.
849         (initialize_target): Don't initialize 'target_dcache'.
850         * target.h (struct dcache_struct): Declare.
851         (target_dcache_get): Declare.
852
853 2013-11-19  Yao Qi  <yao@codesourcery.com>
854
855         * varobj.c (varobj_get_type): Fix typo.
856
857 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
858
859         * python/py-value.c (is_intlike): Add TYPE_CODE_RANGE handling.
860
861 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
862
863         * contrib/ari/gdb_ari.sh: Remove checks for "dirent.h" and
864         "stat.h".
865
866 2013-11-18  Tom Tromey  <tromey@redhat.com>
867
868         * common/gdb_stat.h: Remove.
869         * ada-lang.c: Use sys/stat.h, not gdb_stat.h.
870         * common/filestuff.c: Use sys/stat.h, not gdb_stat.h.
871         * common/linux-osdata.c: Use sys/stat.h, not gdb_stat.h.
872         * corefile.c: Use sys/stat.h, not gdb_stat.h.
873         * ctf.c: Use sys/stat.h, not gdb_stat.h.
874         * darwin-nat.c: Use sys/stat.h, not gdb_stat.h.
875         * dbxread.c: Use sys/stat.h, not gdb_stat.h.
876         * dwarf2read.c: Use sys/stat.h, not gdb_stat.h.
877         * exec.c: Use sys/stat.h, not gdb_stat.h.
878         * gdbserver/linux-low.c: Use sys/stat.h, not gdb_stat.h.
879         * gdbserver/remote-utils.c: Use sys/stat.h, not gdb_stat.h.
880         * inf-child.c: Use sys/stat.h, not gdb_stat.h.
881         * jit.c: Use sys/stat.h, not gdb_stat.h.
882         * linux-nat.c: Use sys/stat.h, not gdb_stat.h.
883         * m68klinux-nat.c: Use sys/stat.h, not gdb_stat.h.
884         * main.c: Use sys/stat.h, not gdb_stat.h.
885         * mdebugread.c: Use sys/stat.h, not gdb_stat.h.
886         * mi/mi-cmd-env.c: Use sys/stat.h, not gdb_stat.h.
887         * nto-tdep.c: Use sys/stat.h, not gdb_stat.h.
888         * objfiles.c: Use sys/stat.h, not gdb_stat.h.
889         * procfs.c: Use sys/stat.h, not gdb_stat.h.
890         * remote-fileio.c: Use sys/stat.h, not gdb_stat.h.
891         * remote-mips.c: Use sys/stat.h, not gdb_stat.h.
892         * remote.c: Use sys/stat.h, not gdb_stat.h.
893         * rs6000-nat.c: Use sys/stat.h, not gdb_stat.h.
894         * sol-thread.c: Use sys/stat.h, not gdb_stat.h.
895         * solib-spu.c: Use sys/stat.h, not gdb_stat.h.
896         * source.c: Use sys/stat.h, not gdb_stat.h.
897         * symfile.c: Use sys/stat.h, not gdb_stat.h.
898         * symmisc.c: Use sys/stat.h, not gdb_stat.h.
899         * symtab.c: Use sys/stat.h, not gdb_stat.h.
900         * top.c: Use sys/stat.h, not gdb_stat.h.
901         * xcoffread.c: Use sys/stat.h, not gdb_stat.h.
902
903 2013-11-18  Tom Tromey  <tromey@redhat.com>
904
905         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
906         sys_stat.
907         * gnulib/aclocal.m4: Update.
908         * gnulib/config.in: Update.
909         * gnulib/configure: Update.
910         * gnulib/import/Makefile.am: Update.
911         * gnulib/import/Makefile.in: Update.
912         * gnulib/import/m4/gnulib-cache.m4: Update.
913         * gnulib/import/m4/gnulib-comp.m4: Update.
914         * gnulib/import/m4/sys_stat_h.m4: New.
915         * gnulib/import/m4/time_h.m4: New.
916         * gnulib/import/sys_stat.in.h: New.
917         * gnulib/import/time.in.h: New.
918
919 2013-11-18  Tom Tromey  <tromey@redhat.com>
920
921         * configure: Rebuild.
922         * configure.ac: Remove check of HAVE_SYS_TYPES_H.
923
924 2013-11-18  Tom Tromey  <tromey@redhat.com>
925
926         * configure: Rebuild.
927         * configure.ac: Don't check for unistd.h.
928
929 2013-11-18  Tom Tromey  <tromey@redhat.com>
930
931         * configure: Rebuild.
932         * configure.ac: Don't check for stdlib.h
933         * defs.h: Include stdlib.h unconditionally.
934
935 2013-11-18  Tom Tromey  <tromey@redhat.com>
936
937         * config.in: Rebuild.
938         * configure: Rebuild.
939         * configure.ac: Don't check for stddef.h.
940         * defs.h: Unconditionally include stddef.h.  Remove duplicate
941         inclusion.
942
943 2013-11-18  Tom Tromey  <tromey@redhat.com>
944
945         * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
946         * common/gdb_dirent.h: Remove.
947         * common/filestuff.c: Use dirent.h.
948         * common/linux-osdata.c: Use dirent.h.
949         (NAMELEN): Define.
950         * config.in: Rebuild.
951         * configure: Rebuild.
952         * configure.ac: Don't use AC_HEADER_DIRENT.
953         * linux-fork.c: Use dirent.h
954         * linux-nat.c: Use dirent.h.
955         * nto-procfs.c: Use dirent.h.
956         * procfs.c: Use dirent.h.
957
958 2013-11-18  Tom Tromey  <tromey@redhat.com>
959
960         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirent.
961         * gnulib/aclocal.m4: Update.
962         * gnulib/config.in: Update.
963         * gnulib/configure: Update.
964         * gnulib/import/Makefile.am: Update.
965         * gnulib/import/Makefile.in: Update.
966         * gnulib/import/dirent.in.h: New.
967         * gnulib/import/m4/dirent_h.m4: New.
968         * gnulib/import/m4/gnulib-cache.m4: Update.
969         * gnulib/import/m4/gnulib-comp.m4: Update.
970
971 2013-11-18  Tom Tromey  <tromey@redhat.com>
972
973         * configure: Rebuild.
974         * common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
975         strings.h.
976
977 2013-11-18  Tom Tromey  <tromey@redhat.com>
978
979         * common/gdb_string.h: Remove.
980         * aarch64-tdep.c: Use string.h, not gdb_string.h.
981         * ada-exp.y: Use string.h, not gdb_string.h.
982         * ada-lang.c: Use string.h, not gdb_string.h.
983         * ada-lex.l: Use string.h, not gdb_string.h.
984         * ada-typeprint.c: Use string.h, not gdb_string.h.
985         * ada-valprint.c: Use string.h, not gdb_string.h.
986         * aix-thread.c: Use string.h, not gdb_string.h.
987         * alpha-linux-tdep.c: Use string.h, not gdb_string.h.
988         * alpha-mdebug-tdep.c: Use string.h, not gdb_string.h.
989         * alpha-nat.c: Use string.h, not gdb_string.h.
990         * alpha-osf1-tdep.c: Use string.h, not gdb_string.h.
991         * alpha-tdep.c: Use string.h, not gdb_string.h.
992         * alphanbsd-tdep.c: Use string.h, not gdb_string.h.
993         * amd64-dicos-tdep.c: Use string.h, not gdb_string.h.
994         * amd64-linux-nat.c: Use string.h, not gdb_string.h.
995         * amd64-linux-tdep.c: Use string.h, not gdb_string.h.
996         * amd64-nat.c: Use string.h, not gdb_string.h.
997         * amd64-sol2-tdep.c: Use string.h, not gdb_string.h.
998         * amd64fbsd-tdep.c: Use string.h, not gdb_string.h.
999         * amd64obsd-tdep.c: Use string.h, not gdb_string.h.
1000         * arch-utils.c: Use string.h, not gdb_string.h.
1001         * arm-linux-nat.c: Use string.h, not gdb_string.h.
1002         * arm-linux-tdep.c: Use string.h, not gdb_string.h.
1003         * arm-tdep.c: Use string.h, not gdb_string.h.
1004         * arm-wince-tdep.c: Use string.h, not gdb_string.h.
1005         * armbsd-tdep.c: Use string.h, not gdb_string.h.
1006         * armnbsd-nat.c: Use string.h, not gdb_string.h.
1007         * armnbsd-tdep.c: Use string.h, not gdb_string.h.
1008         * armobsd-tdep.c: Use string.h, not gdb_string.h.
1009         * avr-tdep.c: Use string.h, not gdb_string.h.
1010         * ax-gdb.c: Use string.h, not gdb_string.h.
1011         * ax-general.c: Use string.h, not gdb_string.h.
1012         * bcache.c: Use string.h, not gdb_string.h.
1013         * bfin-tdep.c: Use string.h, not gdb_string.h.
1014         * breakpoint.c: Use string.h, not gdb_string.h.
1015         * build-id.c: Use string.h, not gdb_string.h.
1016         * buildsym.c: Use string.h, not gdb_string.h.
1017         * c-exp.y: Use string.h, not gdb_string.h.
1018         * c-lang.c: Use string.h, not gdb_string.h.
1019         * c-typeprint.c: Use string.h, not gdb_string.h.
1020         * c-valprint.c: Use string.h, not gdb_string.h.
1021         * charset.c: Use string.h, not gdb_string.h.
1022         * cli-out.c: Use string.h, not gdb_string.h.
1023         * cli/cli-cmds.c: Use string.h, not gdb_string.h.
1024         * cli/cli-decode.c: Use string.h, not gdb_string.h.
1025         * cli/cli-dump.c: Use string.h, not gdb_string.h.
1026         * cli/cli-interp.c: Use string.h, not gdb_string.h.
1027         * cli/cli-logging.c: Use string.h, not gdb_string.h.
1028         * cli/cli-script.c: Use string.h, not gdb_string.h.
1029         * cli/cli-setshow.c: Use string.h, not gdb_string.h.
1030         * cli/cli-utils.c: Use string.h, not gdb_string.h.
1031         * coffread.c: Use string.h, not gdb_string.h.
1032         * common/common-utils.c: Use string.h, not gdb_string.h.
1033         * common/filestuff.c: Use string.h, not gdb_string.h.
1034         * common/linux-procfs.c: Use string.h, not gdb_string.h.
1035         * common/linux-ptrace.c: Use string.h, not gdb_string.h.
1036         * common/signals.c: Use string.h, not gdb_string.h.
1037         * common/vec.h: Use string.h, not gdb_string.h.
1038         * core-regset.c: Use string.h, not gdb_string.h.
1039         * corefile.c: Use string.h, not gdb_string.h.
1040         * corelow.c: Use string.h, not gdb_string.h.
1041         * cp-abi.c: Use string.h, not gdb_string.h.
1042         * cp-support.c: Use string.h, not gdb_string.h.
1043         * cp-valprint.c: Use string.h, not gdb_string.h.
1044         * cris-tdep.c: Use string.h, not gdb_string.h.
1045         * d-lang.c: Use string.h, not gdb_string.h.
1046         * dbxread.c: Use string.h, not gdb_string.h.
1047         * dcache.c: Use string.h, not gdb_string.h.
1048         * demangle.c: Use string.h, not gdb_string.h.
1049         * dicos-tdep.c: Use string.h, not gdb_string.h.
1050         * disasm.c: Use string.h, not gdb_string.h.
1051         * doublest.c: Use string.h, not gdb_string.h.
1052         * dsrec.c: Use string.h, not gdb_string.h.
1053         * dummy-frame.c: Use string.h, not gdb_string.h.
1054         * dwarf2-frame.c: Use string.h, not gdb_string.h.
1055         * dwarf2loc.c: Use string.h, not gdb_string.h.
1056         * dwarf2read.c: Use string.h, not gdb_string.h.
1057         * elfread.c: Use string.h, not gdb_string.h.
1058         * environ.c: Use string.h, not gdb_string.h.
1059         * eval.c: Use string.h, not gdb_string.h.
1060         * event-loop.c: Use string.h, not gdb_string.h.
1061         * exceptions.c: Use string.h, not gdb_string.h.
1062         * exec.c: Use string.h, not gdb_string.h.
1063         * expprint.c: Use string.h, not gdb_string.h.
1064         * f-exp.y: Use string.h, not gdb_string.h.
1065         * f-lang.c: Use string.h, not gdb_string.h.
1066         * f-typeprint.c: Use string.h, not gdb_string.h.
1067         * f-valprint.c: Use string.h, not gdb_string.h.
1068         * fbsd-nat.c: Use string.h, not gdb_string.h.
1069         * findcmd.c: Use string.h, not gdb_string.h.
1070         * findvar.c: Use string.h, not gdb_string.h.
1071         * fork-child.c: Use string.h, not gdb_string.h.
1072         * frame.c: Use string.h, not gdb_string.h.
1073         * frv-linux-tdep.c: Use string.h, not gdb_string.h.
1074         * frv-tdep.c: Use string.h, not gdb_string.h.
1075         * gdb.c: Use string.h, not gdb_string.h.
1076         * gdb_bfd.c: Use string.h, not gdb_string.h.
1077         * gdbarch.c: Use string.h, not gdb_string.h.
1078         * gdbtypes.c: Use string.h, not gdb_string.h.
1079         * gnu-nat.c: Use string.h, not gdb_string.h.
1080         * gnu-v2-abi.c: Use string.h, not gdb_string.h.
1081         * gnu-v3-abi.c: Use string.h, not gdb_string.h.
1082         * go-exp.y: Use string.h, not gdb_string.h.
1083         * go-lang.c: Use string.h, not gdb_string.h.
1084         * go32-nat.c: Use string.h, not gdb_string.h.
1085         * hppa-hpux-tdep.c: Use string.h, not gdb_string.h.
1086         * hppa-linux-nat.c: Use string.h, not gdb_string.h.
1087         * hppanbsd-tdep.c: Use string.h, not gdb_string.h.
1088         * hppaobsd-tdep.c: Use string.h, not gdb_string.h.
1089         * i386-cygwin-tdep.c: Use string.h, not gdb_string.h.
1090         * i386-dicos-tdep.c: Use string.h, not gdb_string.h.
1091         * i386-linux-nat.c: Use string.h, not gdb_string.h.
1092         * i386-linux-tdep.c: Use string.h, not gdb_string.h.
1093         * i386-nto-tdep.c: Use string.h, not gdb_string.h.
1094         * i386-sol2-tdep.c: Use string.h, not gdb_string.h.
1095         * i386-tdep.c: Use string.h, not gdb_string.h.
1096         * i386bsd-tdep.c: Use string.h, not gdb_string.h.
1097         * i386gnu-nat.c: Use string.h, not gdb_string.h.
1098         * i386nbsd-tdep.c: Use string.h, not gdb_string.h.
1099         * i386obsd-tdep.c: Use string.h, not gdb_string.h.
1100         * i387-tdep.c: Use string.h, not gdb_string.h.
1101         * ia64-libunwind-tdep.c: Use string.h, not gdb_string.h.
1102         * ia64-linux-nat.c: Use string.h, not gdb_string.h.
1103         * inf-child.c: Use string.h, not gdb_string.h.
1104         * inf-ptrace.c: Use string.h, not gdb_string.h.
1105         * inf-ttrace.c: Use string.h, not gdb_string.h.
1106         * infcall.c: Use string.h, not gdb_string.h.
1107         * infcmd.c: Use string.h, not gdb_string.h.
1108         * inflow.c: Use string.h, not gdb_string.h.
1109         * infrun.c: Use string.h, not gdb_string.h.
1110         * interps.c: Use string.h, not gdb_string.h.
1111         * iq2000-tdep.c: Use string.h, not gdb_string.h.
1112         * irix5-nat.c: Use string.h, not gdb_string.h.
1113         * jv-exp.y: Use string.h, not gdb_string.h.
1114         * jv-lang.c: Use string.h, not gdb_string.h.
1115         * jv-typeprint.c: Use string.h, not gdb_string.h.
1116         * jv-valprint.c: Use string.h, not gdb_string.h.
1117         * language.c: Use string.h, not gdb_string.h.
1118         * linux-fork.c: Use string.h, not gdb_string.h.
1119         * linux-nat.c: Use string.h, not gdb_string.h.
1120         * lm32-tdep.c: Use string.h, not gdb_string.h.
1121         * m2-exp.y: Use string.h, not gdb_string.h.
1122         * m2-typeprint.c: Use string.h, not gdb_string.h.
1123         * m32c-tdep.c: Use string.h, not gdb_string.h.
1124         * m32r-linux-nat.c: Use string.h, not gdb_string.h.
1125         * m32r-linux-tdep.c: Use string.h, not gdb_string.h.
1126         * m32r-rom.c: Use string.h, not gdb_string.h.
1127         * m32r-tdep.c: Use string.h, not gdb_string.h.
1128         * m68hc11-tdep.c: Use string.h, not gdb_string.h.
1129         * m68k-tdep.c: Use string.h, not gdb_string.h.
1130         * m68kbsd-tdep.c: Use string.h, not gdb_string.h.
1131         * m68klinux-nat.c: Use string.h, not gdb_string.h.
1132         * m68klinux-tdep.c: Use string.h, not gdb_string.h.
1133         * m88k-tdep.c: Use string.h, not gdb_string.h.
1134         * macrocmd.c: Use string.h, not gdb_string.h.
1135         * main.c: Use string.h, not gdb_string.h.
1136         * mdebugread.c: Use string.h, not gdb_string.h.
1137         * mem-break.c: Use string.h, not gdb_string.h.
1138         * memattr.c: Use string.h, not gdb_string.h.
1139         * memory-map.c: Use string.h, not gdb_string.h.
1140         * mep-tdep.c: Use string.h, not gdb_string.h.
1141         * mi/mi-cmd-break.c: Use string.h, not gdb_string.h.
1142         * mi/mi-cmd-disas.c: Use string.h, not gdb_string.h.
1143         * mi/mi-cmd-env.c: Use string.h, not gdb_string.h.
1144         * mi/mi-cmd-stack.c: Use string.h, not gdb_string.h.
1145         * mi/mi-cmd-var.c: Use string.h, not gdb_string.h.
1146         * mi/mi-cmds.c: Use string.h, not gdb_string.h.
1147         * mi/mi-console.c: Use string.h, not gdb_string.h.
1148         * mi/mi-getopt.c: Use string.h, not gdb_string.h.
1149         * mi/mi-interp.c: Use string.h, not gdb_string.h.
1150         * mi/mi-main.c: Use string.h, not gdb_string.h.
1151         * mi/mi-parse.c: Use string.h, not gdb_string.h.
1152         * microblaze-rom.c: Use string.h, not gdb_string.h.
1153         * microblaze-tdep.c: Use string.h, not gdb_string.h.
1154         * mingw-hdep.c: Use string.h, not gdb_string.h.
1155         * minidebug.c: Use string.h, not gdb_string.h.
1156         * minsyms.c: Use string.h, not gdb_string.h.
1157         * mips-irix-tdep.c: Use string.h, not gdb_string.h.
1158         * mips-linux-tdep.c: Use string.h, not gdb_string.h.
1159         * mips-tdep.c: Use string.h, not gdb_string.h.
1160         * mips64obsd-tdep.c: Use string.h, not gdb_string.h.
1161         * mipsnbsd-tdep.c: Use string.h, not gdb_string.h.
1162         * mipsread.c: Use string.h, not gdb_string.h.
1163         * mn10300-linux-tdep.c: Use string.h, not gdb_string.h.
1164         * mn10300-tdep.c: Use string.h, not gdb_string.h.
1165         * monitor.c: Use string.h, not gdb_string.h.
1166         * moxie-tdep.c: Use string.h, not gdb_string.h.
1167         * mt-tdep.c: Use string.h, not gdb_string.h.
1168         * nbsd-tdep.c: Use string.h, not gdb_string.h.
1169         * nios2-linux-tdep.c: Use string.h, not gdb_string.h.
1170         * nto-procfs.c: Use string.h, not gdb_string.h.
1171         * nto-tdep.c: Use string.h, not gdb_string.h.
1172         * objc-lang.c: Use string.h, not gdb_string.h.
1173         * objfiles.c: Use string.h, not gdb_string.h.
1174         * opencl-lang.c: Use string.h, not gdb_string.h.
1175         * osabi.c: Use string.h, not gdb_string.h.
1176         * osdata.c: Use string.h, not gdb_string.h.
1177         * p-exp.y: Use string.h, not gdb_string.h.
1178         * p-lang.c: Use string.h, not gdb_string.h.
1179         * p-typeprint.c: Use string.h, not gdb_string.h.
1180         * parse.c: Use string.h, not gdb_string.h.
1181         * posix-hdep.c: Use string.h, not gdb_string.h.
1182         * ppc-linux-nat.c: Use string.h, not gdb_string.h.
1183         * ppc-sysv-tdep.c: Use string.h, not gdb_string.h.
1184         * ppcfbsd-tdep.c: Use string.h, not gdb_string.h.
1185         * ppcnbsd-tdep.c: Use string.h, not gdb_string.h.
1186         * ppcobsd-tdep.c: Use string.h, not gdb_string.h.
1187         * printcmd.c: Use string.h, not gdb_string.h.
1188         * procfs.c: Use string.h, not gdb_string.h.
1189         * prologue-value.c: Use string.h, not gdb_string.h.
1190         * python/py-auto-load.c: Use string.h, not gdb_string.h.
1191         * python/py-gdb-readline.c: Use string.h, not gdb_string.h.
1192         * ravenscar-thread.c: Use string.h, not gdb_string.h.
1193         * regcache.c: Use string.h, not gdb_string.h.
1194         * registry.c: Use string.h, not gdb_string.h.
1195         * remote-fileio.c: Use string.h, not gdb_string.h.
1196         * remote-m32r-sdi.c: Use string.h, not gdb_string.h.
1197         * remote-mips.c: Use string.h, not gdb_string.h.
1198         * remote-sim.c: Use string.h, not gdb_string.h.
1199         * remote.c: Use string.h, not gdb_string.h.
1200         * reverse.c: Use string.h, not gdb_string.h.
1201         * rs6000-aix-tdep.c: Use string.h, not gdb_string.h.
1202         * ser-base.c: Use string.h, not gdb_string.h.
1203         * ser-go32.c: Use string.h, not gdb_string.h.
1204         * ser-mingw.c: Use string.h, not gdb_string.h.
1205         * ser-pipe.c: Use string.h, not gdb_string.h.
1206         * ser-tcp.c: Use string.h, not gdb_string.h.
1207         * ser-unix.c: Use string.h, not gdb_string.h.
1208         * serial.c: Use string.h, not gdb_string.h.
1209         * sh-tdep.c: Use string.h, not gdb_string.h.
1210         * sh64-tdep.c: Use string.h, not gdb_string.h.
1211         * shnbsd-tdep.c: Use string.h, not gdb_string.h.
1212         * skip.c: Use string.h, not gdb_string.h.
1213         * sol-thread.c: Use string.h, not gdb_string.h.
1214         * solib-dsbt.c: Use string.h, not gdb_string.h.
1215         * solib-frv.c: Use string.h, not gdb_string.h.
1216         * solib-osf.c: Use string.h, not gdb_string.h.
1217         * solib-spu.c: Use string.h, not gdb_string.h.
1218         * solib-target.c: Use string.h, not gdb_string.h.
1219         * solib.c: Use string.h, not gdb_string.h.
1220         * somread.c: Use string.h, not gdb_string.h.
1221         * source.c: Use string.h, not gdb_string.h.
1222         * sparc-nat.c: Use string.h, not gdb_string.h.
1223         * sparc-sol2-tdep.c: Use string.h, not gdb_string.h.
1224         * sparc-tdep.c: Use string.h, not gdb_string.h.
1225         * sparc64-tdep.c: Use string.h, not gdb_string.h.
1226         * sparc64fbsd-tdep.c: Use string.h, not gdb_string.h.
1227         * sparc64nbsd-tdep.c: Use string.h, not gdb_string.h.
1228         * sparcnbsd-tdep.c: Use string.h, not gdb_string.h.
1229         * spu-linux-nat.c: Use string.h, not gdb_string.h.
1230         * spu-multiarch.c: Use string.h, not gdb_string.h.
1231         * spu-tdep.c: Use string.h, not gdb_string.h.
1232         * stabsread.c: Use string.h, not gdb_string.h.
1233         * stack.c: Use string.h, not gdb_string.h.
1234         * std-regs.c: Use string.h, not gdb_string.h.
1235         * symfile.c: Use string.h, not gdb_string.h.
1236         * symmisc.c: Use string.h, not gdb_string.h.
1237         * symtab.c: Use string.h, not gdb_string.h.
1238         * target.c: Use string.h, not gdb_string.h.
1239         * thread.c: Use string.h, not gdb_string.h.
1240         * tilegx-linux-nat.c: Use string.h, not gdb_string.h.
1241         * tilegx-tdep.c: Use string.h, not gdb_string.h.
1242         * top.c: Use string.h, not gdb_string.h.
1243         * tracepoint.c: Use string.h, not gdb_string.h.
1244         * tui/tui-command.c: Use string.h, not gdb_string.h.
1245         * tui/tui-data.c: Use string.h, not gdb_string.h.
1246         * tui/tui-disasm.c: Use string.h, not gdb_string.h.
1247         * tui/tui-file.c: Use string.h, not gdb_string.h.
1248         * tui/tui-layout.c: Use string.h, not gdb_string.h.
1249         * tui/tui-out.c: Use string.h, not gdb_string.h.
1250         * tui/tui-regs.c: Use string.h, not gdb_string.h.
1251         * tui/tui-source.c: Use string.h, not gdb_string.h.
1252         * tui/tui-stack.c: Use string.h, not gdb_string.h.
1253         * tui/tui-win.c: Use string.h, not gdb_string.h.
1254         * tui/tui-windata.c: Use string.h, not gdb_string.h.
1255         * tui/tui-winsource.c: Use string.h, not gdb_string.h.
1256         * typeprint.c: Use string.h, not gdb_string.h.
1257         * ui-file.c: Use string.h, not gdb_string.h.
1258         * ui-out.c: Use string.h, not gdb_string.h.
1259         * user-regs.c: Use string.h, not gdb_string.h.
1260         * utils.c: Use string.h, not gdb_string.h.
1261         * v850-tdep.c: Use string.h, not gdb_string.h.
1262         * valarith.c: Use string.h, not gdb_string.h.
1263         * valops.c: Use string.h, not gdb_string.h.
1264         * valprint.c: Use string.h, not gdb_string.h.
1265         * value.c: Use string.h, not gdb_string.h.
1266         * varobj.c: Use string.h, not gdb_string.h.
1267         * vax-tdep.c: Use string.h, not gdb_string.h.
1268         * vaxnbsd-tdep.c: Use string.h, not gdb_string.h.
1269         * vaxobsd-tdep.c: Use string.h, not gdb_string.h.
1270         * windows-nat.c: Use string.h, not gdb_string.h.
1271         * xcoffread.c: Use string.h, not gdb_string.h.
1272         * xml-support.c: Use string.h, not gdb_string.h.
1273         * xstormy16-tdep.c: Use string.h, not gdb_string.h.
1274         * xtensa-linux-nat.c: Use string.h, not gdb_string.h.
1275
1276 2013-11-18  Tom Tromey  <tromey@redhat.com>
1277
1278         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
1279         and strstr.
1280         * gnulib/aclocal.m4: Update.
1281         * gnulib/config.in: Update.
1282         * gnulib/configure: Update.
1283         * gnulib/import/Makefile.am: Update.
1284         * gnulib/import/Makefile.in: Update.
1285         * gnulib/import/errno.in.h: New.
1286         * gnulib/import/intprops.h: New.
1287         * gnulib/import/m4/errno_h.m4: New.
1288         * gnulib/import/m4/gnulib-cache.m4: Update.
1289         * gnulib/import/m4/gnulib-comp.m4: Update.
1290         * gnulib/import/m4/strerror.m4: New.
1291         * gnulib/import/m4/strstr.m4: New.
1292         * gnulib/import/m4/sys_socket_h.m4: New.
1293         * gnulib/import/strerror-override.c: New.
1294         * gnulib/import/strerror-override.h: New.
1295         * gnulib/import/strerror.c: New.
1296         * gnulib/import/strstr.c: New.
1297
1298 2013-11-18  Tom Tromey  <tromey@redhat.com>
1299
1300         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
1301         multiple lines.
1302
1303 2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
1304
1305         * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
1306         * sparc-tdep.h: And its prototype.
1307
1308         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
1309         function.
1310         (sparc64_linux_init_abi): Register the get_longjmp_target hook.
1311
1312 2013-11-18  Pedro Alves  <palves@redhat.com>
1313
1314         * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
1315         use unpack_pointer.
1316
1317 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1318
1319         * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
1320         to -list-features output.
1321
1322 2013-11-17  Joel Brobecker  <brobecker@adacore.com>
1323
1324         * dwarf2expr.h (struct dwarf_expr_context_funcs)
1325         <read_addr_from_reg>: Renames "read_reg".
1326         * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
1327         Adjust comment.
1328         (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
1329         Use read_addr_from_reg in place of read_reg.
1330         * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
1331         in place of read_reg.
1332         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
1333         dwarf_expr_read_reg.
1334         (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
1335         with dwarf_expr_read_addr_from_reg.
1336         (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
1337         (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
1338         needs_frame_read_addr_from_reg.
1339
1340 2013-11-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1341
1342         * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
1343
1344 2013-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1345
1346         * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
1347         NULL.
1348
1349 2013-11-15  Tom Tromey  <tromey@redhat.com>
1350
1351         PR c++/16117:
1352         * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
1353         (classify_name): Likewise.  Prefer a field of "this" over a
1354         filename.
1355         (classify_inner_name, yylex): Update.
1356
1357 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
1360         Extend the documentation a bit.
1361         <get_reg_value>: New field.
1362         * dwarf2loc.c (dwarf_expr_get_reg_value)
1363         (needs_frame_get_reg_value): New functions.
1364         (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
1365         callback.
1366         * dwarf2-frame.c (get_reg_value): New function.
1367         (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
1368         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
1369         Use new callback to compute result_val.
1370
1371 2013-11-15  Alan Modra  <amodra@gmail.com>
1372
1373         * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
1374         (ppc64_desc_entry_point): ..this.  Update comments here and at
1375         call points.
1376         (ppc64_standard_linkage1, ppc64_standard_linkage2,
1377         ppc64_standard_linkage3): Update comments.
1378         (ppc64_standard_linkage4, ppc64_standard_linkage5,
1379         (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
1380         patterns.
1381         (ppc64_standard_linkage4_target): New function.
1382         (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
1383         * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup.  Correct
1384         nop match.  Fix comment wrap.
1385
1386 2013-11-14  Pedro Alves  <palves@redhat.com>
1387
1388         * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
1389         STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
1390
1391 2013-11-14  Pedro Alves  <palves@redhat.com>
1392
1393         * infrun.c (struct execution_control_state)
1394         <stepped_after_stopped_by_watchpoint>: New field.
1395         (get_inferior_stop_soon): New function.
1396         (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
1397         moved to struct execution_control_state -- adjust.  Use
1398         get_inferior_stop_soon.  Split TARGET_WAITKIND_STOPPED handling to
1399         new function.
1400         (handle_signal_stop): New function, factored out from
1401         handle_inferior_event.
1402
1403 2013-11-14  Pedro Alves  <palves@redhat.com>
1404
1405         * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
1406         return a boolean.
1407         * breakpoint.c (bpstat_explains_signal): Adjust to return a
1408         boolean.
1409         (explains_signal_watchpoint, base_breakpoint_explains_signal):
1410         Adjust to return a boolean.
1411         * breakpoint.h (enum bpstat_signal_value): Delete.
1412         (struct breakpoint_ops) <explains_signal>: New returns a boolean.
1413         (bpstat_explains_signal): Likewise.
1414         * infrun.c (handle_inferior_event) <random signal checks>:
1415         bpstat_explains_signal now returns a boolean - adjust.  No longer
1416         consider hiding signals.
1417
1418 2013-11-14  Pedro Alves  <palves@redhat.com>
1419
1420         * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
1421         Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
1422         (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
1423         BPSTAT_SIGNAL_HIDE.
1424         (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
1425         instead of BPSTAT_SIGNAL_HIDE.
1426         * infrun.c (handle_inferior_event): Rework random signal checks.
1427
1428 2013-11-14  Pedro Alves  <palves@redhat.com>
1429
1430         * infrun.c (struct execution_control_state): Remove
1431         'random_signal' field.
1432         (handle_syscall_event): Use bpstat_causes_stop instead of
1433         bpstat_explains_signal.  Don't set ecs->random_signal.
1434         (handle_inferior_event): New 'random_signal' local.
1435         <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
1436         TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
1437         bpstat_explains_signal.  Don't set ecs->random_signal.
1438         <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
1439         ecs->random_signal.
1440
1441 2013-11-14  Pedro Alves  <palves@redhat.com>
1442
1443         * infrun.c (handle_inferior_event): Move comment from the
1444         function's body to the function's description, adjusted.
1445
1446 2013-11-14  Pedro Alves  <palves@redhat.com>
1447
1448         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
1449         Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
1450         Assert we never fall through out of the TARGET_WAITKIND_LOADED
1451         case.
1452
1453 2013-11-14  Tom Tromey  <tromey@redhat.com>
1454
1455         * python/py-linetable.c (ltpy_has_line)
1456         (ltpy_get_all_source_lines): Fix loop termination condition.
1457
1458 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1459
1460         * mi/mi-parse.h (struct mi_parse) <language>: New field.
1461         * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
1462         PARSE->LANGUAGE during command execution, if set.
1463         * mi/mi-parse.c: Add "language.h" #include.
1464         (mi_parse): Add parsing of "--language" command option.
1465
1466         * NEWS: Add entry mentioning the new "--language" command option.
1467
1468 2013-11-14  Pedro Alves  <palves@redhat.com>
1469             Joel Brobecker  <brobecker@adacore.com>
1470
1471         * cli/cli-utils.h (extract_arg_const): Add declaration.
1472         * cli/cli-utils.c (extract_arg_const): New function.
1473         (extract_arg): Reimplement using extract_arg_const.
1474
1475 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1476
1477         * language.h: Add "symtab.h" #include.
1478
1479 2013-11-13  Doug Evans  <xdje42@gmail.com>
1480
1481         * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
1482         specific breakpoints, don't evaluate breakpoint condition if
1483         different thread.
1484
1485 2013-11-13  Keith Seitz  <keiths@redhat.com>
1486
1487         PR c++/7935
1488         PR c++/10541
1489         * cp-support.c (insepct_type): Add support for substituting
1490         namespace aliases, too.
1491         * dwarf2read.c (scan_partial_symbols): Add a partial symbol
1492         for DW_TAG_imported_declaration.
1493         (add_partial_symbol): Likewise.
1494         (process_die): Handle namespace aliases with
1495         read_namespace_alias.
1496         (die_needs_namespace): Add DW_TAG_imported_declaration.
1497         (read_namespace_alias): New function.
1498         (load_partial_dies): Load DW_TAG_imported_declaration, too.
1499         (new_symbol_full): Handle DW_TAG_imported_declaration.
1500
1501 2013-11-13  Keith Seitz  <keiths@redhat.com>
1502
1503         * p-exp.y (uptok): Make first parameter const.
1504         (yylex): Make `tokstart' and `tokptr' const.
1505         Don't copy the lexer input to a temporary buffer.
1506         Make `p' const.
1507         Remove const workaround for parse_escape.
1508         Create a temporary buffer for a convenience variable instead
1509         of doing in-place modification of the input.
1510         If a match is found with a different case from the input,
1511         do not change the input at all.
1512         Use `tmp' to construct the resultant stoken instead of
1513         `tokstart'.
1514
1515 2013-11-13  Doug Evans  <xdje42@gmail.com>
1516
1517         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
1518
1519 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1520
1521         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
1522         entry with "ada-exceptions".
1523
1524 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1525
1526         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
1527         after re-initialization of OBJFILE's obstack.
1528
1529 2013-11-12  Doug Evans  <xdje42@gmail.com>
1530
1531         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
1532         bs->stop != 0 on entry.  Update function comment.  Simplify early
1533         exit for frame mismatch.  Reindent rest of function.
1534
1535 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1536
1537         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
1538         NULL.
1539
1540 2013-11-12  Doug Evans  <dje@google.com>
1541
1542         Work around gold/15646.
1543         * dwarf2read.c (read_index_from_section): Update comment.
1544         (struct dw2_symtab_iterator): New member global_seen.
1545         (dw2_symtab_iter_init): Initialize it.
1546         (dw2_symtab_iter_next): Skip duplicate global symbols.
1547         (dw2_expand_symtabs_matching): Ditto.
1548
1549 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1550
1551         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
1552         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
1553         command.
1554         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
1555         (mi_cmd_info_ada_exceptions): New function.
1556         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
1557
1558 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1559
1560         * ada-lang.h: #include "vec.h".
1561         (struct ada_exc_info): New.
1562         (ada_exc_info): New typedef.
1563         (DEF_VEC_O(ada_exc_info)): New vector.
1564         (ada_exceptions_list): Add declaration.
1565         * ada-lang.c (ada_is_exception_sym)
1566         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
1567         (sort_remove_dups_ada_exceptions_list)
1568         (ada_exc_search_name_matches, ada_add_standard_exceptions)
1569         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
1570         (ada_exceptions_list_1, ada_exceptions_list)
1571         (info_exceptions_command): New function.
1572         (_initialize_ada_language): Add "info exception" command.
1573
1574 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1575
1576         PR python/15629
1577         * NEWS: Add linetable feature.
1578         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
1579         * python/py-linetable.c: New file.
1580         * python/py-symtab.c (stpy_get_linetable): New function.
1581         * python/python-internal.h (symtab_to_linetable_object): Declare.
1582         (gdbpy_initialize_linetable): Ditto.
1583         * python/python.c (_initialize_python): Call
1584         gdbpy_initialize_linetable.
1585
1586 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1587
1588         * ada-lang.c (create_ada_exception_catchpoint): Enhance
1589         the documentation of fields "except_string" and "condition".
1590         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
1591         CONDITION on the heap before passing it to
1592         create_ada_exception_catchpoint.
1593         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
1594         CONDITION.
1595
1596 2013-11-11  Tom Tromey  <tromey@redhat.com>
1597
1598         * config.in, configure: Rebuild.
1599         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
1600
1601 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1602
1603         * remote-sim.c (gdbsim_detach): Break declaration into
1604         shorter lines.  No code change.
1605
1606 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1607
1608         * remote-sim.c (gdbsim_detach): Fix prototype.
1609
1610 2013-11-08  Doug Evans  <dje@google.com>
1611
1612         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
1613         (create_debug_types_hash_table): Only print debugging messages for
1614         each TU if dwarf2-read >= 2.
1615         (process_queue): Ditto.
1616         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
1617         Update doc string.
1618
1619 2013-11-08  Tom Tromey  <tromey@redhat.com>
1620
1621         * configure: Rebuild.
1622         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
1623
1624 2013-11-08  Tom Tromey  <tromey@redhat.com>
1625
1626         * configure, config.in: Rebuild.
1627         * configure.ac: Remove unused configury.
1628
1629 2013-11-08  Tom Tromey  <tromey@redhat.com>
1630
1631         * m32c-tdep.c: Use gdb_string.h.
1632
1633 2013-11-08  Tom Tromey  <tromey@redhat.com>
1634
1635         * configure, config.in: Rebuild.
1636         * configure.ac: Remove all link.h-related checks.
1637
1638 2013-11-08  Tom Tromey  <tromey@redhat.com>
1639
1640         * acinclude.m4: Include common.m4.
1641         * common/common.m4: New file.
1642         * configure, config.in: Rebuild.
1643         * configure.ac: Use GDB_AC_COMMON.
1644
1645 2013-11-08  Doug Evans  <dje@google.com>
1646
1647         * NEWS: Mention that "set debug symtab-create" now accepts a
1648         verbosity level.
1649         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
1650         to set the symtab's primary flag.
1651         * jit.c (finalize_symtab): Ditto.
1652         * mdebugread.c (psymtab_to_symtab_1): Ditto.
1653         * symfile.c (allocate_symtab): Only print debugging messages for
1654         symtab_create_debug levels 2 and higher.
1655         * symtab.c (symtab_create_debug): Change type to unsigned int.
1656         (set_symtab_primary): New function.
1657         (_initialize_symtab): Change "set debug symtab-create" to a
1658         zuinteger option.
1659         * symtab.h (set_symtab_primary): Declare.
1660         (symtab_create_debug): Update decl.
1661
1662 2013-11-08  Tom Tromey  <tromey@redhat.com>
1663
1664         * aix-thread.c (aix_thread_detach): Update.
1665         * corelow.c (core_detach): Update.
1666         * darwin-nat.c (darwin_detach): Update.
1667         * dec-thread.c (dec_thread_detach): Update.
1668         * gnu-nat.c (gnu_detach): Update.
1669         * go32-nat.c (go32_detach): Update.
1670         * inf-ptrace.c (inf_ptrace_detach): Update.
1671         * inf-ttrace.c (inf_ttrace_detach): Update.
1672         * linux-fork.c (linux_fork_detach): Update.
1673         * linux-fork.h (linux_fork_detach): Update.
1674         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
1675         local for const-correctness.
1676         * linux-thread-db.c (thread_db_detach): Update.
1677         * monitor.c (monitor_detach): Update.
1678         * nto-procfs.c (procfs_detach): Update.
1679         * procfs.c (procfs_detach): Update.
1680         * record.c (record_detach): Update.
1681         * record.h (record_detach): Update.
1682         * remote-m32r-sdi.c (m32r_detach): Update.
1683         * remote-mips.c (mips_detach): Update.
1684         * remote-sim.c (gdbsim_detach): Update.
1685         * remote.c (remote_detach_1, remote_detach)
1686         (extended_remote_detach): Update.
1687         * sol-thread.c (sol_thread_detach): Update.
1688         * target.c (target_detach): Make "args" const.
1689         (init_dummy_target): Update.
1690         * target.h (struct target_ops) <to_detach>: Make argument const.
1691         (target_detach): Likewise.
1692         * windows-nat.c (windows_detach): Update.
1693
1694 2013-11-07  Doug Evans  <dje@google.com>
1695
1696         PR 11786
1697         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
1698         and align fields for PT_GNU_RELRO segments.
1699
1700 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1701
1702         PR python/15747
1703         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
1704
1705 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1706
1707         * NEWS: Document Python temporary breakpoint support.
1708         * python/py-breakpoint.c (bppy_get_temporary): New function.
1709         (bppy_init): New keyword: temporary. Parse it and set breakpoint
1710         to temporary if True.
1711
1712 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
1713
1714         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
1715         removed to allow analyzing unconditional branch instructions
1716         with PC-relative offsets of zero.
1717
1718 2013-11-07  Yao Qi  <yao@codesourcery.com>
1719
1720         * mi/mi-cmd-var.c: Include "language.h".
1721         (mi_cmd_var_info_expression): Get language name from
1722         language_defn.
1723         * varobj.c (varobj_language_string): Remove.
1724         (variable_language): Remove declaration.
1725         (languages): Remove.
1726         (varobj_get_language): Change the type of return value.
1727         (variable_language): Remove.
1728         * varobj.h (enum varobj_languages): Remove.
1729         (varobj_language_string): Remove declaration.
1730         (varobj_get_language): Update declaration.
1731
1732 2013-11-07  Yao Qi  <yao@codesourcery.com>
1733
1734         * language.h (struct language_defn) <la_natural_name>: New
1735         field.
1736         * ada-lang.c (ada_language_defn): Initialize field
1737         'la_natural_name'.
1738         * c-lang.c (c_language_defn): Likewise.
1739         (cplus_language_defn, asm_language_defn): Likewise.
1740         * d-lang.c (d_language_defn): Likewise.
1741         * f-lang.c (f_language_defn): Likewise.
1742         * go-lang.c (go_language_defn): Likewise.
1743         * jv-lang.c (java_language_defn): Likewise.
1744         * language.c (unknown_language_defn ): Likewise.
1745         (auto_language_defn): Likewise.
1746         * m2-lang.c (m2_language_defn): Likewise.
1747         * objc-lang.c (objc_language_defn): Likewise.
1748         * opencl-lang.c (opencl_language_defn): Likewise.
1749         * p-lang.c (pascal_language_defn): Likewise.
1750
1751 2013-11-07  Yao Qi  <yao@codesourcery.com>
1752
1753         * language.c (language_str): Return const char *.
1754         (add_language): Add const to 'language_names'
1755         * language.h (struct language_defn) <la_name>: Add const.
1756         (language_str: Update declaration.
1757
1758 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1759
1760         * s390-linux-nat.c (s390_read_description): Consider the TE field
1761         in the HWCAP for determining 'have_regset_tdb'.
1762
1763 2013-11-06  Will Newton  <will.newton@linaro.org>
1764
1765         PR gdb/12866
1766         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
1767         values.  (read_partial_die): Likewise.
1768
1769 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
1770
1771         PR cli/16122
1772         * top.c (command_line_input): Unify interactivity tests to use
1773         input_from_terminal_p.
1774         * event-top.c (command_line_handler): Likewise.
1775
1776 2013-11-06  Yao Qi  <yao@codesourcery.com>
1777
1778         * Makefile.in (check-perf): New target.
1779
1780 2013-11-05  Will Newton  <will.newton@linaro.org>
1781
1782         PR gdb/7670
1783         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
1784         (arm_print_float_info): Likewise.
1785
1786 2013-11-04  Anton Blanchard  <anton@samba.org>
1787
1788         * target.c (memory_xfer_partial): Cap write to 4KB.
1789
1790 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1791
1792         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
1793         probe scan even when the arch provides no get_longjmp_target.
1794
1795 2013-10-31  Pedro Alves  <palves@redhat.com>
1796
1797         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
1798         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
1799         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
1800         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
1801         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
1802         <bpstat handling>: If the bpstat chain wants the signal to be
1803         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
1804         GDB_SIGNAL_TRAP.
1805
1806 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1807
1808         * breakpoint.c (update_watchpoint): Update error message and add
1809         an additional error message.
1810
1811 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1812
1813         * s390-tdep.h: Rename to...
1814         * s390-linux-tdep.h: ...here.
1815         * s390-tdep.c: Rename to...
1816         * s390-linux-tdep.c: ...here.  Adjust #include.
1817         * s390-nat.c: Rename to...
1818         * s390-linux-nat.c: ...here.  Adjust #include.
1819         * config/s390/s390.mh: Rename to...
1820         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
1821         s390-linux-nat.o.
1822         * configure.host: Reflect host rename "s390" -> "linux".
1823         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
1824         * Makefile.in (ALL_TARGET_OBS): Likewise.
1825         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
1826         s390-linux-tdep.h.
1827         (ALLDEPFILES): Reflect rename of .c files.
1828
1829 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1830
1831         * s390-nat.c: Whitespace cleanup.
1832         * s390-tdep.c: Likewise.
1833         * s390-tdep.h: Remove empty line at end of file.
1834
1835 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
1836
1837         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
1838         siginfo_size.
1839
1840 2013-10-29  Tom Tromey  <tromey@redhat.com>
1841
1842         * utils.c (reg): Move undefinition...
1843         * gdb_curses.h: ... here.  Update comment to mention AIX.
1844
1845 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1846
1847         * exec.h (add_target_sections_of_objfile): New declaration.
1848         * exec.c (add_target_sections_of_objfile): New function.
1849         * symfile.c (add_symbol_file_command): Update current target sections.
1850         (remove_symbol_file_command): New command.
1851         (symfile_free_objfile): New function.
1852         (_initialize_symfile): Register observer for free_objfile events.
1853         * NEWS: Add description of the remove-symbol-file command.
1854         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
1855         * objfiles.c (free_objfile): Notify free_objfile.
1856         (is_addr_in_objfile): New function.
1857         * objfiles.h (is_addr_in_objfile): New declaration.
1858         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
1859         events instead of solib_unloaded events.
1860         (_initialize_printcmd): Register observer for free_objfile instead
1861         of solib_unloaded notifications.
1862         * solib.c (remove_user_added_objfile): New function.
1863         (_initialize_symfile): Add remove-symbol-file.
1864
1865 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1866
1867         * infcmd.c (default_print_one_register_info): Use val_print to
1868         print all values even optimized out or unavailable ones.  Don't
1869         try to print a raw form of optimized out or unavailable values.
1870
1871 2013-10-29  Yao Qi  <yao@codesourcery.com>
1872
1873         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
1874         parameter 'arg' instead of from program_space_data.
1875         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1876         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
1877         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
1878         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1879         * inflow.c (inflow_inferior_data_cleanup): Get data from
1880         parameter 'arg' instead of inferior_data.
1881         * registry.h: Add comments.
1882
1883 2013-10-28  Pedro Alves  <palves@redhat.com>
1884
1885         * breakpoint.c (watchpoints_triggered)
1886         <!target_stopped_data_address>: Hardcode return 1.
1887
1888 2013-10-28  Pedro Alves  <palves@redhat.com>
1889
1890         * infrun.c (process_event_stop_test): Remove unnecessary scoping
1891         level and reindent.
1892
1893 2013-10-28  Pedro Alves  <palves@redhat.com>
1894
1895         * infrun.c (process_event_stop_test): New function, factored out
1896         from handle_inferior_event.
1897         (handle_inferior_event): 'process_event_stop_test' is now a
1898         function instead of a goto label -- adjust.
1899
1900 2013-10-28  Pedro Alves  <palves@redhat.com>
1901
1902         * infrun.c (handle_inferior_event): Move process_event_stop_test
1903         goto label to the else branch of the ecs->random_signal check,
1904         along with FRAME and GDBARCH re-fetching.
1905
1906 2013-10-28  Pedro Alves  <palves@redhat.com>
1907
1908         * infrun.c (switch_back_to_stepped_thread): New function, factored
1909         out from handle_inferior_event.
1910         (handle_inferior_event): Adjust to call
1911         switch_back_to_stepped_thread.  Call it also at the tail of the
1912         random signal handling, and return, instead of also handling
1913         random signals just before the stepping tests.
1914
1915 2013-10-28  Pedro Alves  <palves@redhat.com>
1916
1917         * infrun.c (clear_stop_func): Delete.
1918         (handle_inferior_event): Don't call clear_stop_func and don't
1919         clear 'ecs->random_signal'.
1920
1921 2013-10-27  Yao Qi  <yao@codesourcery.com>
1922
1923         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
1924         (varobj_create, varobj_get_path_expr): Update.
1925         (varobj_value_has_mutated, varobj_update): Likewise.
1926         (create_child_with_value, new_root_variable): Likewise.
1927         (number_of_children, name_of_variable): Likewise.
1928         (value_of_child, my_value_of_variable): Likewise.
1929         (varobj_value_is_changeable_p): Likewise.
1930
1931 2013-10-25  Yao Qi  <yao@codesourcery.com>
1932
1933         * language.h (struct lang_varobj_ops): Declare.
1934         (struct language_defn) <la_varobj_ops>: New field.
1935         * ada-lang.c: Include "varobj.h"
1936         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
1937         ada_varobj_ops.
1938         * c-lang.c: Include "varobj.h"
1939         (c_language_defn): Initialize field 'la_varobj_ops' with
1940         c_varobj_ops.
1941         (cplus_language_defn): Initialize field 'la_varobj_ops' with
1942         cplus_varobj_ops.
1943         (asm_language_defn): Initialize field 'la_varobj_ops' with
1944         default_varobj_ops.
1945         (minimal_language_defn): Likewise.
1946         * d-lang.c (d_language_defn): Likewise.
1947         * f-lang.c (f_language_defn): Likewise.
1948         * go-lang.c (go_language_defn): Likewise.
1949         * m2-lang.c (m2_language_defn): Likewise.
1950         * objc-lang.c (objc_language_defn): Likewise.
1951         * opencl-lang.c (opencl_language_defn): Likewise.
1952         * p-lang.c (pascal_language_defn): Likewise.
1953         * language.c (unknown_language_defn): Likewise.
1954         (auto_language_defn): Likewise.
1955         (local_language_defn): Likewise.
1956         * jv-lang.c (java_language_defn): Initialize field
1957         'la_varobj_ops' with java_varobj_ops.
1958         * varobj.c (varobj_create): Update.
1959         * varobj.h (default_varobj_ops): Define macro.
1960
1961 2013-10-25  Pedro Alves  <palves@redhat.com>
1962
1963         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
1964         static field value.
1965         (cp_print_static_field): If the value is entirely optimized out,
1966         print <optimized out> here.
1967         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
1968         static field value.
1969         * p-valprint.c (pascal_object_print_static_field): If the value is
1970         entirely optimized out, print <optimized out> here.
1971         * valops.c (do_search_struct_field)
1972         (value_struct_elt_for_reference): No longer handle a NULL static
1973         field value.
1974         * value.c (value_static_field): Return an optimized out value
1975         instead of NULL.
1976
1977 2013-10-25  Yao Qi  <yao@codesourcery.com>
1978
1979         * remote.c (remote_traceframe_info): Return early if
1980         traceframe is not selected.
1981
1982 2013-10-25  Yao Qi  <yao@codesourcery.com>
1983
1984         * tracepoint.c (traceframe_fun): Remove.
1985         (traceframe_sal): Remove.
1986         (set_traceframe_context): Add local variables.
1987
1988 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
1989
1990         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
1991         and parameter name.
1992
1993 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1994
1995         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
1996         failure from register information collection.
1997
1998 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1999
2000         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
2001         member.
2002         (linux_corefile_thread_callback): Update accordingly.
2003         (linux_make_corefile_notes): Likewise.
2004
2005 2013-10-24  Pedro Alves   <palves@redhat.com>
2006
2007         * NEWS (New options): Mention set/show startup-with-shell.
2008         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
2009         instead of 3.
2010         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
2011         startup-with-shell'.
2012         (show_startup_with_shell): New function.
2013         (_initialize_fork_child): Register the set/show startup-with-shell
2014         commands.
2015         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
2016         * inf-ttrace.c (inf_ttrace_him): Remove comment.
2017         * procfs.c (procfs_init_inferior): Remove comment.
2018         * infcmd.c (startup_with_shell): New global.
2019         * inferior.h (startup_with_shell): Declare global.
2020         (STARTUP_WITH_SHELL): Delete.
2021         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
2022
2023 2013-10-23  Pedro Alves  <palves@redhat.com>
2024
2025         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
2026         * common/signals.c: Include "gdb_assert.h".
2027         (signals): New field 'symbol'.
2028         (SET): Use the 'symbol' parameter.
2029         (gdb_signal_to_symbol_string): New function.
2030         * infrun.c (handle_inferior_event) <random signal>: In debug
2031         output, print the random signal enum as string in addition to its
2032         number.
2033         * target/waitstatus.c (target_waitstatus_to_string): Print the
2034         signal's enum value as string instead of the (POSIX) signal name.
2035
2036 2013-10-23  Gary Benson  <gbenson@redhat.com>
2037
2038         PR 16013
2039         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
2040         from 32 to 18.  Adjusted fscanf format string accordingly.
2041         (Avoids leaving cmd unterminated.)
2042         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
2043         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
2044         that local_address and remote_address will not overflow.
2045         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
2046         leaving dependencies unterminated.  Parse size as "%u" to match
2047         definition.
2048
2049 2013-10-22  Pedro Alves  <palves@redhat.com>
2050
2051         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
2052         set ecs->random signal.
2053
2054 2013-10-22  Pedro Alves  <palves@redhat.com>
2055
2056         * infrun.c (keep_going): Update comments.
2057
2058 2013-10-22  Pedro Alves  <palves@redhat.com>
2059
2060         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
2061         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
2062
2063 2013-10-22  Pedro Alves  <palves@redhat.com>
2064
2065         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
2066         GDB_EXC_BAD_ACCESS.
2067         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
2068         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
2069         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
2070         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
2071         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
2072         (GDB_SIGNAL_LAST): Change description string.
2073         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
2074         Adjust to signal renaming.
2075         * darwin-nat.c (darwin_decode_message): Likewise.
2076
2077 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
2078
2079         * MAINTAINERS (Write After Approval): Add myself to the list.
2080
2081 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
2082
2083         * breakpoint.c (update_watchpoint): If hardware watchpoints are
2084         forced off, downgrade them to software watchpoints if possible,
2085         and error out if not possible.
2086         (watch_command_1): Move watchpoint type selection closer to
2087         watchpoint creation, and extend the comments.
2088
2089 2013-10-18  Pedro Alves  <palves@redhat.com>
2090
2091         PR gdb/16062
2092         * infrun.c (handle_inferior_event): Keep going if we got a random
2093         signal we should not stop for, instead of falling through to the
2094         step tests.
2095
2096 2013-10-18  Yao Qi  <yao@codesourcery.com>
2097
2098         * c-varobj.c (cplus_number_of_children): Fix indentation.
2099
2100 2013-10-17  Tom Tromey  <tromey@redhat.com>
2101
2102         PR gdb/15995:
2103         * printcmd.c (printcmd): Call gdb_flush.
2104
2105 2013-10-17  Tom Tromey  <tromey@redhat.com>
2106
2107         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
2108         (elf_locate_sections): Update.
2109
2110 2013-10-17  Yao Qi  <yao@codesourcery.com>
2111
2112         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2113         * ada-varobj.c: Remove the include of ada-varobj.h.
2114         (ada_varobj_get_number_of_children): Declare.
2115         (ada_varobj_get_name_of_child): Make it static.
2116         (ada_varobj_get_path_expr_of_child): Likewise.
2117         (ada_varobj_get_value_of_child): Likewise.
2118         (ada_varobj_get_type_of_child): Likewise.
2119         (ada_varobj_get_value_of_array_variable): Likewise.
2120         * ada-varobj.h: Remove.
2121
2122 2013-10-17  Yao Qi  <yao@codesourcery.com>
2123
2124         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
2125         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
2126         * ada-varobj.c: Include "varobj.h".
2127         (ada_number_of_children): New.  Moved from varobj.c.
2128         (ada_name_of_variable, ada_name_of_child): Likewise.
2129         (ada_path_expr_of_child, ada_value_of_child): Likewise.
2130         (ada_type_of_child, ada_value_of_variable): Likewise.
2131         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
2132         (ada_varobj_ops): New.
2133         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
2134         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
2135         * gdbtypes.h (get_target_type): Declare.
2136         * varobj.c: Remove the inclusion of "ada-varobj.h" and
2137         "ada-lang.h".
2138         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
2139         (ANONYMOUS_UNION_NAME): Likewise.
2140         (get_type, get_value_type, get_target_type): Remove declarations.
2141         (value_get_print_value, varobj_value_get_print_value): Likewise.
2142         (c_number_of_children, c_name_of_variable): Likewise.
2143         (c_name_of_child, c_path_expr_of_child): Likewise.
2144         (c_value_of_child, c_type_of_child): Likewise.
2145         (c_value_of_variable, cplus_number_of_children): Likewise.
2146         (cplus_class_num_children, cplus_name_of_variable): Likewise.
2147         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2148         (cplus_value_of_child, cplus_type_of_child): Likewise.
2149         (cplus_value_of_variable, java_number_of_children): Likewise.
2150         (java_name_of_variable, java_name_of_child): Likewise.
2151         (java_path_expr_of_child, java_value_of_child): Likewise.
2152         (java_type_of_child, java_value_of_variable): Likewise.
2153         (ada_number_of_children, ada_name_of_variable): Likewise.
2154         (ada_name_of_child, ada_path_expr_of_child): Likewise.
2155         (ada_value_of_child, ada_type_of_child): Likewise.
2156         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2157         (ada_value_has_mutated): Likewise.
2158         (struct language_specific): Move it to varobj.h.
2159         (CPLUS_FAKE_CHILD): Move it to varobj.h.
2160         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
2161         Callers update.
2162         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
2163         Make it extern.
2164         (is_anonymous_child): Move it to c-varobj.c and rename to
2165         varobj_is_anonymous_child.  Caller update.
2166         (get_type): Move it to c-varobj.c.
2167         (get_value_type): Rename it varobj_get_value_type.  Make it
2168         extern.
2169         (get_target_type): Move it gdbtypes.c.
2170         (varobj_formatted_print_options): New function.
2171         (value_get_print_value): Rename it to
2172         varobj_value_get_print_value and make it extern.
2173         (varobj_value_is_changeable_p): Make it extern.
2174         (adjust_value_for_child_access): Move it to c-varobj.c.
2175         (default_value_is_changeable_p): Rename it to
2176         varobj_default_value_is_changeable_p.  Make it extern.
2177         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
2178         (c_name_of_child, c_path_expr_of_child): Likewise.
2179         (c_value_of_child, c_type_of_child): Likewise.
2180         (c_value_of_variable, cplus_number_of_children): Likewise.
2181         (cplus_class_num_children, cplus_name_of_variable): Likewise.
2182         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
2183         (cplus_value_of_child, cplus_type_of_child): Likewise.
2184         (cplus_value_of_variable): Likewise.
2185         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
2186         (java_name_of_child, java_path_expr_of_child): Likewise.
2187         (java_value_of_child, java_type_of_child): Likewise.
2188         (java_value_of_variable): Likewise.
2189         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
2190         (ada_name_of_child, ada_path_expr_of_child): Likewise.
2191         (ada_value_of_child, ada_type_of_child): Likewise.
2192         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
2193         (ada_value_has_mutated): Likewise.
2194         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
2195         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
2196         (c_varobj_ops, cplus_varobj_ops): Declare.
2197         (java_varobj_ops, ada_varobj_ops): Declare.
2198         (varobj_default_value_is_changeable_p): Declare.
2199         (varobj_value_is_changeable_p): Declare.
2200         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
2201         (varobj_get_path_expr_parent): Declare.
2202         (varobj_value_get_print_value): Declare.
2203         (varobj_formatted_print_options): Declare.
2204         (varobj_restrict_range): Declare.
2205
2206 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
2207
2208         * target/waitstatus.h (target_waitkind): Remove spurious
2209         character from the comments.
2210
2211 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
2212
2213         * gdbarch.sh (get_longjmp_target): Add method documentation.
2214         * gdbarch.h: Regenerate.
2215
2216 2013-10-16  Tom Tromey  <tromey@redhat.com>
2217
2218         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
2219         label.
2220
2221 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
2222
2223         * gcore.in: Call GDB using the full path to the gcore script.
2224         Error out if the GDB binary is not found.
2225
2226 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2227
2228         PR gdb/16014
2229         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
2230         sizeof.
2231
2232 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2233
2234         PR gdb/16042
2235         * target.c (target_disable_btrace): Fix invalid return value for
2236         void function.
2237         (target_teardown_btrace): Likewise.
2238
2239 2013-10-14  Yao Qi  <yao@codesourcery.com>
2240
2241         * varobj.c (struct varobj): Move most of the fields to
2242         varobj.h.
2243         (struct varobj_dynamic): New struct.
2244         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
2245         (varobj_has_more): Likewise.
2246         (dynamic_varobj_has_child_method): Likewise.
2247         (update_dynamic_varobj_children): Likewise.
2248         (varobj_get_num_children): Likewise.
2249         (varobj_list_children, varobj_pretty_printed_p): Likewise.
2250         (install_new_value_visualizer): Likewise.
2251         (install_new_value_visualizer, install_new_value): Likewise.
2252         (varobj_update, new_variable, free_variable): Likewise.
2253         (my_value_of_variable, value_get_print_value): Likewise.
2254         (install_visualizer): Change the type of parameter 'var' to
2255         'struct varobjd_dynamic *'.  Callers update.
2256         * varobj.h (struct varobj): Moved from varobj.c.
2257         (struct varobj) <dynamic>: New field.
2258
2259 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
2260
2261         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
2262         as the preferred name of r30.
2263         * nios2-linux-tdep.c (reg_offsets): Likewise.
2264         * features/nios2-cpu.xml: Likewise.
2265         * features/nios2-linux.c: Regenerated.
2266         * features/nios2.c: Regenerated.
2267         * regformats/nios2-linux.dat: Regenerated.
2268
2269 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2270
2271         Canonicalize directories for EXEC_FILENAME.
2272         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
2273         exec_filename.
2274         * utils.c (gdb_realpath_keepfile): New function.
2275         * utils.h (gdb_realpath_keepfile): New declaration.
2276
2277 2013-10-11  Doug Evans  <dje@google.com>
2278
2279         * Makefile.in (GDBFLAGS): New variable.
2280         (run): New rule.
2281
2282 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2283
2284         * NEWS: Add entry documenting the new "-catch-assert" and
2285         "-catch-exception" GDB/MI commands.
2286
2287 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2288
2289         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
2290         "enabled".
2291         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
2292         "enabled".  Set B->ENABLE_STATE accordingly.
2293         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
2294         ada-lang.c.
2295         (create_ada_exception_catchpoint): Add declaration.
2296         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
2297         (create_ada_exception_catchpoint): Make non-static. Add new
2298         parameter "disabled". Use it in call to
2299         init_ada_exception_breakpoint.
2300         (catch_ada_exception_command): Add parameter "enabled" in call
2301         to create_ada_exception_catchpoint.
2302         (catch_assert_command): Likewise.
2303
2304         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
2305         Add declarations.
2306         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
2307         "catch-exception" commands.
2308         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
2309         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
2310
2311 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2312
2313         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
2314         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
2315         of all its enumerates with "ada_".  Update the rest of this
2316         file throughout.
2317
2318 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2319
2320         * ada-lang.c (ada_decode_exception_location): Delete.
2321         (create_ada_exception_catchpoint): Remove arguments "sal",
2322         "addr_string" and "ops".  Add argument "ex_kind" instead.
2323         Adjust implementation accordingly, calling ada_exception_sal
2324         to get the entities it no longer gets passed as arguments.
2325         Document the function's arguments.
2326         (catch_ada_exception_command): Use catch_ada_exception_command_split
2327         instead of ada_decode_exception_location, and update call to
2328         create_ada_exception_catchpoint.
2329         (catch_ada_assert_command_split): Renames
2330         ada_decode_assert_location.  Remove parameters "addr_string" and
2331         "ops", and now returns void.  Adjust implementation accordingly.
2332         Update the function documentation.
2333         (catch_assert_command): Use catch_ada_assert_command_split
2334         instead of ada_decode_assert_location.  Update call to
2335         create_ada_exception_catchpoint.
2336
2337 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2338
2339         * utils.h (perror_warning_with_name): Add declaration.
2340         * utils.c (perror_warning_with_name): New function.
2341         * cli/cli-cmds.c (source_script_with_search): Add call to
2342         perror_warning_with_name if from_tty is nul.
2343
2344 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2345
2346         * utils.c (perror_string): New function, extracted out of
2347         throw_perror_with_name.
2348         (throw_perror_with_name): Rework to use perror_string.
2349
2350 2013-10-11  Yao Qi  <yao@codesourcery.com>
2351
2352         * remote.c (discard_pending_stop_replies_in_queue): Update
2353         declaration.
2354         (struct stop_reply) <rs>: New field.
2355         (remove_stop_reply_of_remote_state): New function.
2356         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
2357         Callers update.  Pass remove_stop_reply_of_remote_state to
2358         QUEUE_iterate.
2359         (remote_parse_stop_reply): Initialize field 'rs'.
2360
2361 2013-10-10  Will Newton  <will.newton@linaro.org>
2362
2363         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
2364         linux_init_abi.
2365
2366 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2367
2368         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
2369         serial_baud_show_cmd.
2370         (_initialize_cli_cmds): Delete the code creating the
2371         "set/show remotebaud" commands.
2372         * serial.c (baud_rate): Move here from top.c.
2373         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
2374         (_initialize_serial): Create "set/show serial baud" commands.
2375         Add "set/show remotebaud" command aliases.
2376         * top.c (baud_rate): Moved to serial.c.
2377         * NEWS: Document the new "set/show serial baud" commands,
2378         replacing "set/show remotebaud".
2379
2380 2013-10-09  Pedro Alves  <palves@redhat.com>
2381
2382         * breakpoint.c (insert_bp_location): Use memory_error_message to
2383         build the memory error string.
2384         * c-lang.c: Include "gdbcore.h".
2385         (c_get_string): Use memory_error to throw error.
2386         (target_xfer_memory_error): Delete.
2387         (memory_error_message): New, factored out from
2388         target_xfer_memory_error.
2389         (memory_error): Change parameter type to target_xfer_error.
2390         Rewrite.
2391         (read_memory): Use memory_error instead of
2392         target_xfer_memory_error.
2393         * gdbcore.h: Include "target.h".
2394         (memory_error): Change parameter type to target_xfer_error.
2395         (memory_error_message): Declare function.
2396         * target.c (target_read_memory, target_read_stack)
2397         (target_write_memory, target_write_raw_memory): Return
2398         TARGET_XFER_E_IO on error.  Adjust comments.
2399         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
2400         instead of EIO.
2401         * target.h (target_read, target_insert_breakpoint)
2402         (target_remove_breakpoint): Adjust comments.
2403         * valprint.c (partial_memory_read): Rename parameter, and adjust
2404         comment.
2405         (val_print_string): Use memory_error_message to build the memory
2406         error string.
2407
2408 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2409
2410         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
2411         result variable.  Rename variable fopen_e_ever_failed to
2412         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
2413
2414 2013-10-09  Pedro Alves  <palves@redhat.com>
2415
2416         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
2417         (monitor_write_memory_longlongs, monitor_write_memory_block):
2418         Constify 'myaddr' parameter.
2419         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
2420         helper.
2421         (monitor_xfer_partial): New function.
2422         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
2423         hook.  Install a to_xfer_partial hook.
2424
2425 2013-10-09  Tom Tromey  <tromey@redhat.com>
2426
2427         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
2428         bfd_get_alt_debug_link_info.
2429
2430 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2431
2432         New flag OBJF_NOT_FILENAME.
2433         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
2434         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
2435         allocate_objfile.
2436         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
2437         symbol_file_add_from_bfd.
2438         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
2439         allocate_objfile.
2440         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
2441         NULL.
2442         * objfiles.h (OBJF_NOT_FILENAME): New.
2443
2444 2013-10-08  Tom Tromey  <tromey@redhat.com>
2445
2446         * Makefile.in (SFILES): Add build-id.c.
2447         (HFILES_NO_SRCDIR): Add build-id.h.
2448         * build-id.c: New file, largely from elfread.c.  Modified
2449         most functions.
2450         * build-id.h: New file.
2451         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
2452         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
2453         Search for dwz file using build-id.
2454         * elfread.c (build_id_bfd_get, build_id_verify)
2455         (build_id_to_debug_filename, find_separate_debug_file): Remove.
2456
2457 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
2458
2459         * ada-lang.c (compare_names_with_case): Renamed from
2460         compare_names, adding a new parameter "casing" and its handling.
2461         New function documentation.
2462         (compare_names): New function, implemented using
2463         compare_names_with_case.
2464
2465 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
2466
2467         * ada-lang.c (ada_exception_sal): Remove advance declaration.
2468
2469 2013-10-07  Tom Tromey  <tromey@redhat.com>
2470
2471         * objfiles.c (free_objfile_per_bfd_storage): Delete the
2472         demangled_names_hash.
2473         (free_objfile): Don't delete the demangled_names_hash.
2474         * objfiles.h (struct objfile_per_bfd_storage)
2475         <demangled_names_hash>: New field.
2476         (struct objfile) <demangled_names_hash>: Move to
2477         objfile_per_bfd_storage.
2478         * symfile.c (reread_symbols): Don't delete the
2479         demangled_names_hash.
2480         * symtab.c (create_demangled_names_hash): Update.
2481         (symbol_set_names): Update.
2482
2483 2013-10-07  Tom Tromey  <tromey@redhat.com>
2484
2485         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
2486         needs_relocations>: New fields.
2487         (gdb_bfd_requires_relocations): New function.
2488         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
2489         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
2490         the BFD needs relocations applied.
2491
2492 2013-10-07  Pedro Alves  <palves@redhat.com>
2493
2494         PR breakpoints/11568
2495         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
2496         the thread list" instead of "gone".
2497
2498 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2499
2500         * NEWS: Mention new convenience variable $_exitsignal.
2501         * corelow.c (core_open): Reset exit convenience variables.  Set
2502         $_exitsignal to the uncaught signal which generated the corefile.
2503         * infrun.c (handle_inferior_event): Reset exit convenience
2504         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
2505         (clear_exit_convenience_vars): New function.
2506         * inferior.h (clear_exit_convenience_vars): New prototype.
2507
2508 2013-10-06  Yao Qi  <yao@codesourcery.com>
2509
2510         * varobj.h: Add comments to enum varobj_languages.
2511
2512 2013-10-04  Doug Evans  <dje@google.com>
2513
2514         Add support for DWP file format version 2.
2515         * NEWS: Mention support for DWP file format version 2.
2516         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
2517         union of asection, containing_section.  New fields virtual_offset
2518         and is_virtual.  Change type of readin filed from int to char.
2519         (dwo_sections, dwo_file): Tweak comments.
2520         (dwp_v2_section_ids): New enum.
2521         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
2522         str_offsets, types.
2523         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
2524         All uses updated.
2525         (virtual_v2_dwo_sections): New struct.
2526         (dwp_hash_table): New fields version, nr_columns.  Change type of
2527         section_pool field to a union.
2528         (dwp_file): New field version.
2529         (dwarf2_has_info): Check for virtual sections.
2530         (get_containing_section): New function.
2531         (get_section_bfd_owner, get_section_bfd_section): Call it.
2532         (dwarf2_locate_sections): Update.
2533         (dwarf2_section_empty_p): Update.
2534         (dwarf2_read_section): Handle virtual sections.
2535         (locate_dwz_sections): Update.
2536         (create_dwp_hash_table): Document and handle V2 format.
2537         (locate_v1_virtual_dwo_sections): Renamed from
2538         locate_virtual_dwo_sections and update.  All callers updated.
2539         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
2540         Delete arg htab.  Rename arg section_index to unit_index.
2541         All callers updated.
2542         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
2543         All uses updated.
2544         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
2545         (lookup_dwo_unit_in_dwp): Add V2 support.
2546         (dwarf2_locate_dwo_sections): Update.
2547         (dwarf2_locate_common_dwp_sections): Renamed from
2548         dwarf2_locate_dwp_sections and update.  All callers updated.
2549         (dwarf2_locate_v2_dwp_sections): New function.
2550         (open_and_init_dwp_file): Add V2 support.
2551         (read_str_index): New locals str_section, str_offsets_section.
2552
2553 2013-10-04  Pedro Alves  <palves@redhat.com>
2554
2555         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
2556         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
2557         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
2558         describing comments with references to ptid.h.
2559         * common/ptid.h: Remove intro description of constructors,
2560         accessors and predicates.
2561         (struct ptid): Reformat.
2562         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
2563         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
2564         describing comments.
2565
2566 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2567
2568         * aix-thread.c (sync_threadlists): Add missing ')' in call
2569         to ptid_build.
2570
2571 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2572
2573         * procfs.c (procfs_init_inferior): Fix typo causing the build
2574         to fail.
2575
2576 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2577
2578         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
2579
2580 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2581
2582         * mi/mi-main.c (run_one_inferior): Add function description.
2583         Make ARG a pointer to an integer whose value determines whether
2584         we should "run" or "start" the program.
2585         (mi_cmd_exec_run): Add handling of the "--start" option.
2586         Reject all other command-line options.
2587         * NEWS: Add entry for "-exec-run"'s new "--start" option.
2588
2589 2013-10-04  Yao Qi  <yao@codesourcery.com>
2590
2591         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2592         (struct notif_client) <pending_event>: Moved
2593         to struct remote_notif_state.
2594         <id>: New field.
2595         (struct remote_notif_state) <pending_event>: New field.
2596         (notif_event_xfree): Declare.
2597         * remote-notif.c (handle_notification): Adjust.
2598         (notif_event_xfree): New function.
2599         (do_notif_event_xfree): Call notif_event_xfree.
2600         (remote_notif_state_xfree): Call notif_event_xfree to free
2601         each element in field pending_event.
2602         * remote.c (discard_pending_stop_replies): Remove declaration.
2603         (discard_pending_stop_replies_in_queue): Declare.
2604         (remote_close): Call discard_pending_stop_replies_in_queue
2605         instead of discard_pending_stop_replies.
2606         (remote_start_remote): Adjust.
2607         (stop_reply_xfree): Call notif_event_xfree.
2608         (notif_client_stop): Adjust initialization.
2609         (remote_notif_remove_all): Rename it to ...
2610         (remove_stop_reply_for_inferior): ... this.  Update comments.
2611         Don't check INF is NULL.
2612         (discard_pending_stop_replies): Return early if notif_state is
2613         NULL.  Adjust.  Don't check INF is NULL.
2614         (remote_notif_get_pending_events): Adjust.
2615         (discard_pending_stop_replies_in_queue): New function.
2616         (remote_wait_ns): Likewise.
2617
2618 2013-10-04  Yao Qi  <yao@codesourcery.com>
2619
2620         * remote-notif.c (DECLARE_QUEUE_P): Remove.
2621         (notif_queue): Remove.
2622         (remote_notif_process): Add one parameter 'notif_queue'.
2623         Update comments.  Callers update.
2624         (remote_async_get_pending_events_token): Remove.
2625         (remote_notif_register_async_event_handler): Remove.
2626         (remote_notif_unregister_async_event_handler): Remove.
2627         (handle_notification): Add parameter 'notif_queue'.  Update
2628         comments.  Callers update.
2629         (notif_xfree): Remove.
2630         (remote_notif_state_allocate): New function.
2631         (remote_notif_state_xfree): New function.
2632         (_initialize_notif): Remove code to allocate queue.
2633         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
2634         (struct remote_notif_state): New.
2635         (handle_notification): Update declaration.
2636         (remote_notif_process): Likewise.
2637         (remote_notif_register_async_event_handler): Remove.
2638         (remote_notif_unregister_async_event_handler): Remove.
2639         (remote_notif_state_allocate): Declare.
2640         (remote_notif_state_xfree): Declare.
2641         * remote.c (struct remote_state) <notif_state>: New field.
2642         (remote_close): Don't call
2643         remote_notif_unregister_async_event_handler.  Call
2644         remote_notif_state_xfree.
2645         (remote_open_1): Don't call
2646         remote_notif_register_async_event_handler.  Call
2647         remote_notif_state_allocate.
2648
2649 2013-10-04  Yao Qi  <yao@codesourcery.com>
2650
2651         * varobj.c (create_child_with_value): Remove 'const' from the
2652         type of parameter 'name'.
2653         (varobj_add_child): Likewise.
2654         (install_dynamic_child): Remove 'const' from the type of
2655         parameter 'name'.
2656         (varobj_add_child): Likewise.
2657         (create_child_with_value): Likewise.  Update comments.  Don't
2658         duplicate 'name'.
2659         (update_dynamic_varobj_children): Duplicate 'name'
2660         and pass it to install_dynamic_child.
2661
2662 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
2663
2664         * python/py-value.c (convert_value_from_python): Move PyInt_Check
2665         conversion logic to occur after PyLong_Check.  Comment on order
2666         change significance.
2667         * python/py-arch.c (archpy_disassemble): Comment on order of
2668         conversion for integers and longs.
2669
2670 2013-10-03  Pedro Alves  <palves@redhat.com>
2671
2672         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
2673         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
2674         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
2675         PTRACE_O_TRACEFORK is not supported.
2676         (linux_test_for_tracesysgood): New function.
2677         (linux_test_for_tracefork): New function, factored out from
2678         linux_check_ptrace_features, and also don't kill child_pid here.
2679
2680 2013-10-03  Tristan Gingold  <gingold@adacore.com>
2681
2682         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
2683         Remove verbose error reporting.  Use detected state to
2684         thread_set_state call.
2685         (i386_darwin_dr_get): Fix return type.  Remove verbose error
2686         report.
2687         Remove trailing spaces.
2688
2689 2013-10-02  Pedro Alves  <palves@redhat.com>
2690
2691         * cp-valprint.c (cp_print_value_fields): Adjust calls to
2692         val_print_optimized_out.
2693         * jv-valprint.c (java_print_value_fields): Likewise.
2694         * p-valprint.c (pascal_object_print_value_fields): Likewise.
2695         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2696         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
2697         new optimized out value.
2698         * findvar.c (address_from_register): Likewise.
2699         * frame.c (put_frame_register): Tweak error string to say the
2700         register was not saved, rather than optimized out.
2701         * infcmd.c (default_print_one_register_info): Adjust call to
2702         val_print_optimized_out.  Use value_of_register instead of
2703         get_frame_register_value.
2704         * mi/mi-main.c (output_register): Use value_of_register instead of
2705         get_frame_register_value.
2706         * valprint.c (valprint_check_validity): Likewise.
2707         (val_print_optimized_out): New value parameter.  If the value is
2708         lval_register, print <not saved> instead.
2709         (value_check_printable, val_print_scalar_formatted): Adjust calls
2710         to val_print_optimized_out.
2711         * valprint.h (val_print_optimized_out): New value parameter.
2712         * value.c (struct value) <optimized_out>: Extend comment.
2713         (error_value_optimized_out): New function.
2714         (require_not_optimized_out): Use it.  Use a different string for
2715         lval_register values.
2716         * value.h (error_value_optimized_out): New declaration.
2717         * NEWS: Mention <not saved>.
2718
2719 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2720
2721         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
2722         strcmp to compare two symtab filenames.
2723
2724 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
2725
2726         * symtab.c (search_symbols_equal): Delete.
2727         (sort_search_symbols_remove_dups): Replace call to
2728         search_symbols_equal by call to compare_search_syms,
2729         adjusting as necessary.
2730
2731 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2732
2733         PR python/15579
2734         * python/python.c: Document gdb.execute command in Python help.
2735
2736 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2737
2738         * python/py-frame.c (frame_info_to_frame_object): Use
2739         gdbpy_convert_exception. Clean up Python object on failure.
2740
2741 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
2742
2743         * python/lib/gdb/command/frame_filters.py
2744         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
2745         (ShowFrameFilterPriority.invoke): Ditto.
2746
2747 2013-10-01  Keith Seitz  <keiths@redhat.com>
2748
2749         * linespec.c (struct ls_parser): Make 'saved_arg' const.
2750         (parse_linespec): Make 'argptr' const.
2751         Remove temporary cast of 'argptr' to const char **.
2752         (decode_line_full): Pass const pointer to parse_linespec.
2753         (decode_line_1): Likewise.
2754         (decode_objc): Make local variable 'new_argptr' const.
2755         (find_function_symbols): Remove temporary cast to char *
2756         to find_imps.
2757         * objc-lang.c (find_imps): Make argument 'method' const.
2758         Return const.
2759         * objc-lang.h (find_imps): Likewise.
2760
2761 2013-10-01  Keith Seitz  <keiths@redhat.com>
2762
2763         * completer.c (skip_quoted_chars): Make all arguments const.
2764         Return const.
2765         (skip_quoted): Likewise.
2766         * completer.h (skip_quoted_chars): Likewise.
2767         (skip_quoted): Likewise.
2768         * defs.h (skip_quoted): Remove duplicate declaration.
2769         * jv-exp.y: Include completer.h.
2770         (yylex): Remove unneccessary cast to char * fro skip_quoted.
2771         * p-exp.y: Include completer.h.
2772
2773 2013-10-01  Keith Seitz  <keiths@redhat.com>
2774
2775         * c-exp.y (parse_number): Make first argument const.
2776         Make a copy of the input to manipulate.
2777         (c_parse_escape): Make first argument const.
2778         Make local variable 'tokptr' const.
2779         (parse_string_or_char): Make first two arguments const.
2780         (macro_original_text): Make const.
2781         (lex_one_token): Make local variable 'tokstart' const.
2782         Likewise for local variables named 'p'.
2783         Cast away const for struct stoken (temporary).
2784         * c-lang.h (c_parse_escpae): Make first argument const.
2785         * cli/cli-cmds.c (echo_command): Make local variable 'p'
2786         const.
2787         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
2788         var_string case.
2789         * f-exp.y (parse_number): Make first argument const.
2790         (match_string_literal): Make local variable 'tokstart'
2791         const.
2792         (yylex): Make local variable 'p' const.
2793         Cast away const for struct stoken (temporary).
2794         * go-exp.y (parse_number): Make first argument const.
2795         (parse_string_or_char): Likewise.
2796         Make local variable 'tokstart' const.
2797         (lex_one_token): Likewise for numerous locals called 'p'.
2798         Cast away const for struct stoken (temporary).
2799         * jv-exp.y (parse_number): Make first argument const.
2800         Make local variables 'tokstart' and 'tokptr' const.
2801         Cast away const for call to skip_quoted (temporary).
2802         (yylex): Make local variable 'p' const.
2803         Cast away const for struct stoken (temporary).
2804         * m2-exp.y (parse_number): Make local variable 'p' const.
2805         (yylex): Likewise for 'tokstart'.
2806         Cast away const for struct stoken (temporary).
2807         Make local variable 'p' const.
2808         * macroexp.c (get_character_constant): Pass a const string
2809         to c_parse_escape.
2810         (get_string_literal): Likewise.
2811         (macro_expand_next): Make first argument const.
2812         Cast away const for init_shared_buffer.
2813         * macroexp.h (macro_expand_next): Make first argument const.
2814         * p-exp.y (yylex): Make a local copy of 'lexptr'.
2815         Pass a const string to c_parse_escape.
2816         Make local variables 'p' and 'namestart' const.
2817         * parse.c (lexptr): Make const.
2818         (prev_lexptr): Likewise.
2819         (find_template_name_end): Return const.
2820         Make argument const, too.
2821         (parse_exp_in_context): Make first argument const.
2822         Remove the entire const_hack.
2823         (parse_exp_in_context_1): Make first argument const.
2824         * parser-defs.h (find_template_name_end): Return const.
2825         Make argument const, too.
2826         (lexptr): Make const.
2827         (prev_lexptr): Likewise.
2828         * utils.c (parse_escape): Make second argument const.
2829         * utils.h (parse_escape): Likewise.
2830
2831 2013-10-01  Keith Seitz  <keiths@redhat.com>
2832
2833         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
2834         is now const.
2835         (block_lookup): Make 'raw_name' and 'name' const.
2836         * ada-lex.l (processString): Update for struct stoken.ptr.
2837         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
2838         (operator_stoken): Likewise.
2839         (lex_one_token): Remove temporary cast to char * for
2840         'yylval.sval.ptr'.
2841         * f-exp.y (yylex): Likewise.
2842         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
2843         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
2844         * go-exp.y (lex_one_token): Remove temporary cast to char * for
2845         'yylval.sval.ptr'.
2846         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
2847         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
2848         * linespec.c (struct ls_parser): Make 'stream' const.
2849         (find_parameter_list_end): Make argument 'input' and local
2850         variable 'p' const.
2851         (linespec_lexer_lex_string): Make local variables 'start' and
2852         'p' const.
2853         Use skip_spaces_const instead of skip_spaces.
2854         (linespec_lexer_peek_token): Make local variable 'saved_stream'
2855         const.
2856         (parse_linespec): Temporarily cast 'argptr' to const for
2857         'parser->lexer.stream'.
2858         * m2-exp.y (yylex): Remove temporary cast to char * for
2859         'yylval.sval.ptr'.
2860         * objc-lang.c (add_msglist): Make local variable 'p' const.
2861         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
2862         (exp : STRING): Make 'sp' const.
2863         (parse_number): Make argument 'p' const.
2864         * parser-defs.h (struct stoken): Make 'ptr' const.
2865
2866 2013-10-01  Doug Evans  <dje@google.com>
2867
2868         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
2869
2870 2013-10-01  Yao Qi  <yao@codesourcery.com>
2871
2872         * varobj.c (c_value_of_root): Remove declaration.
2873         (cplus_value_of_root, java_value_of_root): Likewise.
2874         (ada_value_of_root): Likewise.
2875         (struct language_specific) <value_of_root>: Remove.
2876         (languages): Update initialization.
2877         (check_scope): Move earlier.
2878         (c_value_of_root): Move earlier and rename to ...
2879         (value_of_root_1): ... this.
2880         (value_of_root): Caller update.
2881         (cplus_value_of_root, java_value_of_root): Remove.
2882         (ada_value_of_root): Remove.
2883
2884 2013-10-01  Yao Qi  <yao@codesourcery.com>
2885
2886         * varobj.c (varobj_format_string): Remove "unknown".
2887         (languages): Remove the first element.
2888         * varobj.h (enum varobj_languages): Remove vlang_c.
2889
2890 2013-10-01  Yao Qi  <yao@codesourcery.com>
2891
2892         * varobj.c (struct language_specific) <language>: Remove.
2893         (languages): Update the initialization.
2894
2895 2013-10-01  Yao Qi  <yao@codesourcery.com>
2896
2897         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
2898         "solib-target.h".  Include "windows-tdep.h".
2899         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
2900         set_solib_ops and set_gdbarch_has_dos_based_file_system.
2901         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
2902         windows-tdep.o to gdb_target_obs.
2903
2904 2013-10-01  Yao Qi  <yao@codesourcery.com>
2905
2906         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
2907         "solib-target.h".
2908         (amd64_windows_init_abi): Don't call set_solib_ops and
2909         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2910         windows_init_abi instead.
2911         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
2912         "solib-target.h".
2913         (i386_cygwin_init_abi): Don't call set_solib_ops,
2914         set_gdbarch_has_dos_based_file_system and
2915         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
2916         windows_init_abi instead.
2917         * windows-tdep.c: Include "solib.h" and "solib-target.h".
2918         (windows_init_abi): New function.
2919         (windows_iterate_over_objfiles_in_search_order): Make it
2920         static.
2921         * windows-tdep.h (windows_init_abi): Declare.
2922         (windows_iterate_over_objfiles_in_search_order): Remove
2923         declaration.
2924
2925 2013-10-01  Jerome Guitton  <guitton@adacore.com>
2926
2927         Checked in by Joel Brobecker  <brobecker@adacore.com>
2928         * system-gdbinit/elinos.py (get_elinos_environment): Return an
2929         incomplete dictionnary instead of None in case of missing
2930         environment variables.
2931         (elinos_init): in case of an incomplete environment, best
2932         effort to load system libraries instead of abort.
2933
2934 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
2935
2936         * ada-lang.c (ada_has_this_exception_support): Ignore
2937         mst_solib_trampoline minimal symbols.
2938
2939 2013-09-30  Tristan Gingold  <gingold@adacore.com>
2940
2941         * i386-darwin-nat.c (darwin_complete_target): Install methods for
2942         hardware watchpoint.
2943         (i386_darwin_dr_set): Support 32 and 64 bit states.
2944         (i386_darwin_dr_get): Likewise.
2945         (i386_darwin_dr_set_control): Make static.
2946         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
2947         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
2948
2949 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
2950
2951         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2952         Replace TIDGET with ptid_get_lwp.
2953         Replace GET_LWP with ptid_get_lwp.
2954         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
2955         Replace BUILD_THREAD with ptid_build.
2956         Replace BUILD_LWP with ptid_build.
2957         Replace PIDGET with ptid_get_pid.
2958         Replace TIDGET with ptid_get_lwp.
2959         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
2960         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2961         Replace TIDGET with ptid_get_lwp.
2962         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
2963         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
2964         Replace TIDGET with ptid_get_lwp.
2965         Replace GET_LWP with ptid_get_lwp.
2966         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
2967         * auxv.c: Likewise.
2968         * breakpoint.c: Likewise.
2969         * common/ptid.c (ptid_is_pid): Condense check for
2970         null_ptid and minus_one_ptid.
2971         (ptid_lwp_p): New function.
2972         (ptid_tid_p): New function.
2973         * common/ptid.h: Update comments for accessors.
2974         (ptid_lwp_p): New prototype.
2975         (ptid_tid_p): New prototype.
2976         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
2977         * gcore.c: Replace PIDGET with ptid_get_pid.
2978         * gdbthread.h: Likewise.
2979         * gnu-nat.c: Likewise.
2980         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
2981         Replace TIDGET with ptid_get_lwp.
2982         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
2983         * hppanbsd-nat.c: Likewise.
2984         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
2985         Replace TIDGET with ptid_get_lwp.
2986         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
2987         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2988         * infcmd.c: Likewise.
2989         * inferior.h: Likewise.
2990         * inflow.c: Likewise.
2991         * infrun.c: Likewise.
2992         * linux-fork.c: Likewise.
2993         * linux-nat.c: Replace PIDGET with ptid_get_pid.
2994         Replace GET_PID with ptid_get_pid.
2995         Replace is_lwp with ptid_lwp_p.
2996         Replace GET_LWP with ptid_get_lwp.
2997         Replace BUILD_LWP with ptid_build.
2998
2999 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
3000
3001         * common/linux-btrace.c: Move sys/syscall.h out of the
3002         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
3003         Also check for SYS_perf_event_open before attempting to buid.
3004
3005 2013-09-27  Doug Evans  <dje@google.com>
3006
3007         * dwarf2read.c (dwarf2_section_info): Add comment.
3008         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
3009         All uses updated.
3010         (dwarf2_section_empty_p): Rename arg from "info" to "section".
3011         (dwarf2_read_section): Delete unused local "header".  Add section
3012         name to error message.
3013         (create_dwo_in_dwp): Tweak comment.
3014         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
3015
3016         * dwarf2read.c (die_reader_specs): Tweak comment.
3017         (get_section_bfd_owner, get_section_bfd_section): New functions.
3018         (get_section_name, get_section_file_name): New functions.
3019         (get_section_id, get_section_flags): New functions.
3020         (*): Use new functions to access section fields.
3021
3022         * dwarf2read.c (struct dwo_file): Add/tweak comments.
3023         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
3024         arg "htab".  All callers updated.
3025         (create_debug_types_hash_table): Remove redundant copy of
3026         abbrev_section.
3027         (create_dwo_in_dwp): Tweak comments.
3028         (read_str_index): Tweak comment.  Record dwarf form name in static
3029         local.
3030
3031 2013-09-27  Pedro Alves  <palves@redhat.com>
3032
3033         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
3034         (remote_filename_p): Add comment.
3035         * remote.c (remote_filename_p): Adjust to use
3036         REMOTE_SYSROOT_PREFIX.
3037         * solib.c (solib_find): When deciding whether we need to add a
3038         directory separator, check whether the sysroot is "remote:"
3039         instead of checking whether the patch has a drive spec.  Add
3040         comments.
3041
3042 2013-09-27  Pedro Alves  <palves@redhat.com>
3043
3044         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
3045         Delete fields.
3046         (remote_parse_stop_reply): Adjust, setting event->ws.kind
3047         directly.
3048
3049 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3050
3051         Fix set debug frame output.
3052         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
3053         SENTINEL_FRAME entry lower to match enum frame_type order.
3054
3055 2013-09-26  Pierre Muller  <muller@sourceware.org>
3056
3057         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
3058         AMD64_R15_REGNUM when a register index is expected.
3059         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
3060         Substitute in array.
3061         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
3062         (amd64_push_arguments): Substitute in integer_regnum array.
3063
3064 2013-09-25  Doug Evans  <dje@google.com>
3065
3066         * objfiles.c (allocate_objfile): Move comment to better place.
3067
3068         New option "set debug symfile on".
3069         * NEWS: Mention "set debug symfile".
3070         * Makefile.in (SFILES): Add symfile-debug.c.
3071         (COMMON_OBS): Add symfile-debug.o.
3072         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
3073         objfile's symbol functions.
3074         * objfiles.h (objfile_set_sym_fns): Declare.
3075         * symfile-debug.c: New file.
3076         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
3077         objfile's symbol functions.
3078         (reread_symbols): Ditto.
3079
3080         * symfile.h (struct sym_fns): Delete member "sym_flavour".
3081         All uses updated.
3082         (add_symtab_fns): Update prototype.
3083         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
3084         (registered_sym_fns): ... this.
3085         (symtab_fns): Update.
3086         (add_symtab_fns): New arg "flavour".  All callers updated.
3087         (find_sym_fns): Rewrite to use new sym_fns registry.
3088
3089         * symfile.h (struct sym_fns): Add "objfile" argument to
3090         sym_read_linetable.  All uses updated.
3091
3092         * symtab.c (domain_name, search_domain_name): New functions.
3093         * symtab.h (domain_name, search_domain_name): Declare.
3094
3095         * symfile.h (struct quick_symbol_functions): Reorg arg list of
3096         map_matching_symbols so objfile is first.  All uses updated.
3097         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
3098         * psymtab.c (map_matching_symbols_psymtab): Update signature.
3099
3100 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3101
3102         PR shlibs/8882
3103         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
3104         link map entries.
3105
3106 2013-09-24  Doug Evans  <dje@google.com>
3107
3108         * objfiles.c (free_objfile): Move comment.
3109
3110 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3111
3112         * ada-exp.y (string_to_operator): Delete.
3113         (dummy_string_to_ada_operator): Delete.
3114
3115 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3116
3117         Revert:
3118         * i386-tdep.h (enum amd64_reg_class): New, moved here from
3119         amd64-tdep.c.
3120         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3121         call_dummy_integer_regs, and classify.
3122         * amd64-tdep.h (amd64_classify): Add declaration.
3123         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3124         (amd64_reg_class): Delete, moved to i386-tdep.h.
3125         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
3126         Replace call to amd64_classify by call to tdep->classify.
3127         (amd64_push_arguments): Get the list of registers to use for
3128         passing integer parameters from the gdbarch tdep structure,
3129         rather than using a hardcoded one.  Replace calls to amd64_classify
3130         by calls to tdep->classify.
3131         (amd64_push_dummy_call): Get the register number used for
3132         the "hidden" argument from tdep->call_dummy_integer_regs.
3133         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3134         and tdep->call_dummy_integer_regs.  Set tdep->classify.
3135
3136 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3137
3138         Revert:
3139         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3140         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3141         where tdep->memory_args_by_pointer is non-zero.
3142
3143 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3144
3145         Revert:
3146         * i386-tdep.h (struct gdbarch_tdep): Add new field
3147         integer_param_regs_saved_in_caller_frame.
3148         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3149         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3150
3151 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
3152
3153         * amd64-windows-tdep.c: #include "value.h"
3154         (amd64_windows_classify): Delete.
3155         (amd64_windows_passed_by_integer_register)
3156         (amd64_windows_passed_by_xmm_register)
3157         (amd64_windows_passed_by_pointer)
3158         (amd64_windows_adjust_args_passed_by_pointer)
3159         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
3160         (amd64_windows_push_dummy_call): New functions.
3161         (amd64_windows_init_abi): Remove setting of
3162         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
3163         tdep->classify, tdep->memory_args_by_pointer and
3164         tdep->integer_param_regs_saved_in_caller_frame.
3165         Add call to set_gdbarch_push_dummy_call.
3166
3167 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3168
3169         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
3170         objfile->original_name.
3171
3172 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3173
3174         Pass down original filename for objfile.
3175         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
3176         * elfread.c (elf_symfile_read): Likewise.
3177         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
3178         longer set ORIGINAL_NAME.
3179         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
3180         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
3181         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
3182         symbol_file_add_from_bfd call.
3183         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
3184         (macho_check_dsym): Add parameter filenamep.  Change function comment.
3185         Set *filenamep.
3186         (macho_symfile_read): New variable dsym_filename.  Update
3187         macho_check_dsym call.  Use it for symbol_file_add_separate.
3188         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
3189         it.  Use it for objfile->original_name.
3190         (objfile_name): Return OBFD's filename, if available.
3191         * objfiles.h (allocate_objfile): Add new parameter name.
3192         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
3193         * symfile-mem.c (symbol_file_add_from_memory): Update
3194         symbol_file_add_from_bfd call.
3195         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
3196         comment for it.
3197         (symbol_file_add_with_addrs): New parameter name, add function comment
3198         for it.  Remove variable name.  Update allocate_objfile call.
3199         (symbol_file_add_separate): New parameter name, add function comment
3200         for it.  Update symbol_file_add_with_addrs call.
3201         (symbol_file_add_from_bfd): New parameter name.  Update
3202         symbol_file_add_with_addrs call.
3203         (symbol_file_add): Update symbol_file_add_from_bfd call.
3204         (reread_symbols): New variable original_name.  Save
3205         objfile->original_name by it.
3206         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
3207         second parameter.
3208
3209 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3210
3211         Code cleanup: Add objfile_name accessor function.
3212         * ada-lang.c (is_known_support_routine): Use objfile_name.
3213         * auto-load.c (source_gdb_script_for_objfile)
3214         (auto_load_objfile_script): Likewise.
3215         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
3216         * dbxread.c (dbx_symfile_read): Likewise.
3217         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3218         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
3219         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
3220         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
3221         (lookup_dwp_signatured_type, lookup_dwo_unit)
3222         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
3223         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
3224         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
3225         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
3226         (dwarf2_record_block_ranges, read_common_block, read_typedef)
3227         (read_subrange_type, load_partial_dies, read_partial_die)
3228         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
3229         (die_containing_type, build_error_marker_type, lookup_die_type)
3230         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
3231         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
3232         (get_DW_AT_signature_type, write_psymtabs_to_index)
3233         (save_gdb_index_command): Likewise.
3234         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
3235         Likewise.
3236         * expprint.c (dump_subexp_body_standard): Likewise.
3237         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
3238         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
3239         original_name.
3240         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
3241         obj_name, use objfile_name for it, use the variable.
3242         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
3243         Use objfile_name.
3244         * machoread.c (macho_symtab_read, macho_check_dsym)
3245         (macho_symfile_relocate): Likewise.
3246         * maint.c (maintenance_translate_address): Likewise.
3247         * minidebug.c (find_separate_debug_file_in_section): Likewise.
3248         * minsyms.c (install_minimal_symbols): Likewise.
3249         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
3250         original_name.
3251         (filter_overlapping_sections): Use objfile_name.
3252         (objfile_name): New function.
3253         * objfiles.h (struct objfile): Rename field name to original_name.
3254         (objfile_name): New prototype.
3255         * printcmd.c (sym_info, address_info): Use objfile_name.
3256         * probe.c (parse_probes, collect_probes, compare_probes)
3257         (info_probes_for_ops): Likewise.
3258         * progspace.c (clone_program_space): Likewise.
3259         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
3260         (maintenance_info_psymtabs): Likewise.
3261         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3262         (source_section_scripts): Likewise.
3263         * python/py-objfile.c (objfpy_get_filename): Likewise.
3264         * python/py-progspace.c (pspy_get_filename): Likewise.
3265         * solib-aix.c (solib_aix_get_toc_value): Likewise.
3266         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
3267         * solib.c (solib_read_symbols): Likewise.
3268         * stabsread.c (scan_file_globals): Likewise.
3269         * stap-probe.c (handle_stap_probe): Likewise.
3270         * symfile.c (symbol_file_clear, separate_debug_file_exists)
3271         (find_separate_debug_file_by_debuglink): Likewise.
3272         (reread_symbols): Likewise.  Use the objfile field name renamed to
3273         original_name.
3274         (allocate_symtab): Use objfile_name.
3275         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
3276         (dump_objfile, dump_msymbols, dump_symtab_1)
3277         (maintenance_print_msymbols, maintenance_print_objfiles)
3278         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
3279         * target.c (target_translate_tls_address, target_info): Likewise.
3280         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
3281         objfile_name.
3282
3283 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3284
3285         Code cleanup.
3286         * probe.c (parse_probes): Rename variable objfile_name to
3287         objfile_namestr.
3288
3289 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3290
3291         Remove solib-sunos.c.
3292         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
3293         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
3294         * objfiles.c (rt_common_objfile): Remove.
3295         (free_objfile): Remove rt_common_objfile comparison.
3296         * objfiles.h (rt_common_objfile): Remove.
3297         * solib-sunos.c: Remove.
3298         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
3299
3300 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3301
3302         Remove a.out NetBSD and OpenBSD hosts.
3303         * NEWS (Removed native configurations): New.
3304         * config/arm/nbsdaout.mh: Remove.
3305         * config/i386/nbsdaout.mh: Remove.
3306         * config/i386/obsdaout.mh: Remove.
3307         * config/m68k/nbsdaout.mh: Remove.
3308         * config/sparc/nbsdaout.mh: Remove.
3309         * config/vax/nbsdaout.mh: Remove.
3310         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
3311         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
3312         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
3313         error.
3314         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
3315         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
3316         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
3317
3318 2013-09-23  Tom Tromey  <tromey@redhat.com>
3319
3320         * linespec.c (struct minsym_and_objfile): Remove.
3321         (minsym_and_objfile_d): Remove.
3322         (struct linespec, struct collect_info, linespec_parse_basic)
3323         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
3324         (compare_msymbols, find_method, find_function_symbols)
3325         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
3326         (add_minsym, search_minsyms_for_name): Update.
3327
3328 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
3329
3330         * regcache.c: Add include of valprint.h.
3331         (dump_endian_bytes): Delete.
3332         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
3333
3334 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
3335
3336         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
3337
3338 2013-09-19  Pedro Alves  <palves@redhat.com>
3339
3340         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
3341         breakpoints.
3342
3343 2013-09-19  Pedro Alves  <palves@redhat.com>
3344             Thomas Schwinge  <thomas@codesourcery.com>
3345             Yue Lu  <hacklu.newborn@gmail.com>
3346
3347         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
3348         Take a gdb_byte pointer instead of a char pointer.
3349
3350         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
3351         gnu_xfer_partial helper.
3352         (gnu_xfer_partial): New function.
3353         (gnu_target): Don't install a deprecated_xfer_memory hook.
3354         Install a to_xfer_partial hook.
3355
3356 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3357
3358         Constification.
3359         * main.c (captured_main): Replace catch_command_errors by
3360         catch_command_errors_const.  Twice.
3361         * symfile.c (symbol_file_add_main_1): Make args parameter const.
3362         (symbol_file_add): Make name parameter const.
3363         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
3364         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
3365         variable name.  Change their usage accordingly.
3366         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
3367         const.
3368         (symbol_file_add_main): Make args parameter const.
3369
3370 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
3371             Ulrich Weigand  <uweigand@de.ibm.com>
3372
3373         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
3374         of c_value member.
3375         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
3376
3377 2013-09-18  Pedro Alves  <palves@redhat.com>
3378             Yue Lu  <hacklu.newborn@gmail.com>
3379
3380         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
3381         (gnu_create_inferior)
3382         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
3383         (set_sig_thread_cmd): Use the lwpid field of ptids to
3384         store/extract thread ids instead of the tid field.
3385         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
3386
3387 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3388
3389         * infcmd.c (default_print_one_register_info): Add detection of
3390         optimized out values.
3391         (default_print_registers_info): Switch to using
3392         get_frame_register_value.
3393
3394 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
3395
3396         * infrun.c (handle_inferior_event): Check if we know the
3397         function start address before setting a resume breakpoint.
3398
3399 2013-09-18  Pedro Alves  <palves@redhat.com>
3400
3401         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
3402         minus_one_ptid instead of looking at the ptid's tid field and
3403         comparing that to -1.
3404
3405 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3406
3407         * main.h (get_gdb_program_name): Remove extra whitespace.
3408
3409 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
3410
3411         * main.h (get_gdb_program_name): Add declaration.
3412         * main.c (get_gdb_program_name): Add definition.
3413
3414 2013-09-17  Doug Evans  <dje@google.com>
3415
3416         * dwarf2read.c: Move definitions of complaint functions to after
3417         forward declarations of local functions.
3418
3419 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
3420             Pedro Alves  <palves@redhat.com>
3421
3422         PR gdb/11568
3423         * breakpoint.c (remove_threaded_breakpoints): New function.
3424         (_initialize_breakpoint): Attach remove_threaded_breakpoints
3425         as thread_exit observer.
3426
3427 2013-09-17  Pedro Alves  <palves@redhat.com>
3428
3429         PR gdb/15911
3430         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
3431         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3432         * corelow.c (core_open):
3433         * frame.h (print_stack_frame, print_frame_info): New
3434         'set_current_sal' parameter.
3435         * infcmd.c (finish_command, kill_command): Adjust call to
3436         print_stack_frame.
3437         * inferior.c (inferior_command): Likewise.
3438         * infrun.c (normal_stop): Likewise.
3439         * linux-fork.c (linux_fork_context): Likewise.
3440         * record-full.c (record_full_goto_entry, record_full_restore):
3441         Likewise.
3442         * remote-mips.c (common_open): Likewise.
3443         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
3444         Use it.
3445         (print_frame_info): New 'set_current_sal' parameter.  Set the last
3446         displayed sal depending on the new paremeter instead of looking at
3447         print_what.
3448         (backtrace_command_1, select_and_print_frame, frame_command)
3449         (current_frame_command, up_command, down_command): Adjust call to
3450         print_stack_frame.
3451         * thread.c (print_thread_info, restore_selected_frame)
3452         (do_captured_thread_select): Adjust call to print_stack_frame.
3453         * tracepoint.c (tfind_1): Likewise.
3454         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3455         (mi_cmd_stack_info_frame): Likewise.
3456         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
3457         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
3458
3459 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3460
3461         * value.c (isvoid_internal_fn): Replace "parameter" with
3462         "argument".
3463
3464 2013-09-16  Stan Shebs  <stan@codesourcery.com>
3465
3466         * README: Update references to writing code for GDB.
3467         * configure.ac (build_warnings): Remove obsolete comment.
3468         * configure: Regenerate.
3469         * gdbarch.sh: Remove references to gdbint.texinfo.
3470         * gdbarch.h: Regenerate.
3471         * gdbtypes.c (objfile_type): Remove comments referencing internals
3472         manual and D10V.
3473
3474 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3475
3476         * NEWS: Mention new convenience function $_isvoid.
3477         * value.c (isvoid_internal_fn): New function.
3478         (_initialize_values): Add new convenience function $_isvoid.
3479
3480 2013-09-16  Pierre Muller  <muller@sourceware.org>
3481
3482         * arm-linux-tdep.c: Add "elf/common.h" header.
3483         Remove AT_HWCAP macro definintion as it is provided in
3484         added include file.
3485         * s390-tdep.c: Remove system header <elf.h>
3486         Add "elf/common.h" header for AT_HWCAP definition.
3487         (s390_core_read_description): Use correct CORE_ADDR
3488         for hwcap local variable used as third parameter
3489         of function target_auxv_search.
3490
3491 2013-09-14  Pierre Muller  <muller@sourceware.org>
3492             Tom Tromey  <tromey@redhat.com>
3493             Pedro Alves  <palves@redhat.com>
3494
3495         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
3496         mode if operating system doesn't know O_CLOEXEC.
3497
3498 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3499
3500         Code cleanup.
3501         * symfile.c (reread_symbols): Move variable obfd_filename to a more
3502         inner block.
3503
3504 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3505
3506         * NEWS: Mention TDB support.
3507         * features/s390-tdb.xml: New file.
3508         * features/s390-te-linux64.xml: New file.
3509         * features/s390x-te-linux64.xml: New file.
3510         * features/Makefile (WHICH): Add new tdescs above.
3511         (s390-te-linux64-expedite): Set.
3512         (s390x-te-linux64-expedite): Set.
3513         * features/s390-te-linux64.c: New file (generated).
3514         * features/s390x-te-linux64.c: New file (generated).
3515         * regformats/s390-te-linux64.dat: New file (generated).
3516         * regformats/s390x-te-linux64.dat: New file (generated).
3517         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
3518         (HWCAP_S390_TE): Likewise.
3519         (S390_TDB_DWORD0_REGNUM): Likewise.
3520         (S390_TDB_DWORD0_REGNUM): Likewise.
3521         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
3522         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
3523         (S390_TDB_ATIA_REGNUM): Likewise.
3524         (S390_TDB_R0_REGNUM): Likewise.
3525         (S390_TDB_R1_REGNUM): Likewise.
3526         (S390_TDB_R2_REGNUM): Likewise.
3527         (S390_TDB_R3_REGNUM): Likewise.
3528         (S390_TDB_R4_REGNUM): Likewise.
3529         (S390_TDB_R5_REGNUM): Likewise.
3530         (S390_TDB_R6_REGNUM): Likewise.
3531         (S390_TDB_R7_REGNUM): Likewise.
3532         (S390_TDB_R8_REGNUM): Likewise.
3533         (S390_TDB_R9_REGNUM): Likewise.
3534         (S390_TDB_R10_REGNUM): Likewise.
3535         (S390_TDB_R11_REGNUM): Likewise.
3536         (S390_TDB_R12_REGNUM): Likewise.
3537         (S390_TDB_R13_REGNUM): Likewise.
3538         (S390_TDB_R14_REGNUM): Likewise.
3539         (S390_TDB_R15_REGNUM): Likewise.
3540         (S390_NUM_REGS): Increase.
3541         (S390_IS_TDBREGSET_REGNUM): New macro.
3542         (s390_regmap_tdb): Declare.
3543         (s390_sizeof_tdbregset): Define.
3544         (tdesc_s390_te_linux64): Declare.
3545         (tdesc_s390x_te_linux64): Likewise.
3546         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
3547         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
3548         (s390_regmap_tdb): New regmap.
3549         (s390_supply_tdb_regset): New function.
3550         (s390_tdb_regset): New regset.
3551         (s390_linux64v2_regset_sections): Add TDB regset to list.
3552         (s390x_linux64v2_regset_sections): Likewise.
3553         (s390_regset_from_core_section): Recognize TDB core note section.
3554         (s390_core_read_description): If HWCAP indicates TE support,
3555         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
3556         (s390_gdbarch_init): Handle TDB regset.
3557         (_initialize_s390_tdep): Initialize new tdescs.
3558         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
3559         (have_regset_tdb): New variable.
3560         (s390_native_supply): Support register invalidation.
3561         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
3562         (check_regset): Treat ENODATA as "regset exists".
3563         (s390_linux_fetch_inferior_registers): Add TDB.
3564         (s390_read_description): Check for TDB existence and select
3565         appropriate tdesc.
3566         * gdbserver/Makefile.in (clean): Add removal of new makefile
3567         targets.
3568         (s390-te-linux64.c): New makefile target.
3569         (s390x-te-linux64.c): Likewise.
3570         * gdbserver/configure.srv (srv_regobj): Append new objects
3571         s390-te-linux64.o and s390x-te-linux64.o.
3572         (srv_xmlfiles): Append new files s390-te-linux64.xml,
3573         s390x-te-linux64.xml, and s390-tdb.xml.
3574         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
3575         declaration.
3576         (tdesc_s390_te_linux64): Likewise.
3577         (init_registers_s390x_te_linux64): Likewise.
3578         (tdesc_s390x_te_linux64): Likewise.
3579         (s390_check_regset): Treat ENODATA as "regset exists".
3580         (s390_arch_setup): Add TDB regset support.
3581         (initialize_low_arch): Initialize registers for new tdescs.
3582
3583 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3584
3585         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
3586         (S390_IS_FPREGSET_REGNUM): New macro.
3587         * s390-tdep.c (s390_dwarf_regmap): Make const.
3588         (regnum_is_gpr_full): New function for replacing repeated code.
3589         (s390_pseudo_register_name): Use it.
3590         (s390_pseudo_register_type): Likewise.
3591         (s390_pseudo_register_read): Likewise.
3592         (s390_pseudo_register_write): Likewise.
3593         (s390_unwind_pseudo_register): Likewise.
3594         (s390_regmap_gregset): New format for regmap.
3595         (s390x_regmap_gregset): Likewise.
3596         (s390_regmap_fpregset): Likewise.
3597         (s390_regmap_upper): Likewise.
3598         (s390_regmap_last_break): Likewise.
3599         (s390_regmap_system_call): Likewise.
3600         (s390_supply_regset): Adjust to new regmap format.
3601         (s390_collect_regset): Likewise.
3602         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
3603         (s390_native_collect): Likewise.
3604         (supply_gregset): Likewise.
3605         (fill_gregset): Likewise.
3606         (supply_fpregset): Likewise.
3607         (fill_fpregset): Likewise.
3608         (fetch_regset): Likewise.
3609         (store_regset): Likewise.
3610         (s390_linux_fetch_inferior_registers): Likewise.
3611         (s390_linux_fetch_inferior_registers): Likewise.
3612
3613 2013-09-12  Andrew Pinski  <apinski@cavium.com>
3614
3615         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
3616
3617 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3618
3619         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
3620
3621 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
3622
3623         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
3624
3625 2013-09-06  Pedro Alves <palves@redhat.com>
3626
3627         * remote-sim.c (dump_mem, gdbsim_fetch_register)
3628         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
3629         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
3630         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
3631         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
3632         gdb_stdlog.
3633
3634 2013-09-06  Pedro Alves  <palves@redhat.com>
3635
3636         * remote-sim.c (dump_mem): Constify buf parameter.
3637         gdbsim_xfer_inferior_memory): Rename to ...
3638         (gdbsim_xfer_memory): ... this.  Adjust interface as
3639         target_xfer_partial helper.
3640         (gdbsim_xfer_partial): New function.
3641         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
3642         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
3643
3644 2013-09-06  Pedro Alves  <palves@redhat.com>
3645
3646         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
3647         host_address_to_string, and send debug output to gdb_stdlog.
3648
3649 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3650
3651         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
3652         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
3653         gdb_target_obs for cris target.
3654         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
3655         (cris_gdbarch_init): Move calls to
3656         set_gdbarch_fetch_tls_load_module_address and
3657         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
3658         Add call to gdbarch_init_osabi.
3659         * cris-linux-tdep.c: New file.
3660         * cris-tdep.h: New file.
3661
3662 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3663
3664         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
3665         to deprecated_init_ui_hook.
3666
3667 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
3668
3669         * cli/cli-interp.c (_initialize_cli_interp): Add a
3670         command_loop_proc to interp_procs.
3671         * event-top.c (cli_command_loop): Change signature to match
3672         interp_command_loop_ftype.
3673         * event-top.h (cli_command_loop): Same.
3674         * interps.c (interp_new): Require every interpreter to have a
3675         command_loop_proc.
3676         (current_interp_command_loop): Just call the command_loop_proc on
3677         the current interpreter.
3678         * tui/tui-interp.c (_initialize_tui_interp): Add a
3679         command_loop_proc to interp_procs.
3680
3681 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3682
3683         * cris-tdep.c (cris_gdbarch_init): Add call to
3684         get_gdbarch_fetch_tls_load_module_address.
3685
3686 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3687
3688         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
3689         (cris_elf_gregset_t): Rename from elf_gregset_t.
3690         (crisv32_elf_gregset_t): Adjust.
3691         (cris_supply_gregset, fetch_core_registers): Adjust.
3692
3693 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
3694
3695         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
3696
3697 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
3698
3699         * defs.h (deprecated_command_loop_hook): Remove, including
3700         references in comments.
3701         * interps.c (current_interp_command_loop): No longer use
3702         deprecated_command_loop_hook.
3703         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
3704         setup.
3705         * top.c (deprecated_command_loop_hook): Remove.
3706
3707 2013-09-05  Pedro Alves  <palves@redhat.com>
3708
3709         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
3710         local is now int instead of ULONGEST.  Print it with %d
3711         instead of paddress.
3712
3713 2013-09-05  Tristan Gingold  <gingold@adacore.com>
3714
3715         * MAINTAINERS: Remove avr maintainership.
3716
3717 2013-09-05  Pedro Alves  <palves@redhat.com>
3718
3719         * findvar.c (value_of_register): Rework in terms of
3720         value_of_register_lazy.
3721
3722 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
3723
3724         * symfile.c (add_symbol_file_command): Remove trailing
3725          whitespaces and blank line after comment.
3726
3727 2013-09-05  Pedro Alves  <palves@redhat.com>
3728
3729         * tui/tui-regs.c (tui_register_format): Don't look at the
3730         register's name here.  Return string representing register
3731         value instead of storing it in the data element.
3732         (tui_get_register): Compare register string representations
3733         instead of register value states and contents.
3734
3735 2013-09-05  Pedro Alves  <palves@redhat.com>
3736
3737         PR tui/15933
3738         * tui/tui-regs.c (tui_show_registers): Show registers of the
3739         selected frame, not the current frame.
3740
3741 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
3742
3743         * MAINTAINERS (Write After Approval): Add myself to the list.
3744
3745 2013-09-04  Doug Evans  <dje@google.com>
3746
3747         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
3748         (queue_and_load_dwo_tu): New function.
3749         (lookup_dwo_signatured_type): Set per_cu.tu_read.
3750         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
3751         Make dependent_cu optional.
3752         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
3753         and an older .gdb_index is in use, queue and load all its TUs too.
3754
3755 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3756
3757         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
3758         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
3759         variable search_flags.
3760         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
3761         (OPF_RETURN_REALPATH): ... here.
3762         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
3763         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
3764         call.  Twice.
3765         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
3766         openp call.
3767         * solib.c (solib_find): Likewise.  Four times.
3768         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
3769         in the function comment and for the realpath_fptr variable.
3770         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
3771         (find_and_open_source): Likewise.  Twice.
3772         * symfile.c (symfile_bfd_open): Likewise, also twice.
3773
3774 2013-09-04  Doug Evans  <dje@google.com>
3775
3776         * progspace.c (save_current_space_and_thread): Remove unnecessary
3777         call to save_current_inferior.
3778
3779 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
3780
3781         * sh64-tdep.c (sh64_do_register): Return after printing message
3782         about unavailable register contents.
3783
3784 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
3785             Pedro Alves  <palves@redhat.com>
3786
3787         * symfile.c (add_symbol_file_command): Error out on unknown
3788         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
3789         options and collapse into single conditional branch.
3790
3791 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
3792
3793         * inf-child.c (inf_child_follow_fork): New parameter
3794         detach_fork.
3795         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
3796         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3797         * inferior.h (detach_fork): Remove.
3798         * infrun.c (detach_fork): Adjust comment and make it
3799         static.
3800         (follow_fork): Pass detach_fork parameter to
3801         target_follow_fork.
3802         * linux-nat.c (linux_child_follow_fork): New parameter
3803         detach_fork.
3804         * target.c (target_follow_fork): New parameter detach_fork.
3805         Pass detach_fork as parameter and print its value.
3806         * target.h (struct target_ops) <to_follow_fork>: New int
3807         parameter.
3808         (target_follow_fork): New parameter detach_fork.
3809
3810 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
3811
3812         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
3813         Replace sec->bfd by sec->the_bfd_section->owner.
3814
3815 2013-09-03  Yao Qi  <yao@codesourcery.com>
3816
3817         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
3818         from linux_has_shared_address_space.
3819         (linux_has_shared_address_space): Call linux_is_uclinux.
3820         * linux-tdep.h (linux_is_uclinux): Declare.
3821         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
3822         linux_is_uclinux.
3823
3824 2013-09-03  Yao Qi  <yao@codesourcery.com>
3825
3826         * config/djgpp/fnchange.lst: Remove entry of
3827         i386-interix-nat.c and i386-interix-tdep.c.
3828         * configure.ac: Remove '*-*-interix*'.
3829         * configure: Re-generated.
3830         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
3831         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
3832         obsolete comments.
3833         * osabi.c (gdb_osabi_names): Remove "Interix".
3834
3835 2013-09-03  Yao Qi  <yao@codesourcery.com>
3836
3837         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
3838
3839 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
3840
3841         * record.h (record_print_flag) <record_print_src_line,
3842         record_print_insn_range>: Rename into ...
3843         (record_print_flag) <record_print_src_line,
3844         record_print_insn_range>: ... this.  Update all users.
3845
3846 2013-09-02  Pierre Muller  <muller@sourceware.org>
3847
3848         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
3849         error code.
3850
3851 2013-09-02  Pierre Muller  <muller@sourceware.org>
3852
3853         * windows-nat.c (windows_xfer_memory): Fix compilation failure
3854         by use of plongest function.
3855
3856 2013-09-02  Tristan Gingold  <gingold@adacore.com>
3857
3858         * NEWS: Add entry mentioning support for native Windows x64
3859         SEH data.
3860
3861         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
3862         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
3863         (struct amd64_windows_frame_cache): New struct.
3864         (amd64_windows_w2gdb_regnum): New global.
3865         (pc_in_range, amd64_windows_frame_decode_epilogue)
3866         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
3867         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
3868         (amd64_windows_frame_this_id): New functions.
3869         (amd64_windows_frame_unwind): New static global.
3870         (amd64_windows_skip_prologue): New function.
3871         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
3872         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
3873         with amd64_windows_skip_prologue.
3874
3875 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
3876
3877         GDB 7.6.1 released.
3878
3879 2013-08-30  Pedro Alves  <palves@redhat.com>
3880
3881         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
3882         SRC_AND_LOC.
3883
3884 2013-08-30  Pedro Alves  <palves@redhat.com>
3885
3886         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
3887         warning text.
3888
3889 2013-08-30  Pedro Alves  <palves@redhat.com>
3890
3891         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
3892         Adjust arguments to print_stack_frame.
3893
3894 2013-08-30  Pedro Alves  <palves@redhat.com>
3895
3896         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
3897
3898 2013-08-30  Pedro Alves  <palves@redhat.com>
3899
3900         * frame.h (show_and_print_stack_frame): Delete declaration.
3901
3902 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
3903
3904         PR python/15461
3905         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
3906         (archpy_name): Check for valid architecture.
3907         (archpy_disassemble): Ditto.
3908
3909 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
3910
3911         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
3912         instead of "long long" in call to ptrace64.
3913
3914 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
3915
3916         * mi/mi-interp.c (mi_command_loop): Change signature to match
3917         interp_command_loop_ftype.
3918         (mi1_command_loop): Remove.
3919         (mi2_command_loop): Remove.
3920         (mi3_command_loop): Remove.
3921         (mi_interpreter_resume): Remove setting of
3922         deprecated_command_loop_hook.
3923         (_initialize_mi_interp): Set mi_command_loop as the command loop
3924         callback.
3925
3926 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3927
3928         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
3929         value_type.
3930
3931 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3932
3933         * value.c (allocate_value_contents): Make static.
3934         * value.h (allocate_value_contents): Remove prototype.
3935
3936 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3937
3938         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
3939         of assembling value via allocate_value_lazy and attribute setter.
3940         * findvar.c (default_read_var_value): Use value_at_lazy instead of
3941         assembling value via allocate_value_lazy and attribute setter.
3942         * valops.c (do_search_struct_field): Use value_at_lazy instead of
3943         assembling value via allocate_value_lazy and attribute setter.
3944
3945 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
3946
3947         * value.c (value_from_contents_and_address): Replace allocate_value and
3948         memcpy with value_from_contents.
3949
3950 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3951
3952         * python/py-framefilter.c (py_print_frame): Remove usage of
3953         PyString_AsString.  Use python_string_to_host_string instead.
3954         Refactor function to work with a string as a new allocation
3955         instead of a pointer.
3956         (py_print_frame): Ditto.
3957         * python/lib/gdb/frames.py (return_list): Cain iterators together
3958         instead of adding them as a list.
3959         (_sort_list): Call return_list, and remove duplicate code.
3960         (execute_frame_filters): Convert iterator to a list with list().
3961         * python/lib/gdb/command/frame_filters.py
3962         (SetFrameFilterPriority._set_filter_priority): Convert priority
3963         attribute to an integer.
3964         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
3965         wrapper function __next__.
3966         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
3967         define as "str".
3968
3969 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3970
3971         PR python/15752
3972         * python/py-framefilter.c (apply_frame_filter): Check
3973         gdb_python_initialized.  Exit if the Python frame-filter code
3974         cannot be initialized.
3975
3976 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
3977
3978         PR cli/15842
3979         * top.c (print_gdb_version): Remove erroneous newline after help
3980         text.
3981
3982 2013-08-29  Yao Qi  <yao@codesourcery.com>
3983
3984         * varobj.c (install_dynamic_child): Remove trailing space.
3985         Add one blank line after variable declaration.
3986
3987 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3988
3989         PR gdb/15415
3990         * corefile.c (get_exec_file): Use exec_filename.
3991         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
3992         * exec.c (exec_close): Free EXEC_FILENAME.
3993         (exec_file_attach): New variable canonical_pathname.  Use
3994         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
3995         EXEC_FILENAME.
3996         * exec.h (exec_filename): New.
3997         * inferior.c (print_inferior, inferior_command): Use
3998         PSPACE_EXEC_FILENAME.
3999         * mi/mi-main.c (print_one_inferior): Likewise.
4000         * progspace.c (clone_program_space, print_program_space): Likewise.
4001         * progspace.h (struct program_space): New field pspace_exec_filename.
4002         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
4003         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
4004
4005 2013-08-28  Will Newton  <will.newton@linaro.org>
4006
4007         * common/linux-ptrace.c: Include stdint.h unconditionally.
4008
4009 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4010
4011         Code cleanup.
4012         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
4013
4014 2013-08-28  Yao Qi  <yao@codesourcery.com>
4015             Pedro Alves  <palves@redhat.com>
4016
4017         * event-top.c (gdb_setup_readline): Call stderr_fileopen
4018         instead of stdio_fileopen.
4019         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
4020         .Call stderr_fileopen instead of stdio_fileopen.
4021         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
4022         [__MINGW32__] (stderr_file_fputs): New function.
4023         (stderr_fileopen): New function.
4024         * ui-file.h (stderr_fileopen): Declare.
4025
4026 2013-08-27  Doug Evans  <dje@google.com>
4027
4028         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
4029         (struct dwarf2_per_cu_data): Ditto.
4030         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
4031         (process_imported_unit_die): Ditto.
4032         (follow_die_sig_1): Simplify assert.
4033
4034 2013-08-27  Pedro Alves  <palves@redhat.com>
4035
4036         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
4037         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
4038         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
4039         windows_xfer_memory directly.
4040         (init_windows_ops): Don't install a deprecated_xfer_memory method.
4041
4042 2013-08-27  Pedro Alves  <palves@redhat.com>
4043
4044         * darwin-nat.c (darwin_xfer_memory): Delete.
4045         (_initialize_darwin_inferior): Don't install a
4046         deprecated_xfer_memory method.
4047
4048 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
4049             Yao Qi  <yao@codesourcery.com>
4050
4051         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
4052         (parse_no_frames_option): Remove.
4053         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
4054         (mi_cmd_stack_list_args): Adjust.
4055         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
4056         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
4057         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
4058         Caller update.
4059         (list_args_or_locals): New parameter 'skip_unavailable'.
4060         Handle it.
4061         * valprint.c (scalar_type_p): Rename to ...
4062         (val_print_scalar_type_p): ... this.  Make extern.
4063         (val_print, value_check_printable): Adjust.
4064         * valprint.h (val_print_scalar_type_p): Declare.
4065         * value.c (value_entirely_unavailable): New function.
4066         * value.h (value_entirely_unavailable): Declare.
4067
4068         * NEWS: Mention the new option "--skip-unavailable" to MI
4069         commands '-stack-list-locals', '-stack-list-arguments' and
4070         '-stack-list-variables'.
4071
4072 2013-08-27  Yao Qi  <yao@codesourcery.com>
4073
4074         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
4075         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
4076         options.
4077         * mi/mi-getopt.c (mi_getopt): Remove.
4078         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
4079         'error_on_unknown'.
4080         (mi_getopt): Call mi_getopt_1.
4081         (mi_getopt_silent): New.
4082         * mi/mi-getopt.h (mi_getopt_silent): Declare.
4083
4084 2013-08-26  Doug Evans  <dje@google.com>
4085
4086         PR symtab/15885
4087         * dwarf2read.c (dw2_dump): Print some minimal information indicating
4088         .gdb_index is in use.
4089         * symfile.c (reread_symbols): Reset objfile->sf.
4090
4091         * NEWS: Document "mt print objfiles" now takes optional regexp.
4092         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
4093         regexp of objfiles to print.
4094         (_initialize_symmisc): Update doc string for "mt print objfiles".
4095
4096         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
4097         missing debug info checks.
4098
4099 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
4100             Ulrich Weigand  <uweigand@de.ibm.com>
4101
4102         * xcoffread.c (arrange_linetable): Add fix to correctly handle
4103         line tables generated by XLC compiled binaries.
4104
4105 2013-08-23  Doug Evans  <dje@google.com>
4106
4107         * symmisc.c (dump_symtab): Delete prototype.
4108         (dump_msymbols, dump_objfile): Ditto.
4109         (maintenance_info_symtabs): Mark as dont_repeat.
4110         (_initialize_symmisc): Improve doc string for "mt info symtabs".
4111
4112         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
4113         debugging printf to better location.
4114
4115 2013-08-23  Pedro Alves  <palves@redhat.com>
4116
4117         * target.c (target_read_live_memory): Change type of 'ret' local
4118         to LONGEST.
4119
4120 2013-08-23  Pedro Alves  <palves@redhat.com>
4121
4122         * remote.c (remote_write_bytes_aux, remote_write_bytes)
4123         (remote_read_bytes): Change return type to LONGEST, and adjust to
4124         return a target_xfer_error on error.
4125         (remote_xfer_memory): Delete.
4126         (remote_flash_write): Change type of 'ret' local to LONGEST.
4127         (remote_xfer_partial, remote_xfer_partial): Adjust.
4128         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
4129
4130 2013-08-23  Pierre Muller  <muller@sourceware.org>
4131
4132         ARI fix: Push # directives to start of line.
4133         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
4134
4135 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
4136
4137         PR gdb/15501
4138         * breakpoint.c (enable_command, disable_command): Iterate over
4139         all specified breakpoint locations.
4140
4141 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
4142
4143         * common/linux-ptrace.c (linux_fork_to_function): Push #
4144         directives to the start of the line.
4145         (linux_check_ptrace_features): Fix warning message to use
4146         the "_" markup.
4147
4148 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
4149
4150         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
4151         nat/linux-waitpid.h.
4152         (linux-waitpid.o): New object file rule.
4153         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
4154         (current_ptrace_options): Moved from linux-nat.c.
4155         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
4156         parameters.
4157         (linux_fork_to_function): New function.
4158         (linux_grandchild_function): Likewise.
4159         (linux_child_function): Likewise.
4160         (linux_check_ptrace_features): New function, heavily
4161         based on linux-nat.c:linux_test_for_tracefork.
4162         (linux_enable_event_reporting): New function.
4163         (ptrace_supports_feature): Likewise.
4164         (linux_supports_tracefork): Likewise.
4165         (linux_supports_traceclone): Likewise.
4166         (linux_supports_tracevforkdone): Likewise.
4167         (linux_supports_tracesysgood): Likewise.
4168         * common/linux-ptrace.h (HAS_NOMMU): Moved from
4169         gdbserver/linux-low.c.
4170         (linux_enable_event_reporting): New declaration.
4171         (linux_supports_tracefork): Likewise.
4172         (linux_supports_traceclone): Likewise.
4173         (linux_supports_tracevforkdone): Likewise.
4174         (linux_supports_tracesysgood): Likewise.
4175         * config.in (PTRACE_TYPE_ARG4): Regenerate.
4176         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
4177         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4178         * config/arm/linux.mh (NATDEPFILES): Likewise.
4179         * config/i386/linux.mh (NATDEPFILES): Likewise.
4180         * config/i386/linux64.mh (NATDEPFILES): Likewise.
4181         * config/ia64/linux.mh (NATDEPFILES): Likewise.
4182         * config/m32r/linux.mh (NATDEPFILES): Likewise.
4183         * config/m68k/linux.mh (NATDEPFILES): Likewise.
4184         * config/mips/linux.mh (NATDEPFILES): Likewise.
4185         * config/pa/linux.mh (NATDEPFILES): Likewise..
4186         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
4187         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4188         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4189         * config/sparc/linux.mh (NATDEPFILES): Likewise.
4190         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4191         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4192         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4193         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
4194         ptrace's 4th argument's types.
4195         Check the type of PTRACE_TYPE_ARG4.
4196         * configure: Regenerate.
4197         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
4198         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
4199         (linux_supports_tracefork_flag): Remove.
4200         (linux_supports_tracesysgood_flag): Likewise.
4201         (linux_supports_tracevforkdone_flag): Likewise.
4202         (current_ptrace_options): Moved to
4203         common/linux-ptrace.c.
4204         (linux_tracefork_child): Remove.
4205         (my_waitpid): Remove.
4206         (linux_test_for_tracefork): Renamed to
4207         linux_check_ptrace_features and moved to common/linux-ptrace.c.
4208         (linux_test_for_tracesysgood): Remove.
4209         (linux_supports_tracesysgood): Remove.
4210         (linux_supports_tracefork): Remove.
4211         (linux_supports_tracevforkdone): Remove.
4212         (linux_enable_tracesysgood): Remove.
4213         (linux_enable_event_reporting): Remove.
4214         (linux_init_ptrace): New function.
4215         (linux_child_post_attach): Call linux_init_ptrace.
4216         (linux_child_post_startup_inferior): Call linux_init_ptrace.
4217         (linux_child_follow_fork): Call linux_supports_tracefork
4218         and linux_supports_tracevforkdone.
4219         (linux_child_insert_fork_catchpoint): Call
4220         linux_supports_tracefork.
4221         (linux_child_insert_vfork_catchpoint): Likewise.
4222         (linux_child_set_syscall_catchpoint): Call
4223         linux_supports_tracesysgood.
4224         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
4225         * nat/linux-nat.h: New file.
4226         * nat/linux-waitpid.c: New file.
4227         * nat/linux-waitpid.h: New file.
4228
4229 2013-08-22  Samuel Bronson  <naesten@gmail.com>
4230
4231         ARM Linux support for `catch syscall'.
4232         * syscalls/arm-linux.py: New file.
4233         * syscalls/arm-linux.xml: Likewise.
4234         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
4235         (arm_linux_init_abi): Register the new function and syscall xml file.
4236         * data-directory/Makefile.in: Install the new syscall xml file.
4237         * NEWS: Brag about this.
4238
4239 2013-08-22  Pedro Alves  <palves@redhat.com>
4240
4241         PR gdb/15871
4242         * corefile.c (target_xfer_memory_error): New function.
4243         (memory_error): Defer EIO to target_memory_error.
4244         (read_memory): Use target_xfer_partial, and handle finer-grained
4245         target xfer errors.
4246         * target.c (target_xfer_error_to_string): New function.
4247         (memory_xfer_partial_1): If memory is known to be
4248         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
4249         (target_xfer_partial): Make extern.
4250         * target.h (enum target_xfer_error): New enum.
4251         (target_xfer_error_to_string): Declare function.
4252         (target_xfer_partial): Declare function.
4253         (struct target_ops) <xfer_partial>: Adjust describing comment.
4254
4255 2013-08-22  Alan Modra  <amodra@gmail.com>
4256
4257         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
4258         * configure.tgt: Likewise as targets.
4259
4260 2013-08-20  Doug Evans  <dje@google.com>
4261
4262         * buildsym.c (subfile_stack): Move here from buildsym.h.
4263         (pending_macros): Ditto.
4264         (get_macro_table): New function.
4265         (buildsym_init): Initialize subfile_stack.
4266         * coffread.c (type_vector,type_vector_length): Moved here from
4267         buildsym.h.
4268         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4269         (coff_symtab_read): Use it.
4270         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
4271         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
4272         with call to get_macro_table.
4273         * stabsread.c (type_vector,type_vector_length): Moved here from
4274         buildsym.h.
4275         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
4276         * buildsym.h (get_macro_table): Declare.
4277
4278 2013-08-20  Tom Tromey  <tromey@redhat.com>
4279
4280         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
4281         Update.
4282         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
4283
4284 2013-08-20  Doug Evans  <dje@google.com>
4285
4286         * blockframe.c: Remove #include "psymtab.h".
4287         * cp-support.c: Ditto.
4288         * source.c: Ditto.
4289         * stack.c: Ditto.
4290
4291 2013-08-20  Tom Tromey  <tromey@redhat.com>
4292
4293         PR python/15816:
4294         * exceptions.h (return_mask): Now an enum.
4295         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
4296         enum constants.
4297
4298 2013-08-20  Tom Tromey  <tromey@redhat.com>
4299
4300         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
4301         get_objfile_arch.
4302         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
4303         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
4304         * jit.c (jit_object_close_impl): Update.
4305         * jv-lang.c (get_dynamics_objfile): Update.
4306         * linespec.c (add_minsym): Use get_dynamics_objfile.
4307         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
4308         (allocate_objfile): Don't initialize 'gdbarch' field.
4309         (get_objfile_arch): Update.
4310         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
4311         moved from...
4312         (struct objfile) <gdbarch>: ... here.  Remove.
4313         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
4314         get_objfile_arch.
4315         * symfile.c (init_entry_point_info): Use get_objfile_arch.
4316
4317 2013-08-20  Alan Modra  <amodra@gmail.com>
4318
4319         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
4320         for IBM long double nan and inf.
4321         (floatformat_is_negative, floatformat_classify,
4322         floatformat_mantissa): Similarly.
4323         (floatformat_ieee_single, floatformat_ieee_double,
4324         floatformat_ieee_quad, floatformat_arm_ext,
4325         floatformat_ia64_spill): Delete unused vars.
4326         (_initialize_doublest): Delete unused function.
4327         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
4328         little-endian variants of floatformat_ibm_long_double.
4329
4330 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
4331
4332         * Makefile.in (SFILES): Remove common/target-common.c and
4333         add target/waitstatus.c.
4334         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
4335         target/resume.h, target/wait.h and target/waitstatus.h.
4336         (COMMON_OBS): Remove target-common.o and add
4337         waitstatus.o.
4338         (target-common.o): Remove.
4339         (waitstatus.o): New target object file.
4340         * common/target-common.c: Move contents to
4341         target/waitstatus.c and remove.
4342         * common/target-common.h: Move contents to other files and
4343         remove.
4344         (enum resume_kind: Move to target/resume.h.
4345         (TARGET_WNOHANG): Move to target/wait.h.
4346         (enum target_waitkind): Move to target/waitstatus.h.
4347         (struct target_waitstatus): Likewise.
4348         * target.h: Do not include target-common.h and
4349         include target/resume.h, target/wait.h and
4350         target/waitstatus.h.
4351         * target/resume.h: New file.
4352         * target/wait.h: New file.
4353         * target/waitstatus.h: New file.
4354         * target/waitstatus.c: New file.
4355
4356 2013-08-19  Pedro Alves  <palves@redhat.com>
4357
4358         * linux-nat.c (linux_test_for_tracefork)
4359         (linux_test_for_tracesysgood, linux_child_follow_fork)
4360         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
4361         (linux_nat_wait_1): Extend comment.
4362         (linux_async_pipe): Add comment.
4363
4364 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
4365
4366         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
4367         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
4368         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
4369         Update to account for fact that PC is now a pseudo-register.
4370         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
4371         cases for RL78_PC_REGNUM.
4372
4373 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
4374
4375         PR cli/15841
4376         * top.c (quit_force): Skip writing history file
4377         if input is not from terminal.
4378
4379 2013-08-14  Tom Tromey  <tromey@redhat.com>
4380
4381         * remote.c (struct remote_state) <echo_nextthread, nextthread,
4382         resultthreadlist>: New fields.
4383         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
4384         (remote_get_threadlist, remote_threadlist_iterator): Use
4385         new fields.  Remove static variables.
4386
4387 2013-08-14  Tom Tromey  <tromey@redhat.com>
4388
4389         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
4390         remote_watch_data_address>: New fields.
4391         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
4392         (process_stop_reply, remote_wait_as)
4393         (remote_check_watch_resources, remote_stopped_data_address): Update.
4394
4395 2013-08-14  Tom Tromey  <tromey@redhat.com>
4396
4397         * remote.c (struct remote_state) <async_client_callback,
4398         async_client_context>: New fields.
4399         (async_client_callback, async_client_context): Remove.
4400         (remote_async_serial_handler, remote_async): Update.
4401
4402 2013-08-14  Tom Tromey  <tromey@redhat.com>
4403
4404         * remote.c (sizeof_pkt): Remove.
4405         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
4406
4407 2013-08-14  Tom Tromey  <tromey@redhat.com>
4408
4409         * remote.c (struct remote_state) <use_threadinfo_query,
4410         use_threadextra_query>: New fields.
4411         (remote_threads_info, remote_threads_extra_info)
4412         (remote_open_1): Update.
4413
4414 2013-08-14  Tom Tromey  <tromey@redhat.com>
4415
4416         * remote.c (struct remote_state) <finished_object,
4417         finished_annex, finished_offset>: New fields.
4418         (remote_read_qxfer): Use remote_state fields; remove static
4419         variables.
4420
4421 2013-08-14  Tom Tromey  <tromey@redhat.com>
4422
4423         * remote.c (struct remote_state) <last_sent_step>:
4424         New field.
4425         (last_sent_step): Remove.
4426         (remote_resume, remote_wait_as): Update.
4427
4428 2013-08-14  Tom Tromey  <tromey@redhat.com>
4429
4430         * remote.c (struct remote_state) <last_sent_signal>:
4431         New field.
4432         (last_sent_signal): Remove.
4433         (new_remote_state, remote_resume, remote_wait_as): Update.
4434
4435 2013-08-14  Tom Tromey  <tromey@redhat.com>
4436
4437         * remote.c (struct remote_state) <last_program_signals_packet>:
4438         New field.
4439         (last_program_signals_packet): Remove.
4440         (remote_program_signals, remote_open_1): Update.
4441
4442 2013-08-14  Tom Tromey  <tromey@redhat.com>
4443
4444         * remote.c (struct remote_state) <last_pass_packet>:
4445         New field.
4446         (last_pass_packet): Remove.
4447         (remote_pass_signals, remote_open_1): Update.
4448
4449 2013-08-14  Tom Tromey  <tromey@redhat.com>
4450
4451         * remote.c (struct remote_state) <remote_traceframe_number>:
4452         New field.
4453         (remote_traceframe_number): Remove.
4454         (new_remote_state, remote_open_1, set_remote_traceframe)
4455         (remote_trace_find): Update.
4456
4457 2013-08-14  Tom Tromey  <tromey@redhat.com>
4458
4459         * remote.c (struct remote_state) <general_thread, continue_thread>:
4460         New fields.
4461         (general_thread, continue_thread): Remove.
4462         (record_currthread, set_thread, set_general_process)
4463         (remote_open_1, extended_remote_attach_1, remote_wait_as)
4464         (extended_remote_mourn_1): Update.
4465
4466 2013-08-14  Tom Tromey  <tromey@redhat.com>
4467
4468         * remote.c (struct remote_state) <remote_desc>: New field.
4469         (remote_desc): Remove.
4470         (remote_threads_info, remote_threads_extra_info, remote_close)
4471         (send_interrupt_sequence, remote_start_remote, remote_open_1)
4472         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
4473         (remote_hostio_send_command, remote_file_put, remote_file_get)
4474         (remote_file_delete, remote_can_async_p, remote_is_async_p)
4475         (remote_async, remote_new_objfile, set_range_stepping): Update.
4476
4477 2013-08-14  Tom Tromey  <tromey@redhat.com>
4478
4479         * remote.c (remote_state): Now a pointer.
4480         (get_remote_state_raw): Update.
4481         (new_remote_state): New function.
4482         (_initialize_remote): Use new_remote_state.
4483
4484 2013-08-14  Tom Tromey  <tromey@redhat.com>
4485
4486         * remote.c (remote_protocol_features): Now const.
4487
4488 2013-08-14  Tom Tromey  <tromey@redhat.com>
4489
4490         * remote.c (crc32_table, crc32): Remove.
4491         (remote_verify_memory): Use xcrc32.
4492
4493 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
4494
4495         * value.h (create_internalvar_type_lazy): Adjust prototype
4496         declaration.
4497
4498 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
4499
4500         * common/format.c (parse_format_string): Don't allow '#' flag for
4501         pointer arguments in format string.
4502
4503 2013-08-13  Pierre Muller  <muller@sourceware.org>
4504
4505         * utils.c (init_page_info): Only call tgetnum function
4506         if rl_get_screen_size did not return useful values.
4507
4508 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
4509
4510         PR breakpoints/15117
4511         * linespec.c (linespec_parse_basic): Check for convenience
4512         variable or history value while parsing.
4513
4514 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
4515
4516         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
4517         AVR.
4518         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
4519         different signals between the generic Linux kernel implementation
4520         and AVR's.
4521         (avr_linux_gdb_signal_from_target): Delete.
4522         (avr_linux_gdb_signal_to_target): Delete.
4523         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
4524
4525 2013-08-09  Doug Evans  <dje@google.com>
4526
4527         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
4528         entries.
4529
4530 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
4531
4532         * linux-tdep.c: Define enum with generic signal numbers.
4533         (linux_gdb_signal_from_target): New function.
4534         (linux_gdb_signal_to_target): Likewise.
4535         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4536         methods to the functions above.
4537         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
4538         (linux_gdb_signal_to_target): Likewise.
4539         * alpha-linux-tdep.c: Define new enum with signals different
4540         from generic Linux kernel.
4541         (alpha_linux_gdb_signal_from_target): New function.
4542         (alpha_linux_gdb_signal_to_target): Likewise.
4543         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4544         with the functions mentioned above.
4545         * avr-tdep.c: Define enum with differences between Linux kernel
4546         and AVR signals.
4547         (avr_linux_gdb_signal_from_target): New function.
4548         (avr_linux_gdb_signal_to_target): Likewise.
4549         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
4550         the functions mentioned above.
4551         * sparc-linux-tdep.c: Define enum with differences between SPARC
4552         and generic Linux kernel signal numbers.
4553         (sparc32_linux_gdb_signal_from_target): New function.
4554         (sparc32_linux_gdb_signal_to_target): Likewise.
4555         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4556         to the functions defined above.
4557         * xtensa-linux-tdep.c: Define enum with differences between
4558         Xtensa and Linux kernel generic signals.
4559         (xtensa_linux_gdb_signal_from_target): New function.
4560         (xtensa_linux_gdb_signal_to_target): Likewise.
4561         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
4562         to the functions defined above.
4563         * mips-linux-tdep.c: Define enum with differences between
4564         signals in MIPS and Linux kernel generic ones.
4565         (mips_gdb_signal_to_target): New function.
4566         (mips_gdb_signal_from_target): Redefine to use new enum, handle
4567         only different signals from the Linux kernel generic.
4568         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
4569         the functions defined above.
4570         * mips-linux-tdep.h (enum mips_signals): Remove.
4571
4572 2013-08-09  Pedro Alves  <palves@redhat.com>
4573
4574         * avr-tdep.c (XMALLOC): Delete macro.
4575         * cli/cli-dump.c (XMALLOC): Delete macro.
4576
4577 2013-08-09  Pedro Alves  <palves@redhat.com>
4578
4579         * cli/cli-dump.c: Don't include cli/cli-dump.h.
4580         (scan_expression_with_cleanup, scan_filename_with_cleanup)
4581         (fopen_with_cleanup, add_dump_command): Make static.
4582         * cli/cli-dump.h: Delete file.
4583         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
4584         cli/cli-dump.h.
4585
4586 2013-08-09  Pedro Alves  <palves@redhat.com>
4587
4588         * tracepoint.c (tfile_start): Show tilde-expanded filename in
4589         error message.
4590
4591 2013-08-09  Pedro Alves  <palves@redhat.com>
4592
4593         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
4594         error message.
4595
4596 2013-08-09  Pedro Alves  <palves@redhat.com>
4597
4598         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
4599         (gcore_command): Use tilde_expand here, and when showing the
4600         filename to the user, show the expanded version.
4601
4602 2013-08-09  Yao Qi  <yao@codesourcery.com>
4603
4604         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
4605         'entryval' is set.
4606
4607 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
4608
4609         * gcore.c (create_gcore_bfd): Use tilde_expand.
4610
4611 2013-08-08  Yao Qi  <yao@codesourcery.com>
4612
4613         * frame.h (read_frame_local): Declare.
4614         * mi/mi-cmd-stack.c (list_args_or_locals): Call
4615         read_frame_local.
4616         * stack.c (read_frame_local): New.
4617
4618 2013-08-08  Yao Qi  <yao@codesourcery.com>
4619
4620         * mi/mi-cmd-stack.c: Update comments to function
4621         list_args_or_locals.
4622
4623 2013-08-07  Tom Tromey  <tromey@redhat.com>
4624
4625         PR symtab/15028:
4626         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
4627         (process_psymtab_comp_unit_reader): Use it.
4628         (process_psymtab_comp_unit): Update.  Add "pretend_language"
4629         argument.
4630         (dwarf2_build_psymtabs_hard): Update.
4631         (scan_partial_symbols): Pass CU's language to
4632         process_psymtab_comp_unit.
4633
4634 2013-08-07  Tom Tromey  <tromey@redhat.com>
4635
4636         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
4637         (dwarf2_gdb_index_functions): Update.
4638         * psymtab.c (find_symbol_file_from_partial): Remove.
4639         (psym_functions): Update.
4640         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
4641         Remove.
4642
4643 2013-08-07  Tom Tromey  <tromey@redhat.com>
4644
4645         * symfile.c (set_initial_language): Look up "main" symbol
4646         and use its language.
4647         * symtab.c (find_main_filename): Remove.
4648         * symtab.h (find_main_filename): Remove.
4649
4650 2013-08-07  Tom Tromey  <tromey@redhat.com>
4651
4652         * dwarf2read.c (recursively_compute_inclusions): Add
4653         "immediate_parent" argument.  Set symtab's "user" field
4654         if not set.
4655         (compute_symtab_includes): Update.
4656
4657 2013-08-07  Tom Tromey  <tromey@redhat.com>
4658
4659         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
4660         when adding label symbols.
4661
4662 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4663             Ulrich Weigand  <uweigand@de.ibm.com>
4664
4665         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
4666         * configure.host (powerpc64-*-aix*): Likewise.
4667
4668 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4669             Ulrich Weigand  <uweigand@de.ibm.com>
4670
4671         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
4672         is defined.
4673         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
4674         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
4675         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
4676         * configure.ac: Check for ptrace64.
4677         * configure, config.in: Regenerate.
4678
4679 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
4680             Ulrich Weigand  <uweigand@de.ibm.com>
4681
4682         * aixthread.c: Call ptrace64 instead of ptracex if defined.
4683         Call ptrace64 instead of ptrace if defined.
4684         Add macro addr_ptr to take care of ptrace address argument.
4685         (pdc_read_regs): Likewise.
4686         (pdc_write_regs): Likewise.
4687         (aix_thread_resume): Likewise.
4688         (fetch_regs_kernel_thread): Likewise.
4689         (store_regs_kernel_thread): Likewise.
4690
4691 2013-08-07  Anton Blanchard  <anton@samba.org>
4692
4693         * MAINTAINERS: Add myself to Write After Approval.
4694
4695 2013-08-05  Tom Tromey  <tromey@redhat.com>
4696
4697         * aix-thread.c (_initialize_aix_thread): Use
4698         complete_target_initialization.
4699         * bsd-uthread.c (_initialize_bsd_uthread): Use
4700         complete_target_initialization.
4701         * dec-thread.c (_initialize_dec_thread): Use
4702         complete_target_initialization.
4703         * ravenscar-thread.c (_initialize_ravenscar): Use
4704         complete_target_initialization.
4705         * sol-thread.c (_initialize_sol_thread): Use
4706         complete_target_initialization.
4707         * spu-multiarch.c (_initialize_spu_multiarch): Use
4708         complete_target_initialization.
4709
4710 2013-08-05  Tom Tromey  <tromey@redhat.com>
4711
4712         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
4713         * ada-lang.c (ada_lookup_simple_minsym): Return
4714         bound_minimal_symbol.
4715         * ada-lang.h (ada_lookup_simple_minsym): Update.
4716         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
4717         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
4718         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
4719         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
4720         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
4721         * minsyms.c (msymbol_objfile): Remove.
4722         (lookup_minimal_symbol_internal): New function, from
4723         lookup_minimal_symbol.
4724         (lookup_minimal_symbol): Rewrite using
4725         lookup_minimal_symbol_internal.
4726         (lookup_bound_minimal_symbol): New function.
4727         * minsyms.h (msymbol_objfile): Remove.
4728         (lookup_bound_minimal_symbol): Declare.
4729         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
4730         * parse.c (write_exp_msymbol): Change parameter to a
4731         bound_minimal_symbol.
4732         (write_dollar_variable): Use lookup_bound_minimal_symbol.
4733         * parser-defs.h (write_exp_msymbol): Update.
4734         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
4735         * symfile.c (simple_read_overlay_table): Use
4736         lookup_bound_minimal_symbol.
4737         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
4738         (search_symbols): Likewise.
4739         (print_msymbol_info): Take a bound_minimal_symbol argument.
4740         (symtab_symbol_info, rbreak_command): Update.
4741         * symtab.h (struct symbol_search) <msymbol>: Change type
4742         to bound_minimal_symbol.
4743         * valops.c (find_function_in_inferior): Use
4744         lookup_bound_minimal_symbol.
4745         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
4746
4747 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4748
4749         Code cleanup.
4750         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
4751         to ...
4752         (async_cleanup_sigint_signal_handler): ... this.
4753         (initialize_sigint_signal_handler): Remove declaration.
4754         (handle_remote_sigint): Rename the declaration to ...
4755         (async_handle_remote_sigint): ... this.
4756         (handle_remote_sigint_twice): Rename the declaration to ...
4757         (async_handle_remote_sigint_twice): ... this.
4758         (async_remote_interrupt, async_remote_interrupt_twice)
4759         (remote_interrupt): Remove the declarations.
4760         (remote_interrupt_twice): Rename the declaration ...
4761         (sync_remote_interrupt_twice): ... this.
4762         (sigint_remote_twice_token): Rename the variable to ...
4763         (async_sigint_remote_twice_token): ... this.
4764         (sigint_remote_token): Rename the variable to ...
4765         (async_sigint_remote_token): ... this.
4766         (initialize_sigint_signal_handler): Rename the function to ...
4767         (async_initialize_sigint_signal_handler): ... this.  Update the name
4768         inside.
4769         (handle_remote_sigint): Rename the function to ...
4770         (async_handle_remote_sigint): ... this.  Update the names inside.
4771         (handle_remote_sigint_twice): Rename the function to ...
4772         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
4773         (cleanup_sigint_signal_handler): Rename the function to ...
4774         (async_cleanup_sigint_signal_handler): ... this.
4775         (remote_interrupt): Rename the function to ...
4776         (sync_remote_interrupt): this.  Update the names inside.
4777         (remote_interrupt_twice): Rename the function to ...
4778         (sync_remote_interrupt_twice): this.  Update the names inside.
4779         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
4780         (_initialize_remote): Update the names inside.
4781
4782 2013-08-02  Tom Tromey  <tromey@redhat.com>
4783
4784         PR symtab/15719:
4785         * breakpoint.c (update_watchpoint, watchpoint_check)
4786         (watch_command_1): Update.
4787         * eval.c (fetch_subexp_value): Add "preserve_errors"
4788         parameter.
4789         * ppc-linux-nat.c (check_condition): Update.
4790         * value.h (fetch_subexp_value): Update.
4791
4792 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
4793
4794         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
4795         add_file_handler.
4796
4797 2013-08-01  Doug Evans  <dje@google.com>
4798
4799         PR symtab/15691
4800         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
4801         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
4802         Add assert of sig_entry->dwo_unit == NULL.
4803         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
4804         had already been read.
4805         (read_signatured_type): Set per_cu.tu_read.
4806
4807         PR symtab/15695
4808         * valops.c (value_struct_elt): Add missing call to check_typedef.
4809         (value_find_oload_method_list): Ditto.
4810
4811         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4812         effectively, struct symbol_search **.
4813         (make_cleanup_free_search_symbols): Change arg to struct
4814         symbol_search **.  All callers updated.
4815         (compare_search_syms): Compare symtab file name and block as well.
4816         (search_symbols_equal): New function.
4817         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
4818         New args new_head, new_tail.  Result is now void.  Remove dups after
4819         sorting the symbols.
4820         (search_symbols): Sort all found symbols once, after all have been
4821         found, and remove duplicates.  Simplify cleanup tracking of result.
4822         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
4823
4824         Further workarounds for binutils/15021.
4825         * dwarf2read.c (recursively_compute_inclusions): Change type of result
4826         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
4827         Watch for duplicate symtabs coming from type units.
4828         (compute_symtab_includes): Update call to
4829         recursively_compute_inclusions. Build vector of included symtabs
4830         instead of per_cus.
4831         * symtab.h (symtab_ptr): New typedef.
4832         (DEF_VEC_P (symtab_ptr)): New VEC type.
4833         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
4834         instead.
4835
4836 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
4837
4838         * cli/cli-script.c (script_from_file): Remove use of
4839         error_pre_print.
4840         * main.c (captured_main): Remove use of error_pre_print and
4841         quit_pre_print.
4842         * utils.c (error_pre_print, quit_pre_print): Remove.
4843         * utils.h (error_pre_print, quit_pre_print): Likewise.
4844
4845 2013-08-01  Yao Qi  <yao@codesourcery.com>
4846
4847         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
4848         with mi_getopt.
4849         (mi_cmd_stack_list_variables): Likewise.
4850
4851 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4852
4853         * exceptions.c (deprecated_throw_reason): Remove.
4854         * exceptions.h (deprecated_throw_reason): Remove.
4855
4856 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4857
4858         * remote-mips.c (mips_error): Replace use of
4859         deprecated_throw_reason with throw_verror.  Use the error message
4860         passed to mips_error as the error message for throw_verror.
4861
4862 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4863
4864         * monitor.c (monitor_interrupt_query): Replace use of
4865         deprecated_throw_reason with quit.
4866         * nto-procfs.c (interrupt_query): Likewise.
4867         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
4868         * remote-mips.c (mips_kill): Likewise.
4869         * remote.c (interrupt_query): Likewise.
4870
4871 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
4872
4873         * utils.c (internal_verror): Replace use of deprecated_throw_reason
4874         with call to fatal.
4875
4876 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
4877             Yao Qi  <yao@codesourcery.com>
4878
4879         * tracepoint.c (trace_dump_command): Select the current frame.
4880
4881 2013-07-30  Doug Evans  <dje@google.com>
4882
4883         * dwarf2read.c (process_queue): Add type signature to debug output.
4884
4885 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4886
4887         * value.c (value_fetch_lazy): Mark optimized out values as such
4888         rather than raising an error.
4889
4890 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
4891
4892         * value.c (value_fetch_lazy): Ensure parent value is not lazy
4893         before checking which bits of the parent, not the child, value are
4894         valid.
4895
4896 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
4897
4898         PR gdb/15715
4899         * top.c: Include "filenames.h".
4900         (set_history_filename): New function.
4901         (init_main): Install it as set hook of the "set history filename"
4902         command.
4903
4904 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4905
4906         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
4907         attribute parameter.
4908         (dwarf2_const_value_data): Constify struct attribute parameter.
4909         (dwarf2_const_value): Constify struct attribute parameter.
4910         (dwarf2_const_value_attr): Constify struct attribute parameter.
4911         (lookup_die_type): Constify struct attribute parameter.
4912         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
4913         (follow_die_ref_or_sig): Constify struct attribute parameter.
4914         (follow_die_ref): Constify struct attribute parameter.
4915         (follow_die_sig): Constify struct attribute parameter.
4916         (get_DW_AT_signature_type): Constify struct attribute parameter.
4917         (get_type_unit_group): Constify struct attribute parameter.
4918         (fill_in_loclist_baton): Constify struct attribute parameter.
4919         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
4920         (type_unit_group): Constify struct attribute parameter.
4921
4922 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4923
4924         * dwarf2read.c (attr_form_is_block): Make argument const.
4925         (attr_form_is_section_offset): Make argument const.
4926         (attr_form_is_constant): Make argument const.
4927         (attr_form_is_ref): Make argument const.
4928
4929 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
4930
4931         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
4932         All uses updated.
4933         (attr_form_is_ref): Moved below attr_form_is_constant.
4934
4935 2013-07-29  Doug Evans  <dje@google.com>
4936
4937         * main.c (captured_command_loop): Tweak comment.
4938
4939         * target.c (target_async_permitted_1): Fix comment.
4940
4941         * symtab.c (iterate_over_some_symtabs): Add comment.
4942
4943         * symtab.c (iterate_over_some_symtabs): Fix indentation.
4944
4945 2013-07-27  Yao Qi  <yao@codesourcery.com>
4946
4947         * NEWS: Mention that GDBserver now supports hardware
4948         watchpoints on the MIPS GNU/Linux target.
4949
4950 2013-07-27  Yao Qi  <yao@codesourcery.com>
4951
4952         * Makefile.in (HFILES_NO_SRCDIR): Add
4953         common/mips-linux-watch.h.
4954         (mips-linux-watch.o): New rule.
4955         * common/mips-linux-watch.c: New.
4956         * common/mips-linux-watch.h: New.
4957         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
4958         * mips-linux-nat.c: Include mips-linux-watch.h.
4959         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
4960         to common/mips-linux-watch.h.
4961         (MAX_DEBUG_REGISTER): Likewise.
4962         (enum pt_watch_style): Likewise.
4963         (struct mips32_watch_regs): Likewise.
4964         (struct mips64_watch_regs): Likewise.
4965         (struct pt_watch_regs): Likewise.
4966         (struct mips_watchpoint): Likewise.
4967         (mips_linux_watch_get_irw_mask): Move to
4968         common/mips-linux-watch.c.
4969         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
4970         (mips_linux_watch_get_watchlo): Likewise.
4971         (mips_linux_watch_set_watchlo): Likewise.
4972         (mips_linux_watch_get_watchhi): Likewise.
4973         (mips_linux_watch_set_watchhi): Likewise.
4974         (mips_linux_read_watch_registers): Likewise.
4975         (mips_linux_watch_type_to_irw): Likewise.
4976         (mips_linux_stopped_data_address, fill_mask): Likewise.
4977         (mips_linux_watch_try_one_watch): Likewise.
4978         (mips_linux_watch_populate_regs): Likewise.
4979
4980 2013-07-27  Yao Qi  <yao@codesourcery.com>
4981
4982         * mips-linux-nat.c (get_irw_mask): Rename to ...
4983         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
4984         'set' to 'n'.  Update function comment.  All callers changed.
4985         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
4986         function comment.  All callers changed.
4987         (get_num_valid): Rename to ...
4988         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
4989         'set' to 'n'.  Update function comment.  All callers changed.
4990         (get_watchlo): Rename to ...
4991         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
4992         'set' to 'n'.  Update function comment.  All callers changed.
4993         (set_watchlo): Rename to ...
4994         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
4995         'set' to 'n'.  Update function comment.  All callers changed.
4996         (get_watchhi): Rename to ...
4997         (mips_linux_watch_get_watchhi): ... this.  Update function
4998         comment.  All callers changed.
4999         (set_watchhi): Rename to ...
5000         (mips_linux_watch_set_watchhi): ... this.  Update function
5001         comment.  All callers changed.
5002         (mips_linux_read_watch_registers): Update function comment.
5003         Add new parameters 'lwpid', 'watch_readback', and
5004         'watch_readback_valid'.  Update.
5005         (type_to_irw): Rename to ...
5006         (mips_linux_watch_type_to_irw): ... this.  Update function
5007         comment.  All callers changed.
5008         (fill_mask): Update function comment.
5009         (try_one_watch): Rename to ...
5010         (mips_linux_watch_try_one_watch): ... this.  Change the type
5011         of parameter 'irw' from 'unsigned' to 'uint32_t'.
5012         (populate_regs_from_watches): Rename to ...
5013         (mips_linux_watch_populate_regs): ... this.  Add parameter
5014         'current_watches'.  All callers changed.
5015
5016 2013-07-27  Yao Qi  <yao@codesourcery.com>
5017
5018         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
5019         the code.
5020         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
5021         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
5022         (struct pt_watch_regs): Likewise.
5023         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
5024         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
5025         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
5026         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
5027         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
5028
5029 2013-07-27  Yao Qi  <yao@codesourcery.com>
5030
5031         * breakpoint.h: Include break-common.h.
5032         (enum target_hw_bp_type): Move to ...
5033         * common/break-common.h: ... here.  New.
5034
5035 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
5036
5037         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
5038         process group regardless of having tty on stdin.
5039
5040 2013-07-25  Doug Evans  <dje@google.com>
5041
5042         * linux-fork.h (detach_fork): Delete.
5043
5044 2013-07-25  Tom Tromey  <tromey@redhat.com>
5045
5046         PR remote/15256, PR remote/15266:
5047         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
5048         * monitor.c (monitor_detach): Use unpush_target.
5049         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
5050         * remote-mips.c (mips_detach): Use unpush_target.  Don't
5051         call mips_close.
5052         * remote-sim.c (gdbsim_detach): Use unpush_target.
5053         * target.c (pop_target): Remove.
5054         (pop_all_targets_above): Don't call target_close.
5055         (target_close): Assert that the target is unpushed.
5056         * target.h (pop_target): Don't declare.
5057         * tracepoint.c (tfile_open): Use unpush_target.
5058
5059 2013-07-25  Tom Tromey  <tromey@redhat.com>
5060
5061         * linux-thread-db.c (init_thread_db_ops): Call
5062         complete_target_initialization.
5063         (_initialize_thread_db): Don't call add_target.
5064         * target.c (complete_target_initialization): New function.
5065         (add_target_with_completer): Call it.
5066         * target.h (complete_target_initialization): Declare.
5067
5068 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
5069
5070         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
5071         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
5072         (HPPANBSD_SIZEOF_GREGS): New define.
5073         (hppaobsd_supply_gregset): Handle additional registers.
5074         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
5075         we provide more registers now.
5076         (hppabsd_supply_gregset): Supply additional registers.
5077         (hppabsd_collect_gregset): Collect additional registers.
5078
5079 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
5080
5081         * hppabsd-tdep.c: Include "dwarf2-frame.h".
5082         (hppabsd_dwarf2_frame_init_reg): New function.
5083         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
5084
5085 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
5086
5087         * mi/mi-main.c (output_register): Make MI 'r' format use standard
5088         'z' format code.  Remove error for optimized out values, standard
5089         code will handle these fine.
5090
5091 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
5092
5093         * NEWS: Mention new 'z' formatter.
5094         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
5095         (_initialize_printcmd): Mention 'z' formatter in help text of the
5096         'x' command.
5097
5098 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
5099
5100         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
5101         formatting.
5102
5103 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
5104
5105         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
5106         interface can evaluate arguments.  Fallback to the old mode if it
5107         cannot.
5108         (create_exception_master_breakpoint): Likewise.
5109         * elfread.c (elf_can_evaluate_probe_arguments): New function.
5110         (struct sym_probe_fns elf_probe_fns): Export function above to the
5111         probe interface.
5112         * probe.c (can_evaluate_probe_arguments): New function.
5113         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
5114         function pointer.
5115         (can_evaluate_probe_arguments): New function prototype.
5116         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
5117         probe interface can evaluate arguments.  Fallback to the old mode
5118         if it cannot.
5119         * stap-probe.c (stap_get_probe_argument_count): Check if probe
5120         interface can evaluate arguments.  Warning the user if it cannot.
5121         (stap_can_evaluate_probe_arguments): New function.
5122         (struct probe_ops stap_probe_ops): Export function above to the
5123         probe interface.
5124         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
5125         New function pointer.
5126
5127 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
5128
5129         * Makefile.in (SFILES): Add common/target-common.c.
5130         Add common/target-common.h to headers.
5131         (COMMON_OBS): Add target-common.o.
5132         (target-common.o): New target.
5133         * linux-nat.h (resume_kind): Move to common/target-common.h.
5134         * target.c (target_waitstatus_to_string): Move to
5135         common/target-common.c.
5136         * target.h: Include target-common.h.
5137         (target_waitkind): Move to common/target-common.h.
5138         (target_waitstatus): Likewise.
5139         (TARGET_WNOHANG): Likewise.
5140         * common/target-common.c: New file.
5141         * common/target-common.h: New file.
5142
5143 2013-07-24  Doug Evans  <dje@google.com>
5144
5145         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
5146         a warning.
5147
5148 2013-07-23  Yao Qi  <yao@codesourcery.com>
5149
5150         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
5151         parameter 'gdbarch'.
5152         (i386_stack_tramp_frame_sniffer): Caller update.
5153         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
5154         parameter 'gdbarch' and 'target'.
5155         (i386_linux_core_read_description): Caller update.
5156         * amd64-linux-tdep.c (amd64_linux_core_read_description):
5157         Likewise.
5158         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
5159         declaration.
5160
5161 2013-07-23  Tom Tromey  <tromey@redhat.com>
5162
5163         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
5164         2013-07-22.
5165
5166 2013-07-22  Doug Evans  <dje@google.com>
5167
5168         * exec.h (remove_target_sections): Delete arg abfd.
5169         * exec.c (exec_close): Update call to remove_target_sections.
5170         (remove_target_sections): Delete arg abfd.
5171         * solib.c (update_solib_list): Ditto.
5172         (reload_shared_libraries_1): Ditto.
5173         (clear_solib): Ditto, and unconditionally call remove_target_sections.
5174         * target.h (struct target_section): Rename key to owner.
5175         All uses updated.
5176
5177 2013-07-22  Tom Tromey  <tromey@redhat.com>
5178
5179         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
5180
5181 2013-07-22  Tom Tromey  <tromey@redhat.com>
5182
5183         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
5184         Simplify cleanup handling.
5185
5186 2013-07-22  Tom Tromey  <tromey@redhat.com>
5187
5188         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
5189         on all return paths.
5190
5191 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5192
5193         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
5194         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
5195         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
5196
5197 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
5198
5199         * top.c (print_gdb_version): Add help, apropos description and
5200         url to online documentation.
5201
5202 2013-07-19  Hui Zhu  <hui@codesourcery.com>
5203
5204         PR gdb/15692
5205         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
5206
5207 2013-07-19  Yao Qi  <yao@codesourcery.com>
5208
5209         * target.c (update_current_target): Change the default action
5210         of 'to_traceframe_info' from tcomplain to return_zero.
5211         * target.h (struct target_ops) <to_traceframe_info>: Add more
5212         comments.
5213         * valops.c (read_value_memory): Call
5214         traceframe_available_memory unconditionally.
5215
5216 2013-07-18  Yao Qi  <yao@codesourcery.com>
5217
5218         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
5219         if the name is prefixed by "__imp_" or "_imp_", look for minimal
5220         symbol without prefix.  If found, set its type to
5221         'mst_solib_trampoline'.
5222
5223 2013-07-17  Doug Evans  <dje@google.com>
5224
5225         * NEWS: Mention "set print raw frame-arguments".
5226         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
5227         * stack.c (print_raw_frame_arguments): New static global.
5228         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
5229         (_initialize_stack): New command "set/show print raw frame-arguments".
5230         * valprint.c (setprintrawlist, showprintrawlist): New globals.
5231         (set_print_raw, show_print_raw): New functions.
5232         (_initialize_valprint): New prefix command "set/show print raw".
5233         * valprint.h (value_print_options): Improve comments.
5234
5235         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
5236         of all *list variables.
5237
5238         * gdbcmd.h (togglelist): Delete.
5239         * cli/cli-cmds.c (togglelist): Delete.
5240         (init_cmd_lists): Update.
5241         * cli/cli-cmds.h (togglelist): Delete.
5242
5243 2013-07-17  Tom Tromey  <tromey@redhat.com>
5244
5245         * dwarf2read.c (dwarf2_per_objfile_free): Clear
5246         dwarf2_per_objfile.
5247
5248 2013-07-16  Doug Evans  <dje@google.com>
5249
5250         * nto-tdep.c (nto_relocate_section_addresses): Update,
5251         target_section.bfd deleted.
5252         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
5253         * s390-tdep.c (s390_load): Ditto.
5254         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
5255
5256 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
5257
5258         * common/format.c (parse_format_string): Add checks for NULL
5259         character before calling strchr.
5260
5261 2013-07-16  Doug Evans  <dje@google.com>
5262
5263         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
5264         temp_pathname argument.
5265         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
5266         when opening the file fails.
5267
5268         * target.h (struct target_section): Delete member bfd.
5269         All users updated to use the_bfd_section->owner instead.
5270         * exec.c (add_to_section_table): Assert bfd is expected value.
5271         Remove initialization of target_section.bfd.
5272         (remove_target_sections): Update.
5273         (section_table_available_memory): Update.
5274         (section_table_xfer_memory_partial): Update.
5275         (print_section_info): Update.
5276         (exec_set_section_address): Update.
5277         * record-full.c (record_full_core_xfer_partial): Update.
5278         * solib-svr4.c (svr4_relocate_section_addresses): Update.
5279         * solib-target.c (solib_target_relocate_section_addresses): Update.
5280         * symfile.c (build_section_addr_info_from_section_table): Update.
5281         * target.c (memory_xfer_live_readonly_partial): Update.
5282         (memory_xfer_partial_1): Update.
5283
5284 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5285
5286         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
5287         now available for embedded (BookE) and server (BookS) processors,
5288         correct mentions of 'booke' and adjust comments accordingly in order to
5289         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
5290         (have_ptrace_booke_interface): Rename function and variable
5291         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
5292         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
5293         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
5294         'hwdebug_point_cmp'. Update all uses.
5295         (booke_find_thread_points_by_tid): Rename function
5296         'booke_find_thread_points_by_tid' to
5297         'hwdebug_find_thread_points_by_tid'. Update all uses.
5298         (booke_insert_point): Rename function 'booke_insert_point' to
5299         'hwdebug_insert_point'. Update all uses.
5300         (booke_remove_point): Rename function 'booke_remove_point' to
5301         'hwdebug_remove_point'. Update all uses.
5302
5303 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
5304
5305         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
5306         numbers with enum values.
5307
5308 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
5309
5310         PR threads/13217
5311         * thread.c (thread_apply_all_command): Check for valid threads
5312         and thread count.
5313         (thread_array_cleanup): New struct.
5314         (set_thread_refcount): New function.
5315
5316 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
5317
5318         * infcmd.c (default_print_one_register_info): Reuse function
5319         print_hex_chars.
5320
5321 2013-07-10  Tom Tromey  <tromey@redhat.com>
5322
5323         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
5324         (ada-exp.o): New target.
5325
5326 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
5327
5328         * mt-tdep.c (mt_registers_info): Call
5329         get_no_prettyformat_print_options instead of
5330         get_raw_print_options (regression by last patch from Doug
5331         Evans).
5332
5333 2013-07-09  Pedro Alves  <palves@redhat.com>
5334
5335         Checked in by Joel Brobecker  <brobecker@adacore.com>.
5336         * ada-lang.c (coerce_unspec_val_to_type): Use
5337         value_optimized_out_const.
5338         * value.c (value_optimized_out_const): New function.
5339         * value.h (value_optimized_out_const): New declaration.
5340
5341 2013-07-09  Doug Evans  <dje@google.com>
5342
5343         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
5344         Enum values rename as well.  All uses updated.
5345         * valprint.h (value_print_options): Rename member pretty to
5346         pretty format.  Rename member prettyprint_arrays to
5347         prettyformat_arrays.  Rename member prettyprint_structs to
5348         prettyformat_structs.  All uses updated.
5349         (get_no_prettyformat_print_options): Renamed from
5350         get_raw_print_options.
5351         * valprint.c (get_no_prettyformat_print_options): Renamed from
5352         get_raw_print_options.  All callers updated.
5353         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
5354         All callers updated.
5355         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
5356         All callers updated.
5357         (_initialize_valprint): Improve help text for "set print pretty" and
5358         "set print arrays".
5359
5360 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
5361
5362         * value.c (value_bits_valid): Revert previous change, and change
5363         by Pedro on 2013-07-04, due to regressions in
5364         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
5365
5366 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
5367             Pedro Alves  <palves@redhat.com>
5368
5369         * value.c (value_bits_valid): If the value is not lval_computed
5370         or has no check validity handler then the answer is the
5371         optimized_out flag, otherwise defer to the handler.
5372
5373 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
5374
5375         * top.c (print_gdb_configuration): Explain in output of
5376         --configuration what does "relocatable" mean.
5377
5378         * main.c (print_gdb_help): Regroup options in the --help text.
5379         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
5380         the relevant discussions.
5381
5382 2013-07-06  Yao Qi  <yao@codesourcery.com>
5383
5384         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
5385         Remove parameter 'lsal'.
5386         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
5387         to inner block.  Caller update.
5388         (base_breakpoint_create_breakpoints_sal): Update.
5389         (bkpt_create_breakpoints_sal): Likewise.
5390         (tracepoint_create_breakpoints_sal): Likewise.
5391         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
5392         element 0 of vector 'canonical->sals'.
5393
5394 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
5395
5396         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
5397         register number instead of the pseudo register one.
5398         (rs6000_dwarf2_reg_to_regnum): Likewise.
5399
5400 2013-07-04  Pedro Alves  <palves@redhat.com>
5401
5402         * findvar.c (value_of_register): Use allocate_optimized_out_value
5403         if the register has been optimized out, instead of
5404         set_value_optimized_out.
5405         * frame-unwind.c (frame_unwind_got_optimized): Use
5406         allocate_optimized_out_value.
5407
5408 2013-07-04  Pedro Alves  <palves@redhat.com>
5409
5410         * value.c (value_bits_valid): If the value is not lval_computed,
5411         or doesn't have a check_validity hook, assume the value is entirely
5412         valid.
5413
5414 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
5415
5416         * stack.c (read_frame_arg): No longer fetch lazy values.
5417         * value.c (value_optimized_out): If the value is not already
5418         marked optimized out, and is lazy then fetch it.
5419         (value_primitive_field): Move optimized out check to later in the
5420         function, after we have loaded any lazy values.
5421         (value_fetch_lazy): Use optimized out flag directly rather than
5422         calling optimized_out method.
5423
5424 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
5425
5426         * valops.c: Don't include "user-regs.h".
5427         (value_fetch_lazy): Moved to value.c.
5428         * value.c: Include "user-regs.h".
5429         (value_fetch_lazy): Moved from valops.c.
5430
5431 2013-07-04  Yao Qi  <yao@codesourcery.com>
5432
5433         Revert:
5434         2013-06-27  Yao Qi  <yao@codesourcery.com>
5435
5436         * common/create-version.sh: Update comments.  Handle the case
5437         that TARGET_ALIAS is empty.
5438
5439 2013-07-03  Pedro Alves  <palves@redhat.com>
5440
5441         * Makefile.in (config.status): Depend on development.sh.
5442         (aclocal_m4_deps): Add libmcheck.m4.
5443         * acinclude.m4: Include libmcheck.m4.
5444         * configure.ac: Source development.sh instead of setting
5445         'development' here.  --enable-libmcheck/--disable-libmcheck code
5446         factored out to GDB_AC_LIBMCHECK.  Run it.
5447         * development.sh: New file.
5448         * libmcheck.m4: New file.
5449         * configure: Regenerate.
5450
5451 2013-07-02  Tom Tromey  <tromey@redhat.com>
5452
5453         * contrib/ari/update-web-ari.sh: Update for version.in change.
5454
5455 2013-07-02  Tom Tromey  <tromey@redhat.com>
5456
5457         * common/ptid.h: Comment fixes.
5458
5459 2013-07-01  Tom Tromey  <tromey@redhat.com>
5460
5461         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
5462         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
5463         (dwarf2_read_index, create_all_comp_units): Update.
5464
5465 2013-07-01  Tom Tromey  <tromey@redhat.com>
5466
5467         * configure.ac (build_warnings): Add -Wold-style-definition.
5468         * configure: Rebuild.
5469         * machoread.c (_initialize_machoread): Use "(void)".
5470         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
5471         use "(void)".
5472
5473 2013-07-01  Tom Tromey  <tromey@redhat.com>
5474
5475         * configure.ac (build_warnings): Add -Wold-style-declaration.
5476         * configure: Rebuild.
5477         * dsrec.c (make_srec): Use "static const", not "const static".
5478         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
5479         not "const static".
5480         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
5481         Use "static const", not "const static".
5482         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
5483         not "const static".
5484         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
5485         not "const static".
5486         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
5487         not "const static".
5488         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
5489         not "const static".
5490         (v850_dbtrap_breakpoint_from_pc): Likewise.
5491         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
5492         not "const static".
5493
5494 2013-07-01  Tom Tromey  <tromey@redhat.com>
5495
5496         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
5497         * configure: Rebuild.
5498
5499 2013-07-01  Pedro Alves  <palves@redhat.com>
5500
5501         * defs.h: Include "pathmax.h".
5502         * utils.c: Don't include sys/param.h.
5503         (gdb_realpath): Remove code that checks for MAXPATHLEN.
5504         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
5505         instead of MAXPATHLEN.
5506         * solib-sunos.c: Don't include sys/param.h.
5507         * xcoffread.c: Don't include sys/param.h.
5508         * bsd-kvm.c: Don't include sys/param.h.
5509         * darwin-nat.c: Don't include sys/param.h.
5510         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5511         * darwin-nat-info.c: Don't include sys/param.h.
5512         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
5513         MAXPATHLEN.
5514         * i386obsd-nat.c: Don't include sys/param.h.
5515         * inf-child.c: Don't include sys/param.h.
5516         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
5517         * linux-fork.c: Don't include sys/param.h.
5518         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
5519         * linux-nat.c: Don't include sys/param.h.
5520         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
5521         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
5522         * m68klinux-nat.c: Don't include sys/param.h.
5523         * nbsd-nat.c: Don't include sys/param.h.
5524         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
5525         * ppc-linux-nat.c: Don't include sys/param.h.
5526         * rs6000-nat.c: Don't include sys/param.h.
5527         * spu-linux-nat.c. Don't include sys/param.h.
5528         * windows-nat.c: Don't include sys/param.h.
5529         * xtensa-linux-nat.c: Don't include sys/param.h.
5530         * config/i386/nm-fbsd.h: Don't include sys/param.h.
5531
5532 2013-07-01  Pedro Alves  <palves@redhat.com>
5533
5534         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
5535         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
5536         * gnulib/aclocal.m4: Regenerate.
5537         * gnulib/config.in: Regenerate.
5538         * gnulib/configure: Regenerate.
5539         * gnulib/import/pathmax.h: New file.
5540         * gnulib/import/Makefile.am: Regenerate.
5541         * gnulib/import/Makefile.in: Regenerate.
5542         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5543         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5544         * gnulib/import/m4/pathmax.m4: New file.
5545
5546 2013-07-01  Pedro Alves  <palves@redhat.com>
5547
5548         * configure.ac (GDBINIT): Define, depending on host.
5549         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5550         * top.c (PATH_MAX): Delete fallback definition.
5551         (GDBINIT_FILENAME): Delete.
5552         (gdbinit): Reimplement as const char array set to the GDBINIT
5553         string constant.
5554         * top.h (gdbinit): Make const.
5555         * configure, config.in: Regenerate.
5556
5557 2013-07-01  Pedro Alves  <palves@redhat.com>
5558
5559         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
5560         * cli/cli-cmds.h (source_script): Likewise.
5561         * exceptions.c (catch_command_errors_const): New function.
5562         * exceptions.h (catch_command_errors_const): Declare.
5563         * main.c (get_init_files): Make parameters const, and adjust.
5564         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
5565         'local_gdbinit' locals const.  Adjust to use
5566         catch_command_errors_const.
5567         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
5568         'local_gdbinit' locals const.
5569
5570 2013-07-01  Pedro Alves  <palves@redhat.com>
5571
5572         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
5573         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
5574         * tracepoint.c: Don't check HAVE_UNISTD_H before including
5575         <unistd.h>.
5576
5577 2013-07-01  Pedro Alves  <palves@redhat.com>
5578
5579         Import the "unistd" gnulib module.
5580         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
5581         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
5582         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
5583         import/m4/unistd_h.m4.
5584         * gnulib/aclocal.m4: Renenerate.
5585         * gnulib/config.in: Renenerate.
5586         * gnulib/configure: Renenerate.
5587         * gnulib/import/Makefile.am: Renenerate.
5588         * gnulib/import/Makefile.in: Renenerate.
5589         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
5590         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
5591         * gnulib/import/m4/off_t.m4: New file.
5592         * gnulib/import/m4/ssize_t.m4: New file.
5593         * gnulib/import/m4/sys_types_h.m4: New file.
5594         * gnulib/import/m4/unistd_h.m4: New file.
5595         * gnulib/import/sys_types.in.h: New file.
5596         * gnulib/import/unistd.c: New file.
5597         * gnulib/import/unistd.in.h: New file.
5598
5599 2013-07-01  Pedro Alves  <palves@redhat.com>
5600
5601         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
5602         defined instead of checking HAVE_UNISTD_H.
5603
5604 2013-07-01  Pedro Alves  <palves@redhat.com>
5605
5606         Reimport gnulib from scratch.
5607         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
5608         import/m4/onceonly.m4.
5609         * gnulib/aclocal.m4: Renegerate.
5610         * gnulib/config.in: Renegerate.
5611         * gnulib/configure: Renegerate.
5612         * gnulib/import/Makefile.in: Renegerate.
5613         * gnulib/import/extra/update-copyright: Renegerate.
5614         * gnulib/import/m4/onceonly.m4: Delete.
5615
5616 2013-07-01  Pedro Alves  <palves@redhat.com>
5617
5618         * tui/tui-regs.c (pagination_enabled): Delete declaration.
5619
5620 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5621
5622         Code cleanup.
5623         * remote.c (async_remote_interrupt_twice): Make it static.
5624         * remote.h (async_remote_interrupt_twice): Remove the declaration.
5625
5626 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5627
5628         * ia64-linux-tdep.c: Include <ctype.h>.
5629         (ia64_linux_stap_is_single_operand): New function.
5630         (ia64_linux_init_abi): Initialize SystemTap related attributes.
5631
5632 2013-06-28  Tom Tromey  <tromey@redhat.com>
5633
5634         * Makefile.in (version.c): Use version.in, not
5635         common/version.in.
5636         * common/create-version.sh: Likewise.
5637         * common/version.in: Move...
5638         * version.in: ...here.
5639
5640 2013-06-28  Pedro Alves  <palves@redhat.com>
5641
5642         * infrun.c (set_observer_mode): Don't declare pagination_enabled
5643         here.
5644         * utils.h (pagination_enabled): Declare.
5645
5646 2013-06-28  Pedro Alves  <palves@redhat.com>
5647
5648         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
5649         Move higher up in file.
5650
5651 2013-06-28  Tom Tromey  <tromey@redhat.com>
5652
5653         * tracepoint.c (deprecated_readline_begin_hook)
5654         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
5655         declare.
5656
5657 2013-06-28  Pedro Alves  <palves@redhat.com>
5658
5659         PR tui/14880
5660         * tui/tui-regs.c (tui_get_register): Fetch value contents before
5661         checking if they're available.
5662         * value.c (value_available_contents_eq): Change comment.
5663         * value.h (value_available_contents_eq): Expand comment.
5664
5665 2013-06-27  Tom Tromey  <tromey@redhat.com>
5666
5667         * target.c (find_run_target): Remove.
5668         * target.h (find_run_target): Remove.
5669
5670 2013-06-27  Tom Tromey  <tromey@redhat.com>
5671
5672         * corelow.c (core_gdbarch): Now static.
5673
5674 2013-06-27  Tom Tromey  <tromey@redhat.com>
5675
5676         * target.c (target_struct_index): Remove.
5677
5678 2013-06-27  Pedro Alves  <palves@redhat.com>
5679
5680         * infrun.c: Remove comment describing the 'stepping over runtime
5681         loader dynamic symbol resolution code' mechanism; moved to
5682         gdbint.texinfo.
5683
5684 2013-06-27  Pedro Alves  <palves@redhat.com>
5685
5686         * exceptions.c (catch_command_errors): Remove spurious space.
5687         * exceptions.h (catch_command_errors): Second parameter is "arg",
5688         not "command".
5689
5690 2013-06-27  Yao Qi  <yao@codesourcery.com>
5691
5692         * common/create-version.sh: Update comments.  Handle the case
5693         that TARGET_ALIAS is empty.
5694
5695 2013-06-26  Pedro Alves  <palves@redhat.com>
5696
5697         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
5698         comment.
5699
5700 2013-06-26  Pedro Alves  <palves@redhat.com>
5701
5702         * infrun.c: Update comments on stepping over runtime loader
5703         dynamic symbol resolution code.
5704
5705 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
5706
5707         * ax-gdb.h (union exp_element): Forward declare.
5708         * parser-defs.h: Include expression.h.
5709
5710 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5711
5712         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
5713
5714 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5715
5716         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
5717
5718 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
5719
5720         Fix trace-status to output proper start-time and stop-time.
5721         * tracepoint.c (trace_status_command): Fix type of printf arg to
5722         prevent improper type conversion.
5723         (trace_status_mi): Likewise.
5724
5725 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5726
5727         * mips-tdep.c (mips_next_pc): Fix a typo.
5728
5729 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
5730
5731         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
5732
5733 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5734             Yao Qi  <yao@codesourcery.com>
5735
5736         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
5737         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
5738         * mi/mi-main.c (print_variable_or_computed): New function.
5739         (mi_cmd_trace_frame_collected): New function.
5740         * tracepoint.c (find_trace_state_variable_by_number): New.
5741         (struct traceframe_info): Move to tracepoint.h
5742         (struct collection_list): Likewise.
5743         (do_collect_symbol): Include locals and arguments in the
5744         collected variables list.
5745         (clear_collection_list): Clear wholly collected variables list
5746         and computed variables list.
5747         (append_exp): New function.
5748         (encode_actions_1): Include variables in the wholly
5749         collected variables list.  Include memory ranges and
5750         full-fledged expressions in the computed expressions list.
5751         (encode_actions): Move some code to ...
5752         Return the cleanup chain.
5753         (encode_actions_rsp): ... here.  New function.
5754         (get_traceframe_location, get_traceframe_info): Remove static.
5755         * tracepoint.h (struct memrange): Moved from tracepoint.c.
5756         (struct collection_list): Moved from tracepoint.c.  Add two
5757         new fields 'wholly_collected' and 'computed'.
5758         (find_trace_state_variable_by_number): Declare.
5759         (encode_actions): Adjust declaration.
5760         (encode_actions_rsp): Declare.
5761         (get_traceframe_info, get_traceframe_location): Declare.
5762
5763         * NEWS: Mention new MI command -trace-frame-collected.
5764
5765 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5766             Yao Qi  <yao@codesourcery.com>
5767
5768         * ctf.c (ctf_traceframe_info): Push trace state variables
5769         present in the trace data into the traceframe info object.
5770         * breakpoint.c (DEF_VEC_I): Remove.
5771         * common/filestuff.c (DEF_VEC_I): Likewise.
5772         * dwarf2loc.c (DEF_VEC_I): Likewise.
5773         * mi/mi-main.c (DEF_VEC_I): Likewise.
5774         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
5775         * features/traceframe-info.dtd: Add tvar element and its
5776         attributes.
5777         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
5778         (build_traceframe_info): Push trace state variables present in
5779         the trace data into the traceframe info object.
5780         (traceframe_info_start_tvar): New function.
5781         (tvar_attributes): New.
5782         (traceframe_info_children): Add "tvar" element.
5783         * tracepoint.h (struct traceframe_info) <tvars>: New field.
5784
5785         * NEWS: Mention the change in GDB and GDBserver.
5786
5787 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5788             Yao Qi  <yao@codesourcery.com>
5789
5790         * tracepoint.c (trace_dump_command): Move code to ...
5791         (get_traceframe_location): ... here.  New.
5792
5793 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5794             Yao Qi  <yao@codesourcery.com>
5795
5796         * tracepoint.c (trace_dump_command): GDB emits an error
5797          instead of a warning when a traceframe is not selected.
5798
5799 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
5800             Yao Qi  <yao@codesourcery.com>
5801
5802         * tracepoint.c (tracepoint_list, stepping_list): Remove.
5803         (clear_collection_list): Free fields 'aexpre_list' and 'list'
5804         in collection_list.
5805         (do_clear_collection_list, init_collection_list): New.
5806         (encode_actions): Add local variables 'tracepoint_list' and
5807         'stepping_list'.  Call init_collection_list and make cleanup
5808         which calls do_clear_collection_list.  Don't call
5809         clear_collection_list.
5810         (_initialize_tracepoint): Delete references to
5811         'tracepoint_list' and 'stepping_list'.
5812
5813 2013-06-25  Tom Tromey  <tromey@redhat.com>
5814
5815         * common/create-version.sh (date): Use "$", not "$$" in sed
5816         expression.
5817
5818 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
5819
5820         * NEWS (New targets): Add entry for TI MSP430.
5821
5822 2013-06-25  Yao Qi  <yao@codesourcery.com>
5823
5824         * remote.c (remote_start_remote): Move code to upload tsv
5825         earlier.
5826
5827 2013-06-25  Yao Qi  <yao@codesourcery.com>
5828             Hui Zhu  <hui@codesourcery.com>
5829             Pedro Alves  <palves@redhat.com>
5830
5831         PR breakpoints/15075
5832         PR breakpoints/15434
5833         * breakpoint.c (bpstat_stop_status): Call
5834         b->ops->after_condition_true.
5835         (update_dprintf_command_list): Don't append "continue" command
5836         to the command list of dprintf breakpoint.
5837         (base_breakpoint_after_condition_true): New function.
5838         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
5839         (dprintf_after_condition_true): New function.
5840         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
5841         * breakpoint.h (breakpoint_ops): Add after_condition_true.
5842
5843 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
5844
5845         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
5846         (ALLDEPFILES): Add msp430-tdep.c.
5847         * configure.tgt (msp430*-*-elf): New target.
5848         * msp430-tdep.c: New file.
5849
5850 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5851
5852         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
5853         microMIPS synthetic symbols.
5854
5855 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
5856
5857         * objfiles.h (pc_in_section): New prototype.
5858         (in_plt_section): Remove name argument, replace prototype with
5859         static inline function.
5860         * mips-tdep.h: Include "objfiles.h".
5861         (in_mips_stubs_section): New function.
5862         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
5863         in_solib_call_trampoline member.
5864         (hppa_in_solib_call_trampoline): Remove name argument.
5865         * objfiles.c (pc_in_section): New function.
5866         (in_plt_section): Remove function.
5867         * mips-linux-tdep.c: Include "objfiles.h".
5868         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
5869         name argument.  Return 1 rather than the low 16-bit halfword of
5870         any instruction examined.
5871         (mips_linux_in_dynsym_resolve_code): Update
5872         mips_linux_in_dynsym_stub call accordingly.
5873         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
5874         rather than an equivalent hand-coded sequence.
5875         * hppa-hpux-tdep.c (in_opd_section): Remove function.
5876         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
5877         (hppa64_hpux_in_solib_call_trampoline): Likewise.
5878         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
5879         in_opd_section.
5880         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
5881         on call to tdep->in_solib_call_trampoline.
5882         (hppa_in_solib_call_trampoline): Remove name argument, update
5883         according to in_plt_section change.
5884         (hppa_skip_trampoline_code): Update according to in_plt_section
5885         change.
5886         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
5887         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
5888         Likewise.
5889         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
5890         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
5891         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5892         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
5893         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
5894         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
5895         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
5896         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
5897         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
5898         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
5899         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
5900         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
5901         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
5902
5903 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
5904
5905         * common/create-version.sh: Fix expansion of $host_alias
5906         and $target_alias in generation of HOST_NAME and TARGET_NAME
5907         (resp.).
5908
5909 2013-06-24  Tom Tromey  <tromey@redhat.com>
5910
5911         * common/create-version.sh: New file.
5912         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5913         create-version.sh.
5914         (HFILES_NO_SRCDIR): Use common/version.h.
5915         * version.in: Move to ...
5916         * common/version.in: ... here.  Replace date with "DATE".
5917         * version.h: Move to ...
5918         * common/version.h: ... here.
5919
5920 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5921
5922         * gdb/gnulib/Makefile.in: Update date in copyright header.
5923         * gdb/gnulib/configure.ac: Ditto.
5924         * gdb/gnulib/update-gnulib.sh: Ditto.
5925
5926 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
5927
5928         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
5929         "gdb/gnulib/import".
5930
5931 2013-06-21  Will Newton  <will.newton@linaro.org>
5932
5933         * doublest.c (ldfrexp): Remove function.
5934         (convert_doublest_to_floatformat): Call frexpl instead of
5935         ldfrexp.
5936
5937 2013-06-21  Will Newton  <will.newton@linaro.org>
5938
5939         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
5940         * gnulib/aclocal.m4: Regenerate.
5941         * gnulib/config.in: Regenerate.
5942         * gnulib/configure: Regenerate.
5943         * gnulib/import/Makefile.am: Update.
5944         * gnulib/import/Makefile.in: Update.
5945         * gnulib/import/m4/gnulib-cache.m4: Update.
5946         * gnulib/import/m4/gnulib-comp.m4: Update.
5947         * gnulib/import/float+.h: Import.
5948         * gnulib/import/float.c: Import.
5949         * gnulib/import/float.in.h: Import.
5950         * gnulib/import/fpucw.h: Import.
5951         * gnulib/import/frexp.c: Import.
5952         * gnulib/import/frexpl.c: Import.
5953         * gnulib/import/isnan.c: Import.
5954         * gnulib/import/isnand-nolibm.h: Import.
5955         * gnulib/import/isnand.c: Import.
5956         * gnulib/import/isnanl-nolibm.h: Import.
5957         * gnulib/import/isnanl.c: Import.
5958         * gnulib/import/itold.c: Import.
5959         * gnulib/import/m4/exponentd.m4: Import.
5960         * gnulib/import/m4/exponentl.m4: Import.
5961         * gnulib/import/m4/float_h.m4: Import.
5962         * gnulib/import/m4/fpieee.m4: Import.
5963         * gnulib/import/m4/frexp.m4: Import.
5964         * gnulib/import/m4/frexpl.m4: Import.
5965         * gnulib/import/m4/isnand.m4: Import.
5966         * gnulib/import/m4/isnanl.m4: Import.
5967         * gnulib/import/m4/math_h.m4: Import.
5968         * gnulib/import/math.c: Import.
5969         * gnulib/import/math.in.h: Import.
5970
5971 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5972
5973         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
5974         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
5975         signature_INTEL_edx comparisons.
5976
5977 2013-06-20  Doug Evans  <dje@google.com>
5978
5979         symtab/15652
5980         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
5981         All callers updated.
5982         (open_dwp_file): If we can't find the dwp file, search the basename
5983         in debug-file-directory.
5984
5985         * dwarf2read.c (struct dwp_file): Fix comment.
5986         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
5987
5988         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
5989         better.
5990
5991 2013-06-20  Yao Qi  <yao@codesourcery.com>
5992
5993         * breakpoint.c (create_breakpoint): Fix code indentation.
5994
5995 2013-06-20  Yao Qi  <yao@codesourcery.com>
5996
5997         * breakpoint.c (create_breakpoints_sal_default): Remove
5998         parameter 'lsal'.  Update declaration.
5999         (bkpt_create_breakpoints_sal): Caller update.
6000         (tracepoint_create_breakpoints_sal): Likewise.
6001
6002 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
6003             Yao Qi  <yao@codesourcery.com>
6004
6005         * NEWS: Mention the new option '--skip-unavailable' of command
6006         -data-list-register-values.
6007         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
6008         --skip-unavailable option.  Adjust to use output_register.
6009         (output_register): Add new 'skip_unavailable' parameter.
6010         Handle it.
6011
6012 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
6013
6014         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
6015         common/i386-gcc-cpuid.h.
6016         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
6017         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
6018         Copy the latest version from upstream gcc.
6019         * common/linux-btrace.c: Include i386-cpuid.h.
6020         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
6021         call to i386_cpuid.
6022         (cpu_supports_btrace): Likewise.
6023         * go32-nat.c: Include i386-cpuid.h.
6024         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
6025
6026 2013-06-19  Doug Evans  <dje@google.com>
6027
6028         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
6029         (get_section_index): Ditto.
6030
6031 2013-06-19  Tom Tromey  <tromey@redhat.com>
6032
6033         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
6034         "dprintf" help.
6035
6036 2013-06-18  Doug Evans  <dje@google.com>
6037
6038         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
6039         before using it.
6040         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
6041         Move test of cu_index closer to use.  Print complaint if cu_index
6042         is bad.
6043
6044 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
6045
6046         * machoread.c (oso_vector): Delete this global.
6047         (macho_register_oso): Add new parameter "oso_vector_ptr".
6048         Use it instead of the "oso_vector" global.
6049         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
6050         (macho_symfile_read): Use a local oso_vector, to be free'ed
6051         at the end of this function, in place of the old "oso_vector"
6052         global.  Update various function calls accordingly.  Use one
6053         single cleanup chain for the entire function.
6054
6055 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
6056
6057         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
6058         DWARF2_PER_OBJFILE by uses of DATA instead.
6059
6060 2013-06-18  Tom Tromey  <tromey@redhat.com>
6061
6062         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
6063         argument.
6064         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6065         Special case signals other than GDB_SIGNAL_TRAP.
6066         (explains_signal_watchpoint): New function.
6067         (base_breakpoint_explains_signal): Add 'sig' argument.
6068         (initialize_breakpoint_ops): Set 'explains_signal' method for
6069         watchpoints.
6070         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
6071         signal argument.
6072         (bpstat_explains_signal): Likewise.
6073         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
6074
6075 2013-06-18  Tom Tromey  <tromey@redhat.com>
6076
6077         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
6078
6079 2013-06-18  Tom Tromey  <tromey@redhat.com>
6080
6081         * python/python.c (finish_python_initialization): Decref
6082         'pythondir' on failure path as well.
6083
6084 2013-06-18  Tom Tromey  <tromey@redhat.com>
6085
6086         PR symtab/15391:
6087         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
6088         after taking bits_to_skip into account.  Sign extend byte_offset.
6089         * utils.h (gdb_sign_extend): Declare.
6090         * utils.c (gdb_sign_extend): New function.
6091
6092 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6093
6094         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
6095
6096 2013-06-17  Pierre Muller  <muller@sourceware.org>
6097
6098         * corelow.c (core_open): Print GDB signal name instead of target
6099         signal number.
6100
6101 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
6102
6103         * .gitignore: Add /gcore.
6104
6105 2013-06-13  Doug Evans  <dje@google.com>
6106
6107         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
6108         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
6109
6110 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
6111
6112         * stack.c (backtrace_command_1): Fix indentation.
6113
6114 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6115
6116         * window-nat.c (thread_rec): Add missing empty line after
6117         local variable declaration.
6118
6119 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6120
6121         * windows-nat.c (thread_rec): Revert format used to print
6122         error code returned by SuspendThread from %d back to %u.
6123
6124 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6125
6126         * windows-nat.c (windows_continue): Add "0x" prefix for thread
6127         ID in debug trace.
6128         (get_windows_debug_event): Likewise, for all debug traces.
6129
6130 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
6131
6132         * window-nat.c (thread_rec): Add thread ID in SuspendThread
6133         warning message.
6134
6135 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
6136             Yao Qi  <yao@codesourcery.com>
6137
6138         * mi/mi-main.c (get_register): Remove declaration.
6139         (output_register): Declare.
6140         (mi_cmd_data_list_register_values): Remove local variable
6141         'tuple_cleanup'.  Move some code into output_register.
6142         (get_register): Renamed to ...
6143         (output_register): ... this.  Output the register's
6144         "number" ui_out tuple here.
6145
6146 2013-06-07  Pedro Alves  <palves@redhat.com>
6147
6148         * darwin-nat.c: Fix formating in copyright header.
6149         * darwin-nat.h: Likewise.
6150         * gnu-nat.c: Likewise.
6151         * machoread.c: Likewise.
6152
6153 2013-06-07  Pedro Alves  <palves@redhat.com>
6154
6155         PR server/14823
6156         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
6157         static.  Output a global target description pointer.
6158         (init_registers_${name}): Adjust to initialize a
6159         target description structure.
6160
6161 2013-06-07  Will Newton  <will.newton@linaro.org>
6162
6163         * printcmd.c (build_address_symbolic): Call
6164         gdbarch_addr_bits_remove for text minimal symbols.
6165
6166 2013-06-07  Will Newton  <will.newton@linaro.org>
6167
6168         * MAINTAINERS: Add myself to Write After Approval.
6169
6170 2013-06-07  Yao Qi  <yao@codesourcery.com>
6171
6172         * tracepoint.c (start_tracing): Move code to ...
6173         (trace_reset_local_state): ... here.  New.
6174         (disconnect_tracing): Don't call set_current_traceframe,
6175         set_tracepoint_num, and set_traceframe_context. Call
6176         trace_reset_local_state instead.
6177         (tfile_close): Call trace_reset_local_state.
6178         * ctf.c (ctf_close): Likewise.
6179         * remote.c (remote_close): Likewise.
6180         * tracepoint.h (trace_reset_local_state): Declare.
6181
6182 2013-06-06  Doug Evans  <dje@google.com>
6183
6184         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
6185         and fix header docs.
6186
6187 2013-06-05  Doug Evans  <dje@google.com>
6188             Keith Seitz  <keiths@redhat.com>
6189
6190         PR 15519
6191         * cp-namespace.c (find_symbol_in_baseclass): Call
6192         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
6193         Check result of call to lookup_symbol_static.
6194         Call lookup_static_symbol_aux unconditionally.
6195         Call check_typedef on base types before accessing them.
6196         (cp_lookup_nested_symbol): Fix comment.
6197
6198 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
6199
6200         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
6201         minimal symbols pointing to function descriptors.
6202
6203 2013-06-05  Tom Tromey  <tromey@redhat.com>
6204
6205         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
6206
6207 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
6208             Pedro Alves  <palves@redhat.com>
6209
6210         * remote.c (remote_wait_as): Restore signal handler before returning
6211         when GDB gets a notification.
6212
6213 2013-06-04  Gary Benson  <gbenson@redhat.com>
6214
6215         PR 2328
6216         * breakpoint.h (handle_solib_event): Moved function declaration
6217         to solib.h.
6218         * breakpoint.c (handle_solib_event): Moved function to solib.c.
6219         (bpstat_stop_status): Pass new argument to handle_solib_event.
6220         * solib.h (update_solib_breakpoints): New function declaration.
6221         (handle_solib_event): Moved function declaration from
6222         breakpoint.h.
6223         * solib.c (update_solib_breakpoints): New function.
6224         (handle_solib_event): Moved function from breakpoint.c.
6225         Updated to call solib_ops->handle_event if not NULL.
6226         * solist.h (target_so_ops): New fields "update_breakpoints" and
6227         "handle_event".
6228         * infrun.c (set_stop_on_solib_events): New function.
6229         (_initialize_infrun): Use the above for "set
6230         stop-on-solib-events".
6231         (handle_inferior_event): Pass new argument to handle_solib_event.
6232         * solib-svr4.c (probe.h): New include.
6233         (svr4_free_library_list): New forward declaration.
6234         (probe_action): New enum.
6235         (probe_info): New struct.
6236         (probe_info): New static variable.
6237         (NUM_PROBES): New definition.
6238         (svr4_info): New fields "using_xfer", "probes_table" and
6239         "solib_list".
6240         (free_probes_table): New function.
6241         (free_solib_list): New function.
6242         (svr4_pspace_data_cleanup): Free probes table and solib list.
6243         (svr4_copy_library_list): New function.
6244         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
6245         (svr4_read_so_list): New parameter "prev_lm".
6246         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
6247         (svr4_current_sos): New function.
6248         (probe_and_action): New struct.
6249         (hash_probe_and_action): New function.
6250         (equal_probe_and_action): Likewise.
6251         (register_solib_event_probe): Likewise.
6252         (solib_event_probe_at): Likewise.
6253         (solib_event_probe_action): Likewise.
6254         (solist_update_full): Likewise.
6255         (solist_update_incremental): Likewise.
6256         (disable_probes_interface_cleanup): Likewise.
6257         (svr4_handle_solib_event): Likewise.
6258         (svr4_update_solib_event_breakpoint): Likewise.
6259         (svr4_update_solib_event_breakpoints): Likewise.
6260         (svr4_create_solib_event_breakpoints): Likewise.
6261         (enable_break): Free probes table before creating breakpoints.
6262         Use svr4_create_solib_event_breakpoints to create breakpoints.
6263         (svr4_solib_create_inferior_hook): Free the solib list.
6264         (_initialize_svr4_solib): Initialise
6265         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
6266
6267 2013-06-04  Gary Benson  <gbenson@redhat.com>
6268
6269         * target.h (target_ops): New field
6270         "to_augmented_libraries_svr4_read".
6271         (target_augmented_libraries_svr4_read): New macro.
6272         * target.c (update_current_target): Handle
6273         to_augmented_libraries_svr4_read.
6274         * remote.c (remote_state): New field
6275         "augmented_libraries_svr4_read".
6276         (remote_augmented_libraries_svr4_read_feature): New function.
6277         (remote_protocol_features): Add entry for
6278         "augmented-libraries-svr4-read".
6279         (remote_augmented_libraries_svr4_read): New function.
6280         (init_remote_ops): Initialize
6281         remote_ops.to_augmented_libraries_svr4_read.
6282
6283 2013-06-04  Gary Benson  <gbenson@redhat.com>
6284
6285         * NEWS: Update.
6286
6287 2013-06-04  Gary Benson  <gbenson@redhat.com>
6288
6289         * objfiles.h (inhibit_section_map_updates): New function
6290         declaration.
6291         (resume_section_map_updates): Likewise.
6292         (resume_section_map_updates_cleanup): Likewise.
6293         * objfiles.c (objfile_pspace_info): Removed field
6294         "objfiles_changed_p".  New fields "new_objfiles_available",
6295         "section_map_dirty" and "inhibit_updates".
6296         (allocate_objfile): Set new_objfiles_available.
6297         (free_objfile): Set section_map_dirty.
6298         (objfile_relocate1): Likewise.
6299         (in_plt_section): Likewise.
6300         (find_pc_section): Update the conditions under which the
6301         section map will be updated.
6302         (inhibit_section_map_updates): New function.
6303         (resume_section_map_updates): Likewise.
6304         (resume_section_map_updates_cleanup): Likewise.
6305
6306 2013-06-04  Gary Benson  <gbenson@redhat.com>
6307
6308         * probe.h (get_probe_argument_count): New declaration.
6309         (evaluate_probe_argument): Likewise.
6310         * probe.c (get_probe_argument_count): New function.
6311         (evaluate_probe_argument): Likewise.
6312         (probe_safe_evaluate_at_pc): Use the above new functions.
6313
6314 2013-06-04  Alan Modra  <amodra@gmail.com>
6315
6316         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6317         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
6318         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
6319         target mem reads on optional insns.
6320         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
6321         ppc_insns_match_pattern calls.
6322         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
6323         Add match for power7 thread safety insns, and new order of
6324         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
6325         invocation in comment, and update rest of comment.
6326         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
6327         PPC64_STANDARD_LINKAGE3_LEN): Delete.
6328         (ppc64_standard_linkage2_target): Update insn offsets.
6329         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
6330         stubs first.  Update calls.
6331
6332 2013-06-04  Yao Qi  <yao@codesourcery.com>
6333
6334         * solib.c (solib_find): Don't need dir separator if path has
6335         drive spec.
6336
6337 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
6338
6339         Revert (indirectly causes a SIGSEGV):
6340         * machoread.c (macho_symfile_read): Assign first cleanup to
6341         'back_to'.
6342
6343 2013-06-03  Yao Qi  <yao@codesourcery.com>
6344
6345         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
6346         mi-parse.c.  Make them static.
6347         (mi_all_values): Likewise.
6348         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
6349         mi_parse_print_values.  Make it external.
6350         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
6351         Remove the declarations.
6352         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
6353         * mi/mi-parse.h (mi_parse_print_values): Declare.
6354         * mi/mi-cmd-stack.c: Include mi-parse.h.
6355         (parse_print_values): Remove
6356         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
6357         of parse_print_values.
6358         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
6359
6360 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
6361             Yao Qi  <yao@codesourcery.com>
6362
6363         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
6364         (encode_actions): Move code to ...
6365         (all_tracepoint_actions_and_cleanup): ... here.  New.
6366         (trace_dump_command): Likewise.
6367
6368 2013-05-30  Tom Tromey  <tromey@redhat.com>
6369
6370         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
6371
6372 2013-05-30  Tom Tromey  <tromey@redhat.com>
6373
6374         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
6375         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
6376         'old_chain' argument.  Add 'parser_result' argument.
6377         (gdb_xml_create_parser_and_cleanup): Remove old version.
6378         (gdb_xml_parse_quick): Update.
6379         (xml_process_xincludes): Update.
6380         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
6381         declare.
6382
6383 2013-05-30  Tom Tromey  <tromey@redhat.com>
6384
6385         * probe.c (collect_probes): Check arguments for NULL before
6386         calling compile_rx_or_error.
6387         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
6388         Remove NULL return.
6389
6390 2013-05-30  Tom Tromey  <tromey@redhat.com>
6391
6392         * infrun.c (adjust_pc_after_break): Introduce an outer null
6393         cleanup.
6394
6395 2013-05-30  Tom Tromey  <tromey@redhat.com>
6396
6397         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
6398
6399 2013-05-30  Tom Tromey  <tromey@redhat.com>
6400
6401         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
6402         for 'old_chain'.  Do not check 'head' before processing
6403         cleanups.
6404
6405 2013-05-30  Tom Tromey  <tromey@redhat.com>
6406
6407         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
6408         "cleanup_tuple".
6409
6410 2013-05-30  Tom Tromey  <tromey@redhat.com>
6411
6412         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
6413         inner scope.  Unconditionally call do_cleanups.
6414
6415 2013-05-30  Tom Tromey  <tromey@redhat.com>
6416
6417         * source.c (find_and_open_source): Call do_cleanups.
6418
6419 2013-05-30  Tom Tromey  <tromey@redhat.com>
6420
6421         * linux-thread-db.c (thread_db_load_search): Unconditionally
6422         call do_cleanups.
6423
6424 2013-05-30  Tom Tromey  <tromey@redhat.com>
6425
6426         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
6427         for 'cleanup'; instead use a later one.
6428
6429 2013-05-30  Tom Tromey  <tromey@redhat.com>
6430
6431         * python/py-breakpoint.c (bppy_get_commands): Use
6432         explicit, unconditional return.
6433         * python/py-frame.c (frapy_read_var): Likewise.
6434         * python/python.c (gdbpy_decode_line): Likewise.
6435
6436 2013-05-30  Tom Tromey  <tromey@redhat.com>
6437
6438         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
6439         do_cleanups on all return paths.
6440
6441 2013-05-30  Tom Tromey  <tromey@redhat.com>
6442
6443         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
6444
6445 2013-05-30  Tom Tromey  <tromey@redhat.com>
6446
6447         * stabsread.c (read_struct_type): Call do_cleanups along
6448         all return paths.
6449
6450 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
6451
6452         * mips-linux-tdep.c: Adjust formatting throughout.
6453
6454 2013-05-30  Tom Tromey  <tromey@redhat.com>
6455
6456         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
6457         along all return paths.
6458
6459 2013-05-30  Tom Tromey  <tromey@redhat.com>
6460
6461         * symfile.c (find_separate_debug_file): Call do_cleanups
6462         along all return paths.
6463
6464 2013-05-30  Tom Tromey  <tromey@redhat.com>
6465
6466         * symtab.c (search_symbols): Introduce a null cleanup for
6467         'retval_chain'.
6468
6469 2013-05-30  Tom Tromey  <tromey@redhat.com>
6470
6471         * python/py-value.c (valpy_binop): Call do_cleanups before
6472         exiting loop.
6473
6474 2013-05-30  Tom Tromey  <tromey@redhat.com>
6475
6476         * python/py-prettyprint.c (print_children): Remove extra
6477         do_cleanups call.
6478
6479 2013-05-30  Tom Tromey  <tromey@redhat.com>
6480
6481         * python/py-frame.c (frapy_read_var): Call do_cleanups along
6482         all return paths.
6483
6484 2013-05-30  Tom Tromey  <tromey@redhat.com>
6485
6486         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
6487         along all return paths.
6488
6489 2013-05-30  Tom Tromey  <tromey@redhat.com>
6490
6491         * cli/cli-logging.c (set_logging_redirect): Unconditionally
6492         call do_cleanups.
6493
6494 2013-05-30  Tom Tromey  <tromey@redhat.com>
6495
6496         * varobj.c (c_value_of_root): Call do_cleanups along all
6497         return paths.
6498
6499 2013-05-30  Tom Tromey  <tromey@redhat.com>
6500
6501         * tracepoint.c (trace_dump_command): Unconditionally call
6502         do_cleanups.
6503
6504 2013-05-30  Tom Tromey  <tromey@redhat.com>
6505
6506         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
6507         do_cleanups earlier.
6508
6509 2013-05-30  Tom Tromey  <tromey@redhat.com>
6510
6511         * machoread.c (macho_symfile_read): Assign first cleanup to
6512         'back_to'.
6513
6514 2013-05-30  Tom Tromey  <tromey@redhat.com>
6515
6516         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
6517
6518 2013-05-30  Tom Tromey  <tromey@redhat.com>
6519
6520         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
6521
6522 2013-05-30  Tom Tromey  <tromey@redhat.com>
6523
6524         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
6525         call discard_cleanups.
6526         (inf_ptrace_attach): Likewise.
6527
6528 2013-05-30  Tom Tromey  <tromey@redhat.com>
6529
6530         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
6531         return paths.
6532         (mips_initialize): Likewise.
6533         (common_open): Call do_cleanups.
6534
6535 2013-05-30  Tom Tromey  <tromey@redhat.com>
6536
6537         * utils.c (internal_vproblem): Call do_cleanups.
6538
6539 2013-05-30  Tom Tromey  <tromey@redhat.com>
6540
6541         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
6542
6543 2013-05-30  Tom Tromey  <tromey@redhat.com>
6544
6545         * cli/cli-script.c (setup_user_args): Don't return after error.
6546
6547 2013-05-30  Tom Tromey  <tromey@redhat.com>
6548
6549         * somread.c (som_symtab_read): Call do_cleanups.
6550
6551 2013-05-30  Tom Tromey  <tromey@redhat.com>
6552
6553         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
6554
6555 2013-05-30  Tom Tromey  <tromey@redhat.com>
6556
6557         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
6558         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
6559         * interps.c (interpreter_exec_cmd): Call do_cleanups.
6560         * source.c (show_substitute_path_command): Call do_cleanups.
6561         (unset_substitute_path_command, set_substitute_path_command):
6562         Likewise.
6563         * symfile.c (load_command): Call do_cleanups.
6564
6565 2013-05-30  Tom Tromey  <tromey@redhat.com>
6566
6567         * contrib/cleanup_check.py: New file.
6568         * contrib/gcc-with-excheck: Add option parsing.
6569
6570 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
6571
6572         * windows-nat.c (windows_delete_thread): Add missing space
6573         in cast expression.
6574
6575 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
6576
6577         * inferior.c (top level): Include tilde.h.
6578         (add_inferior_command): Call tilde_expand on the value of 'exec'
6579         argument.
6580
6581 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
6582             Yao Qi  <yao@codesourcery.com>
6583
6584         * tracepoint.c (encode_actions_1): Remove parameter 't'.
6585         Caller update.
6586         (encode_actions): Likewise.
6587         * remote.c (remote_download_tracepoint): Caller update.
6588         * tracepoint.h (encode_actions): Update declaration.
6589
6590 2013-05-30  Pedro Alves  <palves@redhat.com>
6591
6592         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
6593         pointer.
6594
6595 2013-05-30  Yao Qi  <yao@codesourcery.com>
6596
6597         * remote.c (remote_check_symbols): Remove unused parameter
6598         'objfile'.
6599         Declaration update.
6600         (remote_start_remote, remote_new_objfile): Caller update.
6601
6602 2013-05-30  Yao Qi  <yao@codesourcery.com>
6603
6604         * mi/mi-cmds.c (mi_cmds): Define MI command
6605         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
6606         DEF_MI_CMD_CLI.
6607
6608 2013-05-29  Pedro Alves  <palves@redhat.com>
6609
6610         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
6611         (remote_insert_watchpoint, remote_remove_watchpoint)
6612         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
6613         (remote_verify_memory, compare_sections_command)
6614         (remote_search_memory): Set the general process/thread on the
6615         remote side.
6616
6617 2013-05-29  Pedro Alves  <palves@redhat.com>
6618
6619         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
6620         (_initialize_aarch64_tdep): Don't call
6621         initialize_tdesc_aarch64_without_fpu.
6622         * features/Makefile (WHICH): Remove reference to
6623         aarch64-without-fpu.
6624         * features/aarch64-without-fpu.c: Delete file.
6625         * regformats/aarch64-without-fpu.dat: Delete file.
6626
6627 2013-05-28  Yao Qi  <yao@codesourcery.com>
6628
6629         * tracepoint.c (stringify_collection_list): Remove parameter
6630         'string'.
6631         (encode_actions): Caller update.  Remove local variables.
6632
6633 2013-05-24  Yao Qi  <yao@codesourcery.com>
6634
6635         * tracepoint.c (TFILE_PID): Remove.
6636         (tfile_open): Don't add thread and inferior.
6637         (tfile_close): Don't set 'inferior_ptid'.  Don't call
6638         exit_inferior_silent.
6639         (tfile_thread_alive): Remove.
6640         (init_tfile_ops): Don't set field 'to_thread_alive' of
6641         tfile_ops.
6642
6643 2013-05-23  Doug Evans  <dje@google.com>
6644
6645         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
6646
6647 2013-05-23  Pedro Alves  <palves@redhat.com>
6648
6649         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
6650         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
6651         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
6652         Only define if HAVE_SOCKETS is defined.
6653         * configure.ac: Check for sys/socket.h.
6654         * config.in, configure: Regenerate.
6655
6656 2013-05-23  Pedro Alves  <palves@redhat.com>
6657
6658         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
6659         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
6660         printing uint32_t variables.
6661
6662 2013-05-23  Pedro Alves  <palves@redhat.com>
6663
6664         * NEWS: Mention GDBserver range stepping support.
6665
6666 2013-05-23  Yao Qi  <yao@codesourcery.com>
6667             Pedro Alves  <palves@redhat.com>
6668
6669         * gdbthread.h (struct thread_control_state) <may_range_step>: New
6670         field.
6671         * infcmd.c (step_once, until_next_command): Enable range stepping.
6672         * infrun.c (displaced_step_prepare): Disable range stepping.
6673         (resume): Disable range stepping if stepping over a breakpoint or
6674         we have software watchpoints.  If range stepping is enabled,
6675         assert the thread is in the stepping range.
6676         (clear_proceed_status_thread): Clear may_range_step.
6677         (handle_inferior_event): Disable range stepping as soon as we know
6678         the thread that hit the event.  Re-enable it whenever we're going
6679         to step with a step range.
6680         * remote.c (struct vCont_action_support) <r>: New field.
6681         (use_range_stepping): New global.
6682         (remote_vcont_probe): Handle 'r' action.
6683         (append_resumption): Append an 'r' action if the thread may range
6684         step.
6685         (show_range_stepping): New function.
6686         (set_range_stepping): New function.
6687         (_initialize_remote): Call add_setshow_boolean_cmd to register the
6688         'set range-stepping' and 'show range-stepping' commands.
6689         * NEWS: Mention range stepping, the new vCont;r action, and the
6690         new "set/show range-stepping" commands.
6691
6692 2013-05-23  Yao Qi  <yao@codesourcery.com>
6693             Pedro Alves  <palves@redhat.com>
6694
6695         * remote.c (struct vCont_action_support): New struct.
6696         (struct remote_state) <support_vCont_t>: Remove field.
6697         <vCont_actions_support>: New field.
6698         (remote_vcont_probe, remote_stop_ns): Update.
6699
6700 2013-05-23  Yao Qi  <yao@codesourcery.com>
6701             Pedro Alves  <palves@redhat.com>
6702
6703         * gdbthread.h (pc_in_thread_step_range): New declaration.
6704         * thread.c (pc_in_thread_step_range): New function.
6705         * infrun.c (handle_inferior_event): Use it.
6706
6707 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
6708
6709         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
6710         of sprintf.
6711
6712 2013-05-22  Keith Seitz  <keiths@redhat.com>
6713
6714         * ada-lang.c (is_known_support_routine): Add explicit free of
6715         'func_name' from find_frame_funname.
6716         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
6717         for func_name from find_frame_funname.
6718         * python/py-frame.c (frapy_name): Add explicit free of
6719         'name' from find_frame_funname.
6720         * stack.c (find_frame_funname): Add comment explaining that
6721         funcp must be freed by the caller.
6722         Return copy of symbol names instead of pointers.
6723         (print_frame): Add a cleanup for 'funname' from
6724         find_frame_funname.
6725         * stack.h (find_frame_funname): Remove "const" from
6726         'funname' parameter.
6727
6728 2013-05-22  Tom Tromey  <tromey@redhat.com>
6729
6730         PR c++/15401:
6731         * c-valprint.c (c_value_print): Use value_addr for
6732         references.  Convert back to reference type with value_ref.
6733
6734 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
6735
6736         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
6737         unloaded DLL, it will be done by handle_solib_event.  See
6738         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
6739         details.
6740
6741 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
6742
6743         * ui-out.c: Create typedef ui_out_level_p and define vector
6744         operations for that type.
6745         (struct ui_out): Use a vector instead of an array.
6746         (current_level): Return level from a vector.
6747         (push_level): Create a level in a vector.
6748         (pop_level): Delete a level in a vector.
6749         (ui_out_new): Create initial level zero level, and store in a
6750         vector.
6751         (ui_out_destroy): Add vector cleanup.
6752
6753 2013-05-22  Pedro Alves  <palves@redhat.com>
6754
6755         * python/python-internal.h (gdb_Py_DECREF): Tag with
6756         "ARI: editCase function".
6757
6758 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
6759
6760         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
6761
6762 2013-05-21  Pedro Alves  <palves@redhat.com>
6763
6764         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6765         whether PRINTER is NULL before installing a Py_DECREF cleanup.
6766         * python/py-utils.c (py_decref): Don't check for NULL before
6767         calling Py_DECREF.
6768
6769 2013-05-21  Pedro Alves  <palves@redhat.com>
6770
6771         * python/py-utils.c (py_decref): Remove extra braces.
6772         (gdb_pymodule_addobject): Remove extra braces.
6773         * python-internal.h (gdb_Py_DECREF): New static inline function.
6774         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
6775
6776 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6777
6778         * breakpoints.c (detach_breakpoints): Do not
6779         detach breakpoints locations with loc_type bp_loc_other.
6780
6781 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6782
6783         Workaround Python 2.6.
6784         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
6785         a block.
6786
6787 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6788
6789         Code cleanup: constification.
6790         * solib.c (solib_ops): Make return type and ops variable type const.
6791         (set_solib_ops): Make the new_ops parameter and ops variable const.
6792         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
6793         (solib_add, solib_keep_data_in_core, clear_solib)
6794         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
6795         (reload_shared_libraries, solib_global_lookup): Make the ops variable
6796         const.
6797         * solib.h (set_solib_ops): Make the new_ops parameter const.
6798
6799 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6800
6801         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
6802         variable.
6803         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
6804         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
6805         (SYSTEM_GDBINIT_FILES): New variables.
6806         (all): Add stamp-system-gdbinit.
6807         (stamp-system-gdbinit): New rule.
6808         (clean-system-gdbinit, install-system-gdbinit)
6809         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
6810         (install-only): Add dependency on install-system-gdbinit.
6811         (uninstall): Add dependency on uninstall-system-gdbinit.
6812         (clean): Add dependency on clean-system-gdbinit.
6813         * system-gdbinit/elinos.py: New file.
6814         * system-gdbinit/wrs-linux.py: New file.
6815
6816 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
6817
6818         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
6819
6820 2013-05-21  Hui Zhu  <hui@codesourcery.com>
6821
6822         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
6823         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
6824         * mi/mi-cmd-break.c (ctype.h): New include.
6825         (gdb_obstack.h): New include.
6826         (mi_argv_to_format, mi_cmd_break_insert_1): New.
6827         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
6828         (mi_cmd_dprintf_insert): New.
6829         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
6830         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
6831
6832 2013-05-20  Tom Tromey  <tromey@redhat.com>
6833
6834         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
6835
6836 2013-05-20  Tom Tromey  <tromey@redhat.com>
6837
6838         * python/py-value.c (valpy_get_dynamic_type): Simplify
6839         dynamic_type assignment.  Use Py_XINCREF.
6840
6841 2013-05-20  Tom Tromey  <tromey@redhat.com>
6842
6843         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
6844
6845 2013-05-20  Tom Tromey  <tromey@redhat.com>
6846
6847         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
6848         (gdbpy_selected_frame): Move object-construction code
6849         out of TRY_CATCH.
6850
6851 2013-05-20  Tom Tromey  <tromey@redhat.com>
6852
6853         * python/py-arch.c (gdbpy_initialize_arch): Use
6854         gdb_pymodule_addobject.
6855         * python/py-block.c (gdbpy_initialize_blocks): Use
6856         gdb_pymodule_addobject.
6857         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
6858         gdb_pymodule_addobject.
6859         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
6860         gdb_pymodule_addobject.
6861         * python/py-event.c (gdbpy_initialize_event_generic): Use
6862         gdb_pymodule_addobject.
6863         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
6864         gdb_pymodule_addobject.
6865         * python/py-evts.c (add_new_registry): Use
6866         gdb_pymodule_addobject.
6867         (gdbpy_initialize_py_events): Likewise.
6868         * python/py-finishbreakpoint.c
6869         (gdbpy_initialize_finishbreakpoints): Use
6870         gdb_pymodule_addobject.
6871         * python/py-frame.c (gdbpy_initialize_frames): Use
6872         gdb_pymodule_addobject.
6873         * python/py-function.c (gdbpy_initialize_functions): Use
6874         gdb_pymodule_addobject.
6875         * python/py-inferior.c (gdbpy_initialize_inferior): Use
6876         gdb_pymodule_addobject.
6877         * python/py-infthread.c (gdbpy_initialize_thread): Use
6878         gdb_pymodule_addobject.
6879         * python/py-objfile.c (gdbpy_initialize_objfile): Use
6880         gdb_pymodule_addobject.
6881         * python/py-param.c (gdbpy_initialize_parameters): Use
6882         gdb_pymodule_addobject.
6883         * python/py-progspace.c (gdbpy_initialize_pspace): Use
6884         gdb_pymodule_addobject.
6885         * python/py-symbol.c (gdbpy_initialize_symbols): Use
6886         gdb_pymodule_addobject.
6887         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
6888         gdb_pymodule_addobject.
6889         * python/py-type.c (gdbpy_initialize_types): Use
6890         gdb_pymodule_addobject.
6891         * python/py-utils.c (gdb_pymodule_addobject): New function.
6892         * python/py-value.c (gdbpy_initialize_values): Use
6893         gdb_pymodule_addobject.
6894         * python/python-internal.h (gdb_pymodule_addobject): Declare.
6895         * python/python.c (_initialize_python): Use
6896         gdb_pymodule_addobject.
6897
6898 2013-05-20  Tom Tromey  <tromey@redhat.com>
6899
6900         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
6901         * python/py-param.c (get_set_value, get_show_value): Use
6902         explicit decrefs.
6903         * python/python.c (start_type_printers, apply_type_printers):
6904         Use explicit decrefs.
6905
6906 2013-05-20  Tom Tromey  <tromey@redhat.com>
6907
6908         * python/py-evts.c (gdbpy_initialize_py_events): Don't
6909         incref the module.
6910
6911 2013-05-20  Tom Tromey  <tromey@redhat.com>
6912
6913         * python/python.c (gdbpy_run_events): Decref the result
6914         of PyObject_CallObject.
6915
6916 2013-05-20  Tom Tromey  <tromey@redhat.com>
6917
6918         * python/py-symtab.c (set_sal): Use
6919         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
6920         (symtab_and_line_to_sal_object): Update.
6921
6922 2013-05-20  Tom Tromey  <tromey@redhat.com>
6923
6924         * python/py-param.c (compute_enum_values): Decref 'item'.
6925
6926 2013-05-20  Tom Tromey  <tromey@redhat.com>
6927
6928         * mi/mi-main.c: Include python-internal.h.
6929         (mi_cmd_list_features): Check gdb_python_initialized.
6930         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6931         (python_inferior_exit, python_new_objfile, add_thread_object)
6932         (delete_thread_object, py_free_inferior): Check
6933         gdb_python_initialized.
6934         * python/py-prettyprint.c (apply_val_pretty_printer): Check
6935         gdb_python_initialized.
6936         * python/py-type.c (save_objfile_types): Check
6937         gdb_python_initialized.
6938         * python/python-internal.h (gdb_python_initialized): Declare.
6939         * python/python.c (ensure_python_env): Throw exception if
6940         Python not initialized.
6941         (before_prompt_hook, source_python_script_for_objfile)
6942         (start_type_printers, apply_type_printers,
6943         free_type_printers): Check gdb_python_initialized.
6944         * varobj.c (varobj_get_display_hint)
6945         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
6946         (install_new_value_visualizer, varobj_set_visualizer)
6947         (value_get_print_value): Check gdb_python_initialized.
6948
6949 2013-05-20  Tom Tromey  <tromey@redhat.com>
6950
6951         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
6952         Check errors.
6953         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
6954         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
6955         Check errors.
6956         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
6957         Check errors.
6958         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
6959         Check errors.
6960         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
6961         Check errors.
6962         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
6963         init function to return 'int'.
6964         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
6965         Return 'int'.  Check errors.
6966         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
6967         Check errors.
6968         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
6969         Return 'int'.  Check errors.
6970         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
6971         Check errors.
6972         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
6973         Check errors.
6974         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
6975         Check errors.
6976         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
6977         Check errors.
6978         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
6979         Check errors.
6980         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
6981         Check errors.
6982         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
6983         Check errors.
6984         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
6985         Check errors.
6986         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
6987         Check errors.
6988         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
6989         Check errors.
6990         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
6991         Check errors.
6992         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
6993         Check errors.
6994         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
6995         Check errors.
6996         * python/python-internal.h (gdbpy_initialize_auto_load,
6997         gdbpy_initialize_values, gdbpy_initialize_frames,
6998         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
6999         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
7000         gdbpy_initialize_blocks, gdbpy_initialize_types,
7001         gdbpy_initialize_functions, gdbpy_initialize_pspace,
7002         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
7003         gdbpy_initialize_finishbreakpoints,
7004         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
7005         gdbpy_initialize_thread, gdbpy_initialize_inferior,
7006         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
7007         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
7008         gdbpy_initialize_signal_event,
7009         gdbpy_initialize_breakpoint_event,
7010         gdbpy_initialize_continue_event,
7011         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
7012         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
7013         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7014         * python/python.c (gdb_python_initialized): New global.
7015         (gdbpy_initialize_events): Return 'int'.  Check errors.
7016         (_initialize_python): Check errors.  Set
7017         gdb_python_initialized.
7018
7019 2013-05-20  Tom Tromey  <tromey@redhat.com>
7020
7021         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
7022         Decref the reslut of PyObject_CallMethod.
7023
7024 2013-05-20  Tom Tromey  <tromey@redhat.com>
7025
7026         * python/py-event.c (gdbpy_initialize_event_generic): Return
7027         early if PyType_Ready fails.
7028
7029 2013-05-20  Tom Tromey  <tromey@redhat.com>
7030
7031         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
7032         as 'default' in the switch.
7033
7034 2013-05-20  Tom Tromey  <tromey@redhat.com>
7035
7036         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
7037         get_addr_from_python calls out of TRY_CATCH.
7038         (infpy_write_memory, infpy_search_memory): Likewise.
7039         * python/py-utils.c (get_addr_from_python): Return negative
7040         value on error.  Use TRY_CATCH.
7041         * python/python-internal.h (get_addr_from_python): Use
7042         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7043
7044 2013-05-20  Tom Tromey  <tromey@redhat.com>
7045
7046         * python/py-event.c (evpy_emit_event): Decref the
7047         result of PyObject_CallFunctionObjArgs.
7048
7049 2013-05-20  Tom Tromey  <tromey@redhat.com>
7050
7051         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
7052         Correctly decref.
7053
7054 2013-05-20  Tom Tromey  <tromey@redhat.com>
7055
7056         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
7057
7058 2013-05-20  Tom Tromey  <tromey@redhat.com>
7059
7060         * python/py-event.h (gdbpy_initialize_event_generic): Use
7061         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7062         * python/py-evts.c (add_new_registry): Use
7063         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
7064         * python/python-internal.h
7065         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
7066
7067 2013-05-20  Tom Tromey  <tromey@redhat.com>
7068
7069         * python/py-arch.c (archpy_disassemble): Update.
7070         * python/py-type.c (typy_get_composite, typy_lookup_typename)
7071         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
7072         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
7073         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
7074         macro.
7075         (GDB_PY_HANDLE_EXCEPTION): Update.
7076         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
7077
7078 2013-05-20  Tom Tromey  <tromey@redhat.com>
7079
7080         * python/python-internal.h (events_object_type): Remove.
7081
7082 2013-05-20  Tom Tromey  <tromey@redhat.com>
7083
7084         * python/py-event.h (evpy_emit_event): Use
7085         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
7086         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
7087         New macro.
7088
7089 2013-05-20  Tom Tromey  <tromey@redhat.com>
7090
7091         * py-evtregistry.c (create_event_object): Decref
7092         eventregistry_object if PyList_New fails.
7093
7094 2013-05-20  Tom Tromey  <tromey@redhat.com>
7095
7096         * py-cmd.c (gdbpy_string_to_argv): Check result of
7097         PyList_New.
7098
7099 2013-05-20  Tom Tromey  <tromey@redhat.com>
7100
7101         * python/python.c (before_prompt_hook): Add cleanup to
7102         decref 'hook'.
7103
7104 2013-05-20  Tom Tromey  <tromey@redhat.com>
7105
7106         * python/py-function.c (fnpy_init): Decref result of
7107         PyObject_GetAttrString.
7108
7109 2013-05-20  Tom Tromey  <tromey@redhat.com>
7110
7111         * python/py-threadevent.c (get_event_thread): Use
7112         CPYCHECKER_RETURNS_BORROWED_REF.
7113         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
7114         New define.
7115         (pspace_to_pspace_object, objfile_to_objfile_object)
7116         (find_thread_object): Use it.
7117
7118 2013-05-20  Tom Tromey  <tromey@redhat.com>
7119
7120         * python/py-arch.c (arch_object_type): Use
7121         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7122         * python/py-block.c (block_syms_iterator_object_type):
7123         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7124         * python/py-bpevent.c (breakpoint_event_object_type):
7125         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7126         * python/py-cmd.c (cmdpy_object_type): Use
7127         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7128         * python/py-continueevent.c (continue_event_object_type):
7129         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7130         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
7131         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7132         * python/py-events.h (thread_event_object_type):
7133         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7134         * python/py-evtregistry.c (eventregistry_object_type): Use
7135         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7136         * python/py-exitedevent.c (exited_event_object_type):
7137         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7138         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
7139         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7140         * python/py-function.c (fnpy_object_type): Use
7141         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7142         * python/py-inferior.c (inferior_object_type, membuf_object_type):
7143         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7144         * python/py-infthread.c (thread_object_type): Use
7145         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7146         * python/py-lazy-string.c (lazy_string_object_type):
7147         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7148         * python/py-newobjfileevent.c (new_objfile_event_object_type):
7149         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7150         * python/py-objfile.c (objfile_object_type): Use
7151         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7152         * python/py-param.c (parmpy_object_type):
7153         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7154         * python/py-progspace.c (pspace_object_type):
7155         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7156         * python/py-signalevent.c (signal_event_object_type):
7157         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7158         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
7159         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7160         * python/py-type.c (type_object_type, field_object_type)
7161         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7162         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
7163         define.
7164         (value_object_type, block_object_type, symbol_object_type)
7165         (event_object_type, stop_event_object_type, breakpoint_object_type)
7166         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
7167
7168 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
7169
7170         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
7171         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
7172
7173 2013-05-20  Doug Evans  <dje@google.com>
7174
7175         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
7176         For Fission.
7177         * dwarf2read.c (struct dwarf2_per_cu_data): New member
7178         reading_dwo_directly.
7179         (struct signatured_type): New member dwo_unit.
7180         (struct die_reader_specs): New member comp_dir.
7181         (create_signatured_type_table_from_index): Use malloc for
7182         all_type_units instead of objfile's obstack.
7183         (create_all_type_units): Ditto.
7184         (fill_in_sig_entry_from_dwo_entry): New function.
7185         (add_type_unit): New function.
7186         (lookup_dwo_signatured_type): New function.
7187         (lookup_dwp_signatured_type): New function.
7188         (lookup_signatured_type): New arg cu.  All callers updated.
7189         (init_cu_die_reader): Initialize comp_dir.
7190         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
7191         Change assert of matching type signatures to call error on mismatch.
7192         (lookup_dwo_unit): Add assert.
7193         (init_tu_and_read_dwo_dies): New function.
7194         (init_cutu_and_read_dies): Call it.
7195         (build_type_unit_groups): Handle case of no type unit groups created.
7196         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
7197         (lookup_dwo_cutu): Tweak complaint.
7198         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
7199         (dwarf2_per_objfile_free): Free all_type_units.
7200
7201 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
7202
7203         * windows-nat.c (handle_unload_dll): Add missing empty line.
7204
7205 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
7206
7207         * dwarf2read.c (prototyped_function_p): New function.
7208         (read_subroutine_type): Use it.
7209
7210 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
7211
7212         * rs6000-aix-tdep.c: De-indent some example code provided
7213         as a comment.
7214
7215 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7216
7217         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
7218         region is ok for a hardware watchpoint using the new ptrace interface
7219         on Power servers.
7220
7221 2013-05-17  Doug Evans  <dje@google.com>
7222
7223         * NEWS: Mention new maintenance commands check-symtabs, and
7224         expand-symtabs, and renamed check-psymtabs.
7225         * psymtab.c (maintenance_check_psymtabs): Renamed from
7226         maintenance_check_symtabs.  Only process already-expanded symbol
7227         tables.
7228         (_initialize_psymtab): Update.
7229         * symmisc.c (maintenance_check_symtabs): New function.
7230         (maintenance_expand_name_matcher): New function
7231         (maintenance_expand_file_matcher): New function
7232         (maintenance_expand_symtabs): New function.
7233         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
7234         commands.
7235
7236 2013-05-17  Tom Tromey  <tromey@redhat.com>
7237
7238         * python/py-inferior.c (infpy_read_memory): Don't call
7239         PyErr_SetString if PyObject_New fails.
7240         * python/py-frame.c (frame_info_to_frame_object): Don't call
7241         PyErr_SetString if PyObject_New fails.
7242
7243 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
7244
7245         * acinclude.m4: Add check for dlopen in libdl.
7246         * configure.ac: Ditto.
7247         * configure: Regenerate.
7248
7249 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
7250
7251         * frame.c (frame_stash): Convert to htab.
7252         (frame_addr_hash): New function.
7253         (frame_addr_hash_eq): New function.
7254         (frame_stash_create): Convert function to create
7255         a hash table.
7256         (frame_stash_add): Convert function to add an entry to a hash
7257         table.
7258         (frame_stash_find): Convert function to search the hash table.
7259         (frame_stash_invalidate): Convert function to empty the hash
7260         table.
7261         (get_frame_id): Only add to stash if a frame_id is created.
7262         (_initialize_frame): Call frame_stash_create.
7263
7264 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
7265
7266         * configure.ac: Ensure MIG is available when building for GNU Hurd
7267         hosts.
7268         * configure: Regenerate.
7269
7270 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
7271
7272         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
7273
7274 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
7275
7276         * ada-lang.c (ada_make_symbol_completion_list): Make sure
7277         all cleanups are done before returning from this function.
7278
7279 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
7280
7281         * utils.h: #include "exceptions.h".
7282         (enum errors): Remove partial declaration.
7283
7284 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
7285
7286         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
7287         * gdbarch.h, gdbarch.c: Regenerate.
7288         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
7289         handling.
7290
7291         * rs6000-aix-tdep.h: New file.
7292         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
7293         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
7294         "xml-utils.h".
7295         (struct field_info, struct ld_info_desc): New types.
7296         (ld_info32_desc, ld_info64_desc): New static constants.
7297         (struct ld_info): New type.
7298         (rs6000_aix_extract_ld_info): New function.
7299         (rs6000_aix_shared_library_to_xml): Likewise.
7300         (rs6000_aix_ld_info_to_xml): Likewise.
7301         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7302         (rs6000_aix_init_osabi): Add call to
7303         set_gdbarch_core_xfer_shared_libraries_aix.
7304         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
7305         Remove "xml-utils.h" include.
7306         (LdInfo): Delete typedef.
7307         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
7308         Delete macros.
7309         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
7310         Adjust code accordingly.
7311         (rs6000_core_ldinfo): Delete, folded into
7312         rs6000_aix_core_xfer_shared_libraries_aix.
7313         (rs6000_xfer_shared_library): Delete.
7314         (rs6000_xfer_shared_libraries): Reimplement.
7315
7316 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
7317
7318         * record.c (record_goto_cmdlist): New.
7319         (cmd_record_goto): Split into this ...
7320         (cmd_record_goto_begin): ... this
7321         (cmd_record_goto_end): ... and this.
7322         (_initialize_record): Change "record goto" to prefix command.
7323         Add commands for "record goto begin" and "record goto end".
7324         Add an alias for "record goto start" to "record goto begin".
7325
7326 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7327
7328         * linespec.c (convert_linespec_to_sals): New comment for
7329         SOURCE_FILENAME assignment.
7330
7331 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7332
7333         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
7334         internal_warning.
7335
7336 2013-05-14  Tom Tromey  <tromey@redhat.com>
7337
7338         * eval.c (parse_and_eval_long): Make 'exp' const.
7339         * value.h (parse_and_eval_long): Update.
7340
7341 2013-05-14  Tom Tromey  <tromey@redhat.com>
7342
7343         * ui-file.c (gdb_fopen): Make arguments const.
7344         * ui-file.h (gdb_fopen): Make arguments const.
7345
7346 2013-05-14  Tom Tromey  <tromey@redhat.com>
7347
7348         * remote.c (remote_set_trace_notes): Make arguments const.
7349         * target.c (update_current_target): Update cast.
7350         * target.h (to_set_trace_notes): Make arguments const.
7351
7352 2013-05-14  Tom Tromey  <tromey@redhat.com>
7353
7354         * go32-nat.c (go32_terminal_info): Make 'args' const.
7355         * inferior.h (child_terminal_info): Update.
7356         * inflow.c (child_terminal_info): Make 'args' const.
7357         * target.c (default_terminal_info): Make 'args' const.
7358         (debug_to_terminal_save_ours): Likewise.
7359         * target.h (struct target_ops) <to_terminal_info>: Make argument
7360         const.
7361
7362 2013-05-13  Tom Tromey  <tromey@redhat.com>
7363
7364         * gcore.c (create_gcore_bfd): Make 'filename' const.
7365         * gcore.h (create_gcore_bfd): Make 'filename' const.
7366         * record-full.c (record_full_save): Make 'recfilename' const.
7367         * target.c (target_save_record): Make 'filename' const.
7368         * target.h (struct target_ops) <to_save_record>: Make 'filename'
7369         const.
7370         (target_save_record): Likewise.
7371
7372 2013-05-13  Tom Tromey  <tromey@redhat.com>
7373
7374         PR gdb/15338:
7375         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
7376         ranges section has been read.
7377
7378 2013-05-13  Tom Tromey  <tromey@redhat.com>
7379
7380         PR exp/15364:
7381         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7382         STRUCTOP_PTR>: Return a not_lval value for
7383         EVAL_AVOID_SIDE_EFFECTS.
7384         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
7385         for EVAL_AVOID_SIDE_EFFECTS.
7386
7387 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
7388
7389         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
7390         floating point registers to register type before storing
7391         value.
7392         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
7393         Likewise.
7394
7395 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7396             Tom Tromey  <tromey@redhat.com>
7397
7398         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7399         New functions.
7400         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
7401         Declare.
7402         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
7403         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
7404         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
7405         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
7406
7407 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
7408             Tom Tromey  <tromey@redhat.com>
7409
7410         PR build/15414:
7411         * configure: Rebuild.
7412         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
7413         with -Wno-format.
7414
7415 2013-05-10  Pedro Alves  <palves@redhat.com>
7416
7417         * remote.c (_initialize_remote): Fix spelling of
7418         qXfer:traceframe-info:read packet in packet config command.
7419
7420 2013-05-10  David Taylor  <dtaylor@emc.com>
7421
7422         PR remote/15455
7423
7424         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
7425         "QTro" at start of packet.
7426
7427 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7428
7429         * solib-aix.c (solib_aix_relocate_section_addresses):
7430         For the .bss section action, apply the same offset as
7431         the .data section.
7432
7433 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7434
7435         * solib-aix.c (solib_aix_relocate_section_addresses):
7436         Remove FIXME comment.
7437
7438 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
7439
7440         PR tdep/15420:
7441         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
7442         New functions, directly copied from sparc-sol-thread.c.
7443         * sparc-sol-thread.c: Delete.
7444         * configure.ac: Remove code handling sparc-solaris-thread.c.
7445         * configure: Regenerate.
7446
7447 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
7448
7449         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
7450         filter logic.
7451         (backtrace_command): Add "no-filters" option parsing.
7452         (_initialize_stack): Alter help to reflect "no-filters" option.
7453         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
7454         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
7455         (py-frame.o): Add target
7456         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
7457         filter files.
7458         * python/python.h: Add new frame filter constants, and flag enum.
7459         (apply_frame_filter): Add definition.
7460         * python/python.c (apply_frame_filter): New non-Python
7461         enabled function.
7462         * python/py-utils.c (py_xdecref): New function.
7463         (make_cleanup_py_xdecref): Ditto.
7464         * python/py-objfile.c: Declare frame_filters dictionary.
7465         (objfpy_dealloc): Add frame_filters dealloc.
7466         (objfpy_new): Initialize frame_filters attribute.
7467         (objfile_to_objfile_object): Ditto.
7468         (objfpy_get_frame_filters): New function.
7469         (objfpy_set_frame_filters): New function.
7470         * python/py-progspace.c: Declare frame_filters dictionary.
7471         (pspy_dealloc): Add frame_filters dealloc.
7472         (pspy_new): Initialize frame_filters attribute.
7473         (pspacee_to_pspace_object): Ditto.
7474         (pspy_get_frame_filters): New function.
7475         (pspy_set_frame_filters): New function.
7476         * python/py-framefilter.c: New file.
7477         * python/lib/gdb/command/frame_filters.py: New file.
7478         * python/lib/gdb/frames.py: New file.
7479         * python/lib/gdb/__init__.py: Initialize global frame_filters
7480         dictionary
7481         * python/lib/gdb/FrameDecorator.py: New file.
7482         * python/lib/gdb/FrameIterator.py: New file.
7483         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
7484         * mi/mi-cmds.h: Declare.
7485         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
7486         --no-frame-filter logic, and Python frame filter logic.
7487         (stack_enable_frame_filters): New function.
7488         (parse_no_frame_option): Ditto.
7489         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
7490         filter logic.
7491         (mi_cmd_stack_list_locals): Ditto.
7492         (mi_cmd_stack_list_args): Ditto.
7493         (mi_cmd_stack_list_variables): Ditto.
7494         * NEWS: Add frame filter note.
7495
7496 2013-05-09  Doug Evans  <dje@google.com>
7497
7498         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
7499         All callers updated.
7500         (syms_from_objfile): Ditto.  Make static.
7501         (symbol_file_add_with_addrs): Renamed from
7502         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
7503         num_offsets.  All callers updated.
7504         * symfile.h (syms_from_objfile): Delete.
7505
7506         * symfile.c (decrement_reading_symtab): Add assert.
7507         (increment_reading_symtab): Ditto.
7508
7509 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
7510
7511         * source.c (forward_search_command): Replace call to getc
7512         by call to fgetc.
7513         (reverse_search_command): Likewise.
7514
7515 2013-05-08  Doug Evans  <dje@google.com>
7516
7517         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
7518         matching test.
7519
7520 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7521
7522         * sol-thread.c (info_cb): Factorize the code a little.
7523
7524 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7525
7526         * sol-thread.c (info_cb): Rework the output of the "maintenance
7527         info sol-threads" command a bit.
7528
7529 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7530
7531         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
7532         Replace ti.ti_startfunc by ti.ti_pc.
7533
7534 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
7535
7536         * solib-aix.c (solib_aix_free_library_list): New function
7537         for the case where HAVE_LIBEXPAT is not defined.
7538
7539 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7540
7541         PR breakpoints/15413:
7542         * breakpoint.c (condition_completer): Simplify the code to
7543         disconsider multiple locations of breakpoints when completing the
7544         "condition" command.
7545
7546 2013-05-07  Pierre Muller  <muller@sourceware.org>
7547
7548         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
7549         instead of <sys/wait.h>.
7550
7551 2013-05-07  Pierre Muller  <muller@sourceware.org>
7552
7553         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
7554         trailing new line from warning message.
7555
7556 2013-05-07  Pierre Muller  <muller@sourceware.org>
7557
7558         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
7559         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
7560
7561 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7562
7563         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
7564         error message (ARI fix).
7565
7566 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7567
7568         * features/library-list-aix.dtd: Replace library-list by
7569         library-list-aix.
7570         * rs6000-nat.c: Replace library-list by library-list-aix
7571         throughout.
7572         * solib-aix.c: Likewise.
7573
7574 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
7575
7576         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
7577         Renames TARGET_OBJECT_AIX_LIBRARIES.
7578         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
7579         TARGET_OBJECT_LIBRARIES_AIX throughout.
7580         * solib-aix.c: Likwise.
7581
7582 2013-05-07  Yao Qi  <yao@codesourcery.com>
7583
7584         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
7585         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
7586
7587 2013-05-07  Yao Qi  <yao@codesourcery.com>
7588
7589         * solib-dsbt.c (enable_break): Declare.
7590         (dsbt_current_sos): Remove call to enable_break2.
7591         (enable_break2): Rename to enable_break.  Set solib breakpoint
7592         on '_dl_debug_state'.
7593         (enable_break): Remove.
7594
7595 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
7596
7597         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
7598         debug state prior to replicating existing hardware watchpoints or
7599         breakpoints.
7600
7601 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7602
7603         * gcore.c (gcore_create_callback): Ignore sections with
7604         separate_debug_objfile_backlink != NULL.
7605
7606 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
7607             Andrew Jenner  <andrew@codesourcery.com>
7608             Chung-Lin Tang  <cltang@codesourcery.com>
7609             Julian Brown  <julian@codesourcery.com>
7610
7611         Based on the nios2-elf port from Altera Corporation.
7612
7613         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
7614         nios2-linux-tdep.o.
7615         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
7616         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
7617         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
7618         * nios2-tdep.h: New.
7619         * nios2-tdep.c: New.
7620         * nios2-linux-tdep.c: New.
7621         * features/Makefile (WHICH): Add nios2-linux.
7622         (nios2-linux-expedite): Set.
7623         * features/nios2-cpu.xml: New.
7624         * features/nios2.xml: New.
7625         * features/nios2-linux.xml: New.
7626         * features/nios2.c: New (autogenerated).
7627         * features/nios2-linux.c: New (autogenerated).
7628         * regformats/nios2-linux.dat: New (autogenerated).
7629         * NEWS (Changes since GDB 7.6): Add new Nios II targets
7630         and commands.
7631
7632 2013-05-06  Doug Evans  <dje@google.com>
7633
7634         * symfile.c: Whitespace cleanup.
7635
7636         * solist.h (struct target_so_ops): New member clear_so.
7637         * solib-svr4.c (svr4_clear_so): New function.
7638         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
7639         * solib.c (clear_so): Renamed from free_so_symbols.
7640         All callers updated.  Call target clear_so if it exists.
7641
7642 2013-05-06  Tom Tromey  <tromey@redhat.com>
7643
7644         * ada-lang.c (ada_value_primitive_packed_val): Don't
7645         call value_incref.
7646         * value.c (set_value_parent): Incref the new parent and decref
7647         the old parent.
7648         (value_copy, value_primitive_field): Use set_value_parent.
7649
7650 2013-05-06  Tom Tromey  <tromey@redhat.com>
7651
7652         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
7653         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
7654         if needed.
7655         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
7656         * dwarf2read.c (write_constant_as_bytes)
7657         (dwarf2_fetch_constant_bytes): New functions.
7658
7659 2013-05-06  Tom Tromey  <tromey@redhat.com>
7660
7661         * dwarf2read.c (dwarf2_const_value_data): Remove unused
7662         parameters.
7663         (dwarf2_const_value_attr): Update.
7664
7665 2013-05-06  Tom Tromey  <tromey@redhat.com>
7666
7667         * somread.c (som_symfile_offsets): Add 'const' to addrs.
7668         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
7669         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
7670         Remove declaration.
7671
7672 2013-05-06  Tom Tromey  <tromey@redhat.com>
7673
7674         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
7675         objfile's obstack.
7676
7677 2013-05-06  Doug Evans  <dje@google.com>
7678
7679         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
7680         * stabsread.h (process_one_symbol): Update declaration.
7681         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
7682         * elfread.c (elf_symfile_relocate_probe): Ditto.
7683         * psymtab.c (relocate_psymtabs): Ditto.
7684         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
7685         (objfile_relocate): Ditto.
7686         * objfiles.h (objfile_relocate): Update declaration.
7687         * symfile.c (relative_addr_info_to_section_offsets): Constify
7688         addrs parameter.
7689         (default_symfile_offsets): Ditto.
7690         (syms_from_objfile_1): Constify offsets parameter.
7691         (syms_from_objfile): Ditto.
7692         (symbol_file_add_with_addrs_or_offsets): Ditto.
7693         (symfile_map_offsets_to_segments): Constify data parameter.
7694         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
7695         delta parameters of member relocate.
7696         (struct sym_probe_fns): Constify new_offsets,
7697         delta parameters of member sym_relocate_probe.
7698         (struct sym_fns): Constify section_addr_info parameter of member
7699         sym_offsets.
7700         (relative_addr_info_to_section_offsets): Update declaration.
7701         (default_symfile_offsets): Ditto.
7702         (syms_from_objfile): Ditto.
7703         (symfile_map_offsets_to_segments): Ditto.
7704
7705         * symfile.c (syms_from_objfile_1): Use correct section count when
7706         objfile->sf == NULL.
7707
7708 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
7709
7710         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
7711
7712 2013-05-06  Doug Evans  <dje@google.com>
7713
7714         * psympriv.h (struct partial_symtab): Augment comment for member
7715         section_offsets.
7716
7717 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7718
7719         Reimplement shared library support on ppc-aix...
7720         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
7721         * features/library-list-aix.dtd: New file.
7722         * solib-aix.h, solib-aix.c: New file.
7723         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
7724         (rs6000_find_toc_address_hook): Delete.
7725         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
7726         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
7727         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
7728         "xml-utils.h".
7729         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
7730         (vmap_symtab, fixup_breakpoints): Delete.
7731         (rs6000_xfer_shared_libraries): New function.
7732         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
7733         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
7734         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
7735         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
7736         (rs6000_xfer_shared_library): New function.
7737         (find_toc_address): Delete.
7738         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
7739         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
7740         * xcoffread.c (record_minimal_symbol): Reloate symbol address
7741         before creating minimal symbol.  Adjust function description
7742         accordingly.
7743         (scan_xcoff_symtab): Replace call to
7744         prim_record_minimal_symbol_and_info by call to
7745         record_minimal_symbol.
7746         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
7747         around default_symfile_offsets.
7748         * configure.tgt: Add solib-aix.o to gdb_target_obs for
7749         powerpc-aix targets.
7750         * config/rs6000/nm-rs6000.h: Delete.
7751         * config/powerpc/aix.mh (NAT_FILE): Delete.
7752         (NATDEPFILES): Remove xcoffsolib.o.
7753         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
7754         (ALL_TARGET_OBS): Add solib-aix.o.
7755         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
7756         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
7757         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
7758         * xcoffsolib.h, xcoffsolib.c: Delete.
7759
7760         * solib.c (reload_shared_libraries): Remove reference to
7761         SOLIB_CREATE_INFERIOR_HOOK.
7762         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
7763         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
7764         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
7765         comment.
7766         * corelow.c (deprecated_core_resize_section_table): Delete.
7767         * exec.c: Remove include of xcoffsolib.h".
7768         (map_vmap, vmap): Delete.
7769         (exec_close_1): Remove references to vmap.
7770         (exec_file_attach): Remove vmap handling code, and reference
7771         to DEPRECATED_IBM6000_TARGET.
7772         (bfdsec_to_vmap): Delete.
7773         (exec_files_info): Remove block of code handling VMAP.
7774         * infcmd.c (post_create_inferior): Remove reference to
7775         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
7776         * infrun.c (follow_exec): Remove reference to
7777         SOLIB_CREATE_INFERIOR_HOOK.
7778         * stack.c (print_frame): Remove reference to PC_SOLIB.
7779         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
7780         (dsbt_relocate_main_executable): Likewise.
7781         * solib-frv.c (frv_current_sos): Likewise.
7782
7783 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7784
7785         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
7786         to target_write_memory and target_read_memory.
7787
7788 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7789
7790         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
7791         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
7792
7793 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7794
7795         * darwin-nat.c: Replace all "%x" instances in format strings
7796         into "0x%x" throughout.
7797
7798 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7799
7800         * darwin-nat.c (darwin_mourn_inferior): Replace call to
7801         gdb_assert by call to MACH_CHECK_ERROR.
7802         (darwin_attach_pid): Raise an error rather than a failed
7803         assertion when various system calls failed.  Report a warning
7804         instead of raising a failed assertion when PREV_NOT is not NULL
7805         after call to mach_port_request_notification.
7806         (darwin_ptrace_me): Raise an error rather than a failed
7807         assertion when read returns nonzero.
7808
7809 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
7810
7811         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
7812
7813 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7814
7815         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
7816
7817 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7818
7819         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
7820         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
7821         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
7822         a stale cleanup.  Fix double free of NAME.
7823
7824 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
7825
7826         * windows-nat.c (windows_delete_thread): Accept an additional
7827         argument, the thread's exit code, and announce thread death when
7828         print_thread_events is non-zero and we are deleting a thread that
7829         is not the main thread.
7830         (get_windows_debug_event): Pass thread exit code to
7831         windows_delete_thread.
7832
7833 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7834
7835         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
7836         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
7837         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
7838         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
7839         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
7840         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
7841         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
7842         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
7843         (gdbarch_tdep): New struct.
7844         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
7845         E_NUM_REGS.
7846         (v850e3v5_register_name): New function.
7847         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
7848         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
7849         code handling the struct return conventions for the RH850 ABI.
7850         Update all callers.
7851         (v850_eight_byte_align_p): New function.
7852         (v850_push_call_dummy): Push structs by value, not by reference
7853         for the RH850 ABI.  Add support for eight byte alignment.
7854         (v850_dbtrap_breakpoint_from_pc): New function.
7855         (v850_gdbarch_init): Add ABI detection code.  Register
7856         v850e3v5_register_name for the v850e3v5 architecture.  Set the
7857         number of registers for v850e3v5.  Register
7858         v850_dbtrap_breakpoint_from_pc as appropriate.
7859         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
7860
7861 2013-05-03  Doug Evans  <dje@google.com>
7862
7863         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
7864         of bfd_count_sections.
7865         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
7866         * symfile.c (default_symfile_offsets): Ditto.
7867         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
7868         one entry, not bfd_count_sections entries.
7869
7870 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
7871
7872         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
7873         `save' and `restore' register groups.  Don't include SPL
7874         or SPH in these groups.
7875         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
7876         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
7877         RL78_ES_REGNUM, and RL78_CS_REGNUM.
7878         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
7879         dwarf2_append_unwinders().
7880
7881 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7882
7883         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
7884         ignore SIGINT and SIGTRAP in case these internal signals are
7885         caught explicitely.
7886
7887 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7888
7889         * darwin-nat.c (darwin_read_write_inferior): Change types
7890         of parameters rdaddr and wraddr to "gdb_byte *". Change type
7891         of copy_count to "mach_msg_type_number_t".
7892         (darwin_read_dyld_info): Change type of parameter
7893         rdaddr to "gdb_byte *".
7894
7895 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7896
7897         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
7898         of &info->load_map from "char *" to "gdb_byte *".
7899
7900 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
7901
7902         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
7903         from "char *" to "gdb_byte *".
7904         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
7905
7906 2013-04-30  Doug Evans  <dje@google.com>
7907
7908         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
7909         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
7910         DWO stub.  If DWO isn't found, just use stub.
7911         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
7912
7913         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
7914         calling init_cutu_and_read_dies.
7915
7916 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7917
7918         * target-descriptions.c (maint_print_c_tdesc_cmd):
7919         Add case to parse structures as register types and
7920         bitfields.
7921
7922 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7923
7924         * MAINTAINERS (Write After Approval): Add myself to the list.
7925
7926 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7927
7928         * sol-thread.c (rw_common): Change type of parameter "buf"
7929         to "gdb_byte *".
7930         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
7931         rw_common to "gdb_byte *" instead of "char *".
7932
7933 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7934
7935         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
7936         of local variable msym to const struct bound_minimal_symbol.
7937         Adjust use accordingly.
7938         [ti.ti_state == TD_THR_SLEEP]: Likewise.
7939
7940 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
7941
7942         * i386gnu-nat.c (CREG_OFFSET): New macro.
7943         (creg_offset): New array.
7944         (CREG_ADDR): Use creg_offset instead of reg_offset.
7945
7946 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7947
7948         * mep-tdep.c (mep_write_pc): Delete.
7949         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
7950         Add call to set_gdbarch_pc_regnum.
7951
7952 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7953
7954         * common/filestuff.c: Replace #include <dirent.h> by
7955         #include "gdb_dirent.h".
7956
7957 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
7958
7959         * common/filestuff.c: Replace #include <sys/stat.h> by
7960         #include "gdb_stat.h".
7961
7962 2013-04-29  Pierre Muller  <muller@sourceware.org>
7963
7964         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
7965         editCase function rule.
7966         (get_DW_AT_signature_type): Likewise.
7967
7968 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7969
7970         * m32r-tdep.c (m32r_write_pc): Delete.
7971         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
7972         Add call to set_gdbarch_pc_regnum.
7973
7974 2013-04-29  Pierre Muller  <muller@sourceware.org>
7975
7976         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
7977
7978 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
7979
7980         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
7981
7982 2013-04-28  Yao Qi  <yao@codesourcery.com>
7983
7984         * solib-dsbt.c (fetch_loadmap): Re-indent.
7985         (displacement_from_map, enable_break2): Likewise.
7986         (dsbt_relocate_section_addresses): Likewise.
7987
7988 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
7989
7990         GDB 7.6 released.
7991
7992 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
7993
7994         PR corefiles/14983:
7995         * dwarf2read.c (process_full_comp_unit): Always create a static
7996         block.
7997
7998 2013-04-25  Hui Zhu  <hui@codesourcery.com>
7999
8000         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
8001         to loc->cmd_bytecode.
8002
8003 2013-04-24  Doug Evans  <dje@google.com>
8004
8005         * dwarf2read.c (setup_type_unit_groups): Fix comment.
8006
8007 2013-04-22  Keith Seitz  <keiths@redhat.com>
8008
8009         * tracepoint.c (trace_save):  Call the writer's start method.
8010
8011 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
8012
8013         PR gdb/10462
8014         * cli/cli-decode.c (lookup_command): Show an error if there is no space
8015         before argument.
8016
8017 2013-04-23  Tom Tromey  <tromey@redhat.com>
8018
8019         * common/filestuff.c: Check USE_WIN32API before including
8020         sys/socket.h.
8021         (HAVE_F_GETFD): New define.
8022         (mark_cloexec): Check HAVE_F_GETFD.
8023         (gdb_open_cloexec): Change 'mode' to unsigned long.
8024         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
8025         (gdb_pipe_cloexec): Check HAVE_PIPE.
8026         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
8027         long.
8028
8029 2013-04-23  Hui Zhu  <hui@codesourcery.com>
8030
8031         PR gdb/15293
8032         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
8033
8034 2013-04-23  Hui Zhu  <hui@codesourcery.com>
8035
8036         PR gdb/15165
8037         * breakpoint.c (dprintf_print_recreate): New.
8038         (save_breakpoints): Let it not save dprintf commands.
8039         (initialize_breakpoint_ops): Set dprintf_print_recreate.
8040
8041 2013-04-22  Tom Tromey  <tromey@redhat.com>
8042
8043         PR gdb/7912:
8044         * Makefile.in (SFILES): Add filestuff.c
8045         (COMMON_OBS): Add filestuff.o.
8046         (filestuff.o): New target.
8047         * auto-load.c (auto_load_objfile_script_1): Use
8048         gdb_fopen_cloexec.
8049         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
8050         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
8051         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
8052         * common/agent.c (gdb_connect_sync_socket): Use
8053         gdb_socket_cloexec.
8054         * common/filestuff.c: New file.
8055         * common/filestuff.h: New file.
8056         * common/linux-osdata.c (linux_common_core_of_thread)
8057         (command_from_pid, commandline_from_pid, print_source_lines)
8058         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
8059         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
8060         gdb_fopen_cloexec.
8061         * common/linux-procfs.c (linux_proc_get_int)
8062         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
8063         * config.in, configure: Rebuild.
8064         * configure.ac: Don't check for sys/socket.h.  Check for
8065         fdwalk, pipe2.
8066         * corelow.c (core_open): Use gdb_open_cloexec.
8067         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
8068         * fork-child.c (fork_inferior): Call close_most_fds.
8069         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
8070         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
8071         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
8072         Use gdb_fopen_cloexec.
8073         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
8074         gdb_open_cloexec.
8075         (linux_async_pipe): Use gdb_pipe_cloexec.
8076         * remote-fileio.c (remote_fileio_func_open): Use
8077         gdb_open_cloexec.
8078         * remote.c (remote_file_put, remote_file_get): Use
8079         gdb_fopen_cloexec.
8080         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
8081         close_most_fds.
8082         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
8083         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
8084         * solib.c (solib_find): Use gdb_open_cloexec.
8085         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
8086         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
8087         (tfile_open): Use gdb_open_cloexec.
8088         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
8089         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
8090         * xml-support.c (xml_fetch_content_from_file): Use
8091         gdb_fopen_cloexec.
8092         * main.c (captured_main): Call notice_open_fds.
8093
8094 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
8095
8096         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
8097         'char *' to 'gdb_byte *'.
8098         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
8099         'gdb_byte'.
8100
8101 2013-04-22  Yao Qi  <yao@codesourcery.com>
8102
8103         * infrun.c: Fix typo in comment.
8104
8105 2013-04-22  Andrew Haley  <aph@redhat.com>
8106
8107         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
8108         instead of "long".
8109
8110 2013-04-20  Yao Qi  <yao@codesourcery.com>
8111
8112         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
8113         'char *' to 'gdb_byte *'.  Cast the return value of
8114         'bt_ctf_get_char_array' to 'gdb_byte *'.
8115
8116 2013-04-19  Pedro Alves  <palves@redhat.com>
8117
8118         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
8119         -Wpointer-sign.
8120         * configure: Regenerate.
8121
8122 2013-04-19  Pedro Alves  <palves@redhat.com>
8123
8124         * ser-tcp.c (net_read_prim): Cast second argument to recv to
8125         'void *'.
8126
8127 2013-04-19  Pedro Alves  <palves@redhat.com>
8128
8129         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
8130         Change type of 'myaddr' parameter to gdb_byte pointer.
8131         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
8132         to 'long long' pointer instead of to 'unsigned long long'.
8133         (monitor_write_memory_block, monitor_read_memory_single)
8134         (monitor_read_memory): Change type of 'myaddr' parameter to
8135         gdb_byte pointer.
8136
8137 2013-04-19  Pedro Alves  <palves@redhat.com>
8138
8139         * record.c (validate_history_size): Make parameter 'setting'
8140         unsigned.
8141
8142 2013-04-19  Pedro Alves  <palves@redhat.com>
8143
8144         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
8145         to 'gdb_byte *'.
8146
8147 2013-04-19  Pedro Alves  <palves@redhat.com>
8148
8149         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
8150         local to int.
8151
8152 2013-04-19  Pedro Alves  <palves@redhat.com>
8153
8154         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
8155         * ada-tasks.c (read_fat_string_value): Likewise.
8156
8157 2013-04-19  Pedro Alves  <palves@redhat.com>
8158
8159         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
8160         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
8161         'offset', and adjust.
8162
8163 2013-04-19  Pedro Alves  <palves@redhat.com>
8164
8165         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
8166         (read_index_from_section): Add cast to 'char *'.
8167
8168 2013-04-19  Pedro Alves  <palves@redhat.com>
8169
8170         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
8171
8172 2013-04-19  Pedro Alves  <palves@redhat.com>
8173
8174         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
8175
8176 2013-04-19  Pedro Alves  <palves@redhat.com>
8177
8178         * record-full.c (record_full_get_bookmark): Change local 'ret'
8179         type to char * and add cast to gdb_byte *.
8180         (record_full_goto_bookmark): Handle 'bookmark' argument as a
8181         string.
8182         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
8183
8184 2013-04-19  Pedro Alves  <palves@redhat.com>
8185
8186         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
8187         * python/py-prettyprint.c (print_string_repr): Change type of
8188         'output' local to char *.  Add cast to gdb_byte * in
8189         LA_PRINT_STRING call.
8190         (print_children): Change type of 'output' local to char *.
8191         * python/py-value.c (valpy_string): Add cast to const char * in
8192         PyUnicode_Decode call.
8193
8194 2013-04-19  Pedro Alves  <palves@redhat.com>
8195
8196         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
8197         and change its type to 'const char *'.  Adjust.
8198         (mips_send_packet): Add cast to 'char *', and remove cast to
8199         'unsigned char *'.
8200         (mips_receive_packet): Remove cast to 'unsigned char *'.
8201         (mips_load_srec): Use bfd_byte.
8202         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
8203         (pmon_checkset): Make 'value' parameter unsigned.
8204
8205 2013-04-19  Pedro Alves  <palves@redhat.com>
8206
8207         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
8208
8209 2013-04-19  Pedro Alves  <palves@redhat.com>
8210
8211         * remote.c (remote_write_bytes_aux, compare_sections_command)
8212         (remote_read_qxfer)
8213         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
8214         (remote_hostio_readlink, remote_bfd_iovec_pread)
8215         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
8216         binary buffer, and char when buffer is used as string.
8217         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
8218         (trace_save, tfile_open, traceframe_walk_blocks)
8219         (tfile_fetch_registers): Likewise.
8220
8221 2013-04-19  Pedro Alves  <palves@redhat.com>
8222
8223         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
8224         buffer and size_t size.  Adjust.
8225         * ser-base.h (ser_base_write): Adjust.
8226         * ser-go32.c (cnts): Change type to size_t.
8227         (dos_write): Change prototype -- take 'void *'
8228         buffer and size_t size.  Adjust.
8229         (dos_info): Print elements of 'cnts' as unsigned long.
8230         * serial.c (serial_write): Likewise.
8231         * serial.h (serial_write): Adjust.
8232         (struct serial_ops) <write>: Change prototype -- take 'void *'
8233         buffer and size_t size.  Adjust.
8234
8235 2013-04-19  Pedro Alves  <palves@redhat.com>
8236
8237         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
8238         gdb_byte *.
8239         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
8240
8241 2013-04-19  Pedro Alves  <palves@redhat.com>
8242
8243         * alpha-tdep.c (alpha_extract_return_value): Use
8244         regcache_cooked_read_unsigned to read 'v0'.
8245
8246 2013-04-19  Pedro Alves  <palves@redhat.com>
8247
8248         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
8249         parameters 'at', 'as' and 'offset' to uint32_t.
8250
8251 2013-04-19  Pedro Alves  <palves@redhat.com>
8252
8253         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
8254         'is64' to signed 'int'.
8255
8256 2013-04-19  Pedro Alves  <palves@redhat.com>
8257
8258         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
8259         parameter to int *.
8260
8261 2013-04-19  Pedro Alves  <palves@redhat.com>
8262
8263         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
8264         'insnbuf' buffer type to unsigned int[].
8265
8266 2013-04-19  Pedro Alves  <palves@redhat.com>
8267
8268         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
8269
8270 2013-04-19  Pedro Alves  <palves@redhat.com>
8271
8272         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
8273         unsigned long *.
8274
8275 2013-04-19  Pedro Alves  <palves@redhat.com>
8276
8277         * alpha-tdep.c (heuristic_fence_post): Change type to int.
8278         (alpha_heuristic_proc_start): Adjust to check -1 instead of
8279         UINT_MAX.
8280         * mips-tdep.c (heuristic_fence_post): Change type to int.
8281         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
8282
8283 2013-04-19  Pedro Alves  <palves@redhat.com>
8284
8285         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
8286         (struct gdbarch_tdep) <cris_version>: Make unsigned.
8287         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
8288
8289 2013-04-19  Pedro Alves  <palves@redhat.com>
8290
8291         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
8292         it to get a string view of the byte buffer.
8293         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
8294         type to gdb_byte *.  Adjust.
8295         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
8296         Change local to char *.
8297         * solib-darwin.c (find_program_interpreter): Change return type to
8298         char *.  Adjust.
8299         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
8300         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
8301         * solib-frv.c (enable_break2): Change local 'buf' to char *.
8302         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
8303         * solib-svr4.c (find_program_interpreter): Change return type to
8304         char *.  Adjust.
8305         (enable_break): Change local 'interp_name' to char *.
8306         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8307         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
8308         (spu_pseudo_register_write_spu): Use char for string buffer.
8309         Adjust.
8310         (info_spu_event_command, info_spu_signal_command): Add casts to
8311         'char *'.
8312
8313 2013-04-19  Pedro Alves  <palves@redhat.com>
8314
8315         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
8316         gdb_byte[].
8317         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
8318         * ada-lang.c (ada_value_assign): Use gdb_byte.
8319         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
8320         (alphanbsd_sigtramp_offset): Use gdb_byte.
8321         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
8322         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
8323         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
8324         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
8325         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
8326         * arm-tdep.c (arm_stub_unwind_sniffer)
8327         (arm_displaced_init_closure): Use gdb_byte.
8328         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
8329         (arm_default_thumb_le_breakpoint)
8330         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
8331         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
8332         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
8333         * arm-wince-tdep.c (arm_wince_le_breakpoint)
8334         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
8335         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
8336         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
8337         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
8338         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
8339         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
8340         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
8341         (cris_store_return_value, cris_extract_return_value): Use
8342         gdb_byte.
8343         (constraint): Change type of parameter to char * from signed
8344         char*.  Use gdb_byte.
8345         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
8346         of local buffer to gdb_byte *.
8347         * dwarf2read.c (read_index_from_section): Use gdb_byte.
8348         (create_dwp_hash_table): Change type of locals to gdb_byte *.
8349         (add_address_entry): Change type of local buffer to gdb_byte[].
8350         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
8351         (frv_push_dummy_call): Use gdb_byte.
8352         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
8353         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
8354         (hppa_hpux_supply_save_state): Use gdb_byte.
8355         * hppa-tdep.c (hppa32_push_dummy_call)
8356         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
8357         * ia64-tdep.c (extract_bit_field, replace_bit_field)
8358         (slotN_contents, replace_slotN_contents): Change type of parameter
8359         to gdb_byte *.
8360         (fetch_instruction, ia64_pseudo_register_write)
8361         (ia64_register_to_value, ia64_value_to_register)
8362         (ia64_extract_return_value, ia64_store_return_value)
8363         (ia64_push_dummy_call): Use gdb_byte.
8364         * m32c-tdep.c (m32c_return_value): Remove cast.
8365         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
8366         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
8367         gdb_byte.
8368         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
8369         * mn10300-tdep.c (mn10300_store_return_value)
8370         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
8371         gdb_byte.
8372         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
8373         (moxie_process_record): Remove casts.
8374         * ppc-ravenscar-thread.c (supply_register_at_address)
8375         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
8376         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
8377         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
8378         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
8379         * remote.c (compare_sections_command): Use gdb_byte.
8380         * score-tdep.c (score7_free_memblock): Change type of parameter to
8381         gdb_byte *.
8382         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
8383         gdb_byte *.  Use gdb_byte.
8384         (sh_push_dummy_call_fpu): Use gdb_byte.
8385         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
8386         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
8387         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
8388         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
8389         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
8390         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
8391         (sh64_store_return_value, sh64_register_convert_to_virtual):
8392         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
8393         (sh64_pseudo_register_write): Use gdb_byte.
8394         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
8395         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
8396         buffer.
8397         (irix_current_sos): Use gdb_byte.
8398         * solib-som.c (som_current_sos): Use gdb_byte.
8399         * sparc-ravenscar-thread.c (supply_register_at_address)
8400         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
8401         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
8402         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
8403         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
8404         'gdb_byte *'.
8405         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
8406         'gdb_byte *'.
8407         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
8408         * xstormy16-tdep.c (xstormy16_extract_return_value)
8409         (xstormy16_store_return_value): Change parameter type to
8410         'gdb_byte *'.  Adjust.
8411         (xstormy16_push_dummy_call): Use gdb_byte.
8412         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
8413         (call0_analyze_prologue, execute_code): Use gdb_byte.
8414
8415 2013-04-19  Vladimir Kargov <kargov@gmail.com>
8416             Pedro Alves  <palves@redhat.com>
8417
8418         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
8419         value contents.
8420
8421 2013-04-17  Doug Evans  <dje@google.com>
8422
8423         * dwarf2read.c (struct signatured_type): New member type.
8424         (struct attribute): Replace member signatured_type with signature.
8425         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
8426         (read_call_site_scope): Call follow_die_ref instead of
8427         follow_die_ref_or_sig.
8428         (read_structure_type): Rewrite handling of signatured types.
8429         (read_enumeration_type): Ditto.
8430         (read_attribute_value): Update.
8431         (build_error_marker_type): New function.
8432         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
8433         Don't call error for bad types, just build an error marker type.
8434         (dump_die_shallow): Update.
8435         (follow_die_sig_1): Renamed from follow_die_sig.
8436         Don't call error for bad types, instead return NULL.
8437         (follow_die_sig): New function.
8438         (get_signatured_type, get_DW_AT_signature_type): New functions.
8439
8440 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
8441
8442         * aarch64-tdep.c (aarch64_write_pc): Removed.
8443         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
8444         function.
8445
8446 2013-04-17  Yao Qi  <yao@codesourcery.com>
8447
8448         * top.c (print_gdb_configuration): Print configure-time
8449         parameter on using libbabeltrace or not.
8450
8451 2013-04-16  Pedro Alves  <palves@redhat.com>
8452
8453         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
8454
8455 2013-04-16  Pedro Alves  <palves@redhat.com>
8456
8457         * common/glibc_thread_db.h: Update from upstream glibc
8458         (git 568035b7874a099087b77f7bba3e36a1173787b0).
8459
8460 2013-04-16  Pedro Alves  <palves@redhat.com>
8461
8462         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
8463         * common/glibc_thread_db.h: ... this new file ...
8464         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
8465
8466 2013-04-16  Will Newton  <will.newton@gmail.com>
8467             Pedro Alves  <palves@redhat.com>
8468
8469         PR build/11881
8470
8471         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
8472         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
8473         HAVE_THREAD_DB_H.
8474
8475 2013-04-16  Pedro Alves  <palves@redhat.com>
8476             Eli Zaretskii  <eliz@gnu.org>
8477
8478         * NEWS: Mention "set foo unlimited".
8479
8480 2013-04-15  Doug Evans  <dje@google.com>
8481
8482         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
8483         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
8484         (create_dwo_cu_reader): Renamed from
8485         create_dwo_debug_info_hash_table_reader.
8486         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
8487         Remove support for multiple CUs in a DWO file.
8488         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
8489
8490         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
8491         instead of phex.
8492         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
8493         (create_dwo_in_dwp): Ditto.
8494
8495 2013-04-15  Tom Tromey  <tromey@redhat.com>
8496
8497         * NEWS: Move recent entries into "since 7.6" section.
8498
8499 2013-04-15  Tom Tromey  <tromey@redhat.com>
8500
8501         PR c++/13588:
8502         * NEWS: Update.
8503         * break-catch-throw.c (struct exception_catchpoint)
8504         <exception_rx, pattern>: New fields.
8505         (fetch_probe_arguments, dtor_exception_catchpoint)
8506         (check_status_exception_catchpoint)
8507         (print_one_detail_exception_catchpoint): New functions.
8508         (handle_gnu_v3_exceptions): Add "except_rx" argument.
8509         Compile regular expression if needed.
8510         (extract_exception_regexp): New function.
8511         (catch_exception_command_1): Use extract_exception_regexp.
8512         (compute_exception): Use fetch_probe_arguments.
8513         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
8514         and check_status fields.
8515         * cp-abi.c (cplus_typename_from_type_info): New function.
8516         * cp-abi.h (cplus_typename_from_type_info): Declare.
8517         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
8518         * gdb_regex.h (compile_rx_or_error): Declare.
8519         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
8520         comment.
8521         (init_gnuv3_ops): Set get_type_from_type_info field.
8522         * probe.c (compile_rx_or_error): Move...
8523         * utils.c (compile_rx_or_error): ... here.
8524
8525 2013-04-15  Tom Tromey  <tromey@redhat.com>
8526
8527         PR c++/15176:
8528         * NEWS: Update.
8529         * break-catch-throw.c (compute_exception): New function.
8530         (exception_funcs): New global.
8531         (_initialize_break_catch_throw): Create $_exception.
8532         * cp-abi.c (cplus_type_from_type_info): New function.
8533         * cp-abi.h (cplus_type_from_type_info): Declare.
8534         (struct cp_abi_ops) <get_type_from_type_info>: New field.
8535         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
8536         (gnuv3_get_type_from_type_info): New functions.
8537         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
8538
8539 2013-04-15  Tom Tromey  <tromey@redhat.com>
8540
8541         * break-catch-throw.c (struct exception_names): New.
8542         (exception_functions): Change type.
8543         (re_set_exception_catchpoint): Look for SDT probes.
8544
8545 2013-04-15  Tom Tromey  <tromey@redhat.com>
8546
8547         PR c++/10119:
8548         * break-catch-throw.c (exception_functions): New global.
8549         (gnu_v3_exception_catchpoint_ops): Move earlier.
8550         (struct exception_catchpoint): New.
8551         (classify_exception_breakpoint): Rewrite.
8552         (re_set_exception_catchpoint): New function.
8553         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
8554         Allocate a struct exception_catchpoint.
8555         (catch_exception_command_1): Update.
8556         (initialize_throw_catchpoint_ops): Set 're_set' method.
8557
8558 2013-04-15  Tom Tromey  <tromey@redhat.com>
8559
8560         * Makefile.in (SFILES): Add break-catch-throw.c
8561         (COMMON_OBS): Add break-catch-throw.o.
8562         * break-catch-throw.c: New file.
8563         * breakpoint.c: Move exception-catching code to new file.
8564         (ep_parse_optional_if_clause): No longer static.
8565         * breakpoint.h (ep_parse_optional_if_clause): Declare.
8566
8567 2013-04-15  Tom Tromey  <tromey@redhat.com>
8568
8569         PR c++/9065:
8570         * NEWS: Update.
8571         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
8572         * c-exp.y (TYPEID): New token.
8573         (exp): Add new TYPEID productions.
8574         (ident_tokens): Add "typeid".
8575         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
8576         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
8577         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
8578         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
8579         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
8580         case.
8581         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
8582         (build_std_type_info_type, gnuv3_get_typeid_type)
8583         (gnuv3_get_typeid): New functions.
8584         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
8585         new fields on ABI object.
8586         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
8587         * std-operator.def (OP_TYPEID): New.
8588
8589 2013-04-15  Tom Tromey  <tromey@redhat.com>
8590
8591         * elfread.c (elf_symtab_read): Install versioned symbol under
8592         unversioned name as well.
8593
8594 2013-04-15  Tom Tromey  <tromey@redhat.com>
8595
8596         PR c++/11990:
8597         * c-lang.c (cplus_language_defn): Use gdb_demangle.
8598         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
8599         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
8600         (gdb_demangle): New function.
8601         * cp-support.h (gdb_demangle): Declare.
8602         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
8603         (dwarf2_name): Use gdb_demangle.
8604         * gdbtypes.c (check_stub_method): Use gdb_demangle.
8605         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
8606         suffixes from name.
8607         (gnuv3_print_method_ptr): Use gdb_demangle.
8608         * jv-lang.c (java_demangle): Use gdb_demangle.
8609         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
8610         * language.c (unk_lang_demangle): Use gdb_demangle.
8611         * symtab.c (symbol_find_demangled_name)
8612         (demangle_for_lookup): Use gdb_demangle.
8613
8614 2013-04-15  Tom Tromey  <tromey@redhat.com>
8615
8616         PR c++/12824:
8617         * NEWS: Update.
8618         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
8619         New constant.
8620         (classify_exception_breakpoint): New function.
8621         (print_it_exception_catchpoint, print_one_exception_catchpoint)
8622         (print_mention_exception_catchpoint)
8623         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
8624         (catch_exception_command_1): Handle "rethrow" catchpoint.
8625         (catch_rethrow_command): New function.
8626         (_initialize_breakpoint): Add "catch rethrow" command.
8627
8628 2013-04-15  Pierre Muller  <muller@sourceware.org>
8629
8630         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
8631         set_gdbarch_write_pc as deprecated anymore.
8632
8633 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
8634
8635         * spu-tdep.c (spu_write_pc): Add empty line after local variable
8636         declarations.
8637
8638 2013-04-13  Yao Qi  <yao@codesourcery.com>
8639
8640         * ctf.c (_initialize_ctf): Include "completer.h".
8641         Call add_target_with_completer instead of add_target.
8642
8643 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8644
8645         Fix GDB regression related to PR binutils/14813.
8646         * jit.c (mem_bfd_iovec_close): Return 0 for success.
8647         * minidebug.c (lzma_close): Add return value comment.
8648         * remote.c (remote_bfd_iovec_close): Return 0 for success.
8649         * solib-spu.c (spu_bfd_iovec_close): Likewise.
8650         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
8651
8652 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8653
8654         * config.in: Regenerate.
8655
8656 2013-04-12  Tom Tromey  <tromey@redhat.com>
8657
8658         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
8659         const.
8660         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
8661         (struct die_reader_specs) <buffer>: Likewise.
8662         (die_reader_func_ftype): Make 'info_ptr' const.
8663         (struct line_header) <include_dirs, statement_program_start,
8664         statement_program_end>: Now const.
8665         (struct file_entry) <name>: Likewise.
8666         (struct partial_die_info) <sibling>: Likewise.
8667         (struct dwarf_block) <data>: Likewise.
8668         (dwarf2_read_section): Remove cast.
8669         (dwarf2_get_section_info): Make 'bufp' const.
8670         (read_index_from_section): Constify.
8671         (dw2_get_file_names_reader): Make 'info_ptr' const.
8672         (dw2_get_primary_filename_reader): Likewise.
8673         (read_comp_unit_head): Make 'info_ptr' and return type const.
8674         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
8675         Likewise.
8676         (read_abbrev_offset): Constify.
8677         (dwarf2_create_include_psymtab): Make 'name' const.
8678         (create_debug_types_hash_table): Update.
8679         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
8680         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
8681         Constify.
8682         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
8683         (load_partial_comp_unit_reader): Make 'info_ptr' const.
8684         (read_comp_units_from_section): Constify.
8685         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
8686         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
8687         const.
8688         (dwarf2_compute_name, setup_type_unit_groups): Constify.
8689         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
8690         (create_dwp_hash_table, dwarf2_ranges_read)
8691         (dwarf2_record_block_ranges): Constify.
8692         (read_die_and_children, read_die_and_siblings_1)
8693         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
8694         const.
8695         (read_full_die_1, read_full_die): Make 'info_ptr' const.
8696         (abbrev_table_read_table): Constify.
8697         (load_partial_dies): Make 'info_ptr' const.
8698         (read_partial_die, read_attribute_value, read_attribute): Make
8699         'info_ptr' and return type const.
8700         (read_address, read_initial_length)
8701         (read_checked_initial_length_and_offset, read_offset)
8702         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
8703         const.
8704         (read_direct_string): Make 'buf' and return type const.
8705         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
8706         (read_indirect_string): Make return type const.
8707         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
8708         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
8709         'info_ptr' const.
8710         (read_str_index): Make return type const.
8711         (add_include_dir): Make 'include_dir' const.
8712         (add_file_name): Make 'name' const.
8713         (dwarf_decode_line_header): Constify.
8714         (psymtab_include_file_name): Make return type const.
8715         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
8716         (dwarf2_start_subfile): Make 'filename' const.
8717         (dwarf2_const_value_attr): Make 'bytes' const.
8718         (read_signatured_type_reader): Make 'info_ptr' const.
8719         (decode_locdesc): Constify.
8720         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
8721         const.
8722         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
8723         'mac_end', and return type const.
8724         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
8725         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
8726         type const.
8727         (per_cu_header_read_in): Constify.
8728         * symfile.h (dwarf2_get_section_info): Update.
8729
8730 2013-04-12  Tom Tromey  <tromey@redhat.com>
8731
8732         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
8733
8734 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
8735
8736         * NEWS: Mention "show configuration", --configuration.
8737         * top.c (print_gdb_configuration): New function, displays the
8738         details about GDB configure-time parameters.
8739         (print_gdb_version): Mention "show configuration".
8740         * cli/cli-cmds.c (show_configuration): New function.
8741         (_initialize_cli_cmds): Add the "show configuration" command.
8742         * main.c (captured_main) <print_configuration>: New static var.
8743         <long_options>: Use it.
8744         If --configuration was given, call print_gdb_configuration.
8745
8746 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8747             Pedro Alves  <palves@redhat.com>
8748
8749         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
8750         (generated_files): Add gcore.
8751         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
8752         HAVE_NATIVE_GCORE_HOST.
8753         (gcore): New.
8754         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
8755         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
8756         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
8757         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
8758         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
8759         Add HAVE_NATIVE_GCORE_HOST.
8760         * configure: Regenerate.
8761         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
8762         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
8763         AC_CONFIG_FILES for gcore.
8764         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
8765         gdb_have_gcore.
8766         * gdb_gcore.sh: Rename to ...
8767         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
8768         and GCORE_TRANSFORM_NAME substitutions.
8769
8770         Fix parsing tabs in ${gdb_target_obs}.
8771         * configure.tgt (gdb_have_gcore): Replace case with for and if.
8772
8773 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8774
8775         * remote.c (unpush_and_perror): Add output message final dot.
8776
8777 2013-04-11  Yao Qi  <yao@codesourcery.com>
8778
8779         * tracepoint.c (tfile_interp_line): Fit parameters line and
8780         utpp in one line.
8781
8782 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
8783
8784         * solib.c (solib_map_sections): Remove code overwriting
8785         SO->SO_NAME with the bfd's filename.
8786
8787 2013-04-10  Pedro Alves  <palves@redhat.com>
8788
8789         * cli/cli-decode.c (integer_unlimited_completer): New function.
8790         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
8791         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
8792         completer.
8793         * cli/cli-setshow.c: Include "cli/cli-utils.h".
8794         (is_unlimited_literal): New function.
8795         (do_set_command): Handle literal "unlimited" arguments.
8796         * frame.c (_initialize_frame) <set backtrace limit>: Document
8797         "unlimited".
8798         * printcmd.c (_initialize_printcmd) <set print
8799         max-symbolic-offset>: Add help text.
8800         * record-full.c (_initialize_record_full) <set record full
8801         insn-number-max>: Likewise.
8802         * record.c (_initialize_record) <set record
8803         instruction-history-size, set record function-call-history-size>:
8804         Add help text.
8805         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
8806         help text.
8807         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
8808         Likewise.
8809         * source.c (_initialize_source) <set listsize>: Add help text.
8810         * utils.c (initialize_utils) <set height, set width>: Likewise.
8811         <set pagination>: Mention "set height unlimited".
8812         * valprint.c (_initialize_valprint) <set print elements, set print
8813         repeats>: Document "unlimited".
8814
8815 2013-04-10  Pedro Alves  <palves@redhat.com>
8816
8817         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
8818         instead of disconnect_tracing.
8819         * infcmd.c (detach_command, disconnect_command): Call
8820         query_if_trace_running.  Adjust.
8821         * top.c: Include "tracepoint.h".
8822         (quit_target): Delete.  Contents moved ...
8823         (quit_force): ... here.  Wrap each stage of teardown in
8824         TRY_CATCH.  Call disconnect_tracing before detaching.
8825
8826 2013-04-10  Hui Zhu  <hui@codesourcery.com>
8827             Yao Qi  <yao@codesourcery.com>
8828
8829         * configure.ac: Check libbabeltrace is installed.
8830         * config.in: Regenerate.
8831         * configure: Regenerate.
8832         * Makefile.in (LIBBABELTRACE): New.
8833         (CLIBS): Add LIBBABELTRACE.
8834         * ctf.c: Include "exec.h".
8835         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
8836         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
8837         (ctf_save_metadata_header): Define new type aliases in
8838         metadata.
8839         (ctf_write_header): Define event type "tsv_def" and "tp_def"
8840         in metadata.  Start a new faked packet for trace status.
8841         (ctf_write_status): Write trace status to CTF.
8842         (ctf_write_uploaded_tsv): Write TSV to CTF.
8843         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
8844         (ctf_write_definition_end): End the faked packet.
8845
8846         (ctx, ctf_iter, trace_dirname): New.
8847         (start_pos): New variable.
8848         (ctf_destroy, ctf_open_dir, ctf_open): New.
8849         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
8850         macros.
8851         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
8852         (ctf_fetch_registers, ctf_xfer_partial): New.
8853         (ctf_get_trace_state_variable_value): New.
8854         (ctf_get_tpnum_from_frame_event): New.
8855         (ctf_get_traceframe_address): New.
8856         (ctf_trace_find, ctf_has_stack): New.
8857         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
8858         (ctf_get_trace_status, ctf_read_status): New.
8859         (_initialize_ctf): New.
8860         * tracepoint.c (get_tracepoint_number): New
8861         (get_uploaded_tsv): Remove 'static'.
8862         (struct traceframe_info, trace_regblock_size): Move it to ...
8863         * tracepoint.h: ... here.
8864         (get_tracepoint_number): Declare it.
8865         (get_uploaded_tsv): Declare it.
8866
8867         * NEWS: Mention new configure option.
8868
8869 2013-04-10  Pedro Alves  <palves@redhat.com>
8870             Hui Zhu  <hui@codesourcery.com>
8871
8872         * breakpoint.c (dprintf_re_set): New.
8873         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
8874         to dprintf_re_set.
8875
8876 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8877
8878         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
8879         Remove solib-svr4.o from the list.
8880
8881 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
8882
8883         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
8884         Use gdb_assert_not_reached instead of invalid boolean expression.
8885
8886 2013-04-09  Pedro Alves  <palves@redhat.com>
8887
8888         * remote.c (unpush_and_perror): New function.
8889         (readchar, remote_serial_write): Use it.
8890
8891 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
8892
8893         * NEWS: Mention new btrace RSP packets.
8894
8895 2013-04-08  Tom Tromey  <tromey@redhat.com>
8896
8897         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
8898         long.
8899
8900 2013-04-08  Tom Tromey  <tromey@redhat.com>
8901
8902         * maint.c (print_bfd_section_info): Print the section index.
8903         * symmisc.c (dump_msymbols): Print the section index.
8904
8905 2013-04-08  Tom Tromey  <tromey@redhat.com>
8906
8907         PR symtab/8424:
8908         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
8909         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
8910         * breakpoint.c (resolve_sal_pc): Update.
8911         * elfread.c (elf_gnu_ifunc_record_cache): Update.
8912         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
8913         (minsym_lookup_iterator_cb): Use it.
8914         (default_read_var_value): Update.
8915         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
8916         Update.
8917         * infcmd.c (jump_command): Update.
8918         * linespec.c (minsym_found): Update.
8919         * maint.c (maintenance_translate_address): Update.
8920         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
8921         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
8922         * parse.c (write_exp_msymbol): Update.
8923         * printcmd.c (address_info): Update.
8924         * psymtab.c (find_pc_sect_psymbol): Update.
8925         (fixup_psymbol_section): Check SYMBOL_SECTION, not
8926         SYMBOL_OBJ_SECTION.
8927         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
8928         Don't initialize SYMBOL_OBJ_SECTION.
8929         * spu-tdep.c (spu_catch_start): Update.
8930         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
8931         * symmisc.c (dump_msymbols, print_symbol): Update.
8932         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
8933         how fallback section is computed.
8934         (fixup_symbol_section): Update.
8935         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
8936         Update.
8937         (allocate_symbol, initialize_symbol, allocate_template_symbol):
8938         Initialize SYMBOL_SECTION.
8939         * symtab.h (struct general_symbol_info) <section>: Update comment.
8940         <obj_section>: Remove.
8941         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
8942         (SYMBOL_OBJFILE): New macro.
8943
8944 2013-04-08  Tom Tromey  <tromey@redhat.com>
8945
8946         * coffread.c (record_minimal_symbol): Update.
8947         * dbxread.c (record_minimal_symbol): Update.
8948         * elfread.c (record_minimal_symbol): Update.
8949         * machoread.c (macho_symtab_add_minsym): Update.
8950         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
8951         Update.
8952         * minsyms.c (prim_record_minimal_symbol): Update.
8953         (prim_record_minimal_symbol_full): Remove 'bfd_section'
8954         argument.
8955         (prim_record_minimal_symbol_and_info): Likewise.
8956         * minsyms.h (prim_record_minimal_symbol_full)
8957         (prim_record_minimal_symbol_and_info): Update.
8958         * symtab.c (allocate_symbol, initialize_symbol)
8959         (allocate_template_symbol): Initialize SYMBOL_SECTION.
8960         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
8961         Update.
8962
8963 2013-04-08  Tom Tromey  <tromey@redhat.com>
8964
8965         PR symtab/8423:
8966         * solib-som.c (som_solib_section_offsets): Use BFD section
8967         indices.  Set offsets for all sections.
8968         * somread.c (som_symtab_read): Compute BFD section for
8969         symbol.  Use prim_record_minimal_symbol_and_info.
8970         (som_symfile_read): Fix comment.
8971         (struct find_section_offset_arg): New.
8972         (find_section_offset, set_section_index): New functions.
8973         (som_symfile_offsets): Use set_section_index to compute
8974         section indices.
8975
8976 2013-04-08  Tom Tromey  <tromey@redhat.com>
8977
8978         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
8979         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
8980         gdb_bfd_section_index.
8981         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
8982         New functions.
8983         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
8984         Declare.
8985         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
8986         Update.
8987         * objfiles.c (add_to_objfile_sections_full): New function.
8988         (add_to_objfile_sections): Use it.
8989         (build_section_table): Rewrite.
8990         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
8991         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
8992         (struct objfile) <sections>: Update comment.
8993         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
8994         is NULL.
8995         (ALL_OBJSECTIONS): Use it.
8996         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
8997         * solib-frv.c (frv_relocate_main_executable): Update.
8998         * solib-target.c (solib_target_relocate_section_addresses):
8999         Use gdb_bfd_section_index.
9000         * symfile.c (build_section_addr_info_from_section_table):
9001         Use gdb_bfd_section_index.
9002         (build_section_addr_info_from_bfd, place_section): Likewise.
9003         * symtab.c (fixup_section): Update.
9004         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
9005
9006 2013-04-08  Tom Tromey  <tromey@redhat.com>
9007
9008         * minsyms.h (struct bound_minimal_symbol): New.
9009         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9010         Remove objfile argument.
9011         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9012         Return bound_minimal_symbol.
9013         * minsyms.c (lookup_minimal_symbol_by_pc_1)
9014         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
9015         Return bound_minimal_symbol.
9016         (in_gnu_ifunc_stub): Update.
9017         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
9018         Remove 'objfile_p' argument.
9019         (lookup_solib_trampoline_symbol_by_pc): Update.
9020         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
9021         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
9022         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
9023         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
9024         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
9025         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
9026         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
9027         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
9028         stack.c, symtab.c, tui/tui-disasm.c: Update.
9029
9030 2013-04-08  Tom Tromey  <tromey@redhat.com>
9031
9032         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
9033         Use symbol's obstack, not an objfile.
9034         * coffread.c (process_coff_symbol): Update.
9035         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
9036         * jv-lang.c (add_class_symbol): Update.
9037         * mdebugread.c (new_symbol): Update.
9038         * minsyms.c (prim_record_minimal_symbol_full)
9039         (terminate_minimal_symbol_table): Update.
9040         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
9041         * stabsread.c (define_symbol, read_enum_type): Update.
9042         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
9043         Handle Ada specially.
9044         (symbol_set_language): Add 'obstack' argument.
9045         (symbol_set_names): Update.
9046         (symbol_natural_name, symbol_demangled_name): Always use
9047         ada_decode_symbol.
9048         * symtab.h (struct general_symbol_info)
9049         <language_specific::obstack>: New field.
9050         <ada_mangled>: New field.
9051         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
9052         (symbol_set_language): Update.
9053
9054 2013-04-08  Tom Tromey  <tromey@redhat.com>
9055
9056         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
9057         Take an obstack, not an objfile.
9058         (symbol_set_names): Update.
9059         * symtab.h (symbol_set_demangled_name): Update.
9060
9061 2013-04-08  Tom Tromey  <tromey@redhat.com>
9062
9063         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
9064         allocate_symbol.
9065         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
9066         (read_func_scope): Call allocate_template_symbol.
9067         (new_symbol_full): Call allocate_symbol.
9068         * jit.c (finalize_symtab): Call allocate_symbol.
9069         * jv-lang.c (add_class_symbol): Call allocate_symbol.
9070         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
9071         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9072         (common_block_end): Call allocate_symbol.
9073         * symtab.c (allocate_symbol, initialize_symbol)
9074         (allocate_template_symbol): New functions.
9075         * symtab.c (allocate_symbol, initialize_symbol)
9076         (allocate_template_symbol): Declare.
9077         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
9078
9079 2013-04-08  Pedro Alves  <palves@redhat.com>
9080             Keith Seitz  <keiths@redhat.com>
9081
9082         * breakpoint.c (create_breakpoint): Rename
9083         "parse_condition_and_thread" parameter to "parse_arg".  Update
9084         describing comment.  If !PARSE_ARG, then error out if ARG is not
9085         the empty string after extracting the location.
9086         * breakpoint.h (create_breakpoint): Rename
9087         "parse_condition_and_thread" parameter to "parse_arg".
9088
9089 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
9090
9091         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
9092
9093 2013-04-07  Yao Qi  <yao@codesourcery.com>
9094
9095         * remote.c (remote_trace_find): Change type of parameters 'addr1'
9096         and 'addr2' to CORE_ADDR.
9097         * target.c (update_current_target): Update.
9098         * target.h (struct target_ops) <to_trace_find>: Change parameter
9099         type to CORE_ADDR.
9100         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
9101         'addr2' to CORE_ADDR.
9102         (tfile_trace_find): Likewise.
9103         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
9104         Change local variable 'addr' to type CORE_ADDR.
9105         * tracepoint.h (tfind_1): Update declaration.
9106
9107 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
9108
9109         * windows-nat.c (windows_get_absolute_argv0): Move from here...
9110         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
9111         Include main.h.
9112
9113         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
9114         here...
9115         * main.h (windows_get_absolute_argv0): ...to here.
9116
9117 2013-04-05  Doug Evans  <dje@google.com>
9118
9119         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
9120         (read_cutu_die_from_dwo): Add comments.
9121         (read_structure_type): Update comment.
9122         (read_enumeration_type, read_namespace_type): Update comment.
9123         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
9124
9125 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9126
9127         Convert man pages to texinfo, new gdbinit.5 texinfo page.
9128         * Makefile.in (gdb.z): Remove.
9129         (install-only): Remove $(man1dir) and gdb.1 installation.
9130         * gdb.1: Remove.
9131
9132 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9133
9134         Fix compatibility with Linux kernel 3.8.3.
9135         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
9136         to more inner block.  Remove parsing of NUMBER from outer block.
9137         Parse NUMBER only if KEYWORD has been identified.
9138
9139 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9140
9141         Fix variable name shadowing.
9142         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
9143         filename to mapsfilename and update its uses.
9144
9145 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
9146
9147         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
9148         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
9149         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
9150         details of the problem.
9151
9152 2013-04-04  Pedro Alves  <palves@redhat.com>
9153             Hui Zhu  <hui@codesourcery.com>
9154
9155         * breakpoint.c (validate_commands_for_breakpoint): If validating a
9156         tracepoint, reset its STEP_COUNT and call validate_actionline.
9157
9158 2013-04-03  Doug Evans  <dje@google.com>
9159
9160         * dwarf2read.c (read_die_and_siblings_1): Renamed from
9161         read_die_and_siblings.
9162         (read_die_and_siblings): New function.
9163         (read_cutu_die_from_dwo): Dump die if requested.
9164         (read_die_and_children): Call read_full_die_1 and
9165         read_die_and_siblings_1.
9166         (read_full_die): Dump die if requested.
9167
9168         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
9169
9170         * dwarf2read.c (struct dwo_file): New member comp_dir.
9171         Rename member name to dwo_name.  All uses updated.
9172         (hash_dwo_file): Include comp_dir in computation.
9173         (eq_dwo_file): Ditto.
9174         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
9175         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
9176
9177         * psymtab.c (read_psymtabs_with_fullname): Don't call
9178         psymtab_to_fullname if the basenames are different.
9179
9180 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9181
9182         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
9183         New entry about "fullname" presence.
9184
9185 2013-04-03  Pedro Alves  <palves@redhat.com>
9186
9187         * NEWS: Mention x86_64/Cygwin as new native configuration.
9188
9189 2013-04-02  Doug Evans  <dje@google.com>
9190
9191         * dwarf2read.c (read_structure_type): Fix typo in comment.
9192
9193 2013-04-02  Pedro Alves  <palves@redhat.com>
9194
9195         * NEWS: Mention "set/show debug aarch64", "set/show debug
9196         coff-pe-read" and "set/show debug mach-o".
9197
9198 2013-04-02  Pedro Alves  <palves@redhat.com>
9199
9200         * NEWS: Mention "set/show remote trace-buffer-size-packet".
9201
9202 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
9203
9204         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
9205         gdb_string.h is now in common/.
9206
9207 2013-04-02  Pedro Alves  <palves@redhat.com>
9208
9209         * NEWS: Move "set debug notification" and "set trace-buffer-size"
9210         under "New options".
9211
9212 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9213
9214         Revert this patch:
9215         PR gdb/15275
9216         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9217
9218 2013-04-02  Pedro Alves  <palves@redhat.com>
9219
9220         PR gdb/15275
9221
9222         * remote.c (send_interrupt_sequence): Use remote_serial_write.
9223         (remote_serial_write): New function.
9224         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
9225
9226 2013-04-01  Jiong Wang  <jiwang@tilera.com>
9227
9228         * NEWS: Mention TILE-Gx in "New native configurations" and
9229         "New targets" sections.
9230
9231 2013-04-01  Doug Evans  <dje@google.com>
9232
9233         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
9234         (process_enumeration_scope): Simplify.
9235
9236         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
9237         type_unit_group ...
9238         (struct signatured_type): ... to here.
9239         (sig_type_ptr): New typedef.
9240         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
9241         out of union 't'.  All uses updated.
9242         (dw2_get_file_names_reader): Assert not called for a type unit.
9243         (dw2_get_file_names): Assert not called for a type unit or type
9244         unit group.
9245         (build_type_psymtabs_reader): Assert called for a type unit.
9246         (build_type_psymtab_dependencies): Assert called for a type unit group.
9247
9248         * dwarf2read.c (free_dwo_file): Add comment.
9249         (dwarf2_per_objfile_free): Unref dwp bfd.
9250
9251 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9252
9253         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
9254         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
9255         (read_pe_exported_syms): Remove unused 'exportix'.
9256         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
9257         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
9258         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
9259
9260 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9261
9262         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
9263         (print_it_watchpoint): Remove unused 'bl'.
9264         (say_where): Remove unused 'uiout'.
9265         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
9266         (bkpt_breakpoint_hit): Remove unused 'b'.
9267         (internal_bkpt_print_it): Remove unused 'uiout'.
9268         * buildsym.c (augment_type_symtab): Remove unused 'i'.
9269
9270 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
9271
9272         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
9273         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
9274
9275 2013-03-29  Doug Evans  <dje@google.com>
9276
9277         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
9278         Delete arg is_dwp.  All callers updated.
9279         (open_dwp_file): New function.
9280         (open_and_init_dwp_file): Call it.
9281         (get_dwp_file): New function.
9282         (lookup_dwo_cutu): Call it.
9283
9284         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
9285         unnecessary, cleanup.
9286
9287         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
9288
9289         * dwarf2read.c (read_cutu_die_from_dwo): New function.
9290         (lookup_dwo_unit): New function.
9291         (init_cutu_and_read_dies): Move DWO handling to new functions.
9292
9293         * dwarf2read.c (struct signatured_type): Tweak comment.
9294         (struct dwo_unit): Tweak comment.
9295         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
9296         (create_dwo_debug_info_hash_table): Tweak comment.
9297         (dwarf2_per_cu_offset_and_type): Tweak comment.
9298
9299         * dwarf2read.c (lookup_signatured_type): Remove complaint about
9300         missing .debug_types section.
9301
9302 2013-03-29  Yao Qi  <yao@codesourcery.com>
9303
9304         * corelow.c: Include "completer.h".
9305         (_initialize_corelow): Call add_target_with_completer with
9306         argument 'filename_completer'.
9307         * tracepoint.c: Likewise.
9308         * exec.c (_initialize_exec): Likewise.
9309         * target.c (add_target): Rename to ...
9310         (add_target_with_completer): ... this.  Call set_cmd_completer
9311         if parameter completer is not NULL.
9312         (add_target): New.
9313         * target.h: Include "command.h".
9314         (add_target_with_completer): Declare it.
9315
9316 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
9317
9318         * coffread.c (is_import_fixup_symbol): New function.
9319         (record_minimal_symbol): Use is_import_fixup_symbol to
9320         detect import fixup symbols, and discard them.
9321
9322 2013-03-28  Doug Evans  <dje@google.com>
9323
9324         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
9325         types hash table until we know we need it.
9326
9327         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
9328         index numbers.
9329
9330         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
9331         All callers updated.
9332         (dw2_print_stats): Print #read CUs too.
9333         (dump_die_shallow): Print signatured types better.
9334
9335         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
9336         info_or_types_section to section.  All uses updated.
9337         (struct dwo_unit): Ditto.
9338
9339 2013-03-28  Pedro Alves  <palves@redhat.com>
9340
9341         * NEWS (New options): New section.
9342         (New options): Mention set/show remote trace-status-packet.
9343         * remote.c (PACKET_qTStatus): New enumeration value.
9344         (remote_get_trace_status): Skip sending qTStatus if the packet is
9345         disabled.  Use packet_ok.
9346         (_initialize_remote): Register a configuration command for
9347         qTStatus packet.
9348
9349 2013-03-28  Doug Evans  <dje@google.com>
9350
9351         * symfile.c (find_separate_debug_file): Add comment.
9352         (terminate_after_last_dir_separator): Tweak comment.
9353
9354         * dwarf2read.c (create_partial_symtab): Add forward decl.
9355         (create_partial_symtab): Move to be closer to other psymtab functions.
9356         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
9357
9358         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
9359         (compute_symtab_includes): Remove unnecessary forward declaration.
9360         (die_needs_namespace): Add comment marking group of functions for
9361         dwarf2 name computation.
9362
9363         * typeprint.c (_initialize_typeprint): Improve type help text.
9364
9365         * python/python.c (finish_python_initialization): Provide suggestion
9366         for how to tell gdb to find its python files.
9367
9368 2013-03-28  Pedro Alves  <palves@redhat.com>
9369
9370         PR gdb/15294
9371
9372         * source.c (_initialize_source): Change back "set listsize" to an
9373         integer command.
9374
9375 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
9376
9377         PR gdb/15275
9378         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
9379
9380 2013-03-27  Pedro Alves  <palves@redhat.com>
9381
9382         * top.c (history_size): Rename to ...
9383         (history_size_setshow_var): ... this.  Add comment.
9384         (show_commands): Use readline's 'history_length' instead of
9385         computing the history length by calling history_get in a loop.
9386         (set_history_size_command): Error out for sizes over INT_MAX.
9387         Restore previous history size on invalid size.
9388         (init_history): If HISTSIZE is negative, leave the history size as
9389         zero.  Add comments.
9390         (init_main): Adjust.
9391
9392 2013-03-27  Pedro Alves  <palves@redhat.com>
9393
9394         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
9395         coff_pe_read" command to "set debug coff-pe-read".
9396
9397 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
9398
9399         * record.c (command_size_to_target_size): Fix size comparison.
9400         Change parameter type from pointer to integer to integer.
9401         Update all users.
9402
9403 2013-03-27  Pierre Muller  <muller@sourceware.org>
9404
9405         * windows-nat.c (handle_output_debug_string): Avoid typecast
9406         from integer of different size warning.
9407
9408 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
9409
9410         * windows-nat.c (handle_output_debug_string): Add empty line
9411         after local block variable definition.
9412
9413 2013-03-26  Pedro Alves  <palves@redhat.com>
9414
9415         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
9416         (net_open): Make 'polls' local unsigned.
9417
9418 2013-03-26  Pedro Alves  <palves@redhat.com>
9419
9420         * remote.c (_initialize_remote): Make "set remoteaddresssize"
9421         a zuinteger command instead of uinteger.
9422
9423 2013-03-26  Pedro Alves  <palves@redhat.com>
9424
9425         * record-full.c (record_full_insn_num): Make it unsigned.
9426         (record_full_check_insn_num, record_full_message)
9427         (record_full_registers_change, record_full_xfer_partial): Remove
9428         record_full_insn_max_num check (it's always != 0).
9429         (record_full_info, record_full_restore): Use %u as format string.
9430         (): Use %u as format string.
9431         (set_record_full_insn_max_num): Remove record_full_insn_max_num
9432         check (it's always != 0).
9433
9434 2013-03-26  Pedro Alves  <palves@redhat.com>
9435
9436         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
9437         and "set dcache size" commands zuinteger instead of uinteger.
9438
9439 2013-03-26  Pedro Alves  <palves@redhat.com>
9440
9441         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
9442         command zuinteger instead of uinteger.
9443
9444 2013-03-26  Pedro Alves  <palves@redhat.com>
9445
9446         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
9447         zuinteger instead of uinteger.
9448
9449 2013-03-26  Pedro Alves  <palves@redhat.com>
9450
9451         * record.c (record_insn_history_size_setshow_var)
9452         (record_call_history_size_setshow_var): New globals.
9453         (command_size_to_target_size): New function.
9454         (cmd_record_insn_history, cmd_record_call_history): Use
9455         command_size_to_target_size instead of cast.
9456         (validate_history_size, set_record_insn_history_size)
9457         (set_record_call_history_size): New functions.
9458         (_initialize_record): Install set_record_insn_history_size and
9459         set_record_call_history_size as "set" hooks of "set record
9460         instruction-history-size" and "set record
9461         function-call-history-size".
9462
9463 2013-03-26  Pedro Alves  <palves@redhat.com>
9464
9465         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
9466         use with history_max_entries use.  Remove FIXME note.
9467
9468 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
9469
9470         * record-btrace.c (record_btrace_close): Call
9471         record_btrace_auto_disable.
9472
9473 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
9474
9475         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
9476
9477 2013-03-25  Doug Evans  <dje@google.com>
9478
9479         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
9480
9481 2013-03-25  Tom Tromey  <tromey@redhat.com>
9482
9483         PR symtab/11462:
9484         * c-exp.y (exp): Add new productions for destructors after '.' and
9485         '->'.
9486         (write_destructor_name): New function.
9487
9488 2013-03-25  Tom Tromey  <tromey@redhat.com>
9489
9490         PR c++/9197:
9491         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
9492         value_struct_elt, not lookup_struct_elt_type.
9493         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
9494         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
9495         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
9496
9497 2013-03-25  Yao Qi  <yao@codesourcery.com>
9498
9499         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
9500         instead of '_mkdir'.
9501
9502 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
9503
9504         * windows-nat.c (windows_get_absolute_argv0): New function.
9505         * windows-nat.h: Add its prototype.
9506
9507         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
9508         Use IS_DIR_SEPARATOR instead of looking for a character inside
9509         SLASH_STRING.  Include filenames.h.
9510         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
9511         relocate_gdb_directory works when passed gdb_program_name.
9512         Include windows-nat.h.
9513
9514 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9515
9516         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
9517         * remote.c (trace_error): Remove the special handling of '2'.
9518         (readchar) <SERIAL_EOF>
9519         (readchar) <SERIAL_ERROR>
9520         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
9521         (remote_get_trace_status): Call throw_exception if EX is
9522         TARGET_CLOSE_ERROR.
9523         * utils.c (perror_with_name): Rename to ...
9524         (throw_perror_with_name): ... here.  New parameter errcode, describe it
9525         in the function comment.
9526         (perror_with_name): New function wrapper.
9527         * utils.h (enum errors): New stub declaration.
9528         (throw_perror_with_name): New declaration.
9529
9530 2013-03-22  Pedro Alves  <palves@redhat.com>
9531             Yao Qi  <yao@codesourcery.com>
9532             Mark Kettenis  <kettenis@gnu.org>
9533
9534         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
9535         Don't let the user set the value to UINT_MAX directly.
9536         <var_integer>: Don't let the user set the value to INT_MAX
9537         directly.
9538
9539 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9540
9541         * remote.c (remote_unpush_target): New function.
9542         (remote_open_1): Remove two pop_target calls, update one comment, add
9543         comment to target_preopen call.  Replace pop_target call by
9544         remote_unpush_target call.
9545         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
9546         pop_target calls by remote_unpush_target calls.
9547
9548 2013-03-22  Pedro Alves  <palves@redhat.com>
9549
9550         * linux-nat.c (linux_child_follow_fork): Don't call
9551         linux_enable_event_reporting.
9552         (linux_handle_extended_wait): Don't call
9553         linux_enable_event_reporting.
9554
9555 2013-03-22  Pedro Alves  <palves@redhat.com>
9556
9557         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
9558         use it to rewrite the trampoline buffers with type gdb_byte[], and
9559         undefine the macro.  Remove char* cast.
9560
9561 2013-03-21  Doug Evans  <dje@google.com>
9562
9563         New commands "mt set per-command {space,time,symtab} {on,off}".
9564         * NEWS: Add entry.
9565         * event-top.c: #include "maint.h".
9566         * main.c: #include "maint.h".
9567         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
9568         timeval-utils.h, maint.h, cli/cli-setshow.h.
9569         (per_command_time, per_command_space): New static globals.
9570         (per_command_symtab): New static global.
9571         (per_command_setlist, per_command_showlist): New static globals.
9572         (struct cmd_stats): Move here from utils.c.
9573         (set_per_command_time): Renamed from set_display_time in utils.c
9574         and moved here.  All callers updated.
9575         (set_per_command_space): Renamed from set_display_space in utils.c
9576         and moved here.  All callers updated.
9577         (count_symtabs_and_blocks): New function.
9578         (report_command_stats): Moved here from utils.c.  Add support for
9579         printing symtab stats.  Only print data if enabled before command
9580         executed.
9581         (make_command_stats_cleanup): Ditto.
9582         (sert_per_command_cmd, show_per_command_cmd): New functions.
9583         (_initialize_maint_cmds): Add new commands
9584         mt set per-command {space,time,symtab} {on,off}.
9585         * maint.h: New file.
9586         * top.c: #include "maint.h".
9587         * utils.c (reset_prompt_for_continue_wait_time): New function.
9588         (get_prompt_for_continue_wait_time): New function.
9589         * utils.h (reset_prompt_for_continue_wait_time): Declare
9590         (get_prompt_for_continue_wait_time): Declare.
9591         (make_command_stats_cleanup): Moved to maint.h.
9592         (set_display_time, set_display_space): Moved to maint.h and renamed
9593         to set_per_command_time, set_per_command_space.
9594         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
9595         parse_binary_operation and made non-static.  Don't call error,
9596         just return an error marker.  All callers updated.
9597         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
9598
9599 2013-03-21  Tom Tromey  <tromey@redhat.com>
9600
9601         * symfile.c (alloc_section_addr_info): Update header.  Don't set
9602         'num_sections' field.
9603         (build_section_addr_info_from_section_table): Set 'num_sections'.
9604         (build_section_addr_info_from_bfd): Likewise.
9605         (build_section_addr_info_from_objfile): Remove dead loop
9606         condition.
9607         (free_section_addr_info): Unconditionally call xfree.
9608         (relative_addr_info_to_section_offsets, addrs_section_sort)
9609         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
9610         condition.
9611         (syms_from_objfile_1): Remove dead 'if' condition.  Check
9612         'num_sections'.
9613         (add_symbol_file_command): Set 'num_sections'.
9614         * symfile-mem.c (symbol_file_add_from_memory): Set
9615         'num_sections'.
9616         * somread.c (som_symfile_offsets): Remove dead loop condition.
9617         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
9618         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
9619
9620 2013-03-21  Tom Tromey  <tromey@redhat.com>
9621
9622         * tracepoint.h (decode_agent_options): Add 'trace_string'
9623         argument.
9624         * tracepoint.c (decode_agent_options): Add 'trace_string'
9625         argument.
9626         (validate_actionline): Update.
9627         (collect_symbol): Add 'trace_string' argument.
9628         (struct add_local_symbols_data) <trace_string>: New field.
9629         (do_collect_symbol): Update.
9630         (add_local_symbols): Add 'trace_string' argument.
9631         (encode_actions_1): Update.
9632         (trace_dump_actions): Update.
9633         * dwarf2loc.c (access_memory): Update.
9634         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
9635         * ax-general.c (new_agent_expr): Update.
9636         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
9637         (gen_trace_for_return_address): Add argument.
9638         (trace_kludge, trace_string_kludge): Remove.
9639         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
9640         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
9641         (gen_trace_for_var): Add 'trace_string' argument.
9642         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
9643         (gen_printf, agent_eval_command_one): Update.
9644
9645 2013-03-21  Tom Tromey  <tromey@redhat.com>
9646
9647         PR exp/15109:
9648         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
9649         Handle FILENAME token.
9650
9651 2013-03-21  Tom Tromey  <tromey@redhat.com>
9652
9653         * c-exp.y (YYPRINT): Define.
9654         (c_print_token): New function.
9655
9656 2013-03-21  Tom Tromey  <tromey@redhat.com>
9657
9658         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
9659
9660 2013-03-21  Yao Qi  <yao@codesourcery.com>
9661
9662         * ctf.c: Include "gdb_stat.h".
9663         [USE_WIN32API]: New macro 'mkdir'.
9664         (ctf_start): Use permission bits macros if they are defined.
9665
9666 2013-03-20  Keith Seitz  <keiths@redhat.com>
9667
9668         * breakpoint.h (struct breakpoint): Add comment to
9669         extra_string indicating that this member is mallod'd.
9670         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
9671
9672 2013-03-20  Pedro Alves  <palves@redhat.com>
9673
9674         PR gdb/15289
9675
9676         * cli/cli-setshow.c (do_set_command)
9677         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
9678         the result of parsing the command argument.  Throw error if the
9679         value is greater than UINT_MAX.  Print the invalid value with
9680         plongest.
9681         <var_integer, var_zinteger>: Use LONGEST for variable holding the
9682         result of parsing the command argument.  Throw error if the value
9683         is greater than INT_MAX, not greater or equal.  Also throw error
9684         if the value is less than INT_MIN.  Print the invalid value with
9685         plongest.
9686         <var_zuinteger_unlimited>: Throw error if the value is greater
9687         than INT_MAX, not greater or equal.
9688         (do_show_command) <var_integer, var_zinteger,
9689         var_zuinteger_unlimited>: Use %d for printing int, not %u.
9690
9691 2013-03-20  Tom Tromey  <tromey@redhat.com>
9692
9693         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
9694         if possible.
9695         * dwarf2read.c (read_func_scope): Remove old FIXME.
9696         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
9697         not LOC_COMPUTED.
9698         * findvar.c (symbol_read_needs_frame, default_read_var_value):
9699         Unconditionally call via computed ops, if possible.
9700         * printcmd.c (address_info): Unconditionally call via computed ops,
9701         if possible.
9702         * stack.c (read_frame_arg): Unconditionally call via computed ops,
9703         if possible.
9704         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
9705         * tracepoint.c (scope_info): Unconditionally call via computed ops,
9706         if possible.
9707
9708 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9709             Tom Tromey  <tromey@redhat.com>
9710
9711         PR symtab/8421:
9712         * coffread.c (coff_register_index): New global.
9713         (process_coff_symbol, coff_read_enum_type): Set
9714         SYMBOL_ACLASS_INDEX.
9715         (_initialize_coffread): Initialize new global.
9716         * dwarf2loc.c (locexpr_find_frame_base_location)
9717         (dwarf2_block_frame_base_locexpr_funcs)
9718         (loclist_find_frame_base_location)
9719         (dwarf2_block_frame_base_loclist_funcs): New.
9720         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
9721         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
9722         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
9723         (dwarf2_block_frame_base_loclist_funcs): New.
9724         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
9725         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
9726         globals.
9727         (read_func_scope): Update.
9728         (fixup_go_packaging, mark_common_block_symbol_computed)
9729         (var_decode_location, new_symbol_full, dwarf2_const_value):
9730         Set SYMBOL_ACLASS_INDEX.
9731         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
9732         (_initialize_dwarf2_read): Initialize new globals.
9733         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
9734         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
9735         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
9736         globals.
9737         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
9738         (_initialize_mdebugread): Initialize new globals.
9739         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
9740         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
9741         (stab_register_index, stab_regparm_index): New globals.
9742         (define_symbol, read_enum_type, common_block_end): Set
9743         SYMBOL_ACLASS_INDEX.
9744         (_initialize_stabsread): Initialize new globals.
9745         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
9746         globals.
9747         (MAX_SYMBOL_IMPLS): New define.
9748         (register_symbol_computed_impl, register_symbol_block_impl)
9749         (register_symbol_register_impl)
9750         (initialize_ordinary_address_classes): New functions.
9751         (_initialize_symtab): Call initialize_ordinary_address_classes.
9752         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
9753         (struct symbol_impl): New.
9754         (SYMBOL_ACLASS_BITS): New define.
9755         (struct symbol) <aclass, ops>: Remove fields.
9756         <aclass_index>: New field.
9757         (symbol_impls): Declare.
9758         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
9759         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
9760         (register_symbol_computed_impl, register_symbol_block_impl)
9761         (register_symbol_register_impl): Declare.
9762         (struct symbol_computed_ops): Add location_has_loclist.
9763         (struct symbol_block_ops): New.
9764         (SYMBOL_BLOCK_OPS): New.
9765         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
9766
9767 2013-03-20  Tom Tromey  <tromey@redhat.com>
9768
9769         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
9770         (print_partial_symbols, recursively_search_psymtabs): Use
9771         PSYMBOL_CLASS.
9772
9773 2013-03-20  Pierre Muller  <muller@sourceware.org>
9774
9775         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
9776         addtion, subtraction, multiplication and division binary operator.
9777
9778 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9779
9780         Code cleanup.
9781         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
9782         * bsd-kvm.c (bsd_kvm_close): Likewise.
9783         * bsd-uthread.c (bsd_uthread_close): Likewise.
9784         * corelow.c (core_close): Likewise.
9785         (core_close_cleanup): Remove parameter quitting from a caller.
9786         * event-top.c (async_disconnect): Likewise.
9787         * exec.c (exec_close_1): Remove parameter quitting.
9788         * go32-nat.c (go32_close): Likewise.
9789         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
9790         parameter quitting from a caller.
9791         * mips-linux-nat.c (super_close): Remove parameter quitting from the
9792         variable.
9793         (mips_linux_close): Remove parameter quitting.  Remove parameter
9794         quitting from a caller.
9795         * monitor.c (monitor_close): Remove parameter quitting.
9796         * monitor.h (monitor_close): Likewise.
9797         * record-btrace.c (record_btrace_close): Likewise.
9798         * record-full.c (record_full_close): Likewise.
9799         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
9800         it also from fprintf_unfiltered.
9801         * remote-mips.c (mips_close): Remove parameter quitting.
9802         (mips_detach): Remove parameter quitting from a caller.
9803         * remote-sim.c (gdbsim_close): Remove parameter quitting.
9804         (gdbsim_close): Remove duplicate function comment.  Remove parameter
9805         quitting and remove it also from printf_filtered.
9806         * remote.c (remote_close): Remove parameter quitting.
9807         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
9808         * target.c (update_current_target): Remove parameter int from to_close
9809         de_fault.
9810         (push_target, unpush_target, pop_target): Remove parameter quitting from
9811         a caller.
9812         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
9813         Remove parameter quitting from a caller.
9814         (target_preopen): Remove parameter quitting from a caller.
9815         (target_close): Remove parameter quitting.  Remove parameter quitting
9816         from a caller two times.  Remove parameter quitting also from
9817         fprintf_unfiltered.
9818         * target.h (struct target_ops): Remove parameter quitting and as int
9819         from fields to_xclose and to_close.
9820         (extern struct target_ops current_target):
9821         (target_close, pop_all_targets): Remove parameter quitting.  Update the
9822         comment.
9823         (pop_all_targets_above): Remove parameter quitting.
9824         * top.c (quit_target): Remove parameter quitting from a caller.
9825         * tracepoint.c (tfile_close): Remove parameter quitting.
9826         * windows-nat.c (windows_close): Remove parameter quitting.
9827
9828 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
9829
9830         * windows-nat.c (handle_output_debug_string): Replace call
9831         to string_to_core_addr with call to strtoull.
9832
9833 2013-03-20  Yao Qi  <yao@codesourcery.com>
9834
9835         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
9836         and write it to CTF metadata.
9837
9838 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
9839
9840         * windows-nat.c (handle_output_debug_string): Change type of n to
9841         SIZE_T to avoid crash on 64 bit systems.
9842
9843 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
9844
9845         * python/python-internal.h (HAVE_SNPRINTF)
9846         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
9847         about redefinition of snprintf by pyerrors.h.
9848
9849 2013-03-15  Steve Ellcey  <sellcey@mips.com>
9850
9851         * remote-sim.c (sim_command_completer): Make char arguments const.
9852
9853 2013-03-15  Tom Tromey  <tromey@redhat.com>
9854
9855         PR c++/15116:
9856         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
9857
9858 2013-03-14  Tom Tromey  <tromey@redhat.com>
9859
9860         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
9861         New fields.
9862         (get_file_crc): Move from symfile.c.
9863         (gdb_bfd_crc): New function.
9864         * gdb_bfd.h (gdb_bfd_crc): Declare.
9865         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
9866         * symfile.c (get_file_crc): Move to gdb_bfd.c.
9867         (separate_debug_file_exists): Use gdb_bfd_crc.
9868
9869 2013-03-14  Tom Tromey  <tromey@redhat.com>
9870
9871         * symfile.c (get_debug_link_info): Remove.
9872         (find_separate_debug_file_by_debuglink): Use
9873         bfd_get_debug_link_info.
9874
9875 2013-03-14  Tom Tromey  <tromey@redhat.com>
9876
9877         * symtab.c (error_in_psymtab_expansion): New function.
9878         (lookup_symbol_aux_quick)
9879         (basic_lookup_transparent_type_quick): Remove "last resort"
9880         code.  Use error_in_psymtab_expansion.
9881
9882 2013-03-14  Doug Evans  <dje@google.com>
9883             Jan Kratochvil  <jan.kratochvil@redhat.com>
9884
9885         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
9886         any successful compare_filenames_for_search or FILENAME_CMP.
9887         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9888         * symtab.c (iterate_over_some_symtabs): Likewise.
9889
9890 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9891
9892         * source.c (print_source_lines_base): Make a local copy of
9893         symtab_to_fullname.
9894
9895 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
9896             Jan Kratochvil  <jan.kratochvil@redhat.com>
9897
9898         * source.c (print_source_lines_base): Suppress "file" for TUI.
9899
9900 2013-03-14  Keith Seitz  <keiths@redhat.com>
9901             Alan Matsuoka  <alanm@redhat.com>
9902
9903         PR c++/15203
9904         PR c++/15210
9905         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
9906         TYPE_CODE_METHOD.
9907         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
9908         symbols.
9909
9910 2013-03-14  Yao Qi  <yao@codesourcery.com>
9911
9912         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
9913         status to tfile if trace is stopped by command 'tstop'.
9914
9915 2013-03-14  Yao Qi  <yao@codesourcery.com>
9916
9917         * tracepoint.c (tfile_write_status): Write trace notes and user
9918         name into tfile if they are not NULL.
9919
9920 2013-03-14  Hui Zhu  <hui@codesourcery.com>
9921             Yao Qi  <yao@codesourcery.com>
9922
9923         * Makefile.in (REMOTE_OBS): Add ctf.o.
9924         (SFILES): Add ctf.c.
9925         (HFILES_NO_SRCDIR): Add ctf.h.
9926         * ctf.c, ctf.h: New files.
9927         * tracepoint.c: Include 'ctf.h'.
9928         (collect_pseudocommand): Remove static.
9929         (trace_save_command): Parse option "-ctf".
9930         Produce different trace file writers per option.
9931         Adjust output message.
9932         (trace_save_tfile, trace_save_ctf): New.
9933         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
9934         * mi/mi-main.c: Include 'ctf.h'.
9935         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
9936         trace_save_tfile or trace_save_ctf.
9937         * NEWS: Mention these changes.
9938
9939 2013-03-14  Yao Qi  <yao@codesourcery.com>
9940
9941         * tracepoint.c (trace_file_writer_xfree): New.
9942         (struct tfile_writer_data): New.
9943         (tfile_dtor, tfile_can_target_save, tfile_start): New.
9944         (tfile_write_header, tfile_write_regblock_type): New.
9945         (tfile_write_status, tfile_write_uploaded_tsv): New.
9946         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
9947         (tfile_write_raw_data, (tfile_end): New.
9948         (tfile_write_ops): New global variable.
9949         (TRACE_WRITE_R_BLOCK): New macro.
9950         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
9951         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
9952         (TRACE_WRITE_V_BLOCK): New macro.
9953         (trace_save): Add extra one parameter WRITER.  Make it static.
9954         Use WRITER to writer trace.
9955         (tfile_trace_file_writer_new): New.
9956         (trace_save_command): Caller update.
9957         (trace_save_tfile): Write trace data in TFILE format.
9958         * tracepoint.h (struct trace_frame_write_ops): New.
9959         (struct trace_file_write_ops): New.
9960         (struct trace_file_writer): New.
9961         (trace_save): Remove its declaration.
9962         (trace_save_tfile): Declare it.
9963         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
9964         instead of trace_save.
9965
9966 2013-03-13  Pedro Alves  <palves@redhat.com>
9967
9968         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
9969
9970 2013-03-13  Pedro Alves  <palves@redhat.com>
9971
9972         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
9973         commented out code.
9974         * demangle.c (current_demangling_style_string): Make it const.
9975         (set_demangling_command): Assert the demangling style is known.
9976         Remove all handling of unknown styles.  Set
9977         'current_demangling_style_string' to an element of the
9978         demangling_style_names array.
9979         (set_demangling_style): Delete.
9980         (_initialize_demangler): Set current_demangling_style_string to the
9981         element of the demangling_style_names array that corresponds to
9982         the default demangling style.  Remove FIXME note.  Don't call
9983         set_demangling_style.
9984         * gdb-demangle.h (set_demangling_style): Remove declaration.
9985
9986 2013-03-13  Pedro Alves  <palves@redhat.com>
9987
9988         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
9989         fields const.
9990         (ada_make_symbol_completion_list): Make "text0" parameter const.
9991         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
9992         * breakpoint.c (condition_completer): Make "text" and "word"
9993         parameters const.  Adjust.
9994         (check_tracepoint_command): Adjust to validate_actionline
9995         prototype change.
9996         (catch_syscall_completer): Make "text" and "word" parameters
9997         const.
9998         * cli/cli-cmds.c (show_user): Make "comname" local const.
9999         (valid_command_p): Make "command" parameter const.
10000         (alias_command): Make "alias_prefix" and "command_prefix" locals
10001         const.
10002         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
10003         (add_alias_cmd): Make "name" and "oldname" parameters const.
10004         Adjust.  No longer make copy of OLDNAME.
10005         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
10006         (add_setshow_cmd_full, add_setshow_enum_cmd)
10007         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10008         (add_setshow_filename_cmd, add_setshow_string_cmd)
10009         (add_setshow_string_noescape_cmd)
10010         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10011         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10012         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
10013         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
10014         Make "name" parameter const.
10015         (help_cmd): Rename "command" parameter to "arg".  New const local
10016         "command".
10017         (find_cmd): Make "command" parameter const.
10018         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
10019         deprecated_cmd_warning prototype change.
10020         (undef_cmd_error): Make "cmdtype" parameter const.
10021         (lookup_cmd): Make "line" parameter const.
10022         (deprecated_cmd_warning): Change type of "text" parameter to
10023         pointer to const char, from pointer to pointer to char.  Adjust.
10024         (lookup_cmd_composition): Make "text" parameter const.
10025         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
10026         parameters const.
10027         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
10028         const.
10029         * cli/cli-script.c (validate_comname): Make "tem" local const.
10030         (define_command): New const local "tem_c".  Use it in calls to
10031         lookup_cmd.
10032         (document_command): Make "tem" and "comfull" locals const.
10033         (show_user_1): Make "prefix" and "name" parameters const.
10034         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
10035         const.
10036         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
10037         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
10038         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
10039         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
10040         (complete_on_enum, add_setshow_enum_cmd)
10041         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
10042         (add_setshow_filename_cmd, add_setshow_string_cmd)
10043         (add_setshow_string_noescape_cmd)
10044         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
10045         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
10046         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
10047         Change prototypes, constifying strings.
10048         * completer.c (noop_completer, filename_completer): Make "text"
10049         and "prefix" parameters const.
10050         (location_completer, expression_completer)
10051         (complete_line_internal): Make "text" and "prefix" parameters
10052         const and adjust.
10053         (command_completer, signal_completer): Make "text" and "prefix"
10054         parameters const.
10055         * completer.h (noop_completer, filename_completer)
10056         (expression_completer, location_completer, command_completer)
10057         (signal_completer): Change prototypes.
10058         * corefile.c (complete_set_gnutarget): Make "text" and "word"
10059         parameters const.
10060         * cp-abi.c (cp_abi_completer): Likewise.
10061         * expression.h (parse_expression_for_completion): Change
10062         prototype.
10063         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
10064         parameters const.
10065         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
10066         * infrun.c (handle_completer): Make "text" and "word" parameters
10067         const.
10068         * interps.c (interpreter_completer): Make "text" and "word"
10069         parameters const.
10070         * language.h (struct language_defn)
10071         <la_make_symbol_completion_list>: Make "text" and "word"
10072         parameters const.
10073         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
10074         (parse_exp_in_context): Rename to ...
10075         (parse_exp_in_context_1): ... this.
10076         (parse_exp_in_context): Reimplement, with const hack from
10077         parse_exp_1.
10078         (parse_expression_for_completion): Make "string" parameter const.
10079         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
10080         to pointer to const char.  Adjust.
10081         (print_command_1): Make "exp" parameter const.
10082         (output_command): Rename to ...
10083         (output_command_const): ... this.  Make "exp" parameter const.
10084         (output_command): Reimplement.
10085         (x_command): Adjust.
10086         (display_command): Rename "exp" parameter to "arg".  New "exp"
10087         local, const version of "arg".
10088         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
10089         "cmd_name" local const.
10090         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
10091         call.
10092         (cmdpy_completer): Make "text" and "word" parameters const.
10093         (gdbpy_parse_command_name): Make "prefix_text2" local const.
10094         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
10095         const.
10096         * remote.c (_initialize_remote): Make "cmd_name" local const.
10097         * symtab.c (language_search_unquoted_string): Make "text" and "p"
10098         parameters const.  Adjust.
10099         (completion_list_add_fields): Make "sym_text", "text" and "word"
10100         parameters const.
10101         (struct add_name_data) <sym_text, text, word>: Make fields const.
10102         (default_make_symbol_completion_list_break_on): Make "text" and
10103         "word" parameters const.  Adjust locals.
10104         (default_make_symbol_completion_list)
10105         (make_symbol_completion_list, make_symbol_completion_type)
10106         (make_symbol_completion_list_fn): Make "text" and "word"
10107         parameters const.
10108         (make_file_symbol_completion_list): Make "text", "word" and
10109         "srcfile" parameters const.  Adjust locals.
10110         (add_filename_to_list): Make "text" and "word" parameters const.
10111         (struct add_partial_filename_data) <text, word>: Make fields
10112         const.
10113         (make_source_files_completion_list): Make "text" and "word"
10114         parameters const.
10115         * symtab.h (default_make_symbol_completion_list_break_on)
10116         (default_make_symbol_completion_list, make_symbol_completion_list)
10117         (make_symbol_completion_type enum type_code)
10118         (make_symbol_completion_list_fn make_file_symbol_completion_list)
10119         (make_source_files_completion_list): Change prototype.
10120         * top.c (execute_command): Adjust to pass pointer to pointer to
10121         const char to lookup_cmd, and to deprecated_cmd_warning prototype
10122         change.
10123         (set_verbose): Make "cmdname" local const.
10124         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
10125         and adjust.
10126         (validate_actionline): Make "line" parameter a pointer to const
10127         char, and adjust.
10128         (encode_actions_1): Make "action_exp" local const, and adjust.
10129         (encode_actions): Adjust.
10130         (replace_comma): Delete.
10131         (trace_dump_actions): Make "action_exp" and "next_comma" locals
10132         const, and adjust.  Don't frob the action string while splitting
10133         it at commas.  Instead, make a copy of each split substring in
10134         turn.
10135         (trace_dump_command): Adjust to validate_actionline prototype
10136         change.
10137         * tracepoint.h (decode_agent_options, decode_agent_options)
10138         (encode_actions, validate_actionline): Change prototypes.
10139         * valprint.h (output_command): Delete declaration.
10140         (output_command_const): Declare.
10141         * value.c (function_destroyer): Cast const away in xfree call.
10142
10143 2013-03-13  Pedro Alves  <palves@redhat.com>
10144
10145         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
10146         rather than casting 'const char * const *' to 'const char **'.
10147         * ada-lex.l (processInt): Make "trailer" local const.  Remove
10148         'const char **' cast.
10149         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
10150         locals, and use those as strtol output pointer, instead than doing
10151         invalid casts to from 'const char **' to 'char **'.
10152         (_initialize_demangle): Remove cast.
10153         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
10154         locals, and use those as strtol output pointer, instead than doing
10155         invalid casts to from 'const char **' to 'char **'.
10156         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
10157         casts.
10158         * stap-probe.c (stap_parse_register_operand)
10159         (stap_parse_single_operand): Likewise.
10160
10161 2013-03-13  Yao Qi  <yao@codesourcery.com>
10162
10163         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
10164         the last matched 'V' blcok in trace frame.
10165
10166 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
10167
10168         * NEWS: Create a new section for the next release branch.
10169         Rename the section of the current branch, now that it has
10170         been cut.
10171
10172 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
10173
10174         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
10175         * version.in: Bump version to 7.6.50.20130312-cvs.
10176
10177 2013-03-12  Keith Seitz  <keiths@redhat.com>
10178
10179         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
10180         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
10181         Remove temporary copy of input string.
10182         (mi_execute_command_wrapper): Make "cmd" const.
10183         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
10184         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
10185         Use const strings.
10186         (mi_parse): Make "cmd" const.
10187         Use const strings.
10188         * mi/mi-parse.h (mi_parse): Make "cmd" const.
10189
10190 2013-03-12  Keith Seitz  <keiths@redhat.com>
10191
10192         * ada-lang.c (ada_read_renaming_var_value): Pass const
10193         pointer to expression string to parse_exp_1.
10194         (create_excep_cond_exprs): Likewise.
10195         * ax-gdb.c (agent_eval_command_one): Likewise.
10196         (maint_agent_printf_command): Likewise.
10197         Constify much of the string handling/parsing.
10198         * breakpoint.c (set_breakpoint_condition): Pass const
10199         pointer to expression string to parse_exp_1.
10200         (update_watchpoint): Likewise.
10201         (parse_cmd_to_aexpr): Constify string handling.
10202         Pass const pointer to parse_exp_1.
10203         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
10204         (find_condition_and_thread): Likewise.
10205         Make TOK const.
10206         (watch_command_1): Make "arg" const.
10207         Constify string handling.
10208         Copy the expression string instead of changing the input
10209         string.
10210         (update_breakpoint_location): Pass const pointer to
10211         parse_exp_1.
10212         * eval.c (parse_and_eval_address): Make "exp" const.
10213         (parse_to_comma_and_eval): Make "expp" const.
10214         (parse_and_eval): Make "exp" const.
10215         * expression.h (parse_expression): Make argument const.
10216         (parse_exp_1): Make first argument const.
10217         * findcmd.c (parse_find_args): Treat "args" as const.
10218         * linespec.c (parse_linespec): Pass const pointer to
10219         linespec_expression_to_pc.
10220         (linespec_expression_to_pc): Make "exp_ptr" const.
10221         * parse.c (parse_exp_1): Make "stringptr" const.
10222         Make a copy of the expression to pass to parse_exp_in_context until
10223         this whole interface can be constified.
10224         (parse_expression): Make "string" const.
10225         * printcmd.c (ui_printf): Treat "arg" as const.
10226         Handle const strings.
10227         * tracepoint.c (validate_actionline): Pass const pointer to
10228         all calls to parse_exp_1.
10229         (encode_actions_1): Likewise.
10230         * value.h (parse_to_comma_and_eval): Make argument const.
10231         (parse_and_eval_address): Likewise.
10232         (parse_and_eval): Likewise.
10233         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
10234         (varobj_set_value): Likewise.
10235         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
10236         constify string handling.
10237         Pass const pointers to parse_and_eval_address and
10238         parse_to_comman_and_eval.
10239         * cli/cli-utils.c (skip_to_space): Rename to ...
10240         (skip_to_space_const): ... this. Handle const strings.
10241         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
10242         skip_to_space_const.
10243         (skip_to_space_const): Declare.
10244         * common/format.c (parse_format_string): Make "arg" const.
10245         Handle const strings.
10246         * common/format.h (parse_format_string): Make "arg" const.
10247         * gdbserver/ax.c (ax_printf): Make "format" const.
10248         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
10249         of the expression string.
10250
10251 2013-03-12  Hui Zhu  <hui@codesourcery.com>
10252
10253         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
10254
10255 2013-03-12  Yao Qi  <yao@codesourcery.com>
10256             Hui Zhu  <hui@codesourcery.com>
10257
10258         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
10259         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
10260         DW_OP_deref_size.
10261
10262 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
10263
10264         * ada-lex.l (rules): Only recognize 'thread' as a
10265         delimiter when followed by numerals, as for c-exp.y.
10266         Use new rewind_to_char function to rewind the input for
10267         expression-delimiting tokens.
10268         (rewind_to_char): New function.
10269
10270 2013-03-11  Pedro Alves  <palves@redhat.com>
10271             Jan Kratochvil  <jan.kratochvil@redhat.com>
10272
10273         * configure: Regenerate.
10274         * configure.ac (check dynamic export flag): Link python test with
10275         $PYTHON_LIBS.
10276
10277 2013-03-11  Doug Evans  <dje@google.com>
10278             Keith Seitz  <keiths@redhat.com>
10279
10280         * linespec.c (find_linespec_symbols): Call find_function_symbols
10281         first, and then call lookup_prefix_sym/find_method.
10282
10283 2013-03-11  Pedro Alves  <palves@redhat.com>
10284
10285         * charset.c (convert_between_encodings): Don't cast between
10286         different pointer to pointer types.  Instead, make the 'inp' local
10287         be of the type iconv expects.
10288         (wchar_iterate): Don't cast between different pointer to pointer
10289         types.  Instead, use new pointer local of the type iconv expects.
10290         * target.c (target_read_stralloc, target_fileio_read_stralloc):
10291         Add new local of type char pointer, and use it to get a
10292         char/string view of the byte buffer, instead of casting between
10293         pointer to pointer types.
10294
10295 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
10296
10297         * remote.c (remote_set_trace_buffer_size): Move != operator
10298         to the start of next line to fix an ARI warning.
10299
10300 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10301
10302         * NEWS: Add record changes.
10303
10304 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10305
10306         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
10307         the instruction history disassembly.
10308         * disasm.c (dump_insns): Omit the pc prefix, if requested.
10309         * disasm.h (DISASSEMBLY_OMIT_PC): New.
10310
10311 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10312
10313         * Makefile.in (SFILES): Add record-btrace.c
10314         (COMMON_OBS): Add record-btrace.o
10315         * record-btrace.c: New.
10316         * objfiles.c: Include btrace.h.
10317         (free_objfile): call btrace_free_objfile.
10318
10319 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10320
10321         * target.c (target_call_history, target_call_history_from,
10322         target_call_history_range): New.
10323         * target.h (target_ops) <to_call_history, to_call_history_from,
10324         to_call_history_range>: New fields.
10325         (target_call_history, target_call_history_from,
10326         target_call_history_range): New declaration.
10327         * record.c (get_call_history_modifiers, cmd_record_call_history,
10328         record_call_history_size): New.
10329         (_initialize_record): Add the "record function-call-history" command.
10330         Add "set/show record function-call-history-size" commands.
10331         * record.h (record_print_flag): New.
10332
10333 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10334
10335         * target.h (target_ops) <to_insn_history, to_insn_history_from,
10336         to_insn_history_range>: New fields.
10337         (target_insn_history): New.
10338         (target_insn_history_from): New.
10339         (target_insn_history_range): New.
10340         * target.c (target_insn_history): New.
10341         (target_insn_history_from): New.
10342         (target_insn_history_range): New.
10343         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
10344         (record_insn_history_size): New.
10345         (get_insn_number): New.
10346         (get_context_size): New.
10347         (no_chunk): New.
10348         (get_insn_history_modifiers): New.
10349         (cmd_record_insn_history): New.
10350         (_initialize_record): Add "set/show record instruction-history-size"
10351         command. Add "record instruction-history" command.
10352
10353 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10354
10355         * record.h (record_disconnect): New.
10356         (record_detach): New.
10357         (record_mourn_inferior): New.
10358         (record_kill): New.
10359         * record-full.c (record_disconnect, record_detach,
10360         record_mourn_inferior, record_kill): Move to...
10361         * record.c: ...here.
10362         (DEBUG): New.
10363         (record_stop): New.
10364         (record_unpush): New.
10365         (cmd_record_stop): Call record_stop. Replace unpush_target
10366         call with record_unpush call.
10367         (record_disconnect, record_detach): Assert that the target
10368         is of record stratum. Call record_unpush, record_stop, and
10369         DEBUG.
10370         (record_mourn_inferior, record_kill): Assert that the target
10371         is of record stratum. Call record_unpush and DEBUG.
10372
10373 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10374
10375         * record-full.h, record-full.c (record_memory_query): Rename
10376         to ...
10377         (record_full_memory_query): ...this. Update all users.
10378         (record_arch_list_add_reg): Rename to ...
10379         (record_full_arch_list_add_reg): ...this. Update all users.
10380         (record_arch_list_add_mem): Rename to ...
10381         (record_full_arch_list_add_mem): ...this. Update all users.
10382         (record_arch_list_add_end): Rename to ...
10383         (record_full_arch_list_add_end): ...this. Update all users.
10384         (record_gdb_operation_disable_set): Rename to ...
10385         (record_full_gdb_operation_disable_set): ...this.
10386         Update all users.
10387
10388 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10389
10390         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
10391         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
10392         (RECORD_IS_REPLAY): Renamed to ...
10393         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
10394         (RECORD_FILE_MAGIC): Renamed to ...
10395         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
10396         (record_mem_entry): Renamed to ...
10397         (record_full_mem_entry): ... this. Updated all users.
10398         (record_reg_entry): Renamed to ...
10399         (record_full_reg_entry): ... this. Updated all users.
10400         (record_end_entry): Renamed to ...
10401         (record_full_end_entry): ... this. Updated all users.
10402         (record_type) <record_end, record_reg, record_mem>: Renamed
10403         to ...
10404         (record_full_type) <record_full_end, record_full_reg,
10405         record_full_mem>: ... this. Updated all users.
10406         (record_entry): Renamed to ...
10407         (record_full_entry): ... this. Updated all users.
10408         (record_core_buf_entry): Renamed to ...
10409         (record_full_core_buf_entry): ... this. Updated all users.
10410         (record_core_regbuf): Renamed to ...
10411         (record_full_core_regbuf): ... this. Updated all users.
10412         (record_core_start): Renamed to ...
10413         (record_full_core_start): ... this. Updated all users.
10414         (record_core_end): Renamed to ...
10415         (record_full_core_end): ... this. Updated all users.
10416         (record_core_buf_list): Renamed to ...
10417         (record_full_core_buf_list): ... this. Updated all users.
10418         (record_first): Renamed to ...
10419         (record_full_first): ... this. Updated all users.
10420         (record_list): Renamed to ...
10421         (record_full_list): ... this. Updated all users.
10422         (record_arch_list_head): Renamed to ...
10423         (record_full_arch_list_head): ... this. Updated all users.
10424         (record_arch_list_tail): Renamed to ...
10425         (record_full_arch_list_tail): ... this. Updated all users.
10426         (record_stop_at_limit): Renamed to ...
10427         (record_full_stop_at_limit): ... this. Updated all users.
10428         (record_insn_max_num): Renamed to ...
10429         (record_full_insn_max_num): ... this. Updated all users.
10430         (record_insn_num): Renamed to ...
10431         (record_full_insn_num): ... this. Updated all users.
10432         (record_insn_count): Renamed to ...
10433         (record_full_insn_count): ... this. Updated all users.
10434         (record_ops): Renamed to ...
10435         (record_full_ops): ... this. Updated all users.
10436         (record_core_ops): Renamed to ...
10437         (record_full_core_ops): ... this. Updated all users.
10438         (set_record_cmdlist): Renamed to ...
10439         (set_record_full_cmdlist): ... this. Updated all users.
10440         (show_record_cmdlist): Renamed to ...
10441         (show_record_full_cmdlist): ... this. Updated all users.
10442         (record_cmdlist): Renamed to ...
10443         (record_full_cmdlist): ... this. Updated all users.
10444         (record_beneath_to_resume_ops): Renamed to ...
10445         (record_full_beneath_to_resume_ops): ... this. Updated all users.
10446         (record_beneath_to_resume): Renamed to ...
10447         (record_full_beneath_to_resume): ... this. Updated all users.
10448         (record_beneath_to_wait_ops): Renamed to ...
10449         (record_full_beneath_to_wait_ops): ... this. Updated all users.
10450         (record_beneath_to_wait): Renamed to ...
10451         (record_full_beneath_to_wait): ... this. Updated all users.
10452         (record_beneath_to_store_registers_ops): Renamed to ...
10453         (record_full_beneath_to_store_registers_ops): ... this.
10454         Updated all users.
10455         (record_beneath_to_store_registers): Renamed to ...
10456         (record_full_beneath_to_store_registers): ... this.
10457         Updated all users.
10458         (record_beneath_to_xfer_partial_ops): Renamed to ...
10459         (record_full_beneath_to_xfer_partial_ops): ... this.
10460         Updated all users.
10461         (record_beneath_to_xfer_partial): Renamed to ...
10462         (record_full_beneath_to_xfer_partial): ... this.
10463         Updated all users.
10464         (record_beneath_to_insert_breakpoint): Renamed to ...
10465         (record_full_beneath_to_insert_breakpoint): ... this.
10466         Updated all users.
10467         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
10468         (record_full_beneath_to_stopped_by_watchpoint): ... this.
10469         Updated all users.
10470         (record_beneath_to_stopped_data_address): Renamed to ...
10471         (record_full_beneath_to_stopped_data_address): ... this.
10472         Updated all users.
10473         (record_beneath_to_async): Renamed to ...
10474         (record_full_beneath_to_async): ... this. Updated all users.
10475         (record_goto_insn): Renamed to ...
10476         (record_full_goto_insn): ... this. Updated all users.
10477         (record_save): Renamed to ...
10478         (record_full_save): ... this. Updated all users.
10479         (record_reg_alloc): Renamed to ...
10480         (record_full_reg_alloc): ... this. Updated all users.
10481         (record_reg_release): Renamed to ...
10482         (record_full_reg_release): ... this. Updated all users.
10483         (record_mem_alloc): Renamed to ...
10484         (record_full_mem_alloc): ... this. Updated all users.
10485         (record_mem_release): Renamed to ...
10486         (record_full_mem_release): ... this. Updated all users.
10487         (record_end_alloc): Renamed to ...
10488         (record_full_end_alloc): ... this. Updated all users.
10489         (record_end_release): Renamed to ...
10490         (record_full_end_release): ... this. Updated all users.
10491         (record_entry_release): Renamed to ...
10492         (record_full_entry_release): ... this. Updated all users.
10493         (record_list_release): Renamed to ...
10494         (record_full_list_release): ... this. Updated all users.
10495         (record_list_release_following): Renamed to ...
10496         (record_full_list_release_following): ... this.
10497         Updated all users.
10498         (record_list_release_first): Renamed to ...
10499         (record_full_list_release_first): ... this. Updated all users.
10500         (record_arch_list_add): Renamed to ...
10501         (record_full_arch_list_add): ... this. Updated all users.
10502         (record_get_loc): Renamed to ...
10503         (record_full_get_loc): ... this. Updated all users.
10504         (record_check_insn_num): Renamed to ...
10505         (record_full_check_insn_num): ... this. Updated all users.
10506         (record_arch_list_cleanups): Renamed to ...
10507         (record_full_arch_list_cleanups): ... this. Updated all users.
10508         (record_message): Renamed to ...
10509         (record_full_message): ... this. Updated all users.
10510         (record_message_wrapper): Renamed to ...
10511         (record_full_message_wrapper): ... this. Updated all users.
10512         (record_message_wrapper_safe): Renamed to ...
10513         (record_full_message_wrapper_safe): ... this. Updated all users.
10514         (record_gdb_operation_disable): Renamed to ...
10515         (record_full_gdb_operation_disable): ... this. Updated all users.
10516         (record_hw_watchpoint): Renamed to ...
10517         (record_full_hw_watchpoint): ... this. Updated all users.
10518         (record_exec_insn): Renamed to ...
10519         (record_full_exec_insn): ... this. Updated all users.
10520         (record_restore): Renamed to ...
10521         (record_full_restore): ... this. Updated all users.
10522         (record_async_inferior_event_token): Renamed to ...
10523         (record_full_async_inferior_event_token): ... this.
10524         Updated all users.
10525         (record_async_inferior_event_handler): Renamed to ...
10526         (record_full_async_inferior_event_handler): ... this.
10527         Updated all users.
10528         (record_core_open_1): Renamed to ...
10529         (record_full_core_open_1): ... this. Updated all users.
10530         (record_open_1): Renamed to ...
10531         (record_full_open_1): ... this. Updated all users.
10532         (record_open): Renamed to ...
10533         (record_full_open): ... this. Updated all users.
10534         (record_close): Renamed to ...
10535         (record_full_close): ... this. Updated all users.
10536         (record_resume_step): Renamed to ...
10537         (record_full_resume_step): ... this. Updated all users.
10538         (record_resumed): Renamed to ...
10539         (record_full_resumed): ... this. Updated all users.
10540         (record_execution_dir): Renamed to ...
10541         (record_full_execution_dir): ... this. Updated all users.
10542         (record_resume): Renamed to ...
10543         (record_full_resume): ... this. Updated all users.
10544         (record_get_sig): Renamed to ...
10545         (record_full_get_sig): ... this. Updated all users.
10546         (record_sig_handler): Renamed to ...
10547         (record_full_sig_handler): ... this. Updated all users.
10548         (record_wait_cleanups): Renamed to ...
10549         (record_full_wait_cleanups): ... this. Updated all users.
10550         (record_wait_1): Renamed to ...
10551         (record_full_wait_1): ... this. Updated all users.
10552         (record_wait): Renamed to ...
10553         (record_full_wait): ... this. Updated all users.
10554         (record_stopped_by_watchpoint): Renamed to ...
10555         (record_full_stopped_by_watchpoint): ... this. Updated all users.
10556         (record_disconnect): Renamed to ...
10557         (record_full_disconnect): ... this. Updated all users.
10558         (record_detach): Renamed to ...
10559         (record_full_detach): ... this. Updated all users.
10560         (record_mourn_inferior): Renamed to ...
10561         (record_full_mourn_inferior): ... this. Updated all users.
10562         (record_kill): Renamed to ...
10563         (record_full_kill): ... this. Updated all users.
10564         (record_stopped_data_address): Renamed to ...
10565         (record_full_stopped_data_address): ... this. Updated all users.
10566         (record_registers_change): Renamed to ...
10567         (record_full_registers_change): ... this. Updated all users.
10568         (record_store_registers): Renamed to ...
10569         (record_full_store_registers): ... this. Updated all users.
10570         (record_xfer_partial): Renamed to ...
10571         (record_full_xfer_partial): ... this. Updated all users.
10572         (record_breakpoint): Renamed to ...
10573         (record_full_breakpoint): ... this. Updated all users.
10574         (record_breakpoint_p): Renamed to ...
10575         (record_full_breakpoint_p): ... this. Updated all users.
10576         (record_breakpoints): Renamed to ...
10577         (record_full_breakpoints): ... this. Updated all users.
10578         (record_sync_record_breakpoints): Renamed to ...
10579         (record_full_sync_record_breakpoints): ... this.
10580         Updated all users.
10581         (record_init_record_breakpoints): Renamed to ...
10582         (record_full_init_record_breakpoints): ... this.
10583         Updated all users.
10584         (record_insert_breakpoint): Renamed to ...
10585         (record_full_insert_breakpoint): ... this. Updated all users.
10586         (record_remove_breakpoint): Renamed to ...
10587         (record_full_remove_breakpoint): ... this. Updated all users.
10588         (record_can_execute_reverse): Renamed to ...
10589         (record_full_can_execute_reverse): ... this. Updated all users.
10590         (record_get_bookmark): Renamed to ...
10591         (record_full_get_bookmark): ... this. Updated all users.
10592         (record_goto_bookmark): Renamed to ...
10593         (record_full_goto_bookmark): ... this. Updated all users.
10594         (record_async): Renamed to ...
10595         (record_full_async): ... this. Updated all users.
10596         (record_can_async_p): Renamed to ...
10597         (record_full_can_async_p): ... this. Updated all users.
10598         (record_is_async_p): Renamed to ...
10599         (record_full_is_async_p): ... this. Updated all users.
10600         (record_execution_direction): Renamed to ...
10601         (record_full_execution_direction): ... this. Updated all users.
10602         (record_info): Renamed to ...
10603         (record_full_info): ... this. Updated all users.
10604         (record_delete): Renamed to ...
10605         (record_full_delete): ... this. Updated all users.
10606         (record_is_replaying): Renamed to ...
10607         (record_full_is_replaying): ... this. Updated all users.
10608         (record_goto_entry): Renamed to ...
10609         (record_full_goto_entry): ... this. Updated all users.
10610         (record_goto_begin): Renamed to ...
10611         (record_full_goto_begin): ... this. Updated all users.
10612         (record_goto_end): Renamed to ...
10613         (record_full_goto_end): ... this. Updated all users.
10614         (record_goto): Renamed to ...
10615         (record_full_goto): ... this. Updated all users.
10616         (init_record_ops): Renamed to ...
10617         (init_record_full_ops): ... this. Updated all users.
10618         (record_core_resume): Renamed to ...
10619         (record_full_core_resume): ... this. Updated all users.
10620         (record_core_kill): Renamed to ...
10621         (record_full_core_kill): ... this. Updated all users.
10622         (record_core_fetch_registers): Renamed to ...
10623         (record_full_core_fetch_registers): ... this. Updated all users.
10624         (record_core_prepare_to_store): Renamed to ...
10625         (record_full_core_prepare_to_store): ... this. Updated all users.
10626         (record_core_store_registers): Renamed to ...
10627         (record_full_core_store_registers): ... this. Updated all users.
10628         (record_core_xfer_partial): Renamed to ...
10629         (record_full_core_xfer_partial): ... this. Updated all users.
10630         (record_core_insert_breakpoint): Renamed to ...
10631         (record_full_core_insert_breakpoint): ... this. Updated all users.
10632         (record_core_remove_breakpoint): Renamed to ...
10633         (record_full_core_remove_breakpoint): ... this. Updated all users.
10634         (record_core_has_execution): Renamed to ...
10635         (record_full_core_has_execution): ... this. Updated all users.
10636         (init_record_core_ops): Renamed to ...
10637         (init_record_full_core_ops): ... this. Updated all users.
10638         (cmd_record_restore): Renamed to ...
10639         (cmd_record_full_restore): ... this. Updated all users.
10640         (record_save_cleanups): Renamed to ...
10641         (record_full_save_cleanups): ... this. Updated all users.
10642         (cmd_record_start): Renamed to ...
10643         (cmd_record_full_start): ... this. Updated all users.
10644         (set_record_insn_max_num): Renamed to ...
10645         (set_record_full_insn_max_num): ... this. Updated all users.
10646         (set_record_command): Renamed to ...
10647         (set_record_full_command): ... this. Updated all users.
10648         (show_record_command): Renamed to ...
10649         (show_record_full_command): ... this. Updated all users.
10650         (_initialize_record): Renamed to ...
10651         (_initialize_record_full): ... this. Updated all users.
10652
10653 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10654
10655         * record.h: Split into this and ...
10656         * record-full.h: ... this.
10657         * record.c: Split into this and ...
10658         * record-full.c: ... this.
10659         * target.h (target_ops): Add new fields to_info_record,
10660         to_save_record, to_delete_record, to_record_is_replaying,
10661         to_goto_record_begin, to_goto_record_end, to_goto_record.
10662         (target_info_record): New.
10663         (target_save_record): New.
10664         (target_supports_delete_record): New.
10665         (target_delete_record): New.
10666         (target_record_is_replaying): New.
10667         (target_goto_record_begin): New.
10668         (target_goto_record_end): New.
10669         (target_goto_record): New.
10670         * target.c (target_info_record): New.
10671         (target_save_record): New.
10672         (target_supports_delete_record): New.
10673         (target_delete_record): New.
10674         (target_record_is_replaying): New.
10675         (target_goto_record_begin): New.
10676         (target_goto_record_end): New.
10677         (target_goto_record): New.
10678         * record.h: Declare struct cmd_list_element.
10679         (record_cmdlist): New declaration.
10680         (set_record_cmdlist): New declaration.
10681         (show_record_cmdlist): New declaration.
10682         (info_record_cmdlist): New declaration.
10683         (cmd_record_goto): New declaration.
10684         * record.c: Remove unnecessary includes.
10685         Include inferior.h.
10686         (cmd_record_goto): Remove declaration.
10687         (record_cmdlist): Now extern. Initialize.
10688         (set_record_cmdlist): Now extern. Initialize.
10689         (show_record_cmdlist): Now extern. Initialize.
10690         (info_record_cmdlist): Now extern. Initialize.
10691         (find_record_target): New.
10692         (require_record_target): New.
10693         (cmd_record_start): Update.
10694         (cmd_record_delete): Remove target-specific code.
10695         Call target_delete_record.
10696         (cmd_record_stop): Unpush any record target.
10697         (set_record_insn_max_num): Move to record-full.c
10698         (set_record_command): Add comment.
10699         (show_record_command): Add comment.
10700         (info_record_command): Update comment.
10701         Remove target-specific code.
10702         Call the record target's to_info_record.
10703         (cmd_record_start): New.
10704         (cmd_record_goto): Now extern.
10705         Remove target-specific code.
10706         Call target_goto_begin,  target_goto_end, or target_goto.
10707         (_initialize_record): Move record target ops initialization to
10708         record-full.c.
10709         Change "record" command help text.
10710         Move "record restore", "record set", and "record show" commands to
10711         record-full.c.
10712         * Makefile.in (SFILES): Add record-full.c.
10713         (HFILES_NO_SRCDIR): Add record-full.h.
10714         (COMMON_OBS): Add record-full.o.
10715         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
10716         * arm-tdep.c: Include record-full.h.
10717         * i386-linux-tdep.c: Include record-full.h instead of record.h.
10718         * i386-tdep.c: Include record-full.h.
10719         * infrun.c: Include record-full.h.
10720         * linux-record.c: Include record-full.h.
10721         * moxie-tdep.c: Include record-full.h.
10722         * record-full.c: Include record-full.h.
10723         Change module comment.
10724         (set_record_full_cmdlist): New.
10725         (show_record_full_cmdlist): New.
10726         (record_full_cmdlist): New.
10727         (record_goto_insn): New declaration.
10728         (record_save): New declaration.
10729         (record_check_insn_num): Change query string.
10730         (record_info): New.
10731         (record_delete): New.
10732         (record_is_replaying): New.
10733         (record_goto_entry): New.
10734         (record_goto_begin): New.
10735         (record_goto_end): New.
10736         (record_goto): New.
10737         (init_record_ops): Update.
10738         (init_record_core_ops): Update.
10739         (cmd_record_save): Rename to record_save. Remove target and arg checks.
10740         (cmd_record_start): New.
10741         (set_record_insn_max_num): Moved from record.c
10742         (set_record_full_command): New.
10743         (show_record_full_command): New.
10744         (_initialize_record_full): New.
10745
10746 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10747
10748         * target.h (add_deprecated_target_alias): New.
10749         * target.c (add_deprecated_target_alias): New.
10750
10751 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10752
10753         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
10754         and signal.h.
10755         (linux_supports_btrace): Add kernel and
10756         cpuid check.
10757         (kernel_supports_btrace): New function.
10758         (cpu_supports_btrace): New function.
10759         (intel_supports_btrace): New function.
10760
10761 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10762
10763         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
10764         * remote.c: Include btrace.h.
10765         (struct btrace_target_info): New struct.
10766         (remote_supports_btrace): New function.
10767         (send_Qbtrace): New function.
10768         (remote_enable_btrace): New function.
10769         (remote_disable_btrace): New function.
10770         (remote_teardown_btrace): New function.
10771         (remote_read_btrace): New function.
10772         (init_remote_ops): Add btrace ops.
10773         (enum <unnamed>): Add btrace packets.
10774         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
10775         (_initialize_remote): Add packet configuration for branch tracing.
10776
10777 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10778
10779         * features/btrace.dtd: New file.
10780         * Makefile.in (XMLFILES): Add btrace.dtd.
10781         * btrace.h (parse_xml_btrace): New declaration.
10782         * btrace.c: Include xml-support.h.
10783         (parse_xml_btrace): New function.
10784         (parse_xml_btrace_block): New function.
10785         (block_attributes): New struct.
10786         (btrace_attributes): New struct.
10787         (btrace_children): New struct.
10788         (btrace_elements): New struct.
10789
10790 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10791
10792         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
10793         (amd64_linux_enable_btrace): New.
10794         (amd64_linux_disable_btrace): New.
10795         (amd64_linux_teardown_btrace): New.
10796         (_initialize_amd64_linux_nat): Initialize btrace ops.
10797         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
10798         (i386_linux_enable_btrace): New.
10799         (i386_linux_disable_btrace): New.
10800         (i386_linux_teardown_btrace): New.
10801         (_initialize_i386_linux_nat): Initialize btrace ops.
10802         * config/i386/linux.mh: Add linux-btrace.o.
10803         * config/i386/linux64.mh: Add linux-btrace.o.
10804
10805 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10806
10807         * common/linux_btrace.h: New file.
10808         * common/linux_btrace.c: New file.
10809         * Makefile.in (SFILES): Add btrace.c.
10810         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
10811         (COMMON_OBS): Add btrace.o.
10812         (linux-btrace.o): New rule.
10813
10814 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
10815
10816         * target.h: Include btrace.h.
10817         (struct target_ops) <to_supports_btrace, to_enable_btrace,
10818         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
10819         * target.c (target_supports_btrace): New function.
10820         (target_enable_btrace): New function.
10821         (target_disable_btrace): New function.
10822         (target_teardown_btrace): New function.
10823         (target_read_btrace): New function.
10824         * btrace.h: New file.
10825         * btrace.c: New file.
10826         * Makefile.in: Add btrace.c.
10827         * gdbthread.h: Include btrace.h.
10828         (struct thread_info): Add btrace field.
10829         * thread.c: Include btrace.h.
10830         (clear_thread_inferior_resources): Call target_teardown_btrace.
10831         * common/btrace-common.h: New file.
10832
10833 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10834
10835         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
10836         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
10837         kill_status to outer block.
10838
10839 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10840
10841         Fix entry-values if the callee called a noreturn function.
10842         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
10843         get_frame_address_in_block.  Add new comment.
10844
10845 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10846
10847         Fix entry-values in C++ across CUs.
10848         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
10849         lookup_minimal_symbol.  Add a comment.
10850         * dwarf2read.c
10851         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
10852         DW_AT_linkage_name.
10853
10854 2013-03-08  Yao Qi  <yao@codesourcery.com>
10855
10856         * tracepoint.c (_initialize_tracepoint): Indent the code.
10857
10858 2013-03-08  Pedro Alves  <palves@redhat.com>
10859
10860         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
10861         (parse_find_args, find_command): Change type of pattern buffer
10862         locals to 'gdb_byte *'.
10863
10864 2013-03-08  Stan Shebs  <stan@codesourcery.com>
10865             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10866
10867         * NEWS: Mention set and show trace-buffer-size commands.
10868         Mention new packet.
10869         * target.h (struct target_ops): New method
10870         to_set_trace_buffer_size.
10871         (target_set_trace_buffer_size): New macro.
10872         * target.c (update_current_target): Set up new method.
10873         * tracepoint.c (trace_buffer_size): New global.
10874         (start_tracing): Send it to the target.
10875         (set_trace_buffer_size): New function.
10876         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
10877         * remote.c (remote_set_trace_buffer_size): New function.
10878         (_initialize_remote): Use it.
10879         (QTBuffer:size) New remote command.
10880         (PACKET_QTBuffer_size): New enum.
10881         (remote_protocol_features): Add an entry for
10882         PACKET_QTBuffer_size.
10883
10884 2013-03-08  Tom Tromey  <tromey@redhat.com>
10885
10886         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
10887         variable.
10888
10889 2013-03-07  Pedro Alves  <palves@redhat.com>
10890
10891         * target.c (target_read_stralloc, target_fileio_read_alloc):
10892         *Cast pointer to 'gdb_byte *' in target call.
10893
10894 2013-03-07  Pedro Alves  <palves@redhat.com>
10895
10896         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
10897         call.
10898
10899 2013-03-07  Keith Seitz  <keiths@redhat.com>
10900
10901         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
10902         (trace_pass_command): Likewise.
10903         * cli/cli-cmds.c: Include cli/cli-utils.h.
10904         (source_command): Use skip-spaces.
10905         (disassemble_command): Likewise.
10906         * findcmd.c: Include cli/cli-utils.h.
10907         (parse_find_args): Use skip_spaces.
10908         * go32-nat.c: Include cli/cli-utils.h.
10909         (go32_sldt): Use skip_spaces.
10910         (go32_sgdt): Likewise.
10911         (go32_sidt): Likewise.
10912         (go32_pde): Likewise.
10913         (go32_pte): Likewise.
10914         (go32_pte_for_address): Likewise.
10915         * infcmd.c: Include cli/cli-utils.h.
10916         (registers_info): Use skip_spaces.
10917         * linux-tdep.c (read_mapping): Use skip_spaces_const.
10918         (linux_info_proc): Likewise.
10919         * linux-thread-db.c: Include cli/cli-utils.h.
10920         (info_auto_load_libthread_db): Use skip_spaces_const.
10921         * m32r-rom.c: Include cli/cli-utils.h.
10922         (m32r_upload_command): Use skip_spaces.
10923         * maint.c: Include cli/cli-utils.h.
10924         (maintenance_translate_address): Use skip_spaces.
10925         * mi/mi-parse.c: Include cli/cli-utils.h.
10926         (mi_parse_argv): Use skip_spaces.
10927         (mi_parse): Likewise.
10928         * minsyms.c: Include cli/cli-utils.h.
10929         (msymbol_hash_iw): Use skip_spaces_const.
10930         * objc-lang.c: Include cli/cli-utils.h.
10931         (parse_selector): Use skip_spaces.
10932         (parse_method): Likewise.
10933         * python/python.c: Include cli/cli-utils.h.
10934         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
10935         (python_command)[HAVE_PYTHON]: Likewise.
10936         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
10937         * remote-m32r-sdi.c: Include cli/cli-utils.h.
10938         (m32r_load): Use skip_spaces.
10939         * serial.c: Include cli/cli-utils.h.
10940         (serial_open): Use skip_spaces_const.
10941         * stack.c: Include cli/cli-utils.h.
10942         (parse_frame_specification_1): Use skip_spaces_const.
10943         * symfile.c: Include cli/cli-utils.h.
10944         (set_ext_lang_command): Use skip_spaces.
10945         * symtab.c: Include cli/cli-utils.h.
10946         (rbreak_command): Use skip_spaces.
10947         * thread.c (thread_name_command): Use skip_spaces.
10948         * tracepoint.c (validate_actionline): Use skip_spaces.
10949         (encode_actions_1): Likewise.
10950         (trace_find_range_command): Likewise.
10951         (trace_find_outside_command): Likewise.
10952         (trace_dump_actions): Likewise.
10953
10954 2013-03-07  Pedro Alves  <palves@redhat.com>
10955
10956         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
10957         * expprint.c (print_subexp_standard): Likewise.
10958         * utils.c (host_char_to_target): Likewise.
10959         * valprint.c (generic_emit_char, generic_printstr): Likewise.
10960         * varobj.c (value_get_print_value): Change type of local to char*.
10961         Cast it gdb_byte * in call to language printer.
10962
10963 2013-03-07  Pedro Alves  <palves@redhat.com>
10964
10965         * charset.c (struct wchar_iterator) <input>: Change type to 'const
10966         gdb_byte *'.
10967         (make_wchar_iterator): Remove cast to char*.
10968         (wchar_iterate): Change type of local.
10969
10970 2013-03-07  Pedro Alves  <palves@redhat.com>
10971
10972         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
10973         for 'regcache->register_status'.
10974
10975 2013-03-07  Pedro Alves  <palves@redhat.com>
10976
10977         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
10978         int.
10979
10980 2013-03-07  Pedro Alves  <palves@redhat.com>
10981
10982         * stap-probe.c (handle_stap_probe): Add cast to char*.
10983
10984 2013-03-07  Pedro Alves  <palves@redhat.com>
10985
10986         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
10987         RECORD_MSGRCV>: Pass a signed variable to
10988         regcache_raw_read_signed, instead of an unsigned one.
10989
10990 2013-03-07  Pedro Alves  <palves@redhat.com>
10991
10992         * remote-notif.c (notif_debug): Change type to int.
10993         * remote-notif.h (notif_debug): Likewise.
10994
10995 2013-03-07  Pedro Alves  <palves@redhat.com>
10996
10997         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
10998
10999 2013-03-07  Pedro Alves  <palves@redhat.com>
11000
11001         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
11002         * remote.h (hex2bin, bin2hex): ... here.
11003         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
11004
11005 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
11006
11007         * utils.c (initialize_utils): Improve doc strings of "set/show
11008         width", "set/show height", and "set/show pagination".
11009
11010 2013-03-06  Keith Seitz  <keiths@redhat.com>
11011
11012         * ax-gdb.c (gen_printf): Make FORMAT const.
11013         * ax-gdb.h (gen_printf): Likewise.
11014         * ax-general.c (ax_string): Make STR const.
11015         * ax.h (ax_string): Likewise.
11016
11017 2013-03-06  Doug Evans  <dje@google.com>
11018
11019         * elfread.c (elf_symfile_read): Move debugging printf to more
11020         logical location.
11021
11022 2013-03-06  Pedro Alves  <palves@redhat.com>
11023
11024         * python/py-utils.c (target_string_to_unicode): Delete function.
11025         * python/python-internal.h (target_string_to_unicode): Delete
11026         declaration.
11027
11028 2013-03-06  Pierre Muller  <muller@sourceware.org>
11029
11030         * linespec.c (get_current_search_block): ARI fix, use (void)
11031         for empty parameter list.
11032
11033 2013-03-05  Doug Evans  <dje@google.com>
11034
11035         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
11036         of old ada_lookup_symbol_list.  In !full_search case, don't
11037         search superblocks.
11038         (ada_lookup_symbol_list): Delete arg full_search, all callers
11039         updated.  Call ada_lookup_symbol_list_worker.
11040         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
11041         * ada-lang.h (ada_lookup_symbol_list): Update.
11042         * language.h (language_defn): Update comment for
11043         la_iterate_over_symbols.
11044         * linespec.c (iterate_over_file_blocks): New function.
11045         (iterate_over_all_matching_symtabs): Call it.
11046         (lookup_prefix_sym): Ditto.
11047         (get_current_search_block): New function.
11048         (get_search_block): Delete.
11049         (find_label_symbols): Call get_current_search_block.
11050         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
11051         * symtab.c (iterate_over_symbols): Don't search superblocks.
11052
11053 2013-03-05  Yao Qi  <yao@codesourcery.com>
11054
11055         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
11056         parameter VAR's type from "unsigned int" to "int".
11057         * command.h (var_zuinteger_unlimited): Update its comments.
11058         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
11059
11060 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
11061
11062         * NEWS: Mention new target x86_64-*-cygwin*.
11063
11064 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
11065
11066         * configure.host: Add x86_64-*-cygwin* as host.
11067         * configure.tgt: Add x86_64-*-cygwin* as target.
11068         * config/i386/cygwin64.mh: New file.
11069
11070 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11071
11072         * linespec.c (decode_line_2): Fix duplicate request off by two message.
11073
11074 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11075
11076         * linespec.c (struct linespec_canonical_name): New.
11077         (struct linespec_state): Change canonical_names type to it.
11078         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
11079         xrealloc element size.  Initialize the different CANONICAL fields.
11080         (canonical_to_fullform): New.
11081         (filter_results): Use it.  Add variables canonical, fullform and
11082         cleanup.
11083         (struct decode_line_2_item, decode_line_2_compare_items): New.
11084         (decode_line_2): Remove variables iter and item_names, add variables
11085         items and items_count.  Modify the code for these new variables.
11086
11087 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
11088
11089         * coff-pe-read.c (read_pe_exported_syms): Don't return without
11090         calling do_cleanup.
11091
11092 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
11093
11094         * tracepoint.c (build_traceframe_info): Add code for byte order.
11095
11096 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
11097
11098         * v850-tdep.c: (v850e2_register_name): Revise system register
11099         names to match current V850E2M architecture specifications.
11100         Update register number enum comments too.
11101
11102 2013-03-01  Jiong Wang  <jiwang@tilera.com>
11103             Pedro Alves  <palves@redhat.com>
11104
11105         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
11106         to END_ADDR.
11107         (tilegx_skip_prologue): Limit prologue analysis to section end.
11108
11109 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11110
11111         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
11112         use it.
11113
11114 2013-03-01  Pedro Alves  <palves@redhat.com>
11115
11116         Use gdb_byte for bytes from the program being debugged.
11117
11118         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
11119         Change type of local 'buf' to gdb_byte.
11120         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
11121         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
11122         * cris-tdep.c (cris_sigcontext_addr)
11123         (cris_sigtramp_frame_unwind_cache): Likewise.
11124         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
11125         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
11126         Likewise.
11127         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
11128         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
11129         (hppa32_hpux_search_dummy_call_sequence)
11130         (hppa_hpux_supply_save_state): Likewise.
11131         * hppa-linux-tdep.c (insns_match_pattern)
11132         (hppa_linux_find_global_pointer): Likewise.
11133         * hppa-tdep.c (hppa_in_function_epilogue_p)
11134         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
11135         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
11136         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
11137         (i386fbsd_collect_uthread): Likewise.
11138         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
11139         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
11140         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
11141         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
11142         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
11143         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
11144         (ia64_libunwind_frame_prev_register)
11145         (ia64_libunwind_sigtramp_frame_this_id)
11146         (ia64_find_global_pointer_from_dynamic_section)
11147         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
11148         (ia64_unwind_pc): Likewise.
11149         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
11150         * m68hc11-tdep.c (m68hc11_push_dummy_call)
11151         (m68hc11_extract_return_value): Likewise.
11152         * m68klinux-nat.c (fetch_register, store_register): Likewise.
11153         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
11154         (mep_get_insn, mep_push_dummy_call): Likewise.
11155         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
11156         (mips_linux_in_dynsym_stub): Likewise.
11157         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
11158         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
11159         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
11160         to gdb_byte.
11161         * remote-mips.c (mips_set_register): Likewise.
11162         * remote-sim.c (gdbsim_fetch_register): Likewise.
11163         * score-tdep.c (score7_fetch_inst): Change type of parameter
11164         'memblock' and local 'buf' to gdb_byte.
11165         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
11166         Change type of local 'buf' to gdb_byte.  Adjust.
11167         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
11168         to gdb_byte**.
11169         (score7_analyze_prologue): Change type of 'memblock' and
11170         'memblock_ptr' locals to gdb_byte*.
11171         * sh64-tdep.c (sh64_extract_return_value)
11172         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
11173         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
11174         * solib-pa64.c (pa64_solib_create_inferior_hook)
11175         (pa64_open_symbol_file_object): Remove local 'buf'.
11176         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
11177         (som_open_symbol_file_object): Likewise.
11178         * solib-spu.c (spu_current_sos): Likewise.
11179         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
11180         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
11181         (spu_store_registers): Likewise.
11182         * target.c (debug_print_register): Likewise.
11183         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
11184         * xstormy16-tdep.c (xstormy16_store_return_value)
11185         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
11186         (xstormy16_find_jmp_table_entry): Likewise.
11187
11188 2013-03-01  Jiong Wang  <jiwang@tilera.com>
11189
11190         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
11191         (tilegx_gdbarch_init): Install it.
11192
11193 2013-02-28  Tom Tromey  <tromey@redhat.com>
11194
11195         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
11196         PyLong_Check.
11197
11198 2013-02-28  Doug Evans  <dje@google.com>
11199
11200         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
11201         * python/python.c (gdbpy_find_pc_line): Ditto.
11202
11203 2013-02-28  Tom Tromey  <tromey@redhat.com>
11204
11205         * contrib/excheck.py: New file.
11206         * contrib/exsummary.py: New file.
11207         * contrib/gcc-with-excheck: New file.
11208
11209 2013-02-28  Tom Tromey  <tromey@redhat.com>
11210
11211         * python/python.c (gdbpy_print_stack): Call begin_line and
11212         fprintf_filtered inside TRY_CATCH.
11213
11214 2013-02-28  Tom Tromey  <tromey@redhat.com>
11215
11216         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
11217         inside TRY_CATCH.
11218
11219 2013-02-28  Tom Tromey  <tromey@redhat.com>
11220
11221         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
11222         frame_object_to_frame_info inside TRY_CATCH.
11223
11224 2013-02-28  Tom Tromey  <tromey@redhat.com>
11225
11226         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
11227         TRY_CATCH.
11228
11229 2013-02-28  Tom Tromey  <tromey@redhat.com>
11230
11231         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
11232
11233 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
11234
11235         * windows-nat.c: Throughout, fix format strings and casts of
11236         printf-like functions to avoid type related warnings on all
11237         platforms.
11238         (handle_output_debug_string): Fetch context information address
11239         from debug string using string_to_core_addr.
11240
11241 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11242
11243         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
11244         * regformats/reg-tilegx32.dat: New.
11245
11246 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11247
11248         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
11249
11250 2013-02-27  Jiong Wang  <jiwang@tilera.com>
11251
11252         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
11253
11254 2013-02-27  Yao Qi  <yao@codesourcery.com>
11255             Pedro Alves  <palves@redhat.com>
11256
11257         * tracepoint.c (tfile_trace_find): For tfind
11258         pc/tp/range/outside, look for the next trace frame instead of
11259         always starting from frame 0.
11260
11261 2013-02-26  Anthony Green  <green@moxielogic.com>
11262
11263         * configure.tgt: Add support for moxie-*-rtems* target.
11264
11265 2013-02-25  Pedro Alves  <palves@redhat.com>
11266
11267         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
11268         warning text.
11269
11270 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11271
11272         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
11273         if $fp is used as the virtual frame pointer.
11274
11275 2013-02-23  Alan Modra  <amodra@gmail.com>
11276
11277         * elfread.c (elf_symtab_read): Do not use udata.p here to find
11278         symbol size.
11279         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
11280         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
11281         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
11282         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
11283
11284 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11285
11286         Code cleanup.
11287         * elfread.c (build_id_bfd_get): Make the return type const.
11288         (build_id_verify): Make the check parameter const.
11289         (build_id_to_debug_filename): Make the build_id parameter and variable
11290         data const.
11291         (find_separate_debug_file_by_buildid): Make the variable build_id const.
11292
11293 2013-02-21  Alan Modra  <amodra@gmail.com>
11294
11295         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
11296
11297 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
11298
11299         Add a new method 'disassemble' to gdb.Architecture class.
11300         * python/py-arch.c (archpy_disassmble): Implementation of the
11301         new method gdb.Architecture.disassemble.
11302         (arch_object_methods): Add entry for the new method.
11303
11304 2013-02-20  Jiong Wang  <jiwang@tilera.com>
11305
11306         * MAINTAINERS (Write After Approval): Add myself to the list.
11307
11308 2013-02-19  Pedro Alves  <palves@redhat.com>
11309
11310         Garbage collect 'struct monitor_ops'::load_routine.
11311
11312         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
11313         * monitor.c (monitor_load): No longer call
11314         current_monitor->load_routine.
11315         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
11316         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
11317         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
11318
11319 2013-02-19  Pedro Alves  <palves@redhat.com>
11320
11321         PR gdb/15161
11322
11323         Harmonize with generic_load.
11324
11325         * monitor.c: Include "readline/readline.h".
11326         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
11327         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
11328         long/strtol for the 'load_offset' local.  Error out if no argument
11329         is given or if too many arguments are given.  Tilde expand the
11330         passed in file name.
11331
11332 2013-02-19  Kai Tietz  <ktietz@redhat.com>
11333
11334         PR gdb/15161
11335         * symfile.c (load_section_data): Change type of load_offset
11336         to CORE_ADDR.
11337         (generic_load): User strtoulst instead of strtoul for conversion
11338         of load_offset.
11339
11340 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11341
11342         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
11343          for return address, "lr" register, saved on stack.
11344         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
11345         after we invoke tilegx_analyze_prologue.
11346
11347 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11348
11349         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
11350
11351 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11352
11353         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
11354
11355 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11356
11357         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
11358         (tilegx_write_pc): New function.
11359         (tilegx_cannot_reference_register): Return zero if REGNO
11360         is TILEGX_FAULTNUM_REGNUM.
11361         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
11362         (tilegx_register_name): Add handling of "faultnum" register.
11363         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
11364         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
11365         handling of TILEGX_FAULTNUM_REGNUM.
11366         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
11367
11368 2013-02-19  Jiong Wang  <jiwang@tilera.com>
11369
11370         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
11371         should be aligned to 64bit.
11372
11373 2013-02-19  Kai Tietz  <ktietz@redhat.com>
11374
11375         * windows-nat.c (windows_xfer_memory): Fix debug-output
11376         for LLP64.
11377
11378 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
11379
11380         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
11381         Don't check DSP register number if HAVE_DSP is not set.
11382
11383 2013-02-19  Alan Modra  <amodra@gmail.com>
11384
11385         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
11386         throughout file instead.
11387         (build_id_bfd_get): Update to use new elf_tdata build_id field.
11388         Don't xmalloc return value.
11389         (build_id_verify): Similarly.  Don't xfree.
11390         (build_id_to_debug_filename): Update.
11391         (find_separate_debug_file_by_buildid): Update, don't xfree.
11392
11393 2013-02-18  Tom Tromey  <tromey@redhat.com>
11394
11395         PR gdb/15102:
11396         * dwarf2read.c (read_subrange_type): Use result of
11397         'check_typedef'.
11398
11399 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
11400
11401         * frame.c: Remove one extra white space after #include
11402         directive.
11403
11404 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11405
11406         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
11407
11408 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11409
11410         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
11411         and dir commands into an if block.
11412
11413 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
11414
11415         * python/py-breakpoint (struct pybp_code):  Use int instead of
11416         enum type_code.
11417
11418 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
11419             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11420
11421         * NEWS: Mention new field "trace-file".
11422         * tracepoint.c (trace_status_mi): Output "trace-file" field.
11423         (tfile_open): Record the trace file's filename in the trace
11424         status.
11425         (tfile_files_info): Mention the name of the trace file.
11426         Check the "filename" field explicitely.
11427         (trace_status_command): Explicitely check "filename" field.
11428         (trace_find_command): Ditto.
11429         (trace_find_pc_command): Ditto.
11430         (trace_find_tracepoint_command): Ditto.
11431         (trace_find_line_command): Ditto.
11432         (trace_find_range_command): Ditto.
11433         (trace_find_outside_command): Ditto.
11434         * tracepoint.h (struct trace_status) <from_file>: Rename it
11435         to "filename" and make it hold the trace file's filename
11436         instead of a boolean.
11437         * remote.c (remote_get_trace_status): Initialize "filename"
11438         field with NULL instead of 0.
11439
11440 2013-02-15  Yao Qi  <yao@codesourcery.com>
11441
11442         * remote.c: Fix a typo.
11443
11444 2013-02-14  Pierre Muller  <muller@sourceware.org>
11445
11446         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
11447
11448 2013-02-14  Pedro Alves  <palves@redhat.com>
11449
11450         * utils.c (savestring): Don't #undef it.  Move function to
11451         common/common-utils.c.
11452         * common/common-utils.c: Include gdb_string.h.
11453         (savestring): Move here from utils.c.
11454         * common/common-utils.h (savestring): Declare.
11455
11456 2013-02-14  Pedro Alves  <palves@redhat.com>
11457
11458         * utils.c (savestring): Rename parameter 'size' to 'len'.
11459
11460 2013-02-14  Pedro Alves  <palves@redhat.com>
11461             Yufeng Zhang  <yufeng.zhang@arm.com>
11462
11463         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
11464         (aarch64_inferior_data, struct aarch64_inferior_data):
11465         Delete.
11466         (struct aarch64_process_info): New.
11467         (aarch64_process_list): New global.
11468         (aarch64_find_process_pid, aarch64_add_process)
11469         (aarch64_process_info_get): New functions.
11470         (aarch64_inferior_data_get): Delete.
11471         (aarch64_process_info_get): New function.
11472         (aarch64_forget_process): New function.
11473         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
11474         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
11475         aarch64_get_debug_reg_state.
11476         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
11477         instead of linux_nat_iterate_watchpoint_lwps.
11478         (aarch64_linux_new_fork): New function.
11479         (aarch64_linux_child_post_startup_inferior): Use
11480         aarch64_forget_process instead of aarch64_init_debug_reg_state.
11481         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
11482         (aarch64_linux_remove_hw_breakpoint)
11483         (aarch64_handle_aligned_watchpoint)
11484         (aarch64_handle_unaligned_watchpoint)
11485         (aarch64_linux_insert_watchpoint)
11486         (aarch64_linux_remove_watchpoint)
11487         (aarch64_linux_stopped_data_address): Adjust to pass the current
11488         process id to aarch64_debug_reg_state.
11489         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
11490         linux_nat_new_fork hook, and aarch64_forget_process as
11491         linux_nat_forget_process hook; remove the call to
11492         register_inferior_data_with_cleanup.
11493
11494 2013-02-14  Pedro Alves  <palves@redhat.com>
11495
11496         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
11497         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
11498         lval_memory.
11499
11500 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
11501             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11502
11503         * tracepoint.h (validate_trace_state_variable_name): Declare.
11504         * tracepoint.c (validate_trace_state_variable_name): New.
11505         (trace_variable_command): Parse the trace state variable's name
11506         without using parse_expression.  Do several validations.
11507         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
11508         trace state variable's name with parse_expression.  Validate it.
11509
11510 2013-02-14  Yao Qi  <yao@codesourcery.com>
11511
11512         * infcmd.c (breakpoint_proceeded): Remove it.
11513
11514 2013-02-14  Yao Qi  <yao@codesourcery.com>
11515
11516         * tracepoint.c (end_actions_pseudocommand): Make it static.
11517         (while_stepping_pseudocommand): Likewise.
11518         * tracepoint.h (end_actions_pseudocommand): Remove the
11519         declaration.
11520         (while_stepping_pseudocommand): Likewise.
11521
11522 2013-02-14  Yao Qi  <yao@codesourcery.com>
11523
11524         * cli/cli-decode.c (help_cmd): Remove the declaration of
11525         "cmdlist".
11526         (help_all): Likewise.
11527
11528 2013-02-13  Pedro Alves  <palves@redhat.com>
11529
11530         * amd64-linux-nat.c (update_debug_registers_callback):
11531         Update comment.
11532         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11533         iterate_over_lwps.
11534         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
11535         i386_debug_reg_state.
11536         (amd64_linux_new_fork): New function.
11537         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
11538         linux_nat_new_fork hook, and i386_forget_process as
11539         linux_nat_forget_process hook.
11540         * i386-linux-nat.c (update_debug_registers_callback):
11541         Update comment.
11542         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11543         iterate_over_lwps.
11544         (i386_linux_prepare_to_resume): Pass the lwp's pid to
11545         i386_debug_reg_state.
11546         (i386_linux_new_fork): New function.
11547         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
11548         linux_nat_new_fork hook, and i386_forget_process as
11549         linux_nat_forget_process hook.
11550         * i386-nat.c (i386_init_dregs): Delete.
11551         (i386_inferior_data, struct i386_inferior_data):
11552         Delete.
11553         (struct i386_process_info): New.
11554         (i386_process_list): New global.
11555         (i386_find_process_pid, i386_add_process, i386_process_info_get):
11556         New functions.
11557         (i386_inferior_data_get): Delete.
11558         (i386_process_info_get): New function.
11559         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
11560         (i386_forget_process): New function.
11561         (i386_cleanup_dregs): Rewrite.
11562         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
11563         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
11564         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11565         (i386_remove_hw_breakpoint): Adjust to pass the current process id
11566         to i386_debug_reg_state.
11567         (i386_use_watchpoints): Don't register inferior data.
11568         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
11569         adjust comment.
11570         (i386_forget_process): Declare.
11571         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
11572         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
11573         New static globals.
11574         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
11575         (add_initial_lwp): New, factored out from ...
11576         (add_lwp): ... this.  Don't check the number of lwps before
11577         calling linux_nat_new_thread.
11578         (linux_nat_iterate_watchpoint_lwps): Delete.
11579         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
11580         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
11581         forks and vforks.
11582         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
11583         initial lwp.
11584         (linux_nat_kill, linux_nat_mourn_inferior): Call
11585         linux_nat_forget_process.
11586         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11587         (linux_nat_forget_process): New functions.
11588         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
11589         type.
11590         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
11591         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
11592         types.
11593         (linux_nat_set_new_fork, linux_nat_set_forget_process)
11594         (linux_nat_forget_process): New declarations.
11595
11596         * amd64fbsd-nat.c (super_mourn_inferior): New global.
11597         (amd64fbsd_mourn_inferior): New function.
11598         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
11599         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
11600
11601 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11602
11603         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
11604         Adding _().
11605
11606 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11607
11608         * aarch64-linux-nat.c (debug_reg_change_callback)
11609         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
11610         %s and phex().
11611
11612 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11613
11614         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
11615         with LONGEST.
11616
11617 2013-02-13  Pedro Alves  <palves@redhat.com>
11618             Hafiz Abid Qadeer  <abidh@codesourcery.com>
11619
11620         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
11621
11622 2013-02-12  Tom Tromey  <tromey@redhat.com>
11623
11624         PR symtab/11464:
11625         * c-exp.y (lex_one_token): Initialize other fields of yylval on
11626         NAME return.
11627         (classify_inner_name): Remove 'first_name' argument, add
11628         'context'.  Remove unused variable.
11629         (yylex): Explicitly maintain the context type.  Exit loop earlier
11630         if NAME result is seen.
11631
11632 2013-02-12  Pedro Alves  <palves@redhat.com>
11633
11634         * amd64-darwin-tdep.c: Add (C) after Copyright.
11635         * cli/cli-cmds.h: Ditto.
11636         * cli/cli-decode.c: Ditto.
11637         * cli/cli-decode.h: Ditto.
11638         * cli/cli-dump.c: Ditto.
11639         * cli/cli-dump.h: Ditto.
11640         * cli/cli-interp.c: Ditto.
11641         * cli/cli-logging.c: Ditto.
11642         * cli/cli-script.c: Ditto.
11643         * cli/cli-script.h: Ditto.
11644         * cli/cli-setshow.c: Ditto.
11645         * cli/cli-setshow.h: Ditto.
11646         * cli/cli-utils.c: Ditto.
11647         * cli/cli-utils.h: Ditto.
11648         * config/alpha/nm-osf3.h: Ditto.
11649         * config/djgpp/djconfig.sh: Ditto.
11650         * config/i386/nm-fbsd.h: Ditto.
11651         * config/i386/nm-i386gnu.h: Ditto.
11652         * config/nm-linux.h: Ditto.
11653         * config/nm-nto.h: Ditto.
11654         * config/rs6000/nm-rs6000.h: Ditto.
11655         * config/sparc/nm-sol2.h: Ditto.
11656         * darwin-nat-info.c: Ditto.
11657         * dfp.c: Ditto.
11658         * dfp.h: Ditto.
11659         * gdb-demangle.h: Ditto.
11660         * i386-darwin-nat.c: Ditto.
11661         * i386-darwin-tdep.c: Ditto.
11662         * linux-fork.h: Ditto.
11663         * m32c-tdep.c: Ditto.
11664         * microblaze-linux-tdep.c: Ditto.
11665         * microblaze-rom.c: Ditto.
11666         * microblaze-tdep.c: Ditto.
11667         * microblaze-tdep.h: Ditto.
11668         * mips-linux-tdep.h: Ditto.
11669         * ppc-ravenscar-thread.c: Ditto.
11670         * ppc-ravenscar-thread.h: Ditto.
11671         * prologue-value.c: Ditto.
11672         * prologue-value.h: Ditto.
11673         * ravenscar-thread.c: Ditto.
11674         * ravenscar-thread.h: Ditto.
11675         * sparc-ravenscar-thread.c: Ditto.
11676         * sparc-ravenscar-thread.h: Ditto.
11677         * tilegx-linux-tdep.c: Ditto.
11678         * unwind_stop_reasons.def: Ditto.
11679         * windows-nat.h: Ditto.
11680         * xtensa-linux-tdep.c: Ditto.
11681         * xtensa-xtregs.c: Ditto.
11682         * regformats/regdat.sh: Ditto.
11683         * regformats/regdef.h: Ditto.
11684
11685 2013-02-12  Pedro Alves  <palves@redhat.com>
11686
11687         * break-catch-sig.c: Update copyright years.
11688
11689 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
11690
11691         Add support for a destructor for ui_out data and use it to
11692         provide a ui_out destructor.
11693         * ui-out.h: Declare the new ui_out destructor.
11694         (ui_out_impl): Add a field for data destructor in ui_out_impl.
11695         * ui-out.c (default_data_destroy): Add a default data destructor
11696         which does nothing.
11697         (default_ui_out_impl): Set the new data_destroy field to
11698         default_data_destroy
11699         (uo_data_destroy): Local function which invokes the data
11700         destructor if present.
11701         (clear_table): Local function which clears the table data of a
11702         ui_out object.
11703         (ui_out_destroy): Public function which frees a ui_out object.
11704         (ui_out_table_end): Use the new clear_table function.
11705         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
11706         NULL.
11707         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
11708         to NULL.
11709
11710 2013-02-11  Doug Evans  <dje@google.com>
11711
11712         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
11713         (printf_decfloat): New function.  Broken out from ui_printf.
11714         Remove unnecessary code to shift the entire format string down.
11715         (printf_pointer): New function.
11716         (ui_printf): Code to print C strings, wide C strings, decfloats,
11717         and pointers moved to separate functions.
11718
11719 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
11720
11721         * valops.c (value_assign): Handling bitfield offset in
11722         `lval_internalvar_component' case.
11723
11724 2013-02-08  Doug Evans  <dje@google.com>
11725
11726         * common/format.c (parse_format_string): Fix whitespace.
11727
11728 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
11729
11730         * stack.c (return_command): Work around uninitialized variable
11731         warning.
11732
11733 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
11734
11735         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
11736         number of the registers from 36 to 34.
11737
11738 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11739
11740         * NEWS: Mention new AArch64 native and target support.
11741
11742 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11743
11744         * MAINTAINERS (Write After Approval): Add myself.
11745
11746 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
11747             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11748             Nigel Stephens  <nigel.stephens@arm.com>
11749             Yufeng Zhang  <yufeng.zhang@arm.com>
11750
11751         * aarch64-linux-nat.c: New file.
11752         * config/aarch64/linux.mh: New file.
11753         * configure.host: Add AArch64.
11754         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
11755
11756 2013-02-07  Doug Evans  <dje@google.com>
11757
11758         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
11759         disassemble command.
11760
11761 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11762
11763         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
11764         set_gdbarch_fetch_tls_load_module_address.
11765
11766 2013-02-06  David S. Miller  <davem@davemloft.net>
11767
11768         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
11769         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11770         * value.c (struct_return_convention): New function.
11771         (using_struct_return): Implement in terms of struct_return_convention.
11772         * value.h (struct_return_convention): Declare.
11773         * stack.c (return_command): Allow successful overriding of the return
11774         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
11775
11776 2013-02-06  Tom Tromey  <tromey@redhat.com>
11777
11778         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
11779         outside of TRY_CATCH.
11780
11781 2013-02-06  Yao Qi  <yao@codesourcery.com>
11782
11783         * mi/mi-interp.c: Include "tracepoint.h".
11784         (mi_tsv_modified): Declare.
11785         (mi_tsv_created, mi_tsv_deleted): Update declaration.
11786         (mi_interpreter_init): Call observer_attach_tsv_modified.
11787         (mi_tsv_modified): New.
11788         (mi_tsv_created, mi_tsv_deleted): Update.
11789         * tracepoint.c (trace_variable_command): Call
11790         observer_notify_tsv_modified if the initial value of tsv is
11791         changed.
11792         (delete_trace_state_variable): Call
11793         observer_notify_tsv_deleted earlier.
11794         (trace_variable_command): Caller update.
11795         (create_tsv_from_upload): Likewise.
11796         * observer.sh: Declare "struct trace_state_variable".
11797
11798         * NEWS: Mention the new MI notification "=tsv-modified".
11799
11800 2013-02-05  Doug Evans  <dje@google.com>
11801
11802         * completer.c (location_completer): Fix typo in comment.
11803
11804 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11805
11806         * breakpoint.c (add_location_to_breakpoint): Insert the location with
11807         ADDRESS sorted.
11808
11809 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11810
11811         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
11812         Refactor if statement to avoid trailing || operator.
11813
11814 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
11815
11816         * NEWS: Add PowerPC FreeBSD as a new native configuration.
11817
11818 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
11819
11820         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
11821         * configure.host: Add powerpc*-*-freebsd* target.
11822         * configure.tgt: Add target info for powerpc*-*-freebsd*.
11823         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
11824         * config/powerpc/fbsd.mh: New file.
11825
11826 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
11827             Denys Vlasenko  <dvlasenk@redhat.com>
11828             Pedro Alves  <palves@redhat.com>
11829
11830         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
11831         (struct elf_internal_linux_prpsinfo): Forward declare.
11832         * gdbarch.h, gdbarch.c: Regenerate.
11833         * linux-tdep.c: Include `cli/cli-utils.h'.
11834         (linux_fill_prpsinfo): New function.
11835         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
11836         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
11837         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
11838         depending on gdbarch pointer bitness.
11839         * ppc-linux-tdep.c: Include elf-bfd.h.
11840         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
11841         on 32-bit.
11842
11843 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11844             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11845             Nigel Stephens  <nigel.stephens@arm.com>
11846             Yufeng Zhang  <yufeng.zhang@arm.com>
11847
11848         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
11849
11850 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11851             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11852             Nigel Stephens  <nigel.stephens@arm.com>
11853             Yufeng Zhang  <yufeng.zhang@arm.com>
11854
11855         * aarch64-newlib-tdep.c: New file.
11856         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
11857         aarch64*-*-elf.
11858         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
11859         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
11860         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
11861         * osabi.c (gdb_osabi_names): Add "Newlib".
11862
11863 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11864             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11865             Nigel Stephens  <nigel.stephens@arm.com>
11866             Yufeng Zhang  <yufeng.zhang@arm.com>
11867
11868         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
11869         (ALLDEPFILES): Add aarch64-linux-tdep.c.
11870         * aarch64-linux-tdep.c: New file.
11871         * aarch64-linux-tdep.h: New file.
11872         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
11873         * configure.tgt: Add aarch64-none-linux-gnu.
11874
11875 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
11876             Marcus Shawcroft  <marcus.shawcroft@arm.com>
11877             Nigel Stephens  <nigel.stephens@arm.com>
11878             Yufeng Zhang  <yufeng.zhang@arm.com>
11879
11880         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
11881         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
11882         (ALLDEPFILES): Add aarch64-tdep.c.
11883         * aarch64-tdep.c: New file.
11884         * aarch64-tdep.h: New file.
11885         * configure.tgt: Add AArch64.
11886         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
11887         (aarch64-expedite): New definition.
11888         * features/aarch64-core.xml: New file.
11889         * features/aarch64-fpu.xml: New file.
11890         * features/aarch64-without-fpu.c: New file (generated).
11891         * features/aarch64-without-fpu.xml: New file.
11892         * features/aarch64.c: New file (generated).
11893         * features/aarch64.xml: New file.
11894         * regformats/aarch64-without-fpu.dat: New file (generated).
11895         * regformats/aarch64.dat: New file (generated).
11896
11897 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11898
11899         * contrib/expect-read1.c: New file.
11900         * contrib/expect-read1.sh: New file.
11901
11902 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11903
11904         * dwarf2read.c (file_file_name): New function with code from
11905         file_full_name.
11906         (file_full_name): Move most of the code to file_file_name.
11907         (macro_start_file): Rename variable full_name to file_name and use
11908         file_file_name for it.  Add comp_dir parameter to new_macro_table.
11909         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
11910         macro_source_file->filename access by macro_source_fullname call.
11911         * macroscope.c (_initialize_macroscope): Update the new_macro_table
11912         caller.
11913         * macrotab.c (struct macro_table): New field comp_dir.
11914         (macro_include): New variables link_fullname and source_fullname.
11915         Replace any macro_source_file->filename access by macro_source_fullname
11916         call.
11917         (macro_lookup_inclusion): Remove the partial filenames checking code.
11918         (check_for_redefinition): New variables source_fullname and
11919         found_key_fullname.  Replace any macro_source_file->filename access by
11920         macro_source_fullname call.
11921         (macro_undef): New variables source_fullname and key_fullname.  Replace
11922         any macro_source_file->filename access by macro_source_fullname call.
11923         (macro_lookup_definition): New variables retval and source_fullname.
11924         Replace any macro_source_file->filename access by macro_source_fullname
11925         call.
11926         (foreach_macro): New variable key_fullname.  Replace any
11927         macro_source_file->filename access by macro_source_fullname call.
11928         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
11929         macro_source_file->filename access by macro_source_fullname call.
11930         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
11931         (macro_source_fullname): New function.
11932         * macrotab.h (struct macro_source_file): Extent the filename field
11933         comment.
11934         (new_macro_table): New parameter comp_dir, add a comment for it.
11935         (macro_source_fullname): new declaration.
11936
11937 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11938
11939         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
11940         this_real_name to outer block.  Use it also for
11941         compare_filenames_for_search.
11942         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
11943         with dw2_get_real_path for file_matcher, considering also
11944         BASENAMES_MAY_DIFFER.
11945         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
11946
11947 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11948
11949         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
11950         to the file_matcher parameter.  Pass 0 to it.
11951         (dwarf2_create_include_psymtab): Copy also DIRNAME.
11952         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
11953         NULL psymtab_to_fullname result.
11954         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
11955         an expected filename instead.
11956         (expand_symtabs_matching_via_partial): Add basenames parameter to the
11957         file_matcher parameter.  Call also psymtab_to_fullname, after newly
11958         considering BASENAMES_MAY_DIFFER.
11959         * source.c (rewrite_source_path): Remove static.
11960         * source.h (rewrite_source_path): New declaration.
11961         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
11962         the expand_symtabs_matching field.  Comment it.
11963         * symtab.c (file_matches): New function comment.  Add parameter
11964         basenames, implement it.
11965         (search_symbols_file_matches): Add basenames parameter.  Update the
11966         file_matches caller.
11967         (search_symbols): Match FILES also against symtab_to_fullname.
11968         Optimize it for BASENAMES_MAY_DIFFER.
11969
11970 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11971
11972         * source.c (print_source_lines_base): Print for TUI also "fullname".
11973         * tui/tui-data.c (init_content_element): Change tui_locator_element
11974         field to full_name.
11975         * tui/tui-data.h (struct tui_locator_element): Likewise.
11976         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
11977         tui_update_locator_filename calls to tui_update_locator_fullname.
11978         Replace symtab->filename refererence by symtab_to_fullname call.
11979         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
11980         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
11981         field to full_name.  Replace symtab->filename refererence by
11982         symtab_to_fullname call.
11983         (tui_show_symtab_source): Rename parameter to fullname.  Change
11984         tui_locator_element field to full_name.
11985         * tui/tui-stack.c: Include source.h.
11986         (tui_set_locator_filename): Rename the declaration to ...
11987         (tui_set_locator_fullname): ... here.  Rename its parameter to
11988         fullname, updates its comment.
11989         (tui_set_locator_info): Rename its parameter to fullname.
11990         (tui_set_locator_filename): Rename the definition to ...
11991         (tui_set_locator_fullname): ... here.  Rename its parameter to
11992         fullname, updates its comment.  Change tui_locator_element field to
11993         full_name.
11994         (tui_set_locator_info): Rename its parameter to fullname.
11995         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
11996         (tui_update_locator_filename): Rename to ...
11997         (tui_update_locator_fullname): ... here. Rename callee to
11998         tui_set_locator_fullname.
11999         (tui_show_frame_info): Replace symtab->filename refererence by
12000         symtab_to_fullname call.
12001         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
12002         (tui_update_locator_fullname): ... here.
12003         * tui/tui-winsource.c (tui_display_main): Rename the callee to
12004         tui_update_locator_fullname.  Replace symtab->filename refererence by
12005         symtab_to_fullname call.
12006         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
12007         Rename the callee to tui_update_locator_fullname.
12008         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
12009
12010 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12011
12012         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
12013         by symtab_to_filename_for_display calls.
12014         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
12015         (clear_command): New variable sal_fullname, initialize it.  Replace
12016         compare_filenames_for_search by filename_cmp with sal_fullname.
12017         (say_where, update_static_tracepoint): Replace symtab->filename
12018         refererences by symtab_to_filename_for_display calls.
12019         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
12020         Likewise.
12021         * dwarf2read.c: Include source.h.
12022         (fixup_go_packaging): Replace symtab->filename refererences by
12023         symtab_to_filename_for_display calls.
12024         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
12025         Replace symtab->filename refererences by symtab_to_filename_for_display
12026         calls.
12027         (create_sals_line_offset, convert_linespec_to_sals): New variable
12028         fullname, initialize it, replace symtab->filename reference by the
12029         variable.
12030         * linux-fork.c: Include source.h.
12031         (info_checkpoints_command): Replace symtab->filename refererences by
12032         symtab_to_filename_for_display calls.
12033         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
12034         by symtab_to_filename_for_display calls.
12035         * mdebugread.c: Include source.h.
12036         (psymtab_to_symtab_1): Replace symtab->filename refererences by
12037         symtab_to_filename_for_display calls.
12038         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12039         (mi_cmd_file_list_exec_source_files): Likewise.
12040         * printcmd.c: Include source.h.
12041         (build_address_symbolic): Replace symtab->filename refererences by
12042         symtab_to_filename_for_display calls.
12043         * psymtab.c (partial_map_symtabs_matching_filename)
12044         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
12045         with psymtab_to_fullname.
12046         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
12047         by symtab_to_filename_for_display calls.
12048         (stpy_get_filename): New variable filename, initialize it, use instead
12049         of symtab->filename refererences.
12050         (salpy_str): Make variable filename const char *.  Replace
12051         symtab->filename refererences by symtab_to_filename_for_display calls.
12052         * skip.c: Include source.h and filenames.h.
12053         (skip_file_command): Remove const from the symtab variable.  Replace
12054         symtab->filename refererences by symtab_to_fullname call.
12055         (function_name_is_marked_for_skip): New variables searched_for_fullname
12056         and fullname.  Use them to search also with symtab's fullname.
12057         * source.c (find_source_lines): Replace symtab->filename refererences
12058         by symtab_to_filename_for_display calls.
12059         (print_source_lines_base): New variable filename, use it instead of
12060         symtab->filename.  Replace symtab->filename refererences by
12061         symtab_to_filename_for_display calls.
12062         (line_info, forward_search_command): Replace symtab->filename
12063         refererences by symtab_to_filename_for_display calls.
12064         (reverse_search_command): Replace symtab->filename refererences by
12065         symtab_to_filename_for_display calls.  New variable filename for it.
12066         * stack.c (frame_info): Likewise.
12067         * symmisc.c: Include source.h.
12068         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
12069         (maintenance_info_symtabs): Replace symtab->filename refererences by
12070         symtab_to_filename_for_display calls.
12071         * symtab.c (iterate_over_some_symtabs): Call
12072         compare_filenames_for_search also with symtab_to_fullname.
12073         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
12074         symtab->filename refererences by symtab_to_filename_for_display calls.
12075         (find_line_symtab): Replace symtab->filename refererences by
12076         symtab_to_filename_for_display calls.
12077         (file_matches): Replace filename_cmp by compare_filenames_for_search.
12078         (print_symbol_info): Make the last parameter const char *.  New
12079         variable s_filename.  Use it in the function.
12080         (symtab_symbol_info): Make the last_filename variable const char *.
12081         Replace symtab->filename refererences by symtab_to_filename_for_display
12082         calls.
12083         (rbreak_command): New variable fullname.  Use it.  Replace
12084         symtab->filename refererence by symtab_to_filename_for_display call.
12085         * tracepoint.c (set_traceframe_context, trace_find_line_command)
12086         (print_one_static_tracepoint_marker): Replace symtab->filename
12087         refererences by symtab_to_filename_for_display calls.
12088         * tui/tui-source.c (tui_set_source_content): New variables filename and
12089         s_filename.  Replace symtab->filename refererences by this variable.
12090         Replace other symtab->filename refererences by
12091         symtab_to_filename_for_display calls.
12092
12093 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
12094             Jan Kratochvil  <jan.kratochvil@redhat.com>
12095
12096         Add a new variable that controls a way in which filenames are
12097         displayed.
12098         * NEWS (set filename-display): New entry.
12099         * source.c (filename_display_basename, filename_display_relative)
12100         (filename_display_absolute, filename_display_kind_names)
12101         (filename_display_string, show_filename_display_string)
12102         (symtab_to_filename_for_display): New.
12103         (_initialize_source): Added initialization of 'filename-display'
12104         variable.
12105         * source.h (symtab_to_filename_for_display): Added declaration.
12106         * stack.c (print_frame): Added new variable and calling of a new
12107         function and condition with this variable. Changed third argument of
12108         calling of a function.
12109
12110 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12111
12112         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
12113         Rename field reference filename to fullname.
12114         * tui/tui-data.h (struct tui_source_info): Rename field filename to
12115         fullname.  New comment for it.
12116         * tui/tui-source.c (tui_set_source_content): Rename field reference
12117         filename to fullname.  Initialize field by symtab_to_fullname now.
12118         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
12119         reference filename to fullname.  Use symtab_to_fullname during
12120         comparison.
12121
12122 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12123
12124         Code cleanup.
12125         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
12126         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
12127         filename to fullname.  Rename variable this_name to this_fullname.
12128         Lowercase FILENAME_CMP call.
12129         (dw2_find_symbol_file): New comment for the returned string.
12130         (dwarf2_gdb_index_functions): Rename the function to
12131         dw2_expand_symtabs_with_fullname.
12132         * psymtab.c (read_psymtabs_with_filename): Rename to ...
12133         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
12134         fullname.
12135         (psym_functions): Rename the function to read_psymtabs_with_fullname.
12136         * symfile.h (struct quick_symbol_functions): Rename field
12137         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
12138         parameter filename to fullname.  Document returned string meaning for
12139         find_symbol_file.
12140         * symtab.c (find_line_symtab): Rename the called function to
12141         expand_symtabs_with_fullname.
12142
12143 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12144
12145         Code cleanup.
12146         * breakpoint.c (clear_command): Remove variable is_abs, unify the
12147         call of filename_cmp with compare_filenames_for_search.
12148         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
12149         is_abs, unify the call of FILENAME_CMP with
12150         compare_filenames_for_search.  New gdb_asserts for real_path and name.
12151         Unify the call of compare_filenames_for_search with FILENAME_CMP.
12152         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
12153         * symfile.h (struct quick_symbol_functions): Extend the comment for
12154         map_symtabs_matching_filename.
12155         * symtab.c (compare_filenames_for_search): Remove the function comment
12156         relative path requirement.  Handle absolute filenames, with a comment.
12157         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
12158         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
12159         real_path and name.  Unify the call of compare_filenames_for_search
12160         with FILENAME_CMP.
12161         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
12162
12163 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12164
12165         Code cleanup.
12166         * breakpoint.c (print_breakpoint_location): Replace bp_location field
12167         source_file references by symtab field references.  Remove variables
12168         sal and fullname.
12169         (momentary_breakpoint_from_master, add_location_to_breakpoint):
12170         (clear_command, say_where): Replace bp_location field source_file
12171         references by symtab field references.
12172         (bp_location_dtor): Remove the source_file reference.
12173         (update_static_tracepoint): Replace bp_location field source_file
12174         references by symtab field references.
12175         (breakpoint_free_objfile): New function.
12176         * breakpoint.h (struct bp_location): Extend the comment for line_number.
12177         Replace the field source_file by field symtab, extend its comment.
12178         (breakpoint_free_objfile): New declaration.
12179         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
12180         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
12181         field source_file references by symtab field references.
12182
12183 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12184
12185         Replace xfullpath calls by gdb_realpath calls.
12186         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
12187         function comment.
12188         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
12189         Remove it from the iterate_over_some_symtabs call.
12190         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
12191         Remove it from the dw2_map_expand_apply calls, remove a block handling
12192         it.
12193         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
12194         Remove it from the iterate_over_some_symtabs call.
12195         (partial_map_symtabs_matching_filename): Remove parameter full_path.
12196         Remove it from the partial_map_expand_apply calls, remove a block
12197         handling it.  Drop gdb_realpath call and cleanups from the real_path
12198         handling.
12199         * source.c (openp): Drop the comment part about xfullpath.  Replace
12200         xfullpath calls by gdb_realpath calls.
12201         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
12202         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
12203         from method map_symtabs_matching_filename and its comment.
12204         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
12205         gdb_realpath call.
12206         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
12207         remove it also from the function comment, remove a block handling it.
12208         Drop gdb_realpath call and cleanups from the real_path handling.
12209         (iterate_over_symtabs): Drop variable full_path and its use.
12210         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
12211         * utils.c (xfullpath): Remove.
12212         * utils.h (xfullpath): Remove.
12213
12214 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
12215
12216         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
12217         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
12218         (ALLDEPFILES): Add ppc64-tdep.c.
12219         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
12220         ppc64-tdep.o to gdb_target_obs.
12221         * ppc64-tdep.h: New file.
12222         * ppc64-tdep.c: New file.
12223         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
12224         ppc-linux-tdep.c to here.
12225         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
12226         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
12227         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
12228         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
12229         from ppc-linux-tdep.c to here.
12230         (ppc64_convert_from_func_ptr_addr): Rename from
12231         ppc64_linux_convert_from_func_ptr_addr to
12232         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
12233         here.
12234         * rs6000-tdep.c:
12235         (read_insn): Move from ppc-linux-tdep.c to here.
12236         (insns_match_pattern, insn_d_field, insn_ds_field): Move
12237         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
12238         * ppc-linux-tdep.c: Include ppc64-tdep.h.
12239         Removed above functions.
12240         (ppc_linux_init_abi): Adjust.
12241
12242 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
12243
12244         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
12245
12246 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
12247
12248         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
12249
12250 2013-02-01  Pedro Alves  <palves@redhat.com>
12251
12252         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
12253         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
12254
12255 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12256
12257         * elfread.c (elf_symfile_read): Limit separate debug info additions to
12258         files with no separate debug info.
12259         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
12260         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
12261         only for files with no separate debug info.
12262
12263 2013-01-31  Tom Tromey  <tromey@redhat.com>
12264
12265         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
12266         change type.
12267         (struct jit_program_space_data): Rename from jit_inferior_data.
12268         Update comments.
12269         (get_jit_program_space_data): Rename from get_jit_inferior_data.
12270         Change return type.  Attach data to program space.
12271         (jit_program_space_data_cleanup): Rename from
12272         jit_inferior_data_cleanup; change argument type.
12273         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
12274         change type.
12275         (jit_register_code): Update.
12276         (jit_update_inferior_cache): Remove.
12277         (jit_breakpoint_deleted): Get jit data from the location's program
12278         space.
12279         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
12280         'ps_data', change type.
12281         (jit_inferior_init, jit_breakpoint_re_set_internal)
12282         (jit_event_handler): Update.
12283         (free_objfile_data): Get data from objfile's program space.
12284         (_initialize_jit): Update.
12285
12286 2013-01-31  Tom Tromey  <tromey@redhat.com>
12287
12288         PR gdb/13987:
12289         * jit.c (struct jit_inferior_data) <cached_code_address,
12290         jit_breakpoint>: New fields.
12291         (jit_breakpoint_re_set_internal): Fix logging.  Only create
12292         breakpoint if cached address has changed.
12293         (jit_update_inferior_cache, jit_breakpoint_deleted): New
12294         functions.
12295         (_initialize_jit): Register breakpoint deleted observer.
12296
12297 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12298
12299         * infrun.c (handle_syscall_event): Remove unused gdbarch.
12300         (save_infcall_suspend_state): Ifdef out unused inf.
12301         (restore_infcall_suspend_state): Ifdef out unused inf.
12302         * jit.c (jit_register_code): Remove unused i, b, inf_data.
12303         (jit_frame_sniffer): Remove unused inf_data.
12304
12305 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12306
12307         * c-exp.y (classify_inner_name): Remove unused type.
12308         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
12309         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
12310         need_escape.
12311         (c_get_string): Remove unused kind.
12312         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
12313
12314 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12315
12316         * charset.c (intermediate_encoding): Remove unused i.
12317         * completer.c (signal_completer): Remove unused i.
12318         * continuations.c (discard_my_continuations_1): Remove unused
12319         continuation_ptr.
12320         * corelow.c (core_close): Remove unuseD name.
12321         (get_core_siginfo): Remove unused pid.
12322         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
12323         i, cps.
12324         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
12325         (loclist_describe_location): Remove unused first.
12326         * event-top.c (command_line_handler): Remove unused got_eof.
12327         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
12328         (resize_section_table): Remove unused old_value.
12329         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
12330         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
12331         * i386-tdep.c (i386_process_record): Remove unused rex.
12332         * infcmd.c (get_return_value): Remove unused uiout.
12333         * jv-lang.c (type_from_class): Remove unused is_array.
12334         * jv-valprint.c (java_val_print): Remove unused i.
12335         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
12336         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
12337         * m2-typeprint.c (m2_print_type): Remove unused code.
12338         * macroexp.c (get_character_constant): Remove unused body_start.
12339         (macro_stringify): Remove unused result.
12340         * objc-lang.c (find_methods): Remove unused gdbarch.
12341         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
12342         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
12343         * stack.c (print_frame_args): Remove unused summary.
12344         * thread.c (thread_apply_command): Remove unused p.
12345         * valarith.c (value_x_unop): Remove unused mangle_ptr.
12346         * valops.c (search_struct_method): Remove unused skip.
12347         * valprint.c (generic_val_print): Remove unused byte_order.
12348         * varobj.c (varobj_update): Remove unused changed.
12349         * cli/cli-cmds.c (complete_command): Remove unused next_item.
12350         (alias_command): Remove unused c.
12351         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
12352         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
12353         format.
12354         (mi_cmd_data_write_memory): Remove unused word_format.
12355         (mi_cmd_data_write_memory_bytes): Remove unused r.
12356         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
12357         p_start, p_end.
12358         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
12359         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
12360         line_width.
12361
12362 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12363
12364         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
12365         * symtab.c (iterate_over_symtabs): Remove unused s.
12366         (find_pc_sect_symtab): Remove unused pspAce.
12367         (find_pc_sect_line): Remove unused alt_symtab.
12368         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
12369         (completion_list_add_name): Remove unused newsize.
12370
12371 2013-01-31  Tom Tromey  <tromey@redhat.com>
12372
12373         PR c++/14998:
12374         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
12375         TYPE_CODE_FUNC.
12376
12377 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12378
12379         * target.c (target_read_string): Remove unused origlen.
12380
12381 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12382
12383         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
12384         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
12385         * ax-general.c (ax_print): Remove unused is_float.
12386         * blockframe.c (block_innermost_frame): Remove unused start, end.
12387         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
12388
12389 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
12390
12391         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
12392         (svr4_read_so_list): Remove unused lmo.
12393         * solib-target.c (solib_target_relocate_section_addresses): Remove
12394         unused flags.
12395
12396 2013-01-30  Tom Tromey  <tromey@redhat.com>
12397
12398         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
12399
12400 2013-01-30  Tom Tromey  <tromey@redhat.com>
12401
12402         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
12403         * utils.c (gnu_debuglink_crc32): Remove.
12404         * utils.h (gnu_debuglink_crc32): Don't declare.
12405
12406 2013-01-30  Tom Tromey  <tromey@redhat.com>
12407
12408         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
12409         (read_structure_type, read_enumeration_type): Remove cast.
12410
12411 2013-01-30  Tom Tromey  <tromey@redhat.com>
12412
12413         * dwarf2read.c (read_namespace_type): Remove cast.
12414         (read_typedef): Likewise.
12415
12416 2013-01-29  Tom Tromey  <tromey@redhat.com>
12417
12418         * dwarf2read.c (free_dwo_file): Remove assert.
12419
12420 2013-01-29  Tom Tromey  <tromey@redhat.com>
12421
12422         * value.c (deprecated_set_value_modifiable): Remove.
12423         * value.h (deprecated_set_value_modifiable): Remove.
12424
12425 2013-01-28  Doug Evans  <dje@google.com>
12426
12427         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
12428         to addresses from dwo files.
12429
12430 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
12431
12432         * valops.c (find_overload_match): Remove unused argument 'lax'.
12433         * value.h: Remove unused argument 'lax' from the declaration of
12434         find_overload_match.
12435         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
12436         to find_overload_match.
12437         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
12438         argument to find_overload_match.
12439
12440 2013-01-25  Tom Tromey  <tromey@redhat.com>
12441
12442         * dwarf2read.c (processing_has_namespace_info): Remove.
12443         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
12444         (process_die, read_func_scope, dwarf2_start_symtab)
12445         (new_symbol_full): Update.
12446
12447 2013-01-25  Tom Tromey  <tromey@redhat.com>
12448
12449         * cp-namespace.c (cp_set_block_scope): Remove.
12450         * cp-support.h (cp_set_block_scope): Remove.
12451         * dbxread.c: Include block.h.
12452         (cp_set_block_scope): New function.
12453         (process_one_symbol): Update.
12454         * dwarf2read.c (read_func_scope): Use block_set_scope.
12455
12456 2013-01-25  Pedro Alves  <palves@redhat.com>
12457
12458         * remote.c (add_current_inferior_and_thread): Tweak comment.
12459
12460 2013-01-25  Tom Tromey  <tromey@redhat.com>
12461
12462         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
12463         (cp_add_using_directive): Add 'copy_names' argument.
12464         * cp-support.h (cp_add_using_directive): Update.
12465         (struct using_direct) <import_src, import_dest, alias,
12466         declaration>: Now const.
12467         * dwarf2read.c (read_import_statement): Use obconcat.
12468         Don't copy names passed to cp_add_using_directive.
12469
12470 2013-01-25  Tom Tromey  <tromey@redhat.com>
12471
12472         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
12473
12474 2013-01-25  Pedro Alves  <palves@redhat.com>
12475
12476         * remote.c (stop_reply_extract_thread): New.
12477         (add_current_inferior_and_thread): New parameter 'wait_status'.
12478         Handle it.
12479         (remote_start_remote): Pass wait status to
12480         add_current_inferior_and_thread.
12481         (extended_remote_run): Update comment.
12482         (extended_remote_create_inferior_1): Pass wait status to
12483         add_current_inferior_and_thread.
12484
12485 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
12486             Ulrich Weigand  <uweigand@de.ibm.com>
12487
12488         * valarith.c (value_vector_widen): New function for replicating a
12489         scalar into a vector.
12490         (value_binop): Use value_vector_widen to widen scalar to vector
12491         rather than casting, this better matches gcc C behaviour.
12492         * valops.c (value_casst): Update logic for casting between vector
12493         types, and for casting from scalar to vector, try to match gcc C
12494         behaviour.
12495         * value.h (value_vector_widen): Declare.
12496         * opencl-lang.c (opencl_value_cast): New opencl specific casting
12497         function, handle special case for casting scalar to vector.
12498         (opencl_relop): Use opencl_value_cast.
12499         (evaluate_subexp_opencl): Use opencl_value_cast instead of
12500         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
12501         in order to use opencl_value_cast.
12502
12503 2013-01-25  Yao Qi  <yao@codesourcery.com>
12504
12505         * event-loop.c: Include "queue.h".
12506         (gdb_event_p): New typedef.
12507         (DECLARE_QUEUE_P): Use.
12508         (DEFINE_QUEUE_P): Use.
12509         (async_queue_event): Remove.
12510         (gdb_event_xfree): New.
12511         (initialize_event_loop): New.
12512         (process_event): Use QUEUE macros.
12513         (event_queue): Remove.
12514         (gdb_wait_for_event): Caller update.
12515         (check_async_event_handlers): Likewise.
12516         (poll_timers): Likewise.
12517         * event-loop.h (initialize_event_loop): Declare.
12518         * event-loop.c (gdb_event_xfree): New.
12519         * top.c (gdb_init): Call initialize_event_loop.
12520
12521 2013-01-25  Yao Qi  <yao@codesourcery.com>
12522
12523         * event-loop.c (async_queue_event): Remove one parameter
12524         'position'.  Remove code handling 'position' == TAIL.
12525         (gdb_wait_for_event): Caller update.
12526         (check_async_event_handlers): Caller update.
12527         (poll_timers): Caller update.
12528         * event-loop.h (enum queue_position): Remove.
12529
12530 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
12531
12532         * MAINTAINERS: Update my email.
12533
12534 2013-01-25  Yao Qi  <yao@codesourcery.com>
12535
12536         * main.c (print_gdb_help): Remove "--epoch" from the help
12537         message.
12538
12539 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
12540
12541         * symtab.c (skip_prologue_using_sal): Consider a file
12542         change the same as an increased line number
12543
12544 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12545
12546         * MAINTAINERS (Write After Approval): Add myself to the list.
12547
12548 2013-01-24  Tom Tromey  <tromey@redhat.com>
12549
12550         * ada-lang.h (ada_decode_symbol): Make return type const.
12551         * ada-lang.c (ada_decode_symbol): Likewise.
12552
12553 2013-01-23  Doug Evans  <dje@google.com>
12554
12555         * linespec.c (find_linespec_symbols): Make static.
12556
12557 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
12558
12559         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
12560         type on float conversion for complex type.
12561
12562 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
12563
12564         Add a new class gdb.Architecture which exposes GDB's
12565         internal representation of architecture via GDB Python API.
12566         * Makefile.in: Add entries corresponding to the new file
12567         python/py-arch.c.
12568         * NEWS (Python Scripting): Add entries for the new class
12569         gdb.Architecture and the new method gdb.Frame.architecture.
12570         * python/py-arch.c: Implement gdb.Architecture class.
12571         * python/py-frame.c (frapy_arch): Implement the method
12572         gdb.Frame.architecture().
12573         (frame_object_methods): Add 'architecture' to the method table.
12574         * python/python-internal.h: Add declarations of new utility
12575         functions.
12576         * python/python.c (_initialize_python): Initialize
12577         gdb.Architecture class.
12578
12579 2013-01-23  Doug Evans  <dje@google.com>
12580
12581         Work around binutils/15021.
12582         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
12583         type_unit_group out of union s.  All uses updated.
12584         (read_index_from_section): Watch for index version 8.
12585         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
12586         an imported symtab.
12587         (write_psymtabs_to_index): Increment version number to 8.
12588
12589 2013-01-22  Pedro Alves  <palves@redhat.com>
12590
12591         * annotate.c (breakpoint_changed): Skip if breakpoint is not
12592         user-visible.
12593
12594 2013-01-22  Pedro Alves  <palves@redhat.com>
12595
12596         * annotate.c (annotate_breakpoints_changed): Rename to ...
12597         (annotate_breakpoints_invalid): ... this.  Make static.
12598         (breakpoint_changed): Adjust.
12599         (_initialize_annotate): Always install the observers.  Install a
12600         "breakpoint_created" observer.
12601         * annotate.h (annotate_breakpoints_changed): Delete declaration.
12602         * breakpoint.c (set_breakpoint_condition)
12603         (breakpoint_set_commands, do_map_commands_command)
12604         (init_raw_breakpoint, clear_command, set_ignore_count)
12605         (enable_breakpoint_disp): No longer call
12606         annotate_breakpoints_changed.
12607
12608 2013-01-22  Pedro Alves  <palves@redhat.com>
12609
12610         * annotate.c: Include "inferior.h".
12611         (frames_invalid_emitted)
12612         (breakpoints_invalid_emitted): New globals.
12613         (async_background_execution_p): New function.
12614         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
12615         emitting the annotation if it has already been emitted.
12616         (annotate_display_prompt): New function.
12617         * annotate.h (annotate_display_prompt): New declaration.
12618         * event-top.c: Include annotate.h.
12619         (display_gdb_prompt): Call annotate_display_prompt.
12620
12621 2013-01-22  Pedro Alves  <palves@redhat.com>
12622
12623         * annotate.c (ignore_count_changed): Delete.
12624         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
12625         (annotate_ignore_count_change): Delete.
12626         (annotate_stopped): Don't emit a delayed breakpoints-changed
12627         annotation.
12628         * annotate.h (annotate_ignore_count_change): Delete.
12629         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
12630         annotate_ignore_count_change.
12631
12632 2013-01-22  Tom Tromey  <tromey@redhat.com>
12633
12634         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
12635         require_rvalue for a register location.
12636
12637 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
12638
12639         * breakpoint.c (print_one_breakpoint_location): Add MI
12640         field 'thread-groups' when printing a breakpoint.
12641         (output_thread_groups): New function.
12642
12643 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
12644
12645         * python/lib/gdb/commands/explore.py
12646         (CompoundExplorer.explore_expr): Correct the name of a method
12647         being invoked.
12648         (ExploreTypeCommand.invoke): Add a missing 'return'.
12649
12650 2013-01-21  Tom Tromey  <tromey@redhat.com>
12651
12652         * gdb_obstack.h (obconcat): Move declaration here, from...
12653         * symfile.h (obconcat): ... here.
12654         * gdb_obstack.c: New file.
12655         (obconcat): Move from...
12656         * symfile.c (obconcat): ... here.
12657         * Makefile.in (SFILES): Add gdb_obstack.c.
12658         (COMMON_OBS): Add gdb_obstack.o.
12659
12660 2013-01-21  Tom Tromey  <tromey@redhat.com>
12661
12662         * symfile.h (obsavestring): Don't declare.
12663         * symfile.c (obsavestring): Remove.
12664         * ada-exp.y: Use obstack_copy0, not obsavestring.
12665         * ada-lang.c: Use obstack_copy0, not obsavestring.
12666         * coffread.c: Use obstack_copy0, not obsavestring.
12667         * cp-namespace.c: Use obstack_copy0, not obsavestring.
12668         * dbxread.c: Use obstack_copy0, not obsavestring.
12669         * dwarf2read.c: Use obstack_copy0, not obsavestring.
12670         * jit.c: Use obstack_copy0, not obsavestring.
12671         * mdebugread.c: Use obstack_copy0, not obsavestring.
12672         * psymtab.c: Use obstack_copy0, not obsavestring.
12673         * stabsread.c: Use obstack_copy0, not obsavestring.
12674         * xcoffread.c: Use obstack_copy0, not obsavestring.
12675
12676 2013-01-21  Tom Tromey  <tromey@redhat.com>
12677
12678         * dwarf2read.c (fixup_go_packaging): Save package name
12679         on objfile obstack.
12680         * gdbtypes.c (init_type): Don't copy name.
12681
12682 2013-01-21  Tom Tromey  <tromey@redhat.com>
12683
12684         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
12685         const.
12686         (struct attribute) <u.str>: Now const.
12687         (struct fnfieldlist) <name>: Now const.
12688         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
12689         (partial_die_parent_scope): Make return type const.
12690         (partial_die_full_name, add_partial_symbol): Update.
12691         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
12692         'name' const.
12693         (find_file_and_directory): Make 'name' and 'comp_dir' const.
12694         (read_file_scope, read_func_scope, dwarf2_add_field)
12695         (dwarf2_add_member_fn, read_structure_type)
12696         (process_enumeration_scope, read_array_type, read_module_type)
12697         (read_base_type, read_subrange_type): Update.
12698         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
12699         (new_symbol_full, guess_full_die_structure_name): Update.
12700         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
12701         (dwarf2_name): Return const type.
12702         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
12703         const.
12704
12705 2013-01-21  Tom Tromey  <tromey@redhat.com>
12706
12707         * gdbtypes.c (init_type): Make 'name' const.
12708         * gdbtypes.h (init_type): Update.
12709
12710 2013-01-21  Tom Tromey  <tromey@redhat.com>
12711
12712         * buildsym.c (patch_subfile_names): Use set_last_source_file.
12713         (start_symtab): Make 'name' and 'dirname' const.  Use
12714         set_last_source_file.
12715         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
12716         (last_source_file): Define.  Now static.
12717         (set_last_source_file, get_last_source_file): New functions.
12718         * buildsym.h (last_source_file): Don't declare.
12719         (start_symtab): Update.
12720         (set_last_source_file, get_last_source_file): Declare.
12721         * coffread.c (complete_symtab): Use set_last_source_file.
12722         (coff_end_symtab): Likewise.
12723         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
12724         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
12725         set_last_source_file.
12726         (process_one_symbol): Use get_last_source_file.
12727         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
12728         (psymtab_to_symtab_1): Use get_last_source_file.
12729         * xcoffread.c (process_linenos): Use get_last_source_file.
12730         (complete_symtab): Use set_last_source_file.
12731         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
12732         (scan_xcoff_symtab): Use set_last_source_file.
12733
12734 2013-01-21  Tom Tromey  <tromey@redhat.com>
12735
12736         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
12737         (symbol_set_names): Remove casts.  Handle field const-ness.
12738
12739 2013-01-21  Tom Tromey  <tromey@redhat.com>
12740
12741         * dwarf2read.c (new_symbol_full): Remove cast.
12742         * symtab.c (symbol_set_demangled_name): Make 'name' const.
12743         * symtab.h (symbol_set_demangled_name): Update.
12744
12745 2013-01-21  Tom Tromey  <tromey@redhat.com>
12746
12747         * main.c (captured_main): Call bfd_init.
12748
12749 2013-01-21  Tom Tromey  <tromey@redhat.com>
12750
12751         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
12752         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
12753         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
12754         * NEWS: Update.
12755
12756 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12757
12758         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
12759
12760 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12761
12762         Fix gdb.fortran/common-block.exp crash in PIE mode.
12763         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
12764         LOC_COMMON_BLOCK.
12765         * f-valprint.c (info_common_command_for_block): Expect
12766         LOC_COMMON_BLOCK in gdb_assert.
12767         * symtab.h (struct general_symbol_info): Update comment for the
12768         common_block member.
12769         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
12770         (enum address_class): New member LOC_COMMON_BLOCK.
12771
12772 2013-01-18  David Blaikie  <dblaikie@gmail.com>
12773
12774         * MAINTAINERS (Write After Approval): Add "David Blaikie".
12775
12776 2013-01-18  Tom Tromey  <tromey@redhat.com>
12777
12778         PR c++/14999:
12779         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
12780         Call require_rvalue.
12781
12782 2013-01-18  Yao Qi  <yao@codesourcery.com>
12783
12784         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
12785         (dbx_read_symtab): New declaration.
12786         (dbx_psymtab_to_symtab): Delete.
12787         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
12788         Rename parameter PST to SELF.  Exchanged two parameters.
12789         (start_psymtab): Caller update.
12790         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
12791         (dwarf2_read_symtab): New declaration.
12792         (dwarf2_psymtab_to_symtab): Delete.
12793         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
12794         Rename parameter PST to SELF.  Exchanged two parameters.
12795         (create_partial_symtab): Caller update.
12796         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
12797         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
12798         Rename parameter PST to SELF.  Exchanged two parameters.
12799         (parse_partial_symbols, new_psymtab): Caller update.
12800         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
12801         two parameters.
12802         * psymtab.c (psymtab_to_symtab): Caller update.
12803         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
12804         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
12805         Rename parameter PST to SELF.  Exchanged two parameters.
12806         (xcoff_start_psymtab): Caller update.
12807
12808 2013-01-18  Yao Qi  <yao@codesourcery.com>
12809
12810         * infrun.c (proceed): Rename local variable 'oneproc' to
12811         'force_step'.
12812
12813 2013-01-17  Doug Evans  <dje@google.com>
12814
12815         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
12816         (dw2_build_type_unit_groups): Delete.  All uses updated.
12817
12818         * symtab.h (struct symbol_search): Add comment.
12819
12820 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12821
12822         * symtab.c (compare_filenames_for_search): New comment for
12823         HAS_DRIVE_SPEC.
12824
12825 2013-01-17  Tom Tromey  <tromey@redhat.com>
12826
12827         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
12828
12829 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12830
12831         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
12832         initialize it by existing make_cleanup.  Call new do_cleanups.
12833
12834 2013-01-17  Tom Tromey  <tromey@redhat.com>
12835
12836         * cp-abi.c (cp_abi_completer): New function.
12837         (_initialize_cp_abi): Set completer for "set cp-abi".
12838
12839 2013-01-17  Tom Tromey  <tromey@redhat.com>
12840
12841         * mem-break.c: Remove obsolete comment.
12842         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
12843
12844 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12845
12846         * jit.c (jit_reader_load_command): Interpret the jit reader name
12847         as an absolute path if it begins with a forward slash.
12848
12849 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
12850
12851         PR gdb/14550
12852
12853         * jit.c (finalize_symtab): Ensure that only the global block has a
12854         NULL superblock.
12855
12856 2013-01-17  Pedro Alves  <palves@redhat.com>
12857
12858         * acinclude.m4: Include ../config/plugins.m4,
12859         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
12860         * Makefile.in (aclocal_m4_deps): Update.
12861         * aclocal.m4: Renegerate.
12862
12863 2013-01-16  Doug Evans  <dje@google.com>
12864
12865         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
12866
12867 2013-01-16  Pedro Alves  <palves@redhat.com>
12868             Tom Tromey  <tromey@redhat.com>
12869
12870         PR cli/7221:
12871         * NEWS: Add "catch signal".
12872         * breakpoint.c (base_breakpoint_ops): No longer static.
12873         (bpstat_explains_signal): New function.
12874         (init_catchpoint): No longer static.
12875         (base_breakpoint_explains_signal): New function.
12876         (base_breakpoint_ops): Initialize new field.
12877         * breakpoint.h (enum bpstat_signal_value): New.
12878         (struct breakpoint_ops) <explains_signal>: New field.
12879         (bpstat_explains_signal): Remove macro, declare as function.
12880         (base_breakpoint_ops, init_catchpoint): Declare.
12881         * break-catch-sig.c: New file.
12882         * inferior.h (signal_catch_update): Declare.
12883         * infrun.c (signal_catch): New global.
12884         (handle_syscall_event): Update for change to
12885         bpstat_explains_signal.
12886         (handle_inferior_event): Likewise.  Always handle random signals
12887         via bpstats.
12888         (signal_cache_update): Check signal_catch.
12889         (signal_catch_update): New function.
12890         (_initialize_infrun): Initialize signal_catch.
12891         * Makefile.in (SFILES): Add break-catch-sig.c.
12892         (COMMON_OBS): Add break-catch-sig.o.
12893
12894 2013-01-16  Tom Tromey  <tromey@redhat.com>
12895
12896         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
12897         (print_one_catch_solib, print_one_catch_syscall)
12898         (print_one_catch_exec, print_one_exception_catchpoint): Emit
12899         "catch-type".
12900
12901 2013-01-16  Yao Qi  <yao@codesourcery.com>
12902
12903         * printcmd.c (current_display_number): Make it static.
12904
12905 2013-01-16  Yao Qi  <yao@codesourcery.com>
12906
12907         * infcmd.c (step_once): Don't check '!single_inst' as it was
12908         checked before.
12909
12910 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
12911
12912         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
12913
12914 2013-01-14  Tom Tromey  <tromey@redhat.com>
12915
12916         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
12917         set command.
12918         * command.h (add_setshow_string_noescape_cmd): Update.
12919         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
12920         (complete_set_gnutarget): New function.
12921         (_initialize_core): Set the "set gnutarget" completer.
12922
12923 2013-01-14  Tom Tromey  <tromey@redhat.com>
12924
12925         PR symtab/14442:
12926         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
12927         (c_type_print_modifier): Likewise.
12928         * dwarf2read.c (read_tag_restrict_type): New function.
12929         (read_type_die_1): Handle DW_TAG_restrict_type.
12930         * gdbtypes.c (make_restrict_type): New function.
12931         (recursive_dump_type): Handle TYPE_RESTRICT.
12932         * gdbtypes.h (enum type_flag_values): Renumber.
12933         (enum type_instance_flag_value): Add
12934         TYPE_INSTANCE_FLAG_RESTRICT.
12935         (TYPE_RESTRICT): New macro.
12936         (make_restrict_type): Declare.
12937
12938 2013-01-14  Tom Tromey  <tromey@redhat.com>
12939
12940         PR symtab/14931:
12941         * psymtab.c (struct psymtab_state): New.
12942         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
12943         functions.
12944         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
12945         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
12946
12947 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
12948             Pedro Alves  <palves@redhat.com>
12949
12950         PR remote/14786
12951
12952         * remote.c (remote_threads_info): Make a copy of the reply from
12953         qfThreadInfo and use that instead of rs->buf.
12954
12955 2013-01-14  Yao Qi  <yao@codesourcery.com>
12956
12957         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
12958         (dbx_psymtab_to_symtab): Likewise.
12959         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
12960         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
12961         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
12962
12963 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12964
12965         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
12966         make_cleanup_restore_current_language.  Call set_language.  Move
12967         OLD_CHAIN and INNER_CHAIN cleanups.
12968         * utils.c (do_restore_current_language)
12969         (make_cleanup_restore_current_language): New functions.
12970         * utils.h (make_cleanup_restore_current_language): New declaration.
12971
12972 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12973
12974         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
12975         non-existing files.
12976
12977         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
12978         non-existing files if FILENAME is already absolute.
12979
12980 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12981
12982         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
12983         fputs_filtered.  Append trailing newline.
12984
12985 2013-01-11  Yao Qi  <yao@codesourcery.com>
12986             Stan Shebs  <stan@codesourcery.com>
12987
12988         * psymtab.c (init_psymbol_list): Clarify the comment.
12989
12990 2013-01-11  Yao Qi  <yao@codesourcery.com>
12991
12992         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
12993         (update_dprintf_command_list): Assert that 'printf_line' is
12994         non-null.  Remove condition check.
12995
12996 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12997
12998         Code cleanup.
12999         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
13000         type const char *.
13001         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
13002         const char *.
13003         * tui/tui-source.h (tui_source_is_displayed): Likewise.
13004
13005 2013-01-09  Anthony Green  <green@moxielogic.com>
13006
13007         * cp-abi.c (cplus_print_vtable): Don't return value from void
13008         function.
13009         * ada-lang.c (re_set_catch_assert): Ditto.
13010
13011 2013-01-09  Doug Evans  <dje@google.com>
13012
13013         * symfile.h (quick_symbol_functions): Delete member
13014         pre_expand_symtabs_matching.  All uses removed.
13015         * dwarf2read.c (dw2_lookup_symbol): Implement.
13016         (dw2_do_expand_symtabs_matching): Delete.
13017         (dw2_pre_expand_symtabs_matching): Delete.
13018         (struct dw2_symtab_iterator): New type.
13019         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
13020         (dw2_expand_symtabs_for_function): Rewrite.
13021         (dwarf2_gdb_index_functions): Update.
13022         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
13023         (psym_functions): Update.
13024
13025 2013-01-09  Tom Tromey  <tromey@redhat.com>
13026
13027         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
13028         * configure: Rebuild.
13029         * configure.ac: Add somread.o to the build if BFD has SOM
13030         support.
13031         * somread.c: Include som/aout.h, not syms.h.
13032         (som_symtab_read): Use som_external_symbol_dictionary_record.
13033         Unpack records manually.
13034         (_initialize_somread): Declare.
13035
13036 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
13037
13038         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
13039         Cast return_address to 64bits.
13040
13041 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
13042
13043         * printcmd.c: Remove define of function output_command.
13044         * tracepoint.c: Remove extern of function output_command.
13045         * valprint.h: (output_command): New extern.
13046
13047 2013-01-07  Tom Tromey  <tromey@redhat.com>
13048
13049         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
13050         Remove.
13051         (objc_language_defn): Use c_printchar, c_printstr,
13052         c_emit_char.
13053
13054 2013-01-07  Tom Tromey  <tromey@redhat.com>
13055
13056         PR cli/7719:
13057         * NEWS: Update.
13058         * ada-valprint.c (printstr, print_field_values): Remove
13059         "inspect_it" code.
13060         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
13061         code.
13062         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
13063         code.
13064         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
13065         * main.c (captured_main): Remove "epoch" argument.
13066         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
13067         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
13068         * p-valprint.c (pascal_object_print_value_fields): Remove
13069         "inspect_it" code.
13070         * printcmd.c (print_command_1): Remove 'inspect' argument.
13071         (print_command, call_command): Update.
13072         (inspect_command): Remove.
13073         (_initialize_printcmd): Make "inspect" an alias for "print".
13074         * top.c (epoch_interface): Remove.
13075         * top.h (epoch_interface): Remove.
13076         * valprint.c (user_print_options): Update.
13077         (print_converted_chars_to_obstack): Remove "inspect_it" code.
13078         * valprint.h (struct value_print_options) <inspect_it>: Remove
13079         field.
13080
13081 2013-01-04  Tom Tromey  <tromey@redhat.com>
13082
13083         * valprint.h (read_string): Add 'extern'.
13084
13085 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
13086
13087         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
13088         used to decide whether to define darwin_read_dyld_info or not.
13089
13090 2013-01-03  Pierre Muller  <muller@sourceware.org>
13091
13092         * main.c (relocate_gdb_directory): Avoid calling stat function
13093         if DIR is empty.
13094
13095 2013-01-03  Yao Qi  <yao@codesourcery.com>
13096
13097         * psymtab.c (fixup_psymbol_section): Update declaration.
13098         (fixup_psymbol_section): Remove code returning value.
13099
13100 2013-01-03  Yao Qi  <yao@codesourcery.com>
13101
13102         * symtab.h: Remove some out of date comments.
13103          (enum exception_event_kind): Move it ...
13104         * breakpoint.c: ... here.
13105
13106 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
13107
13108         PR gdb/14405
13109         * darwin-nat.c (darwin_read_dyld_info): Only build if
13110         TASK_DYLD_INFO_COUNT is defined.
13111         (darwin_xfer_partial): Call darwin_read_dyld_info only if
13112         TASK_DYLD_INFO_COUNT is defined.
13113
13114 2013-01-02  Tom Tromey  <tromey@redhat.com>
13115
13116         * symfile.h (struct ecoff_debug_hack): Remove.
13117         * objfiles.c: Don't include mdebugread.h.
13118
13119 2013-01-02  Tom Tromey  <tromey@redhat.com>
13120
13121         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
13122         * configure.ac: Check for Mach-O support in BFD.  Update
13123         CONFIG_OBS.
13124         * configure: Rebuild.
13125
13126 2013-01-02  Tom Tromey  <tromey@redhat.com>
13127
13128         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
13129         * configure.ac: Use GDB_AC_CHECK_BFD.
13130         * configure: Rebuild.
13131
13132 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
13133
13134         * MAINTAINERS: Update my email.
13135
13136 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
13137
13138         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
13139
13140 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
13141
13142         * rs6000-nat.c (bss_data_overlap): New function.
13143         (vmap_symtab): Use it to adjust the .bss section's offset.
13144
13145 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
13146
13147         Update year range in copyright notice of all files.
13148
13149 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
13150
13151         * top.c (print_gdb_version): Update copyright year.
13152
13153 For older changes see ChangeLog-2012.
13154 \f
13155 Local Variables:
13156 mode: change-log
13157 left-margin: 8
13158 fill-column: 74
13159 version-control: never
13160 coding: utf-8
13161 End: